:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;margin:0}.hourly_billing_card{background:#fff;border:1px solid #dbe5ee;box-shadow:0 2px 10px #0f172a0f;margin:22px 0 26px;padding:22px}.hourly_billing_footer,.hourly_billing_head{align-items:center;display:flex;gap:16px;justify-content:space-between}.hourly_billing_eyebrow{color:#0077b5;display:block;font-size:13px;font-weight:700;margin-bottom:4px;text-transform:uppercase}.hourly_billing_head h4{color:#0f172a;font-size:22px;font-weight:700;line-height:1.25;margin:0}.hourly_billing_footer button,.hourly_billing_refresh{align-items:center;background:#0077b5;border:1px solid #0077b5;color:#fff;display:inline-flex;font-size:15px;font-weight:700;gap:8px;justify-content:center;min-height:42px;padding:0 18px}.hourly_billing_refresh{background:#fff;color:#0077b5;min-height:36px}.hourly_billing_footer button:disabled,.hourly_billing_refresh:disabled{background:#e2e8f0;border-color:#cbd5e1;color:#64748b;cursor:not-allowed}.hourly_billing_notice{align-items:flex-start;background:#fffbeb;border:1px solid #fde68a;color:#92400e;display:flex;font-size:14px;font-weight:600;gap:10px;line-height:1.45;margin-top:16px;padding:12px 14px}.hourly_billing_notice.success{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.hourly_billing_notice svg{flex:0 0 auto;margin-top:2px}.hourly_billing_form_grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:20px}.hourly_billing_authorization,.hourly_billing_form_grid label{color:#0f172a;display:flex;flex-direction:column;font-size:14px;font-weight:700;gap:8px;margin:0}.hourly_billing_authorization input,.hourly_billing_form_grid input,.hourly_billing_form_grid select{background:#fff;border:1px solid #cbd5e1;color:#0f172a;font-size:16px;font-weight:400;min-height:46px;padding:0 14px;width:100%}.hourly_billing_fee_row,.hourly_billing_input{align-items:center;background:#fff;border:1px solid #cbd5e1;display:grid;grid-template-columns:auto minmax(0,1fr) auto}.hourly_billing_fee_row input,.hourly_billing_fee_row select,.hourly_billing_input input{border:0;min-height:44px}.hourly_billing_input svg{color:#0077b5;margin-left:14px}.hourly_billing_input b{color:#0f172a;font-size:14px;font-weight:700;padding:0 14px;white-space:nowrap}.hourly_billing_fee_row{grid-template-columns:150px minmax(0,1fr)}.hourly_billing_fee_row select{border-right:1px solid #cbd5e1}.hourly_billing_totals{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:18px}.hourly_billing_footer>div,.hourly_billing_totals div{background:#f8fafc;border:1px solid #e2e8f0;padding:14px}.hourly_billing_footer span,.hourly_billing_payment>span,.hourly_billing_totals span{color:#475569;display:block;font-size:13px;font-weight:700;margin-bottom:6px}.hourly_billing_footer strong,.hourly_billing_totals strong{color:#0f172a;font-size:16px;font-weight:700;line-height:1.3}.hourly_billing_payment{margin-top:18px}.hourly_billing_methods{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.hourly_billing_methods label{align-items:center;background:#fff;border:1px solid #cbd5e1;color:#0f172a;display:flex;font-size:15px;font-weight:700;gap:8px;justify-content:center;margin:0;min-height:44px}.hourly_billing_methods label.active{background:#eef7ff;border-color:#0077b5;color:#0066a0}.hourly_billing_methods input{accent-color:#0077b5}.hourly_billing_authorization{margin-top:16px}.hourly_billing_terms{align-items:flex-start;color:#0f172a;display:flex;font-size:15px;font-weight:600;gap:10px;line-height:1.45;margin:18px 0}.hourly_billing_terms input{accent-color:#0077b5;height:18px;margin-top:2px;width:18px}.hourly_billing_permissions{background:#f8fafc;border:1px solid #dbe5ee;margin-top:18px;padding:16px}.hourly_billing_permissions p{color:#475569;font-size:14px;line-height:1.5;margin:8px 0 0}.hourly_billing_manual_limit{margin-top:14px}.hourly_billing_manual_limit label{display:flex;flex-direction:column;gap:8px;margin:0}.hourly_billing_manual_limit span{color:#142133;font-size:14px;font-weight:700}.hourly_billing_toggle{align-items:flex-start;color:#0f172a;display:flex;font-size:15px;font-weight:700;gap:10px;margin:0}.hourly_billing_toggle input{accent-color:#0077b5;height:18px;margin-top:2px;width:18px}.hourly_billing_secondary{align-items:center;background:#fff;border:1px solid #0077b5;color:#0077b5;display:inline-flex;font-size:14px;font-weight:700;justify-content:center;margin-top:14px;min-height:40px;padding:0 16px}@media (max-width:991px){.hourly_billing_totals{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.hourly_billing_card{margin:18px 0 22px;padding:16px}.hourly_billing_footer,.hourly_billing_head{align-items:stretch;flex-direction:column}.hourly_billing_form_grid,.hourly_billing_methods,.hourly_billing_totals{grid-template-columns:1fr}.hourly_billing_fee_row{grid-template-columns:128px minmax(0,1fr)}.hourly_billing_footer button,.hourly_billing_refresh,.hourly_billing_secondary{width:100%}}.hourly_tracker_page{background:#f6f8fb;min-height:72vh;padding:42px 0 64px}.hourly_tracker_embed{background:#f6f8fb;padding:18px 0 0}.hourly_tracker_contract,.hourly_tracker_header,.hourly_tracker_panel,.hourly_tracker_stats>div{background:#fff;border:1px solid #e4e9f0;border-radius:6px;box-shadow:0 1px 2px #141f2e0d}.hourly_tracker_header{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px;padding:22px 24px}.hourly_diary_session span,.hourly_invoice_item span,.hourly_tracker_contract span,.hourly_tracker_header p,.hourly_tracker_stats span{color:#5e6b7a;margin:0}.hourly_tracker_header h2{font-size:26px;font-weight:700;margin:4px 0 0}.hourly_invoice_form button,.hourly_tracker_actions button,.hourly_tracker_header button{background:#087db8;border:0;border-radius:4px;color:#fff;font-weight:700;padding:11px 18px}.hourly_invoice_form button:disabled,.hourly_tracker_actions button:disabled{background:#d8e0ea;color:#607083;cursor:not-allowed}.hourly_tracker_actions button.danger{background:#b42318}.hourly_tracker_actions button.warning{background:#b45309}.hourly_tracker_error{background:#fff1f0;border:1px solid #f5b5af;border-radius:4px;color:#9f1d14;margin-bottom:16px;padding:12px 16px}.hourly_tracker_contract{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr)) minmax(260px,1.2fr);margin-bottom:18px;padding:18px}.hourly_tracker_contract strong{color:#142133;display:block;font-size:17px;margin-top:4px;text-transform:capitalize}.hourly_tracker_contract p{align-self:center;color:#5f6f82;font-size:14px;font-weight:600;line-height:1.45;margin:0}.hourly_tracker_contract.blocked{background:#fffbeb;border-color:#f2c94c}.hourly_tracker_contract.ready{background:#f0fdf4;border-color:#a7f3d0}.hourly_tracker_stats{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px}.hourly_tracker_stats>div{padding:18px}.hourly_tracker_stats strong{color:#142133;display:block;font-size:24px;margin-top:6px}.hourly_tracker_panel{margin-bottom:18px;padding:22px}.hourly_tracker_panel h3{font-size:20px;font-weight:700;margin:0 0 12px}.hourly_invoice_form input,.hourly_manual_form input,.hourly_manual_form textarea,.hourly_tracker_dates input,.hourly_tracker_panel textarea{border:1px solid #d8e0ea;border-radius:4px;padding:10px 12px}.hourly_manual_form textarea,.hourly_tracker_panel textarea{min-height:90px;resize:vertical;width:100%}.hourly_tracker_actions{display:flex;gap:10px;margin-top:14px}.hourly_tracker_grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:minmax(0,1.5fr) minmax(320px,.8fr)}.hourly_tracker_panel_head{align-items:center;display:flex;gap:12px;justify-content:space-between}.hourly_invoice_form,.hourly_tracker_dates{display:flex;gap:10px}.hourly_manual_permission{background:#f8fafc;border:1px solid #dbe5ee;margin-bottom:16px;padding:14px 16px}.hourly_manual_permission.allowed{background:#f0fdf4;border-color:#a7f3d0}.hourly_manual_permission.blocked{background:#fffbeb;border-color:#fde68a}.hourly_manual_permission strong{color:#142133;display:block;font-size:15px;font-weight:700}.hourly_manual_permission span{color:#5e6b7a;display:block;line-height:1.45;margin-top:6px}.hourly_manual_budget{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:14px}.hourly_manual_budget>div{background:#fffc;border:1px solid #e4e9f0;border-radius:4px;padding:10px 12px}.hourly_manual_budget small{color:#5e6b7a;display:block;font-size:12px;font-weight:600;margin-bottom:4px}.hourly_manual_budget strong{color:#142133;display:block;font-size:16px;font-weight:700}.hourly_manual_form{margin-bottom:20px}.hourly_manual_form_grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.hourly_manual_field,.hourly_manual_form_grid label{display:flex;flex-direction:column;gap:8px;margin:0 0 12px}.hourly_manual_field span,.hourly_manual_form_grid span{color:#142133;font-size:14px;font-weight:700}.hourly_invoice_section,.hourly_manual_logs{border-top:1px solid #edf0f4;padding-top:18px}.hourly_invoice_section h4,.hourly_manual_logs h4{color:#142133;font-size:18px;font-weight:700;margin:0 0 12px}.hourly_manual_log_item{border-top:1px solid #edf0f4;padding:14px 0}.hourly_manual_log_head{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.hourly_manual_log_head strong{color:#142133;display:block;font-size:18px}.hourly_manual_log_head span{color:#5e6b7a}.hourly_manual_log_item p{color:#142133;line-height:1.5;margin:10px 0 6px}.hourly_manual_log_item small{color:#5e6b7a;display:block;line-height:1.45}.hourly_manual_log_item a{color:#0077b5;display:inline-block;font-size:14px;font-weight:700;margin-top:10px}.hourly_manual_status{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:700;justify-content:center;min-width:88px;padding:4px 10px;text-transform:capitalize}.hourly_manual_status.submitted,.hourly_manual_status.tracked{background:#fff7e6;color:#9a5b00}.hourly_manual_status.approved,.hourly_manual_status.invoiced,.hourly_manual_status.paid{background:#eaf7ed;color:#1f7a36}.hourly_manual_status.disputed,.hourly_manual_status.rejected{background:#fff1f0;color:#b42318}.hourly_diary_session,.hourly_invoice_item{border-top:1px solid #edf0f4;padding:16px 0}.hourly_integrity_badge{border-radius:999px;display:inline-block;font-size:11px;margin-top:8px;padding:4px 10px}.hourly_integrity_badge.ok{background:#eaf7ed;color:#1f7a36}.hourly_integrity_badge.warn{background:#fff1f0;color:#b42318}.hourly_diary_session strong,.hourly_invoice_item strong{color:#142133;display:block;font-size:18px}.hourly_screenshots{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));margin-top:12px}.hourly_screenshot_item{border:1px solid #edf0f5;border-radius:6px;overflow:hidden}.hourly_screenshot_meta{grid-gap:4px;display:grid;font-size:12px;gap:4px;margin-top:8px;padding:8px}.hourly_screenshot_meta span{color:#627385;line-height:1.25}.hourly_screenshot_meta.integrity-warning{color:#b42318}.hourly_screenshot_blur{filter:blur(8px)}.hourly_screenshot_toggle{margin-top:6px}.hourly_screenshot_warning{color:#a63a2f;display:block;font-size:11px;margin-top:6px;padding:0 8px 8px}.hourly_screenshots a{border:1px solid #dfe6ef;border-radius:4px;color:#142133;overflow:hidden;position:relative}.hourly_screenshots img{display:block;height:78px;object-fit:cover;width:100%}.hourly_invoice_item small{color:#778396;display:block;margin-top:4px}.hourly_invoice_status{border-radius:999px;display:inline-block;font-size:12px;font-weight:700;margin-top:10px;padding:4px 10px;text-transform:capitalize}.hourly_invoice_status.generated,.hourly_invoice_status.submitted,.hourly_invoice_status.under_review{background:#fff7e6;color:#9a5b00}.hourly_invoice_status.approved,.hourly_invoice_status.paid{background:#eaf7ed;color:#1f7a36}.hourly_invoice_status.disputed,.hourly_invoice_status.failed,.hourly_invoice_status.rejected{background:#fff1f0;color:#b42318}.hourly_empty{color:#697789;margin:0}@media (max-width:991px){.hourly_manual_budget,.hourly_manual_form_grid,.hourly_tracker_contract,.hourly_tracker_grid,.hourly_tracker_stats{grid-template-columns:1fr}.hourly_invoice_form,.hourly_tracker_dates,.hourly_tracker_header,.hourly_tracker_panel_head{align-items:stretch;flex-direction:column}.hourly_manual_log_head{flex-direction:column}}.fixed_price_orders_freelancer .project-files-layout{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:220px minmax(0,1fr);margin-bottom:80px;margin-top:24px}.fixed_price_orders_freelancer .project-files-filter,.fixed_price_orders_freelancer .project-files-main{background:#fff;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0f172a0f}.fixed_price_orders_freelancer .project-files-filter{padding:20px 16px}.fixed_price_orders_freelancer .project-files-main{min-width:0;padding:24px}.fixed_price_orders_freelancer .project-files-filter h4,.fixed_price_orders_freelancer .project-files-header h4{color:#0f172a;font-size:20px;font-weight:700;line-height:1.2;margin:0}.fixed_price_orders_freelancer .project-files-filter h4{border-bottom:1px solid #e2e8f0;margin-bottom:16px;padding-bottom:14px}.fixed_price_orders_freelancer .project-files-filter button{align-items:center;background:#0000;border:0;color:#334155;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:10px;line-height:1.3;margin:0 0 8px;min-height:46px;padding:0 12px;text-align:left;width:100%}.fixed_price_orders_freelancer .project-files-filter button.active,.fixed_price_orders_freelancer .project-files-filter button:hover{background:#eef7ff;color:#0077b5}.fixed_price_orders_freelancer .project-files-filter i{align-items:center;color:inherit;display:inline-flex;font-size:18px;justify-content:center;line-height:1;width:22px}.fixed_price_orders_freelancer .project-files-header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:18px}.fixed_price_orders_freelancer .project-files-header button{align-items:center;background:#0077b5;border:0;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;font-weight:700;gap:8px;justify-content:center;line-height:1;min-height:42px;padding:0 18px}.fixed_price_orders_freelancer .project-file-dropzone{align-items:center;background:#f8fbff;border:1px dashed #9ec8ec;display:flex;justify-content:center;min-height:170px;padding:28px}.fixed_price_orders_freelancer .project-file-dropcopy{align-items:center;color:#334155;display:flex;flex-wrap:wrap;font-size:16px;gap:8px;justify-content:center;line-height:1.4;text-align:center}.fixed_price_orders_freelancer .project-file-dropcopy i{color:#0077b5;font-size:24px;line-height:1}.fixed_price_orders_freelancer .project-file-dropcopy button{background:#0000;border:0;color:#0077b5;cursor:pointer;font-size:16px;font-weight:700;line-height:1.4;padding:0}.fixed_price_orders_freelancer .project-files-table-wrap{border:1px solid #e2e8f0;margin-top:22px;overflow-x:auto}.fixed_price_orders_freelancer .project-files-table{border-collapse:collapse;color:#1e293b;margin:0;min-width:720px;width:100%}.fixed_price_orders_freelancer .project-files-table th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#0f172a;font-size:15px;font-weight:700;line-height:1.3;padding:15px 18px;text-align:left}.fixed_price_orders_freelancer .project-files-table td{border-bottom:1px solid #eef2f7;color:#334155;font-size:15px;line-height:1.4;padding:18px;vertical-align:middle}.fixed_price_orders_freelancer .project-files-table tbody tr:last-child td{border-bottom:0}.fixed_price_orders_freelancer .project-file-name{align-items:center;display:flex;gap:12px;min-width:0}.fixed_price_orders_freelancer .project-file-icon{align-items:center;background:#eef7ff;color:#0077b5;display:inline-flex;flex:0 0 34px;font-size:18px;height:34px;justify-content:center;width:34px}.fixed_price_orders_freelancer .project-file-name span:last-child{color:#0f172a;font-weight:600;min-width:0;overflow-wrap:anywhere}.fixed_price_orders_freelancer .project-file-action-menu{display:inline-flex;justify-content:flex-end;position:relative;width:100%}.fixed_price_orders_freelancer .project-file-download,.fixed_price_orders_freelancer .project-file-menu-toggle{background:#fff;border:1px solid #cbd5e1;color:#334155;cursor:pointer;font-size:14px;font-weight:700;line-height:1;min-height:36px;padding:0 12px}.fixed_price_orders_freelancer .project-file-menu-toggle{border-left:0}.fixed_price_orders_freelancer .project-file-menu{background:#fff;border:1px solid #dbe3ed;box-shadow:0 12px 28px #0f172a29;padding:8px 0;position:absolute;right:0;top:42px;width:150px;z-index:10}.fixed_price_orders_freelancer .project-file-menu button{align-items:center;background:#0000;border:0;color:#334155;display:flex;font-size:14px;font-weight:600;gap:9px;min-height:36px;padding:0 14px;text-align:left;width:100%}.fixed_price_orders_freelancer .project-file-menu button:hover{background:#f1f5f9}.fixed_price_orders_freelancer .project-files-empty{align-items:center;color:#475569;display:flex;flex-direction:column;justify-content:center;min-height:210px;padding:34px 20px;text-align:center}.fixed_price_orders_freelancer .project-files-empty i{color:#0077b5;font-size:38px;line-height:1}.fixed_price_orders_freelancer .project-files-empty h5{color:#0f172a;font-size:20px;font-weight:700;line-height:1.25;margin:14px 0 8px}.fixed_price_orders_freelancer .project-files-empty p{font-size:15px;line-height:1.5;margin:0;max-width:520px}@media (max-width:991px){.fixed_price_orders_freelancer .project-files-layout{grid-template-columns:1fr}.fixed_price_orders_freelancer .project-files-filter{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(4,minmax(0,1fr))}.fixed_price_orders_freelancer .project-files-filter h4{grid-column:1/-1;margin-bottom:6px}.fixed_price_orders_freelancer .project-files-filter button{justify-content:center;margin-bottom:0;padding:0 10px;text-align:center}}@media (max-width:767px){.fixed_price_orders_freelancer .project-files-layout{gap:14px;margin-bottom:56px;margin-top:18px}.fixed_price_orders_freelancer .project-files-filter,.fixed_price_orders_freelancer .project-files-main{padding:16px}.fixed_price_orders_freelancer .project-files-filter{grid-template-columns:repeat(2,minmax(0,1fr))}.fixed_price_orders_freelancer .project-files-filter h4{font-size:18px}.fixed_price_orders_freelancer .project-files-filter button{font-size:14px;min-height:42px}.fixed_price_orders_freelancer .project-files-header{align-items:stretch;flex-direction:column;gap:12px}.fixed_price_orders_freelancer .project-files-header button{width:100%}.fixed_price_orders_freelancer .project-file-dropzone{min-height:140px;padding:20px}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@media (max-width:768px){.category .formob .mobile-scroll{display:flex!important;gap:15px;overflow-x:auto!important;padding:10px}.category .formob .mobile-scroll::-webkit-scrollbar{display:none}.category .formob .mobile-scroll>a{flex:0 0 auto!important;width:260px!important}.category .formob .mobile-card{display:block;width:100%}.category .formob .mobile-card img{background:#fff;border-radius:10px;height:180px;object-fit:contain;width:100%}.category .formob .img{background-position:50%!important;background-repeat:no-repeat!important;background-size:contain!important}.mobile-carousel .owl-nav button{background:#0faec3!important;border-radius:50%;color:#fff!important;height:35px;position:absolute;top:40%;width:35px}.mobile-carousel .owl-prev{left:-10px}.mobile-carousel .owl-next{right:-10px}.categorycarousel .owl-nav{display:flex;gap:10px;position:absolute;right:0;top:-50px}.categorycarousel{position:relative}.category .set{text-align:center!important}.category .set img{display:block;margin:0 auto}.category .set h6{font-size:20px;font-weight:500;margin-top:10px;text-align:center}.categorycarousel .owl-item .set{margin-left:auto;margin-right:auto;max-width:360px}.mobile-carousel .owl-nav{display:flex!important;gap:10px;justify-content:center;margin-top:10px}.category .formob .mobile-card h6{text-align:center!important;width:100%}@media (max-width:768px){.category .set,.category .set h6{text-align:center!important}.category .set h6{display:block!important;margin:10px auto 0!important;width:100%!important}}.category .set h6{font-size:20px!important}header.main_header .hed{padding-bottom:12px!important;padding-top:12px!important}.portfolio_upload .container{max-width:1200px!important}.portfolio_upload .portfolio_form_section{margin-top:45px!important}.portfolio_upload .portfolio_form_section h3{color:#000!important;margin-bottom:34px!important}.portfolio_upload .portfolio h4,.portfolio_upload .portfolio_form_section h3{font-size:26px!important;font-weight:700!important}.portfolio_upload .portfolio_upload_files{margin-top:42px!important}.portfolio_upload .portfolio_upload_files h3{color:#000!important;font-size:26px!important;font-weight:700!important;margin-bottom:28px!important}.portfolio_upload .portfolio_skill_search{position:relative!important}.portfolio_upload .portfolio_skill_selected{align-items:center!important;background:#fff!important;border:1px solid #ced4da!important;display:flex!important;flex-wrap:wrap!important;gap:8px!important;min-height:48px!important;padding:7px 12px!important;width:100%!important}.portfolio_upload .portfolio_skill_selected:focus-within{border-color:#2684ff!important;box-shadow:0 0 0 1px #2684ff!important}.portfolio_upload .portfolio_skill_selected .form-control{border:0!important;box-shadow:none!important;flex:1 1 220px!important;height:32px!important;min-width:180px!important;padding:0!important}.portfolio_upload .portfolio_skill_chip{align-items:center!important;background:#f7fbff!important;border:1px solid #b9c7d8!important;border-radius:16px!important;color:#1f2937!important;display:inline-flex!important;font-size:14px!important;gap:6px!important;padding:4px 9px!important}.portfolio_upload .portfolio_skill_chip button{background:#0000!important;border:0!important;color:#4b5563!important;line-height:1!important;padding:0!important}.portfolio_upload .portfolio_skill_dropdown{background:#fff!important;border:1px solid #d8dee8!important;box-shadow:0 8px 18px #0f172a1f!important;left:0!important;list-style:none!important;margin:0!important;max-height:250px!important;overflow-y:auto!important;padding:0!important;position:absolute!important;right:0!important;top:100%!important;z-index:20!important}.portfolio_upload .portfolio_skill_dropdown li{border-bottom:1px solid #eef2f7!important;cursor:pointer!important;padding:12px 14px!important}.portfolio_upload .portfolio_skill_dropdown li:hover{background:#1a73e8!important;color:#fff!important}@media (max-width:768px){.category .set h6{font-size:20px!important}}.mobile-category-list{display:flex;flex-direction:column;gap:12px}.mobile-card{align-items:center;background:#fff;border-radius:10px;display:flex;gap:12px;padding:12px}.mobile-card img{border-radius:8px;height:90px;object-fit:cover;width:90px}.mobile-card h6{color:#333;font-size:20px;font-weight:500;margin:0}.most-popular-section .mobile-card{align-items:center;background:#fff;border:1px solid #eee;border-radius:12px;display:flex!important;gap:12px;margin-bottom:12px;padding:12px}}@media (max-width:767px){.mobile-card{align-items:center;background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 1px 2px #0000000d;display:flex;gap:12px;margin-bottom:12px;padding:12px}header.main_header .hed .form{display:none!important}}.showcase_profile ul.Success.profile_inline_stats{gap:12px}.showcase_profile ul.Success.profile_inline_stats li{font-size:24px;font-weight:500;gap:5px;line-height:26px}.showcase_profile ul.Success.profile_inline_stats li span{margin-left:0}.showcase_profile .profile_country_flag,.showcase_profile .profile_stat_icon{align-items:center;display:inline-flex;height:26px!important;justify-content:center;max-height:26px!important;max-width:26px!important;min-width:26px!important;object-fit:contain;width:26px!important}.showcase_profile .profile_country_flag{object-fit:cover}.showcase_profile .profile_stat_star{color:#f4b000;font-size:26px;font-weight:900;line-height:26px;text-align:center}.showcase_profile .nav-tabs.maintabs{gap:14px;margin:28px 0 24px}.showcase_profile .nav-tabs.maintabs li .nav-link{align-items:center;background:#f7f7f7;border:1px solid #dfe3ea;border-radius:30px;color:#111;display:inline-flex;font-size:17px;font-weight:600;height:56px;justify-content:center;min-width:150px;padding:0 28px}.showcase_profile .nav-tabs.maintabs li .nav-link.active{background:#fff8ef;border-color:#f4c777}.showcase_profile .Profilein{border:1px solid #e7e9ee;box-shadow:0 2px 10px #0f172a1f;padding:20px}.showcase_profile .Profilein>.row{flex-wrap:nowrap;gap:28px}.showcase_profile .Profilein>.row>.col-lg-3{flex:0 0 220px;max-width:220px;width:220px}.showcase_profile .Profilein>.row>.col-lg-9{flex:1 1 auto;max-width:calc(100% - 248px)}.showcase_profile .imgus{background-position:50%;background-size:cover;border-radius:50%;height:150px;margin:0 auto 14px;overflow:visible;position:relative;width:150px}.showcase_profile .profile_online_dot{background:#24b341;border:3px solid #fff;border-radius:50%;box-shadow:0 1px 4px #0f172a40;height:18px;left:8px;position:absolute;top:8px;width:18px}.showcase_profile .file-label{color:#007e9a;font-size:22px;height:28px;left:-8px;line-height:28px;top:-12px;width:28px;z-index:2}.showcase_profile .profile_hourly_rate{background:#fff;color:#111;font-size:17px;font-weight:500;margin:0 0 12px;padding:10px 0 8px}.showcase_profile .profile_hourly_price{font-size:30px;font-weight:700;line-height:36px}.showcase_profile .profile_hourly_unit{font-size:17px;font-weight:500}.showcase_profile ul.users_text{margin-top:10px}.showcase_profile ul.users_text li{color:#5b6472;font-size:15px;gap:10px;margin-bottom:12px}.showcase_profile ul.users_text li i,.showcase_profile ul.users_text li img{min-width:18px;width:18px}.showcase_profile ul.users_text li .free-ava,.showcase_profile ul.users_text li.free-ava{border:1px solid #30c957;border-radius:4px;color:#00a824;display:inline-flex;font-size:16px;font-weight:600;padding:3px 10px;width:fit-content}.showcase_profile .profile_identity{margin:0 0 8px}.showcase_profile .profile_identity h5{color:#111;font-size:32px;font-weight:700;line-height:40px}.showcase_profile .profile_username{color:#444b55;font-size:18px;font-weight:500}.showcase_profile .profile_badges{gap:9px;margin-left:10px}.showcase_profile .profile_badges img{height:22px;width:22px}.showcase_profile ul.Success.profile_inline_stats{gap:15px;margin:8px 0 12px}.showcase_profile ul.Success.profile_inline_stats li{font-size:20px;gap:6px;line-height:24px}.showcase_profile .profile_country_flag,.showcase_profile .profile_stat_icon{height:22px!important;max-height:22px!important;max-width:22px!important;min-width:22px!important;width:22px!important}.showcase_profile .profile_stat_star{font-size:24px;line-height:22px}.showcase_profile .tab-content h3{color:#111;font-size:24px;font-weight:700;line-height:30px;margin:8px 0 12px;text-transform:none}.showcase_profile .tab-content ul.Developer li{color:#343b4a;font-size:16px;font-weight:400;line-height:28px}.showcase_profile .tab-content ul.Developer button{color:#007bff;font-size:16px}.showcase_profile .edit-profile.editProfile_sidebar{gap:24px;margin-bottom:15px;min-height:70px}.showcase_profile .edit-profile.editProfile_sidebar .bi-share{font-size:24px}.showcase_profile .editprofile-butn{border-radius:6px;font-size:18px;font-weight:600;height:70px;padding:20px 30px}.showcase_profile .select_sidebar.profile_sidebar{border:1px solid #e7e9ee;box-shadow:0 2px 10px #0f172a1f}.showcase_profile .select_package{padding:20px}.showcase_profile .select_package h4{font-size:18px;font-weight:600;margin-bottom:18px}.showcase_profile .profile_verification_icon_row{align-items:center;display:flex;justify-content:space-between;margin:0 0 16px}.showcase_profile .profile_verification_icon_row i{color:#008d36;font-size:30px}.showcase_profile .profile_verification_icon_row i.bi-facebook{color:#1877f2}.showcase_profile .profile_verify_tooltip_wrap{align-items:center;display:inline-flex;justify-content:center;position:relative}.showcase_profile .profile_verify_tooltip{align-items:center;background:#fff;border-radius:4px;box-shadow:0 12px 28px #0f172a38;color:#1f2937;display:none;font-size:18px;font-weight:400;gap:18px;left:50%;line-height:1.2;min-width:250px;padding:16px 20px;position:absolute;top:44px;transform:translateX(-50%);white-space:nowrap;z-index:20}.showcase_profile .profile_verify_tooltip_wrap:hover .profile_verify_tooltip{display:inline-flex}.showcase_profile .profile_verify_tooltip i{flex:0 0 auto;font-size:30px}.showcase_profile .profile_verify_tooltip i.bi-check{color:#008d36;font-size:18px;margin-left:auto}.showcase_profile .profile_verify_tooltip a{color:#0d6efd;font-size:16px;margin-left:auto;text-decoration:none}.showcase_profile .profile_verify_tooltip_facebook i.bi-facebook{color:#111827}.showcase_profile .profile_verification_stats{border:0;margin-bottom:18px;padding:0}.showcase_profile .profile_verification_stats p{grid-column-gap:12px;align-items:center;color:#1f2937;column-gap:12px;display:grid;font-size:16px;grid-template-columns:max-content 1fr max-content;margin:0 0 18px}.showcase_profile .profile_verification_stats p:before{background:#6fc8ec;content:"";height:2px;order:2}.showcase_profile .profile_verification_stats p span{order:1}.showcase_profile .profile_verification_stats p strong{color:#111827;font-weight:600;order:3}@media (max-width:767px){.showcase_profile .Profilein>.row{flex-wrap:wrap}.showcase_profile .Profilein>.row>.col-lg-3,.showcase_profile .Profilein>.row>.col-lg-9{flex:0 0 100%;max-width:100%;width:100%}}.showcase_profile .Portfolio{overflow:hidden}.showcase_profile .Portfolio>h4{align-items:center;display:flex;gap:16px;justify-content:space-between}.showcase_profile .profile_portfolio_filters{align-items:center;display:flex!important;flex-wrap:wrap;gap:8px;list-style:none!important;margin:0 0 18px!important;padding:0!important}.showcase_profile .profile_portfolio_filters li{list-style:none!important;margin:0!important;padding:0!important}.showcase_profile .profile_portfolio_filters button{background:#fff;border:1px solid #cbd5e1;border-radius:20px;color:#111827;font-weight:500;line-height:1.2;min-width:86px;padding:7px 24px}.showcase_profile .profile_portfolio_filters button.active{background:#e8f2ff;border-color:#b6cff6;color:#1f73e8}.showcase_profile .Portfolio .row.g-4{margin-left:-12px;margin-right:-12px}.showcase_profile .Portfolio .row.g-4>[class*=col-]{margin-bottom:24px;padding-left:12px;padding-right:12px}.showcase_profile .new-porfolio{background:#fff;border:1px solid #d8dee8;border-radius:8px;height:auto;overflow:visible;padding:0;position:relative;width:100%}.showcase_profile .new-porfolio img{border-radius:0;display:block;height:auto!important;max-height:none!important;max-width:100%!important;object-fit:contain;width:100%!important}.showcase_profile .new-porfolio h4{color:#111827;display:block;font-size:14px;font-weight:500;line-height:1.25;margin:0;min-height:58px;padding:10px 12px 12px}.showcase_profile .portfolio_card_actions{align-items:center;display:inline-flex;gap:6px;position:absolute;right:10px;top:8px;z-index:2}.showcase_profile .portfolio_card_action{align-items:center;background:#ffffffc7;border:0;border-radius:50%;color:#111827;cursor:pointer;display:inline-flex;height:24px;justify-content:center;line-height:1;padding:0;text-decoration:none;width:24px}.showcase_profile .portfolio_card_action:hover{background:#fff;color:#111827}.showcase_profile .portfolio_card_action i{background:#0000!important;border-radius:0!important;font-size:14px;height:auto!important;inset:auto!important;line-height:1;position:static!important;width:auto!important}@media (max-width:767px){.showcase_profile .Portfolio>h4{align-items:flex-start;flex-direction:column}.showcase_profile .new-porfolio img{height:auto!important;max-height:none!important}}.showcase_profile .profile_reviews_title{align-items:center;color:#111827;display:flex!important;flex-wrap:wrap;font-size:27px;font-weight:800;gap:0;justify-content:flex-start;line-height:1.1;margin-right:auto;width:fit-content}.showcase_profile .profile_reviews_summary{align-items:center;color:#111827;display:inline-flex;font-size:inherit;font-weight:inherit;gap:7px;line-height:inherit}.showcase_profile .profile_reviews_star{color:#111827;font-size:38px;line-height:1}.showcase_profile .profile_reviews_dot{font-weight:800}.showcase_profile .profile_review_toolbar{align-items:center;display:flex;gap:16px;justify-content:space-between;margin:6px 0 14px;position:relative}.showcase_profile .profile_review_type_select{background-color:#fff;border:1px solid #d5dbe5;border-radius:2px;color:#111827;font-size:16px;font-weight:400;height:38px;min-width:210px;outline:none;padding:6px 34px 6px 10px}.showcase_profile .profile_review_type_select:focus{border-color:#d5dbe5;box-shadow:none}.showcase_profile .profile_review_menu{position:relative}.showcase_profile .profile_review_menu:first-of-type{margin-left:auto}.showcase_profile .profile_review_menu_button{align-items:center;background:#0000;border:0;color:#111827;display:inline-flex;font-size:18px;font-weight:500;gap:8px;padding:6px 4px;white-space:nowrap}.showcase_profile .profile_review_menu_button i{font-size:14px}.showcase_profile .profile_review_dropdown{background:#fff;border-radius:2px;box-shadow:0 10px 26px #0f172a38;position:absolute;right:0;top:calc(100% + 6px);width:260px;z-index:20}.showcase_profile .profile_review_filter_dropdown{max-height:260px;overflow-y:auto;padding:18px 16px}.showcase_profile .profile_review_filter_dropdown h6{color:#111827;font-size:16px;font-weight:500;margin:0 0 14px}.showcase_profile .profile_review_filter_dropdown label{align-items:center;color:#343b4a;cursor:pointer;display:flex;font-size:15px;gap:10px;margin-bottom:16px}.showcase_profile .profile_review_filter_dropdown input{height:16px;margin:0;width:16px}.showcase_profile .profile_review_sort_dropdown{overflow:hidden;padding:0}.showcase_profile .profile_review_sort_dropdown button{background:#fff;border:0;color:#111827;font-size:16px;padding:14px 16px;text-align:left;width:100%}.showcase_profile .profile_review_sort_dropdown button.active,.showcase_profile .profile_review_sort_dropdown button:hover{outline:2px solid #3b82f6;outline-offset:-2px}@media (max-width:767px){.showcase_profile .profile_review_toolbar{align-items:flex-start;flex-direction:column}.showcase_profile .profile_review_menu:first-of-type{margin-left:0}.showcase_profile .profile_review_dropdown{left:0;right:auto}}.showcase_profile .viewShowcase-details{display:none!important}.showcase_profile .Profilein{padding:20px!important}.showcase_profile .Profilein>.row{align-items:flex-start!important;display:flex!important;flex-wrap:nowrap!important;gap:28px!important;max-width:none!important;width:auto!important}.showcase_profile .Profilein>.row>.col-lg-3{flex:0 0 25%!important;max-width:25%!important;width:25%!important}.showcase_profile .Profilein>.row>.col-lg-9{flex-basis:calc(75% - 28px);flex-grow:0;flex-shrink:0;max-width:calc(75% - 28px)!important;min-width:0!important;width:calc(75% - 28px)!important}.showcase_profile .imgus{background-position:50%!important;background-size:cover!important;border-radius:50%!important;height:150px!important;margin:0 auto 16px!important;max-height:150px!important;max-width:150px!important;min-height:150px!important;min-width:150px!important;overflow:visible!important;width:150px!important}.showcase_profile .profile_online_dot{border:2px solid #fff!important;height:17px!important;left:10px!important;top:10px!important;width:17px!important}.showcase_profile .file-label{background:#0000!important;height:22px!important;left:0!important;top:0!important;width:22px!important}.showcase_profile .profile_hourly_rate{background:#0000!important;color:#111!important;display:block!important;line-height:38px!important;margin:12px 0 18px!important;padding:0!important;white-space:nowrap!important}.showcase_profile .profile_hourly_price{color:#111!important;display:inline!important;font-size:32px!important;font-weight:700!important;line-height:38px!important;white-space:nowrap!important}.showcase_profile .profile_hourly_unit{color:#111!important;display:inline!important;font-size:18px!important;font-weight:500!important;line-height:24px!important;white-space:nowrap!important}.showcase_profile .profile_name_block{color:#111!important;margin:0 0 8px!important}.showcase_profile .profile_name_text{color:#111!important;display:block!important;font-size:32px!important;font-weight:700!important;line-height:38px!important}.showcase_profile .profile_username_line{align-items:center!important;display:flex!important;gap:8px!important}.showcase_profile .profile_username{color:#111!important;font-size:32px!important;font-weight:500!important;line-height:38px!important}.showcase_profile .profile_badges{align-items:center!important;display:inline-flex!important;margin-left:0!important}.showcase_profile .profile_badges img{height:24px!important;margin-left:0!important;object-fit:contain!important;width:24px!important}.showcase_profile ul.Success.profile_inline_stats{align-items:center!important;display:flex!important;margin:8px 0 18px!important;padding:0!important}.showcase_profile ul.Success.profile_inline_stats li{align-items:center!important;color:#111!important;display:inline-flex!important;font-size:32px!important;font-weight:400!important;line-height:38px!important}.showcase_profile ul.Success.profile_inline_stats .profile_stat_tooltip{align-items:center!important;cursor:default!important;display:inline-flex!important;justify-content:center!important;position:relative!important}.showcase_profile ul.Success.profile_inline_stats .profile_stat_tooltip:after{background:#151922!important;border-radius:4px!important;box-shadow:0 8px 20px #0003!important;color:#fff!important;content:attr(data-tooltip)!important;display:none!important;font-size:14px!important;font-weight:600!important;left:50%!important;line-height:18px!important;max-width:260px!important;padding:6px 10px!important;pointer-events:none!important;position:absolute!important;top:calc(100% + 8px)!important;transform:translateX(-50%)!important;white-space:normal!important;width:max-content!important;z-index:10000!important}.showcase_profile ul.Success.profile_inline_stats .profile_stat_tooltip:focus:after,.showcase_profile ul.Success.profile_inline_stats .profile_stat_tooltip:hover:after{display:block!important}.showcase_profile .profile_stat_icon{height:36px!important;min-width:36px!important;object-fit:contain!important;width:36px!important}.showcase_profile .profile_stat_star{align-items:center!important;color:#f4b000!important;display:inline-flex!important;font-size:0!important;height:36px!important;line-height:36px!important;margin-right:4px!important;min-height:36px!important}.showcase_profile .profile_stat_star:before{color:#f4b000!important;content:"★"!important;font-size:36px!important;line-height:36px!important}.showcase_profile .tab-content h3{color:#111!important;font-size:30px!important;font-weight:700!important;line-height:36px!important;margin:0 0 12px!important;max-width:100%!important;overflow-wrap:break-word!important}.showcase_profile .tab-content ul.Developer{margin:0!important;padding-left:26px!important}.showcase_profile .tab-content ul.Developer li{color:#374151!important;font-size:20px!important;font-weight:400!important;line-height:36px!important}.showcase_profile .profile_verification_stats p:before{content:none!important;display:none!important}.showcase_profile .profile_verification_stats p{display:flex!important;gap:18px!important;justify-content:space-between!important}.showcase_profile .Profilein>.row>.col-lg-3>.profile_hourly_rate{display:none!important}.showcase_profile .Profilein>.row>.col-lg-3>.users_text{display:block!important;list-style:none!important;margin:0!important;padding:0!important}.showcase_profile .Profilein>.row>.col-lg-3>.users_text>li{display:none!important}.showcase_profile .Profilein>.row>.col-lg-3>.users_text .availability-overlay,.showcase_profile .Profilein>.row>.col-lg-3>.users_text .avaivlable-modal{display:block!important}.showcase_profile .profile_badges{gap:4px!important}.showcase_profile ul.Success.profile_inline_stats{gap:0!important;margin:8px 0 4px!important}.showcase_profile ul.Success.profile_inline_stats li{font-size:24px!important;gap:0!important;line-height:30px!important}.showcase_profile ul.Success.profile_inline_stats li:first-child{margin-right:9px!important}.showcase_profile ul.Success.profile_inline_stats li:nth-child(2){margin-right:10px!important}.showcase_profile .profile_rate_status{align-items:baseline!important;color:#111!important;display:flex!important;gap:10px!important;margin:2px 0 22px!important;white-space:nowrap!important}.showcase_profile .profile_rate_status .profile_hourly_price{color:#111!important;font-size:26px!important;font-weight:700!important;line-height:32px!important}.showcase_profile .profile_center_availability,.showcase_profile .profile_rate_status .profile_hourly_unit{color:#111!important;font-size:20px!important;font-weight:400!important;line-height:26px!important}.showcase_profile .profile_center_availability{margin-left:18px!important}.showcase_profile .profile_meta_row{align-items:center!important;color:#5b6472!important;display:flex!important;flex-wrap:nowrap!important;font-size:18px!important;gap:14px!important;line-height:24px!important;margin:14px 0!important;white-space:nowrap!important}.showcase_profile .profile_meta_row span{align-items:center!important;display:inline-flex!important;gap:8px!important}.showcase_profile .profile_meta_row img{height:16px!important;object-fit:cover!important;width:24px!important}.showcase_profile .profile_meta_row i{color:#111!important;font-size:22px!important;line-height:1!important}.showcase_profile .profile_meta_row .bi-hand-thumbs-up-fill,.showcase_profile .profile_meta_row .bi-heart-fill{color:#d9d9d9!important}.showcase_profile .tab-content ul.Developer{list-style:none!important;padding-left:0!important}.showcase_profile .tab-content ul.Developer>div{color:#111!important;font-size:20px!important;font-weight:400!important;line-height:32px!important}.showcase_profile .edit-profile.editProfile_sidebar{align-items:center!important;display:flex!important;gap:22px!important;justify-content:flex-end!important;margin-bottom:34px!important}.showcase_profile .edit-profile.editProfile_sidebar .bi-share{color:#111!important;font-size:28px!important}.showcase_profile .profile_share_button{align-items:center!important;background:#0000!important;border:0!important;color:#111!important;cursor:pointer!important;display:inline-flex!important;justify-content:center!important;padding:0!important}.showcase_profile .edit-profile.editProfile_sidebar .editprofile-butn{background:#fff!important;border:1px solid #b8c3d3!important;border-radius:6px!important;color:#263449!important;font-size:22px!important;font-weight:700!important;height:70px!important;min-width:188px!important;padding:0 28px!important}.showcase_profile .Profilein>.row{flex-wrap:wrap!important;row-gap:6px!important}.showcase_profile .Profilein>.row>.col-lg-12{flex:0 0 100%!important;max-width:100%!important;min-width:0!important;width:100%!important}.showcase_profile .profile_header_combined{align-items:flex-start!important;display:flex!important;gap:12px!important}.showcase_profile .profile_header_photo{flex:0 0 150px!important;max-width:150px!important;width:150px!important}.showcase_profile .profile_header_content{flex:1 1 auto!important;min-width:0!important}.showcase_profile .profile_header_photo .imgus{margin:0 auto!important}.showcase_profile .profile_header_photo>.profile_hourly_rate,.showcase_profile .profile_header_photo>.users_text>li{display:none!important}.showcase_profile .Profilein>.row>.col-lg-12 h3{margin-top:0!important}.showcase_profile .profile_online_dot{display:none!important}.showcase_profile .profile_photo_status_button{align-items:center!important;background:#0000!important;border:0!important;bottom:8px!important;color:#0088b8!important;cursor:pointer!important;display:inline-flex!important;height:30px!important;justify-content:center!important;padding:0!important;position:absolute!important;right:0!important;width:30px!important}.showcase_profile .profile_photo_status_dot{background:#1fc24f!important;border:2px solid #fff!important;border-radius:50%!important;height:18px!important;position:static!important;width:18px!important}.showcase_profile .profile_photo_location{align-items:center!important;color:#5b6472!important;display:none!important;font-size:18px!important;gap:8px!important;line-height:24px!important;margin:10px 0 0!important;white-space:nowrap!important}.showcase_profile .profile_photo_location img{height:16px!important;object-fit:cover!important;width:24px!important}.showcase_profile .profile_language{color:#111!important;font-size:20px!important;font-weight:400!important;line-height:26px!important;margin-left:20px!important}.showcase_profile .profile_language .bi{color:#111!important;font-size:22px!important;line-height:1!important;margin-right:6px!important;vertical-align:-2px!important}.showcase_profile .profile_meta_availability{color:#111!important;font-size:20px!important;font-weight:400!important;line-height:26px!important;margin-left:auto!important}.showcase_profile .profile_availability_edit{align-items:center!important;background:#0000!important;border:0!important;color:#111!important;cursor:pointer!important;display:inline-flex!important;height:26px!important;justify-content:center!important;margin-right:8px!important;padding:0!important;width:26px!important}.profile_mobile_verify_panel,.showcase_profile .profile_mobile_actions,.showcase_profile .profile_mobile_verify_next{display:none!important}@media (min-width:768px){.showcase_profile ul.Success.profile_inline_stats .profile_mobile_verify_next{display:none!important}}.showcase_profile .profile_mobile_verify_next button{align-items:center!important;background:#fff!important;border:1px solid #c6d0dd!important;border-radius:50%!important;color:#111!important;display:inline-flex!important;font-size:20px!important;height:36px!important;justify-content:center!important;line-height:1!important;padding:0!important;width:36px!important}.showcase_profile .profile_rate_location{align-items:center!important;color:#5b6472!important;display:inline-flex!important;font-size:20px!important;font-weight:400!important;gap:8px!important;line-height:26px!important}.showcase_profile .profile_rate_location img{height:16px!important;object-fit:cover!important;width:24px!important}@media (max-width:767px){.showcase_profile .nav-tabs.maintabs{display:none!important}.showcase_profile .Profilein{overflow:hidden!important;padding:16px 14px!important}.showcase_profile .Profilein>.row{display:flex!important;flex-direction:column!important;margin:0!important;row-gap:12px!important}.showcase_profile .Profilein>.row>[class*=col-]{flex:0 0 100%!important;max-width:100%!important;min-width:0!important;padding-left:0!important;padding-right:0!important;width:100%!important}.showcase_profile .profile_header_combined{align-items:center!important;flex-direction:column!important;gap:12px!important}.showcase_profile .profile_header_content,.showcase_profile .profile_header_photo{flex:0 0 auto!important;max-width:100%!important;width:100%!important}.showcase_profile .imgus{height:150px!important;margin:0 auto 12px!important;width:150px!important}.showcase_profile .profile_identity{text-align:center!important}.showcase_profile .profile_name_block{align-items:center!important}.showcase_profile .profile_name_text{font-size:30px!important;line-height:36px!important}.showcase_profile .profile_username_line{flex-wrap:wrap!important;gap:6px!important;justify-content:center!important}.showcase_profile .profile_username{font-size:28px!important;line-height:34px!important}.showcase_profile ul.Success.profile_inline_stats{justify-content:center!important;margin:6px 0 8px!important}.showcase_profile ul.Success.profile_inline_stats li{font-size:24px!important;line-height:30px!important}.showcase_profile .profile_rate_status{flex-wrap:wrap!important;gap:6px 10px!important;justify-content:center!important;margin:4px 0 12px!important;white-space:normal!important}.showcase_profile .profile_language{margin-left:8px!important}.showcase_profile .profile_mobile_actions{align-items:center!important;display:flex!important;gap:16px!important;margin:18px 0 16px!important;width:100%!important}.showcase_profile .profile_mobile_actions .editprofile-butn{background:#fff!important;border:1px solid #b8c3d3!important;border-radius:4px!important;color:#263449!important;flex:1 1 auto!important;font-size:20px!important;font-weight:700!important;height:56px!important}.showcase_profile .profile_mobile_actions .profile_share_button{flex:0 0 auto!important}.showcase_profile .profile_mobile_actions .bi-share{color:#111!important;font-size:28px!important}.showcase_profile .editProfile_sidebar.profile_sidebar_actions,.showcase_profile .select_sidebar.profile_sidebar{display:none!important}.showcase_profile ul.Success.profile_inline_stats .profile_mobile_verify_next{display:inline-flex!important;margin-left:10px!important;margin-right:0!important}.showcase_profile .profile_rate_location{font-size:18px!important;line-height:24px!important}.showcase_profile .Profilein>.row>.col-lg-12 h3,.showcase_profile .tab-content h3{font-size:28px!important;line-height:34px!important;margin:10px 0 12px!important;text-align:left!important}.showcase_profile .profile_meta_row{flex-wrap:wrap!important;font-size:16px!important;gap:10px 14px!important;line-height:22px!important;white-space:normal!important}.showcase_profile .profile_meta_availability{margin-left:0!important}.showcase_profile .tab-content ul.Developer>div{font-size:18px!important;line-height:28px!important}.profile_mobile_verify_panel{align-items:flex-start!important;background:#ffffffeb!important;display:flex!important;inset:0!important;justify-content:center!important;overflow-y:auto!important;padding:104px 14px 24px!important;position:fixed!important;z-index:9999!important}.profile_mobile_verify_card{background:#fff!important;border:1px solid #e3e6ea!important;box-shadow:0 6px 20px #0000001f!important;max-width:420px!important;min-height:620px!important;padding:0 22px 24px!important;width:100%!important}.profile_mobile_verify_header{align-items:center!important;border-bottom:1px solid #e3e6ea!important;display:flex!important;gap:18px!important;padding:18px 0 20px!important}.profile_mobile_verify_header h4{color:#111!important;font-size:24px!important;font-weight:700!important;line-height:30px!important;margin:0!important}.profile_mobile_verify_back{align-items:center!important;background:#fff!important;border:1px solid #c6d0dd!important;border-radius:50%!important;color:#111!important;display:inline-flex!important;font-size:24px!important;height:44px!important;justify-content:center!important;width:44px!important}.profile_mobile_verify_card .profile_verification_icon_row{display:flex!important;justify-content:space-between!important;padding:28px 0 22px!important}.profile_mobile_verify_card .profile_verification_icon_row i{color:#00943c!important;font-size:32px!important}.profile_mobile_verify_card .profile_verification_icon_row .bi-facebook{color:#1877f2!important}.profile_mobile_verify_card .profile_verification_stats p{color:#111!important;display:flex!important;font-size:20px!important;justify-content:space-between!important;line-height:26px!important;margin:0 0 24px!important}.profile_mobile_verify_card .profile_verification_stats strong{font-weight:700!important}.profile_mobile_verify_meta{color:#5b6472!important;display:flex!important;flex-wrap:wrap!important;font-size:18px!important;gap:18px 20px!important;line-height:24px!important;margin-top:74px!important}.profile_mobile_verify_meta span{align-items:center!important;display:inline-flex!important;gap:8px!important}.profile_mobile_verify_meta i{color:#111!important;font-size:24px!important}}.portfolio_detail_overlay{align-items:center!important;background:#00000094!important;display:flex!important;inset:0!important;justify-content:center!important;padding:24px!important;position:fixed!important;z-index:1060!important}.portfolio_detail_modal{background:#fff!important;border-radius:0!important;border-top:10px solid #4b5563!important;box-shadow:0 20px 60px #00000059!important;max-height:calc(100vh - 48px)!important;overflow:auto!important;position:relative!important;width:min(1320px,calc(100vw - 48px))!important}.portfolio_detail_close{background:#0000!important;border:0!important;color:#111!important;cursor:pointer!important;font-size:38px!important;line-height:1!important;padding:0!important;position:absolute!important;right:18px!important;top:14px!important;z-index:2!important}.portfolio_detail_main{display:grid!important;grid-template-columns:minmax(0,1fr) 360px!important;min-height:720px!important}.portfolio_detail_project{padding:34px 38px!important}.portfolio_detail_project h2{color:#111!important;font-size:34px!important;font-weight:700!important;line-height:1.15!important;margin:0 48px 14px 0!important;max-width:760px!important}.portfolio_detail_category{color:#333!important;font-size:16px!important;letter-spacing:.02em!important;margin:0 0 34px!important;text-transform:uppercase!important}.portfolio_detail_image_wrap{align-items:center!important;display:flex!important;justify-content:center!important;min-height:520px!important}.portfolio_detail_image_wrap img{display:block!important;max-height:620px!important;object-fit:contain!important;width:100%!important}.portfolio_detail_sidebar{border-left:1px solid #cfd6df!important;padding:34px 30px!important}.portfolio_detail_freelancer{align-items:flex-start!important;display:flex!important;gap:14px!important;margin-bottom:30px!important}.portfolio_detail_avatar_wrap{flex:0 0 76px!important;height:76px!important;position:relative!important;width:76px!important}.portfolio_detail_avatar{border:1px solid #e5e7eb!important;border-radius:50%!important;height:76px!important;object-fit:cover!important;width:76px!important}.portfolio_detail_avatar_dot{background:#a9b7c7!important;border-radius:50%!important;bottom:0!important;height:12px!important;position:absolute!important;right:7px!important;width:12px!important}.portfolio_detail_name{align-items:center!important;color:#111!important;display:flex!important;font-size:17px!important;font-weight:700!important;gap:8px!important;margin-top:8px!important}.portfolio_detail_flag{height:18px!important;object-fit:cover!important;width:26px!important}.portfolio_detail_metrics{grid-gap:12px!important;color:#111!important;display:grid!important;font-size:17px!important;gap:12px!important;margin-bottom:22px!important}.portfolio_detail_metric{align-items:center!important;display:flex!important;gap:8px!important}.portfolio_detail_star{color:#e6007e!important}.portfolio_detail_earning{align-items:center!important;background:#009444!important;border-radius:50%!important;color:#fff!important;display:inline-flex!important;font-weight:700!important;height:20px!important;justify-content:center!important;width:20px!important}.portfolio_detail_earning_bars{color:#009444!important;font-size:14px!important;letter-spacing:1px!important}.portfolio_detail_rate{color:#111!important;font-size:18px!important;font-weight:700!important;margin:0 0 18px!important}.portfolio_detail_contact{background:#1f7ae0!important;border:0!important;border-radius:3px!important;color:#fff!important;font-size:20px!important;font-weight:700!important;height:54px!important;margin-bottom:28px!important;width:100%!important}.portfolio_detail_about h3,.portfolio_detail_skills h3{color:#111!important;font-size:18px!important;font-weight:700!important;margin:0 0 16px!important}.portfolio_detail_about p{color:#222!important;font-size:17px!important;line-height:1.55!important;margin:0 0 28px!important}.portfolio_detail_skill_list{border-bottom:1px solid #d6dce3!important;display:flex!important;flex-wrap:wrap!important;gap:8px!important;padding-bottom:28px!important}.portfolio_detail_skill{align-items:center!important;background:#fff!important;border:1px solid #9aa8b8!important;border-radius:4px!important;color:#405064!important;display:inline-flex!important;font-size:16px!important;font-weight:700!important;padding:7px 12px!important}.portfolio_detail_share{align-items:center!important;color:#111!important;display:flex!important;font-size:18px!important;gap:18px!important;margin-top:26px!important}.portfolio_detail_share i{color:#111827!important;font-size:24px!important}@media (max-width:991px){.portfolio_detail_overlay{padding:12px!important}.portfolio_detail_modal{max-height:calc(100vh - 24px)!important;width:calc(100vw - 24px)!important}.portfolio_detail_main{grid-template-columns:1fr!important;min-height:0!important}.portfolio_detail_project{padding:24px 18px!important}.portfolio_detail_project h2{font-size:26px!important;margin-right:44px!important}.portfolio_detail_category{margin-bottom:20px!important}.portfolio_detail_image_wrap{min-height:260px!important}.portfolio_detail_image_wrap img{max-height:360px!important}.portfolio_detail_sidebar{border-left:0!important;border-top:1px solid #cfd6df!important;padding:24px 18px!important}}.browse_jobs.findjobs .filter .filter_switch_row{align-items:center;display:flex;gap:10px;margin:8px 0;min-height:30px;width:100%}.browse_jobs.findjobs .filter .filter_switch_input{appearance:none;-webkit-appearance:none;background:#e5e7eb;border:0;border-radius:999px;cursor:pointer;flex:0 0 40px;height:22px!important;margin:0;max-width:40px!important;min-width:40px!important;position:relative;transition:background .18s ease;width:40px!important}.browse_jobs.findjobs .filter .filter_switch_input:before{background:#b8b8b8;border-radius:50%;content:"";height:16px;left:3px;position:absolute;top:3px;transition:transform .18s ease,background .18s ease;width:16px}.browse_jobs.findjobs .filter .filter_switch_input:checked{background:#0b83bd}.browse_jobs.findjobs .filter .filter_switch_input:checked:before{background:#fff;transform:translateX(18px)}.browse_jobs.findjobs .filter .filter_switch_label{color:#2b2f38;flex:0 1 auto;line-height:22px;min-width:0;white-space:normal}.browse_jobs.findjobs .filter .form-check-input[type=checkbox],.browse_jobs.findjobs .filter .listening input[type=checkbox],.browse_jobs.findjobs .filter input[type=checkbox].filter_switch_input{display:inline-block!important;flex:0 0 40px!important;max-width:40px!important;min-width:40px!important;width:40px!important}.browse_jobs.findjobs .filter .filter_switch_row .filter_switch_label{margin-bottom:0}@media (max-width:991px){.browse_jobs.findjobs.filter-drawer-open .filtericon_main>img.filtericon,body.search-filter-drawer-open .navbar-toggler{display:none!important}}.browse_jobs.findjobs .filter ul.listening.listening_switch_grid{grid-gap:12px 14px!important;display:grid!important;gap:12px 14px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;list-style:none!important;margin:8px 0 16px!important;padding:0!important}.browse_jobs.findjobs .filter ul.listening.listening_switch_grid>li.listening_switch_row{align-items:center!important;display:flex!important;font-size:14px!important;gap:8px!important;margin:0!important;min-width:0!important;width:100%!important}.browse_jobs.findjobs .filter ul.listening.listening_switch_grid>li.listening_switch_row .filter_switch_input{margin:0!important;top:auto!important}.browse_jobs.findjobs .filter ul.listening.listening_switch_grid>li.listening_switch_row .listening_switch_label{font-size:14px!important;font-weight:700!important;line-height:1.25!important;min-width:0!important;text-transform:uppercase!important}.bid-upgrade-toggle{flex:0 0 auto}.bid-upgrade-switch{display:inline-block;height:26px;position:relative;width:46px}.bid-upgrade-switch-input{height:0;opacity:0;width:0}.bid-upgrade-switch-slider{background:#e5e7eb;border-radius:999px;cursor:pointer;inset:0;position:absolute;transition:all .2s ease}.bid-upgrade-switch-slider:before{background:#a4afb8;border-radius:50%;content:"";height:18px;left:3px;position:absolute;top:3px;transition:transform .2s ease;width:18px}.bid-upgrade-switch-input:checked+.bid-upgrade-switch-slider{background:#0b83bd}.bid-upgrade-switch-input:checked+.bid-upgrade-switch-slider:before{background:#fff;transform:translateX(20px)}.bid-upgrade-switch-input:focus+.bid-upgrade-switch-slider{box-shadow:0 0 0 3px #0b83bd2e}.bid-upgrade-badge{align-items:center;background:#eef2ff;border-radius:999px;color:#1d4ed8;display:inline-flex;font-size:14px;font-weight:700;min-height:27px;padding:2px 12px}.bid-upgrade-badge--sponsored{background:#fff0d9;border:1px solid #f2c47a;color:#c57f00}.bid-upgrade-badge--sealed{background:#f0f9ff;border:1px solid #a9d4f6;color:#0c5ec2}.bid-upgrade-badge--highlight{background:#eff6ff;border:1px solid #bfdbfe;color:#1e3a8a}.bid-upgrade-row{grid-gap:14px;align-items:flex-start;border-top:1px solid #e8ecf1;display:grid;gap:14px;grid-template-columns:auto 1fr auto;padding:12px 0}.bid-upgrade-row:first-of-type{border-top:0}.bid-upgrade-copy p{color:#3f4a5a;font-size:14px;line-height:1.45;margin:4px 0 0}.bid-upgrade-price{color:#111827;font-size:14px;font-weight:700;white-space:nowrap}.Job_Details .Design.job-details-skills-list,.Job_Details .job-details-skills-list{align-items:center!important;color:#006eff;display:flex!important;flex-wrap:wrap!important;gap:0!important;list-style:none;margin:8px 0 18px!important;padding:0}.Job_Details .Design.job-details-skills-list li.job-details-skills-item,.Job_Details .job-details-skills-item{align-items:center;color:#006eff;display:inline-flex;font-size:16px;gap:0;justify-content:flex-start;line-height:1.35;margin:0;min-width:0;white-space:nowrap}.Job_Details .job-details-skills-separator-item{align-items:center;display:inline-flex;justify-content:center;margin:0;min-width:28px;padding:0;width:28px}.Job_Details .set ul.Design li{background:#0000;border-radius:0;color:#06f;font-weight:500;line-height:1.6;margin-right:0;padding:0}.Job_Details .Design.job-details-skills-list li .job-details-skills-separator,.Job_Details .job-details-skills-separator{align-items:center;color:#00142d;display:inline-flex;flex:0 0 auto;font-size:0;height:20px;justify-content:center;line-height:1;margin:0;width:4px}.Job_Details .Design.job-details-skills-list li .job-details-skills-separator:before,.Job_Details .job-details-skills-separator:before{background:currentColor;border-radius:50%;content:"";display:block;height:4px;width:4px}@media (max-width:767px){.Job_Details .Design.job-details-skills-list,.Job_Details .job-details-skills-list,.Job_Details .set ul.Design.job-details-skills-list{align-items:center!important;display:flex!important;flex-wrap:wrap!important;gap:0!important;list-style:none!important;margin:8px 0 18px!important;padding:0!important}.Job_Details .Design.job-details-skills-list li.job-details-skills-item,.Job_Details .job-details-skills-item,.Job_Details .set ul.Design.job-details-skills-list li.job-details-skills-item{align-items:center!important;background:#0000!important;border-radius:0!important;color:#06f!important;display:inline-flex!important;font-weight:500!important;line-height:1.6!important;margin:0!important;max-width:none!important;padding:0!important;white-space:nowrap!important;width:auto!important}.Job_Details .job-details-skills-separator-item{align-items:center!important;background:#0000!important;border-radius:0!important;display:inline-flex!important;justify-content:center!important;line-height:1.6!important;margin:0!important;max-width:28px!important;min-width:28px!important;padding:0!important;width:28px!important}.browse_jobs.findjobs .find-project-card .find-heading{font-size:22px!important;line-height:1.25!important;margin-bottom:10px!important;max-width:100%!important;padding-right:0!important;width:100%!important}.browse_jobs.findjobs .find-project-card .find-heading a{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important}}.Job_Details .set ul.Design.job-details-skills-list li{background:#0000;border-radius:0;color:#06f;font-weight:500;line-height:1.6;margin-right:0;padding:0}.browse_jobs.findjobs .find-project-card .Budget,.browse_jobs.findjobs .find-project-card .find-heading,.browse_jobs.findjobs .find-project-card .find-project-description,.browse_jobs.findjobs .find-project-card .find-project-skills,.browse_jobs.findjobs .find-project-card .project-rating-row,.browse_jobs.findjobs .find-project-card .row,.browse_jobs.findjobs .find-project-card h6:not(.ind),.browse_jobs.findjobs .find-project-card>.row{background:#fff!important}.browse_jobs.findjobs .col-lg-8>.set.find-project-card:hover{border-color:#b7c8dc;box-shadow:0 14px 32px #0a1e381a;transform:translateY(-1px)}.browse_jobs.findjobs .find-project-card .find-heading{font-size:20px;line-height:1.25;margin:0 0 8px;padding-right:150px}.browse_jobs.findjobs .find-project-card .find-heading a{color:#006eff;font-weight:600;text-decoration:none}.browse_jobs.findjobs .find-project-card h6{color:#00142d;font-size:16px;font-weight:700;line-height:1.35}.browse_jobs.findjobs .find-project-card .find-bid-now{background:#007fed;border:1px solid #007fed;border-radius:6px;color:#fff!important;font-size:15px;font-weight:800;min-width:112px;padding:9px 18px;text-align:center;text-decoration:none}.browse_jobs.findjobs .find-project-card .Budget{color:#4b5b70;display:flex;flex-wrap:wrap;font-size:15px;gap:8px 10px;margin:11px 0 12px}.browse_jobs.findjobs .find-project-card .Budget b,.browse_jobs.findjobs .find-project-card .Budget span{align-items:center;display:inline-flex;gap:3px}.browse_jobs.findjobs .find-project-card .Budget span:first-child{gap:3px!important}.browse_jobs.findjobs .find-project-card .Budget span:first-child .me-2,.browse_jobs.findjobs .find-project-card .Budget span:first-child i,.browse_jobs.findjobs .find-project-card .Budget span:first-child svg{margin-right:0!important;width:auto!important}.browse_jobs.findjobs .find-project-card .ind span{align-items:center;border-radius:999px;color:#1f2937;display:inline-flex;filter:saturate(.68) brightness(1.08);font-size:12px;font-weight:800;margin-bottom:6px;margin-right:7px;opacity:.82;padding:4px 9px}.find-project-description{color:#17243a;font-size:16px;line-height:1.48;margin:8px 0 13px;max-width:100%}.find-project-description,.find-project-description *{color:#17243a!important}.find-project-description ol,.find-project-description p,.find-project-description ul{margin-bottom:10px;margin-top:0}.find-project-more-btn{background:#0000;border:0;color:#006eff;cursor:pointer;display:inline;font:inherit;font-weight:700;padding:0}.find-project-more-btn:focus,.find-project-more-btn:hover{text-decoration:underline}.find-project-skills{align-items:center;color:#006eff;display:flex;flex-wrap:wrap;font-size:16px;gap:0 8px;line-height:1.45;margin:8px 0 12px}.find-project-skill,.find-project-skill-more{color:#006eff;font-weight:500}.find-project-skill-dot{color:#00142d;font-weight:600}.find-project-skill-more{appearance:none;background:#0000;border:0;box-shadow:none;cursor:pointer;outline:none;padding:0}.find-project-skill-more:focus,.find-project-skill-more:hover{text-decoration:underline}.browse_jobs.findjobs .find-project-card .bi-star-fill{color:#f5b301}.browse_jobs.findjobs .find-project-card .bi-chat-square-dots{color:#7b8794}.browse_jobs.findjobs .find-project-card .find-project-skill-item{color:#006eff;font-size:16px;line-height:1.35;min-width:0}.browse_jobs.findjobs .find-project-card .find-project-skill{color:#006eff;font-weight:500;min-width:0;text-decoration:none;word-break:break-word}.browse_jobs.findjobs .find-project-card .find-project-skill-dot{color:#00142d;font-size:24px;line-height:1}.browse_jobs.findjobs .find-project-card .find-project-skills{align-items:center!important;display:flex!important;flex-wrap:wrap!important;gap:0 8px!important;margin:8px 0 12px!important}.browse_jobs.findjobs .find-project-card .find-project-skill-item{align-items:center!important;display:inline-flex!important;gap:6px!important;max-width:none!important;white-space:nowrap!important;width:auto!important}.browse_jobs.findjobs .find-project-card .find-project-skill,.browse_jobs.findjobs .find-project-card .find-project-skill-more{display:inline!important;white-space:nowrap!important}.browse_jobs.findjobs .find-project-card .find-project-skill-dot{align-items:center!important;display:inline-flex!important;font-size:20px!important;line-height:1!important}.Job_Details .job-details-bid-panel{margin-bottom:30px}.Job_Details .job-details-bid-panel .row{margin-left:0;margin-right:0}.Job_Details .form-ui.bid-composer{display:block;margin:0;width:100%}.Job_Details .bid-card{background:#fff;border:1px solid #d7e2ee;border-radius:10px;box-shadow:0 12px 30px #0f172a14;overflow:hidden;width:100%}.Job_Details .bid-card-header{background:#fff;border-bottom:1px solid #edf2f7;padding:28px 34px 16px}.Job_Details .bid-card-title{color:#0f172a;font-size:24px;font-weight:700;line-height:1.2;margin:0 0 8px}.Job_Details .bid-card-copy{color:#475467;font-size:17px;line-height:1.55;margin:0}.Job_Details .bid-card-body{padding:28px 34px 32px}.Job_Details .bid-composer-grid{margin-left:-10px;margin-right:-10px;row-gap:22px}.Job_Details .bid-composer-grid>[class*=col-]{padding-left:10px;padding-right:10px}.Job_Details .bid-field{position:relative}.Job_Details .bid-field-label{color:#111827;display:block;font-size:17px;font-weight:600;line-height:1.35;margin:0 0 10px}.Job_Details .bid-field .icon-bid{color:#111827;font-size:18px;left:18px}.Job_Details .bid-field .bid-input,.Job_Details .bid-field .icon-bid{line-height:1;pointer-events:none;position:absolute;top:61px;z-index:1}.Job_Details .bid-field .bid-input{color:#1f2937;font-size:15px;margin:0;right:18px}.Job_Details .bid-composer input.bid-field-control,.Job_Details .bid-composer textarea.bid-milestones-textarea,.Job_Details .bid-composer textarea.bid-proposal-textarea{background:#fff!important;border:1px solid #cfd8e3!important;border-radius:12px!important;box-shadow:none!important;color:#111827!important;width:100%!important}.Job_Details .bid-composer input.bid-field-control{height:52px!important;line-height:52px!important;padding:0 18px!important}.Job_Details .bid-field-amount input.bid-field-control{padding-left:36px!important;padding-right:126px!important}.Job_Details .bid-field-limit input.bid-field-control{padding-right:72px!important}.Job_Details .bid-composer textarea.bid-milestones-textarea,.Job_Details .bid-composer textarea.bid-proposal-textarea{line-height:1.6!important;min-height:148px;padding:14px 16px!important;resize:vertical}.Job_Details .bid-composer .form-control:focus{border-color:#0b83bd!important;box-shadow:0 0 0 3px #0b83bd1f!important}.Job_Details .bid-rate-summary{margin-top:-8px}.Job_Details .bid-rate-summary p{color:#344054;font-size:16px;line-height:1.5;margin:0}.Job_Details .bid-rate-summary i{color:#0b83bd}.Job_Details .bid-proposal-block{margin-top:4px}.Job_Details .bid-proposal-label{margin-bottom:12px}.Job_Details .bid-proposal-tools{align-items:center;display:flex;flex-wrap:wrap;gap:14px;margin-bottom:14px}.Job_Details .bid-ai-toggle{align-items:center;color:#344054;cursor:pointer;display:inline-flex;font-size:16px;font-weight:500;gap:10px;line-height:1.3;margin:0}.Job_Details .bid-ai-toggle input[type=checkbox]{accent-color:#0b83bd;border:0!important;border-radius:4px!important;cursor:pointer;height:18px!important;line-height:1!important;margin:0!important;max-width:18px!important;min-width:18px!important;width:18px!important}.Job_Details .bid-ai-button{align-items:center;background:#eef8ff!important;border:1px solid #0b83bd!important;border-radius:999px!important;box-shadow:none!important;color:#0b83bd!important;display:inline-flex;font-size:15px!important;font-weight:700!important;justify-content:center;left:auto!important;line-height:1!important;min-height:40px;padding:0 16px!important;position:static!important}.Job_Details .bid-ai-button:hover{background:#dff1ff!important}.Job_Details .bid-section-title{color:#111827;font-size:18px;font-weight:700;line-height:1.35;margin:0 0 14px}.Job_Details .set .job-details-description{color:#111827;font-size:16.5px;font-weight:400;line-height:1.38;margin:28px 8px 24px}@media (max-width:1199.98px){p{font-size:16px;margin:28px 5px 24px}}.Job_Details .bid-actions{align-items:center;display:flex;gap:12px;margin-top:24px}.Job_Details .bid-actions .bid-btn{align-items:center;background:#0b83bd!important;border:0!important;border-radius:8px!important;box-shadow:none!important;color:#fff!important;display:inline-flex;font-size:15px!important;font-weight:700!important;justify-content:center;left:auto!important;line-height:1!important;min-height:42px;padding:0 22px!important;position:static!important}.Job_Details .bid-actions .bid-btn:hover{background:#096b9b!important}.Job_Details .posted .posted-stat-col,.Job_Details .posted .posted-stat-col h2,.Job_Details .posted .posted-stat-col h4,.Job_Details .posted .posted-stat-col p{text-align:center!important}.Job_Details .job-proposal-listing .proposal-section-heading{align-items:flex-start;background:#eef8ff;border-bottom:1px solid #e3edf6;display:flex;gap:16px;justify-content:space-between;padding:18px 22px}.Job_Details .job-proposal-listing .proposal-section-heading h2{color:#111827;font-size:20px;font-weight:700;line-height:1.25;margin:0 0 8px}.Job_Details .job-proposal-listing .proposal-section-heading p,.Job_Details .job-proposal-listing .proposal-section-heading span{color:#111827;font-size:14px;font-weight:400;line-height:1.45;margin:0}.Job_Details .proposal-profile-card{background:#fff;padding:22px 24px 24px}.Job_Details .proposal-profile-main{grid-gap:12px 18px;align-items:flex-start;display:grid;gap:12px 18px;grid-template-areas:"avatar body" "avatar copy";grid-template-columns:86px minmax(0,1fr)}.Job_Details .proposal-avatar{background:#eef8ff;border:4px solid #08869a;border-radius:50%;box-sizing:border-box;grid-area:avatar;height:78px!important;max-width:78px!important;min-width:78px!important;overflow:hidden;width:78px!important}.Job_Details .proposal-avatar img{border-radius:50%;display:block;height:100%!important;max-height:100%!important;max-width:100%!important;object-fit:cover;width:100%!important}.Job_Details .proposal-profile-body{grid-area:body;min-width:0}.Job_Details .proposal-topline{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.Job_Details .proposal-identity h3{align-items:center;color:#111827;display:flex;flex-wrap:wrap;font-size:20px;font-weight:700;gap:8px;line-height:1.25;margin:0 0 8px}.Job_Details .proposal-identity h3 span{color:#5b6675;font-size:14px;font-weight:400}.Job_Details .proposal-profile-meta li,.Job_Details .proposal-profile-stats li,.Job_Details .proposal-verified-badge{align-items:center;display:inline-flex}.Job_Details .proposal-verified-badge svg{fill:#087fd3;height:17px;width:17px}.Job_Details .proposal-profile-meta,.Job_Details .proposal-profile-stats{align-items:center;display:flex;flex-wrap:wrap;gap:8px 16px;list-style:none;margin:0 0 8px;padding:0}.Job_Details .proposal-profile-meta li,.Job_Details .proposal-profile-stats li{color:#374151;font-size:14px;gap:5px;line-height:1.35}.Job_Details .proposal-country-flag{border-radius:2px;height:15px!important;object-fit:cover;width:22px!important}.Job_Details .proposal-bid-summary{align-items:flex-end;color:#111827;display:flex;flex-direction:column;gap:4px;white-space:nowrap}.Job_Details .proposal-bid-summary strong{font-size:18px;font-weight:700;line-height:1.2}.Job_Details .proposal-bid-summary span{color:#5b6675;font-size:13px}.Job_Details .proposal-copy{grid-area:copy;min-width:0}.Job_Details .proposal-copy h4{color:#111827;font-size:16px;font-weight:700;line-height:1.35;margin:4px 0 8px}.Job_Details .proposal-description{color:#1f2937;font-size:15px;font-weight:400;line-height:1.55}.Job_Details .proposal-more-button{background:#0000;border:0;color:#006eff;font:inherit;font-weight:700;margin-left:5px;padding:0}.Job_Details .proposal-actions{align-items:center;display:flex;gap:10px;justify-content:flex-end;margin-top:18px}.project_details .client-proposals-list{grid-gap:0;display:grid;gap:0;margin-top:18px}.project_details .client-proposals-list .proposal-profile-card{background:#fff;box-shadow:none;padding:22px 24px 24px}.project_details .client-proposals-list .proposal-profile-card+.proposal-profile-card{border-top:1px solid #edf1f5}.project_details .client-proposals-list .proposal-profile-main{grid-gap:12px 18px;align-items:flex-start;display:grid;gap:12px 18px;grid-template-areas:"avatar body" "avatar copy";grid-template-columns:106px minmax(0,1fr)}.project_details .client-proposals-list .proposal-avatar{background:#eef8ff;border:4px solid #08869a;border-radius:50%;box-sizing:border-box;display:block;grid-area:avatar;height:92px!important;max-width:92px!important;min-width:92px!important;position:relative;width:92px!important}.project_details .client-proposals-list .proposal-avatar img{border-radius:50%;display:block;height:100%!important;max-height:100%!important;max-width:100%!important;object-fit:cover;width:100%!important}.project_details .client-proposals-list .proposal-photo-status-button{align-items:center;background:#fff;border-radius:50%;bottom:-2px;display:inline-flex;height:22px;justify-content:center;pointer-events:none;position:absolute;right:-2px;width:22px;z-index:4}.project_details .client-proposals-list .profile_photo_status_dot{background:#1fc24f;border-radius:50%;height:14px;width:14px}.project_details .client-proposals-list .proposal-profile-body{grid-area:body;min-width:0}.project_details .client-proposals-list .proposal-copy{grid-area:copy;min-width:0}.project_details .client-proposals-list .proposal-topline{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.project_details .client-proposals-list .proposal-identity{min-width:0}.project_details .client-proposals-list .proposal-identity h3{align-items:center;color:#101827;display:flex;flex-wrap:wrap;font-size:24px;font-weight:600;gap:6px;line-height:1.18;margin:0}.project_details .client-proposals-list .proposal-identity h3 a{color:#101827;text-decoration:none}.project_details .client-proposals-list .proposal-identity h3 a:hover{color:#0b65c2}.project_details .client-proposals-list .proposal-identity h3 span{color:#293241;font-weight:400}.project_details .client-proposals-list .proposal-profile-meta li,.project_details .client-proposals-list .proposal-profile-stats li,.project_details .client-proposals-list .proposal-verified-badge{align-items:center;display:inline-flex}.project_details .client-proposals-list .proposal-verified-badge{color:#1d8cff;flex:0 0 auto;height:26px;width:26px}.project_details .client-proposals-list .proposal-verified-badge svg{display:block;height:26px;width:26px}.project_details .client-proposals-list .proposal-verified-badge svg path:first-child{fill:#1d8cff;stroke:#1d8cff;stroke-width:.8;stroke-linejoin:round}.project_details .client-proposals-list .proposal-verified-badge svg path:last-child{fill:none;stroke:#fff;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.project_details .client-proposals-list .proposal-profile-meta,.project_details .client-proposals-list .proposal-profile-stats{align-items:center;color:#26364d;display:flex;flex-wrap:wrap;gap:9px 15px;list-style:none;margin:9px 0 0;padding:0}.project_details .client-proposals-list .proposal-profile-stats{margin-top:10px}.project_details .client-proposals-list .proposal-profile-meta li,.project_details .client-proposals-list .proposal-profile-stats li{font-size:16px;gap:6px;line-height:1;min-height:24px;white-space:nowrap}.project_details .client-proposals-list .proposal-profile-meta i,.project_details .client-proposals-list .proposal-profile-stats i{color:#101827;font-size:18px}.project_details .client-proposals-list .proposal-stat-star{color:#f5b400;font-size:25px;line-height:1}.project_details .client-proposals-list .proposal-stat-money{background:#009b57;border-radius:50%;color:#fff;display:inline-grid;font-size:14px;font-weight:800;height:22px;place-items:center;width:22px}.project_details .client-proposals-list .proposal-stat-success{border:4px solid #1c79f2;border-radius:50%;border-top-color:#dfeeff;height:22px;width:22px}.project_details .client-proposals-list .proposal-country-flag{border-radius:2px;height:15px!important;object-fit:cover;width:22px!important}.project_details .client-proposals-list .proposal-bid-summary{color:#101827;min-width:150px;padding:4px 0 0;text-align:right}.project_details .client-proposals-list .proposal-bid-summary strong{display:block;font-size:25px;font-weight:800;line-height:1.1}.project_details .client-proposals-list .proposal-bid-summary span{color:#42526b;display:block;font-size:15px;margin-top:6px}.project_details .client-proposals-list .client-proposal-bid-summary{min-width:180px;padding-top:2px;position:relative}.project_details .client-proposals-list .client-proposal-favorite{align-items:center;background:#0000;border:0;color:#e6002d;display:inline-flex;font-size:24px;height:32px;justify-content:center;line-height:1;margin-bottom:8px;padding:0;width:32px}.project_details .client-proposals-list .client-proposal-favorite .bi-heart{color:#6b7280}.project_details .client-proposals-list .proposal-copy{grid-column:1/-1;margin-top:2px;padding-top:4px}.project_details .client-proposals-list .proposal-copy h4{color:#101827;font-size:20px;font-weight:600;line-height:1.2;margin:0 0 7px}.project_details .client-proposals-list .proposal-description{color:#1f2937;font-size:18px;line-height:1.45;margin:0;position:relative}.project_details .client-proposals-list .proposal-more-button{background:#0000;border:0;color:#006aff;display:inline;font-size:18px;font-weight:500;line-height:inherit;margin-left:8px;padding:0;vertical-align:initial}.project_details .client-proposals-list .proposal-more-button:hover{text-decoration:underline}.project_details .client-proposals-list .proposal-actions{align-items:center;background:#fbfdff;border-top:1px solid #edf1f5;display:flex;gap:12px;justify-content:flex-end;padding:16px 15px}.project_details .client-proposals-list .proposal-actions>span{color:#42526b;font-size:16px;margin-right:auto}.project_details .client-proposals-list .client-proposal-actions{flex-wrap:wrap;gap:12px 18px}.project_details .client-proposals-list .client-proposal-buttons{align-items:center;display:inline-flex;gap:8px}.project_details .client-proposals-list .client-proposal-buttons .btn{border-radius:4px;font-weight:700;min-height:38px;min-width:94px}.project_details .client-proposals-list .client-proposal-buttons .award{background:#079143;border:1px solid #079143;color:#fff}.project_details .client-proposals-list .client-proposal-buttons .chat{background:#fff;border:1px solid #c8d4e0;color:#101827}.project_details .client-proposals-list .client-counter-offer,.project_details .client-proposals-list .client-proposal-note{color:#26364d;font-size:14px;margin:12px 15px}.project_details .client-proposals-list .client-proposal-note i{margin-right:8px}.project_details .client-proposals-list .client-counter-offer{border-top:1px solid #edf1f5;display:flex;flex-wrap:wrap;gap:8px;padding-top:10px}.project_details .project-header-title{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.project_details .project-header-title .project-status-badge{align-items:center;display:inline-flex;font-size:14px;font-weight:700;height:34px;justify-content:center;line-height:1;margin-left:0;min-width:72px;padding:0 16px;text-decoration:none}.project_details .project-summary-grid{grid-column-gap:28px;grid-row-gap:12px;align-items:end;column-gap:28px;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));margin-left:0!important;margin-right:0!important;row-gap:12px;width:100%}.project_details .project-summary-item{max-width:none!important;min-width:0;padding-left:0!important;padding-right:0!important;text-align:center;width:auto!important}.project_details .project-summary-item p{margin-bottom:6px}.project_details .project-summary-date{text-align:left}.project_details .project-summary-budget{text-align:center}.project_details .project-summary-budget h6{font-size:18px;font-weight:600;line-height:1.15;white-space:nowrap}.project_details .project-header-actions{display:flex;justify-content:flex-end;margin:4px 0 14px}.project_details .project-header-actions .invite{align-items:center;background:#0077b5;color:#fff;display:inline-flex;font-weight:500;gap:6px;justify-content:center;padding:10px 32px;text-decoration:none}.proposal-report-modal-backdrop{align-items:center!important;background:#0f172a73!important;display:flex!important;inset:0!important;justify-content:center!important;padding:24px!important;position:fixed!important;z-index:99999!important}.proposal-report-modal{background:#fff!important;border:1px solid #d7dde6!important;border-radius:4px!important;box-shadow:0 24px 70px #0f172a47!important;max-height:calc(100vh - 48px)!important;overflow-y:auto!important;padding:30px 32px 24px!important;position:relative!important;width:min(560px,100%)!important}.proposal-report-close{align-items:center!important;background:#fff!important;border:1px solid #cfd6df!important;border-radius:3px!important;color:#111827!important;display:inline-flex!important;font-size:18px!important;font-weight:500!important;height:30px!important;justify-content:center!important;line-height:1!important;padding:0!important;position:absolute!important;right:12px!important;top:12px!important;width:30px!important}.proposal-report-modal h3{color:#111827!important;font-size:24px!important;font-weight:700!important;line-height:1.25!important;margin:0 36px 20px 0!important}.proposal-report-options{grid-gap:12px!important;display:grid!important;gap:12px!important;margin-bottom:24px!important}.proposal-report-options label{align-items:flex-start!important;color:#111827!important;display:flex!important;font-size:16px!important;font-weight:400!important;gap:10px!important;line-height:1.35!important;margin:0!important}.proposal-report-options input{flex:0 0 auto!important;margin-top:4px!important}.proposal-report-modal-actions{display:flex!important;gap:10px!important;justify-content:flex-end!important}@media (max-width:767px){.Job_Details .job-proposal-listing .proposal-section-heading{flex-direction:column;padding:16px 18px}.Job_Details .proposal-profile-card{padding:18px}.Job_Details .proposal-profile-main{gap:10px 14px;grid-template-columns:64px minmax(0,1fr)}.Job_Details .proposal-avatar{border-width:3px;height:58px!important;max-width:58px!important;min-width:58px!important;width:58px!important}.Job_Details .proposal-topline{flex-direction:column;gap:10px}.Job_Details .proposal-identity h3{font-size:18px}.Job_Details .proposal-bid-summary{align-items:flex-start}.Job_Details .proposal-copy{grid-column:1/-1}.Job_Details .proposal-actions{flex-wrap:wrap;justify-content:flex-start}.proposal-report-modal-backdrop{align-items:flex-start!important;padding:76px 16px 20px!important}.proposal-report-modal{max-height:calc(100vh - 96px)!important;padding:26px 18px 20px!important;width:100%!important}.proposal-report-modal h3{font-size:22px!important}.proposal-report-modal-actions{justify-content:flex-start!important}.project_details .client-proposals-list .proposal-profile-main{gap:12px 14px;grid-template-columns:78px minmax(0,1fr);padding:16px 15px}.project_details .client-proposals-list .proposal-avatar{grid-column:1;grid-row:1;height:68px!important;max-width:68px!important;min-width:68px!important;width:68px!important}.project_details .client-proposals-list .proposal-profile-body,.project_details .client-proposals-list .proposal-topline{display:contents}.project_details .client-proposals-list .proposal-identity{grid-column:2;grid-row:1}.project_details .client-proposals-list .proposal-identity h3{font-size:21px}.project_details .client-proposals-list .proposal-bid-summary{align-items:baseline;display:flex;flex-wrap:wrap;gap:0 8px;grid-column:1/-1;grid-row:2;margin-top:8px;min-width:0;padding:0;text-align:left}.project_details .client-proposals-list .proposal-bid-summary span,.project_details .client-proposals-list .proposal-bid-summary strong{display:inline;margin-top:0}.project_details .client-proposals-list .proposal-bid-summary strong{font-size:22px}.project_details .client-proposals-list .proposal-copy{grid-column:1/-1;grid-row:3}.project_details .client-proposals-list .proposal-actions{align-items:stretch;flex-direction:column;padding:14px 15px}.project_details .client-proposals-list .proposal-actions>span{margin-right:0}.project_details .client-proposals-list .client-proposal-bid-summary{min-width:0}.project_details .client-proposals-list .client-proposal-buttons{align-items:stretch;flex-direction:column;width:100%}.project_details .project-header-title{display:block;font-size:16px;line-height:1.25;margin-bottom:20px!important}.project_details .project-header-title .project-status-badge{border-radius:0!important;display:inline-flex!important;font-size:12px!important;height:28px!important;margin-left:10px!important;margin-top:0!important;min-width:56px!important;padding:0 7px!important;position:static!important;width:56px!important}.project_details .project-summary-grid{column-gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));row-gap:26px}.project_details .project-summary-date{grid-column:1/-1;text-align:left}.project_details .project-summary-item:not(.project-summary-date){text-align:center}.project_details .project-summary-item p{font-size:17px;line-height:1.25;margin-bottom:8px}.project_details .project-summary-item h6{font-size:20px;line-height:1.15;white-space:nowrap}.project_details .project-summary-budget h6{font-size:22px}.project_details .project-header-actions{justify-content:center;margin:0 0 16px}.project_details .project-header-actions .invite{min-width:170px;width:auto}.Job_Details .bid-card-header{padding:22px 18px 14px}.Job_Details .bid-card-title{font-size:20px}.Job_Details .bid-card-copy{font-size:15px}.Job_Details .bid-card-body{padding:22px 18px 24px}.Job_Details .bid-composer-grid{margin-left:-6px;margin-right:-6px;row-gap:18px}.Job_Details .bid-composer-grid>[class*=col-]{padding-left:6px;padding-right:6px}.Job_Details .bid-field-label{font-size:16px}.Job_Details .bid-field .bid-input,.Job_Details .bid-field .icon-bid{font-size:14px;top:57px}.Job_Details .bid-composer input.bid-field-control{height:48px!important;line-height:48px!important}.Job_Details .bid-field-amount input.bid-field-control{padding-right:106px!important}.Job_Details .bid-proposal-tools{align-items:flex-start;flex-direction:column;gap:10px}.Job_Details .bid-upgrade-row{grid-template-columns:auto 1fr}.Job_Details .bid-upgrade-price{grid-column:2;justify-self:start;margin-top:-4px}.Job_Details .bid-actions{flex-wrap:wrap}}@media (min-width:768px){.Job_Details .job-detail-title .job-status-badge{margin-left:10px!important}}@media (max-width:767px){.Job_Details .job-detail-title{display:block!important;font-size:16px!important;line-height:1.25!important;margin-bottom:52px!important;text-align:left!important}.Job_Details .job-detail-title>span{display:inline!important}.Job_Details .job-detail-title .job-status-badge{align-items:center!important;background:#0077b5!important;border:0!important;border-radius:0!important;color:#fff!important;display:inline-flex!important;font-size:13px!important;font-weight:700!important;height:30px!important;justify-content:center!important;line-height:1!important;margin-left:10px!important;margin-top:0!important;min-width:70px!important;padding:0 10px!important;text-align:center!important;width:70px!important}.Job_Details .posted{margin-bottom:28px!important;padding-bottom:28px!important}.Job_Details .posted .job-posted-row{grid-column-gap:12px!important;grid-row-gap:28px!important;align-items:end!important;column-gap:12px!important;display:grid!important;grid-template-columns:max-content max-content max-content!important;justify-content:space-between!important;margin-left:0!important;margin-right:0!important;row-gap:28px!important}.Job_Details .posted .posted-date-col{grid-column:1/-1!important}.Job_Details .posted .posted-date-col,.Job_Details .posted .posted-stat-col{max-width:none!important;padding-left:0!important;padding-right:0!important;width:auto!important}.Job_Details .posted .posted-stat-col{justify-self:center!important;text-align:center!important}.Job_Details .posted .posted-stat-col:last-child{padding-right:0!important}.Job_Details .posted .posted-date-col p,.Job_Details .posted .posted-stat-col p{color:#4b5563!important;font-size:17px!important;line-height:1.25!important;margin:0 0 8px!important;text-align:center!important}.Job_Details .posted .posted-date-col p{text-align:left!important}.Job_Details .posted .posted-stat-col h2,.Job_Details .posted .posted-stat-col h4{color:#111827!important;font-size:clamp(16px,4vw,22px)!important;font-weight:700!important;line-height:1.15!important;margin:0!important;text-align:center!important;white-space:nowrap!important}.Job_Details .posted .posted-stat-col:nth-of-type(2) h4{font-size:19px!important}}.owl-carousel{-webkit-tap-highlight-color:transparent;display:none;position:relative;width:100%;z-index:1}.owl-carousel .owl-stage{-moz-backface-visibility:hidden;position:relative;touch-action:manipulation}.owl-carousel .owl-stage:after{clear:both;content:".";display:block;height:0;line-height:0;visibility:hidden}.owl-carousel .owl-stage-outer{overflow:hidden;position:relative;-webkit-transform:translateZ(0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0)}.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-backface-visibility:hidden;float:left;min-height:1px;position:relative}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:none;border:none;color:inherit;font:inherit;padding:0!important}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{display:block;opacity:0}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{background:#000;height:100%;position:relative}.owl-carousel .owl-video-play-icon{-webkit-backface-visibility:hidden;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU1RTM0MEU5QzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU1RTM0MEVBQzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTVFMzQwRTdDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTVFMzQwRThDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6n647gAAAP5klEQVR42uxcCVRU1xl+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) no-repeat;cursor:pointer;height:80px;left:50%;margin-left:-40px;margin-top:-40px;position:absolute;top:50%;transition:transform .1s ease;width:80px;z-index:1}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{background-position:50%;background-repeat:no-repeat;background-size:contain;height:100%;opacity:0;transition:opacity .4s ease}.owl-carousel .owl-video-frame{height:100%;position:relative;width:100%;z-index:1}.owl-theme .owl-nav{-webkit-tap-highlight-color:transparent;margin-top:10px;text-align:center}.owl-theme .owl-nav [class*=owl-]{background:#d6d6d6;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;margin:5px;padding:4px 7px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{cursor:default;opacity:.5}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{-webkit-tap-highlight-color:transparent;text-align:center}.owl-theme .owl-dots .owl-dot{zoom:1;display:inline-block;*display:inline}.owl-theme .owl-dots .owl-dot span{-webkit-backface-visibility:visible;background:#d6d6d6;border-radius:30px;display:block;height:10px;margin:5px 7px;transition:opacity .2s ease;width:10px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/*# sourceMappingURL=main.28f579e7.css.map*/