#layout{min-height:100vh}#layout,#layout main{display:flex;flex-direction:column}#layout main{flex-grow:1}header{background-color:#111;position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center}header .logo{text-decoration:none;display:block}header .logo img{height:56px;margin:30px 0 30px 90px}@media screen and (max-width:1400px){header .logo img{margin:30px 0 30px 60px}}@media screen and (max-width:1200px){header .logo img{height:42px;margin:24px 36px}}@media screen and (max-width:768px){header .logo img{height:36px;margin:16px 24px}}header .top-menu .menu-bg{display:none}header .top-menu .menu-button{display:none;position:relative;cursor:pointer;width:25px;height:25px;align-items:center}header .top-menu .menu-button .line{width:25px;height:3px;background-color:#fff;border-radius:6px}header .top-menu .menu-button:after,header .top-menu .menu-button:before{content:"";width:25px;height:3px;position:absolute;background-color:#fff;border-radius:6px}header .top-menu .menu-button:after{bottom:0}header .top-menu .menu-button:before{top:0}header .top-menu .menu-button.close:after{width:35px;transform:rotate(45deg);bottom:11px;left:-4px}header .top-menu .menu-button.close:before{width:35px;transform:rotate(-45deg);top:11px;left:-4px}header .top-menu .menu-button.close .line{opacity:0}header .top-menu .menu-list{display:flex;align-items:center;grid-gap:72px;gap:72px}@media screen and (max-width:1660px){header .top-menu .menu-list{grid-gap:56px;gap:56px}}@media screen and (max-width:1400px){header .top-menu .menu-list{grid-gap:32px;gap:32px}}header .top-menu .menu-list a{display:block;color:#fff;text-decoration:none}header .top-menu .menu-list .launch-button{background-color:var(--theme-color);padding:17px 48px;border-radius:100px;color:#000;font-size:16px;font-weight:700;margin:0 90px 0 0}@media screen and (max-width:1400px){header .top-menu .menu-list .launch-button{margin:0 60px 0 0}}header .top-menu .menu-list .launch-button:hover{opacity:.9}header .top-menu .menu-list .wallet-button{background-color:var(--theme-color);height:54px;padding:0 48px;border-radius:100px;color:#000;font-size:16px;font-weight:700;margin:0 90px 0 18px;display:flex;align-items:center;grid-gap:8px;gap:8px}header .top-menu .menu-list .wallet-button img{display:none;height:26px;border-radius:50%}@media screen and (max-width:1400px){header .top-menu .menu-list .wallet-button{margin:0 60px 0 0}}header .top-menu .menu-list .wallet-button:hover{opacity:.9}header .top-menu .menu-list .wallet-button.connected img{display:block}@media screen and (max-width:1200px){header .top-menu .menu-button{display:flex;position:relative;z-index:22}header .top-menu .menu-list{display:none;flex-direction:column;justify-content:space-between}header .top-menu .menu-list.show{display:flex;position:fixed;z-index:23;width:300px;height:400px;left:calc(50vw - 150px);top:calc(50vh - 200px)}header .top-menu .menu-list .launch-button,header .top-menu .menu-list .wallet-button{margin:0}header .top-menu .menu-bg.show{display:block;position:fixed;z-index:21;left:0;top:0;width:100vw;height:100vh;background-color:rgba(60,56,40,.7019607843);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}header .top-menu .menu-button{margin:0 36px 0 0}}@media screen and (max-width:1200px)and (max-width:768px){header .top-menu .menu-button{margin:0 24px 0 0}}.wallet-modal{color:#fff;display:flex;flex-direction:column;grid-gap:24px;gap:24px;align-items:center;padding-bottom:24px}.wallet-modal .wallet-buttons{display:flex;grid-gap:42px;gap:42px}.wallet-modal .wallet-buttons button{background-color:transparent;border:none;outline:none;width:125px}.wallet-modal .wallet-buttons button img{height:64px}.wallet-modal .wallet-buttons button p{font-size:16px;margin:0 0 8px;color:#fff}footer{display:flex;flex-direction:column;background-color:#fff;grid-gap:1px;gap:1px;position:relative;z-index:1}footer .top{background-color:#000;padding:70px 0}footer .top .container{display:flex;justify-content:space-between}@media screen and (max-width:768px){footer .top .container{flex-direction:column}}footer .top .container a{color:#fff}footer .top .container .left{display:flex;justify-content:space-between;flex-direction:column}footer .top .container .left .logo img{height:44px}footer .top .container .left .social-buttons{display:flex;grid-gap:72px;gap:72px}@media screen and (max-width:992px){footer .top .container .left .social-buttons{grid-gap:36px;gap:36px}}@media screen and (max-width:768px){footer .top .container .left .social-buttons{grid-gap:72px;gap:72px;margin:56px 0}}footer .top .container .right{display:flex;grid-gap:92px;gap:92px}@media screen and (max-width:992px){footer .top .container .right{grid-gap:54px;gap:54px}}@media screen and (max-width:768px){footer .top .container .right{justify-content:space-between}}@media screen and (max-width:576px){footer .top .container .right{flex-direction:column}}footer .top .container .right .link-list{display:flex;flex-direction:column;grid-gap:12px;gap:12px}footer .top .container .right .link-list h6{color:#fff;font-weight:700;color:var(--theme-color);font-size:18px;margin:0 0 18px}footer .bottom{background-color:#000;height:50px;display:flex;align-items:center;justify-content:center;color:#fff;grid-gap:5px;gap:5px}footer .bottom a{text-decoration:none;color:#fff;text-decoration:underline}.scroll-to-top-button{position:fixed;z-index:10;right:40px;bottom:40px;border:none;outline:none;background-color:transparent;cursor:pointer;border-radius:16px;opacity:.8;display:none;overflow:hidden}.scroll-to-top-button img{width:44px;display:block}.scroll-to-top-button:hover{opacity:1;box-shadow:0 3px 4px 1px rgba(14,15,15,.4862745098)}.scroll-to-top-button.show{display:block}.token-expired-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:10000;animation:fadeIn .3s ease-out}.token-expired-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);max-width:450px;width:90%;max-height:90vh;overflow:hidden;animation:slideUp .3s ease-out}.token-expired-header{padding:24px 24px 16px;text-align:center;border-bottom:1px solid #e5e7eb}.token-expired-header h2{margin:0 0 12px;font-size:24px;font-weight:600;color:#1f2937;display:flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px}.token-expired-header .security-icon{display:inline-block}.token-expired-body{padding:24px}.token-expired-body .token-expired-message{font-size:16px;line-height:1.6;color:#4b5563;margin:0 0 20px;text-align:center}.token-expired-body .countdown-section{background-color:#fef3c7;border:1px solid #fbbf24;border-radius:8px;padding:16px;text-align:center;margin-bottom:16px}.token-expired-body .countdown-section .countdown-text{margin:0;font-size:14px;color:#92400e;font-weight:500}.token-expired-body .countdown-section .countdown-number{font-weight:700;color:#b45309;font-size:16px;background-color:#fcd34d;padding:2px 6px;border-radius:4px;margin:0 2px}.token-expired-body .security-note{text-align:center;margin-top:16px}.token-expired-body .security-note p{font-size:14px;color:#6b7280;margin:0;font-style:italic}.token-expired-footer{padding:16px 24px 24px;display:flex;flex-direction:column;grid-gap:12px;gap:12px}.token-expired-footer .btn-primary,.token-expired-footer .btn-secondary{padding:12px 20px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;border:none;text-align:center;min-height:44px;display:flex;align-items:center;justify-content:center}.token-expired-footer .relogin-btn{background-color:#2563eb;color:#fff}.token-expired-footer .relogin-btn:hover{background-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px rgba(37,99,235,.4)}.token-expired-footer .relogin-btn:active{transform:translateY(0)}.token-expired-footer .stay-out-btn{background-color:#f9fafb;color:#6b7280;border:1px solid #d1d5db}.token-expired-footer .stay-out-btn:hover{background-color:#f3f4f6;color:#4b5563;border-color:#9ca3af}.token-expired-footer .stay-out-btn:active{background-color:#e5e7eb}@media(min-width:640px){.token-expired-footer{flex-direction:row;justify-content:center;grid-gap:16px;gap:16px}.token-expired-footer .btn-primary,.token-expired-footer .btn-secondary{flex:1 1;max-width:160px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:480px){.token-expired-modal{margin:16px;width:calc(100% - 32px)}.token-expired-header{padding:20px 16px 12px}.token-expired-header h2{font-size:20px}.token-expired-body{padding:16px}.token-expired-body .token-expired-message{font-size:15px}.token-expired-body .countdown-section{padding:12px}.token-expired-footer{padding:12px 16px 20px}}.landing-page section{padding:144px 0;position:relative;z-index:1}.landing-page section .title{font-size:72px;font-weight:700}@media screen and (max-width:1200px){.landing-page section{padding:132px 0}.landing-page section .title{font-size:66px}}@media screen and (max-width:992px){.landing-page section{padding:120px 0}.landing-page section .title{font-size:60px}}@media screen and (max-width:768px){.landing-page section{padding:108px 0}.landing-page section .title{font-size:54px}}@media screen and (max-width:576px){.landing-page section{padding:96px 0}.landing-page section .title{font-size:48px}}.landing-page .launch-section{background-color:var(--theme-color)}.landing-page .launch-section img.infinite{position:absolute;width:40%;max-width:520px;left:10%;top:-40px;z-index:-1}@media screen and (max-width:576px){.landing-page .launch-section img.infinite{display:none}}.landing-page .launch-section img.rect{position:absolute;width:40%;height:200px;max-width:460px;min-width:400px;left:0;bottom:80px;z-index:-1}@media screen and (max-width:576px){.landing-page .launch-section img.rect{display:none}}.landing-page .launch-section .container{display:flex;align-items:center;grid-gap:54px;gap:54px}@media screen and (max-width:992px){.landing-page .launch-section .container{flex-direction:column}}.landing-page .launch-section .container .left{width:0;flex-grow:1}@media screen and (max-width:992px){.landing-page .launch-section .container .left{width:100%}}.landing-page .launch-section .container .left img{width:80%;max-width:460px}.landing-page .launch-section .container .right{width:0;flex-grow:1;display:flex;flex-direction:column;align-items:flex-start}@media screen and (max-width:992px){.landing-page .launch-section .container .right{width:100%}}.landing-page .launch-section .container .right .description{font-size:24px;padding-top:28px}@media screen and (max-width:992px){.landing-page .launch-section .container .right .description{font-size:18px}}.landing-page .launch-section .container .right pre{font-size:24px;font-weight:700;background-color:#85ffda;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word;margin:36px 0 42px;padding:2px 6px}.landing-page .launch-section .container .right a{display:block;padding:14px 40px;background-color:#000;color:#fff;font-weight:700;font-size:22px;border-radius:70px}@media screen and (max-width:576px){.landing-page .launch-section .container .right a{width:100%;text-align:center}}.landing-page .with-rayze-section{background-color:#000;color:#fff}.landing-page .with-rayze-section .container .top{display:flex;justify-content:space-between;grid-gap:40px;gap:40px}.landing-page .with-rayze-section .container .top .left{padding-top:90px;display:flex;flex-direction:column;align-items:center}.landing-page .with-rayze-section .container .top .left img{width:200px;margin-left:40px}@media screen and (max-width:992px){.landing-page .with-rayze-section .container .top .left img{width:180px}}@media screen and (max-width:768px){.landing-page .with-rayze-section .container .top .left img{width:160px}}.landing-page .with-rayze-section .container .top .left pre{margin:20px 0}.landing-page .with-rayze-section .container .top .right{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.landing-page .with-rayze-section .container .top .right p{width:96%;max-width:570px;font-size:24px}@media screen and (max-width:992px){.landing-page .with-rayze-section .container .top .right p{font-size:20px}}.landing-page .with-rayze-section .container .top .right .title{width:100%;max-width:650px;color:var(--theme-color)}@media screen and (max-width:992px){.landing-page .with-rayze-section .container .top{flex-direction:column}.landing-page .with-rayze-section .container .top .left{order:2;padding-top:20px;align-items:flex-start}.landing-page .with-rayze-section .container .top .right{order:1;text-align:left;align-items:flex-start}}.landing-page .with-rayze-section .container .bottom{display:flex;justify-content:space-between;margin-top:60px;grid-gap:32px;gap:32px}.landing-page .with-rayze-section .container .bottom>div{width:250px}.landing-page .with-rayze-section .container .bottom>div h4{color:var(--theme-color);font-size:36px;margin:24px 0}.landing-page .with-rayze-section .container .bottom>div p{font-size:20px;margin:0}@media screen and (max-width:768px){.landing-page .with-rayze-section .container .bottom{flex-direction:column;margin-top:30px}}.landing-page .launch-steps-section{background-color:#fff}.landing-page .launch-steps-section .arc{height:70vw;max-height:110%;position:absolute;left:0;z-index:-1;bottom:-10%}.landing-page .launch-steps-section .container{display:flex;flex-direction:column;grid-gap:66px;gap:66px;align-items:flex-end}.landing-page .launch-steps-section .container .title{width:100%;max-width:630px;text-align:right}.landing-page .launch-steps-section .container .steps{width:100%;display:flex;justify-content:space-between;grid-gap:54px;gap:54px}@media screen and (max-width:992px){.landing-page .launch-steps-section .container .steps{grid-gap:36px;gap:36px}}.landing-page .launch-steps-section .container .steps .step{max-width:230px;display:flex;flex-direction:column;grid-gap:8px;gap:8px}.landing-page .launch-steps-section .container .steps .step h4{font-size:36px;color:var(--theme-color);margin:0}.landing-page .launch-steps-section .container .steps .step p{font-size:24px;margin:0 0 auto}@media screen and (max-width:992px){.landing-page .launch-steps-section .container .steps .step p{font-size:20px}}.landing-page .launch-steps-section .container .steps .step img{width:72px;margin-top:12px}.landing-page .launch-steps-section .container .steps .line{width:1px;background-color:#000;margin-top:18px;border:none}@media screen and (max-width:768px){.landing-page .launch-steps-section .container .title{width:100%;max-width:2000px;text-align:left}.landing-page .launch-steps-section .container .steps{flex-direction:column;align-items:center}.landing-page .launch-steps-section .container .steps .line{width:200px;height:1px}.landing-page .launch-steps-section .container .steps .step{max-width:80%;align-items:center}.landing-page .launch-steps-section .container .steps .step p{text-align:center}}.landing-page .insentive-section{background-color:#000;color:#fff}.landing-page .insentive-section .container{display:flex;grid-gap:66px;gap:66px;flex-direction:column}.landing-page .insentive-section .container .title{width:100%;max-width:700px}.landing-page .insentive-section .container .steps{display:flex;justify-content:space-between;grid-gap:54px;gap:54px}@media screen and (max-width:992px){.landing-page .insentive-section .container .steps{grid-gap:36px;gap:36px;flex-direction:column}}.landing-page .insentive-section .container .steps .step{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.landing-page .insentive-section .container .steps .step h4{font-size:24px;color:var(--theme-color);margin:0}.landing-page .insentive-section .container .steps .step p{font-size:22px;margin:0 0 auto}@media screen and (max-width:992px){.landing-page .insentive-section .container .steps .step p{font-size:18px}}.landing-page .insentive-section .container .steps .step img{width:72px;margin-top:12px}.landing-page .insentive-section .container .steps .line{width:1px;background-color:#fff;margin-top:18px;border:none}@media screen and (max-width:992px){.landing-page .insentive-section .container .steps .line{width:200px;height:1px;margin:0}}.landing-page .insentive-section .container a{padding:14px 50px;border-radius:100px;background-color:var(--theme-color);color:#000;margin:auto;text-align:center;font-weight:700}.landing-page .insentive-section .container a:hover{opacity:.8}@media screen and (max-width:576px){.landing-page .insentive-section .container a{width:100%}}.landing-page .features-section{background-color:#d0ff00}.landing-page .features-section .container{display:flex;grid-gap:66px;gap:66px;flex-direction:column}.landing-page .features-section .container .title{width:100%;text-align:right}@media screen and (max-width:992px){.landing-page .features-section .container .title{text-align:left}}.landing-page .features-section .container .steps{display:flex;justify-content:space-between;grid-gap:48px;gap:48px}@media screen and (max-width:1200px){.landing-page .features-section .container .steps{grid-gap:32px;gap:32px}}@media screen and (max-width:992px){.landing-page .features-section .container .steps{flex-direction:column}}.landing-page .features-section .container .steps .step{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.landing-page .features-section .container .steps .step h4{font-size:24px;margin:0}.landing-page .features-section .container .steps .step p{font-size:20px;margin:0 0 auto}@media screen and (max-width:992px){.landing-page .features-section .container .steps .step p{font-size:18px}}.landing-page .features-section .container .steps .step img{width:72px;margin-top:12px}.landing-page .features-section .container .steps .line{width:1px;background-color:#000;margin-top:18px;border:none}@media screen and (max-width:992px){.landing-page .features-section .container .steps .line{width:200px;height:1px;margin:0}}.landing-page .features-section .container a{padding:14px 50px;border-radius:100px;background-color:#fff;color:#000;margin:auto;text-align:center;font-weight:700}.landing-page .features-section .container a:hover{opacity:.9}@media screen and (max-width:576px){.landing-page .features-section .container a{width:100%}}.landing-page .community-section{background-color:#fff}.landing-page .community-section .circle{position:absolute;right:0;top:400px;z-index:-1}@media screen and (max-width:768px){.landing-page .community-section .circle{height:150px}}.landing-page .community-section .container{display:flex;flex-direction:column;grid-gap:80px;gap:80px;align-items:center}.landing-page .community-section .container .title{text-align:center}.landing-page .community-section .container a{text-decoration:none;padding:14px 50px;border-radius:100px;text-align:center;background-color:var(--theme-color);color:#000}@media screen and (max-width:576px){.landing-page .community-section .container a{width:100%}}.login-container form input[type=password],.login-container form input[type=text]{width:100%;padding:10px;font-size:18px}.login-container form button{width:100%;padding:10px;font-size:20px;background-color:#000;color:#fff;border:none;cursor:pointer}.invoice-container{min-height:100vh;background-color:#000;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#fff}.invoice-container .panel{background-color:#111;border-radius:8px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.3);margin-bottom:24px}.invoice-container .panel h2{font-size:18px;font-weight:600;color:#fff;margin:0}.invoice-container .panel h3{font-size:14px;color:var(--theme-color);margin:0 0 12px}.invoice-container label{display:block;margin-bottom:5px;color:#fff;font-size:14px;font-weight:500}.invoice-container input[type=date],.invoice-container select{width:100%;padding:8px 12px;margin-bottom:10px;border:1px solid #333;border-radius:6px;background-color:#222;color:#fff;font-size:14px}.invoice-container input[type=date]::placeholder,.invoice-container select::placeholder{color:#666}.invoice-container input[type=date]:focus,.invoice-container select:focus{outline:none;border-color:var(--theme-color)}.invoice-container table{width:100%;border-collapse:collapse;background:#111;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.3);margin-top:20px}.invoice-container table td,.invoice-container table th{padding:8px 12px;text-align:left;border-bottom:1px solid #333;font-size:13px;color:#fff}.invoice-container table th{font-size:11px;text-transform:uppercase;color:#666;font-weight:500;padding-top:12px;padding-bottom:12px;background-color:#111;white-space:nowrap}.invoice-container table tr:hover{background-color:#222}.invoice-container table td:first-child,.invoice-container table td:nth-child(2),.invoice-container table th:first-child,.invoice-container table th:nth-child(2){width:15%;max-width:80px}.invoice-container table td:nth-child(3),.invoice-container table th:nth-child(3){width:20%;max-width:80px}.invoice-container table td:nth-child(4),.invoice-container table th:nth-child(4){width:10%;max-width:80px}.invoice-container table td:nth-child(5),.invoice-container table th:nth-child(5){width:12%;max-width:80px}.invoice-container table td:nth-child(6),.invoice-container table th:nth-child(6){width:15%;max-width:80px}.invoice-container table td:nth-child(7),.invoice-container table th:nth-child(7){width:13%;max-width:80px}.invoice-container table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.invoice-container table td:nth-child(4) input{width:60px;min-width:60px}.invoice-container button{padding:8px 16px;margin-right:10px;background-color:var(--theme-color);color:#000;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.invoice-container button:hover{opacity:.9}.select-invoice-container{min-height:100vh;background-color:#000;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#fff;display:flex;flex-direction:column;touch-action:pan-y pinch-zoom;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;overscroll-behavior-x:none}.select-invoice-container .content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;position:relative;top:0;background-color:#000;padding:24px;z-index:10}.select-invoice-container .content-header h1{font-size:24px;font-weight:600;color:#fff;margin:0}.select-invoice-container .content-header .header-actions{display:flex;grid-gap:12px;gap:12px}.select-invoice-container .content-header .header-actions .payment-form{display:flex;align-items:center;grid-gap:12px;gap:12px}.select-invoice-container .content-header .header-actions .payment-form .client-dropdown{padding:8px 12px;border-radius:6px;border:1px solid #333;background-color:#222;color:#fff;font-size:14px;min-width:150px;cursor:pointer}.select-invoice-container .content-header .header-actions .payment-form .client-dropdown:focus{outline:none;border-color:var(--theme-color)}.select-invoice-container .content-header .header-actions .payment-form .client-dropdown:disabled{opacity:.6;cursor:not-allowed}.select-invoice-container .content-header .header-actions .payment-form .client-dropdown option{background-color:#222;color:#fff}.select-invoice-container .content-header .header-actions .payment-form .amount-input{padding:8px 12px;border-radius:6px;border:1px solid #333;background-color:#222;color:#fff;font-size:14px;width:120px}.select-invoice-container .content-header .header-actions .payment-form .amount-input:focus{outline:none;border-color:var(--theme-color)}.select-invoice-container .content-header .header-actions .payment-form .amount-input:disabled{opacity:.6;cursor:not-allowed}.select-invoice-container .content-header .header-actions .payment-form .amount-input::placeholder{color:#666}.select-invoice-container .content-header .header-actions .payment-form .btn-received{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;background-color:#28a745;color:#fff;border:none}.select-invoice-container .content-header .header-actions .payment-form .btn-received:hover:not(:disabled){background-color:#218838}.select-invoice-container .content-header .header-actions .payment-form .btn-received:disabled{opacity:.6;cursor:not-allowed}.select-invoice-container .content-header .header-actions .payment-form .btn-paid{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;background-color:#dc3545;color:#fff;border:none}.select-invoice-container .content-header .header-actions .payment-form .btn-paid:hover:not(:disabled){background-color:#c82333}.select-invoice-container .content-header .header-actions .payment-form .btn-paid:disabled{opacity:.6;cursor:not-allowed}.select-invoice-container .content-header .header-actions button{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.select-invoice-container .content-header .header-actions button.btn-primary{background-color:var(--theme-color);color:#000;border:none}.select-invoice-container .content-header .header-actions button.btn-primary:hover{opacity:.9}.select-invoice-container .content-header .header-actions button.btn-secondary{background-color:#222;color:#fff;border:1px solid #333}.select-invoice-container .content-header .header-actions button.btn-secondary:hover{background-color:#333;border-color:#444}.select-invoice-container .dashboard-section{background-color:#111;border-radius:8px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.3);margin-bottom:48px;margin-left:24px;margin-right:24px}.select-invoice-container .dashboard-section:last-child{margin-bottom:24px}.select-invoice-container .dashboard-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.select-invoice-container .dashboard-section .section-header h2{font-size:18px;font-weight:600;color:#fff;margin:0}.select-invoice-container .dashboard-section .section-header .filters{display:flex;grid-gap:12px;gap:12px;flex-wrap:wrap}.select-invoice-container .dashboard-section .section-header .filters .filter-input{padding:8px 12px;border-radius:6px;border:1px solid #333;background-color:#222;color:#fff;font-size:14px;min-width:200px}.select-invoice-container .dashboard-section .section-header .filters .filter-input::placeholder{color:#666}.select-invoice-container .dashboard-section .section-header .filters .filter-input:focus{outline:none;border-color:var(--theme-color)}.select-invoice-container .table-container{overflow-x:auto;margin:0 -24px;padding:0 24px}.select-invoice-container .table-container table{width:100%;border-collapse:collapse;color:#fff}.select-invoice-container .table-container table td,.select-invoice-container .table-container table th{padding:8px 12px;text-align:left;border-bottom:1px solid #333;white-space:nowrap}.select-invoice-container .table-container table td:nth-child(4),.select-invoice-container .table-container table th:nth-child(4){padding-right:6px}.select-invoice-container .table-container table td:nth-child(5),.select-invoice-container .table-container table th:nth-child(5){padding-left:6px;padding-right:6px}.select-invoice-container .table-container table td:nth-child(6),.select-invoice-container .table-container table th:nth-child(6){padding-left:6px;text-align:right}.select-invoice-container .table-container table td:nth-child(7),.select-invoice-container .table-container table th:nth-child(7){text-align:right;color:#dc3545;font-weight:500}.select-invoice-container .table-container table th{font-size:11px;text-transform:uppercase;color:#666;font-weight:500;padding-top:12px;padding-bottom:12px}.select-invoice-container .table-container table td{font-size:13px;color:#fff;padding-top:8px;padding-bottom:8px}.select-invoice-container .table-container table tbody tr{cursor:pointer}.select-invoice-container .table-container table tbody tr:hover{background-color:#222}.select-invoice-container .table-container table .status-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.select-invoice-container .table-container table .status-badge.ready{background-color:rgba(220,53,69,.2);color:#dc3545;border:1px solid rgba(220,53,69,.3)}.select-invoice-container .table-container table .status-badge.sent{background-color:rgba(255,193,7,.2);color:#f57c00;border:1px solid rgba(255,193,7,.3)}.select-invoice-container .table-container table .status-badge.paid{background-color:rgba(40,167,69,.2);color:#28a745;border:1px solid rgba(40,167,69,.3)}.select-invoice-container .table-container table .status-badge.closed{background-color:rgba(108,117,125,.2);color:#6c757d;border:1px solid rgba(108,117,125,.3)}.select-invoice-container .table-container table .status-badge.active{background-color:rgba(40,167,69,.2);color:#28a745;border:1px solid rgba(40,167,69,.3)}.select-invoice-container .table-container table .status-badge.pending{background-color:rgba(255,193,7,.2);color:#f57c00;border:1px solid rgba(255,193,7,.3)}.select-invoice-container .table-container table .status-badge.inactive{background-color:rgba(108,117,125,.2);color:#6c757d;border:1px solid rgba(108,117,125,.3)}.select-invoice-container .table-container table .status-button{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500;background-color:var(--theme-color);color:#000;border:none;cursor:pointer;transition:all .2s ease;min-width:70px}.select-invoice-container .table-container table .status-button:hover{opacity:.9}.select-invoice-container .table-container table .send-button{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500;background-color:#007bff;color:#fff;border:none;cursor:pointer;transition:all .2s ease;min-width:50px}.select-invoice-container .table-container table .send-button:hover:not(:disabled){background-color:#0056b3}.select-invoice-container .table-container table .send-button:disabled{background-color:#6c757d;cursor:not-allowed;opacity:.6}.select-invoice-container .table-container table input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--theme-color)}.select-invoice-container .table-container .invoice-row{transition:background-color .2s ease;cursor:pointer}.select-invoice-container .table-container .invoice-row:hover{background-color:#222!important}.select-invoice-container .table-container .invoice-row.expanded,.select-invoice-container .table-container .invoice-row.expanded:hover{background-color:#1a1a1a!important}.select-invoice-container .table-container .invoice-row .expand-indicator{margin-left:8px;font-size:10px;color:var(--theme-color);transition:transform .2s ease}.select-invoice-container .table-container .breakdown-row,.select-invoice-container .table-container .breakdown-row:hover{background-color:#0a0a0a!important}.select-invoice-container .table-container .breakdown-row .breakdown-cell{padding:0!important;border:none!important}.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container{background:linear-gradient(135deg,#111,#0a0a0a);border:1px solid #333;border-radius:8px;margin:8px 12px;padding:16px;box-shadow:inset 0 1px 3px rgba(0,0,0,.3)}.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-header{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #333}.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-header h3{margin:0;font-size:16px;font-weight:600;color:var(--theme-color);display:flex;align-items:center}.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-header h3:before{content:"📊";margin-right:8px;font-size:14px}.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table{width:100%;border-collapse:collapse;background-color:#111!important;border-radius:6px;overflow:hidden;font-size:11px;table-layout:fixed}.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table td,.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table th{padding:8px 10px!important;border:1px solid #333!important;text-align:left;color:#fff!important;background-color:transparent!important;font-size:11px!important;line-height:1.3!important;white-space:nowrap!important;overflow:hidden;text-overflow:ellipsis}.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table td:first-child,.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table th:first-child{width:18%}.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table td:nth-child(2),.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table th:nth-child(2){width:15%}.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table td:nth-child(3),.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table td:nth-child(4),.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table th:nth-child(3),.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table th:nth-child(4){width:10%;font-family:monospace;font-size:10px!important}.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table td:nth-child(5),.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table th:nth-child(5){width:8%;text-align:center!important}.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table td:nth-child(6),.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table td:nth-child(7),.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table th:nth-child(6),.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table th:nth-child(7){width:12%;text-align:right!important}.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table td:nth-child(8),.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table td:nth-child(9),.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table th:nth-child(8),.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table th:nth-child(9){width:10%;text-align:right!important}.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table th{background-color:#1a1a1a!important;font-weight:600!important;color:#ccc!important;font-size:10px!important;text-transform:uppercase!important;letter-spacing:.5px!important}.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table tbody tr:nth-child(2n),.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table tbody tr:nth-child(2n) td{background-color:#0f0f0f!important}.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table tbody tr:hover,.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table tbody tr:hover td{background-color:#1a1a1a!important}.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table .margin-cell{font-weight:600!important;color:var(--theme-color)!important}.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table td.status-red,.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table th.status-red{color:#f44!important}.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table td.status-green,.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table th.status-green{color:#28a745!important}.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table td.status-default,.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-table th.status-default{color:#ccc!important}.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-loading{text-align:center;padding:24px;color:#666;font-style:italic}.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-loading span{display:inline-flex;align-items:center}.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-loading span:before{content:"";width:16px;height:16px;margin-right:8px;border:2px solid #333;border-top:2px solid var(--theme-color);border-radius:50%;animation:spin 1s linear infinite}.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-empty{text-align:center;padding:24px;color:#666;font-style:italic}.select-invoice-container .table-container .breakdown-row .breakdown-cell .breakdown-container .breakdown-table-wrapper .breakdown-empty span:before{content:"📋";margin-right:8px;opacity:.5}.select-invoice-container button{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.select-invoice-container button.btn-primary{background-color:var(--theme-color);color:#000;border:none}.select-invoice-container button.btn-primary:hover{opacity:.9}.select-invoice-container button.btn-secondary{background-color:#222;color:#fff;border:1px solid #333}.select-invoice-container button.btn-secondary:hover{background-color:#333;border-color:#444}.modal-content{background-color:#111}.modal-header{border-bottom:1px solid #333}.modal-body,.modal-header .close-button:hover,.modal-header h2{color:#fff}.modal-footer{border-top:1px solid #333}.modal-button{border:1px solid #333;background-color:#222;color:#fff}.modal-button:hover{background-color:#333}.modal-button.send-email{background-color:#007bff;color:#fff;border-color:#007bff}.modal-button.send-email:hover:not(:disabled){background-color:#0056b3}.modal-button.send-email:disabled{background-color:#6c757d;cursor:not-allowed;opacity:.6}.modal-button.cancel{background-color:#6c757d;color:#fff;border-color:#6c757d}.modal-button.cancel:hover:not(:disabled){background-color:#545b62}.email-modal{max-width:1200px;width:95vw}.email-modal .modal-body .email-form{margin-bottom:20px}.email-modal .modal-body .email-form label{display:block;margin-bottom:8px;font-weight:500;color:#fff}.email-modal .modal-body .email-form .email-input{width:100%;padding:8px 12px;border:1px solid #333;border-radius:6px;background-color:#222;color:#fff;font-size:14px}.email-modal .modal-body .email-form .email-input:focus{outline:none;border-color:var(--theme-color)}.email-modal .modal-body .email-form .email-input:disabled{opacity:.6;cursor:not-allowed}.email-modal .modal-body .invoice-preview h3{margin-bottom:12px;color:#fff}.email-modal .modal-body .invoice-preview .invoice-content{border:1px solid #ddd;border-radius:4px;padding:16px;background-color:#fff!important;max-height:450px;overflow-y:auto;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:#333!important;font-size:13px!important;line-height:1.4!important}.email-modal .modal-body .invoice-preview .invoice-content *,.email-modal .modal-body .invoice-preview .invoice-content :after,.email-modal .modal-body .invoice-preview .invoice-content :before{color:#333!important;background-color:transparent!important;font-family:inherit!important}.email-modal .modal-body .invoice-preview .invoice-content h1{color:#222!important;font-size:24px!important;font-weight:700!important;margin:0 0 16px!important;text-align:center!important}.email-modal .modal-body .invoice-preview .invoice-content h2,.email-modal .modal-body .invoice-preview .invoice-content h3,.email-modal .modal-body .invoice-preview .invoice-content h4,.email-modal .modal-body .invoice-preview .invoice-content h5,.email-modal .modal-body .invoice-preview .invoice-content h6{color:#222!important;font-size:16px!important;font-weight:600!important;margin:12px 0 8px!important}.email-modal .modal-body .invoice-preview .invoice-content div,.email-modal .modal-body .invoice-preview .invoice-content p,.email-modal .modal-body .invoice-preview .invoice-content span{color:#333!important;font-size:13px!important;margin:4px 0!important;border:none!important;box-shadow:none!important}.email-modal .modal-body .invoice-preview .invoice-content .bill-to,.email-modal .modal-body .invoice-preview .invoice-content [class*=bill],.email-modal .modal-body .invoice-preview .invoice-content div[style*=border],.email-modal .modal-body .invoice-preview .invoice-content div[style*=box-shadow]{border:none!important;box-shadow:none!important;background-color:transparent!important}.email-modal .modal-body .invoice-preview .invoice-content table{width:100%;border-collapse:collapse;background-color:#fff!important;font-size:12px!important;margin:8px 0!important;table-layout:auto!important}.email-modal .modal-body .invoice-preview .invoice-content table td,.email-modal .modal-body .invoice-preview .invoice-content table th{padding:8px 12px!important;border:1px solid #ccc!important;text-align:left;color:#333!important;background-color:#fff!important;vertical-align:top!important;font-size:12px!important;line-height:1.3!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(5):not(:nth-child(6))) td:first-child,.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(5):not(:nth-child(6))) th:first-child{width:25%!important;min-width:180px!important;white-space:normal!important;word-break:break-word!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(5):not(:nth-child(6))) td:nth-child(2),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(5):not(:nth-child(6))) th:nth-child(2){width:25%!important;min-width:150px!important;white-space:normal!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(5):not(:nth-child(6))) td:nth-child(3),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(5):not(:nth-child(6))) th:nth-child(3){width:15%!important;min-width:80px!important;text-align:center!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(5):not(:nth-child(6))) td:nth-child(4),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(5):not(:nth-child(6))) th:nth-child(4){width:15%!important;min-width:80px!important;text-align:right!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(5):not(:nth-child(6))) td:nth-child(5),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(5):not(:nth-child(6))) th:nth-child(5){width:20%!important;min-width:120px!important;text-align:right!important;font-weight:600!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(6):not(:nth-child(7))) td:first-child,.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(6):not(:nth-child(7))) th:first-child{width:10%!important;min-width:80px!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(6):not(:nth-child(7))) td:nth-child(2),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(6):not(:nth-child(7))) th:nth-child(2){width:15%!important;min-width:110px!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(6):not(:nth-child(7))) td:nth-child(3),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(6):not(:nth-child(7))) th:nth-child(3){width:15%!important;min-width:110px!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(6):not(:nth-child(7))) td:nth-child(4),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(6):not(:nth-child(7))) th:nth-child(4){width:15%!important;min-width:110px!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(6):not(:nth-child(7))) td:nth-child(5),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(6):not(:nth-child(7))) th:nth-child(5){width:15%!important;min-width:110px!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(6):not(:nth-child(7))) td:nth-child(6),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(6):not(:nth-child(7))) th:nth-child(6){width:20%!important;min-width:140px!important;text-align:right!important;font-weight:600!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)){table-layout:fixed!important;font-size:11px!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td,.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th{font-size:10px!important;padding:6px 8px!important;white-space:nowrap!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:first-child,.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:first-child{width:8%!important;min-width:85px!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:nth-child(2),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:nth-child(2){width:10%!important;min-width:100px!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:nth-child(3),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:nth-child(3){width:9%!important;min-width:90px!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:nth-child(4),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:nth-child(4){width:6%!important;min-width:60px!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:nth-child(5),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:nth-child(5){width:10%!important;min-width:100px!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:nth-child(6),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:nth-child(6){width:7%!important;min-width:75px!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:nth-child(7),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:nth-child(7){width:7%!important;min-width:75px!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:nth-child(8),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:nth-child(8){width:5%!important;min-width:50px!important;text-align:center!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:nth-child(9),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:nth-child(9){width:6%!important;min-width:70px!important;text-align:right!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:nth-child(10),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:nth-child(10){width:6%!important;min-width:70px!important;text-align:right!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:nth-child(11),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:nth-child(11){width:6%!important;min-width:70px!important;text-align:right!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:nth-child(12),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:nth-child(12){width:6%!important;min-width:70px!important;text-align:right!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:nth-child(13),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:nth-child(13){width:6%!important;min-width:70px!important;text-align:right!important;font-weight:600!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:nth-child(14),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:nth-child(14){width:6%!important;min-width:70px!important;text-align:right!important;font-weight:600!important}.email-modal .modal-body .invoice-preview .invoice-content table th{background-color:#f8f9fa!important;font-weight:600!important;color:#222!important;font-size:11px!important;text-transform:uppercase!important;letter-spacing:.5px!important;padding:10px 12px!important}.email-modal .modal-body .invoice-preview .invoice-content table tbody tr:nth-child(2n) td{background-color:#fafafa!important}.email-modal .modal-body .invoice-preview .invoice-content table tbody tr:hover td{background-color:#f5f5f5!important}@media print{.email-modal .modal-body .invoice-preview .invoice-content{border:none!important;border-radius:0!important;padding:0!important;margin:0!important;background-color:#fff!important;color:#000!important;font-size:11px!important;box-shadow:none!important;max-height:none!important;overflow:visible!important;page-break-inside:avoid}.email-modal .modal-body .invoice-preview .invoice-content *,.email-modal .modal-body .invoice-preview .invoice-content :after,.email-modal .modal-body .invoice-preview .invoice-content :before{color:#000!important;background-color:#fff!important;-webkit-print-color-adjust:exact;print-color-adjust:exact;font-size:inherit!important}.email-modal .modal-body .invoice-preview .invoice-content h1{font-size:20px!important;margin-bottom:12px!important}.email-modal .modal-body .invoice-preview .invoice-content h2,.email-modal .modal-body .invoice-preview .invoice-content h3,.email-modal .modal-body .invoice-preview .invoice-content h4,.email-modal .modal-body .invoice-preview .invoice-content h5,.email-modal .modal-body .invoice-preview .invoice-content h6{font-size:14px!important;margin:8px 0 6px!important}.email-modal .modal-body .invoice-preview .invoice-content div,.email-modal .modal-body .invoice-preview .invoice-content p,.email-modal .modal-body .invoice-preview .invoice-content span{font-size:11px!important}.email-modal .modal-body .invoice-preview .invoice-content table{width:100%!important;margin:6px 0 12px!important;font-size:10px!important;page-break-inside:avoid;table-layout:auto!important}.email-modal .modal-body .invoice-preview .invoice-content table td,.email-modal .modal-body .invoice-preview .invoice-content table th{border:1px solid #333!important;color:#000!important;padding:4px 8px!important;font-size:10px!important;line-height:1.2!important;white-space:nowrap!important;overflow:visible!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(5):not(:nth-child(6))) td:first-child,.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(5):not(:nth-child(6))) th:first-child{width:25%!important;white-space:normal!important;word-break:break-word!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(5):not(:nth-child(6))) td:nth-child(2),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(5):not(:nth-child(6))) th:nth-child(2){width:25%!important;white-space:normal!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(5):not(:nth-child(6))) td:nth-child(3),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(5):not(:nth-child(6))) th:nth-child(3){width:15%!important;text-align:center!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(5):not(:nth-child(6))) td:nth-child(4),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(5):not(:nth-child(6))) th:nth-child(4){width:15%!important;text-align:right!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(5):not(:nth-child(6))) td:nth-child(5),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(5):not(:nth-child(6))) th:nth-child(5){width:20%!important;text-align:right!important;font-weight:700!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(6):not(:nth-child(7))) td:first-child,.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(6):not(:nth-child(7))) th:first-child{width:10%!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(6):not(:nth-child(7))) td:nth-child(2),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(6):not(:nth-child(7))) th:nth-child(2){width:15%!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(6):not(:nth-child(7))) td:nth-child(3),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(6):not(:nth-child(7))) th:nth-child(3){width:15%!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(6):not(:nth-child(7))) td:nth-child(4),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(6):not(:nth-child(7))) th:nth-child(4){width:15%!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(6):not(:nth-child(7))) td:nth-child(5),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(6):not(:nth-child(7))) th:nth-child(5){width:15%!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(6):not(:nth-child(7))) td:nth-child(6),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(6):not(:nth-child(7))) th:nth-child(6){width:20%!important;text-align:right!important;font-weight:700!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)){table-layout:fixed!important;font-size:8px!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td,.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th{font-size:7px!important;padding:2px 4px!important;white-space:nowrap!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:first-child,.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:first-child{width:8%!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:nth-child(2),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:nth-child(2){width:10%!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:nth-child(3),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:nth-child(3){width:9%!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:nth-child(4),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:nth-child(4){width:6%!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:nth-child(5),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:nth-child(5){width:10%!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:nth-child(6),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:nth-child(6){width:7%!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:nth-child(7),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:nth-child(7){width:7%!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:nth-child(8),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:nth-child(8){width:5%!important;text-align:center!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:nth-child(9),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:nth-child(9){width:6%!important;text-align:right!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:nth-child(10),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:nth-child(10){width:6%!important;text-align:right!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:nth-child(11),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:nth-child(11){width:6%!important;text-align:right!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:nth-child(12),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:nth-child(12){width:6%!important;text-align:right!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:nth-child(13),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:nth-child(13){width:6%!important;text-align:right!important;font-weight:700!important}.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) td:nth-child(14),.email-modal .modal-body .invoice-preview .invoice-content table:has(th:nth-child(14)) th:nth-child(14){width:6%!important;text-align:right!important;font-weight:700!important}.email-modal .modal-body .invoice-preview .invoice-content table th{background-color:#f0f0f0!important;font-size:9px!important;font-weight:700!important;padding:6px 8px!important}.email-modal .modal-body .invoice-preview .invoice-content table tbody tr:nth-child(2n) td{background-color:#f8f8f8!important}}@media screen and (max-width:1200px){.select-invoice-container{padding:16px}}@media screen and (max-width:992px){.select-invoice-container .dashboard-section .section-header .filters .filter-input{min-width:180px}}@media screen and (max-width:768px){.select-invoice-container,.select-invoice-container .panel{padding:16px}.select-invoice-container .table-container{margin:0 -16px;padding:0 16px}}@media screen and (max-width:576px){.select-invoice-container,.select-invoice-container .panel{padding:12px}.select-invoice-container .panel h1{font-size:20px}.select-invoice-container .table-container{margin:0 -12px;padding:0 12px}.select-invoice-container .table-container table td,.select-invoice-container .table-container table th{padding:6px 8px;font-size:12px}}@media screen and (max-width:360px){.select-invoice-container .dashboard-section,.select-invoice-container .panel{padding:8px}.select-invoice-container .table-container table td,.select-invoice-container .table-container table th{padding:6px 8px;font-size:12px}}.add-open-roles-container{min-height:100vh;background-color:#000;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#fff;padding:20px;max-width:1200px;margin:0 auto}.add-open-roles-container .panel{background-color:#111;border-radius:8px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.3);margin-bottom:24px}.add-open-roles-container .panel h1{font-size:24px;font-weight:600;color:#fff;margin:0 0 24px}.add-open-roles-container .panel h2{font-size:18px;font-weight:600;color:#fff;margin:0}.add-open-roles-container .panel h3{font-size:14px;color:#666;margin:0 0 12px}.add-open-roles-container .panel h4{font-size:12px;color:#666;margin:0 0 8px}.add-open-roles-container .accordion{margin-bottom:24px;border:1px solid #333;border-radius:8px;background-color:#111;box-shadow:0 1px 3px rgba(0,0,0,.3)}.add-open-roles-container .accordion .accordion-header{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;background-color:#222;border-bottom:1px solid #333;cursor:pointer}.add-open-roles-container .accordion .accordion-header h2{margin:0;font-size:16px;font-weight:600;color:#fff}.add-open-roles-container .accordion .accordion-header .arrow{transition:transform .2s ease;color:#666}.add-open-roles-container .accordion .accordion-header .arrow.open{transform:rotate(180deg)}.add-open-roles-container .accordion .accordion-header:hover{background-color:#333}.add-open-roles-container .filters{display:flex;grid-gap:12px;gap:12px;margin-bottom:20px;flex-wrap:wrap;padding:15px}.add-open-roles-container .filters input{flex:1 1;min-width:200px;padding:8px 12px;border:1px solid #333;border-radius:6px;background-color:#222;color:#fff;font-size:14px}.add-open-roles-container .filters input::placeholder{color:#666}.add-open-roles-container .filters input:focus{outline:none;border-color:var(--theme-color)}.add-open-roles-container .table-container{overflow-x:auto;margin-top:20px;background:#111;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.3)}.add-open-roles-container .table-container table{width:100%;border-collapse:collapse;margin:0}.add-open-roles-container .table-container table td,.add-open-roles-container .table-container table th{padding:8px 12px;text-align:left;border-bottom:1px solid #333;font-size:13px;color:#fff}.add-open-roles-container .table-container table th{font-size:11px;text-transform:uppercase;color:#666;font-weight:500;padding-top:12px;padding-bottom:12px;background-color:#111;white-space:nowrap}.add-open-roles-container .table-container table tr:hover{background-color:#222}.add-open-roles-container .table-container table .action-buttons{display:flex;grid-gap:8px;gap:8px;align-items:center}.add-open-roles-container .table-container table .action-buttons button{padding:6px 12px;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:all .2s ease}.add-open-roles-container .table-container table .action-buttons button.edit-btn{background-color:var(--theme-color);color:#000}.add-open-roles-container .table-container table .action-buttons button.edit-btn:hover{opacity:.9}.add-open-roles-container .table-container table .action-buttons button.delete-btn{background-color:#dc3545;color:#fff}.add-open-roles-container .table-container table .action-buttons button.delete-btn:hover{background-color:#c82333}.add-open-roles-container .table-container table .download-test,.add-open-roles-container .table-container table .view-link{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500;background-color:var(--theme-color);color:#000;border:none;cursor:pointer;transition:all .2s ease}.add-open-roles-container .table-container table .download-test:hover,.add-open-roles-container .table-container table .view-link:hover{opacity:.9}.add-open-roles-container .add-open-roles-form{display:flex;flex-direction:column;grid-gap:20px;gap:20px;max-width:800px;margin:0 auto}.add-open-roles-container .add-open-roles-form .form-row{display:flex;grid-gap:20px;gap:20px;margin-bottom:20px}.add-open-roles-container .add-open-roles-form .form-row .form-group{flex:1 1;min-width:0}.add-open-roles-container .add-open-roles-form .form-row .form-group label{display:block;margin-bottom:8px;font-weight:500;color:#fff}.add-open-roles-container .add-open-roles-form .form-row .form-group input,.add-open-roles-container .add-open-roles-form .form-row .form-group select,.add-open-roles-container .add-open-roles-form .form-row .form-group textarea{width:100%;padding:8px 12px;border:1px solid #333;border-radius:6px;background-color:#222;color:#fff;font-size:14px;transition:border-color .2s ease}.add-open-roles-container .add-open-roles-form .form-row .form-group input:focus,.add-open-roles-container .add-open-roles-form .form-row .form-group select:focus,.add-open-roles-container .add-open-roles-form .form-row .form-group textarea:focus{outline:none;border-color:var(--theme-color)}.add-open-roles-container .add-open-roles-form .form-row .form-group input::placeholder,.add-open-roles-container .add-open-roles-form .form-row .form-group select::placeholder,.add-open-roles-container .add-open-roles-form .form-row .form-group textarea::placeholder{color:#666}.add-open-roles-container .add-open-roles-form .form-row .form-group input:disabled,.add-open-roles-container .add-open-roles-form .form-row .form-group select:disabled,.add-open-roles-container .add-open-roles-form .form-row .form-group textarea:disabled{background-color:#111;color:#555;cursor:not-allowed;opacity:.6}.add-open-roles-container .add-open-roles-form .form-row .form-group textarea{min-height:150px;font-family:inherit;line-height:1.5;resize:vertical}.add-open-roles-container .add-open-roles-form .form-actions{display:flex;justify-content:flex-end;grid-gap:10px;gap:10px;margin-top:20px}.add-open-roles-container .add-open-roles-form .form-actions button{padding:10px 20px;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.add-open-roles-container .add-open-roles-form .form-actions button.cancel-btn{background-color:#6c757d;color:#fff}.add-open-roles-container .add-open-roles-form .form-actions button.cancel-btn:hover{background-color:#5a6268}.add-open-roles-container .add-open-roles-form .form-actions button.submit-btn{background-color:var(--theme-color);color:#000}.add-open-roles-container .add-open-roles-form .form-actions button.submit-btn:hover{opacity:.9}.add-open-roles-container .button-row .action-buttons{display:flex;grid-gap:1rem;gap:1rem;align-items:center;margin-top:.5rem;width:100%}.add-open-roles-container .button-row .action-buttons .upload-button,.add-open-roles-container .button-row .action-buttons button{flex:0 1 180px;max-width:200px;min-width:0;height:40px;display:flex;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color:#222;color:#fff;border:1px solid #333}.add-open-roles-container .button-row .action-buttons .upload-button:disabled,.add-open-roles-container .button-row .action-buttons button:disabled{opacity:.2;cursor:not-allowed}.add-open-roles-container .button-row .action-buttons .upload-button{position:relative;display:flex;align-items:center;grid-gap:8px;gap:8px;background-color:var(--theme-color);color:#000;border:none}.add-open-roles-container .button-row .action-buttons .upload-button:hover{opacity:.9}.add-open-roles-container .button-row .action-buttons .upload-button.disabled{opacity:.2;cursor:not-allowed;pointer-events:none}.add-open-roles-container .button-row .action-buttons .upload-button .spinner{position:absolute;right:8px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.add-open-roles-container .button-row .action-buttons .upload-button .spinner .spinner-inner{width:20px;height:20px;border:2px solid #f3f3f3;border-top:3px solid #666;border-radius:50%;animation:spin 1s linear infinite}.add-open-roles-container .button-row .action-buttons .download-button,.add-open-roles-container .button-row .action-buttons .submit-button{background-color:var(--theme-color);color:#000;border:none;flex:0 1 180px;max-width:200px;min-width:0;height:40px;display:flex;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.add-open-roles-container .button-row .action-buttons .download-button.disabled,.add-open-roles-container .button-row .action-buttons .download-button:disabled,.add-open-roles-container .button-row .action-buttons .submit-button.disabled,.add-open-roles-container .button-row .action-buttons .submit-button:disabled{opacity:.2;cursor:not-allowed;pointer-events:none}.add-open-roles-container .button-row .action-buttons .download-button:hover:not(:disabled):not(.disabled),.add-open-roles-container .button-row .action-buttons .submit-button:hover:not(:disabled):not(.disabled){opacity:.9}.add-open-roles-container .button-row .action-buttons .download-button.disabled:hover,.add-open-roles-container .button-row .action-buttons .download-button:hover:disabled,.add-open-roles-container .button-row .action-buttons .submit-button.disabled:hover,.add-open-roles-container .button-row .action-buttons .submit-button:hover:disabled{opacity:.2;cursor:not-allowed}.modal-body .jd-input-section,.modal-body .jd-output-section{margin-bottom:20px;max-width:800px;margin-left:auto;margin-right:auto}.modal-body .jd-input-section h3,.modal-body .jd-output-section h3{font-size:16px;font-weight:600;margin-bottom:15px;color:#333}.modal-body .jd-input-section .input-group,.modal-body .jd-output-section .input-group{margin-bottom:15px}.modal-body .jd-input-section .input-group label,.modal-body .jd-output-section .input-group label{display:block;margin-bottom:5px;font-weight:500}.modal-body .jd-input-section .input-group textarea,.modal-body .jd-output-section .input-group textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px;line-height:1.5;resize:vertical;min-height:80px;font-family:inherit;color:#999}.modal-body .jd-input-section .input-group textarea:focus,.modal-body .jd-output-section .input-group textarea:focus{outline:none;border-color:var(--theme-color)}.modal-body .jd-input-section .input-group textarea::placeholder,.modal-body .jd-output-section .input-group textarea::placeholder{color:#999}.modal-body .jd-output-section textarea{min-height:240px;width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px;line-height:1.5;resize:vertical;font-family:inherit}.modal-body .jd-output-section textarea:focus{outline:none;border-color:var(--theme-color)}.modal-body .jd-output-section textarea::placeholder{color:#999}.modal-footer .modal-button{padding:8px 16px;border:1px solid #ddd;background-color:#f5f5f5;color:#000;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;min-width:100px}.modal-footer .modal-button:hover:not(:disabled){background-color:#e5e5e5}.modal-footer .modal-button:disabled{opacity:.5;cursor:not-allowed}.modal-footer .modal-button.primary{background-color:var(--theme-color);color:#000;border-color:var(--theme-color)}.modal-footer .modal-button.primary:hover:not(:disabled){opacity:.5}.pdf-icon{display:none}.add-candidate-container{min-height:100vh;background-color:#000;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#fff;padding:20px}.add-candidate-container .panel{background-color:#111;border-radius:8px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.3);margin-bottom:24px}.add-candidate-container .panel h1{font-size:24px;font-weight:600;color:#fff;margin:0 0 24px}.add-candidate-container .panel h2{font-size:18px;font-weight:600;color:#fff;margin:0}.add-candidate-container .panel h3{font-size:14px;color:#666;margin:0 0 12px}.add-candidate-container .panel h4{font-size:12px;color:#666;margin:0 0 8px}.add-candidate-container .accordion{margin-bottom:24px;border:1px solid #333;border-radius:8px;background-color:#111;box-shadow:0 1px 3px rgba(0,0,0,.3)}.add-candidate-container .accordion .accordion-header{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;background-color:#222;border-bottom:1px solid #333;cursor:pointer}.add-candidate-container .accordion .accordion-header h2{margin:0;font-size:16px;font-weight:600;color:#fff}.add-candidate-container .accordion .accordion-header .arrow{transition:transform .2s ease;color:#666}.add-candidate-container .accordion .accordion-header .arrow.open{transform:rotate(180deg)}.add-candidate-container .accordion .accordion-header:hover{background-color:#333}.add-candidate-container .filters{display:flex;grid-gap:12px;gap:12px;margin-bottom:20px;flex-wrap:wrap;padding:15px}.add-candidate-container .filters input{flex:1 1;min-width:200px;padding:8px 12px;border:1px solid #333;border-radius:6px;background-color:#222;color:#fff;font-size:14px}.add-candidate-container .filters input::placeholder{color:#666}.add-candidate-container .filters input:focus{outline:none;border-color:var(--theme-color)}.add-candidate-container .table-container{overflow-x:auto;margin:0 -24px;padding:0 24px}.add-candidate-container .table-container table{width:100%;border-collapse:collapse;color:#fff}.add-candidate-container .table-container table td,.add-candidate-container .table-container table th{padding:8px 12px;text-align:left;border-bottom:1px solid #333;white-space:nowrap}.add-candidate-container .table-container table th{font-size:11px;text-transform:uppercase;color:#666;font-weight:500;padding-top:12px;padding-bottom:12px}.add-candidate-container .table-container table td{font-size:13px;color:#fff;padding-top:8px;padding-bottom:8px}.add-candidate-container .table-container table tbody tr:hover{background-color:#222}.add-candidate-container .table-container table .status-badge{display:inline-block;padding:3px 6px;border-radius:4px;font-size:11px;font-weight:500;text-transform:uppercase}.add-candidate-container .table-container table .status-badge.active{background-color:rgba(40,167,69,.2);color:#28a745}.add-candidate-container .table-container table .status-badge.pending{background-color:rgba(255,193,7,.2);color:#ffc107}.add-candidate-container .table-container table .status-badge.inactive{background-color:rgba(108,117,125,.2);color:#6c757d}.add-candidate-container .table-container table .cv-link,.add-candidate-container .table-container table .download-test,.add-candidate-container .table-container table .jd-link,.add-candidate-container .table-container table .view-match-score,.add-candidate-container .table-container table .view-test-answers,.add-candidate-container .table-container table .view-test-score{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500;background-color:var(--theme-color);color:#000;border:none;cursor:pointer;transition:all .2s ease}.add-candidate-container .table-container table .cv-link:hover,.add-candidate-container .table-container table .download-test:hover,.add-candidate-container .table-container table .jd-link:hover,.add-candidate-container .table-container table .view-match-score:hover,.add-candidate-container .table-container table .view-test-answers:hover,.add-candidate-container .table-container table .view-test-score:hover{opacity:.9}.add-candidate-container .add-candidate-form{padding:15px;background-color:#111;border-radius:4px}.add-candidate-container .add-candidate-form .form-row{display:flex;grid-gap:15px;gap:15px;margin-bottom:15px;align-items:flex-start}.add-candidate-container .add-candidate-form .form-row .form-group{flex:1 1;min-width:0}.add-candidate-container .add-candidate-form .form-row .form-group.full-width{flex:0 0 100%}.add-candidate-container .add-candidate-form .form-row .form-group label{display:block;margin-bottom:5px;font-size:14px;font-weight:500;color:#fff}.add-candidate-container .add-candidate-form .form-row .form-group input,.add-candidate-container .add-candidate-form .form-row .form-group select,.add-candidate-container .add-candidate-form .form-row .form-group textarea{width:100%;padding:8px 12px;border:1px solid #333;border-radius:6px;background-color:#222;color:#fff;font-size:14px;line-height:1.5;transition:border-color .2s ease}.add-candidate-container .add-candidate-form .form-row .form-group input:focus,.add-candidate-container .add-candidate-form .form-row .form-group select:focus,.add-candidate-container .add-candidate-form .form-row .form-group textarea:focus{outline:none;border-color:var(--theme-color)}.add-candidate-container .add-candidate-form .form-row .form-group input:disabled,.add-candidate-container .add-candidate-form .form-row .form-group select:disabled,.add-candidate-container .add-candidate-form .form-row .form-group textarea:disabled{background-color:#333;cursor:not-allowed}.add-candidate-container .add-candidate-form .form-row .form-group input::placeholder,.add-candidate-container .add-candidate-form .form-row .form-group select::placeholder,.add-candidate-container .add-candidate-form .form-row .form-group textarea::placeholder{color:#666}.add-candidate-container .add-candidate-form .form-row .form-group textarea{resize:vertical;min-height:80px}.add-candidate-container .add-candidate-form .form-row .form-group .submit-button{background-color:var(--theme-color);color:#000;padding:8px 16px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;height:38px;margin-top:24px}.add-candidate-container .add-candidate-form .form-row .form-group .submit-button:hover{opacity:.9}.add-candidate-container .add-candidate-form .form-row .form-group .submit-button:disabled{background-color:#666;cursor:not-allowed}.add-candidate-container .toggle-container{padding:15px;border-top:1px solid #333}.add-candidate-container .toggle-container .toggle-label{display:flex;align-items:center;grid-gap:10px;gap:10px;color:#fff;font-size:14px}.add-candidate-container .toggle-container .toggle-switch{position:relative;display:inline-block;width:40px;height:20px}.add-candidate-container .toggle-container .toggle-switch input{opacity:0;width:0;height:0}.add-candidate-container .toggle-container .toggle-switch input:checked+.toggle-slider{background-color:var(--theme-color)}.add-candidate-container .toggle-container .toggle-switch input:checked+.toggle-slider:before{transform:translateX(20px)}.add-candidate-container .toggle-container .toggle-switch .toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#333;transition:.4s;border-radius:20px}.add-candidate-container .toggle-container .toggle-switch .toggle-slider:before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.login-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:var(--theme-color)}.login-container h2{font-size:36px;margin-bottom:20px}.login-container form{width:300px}.login-container form div{margin-bottom:20px}.login-container form label{font-size:20px;font-weight:700}.login-container form input[type=email],.login-container form input[type=password],.login-container form input[type=text]{width:100%;padding:10px;font-size:18px}.login-container form button.register-button{width:100%;padding:10px;font-size:20px;background-color:#000;color:#fff;border:none;cursor:pointer}.error-message{color:red;font-size:18px;margin-top:10px}.oglanding-page section{padding:144px 0;position:relative;z-index:1}.oglanding-page section .title{font-size:72px;font-weight:700}@media screen and (max-width:1200px){.oglanding-page section{padding:132px 0}.oglanding-page section .title{font-size:66px}}@media screen and (max-width:992px){.oglanding-page section{padding:120px 0}.oglanding-page section .title{font-size:60px}}@media screen and (max-width:768px){.oglanding-page section{padding:108px 0}.oglanding-page section .title{font-size:54px}}@media screen and (max-width:576px){.oglanding-page section{padding:96px 0}.oglanding-page section .title{font-size:48px}}.oglanding-page .launch-section{background-color:var(--theme-color)}.oglanding-page .launch-section img.infinite{position:absolute;width:40%;max-width:520px;left:10%;top:-40px;z-index:-1}@media screen and (max-width:576px){.oglanding-page .launch-section img.infinite{display:none}}.oglanding-page .launch-section img.rect{position:absolute;width:40%;height:200px;max-width:460px;min-width:400px;left:0;bottom:80px;z-index:-1}@media screen and (max-width:576px){.oglanding-page .launch-section img.rect{display:none}}.oglanding-page .launch-section .container{display:flex;align-items:center;grid-gap:54px;gap:54px}@media screen and (max-width:992px){.oglanding-page .launch-section .container{flex-direction:column}}.oglanding-page .launch-section .container .left{width:0;flex-grow:1}@media screen and (max-width:992px){.oglanding-page .launch-section .container .left{width:100%}}.oglanding-page .launch-section .container .left img{width:80%;max-width:460px}.oglanding-page .launch-section .container .right{width:0;flex-grow:1;display:flex;flex-direction:column;align-items:flex-start}@media screen and (max-width:992px){.oglanding-page .launch-section .container .right{width:100%}}.oglanding-page .launch-section .container .right .description{font-size:24px;padding-top:28px}@media screen and (max-width:992px){.oglanding-page .launch-section .container .right .description{font-size:18px}}.oglanding-page .launch-section .container .right pre{font-size:24px;font-weight:700;background-color:#85ffda;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word;margin:36px 0 42px;padding:2px 6px}.oglanding-page .launch-section .container .right a{display:block;padding:14px 40px;background-color:#000;color:#fff;font-weight:700;font-size:22px;border-radius:70px}@media screen and (max-width:576px){.oglanding-page .launch-section .container .right a{width:100%;text-align:center}}.oglanding-page .with-rayze-section{background-color:#000;color:#fff}.oglanding-page .with-rayze-section .container .top{display:flex;justify-content:space-between;grid-gap:40px;gap:40px}.oglanding-page .with-rayze-section .container .top .left{padding-top:90px;display:flex;flex-direction:column;align-items:center}.oglanding-page .with-rayze-section .container .top .left img{width:200px;margin-left:40px}@media screen and (max-width:992px){.oglanding-page .with-rayze-section .container .top .left img{width:180px}}@media screen and (max-width:768px){.oglanding-page .with-rayze-section .container .top .left img{width:160px}}.oglanding-page .with-rayze-section .container .top .left pre{margin:20px 0}.oglanding-page .with-rayze-section .container .top .right{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.oglanding-page .with-rayze-section .container .top .right p{width:96%;max-width:570px;font-size:24px}@media screen and (max-width:992px){.oglanding-page .with-rayze-section .container .top .right p{font-size:20px}}.oglanding-page .with-rayze-section .container .top .right .title{width:100%;max-width:650px;color:var(--theme-color)}@media screen and (max-width:992px){.oglanding-page .with-rayze-section .container .top{flex-direction:column}.oglanding-page .with-rayze-section .container .top .left{order:2;padding-top:20px;align-items:flex-start}.oglanding-page .with-rayze-section .container .top .right{order:1;text-align:left;align-items:flex-start}}.oglanding-page .with-rayze-section .container .bottom{display:flex;justify-content:space-between;margin-top:60px;grid-gap:32px;gap:32px}.oglanding-page .with-rayze-section .container .bottom>div{width:250px}.oglanding-page .with-rayze-section .container .bottom>div h4{color:var(--theme-color);font-size:36px;margin:24px 0}.oglanding-page .with-rayze-section .container .bottom>div p{font-size:20px;margin:0}@media screen and (max-width:768px){.oglanding-page .with-rayze-section .container .bottom{flex-direction:column;margin-top:30px}}.oglanding-page .launch-steps-section{background-color:#fff}.oglanding-page .launch-steps-section .arc{height:70vw;max-height:110%;position:absolute;left:0;z-index:-1;bottom:-10%}.oglanding-page .launch-steps-section .container{display:flex;flex-direction:column;grid-gap:66px;gap:66px;align-items:flex-end}.oglanding-page .launch-steps-section .container .title{width:100%;max-width:630px;text-align:right}.oglanding-page .launch-steps-section .container .steps{width:100%;display:flex;justify-content:space-between;grid-gap:54px;gap:54px}@media screen and (max-width:992px){.oglanding-page .launch-steps-section .container .steps{grid-gap:36px;gap:36px}}.oglanding-page .launch-steps-section .container .steps .step{max-width:230px;display:flex;flex-direction:column;grid-gap:8px;gap:8px}.oglanding-page .launch-steps-section .container .steps .step h4{font-size:36px;color:var(--theme-color);margin:0}.oglanding-page .launch-steps-section .container .steps .step p{font-size:24px;margin:0 0 auto}@media screen and (max-width:992px){.oglanding-page .launch-steps-section .container .steps .step p{font-size:20px}}.oglanding-page .launch-steps-section .container .steps .step img{width:72px;margin-top:12px}.oglanding-page .launch-steps-section .container .steps .line{width:1px;background-color:#000;margin-top:18px;border:none}@media screen and (max-width:768px){.oglanding-page .launch-steps-section .container .title{width:100%;max-width:2000px;text-align:left}.oglanding-page .launch-steps-section .container .steps{flex-direction:column;align-items:center}.oglanding-page .launch-steps-section .container .steps .line{width:200px;height:1px}.oglanding-page .launch-steps-section .container .steps .step{max-width:80%;align-items:center}.oglanding-page .launch-steps-section .container .steps .step p{text-align:center}}.oglanding-page .insentive-section{background-color:#000;color:#fff}.oglanding-page .insentive-section .container{display:flex;grid-gap:66px;gap:66px;flex-direction:column}.oglanding-page .insentive-section .container .title{width:100%;max-width:700px}.oglanding-page .insentive-section .container .steps{display:flex;justify-content:space-between;grid-gap:54px;gap:54px}@media screen and (max-width:992px){.oglanding-page .insentive-section .container .steps{grid-gap:36px;gap:36px;flex-direction:column}}.oglanding-page .insentive-section .container .steps .step{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.oglanding-page .insentive-section .container .steps .step h4{font-size:24px;color:var(--theme-color);margin:0}.oglanding-page .insentive-section .container .steps .step p{font-size:22px;margin:0 0 auto}@media screen and (max-width:992px){.oglanding-page .insentive-section .container .steps .step p{font-size:18px}}.oglanding-page .insentive-section .container .steps .step img{width:72px;margin-top:12px}.oglanding-page .insentive-section .container .steps .line{width:1px;background-color:#fff;margin-top:18px;border:none}@media screen and (max-width:992px){.oglanding-page .insentive-section .container .steps .line{width:200px;height:1px;margin:0}}.oglanding-page .insentive-section .container a{padding:14px 50px;border-radius:100px;background-color:var(--theme-color);color:#000;margin:auto;text-align:center;font-weight:700}.oglanding-page .insentive-section .container a:hover{opacity:.8}@media screen and (max-width:576px){.oglanding-page .insentive-section .container a{width:100%}}.oglanding-page .features-section{background-color:#d0ff00}.oglanding-page .features-section .container{display:flex;grid-gap:66px;gap:66px;flex-direction:column}.oglanding-page .features-section .container .title{width:100%;text-align:right}@media screen and (max-width:992px){.oglanding-page .features-section .container .title{text-align:left}}.oglanding-page .features-section .container .steps{display:flex;justify-content:space-between;grid-gap:48px;gap:48px}@media screen and (max-width:1200px){.oglanding-page .features-section .container .steps{grid-gap:32px;gap:32px}}@media screen and (max-width:992px){.oglanding-page .features-section .container .steps{flex-direction:column}}.oglanding-page .features-section .container .steps .step{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.oglanding-page .features-section .container .steps .step h4{font-size:24px;margin:0}.oglanding-page .features-section .container .steps .step p{font-size:20px;margin:0 0 auto}@media screen and (max-width:992px){.oglanding-page .features-section .container .steps .step p{font-size:18px}}.oglanding-page .features-section .container .steps .step img{width:72px;margin-top:12px}.oglanding-page .features-section .container .steps .line{width:1px;background-color:#000;margin-top:18px;border:none}@media screen and (max-width:992px){.oglanding-page .features-section .container .steps .line{width:200px;height:1px;margin:0}}.oglanding-page .features-section .container a{padding:14px 50px;border-radius:100px;background-color:#fff;color:#000;margin:auto;text-align:center;font-weight:700}.oglanding-page .features-section .container a:hover{opacity:.9}@media screen and (max-width:576px){.oglanding-page .features-section .container a{width:100%}}.oglanding-page .community-section{background-color:#fff}.oglanding-page .community-section .circle{position:absolute;right:0;top:400px;z-index:-1}@media screen and (max-width:768px){.oglanding-page .community-section .circle{height:150px}}.oglanding-page .community-section .container{display:flex;flex-direction:column;grid-gap:80px;gap:80px;align-items:center}.oglanding-page .community-section .container .title{text-align:center}.oglanding-page .community-section .container a{text-decoration:none;padding:14px 50px;border-radius:100px;text-align:center;background-color:var(--theme-color);color:#000}@media screen and (max-width:576px){.oglanding-page .community-section .container a{width:100%}}.document{display:flex;flex-grow:1;background-color:#d3d3d3;padding:36px 0}@media screen and (max-width:576px){.document{background-color:#fff}}.document .container{display:flex}.document .content{background-color:#fff;border-radius:4px;box-shadow:0 0 3px 0 grey;padding:72px;max-width:860px;margin:auto}@media screen and (max-width:768px){.document .content{padding:54px}}@media screen and (max-width:576px){.document .content{padding:0;box-shadow:none}}.document .content h1{margin:12px 0 36px}.document .content h4{margin:38px 0 18px}.document .content p{line-height:24px}.document .content ul{margin:26px 0}.document .content ul li{line-height:28px}.document .content ul.order-number{list-style:decimal}.document .content span.link{color:#1a73e8}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:18px;gap:18px;margin:auto;flex-grow:1;width:100%;background:#f7f6f6}.not-found .up{font-size:72px;font-weight:700}.not-found .down{font-size:24px;font-weight:700}.dashboard{display:flex;flex-direction:column}.dashboard .banner{background-color:var(--theme-color)}.dashboard .banner .container{padding:120px 0}.dashboard .banner .container .title{font-size:72px;font-weight:700}@media screen and (max-width:1200px){.dashboard .banner .container{padding:110px 0}.dashboard .banner .container .title{font-size:66px}}@media screen and (max-width:992px){.dashboard .banner .container{padding:100px 0}.dashboard .banner .container .title{font-size:60px}}@media screen and (max-width:768px){.dashboard .banner .container{padding:90px 0}.dashboard .banner .container .title{font-size:54px}}@media screen and (max-width:576px){.dashboard .banner .container{padding:80px 0}.dashboard .banner .container .title{font-size:48px}}.dashboard .banner .container .breadcrumbs{display:flex;grid-gap:8px;gap:8px;flex-wrap:wrap;margin-top:16px;margin-bottom:70px}@media screen and (max-width:1200px){.dashboard .banner .container .breadcrumbs{margin-bottom:60px}}@media screen and (max-width:768px){.dashboard .banner .container .breadcrumbs{margin-bottom:50px}}.dashboard .dashboard-info{background-color:#000;position:relative}.dashboard .dashboard-info .circld1{position:absolute;height:180px;right:0;top:-120px}@media screen and (max-width:768px){.dashboard .dashboard-info .circld1{height:150px;top:-100px}}.dashboard .dashboard-info .container{display:flex;justify-content:space-between;padding:64px 0;color:#fff}.dashboard .dashboard-info .container .line{width:1px;height:auto;background-color:#fff}.dashboard .dashboard-info .container .info-item{display:flex;flex-direction:column;align-items:center;font-size:72px;grid-gap:12px;gap:12px}.dashboard .dashboard-info .container .info-item p{font-size:20px;text-align:center;margin:0}.dashboard .dashboard-info .container .info-item p.width1{width:110px}.dashboard .dashboard-info .container .info-item p.width2{width:50px}.dashboard .dashboard-info .container .info-item>div{font-size:72px;font-family:"DM Mono",monospace}@media screen and (max-width:768px){.dashboard .dashboard-info .container{flex-direction:column;align-items:center;grid-gap:36px;gap:36px}.dashboard .dashboard-info .container .line{height:1px;width:200px}.dashboard .dashboard-info .container p{width:100%}}.dashboard section{padding:96px 0}.dashboard section .title{font-size:36px;font-weight:700;padding:54px 0}@media screen and (max-width:1200px){.dashboard section{padding:84px 0}}@media screen and (max-width:992px){.dashboard section{padding:78px 0}}@media screen and (max-width:768px){.dashboard section{padding:72px 0}.dashboard section .title{padding:48px 0}}@media screen and (max-width:576px){.dashboard section{padding:66px 0}}.dashboard .your-collections .table{padding-bottom:24px}@media screen and (max-width:992px){.dashboard .your-collections .table{overflow-x:scroll}}table.collection-table{min-width:100%;width:960px;border-collapse:collapse;border:1px solid #828282}table.collection-table th{border:1px solid #828282;background-color:var(--theme-color);padding:24px 12px}table.collection-table td{text-align:center;border:1px solid #828282;padding:16px 12px}table.collection-table td button{font-size:16px;font-weight:700;text-decoration:underline;background-color:transparent}table.collection-table td .collection-name{display:flex;font-weight:700;grid-gap:12px;gap:12px;align-items:center;justify-content:center}table.collection-table td .collection-name .collection-image{width:36px;height:36px;background-color:grey;border-radius:50%}.drop-rewards{padding:36px 0!important}.drop-rewards h3{margin:12px 0}.drop-rewards p{margin:8px 0}.drop-rewards p a{color:var(--theme-color);text-decoration:underline}.drop-rewards .drop-reward-form{display:flex;justify-content:center;align-items:center;grid-gap:72px;gap:72px;padding:42px 0 56px}@media screen and (max-width:992px){.drop-rewards .drop-reward-form{grid-gap:48px;gap:48px}}@media screen and (max-width:768px){.drop-rewards .drop-reward-form{flex-direction:column;grid-gap:24px;gap:24px;padding:36px 0}}.drop-rewards .drop-reward-form>div{width:40%;flex-grow:1;max-width:460px}@media screen and (max-width:1400px){.drop-rewards .drop-reward-form>div{max-width:440px}}@media screen and (max-width:1200px){.drop-rewards .drop-reward-form>div{max-width:360px}}@media screen and (max-width:992px){.drop-rewards .drop-reward-form>div{max-width:336px}}@media screen and (max-width:768px){.drop-rewards .drop-reward-form>div{width:100%;max-width:360px}}.drop-rewards .drop-reward-form .address-list{border:2px solid #828282;height:150px;padding:8px 6px 8px 8px;display:flex;flex-direction:column}.drop-rewards .drop-reward-form .address-list .content{flex-grow:1;padding-right:12px;display:flex;flex-wrap:wrap;grid-gap:6px;gap:6px;overflow-y:scroll}.drop-rewards .drop-reward-form .address-list .content>div{background-color:hsla(0,0%,51%,.2);color:#828282;padding:4px 6px}.drop-rewards .drop-reward-form .reward-option h3{margin:0 0 18px}.drop-rewards .drop-reward-form .reward-option .input-group{display:flex;grid-gap:16px;gap:16px}@media screen and (max-width:768px){.drop-rewards .drop-reward-form .reward-option .input-group{flex-direction:column}}.drop-rewards .drop-reward-form .reward-option .input-group .input-wrapper{font-size:16px;color:#828282;border-bottom:1px solid #828282;flex-grow:1;position:relative}.drop-rewards .drop-reward-form .reward-option .input-group .input-wrapper:after{content:"$BULLC";position:absolute;right:0;z-index:5;bottom:12px;background-color:#fff}.drop-rewards .drop-reward-form .reward-option .input-group .input-wrapper input{padding:12px 0;border:none;outline:none;width:100%;font-size:16px;color:#828282}.drop-rewards .drop-reward-form .reward-option .input-group button{padding:0 48px;background-color:var(--theme-color);font-size:16px;border-radius:100px;height:45px}.drop-rewards .drop-reward-form .reward-option .input-group button:hover{opacity:.9}.drop-rewards .upload-option{display:flex;flex-direction:column;grid-gap:36px;gap:36px;width:100%;max-width:500px;margin:auto}.drop-rewards .upload-option .upload-form{display:flex;justify-content:space-between;border:1px dashed #828282;padding:25px 35px;margin-top:50px;position:relative}@media screen and (max-width:576px){.drop-rewards .upload-option .upload-form{flex-direction:column;align-items:center;grid-gap:36px;gap:36px}.drop-rewards .upload-option .upload-form .left,.drop-rewards .upload-option .upload-form button{width:210px}}.drop-rewards .upload-option .upload-form input{display:none}.drop-rewards .upload-option .upload-form .left{display:flex;grid-gap:12px;gap:12px}.drop-rewards .upload-option .upload-form .left div{color:#828282;line-height:24px}.drop-rewards .upload-option .upload-form .left div p{font-weight:500;font-size:larger;margin:0 0 2px;font-size:16px}.drop-rewards .upload-option .upload-form button{padding:16px 28px;border:1px solid #000;border-radius:100px;background-color:transparent;font-weight:500}.drop-rewards .upload-option .upload-form button:hover{background-color:#eee}.drop-rewards .upload-option .upload-form .drop-file-element{position:absolute;width:100%;height:100%;left:0;top:0;background-color:#eee;display:flex;justify-content:center;align-items:center;color:#828282;font-size:16px;font-weight:700}.holder-wallets .table-wrapper{padding-bottom:16px}@media screen and (max-width:768px){.holder-wallets .table-wrapper{overflow-x:scroll}}.holder-wallets table{min-width:100%;width:720px;border-collapse:collapse;border:1px solid #828282}.holder-wallets table th{border:1px solid #828282;background-color:var(--theme-color);padding:24px 12px}.holder-wallets table td{text-align:center;border:1px solid #828282;padding:16px 12px}.holder-wallets table td.bold{font-weight:700}.holder-wallets .button-wrapper{display:flex;justify-content:center}.holder-wallets .button-wrapper button{padding:16px 42px;background-color:var(--theme-color);color:#000;border-radius:100px;font-weight:700;margin:56px auto}.holder-wallets .button-wrapper button:hover{opacity:.9}.team-page section{padding:60px 0;position:relative;z-index:1}.team-page section .title{font-size:72px}@media screen and (max-width:1200px){.team-page section{padding:60px 0}.team-page section .title{font-size:66px}}@media screen and (max-width:992px){.team-page section{padding:60px 0}.team-page section .title{font-size:60px}}@media screen and (max-width:768px){.team-page section{padding:60px 0}.team-page section .title{font-size:54px}}@media screen and (max-width:576px){.team-page section{padding:60px 0}.team-page section .title{font-size:48px}}.team-page .launch-section{background-color:var(--theme-color)}.team-page .launch-section img.infinite{position:absolute;width:40%;max-width:520px;left:10%;top:-40px;z-index:-1}@media screen and (max-width:576px){.team-page .launch-section img.infinite{display:none}}.team-page .launch-section img.rect{position:absolute;width:40%;height:200px;max-width:460px;min-width:400px;left:0;bottom:80px;z-index:-1}@media screen and (max-width:576px){.team-page .launch-section img.rect{display:none}}.team-page .launch-section .container{display:flex;align-items:center;grid-gap:54px;gap:54px}@media screen and (max-width:992px){.team-page .launch-section .container{flex-direction:column}}.team-page .launch-section .container .left{width:0;flex-grow:1}@media screen and (max-width:992px){.team-page .launch-section .container .left{width:100%}}.team-page .launch-section .container .left img{width:80%;max-width:460px}.team-page .launch-section .container .right{width:0;flex-grow:1;display:flex;flex-direction:column;align-items:flex-start}@media screen and (max-width:992px){.team-page .launch-section .container .right{width:100%}}.team-page .launch-section .container .right .description{font-size:24px;padding-top:28px}@media screen and (max-width:992px){.team-page .launch-section .container .right .description{font-size:18px}}.team-page .launch-section .container .right pre{font-size:24px;font-weight:700;background-color:#85ffda;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word;margin:36px 0 42px;padding:2px 6px}.team-page .launch-section .container .right a{display:block;padding:14px 40px;background-color:#000;color:#fff;font-weight:700;font-size:22px;border-radius:70px}@media screen and (max-width:576px){.team-page .launch-section .container .right a{width:100%;text-align:center}}.team-page .with-rayze-section{background-color:#000;color:#fff}.team-page .with-rayze-section .container .top{display:flex;justify-content:space-between;grid-gap:40px;gap:40px;font-size:25px;flex-direction:column;align-items:left}.team-page .with-rayze-section .container .top .left{display:flex;flex-direction:column;align-items:center}.team-page .with-rayze-section .container .top .left img{width:200px;margin-left:40px}@media screen and (max-width:992px){.team-page .with-rayze-section .container .top .left img{width:180px}}@media screen and (max-width:768px){.team-page .with-rayze-section .container .top .left img{width:160px}}.team-page .with-rayze-section .container .top .left pre{margin:20px 0}.team-page .with-rayze-section .container .top .right{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.team-page .with-rayze-section .container .top .right p{width:96%;max-width:570px;font-size:24px}@media screen and (max-width:992px){.team-page .with-rayze-section .container .top .right p{font-size:20px}}.team-page .with-rayze-section .container .top .right .title{width:100%;max-width:650px;color:var(--theme-color)}@media screen and (max-width:992px){.team-page .with-rayze-section .container .top{flex-direction:column}.team-page .with-rayze-section .container .top .left{order:2;padding-top:20px;align-items:flex-start}.team-page .with-rayze-section .container .top .right{order:1;text-align:left;align-items:flex-start}}.team-page .with-rayze-section .container .bottom{display:flex;justify-content:space-between;margin-top:60px;grid-gap:32px;gap:32px}.team-page .with-rayze-section .container .bottom>div{width:250px}.team-page .with-rayze-section .container .bottom>div h4{color:var(--theme-color);font-size:36px;margin:24px 0}.team-page .with-rayze-section .container .bottom>div p{font-size:20px;margin:0}@media screen and (max-width:768px){.team-page .with-rayze-section .container .bottom{flex-direction:column;margin-top:30px}}.team-page .launch-steps-section{background-color:#fff}.team-page .launch-steps-section .arc{height:70vw;max-height:110%;position:absolute;left:0;z-index:-1;bottom:-10%}.team-page .launch-steps-section .container{display:flex;flex-direction:column;grid-gap:66px;gap:66px;align-items:flex-end}.team-page .launch-steps-section .container .title{width:100%;max-width:630px;text-align:right}.team-page .launch-steps-section .container .steps{width:100%;display:flex;justify-content:space-between;grid-gap:54px;gap:54px}@media screen and (max-width:992px){.team-page .launch-steps-section .container .steps{grid-gap:36px;gap:36px}}.team-page .launch-steps-section .container .steps .step{max-width:230px;display:flex;flex-direction:column;grid-gap:8px;gap:8px}.team-page .launch-steps-section .container .steps .step h4{font-size:36px;color:var(--theme-color);margin:0}.team-page .launch-steps-section .container .steps .step p{font-size:24px;margin:0 0 auto}@media screen and (max-width:992px){.team-page .launch-steps-section .container .steps .step p{font-size:20px}}.team-page .launch-steps-section .container .steps .step img{width:72px;margin-top:12px}.team-page .launch-steps-section .container .steps .line{width:1px;background-color:#000;margin-top:18px;border:none}@media screen and (max-width:768px){.team-page .launch-steps-section .container .title{width:100%;max-width:2000px;text-align:left}.team-page .launch-steps-section .container .steps{flex-direction:column;align-items:center}.team-page .launch-steps-section .container .steps .line{width:200px;height:1px}.team-page .launch-steps-section .container .steps .step{max-width:80%;align-items:center}.team-page .launch-steps-section .container .steps .step p{text-align:center}}.team-page .insentive-section{background-color:#000;color:#fff}.team-page .insentive-section .container{display:flex;grid-gap:66px;gap:66px;flex-direction:column}.team-page .insentive-section .container .title{width:100%;max-width:700px}.team-page .insentive-section .container .steps{display:flex;justify-content:space-between;grid-gap:54px;gap:54px}@media screen and (max-width:992px){.team-page .insentive-section .container .steps{grid-gap:36px;gap:36px;flex-direction:column}}.team-page .insentive-section .container .steps .step{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.team-page .insentive-section .container .steps .step h4{font-size:24px;color:var(--theme-color);margin:0}.team-page .insentive-section .container .steps .step p{font-size:22px;margin:0 0 auto}@media screen and (max-width:992px){.team-page .insentive-section .container .steps .step p{font-size:18px}}.team-page .insentive-section .container .steps .step img{width:72px;margin-top:12px}.team-page .insentive-section .container .steps .line{width:1px;background-color:#fff;margin-top:18px;border:none}@media screen and (max-width:992px){.team-page .insentive-section .container .steps .line{width:200px;height:1px;margin:0}}.team-page .insentive-section .container a{padding:14px 50px;border-radius:100px;background-color:var(--theme-color);color:#000;margin:auto;text-align:center;font-weight:700}.team-page .insentive-section .container a:hover{opacity:.8}@media screen and (max-width:576px){.team-page .insentive-section .container a{width:100%}}.team-page .features-section{background-color:#d0ff00}.team-page .features-section .container{display:flex;grid-gap:66px;gap:66px;flex-direction:column}.team-page .features-section .container .title{width:100%;text-align:right}@media screen and (max-width:992px){.team-page .features-section .container .title{text-align:left}}.team-page .features-section .container .steps{display:flex;justify-content:space-between;grid-gap:48px;gap:48px}@media screen and (max-width:1200px){.team-page .features-section .container .steps{grid-gap:32px;gap:32px}}@media screen and (max-width:992px){.team-page .features-section .container .steps{flex-direction:column}}.team-page .features-section .container .steps .step{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.team-page .features-section .container .steps .step h4{font-size:24px;margin:0}.team-page .features-section .container .steps .step p{font-size:20px;margin:0 0 auto}@media screen and (max-width:992px){.team-page .features-section .container .steps .step p{font-size:18px}}.team-page .features-section .container .steps .step img{width:72px;margin-top:12px}.team-page .features-section .container .steps .line{width:1px;background-color:#000;margin-top:18px;border:none}@media screen and (max-width:992px){.team-page .features-section .container .steps .line{width:200px;height:1px;margin:0}}.team-page .features-section .container a{padding:14px 50px;border-radius:100px;background-color:#fff;color:#000;margin:auto;text-align:center;font-weight:700}.team-page .features-section .container a:hover{opacity:.9}@media screen and (max-width:576px){.team-page .features-section .container a{width:100%}}.team-page .community-section{background-color:#fff}.team-page .community-section .circle{position:absolute;right:0;top:400px;z-index:-1}@media screen and (max-width:768px){.team-page .community-section .circle{height:150px}}.team-page .community-section .container{display:flex;flex-direction:column;grid-gap:80px;gap:80px;align-items:center}.team-page .community-section .container .title{text-align:center}.team-page .community-section .container a{text-decoration:none;padding:14px 50px;border-radius:100px;text-align:center;background-color:var(--theme-color);color:#000}@media screen and (max-width:576px){.team-page .community-section .container a{width:100%}}.accel-page section{padding:60px 0;position:relative;z-index:1}.accel-page section .title{font-size:72px}@media screen and (max-width:1200px){.accel-page section{padding:60px 0}.accel-page section .title{font-size:66px}}@media screen and (max-width:992px){.accel-page section{padding:60px 0}.accel-page section .title{font-size:60px}}@media screen and (max-width:768px){.accel-page section{padding:60px 0}.accel-page section .title{font-size:54px}}@media screen and (max-width:576px){.accel-page section{padding:60px 0}.accel-page section .title{font-size:48px}}.accel-page .launch-section{background-color:var(--theme-color)}.accel-page .launch-section img.infinite{position:absolute;width:40%;max-width:520px;left:10%;top:-40px;z-index:-1}@media screen and (max-width:576px){.accel-page .launch-section img.infinite{display:none}}.accel-page .launch-section img.rect{position:absolute;width:40%;height:200px;max-width:460px;min-width:400px;left:0;bottom:80px;z-index:-1}@media screen and (max-width:576px){.accel-page .launch-section img.rect{display:none}}.accel-page .launch-section .container{display:flex;align-items:center;grid-gap:54px;gap:54px}@media screen and (max-width:992px){.accel-page .launch-section .container{flex-direction:column}}.accel-page .launch-section .container .left{width:0;flex-grow:1}@media screen and (max-width:992px){.accel-page .launch-section .container .left{width:100%}}.accel-page .launch-section .container .left img{width:80%;max-width:460px}.accel-page .launch-section .container .right{width:0;flex-grow:1;display:flex;flex-direction:column;align-items:flex-start}@media screen and (max-width:992px){.accel-page .launch-section .container .right{width:100%}}.accel-page .launch-section .container .right .description{font-size:24px;padding-top:28px}@media screen and (max-width:992px){.accel-page .launch-section .container .right .description{font-size:18px}}.accel-page .launch-section .container .right pre{font-size:24px;font-weight:700;background-color:#85ffda;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word;margin:36px 0 42px;padding:2px 6px}.accel-page .launch-section .container .right a{display:block;padding:14px 40px;background-color:#000;color:#fff;font-weight:700;font-size:22px;border-radius:70px}@media screen and (max-width:576px){.accel-page .launch-section .container .right a{width:100%;text-align:center}}.accel-page .with-rayze-section{background-color:#000;color:#fff}.accel-page .with-rayze-section .container .top{display:flex;justify-content:space-between;grid-gap:40px;gap:40px;font-size:25px;flex-direction:column;align-items:left}.accel-page .with-rayze-section .container .top .left{display:flex;flex-direction:column;align-items:center}.accel-page .with-rayze-section .container .top .left img{width:200px;margin-left:40px}@media screen and (max-width:992px){.accel-page .with-rayze-section .container .top .left img{width:180px}}@media screen and (max-width:768px){.accel-page .with-rayze-section .container .top .left img{width:160px}}.accel-page .with-rayze-section .container .top .left pre{margin:20px 0}.accel-page .with-rayze-section .container .top .right{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.accel-page .with-rayze-section .container .top .right p{width:96%;max-width:570px;font-size:24px}@media screen and (max-width:992px){.accel-page .with-rayze-section .container .top .right p{font-size:20px}}.accel-page .with-rayze-section .container .top .right .title{width:100%;max-width:650px;color:var(--theme-color)}@media screen and (max-width:992px){.accel-page .with-rayze-section .container .top{flex-direction:column}.accel-page .with-rayze-section .container .top .left{order:2;padding-top:20px;align-items:flex-start}.accel-page .with-rayze-section .container .top .right{order:1;text-align:left;align-items:flex-start}}.accel-page .with-rayze-section .container .bottom{display:flex;justify-content:space-between;margin-top:60px;grid-gap:32px;gap:32px}.accel-page .with-rayze-section .container .bottom>div{width:250px}.accel-page .with-rayze-section .container .bottom>div h4{color:var(--theme-color);font-size:36px;margin:24px 0}.accel-page .with-rayze-section .container .bottom>div p{font-size:20px;margin:0}@media screen and (max-width:768px){.accel-page .with-rayze-section .container .bottom{flex-direction:column;margin-top:30px}}.accel-page .launch-steps-section{background-color:#fff}.accel-page .launch-steps-section .arc{height:70vw;max-height:110%;position:absolute;left:0;z-index:-1;bottom:-10%}.accel-page .launch-steps-section .container{display:flex;flex-direction:column;grid-gap:66px;gap:66px;align-items:flex-end}.accel-page .launch-steps-section .container .title{width:100%;max-width:630px;text-align:right}.accel-page .launch-steps-section .container .steps{width:100%;display:flex;justify-content:space-between;grid-gap:54px;gap:54px}@media screen and (max-width:992px){.accel-page .launch-steps-section .container .steps{grid-gap:36px;gap:36px}}.accel-page .launch-steps-section .container .steps .step{max-width:230px;display:flex;flex-direction:column;grid-gap:8px;gap:8px}.accel-page .launch-steps-section .container .steps .step h4{font-size:36px;color:var(--theme-color);margin:0}.accel-page .launch-steps-section .container .steps .step p{font-size:24px;margin:0 0 auto}@media screen and (max-width:992px){.accel-page .launch-steps-section .container .steps .step p{font-size:20px}}.accel-page .launch-steps-section .container .steps .step img{width:72px;margin-top:12px}.accel-page .launch-steps-section .container .steps .line{width:1px;background-color:#000;margin-top:18px;border:none}@media screen and (max-width:768px){.accel-page .launch-steps-section .container .title{width:100%;max-width:2000px;text-align:left}.accel-page .launch-steps-section .container .steps{flex-direction:column;align-items:center}.accel-page .launch-steps-section .container .steps .line{width:200px;height:1px}.accel-page .launch-steps-section .container .steps .step{max-width:80%;align-items:center}.accel-page .launch-steps-section .container .steps .step p{text-align:center}}.accel-page .insentive-section{background-color:#000;color:#fff}.accel-page .insentive-section .container{display:flex;grid-gap:66px;gap:66px;flex-direction:column}.accel-page .insentive-section .container .title{width:100%;max-width:700px}.accel-page .insentive-section .container .steps{display:flex;justify-content:space-between;grid-gap:54px;gap:54px}@media screen and (max-width:992px){.accel-page .insentive-section .container .steps{grid-gap:36px;gap:36px;flex-direction:column}}.accel-page .insentive-section .container .steps .step{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.accel-page .insentive-section .container .steps .step h4{font-size:24px;color:var(--theme-color);margin:0}.accel-page .insentive-section .container .steps .step p{font-size:22px;margin:0 0 auto}@media screen and (max-width:992px){.accel-page .insentive-section .container .steps .step p{font-size:18px}}.accel-page .insentive-section .container .steps .step img{width:72px;margin-top:12px}.accel-page .insentive-section .container .steps .line{width:1px;background-color:#fff;margin-top:18px;border:none}@media screen and (max-width:992px){.accel-page .insentive-section .container .steps .line{width:200px;height:1px;margin:0}}.accel-page .insentive-section .container a{padding:14px 50px;border-radius:100px;background-color:var(--theme-color);color:#000;margin:auto;text-align:center;font-weight:700}.accel-page .insentive-section .container a:hover{opacity:.8}@media screen and (max-width:576px){.accel-page .insentive-section .container a{width:100%}}.accel-page .features-section{background-color:#d0ff00}.accel-page .features-section .container{display:flex;grid-gap:66px;gap:66px;flex-direction:column}.accel-page .features-section .container .title{width:100%;text-align:right}@media screen and (max-width:992px){.accel-page .features-section .container .title{text-align:left}}.accel-page .features-section .container .steps{display:flex;justify-content:space-between;grid-gap:48px;gap:48px}@media screen and (max-width:1200px){.accel-page .features-section .container .steps{grid-gap:32px;gap:32px}}@media screen and (max-width:992px){.accel-page .features-section .container .steps{flex-direction:column}}.accel-page .features-section .container .steps .step{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.accel-page .features-section .container .steps .step h4{font-size:24px;margin:0}.accel-page .features-section .container .steps .step p{font-size:20px;margin:0 0 auto}@media screen and (max-width:992px){.accel-page .features-section .container .steps .step p{font-size:18px}}.accel-page .features-section .container .steps .step img{width:72px;margin-top:12px}.accel-page .features-section .container .steps .line{width:1px;background-color:#000;margin-top:18px;border:none}@media screen and (max-width:992px){.accel-page .features-section .container .steps .line{width:200px;height:1px;margin:0}}.accel-page .features-section .container a{padding:14px 50px;border-radius:100px;background-color:#fff;color:#000;margin:auto;text-align:center;font-weight:700}.accel-page .features-section .container a:hover{opacity:.9}@media screen and (max-width:576px){.accel-page .features-section .container a{width:100%}}.accel-page .community-section{background-color:#fff}.accel-page .community-section .circle{position:absolute;right:0;top:400px;z-index:-1}@media screen and (max-width:768px){.accel-page .community-section .circle{height:150px}}.accel-page .community-section .container{display:flex;flex-direction:column;grid-gap:80px;gap:80px;align-items:center}.accel-page .community-section .container .title{text-align:center}.accel-page .community-section .container a{text-decoration:none;padding:14px 50px;border-radius:100px;text-align:center;background-color:var(--theme-color);color:#000}@media screen and (max-width:576px){.accel-page .community-section .container a{width:100%}}.clients-page section{padding:60px 0;position:relative;z-index:1}.clients-page section .title{font-size:72px}@media screen and (max-width:1200px){.clients-page section{padding:60px 0}.clients-page section .title{font-size:66px}}@media screen and (max-width:992px){.clients-page section{padding:60px 0}.clients-page section .title{font-size:60px}}@media screen and (max-width:768px){.clients-page section{padding:60px 0}.clients-page section .title{font-size:54px}}@media screen and (max-width:576px){.clients-page section{padding:60px 0}.clients-page section .title{font-size:48px}}.clients-page .launch-section{background-color:var(--theme-color)}.clients-page .launch-section img.infinite{position:absolute;width:40%;max-width:520px;left:10%;top:-40px;z-index:-1}@media screen and (max-width:576px){.clients-page .launch-section img.infinite{display:none}}.clients-page .launch-section img.rect{position:absolute;width:40%;height:200px;max-width:460px;min-width:400px;left:0;bottom:80px;z-index:-1}@media screen and (max-width:576px){.clients-page .launch-section img.rect{display:none}}.clients-page .launch-section .container{display:flex;align-items:center;grid-gap:54px;gap:54px}@media screen and (max-width:992px){.clients-page .launch-section .container{flex-direction:column}}.clients-page .launch-section .container .left{width:0;flex-grow:1}@media screen and (max-width:992px){.clients-page .launch-section .container .left{width:100%}}.clients-page .launch-section .container .left img{width:80%;max-width:460px}.clients-page .launch-section .container .right{width:0;flex-grow:1;display:flex;flex-direction:column;align-items:flex-start}@media screen and (max-width:992px){.clients-page .launch-section .container .right{width:100%}}.clients-page .launch-section .container .right .description{font-size:24px;padding-top:28px}@media screen and (max-width:992px){.clients-page .launch-section .container .right .description{font-size:18px}}.clients-page .launch-section .container .right pre{font-size:24px;font-weight:700;background-color:#85ffda;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word;margin:36px 0 42px;padding:2px 6px}.clients-page .launch-section .container .right a{display:block;padding:14px 40px;background-color:#000;color:#fff;font-weight:700;font-size:22px;border-radius:70px}@media screen and (max-width:576px){.clients-page .launch-section .container .right a{width:100%;text-align:center}}.clients-page .with-rayze-section{background-color:#000;color:#fff}.clients-page .with-rayze-section .container .top{display:flex;justify-content:space-between;grid-gap:40px;gap:40px;font-size:25px;font-family:"Franklin Gothic Medium","Arial Narrow",Arial,sans-serif;flex-direction:column;align-items:left}.clients-page .with-rayze-section .container .top .left{display:flex;flex-direction:column;align-items:center}.clients-page .with-rayze-section .container .top .left img{width:200px;margin-left:40px}@media screen and (max-width:992px){.clients-page .with-rayze-section .container .top .left img{width:180px}}@media screen and (max-width:768px){.clients-page .with-rayze-section .container .top .left img{width:160px}}.clients-page .with-rayze-section .container .top .left pre{margin:20px 0;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word}.clients-page .with-rayze-section .container .top .right{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.clients-page .with-rayze-section .container .top .right p{width:96%;max-width:570px;font-size:24px;font-family:"Lucida Sans","Lucida Sans Regular","Lucida Grande","Lucida Sans Unicode",Geneva,Verdana,sans-serif}@media screen and (max-width:992px){.clients-page .with-rayze-section .container .top .right p{font-size:20px}}.clients-page .with-rayze-section .container .top .right .title{width:100%;max-width:650px;color:var(--theme-color)}@media screen and (max-width:992px){.clients-page .with-rayze-section .container .top{flex-direction:column}.clients-page .with-rayze-section .container .top .left{order:2;padding-top:20px;align-items:flex-start}.clients-page .with-rayze-section .container .top .right{order:1;text-align:left;align-items:flex-start}}.clients-page .with-rayze-section .container .bottom{display:flex;justify-content:space-between;margin-top:60px;grid-gap:32px;gap:32px}.clients-page .with-rayze-section .container .bottom>div{width:250px}.clients-page .with-rayze-section .container .bottom>div h4{color:var(--theme-color);font-size:36px;margin:24px 0}.clients-page .with-rayze-section .container .bottom>div p{font-size:20px;margin:0}@media screen and (max-width:768px){.clients-page .with-rayze-section .container .bottom{flex-direction:column;margin-top:30px}}.clients-page .with-rayze-section .container pre{margin:20px 0;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word}.clients-page .launch-steps-section{background-color:#fff}.clients-page .launch-steps-section .arc{height:70vw;max-height:110%;position:absolute;left:0;z-index:-1;bottom:-10%}.clients-page .launch-steps-section .container{display:flex;flex-direction:column;grid-gap:66px;gap:66px;align-items:flex-end}.clients-page .launch-steps-section .container .title{width:100%;max-width:630px;text-align:right}.clients-page .launch-steps-section .container .steps{width:100%;display:flex;justify-content:space-between;grid-gap:54px;gap:54px}@media screen and (max-width:992px){.clients-page .launch-steps-section .container .steps{grid-gap:36px;gap:36px}}.clients-page .launch-steps-section .container .steps .step{max-width:230px;display:flex;flex-direction:column;grid-gap:8px;gap:8px}.clients-page .launch-steps-section .container .steps .step h4{font-size:36px;color:var(--theme-color);margin:0}.clients-page .launch-steps-section .container .steps .step p{font-size:24px;margin:0 0 auto}@media screen and (max-width:992px){.clients-page .launch-steps-section .container .steps .step p{font-size:20px}}.clients-page .launch-steps-section .container .steps .step img{width:72px;margin-top:12px}.clients-page .launch-steps-section .container .steps .line{width:1px;background-color:#000;margin-top:18px;border:none}@media screen and (max-width:768px){.clients-page .launch-steps-section .container .title{width:100%;max-width:2000px;text-align:left}.clients-page .launch-steps-section .container .steps{flex-direction:column;align-items:center}.clients-page .launch-steps-section .container .steps .line{width:200px;height:1px}.clients-page .launch-steps-section .container .steps .step{max-width:80%;align-items:center}.clients-page .launch-steps-section .container .steps .step p{text-align:center}}.clients-page .insentive-section{background-color:#000;color:#fff}.clients-page .insentive-section .container{display:flex;grid-gap:66px;gap:66px;flex-direction:column}.clients-page .insentive-section .container .title{width:100%;max-width:700px}.clients-page .insentive-section .container .steps{display:flex;justify-content:space-between;grid-gap:54px;gap:54px}@media screen and (max-width:992px){.clients-page .insentive-section .container .steps{grid-gap:36px;gap:36px;flex-direction:column}}.clients-page .insentive-section .container .steps .step{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.clients-page .insentive-section .container .steps .step h4{font-size:24px;color:var(--theme-color);margin:0}.clients-page .insentive-section .container .steps .step p{font-size:22px;margin:0 0 auto}@media screen and (max-width:992px){.clients-page .insentive-section .container .steps .step p{font-size:18px}}.clients-page .insentive-section .container .steps .step img{width:72px;margin-top:12px}.clients-page .insentive-section .container .steps .line{width:1px;background-color:#fff;margin-top:18px;border:none}@media screen and (max-width:992px){.clients-page .insentive-section .container .steps .line{width:200px;height:1px;margin:0}}.clients-page .insentive-section .container a{padding:14px 50px;border-radius:100px;background-color:var(--theme-color);color:#000;margin:auto;text-align:center;font-weight:700}.clients-page .insentive-section .container a:hover{opacity:.8}@media screen and (max-width:576px){.clients-page .insentive-section .container a{width:100%}}.clients-page .features-section{background-color:#d0ff00}.clients-page .features-section .container{display:flex;grid-gap:66px;gap:66px;flex-direction:column}.clients-page .features-section .container .title{width:100%;text-align:right}@media screen and (max-width:992px){.clients-page .features-section .container .title{text-align:left}}.clients-page .features-section .container .steps{display:flex;justify-content:space-between;grid-gap:48px;gap:48px}@media screen and (max-width:1200px){.clients-page .features-section .container .steps{grid-gap:32px;gap:32px}}@media screen and (max-width:992px){.clients-page .features-section .container .steps{flex-direction:column}}.clients-page .features-section .container .steps .step{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.clients-page .features-section .container .steps .step h4{font-size:24px;margin:0}.clients-page .features-section .container .steps .step p{font-size:20px;margin:0 0 auto}@media screen and (max-width:992px){.clients-page .features-section .container .steps .step p{font-size:18px}}.clients-page .features-section .container .steps .step img{width:72px;margin-top:12px}.clients-page .features-section .container .steps .line{width:1px;background-color:#000;margin-top:18px;border:none}@media screen and (max-width:992px){.clients-page .features-section .container .steps .line{width:200px;height:1px;margin:0}}.clients-page .features-section .container a{padding:14px 50px;border-radius:100px;background-color:#fff;color:#000;margin:auto;text-align:center;font-weight:700}.clients-page .features-section .container a:hover{opacity:.9}@media screen and (max-width:576px){.clients-page .features-section .container a{width:100%}}.clients-page .community-section{background-color:#fff}.clients-page .community-section .circle{position:absolute;right:0;top:400px;z-index:-1}@media screen and (max-width:768px){.clients-page .community-section .circle{height:150px}}.clients-page .community-section .container{display:flex;flex-direction:column;grid-gap:80px;gap:80px;align-items:center}.clients-page .community-section .container .title{text-align:center}.clients-page .community-section .container a{text-decoration:none;padding:14px 50px;border-radius:100px;text-align:center;background-color:var(--theme-color);color:#000}@media screen and (max-width:576px){.clients-page .community-section .container a{width:100%}}.submit-candidate-container{background-color:f5f5dc;color:#000}.submit-candidate-container .panel logo{top:20px;right:20px;z-index:1000}.submit-candidate-container .panel{border:1px solid var(--theme-color);margin-bottom:20px;background-color:beige;color:#000}.submit-candidate-container .panel h2,.submit-candidate-container .panel h3{margin-top:0;color:#000}.submit-candidate-countainer .panel h4{padding-left:20px;color:#000;font-weight:400;margin-top:20px}.submit-candidate-container .panel h7{padding-top:200px;margin-top:200px;color:#000}.submit-candidate-countainer .label{padding-left:20px;color:wheat;font-weight:400;margin-top:50px}.submit-candidate-container table{width:50%;border-collapse:collapse;margin-top:40px;color:#000}.submit-candidate-container td,.submit-candidate-container th{border:1px solid #000;padding:10px;color:#000}.cv-link{color:#007bff;text-decoration:none}.cv-link:hover{text-decoration:underline;cursor:pointer}.submit-candidate-container .filters{display:flex;grid-gap:10px;gap:10px;margin-bottom:20px;flex-wrap:wrap}.submit-candidate-container .filters input{flex:1 1;min-width:200px;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.submit-candidate-container .filters input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.25)}.submit-candidate-container .filters input::placeholder{color:#999}.submit-candidate-container .table-container{overflow-x:auto}.submit-candidate-container .table-container table{width:100%;border-collapse:collapse}.submit-candidate-container .table-container table td,.submit-candidate-container .table-container table th{padding:12px;text-align:left;border-bottom:1px solid #ddd}.submit-candidate-container .table-container table th{background-color:#f8f9fa;font-weight:600;color:#333}.submit-candidate-container .table-container table tr:hover{background-color:#f5f5f5}.submit-candidate-container .table-container table td{color:#666}.submit-candidate-container .cv-link{background:none;border:none;color:#007bff;cursor:pointer;padding:0;font:inherit;text-decoration:underline}.submit-candidate-container .cv-link:hover{color:#0056b3}.accordion{margin-bottom:20px;border:1px solid #ddd;border-radius:4px}.accordion .accordion-header{display:flex;justify-content:space-between;align-items:center;padding:15px;background-color:#f8f9fa;cursor:pointer}.accordion .accordion-header h2{margin:0;font-size:1.2rem}.accordion .accordion-header .arrow{transition:transform .3s ease}.accordion .accordion-header .arrow.open{transform:rotate(180deg)}.submit-candidate-form{padding:20px}.submit-candidate-form .form-group{margin-bottom:15px}.submit-candidate-form .form-group input,.submit-candidate-form .form-group textarea{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.submit-candidate-form .form-group input:focus,.submit-candidate-form .form-group textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.25)}.submit-candidate-form .form-group textarea{resize:vertical;min-height:100px}.submit-candidate-form .submit-button{background-color:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:16px}.submit-candidate-form .submit-button:hover{background-color:#0056b3}.submit-candidate-container{padding:20px}.submit-candidate-container .panel{background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:20px}.submit-candidate-container .panel h1{margin-bottom:20px;color:#333}.submit-candidate-container .submit-candidate-form{padding:20px}.submit-candidate-container .submit-candidate-form .form-group{margin-bottom:20px}.submit-candidate-container .submit-candidate-form .form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333}.submit-candidate-container .submit-candidate-form .form-group select{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px;background-color:#fff}.submit-candidate-container .submit-candidate-form .form-group select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.25)}.submit-candidate-container .submit-candidate-form .form-group select:disabled{background-color:#f5f5f5;cursor:not-allowed}.submit-candidate-container .submit-candidate-form .submit-button{width:100%;padding:12px;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:16px;cursor:pointer}.submit-candidate-container .submit-candidate-form .submit-button:hover{background-color:#0056b3}.submit-candidate-container .submit-candidate-form .submit-button:disabled{background-color:#ccc;cursor:not-allowed}.rayze-console{min-height:100vh;background-color:#000;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;display:flex;flex-direction:column}.rayze-console .logo-container{position:fixed;top:32px;left:0;right:0;z-index:1000;width:240px;display:flex;justify-content:center;align-items:center}.rayze-console .logo-container .logo{height:42px;filter:invert(1)}.rayze-console .console-content{display:flex;flex:1 1;position:relative;height:100vh;overflow:hidden}.rayze-console .console-content .sidebar{width:240px;background-color:#111;border-right:1px solid #333;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;z-index:100;padding:100px 0 24px}.rayze-console .console-content .sidebar .main-nav .nav-section{margin-bottom:24px}.rayze-console .console-content .sidebar .main-nav .nav-section h3{font-size:12px;text-transform:uppercase;color:#666;padding:0 24px;margin-bottom:8px}.rayze-console .console-content .sidebar .main-nav .nav-section ul{list-style:none;padding:0;margin:0}.rayze-console .console-content .sidebar .main-nav .nav-section ul li{padding:10px 24px;display:flex;align-items:center;grid-gap:12px;gap:12px;color:#fff;cursor:pointer;transition:all .2s ease}.rayze-console .console-content .sidebar .main-nav .nav-section ul li i{width:16px;color:#666}.rayze-console .console-content .sidebar .main-nav .nav-section ul li:hover{background-color:#222;color:var(--theme-color)}.rayze-console .console-content .sidebar .main-nav .nav-section ul li.active{background-color:#222;color:var(--theme-color);font-weight:500}.rayze-console .console-content .sidebar .main-nav .nav-section ul li.active i{color:var(--theme-color)}.rayze-console .console-content .main-content{flex:1 1;margin-left:240px;overflow-y:auto;height:100vh;position:relative;padding:100px 24px 24px}.rayze-console .console-content .main-content .content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;position:relative;top:0;background-color:#000;padding:24px 0;z-index:10}.rayze-console .console-content .main-content .content-header h1{font-size:24px;font-weight:600;color:#fff;margin:0}.rayze-console .console-content .main-content .content-header .search-container{display:flex;grid-gap:12px;gap:12px;align-items:center}.rayze-console .console-content .main-content .content-header .client-search .filter-input,.rayze-console .console-content .main-content .content-header .project-search .filter-input{border-radius:6px;border:1px solid #333;background-color:#222;color:#fff;font-size:14px;min-width:200px;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=US-ASCII,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23666' d='M2 0L0 2h4z'/></svg>");background-repeat:no-repeat;background-position:right 8px center;background-size:12px;padding:8px 30px 8px 12px}.rayze-console .console-content .main-content .content-header .client-search .filter-input::placeholder,.rayze-console .console-content .main-content .content-header .project-search .filter-input::placeholder{color:#666}.rayze-console .console-content .main-content .content-header .client-search .filter-input:focus,.rayze-console .console-content .main-content .content-header .project-search .filter-input:focus{outline:none;border-color:var(--theme-color)}.rayze-console .console-content .main-content .content-header .client-search .filter-input:disabled,.rayze-console .console-content .main-content .content-header .project-search .filter-input:disabled{background-color:#111;color:#555;cursor:not-allowed;opacity:.6;background-image:url("data:image/svg+xml;charset=US-ASCII,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23555' d='M2 0L0 2h4z'/></svg>")}.rayze-console .console-content .main-content .content-header .client-search .filter-input:disabled::placeholder,.rayze-console .console-content .main-content .content-header .project-search .filter-input:disabled::placeholder{color:#555}.rayze-console .console-content .main-content .content-header .client-search .filter-input option,.rayze-console .console-content .main-content .content-header .project-search .filter-input option{background-color:#222;color:#fff;padding:8px}.rayze-console .console-content .main-content .content-header .project-search .multi-select-container{position:relative;min-width:200px}.rayze-console .console-content .main-content .content-header .project-search .multi-select-container .multi-select-header{padding:8px 12px;border-radius:6px;border:1px solid #333;background-color:#222;color:#fff;font-size:14px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;min-height:20px;position:relative}.rayze-console .console-content .main-content .content-header .project-search .multi-select-container .multi-select-header:hover{border-color:#444}.rayze-console .console-content .main-content .content-header .project-search .multi-select-container .multi-select-header .multi-select-label{color:#ccc}.rayze-console .console-content .main-content .content-header .project-search .multi-select-container .multi-select-header .selected-count{color:var(--theme-color);font-size:12px;font-weight:500}.rayze-console .console-content .main-content .content-header .project-search .multi-select-container .multi-select-header:after{content:"";width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #666;margin-left:8px;transition:transform .2s ease}.rayze-console .console-content .main-content .content-header .project-search .multi-select-container .multi-select-header.open:after{transform:rotate(180deg)}.rayze-console .console-content .main-content .content-header .project-search .multi-select-container .multi-select-dropdown{position:absolute;top:100%;left:0;right:0;background-color:#222;border:1px solid #333;border-radius:6px;margin-top:4px;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.3)}.rayze-console .console-content .main-content .content-header .project-search .multi-select-container .multi-select-dropdown .project-checkboxes{padding:8px 0}.rayze-console .console-content .main-content .content-header .project-search .multi-select-container .multi-select-dropdown .project-checkboxes .project-checkbox{display:flex;align-items:center;padding:8px 12px;cursor:pointer;transition:background-color .2s ease}.rayze-console .console-content .main-content .content-header .project-search .multi-select-container .multi-select-dropdown .project-checkboxes .project-checkbox:hover{background-color:#333}.rayze-console .console-content .main-content .content-header .project-search .multi-select-container .multi-select-dropdown .project-checkboxes .project-checkbox .project-checkbox-input{margin-right:8px;cursor:pointer}.rayze-console .console-content .main-content .content-header .project-search .multi-select-container .multi-select-dropdown .project-checkboxes .project-checkbox .project-checkbox-label{color:#fff;font-size:14px;cursor:pointer}.rayze-console .console-content .main-content .content-header .project-search .multi-select-container .multi-select-dropdown .no-projects{padding:12px;color:#666;font-size:14px;text-align:center}.rayze-console .console-content .main-content .content-header .header-actions{display:flex;grid-gap:12px;gap:12px}.rayze-console .console-content .main-content .content-header .header-actions button{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.rayze-console .console-content .main-content .content-header .header-actions button.btn-primary{background-color:var(--theme-color);color:#000;border:none}.rayze-console .console-content .main-content .content-header .header-actions button.btn-primary:hover{opacity:.9}.rayze-console .console-content .main-content .content-header .header-actions button.btn-secondary{background-color:#222;color:#fff;border:1px solid #333}.rayze-console .console-content .main-content .content-header .header-actions button.btn-secondary:hover{background-color:#333;border-color:#444}.rayze-console .console-content .main-content .dashboard-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;margin-bottom:32px;position:relative}.rayze-console .console-content .main-content .dashboard-grid .dashboard-card{background-color:#111;border-radius:8px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.3)}.rayze-console .console-content .main-content .dashboard-grid .dashboard-card h3{font-size:14px;color:#666;margin:0 0 12px}.rayze-console .console-content .main-content .dashboard-grid .dashboard-card .card-value{font-size:24px;font-weight:600;color:#fff;margin-bottom:8px}.rayze-console .console-content .main-content .dashboard-grid .dashboard-card .card-trend{font-size:12px;display:flex;align-items:center;grid-gap:4px;gap:4px}.rayze-console .console-content .main-content .dashboard-grid .dashboard-card .card-trend.positive{color:#28a745}.rayze-console .console-content .main-content .dashboard-grid .dashboard-card .card-trend.negative{color:#dc3545}.rayze-console .console-content .main-content .dashboard-grid .dashboard-card .card-trend.neutral{color:#666}.rayze-console .console-content .main-content .dashboard-section{background-color:#111;border-radius:8px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.3);margin-bottom:48px}.rayze-console .console-content .main-content .dashboard-section:last-child{margin-bottom:24px}.rayze-console .console-content .main-content .dashboard-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.rayze-console .console-content .main-content .dashboard-section .section-header h2{font-size:18px;font-weight:600;color:#fff;margin:0}.rayze-console .console-content .main-content .dashboard-section .section-header .filters{display:flex;grid-gap:12px;gap:12px;flex-wrap:wrap}.rayze-console .console-content .main-content .dashboard-section .section-header .filters .filter-input{padding:8px 12px;border-radius:6px;border:1px solid #333;background-color:#222;color:#fff;font-size:14px;min-width:200px}.rayze-console .console-content .main-content .dashboard-section .section-header .filters .filter-input::placeholder{color:#666}.rayze-console .console-content .main-content .dashboard-section .section-header .filters .filter-input:focus{outline:none;border-color:var(--theme-color)}.rayze-console .console-content .main-content .dashboard-section .table-container{overflow-x:auto;margin:0 -24px;padding:0 24px}.rayze-console .console-content .main-content .dashboard-section .table-container table{width:100%;border-collapse:collapse;color:#fff}.rayze-console .console-content .main-content .dashboard-section .table-container table td,.rayze-console .console-content .main-content .dashboard-section .table-container table th{padding:8px 12px;text-align:left;border-bottom:1px solid #333;white-space:nowrap}.rayze-console .console-content .main-content .dashboard-section .table-container table td:first-child,.rayze-console .console-content .main-content .dashboard-section .table-container table td:nth-child(2),.rayze-console .console-content .main-content .dashboard-section .table-container table th:first-child,.rayze-console .console-content .main-content .dashboard-section .table-container table th:nth-child(2){width:40px;min-width:40px;max-width:40px;padding:8px 4px;text-align:center}.rayze-console .console-content .main-content .dashboard-section .table-container table td:nth-child(2),.rayze-console .console-content .main-content .dashboard-section .table-container table th:nth-child(2){width:60px;min-width:60px;max-width:60px;padding:8px 4px;text-align:center}.rayze-console .console-content .main-content .dashboard-section .table-container table td:nth-child(3),.rayze-console .console-content .main-content .dashboard-section .table-container table th:nth-child(3){width:140px;min-width:140px;max-width:140px;padding:8px 4px;text-align:center}.rayze-console .console-content .main-content .dashboard-section .table-container table td:nth-child(4),.rayze-console .console-content .main-content .dashboard-section .table-container table td:nth-child(5),.rayze-console .console-content .main-content .dashboard-section .table-container table th:nth-child(4),.rayze-console .console-content .main-content .dashboard-section .table-container table th:nth-child(5){width:20px;min-width:200px;max-width:200px}.rayze-console .console-content .main-content .dashboard-section .table-container table td:nth-child(6),.rayze-console .console-content .main-content .dashboard-section .table-container table th:nth-child(6){width:80px;min-width:80px;max-width:80px}.rayze-console .console-content .main-content .dashboard-section .table-container table td:nth-child(7),.rayze-console .console-content .main-content .dashboard-section .table-container table td:nth-child(8),.rayze-console .console-content .main-content .dashboard-section .table-container table th:nth-child(7),.rayze-console .console-content .main-content .dashboard-section .table-container table th:nth-child(8){width:120px;min-width:120px;max-width:120px;text-align:center}.rayze-console .console-content .main-content .dashboard-section .table-container table th{font-size:11px;text-transform:uppercase;color:#666;font-weight:500;padding-top:12px;padding-bottom:12px}.rayze-console .console-content .main-content .dashboard-section .table-container table td{font-size:13px;color:#fff;padding-top:8px;padding-bottom:8px}.rayze-console .console-content .main-content .dashboard-section .table-container table td:first-child,.rayze-console .console-content .main-content .dashboard-section .table-container table th:first-child{max-width:40ch;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rayze-console .console-content .main-content .dashboard-section .table-container table td:nth-child(2),.rayze-console .console-content .main-content .dashboard-section .table-container table th:nth-child(2){max-width:20ch;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rayze-console .console-content .main-content .dashboard-section .table-container table td:nth-child(3),.rayze-console .console-content .main-content .dashboard-section .table-container table th:nth-child(3){max-width:10ch;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rayze-console .console-content .main-content .dashboard-section .table-container table td:nth-child(6),.rayze-console .console-content .main-content .dashboard-section .table-container table th:nth-child(6){max-width:40ch;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rayze-console .console-content .main-content .dashboard-section .table-container table tbody tr:hover{background-color:#222}.rayze-console .console-content .main-content .dashboard-section .table-container table .status-badge{display:inline-block;padding:3px 6px;border-radius:4px;font-size:11px;font-weight:500;text-transform:uppercase}.rayze-console .console-content .main-content .dashboard-section .table-container table .status-badge.active{background-color:rgba(40,167,69,.2);color:#28a745}.rayze-console .console-content .main-content .dashboard-section .table-container table .status-badge.pending{background-color:rgba(255,193,7,.2);color:#ffc107}.rayze-console .console-content .main-content .dashboard-section .table-container table .status-badge.inactive{background-color:rgba(108,117,125,.2);color:#6c757d}.rayze-console .console-content .main-content .dashboard-section .table-container table .score-badge{display:inline-block;padding:3px 6px;border-radius:4px;font-size:11px;font-weight:500;background-color:rgba(0,123,255,.2);color:#007bff}.rayze-console .console-content .main-content .dashboard-section .table-container table .cv-link,.rayze-console .console-content .main-content .dashboard-section .table-container table .download-test,.rayze-console .console-content .main-content .dashboard-section .table-container table .jd-link,.rayze-console .console-content .main-content .dashboard-section .table-container table .view-match-score,.rayze-console .console-content .main-content .dashboard-section .table-container table .view-test-answers,.rayze-console .console-content .main-content .dashboard-section .table-container table .view-test-score{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500;background-color:var(--theme-color);color:#000;border:none;cursor:pointer;transition:all .2s ease}.rayze-console .console-content .main-content .dashboard-section .table-container table .cv-link:hover,.rayze-console .console-content .main-content .dashboard-section .table-container table .download-test:hover,.rayze-console .console-content .main-content .dashboard-section .table-container table .jd-link:hover,.rayze-console .console-content .main-content .dashboard-section .table-container table .view-match-score:hover,.rayze-console .console-content .main-content .dashboard-section .table-container table .view-test-answers:hover,.rayze-console .console-content .main-content .dashboard-section .table-container table .view-test-score:hover{opacity:.9}.rayze-console .console-content .main-content .dashboard-section .table-container table .interview-status-button{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500;background-color:var(--theme-color);color:#000;border:none;cursor:pointer;transition:all .2s ease;width:140px;min-width:140px;max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;display:inline-block}.rayze-console .console-content .main-content .dashboard-section .table-container table .interview-status-button:hover{opacity:.9}.rayze-console .console-content .main-content .dashboard-section .table-container table .interview-status-button:disabled{cursor:not-allowed;opacity:.6}.rayze-console .console-content .main-content .dashboard-section .table-container table .action-button{width:24px;height:24px;border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:all .2s ease;padding:0}.rayze-console .console-content .main-content .dashboard-section .table-container table .action-button.proceed{background-color:#28a745;color:#fff}.rayze-console .console-content .main-content .dashboard-section .table-container table .action-button.proceed:hover{background-color:rgb(30.1449275362,125.8550724638,52)}.rayze-console .console-content .main-content .dashboard-section .table-container table .action-button.decline{background-color:#dc3545;color:#fff;align-items:center;text-align:center}.rayze-console .console-content .main-content .dashboard-section .table-container table .action-button.decline:hover{background-color:rgb(189.2151898734,32.7848101266,47.7721518987)}.rayze-console .console-content .main-content .recent-activity{background-color:#111;border-radius:8px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.3);position:relative;bottom:0;margin-top:24px}.rayze-console .console-content .main-content .recent-activity h2{font-size:18px;font-weight:600;color:#fff;margin:0 0 20px}.rayze-console .console-content .main-content .recent-activity .activity-list .activity-item{display:flex;align-items:flex-start;grid-gap:16px;gap:16px;padding:16px 0;border-bottom:1px solid #333}.rayze-console .console-content .main-content .recent-activity .activity-list .activity-item:last-child{border-bottom:none}.rayze-console .console-content .main-content .recent-activity .activity-list .activity-item .activity-icon{width:32px;height:32px;background-color:#222;border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--theme-color)}.rayze-console .console-content .main-content .recent-activity .activity-list .activity-item .activity-content{flex:1 1}.rayze-console .console-content .main-content .recent-activity .activity-list .activity-item .activity-content .activity-title{font-size:14px;font-weight:500;color:#fff;margin-bottom:4px}.rayze-console .console-content .main-content .recent-activity .activity-list .activity-item .activity-content .activity-meta{font-size:12px;color:#666}.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:1000;padding:20px}.modal-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.2);width:90%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #ddd}.modal-header h2{margin:0;font-size:1.5rem;color:#000}.modal-header .close-button{background:none;border:none;font-size:24px;cursor:pointer;color:#666}.modal-header .close-button:hover{color:#000}.modal-body{padding:20px;overflow-y:auto;flex:1 1;color:#000}.modal-body p{font-size:1.2rem;font-weight:500;margin-bottom:2rem;line-height:1.5}.modal-footer{padding:15px 20px;border-top:1px solid #ddd;display:flex;justify-content:flex-end;grid-gap:10px;gap:10px}.modal-button{padding:8px 16px;border:1px solid #ddd;background-color:#f5f5f5;color:#000;border-radius:6px;cursor:pointer}.modal-button:hover{background-color:#e5e5e5}.modal-button.primary{background-color:var(--theme-color);color:#000;border-color:var(--theme-color)}.modal-button.primary:hover{opacity:.9}.modal-button.cancel{background-color:#f5f5f5;color:#333;border:1px solid #ddd}.modal-button.cancel:hover{background-color:#e5e5e5}.modal-button.confirm{background-color:var(--theme-color);color:#000;border:none}.modal-button.confirm:hover{opacity:.9}.modal-button.confirm:disabled{background-color:#ccc;color:#666;cursor:not-allowed}.view-match-score{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500;background-color:var(--theme-color);color:#000;border:none;cursor:pointer;transition:all .2s ease}.view-match-score:hover{opacity:.9}.feedback-section{margin-top:2rem;margin-bottom:1rem}.feedback-section label{display:block;margin-bottom:.75rem;font-weight:500;font-size:1.1rem;color:#333}.feedback-section .feedback-select{width:50ch;min-width:50ch;max-width:50ch;padding:.75rem;border:2px solid #ddd;border-radius:6px;font-size:1rem;background-color:#fff;color:#333;cursor:pointer;transition:all .2s ease}.feedback-section .feedback-select:hover{border-color:#999}.feedback-section .feedback-select:focus{outline:none;border-color:var(--theme-color);box-shadow:0 0 0 2px rgba(var(--theme-color-rgb),.1)}.feedback-section .feedback-select option{padding:.5rem;font-size:1rem}.schedule-modal{max-width:600px}.schedule-modal .contact-info-section{margin-top:2rem;margin-bottom:2rem;background-color:#f8f9fa;border-radius:8px;padding:1.5rem;border:1px solid #e9ecef}.schedule-modal .contact-info-section h3{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:#333}.schedule-modal .contact-info-section .contact-inputs{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.schedule-modal .contact-info-section .contact-inputs .input-group{display:flex;flex-direction:column}.schedule-modal .contact-info-section .contact-inputs .input-group label{font-size:.9rem;font-weight:500;color:#555;margin-bottom:.5rem}.schedule-modal .contact-info-section .contact-inputs .input-group .schedule-input{padding:.75rem;border:2px solid #ddd;border-radius:6px;font-size:.9rem;background-color:#fff;color:#333;transition:all .2s ease}.schedule-modal .contact-info-section .contact-inputs .input-group .schedule-input:hover{border-color:#999}.schedule-modal .contact-info-section .contact-inputs .input-group .schedule-input:focus{outline:none;border-color:var(--theme-color);box-shadow:0 0 0 2px rgba(var(--theme-color-rgb),.1)}.schedule-modal .interview-slots{margin-top:2rem}.schedule-modal .interview-slots .interview-slot{background-color:#f8f9fa;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #e9ecef}.schedule-modal .interview-slots .interview-slot h3{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:#333}.schedule-modal .interview-slots .interview-slot .slot-inputs{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:1rem;gap:1rem}.schedule-modal .interview-slots .interview-slot .slot-inputs .input-group{display:flex;flex-direction:column}.schedule-modal .interview-slots .interview-slot .slot-inputs .input-group label{font-size:.9rem;font-weight:500;color:#555;margin-bottom:.5rem}.schedule-modal .interview-slots .interview-slot .slot-inputs .input-group .schedule-input{padding:.75rem;border:2px solid #ddd;border-radius:6px;font-size:.9rem;background-color:#fff;color:#333;transition:all .2s ease}.schedule-modal .interview-slots .interview-slot .slot-inputs .input-group .schedule-input:hover{border-color:#999}.schedule-modal .interview-slots .interview-slot .slot-inputs .input-group .schedule-input:focus{outline:none;border-color:var(--theme-color);box-shadow:0 0 0 2px rgba(var(--theme-color-rgb),.1)}.render-invoice-container{background-color:f5f5dc;color:#000}.render-invoice-container .panel logo{top:20px;right:20px;z-index:1000}.render-invoice-container .panel{padding:20px;border:1px solid var(--theme-color);margin-bottom:20px;background-color:beige;color:#000}.render-invoice-container .panel h2,.render-invoice-container .panel h3{margin-top:0;color:#000}.render-invoice-countainer .panel h4{padding-left:20px;color:#000;font-weight:400;margin-top:20px}.render-invoice-container .panel h7{padding-top:200px;margin-top:200px;color:#000}.render-invoice-countainer .label{padding-left:20px;color:wheat;font-weight:400;margin-top:50px}.render-invoice-container table{width:50%;border-collapse:collapse;margin-top:40px;color:#000}.render-invoice-container td,.render-invoice-container th{border:1px solid #000;padding:10px;color:#000}.work-order-page{min-height:100vh;background-color:#fff;color:#000;font-family:Arial,sans-serif;padding:20px}.work-order-page .work-order-content{max-width:1200px;margin:0 auto;background-color:#fff;color:#000}.work-order-page .work-order-content *{color:#000}.work-order-page .work-order-content img{max-width:100%;height:auto}.work-order-page .work-order-content table{border-collapse:collapse;width:100%;margin:20px 0}.work-order-page .work-order-content table td,.work-order-page .work-order-content table th{border:1px solid #ddd;padding:8px;text-align:left;color:#000}.work-order-page .work-order-content table th{background-color:#f2f2f2;font-weight:700}.work-order-page .work-order-content h1,.work-order-page .work-order-content h2,.work-order-page .work-order-content h3,.work-order-page .work-order-content h4,.work-order-page .work-order-content h5,.work-order-page .work-order-content h6{color:#000;margin:20px 0 10px}.work-order-page .work-order-content p{color:#000;margin:10px 0;line-height:1.5}.work-order-page .work-order-content .panel{margin-bottom:20px;padding:15px;border-radius:5px;border:1px solid #e0e0e0}.work-order-error,.work-order-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa}.work-order-error .error-container,.work-order-error .loading-container,.work-order-loading .error-container,.work-order-loading .loading-container{text-align:center;padding:40px;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);max-width:500px;margin:20px}.work-order-error .error-container h2,.work-order-error .loading-container h2,.work-order-loading .error-container h2,.work-order-loading .loading-container h2{color:#333;margin-bottom:20px;font-size:24px}.work-order-error .error-container p,.work-order-error .loading-container p,.work-order-loading .error-container p,.work-order-loading .loading-container p{color:#666;font-size:16px;line-height:1.5;margin:10px 0}.work-order-error .error-container,.work-order-loading .error-container{border-left:4px solid #dc3545}.work-order-error .loading-container,.work-order-loading .loading-container{border-left:4px solid #007bff}@media print{.work-order-page{padding:0}.work-order-page .work-order-content{max-width:none;box-shadow:none}.work-order-page .work-order-content table td,.work-order-page .work-order-content table th{border:1px solid #000!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.work-order-page .work-order-content table th{background-color:#f2f2f2!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}}@media(max-width:768px){.work-order-page,.work-order-page .work-order-content{padding:10px}.work-order-page .work-order-content table{font-size:12px}.work-order-page .work-order-content table td,.work-order-page .work-order-content table th{padding:6px}}.admin-crud{min-height:100vh;background-color:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;padding:24px}.admin-crud .content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:24px 0;background-color:#000}.admin-crud .content-header h1{color:#fff;margin:0;font-size:24px;font-weight:600}.admin-crud .content-header .header-actions .btn-primary{background-color:var(--theme-color);color:#000;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500}.admin-crud .content-header .header-actions .btn-primary:hover{background-color:#06d9a5}.admin-crud .entity-tabs{display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px;margin-bottom:2rem;border-bottom:2px solid #333}.admin-crud .entity-tabs .entity-tab{padding:12px 24px;background:none;cursor:pointer;color:#fff;font-size:14px;border:none;border-bottom:2px solid transparent;transition:all .3s ease}.admin-crud .entity-tabs .entity-tab.active,.admin-crud .entity-tabs .entity-tab:hover{color:var(--theme-color);background-color:#222}.admin-crud .entity-tabs .entity-tab.active{border-bottom-color:var(--theme-color);font-weight:600}.admin-crud .search-section{background:#111;border:1px solid #333;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.admin-crud .search-section h3{margin:0 0 1rem;color:#fff;font-size:16px}.admin-crud .search-section .search-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.admin-crud .search-section .search-grid .search-group label{display:block;margin-bottom:4px;font-size:12px;font-weight:600;color:#666}.admin-crud .search-section .search-grid .search-group .search-input{width:100%;padding:8px 12px;border:1px solid #333;border-radius:6px;font-size:14px;background-color:#222;color:#fff}.admin-crud .search-section .search-grid .search-group .search-input::placeholder{color:#666}.admin-crud .search-section .search-grid .search-group .search-input:focus{outline:none;border-color:var(--theme-color);box-shadow:0 0 0 2px rgba(8,255,181,.2)}.admin-crud .data-table-container{background:#111;border:1px solid #333;border-radius:8px;overflow:hidden;margin-bottom:1rem;max-height:600px;overflow:auto;scrollbar-width:thin;scrollbar-color:#666 #222}.admin-crud .data-table-container::-webkit-scrollbar{width:8px;height:8px}.admin-crud .data-table-container::-webkit-scrollbar-track{background:#222}.admin-crud .data-table-container::-webkit-scrollbar-thumb{background:#666;border-radius:4px}.admin-crud .data-table-container::-webkit-scrollbar-thumb:hover{background:#777}.admin-crud .data-table-container::-webkit-scrollbar-corner{background:#222}.admin-crud .data-table-container .loading{text-align:center;padding:2rem;color:#666}.admin-crud .data-table-container .data-table{width:100%;min-width:1200px;border-collapse:collapse}.admin-crud .data-table-container .data-table thead{background-color:#222;color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:10}.admin-crud .data-table-container .data-table thead th{padding:12px;text-align:left;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #333;background-color:#222;min-width:100px;white-space:nowrap}.admin-crud .data-table-container .data-table thead th:first-child{min-width:80px;width:80px}.admin-crud .data-table-container .data-table thead th.sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s}.admin-crud .data-table-container .data-table thead th.sortable-header:hover{background-color:#333}.admin-crud .data-table-container .data-table thead th.sortable-header .header-content{display:flex;align-items:center;justify-content:space-between;width:100%}.admin-crud .data-table-container .data-table thead th.sortable-header .header-content .sort-icon{margin-left:8px;font-size:12px;opacity:.7;min-width:16px;text-align:center}.admin-crud .data-table-container .data-table tbody tr{border-bottom:1px solid #333}.admin-crud .data-table-container .data-table tbody tr:hover{background-color:#222}.admin-crud .data-table-container .data-table tbody tr td{padding:12px;font-size:14px;vertical-align:top;color:#fff;min-width:100px;max-width:300px;word-wrap:break-word}.admin-crud .data-table-container .data-table tbody tr td:first-child{min-width:80px;width:80px}.admin-crud .data-table-container .data-table tbody tr td .action-btn{padding:6px 12px;border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:600}.admin-crud .data-table-container .data-table tbody tr td .action-btn.edit-btn{background-color:var(--theme-color);color:#000}.admin-crud .data-table-container .data-table tbody tr td .action-btn.edit-btn:hover{background-color:#06d9a5}.admin-crud .table-footer{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#111;border:1px solid #333;border-radius:8px;font-size:14px;color:#666}.admin-crud .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:1000}.admin-crud .admin-modal{background:#111;border:1px solid #333;border-radius:8px;width:90%;max-width:800px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.admin-crud .admin-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #333;background:#222;color:#fff}.admin-crud .admin-modal .modal-header h2{margin:0;font-size:18px}.admin-crud .admin-modal .modal-header .close-button{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.admin-crud .admin-modal .modal-header .close-button:hover{background:hsla(0,0%,100%,.1);border-radius:50%}.admin-crud .admin-modal .modal-body{padding:1.5rem;overflow-y:auto;flex:1 1;background:#111}.admin-crud .admin-modal .modal-body .form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.admin-crud .admin-modal .modal-body .form-grid .form-group label{display:block;margin-bottom:6px;font-weight:600;color:#fff;font-size:14px}.admin-crud .admin-modal .modal-body .form-grid .form-group label .required{color:var(--theme-color);margin-left:4px}.admin-crud .admin-modal .modal-body .form-grid .form-group .form-input{width:100%;padding:10px 12px;border:1px solid #333;border-radius:6px;font-size:14px;transition:border-color .2s;background-color:#222;color:#fff}.admin-crud .admin-modal .modal-body .form-grid .form-group .form-input::placeholder{color:#666}.admin-crud .admin-modal .modal-body .form-grid .form-group .form-input:focus{outline:none;border-color:var(--theme-color);box-shadow:0 0 0 2px rgba(8,255,181,.2)}.admin-crud .admin-modal .modal-body .form-grid .form-group .form-input:read-only{background-color:#333;color:#666;cursor:not-allowed}.admin-crud .admin-modal .modal-body .form-grid .form-group textarea.form-input{resize:vertical;min-height:80px}.admin-crud .admin-modal .modal-footer{display:flex;justify-content:flex-end;grid-gap:12px;gap:12px;padding:1.5rem;border-top:1px solid #333;background:#222}.admin-crud .admin-modal .modal-footer .modal-button{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s}.admin-crud .admin-modal .modal-footer .modal-button.cancel{background:#666;color:#fff}.admin-crud .admin-modal .modal-footer .modal-button.cancel:hover{background:#555}.admin-crud .admin-modal .modal-footer .modal-button.confirm{background:var(--theme-color);color:#000}.admin-crud .admin-modal .modal-footer .modal-button.confirm:hover{background:#06d9a5}@media(max-width:768px){.admin-crud{padding:12px}.admin-crud .entity-tabs{flex-direction:column}.admin-crud .entity-tabs .entity-tab{text-align:left;border-bottom:1px solid #333;border-radius:0}.admin-crud .entity-tabs .entity-tab.active{border-bottom-color:var(--theme-color)}.admin-crud .search-section .search-grid{grid-template-columns:1fr}.admin-crud .data-table-container{overflow-x:auto}.admin-crud .admin-modal{width:95%;max-height:95vh}.admin-crud .admin-modal .modal-body .form-grid{grid-template-columns:1fr}}:root{--theme-color:#08ffb5}*{transition:all .25s ease-in-out;box-sizing:border-box;font-family:"Outfit",sans-serif;animation-name:appearence;animation-duration:.5s}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden}a{text-decoration:none}button{border:none;outline:none;cursor:pointer}.container{width:100%;margin:0 auto;max-width:1320px}@media screen and (max-width:1660px){.container{max-width:1320px}}@media screen and (max-width:1400px){.container{max-width:1140px}}@media screen and (max-width:1200px){.container{max-width:960px}}@media screen and (max-width:992px){.container{max-width:720px}}@media screen and (max-width:768px){.container{max-width:540px}}@media screen and (max-width:576px){.container{width:calc(100% - 48px)}}::-webkit-scrollbar{width:6px;height:6px;background-color:transparent}::-webkit-scrollbar-track{background-color:#dfebe8}::-webkit-scrollbar-thumb{background:#707977;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#565e5c}@keyframes appearence{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.ReactModal__Overlay{z-index:10000}
/*# sourceMappingURL=main.8aca3048.chunk.css.map */