.account-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;border-bottom:1px solid #eee;position:-webkit-sticky;position:sticky;top:0;z-index:3;transition:all .3s ease;gap:10px;border-radius:16px 16px 0 0}.account-header .title-with-back{display:inline-flex;align-items:center}.account-header .title-with-back .back-btn{background:none;border:none;font-size:20px;color:#333;margin:0;cursor:pointer;transition:transform .2s ease;display:flex}.account-header .title-with-back .back-btn:hover{transform:translateX(-2px)}.account-header .help-button{display:flex;align-items:center;gap:6px;font-size:16px;line-height:150%;font-weight:500;cursor:pointer}.account-header .header-title{font-weight:600;font-size:16px;color:#222;transition:opacity .3s ease}@media(min-width:769px){.account-header.hide-back .back-btn{display:none}}@media(max-width:768px){.account-header{padding:10px 14px}.account-header .help-button{font-size:12px}.account-header .help-button span{display:none}.account-header .help-button svg{width:16px;height:16px}.account-header .header-title{font-size:15px}}.logout-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(36,36,36,.4);display:flex;justify-content:center;align-items:center;z-index:999}.logout-modal{background:#fff;border-radius:10px;padding:24px;width:320px;position:relative;box-shadow:0 4px 12px rgba(0,0,0,.15);text-align:center}.logout-text{font-size:14px;color:#000;margin-bottom:20px;text-align:start}.logout-actions{display:flex;justify-content:space-between;gap:10px}.cancel-btn,.logout-btn{flex:1 1;padding:10px 0;border-radius:6px;font-weight:600;font-size:14px;cursor:pointer}.cancel-btn{border:1px solid #f26a5a;background:#fff;color:#f26a5a}.logout-btn{background:#f26a5a;color:#fff;border:none}.close-btn{position:absolute;top:8px;right:12px;font-size:20px;background:none;border:none;cursor:pointer;color:#333}.journey-modal-overlay{position:fixed;z-index:999;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center}@media(max-width:768px){.journey-modal-overlay{align-items:flex-end}}.journey-modal-container{width:100%;max-width:500px;background:#fff;border-radius:12px;margin:16px;max-height:95vh;overflow-y:auto;position:relative}@media(max-width:768px){.journey-modal-container{width:100%;max-width:100%;border-radius:12px 12px 0 0;animation:slideUp .3s ease;margin:0}.journey-modal-container.slide-down{animation:slideDown .3s ease forwards}}@keyframes slideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}.journey-header{display:flex;justify-content:space-between;align-items:center;position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:1;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:10px 10px 7px}.journey-header h2{margin:0;font-size:20px;font-weight:600}.journey-header .close-btn-journey{background:none;border:none;font-size:33px;cursor:pointer;padding-right:10px}.journey-timeline{position:relative;margin-top:20px;border-left:2px dotted #aaa;padding:16px;margin-left:20px}.timeline-card{display:flex;align-items:flex-start;margin-bottom:12px;position:relative}.timeline-card .timeline-dot{width:12px;height:12px;background:#000;border-radius:50%;position:absolute;left:-7px;top:8px}.timeline-card .timeline-content{margin-left:20px;padding:10px 12px;border-radius:6px;width:100%}.timeline-card .timeline-content .rank-header{display:flex;flex-direction:column;gap:4px}.timeline-card .timeline-content .rank-header .created-at{font-size:12px;font-weight:500;color:#333;opacity:.7}.timeline-card .timeline-content .rank-header .rank-title{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:600;font-size:15px}.timeline-card .timeline-content .arrow{font-size:18px;transition:transform .2s}.timeline-card .timeline-content .arrow.up{transform:rotate(180deg)}.timeline-card .timeline-content .rank-text{margin-top:8px;font-size:14px}.timeline-card .timeline-content .rank-text ul{padding-left:18px}.timeline-card .timeline-content .rank-text ul li{margin-bottom:4px}.account-page{display:flex;padding:30px 40px;gap:32px}@media(max-width:768px){.account-page{display:flex;padding:0;gap:0;flex-direction:column;position:relative}}.account-page .account-sidebar{width:20.4%;background:#fff;padding:0;display:flex;flex-direction:column;gap:12px}.account-page .account-sidebar .sidebar-profile-card{display:flex;flex-direction:column;gap:8px}.account-page .account-sidebar .sidebar-profile-card .profile-info{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:12px 12px 4px;box-shadow:0 2px 6px 6px hsla(0,0%,64%,.251);border-radius:8px}@media screen and (min-width:768px)and (max-width:1000px){.account-page .account-sidebar .sidebar-profile-card .profile-info{display:flex;flex-direction:column;align-items:center;gap:10px;padding:12px 12px 4px;box-shadow:0 2px 6px 6px hsla(0,0%,64%,.251);border-radius:8px}}.account-page .account-sidebar .sidebar-profile-card .profile-info .asortdetailsAndBasicPlan{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:16px}@media screen and (min-width:768px)and (max-width:1000px){.account-page .account-sidebar .sidebar-profile-card .profile-info .asortdetailsAndBasicPlan{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:5px}}.account-page .account-sidebar .sidebar-profile-card .profile-info .asort_basic_plan{font-weight:400;font-size:12px;line-height:100%;letter-spacing:0;display:flex;align-items:center;justify-content:flex-start;gap:4px;padding:6px}.account-page .account-sidebar .sidebar-profile-card .profile-info .profile-image-wrapper,.account-page .account-sidebar .sidebar-profile-card .profile-info .profile-image-wrapper .progress-circle{position:relative;width:64px;height:64px}.account-page .account-sidebar .sidebar-profile-card .profile-info .profile-image-wrapper .progress-circle svg.progress-ring{position:absolute;top:0;left:0;transform:rotate(-90deg)}.account-page .account-sidebar .sidebar-profile-card .profile-info .profile-image-wrapper .progress-circle svg.progress-ring circle{fill:none;stroke-width:4;r:30;cx:32;cy:32}.account-page .account-sidebar .sidebar-profile-card .profile-info .profile-image-wrapper .progress-circle svg.progress-ring .progress-ring__bg{stroke:#f2f2f2}.account-page .account-sidebar .sidebar-profile-card .profile-info .profile-image-wrapper .progress-circle svg.progress-ring .progress-ring__circle{stroke:#f46f4e;transition:stroke-dashoffset .35s;transform:rotate(0deg);transform-origin:50% 50%}.account-page .account-sidebar .sidebar-profile-card .profile-info .profile-image-wrapper .progress-circle img{width:56px;height:56px;border-radius:50%;object-fit:cover;object-position:center;position:absolute;top:4px;left:4px}.account-page .account-sidebar .sidebar-profile-card .profile-info .profile-image-wrapper .progress-circle .progress-label{position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);background:#f46f4e;color:#fff;padding:2px 6px;border-radius:16px;font-weight:600;border:2px solid #fff;font-size:12px;line-height:100%;letter-spacing:0}.account-page .account-sidebar .sidebar-profile-card .profile-info .profile-details{display:flex;flex-direction:column;gap:4px}.account-page .account-sidebar .sidebar-profile-card .profile-info .profile-details .username{font-family:Inter;font-weight:600;font-size:18px;color:#000;line-height:100%}.account-page .account-sidebar .sidebar-profile-card .profile-info .profile-details .user-rank{display:flex;align-items:center;gap:2px;font-size:12px;color:#000;cursor:pointer}@media screen and (min-width:768px)and (max-width:1000px){.account-page .account-sidebar .sidebar-profile-card .profile-info .profile-details .user-rank{display:flex;align-items:center;gap:2px;font-size:12px;color:#000;cursor:pointer}}.account-page .account-sidebar .sidebar-profile-card .asort-gold-wrapper{display:flex;flex-direction:row;justify-content:space-between;background:#000;padding:10px;border-radius:8px;align-items:center;border-top:1px solid #878787;border-radius:0;margin-top:10px}.account-page .account-sidebar .sidebar-profile-card .asort-gold-wrapper .asort-gold{display:flex;justify-content:flex-start;align-items:center;gap:4px}.account-page .account-sidebar .sidebar-profile-card .asort-gold-wrapper .asort-gold div{font-family:Inter;font-weight:600;font-size:16px;line-height:100%;letter-spacing:0;color:#fff}.account-page .account-sidebar .sidebar-profile-card .asort-gold-wrapper .asort-gold span{font-weight:700;font-size:12px;line-height:100%;letter-spacing:0;vertical-align:middle;background:-webkit-linear-gradient(.483turn,#f9f0bb 21.77%,#c49330 80.14%,#5e4717 107.72%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.account-page .account-sidebar .sidebar-profile-card .refer-card{display:flex;justify-content:space-between;align-items:center;background:#10544a;padding:10px;border-radius:8px;cursor:pointer}.account-page .account-sidebar .sidebar-profile-card .refer-card .refer-content{display:flex;align-items:center;gap:10px}.account-page .account-sidebar .sidebar-profile-card .refer-card .refer-content .refer-text{font-size:16px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:-.02em}@media(min-width:768px){.account-page .account-sidebar .sidebar-profile-card .refer-card .refer-content .refer-text{font-size:18px}}.account-page .account-sidebar .account-sidebar__nav{border:1px solid var(--big-stroke,rgba(0,0,0,.251));border-radius:12px;overflow:hidden;padding-bottom:40px}.account-page .account-sidebar .account-sidebar__nav button{display:flex;justify-content:space-between;align-items:center;width:100%;text-align:left;padding:24px 16px;background:none;border:none;border-bottom:1px solid #eee;cursor:pointer;font-size:14px}.account-page .account-sidebar .account-sidebar__nav button .icon-label{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px}@media(min-width:768px){.account-page .account-sidebar .account-sidebar__nav button .icon-label{font-size:18px}}.account-page .account-sidebar .account-sidebar__nav button:hover{background:#fef4eb}.account-page .account-sidebar .account-sidebar__nav button.active{color:#f46f4e;font-weight:600;background:#fef4eb}.account-page .account-sidebar .account-sidebar__nav button.active svg path{fill:#f46f4e}.account-page .account-sidebar__mobile-toggle{display:none;padding:12px;background:#fff;position:absolute;top:-97px;left:4px}.account-page .account-sidebar__mobile-toggle svg{font-size:24px;cursor:pointer}.account-page .account-sidebar__drawer{position:fixed;top:0;left:0;width:100%;height:100vh;background:#fff;z-index:100;transform:translateX(-100%);transition:transform .3s ease-in-out;display:flex;flex-direction:column;gap:15px}.account-page .account-sidebar__drawer.open{transform:translateX(0)}.account-page .account-sidebar__drawer .top_backnav{height:54px;padding:10px 16px;border-bottom:1px solid rgba(151,170,187,.678);width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:row}.account-page .account-sidebar__drawer .acount-drawer-bottom{padding:10px 16px;display:flex;flex-direction:column;gap:10px}@media(max-width:768px){.account-page .account-sidebar__drawer .acount-drawer-bottom{overflow-y:auto}}.account-page .account-sidebar__drawer .profileHeader_gold{padding:12px 12px 4px;background:#000;border-radius:8px}.account-page .account-sidebar__drawer .drawer-header{display:flex;justify-content:flex-start;align-items:center;padding:4px 0 8px;gap:22px;border-bottom:.2px solid hsla(0,0%,53%,.639)}.account-page .account-sidebar__drawer .drawer-header img{width:70px;height:70px;border-radius:50%;background:#fff;padding:4px;object-fit:cover}.account-page .account-sidebar__drawer .drawer-header .profile-details{display:flex;flex-direction:column}.account-page .account-sidebar__drawer .drawer-header .profile-details .username{color:#fdfdfd;font-family:Inter;font-weight:700;font-size:18px;line-height:100%;letter-spacing:0;vertical-align:middle}.account-page .account-sidebar__drawer .drawer-header .profile-details .user-rank{display:flex;align-items:center;gap:4px;color:#fff;font-family:Inter;font-weight:400;font-size:12px;line-height:100%;letter-spacing:0;vertical-align:middle;padding:6px 0;cursor:pointer}.account-page .account-sidebar__drawer .drawer-header .close-btn-sidebar{background:none;border:none;font-size:24px;cursor:pointer}.account-page .account-sidebar__drawer .asort-gold-wrapper{padding:6px;display:flex;justify-content:space-between;flex-direction:row;width:100%;align-items:center}.account-page .account-sidebar__drawer .asort-gold-wrapper .asort-gold{display:flex;justify-content:flex-start;align-items:center;gap:6px}.account-page .account-sidebar__drawer .asort-gold-wrapper .asort-gold span{font-weight:700;font-size:12px;line-height:100%;letter-spacing:0;vertical-align:middle;background:-webkit-linear-gradient(.483turn,#f9f0bb 21.77%,#c49330 80.14%,#5e4717 107.72%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.account-page .account-sidebar__drawer .refer-card{display:flex;flex-direction:row;justify-content:space-between;background:#10544a;padding:10px;border-radius:8px;align-items:center}.account-page .account-sidebar__drawer .refer-card .refer-content{display:flex;justify-content:flex-start;align-items:center;gap:10px}.account-page .account-sidebar__drawer .refer-card .refer-content .refer-text{font-weight:600;font-size:16px;line-height:100%;letter-spacing:-.2px;text-align:center;text-transform:uppercase;color:#fff}@media(min-width:768px){.account-page .account-sidebar__drawer .refer-card .refer-content .refer-text{font-size:18px}}.account-page .account-sidebar__drawer .sidebar-profile-card{display:flex;flex-direction:column;gap:8px}.account-page .account-sidebar__drawer .sidebar-profile-card .profile-info{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:12px 12px 4px;box-shadow:0 2px 6px 6px hsla(0,0%,64%,.251);border-radius:8px}.account-page .account-sidebar__drawer .sidebar-profile-card .profile-info .asortdetailsAndBasicPlan{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:22px}.account-page .account-sidebar__drawer .sidebar-profile-card .profile-info .asort_basic_plan{font-weight:400;font-size:12px;line-height:100%;letter-spacing:0;display:flex;align-items:center;justify-content:flex-start;gap:4px;padding:6px}.account-page .account-sidebar__drawer .sidebar-profile-card .profile-info .profile-image-wrapper,.account-page .account-sidebar__drawer .sidebar-profile-card .profile-info .profile-image-wrapper .progress-circle{position:relative;width:64px;height:64px}.account-page .account-sidebar__drawer .sidebar-profile-card .profile-info .profile-image-wrapper .progress-circle svg.progress-ring{position:absolute;top:0;left:0;transform:rotate(-90deg)}.account-page .account-sidebar__drawer .sidebar-profile-card .profile-info .profile-image-wrapper .progress-circle svg.progress-ring circle{fill:none;stroke-width:4;r:30;cx:32;cy:32}.account-page .account-sidebar__drawer .sidebar-profile-card .profile-info .profile-image-wrapper .progress-circle svg.progress-ring .progress-ring__bg{stroke:#f2f2f2}.account-page .account-sidebar__drawer .sidebar-profile-card .profile-info .profile-image-wrapper .progress-circle svg.progress-ring .progress-ring__circle{stroke:#f46f4e;transition:stroke-dashoffset .35s;transform:rotate(0deg);transform-origin:50% 50%}.account-page .account-sidebar__drawer .sidebar-profile-card .profile-info .profile-image-wrapper .progress-circle img{width:56px;height:56px;border-radius:50%;object-fit:cover;object-position:center;position:absolute;top:4px;left:4px}.account-page .account-sidebar__drawer .sidebar-profile-card .profile-info .profile-image-wrapper .progress-circle .progress-label{position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);background:#f46f4e;color:#fff;padding:2px 6px;border-radius:16px;font-weight:600;border:2px solid #fff;font-size:12px;line-height:100%;letter-spacing:0}.account-page .account-sidebar__drawer .sidebar-profile-card .profile-info .profile-details{display:flex;flex-direction:column;gap:4px}.account-page .account-sidebar__drawer .sidebar-profile-card .profile-info .profile-details .username{font-family:Inter;font-weight:700;font-size:18px;color:#000}.account-page .account-sidebar__drawer .sidebar-profile-card .profile-info .profile-details .user-rank{display:flex;align-items:center;gap:4px;font-size:12px;color:#000;cursor:pointer}.account-page .account-sidebar__drawer .sidebar-profile-card .profile-info .profile-details .user-rank .rank-label{font-size:16px;line-height:100%}.account-page .account-sidebar__drawer .sidebar-profile-card .asort-gold-wrapper{display:flex;flex-direction:row;justify-content:space-between;background:#000;padding:10px;border-radius:8px;align-items:center;border-top:1px solid #878787;border-radius:0;margin-top:10px}.account-page .account-sidebar__drawer .sidebar-profile-card .asort-gold-wrapper .asort-gold{display:flex;justify-content:flex-start;align-items:center;gap:10px}.account-page .account-sidebar__drawer .sidebar-profile-card .asort-gold-wrapper .asort-gold div{font-family:Inter;font-weight:600;font-size:16px;line-height:100%;letter-spacing:0;color:#fff}.account-page .account-sidebar__drawer .sidebar-profile-card .asort-gold-wrapper .asort-gold span{font-weight:700;font-size:16px;line-height:100%;letter-spacing:0;vertical-align:middle;background:-webkit-linear-gradient(.483turn,#f9f0bb 21.77%,#c49330 80.14%,#5e4717 107.72%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.account-page .account-sidebar__drawer .sidebar-profile-card .asort-gold-wrapper .asortToGoldUpgradeText{font-family:Inter;font-weight:400;font-size:12px;line-height:100%;color:#fff;padding-left:30px;padding-top:3px}.account-page .account-sidebar__drawer .sidebar-profile-card .refer-card{display:flex;justify-content:space-between;align-items:center;background:#10544a;padding:10px;border-radius:8px;cursor:pointer}.account-page .account-sidebar__drawer .sidebar-profile-card .refer-card .refer-content{display:flex;align-items:center;gap:10px}.account-page .account-sidebar__drawer .sidebar-profile-card .refer-card .refer-content .refer-text{font-size:16px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:-.02em}@media(min-width:768px){.account-page .account-sidebar__drawer .sidebar-profile-card .refer-card .refer-content .refer-text{font-size:18px}}.account-page .account-sidebar__drawer .account-sidebar__nav button{display:flex;align-items:center;justify-content:space-between;width:100%;height:54px;padding:8px 10px;border:none;background:none;text-align:left;cursor:pointer;border-bottom:1px solid var(--stroke,#ddd);font-weight:400;font-size:14px;line-height:100%;letter-spacing:0}.account-page .account-sidebar__drawer .account-sidebar__nav button .icon-label{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px}.account-page .account-sidebar__drawer .account-sidebar__nav button:hover{background:#fef4eb}.account-page .account-sidebar__drawer .account-sidebar__nav button.active{color:#f46f4e;font-weight:600;background:#fef4eb}@media(max-width:768px){.account-page .account-sidebar{display:none}.account-page .account-sidebar__mobile-toggle{display:block;z-index:10}}.account-content{width:77.5%;border:1px solid var(--big-stroke,rgba(0,0,0,.251));border-radius:16px;height:-moz-fit-content;height:fit-content}@media(max-width:768px){.account-content{padding:0;width:100%;border:none;border-radius:0}}.gold_after{display:flex;flex-direction:column;background:#000;border:1px solid var(--big-stroke,rgba(0,0,0,.251));padding:10px 10px 3px;border-radius:8px}.gold_after .profile-info{border:none!important;border-radius:0!important;box-shadow:none!important}.gold_after .profile-info .profile-details .user-rank,.gold_after .profile-info .profile-details .username{color:#fff!important}.asort-gold-wrapper.notSubGOld{margin:0!important;border-radius:8px!important;border-top:none!important;background:linear-gradient(#0a0909,#272727,#33322d,#534e20)}.rank-label{font-family:Inter;font-weight:500;font-size:16px;line-height:100%;letter-spacing:-2%;text-align:center}.profile-tab{padding:20px;background:#fff;display:flex;flex-direction:column;gap:35px;border-radius:16px}@media(max-width:768px){.profile-tab{align-items:center}}.profile-tab .profile-header{display:flex;flex-direction:column;gap:20px}@media(max-width:768px){.profile-tab .profile-header{position:relative;align-items:center;width:100%;gap:15px}}.profile-tab .profile-header .edit-btn{align-self:flex-start;background:#8c8c8c;padding:5px 10px;border-radius:4px;display:flex;align-items:center;gap:6px;cursor:pointer;color:#fff;font-weight:500;font-size:16px;line-height:100%;letter-spacing:-.2px;text-align:center}@media(max-width:768px){.profile-tab .profile-header .edit-btn{margin:auto}}.profile-tab .profile-header .edit-btn .edit-icon{font-size:14px}.profile-tab .profile-header .profile-main{display:flex;gap:20px;align-items:center}.profile-tab .profile-header .profile-main .profile-img{width:184px;height:184px;border-radius:50%;overflow:hidden;flex-shrink:0}.profile-tab .profile-header .profile-main .profile-img img{width:100%;object-fit:cover;object-position:center;height:100%}.profile-tab .profile-header .profile-main .profile-info{flex:1 1;display:flex;flex-direction:column;gap:8px}.profile-tab .profile-header .profile-main .profile-info .username{margin-bottom:10px;font-family:Inter;font-weight:500;font-size:30px;line-height:100%;letter-spacing:-.2px;text-align:left}.profile-tab .profile-header .profile-main .profile-info .user-id{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}@media(min-width:769px){.profile-tab .profile-header .profile-main .profile-info .user-id{align-items:flex-start}}.profile-tab .profile-header .profile-main .profile-info .user-id .joined-date{color:#667085;margin-bottom:10px;font-weight:400;font-size:14px;line-height:100%;letter-spacing:-.2px}.profile-tab .profile-header .profile-main .profile-info .user-id .joined-date strong{font-weight:500}.profile-tab .profile-header .profile-main .profile-info .details-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px 32px;gap:16px 32px;font-size:14px;color:#6b7280;width:75%}@media screen and (min-width:768px)and (max-width:1076px){.profile-tab .profile-header .profile-main .profile-info .details-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px 2px;gap:16px 2px;font-size:14px;color:#6b7280;width:100%}}.profile-tab .profile-header .profile-main .profile-info .details-grid .detail{display:flex;align-items:center;gap:8px}.profile-tab .profile-header .profile-main .profile-info .details-grid .detail .tooltip-wrapper{position:relative;display:inline-block}.profile-tab .profile-header .profile-main .profile-info .details-grid .detail .tooltip-wrapper .overflow-hide-email{width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative}.profile-tab .profile-header .profile-main .profile-info .details-grid .detail .tooltip-wrapper .tooltiptext{visibility:hidden;background-color:rgba(0,0,0,.5);color:#fff;text-align:center;padding:5px;border-radius:6px;position:absolute;bottom:100%;transform:translateX(-50%);left:50%;z-index:1}.profile-tab .profile-header .profile-main .profile-info .details-grid .detail .tooltip-wrapper .tooltiptext:after{content:" ";position:absolute;top:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-top-color:rgba(0,0,0,.5)}.profile-tab .profile-header .profile-main .profile-info .details-grid .detail .tooltip-wrapper:hover .tooltiptext{visibility:visible}.profile-tab .profile-header .profile-main .profile-info .details-grid .detail .profile-details-div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width:768px)and (max-width:905px){.profile-tab .profile-header .profile-main .profile-info .details-grid .detail .profile-details-div{white-space:normal}}.profile-tab .kyc-banner{background:#fff4f0;padding:16px;border-radius:8px;display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;font-size:14px;color:#333}.profile-tab .kyc-banner p{font-weight:600;font-size:24px;line-height:100%;letter-spacing:-.2px}.profile-tab .kyc-banner p .second_line{font-weight:400;font-size:16px;text-align:center}@media(max-width:768px){.profile-tab .kyc-banner p .second_line{text-align:left}}.profile-tab .kyc-banner .kyc-btn{background-color:#f46f4e;color:#fff;border:none;padding:16px;border-radius:6px;cursor:pointer;font-weight:600;font-size:18px;line-height:100%;letter-spacing:-.2px;text-align:center;display:flex;align-items:center;gap:5px}.profile-tab .profile-actions{display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px}.profile-tab .profile-actions .action-card{flex:1 1 30%;gap:14px;min-height:254px;min-width:100px;border-radius:6px;text-align:center;background:#fff;transition:.2s;border:1px solid var(--stroke,#cbcaca);display:flex;justify-content:center;align-items:center;flex-direction:column;cursor:pointer;transition:transform .2s ease}.profile-tab .profile-actions .action-card:hover{transform:translateY(-2px)}.profile-tab .profile-actions .action-card .icon{font-size:28px;margin-bottom:8px}.profile-tab .profile-actions .action-card .action-info strong{display:block;margin-bottom:14px;font-family:Inter;font-weight:500;font-size:24px;line-height:100%;letter-spacing:-2%;text-align:center;color:#000}.profile-tab .profile-actions .action-card .action-info p{color:#000;font-family:Inter;font-weight:400;font-style:Regular;font-size:14px;line-height:100%;letter-spacing:-2%;text-align:center}.profile-tab .profile-actions .action-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.05)}@media(max-width:768px){.profile-tab .profile-header .profile-main{flex-direction:column;align-items:center;width:100%}.profile-tab .profile-header .profile-main .profile-img{width:80px;height:80px}.profile-tab .profile-header .profile-main .profile-info{align-items:center;width:100%}.profile-tab .profile-header .profile-main .profile-info .username{font-size:18px}.profile-tab .profile-header .profile-main .profile-info .details-grid{grid-template-columns:repeat(2,1fr);width:100%}}@media(max-width:768px)and (max-width:400px){.profile-tab .profile-header .profile-main .profile-info .details-grid{grid-template-columns:1fr;width:100%}}@media(max-width:768px){.profile-tab .kyc-banner{flex-direction:column;align-items:flex-start}.profile-tab .kyc-banner .kyc-btn{align-self:flex-end}.profile-tab .profile-actions{flex-direction:column;width:100%;gap:20px}}.skeleton_profile .skeleton-avatar{width:100%;height:100%;border-radius:50%}.skeleton_profile .skeleton-avatar,.skeleton_profile .skeleton-line{background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 37%,#e0e0e0 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite}.skeleton_profile .skeleton-line{height:14px;border-radius:6px;margin:6px 0}.skeleton_profile .skeleton-line.name{width:160px;height:20px}.skeleton_profile .skeleton-line.medium{width:120px}.skeleton_profile .skeleton-line.small{width:80px}.skeleton_profile .skeleton-line.detail{width:100%}.skeleton_profile .skeleton-icon{width:32px;height:32px;border-radius:8px;background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 37%,#e0e0e0 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite}.edit-profile-tab{display:flex;flex-direction:row;align-items:flex-start;gap:24px;padding:24px}@media(max-width:768px){.edit-profile-tab{flex-direction:column;align-items:center;padding:16px}}.edit-profile-tab .avatar{position:relative;width:21%;padding-top:21%}@media(max-width:768px){.edit-profile-tab .avatar{width:150px;height:150px}}.edit-profile-tab .avatar .avatar-img{border-radius:50%;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;top:0;left:0}.edit-profile-tab .avatar .camera-icon{position:absolute;bottom:0;right:0;background:#fff;border-radius:50%;padding:4px;box-shadow:0 0 4px rgba(0,0,0,.1);cursor:pointer}.edit-profile-tab .edit-form{width:79%;display:flex;flex-direction:column;gap:20px}@media(max-width:768px){.edit-profile-tab .edit-form{width:100%}}.edit-profile-tab .edit-form .form-group{display:flex;flex-direction:column;gap:6px;width:100%}.edit-profile-tab .edit-form .form-group label{font-weight:500;font-size:14px}.edit-profile-tab .edit-form .form-group .input-with-icon{display:flex;align-items:center;border:1px solid #8c8c8c;border-radius:6px;padding:10px 12px;background:#fff}.edit-profile-tab .edit-form .form-group .input-with-icon input{flex:1 1;border:none;outline:none;color:#737373;font-weight:400;font-size:14px;line-height:150%;letter-spacing:0;text-align:left;text-align-last:left;-webkit-text-align-last:left}.edit-profile-tab .edit-form .form-group .input-with-icon .calendar-icon,.edit-profile-tab .edit-form .form-group .input-with-icon .edit-icon{font-size:16px;color:#9ca3af;margin-left:10px;cursor:pointer}.edit-profile-tab .edit-form .form-row{display:flex;gap:20px}@media(max-width:600px){.edit-profile-tab .edit-form .form-row{flex-direction:column}}.edit-profile-tab .edit-form .gender-buttons{display:flex;gap:12px}.edit-profile-tab .edit-form .gender-buttons button{flex:1 1;padding:10px;border:1px solid #8c8c8c;background:#fff;border-radius:6px;font-size:14px;cursor:pointer}.edit-profile-tab .edit-form .gender-buttons button.active{background:#8c8c8c;color:#fff;border-color:#8c8c8c}.edit-profile-tab .edit-form .save-btn{margin-top:10px;background:#f46f4e;color:#fff;border:none;padding:14px;font-size:16px;border-radius:6px;cursor:pointer;position:relative;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.edit-profile-tab .edit-form .save-btn:disabled{opacity:.6;cursor:not-allowed}.edit-profile-tab .edit-form .save-btn.saveProfileLoading{pointer-events:none}.edit-profile-tab .edit-form .save-btn .saveProfileLoader{width:18px;height:18px;border:3px solid #fff;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}.custom-date-input{-moz-appearance:none;appearance:none;-webkit-appearance:none;position:relative;z-index:2;background:transparent;font-family:inherit}.custom-date-input::-webkit-calendar-picker-indicator{opacity:0;display:none;pointer-events:none}.hidden-date-input{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px;top:0;left:0;z-index:-1}.dob-wrapper{position:relative}.dob-wrapper .calendar-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);cursor:pointer;z-index:3}.dob-wrapper .calendar-icon svg{width:20px;height:20px;fill:#969696}.email_phone_row{width:100%}.email_phone_row .email_phone_group{width:48%}.email_phone_row .email_phone_group input{width:80%}.skeleton,.skeleton-input{background:linear-gradient(90deg,#f0f0f0 25%,#e2e2e2 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.4s ease infinite;border-radius:6px}.skeleton-input{height:42px;width:100%}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.uploading-text{color:#888;font-size:14px;margin-top:8px}.skeleton-avatar{width:100%;height:100%;border-radius:50%;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 37%,#e0e0e0 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite}.crop-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.7);z-index:9999;animation:fadeIn .2s ease-out}.crop-modal .crop-modal-content{background:#fff;border-radius:14px;padding:24px;width:92%;max-width:380px;text-align:center;box-shadow:0 8px 24px rgba(0,0,0,.3);animation:scaleIn .25s ease}.crop-modal .crop-modal-content h3{margin-bottom:12px;color:#333;font-size:1.1rem;font-weight:600}.crop-modal .crop-modal-content .crop-area{display:inline-block;border-radius:50%;overflow:hidden;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-top:8px;background:#f9f9f9;border:2px solid #f46f4e}.crop-modal .crop-modal-content .crop-area canvas{display:block;border-radius:50%}.crop-modal .crop-modal-content .crop-buttons{margin-top:16px;display:flex;justify-content:center;gap:10px}.crop-modal .crop-modal-content .crop-buttons button{border:none;border-radius:8px;font-weight:500;padding:8px 16px;cursor:pointer;transition:all .2s ease}.crop-modal .crop-modal-content .crop-buttons button.cancel{background:#eee;color:#333}.crop-modal .crop-modal-content .crop-buttons button.cancel:hover{background:#ddd}.crop-modal .crop-modal-content .crop-buttons button.confirm{background:#f46f4e;color:#fff}.crop-modal .crop-modal-content .crop-buttons button.confirm:hover{background:#f35b36}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:.8}to{transform:scale(1);opacity:1}}.twofactor-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:1000;display:flex;align-items:center;justify-content:center}.twofactor-overlay.mobile{align-items:flex-end}.twofactor-overlay .twofactor-box{background:#fff;padding:20px;border-radius:16px;width:90%;max-width:400px;position:relative;animation:slideUp .3s ease}@media(max-width:768px){.twofactor-overlay .twofactor-box{border-radius:16px 16px 0 0;width:100%;max-width:100%;padding-bottom:30px}}.twofactor-overlay .twofactor-box .close-btn{position:absolute;right:12px;top:10px;background:none;border:none;font-size:22px;color:#888}.twofactor-step{text-align:center}.twofactor-step h2{margin-bottom:8px;text-align:left;font-size:20px;font-weight:700;color:#000}.twofactor-step p{font-size:14px;color:#666;text-align:left;font-weight:400}.twofactor-step .value-box{font-size:18px;font-weight:700;margin:20px 0;display:flex;justify-content:space-between;align-items:center}.twofactor-step .value-box span{color:var(--Typography-900,#18181b);max-width:90%}.twofactor-step .value-box .value-box-span1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.twofactor-step .value-box .radio-selected{width:16px;height:16px;border-radius:50%;border:2px solid #ef6b4a;margin-left:12px;display:flex;align-items:center;justify-content:center}.twofactor-step .value-box .radio-selected .dot_orange{background:#ef6b4a;width:75%;height:75%;border-radius:100%}.twofactor-step .otp-box{display:flex;justify-content:center;gap:8px}.twofactor-step .otp-box input{width:40px;height:48px;text-align:center;font-size:20px;border:1px solid #ccc;border-radius:6px}.twofactor-step .resend-text{margin-top:12px;font-size:14px}.twofactor-step .resend-text .resend-link{color:#ef6b4a;cursor:pointer;margin-left:6px}.twofactor-step .cta-btn{margin-top:24px;width:100%;background:#ef6b4a;border:none;padding:12px;color:#fff;font-weight:700;border-radius:8px;display:flex;justify-content:center}.twofactor-step input[type=email],.twofactor-step input[type=tel],.twofactor-step input[type=text]{width:100%;padding:12px;border:1px solid #ccc;border-radius:8px;margin-top:20px}.error-text{color:#e53935;margin-top:10px;font-size:14px}.cta-btn.btn-disabled{opacity:.7;cursor:not-allowed}.otp-box{display:flex;gap:8px;margin:16px 0}.otp-box input{width:40px;height:50px;font-size:20px;text-align:center;border:1px solid #ccc;border-radius:6px}.error-box{margin-top:10px;color:#d93025;background:#fdecea;padding:8px 12px;border-radius:6px;font-size:14px;display:flex;align-items:center}.error-icon{margin-right:6px}.resend-text{margin:12px 0;font-size:14px}.resend-link{color:#f60;margin-left:6px;cursor:pointer;font-weight:600}.cta-btn{margin-top:16px;padding:10px 16px;font-size:16px;border-radius:6px;background:#f60;color:#fff;cursor:pointer;border:none;transition:opacity .2s}.cta-btn:disabled{opacity:.7;cursor:not-allowed}.btn-loader{display:flex;align-items:center;justify-content:center}.spinner{border:2px solid #fff;border-top-color:transparent;border-radius:50%}.resend_spinner,.spinner{width:16px;height:16px;margin-right:8px;animation:spin 1s linear infinite}.resend_spinner{display:block;border:2px solid #2e2d2d;border-top-color:transparent;border-radius:50%}.modal-wrapper{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.4);z-index:9999;display:flex;justify-content:center;align-items:center}.modal-content{background:#fff;width:100%;max-width:380px;padding:24px 20px 30px;border-radius:12px;position:relative;box-shadow:0 4px 12px rgba(0,0,0,.1);max-height:80%;overflow-y:auto;overflow-x:hidden;bottom:30px}.modal-content h3{font-weight:600;padding-bottom:7px;text-align:left}.modal-content input{width:100%;padding:12px;margin-bottom:16px;border:1px solid #ddd;border-radius:8px;font-size:14px}.modal-content .error{color:red;font-size:12px;margin-top:-12px;margin-bottom:8px}.modal-content .primary-btn{width:100%;padding:12px;background-color:#f46f4e;color:#fff;font-weight:600;font-size:16px;border:none;border-radius:8px;cursor:pointer;position:-webkit-sticky;position:sticky;bottom:-25px;left:0}.modal-content .primary-btn:disabled{opacity:.7;cursor:not-allowed}.modal-content .close-btn{position:absolute;top:12px;right:14px;background:none;border:none;font-size:22px;font-weight:700;cursor:pointer;color:#666;line-height:1}.add-email-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1000;display:flex;align-items:center;justify-content:center}.add-email-modal.mobile{align-items:flex-end}.add-email-modal .add-email-error-message{color:red;font-size:12px;margin-top:5px}.add-email-modal .modal-content{background:#fff;border-radius:12px;padding:20px;width:400px;max-width:90%;box-shadow:0 4px 12px rgba(0,0,0,.15);animation:fadeInUp .3s ease}.add-email-modal .modal-content h3{font-size:18px;margin-bottom:15px;font-weight:600;color:#222}.add-email-modal .modal-content input{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:14px;margin-bottom:20px;outline:none}.add-email-modal .modal-content input:focus{border-color:#333}.add-email-modal .modal-content .modal-actions{display:flex;justify-content:flex-end;gap:10px}.add-email-modal .modal-content .modal-actions button{padding:8px 16px;border-radius:8px;border:none;font-size:14px;cursor:pointer;transition:background .2s ease}.add-email-modal .modal-content .modal-actions button:disabled{opacity:.6;cursor:not-allowed}.add-email-modal .modal-content .modal-actions button:first-child{background:#f5f5f5;color:#333}.add-email-modal .modal-content .modal-actions button:first-child:hover:not(:disabled){background:#e6e6e6}.add-email-modal .modal-content .modal-actions button:last-child{background:#222;color:#fff}.add-email-modal .modal-content .modal-actions button:last-child:hover:not(:disabled){background:#000}.add-email-modal.mobile .modal-content{width:100%;border-radius:12px 12px 0 0}.credit-tab{padding:20px}.credit-tab .credit-tab__inline-tabs{display:flex;gap:24px;font-size:14px;margin-bottom:10px;border-bottom:1px solid #ddd}.credit-tab .credit-tab__inline-tabs .tab-text{padding:8px 0;cursor:pointer;color:#999;border-bottom:2px solid transparent}.credit-tab .credit-tab__inline-tabs .tab-text.active{color:#ff5c36;border-bottom-color:#ff5c36;font-weight:600}.credit-tab .balance-card{background:#fef4eb;border-radius:8px;padding:12px 16px;margin-bottom:16px;border:1px solid #ffded6;box-shadow:0 0 6px 0 rgba(0,0,0,.2)}.credit-tab .balance-card .label{color:#333;font-size:14px}.credit-tab .balance-card .amount{font-size:28px;color:#ff5c36;font-weight:700}.credit-tab .credit-tab__tabs{display:none}.credit-tab .credit-tab__table-wrapper{position:relative;height:515px;display:flex;flex-direction:column;border:1px solid #eee;border-radius:8px;overflow:hidden;background:#fff}.credit-tab .credit-tab__table-wrapper .filter-btn{display:none}.credit-tab .credit-tab__table-wrapper .credit-tab__scroll-container{flex:1 1;overflow-y:auto;padding:0}.credit-tab .credit-tab__table-wrapper .credit-tab__pagination-wrapper{position:-webkit-sticky;position:sticky;bottom:0;background:#fff;border-top:1px solid #ddd;z-index:2}.credit-tab .credit-tab__table-wrapper .no-data{text-align:center;padding:24px;color:#999}.body-no-scroll{overflow:hidden!important;position:static!important;width:auto!important;touch-action:none!important}.download-app-modal-overlay{z-index:9999}@media(max-width:768px){.credit-tab .credit-tab__table-wrapper .credit-tab__withdraw-wrapper{padding:12px}.credit-tab .credit-tab__table-wrapper .credit-tab__withdraw-wrapper .btn-withdraw{width:100%;padding:10px 24px;font-size:14px;margin:0}}.credit-table{width:100%;border-collapse:collapse}.credit-table thead{background:#f6f6f6;position:-webkit-sticky;position:sticky;top:0;left:0;right:0}.credit-table thead th{font-size:13px;font-weight:500;padding:10px;color:#888;text-align:left;width:30%}.credit-table tbody tr{border-top:1px solid #eee}.credit-table tbody tr td{font-size:14px;padding:10px;color:#333}.credit-table tbody tr .positive{color:#0e9f6e;font-weight:500}.credit-table tbody tr .negative{color:#e02424;font-weight:500}.credit-table tbody tr .status-chip{background:#dbf9db;color:#1a7f37;padding:4px 8px;border-radius:4px;font-size:12px;display:inline-block}.credit-table.skeleton td .skeleton-line{height:16px;background:linear-gradient(90deg,#eee 25%,#f5f5f5 50%,#eee 75%);animation:pulse 1.5s ease-in-out infinite;border-radius:4px}.withdrawal-form-container{max-height:100vh;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:20px;max-width:600px;margin:0 auto}.withdrawal-form-container .form-header{margin-bottom:24px}.withdrawal-form-container .form-header h2{margin:0 0 12px;font-size:1.5rem;font-weight:600;color:#1a202c}.withdrawal-form-container .form-header .info-text{color:#718096;font-size:.95rem;margin:0;font-weight:500}.withdrawal-form-container .withdrawal-form{display:flex;flex-direction:column;gap:20px}.withdrawal-form-container .withdrawal-form .form-group{display:flex;flex-direction:column;gap:8px}.withdrawal-form-container .withdrawal-form .form-group label{font-size:.875rem;font-weight:500;color:#4a5568;letter-spacing:.025em}.withdrawal-form-container .withdrawal-form .form-group label .required{color:#f36f4e}.withdrawal-form-container .withdrawal-form .form-group input{padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s;background-color:#fff}.withdrawal-form-container .withdrawal-form .form-group input::placeholder{color:#cbd5e0}.withdrawal-form-container .withdrawal-form .form-group input:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px rgba(66,153,225,.1)}.withdrawal-form-container .withdrawal-form .form-group input[readonly]{background-color:#f7fafc;cursor:not-allowed;color:#718096}.withdrawal-form-container .withdrawal-form .form-group input.error{border-color:#fc8181}.withdrawal-form-container .withdrawal-form .form-group input.error:focus{box-shadow:0 0 0 3px hsla(0,95%,75%,.1)}.withdrawal-form-container .withdrawal-form .form-group .error-message{color:#e53e3e;font-size:.75rem;margin-top:-4px}.withdrawal-form-container .withdrawal-form .form-group .input-with-loader{position:relative}.withdrawal-form-container .withdrawal-form .form-group .input-with-loader input{width:100%}.withdrawal-form-container .withdrawal-form .form-group .input-with-loader .loader-small{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;border:2px solid #e2e8f0;border-top-color:#4299e1;border-radius:50%;animation:spin .6s linear infinite}.withdrawal-form-container .withdrawal-form .form-actions{display:flex;gap:12px;margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0}.withdrawal-form-container .withdrawal-form .form-actions .btn-cancel,.withdrawal-form-container .withdrawal-form .form-actions .btn-submit{flex:1 1;padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;letter-spacing:.025em;border:none}.withdrawal-form-container .withdrawal-form .form-actions .btn-cancel:disabled,.withdrawal-form-container .withdrawal-form .form-actions .btn-submit:disabled{opacity:.6;cursor:not-allowed}.withdrawal-form-container .withdrawal-form .form-actions .btn-cancel{background-color:#f7fafc;color:#4a5568;border:1px solid #e2e8f0}.withdrawal-form-container .withdrawal-form .form-actions .btn-cancel:hover:not(:disabled){background-color:#edf2f7;border-color:#cbd5e0}.withdrawal-form-container .withdrawal-form .form-actions .btn-submit{background-color:#f36f4e;color:#fff}.withdrawal-form-container .withdrawal-form .form-actions .btn-submit:hover:not(:disabled){background-color:#e85d3d;transform:translateY(-1px);box-shadow:0 4px 12px rgba(243,111,78,.25)}@keyframes spin{to{transform:translateY(-50%) rotate(1turn)}}@keyframes pulse{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@media(max-width:768px){.credit-tab .credit-tab__inline-tabs{display:none}.credit-tab .credit-tab__tabs{display:flex;gap:8px;margin-bottom:16px}.credit-tab .credit-tab__tabs button{flex:1 1;padding:8px;font-size:13px;border:1px solid #ccc;border-radius:6px;background:#fff;color:#333}.credit-tab .credit-tab__tabs button.active{background:#ff5c36;color:#fff;border-color:#ff5c36}.credit-tab .credit-tab__table-wrapper{height:400px}.credit-tab .credit-tab__table-wrapper .credit-tab__withdraw-wrapper{position:-webkit-sticky;position:sticky;bottom:0;background:#fff;padding:16px;border-top:1px solid #ddd;display:flex;justify-content:center;z-index:2}.credit-tab .credit-tab__table-wrapper .credit-tab__withdraw-wrapper .btn-withdraw{padding:12px 32px;background-color:#f36f4e;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;letter-spacing:.5px}.credit-tab .credit-tab__table-wrapper .credit-tab__withdraw-wrapper .btn-withdraw:hover{background-color:#e85d3d;transform:translateY(-1px);box-shadow:0 4px 12px rgba(243,111,78,.25)}.credit-tab .credit-tab__table-wrapper .credit-tab__withdraw-wrapper .btn-withdraw:active{transform:translateY(0)}.credit-tab .credit-tab__table-wrapper .credit-tab__withdraw-wrapper .btn-withdraw:disabled{opacity:.6;cursor:not-allowed}.credit-tab .credit-tab__table-wrapper .filter-btn{display:flex;justify-content:flex-end;padding:4px 8px;font-size:13px;border:1px solid #ccc;border-radius:6px;background:#fff;margin-bottom:10px}}@media(max-width:640px){.withdrawal-form-container{padding:16px;max-height:95vh}.withdrawal-form-container .form-header{margin-bottom:20px}.withdrawal-form-container .form-header h2{font-size:1.25rem}.withdrawal-form-container .form-header .info-text{font-size:.875rem}.withdrawal-form-container .withdrawal-form{gap:16px}.withdrawal-form-container .withdrawal-form .form-group{gap:6px}.withdrawal-form-container .withdrawal-form .form-group label{font-size:.8125rem}.withdrawal-form-container .withdrawal-form .form-group input{padding:8px 12px;font-size:.9375rem}.withdrawal-form-container .withdrawal-form .form-actions{flex-direction:column;gap:8px;margin-top:20px;padding-top:20px}.withdrawal-form-container .withdrawal-form .form-actions .btn-cancel{width:100%;padding:10px 20px}.withdrawal-form-container .withdrawal-form .form-actions .btn-submit{width:100%;padding:10px 20px;margin-bottom:20%}}.colorStylingGreen{padding:6px 12px}.colorStylingGreen,.colorStylingRed{display:block;width:100%;background:rgba(171,232,160,.302);border-radius:6px}.colorStylingRed{padding:7px 12px;font-family:Inter;font-weight:400;font-style:normal;font-size:12px;line-height:100%;letter-spacing:0}.btn-withdraw{padding:12px 32px;background-color:#f36f4e;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;letter-spacing:.5px;margin:10px 10px 10px 0}.btn-withdraw:hover{background-color:#e85d3d;transform:translateY(-1px);box-shadow:0 4px 12px rgba(243,111,78,.25)}.btn-withdraw:active{transform:translateY(0)}.btn-withdraw:disabled{opacity:.6;cursor:not-allowed}.credit-tab__withdraw-wrapper{display:flex;align-items:center;justify-content:flex-end}.pagination{display:flex;gap:6px;justify-content:center;margin-top:10px;flex-wrap:wrap}.pagination button{padding:6px 10px;border:1px solid #ccc;background:#fff;color:#333;border-radius:4px;font-size:13px;cursor:pointer}.pagination button.active{background:#ff5c36;color:#fff;border-color:#ff5c36;font-weight:600}.pagination button:disabled{opacity:.5;cursor:not-allowed}.pagination .dots{padding:6px 10px;font-size:13px;color:#888}.download-app-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:998;display:flex;align-items:center;justify-content:center}.download-app-modal-content{position:relative;max-width:600px;width:100%;margin-bottom:auto;background-color:#fff;border-radius:12px;overflow:hidden}.asort-gems-tab{padding:20px}.asort-gems-tab .gems-card{border-radius:8px;padding:20px;position:relative;border:1px solid #ffded6;box-shadow:0 0 6px 0 rgba(0,0,0,.2)}.asort-gems-tab .gems-card .gems-info{display:flex;gap:10px;justify-content:flex-start;margin-bottom:12px;align-items:center;font-weight:400}.asort-gems-tab .gems-card .gems-info .gems-icon{font-size:16px;display:flex;align-items:center;justify-content:center}.asort-gems-tab .gems-card .gems-info .gems-label{color:#000;font-family:Inter;font-weight:400;font-size:24px;line-height:100%;letter-spacing:0}.asort-gems-tab .gems-card .gems-amount{font-size:28px;color:#046307}.asort-gems-tab .gems-card .redeem-info{color:#444}.asort-gems-tab .gems-card .redeem-info strong{font-weight:600}.asort-gems-tab .transactions h3{font-size:16px;color:#333}.asort-gems-tab .transactions ul li{flex-direction:row}.asort-gems-tab .transactions ul li .tx-left .tx-date{font-size:13px;color:#555}.asort-gems-tab .transactions ul li .tx-left .tx-expiry{font-size:12px;color:#999;margin-top:2px}.asort-gems-tab .transactions ul li .tx-amount{font-size:14px;font-weight:600;align-self:center}.asort-gems-tab .transactions ul li .tx-amount.positive{color:#0e9f6e}.asort-gems-tab .transactions ul li .tx-amount.negative{color:#e02424}@media(max-width:768px){.asort-gems-tab .gems-card{flex-direction:column;align-items:flex-start}.asort-gems-tab .gems-card .gems-info{order:2}.asort-gems-tab .gems-card .gems-amount{font-size:24px;order:1}.asort-gems-tab .gems-card .redeem-info{display:block;font-size:13px;margin-top:8px;order:3}.asort-gems-tab .transactions h3{font-size:15px}.asort-gems-tab .transactions li{flex-direction:column;align-items:flex-start}.asort-gems-tab .transactions li .tx-amount{margin-top:4px}}.asort-gems-tab .gems-card{padding:20px 20px 11px;background:#fef4eb;border-radius:4px;margin-bottom:20px}.asort-gems-tab .gems-card .gems-amount{margin-top:8px;font-family:Inter;font-weight:700;font-size:44px;line-height:100%;letter-spacing:0}@media screen and (max-width:768px){.asort-gems-tab .gems-card .gems-amount{font-size:24px;margin-top:-2px}}.asort-gems-tab .gems-card .redeem-info{font-size:14px;margin-top:10px;color:#000;padding-top:36px;font-weight:300}@media screen and (max-width:768px){.asort-gems-tab .gems-card .redeem-info{font-size:12px}}.asort-gems-tab .gems-card .redeem-info .gems-label{font-size:14px;color:#000;font-weight:400}@media screen and (max-width:768px){.asort-gems-tab .gems-card .redeem-info .gems-label{font-size:12px}}.asort-gems-tab .transactions h3{font-size:18px;margin-bottom:12px;font-weight:500;color:#424242}@media screen and (max-width:768px){.asort-gems-tab .transactions h3{font-size:16px}}.asort-gems-tab .transactions ul{list-style:none;padding:0;margin:0}.asort-gems-tab .transactions ul li{padding:12px 0;border-bottom:1px solid #eee;display:flex;justify-content:space-between}.asort-gems-tab .transactions ul li .tx-left .tx-date{font-size:14px;font-weight:400;color:#000}@media screen and (max-width:768px){.asort-gems-tab .transactions ul li .tx-left .tx-date{font-size:12px}}.asort-gems-tab .transactions ul li .tx-left .tx-desc{font-size:16px;color:#000;font-weight:500;margin-top:4px}@media screen and (max-width:768px){.asort-gems-tab .transactions ul li .tx-left .tx-desc{font-size:12px}}.asort-gems-tab .transactions ul li .tx-amount{font-size:16px;font-weight:500}.asort-gems-tab .transactions ul li .tx-amount.positive{color:#12881e}.asort-gems-tab .transactions ul li .tx-amount.negative{color:#cb0a0a}.asort-gems-tab .transactions .no-data{padding:30px 0;text-align:center;font-size:15px;color:#999}.asort-gems-tab .skeleton{background-color:#e0e0e0;border-radius:4px;height:14px}.asort-gems-tab .skeleton.skeleton-text{height:16px}.asort-gems-tab .skeleton.w-25{width:25%}.asort-gems-tab .skeleton.w-50{width:50%}.asort-gems-tab .skeleton.w-60{width:60%}.asort-gems-tab .skeleton.w-75{width:75%}.asort-gems-tab .skeleton.w-40{width:40%}.asort-gems-tab .skeleton.mb-1{margin-bottom:8px}.asort-gems-tab .skeleton.mt-1{margin-top:8px}.asort-gems-tab .skeleton.mt-2{margin-top:16px}.asort-gems-tab .skeleton-transaction{display:flex;flex-direction:column;padding:12px 0;border-bottom:1px solid #eee}.gems-label_mobile{color:#000;font-family:Inter;font-weight:400;font-size:12px;line-height:100%;letter-spacing:0}.help-tab{padding:20px;position:relative}.help-tab .help-options{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.help-tab .help-options .help-option{display:flex;align-items:center;padding:12px;border:1px solid #f0f0f0;border-radius:6px;cursor:pointer;transition:background .3s}.help-tab .help-options .help-option .icon{margin-right:10px}.help-tab .help-options .help-option .arrow{margin-left:auto;color:#999;font-size:16px}.help-tab .help-options .help-option:hover{background:#f9f9f9}.help-tab .help-contact{border:1px solid #f0f0f0;border-radius:6px;padding:16px;font-size:14px}.help-tab .help-contact h4{font-weight:500;margin-bottom:10px;color:#000;font-size:18px}@media screen and (max-width:768px){.help-tab .help-contact h4{font-size:16px}}.help-tab .help-contact button{color:#f85f42;text-decoration:underline;font-size:16px}@media screen and (max-width:768px){.help-tab .help-contact button{font-size:14px}}.help-tab .help-contact button:hover{text-decoration:underline}.help-tab .help-contact .help-para1{font-size:14px;color:#000;font-weight:300}@media screen and (max-width:768px){.help-tab .help-contact .help-para1{font-size:12px}}.help-tab .help-contact p{margin:10px 0;line-height:1.4;color:#000;font-weight:300}.help-tab .help-contact p span{font-size:16px;color:#000;font-weight:400}@media screen and (max-width:768px){.help-tab .help-contact p span{font-size:14px}}.help-tab .help-contact p a{color:#f85f42;text-decoration:underline;font-weight:400;font-size:16px}@media screen and (max-width:768px){.help-tab .help-contact p a{font-size:14px}}.help-tab .help-contact p a:hover{text-decoration:underline}.help-tab .help-faq .faq-search{width:100%;padding:10px;border:1px solid #ccc;border-radius:6px;margin-bottom:16px}.help-tab .help-faq h4{font-weight:600;margin-bottom:12px}.help-tab .help-faq .faq-list .faq-item{padding:12px 0;border-bottom:1px solid #ddd;cursor:pointer}.help-tab .help-faq .faq-list .faq-item .faq-question{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:500}.help-tab .help-faq .faq-list .faq-item .faq-question .toggle-icon{font-size:18px;font-weight:700;background:#f85f42;color:#fff;width:25px;height:25px;display:flex;justify-content:center;align-items:center;border-radius:50%;padding-bottom:1px}.help-tab .help-faq .faq-list .faq-item .faq-answer{margin-top:10px;color:#555;font-size:13px}.help-tab .help-faq .faq-list .faq-item.expanded .faq-question{color:#f85f42}.help-tab .help-faq .faq-list .no-result{padding:16px 0;text-align:center;color:#999;font-size:14px}@media(max-width:768px){.help-tab .help-options{grid-template-columns:1fr}.help-tab .help-option{border-bottom:1px solid #eee;border-radius:0}}.help-header{display:none;align-items:center;padding:12px;border-bottom:1px solid #eee;background:#fff}.help-header .back-btn{border:none;background:none;font-size:18px;cursor:pointer;margin-right:12px}.help-header .title{font-weight:600;font-size:16px}@media(max-width:768px){.help-header{display:flex}.help-header.hide{display:none}}.create-ticket,.ticket-details,.tickets-tab{margin-bottom:50px}.tickets-header{display:flex;align-items:center;gap:8px;font-weight:700;margin-bottom:16px}.tickets-header .back-btn{background:none;border:none;font-size:24px;cursor:pointer}.tickets-header h2{font-size:18px}.tickets-table-wrapper{width:100%;overflow-x:auto}.tickets-table{width:100%;border-collapse:collapse;font-size:14px;min-width:320px}.tickets-table thead{background-color:#fff}.tickets-table thead th{text-align:left;padding:10px 5px;color:#000;font-weight:700;font-size:13px;border-bottom:1px solid #eee}.tickets-table tbody tr{cursor:pointer;transition:background .2s ease}.tickets-table tbody tr:hover{background-color:#fafafa}.tickets-table tbody tr td{padding:10px 5px;border-bottom:1px solid #eee;white-space:nowrap}.create-ticket-btn,.ticket-submit-btn{width:97%;padding:12px;border-radius:8px;background-color:#ff7043;color:#fff;font-weight:700;border:none;cursor:pointer;position:absolute;bottom:0;left:0;right:0;margin:0 auto 10px}.detail-block{background-color:#f2f6f9;padding:12px;border-radius:8px;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between}.detail-block strong{font-size:13px;color:#333}.detail-block div{font-size:14px;margin-top:4px}.ticket-form{gap:16px}.ticket-form,.ticket-form label{display:flex;flex-direction:column}.ticket-form label{font-size:14px}.ticket-form label input,.ticket-form label select,.ticket-form label textarea{margin-top:8px;padding:10px;border-radius:8px;border:1px solid #ccc}.ticket-form .attachment-label{font-weight:500;margin-bottom:6px;display:block}.ticket-form .upload-box{position:relative;width:100%;height:160px;border:2px dashed #ccc;border-radius:10px;background-color:#fafafa;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border .3s ease;margin-bottom:12px;overflow:hidden}.ticket-form .upload-box:hover{border-color:#666}.ticket-form .upload-box .upload-placeholder{color:#999;font-size:16px}.ticket-form .upload-box .image-preview{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px}.ticket-form .upload-box .file-preview{padding:10px;font-size:14px;color:#333;background:#eaeaea;border-radius:8px;max-width:90%;text-align:center;word-break:break-all}.tickets-skeleton{display:flex;flex-direction:column;gap:12px;padding:16px}.tickets-skeleton .skeleton-row{display:flex;gap:16px;background-color:#fff;border-radius:8px;padding:12px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.tickets-skeleton .skeleton-cell{height:16px;flex:1 1;background:linear-gradient(90deg,#f0f0f0 25%,#e4e4e4 37%,#f0f0f0 63%);background-size:400% 100%;border-radius:4px;animation:skeleton-loading 1.2s ease-in-out infinite}@keyframes skeleton-loading{0%{background-position:100% 0}to{background-position:-100% 0}}.ticket-details-skeleton .detail-block{display:flex;flex-direction:row;margin-bottom:16px}.skeleton-label,.skeleton-value{border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 37%,#f0f0f0 63%);background-size:400% 100%;animation:shimmer 1.2s ease-in-out infinite}.skeleton-label{width:100px;height:14px;margin-bottom:6px}.skeleton-value{width:60%;height:18px}.error-msg{color:#d32f2f;margin-top:8px}.success-msg{color:#388e3c;margin-top:8px}.ticket-submit-btn[disabled]{opacity:.6;cursor:not-allowed}.upload-box{border:1px dashed #ccc;padding:12px;cursor:pointer;text-align:center;border-radius:8px;margin-bottom:16px}.image-preview{max-width:100px;border-radius:8px;object-fit:cover}@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";.refer-tab{padding:20px}.refer-tab .refer-image{position:relative}.refer-tab .refer-image img{width:100%;max-width:350px;margin:0 auto;display:block;height:auto}.refer-tab .refer-image .track-btn{position:absolute;right:0;bottom:8px;background:none;border:none;font-size:14px;color:#555;text-decoration:underline;cursor:pointer;text-underline-offset:2px}.refer-tab .refer-tabs{display:flex;justify-content:center;margin-top:20px}.refer-tab .refer-tabs button{padding:10px 20px;background:#f4f4f4;border:none;margin:0 6px;border-radius:6px;font-weight:500;cursor:pointer}.refer-tab .refer-tabs button.active{background:#f85f42;color:#fff}.refer-tab .refer-card{background:#fff;border:1px solid #eee;border-radius:8px;padding:16px;margin:20px 0}.refer-tab .refer-card h4{margin-bottom:10px;letter-spacing:0;font-family:Inter,sans-serif!important;font-weight:400;font-size:18px;line-height:100%;color:#000}.refer-tab .refer-card h4 span{color:#f46f4e;font-family:Inter;font-weight:700;font-size:18px;line-height:100%;letter-spacing:0}.refer-tab .refer-card .subtitle{margin-bottom:18px}.refer-tab .refer-card .refer_subtitle-2,.refer-tab .refer-card .subtitle{font-family:Inter;font-weight:400;font-size:14px;line-height:100%;letter-spacing:0;color:#878787}.refer-tab .refer-card ul{margin-bottom:12px;padding-left:18px;list-style-type:disc}.refer-tab .refer-card ul li{margin-bottom:6px;font-family:Inter;font-weight:400;font-size:14px;line-height:160%;letter-spacing:0;vertical-align:middle;color:#878787}@media(max-width:768px){.refer-tab .refer-card ul li{font-size:12px}}.refer-tab .refer-card ul li b{font-weight:500;color:#000}.refer-tab .refer-card .code-copy{display:flex;justify-content:space-between;align-items:center;border:2px dashed #2f2f2f;padding:10px;font-weight:700;font-family:monospace;border-radius:8px;font-size:14px}.refer-tab .refer-card .code-copy span{font-family:Inter;font-weight:600;font-size:18px;line-height:100%;letter-spacing:0;color:#545454}.refer-tab .refer-card .code-copy button{transition:all .3s ease;color:#555;font-weight:500}.refer-tab .refer-card .code-copy button.copied{color:green}.refer-tab .refer-card .code-copy button span{font-family:Inter;font-weight:600;font-size:14px;line-height:100%;letter-spacing:0;color:#545454;display:flex;align-items:center;gap:4px}.refer-tab .refer-card .gem-value{display:flex;align-items:center;gap:6px;font-weight:700;margin:10px 0;color:#3b933b}.refer-tab .refer-card .gem-value .refer_ammount{font-family:Inter;font-weight:600;font-size:16px;line-height:100%;letter-spacing:0;color:#383838}.refer-tab .refer-card input[type=range]{width:100%;margin:12px 0}.refer-tab .refer-card .share-btn{background:#f46f4e;color:#fff;width:100%;padding:10px;height:44px;border:none;border-radius:8px;margin-top:12px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-family:Inter;font-weight:500;font-size:18px;line-height:100%;letter-spacing:0}.refer-tab .refer-faq{margin-top:24px}.refer-tab .refer-faq h4{margin-bottom:16px;font-size:16px;font-weight:700}.refer-tab .refer-faq .faq-item{border-bottom:1px solid #eee;padding:12px 0;cursor:pointer}.refer-tab .refer-faq .faq-item .faq-question{display:flex;justify-content:space-between;font-size:14px;font-weight:500}.refer-tab .refer-faq .faq-item .faq-question span{font-size:18px;font-weight:700;background:#f85f42;color:#fff;width:25px;height:25px;display:flex;justify-content:center;align-items:center;border-radius:50%;padding-bottom:1px}.refer-tab .refer-faq .faq-item .faq-answer{font-size:13px;margin-top:8px;color:#555}@media(max-width:768px){.refer-tab .refer-tabs{flex-direction:column;gap:8px}.refer-tab .refer-tabs button{width:100%}.refer-tab .refer-card{padding:12px}.refer-tab .track-btn{bottom:0;font-size:13px}}.custom-slider{position:relative;width:100%;margin:20px 0}.custom-slider input[type=range]{-webkit-appearance:none;width:100%;height:2px;border-radius:100px;background:linear-gradient(to right,#f46f4e 0,#f46f4e var(--progress),#d9d9d9 var(--progress),#d9d9d9 100%);outline:none;cursor:pointer;padding:0;margin:0}.custom-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:32px;height:32px;border-radius:50%;background-color:#f46f4e;position:relative;box-shadow:inset 0 0 0 5px #fff,0 2px 2px 0 rgba(0,0,0,.251)}.custom-slider input[type=range]::-moz-range-thumb{width:32px;height:32px;border-radius:50%;background-color:#f46f4e;position:relative;box-shadow:inset 0 0 0 8px #fff,0 2px 2px 0 rgba(0,0,0,.251)}.track-invites{padding:0}.track-invites .page-title{font-size:16px;font-weight:600;margin-bottom:20px;display:flex;align-items:center;gap:6px}.track-invites .page-title .back-arrow{font-size:18px;cursor:pointer}.track-invites .stats-card{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #eee;border-radius:12px;padding:20px 16px;box-shadow:0 1px 2px rgba(0,0,0,.04)}.track-invites .stat-item{flex:1 1;text-align:center}.track-invites .stat-item .stat-value{font-size:18px;font-weight:700;color:#f85f42}.track-invites .stat-item .stat-label{font-size:13px;color:#666;margin-top:4px;display:flex;justify-content:center;align-items:center;gap:4px}@media screen and (min-width:332px)and (max-width:430px){.track-invites .stat-item .stat-label{font-size:13px;color:#666;margin-top:4px;display:flex;justify-content:center;align-items:center;gap:4px;white-space:nowrap}}.track-invites .divider{width:1px;height:40px;background:#eee}.asort-gold-tab{padding:24px 0;text-align:center;height:110vh}.asort-gold-tab .title{font-weight:700;font-size:30px;line-height:105%;text-align:center;vertical-align:middle;background:-webkit-linear-gradient(266deg,#ead625,#6c6200 120.05%,#000 205.21%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.asort-gold-tab .subtitle{color:#242424;font-weight:500;font-size:15px;line-height:100%;letter-spacing:0;text-align:center;margin-bottom:25px}.asort-gold-tab .slider-wrapper{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:12.45px}.asort-gold-tab .slider-wrapper::-webkit-scrollbar{display:none}.asort-gold-tab .slider-wrapper .slide{flex:0 0 85%;scroll-snap-align:center;border-radius:20px;font-weight:600;color:#000;font-size:16px;box-shadow:0 2px 12px 0 rgba(0,0,0,.161);background:linear-gradient(144.38deg,#b1a535 18.1%,rgba(255,246,164,.75) 66.84%,#b1a535 90.92%,#998e2e 123.02%,#998e2e 124.17%);display:flex;flex-direction:column;align-items:center;height:300px;width:343px;justify-content:center}.asort-gold-tab .slider-wrapper .slide .slide-image{width:100%;width:90px;height:100px;margin-bottom:16px}.asort-gold-tab .slider-wrapper .slide p{color:#242424;font-weight:600;font-size:22.41px;line-height:100%;letter-spacing:0;text-align:center}.asort-gold-tab .slider-section{display:flex;align-items:center;position:relative}.asort-gold-tab .slider-section .arrow{display:none;font-size:24px;background:none;border:none;color:#000;cursor:pointer;padding:8px}.asort-gold-tab .slider-section .arrow.left{margin-right:8px}.asort-gold-tab .slider-section .arrow.right{margin-left:8px}.asort-gold-tab .slider-section .slider-wrapper{flex:1 1}.asort-gold-tab .dots{display:flex;justify-content:center;margin-top:16px}.asort-gold-tab .dots .dot{width:6px;height:6px;background-color:#ccc;border-radius:50%;margin:0 4px;transition:all .3s;cursor:pointer}.asort-gold-tab .dots .dot.active{width:8px;height:8px;background-color:#000}@media(min-width:768px){.asort-gold-tab .dots{display:none}.asort-gold-tab .slider-section .arrow{display:inline-block}.asort-gold-tab .slider-section .slider-wrapper{padding:0 10px;scroll-padding-left:40px}}.asort-gold-tab .actions{display:flex;flex-direction:column;gap:0;margin-top:24px;align-items:center}@media(max-width:767px){.asort-gold-tab .actions{display:flex;flex-direction:column;gap:12px;align-items:center;bottom:0;left:0;right:0;width:100%;height:80px;margin:auto;background:#fff;position:fixed;z-index:10}}.asort-gold-tab .actions .gold-btn{background-color:#000;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-weight:600;font-size:14px;cursor:pointer;width:95%;position:relative;z-index:100}.asort-gold-tab .actions .gold-btn span{color:#f4b718;background:-webkit-linear-gradient(.306turn,#f3ab10 13.43%,#8d6309 161.76%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.asort-gold-tab .actions .no-btn{background:transparent;color:#545454;font-size:14px;border:none;cursor:pointer;width:100%}@media(min-width:768px){.asort-gold-tab{padding:40px 0}.asort-gold-tab .slider-wrapper{padding:0 80px;scroll-padding-left:80px;justify-content:flex-start;overflow-x:auto;scroll-snap-type:x mandatory}.asort-gold-tab .slider-wrapper .slide{flex:0 0 240px;scroll-snap-align:center}.asort-gold-tab .actions{flex-direction:row;justify-content:center;margin-top:32px}.asort-gold-tab .actions .gold-btn,.asort-gold-tab .actions .no-btn{width:200px;border:1px solid #000;padding:11px 24px;border-radius:8px;font-size:14px}}@media(max-width:768px){.asort-gold-tab--mobile{text-align:start!important}}.gold-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(36,36,36,.5);z-index:999;display:flex;justify-content:center;align-items:center}.gold-modal{background:#fff;border-radius:16px;padding:24px;width:90%;max-width:360px;text-align:center;position:relative;box-shadow:0 2px 12px rgba(0,0,0,.1)}.gold-modal h2{color:#b18b0f;font-size:20px;font-weight:700;margin-bottom:16px}.gold-modal p{color:#333;font-size:14px;margin-bottom:24px}.gold-modal .modal-actions{display:flex;justify-content:space-between;gap:12px}.gold-modal .modal-actions .no-thanks{flex:.5 1;background:transparent;border:none;color:#666;font-size:14px;font-weight:500;cursor:pointer}.gold-modal .modal-actions .confirm{flex:1 1;background:#000;color:#fff;border:none;border-radius:8px;padding:12px;font-size:14px;font-weight:600;cursor:pointer}.gold-modal .modal-actions .confirm span{color:#e6bd1f}.gold-modal .close-btn{position:absolute;top:12px;right:16px;background:none;border:none;font-size:20px;font-weight:600;color:#888;cursor:pointer}.gold-success-overlay{position:fixed;inset:0;background:#fff;z-index:9999}.gold-success-box,.gold-success-overlay{display:flex;align-items:center;justify-content:center}.gold-success-box{width:80%;aspect-ratio:1/1;background:linear-gradient(180deg,#1e1e1e,#c5b548);background:linear-gradient(179.74deg,#0a0909 -11.96%,#272727 39.42%,#33322d 73.52%,#998e2e 120.36%);border-radius:20px;padding:14px;text-align:center;box-shadow:0 6px 30px rgba(0,0,0,.3);box-shadow:0 2px 12px 0 rgba(0,0,0,.161);flex-direction:column}.gold-success-box .gold-icon{width:82px;height:82px;margin-bottom:24px}.gold-success-box h3{color:#fff;font-size:18px;font-weight:700}.gold-success-box h3 span{color:#f4c640}.gold-success-box p{color:#eee;font-size:14px;margin-top:4px}@media(min-width:768px){.gold-success-box{max-width:400px}.gold-success-box h3{font-size:24px}.gold-success-box .gold-icon{width:90px;height:90px}}.order-tab{position:relative;display:flex;flex-direction:column;border:1px solid #eee;border-radius:0 0 16px 16px;background:#fff;padding:0}.order-tab .order-group{margin:1rem 20px}.order-tab .order-group .order-date{font-weight:700;font-size:1rem;margin-bottom:.5rem}.order-tab .order-status{padding:4px 8px;font-size:12px;line-height:14px;font-weight:500;border-radius:4px;display:inline-flex;align-items:center;gap:3px;margin-bottom:10px}.order-tab .order-status.in-progress{background:#e9f6d3;color:#8da105}.order-tab .order-status.delivered{background:#ddf5e4;color:#0c9c5b}.order-tab .order-status.cancel{background:#ffe3e3;color:#d32f2f}.order-tab .order-status.refund{background:#e0f7fa;color:#00838f}.order-tab .order-status.rvp-incomplete{background:#ffccc7;color:#ff4d4f}.order-tab .order-status.rvp{background:#f3e8ff;color:#722ed1}.order-tab .order-status.coupon{background:#fff0f6;color:#eb2f96}.order-tab .order-status.rto{background:#fff7e6;color:#fa8c16}.order-tab .order-status.rto-intransit{background:#f9f0ff;color:#722ed1}.order-tab .order-status.processing{background:#ffffb8;color:#d4b106}.order-tab .order-status.reverse{background:#ffe7f0;color:#eb2f96}.order-tab .order-status.unknown{background:#f3f3f3;color:#888}@media(max-width:768px){.order-tab .order-status{font-size:12px}}.order-tab .order-card{background:#fff;border-radius:12px;padding:15px 10px;position:relative;box-shadow:0 0 0 1px #eee;margin-bottom:24px;cursor:pointer}.order-tab .order-card .order-content{display:flex;align-items:center;gap:10px}.order-tab .order-card .order-content .order-image-group{display:flex;justify-content:flex-start;align-items:center}.order-tab .order-card .order-content .order-image-group img{object-fit:contain;border-radius:8px;border:1px solid #eee}.order-tab .order-card .order-content .order-image-group .single-image img{width:106px;aspect-ratio:1/1}@media(max-width:424px){.order-tab .order-card .order-content .order-image-group .single-image,.order-tab .order-card .order-content .order-image-group .single-image img{width:80px;aspect-ratio:1/1}}.order-tab .order-card .order-content .order-image-group .two-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:6px;gap:6px}.order-tab .order-card .order-content .order-image-group .two-grid img{width:53px;height:53px}@media(max-width:424px){.order-tab .order-card .order-content .order-image-group .two-grid img{width:40px;height:40px}}.order-tab .order-card .order-content .order-image-group .three-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-gap:6px;gap:6px}.order-tab .order-card .order-content .order-image-group .three-grid img:first-child,.order-tab .order-card .order-content .order-image-group .three-grid img:nth-child(2){grid-row:1}.order-tab .order-card .order-content .order-image-group .three-grid img:nth-child(3){grid-column:span 2;justify-self:center}.order-tab .order-card .order-content .order-image-group .three-grid img{width:50px;height:50px}@media(max-width:424px){.order-tab .order-card .order-content .order-image-group .three-grid img{width:40px;height:40px}}.order-tab .order-card .order-content .order-image-group .grid-more{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:6px;gap:6px}.order-tab .order-card .order-content .order-image-group .grid-more .image-wrapper{position:relative}.order-tab .order-card .order-content .order-image-group .grid-more .image-wrapper img{width:50px;height:50px}@media(max-width:424px){.order-tab .order-card .order-content .order-image-group .grid-more .image-wrapper img{width:40px;height:40px}}.order-tab .order-card .order-content .order-image-group .grid-more .image-wrapper .overlay{width:50px;height:50px;color:#403434;display:flex;align-items:center;justify-content:center;border-radius:8px;font-family:Inter;font-weight:500;font-size:18px;line-height:140%;letter-spacing:-.3px}.order-tab .order-card .order-content .order-info{flex-grow:1;width:60%}.order-tab .order-card .order-content .order-info .title{font-weight:600;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-tab .order-card .order-content .order-info .meta{font-size:.75rem;color:#888;margin-top:.25rem}.order-tab .order-card .order-content .order-info .amount{margin-top:.5rem;font-weight:500;color:#000}.order-tab .order-card .order-content .order-info .order-id{font-size:.75rem;color:#aaa}.order-tab .order-card .order-content .arrow{font-size:1.25rem;color:#5f5f5f}@media(min-width:768px){.order-tab .order-content{gap:2rem}.order-tab .order-content .image-group img{width:70px;height:70px}.order-tab .order-content .arrow{font-size:1.5rem}}.back-btn{background:none;border:none;color:#555;font-size:.9rem;margin:1rem 0;cursor:pointer;text-align:left}.item-detail-view{padding:1rem;background:#fff;border-radius:12px;box-shadow:0 0 0 1px #eee}.item-detail-view img{max-width:150px;border-radius:6px;margin-bottom:1rem}.item-detail-view h2{font-size:1.2rem;margin-bottom:.5rem}.item-detail-view p{margin:.25rem 0;font-size:.9rem}.order-tab__pagination{position:-webkit-sticky;position:sticky;bottom:-2px;background:#fff;padding:10px 0;border-top:1px solid #ddd;border-radius:16px;z-index:2}.order-tab__empty,.order-tab__error{padding:12px 16px}.star_shimmer_wrapper{display:flex;gap:8px;margin:6px 0;padding-left:10px}.star_shimmer{width:45px;height:45px;border-radius:4px;background:linear-gradient(90deg,#e6e6e6,#f3f3f3 50%,#e6e6e6);background-size:200% 100%;animation:shimmerAnim 1.2s infinite}@keyframes shimmerAnim{0%{background-position:200% 0}to{background-position:-200% 0}}.order-item-card{background:#fff;border-radius:12px;padding:12px;box-shadow:0 0 0 1px #eee;margin:15px 20px;cursor:pointer}.order-item-card .item-content{display:flex;align-items:center;gap:10px}.order-item-card .item-content .item-image img{width:72px;height:72px;border-radius:8px;object-fit:contain;border:1px solid #eee}.order-item-card .item-content .item-info{flex:1 1}.order-item-card .item-content .item-info .item-title{font-size:14px;font-weight:600;color:#000;margin-bottom:2px}.order-item-card .item-content .item-info .item-meta{font-size:12px;color:#666;margin-bottom:4px}.order-item-card .item-content .item-info .item-price{font-size:14px;font-weight:600;color:#000;margin-bottom:4px}.order-item-card .item-content .item-info .item-id{font-size:12px;color:#aaa}.order-item-card .item-content .item-arrow{color:#bbb;font-size:14px}.order-item-card .review-link{font-size:14px;color:#f36f4e;font-weight:500;background:none;border:none;cursor:pointer}.order-item-card .star_rating{display:flex;gap:10px;margin-bottom:10px}.order-item-card .star_rating.star_rating--disabled{opacity:.5;pointer-events:none}.order-item-card .star_rating .star{cursor:pointer;transition:fill .3s;width:45px;height:45px;stroke-width:1px}.order-item-card .star_rating .star polygon{fill:none}.order-item-card .star_rating .star.filled polygon{fill:#f46f4e}.order-item-card .star_rating .star.star--disabled{cursor:not-allowed;opacity:.5}.order-item-card .item-review{margin-top:10px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.order-item-card .item-review .stars{font-size:16px;color:#ff3e3e}.order-item-card .item-review .review-text{font-size:12px}.order-item-card .item-review .review-text .gem{font-weight:700;color:#0c9c5b}.order-item-card .item-review .review-btn{font-size:12px;color:#ff3e3e;border:none;background:none;margin-left:auto;cursor:pointer;font-weight:500}.return-window{background:#f5f1f1;border-radius:6px;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#333;cursor:pointer}.review-modal-overlay{position:fixed;top:0;left:0;z-index:999;height:100%;width:100%;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center}@media(max-width:768px){.review-modal-overlay{align-items:flex-end}}.review-modal-container{background:#fff;max-width:460px;width:100%;padding:16px;margin:16px;max-height:95vh;overflow-y:auto;transition:transform .3s ease}@media(max-width:768px){.review-modal-container{border-radius:12px 12px 0 0;width:100%;max-width:100%;max-height:84vh;margin:0;transform:translateY(100%);animation:slideUp .3s ease forwards}}@media(min-width:992px){.review-modal-container{margin-top:88px}}.review-modal-container::-webkit-scrollbar{width:4px}.review-modal-container::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.review-modal-container .review-modal-header{display:flex;align-items:center;justify-content:center;position:relative}.review-modal-container .review-modal-header .review-title{font-weight:600;font-size:14px;line-height:100%}.review-modal-container .review-modal-header .auth-close{position:absolute;right:0;top:0;cursor:pointer}.review-modal-container .product-section{display:flex;gap:16px;align-items:center;margin-bottom:12px;margin-top:12px;padding:15px 16px;border-radius:12px;box-shadow:0 0 4px 0 rgba(0,0,0,.149)}.review-modal-container .product-section .product-image{width:60px;object-fit:cover;border-radius:4px}.review-modal-container .product-section .product-info{flex:1 1}.review-modal-container .product-section .product-info .product-title{font-weight:600;font-size:16px;margin:0}.review-modal-container .product-section .product-info .product-meta{font-size:13px;color:#555}.review-modal-container .product-section .product-info .star_rating{display:flex;gap:5px;margin-top:4px}.review-modal-container .product-section .product-info .star_rating .star{cursor:pointer;transition:fill .3s;width:25px;height:25px;stroke-width:1px}.review-modal-container .product-section .product-info .star_rating .star polygon{fill:none}.review-modal-container .product-section .product-info .star_rating .star.filled polygon{fill:#f46f4e}.review-modal-container .section{margin-bottom:20px}.review-modal-container .section .review-instruction{font-weight:300;font-size:13px;line-height:116%;margin:0 0 8px}.review-modal-container .section .description-label{font-weight:500;font-size:14px;line-height:24px;letter-spacing:.2px;color:#666985;margin:0 0 4px}.review-modal-container .section h4{margin:0 0 4px;font-size:14px;font-weight:600}.review-modal-container .section p{font-size:12px;color:#555;margin-bottom:8px}.review-modal-container .section textarea{width:100%;min-height:100px;padding:10px;border-radius:6px;border:1px solid #ccc;resize:none;font-size:14px}.review-modal-container .section .upload-box{border:1px dashed #f2633b;padding:12px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#f2633b;font-weight:500;gap:6px;cursor:pointer}.review-modal-container .submit-btn{width:100%;background:#f2633b;color:#fff;padding:12px 0;border-radius:6px;font-weight:600;font-size:16px;border:none;cursor:pointer}.review-modal-container .submit-btn:disabled{opacity:.7}@media(max-width:768px){.review-modal-container .submit-btn{position:-webkit-sticky;position:sticky;bottom:0;left:0;right:0}}.stars.large .star{font-size:28px;cursor:pointer}.stars.large .star.filled{color:#f2633b}.upload-box{position:relative}.upload-box .preview{width:100%;height:auto;max-height:160px;object-fit:cover;border-radius:6px}.review-status{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-radius:8px;margin-bottom:16px;margin-top:16px;font-size:14px}.review-status p{margin:4px 0 0;opacity:.85}.review-status.published{background:#e6f7f1;color:#0f5132;border:1px solid #a3e4d7}.review-status.moderation{background:#fff7e6;color:#664d03;border:1px solid #ffe8a1}.review-status.rejected{background:#fdecea;color:#842029;border:1px solid #f5c2c7}.review-status .status-close{background:transparent;border:none;font-size:16px;cursor:pointer;color:inherit}.review-modal-container.read-only{pointer-events:auto}.review-modal-container.read-only .star_rating .star{cursor:not-allowed;opacity:.6}.review-modal-container.read-only .star_rating .star.filled polygon{fill:#f46f4e;opacity:.8}.review-modal-container.read-only textarea:disabled{background-color:#f5f5f5;color:#666;border-color:#ddd;cursor:not-allowed}.review-modal-container.read-only .upload-box{background-color:#fafafa;border-color:#ddd;color:#999;cursor:not-allowed}.review-modal-container.read-only .upload-box svg{opacity:.4}.review-modal-container.read-only .upload-box .preview{filter:grayscale(20%);opacity:.9}.review-modal-container.read-only .char-count{color:#999!important}.review-modal-container.read-only .submit-btn{display:none}@keyframes shimmerEffect{0%{background-position:-300% 0}to{background-position:300% 0}}.shimmer,.shimmer-line{background:linear-gradient(90deg,#f2f2f2,#e6e6e6 20%,#f7f7f7 40%,#e6e6e6 60%,#f2f2f2);background-size:300% 100%;animation:shimmerEffect 5s ease-in-out infinite;border-radius:8px}.shimmer-line{margin:8px 0}.shimmer-stars{display:flex;gap:8px;margin-top:12px}.item-review-section{border-radius:12px;background:#fff;padding:16px;margin-bottom:16px}.item-review-section .review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.item-review-section .review-header h3{font-size:16px;font-weight:600;color:#000;margin:0}.item-review-section .review-header .review-link{font-size:14px;color:#f36f4e;font-weight:500;background:none;border:none;cursor:pointer}.item-review-section .review-subtext{font-size:14px;color:#333;margin-bottom:12px}.item-review-section .review-subtext .mobile{display:none}.item-review-section .review-subtext .mobile strong{font-weight:600}.item-review-section .review-subtext .mobile img{height:16px;margin-left:4px;vertical-align:middle}.item-review-section .star_rating{display:flex;gap:10px;margin-bottom:10px}.item-review-section .star_rating .star{cursor:pointer;transition:fill .3s;width:45px;height:45px;stroke-width:1px}.item-review-section .star_rating .star polygon{fill:none}.item-review-section .star_rating .star.filled polygon{fill:#f46f4e}.item-review-section .submit-btn{width:250px;padding:10px 0;font-size:14px;font-weight:600;background:#f46f4e;color:#fff;border:none;border-radius:6px;cursor:pointer}@media(max-width:768px){.item-review-section{padding:12px}.item-review-section .review-subtext{font-size:13px}.item-review-section .review-subtext .desktop{display:none}.item-review-section .review-subtext .mobile{display:inline}.item-review-section .submit-btn{display:none}}.replace-return{max-width:450px;background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);font-family:Inter,sans-serif;position:relative;padding:0 1.5rem 20px}.replace-return .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:10;padding-top:12px;border-bottom:1px solid #eee}.replace-return .section-header h3{margin:0;font-size:1.5rem;font-weight:600;color:#333}.replace-return .section-header button{background:transparent;border:none;font-size:1.3rem;cursor:pointer;color:#999}.replace-return .section-header button:hover{color:#f46f4e}.replace-return .custom-quantity-input{width:100%;padding:.75rem 1rem;font-size:.95rem;border:1px solid #ddd;border-radius:8px;background:#fafafa;transition:border .3s ease}.replace-return .form-body{height:auto;padding-bottom:1rem}.replace-return .form-group{margin-bottom:1.5rem}.replace-return .form-group label{display:block;font-size:.95rem;font-weight:600;color:#333;margin-bottom:.6rem}.replace-return .form-group select,.replace-return .form-group textarea{width:100%;padding:.75rem 1rem;font-size:.95rem;border:1px solid #ddd;border-radius:8px;background:#fafafa;transition:border .3s ease}.replace-return .form-group select:focus,.replace-return .form-group textarea:focus{outline:none;border-color:#f46f4e;background:#fff}.replace-return .form-group textarea{min-height:80px;resize:vertical}.replace-return .quantity-control{display:flex;align-items:center;gap:.75rem}.replace-return .quantity-control button{width:36px;height:36px;font-size:1.2rem;font-weight:700;border:none;border-radius:8px;background:#f3f3f3;cursor:pointer;transition:all .2s}.replace-return .quantity-control span{font-size:1rem;font-weight:600;min-width:24px;text-align:center;color:#333}.replace-return .upload-buttons{display:flex;gap:1rem;flex-wrap:wrap}.replace-return .upload-buttons .upload-btn{display:inline-block;padding:.6rem 1rem;font-size:.9rem;font-weight:500;border:1.5px solid #f46f4e;border-radius:8px;color:#f46f4e;background:transparent;cursor:pointer;transition:all .3s ease}.replace-return .upload-buttons .upload-btn:hover{background:#ff6b35;color:#fff}.replace-return .uploaded-file{margin-top:.6rem;font-size:.9rem;color:#555}.replace-return .submit-btn{width:100%;padding:.9rem;font-size:1rem;font-weight:600;border:none;border-radius:10px;color:#fff;background:#ff6b35;cursor:pointer;transition:background .3s ease}.replace-return .submit-btn:hover{background:#e85b28}.confirmation-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.confirmation-popup{background:#fff;border-radius:12px;max-width:500px;width:100%;box-shadow:0 4px 20px rgba(0,0,0,.15);animation:slideUp .3s ease-out}.confirmation-content{padding:24px}.confirmation-header{display:flex;justify-content:center;align-items:center;margin-bottom:20px}.confirmation-header h3{margin:0;font-size:20px;font-weight:600;color:#333}.confirmation-header .close-btn{background:none;border:none;font-size:32px;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s ease;line-height:1;position:relative;top:3%}.confirmation-header .close-btn:hover:not(:disabled){color:#333}.confirmation-header .close-btn:disabled{opacity:.5;cursor:not-allowed}.confirmation-messages{margin-bottom:10px}.confirmation-messages p{margin:12px 0;padding:12px;background-color:#f8f9fa;border-radius:8px;line-height:1.6;font-size:14px}.confirmation-messages p strong{font-weight:600}.confirmation-messages .message-eng{color:#333}.confirmation-messages .message-hin{color:#444;font-family:Noto Sans Devanagari,sans-serif}.confirmation-messages .message-tamil{color:#444;font-family:Noto Sans Tamil,sans-serif}.confirmation-buttons{display:flex;justify-content:center;align-items:center;gap:40px}.confirmation-buttons .back-btnPOPup{padding:12px 32px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;background-color:#7f7976;color:#fff}.confirmation-buttons .back-btnPOPup:hover:not(:disabled){background-color:#5a6268}.confirmation-buttons .back-btnPOPup:disabled{opacity:.6;cursor:not-allowed}.confirmation-buttons .confirm-btn{padding:12px 32px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;background-color:#ff6b35;color:#fff}.confirmation-buttons .confirm-btn:hover:not(:disabled){background-color:#0056b3}.confirmation-buttons .confirm-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:600px){.confirmation-popup{max-width:calc(100% - 40px)}.confirmation-content{padding:20px}.confirmation-header h3{font-size:18px}.confirmation-header .close-btnPOPup{font-size:28px;width:28px;height:28px}.confirmation-messages p{font-size:13px;padding:10px}.confirmation-buttons .close-btnPOPup .confirm-btn{width:50%}}.submit-btn{transition:background-color .3s ease,opacity .3s ease}.form-footer .submit-btn:disabled,.submit-btn.disabled,.submit-btn:disabled{background-color:#ccc!important;color:#666!important;cursor:not-allowed!important;opacity:.6}.replace-return-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);display:flex;justify-content:center;align-items:center;z-index:2000}.replace-return-overlay .overlay-backdrop{position:absolute;inset:0}.replace-return-overlay .overlay-content{position:relative;background:#fff;border-radius:12px;width:90%;max-width:450px;max-height:90vh;animation:fadeInUp .3s ease}@media(max-width:768px){.replace-return-overlay .overlay-content{margin:0;border-radius:16px 16px 0 0;width:100%;max-width:100%;max-height:80vh;position:absolute;bottom:0;left:0;right:0;animation:slideUp .3s ease}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.item-details{padding:0;margin:15px 20px}.item-details .back-btn{background:none;border:none;color:#ff3e3e;font-size:14px;margin-bottom:12px;cursor:pointer}.item-details .section{background:#fff;border-radius:12px;margin-bottom:16px;padding:15px 16px;box-shadow:0 0 4px 0 rgba(0,0,0,.149)}.item-details .header-row{display:flex;gap:16px}.item-details .header-row img{width:72px;height:72px;border-radius:8px}.item-details .header-row .info h3{margin:0;font-size:16px}.item-details .header-row .info .price{font-weight:600;color:#000}.item-details .header-row .info .order-id{color:#888;font-size:12px}.item-details .action-row{display:flex;justify-content:space-between;margin-top:12px}.item-details .action-row button{flex:1 1;margin-right:8px;padding:8px;font-size:14px}.item-details .review-section .review-header{display:flex;justify-content:space-between}.item-details .review-section .stars{color:#f75d5d;font-size:18px}.item-details .review-section .submit-btn{margin-top:8px;background:#ff5d5d;color:#fff;border:none;padding:8px 16px;border-radius:6px}.item-details .billing-section .billing-header{display:flex;justify-content:space-between}.item-details .billing-section .billing-header .invoice-link{font-size:12px;color:#ff5d5d;background:none;border:none}.item-details .billing-section .savings span{color:green;font-weight:600}.item-details .billing-section .view-breakup{color:#ff5d5d;font-size:12px}@media(max-width:768px){.item-details .section{padding:12px}.item-details .header-row img{width:64px;height:64px}}.skeleton{display:flex;flex-direction:column;gap:1.2rem;padding:1rem;width:100%;margin:auto}.skeleton .skeleton-image{width:90px;height:90px;border-radius:8px}.skeleton .skeleton-image,.skeleton .skeleton-line{background:linear-gradient(90deg,#eee 25%,#f5f5f5 50%,#eee 75%);background-size:200% 100%;animation:shimmer 1.6s infinite}.skeleton .skeleton-line{height:14px;border-radius:4px;margin:.4rem 0}.skeleton .skeleton-line.title{width:70%;height:18px}.skeleton .skeleton-line.meta{width:50%}.skeleton .skeleton-line.price{width:40%;height:16px}.skeleton .skeleton-line.booking{width:60%}.skeleton .skeleton-line.status{width:50%}.skeleton .skeleton-line.date{width:70%}.skeleton .skeleton-line.heading{width:40%;height:16px}.skeleton .skeleton-line.short{width:30%}.skeleton .skeleton-btn{width:120px;height:36px;border-radius:8px;background:linear-gradient(90deg,#eee 25%,#f5f5f5 50%,#eee 75%);background-size:200% 100%;animation:shimmer 1.6s infinite;margin-top:.5rem}.skeleton .skeleton-btn.small{width:80px}.skeleton .skeleton-btn.small,.skeleton .skeleton-icon{height:28px;border-radius:6px;background:linear-gradient(90deg,#eee 25%,#f5f5f5 50%,#eee 75%);background-size:200% 100%;animation:shimmer 1.6s infinite}.skeleton .skeleton-icon{width:28px;margin-right:8px}.skeleton .skeleton-icon.small{width:20px;height:20px;border-radius:4px}.skeleton .skeleton-icon.small,.skeleton .skeleton-star{background:linear-gradient(90deg,#eee 25%,#f5f5f5 50%,#eee 75%);background-size:200% 100%;animation:shimmer 1.6s infinite}.skeleton .skeleton-star{width:24px;height:24px;border-radius:50%;display:inline-block;margin-right:5px}@media(max-width:600px){.skeleton{padding:.8rem;gap:.8rem}.skeleton .skeleton-image{width:70px;height:70px}.skeleton .skeleton-btn,.skeleton .skeleton-image{border-radius:6px;background:linear-gradient(90deg,#eee 25%,#f5f5f5 50%,#eee 75%);background-size:200% 100%;animation:shimmer 1.6s infinite}.skeleton .skeleton-btn{width:100px;height:32px}}.header-action-section{background:#fff}.header-action-section .top-info{display:flex;gap:12px;margin-bottom:10px}.header-action-section .top-info .product-image{width:72px;height:72px;object-fit:contain;border-radius:8px;border:1px solid #eee}.header-action-section .top-info .info{flex:1 1}.header-action-section .top-info .info .title{margin:0;font-size:14px;font-weight:600;color:#000}.header-action-section .top-info .info .meta{font-size:12px;color:#555;margin:2px 0}.header-action-section .top-info .info .price{font-size:14px;font-weight:700;color:#000;margin:2px 0}.header-action-section .top-info .info .booking-id{font-size:11px;color:#aaa}.header-action-section .delivery-box{background:#f1ffea;padding:10px;border-radius:10px;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:400px){.header-action-section .delivery-box{padding:4px}}.header-action-section .delivery-box .icon-label{display:flex;gap:10px;align-items:center}.header-action-section .delivery-box .icon-label svg{color:#0c9c5b;margin-top:2px}.header-action-section .delivery-box .icon-label .text{display:flex;flex-direction:column;align-items:flex-start}.header-action-section .delivery-box .icon-label .text .order_status{margin-bottom:0;font-size:16px;font-weight:600;color:#000}.header-action-section .delivery-box .icon-label .text .date{font-size:14px;color:#000}.header-action-section .action-buttons{display:flex;justify-content:space-between;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:12px 0}.header-action-section .action-buttons .action-item{display:flex;flex-direction:column;align-items:center;flex:1 1;font-size:13px;color:#000;cursor:pointer}.header-action-section .action-buttons .action-item svg{margin-bottom:6px;color:#444}.header-action-section .action-buttons .action-item:not(:last-child){border-right:.7px solid #cecece}.header-action-section .return-window{background:#f5f1f1;border-radius:6px;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#333;cursor:pointer}.header-action-section .return-window .arrow{font-size:18px;color:#999}@media(max-width:768px){.header-action-section{padding:14px}.header-action-section .top-info{gap:10px}.header-action-section .top-info .product-image{width:64px;height:64px}.header-action-section .top-info .info .price,.header-action-section .top-info .info .title{font-size:13px}.header-action-section .action-buttons .action-item{font-size:12px}.header-action-section .action-buttons .action-item svg{font-size:18px}.header-action-section .return-window{font-size:11px}}.track-now-btn{background:#f46f4e;color:#fff;padding:8px 12px;border-radius:6px;font-size:13px;font-weight:600;text-decoration:none;display:inline-block}@media screen and (max-width:400px){.track-now-btn{padding:7px 10px;font-size:12px;white-space:nowrap}}.shipping-address-section{border-radius:12px;background-color:#fff;padding:16px;margin-bottom:16px}.shipping-address-section .title{font-size:18px;font-weight:600;color:#000;margin-bottom:8px}.shipping-address-section .name{font-size:16px;font-weight:500;color:#000;line-height:100%!important}.shipping-address-section .address,.shipping-address-section .email,.shipping-address-section .phone{font-size:13px;color:#333;margin-bottom:4px;line-height:1.4}@media(max-width:768px){.shipping-address-section{padding:12px}.shipping-address-section .title{font-size:15px}.shipping-address-section .address,.shipping-address-section .email,.shipping-address-section .name,.shipping-address-section .phone{font-size:12px}}.billing-box{background:#fff}.billing-box .billing-header{display:flex;justify-content:space-between;align-items:center}.billing-box .billing-header .title{font-size:16px;font-weight:600;color:#000;margin:0}.billing-box .billing-header .download-btn{font-size:13px;color:#ff5c3d;background:none;border:none;cursor:pointer;padding:0}.billing-box .billing-summary{margin-top:12px}.billing-box .billing-summary .row{display:flex;justify-content:space-between;margin-bottom:6px;font-size:14px}.billing-box .billing-summary .row .free-text{color:#3d9140}.billing-box .billing-summary .amount{font-weight:600;color:#000}.billing-box .billing-summary .saved{color:#3d9140}.billing-box .billing-summary .saved .saved-amount{font-weight:600}.billing-box .billing-summary .toggle-breakup{margin-top:8px;font-size:13px;color:#ff5c3d;background:none;border:none;cursor:pointer;padding:0}.billing-box .billing-summary .breakup-box{margin-top:12px;padding-top:8px;border-top:1px solid #eee}.billing-box .billing-summary .breakup-box .row{font-size:13px;margin-bottom:6px}.billing-box .billing-summary .breakup-box .row.total{font-weight:600}@media(max-width:768px){.billing-box .billing-header{flex-direction:row;justify-content:space-between}.billing-box .billing-summary .row{font-size:13px}}.skeleton-order-card{background:#f4f4f4;padding:1rem;border-radius:8px;margin-bottom:1rem}.skeleton-order-card .shimmer{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%}.skeleton-order-card .skeleton-header{height:20px;width:60%;border-radius:4px;margin-bottom:12px}.skeleton-order-card .skeleton-body{height:60px;width:100%;border-radius:4px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.addr-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:49}.addr-overlay.is-open{opacity:1;pointer-events:auto}.addr-drawer{position:absolute;left:0;right:0;bottom:0;margin:0 auto;width:100%;height:56vh;background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -4px 18px rgba(0,0,0,.16);transform:translateY(100%);transition:transform .32s ease;z-index:50;display:flex;flex-direction:column}.addr-drawer.is-open{transform:translateY(0)}.addr-header{padding:12px 16px;border-bottom:1px solid #eee}.addr-header .addr-header__title{font-size:16px;font-weight:600;color:#222}.addr-content{flex:1 1;overflow-y:auto;padding:12px 12px 0}@media screen and (max-width:768px){.addr-content{padding:12px 12px 0}}@media screen and (min-width:769px)and (max-width:992px){.addr-content{padding:37px 12px 0}}.addr-footer1{padding:12px;display:flex;gap:12px;border-top:1px solid #eee}.btn{flex:1 1;height:44px;border-radius:10px;font-weight:600;font-size:15px}.btn.btn-secondary{background:#9a9a9a;color:#fff}.btn.btn-primary{background:#ff7e61;color:#fff}.addr-add-row{width:100%;display:inline-flex;align-items:center;gap:10px;color:#ff7e61;background:transparent;border:none;padding:8px 4px 16px;font-weight:600;cursor:pointer}.addr-add-row__icon{font-size:20px;line-height:1}.addr-add-row__text{font-size:14px}.addr-list{display:flex;flex-direction:column;gap:14px}.addr-card{display:grid;grid-template-columns:28px 1fr;grid-gap:10px;gap:10px;padding:10px 8px 12px 4px;border-radius:12px;background:#fff;border:1px solid #ededed}.addr-card__radio{position:relative;display:flex;align-items:flex-start}.addr-card__radio input{position:absolute;opacity:0}.addr-card__radio .addr-card__dot{width:18px;height:18px;border:1.5px solid #cfcfcf;border-radius:999px;margin-top:4px;position:relative}.addr-card__radio input:checked+.addr-card__dot{border-color:#ff7e61}.addr-card__radio input:checked+.addr-card__dot:after{content:"";position:absolute;inset:3px;background:#ff7e61;border-radius:999px}.addr-card__body{display:flex;flex-direction:column;gap:6px}.addr-card__top{display:flex;align-items:center;justify-content:space-between}.addr-card__name{font-weight:600;color:#1f1f1f}.addr-card__name .addr-card__default{color:#777;font-weight:500}.addr-card__edit{background:none;border:none;color:#ff7e61;font-weight:600;cursor:pointer}.addr-card__lines{font-size:13px;color:#333;line-height:1.35}.addr-form{padding-bottom:8px}.addr-fields{display:flex;flex-direction:column;gap:12px}.addr-row{display:flex;gap:10px}.half{flex:1 1}.addr-input input,.addr-input select{width:100%;height:44px;padding:0 12px;border-radius:10px;border:1px solid #e7e7ee;background:#fff;font-size:14px;outline:none}.addr-input input::placeholder{color:#b8b8c4}.addr-check{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#444}.addr-check input{width:18px;height:18px}.addr-tags{display:flex;gap:10px}.addr-tags .tag{padding:6px 12px;border-radius:20px;border:1px solid #ff7e61;color:#ff7e61;font-weight:700;font-size:12px;cursor:pointer}.addr-tags .tag.is-active{background:#ff7e61;color:#fff}.addr-toggles{display:flex;flex-direction:column;gap:8px}.addr-toggles .addr-toggle{display:inline-flex;align-items:center;gap:10px;font-size:13px;color:#444}.addr-toggles .addr-toggle input{width:18px;height:18px}.addr-delete{margin-top:8px;background:transparent;color:#e15858;border:1px solid #f1c0c0;height:40px;width:100%;border-radius:10px;font-weight:600;cursor:pointer}@media(min-width:768px){.addr-drawer{height:62vh}}.error{color:red;font-size:12px;margin-top:4px}.asort-gold-mobile{padding:24px;color:#fff;background-color:#000;min-height:100vh}.asort-gold-mobile__header{text-align:center;margin-bottom:24px}.asort-gold-mobile__header img{margin-bottom:12px}.asort-gold-mobile__header h2{margin-bottom:4px;font-family:Inter;font-weight:700;font-size:24px}.asort-gold-mobile__header h2,.asort-gold-mobile__header p{line-height:100%;letter-spacing:0;background:-webkit-linear-gradient(271deg,#f9f0bb 21.77%,#c49330 80.14%,#5e4717 107.72%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.asort-gold-mobile__header p{color:#ccc;font-weight:500;font-size:16px}.asort-gold-mobile__savings{display:flex;flex-direction:column;gap:12px}.asort-gold-mobile__savings .saving-card{background-color:#1a1a1a;padding:12px 16px;border-radius:8px;display:flex;justify-content:space-between;font-size:14px}.asort-gold-mobile__savings .saving-card .icon_text_wrapper{display:flex;align-items:center;justify-content:flex-start;gap:12px}.asort-gold-mobile__savings .saving-card .icon_text_wrapper span{font-weight:600;font-size:16px;line-height:100%;letter-spacing:0}.asort-gold-mobile__savings .saving-card strong{font-family:Inter;font-weight:800;font-size:16px;line-height:100%;letter-spacing:0;background:-webkit-linear-gradient(303deg,#f9f0bb 21.77%,#c49330 80.14%,#5e4717 107.72%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.asort-gold-mobile__benefits{margin-top:16px;display:flex;flex-direction:column;gap:12px}.asort-gold-mobile__benefits .benefit-card{background-color:#2c2c2c;padding:12px 16px;border-radius:8px;display:flex;align-items:center;justify-content:flex-start;gap:12px}.asort-gold-mobile__benefits .benefit-card .title{color:#fff;margin-bottom:4px;font-family:Inter;font-weight:600;font-size:16px;line-height:100%;letter-spacing:0}.asort-gold-mobile__benefits .benefit-card p{color:#dadada;font-family:Inter;font-weight:500;font-size:12px;line-height:100%;letter-spacing:0}.asort-gold-mobile__section-title.with-lines{display:flex;align-items:center;text-align:center;justify-content:center;margin:32px 35px 16px;gap:12px}.asort-gold-mobile__section-title.with-lines span{font-size:16px;font-weight:700;font-family:Inter;background:-webkit-linear-gradient(271deg,#f9f0bb 21.77%,#c49330 80.14%,#5e4717 107.72%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;white-space:nowrap}.asort-gold-mobile__section-title.with-lines:after,.asort-gold-mobile__section-title.with-lines:before{content:"";flex:1 1;height:1px;background-color:#cba545;opacity:.6}.download-app-modal__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:998;display:flex;align-items:center;justify-content:center;padding:16px}.download-app-modal__content{position:relative;max-width:600px;width:100%;background-color:transparent;border-radius:12px;overflow:hidden}.modal-image{width:100%;height:auto;display:block;border-radius:12px}.modal-close-btn{position:absolute;top:12px;right:12px;background:#fff;color:#000;font-size:16px;border:none;border-radius:50%;cursor:pointer;width:28px;height:28px;display:flex;align-items:center;justify-content:center;z-index:10}@media screen and (max-width:768px){.download-app-modal__content{max-width:90%}.modal-close-btn{width:24px;height:24px;font-size:14px}}.card-fail{background:#fff;border-radius:8px;padding:2rem;margin:2rem auto;text-align:center}.icon{margin-bottom:1rem}.steps{font-weight:700;font-size:1.4rem;margin-top:0;color:#000}.thankyou{margin-bottom:1rem}.title{display:block;font-size:.9rem;font-weight:500;color:#000}.msg{margin-bottom:1.5rem}.tagMsg{font-size:.8rem}.buttonWrapper{margin-top:1.5rem}.submit{background:#f3943d;border-radius:25px;box-shadow:2px 4px 20px rgba(243,148,61,.4);transition:background .3s}.submit:hover{background:#f56a00}.container{display:flex;justify-content:center;margin:2rem 0}.card{padding:2rem 1rem;border:1px solid #e0e0e0;border-radius:8px;text-align:center}.icon{font-size:6rem;color:#f33c3c;margin-bottom:1.5rem}.steps.thankyou{font-weight:700;font-size:2rem;color:#000;margin:.5rem 0}.title.msg{display:block;font-size:1rem;font-weight:500;color:#141414;margin-bottom:2rem}.tagMsg{font-size:.875rem}.row{display:flex;justify-content:center}.buttonWrapper{display:block}.submit{padding:.75rem 1rem;font-size:1rem;font-weight:600;box-shadow:0 4px 20px rgba(243,148,61,.43)}.submit:hover{opacity:.9}.card{display:flex;flex-direction:column;align-items:center;margin:1em}.icon{color:#f3933c;font-size:115px;display:block}.heading{display:flex;justify-content:center;text-align:center;font-weight:600;font-size:2rem}.msg{font-size:14px;color:#000}.submit{background-color:#f3943d;color:#fff;border-radius:40px;padding:.75rem 2rem;font-size:1.3rem;border:none;cursor:pointer;width:100%;max-width:300px}.body{display:flex;flex-direction:column;margin:1em;align-items:center;text-align:center}label{margin-right:auto}.warningIcon{color:#f33c3c;font-size:6rem;margin-bottom:1rem}.title{color:#141414;font-weight:600;font-size:2rem;margin-bottom:1rem}.msg{font-size:16px;color:#a0a0a0;margin-bottom:2rem;text-align:center}.tagMsg{display:inline-block;border:1px solid #f33c3c;color:#f33c3c;padding:.5rem 1rem;border-radius:4px;margin-top:1rem}.buttonWrapper{width:100%;display:flex;justify-content:center}.button2{height:38px;min-width:7rem;padding:0 1rem;color:#fff;background:#f3943d;font-size:1rem;font-weight:500;border:none;border-radius:40px;cursor:pointer;box-shadow:2px 4px 20px 0 rgba(243,148,61,.431)}.button2:hover{background:#d87b2a}.kard{justify-self:left;background:#fff;padding:1rem;border-radius:8px;box-shadow:0 0 0 0;border:none;text-align:left;width:"-webkit-fill-available"}@media(max-width:480px){.kard{padding:0;max-height:calc(100vh - 1rem);overflow-y:auto}}@media(max-width:425px){.signupVerify .submit{font-size:.6rem}}.signupVerify{padding:1rem}.signupVerify .card{justify-self:left;background:#fff;padding:1rem;border-radius:8px;box-shadow:0 0 0 0;border:none;text-align:left;width:-webkit-fill-available}.signupVerify .step{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;align-self:start}.signupVerify .tagMsg{justify-self:left;color:#243c66;border:1px solid #243c66;padding:.3rem .5rem;border-radius:4px;display:inline-block;margin-bottom:1rem;align-self:start}.signupVerify .labelhead{font-weight:500;margin-bottom:.5rem}.signupVerify input{width:100%;padding:.5rem;margin-bottom:1rem;border-radius:4px;border:1px solid #ccc;font-size:1rem}.signupVerify .switch-pan{color:#f3933c;text-decoration:underline;font-size:12px;font-weight:500;cursor:pointer;margin-bottom:1rem}.signupVerify .btn-row{display:flex;gap:.5rem;flex-wrap:wrap;flex-flow:row}.signupVerify .submit{padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:1rem}.signupVerify .submit.back{background:#fff;color:#242424;border:1px solid #ccc}.signupVerify .submit:disabled{background:#e7e7e7;cursor:not-allowed}.signup-verify-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:998}.signup-verify-card{background:#fff;padding:2rem;border-radius:8px;width:50%;min-width:420px;max-width:700px;margin-bottom:auto;box-shadow:0 2px 12px rgba(0,0,0,.2)}.step{font-weight:700;margin-bottom:1rem;align-self:start}.labelhead{font-weight:500;margin-bottom:.5rem}.input-field{width:100%;padding:.5rem .75rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:4px;font-size:14px}.button-row{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.btn{padding:.5rem 1rem;font-size:14px;border:none;border-radius:4px;cursor:pointer}.back-btn{background:#fff;color:#242424;border:1px solid #ccc}.submit-btn{background:#f3933c;color:#fff}.resend-btn{background:#fff;color:#f3933c;border:1px solid #f3933c}.agreement-container{padding:1rem;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff}.agreement-container .title{display:block;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.agreement-container .terms-row{display:flex;flex-direction:row;justify-content:center;margin-top:1rem}.agreement-container .terms-row .terms-col{flex:1 1;max-width:100%}.terms-container{padding:1rem;border-radius:8px;background-color:#fff}.terms-container .terms-text{height:20rem;overflow-y:auto;padding:1rem;border:1px solid #ccc;border-radius:4px;margin-bottom:1rem}.terms-container .agreement-actions{margin-top:1rem}.terms-container .agreement-actions .checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:1rem}.terms-container .agreement-actions .signature-actions{margin-top:.5rem}.terms-container .agreement-actions .signature-actions button{margin-top:.5rem;padding:.5rem 1rem;cursor:pointer}.terms-container .agreement-actions .signature-actions .resign-text{color:blue;cursor:pointer}.terms-container .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:997}.terms-container .modal-overlay .modal-content{background:#fff;padding:1rem;border-radius:8px;position:relative;margin-bottom:80px}@media(min-width:1000px){.terms-container .modal-overlay .modal-content{margin-bottom:100px}}.terms-container .modal-overlay .modal-content .canvas-display{border:1px solid #000}.terms-container .modal-overlay .modal-content .modal-buttons{display:flex;justify-content:space-between;margin-top:1rem}.terms-container .modal-overlay .modal-content .modal-buttons button{padding:.5rem 1rem;cursor:pointer}.terms-container .modal-overlay .modal-content .modal-close{position:absolute;cursor:pointer}.terms-container .steps-action{margin-top:1rem}.terms-container .steps-action .done-btn{padding:.5rem 1rem;cursor:pointer;background-color:#fc9e40;border:1px solid #ff6f4b;color:#fff;border-radius:10px}.terms-container .steps-action .done-btn.disabled{background-color:#cbc9c9;border:1px solid gray;color:gray;cursor:not-allowed}.CompanyVideo_companyVideo__NSyMa{width:100%;display:flex;flex-direction:column;align-items:center;padding:8px}.CompanyVideo_companyVideo__NSyMa .CompanyVideo_msg__mhmHa{margin-bottom:1rem;font-size:1rem;color:#333}.CompanyVideo_companyVideo__NSyMa .CompanyVideo_card__0cAH2{width:100%;border:1px solid #ccc;padding:0;margin-bottom:1rem;border-radius:8px;overflow:hidden}.CompanyVideo_companyVideo__NSyMa .CompanyVideo_nextBtn__acKk3{margin-top:1rem;padding:.6rem 1.2rem;font-size:1rem;color:#fff;background-color:#243c66;border:none;border-radius:5px;cursor:pointer;display:flex;align-items:center}.CompanyVideo_companyVideo__NSyMa .CompanyVideo_nextBtn__acKk3:hover{background-color:#1f3154}.CompanyVideo_companyVideo__NSyMa .CompanyVideo_nextBtn__acKk3 .CompanyVideo_arrow__h3IAU{margin-left:.5rem}.LangSelection_langSelection__XPmth{display:flex;flex-direction:column;align-items:center;width:100%;padding:8px}.LangSelection_langSelection__XPmth .LangSelection_content__dEIEj{width:100%;max-width:500px;margin-top:2rem}.LangSelection_langSelection__XPmth .LangSelection_content__dEIEj .LangSelection_label__fifN0{font-size:1rem;margin-bottom:.5rem}.LangSelection_langSelection__XPmth .LangSelection_content__dEIEj .LangSelection_dropdown__mOJhh{width:100%;padding:.5rem .7rem;font-size:1rem;border:1px solid #ccc;border-radius:5px;margin-bottom:1.5rem}.LangSelection_langSelection__XPmth .LangSelection_content__dEIEj .LangSelection_actions__qY3h5{display:flex;justify-content:flex-end;gap:1rem}.LangSelection_langSelection__XPmth .LangSelection_content__dEIEj .LangSelection_actions__qY3h5 .LangSelection_backBtn__CLHvR{padding:.5rem 1rem;font-size:1rem;background-color:#fff;border:1px solid #242424;border-radius:5px;color:#242424;cursor:pointer}.LangSelection_langSelection__XPmth .LangSelection_content__dEIEj .LangSelection_actions__qY3h5 .LangSelection_backBtn__CLHvR:hover{background-color:#f5f5f5}.LangSelection_langSelection__XPmth .LangSelection_content__dEIEj .LangSelection_actions__qY3h5 .LangSelection_confirmBtn__aVNgh{padding:.5rem 1rem;font-size:1rem;background-color:#243c66;color:#fff;border:none;border-radius:5px;cursor:pointer}.LangSelection_langSelection__XPmth .LangSelection_content__dEIEj .LangSelection_actions__qY3h5 .LangSelection_confirmBtn__aVNgh:disabled{background-color:#ccc;cursor:not-allowed}.LangSelection_langSelection__XPmth .LangSelection_content__dEIEj .LangSelection_actions__qY3h5 .LangSelection_confirmBtn__aVNgh:hover:not(:disabled){background-color:#1f3154}