body{color:#333;background:#fff;margin:0;font-family:Roboto,Helvetica,Arial,sans-serif}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{border-radius:4px}::-webkit-scrollbar-thumb{border-radius:4px}.loader-container{width:100}.loader{transform:rotate(45deg);perspective:1000px;border-radius:50%;width:48px;height:48px;color:#6b46c1}.loader:before,.loader:after{content:"";display:block;position:absolute;top:calc(50% - 24px);left:calc(50% - 24px);width:48px;height:48px;border-radius:50%;transform:rotateX(70deg);animation:1s spin linear infinite}.loader:after{color:#ff3d00;transform:rotateY(70deg);animation-delay:.4s}.three-spinner{height:15px!important;width:15px!important;color:#fff!important}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes rotateccw{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(-360deg)}}@keyframes spin{0%,to{box-shadow:.2em 0 0 0 currentcolor}12%{box-shadow:.2em .2em 0 0 currentcolor}25%{box-shadow:0 .2em 0 0 currentcolor}37%{box-shadow:-.2em .2em 0 0 currentcolor}50%{box-shadow:-.2em 0 0 0 currentcolor}62%{box-shadow:-.2em -.2em 0 0 currentcolor}75%{box-shadow:0 -.2em 0 0 currentcolor}87%{box-shadow:.2em -.2em 0 0 currentcolor}}.full-page{width:100vw;max-width:100vw;height:100vh;max-height:100vh;overflow:hidden;display:flex}.page-container{flex:1;height:100vh;max-height:100vh;overflow:hidden;transition:margin-left .3s ease}.drawer.collapsed+.page-container{margin-left:90px}.drawer+.page-container{margin-left:250px}.page-content{margin-top:135px;padding-bottom:2rem;padding-top:1rem;max-width:100%;overflow-x:hidden;height:calc(100% - 170px);max-height:calc(100% - 170px);overflow-y:scroll}button:disabled{background-color:#b8b9b9!important;color:#fff!important}button:disabled svg path{stroke:#fff!important}.toast-alert{left:50%;transform:translate(-50%);width:calc(100vw - 90px);padding:32px 24px;gap:10px;background:#fff;border:1px solid #e9ecec;border-radius:6px;border-top:8px solid #57a885}.toast-alert.error{border-top-color:#d32f2f}.signup-input{margin-top:12px;margin-bottom:16px}.signup-input input{padding:12px 16px!important;font-size:small}.signup-input .MuiSelect-select{padding:12px}.MuiOutlinedInput-root{padding:0!important}.signup-checkbox{margin-right:8px;border-bottom:#a633c0!important;color:#a633c0!important}select .MuiSelect-select{padding:12px}label{font-size:small;color:#717575}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:24px}.pagination-numbers{display:flex;gap:4px}.pagination-number{min-width:32px;height:32px;padding:0;border:none;background:none;border-radius:4px;font-size:14px;color:#717575;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.pagination-number:hover{background:#a633c00a;color:#a633c0}.pagination-number.active{background:#a633c0;color:#fff}.pagination-arrow{color:#717575!important}.pagination-arrow:hover{background:#a633c00a!important;color:#a633c0!important}.pagination-arrow:disabled{color:#e0e0e0!important;background:none!important;cursor:not-allowed}.avatar-group div{font-size:small;border-radius:6px;width:32px;height:32px}.action-label{font-size:16px;font-weight:600}.card-box{padding:32px;border:1px solid #e9ecec;border-radius:6px}.page-container h3.back-link-btn{color:#717575!important;text-decoration:none!important;cursor:pointer!important;font-size:16px!important;font-weight:600!important}.page-title{font-weight:600;gap:.5 rem}.page-container svg{min-width:18px;min-height:18px}.page-container svg path{stroke:#717575}.page-title svg path{stroke:#717575}.form-row{display:flex;gap:1rem;margin-bottom:1rem}.form-row .form-group{flex:1}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.9rem;color:#666}.form-input{width:-moz-available;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-input:focus{outline:none;border-color:#6b46c1;box-shadow:0 0 0 1px #6b46c1}.submit-button{width:100%;padding:.75rem!important;background-color:#6b46c1;color:#fff;border:none;border-radius:4px!important;font-size:1rem!important;cursor:pointer;transition:background-color .2s;text-transform:none!important;box-shadow:none!important}.submit-button:hover{background-color:#a388ef}.submit-button.secondary:hover{background-color:#d2d1d5}.explore-btn-container{display:flex;justify-content:center;margin-bottom:.5rem;padding-inline:1rem;gap:1rem}.explore-btn-container .explore-btn{max-width:600px;width:fit-content;color:#a633c0!important;border:none;text-transform:none;gap:.5rem}.explore-btn-container .explore-btn p{color:#a633c0!important}.explore-btn-container .explore-btn svg path{stroke:#a633c0}.reject-modal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:8px!important;width:100%;max-width:500px}.reject-modal .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;background-color:#000;padding:12px;border-radius:8px 8px 0 0;color:#fff}.MuiDialog-root,.MuiModal-root{z-index:100010!important}.reject-modal .close-button{color:#fff}.reject-modal .reject-title,.reject-modal .modal-title{font-weight:600;margin-bottom:16px;font-size:medium;color:#717575}.reject-modal .reject-content{margin-bottom:16px;padding:24px}.reject-modal .reject-label{color:#717575;margin-bottom:8px}.reject-modal .reject-textarea{width:calc(100% - 24px);min-height:100px;padding:8px;border:1px solid #e5e7e7;border-radius:4px;resize:vertical;font-family:inherit}.reject-modal .modal-actions{display:flex;gap:12px;margin-top:1rem}.reject-modal .cancel-button{color:#717575!important;border-color:#e5e7e7!important}.reject-modal .cancel-button:hover{border-color:#717575!important;background-color:transparent!important}.reject-modal .reject-button{background-color:#a633c0!important;color:#fff!important;text-transform:none;font-weight:600}.reject-modal .reject-button:hover{background-color:#a633c0!important}.reject-modal .reject-button:disabled{background-color:#b8b9b9!important;opacity:.5}.reject-modal .invite-btn{background-color:#fff!important;color:#333!important;margin-top:.8rem}.reject-modal .invite-btn:hover{color:#fff}.reject-modal .bounty-people{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.reject-modal .bounty-people p{font-size:small}.reject-modal .bounty-people .avatar{border-radius:6px}.reject-modal .bounty-people .people-end{display:flex;align-items:center;margin-left:auto}.reject-modal .cancel-btn{background-color:transparent!important;color:#a633c0!important;border:1px solid #e9ecec!important;font-weight:600;text-transform:none}.reject-modal .cancel-btn:hover{background-color:transparent!important;color:#a633c0!important;border:1px solid #e9ecec!important}@media (max-width: 899px){.page-container{margin-left:0!important;width:100vw;max-width:100vw}.page-content{margin-top:72px;margin-bottom:65px;height:calc(100% - 177px);max-height:calc(100% - 177px);transition:all .3s ease}.has-search{margin-top:100px;height:calc(100% - 100px);max-height:calc(100% - 100px)}}.appbar{top:0;box-shadow:none!important;padding-top:35px;padding-bottom:2rem;transition:all .3s ease!important}.toolbar{padding:0 24px!important}.toolbar-top{display:flex;align-items:center;width:100%}.mode-control{display:flex;flex-direction:row;align-items:center;padding:8px;margin-left:1rem;height:48px;border:1px solid #e9ecec;border-radius:6px}.mode-control img{display:flex;flex-direction:row;align-items:center;padding:16px;width:14px;height:14px}.mode-control .divider{width:18px;height:0px;border:1px solid #e9ecec;transform:rotate(90deg)}.search-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-inline:2rem;padding:12px 16px;width:100%;max-width:479px;background:#e9ecec;border:1px solid #e9ecec;border-radius:6px}.search-container .search-input{flex-grow:2!important;width:100%!important}.search-container img{width:18px;height:18px}.search-container:hover{background:#e9ecec}.user-profil-picture{width:48px;height:48px;background:#c4b7a733!important;border-radius:12px!important}.menu-popup{position:absolute;right:0;top:4rem;display:flex;flex-direction:column;align-items:flex-start;padding:16px;background:#fafafa;border:1px solid #e9ecec;border-radius:6px;z-index:2;max-height:calc(100vh - 10rem);overflow-y:auto}.add-account{display:flex;justify-content:center;margin-block:1rem!important}.add-account-btn{color:#9c27b0;margin:auto;text-transform:none!important;font-weight:600!important;font-size:medium;border:1px solid #9c27b0!important;padding:.5rem!important}.menu-popup a{text-decoration:none;color:#717575}@media (max-width: 899px){.appbar{padding:16px 0!important;height:auto;min-height:72px}.toolbar{padding:0 16px!important;gap:8px;flex-direction:column;min-height:40px!important;height:auto!important}.mode-control{margin-left:0;height:40px;padding:4px}.mode-control img{padding:8px;width:12px;height:12px}.mode-control .divider{width:14px}.nav-actions{display:flex;align-items:center;gap:8px}.nav-actions .user-profil-picture{width:40px;height:40px}.search-container{margin:8px 16px 0;padding:8px 12px;width:calc(100% - 32px)!important;max-width:100%!important;height:40px}.menu-popup{right:-16px;width:calc(100vw - 32px);max-width:300px}}.backdrop{position:absolute;top:5rem;bottom:0;height:100%;background:#0000001a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:999999;overflow-x:hidden}.notifications{height:fit-content;padding:24px 32px 32px 24px;gap:24px;background:#fafafa;border:1px solid #e9ecec;border-radius:6px;max-height:calc(100% - 170px);overflow-y:scroll}.notifs-header{display:flex;align-items:center;padding:1rem;gap:8px;color:#333}.notifs-header{margin-right:1rem}.notifs-header h3{font-size:16px;font-weight:600}.notifs-header .mark-read-btn{margin-left:auto;box-sizing:border-box;padding:16px;border:1px solid #e9ecec;color:#a633c0;text-transform:none}.notifs-search-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:12px 16px;background:#e9ecec;border:1px solid #e9ecec;border-radius:6px;margin-top:1rem;margin-bottom:1rem}.notifs-search-container img{width:18px;height:18px}.notifs-search-container:hover{background:#e9ecec}.notif-item{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;margin-bottom:.5rem;padding:16px 24px;gap:12px;border:1px solid #e9ecec;border-radius:6px}.notif-item .item-icon img{width:18px;height:16px}.notif-item .item-tag{padding:4px 16px;background:#f2f2f2;border-radius:6px;color:#717575}.notif-item .item-title{color:#717575;text-align:center}.notif-item .item-action-btn{color:#a633c0;text-transform:none;font-size:14px;font-weight:600}@media (max-width: 899px){.notif-item{flex-direction:column}}.filter-container{display:flex;align-items:flex-start;padding:16px;border:1px solid #e9ecec;min-height:50px;margin-bottom:2rem;box-shadow:none!important;flex-direction:column}.filter-header{border:1px solid #e9ecec;height:fit-content;width:fit-content!important}.filter-tab,.clear-filter{background-color:transparent;border:none;font-weight:400;padding:10px 20px;font-size:12px;color:#333!important;border-radius:none!important;text-transform:none!important;border-radius:4px;cursor:pointer}.filter-tab.active{background:#eef0f0}.clear-filter{color:#333;text-transform:none!important}.clear-filter:hover{background-color:#eef0f0}.filter-options{display:flex;flex-wrap:wrap;gap:15px}.filter-option{text-wrap:nowrap;color:#333!important;font-weight:400;font-size:12px}.checkbox{width:24px;height:24px;color:#d9d9d9!important;margin-right:.5rem!important}.filter-option .checked{color:#a633c0!important}.filter-os{margin-top:20px;color:#717575!important}.os-select{cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:8px 16px;gap:10px;width:284px;max-width:90vw;border:1px solid #e9ecec!important;border-radius:6px}.os-option{width:284px;max-width:90vw;display:flex;align-items:center;justify-content:space-between}.select-range{display:flex;align-items:center}.select-range .date-picker{border:1px solid #e9ecec;border-radius:6px}.select-range .date-picker label{font-size:12px!important}.select-range .date-picker input{padding:8px 16px!important;font-size:12px!important}.select-range .divider{margin-inline:1rem;width:36px;height:0px;border:1px solid #717575}.activity-logs{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;width:100%;max-width:1200px;margin:20px auto}.logs-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #eee}.logs-header h2{margin:0;font-size:1.2rem}.close-button{background:none;border:none;font-size:24px;cursor:pointer;color:#666}.logs-table{width:100%;overflow-x:auto}.logs-table .table-body{max-height:calc(100vh - 300px);overflow-y:auto}.logs-table .table-row{padding:16px;gap:16px;border:1px solid #e9ecec;border-radius:6px 6px 0 0}.logs-table .log-table-header{background:#f7f7f8;font-weight:500;text-align:center!important;border:1px solid #e9ecec}.logs-table .table-row>*:not(:first-child){text-align:center}.logs-table .status-badge{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;text-align:center;display:inline-block}.logs-table .status-badge.success{background:#e6f4ea;color:#1e7e34}.logs-table .status-badge.failure{background:#fde7e9;color:#dc3545}.logs-table .view-btn{color:#a633c0;background:none;border:none;cursor:pointer;font-size:14px}@media (max-width: 768px){.logs-table .table-row{padding:16px}}.kyc-modal-header{display:flex;justify-content:space-between;align-items:center;background-color:#000;color:#fff;padding:16px;border-top-left-radius:8px;border-top-right-radius:8px}.kyc-modal-header .close-button{color:#fff}.kyc-modal-content{padding:24px;max-height:calc(90vh - 100px);overflow-y:auto}.kyc-document-select{margin-bottom:24px}.kyc-document-select .MuiOutlinedInput-notchedOutline{border-color:#e0e0e0}.kyc-upload-button{color:#9c27b0!important;text-transform:none!important;padding:14px 16px!important;border:1px dashed #9c27b0!important;border-radius:6px!important;height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center}.kyc-upload-button:hover{background-color:#9c27b00a}.uploaded-file{border:1px solid #e0e0e0;border-radius:6px;padding:16px;text-align:center;height:90px;display:flex;flex-direction:column;justify-content:center;align-items:center}.uploaded-file .MuiIconButton-root{color:#757575;margin:0 4px}.kyc-upload-button-bottom{color:#9c27b0!important;text-transform:none!important;padding:14px 16px!important;border:1px solid #9c27b0!important;border-radius:6px!important;margin-top:16px!important}.file-preview{background-color:#f5f5f5;border-radius:6px;padding:16px;display:flex;justify-content:center;align-items:center;min-height:200px;border:1px solid #e0e0e0}.bank-details-form{margin-bottom:2rem}.bank-details-form .form-row{display:flex;gap:1rem;margin-bottom:1rem}.bank-details-form .form-row .form-group{flex:1}.bank-details-form .form-group{margin-bottom:1rem}.bank-details-form .form-group label{display:block;margin-bottom:.5rem;font-size:.9rem;color:#666}.bank-details-form .form-input{padding:.75rem;border:1px solid #e0e0e0;border-radius:4px;font-size:1rem}.bank-details-form .form-input:focus{outline:none;border-color:#9c27b0;box-shadow:0 0 0 1px #9c27b0}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}@media (max-width: 899px){.kyc-modal{width:95%}}.account-table{background:#fff;border-radius:8px;overflow:hidden}.table-header{background-color:#f5f5f5;white-space:nowrap}.table-content{padding:12px 16px!important}.table-row,.table-header{display:grid;grid-template-columns:1.5fr 1fr 1.5fr 2fr;gap:8px;padding:12px 16px;border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.table-row:hover{background-color:#f8f8f8}.table-row:last-child{border-bottom:none}.table-header Typography,.table-row Typography{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.loading-container{display:flex;justify-content:center;align-items:center;min-height:200px}.loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #9c27b0;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;color:#757575}.empty-state-icon{font-size:48px;margin-bottom:16px;color:#e0e0e0}.drawer{position:fixed;top:0;left:0;display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;background-color:#13151b;height:100vh;max-height:100vh;overflow-y:auto;width:250px;min-width:50px;z-index:9990;transition:width .3s ease}.drawer.collapsed{width:fit-content}.logo{display:flex;flex-direction:column;align-items:center;gap:2rem;padding-inline:15px;padding-top:37px;padding-bottom:24px}.logo img{width:47px;height:55}.nav{margin-top:1rem;width:calc(100% - 2rem);padding:15px!important}.nav-item{margin-bottom:8px;width:100%}.nav-link{display:block;width:100%;color:#bcbcbc;text-decoration:none;font-size:16px}.nav-item:hover{background:#1c202c;border-radius:8px}.nav-item.active-nav-item{background-color:#1c202c;border-radius:6px}.nav-item.active-nav-item .nav-item-text{color:#a633c0}.nav-item.active-nav-item svg path{stroke:#a633c0}.nav-item-text{display:block;white-space:nowrap}.drawer.collapsed .nav-item-text{display:none}.nav-item-btn{padding:12px 16px 12px 0!important;width:100%}.drawer.collapsed .nav-item-btn{padding:0!important}.nav-item-icon{min-width:fit-content!important;padding:12px 16px;border-radius:6px}.nav-item-icon img{fill:#bcbcbc!important;width:18px;height:18px}.nav-item a{color:#bcbcbc;text-decoration:none;font-size:16px}.nav-bottom{margin-top:auto;padding-block:3rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.nav-bottom .nav{display:flex;justify-content:center;align-items:center}.drawer.collapsed .nav-bottom .nav{flex-direction:column}.nav-bottom .nav-item-icon{padding:8px!important}.nav-bottom .nav-item-icon img{width:24px;height:24px}.nav-copyright{display:flex;color:#bcbcbc;padding-inline:5px;text-align:center;font-size:12px!important}.drawer.collapsed .nav-copyright{flex-direction:column}.drawer .nav-item-btn{padding:12px 16px 12px 0!important}.collapse .nav-item-btn .nav{flex-direction:column}@media (max-width: 899px){.drawer{width:100%;height:40px;top:auto;flex-direction:row;justify-content:space-between;height:62px;left:0;bottom:-.92px;max-width:100vw;overflow:hidden}.drawer.collapsed{width:100%}.drawer .logo{display:none}.drawer .nav{display:flex;flex-direction:row;flex-grow:1;flex-wrap:nowrap;padding:8px 16px!important}.drawer .nav-bottom,.drawer .nav-item-text{display:none}.drawer .nav-item-btn,.drawer:hover .nav-item-btn{padding:4px!important}.drawer .nav a{width:100%;text-align:center}.drawer .nav .nav-item-icon{margin:auto}}.balance-card{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 32px;gap:4px;background:#3333330d;border-radius:6px}.header-balance-card{align-items:flex-start;flex-direction:row;background:#333;border-radius:6px 6px 0 0;color:#f2f2f2}.balance-light{background-color:#f9f4e6;color:#333}.balance-title{text-align:center;font-size:12px!important;color:#717575}.balance-value{font-weight:600;font-size:28px!important;text-align:center}.reports-stats{width:100%;border:.5px solid #e9ecec;border-radius:6px}.reports-stats .stat{display:flex;justify-content:space-between;align-items:center;padding:8px}.reports-stats .stat img{width:20px;height:20px;background:#333;border-radius:6px;padding:6px;fill:#fff!important}.reports-stats .stat img svg{fill:#fff!important;color:#fff}.reports-charts{width:100%}.reports-charts .chart{padding:16px 24px;border:1px solid #f2f2f2;min-height:200px}.export-btn{padding:16px 12px!important;border:1px solid #a633c0!important;color:#a633c0!important;border-radius:6px;text-transform:none!important;height:48px}.export-btn img{margin-right:8px}.overview-table-container{border:1px solid #e9ecec;box-shadow:none!important}.overview-table-container th{color:#717575!important;text-align:center}.overview-table-container tbody td{border:none;text-align:center;color:#717575!important}.payment-page .payment-page-content{border:1px solid #e9ecec;padding:18px}.payment-page .payment-stats .balance-card{border:1px solid #333333;align-items:start}.payment-page .billing-table-box{border:1px solid #e9ecec;padding:18px;border-radius:12px;align-items:start}.payment-page .billing-table-box .billing-table{border:1px solid #e9ecec;border-radius:12px;padding:18px}.payment-page table tr{border:none;margin-bottom:8px}.payment-page table tr:last-child{margin-bottom:8px}.payment-page table th{background-color:#e9ecec;margin-bottom:8px}.payment-page table th:last-child{margin-bottom:8px}.payment-page table tbody tr{border:1px solid #e9ecec;margin-bottom:8px}.payment-page table tbody tr:last-child{margin-bottom:8px}.vault-page .subscriptions-card{border:1px solid #e9ecec;border-radius:12px;background:#fff;padding:18px;margin-bottom:24px;flex-grow:1;flex-shrink:1}.vault-page .subscriptions-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.vault-page .subscriptions-header .plan-status{display:flex;align-items:center;gap:16px!important}.vault-page .subscriptions-header .plan,.vault-page .subscriptions-header .status{background:#f5f6f7;border-radius:6px;padding:4px 16px;font-weight:500;font-size:14px;display:flex;align-items:center}.vault-page .subscriptions-header .status span{display:flex;align-items:center;margin-left:6px;color:#b0b7c3;font-weight:600}.vault-page .subscriptions-header .explore-btn{border:1px solid #a633c0!important;color:#a633c0;background:#fff;font-weight:600;text-transform:none!important;width:fit-content}.vault-page .subscriptions-header .explore-btn:hover{background:#f5e9fc}.vault-page .subscriptions-stats{display:flex;border:1px solid black}.vault-page .subscriptions-stats .stat{flex:1;display:flex;flex-direction:column;align-items:center;padding:16px 0;border-right:1px solid black;background-color:#e9ecec}.vault-page .subscriptions-stats .stat:last-child{border-right:none}.vault-page .subscriptions-stats .stat .stat-icon{margin-bottom:8px;width:28px;height:28px}.vault-page .subscriptions-stats .stat .stat-title{font-size:14px;font-weight:500}.vault-page .subscriptions-stats .stat .stat-value{font-size:18px;font-weight:600;margin-top:4px}.vault-page .subscriptions-stats .stat .stat-value.deposit{color:#1bc47d}.vault-page .subscriptions-stats .stat .stat-value.withdraw{color:#f6c31c}.reports-page{display:flex;border:1px solid #e9ecec;border-radius:6px;padding:1rem}.reports-page .sidebar{width:auto}.reports-page .sidebar-title{padding:16px;border:1px solid #e9ecec}.reports-page .sidebar-title h6{font-size:16px;font-weight:600}.reports-page .sidebar-title svg path{stroke:#717575}.reports-page .sidebar-list{padding:1rem}.reports-page .sidebar-list .list-item{display:flex;justify-content:space-between;border-radius:6px;cursor:pointer;gap:8px;margin-bottom:8px;color:#333}.reports-page .sidebar-list .list-item span{font-weight:500;font-size:14px}.reports-page .sidebar-list .list-item.active{background-color:#a633c014;color:#a633c0}.reports-page .sidebar-list .list-item svg path{stroke:#717575}.reports-page .sidebar-list .list-item.active svg path{stroke:#a633c0}.reports-page .sidebar-list .list-item .report-count{background-color:#a633c014;color:#a633c0;margin-left:auto;border-radius:12px}.reports-page .sidebar-list .list-item.active .report-count{background-color:#e0e0e0;color:#333}.main-content{flex:1;padding:16px;border:1px solid #e9ecec;border-radius:6px}.search-bar{margin-bottom:16px}.main-content .report-list{background-color:#fff;border-radius:8px}.main-content .report-list .report-item{padding:0;margin-bottom:1rem}.main-content .report-list .report-item .report-details{border-left:1px solid #e9ecec}.main-content .report-list .report-item .report-data{border-left:2px solid #a633c0;border-radius:8px 0 0;padding:1rem}.main-content .report-list .report-item .report-item-title{display:flex;align-items:center;gap:8px;margin-bottom:6px}.main-content .report-list .report-item .report-item-title .report-date{margin-left:auto}.main-content .report-list .report-item .report-item-title .report-content{color:#666;background-color:#eff1f1;padding:8px;border-radius:6px;flex-grow:1}.main-content .report-list .report-item .report-meta{border:1px solid #e9ecec;font-size:small;text-align:right;padding:1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.main-content .report-list .report-item .explore-btn{max-width:600px;width:fit-content;color:#a633c0!important;gap:8px;background-color:#f2f2f299;border:none}.main-content .report-list .report-item .explore-btn p{color:#a633c0!important;text-transform:none}.main-content .report-list .report-item .explore-btn svg path{stroke:#a633c0}.main-content .report-list .report-item .report-status{background-color:#d8a6571f;color:#d8a657;gap:8px;border-radius:8px}.report-details{flex-grow:1;border-left:1px solid #e9ecec}.report-details .details-header{display:flex;align-items:center;justify-content:space-between;border:1px solid #e9ecec;padding:8px;gap:8px}.report-details .details-header h4{font-size:medium;font-weight:600}.report-details .details-header span{margin-left:auto;gap:8px;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end}.report-details .details-header .details-action-btn{text-transform:none;color:#a633c0;background-color:#eff1f1;gap:8px;width:fit-content;min-width:fit-content;margin-right:8px;margin-bottom:4px}.report-details .details-header .details-action-btn svg path{stroke:#a633c0}.reject-modal .status-container{display:flex;flex-direction:column;justify-content:center;gap:8px;border:1px solid #e9ecec;border-radius:6px;padding:1rem}.reject-modal .status-container .status-text{font-size:small;font-weight:600;background-color:#fff;gap:1rem;display:flex;align-items:center}.report-stats{background:#181b23;border-radius:8px;padding:16px;display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.report-stats>div{display:flex;flex:1;text-align:center;color:#fff;gap:1rem;align-items:center}.report-stats .MuiTypography-body2{opacity:.7}.report-stats .MuiTypography-h5{font-size:2rem;font-weight:600;margin-top:4px}@media (max-width: 899px){.reports-page{flex-direction:column!important}.reports-page .sidebar{width:100%}.reports-page .sidebar-title{display:none}.reports-page .sidebar-list{flex-direction:row;gap:8px}.reports-page .sidebar-list .list-item{justify-content:flex-start;width:100%}}.share-light-btn{background-color:#fff!important;color:#a633c0!important;border:none!important;font-weight:600!important}.share-light-btn svg path{stroke:#a633c0!important}.reports-list{display:flex;flex-direction:column}.report-list-item,.program-report-item{display:flex;flex-direction:row;flex-wrap:nowrap!important;align-items:center;justify-content:space-between;padding:12px 16px;border:1px solid #E9ECEC;border-radius:6px;cursor:pointer;margin-bottom:1rem;flex-wrap:wrap;gap:8px}.program-report-item{padding:0;flex-direction:column;align-items:flex-start;font-size:small!important}.program-report-header{display:flex;align-items:center;gap:12px;padding:1rem;padding-bottom:0}.program-report-header svg path{stroke:#717575!important}.user-avatar-container{display:flex;align-items:center;gap:12px}.program-report-item .user-avatar{width:40px;height:40px;border-radius:8px}.program-report-item .user-name{font-size:14px;font-weight:500;color:#333;font-weight:600}.program-report-item-content{gap:1rem;display:flex;align-items:center;justify-content:space-between;padding:1rem;width:calc(100% - 2rem)}.program-report-item-content .report-title{font-size:14px;font-weight:500;color:#717575;background-color:#eff1f1;padding:4px 8px;border-radius:6px;font-size:small;text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-list-item:hover{background-color:#f8f9f9}.report-item-left{display:flex;align-items:center;gap:12px}.report-item-right{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.report-item-left svg path{stroke:#717575!important}.report-title{color:#333;font-weight:500}.report-date{color:#717575;font-size:.75rem}.report-list-item .report-status{font-size:12px;border-radius:8px;padding:4px 8px;font-weight:500}.report-item-actions{display:flex;flex-wrap:nowrap!important}.report-item-actions :first-child svg path{stroke:#a633c0!important}.report-overview-title{display:flex;align-items:center;gap:1}.report-overview-title p{margin:0}.report-overview-title svg path{stroke:#717575}.report-overview-content{display:flex;flex-direction:column;gap:1rem;border:1px solid #E9ECEC;border-radius:6px;padding:1rem}.report-overview-content-item{display:flex;justify-content:space-between;gap:1rem}.report-overview-content-item-left{display:flex;gap:1rem}.report-overview-content-item p:first-child{color:#717575;font-weight:500}.report-overview-content-item p:last-child{color:#a633c0}.program-report-item .explore-btn-container{display:flex;align-items:center;gap:1rem;width:calc(100% - 2rem);justify-content:space-around}.program-report-item .report-actions-container{display:flex;align-items:center;gap:1rem;justify-content:flex-end!important;width:fit-content!important}@media screen and (max-width: 768px){.report-list-item{flex-direction:column;align-items:flex-start}.report-item-left{width:100%;margin-bottom:8px}.report-item-right{width:100%;flex-direction:column;align-items:flex-start;gap:8px}.report-title{font-size:14px;margin-right:8px}.report-date{font-size:12px}.box-point{display:none}.report-list-item .report-overview-button{margin-inline:auto}}.send-request .bounty-details-footer{margin-top:0;border-top:0px;flex-direction:column;align-items:center}.send-request .report-submission{flex-direction:row}.send-request .bounty-details-footer .footer-text{text-align:center;padding-bottom:2rem}.send-request .bounty-details-footer .interest-btn{background:transparent;color:#a633c0;font-weight:600;width:fit-content}.send-request .report-submission .submit{background:#a633c0;color:#fff}.send-request .bounty-details-footer .interest-btn svg path{stroke:#a633c0}.send-request .report-submission .submit svg path{stroke:#fff}.submit-request-header{display:flex;width:100%!important;justify-content:space-between;align-items:center;padding-bottom:1rem;color:#717575}.repport-stepper{margin-top:2rem}.repport-stepper .step-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:24px;border:1px solid #e9ecec;border-radius:6px}.repport-stepper .step-label{padding:16px 24px;border:1px solid #e9ecec;border-radius:6px}.repport-stepper .step-content .title{font-weight:600;font-size:16px;margin-bottom:.5rem}.repport-stepper .step-content .description{color:#717575;margin-top:.5rem;font-size:14px!important}.repport-stepper .search-select .MuiInputBase-root{border-color:#e9ecec;border-radius:6px;color:#717575;height:48px;width:100%!important}.repport-stepper .switch-wrapper{width:100%}.repport-stepper .switch-wrapper .switch-container{display:flex;align-items:center;justify-content:space-between;padding:1rem}.repport-stepper .step-content .label-text{color:#717575;font-size:12px;margin-block:.5rem}.repport-stepper .attribute-container{display:flex;flex-direction:column;justify-content:space-between!important}.repport-stepper .bounty-attribute{display:flex;justify-content:space-between!important;align-items:center;padding:8px 16px;flex-direction:row;margin-top:1rem}.repport-stepper .severity-preview{align-content:end!important;display:flex;align-items:center;margin-left:auto;font-size:x-large;margin-right:1rem;gap:6px}.repport-stepper .severity-preview .severity-preview-content{border:1px solid #e9ecec;border-radius:8px!important;width:48px;height:16px}.repport-stepper .severity-preview .severity-preview-status{border-radius:8px!important;height:16px}.severity-preview .none{background-color:#e0e0e0;color:#000;width:0px}.severity-preview .low{background-color:#ffeb3b;color:#000;width:12px}.severity-preview .medium{background-color:#ff9800;color:#fff;width:24px}.severity-preview .high{background-color:#f44336;color:#fff;width:36px}.severity-preview .critical{background-color:#d32f2f;color:#fff;width:48px}.repport-stepper .attribute-label{font-size:12px}.repport-stepper .actions-btn-container{display:flex;flex-direction:row;align-items:center;padding:2px;border:1px solid #e9ecec;border-radius:6px;margin-left:1rem}.repport-stepper .actions-btn-container button{font-size:16px;color:#514f4f;font-weight:500;padding:8px 16px;border-radius:6px;text-transform:none}.repport-stepper .actions-btn-container .active{background:#a633c0;color:#fff}.text-area-container{display:flex;flex-direction:column;align-items:flex-start;padding:6px 4px;border:1px solid #e9ecec;border-radius:6px;width:100%}.text-area-container .area-actions{display:flex;flex-direction:row;align-items:center;background:#eff1f1;border-radius:0 6px 0 0;width:100%}.text-area-container .area-actions button{padding:8px 16px;text-transform:none;color:#717575}.text-area-container .area-actions .active{background:#fff}.text-area-container .area-input{border:none;content:"max-content";margin-top:.5rem;padding:6px 14px;width:calc(100% - 32px)}@media (max-width: 899px){.send-request .report-submission{flex-direction:column}.send-request .report-submission .interest-btn{margin-bottom:1rem}}.comments-container{padding:20px}.comment{margin-bottom:24px}.comment-header{display:flex;align-items:center;position:relative;gap:8px;font-size:small}.comment-header .comment-avatar{width:40px;height:40px;border-radius:6px}.comment-header .MuiIconButton-root{margin-left:8px;padding:8px}.comment-header .MuiIconButton-root:hover{background-color:#0000000a}.comment-header-name{display:flex;justify-content:space-between;align-items:center;background:#eff1f1;flex-grow:1;padding:8px;margin-left:8px}.comment-info{display:flex;gap:8px;align-items:center;height:30px}.comment-header .role-chip{font-size:small;padding:2px 12px;gap:6px;background:#f3f5f5;border:1px solid #e9ecec;border-radius:6px}.comment-date{margin-left:auto;color:#717575;font-size:.9rem}.comment-body{box-sizing:border-box;padding:21px 24px;margin-left:56px;border:1px solid #e9ecec;border-radius:0 0 6px 6px;color:#717575}.dispute-comment .comment-body{border-color:#ee9d23;background:#fff3e0}.dispute-chip{margin-left:8px;border-radius:6px!important;padding:4px 8px!important;font-size:.75rem}.timeline-item{margin-bottom:24px}.timeline-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.timeline-avatar{width:40px;height:40px;border-radius:6px}.timeline-meta{display:flex;flex-direction:column;gap:2px}.timeline-author{font-weight:500;color:#333;font-size:.9rem}.timeline-date{color:#717575;font-size:.8rem}.timeline-content{margin-left:48px;padding:16px 20px;border:1px solid #e9ecec;border-radius:6px;background:#fafbfb}.info-item .timeline-content{background:#f0f8ff;border-color:#b3d9ff}.info-message{color:#06c;font-style:italic}.visibility-item .timeline-content{background:#fff8e1;border-color:#ffcc02}.bounty-item .timeline-content{background:#f3e5f5;border-color:#a633c0}.bounty-message{color:#a633c0;font-weight:600;margin-bottom:8px}.bounty-details{color:#717575;font-size:.9rem}.file-item .timeline-content{background:#e8f5e8;border-color:#4caf50}.file-upload-info{display:flex;align-items:center;gap:8px;margin-bottom:8px}.file-icon{color:#4caf50;font-size:20px}.file-link{color:#4caf50;border-color:#4caf50;font-size:.8rem;padding:4px 12px}.dispute-item .timeline-content{background:#fff3e0;border-color:#ff9800}.dispute-chip{margin-bottom:8px;border-radius:6px!important;padding:16px 8px!important}.dispute-description{color:#717575;font-size:.9rem;white-space:pre-wrap}.privacy-item .timeline-content{background:#f5f5f5;border-color:#9e9e9e;text-align:center;padding:12px}.privacy-message{color:#9e9e9e;font-style:italic}.deleted-item .timeline-content{background:#f5f5f5;border-color:#9e9e9e;text-align:center;padding:12px}.deleted-message{color:#9e9e9e;font-style:italic}.other-item .timeline-content{background:#f9f9f9;border-color:#ddd}.comment-form{margin-top:24px}.comment-form .comment-header{align-items:flex-start;margin-bottom:12px;gap:8px}.comment-form-actions{display:flex;justify-content:space-between;align-items:center;margin-left:48px;gap:8px}.comment-form-actions .action-btn{margin-left:auto;padding:11px 24px;gap:10px;color:#717575;border-radius:6px;text-transform:none;font-weight:600}.comment-form-actions .submit{background:#a633c0;color:#fff}.section-title{font-weight:500;margin-bottom:8px}.section-subtitle{font-weight:500;margin-top:12px;margin-bottom:8px}.todo-item{display:flex;align-items:flex-start;gap:4px;margin-left:8px;margin-bottom:4px}.todo-bullet{color:#717575}.todo-checkbox{color:#717575;margin:0 4px}.todo-content{color:#717575}.question-mark{color:#717575;margin:0 4px}.reference{color:#1976d2;margin-left:4px}.separator{height:1px;background-color:#eee;margin:16px 0}.empty-line{height:12px}.normal-text{margin-bottom:8px}@media screen and (max-width: 768px){.comments-container{padding:12px;padding-inline:0}.comment-header{flex-wrap:nowrap}.comment-header .comment-avatar{width:32px!important;height:32px!important}.comment-header-name{margin-left:4px;width:calc(100% - 52px)}.comment-info{flex-wrap:nowrap;gap:4px}.comment-body{margin-left:44px;padding:16px;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.timeline-avatar{width:32px!important;height:32px!important}.timeline-content{margin-left:40px;padding:12px 16px}.comment-form .text-area-container{width:100%}.comment-form-actions{margin-left:0;flex-direction:column;align-items:flex-start}.comment-form-actions span{width:100%;display:flex;flex-direction:column;gap:8px}.comment-form-actions .action-btn{width:100%}.comment-header-name .role-chip{display:none}.comment-date{font-size:.8rem}}.chat-notif-item{display:flex;align-items:center;margin-bottom:2rem}.notif-content{flex-grow:1;display:flex;align-items:center;padding:12px 24px;gap:16px;border:1px solid #e9ecec;border-radius:6px}.user-info{display:flex;align-items:center;gap:8px}.author-name{font-weight:500;color:#333}.comments-container .role-chip{color:#717575;padding:2px 12px;background:#f2f2f2;border:1px solid #e9ecec;border-radius:6px}.severity-change{display:flex;align-items:center;padding:6px 16px;gap:18px;border:.5px solid #e9ecec;border-radius:6px}.change-info{display:flex;align-items:center;gap:8px;flex-wrap:wrap;border:1px solid #e9ecec;border-radius:6px;padding:6px 16px}.change-info .change-chip,.notif-content .role-chip{font-size:12px;border-radius:6px;padding:1rem}.notif-date{color:#717575;margin-left:auto}.chat-notif-item .notif-date-mobile{display:none}@media screen and (max-width: 768px){.chat-notif-item{margin-bottom:1rem}.notif-content{flex-direction:column;align-items:flex-start;padding:12px;gap:8px}.user-info{width:100%;justify-content:space-between}.notif-date{display:none}.user-icon{margin-right:4px}.user-icon img{width:24px;height:24px}.role-chip{height:20px!important;font-size:11px!important}.chat-notif-item .notif-date-mobile{display:block;font-size:12px;color:#717575}}.bounty-detail-img{background-image:url(/assets/bounty-backgroung-Rlu32eCm.png);background-repeat:no-repeat;background-position:center;background-size:cover;height:20hv;min-height:240px;border-radius:6px}.bounty-infos .bounty-info-container{margin-top:-35px;display:flex;justify-content:space-between;padding-inline:1rem;width:-webkit-fill-available;width:-moz-available;width:stretch}.bounty-info-container .favorite-icon svg path{stroke:#fff}.bounty-info-container .is-favorite svg path{stroke:#fff;fill:#a633c0!important}.bounty-info-container .attributes-display{display:flex;justify-content:space-between;padding-top:1rem;padding-left:1rem;gap:1rem}.bounty-info-container .attributes-display p{font-size:12px!important}.bounty-info-container .attributes-display a{text-decoration:none!important}.bounty-info-container .attributes-display .attribute-name{margin-right:1rem;color:#717575}.bounty-info-container .attributes-display .interest-btn,.bounty-details-footer .interest-btn{padding:14px 16px!important;background:#a633c0;border-radius:6px;text-transform:none;color:#fff;border:none;text-wrap:nowrap;width:fit-content;max-height:fit-content;margin-top:auto}.bounty-info-container .attributes-display .interest-btn svg,.bounty-details-footer .interest-btn svg{margin-left:6px;min-width:16px}.bounty-info-container .attributes-display .interest-btn svg path{stroke:#fff}.bounty-info-container .attributes-display .icon-btn svg path{stroke:#a633c0}.bounty-tabs{width:"100%";margin-top:2rem;border:1px solid #e9ecec;padding:24px 16px;border-radius:6px}.bounty-tabs .tabs-actions .MuiTabs-list{flex-wrap:nowrap;overflow-x:auto}.bounty-tabs .tabs-actions{box-sizing:border-box;padding:10px 24px;border:1px solid #e9ecec;border-radius:6px}.bounty-tabs .tabs-actions .tab-label{text-transform:none;display:flex;align-items:center;gap:.5rem}.bounty-tabs .tabs-actions .tab-label p{font-size:16px;font-weight:600;color:#717575;text-wrap:nowrap}.bounty-tabs .tabs-actions .active p{color:#a633c0}.bounty-tabs .tabs-actions .tab-label svg path{stroke:#717575}.bounty-tabs .tabs-actions .tab-label svg{margin-right:4px}.bounty-tabs .tabs-actions .active svg path{stroke:#a633c0}.bounty-details-footer{margin-top:2rem;box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:flex-end;padding:24px 32px;border-top:1px solid #e9ecec;color:#717575}.bounty-details-footer .footer-divider{margin-inline:1rem;border-left:1.5px solid #e9ecec;height:44px}.bounty-details-footer .footer-text p:first-child{color:#717575;font-size:16px;font-weight:600}@media (max-width: 1098px){.bounty-tabs .tabs-actions .tab-label p{font-size:14px}}@media (max-width: 899px){.bounty-infos .bounty-info-container{flex-direction:column}.bounty-info-container .attributes-display{flex-direction:column;padding-left:0}.bounty-info-container .attributes-display div{margin-bottom:.5rem}.bounty-details-footer{flex-direction:column;align-items:center}.bounty-details-footer .footer-divider{margin-block:1rem;border-top:1.5px solid #e9ecec;width:44px;height:0}.bounty-tabs .tabs-actions .MuiTabs-list{display:flex;justify-content:space-between;flex-wrap:nowrap}.bounty-tabs .tabs-actions .tab-label p{display:none!important}.bounty-tabs .tabs-actions .tab-label.active p{display:block!important}.bounty-tabs .tab-content{padding:16px}}.create-bounty-container{padding:0 20px 20px}.create-header-box{display:flex;align-items:center;background-color:#f2f2f2;padding:1rem;gap:1rem;margin-bottom:1rem}.bounty-header{margin-bottom:2rem;border:1px solid #e9ecec;padding:1rem;border-radius:6px}.create-bounty-container h4{font-size:medium;font-weight:600;color:#717575}.create-bounty-container .bounty-detail-img{position:relative;margin-bottom:2rem;background-image:url(/assets/bounty-backgroung-Rlu32eCm.png);background-repeat:no-repeat;background-position:center;background-size:cover;height:20hv;min-height:240px;border-radius:6px}.header-actions{display:flex;flex-direction:column;position:absolute;top:10px;right:10px;background-color:#fff;border-radius:12px}.profil-pic-content{position:absolute;top:auto;right:auto;bottom:-10px;left:10px}.profil-pic-edit{top:auto;right:auto;bottom:20px;left:40px}.profil-pic-content .profil-pic{border-radius:6px;width:60px;height:60px;background-color:#999}.header-actions button:first-of-type svg path{stroke:#a633c0}.header-actions button:last-of-type svg path{stroke:#d94828}.bounty-header .input-label{color:#717575}.bounty-details{margin-top:20px}.program-details{margin-top:20px;border:1px solid #e9ecec;border-radius:6px;padding:1rem}.program-details .details-accordions{border:1px solid #e9ecec;padding:1rem;border-radius:4px}.MuiAccordion-root{box-shadow:none!important;border:1px solid #e9ecec!important;margin-bottom:1rem!important;border-radius:4px!important;color:#717575!important;font-size:small!important;overflow:hidden!important;transition:all .3s ease!important}.MuiAccordion-root.Mui-expanded{box-shadow:0 4px 8px #0000001a!important}.MuiAccordionSummary-root{padding:12px!important;display:flex!important;align-items:center!important;gap:1rem!important;min-height:48px!important}.MuiAccordionSummary-content{margin:0!important;display:flex!important;align-items:center!important;gap:1rem!important}.MuiAccordionSummary-expandIconWrapper{margin-left:auto!important;color:#717575!important}.MuiAccordionSummary-expandIconWrapper.Mui-expanded{transform:rotate(180deg)!important}.MuiAccordionDetails-root{padding:1rem!important;border-top:1px solid #e9ecec!important}.MuiAccordionSummary-root svg{width:15px!important;height:15px!important}.reward-configurations{display:flex;flex-direction:column;gap:1rem}.reward-configurations .reward-type{display:flex;justify-content:space-between;align-items:center;gap:1rem}.reward-visibility{display:flex;flex-direction:column;gap:1rem}.reward-visibility .visibility-buttons{display:flex;gap:.5rem;align-items:center}.reward-visibility .visibility-buttons button{text-decoration:none;border:1px solid #e9ecec;box-shadow:none;border-radius:6px;color:#717575}.reward-visibility .visibility-buttons button.active{background-color:#a633c0;color:#fff}.reward-configurations .reward-amounts{gap:1rem}.reward-configurations .reward-amounts .reward-input{flex:1;display:flex;justify-content:space-between;align-items:center}.asset-config{border:1px solid #e9ecec;padding:1rem;border-radius:6px}.asset-config .signup-input .MuiSelect-select{padding:12px}.asset-config .delete-icon-btn{color:#d94828!important;margin-block:auto}.asset-config .delete-icon-btn svg path{stroke:#d94828}.asset-config .add-scope-btn{text-transform:none!important;color:#a633c0;border-radius:6px;border-color:#a633c0;width:100%;margin-block:1rem;font-weight:600}.website-links{display:flex;flex-direction:column;gap:.5rem}.website-links .delete-icon-btn{color:#d94828!important;margin-block:auto}.website-links .delete-icon-btn svg path{stroke:#d94828}.website-links .add-scope-btn{text-transform:none!important;color:#a633c0;border-radius:6px;border-color:#a633c0;width:100%;margin-block:1rem;font-weight:600}.bounty-footer{display:flex;justify-content:flex-end;align-items:center;margin-top:2rem;padding:1rem;gap:1rem}.date-container{display:flex;align-items:center;gap:1rem;border:1px solid #e9ecec;padding:.5rem;border-radius:6px}.date-container .MuiInputBase-root{padding:0rem;border-radius:6px;border:1px solid #e9ecec}.date-container .MuiInputBase-root .MuiInputAdornment-root{margin-left:.5rem;padding:6px}.bounty-footer .MuiButton-root,.bounty-footer .icon-btn{background-color:#a633c0;color:#fff;text-transform:none;font-weight:600;border-radius:6px;text-wrap:nowrap}.bounty-footer .icon-btn{background-color:#fff;color:#922bb5;border:1px solid #922bb5;border-radius:50%}.bounty-footer .MuiButton-root:hover{background-color:#922bb5}
