@import"https://api.fontshare.com/v2/css?f[]=satoshi@300,400,500,600,700&display=swap";@import"https://api.fontshare.com/v2/css?f[]=satoshi@300,400,500,700&display=swap";body{font-family:Satoshi Medium,sans-serif}.container-home{position:relative;width:100vw;height:100vh;margin:0;overflow:hidden}.mobile-warning{height:1000px;width:100%;font-family:Satoshi;font-size:25px}#warning-body{display:flex;flex-direction:column;align-items:center;justify-content:center;height:80vh}#mobile-heading{margin-bottom:-5px;font-family:Satoshi;font-style:normal;font-weight:700;font-size:20px;line-height:27px;display:flex;align-items:center;text-align:center;letter-spacing:.02em;color:#4d4d4d}#mobile-sub{width:298px;height:56px;font-family:Satoshi;font-style:normal;font-weight:400;font-size:16px;line-height:28px;display:flex;align-items:center;text-align:center;letter-spacing:.02em;color:#767676}.header-home{display:flex;justify-content:space-between;align-items:center;height:80px;padding:0 20px;border-bottom:2px solid whitesmoke;box-sizing:border-box;position:relative}.header-home img#logo-home{width:160px;height:22px;transition:opacity .5s;position:absolute;left:78px}.header-home img#logo-home.hidden-home{opacity:0}.header-home img#owToken-home{width:40px;height:40px;transition:opacity .5s;position:absolute;left:700px;opacity:0}.header-home img#owToken-home.visible-home{opacity:1}img#connectButton-home{width:115px;height:45px;cursor:pointer;position:absolute;right:75px}.walletAddress-home{font-size:16px;font-weight:700;color:#333}.dropdownButtonContainer-home{display:flex;align-items:center;position:absolute;right:75px}.dropdownButton-home{display:flex;align-items:center;cursor:pointer}.dropdownIcon-home{width:20px;height:20px;margin-right:8px}.walletAddressText-home{width:93px;height:24px;font-style:normal;font-weight:400;font-size:16px;color:#868686;margin-top:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdownButton-home.clicked-home+.dropdownMenu-home{display:flex}.dropdownMenu-home{width:200px;height:100px;position:absolute;top:50px;right:0;background-color:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 2px 10px #0000001a;display:none;flex-direction:column;align-items:space-between}.dropdownMenuItem-home{height:62px;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:500;padding:10px 24px 10px 20px;cursor:pointer;border-bottom:1px #4D4D4D}.dropdownMenuItem-home:hover{background-color:#f9f9f9;border:1px solid #ddd;border-radius:12px;box-shadow:0 2px 10px #0000001a}.dropdownMenuItemText-home{font-family:Satoshi,sans-serif;font-weight:500;font-size:14px;margin-right:8px}.dropdownMenuItemIcon-home{width:18px;height:18px}.theCircle-home{position:relative;width:358px;height:358px;margin:0 auto;top:20%;display:flex;align-items:center;justify-content:center}img#radiantGlow-home,img#core-home{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}img#radiantGlow-home{width:456.8px;height:456.8px;z-index:1;animation:rotate-home 4s linear infinite}@keyframes rotate-home{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}img#core-home{width:360px;height:360px;border-radius:50%;z-index:2}img#core-home{width:360px;height:360px;border-radius:50%;z-index:2;transition:opacity 1.5s ease-in-out;opacity:1}.core-image{position:absolute;top:-1px;left:-1px;width:360px;height:360px;transition:opacity .5s ease;z-index:3}.core-hovered-image{opacity:0;z-index:3;transition:opacity .8s ease-in-out}#core-home:hover .core-hovered-image{opacity:1}.buttonContainer-home{position:absolute;width:125px;height:125px;opacity:0;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;text-align:center;overflow:hidden;text-decoration:none}#buttonLeft-home{left:calc(50% - 229px);top:127px;display:none;z-index:3}#buttonRight-home{left:calc(50% + 110px);top:127px;display:none;z-index:3}img.buttonImage-home{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}img.buttonIcon-home{width:20px;height:20px;margin-bottom:15px;margin-top:-5px;z-index:2}.buttonText-home2{font-family:Satoshi;font-style:normal;font-weight:400;font-size:12px;line-height:16px;display:flex;align-items:center;text-align:center;letter-spacing:.04em;color:#4d4d4d;z-index:2;margin-top:-8px}.buttonContainer-home .buttonText-home{text-decoration:none;color:#5f5959!important;font-size:12px;font-weight:100;margin-top:0}#buttonLeft-home.visible-home{opacity:1;animation:slideInLeft-home 1s forwards}#buttonRight-home.visible-home{opacity:1;animation:slideInRight-home 1s forwards}#buttonRight-home.hidden-home{opacity:0;transition:opacity 1s ease-in-out}#buttonLeft-home:not(.visible-home){animation:slideOutLeft-home 1s forwards}#buttonRight-home:not(.visible-home){animation:slideOutRight-home 1s forwards}@keyframes slideInLeft-home{0%{opacity:0;transform:translate(15px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight-home{0%{opacity:0;transform:translate(-15px)}to{opacity:1;transform:translate(0)}}@keyframes slideOutLeft-home{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(13px)}}@keyframes slideOutRight-home{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-13px)}}#hoverText-home{position:absolute;display:none;top:50%;left:50%;transform:translate(-50%,-50%);color:#b3b3b3;font-size:14px;font-family:Satoshi Light,sans-serif;text-align:center;transition:opacity .5s;z-index:3;animation:smoothFlash 7s infinite}@keyframes smoothFlash{0%,40%{opacity:0}50%,60%{opacity:.8}60%,92%{opacity:1}92%,to{opacity:0}}#core-home:hover~#hoverText-home,.buttonContainer-home.visible-home~#hoverText-home{opacity:0;z-index:0}#hoverText-home:hover{opacity:0;z-index:0}.headerDC{height:80px;display:flex;justify-content:space-between;align-items:center;padding:0 20px;border-bottom:1px solid whitesmoke;box-sizing:border-box;position:relative;background-color:#fff}img#owTokenDC{width:400px;height:40px;position:absolute;left:calc(50% + 50px);transform:translate(-50%)}img#connectButtonDC{width:auto;height:40px;cursor:pointer;position:absolute;right:20px}.form-containerDC{max-width:450px;margin:80px auto;padding:40px;border:2px solid whitesmoke;border-radius:24px;font-family:Satoshi,sans-serif;background-color:#fff}.form-navigationDC{display:flex;align-items:center;margin-bottom:30px;position:relative}.backButtonDC{display:flex;align-items:center;width:70px;height:70px;background:none;border:none;padding:0;position:absolute;left:0}.backIconDC{width:45px;height:45px;cursor:pointer;margin-right:0}.backButtonDC{width:45px;height:45px;margin-bottom:20px}.formTitleDC{font-family:Satoshi;font-style:normal;font-weight:700;font-size:20px;line-height:27px;display:flex;align-items:center;letter-spacing:.02em;color:#4d4d4d;margin-left:60px;margin-bottom:20px}.formTitleDC:after{content:"";display:block;margin-left:-41px;width:532px;height:1px;background-color:#f5f5f5;position:absolute;bottom:-10px;left:0}#pDC2{font-family:"Satoshi" sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:28px;color:#868686;letter-spacing:.02em;margin-bottom:30px}.form-groupDC{margin-bottom:24px}.form-groupDC label{display:block;margin-bottom:5px;font-weight:700}.form-groupDC input,.form-groupDC textarea{width:100%;padding:10px;border:1px solid whitesmoke;border-radius:10px;box-sizing:border-box;font-family:Satoshi;font-style:normal;font-weight:500;font-size:14px;line-height:24px;display:flex;align-items:center;color:#050505}#amountInput{background:url(/xdc.png) no-repeat;background-size:16px 16px;background-position:right 25px center;padding-right:4px}.form-groupDC textarea{resize:vertical}.submit-buttonDC{padding-bottom:9px;width:100%;height:52px;margin-left:0;background:url(/release.svg) no-repeat center center;background-size:99.8%;font-family:Satoshi,sans-serif;font-style:normal;font-weight:700;font-size:14px;color:#fff;border:none;border-radius:10px;cursor:pointer;position:relative;overflow:hidden}.submit-buttonDChover{background-color:#00c}.submit-buttonDC:before{content:"";position:absolute;top:50%;left:50%;background-color:#ffffff1a;transform:translate(-50%,-50%) rotate(45deg);z-index:-1;transition:all .3s ease}.submit-buttonDC:hover:before{width:300%;height:300%;opacity:0}.amountDC input::placeholder{font-family:Satoshi;font-style:normal;font-weight:500;font-size:14px;line-height:24px;display:flex;align-items:center;color:#868686}.form-groupDC input::placeholder,.form-groupDC textarea::placeholder{font-family:Satoshi;font-style:normal;font-weight:500;font-size:14px;line-height:24px;display:flex;align-items:center;color:#868686}.dropdownButtonContainerDC{display:flex;align-items:center;position:absolute;right:20px}.dropdownButtonDC{display:flex;align-items:center;cursor:pointer}.dropdownIconDC{width:20px;height:20px;margin-right:8px}.walletAddressTextDC{width:93px;height:24px;font-family:Satoshi,sans-serif;font-weight:100;color:#a9a9a9;font-size:14px;margin-right:8px;margin-top:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdownMenuDC{position:absolute;top:80px;right:20px;background-color:#fff;border:1px solid #ddd;box-shadow:0 2px 10px #0000001a;display:none;flex-direction:column}.dropdownMenuItemDC{display:flex;align-items:center;padding:10px;cursor:pointer}.dropdownMenuItemDChover{background-color:#f9f9f9}.dropdownMenuItemTextDC{font-family:Satoshi,sans-serif;font-weight:100;font-size:14px;margin-right:8px}.dropdownMenuItemIconDC{width:16px;height:16px}.dropdownButtonDC.clicked+.dropdownMenuDC{display:flex}body{background-color:#fff;margin:0}.headerVJ{height:80px;display:flex;justify-content:center;align-items:center;padding:0 20px;border-bottom:1px solid snow;box-sizing:border-box;box-shadow:0 1px 2px #0000001a}img#connectButtonVJ{width:115px;height:45px;cursor:pointer;right:75px}.usdcIcon{width:15px;height:15px;margin-left:5px}.view-jobs-container{position:relative;width:100%;max-width:918px;margin:0 auto;top:60px;border-bottom:none}.title-section{width:918px;height:40px;display:flex;align-items:center;border-radius:24px 24px 0 0;background-color:#fff;padding:30px 10px 25px;border:2px solid whitesmoke;border-bottom:none}.title-section .backButton{width:40px;height:40px;margin-left:33px;margin-right:-45px;padding-top:2px}.title-section .tableTitleV{font-family:Satoshi,sans-serif;font-style:bold;font-weight:700;font-size:24px;line-height:32px;display:flex;align-items:center;letter-spacing:.02em;color:#000}.table-section{width:918px;height:auto;background-color:#fff;padding:35px 10px 10px;border-radius:0 0 24px 24px;border:2px solid whitesmoke}.backButtonV{width:50px;height:50px;margin-left:48px;margin-right:-40px}.backIconV{width:50px;height:50px}.tableTitleV{font-family:Satoshi,sans-serif;font-style:normal;font-size:24px;margin-left:70px;font-weight:600;letter-spacing:.02em;color:#050505}.tableSubtitle{font-family:Satoshi,sans-serif;font-style:bold;font-weight:600;font-size:18px;letter-spacing:.02em;color:#050505;margin-bottom:20px;margin-left:36px}.table{width:100%;border-collapse:collapse;border:none}.table thead th{position:relative;background-color:#fff;padding-bottom:0}.table thead th:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:transparent;border-bottom:1px solid #e9ecf0}.table thead th:first-child:after{left:0}.table thead th:last-child:after{right:0}.table tbody tr{position:relative;background-color:#fff}.table thead tr th:first-child{padding-right:160px}.table thead tr th:nth-child(2),.table thead tr th:nth-child(3),.table thead tr th:nth-child(4),.table tbody tr td:nth-child(2),.table tbody tr td:nth-child(3),.table tbody tr td:nth-child(4){padding-left:7px;padding-right:7px}.table tbody tr:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:transparent;border-bottom:1px solid #e9ecf0}.table tbody tr:last-child:after{display:none}.table thead tr:after{content:"";position:absolute;bottom:0;left:24px;right:24px;height:1px;background-color:transparent}.table th,.table td{padding:10px;text-align:left;color:#868686}.table th{height:48px;color:#000;font-family:Satoshi;font-style:normal;font-weight:700;font-size:14px;color:#050505;background-color:#fff;border:none}.table td{border:none}.table th:first-child,.table td:first-child{padding-left:36px}.table th:last-child,.table td:last-child{padding-right:0}.table td:first-child{font-weight:500;font-size:14px;line-height:19px;letter-spacing:.02em;color:#050505}.table thead tr th:nth-child(7),.table tbody tr td:nth-child(7){padding-right:15px}.pagination{display:flex;justify-content:center;align-items:center;margin-top:20px;border:none}.page-link{padding:8px 12px;margin:0 4px;border:0px solid #ffffff;background-color:#fff;color:#868686;text-decoration:none;cursor:pointer;display:flex;align-items:center}.pagination-icon{width:35px;height:35px;margin-right:5px}.page-text{padding:8px 12px;font-size:14px}.docIcon{vertical-align:middle;margin-right:16px;width:32px;height:32px}#fromAdd,#toAdd{font-family:Satoshi;font-style:normal;font-weight:500;font-size:14px;letter-spacing:.02em;color:#868686}.table td img.docIcon,.table td span{display:inline-block;vertical-align:middle}.amount-cellVJ{position:relative;text-align:right}.amountV{display:inline-block;padding-left:18px}.amountV:after{content:"";display:inline-block;width:15px;height:15px;background:url(/xdc.png) no-repeat center;background-size:contain;position:absolute;top:51%;transform:translateY(-50%);right:105px}.view-icon-cell{text-align:left}.from-to-icon{display:inline-block;width:24px;height:24px;vertical-align:middle;margin:0 8px}.from-to-icon-cell{width:24px}.table td:nth-child(2){width:20px}.dropdownButtonContainer{display:flex;align-items:center;position:absolute;right:60px}.dropdownButton{display:flex;align-items:center;cursor:pointer}.dropdownIcon{width:20px;height:20px;margin-right:8px}.walletAddressText{width:93px;height:24px;font-style:normal;font-weight:400;font-size:16px;color:#868686;margin-top:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdownMenu{width:200px;height:100px;position:absolute;top:50px;right:0;background-color:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 2px 10px #0000001a;display:none;flex-direction:column;align-items:space-between;z-index:4}.dropdownMenuItem{height:62px;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:500;padding:10px 24px 10px 20px;cursor:pointer;border-bottom:1px #4D4D4D}.dropdownMenuItem:hover{background-color:#f9f9f9;border:1px solid #ddd;border-radius:12px;box-shadow:0 2px 10px #0000001a}.dropdownMenuItemText{font-family:Satoshi,sans-serif;font-weight:500;font-size:14px;margin-right:8px}.dropdownMenuItemIcon{width:18px;height:18px}.dropdownButton.clicked+.dropdownMenu{display:flex}.loading-animation{display:flex;justify-content:center;align-items:center;height:500px}.body-container{display:flex;justify-content:center;align-items:flex-start;width:100%;padding-bottom:200px}.container{position:relative;width:100vw;height:100vh;margin:0;padding-bottom:100px}.headerS{display:flex;justify-content:space-between;align-items:center;height:80px;padding:0 20px;border-bottom:2px solid whitesmoke;box-sizing:border-box;position:relative}.logoMark{margin-left:680px}.connectButton{position:absolute;right:75px}.job-details{display:flex;flex-direction:column;justify-content:center;align-items:center}.title-containerR{display:flex;flex-direction:column;align-items:left;position:relative;top:20px;width:100%}.titleContainer{text-align:left;width:200px}.topLine{margin-left:-83px;margin-top:20px}.title-containerR{display:flex;flex-direction:column;align-items:center;position:relative;top:-20px;width:100%}.topLine,.bottomLine{display:flex;align-items:center;width:100%;justify-content:center}.fixedContainer{display:flex;align-items:center;justify-content:center;width:100%;position:relative}.backButtonContainer{position:absolute;width:55px;height:55px;left:calc(50% - 115px)}backButtonR{width:550px;height:505px}.backIconR{width:55px;height:55px}.titleContainer{text-align:left;margin-left:95px}.title-containerR h1{font-family:Satoshi,sans-serif;font-size:24px;color:#4d4d4d;margin:0}.bottomLine{margin-top:20px;margin-left:60px;display:flex;align-content:center}.bottomLine p{margin:0;font-size:16px}.copyIcon{width:24px;height:24px;margin-left:5px;cursor:pointer}.radialMenu{position:relative;margin-top:200px}.buttonContainerS{position:absolute;width:134px;height:134px;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;text-align:center;overflow:hidden;margin-top:45px;text-decoration:none;display:none;z-index:2}.buttonContainerS-primary{position:absolute;width:134px;height:134px;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;text-align:center;overflow:hidden;margin-top:45px;text-decoration:none;display:flex;z-index:2}img.buttonImageS{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0}.buttonText{ont-family:"Satoshi";font-style:normal;font-weight:500;font-size:12px;line-height:16px;display:flex;align-items:center;text-align:center;letter-spacing:.04em;color:#4d4d4d;z-index:2;margin-top:10px;text-decoration:none}#buttonLeftS{left:calc(50% - 250px);top:calc(50% - 70px);transform:translate(-50%,-50%);z-index:3;margin-top:50px;opacity:0}#buttonRightS{left:calc(50% + 108px);top:calc(50% - 70px);transform:translate(-50%,-50%);z-index:3;margin-top:50px;opacity:0}.buttonLeftInfo,.buttonRightInfo{position:absolute;width:150px;text-align:left;color:#767676;font-family:Satoshi,sans-serif;font-style:normal;font-size:14px;margin-top:50px;transition:opacity 1.2s ease}#amountInfoLeft{margin-right:-8px}#addressRight{margin-left:-15px}#amountLabelRight{margin-left:-10px}.buttonLeftInfo{display:flex;left:calc(50% - 339px);top:50%;transform:translate(-50%,-50%);flex-direction:column;align-items:end;gap:5px;transition:opacity 1s ease}.buttonRightInfo{display:flex;flex-direction:column;left:calc(50% + 339px);top:50%;transform:translate(-50%,-50%);gap:5px}.buttonContainerS a,.buttonContainerS-primary a{text-decoration:none;border-radius:50%;overflow:hidden}#radiantGlow{position:absolute;top:60%;left:50%;height:456px;width:456px;margin-top:45px;transform:translate(-50%,-50%);animation:rotate-home 4s linear infinite}.amountInfo{justify-content:center;width:36px;height:27px;font-family:Satoshi;font-style:normal;font-weight:500;font-size:20px;line-height:27px;display:flex;align-items:center;letter-spacing:.02em;color:#767676;flex:none;order:0;flex-grow:0}.amountLabel{font-family:Satoshi,sans-serif;font-style:normal;font-weight:700;font-size:10px;line-height:20px;letter-spacing:.1em;text-transform:uppercase;color:#767676}.address{width:100px;height:19px;font-family:Satoshi;font-style:normal;font-weight:500;font-size:14px;line-height:19px;display:flex;align-items:center;text-align:right;letter-spacing:.02em;color:#050505;flex:none;order:2;flex-grow:0}#buttonTopS{top:calc(50% - 165px);left:50%;z-index:3;margin-top:-25px;margin-left:-68px;opacity:0}#buttonBottomLeftS{left:calc(50% - 155px);top:calc(50% + 125px);transform:translate(-50%,-50%);z-index:0;margin-top:-25px;margin-left:-68px;opacity:0}#buttonBottomRightS{left:calc(50% + 155px);top:calc(50% + 125px);transform:translate(-50%,-50%);z-index:0;margin-top:-25px;margin-left:-68px;opacity:0;border-radius:50%;overflow:hidden}.hidden,.coreContainer:hover #buttonLeftS,.coreContainer:hover #buttonRightS,.coreContainer:hover .buttonLeftInfo,.coreContainer:hover .buttonRightInfo{display:none}.coreContainer:hover #buttonBottomLeftS,.coreContainer:hover #buttonBottomRightS{display:flex}#buttonTopS.visible-home{z-index:3;animation:slideInTop .5s forwards;animation-delay:.25s}#buttonBottomLeftS.visible-home{z-index:3;animation:slideInBottomLeft .5s forwards;animation-delay:.25s}#buttonBottomRightS.visible-home{z-index:3;animation:slideInBottomRight .5s forwards;animation-delay:.25s}#buttonTopS:not(.visible-home){animation:slideOutTop .75s forwards,hideAfterSlideOut 0s .75s forwards}@keyframes hideAfterSlideOut{to{display:none}}#buttonBottomLeftS:not(.visible-home){z-index:3;animation:slideOutBottomLeft .75s forwards,hideAfterSlideOut 0s .75s forwards}#buttonBottomRightS:not(.visible-home){z-index:3;animation:slideOutBottomRight .75s forwards,hideAfterSlideOut 0s .75s forwards}.buttonContainerS .buttonIconPS,.buttonContainerS-primary .buttonIconPS{width:54px;height:54px;z-index:3}.coreContainer{position:absolute;width:358.87px;height:358.87px;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:2;margin-top:45px;border-radius:50%;overflow:hidden}.radialMenu img#core{margin-top:45px;border-radius:50%}.coreImage{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;pointer-events:none}.coreText{font-family:Satoshi,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:27px;letter-spacing:.02em;color:#4d4d4d;z-index:2;text-align:center;margin-top:13px}.usdcIcon{width:16px;height:16px;vertical-align:middle;margin-left:5px;margin-bottom:1px}#amount-locked{font-family:Satoshi,sans-serif;font-style:normal;font-weight:700;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#767676;margin-top:-3px}#usdc{margin-bottom:6px;width:16px;height:16px}.buttonIconHover{width:20px;height:20px;z-index:2}#contractID{font-family:Satoshi,sans-serif;font-style:normal;font-weight:500;font-size:14px;color:#868686;margin-left:0;margin-top:20px;margin-right:0}@keyframes slideInTop{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInBottomLeft{0%{opacity:0;transform:translate(15px)}to{opacity:1;transform:translate(0)}}@keyframes slideInBottomRight{0%{opacity:0;transform:translate(-15px)}to{opacity:1;transform:translate(0)}}@keyframes slideOutTop{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(15px)}}@keyframes slideOutBottomLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(15px)}}@keyframes slideOutBottomRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-15px)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(15px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(-15px)}to{opacity:1;transform:translate(0)}}@keyframes slideOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(15px)}}@keyframes slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-15px)}}.hidden-button{opacity:0;animation:slideOut .5s forwards}.visible-button{opacity:1;animation:slideIn .5s forwards}#buttonLeftS.hidden-button{animation:slideOutRight 1s forwards;transition:z-index 0s .5s;z-index:0}#buttonRightS.hidden-button{animation:slideOutLeft 1s forwards;transition:z-index 0s .5s;z-index:0}#buttonLeftS.visible-button{animation:slideInRight .5s forwards;animation-delay:.1s}#buttonRightS.visible-button{animation:slideInLeft .5s forwards;animation-delay:.1s}@keyframes slideInLeft{0%{opacity:0;transform:translate(-15px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(15px)}to{opacity:1;transform:translate(0)}}@keyframes slideOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-15px)}}@keyframes slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(15px)}}.buttonRightInfo.hidden{display:none}.newTitle{margin-top:4%;display:flex;flex-direction:column;align-items:center}.titleTop,.titleBottom{display:flex;align-items:center}.titleText{margin-left:20px;font-family:Satoshi,sans-serif;font-style:normal;font-weight:700;font-size:24px;display:flex;align-items:center;letter-spacing:.02em;color:#4d4d4d}.goBack{margin-left:-15px;height:40px;width:40px}.titleBottom p:first-of-type{font-family:Satoshi;font-style:normal;font-weight:500;font-size:14px;line-height:24px;color:#868686}.copyImage{margin-left:5px;cursor:pointer}.single-job-details{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;height:100vh}.flag2 p{margin:0 10px 0 0;font-size:16px}.flag2{display:flex;justify-content:center;flex-direction:row;align-items:center;margin:-20px 0 40px}.info-container{padding:5px;max-width:800px;height:800px;margin:30px auto 20px;display:flex;flex-direction:column;align-items:center}.info-content{background-color:transparent;border-radius:10px;margin-top:0;width:100%;max-width:520px;max-height:545px}.info-navigation{display:flex;align-items:center;margin-bottom:20px}.backButton{margin-right:15px;text-decoration:none}#back{width:40px;height:40px}.infoTitle{font-size:20px}.contractAddress{justify-content:center;font-size:14px;color:#666;margin-top:5px;margin-bottom:20px;display:flex;align-items:center}.copyIcon{width:16px;height:16px;margin-left:5px;cursor:pointer}.sectionTitle{font-family:Satoshi,sans-serif;width:520px;font-style:normal;font-weight:700;font-size:20px;line-height:27px;letter-spacing:.02em;color:#4d4d4d;margin-bottom:20px;margin-left:-30px;padding-left:30px;padding-right:20px;padding-bottom:20px;border-bottom:solid 1px whitesmoke}.title-row{display:flex;align-items:center;margin-bottom:20px}.info-cardJ{margin-top:20px;border:1px solid #f5f5f5;padding:20px 20px 20px 30px;border-radius:24px;background-color:transparent;width:100%;max-width:600px;height:auto;border:2px solid whitesmoke}.detail-row{margin-bottom:20px}.detail-label{font-family:Satoshi;font-style:normal;font-weight:700;font-size:10px;line-height:20px;letter-spacing:.1em;text-transform:uppercase;color:#767676;margin-bottom:5px}.detail-value{font-family:Satoshi;font-style:normal;font-weight:500;font-size:14px;line-height:24px;display:flex;align-items:center;color:#050505}.detail-value-address{font-family:Satoshi,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:19px;display:flex;align-items:center;letter-spacing:.02em;color:#050505;flex:none;order:1;flex-grow:0}.description-value{display:block}.description-value p{margin-bottom:10px;margin-top:3px;ont-family:"Satoshi",sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:28px;color:#050505}.description-list{margin-top:10px;padding-left:0;list-style-type:disc}.description-list li{margin-bottom:5px}.Job{width:28px;height:28px;margin-right:10px;margin-top:5px}.infoIcon{width:15px;height:15px;margin-left:5px;vertical-align:middle}.release-payment-container{width:520px;margin:0 auto}.form-container-release{height:auto;margin-top:30px;margin-bottom:20px;padding-bottom:20px;background-color:#fff;border-radius:24px;border:2px solid whitesmoke}.heading-container-release{display:block;height:88px;width:520px;align-items:center;margin-bottom:30px;border-bottom:solid 1px whitesmoke}.title-containerR{text-align:center;display:flex;margin-top:40px;align-items:center;justify-content:center}.flag1{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:10px}.backButtonR{text-decoration:none}.backIconR{width:40px;height:40px;margin-top:5px}.flag1 h1{font-family:Satoshi,sans-serif;font-style:normal;font-weight:700;font-size:24px;color:#4d4d4d;margin:0}.flag2{display:flex;align-items:center;justify-content:center;margin-left:185px;margin-top:16px}#contractIDR{font-family:Satoshi,sans-serif;font-style:normal;font-weight:500;font-size:14px;color:#868686;margin-right:4px}.copyIcon{width:16px;height:16px;margin-left:0;margin-top:0;cursor:pointer}.form-container-release h1{font-size:20px;font-weight:700;color:#4d4d4d;margin:0}#rel-title{margin-left:32px;padding-top:31px;font-family:Satoshi,sans-serif;font-style:normal;font-weight:700;font-size:20px;line-height:27px;letter-spacing:.02em;color:#4d4d4d}.job-detail-sectionR{width:462px;background-color:#f7f7f7;margin-left:21px;margin-bottom:20px;border-radius:12px;padding:16px 0 16px 16px;display:flex;justify-content:space-between;flex-direction:column}#fetchedAmounts{margin-right:16px}.job-detail-item{display:flex;justify-content:space-between;align-items:center;padding:0 0 10px}.job-detail-item:last-child{border-bottom:none;padding-bottom:0}.job-detail-item p{margin:0 0 0 6px;font-family:Satoshi,sans-serif;font-style:normal;font-weight:700;font-size:10px;text-align:center;letter-spacing:.1em;text-transform:uppercase;color:#767676;flex:none;order:0;flex-grow:0}.job-detail-item p:first-child{font-size:10px;color:#666;text-transform:uppercase}.job-detail-item p:last-child{font-family:Satoshi,sans-serif;font-style:normal;font-weight:500;font-size:20px;letter-spacing:.02em;color:#4d4d4d}.job-detail-item .usdc-icon{width:16px;height:16px;margin-left:5px}.usdc-iconJD{width:16px;height:16px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:10px}.form-group input,.form-group textarea{margin-left:21px;width:456px;padding:10px;border:1px solid #ddd;border-radius:12px;font-family:Satoshi,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:24px;color:#050505}.form-group textarea{width:456px;height:100px;resize:vertical}.input-with-icon{position:relative;display:flex;align-items:center;font-family:Satoshi,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:24px;color:#050505}.input-with-icon input::placeholder,textarea::placeholder{font-family:Satoshi,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:24px;color:#868686}.input-with-icon .usdc-icon{position:absolute;right:30px;width:20px;height:20px}.release-button{display:flex;align-items:center;justify-content:center;width:100%;height:55px;padding:10px;background:url(/release.svg) no-repeat center center;background-size:92%;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease}.release-button:active{background-color:#003d80;box-shadow:0 1px #002a55,0 1px 10px #0003;transform:translateY(2px)}.release-button .usdc-icon{width:20px;height:20px;margin-left:5px}.header{height:80px;display:flex;justify-content:space-between;align-items:center;padding:0 20px;border-bottom:0px solid white;box-sizing:border-box}.backButton{display:flex;align-items:center;color:#000;text-decoration:none;margin:20px 0}.backIcon{width:24px;height:24px}.job-update-container{margin:0 auto;padding:20px}.contractAddressU{margin-bottom:0}.job-update-main{width:auto;max-width:520px;height:auto;margin:0 auto;background-color:#fff;border:1px solid #eaeaea;border-radius:24px;overflow:hidden}.job-update-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eaeaea}.job-update-header h1{margin:0;font-size:20px;color:#4d4d4d}.add-update-button{border:none;cursor:pointer;background:none;padding:0}.add-update-image{width:163px;height:42px}.job-update-content{height:calc(100% - 100px);overflow-y:auto;padding:20px;margin-left:0}.job-update-card{width:426px;padding:20px 24px;margin-bottom:10px;background-color:transparent;border-radius:24px;border:2px solid whitesmoke}.job-update-info{display:flex;align-items:center;margin-top:0}.personIcon{width:30px;height:30px;margin-right:12px}.job-update-text{font-family:Satoshi;font-style:normal;font-weight:500;font-size:16px;color:#767676}.downIcon{cursor:pointer;padding-left:125px}.job-update-date{font-family:Satoshi;font-style:normal;font-weight:400;font-size:14px;color:#767676;margin:0 0 0 43px}.job-update-details{width:400px;background-color:#f5f5f5;padding:10px;border-radius:16px;margin-top:10px;margin-left:3px}.submission-title{font-family:Satoshi,sans-serif;font-style:normal;font-weight:700;font-size:10px;line-height:20px;text-align:left;letter-spacing:.1em;text-transform:uppercase;color:#767676;margin-bottom:0;margin-left:10px;margin-right:10px}.submission-description{margin-left:10px;margin-right:10px;font-family:Satoshi,sans-serif;font-style:normal;font-weight:400;font-size:14px;color:#4d4d4d;margin-top:6px}.loading-container{display:flex;justify-content:center;align-items:center;height:100vh}.loading-icon{width:50px;height:50px;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}body{font-family:Satoshi,sans-serif;background-color:#fff;margin:0}.header{display:flex;align-items:center;justify-content:space-between;padding:20px;background-color:#fff}.content-wrapper{max-width:520px;margin:-4.5% auto 200px;border-radius:24px;border-color:#f5f5f5;border-size:3px}.contract-info{width:109%;display:flex;align-items:center;justify-content:center;margin-bottom:15px;border-bottom:1px solid whitesmoke}#backButton{display:flex;align-items:center;color:#000;text-decoration:none;margin-right:10px}.backIcon{width:50px;height:50px}#back{width:35px;height:35px}.contract-id{font-size:18px;font-weight:700}.contract-address{font-size:14px;color:#666;margin-bottom:40px;display:flex;justify-content:center;align-items:center}#logo{width:120px}#connectButton{width:32px;height:32px}.update-form-container{background-color:#fff;border:2px solid whitesmoke;border-radius:24px;padding:15px 20px 20px;width:480px;height:350px;display:flex;flex-direction:column;align-items:center;margin-top:100px}.update-form-container h2{padding-bottom:10px;font-family:Satoshi;font-style:Regular;font-weight:600;font-size:20px;line-height:27px;display:flex;align-items:center;letter-spacing:.02em;color:#4d4d4d;flex:none;order:1;flex-grow:0}.add-update-form{display:flex;flex-direction:column;align-items:center;width:100%;flex-grow:1}.add-update-form textarea{width:390px;min-height:131px;padding:10px;border:1px solid whitesmoke;border-radius:12px;margin-top:30px;margin-bottom:30px;resize:vertical;flex-grow:1;font-family:Satoshi,sans-serif}#update-text:focus{box-shadow:0 4px 6px #f5f5f5;outline:none;border-size:2px}#update-text:placeholder{font-family:Satoshi;font-style:normal;font-weight:500;font-size:14px;line-height:24px;display:flex;align-items:center;color:#868686;flex:none;order:0;flex-grow:0}.submit-update-button{width:410px;height:52px;background:url(/release.svg) no-repeat center center;background-size:99.8%;border:none;border-radius:12px;cursor:pointer;font-family:Satoshi;font-style:normal;font-weight:500;font-size:13.5px;line-height:24px;letter-spacing:.03em;color:#fff;margin-bottom:10px;transition:all .3s ease}#txText{font-family:Satoshi;font-style:bold;font-weight:700;font-size:20px;line-height:27px;letter-spacing:.02em;text-align:center;color:#4d4d4d}#txSubtext{margin-top:-5px;width:254px;font-family:Satoshi;font-style:normal;font-weight:400;font-size:15px;line-height:28px;letter-spacing:.02em;text-align:center;color:#767676}.loadingIconT{width:60px;height:48px}.loading-containerT{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;vertical-align:center}
