: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: rgba(255, 255, 255, .7);--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( to right, #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: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.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{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.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{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._breadCrumb_wzjlu_1{position:absolute;left:16;font-weight:400;font-size:10px;line-height:12px;letter-spacing:-3%;color:#757575;padding-top:6px;padding-bottom:18px}._workManagementContent_wzjlu_13{display:flex;flex-direction:column;gap:24px}._topContent_wzjlu_19{background-color:#fff;border-radius:8px;display:flex;flex-direction:column}._thingsTodo_wzjlu_26{font-family:Noto Sans JP,montserrat,sans-serif;font-size:18px;line-height:24px;font-weight:700;padding:0 24px}._listTodoContentStyle_wzjlu_34{max-height:208px;overflow-y:auto}._title_wzjlu_39{margin:90px 0 30px;text-align:center;font-size:20px;line-height:24px;font-weight:700;font-family:Noto Sans JP,montserrat,sans-serif}._bottomContent_wzjlu_48{padding:0 24px;border-radius:8px;background-color:#fff}._campaignDetailContent_wzjlu_54{display:flex;flex-direction:column;gap:24px;width:100%}._titleAndCorporateName_wzjlu_61{display:flex;flex-direction:column;gap:8px;margin:24px}._titleAndCorporateName_wzjlu_61 ._title_wzjlu_39{font-family:Noto Sans JP,montserrat,sans-serif;line-height:40px;font-weight:700;font-size:32px;color:#131523}._corporateName_wzjlu_76{font-weight:700;font-size:18px;line-height:24px;letter-spacing:-3%}._metricGroup_wzjlu_83{display:flex;padding:0;min-height:84px;height:unset;gap:29px}._metricGroup_wzjlu_83 ._metricItemContainerStyles_wzjlu_91{min-width:200px;width:100%}._topContent_wzjlu_19 ._todoTitleStyles_wzjlu_96{font-weight:700;font-size:18px;line-height:24px;letter-spacing:-3%}._topContent_wzjlu_19 ._todoItemContent_wzjlu_103{margin:27px 24px 0 27px}._topContent_wzjlu_19 ._todoTextStyles_wzjlu_107{font-size:12px;line-height:20px;letter-spacing:0%;font-weight:700}._topContent_wzjlu_19 ._todoItemContentStyles_wzjlu_115{cursor:unset}._emptyListJobs_wzjlu_119{text-align:center;font-size:20px;line-height:24px;font-weight:700;font-family:Noto Sans JP,montserrat,sans-serif;padding-bottom:20px;padding-top:20px}._tableHeader_wzjlu_129{padding:.75rem 1rem;text-Align:justify;font-Weight:700;letter-Spacing:"0.025em";border-top:1px solid #F3F4F5;border-bottom:1px solid #F3F4F5;background-color:#fafafa;font-size:12px;line-height:20px}._tableContent_wzjlu_145{padding:16px;text-align:justify;font-size:16px;line-height:20px;font-weight:500;border-bottom:1px solid #F3F4F5}._statusDot_wzjlu_156{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;min-width:-moz-fit-content;min-width:fit-content;height:24px;gap:8px;border-width:1px;border-radius:4px;padding:4px 8px;white-space:nowrap;font-size:12px;line-height:12px;font-weight:400;border:1px solid var(--border-color, #D9D9D9);color:var(--text-color, #757575);min-width:var(--min-width, unset);justify-content:var(--justify-content, flex-start)}._statusDotCompleted_wzjlu_177{--border-color: #C8E6C9;--text-color: #256029}._statusDotContracted_wzjlu_182{--border-color: #91E2FF;--text-color: #01579B}._statusDotPending_wzjlu_187{--border-color: #ECCFFF;--text-color: #694382}._statusDotWorkReject_wzjlu_192{--border-color: #FEEDAF;--text-color: #8A5340}._statusDotCancel_wzjlu_197{--border-color: #FFCDD2;--text-color: #C63737}._statusDotUncheck_wzjlu_202{--border-color: #FFD8B2;--text-color: #805B36}._statusDotReject_wzjlu_207{--border-color: #D9D9D9;--text-color: #757575}._workReportCell_wzjlu_212{display:flex;align-items:center;gap:8px;border-radius:4px;padding:13px 16px;border:1px solid #D9D9D9;color:#000;font-size:12px;line-height:14px;font-weight:400;min-width:100px}._actionCell_wzjlu_226{display:flex;align-items:center;gap:16px}._baseActionButton_wzjlu_233{border:1px solid #D9D9D9;min-Width:80px;background-Color:#fff;height:40px;white-Space:nowrap;font-Size:12px;line-height:12px;font-weight:400}._buttonCancel_wzjlu_244{min-width:144px}._InfluencerCellUserId_wzjlu_248{display:flex;justify-content:center;border:1px solid #E4E7EC;gap:8px;padding:6px 12px;border-radius:12px;color:#757575;font-size:12px;line-height:12px;font-weight:400;min-width:60px}._influencerCell_wzjlu_262{min-width:300px;max-width:350px}._tabsContentStyles_wzjlu_267{padding:0 24px}._todoItemContentStyles_wzjlu_115{cursor:unset}._campaignType_wzjlu_275{display:flex;justify-content:end;font-size:24px;line-height:24px;font-weight:700}._acctionButton_wzjlu_283{display:flex;flex-Direction:row;justify-Content:space-between;overflow:auto;width:100%;gap:1rem;align-Items:center}._selectActionButton_wzjlu_293{display:flex;flex-Direction:row;justify-Content:space-between;overflow:auto;width:100%;gap:8px;align-Items:center}._activeButtonStatus_wzjlu_303{display:flex;justify-content:center;background-color:transparent;box-shadow:none;border:1px solid #D9D9D9;border-radius:.25rem;cursor:pointer}@media screen and (max-width: 1310px){._metricGroup_wzjlu_83{flex-direction:column;gap:16px}._metricGroup_wzjlu_83 ._metricItemContainerStyles_wzjlu_91{min-width:100%;width:100%}}@media screen and (max-width: 650px){._acctionButton_wzjlu_283{flex-Direction:row}}._todoItemContainer_ctz0u_1{position:relative}._todoItemContent_ctz0u_5,._todoContent_ctz0u_6{display:flex;align-items:center}._todoItemContent_ctz0u_5{gap:27px;cursor:pointer;padding:20px;border-radius:8px;box-shadow:0 1px 2px #0000004d,0 1px 3px 1px #00000026}._todoContent_ctz0u_6{gap:8px;margin-right:40px}._todoTitle_ctz0u_24{word-break:keep-all;padding:6px 8px;font-weight:700;font-size:12px;line-height:12px;border-radius:4px;width:-moz-fit-content;width:fit-content}._unit_ctz0u_34{font-weight:700;font-size:24px;line-height:24px;color:#1877f2;word-break:keep-all}._todoText_ctz0u_42{font-weight:400;font-size:16px;line-height:24px;color:#000}._iconWrapper_ctz0u_49{width:24px;height:24px;display:flex;align-items:center;justify-content:center;transform:translateY(-50%) rotate(-.25turn);position:absolute;right:16px;top:50%}._metricItemContent_18560_1{border:1px solid #d9d9d9;background-color:#fafafa;border-radius:5px;display:flex;justify-content:space-between;flex-direction:column;padding:12px 20px 16px;height:42px}._infoTitle_18560_12{font-weight:700;font-size:12px;line-height:12px;color:#757575}._navTabsContent_1rfla_1{border-bottom:1px solid #d9d9d9;display:flex;align-items:center;justify-content:space-between}._navTabs_1rfla_1{display:flex;gap:20px;flex:auto;overflow-x:auto}._wrapperCheckbox_1rfla_26{gap:10px;margin:0 16px 0 26px;display:flex;align-items:center}._wrapperCheckbox_1rfla_26 ._itemCheckbox_1rfla_33{width:20px;height:20px;display:inline-block;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}._extraAction_1rfla_42{flex:none}._tabContent_1rfla_46{padding:var(--spacing-medium);font-weight:700;font-size:12px;line-height:12px}._navItem_1rfla_53{color:#757575;border-bottom:3px solid transparent;word-break:keep-all}._navItem_1rfla_53._active_1rfla_59{border-bottom:3px solid #1877f2;color:var(--black)}._tabsPill_1rfla_64{padding-top:14px;border-bottom:2px solid #83a8cd;display:flex;justify-content:space-between;background-color:#f0f5ff}._tabsPill_1rfla_64 ._navTabs_1rfla_1{gap:15px;width:100%}._tabsPill_1rfla_64 ._navItem_1rfla_53{width:20%;margin-bottom:-2px;border:2px solid transparent;border-top-right-radius:5px;border-top-left-radius:5px;font-weight:var(--font-weight-bold);color:#2e5a4b}._tabsPill_1rfla_64 ._navItem_1rfla_53._active_1rfla_59{background-color:#fff;border:2px solid #83a8cd;border-color:#83a8cd;border-bottom:none;color:#1276d9}._tabsPill_1rfla_64 ._tabContent_1rfla_46{padding:14px 0;text-align:center;border:2px solid #ccc;font-size:16px;border-radius:5px;line-height:16px}._tabContent_1rfla_46:hover{cursor:pointer}._tabsPill_1rfla_64 ._navItem_1rfla_53._active_1rfla_59 ._tabContent_1rfla_46{border-color:transparent;border-bottom:none}._tabsPill_1rfla_64 ._tabContent_1rfla_46,._tabsPill_1rfla_64 ._extraAction_1rfla_42{margin-bottom:14px}._selectContainer_1lscf_1{font-family:var(--font-family-inter);display:flex}._headerSelectContent_1lscf_6{width:100%;outline:none;border:none;cursor:pointer;caret-color:transparent;padding:0}._selectedOptions_1lscf_15{position:relative;display:flex;width:100%;flex-wrap:wrap;min-width:100px}._moreCount_1lscf_23{display:flex;align-items:center;gap:var(--spacing-xx-small);flex:none;border:1px solid #ccc;border-radius:var(--border-radius-l);padding:1px var(--spacing-x-small) 1px 2px;font-size:var(--font-size-xs)}._removeIcon_1lscf_34{cursor:pointer;border:1px solid #ccc;border-radius:50%}._removeIcon_1lscf_34 path{stroke:#ccc}._removeIcon_1lscf_34:hover{border-color:var(--black)}._removeIcon_1lscf_34:hover path{stroke:var(--black)}.ant-dropdown._options_1lscf_52 .ant-dropdown-menu-item{padding:0}.ant-dropdown._options_1lscf_52 .ant-dropdown-menu-item:hover{background-color:unset}.ant-dropdown._options_1lscf_52{min-width:unset!important;width:-moz-fit-content;width:fit-content}.ant-dropdown._options_1lscf_52 .ant-dropdown-menu{overflow:hidden}._loadingOptions_1lscf_69,._noResultFound_1lscf_70{color:var(--black);display:flex;align-items:center;justify-content:center;height:100%;font-size:var(--spacing-medium);padding:30px 0}._loadingData_1lscf_80{display:flex;flex-direction:column;align-items:center;font-size:var(--spacing-medium);color:var(--black)}._loadingData_1lscf_80 svg{color:#007bff}._searchBox_1lscf_92{border-bottom:1px solid var(--black);caret-color:unset;cursor:text}._placeholder_1lscf_98{color:#d1d1d1;position:absolute;top:50%;transform:translateY(-50%)}._infiniteScrollContainer_9yz08_1{position:relative}._infiniteListContent_9yz08_5{overflow-y:auto;overflow-x:hidden;transition:height .2s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}._startListAtBottom_9yz08_13{flex-direction:column-reverse}._loadingIcon_9yz08_17{display:flex;align-items:center;justify-content:center;padding:var(--spacing-xx-small) 0}._loadingIcon_9yz08_17 svg{color:#007bff}._moveIconContent_9yz08_28{position:absolute;left:50%;bottom:0;transform:translate(-50%,200%);background-color:#f5f5f7;box-shadow:0 2px 8px #00000026;height:40px;width:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .2s cubic-bezier(.4,0,.2,1),background .2s,opacity .2s;opacity:0;cursor:none}._moveIconContentUp_9yz08_48{transform:translate(-50%,-50%);opacity:1;cursor:pointer}._moveIconContent_9yz08_28:hover{background-color:#e0e7ef}._moveIconDown_9yz08_58,._moveIconUp_9yz08_59{color:#aaa7a1;height:50%;width:50%}._moveIconUp_9yz08_59{transform:rotate(180deg)}._modalContent_rmiqq_1{width:70%!important;height:80%}._modalContent_rmiqq_1 .ant-modal-content{padding:10px var(--spacing-medium)}._selectContainer_rmiqq_10{width:100%;min-height:24px}._selectedOptions_rmiqq_15{gap:var(--spacing-xx-small)}._receiverContainer_rmiqq_19{padding-top:var(--spacing-x-small);cursor:pointer}._receiverContent_rmiqq_24{display:flex;border-top:1px solid #7e7e7e;border-bottom:1px solid #7e7e7e;padding-top:var(--spacing-x-small);padding-bottom:var(--spacing-x-small)}._receiverContent_rmiqq_24 ._receiverContentStyles_rmiqq_32{border:none;border-radius:2px;padding:5px;max-width:unset;width:100%}._receiverContent_rmiqq_24 ._avatarStyles_rmiqq_40{height:30px;width:30px}._receiverContent_rmiqq_24 ._avatarSelectedStyles_rmiqq_45{height:20px;width:20px}._receiverContent_rmiqq_24 ._receiverContentStyles_rmiqq_32:hover,._campaignInfoContainerStyles_rmiqq_51:hover{background-color:#0000000a;border-radius:var(--border-radius-s)}._removeIcon_rmiqq_56{cursor:pointer;border:1px solid #ccc;border-radius:50%}._removeIcon_rmiqq_56 path{stroke:#ccc}._removeIcon_rmiqq_56:hover{border-color:var(--black)}._removeIcon_rmiqq_56:hover path{stroke:var(--black)}._sendMsgContainer_srtkb_1{height:100%;position:relative;line-height:normal;font-family:var(--font-family-inter);overflow:hidden}._sendMsgContent_srtkb_9{display:flex;flex-direction:column;height:100%}._sendMsgFooterContainer_srtkb_15{position:absolute;bottom:0;width:100%}._imageStyles_srtkb_21{max-height:240px}._sendMsgHeaderContainer_xt3d5_1{padding-bottom:10px}._sendMsgHeaderContent_xt3d5_5{display:flex;flex-direction:column;gap:10px}._topContent_xt3d5_11{display:flex;gap:10px;align-items:center}._toLabel_xt3d5_17{padding:7px 15px;border:1px solid var(--black);border-radius:5px;font-size:10px;line-height:10px}._receiverContent_xt3d5_25{display:flex;justify-content:space-between;align-items:center;flex:1;border-bottom:1px solid var(--black);padding-bottom:2px;gap:5px}._receiverOption_xt3d5_35{display:flex;align-items:center;gap:3px;font-size:var(--font-size-xs)}._receiverOption_xt3d5_35 label{font-weight:var(--font-weight-bold);margin-bottom:0;color:var(--black)}._bottomContent_xt3d5_48{border-bottom:1px solid var(--black);padding-bottom:5px;padding-left:10px}._campaignImage_xt3d5_54{width:30px;height:30px}._receiverOption_xt3d5_35 input[type=radio]+label:after,._receiverOption_xt3d5_35 input[type=checkbox]+label:after,._receiverOption_xt3d5_35 input[type=radio]+label:before,._receiverOption_xt3d5_35 input[type=checkbox]+label:before{content:none}._receiverOption_xt3d5_35 input[type=radio],._receiverOption_xt3d5_35 input[type=checkbox]{margin:0;display:unset;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}._receiverOption_xt3d5_35 input[type=radio]+label,._receiverOption_xt3d5_35 input[type=checkbox]+label{padding:0}._selectProject_xt3d5_78{font-size:var(--spacing-small)}._receiverOptions_xt3d5_82{display:flex;gap:15px;flex:none}._selectUserContainerStyles_xt3d5_88,._selectCampaignContainerStyles_xt3d5_89{flex:auto}._selectUserContainerStyles_xt3d5_88{min-height:24px}._receiverContent_xt3d5_25 ._receiverContentStyles_xt3d5_97{border:none;border-radius:2px;padding:5px;max-width:unset;width:100%}._receiverContent_xt3d5_25 ._receiverContentStyles_xt3d5_97:hover,._campaignInfoContainerStyles_xt3d5_106:hover{background-color:#0000000a;border-radius:var(--border-radius-s)}._receiverContent_xt3d5_25 ._avatarStyles_xt3d5_111{height:30px;width:30px}._selectedReceiver_xt3d5_116 ._avatarStyles_xt3d5_111,._shortSelectedReceiver_xt3d5_117 ._avatarStyles_xt3d5_111{height:20px;width:20px}._usernameStyles_xt3d5_122:not(._selectedReceiver_xt3d5_116 ._usernameStyles_xt3d5_122){font-weight:var(--font-weight-bold);font-size:var(--font-size-s)}._removeIcon_xt3d5_127{cursor:pointer;border:1px solid #ccc;border-radius:50%}._removeIcon_xt3d5_127 path{stroke:#ccc}._removeIcon_xt3d5_127:hover{border-color:var(--black)}._removeIcon_xt3d5_127:hover path{stroke:var(--black)}@media screen and (min-width: 1025px){._shortSelectedReceiver_xt3d5_117{display:none}}@media screen and (max-width: 1024px){._selectedReceiver_xt3d5_116{display:none}}._receiverContent_8xqan_1{display:flex;align-items:center;gap:var(--spacing-medium);max-width:178px;width:-moz-fit-content;width:fit-content;border:1px solid #ccc;border-radius:var(--border-radius-l);padding:1px var(--spacing-x-small) 1px 2px}._avatarAndName_8xqan_12{display:flex;align-items:center;gap:6px;font-size:10px;overflow:hidden}._avatar_8xqan_12{height:18px;width:18px;border-radius:50%;flex:none}._username_8xqan_27{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._campaignInfoContainer_9ozkj_1{width:100%}._campaignInfoContent_9ozkj_5{display:flex;align-items:center;gap:var(--spacing-small);width:100%;font-size:var(--font-size-xs)}._leftContent_9ozkj_13{display:flex;align-items:center;gap:10px;width:100%}._campaignInfo_9ozkj_1{overflow:hidden}._cursor_9ozkj_24{cursor:pointer}._campaignImage_9ozkj_28{width:61px;height:61px;-o-object-fit:contain;object-fit:contain;border:1px solid #8e8e8e;border-radius:var(--border-radius-s);flex:none}._title_9ozkj_37{font-weight:var(--font-weight-bold)}._campaignInfo_9ozkj_1 *{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._rightContent_9ozkj_47{color:#9142ff;display:flex;gap:var(--spacing-xx-small);align-items:center;font-size:var(--font-size-xs)}._rightContent_9ozkj_47:hover{text-decoration:none;color:#0056b3}._detailIcon_9ozkj_60{fill:#9142ff;width:var(--spacing-small)}._sendMsgBodyContainer_ja9rm_1{background:var(--blue-light);border-radius:10px}._infiniteListContentStyles_ja9rm_6{padding:var(--spacing-small) var(--spacing-small) 20px;gap:10px;font-size:var(--font-size-xs);box-sizing:border-box}._emptyList_ja9rm_13{justify-content:center;align-items:center}._infiniteListContentStyles_ja9rm_6 ._imageMessageStyles_ja9rm_18{background-color:unset;border-radius:unset;padding:0;display:flex;justify-content:end}._loadingData_ja9rm_26{display:flex;flex-direction:column;align-items:center;font-size:var(--spacing-medium);color:var(--black)}._loadingData_ja9rm_26 svg{color:#007bff}._messageItemContent_1wnk0_1{display:flex;gap:var(--spacing-x-small);align-items:end}._avatar_1wnk0_7{width:25px;height:25px;border-radius:50%;flex:none}._messageInfo_1wnk0_14{display:flex;flex-direction:column;width:100%;gap:6px;position:relative;word-break:break-all}._messageInfoFromMe_1wnk0_23{align-items:end}._sender_1wnk0_27,._dateTime_1wnk0_28{padding-left:var(--spacing-x-small)}._message_1wnk0_1{padding:5px var(--spacing-x-small);background-color:#fff;border-radius:var(--border-radius-m);width:-moz-fit-content;width:fit-content;max-width:70%;white-space:pre-line}._fileMessage_1wnk0_41{width:-moz-fit-content;width:fit-content}._tooltip_1wnk0_45 .ant-tooltip-content .ant-tooltip-inner{background-color:#ffffffeb;font-size:var(--font-size-xs);color:var(--black)}._sender_1wnk0_27{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:70%;width:-moz-fit-content;width:fit-content}._dateTime_1wnk0_28{color:var(--gray-medium);position:absolute;bottom:-18px}._dateTimeFromMe_1wnk0_65{padding-right:var(--spacing-x-small);padding-left:unset}._sendMsgFooterContainer_jvbd0_1{display:flex;flex-direction:column;gap:var(--spacing-x-small);background-color:var(--white)}._sendMsgFooterContent_jvbd0_8{width:100%;margin-top:10px;display:flex;flex-direction:column;gap:5px}._sendMsgFooterContent_jvbd0_8 textarea{resize:none;width:100%;border:1px solid #d9d9d9;border-radius:6px;padding:var(--spacing-x-small)}._sendMsgFooterContent_jvbd0_8 textarea:focus{outline:none}._sendMsgFooterActions_jvbd0_28{display:flex;gap:20px;align-items:center;justify-content:end;margin-bottom:10px;width:100%}._sendMsgFooterActions_jvbd0_28 label{margin-bottom:0;cursor:pointer}._actionFile_jvbd0_42,._actionSend_jvbd0_43{border-radius:var(--border-radius-s);font-size:var(--font-size-xs);flex:none;outline:none}._actionFile_jvbd0_42:focus,._actionSend_jvbd0_43:focus{outline:none}._actionFile_jvbd0_42{background-color:#f3f4f6}._actionFile_jvbd0_42:hover{background-color:#e5e7eb}._actionSend_jvbd0_43{background-color:#1877f2;color:var(--white)}._actionIcon_jvbd0_68{width:15px;height:15px}._acceptedFileTypes_jvbd0_73{overflow:hidden;text-overflow:ellipsis;font-size:var(--font-size-xs);flex:auto;text-align:end}._imageContainer_pzgnt_1,._imageContent_pzgnt_2{width:-moz-fit-content;width:fit-content;max-width:100%}._imageContent_pzgnt_2{position:relative;cursor:pointer}._imageContent_pzgnt_2:hover ._overlayAction_pzgnt_12{opacity:1}._image_pzgnt_1{max-height:192px;width:100%}._overlayAction_pzgnt_12{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000001a;color:var(--white);transition:opacity .2s;opacity:0}._overlayActionDelete_pzgnt_33,._overlayActionError_pzgnt_34{background-color:#00000080}._overlayActionError_pzgnt_34{color:red}._overlayContent_pzgnt_42{height:100%;display:flex;align-items:center;justify-content:center;gap:var(--spacing-xx-small)}._previewIcon_pzgnt_50,._errorIcon_pzgnt_51{width:14px;height:14px}._deleteIcon_pzgnt_56{stroke:red;width:30px;height:30px}._previewImageOverlay_pzgnt_62{display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;position:fixed;height:100%;width:100%;top:0;right:0;background-color:#00000073;z-index:9999;transition:opacity .2s;opacity:0;pointer-events:none}._showPreview_pzgnt_80{opacity:1;pointer-events:auto}._imagePreview_pzgnt_85{max-height:60%;max-width:60%}._downloadIcon_pzgnt_90{width:38px}._imagePreview_pzgnt_85{image-rendering:pixelated;image-rendering:-webkit-optimize-contrast}._fileTextContainer_1gkqx_1{background-color:var(--white)}._fileTextContent_1gkqx_5{display:flex;align-items:center;gap:30px;border:1px solid #d9d9d9;border-radius:6px;width:-moz-fit-content;width:fit-content;padding:10px}._leftContent_1gkqx_15{display:flex;align-items:center;gap:10px}._actionDownload_1gkqx_21:focus,._actionDelete_1gkqx_22:focus{outline:none}.croppie-container{width:100%;height:100%}.croppie-container .cr-image{z-index:-1;position:absolute;top:0;left:0;transform-origin:0 0;max-height:none;max-width:none}.croppie-container .cr-boundary{position:relative;overflow:hidden;margin:0 auto;z-index:1;width:100%;height:100%}.croppie-container .cr-viewport,.croppie-container .cr-resizer{position:absolute;border:2px solid #fff;margin:auto;top:0;bottom:0;right:0;left:0;box-shadow:0 0 2000px 2000px #00000080;z-index:0}.croppie-container .cr-resizer{z-index:2;box-shadow:none;pointer-events:none}.croppie-container .cr-resizer-vertical,.croppie-container .cr-resizer-horisontal{position:absolute;pointer-events:all}.croppie-container .cr-resizer-vertical:after,.croppie-container .cr-resizer-horisontal:after{display:block;position:absolute;box-sizing:border-box;border:1px solid black;background:#fff;width:10px;height:10px;content:""}.croppie-container .cr-resizer-vertical{bottom:-5px;cursor:row-resize;width:100%;height:10px}.croppie-container .cr-resizer-vertical:after{left:50%;margin-left:-5px}.croppie-container .cr-resizer-horisontal{right:-5px;cursor:col-resize;width:10px;height:100%}.croppie-container .cr-resizer-horisontal:after{top:50%;margin-top:-5px}.croppie-container .cr-original-image{display:none}.croppie-container .cr-vp-circle{border-radius:50%}.croppie-container .cr-overlay{z-index:1;position:absolute;cursor:move;touch-action:none}.croppie-container .cr-slider-wrap{width:75%;margin:15px auto;text-align:center}.croppie-result{position:relative;overflow:hidden}.croppie-result img{position:absolute}.croppie-container .cr-image,.croppie-container .cr-overlay,.croppie-container .cr-viewport{transform:translateZ(0)}.cr-slider{-webkit-appearance:none;width:300px;max-width:100%;padding-top:8px;padding-bottom:8px;background-color:transparent}.cr-slider::-webkit-slider-runnable-track{width:100%;height:3px;background:#00000080;border:0;border-radius:3px}.cr-slider::-webkit-slider-thumb{-webkit-appearance:none;border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:-6px}.cr-slider:focus{outline:none}.cr-slider::-moz-range-track{width:100%;height:3px;background:#00000080;border:0;border-radius:3px}.cr-slider::-moz-range-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:-6px}.cr-slider:-moz-focusring{outline:1px solid white;outline-offset:-1px}.cr-slider::-ms-track{width:100%;height:5px;background:transparent;border-color:transparent;border-width:6px 0;color:transparent}.cr-slider::-ms-fill-lower{background:#00000080;border-radius:10px}.cr-slider::-ms-fill-upper{background:#00000080;border-radius:10px}.cr-slider::-ms-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:1px}.cr-slider:focus::-ms-fill-lower{background:#00000080}.cr-slider:focus::-ms-fill-upper{background:#00000080}.cr-rotate-controls{position:absolute;bottom:5px;left:5px;z-index:1}.cr-rotate-controls button{border:0;background:none}.cr-rotate-controls i:before{display:inline-block;font-style:normal;font-weight:900;font-size:22px}.cr-rotate-l i:before{content:"↺"}.cr-rotate-r i:before{content:"↻"}._workManagementContent_9rjph_1{display:flex;flex-direction:column;gap:24px}._topContent_9rjph_7{padding:24px;gap:16px;background-color:#fff;border-radius:8px;display:flex;flex-direction:column}._thingsTodo_9rjph_16{font-family:Noto Sans JP,montserrat,sans-serif;font-size:18px;line-height:24px;font-weight:700}._title_9rjph_23{margin:90px 0 30px;text-align:center;font-size:20px;line-height:24px;font-weight:700;font-family:Noto Sans JP,montserrat,sans-serif}._bottomContent_9rjph_32{padding:0 24px;border-radius:8px;background-color:#fff}._jobItemContent_16asp_1{box-shadow:0 1px 2px #0000004d,0 1px 3px 1px #00000026;border-radius:8px}._topContent_16asp_6{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:16px 24px;background-color:#fafafa;border-top-left-radius:8px;border-top-right-radius:8px}._jobStatus_16asp_17{padding:6px 8px;font-family:Noto Sans JP,montserrat,sans-serif;font-size:12px;line-height:12px;font-weight:700;border-radius:4px}._calendar_16asp_26{width:9px;height:10px}._jobDeadline_16asp_31{padding:8px 9px;background-color:#fff;font-family:Noto Sans JP,montserrat,sans-serif;font-size:12px;line-height:14px;font-weight:400;border-radius:4px;display:flex;align-items:center;gap:8px;color:#000}._bottomContent_16asp_45{border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#fff;padding:24px 25px;display:flex;gap:24px}._bottomContent_16asp_45 ._productImage_16asp_54{display:none}._productImage_16asp_54{width:156px;height:156px;border:1px solid #d9d9d9}._image_16asp_64{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;image-rendering:pixelated;image-rendering:-webkit-optimize-contrast}._productInfo_16asp_72{display:flex;flex-direction:column;flex:1}._productName_16asp_78{display:flex;gap:24px}._jobName_16asp_83{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._jobName_16asp_83,._jobName_16asp_83:hover{color:#1877f2;font-size:16px;line-height:24px;font-weight:700;width:-moz-fit-content;width:fit-content;max-height:48px}._separateHorizontal_16asp_101{height:1px;background-color:#d9d9d9;margin:16px 0 24px}._metricGroup_16asp_107{display:flex;align-items:center;gap:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none}._metricGroup_16asp_107 ._metricItemContainerStyles_16asp_114{min-width:200px;width:100%}._metricGroup_16asp_107 ._metricItemContentStyles_16asp_119{padding:0;min-height:84px;height:unset;gap:29px}._metricGroup_16asp_107 ._infoTitleStyles_16asp_126{padding:11px 15px 0}._metricValueContainer_16asp_130{background-color:#f5f5f5;border-bottom-left-radius:5px;border-bottom-right-radius:5px}._waitingForSelection_16asp_136,._waitingForReview_16asp_137{text-decoration:underline!important;text-decoration-line:underline;text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}._waitingForSelection_16asp_136:hover,._waitingForReview_16asp_137:hover{cursor:pointer}._metricValueWrapper_16asp_152{position:relative;display:flex;justify-content:space-between;align-items:center;margin:7px 15px}._textTransparent_16asp_160{color:transparent!important}._title_16asp_164{font-weight:700;font-size:12px;line-height:12px;color:#757575}._value_16asp_171{font-weight:700;font-size:16px;line-height:18px;color:#000}._floatValue_16asp_178{position:absolute;right:0;bottom:calc(100% + 18px);font-weight:700;font-size:24px;line-height:24px;color:#000}._metricLeft_16asp_188,._metricRight_16asp_189{display:flex;align-items:center;gap:8px}._separateVertical_16asp_195{width:1px;height:100%;min-height:18px;background-color:#d9d9d9}._metricItemDisabled_16asp_202{opacity:.5}._metricItemDisabled_16asp_202 ._waitingForSelection_16asp_136:hover,._metricItemDisabled_16asp_202 ._waitingForReview_16asp_137:hover{cursor:unset}@media screen and (min-width: 1500px){._bottomContent_16asp_45 ._productImage_16asp_54{display:block}._productInfo_16asp_72 ._productImage_16asp_54{display:none}}@media screen and (min-width: 1400px) and (max-width: 1499px){._bottomContent_16asp_45 ._productImage_16asp_54{display:block}._productInfo_16asp_72 ._productImage_16asp_54,._en_16asp_230 ._bottomContent_16asp_45 ._productImage_16asp_54{display:none}._en_16asp_230 ._productInfo_16asp_72 ._productImage_16asp_54{display:block}}@media screen and (min-width: 1201px) and (max-width: 1399px){._productInfo_16asp_72 ._productImage_16asp_54{display:block}}@media screen and (min-width: 1001px) and (max-width: 1400px){._jobName_16asp_83{flex:1}}@media screen and (min-width: 360px) and (max-width: 1200px){._topContent_16asp_6,._metricGroup_16asp_107,._bottomContent_16asp_45,._jobDeadline_16asp_31{flex-wrap:wrap}._metricValueWrapper_16asp_152{gap:13px}:not(._metricValueWrapper_16asp_152) ._separateVertical_16asp_195{display:none}._metricValueWrapper_16asp_152 ._separateVertical_16asp_195{display:block}._dropdownContainerStyles_16asp_271{width:100%}._productInfo_16asp_72 ._productImage_16asp_54{display:block}}@media screen and (min-width: 1160px) and (max-width: 1200px){:not(._metricValueWrapper_16asp_152) ._separateVertical_16asp_195{display:block}}@media screen and (min-width: 1140px) and (max-width: 1200px){._metricGroup_16asp_107{justify-content:space-between}}@media screen and (min-width: 1024px) and (max-width: 1200px){._metricGroup_16asp_107{gap:10px}._metricGroup_16asp_107 ._metricItemContainerStyles_16asp_114{flex:0}._dropdownContainerStyles_16asp_271{width:unset}}@media screen and (min-width: 360px) and (max-width: 1023px){._metricGroup_16asp_107 ._metricItemContainerStyles_16asp_114{width:100%}}@media screen and (min-width: 360px) and (max-width: 1000px){._productInfo_16asp_72 ._productImage_16asp_54{align-self:center}._productName_16asp_78{flex-direction:column}._metricGroup_16asp_107 ._metricItemContainerStyles_16asp_114{width:100%}}._dropdownContainer_17iln_1{-webkit-user-select:none;-moz-user-select:none;user-select:none}._dropdownContent_17iln_5{position:relative}._dropdownTitle_17iln_9,._options_17iln_10{font-weight:400;font-size:12px;line-height:14px}._dropdownTitle_17iln_9{border:1px solid #d9d9d9;border-radius:4px;display:flex;align-items:center;padding:16px 7px;word-break:keep-all;justify-content:space-between;gap:8px;cursor:pointer;color:#000}._iconWrapper_17iln_29{width:24px;height:24px;display:flex;align-items:center;justify-content:center}._options_17iln_10{position:absolute;color:#1d1b20;padding:0;box-shadow:0 2px 6px 2px #00000026,0 1px 2px #0000004d;border-radius:4px;background-color:#fff;min-width:100%;width:-moz-max-content;width:max-content;z-index:1;max-height:0;overflow:hidden;opacity:0;transform:translateY(-8px);transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .2s,transform .25s cubic-bezier(.4,0,.2,1),padding .2s}._optionsOpen_17iln_55{max-height:-moz-fit-content;max-height:fit-content;padding:8px 0;opacity:1;transform:translateY(0);transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .2s,transform .25s cubic-bezier(.4,0,.2,1),padding .2s}._option_17iln_10{padding:11px 12px;cursor:pointer}._option_17iln_10:hover{background-color:#f5f5f5}._disabled_17iln_73{background-color:#f5f5f5;color:#757575;pointer-events:none}._listTodoContent_atphd_1{display:flex;flex-direction:column;gap:16px}._emptyListTodo_atphd_7{text-align:center;font-size:20px;line-height:24px;font-weight:700;font-family:Noto Sans JP,montserrat,sans-serif}@media screen and (min-width: 360px) and (max-width: 1426px){._en_atphd_16 ._listTodoContent_atphd_1 ._todoItemContentStyles_atphd_16,._en_atphd_16 ._listTodoContent_atphd_1 ._todoContentStyles_atphd_17{flex-direction:column;align-items:start}._en_atphd_16 ._listTodoContent_atphd_1 ._todoItemContentStyles_atphd_16{gap:8px}}@media screen and (min-width: 360px) and (max-width: 1304px){._listTodoContent_atphd_1 ._todoItemContentStyles_atphd_16,._listTodoContent_atphd_1 ._todoContentStyles_atphd_17{flex-direction:column;align-items:start}._listTodoContent_atphd_1 ._todoItemContentStyles_atphd_16{gap:8px}}@media screen and (min-width: 1252px) and (max-width: 1426px){._listTodoContent_atphd_1 ._todoContentStyles_atphd_17{flex-direction:row}}._breadCrumb_1rpjl_1{margin-top:60px;display:flex;gap:8px;margin-bottom:18px;font-family:Noto Sans JP,montserrat,sans-serif;font-size:10px;line-height:12px;font-weight:400;color:#757575}._campaignDetailContent_1rpjl_13{display:flex;flex-direction:column;gap:24px}._topContent_1rpjl_19,._bottomContent_1rpjl_20{background-color:#fff;border-radius:8px}._topContent_1rpjl_19{display:flex;flex-direction:column;gap:20px;padding:26px 31px 26px 24px}._titleAndCorporateName_1rpjl_32{display:flex;flex-direction:column;gap:8px}._titleAndCorporateName_1rpjl_32 ._title_1rpjl_32{font-family:Noto Sans JP,montserrat,sans-serif;line-height:40px;font-weight:700;font-size:32px;color:#131523}._corporateName_1rpjl_46{line-height:20px;font-weight:400;font-size:12px;color:#757575}._metricGroup_1rpjl_53{display:flex;gap:15px}._metricItemContainerStyles_1rpjl_58{width:25%}._rewardBigText_1rpjl_62,._reward_1rpjl_62,._deadline_1rpjl_64,._capacity_1rpjl_65{text-align:right}._campaignType_1rpjl_69{display:flex;justify-content:end}._campaignType_1rpjl_69>div{font-family:Noto Sans JP,montserrat,sans-serif;font-weight:700;font-size:12px;line-height:12px;padding:4px 8px;background-color:#343a40;color:#fff;border-radius:4px}._deadline_1rpjl_64,._capacity_1rpjl_65,._rewardBigText_1rpjl_62{font-weight:700;font-size:24px;line-height:24px;color:#000}._rewardAndProductPrice_1rpjl_94{position:relative;height:100%}._rewardText_1rpjl_99{display:flex;gap:6px;flex-direction:column;position:absolute;bottom:0;right:0}._reward_1rpjl_62{font-weight:400;font-size:12px;line-height:12px;color:#757575;display:flex;gap:10px}._bottomContent_1rpjl_20{padding:0 25px}._campaignTabContainerStyles_1rpjl_121{padding:20px}._jobTabContainerStyles_1rpjl_125{margin-top:14px;margin-bottom:24px}._titleAndValue_1rpjl_130{display:flex;gap:16px}._titleAndValue_1rpjl_130 ._title_1rpjl_32{width:10%}._en_1rpjl_139 ._titleAndValue_1rpjl_130 ._title_1rpjl_32{width:20%}._titleAndValue_1rpjl_130 ._value_1rpjl_143{display:flex;gap:15px;align-items:center;flex-wrap:wrap;word-break:break-word}._titleAndValue_1rpjl_130 ._value_1rpjl_143 a{color:#1877f2}._textRight_1rpjl_155{text-align:right}@media screen and (min-width: 1701px) and (max-width: 1800px){._titleAndValue_1rpjl_130 ._title_1rpjl_32{width:11%}}@media screen and (min-width: 1601px) and (max-width: 1700px){._titleAndValue_1rpjl_130 ._title_1rpjl_32{width:12%}._en_1rpjl_139 ._titleAndValue_1rpjl_130 ._title_1rpjl_32{width:22%}}@media screen and (min-width: 1501px) and (max-width: 1600px){._titleAndValue_1rpjl_130 ._title_1rpjl_32{width:13%}._en_1rpjl_139 ._titleAndValue_1rpjl_130 ._title_1rpjl_32{width:26%}}@media screen and (min-width: 1411px) and (max-width: 1500px){._titleAndValue_1rpjl_130 ._title_1rpjl_32{width:13%}._en_1rpjl_139 ._titleAndValue_1rpjl_130 ._title_1rpjl_32{width:26%}}@media screen and (min-width: 1388px) and (max-width: 1450px){._en_1rpjl_139 ._rewardBigText_1rpjl_62{font-size:20px}}@media screen and (min-width: 1341px) and (max-width: 1410px){._titleAndValue_1rpjl_130 ._title_1rpjl_32{width:15%}._en_1rpjl_139 ._titleAndValue_1rpjl_130 ._title_1rpjl_32{width:30%}}@media screen and (min-width: 1321px) and (max-width: 1500px){._en_1rpjl_139 ._reward_1rpjl_62{font-size:11px}}@media screen and (min-width: 1260px) and (max-width: 1410px){._en_1rpjl_139 ._titleAndValue_1rpjl_130 ._title_1rpjl_32{width:28%}}@media screen and (min-width: 1260px) and (max-width: 1340px){._titleAndValue_1rpjl_130 ._title_1rpjl_32{width:16%}}@media screen and (min-width: 1206px) and (max-width: 1320px){._en_1rpjl_139 ._reward_1rpjl_62{font-size:11px}}@media screen and (min-width: 1151px) and (max-width: 1320px){._en_1rpjl_139 ._reward_1rpjl_62{font-size:9px}._en_1rpjl_139 ._rewardBigText_1rpjl_62{font-size:12px;line-height:normal}}@media screen and (min-width: 1151px) and (max-width: 1387px){._deadline_1rpjl_64,._capacity_1rpjl_65,._rewardBigText_1rpjl_62{font-size:17px}}@media screen and (min-width: 1151px) and (max-width: 1210px){._campaignType_1rpjl_69>div{font-size:10px}}@media screen and (min-width: 997px) and (max-width: 1259px){._titleAndValue_1rpjl_130 ._title_1rpjl_32{width:18%}._en_1rpjl_139 ._titleAndValue_1rpjl_130 ._title_1rpjl_32{width:34%}}@media screen and (min-width: 360px) and (max-width: 1023px){._metricGroup_1rpjl_53{flex-direction:column}._metricItemContainerStyles_1rpjl_58{width:unset}}@media screen and (min-width: 1024px) and (max-width: 1150px){._metricGroup_1rpjl_53{flex-wrap:wrap}._metricItemContainerStyles_1rpjl_58{min-width:245px;width:25%}._en_1rpjl_139 ._rewardBigText_1rpjl_62{font-size:20px}}@media screen and (min-width: 360px) and (max-width: 996px){._titleAndValue_1rpjl_130{display:block}._titleAndValue_1rpjl_130 ._title_1rpjl_32,._en_1rpjl_139 ._titleAndValue_1rpjl_130 ._title_1rpjl_32{width:unset}}@media screen and (min-width: 601px) and (max-width: 629px){._titleAndValue_1rpjl_130 ._value_1rpjl_143{gap:0}}@media screen and (min-width: 360px) and (max-width: 379px){._titleAndValue_1rpjl_130 ._value_1rpjl_143{gap:5px}}._breadCrumb_1q6kv_1{margin-top:60px;display:flex;gap:8px;margin-bottom:18px;font-family:Noto Sans JP,montserrat,sans-serif;font-size:10px;line-height:12px;font-weight:400;color:#757575;position:absolute;left:16}._titleApplicant_1q6kv_15{display:flex;align-items:center;justify-content:center;padding:90px 0 28px;font-size:20px;font-weight:700;line-height:24px}._todoItemContentStyles_1q6kv_25{cursor:unset}._campaignDetailContent_1q6kv_29{display:flex;flex-direction:column;gap:24px}._topContent_1q6kv_35,._bottomContent_1q6kv_36{background-color:#fff;border-radius:8px}._topContent_1q6kv_35{display:flex;flex-direction:column;gap:20px;padding:26px 24px}._titleAndCorporateName_1q6kv_48{display:flex;flex-direction:column;gap:8px}._titleAndCorporateName_1q6kv_48 ._titleConfirm_1q6kv_54{font-weight:700;font-size:18px;line-height:24px;letter-spacing:-3%}._titleAndCorporateName_1q6kv_48 ._confirmationNote_1q6kv_61{font-weight:400;font-size:12px;line-height:20px;letter-spacing:0;margin-bottom:12px}._titleAndCorporateName_1q6kv_48 ._title_1q6kv_15{font-family:Noto Sans JP,montserrat,sans-serif;line-height:40px;font-weight:700;font-size:32px;color:#131523}._corporateName_1q6kv_77{line-height:24px;font-weight:700;font-size:18px}._metricGroup_1q6kv_83{display:flex;gap:15px}._metricItemContainerStyles_1q6kv_88{width:25%}._rewardBigText_1q6kv_92,._reward_1q6kv_92,._deadline_1q6kv_94,._capacity_1q6kv_95{text-align:end}._campaignType_1q6kv_99{display:flex;justify-content:end;font-weight:700;font-size:24px;line-height:24px}._campaignType_1q6kv_99 div{font-family:Noto Sans JP,montserrat,sans-serif;padding:4px 8px;color:#000;border-radius:4px}._deadline_1q6kv_94,._capacity_1q6kv_95,._rewardBigText_1q6kv_92{font-weight:700;font-size:24px;line-height:24px;color:#000}._rewardAndProductPrice_1q6kv_123{position:relative;height:100%}._rewardText_1q6kv_128{display:flex;gap:6px;flex-direction:column;position:absolute;bottom:0;right:0}._reward_1q6kv_92{font-weight:400;font-size:12px;line-height:12px;color:#757575;display:flex;gap:10px}._bottomContent_1q6kv_36{padding:0 25px}._campaignTabContainerStyles_1q6kv_150{padding:20px}._jobTabContainerStyles_1q6kv_154{margin-top:14px;margin-bottom:24px}._titleAndValue_1q6kv_159{display:flex}._titleAndValue_1q6kv_159 ._title_1q6kv_15{width:10%}._en_1q6kv_167 ._titleAndValue_1q6kv_159 ._title_1q6kv_15{width:20%}._titleAndValue_1q6kv_159 ._value_1q6kv_171{display:flex;gap:15px;flex-wrap:wrap;word-break:break-word}._titleAndValue_1q6kv_159 ._value_1q6kv_171 a{color:#1877f2}._wrapperCheckbox_1q6kv_182{gap:10px;margin:0 16px 0 26px;display:flex;align-items:center}._wrapperCheckbox_1q6kv_182 ._itemCheckbox_1q6kv_189{width:20px;height:20px;display:inline-block;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}._businessProfile_1q6kv_198{display:flex;position:relative;padding:24px 24px 24px 26px;gap:14px;box-shadow:0 1px 2px #0000004d,0 1px 3px 1px #00000026;margin:20px 0;border-radius:8px;justify-content:space-between;height:100%}._businessProfileContent_1q6kv_210{display:flex;gap:14px}._businessProfileImage_1q6kv_215 img{max-width:100px;height:100px;border:1px solid #d9d9d9}._businessProfileName_1q6kv_221{width:80%;flex-wrap:wrap}._businessProfileName_1q6kv_221 ._businessDisplayName_1q6kv_226{font-weight:400;font-size:16px;line-height:24px}._businessProfileName_1q6kv_221 ._businessPr_1q6kv_198{font-weight:400;font-size:12px;line-height:12px;margin-top:8px;margin-bottom:36px;color:#757575;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}._businessProfileButtonLine_1q6kv_251{position:absolute;width:100.00000000000009;top:73px;right:200px;transform:rotate(90deg);border-width:1px;border:1px solid #d9d9d9}._businessSocial_1q6kv_261{font-size:18px;display:flex;gap:30px;align-items:center}._businessSocial_1q6kv_261 span{display:flex;align-items:center;justify-content:center}._businessSocial_1q6kv_261 span i{font-size:18px}._businessSocial_1q6kv_261 span._followers_1q6kv_278{font-weight:400;font-size:12px;line-height:12px;letter-spacing:0%}._businessProfileButton_1q6kv_251{text-align:center}._businessProfileButton_1q6kv_251 span{font-weight:400;font-size:14px;line-height:24px;letter-spacing:0%;text-align:center}._businessProfileButton_1q6kv_251 ._businessProfileButtonGroup_1q6kv_297{display:flex;justify-content:center;width:207px;height:40px;margin-top:16px}._businessProfileButton_1q6kv_251 ._businessProfileButtonGroup_1q6kv_297 ._businessProfileButtonYes_1q6kv_305{width:104px;height:40px;border-width:1px;border-top-left-radius:100px;border-bottom-left-radius:100px;border:1px solid #757575;background-color:#fff;font-weight:500;font-size:14px;line-height:24px;color:#000}._businessProfileButton_1q6kv_251 ._businessProfileButtonGroup_1q6kv_297 ._businessProfileButtonNo_1q6kv_319{width:104px;height:40px;gap:10px;border-width:1px;border-top-right-radius:100px;border-bottom-right-radius:100px;background-color:#fff;border:1px solid #757575;font-weight:500;font-size:14px;line-height:24px;color:#000}._active_1q6kv_334{background-color:#fff9a7!important;display:flex;align-items:center;justify-content:center;gap:8px}._activeButtonNo_1q6kv_342{background-color:#d9d9d9!important;display:flex;align-items:center;justify-content:center;gap:8px}._ReactModalOverlay_1q6kv_350{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999}._modalContent_1q6kv_363{background:#fff;border-radius:12px;max-width:90%;box-shadow:0 4px 16px #0003;animation:_fadeIn_1q6kv_1 .3s ease}._todoTitleStyles_1q6kv_373{background-color:#f7f7f7!important;color:#c63737!important;font-size:18px;font-weight:700;line-height:24px}._todoTextStyles_1q6kv_381{font-size:12px;font-weight:400;line-height:20px}@keyframes _fadeIn_1q6kv_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}._modalHeader_1q6kv_400 h3{font-size:1.5rem;line-height:2rem;font-weight:700;padding:1rem;background-color:#fff5504d;text-align:center;border-top-left-radius:12px;border-top-right-radius:12px}._modalHeader_1q6kv_400 p{margin:0;font-size:14px;color:#555}._confirmMessage_1q6kv_417{display:flex;width:90%;height:100px;margin:20px auto;resize:block;max-height:500px;overflow-y:scroll}._modalFooter_1q6kv_428{margin-top:24px;display:flex;justify-content:center;gap:12px}._confirmBtn_1q6kv_435{font-weight:700;font-size:1rem;line-height:1.5rem;padding:.5rem 1rem;--tw-bg-opacity: 1;background-color:rgb(255 245 80 / var(--tw-bg-opacity));border-style:none;border-radius:.25rem;justify-content:center;align-items:center;width:120px;display:inline-flex;margin-bottom:1rem;cursor:pointer}._confirmBtn_1q6kv_435:hover{background-color:#f9ee3acc}._cancelBtn_1q6kv_456{font-weight:700;font-size:1rem;line-height:1.5rem;padding:.5rem 1rem;--tw-bg-opacity: 1;background-color:rgb(255 245 80 / var(--tw-bg-opacity));border-style:none;border-radius:.25rem;justify-content:center;align-items:center;width:120px;display:inline-flex;margin-bottom:1rem;cursor:pointer}._cancelBtn_1q6kv_456:hover{background-color:#f9ee3acc}._Warning_1q6kv_477{padding:0 1rem;color:red;font-size:14px;font-weight:500}._thingsTodo_1q6kv_484{margin:0 0 20px}._disabled_1q6kv_488{pointer-events:none}._projectId_1q6kv_493{display:flex;width:83px;height:24px;border-radius:16px;border-width:1px;align-items:center;justify-content:center;border:1px solid #d9d9d9;font-size:12px;line-height:12px;font-weight:400;color:#757575}._sendBulkIcon_1q6kv_508{width:var(--spacing-medium);height:var(--spacing-medium)}@media screen and (min-width: 1701px) and (max-width: 1800px){._titleAndValue_1q6kv_159 ._title_1q6kv_15{width:11%}}@media screen and (min-width: 1601px) and (max-width: 1700px){._titleAndValue_1q6kv_159 ._title_1q6kv_15{width:12%}._en_1q6kv_167 ._titleAndValue_1q6kv_159 ._title_1q6kv_15{width:22%}}@media screen and (min-width: 1501px) and (max-width: 1600px){._titleAndValue_1q6kv_159 ._title_1q6kv_15{width:13%}._en_1q6kv_167 ._titleAndValue_1q6kv_159 ._title_1q6kv_15{width:26%}}@media screen and (min-width: 1411px) and (max-width: 1500px){._titleAndValue_1q6kv_159 ._title_1q6kv_15{width:13%}._en_1q6kv_167 ._titleAndValue_1q6kv_159 ._title_1q6kv_15{width:26%}}@media screen and (min-width: 1388px) and (max-width: 1450px){._en_1q6kv_167 ._rewardBigText_1q6kv_92{font-size:20px}}@media screen and (min-width: 1341px) and (max-width: 1410px){._titleAndValue_1q6kv_159 ._title_1q6kv_15{width:15%}._en_1q6kv_167 ._titleAndValue_1q6kv_159 ._title_1q6kv_15{width:30%}}@media screen and (min-width: 1321px) and (max-width: 1500px){._en_1q6kv_167 ._reward_1q6kv_92{font-size:11px}}@media screen and (min-width: 1260px) and (max-width: 1410px){._en_1q6kv_167 ._titleAndValue_1q6kv_159 ._title_1q6kv_15{width:28%}}@media screen and (min-width: 1260px) and (max-width: 1340px){._titleAndValue_1q6kv_159 ._title_1q6kv_15{width:16%}}@media screen and (min-width: 1206px) and (max-width: 1320px){._en_1q6kv_167 ._reward_1q6kv_92{font-size:11px}}@media screen and (min-width: 1151px) and (max-width: 1320px){._en_1q6kv_167 ._reward_1q6kv_92{font-size:9px}._en_1q6kv_167 ._rewardBigText_1q6kv_92{font-size:12px;line-height:normal}}@media screen and (min-width: 1151px) and (max-width: 1387px){._deadline_1q6kv_94,._capacity_1q6kv_95,._rewardBigText_1q6kv_92{font-size:17px}}@media screen and (min-width: 997px) and (max-width: 1259px){._titleAndValue_1q6kv_159 ._title_1q6kv_15{width:18%}._en_1q6kv_167 ._titleAndValue_1q6kv_159 ._title_1q6kv_15{width:34%}}@media screen and (min-width: 360px) and (max-width: 1150px){._metricGroup_1q6kv_83{flex-direction:column}._metricItemContainerStyles_1q6kv_88{width:unset}}@media screen and (max-width: 1259px){._businessProfileButtonLine_1q6kv_251{display:none}}@media screen and (max-width: 1024px){._businessProfile_1q6kv_198{flex-direction:column}._businessProfileButton_1q6kv_251{display:flex;justify-content:center;flex-direction:column;align-items:center}}@media screen and (max-width: 768px){._businessSocial_1q6kv_261{gap:24px;flex-wrap:wrap}._businessProfileName_1q6kv_221 ._businessPr_1q6kv_198{margin-bottom:16px}}@media screen and (max-width: 600px){._businessProfileImage_1q6kv_215 img{max-width:100px;max-height:100px}}@media screen and (min-width: 360px) and (max-width: 996px){._titleAndValue_1q6kv_159{display:block}._titleAndValue_1q6kv_159 ._title_1q6kv_15,._en_1q6kv_167 ._titleAndValue_1q6kv_159 ._title_1q6kv_15{width:unset}}@media screen and (min-width: 601px) and (max-width: 629px){._titleAndValue_1q6kv_159 ._value_1q6kv_171{gap:0}}@media screen and (min-width: 360px) and (max-width: 379px){._titleAndValue_1q6kv_159 ._value_1q6kv_171{gap:5px}}._businessProfile_57z97_1{display:flex;position:relative;padding:24px 24px 24px 26px;gap:14px;box-shadow:0 1px 2px #0000004d,0 1px 3px 1px #00000026;margin:20px 0;border-radius:8px;justify-content:space-between;height:100%}._businessProfileContent_57z97_13{display:flex;gap:14px}._businessProfileImage_57z97_18 img{max-width:100px;height:100px;border:1px solid #D9D9D9}._businessProfileName_57z97_24{width:80%;flex-wrap:wrap}._businessProfileName_57z97_24 ._businessDisplayName_57z97_29{font-weight:400;font-size:16px;line-height:24px}._businessProfileName_57z97_24 ._businessPr_57z97_1{font-weight:400;font-size:12px;line-height:12px;margin-top:8px;margin-bottom:36px;color:#757575;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}._businessSocial_57z97_49{font-size:18px;display:flex;gap:30px;align-items:center}._businessSocial_57z97_49 span{display:flex;align-items:center;justify-content:center}._businessSocial_57z97_49 span i{font-size:18px}._businessSocial_57z97_49 span._followers_57z97_66{font-weight:400;font-size:12px;line-height:12px;letter-spacing:0%}._businessProfileButton_57z97_73{text-align:center;border-left:1px solid #D9D9D9;padding-left:20px}._businessProfileButton_57z97_73 span{font-weight:400;font-size:14px;line-height:24px;letter-spacing:0%;text-align:center}._businessProfileButton_57z97_73 ._businessProfileButtonGroup_57z97_87{display:flex;justify-content:center;width:207px;height:40px;margin-top:16px}._businessProfileButton_57z97_73 ._businessProfileButtonGroup_57z97_87 ._businessProfileButtonYes_57z97_95{width:104px;height:40px;border-width:1px;border-top-left-radius:100px;border-bottom-left-radius:100px;border:1px solid #757575;background-color:#fff;font-weight:500;font-size:14px;line-height:24px;color:#000;cursor:pointer}._businessProfileButton_57z97_73 ._businessProfileButtonGroup_57z97_87 ._businessProfileButtonNo_57z97_110{width:104px;height:40px;gap:10px;border-width:1px;border-top-right-radius:100px;border-bottom-right-radius:100px;background-color:#fff;border:1px solid #757575;font-weight:500;font-size:14px;line-height:24px;color:#000;cursor:pointer}._privateButton_57z97_126{width:100%;height:40px;border-width:1px;border-radius:100px;border:1px solid #757575;background-color:#fff;font-weight:500;font-size:14px;line-height:24px;color:#000;cursor:pointer}._active_57z97_140{background-color:#fff9a7!important;display:flex;align-items:center;justify-content:center;gap:8px}._activeButtonNo_57z97_148{background-color:#d9d9d9!important;display:flex;align-items:center;justify-content:center;gap:8px}._disabled_57z97_158{pointer-events:none}._projectId_57z97_163{display:flex;width:83px;height:24px;border-radius:16px;border-width:1px;align-items:center;justify-content:center;border:1px solid #D9D9D9;font-size:12px;line-height:12px;font-weight:400;color:#757575}._emptyListJobs_57z97_178{text-align:center;font-size:20px;line-height:24px;font-weight:700;font-family:Noto Sans JP,montserrat,sans-serif;padding:20px 0}._messageItemFilters_57z97_188{gap:10px;display:flex;align-items:center}._messageItemFilters_57z97_188 ._messageItemCheckbox_57z97_194{width:20px;height:20px;display:inline-block;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}@media screen and (min-width: 1701px) and (max-width: 1800px){._titleAndValue_57z97_204 ._title_57z97_204{width:11%}}@media screen and (min-width: 1601px) and (max-width: 1700px){._titleAndValue_57z97_204 ._title_57z97_204{width:12%}._en_57z97_214 ._titleAndValue_57z97_204 ._title_57z97_204{width:22%}}@media screen and (min-width: 1501px) and (max-width: 1600px){._titleAndValue_57z97_204 ._title_57z97_204{width:13%}._en_57z97_214 ._titleAndValue_57z97_204 ._title_57z97_204{width:26%}}@media screen and (min-width: 1411px) and (max-width: 1500px){._titleAndValue_57z97_204 ._title_57z97_204{width:13%}._en_57z97_214 ._titleAndValue_57z97_204 ._title_57z97_204{width:26%}}@media screen and (min-width: 1388px) and (max-width: 1450px){._en_57z97_214 ._rewardBigText_57z97_240{font-size:20px}}@media screen and (min-width: 1341px) and (max-width: 1410px){._titleAndValue_57z97_204 ._title_57z97_204{width:15%}._en_57z97_214 ._titleAndValue_57z97_204 ._title_57z97_204{width:30%}}@media screen and (min-width: 1321px) and (max-width: 1500px){._en_57z97_214 ._reward_57z97_240{font-size:11px}}@media screen and (min-width: 1260px) and (max-width: 1410px){._en_57z97_214 ._titleAndValue_57z97_204 ._title_57z97_204{width:28%}}@media screen and (min-width: 1260px) and (max-width: 1340px){._titleAndValue_57z97_204 ._title_57z97_204{width:16%}}@media screen and (min-width: 1206px) and (max-width: 1320px){._en_57z97_214 ._reward_57z97_240{font-size:11px}}@media screen and (min-width: 1151px) and (max-width: 1320px){._en_57z97_214 ._reward_57z97_240{font-size:9px}._en_57z97_214 ._rewardBigText_57z97_240{font-size:12px;line-height:normal}}@media screen and (min-width: 1151px) and (max-width: 1387px){._deadline_57z97_292,._capacity_57z97_293,._rewardBigText_57z97_240{font-size:17px}}@media screen and (min-width: 997px) and (max-width: 1259px){._titleAndValue_57z97_204 ._title_57z97_204{width:18%}._en_57z97_214 ._titleAndValue_57z97_204 ._title_57z97_204{width:34%}}@media screen and (min-width: 360px) and (max-width: 1150px){._metricGroup_57z97_315{flex-direction:column}._metricItemContainerStyles_57z97_319{width:unset}}@media screen and (max-width: 1259px){._businessProfileButtonLine_57z97_325{display:none}}@media screen and (max-width: 1024px){._businessProfile_57z97_1{flex-direction:column}._businessProfileButton_57z97_73{display:flex;justify-content:center;flex-direction:column;align-items:center}}@media screen and (max-width: 768px){._businessSocial_57z97_49{gap:24px;flex-wrap:wrap}._businessProfileName_57z97_24 ._businessPr_57z97_1{margin-bottom:16px}}@media screen and (max-width: 600px){._businessProfileImage_57z97_18 img{max-width:100px;max-height:100px}}@media screen and (min-width: 360px) and (max-width: 996px){._titleAndValue_57z97_204{display:block}._titleAndValue_57z97_204 ._title_57z97_204,._en_57z97_214 ._titleAndValue_57z97_204 ._title_57z97_204{width:unset}}@media screen and (min-width: 601px) and (max-width: 629px){._titleAndValue_57z97_204 ._value_57z97_374{gap:0}}@media screen and (min-width: 360px) and (max-width: 379px){._titleAndValue_57z97_204 ._value_57z97_374{gap:5px}}._titleApplicant_gx4d8_1{display:flex;align-items:center;justify-content:center;padding:90px 0 28px;font-size:20px;font-weight:700;line-height:24px}._workManagementContent_gx4d8_11{display:flex;flex-direction:column;gap:24px}._bottomContent_gx4d8_17{padding:0 24px;border-radius:8px;background-color:#fff}._listJobsContainer_1ulvl_1{padding:20px 0}._listJobsContent_1ulvl_5{display:flex;flex-direction:column;gap:20px}._emptyListJobs_1ulvl_11{text-align:center;font-size:20px;line-height:24px;font-weight:700;font-family:Noto Sans JP,montserrat,sans-serif}._jobItemContent_1ufeb_1{box-shadow:0 1px 2px #0000004d,0 1px 3px 1px #00000026;border-radius:8px}._topContent_1ufeb_6{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:16px 24px;background-color:#fafafa;border-top-left-radius:8px;border-top-right-radius:8px}._jobStatus_1ufeb_17{padding:6px 8px;font-family:Noto Sans JP,montserrat,sans-serif;font-size:12px;line-height:12px;font-weight:700;border-radius:4px}._calendar_1ufeb_26{width:9px;height:10px}._jobDeadline_1ufeb_31{padding:8px 9px;background-color:#fff;font-family:Noto Sans JP,montserrat,sans-serif;font-size:12px;line-height:14px;font-weight:400;border-radius:4px;display:flex;align-items:center;gap:8px;color:#000}._bottomContent_1ufeb_45{border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#fff;padding:24px 25px;display:flex;gap:24px}._bottomContent_1ufeb_45 ._productImage_1ufeb_54{display:none}._productImage_1ufeb_54{width:156px;height:156px;border:1px solid #d9d9d9}._image_1ufeb_64{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;image-rendering:pixelated;image-rendering:-webkit-optimize-contrast}._productInfo_1ufeb_72{display:flex;flex-direction:column;flex:1}._productName_1ufeb_78{display:flex;gap:24px}._proxyOperation_1ufeb_83{font-size:12px;line-height:14px;font-weight:400;color:#757575}._jobName_1ufeb_90{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-decoration:underline}._jobName_1ufeb_90,._jobName_1ufeb_90:hover{color:#1877f2;font-size:16px;line-height:24px;font-weight:700;width:-moz-fit-content;width:fit-content;max-height:48px}._separateHorizontal_1ufeb_109{height:1px;background-color:#d9d9d9;margin:12px 0}._metricGroup_1ufeb_115{display:flex;align-items:center;justify-content:space-between;gap:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none}._metricGroup_1ufeb_115 ._metricItemContainerStyles_1ufeb_123{min-width:200px;width:100%}._metricGroup_1ufeb_115 ._metricItemContentStyles_1ufeb_128{padding:0;min-height:84px;height:unset;gap:29px}._metricGroup_1ufeb_115 ._infoTitleStyles_1ufeb_135{padding:11px 15px 0}._metricValueContainer_1ufeb_139{background-color:#f5f5f5;border-bottom-left-radius:5px;border-bottom-right-radius:5px}._waitingForSelection_1ufeb_145,._waitingForReview_1ufeb_146{text-decoration:underline!important;text-decoration-line:underline;text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}._waitingForSelection_1ufeb_145:hover,._waitingForReview_1ufeb_146:hover{cursor:pointer}._metricValueWrapper_1ufeb_161{position:relative;display:flex;justify-content:space-between;align-items:center;margin:7px 15px}._textTransparent_1ufeb_169{color:transparent!important}._title_1ufeb_173{font-weight:700;font-size:12px;line-height:12px;color:#757575}._value_1ufeb_180{font-weight:700;font-size:16px;line-height:18px;color:#000}._floatValue_1ufeb_187{position:absolute;right:0;bottom:calc(100% + 18px);font-weight:700;font-size:24px;line-height:24px;color:#000}._metricLeft_1ufeb_197,._metricRight_1ufeb_198{display:flex;align-items:center;gap:8px}._workStatusWrapper_1ufeb_204{display:flex;align-items:center;gap:12px;margin-bottom:8px}._jobMetaInfo_1ufeb_211{display:flex;align-items:center;gap:16px}._jobMetaInfo_1ufeb_211 span i{display:flex;align-items:end;font-size:12px;color:#757575;gap:6px}._separateVertical_1ufeb_225{width:1px;height:100%;min-height:18px;background-color:#d9d9d9}._metricItemDisabled_1ufeb_232{opacity:.5}._metricItemDisabled_1ufeb_232 ._waitingForSelection_1ufeb_145:hover,._metricItemDisabled_1ufeb_232 ._waitingForReview_1ufeb_146:hover{cursor:unset}._statusDot_1ufeb_243{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;min-width:-moz-fit-content;min-width:fit-content;height:24px;gap:8px;border-width:1px;border-radius:4px;padding:0 8px;white-space:nowrap;font-size:12px;line-height:12px;font-weight:400;border:1px solid var(--border-color, #D9D9D9);color:var(--text-color, #757575);min-width:var(--min-width, unset);justify-content:var(--justify-content, flex-start)}._statusDotCompleted_1ufeb_264{--border-color: #C8E6C9;--text-color: #256029}._statusDotContracted_1ufeb_269{--border-color: #91E2FF;--text-color: #01579B}._statusDotPending_1ufeb_274{--border-color: #ECCFFF;--text-color: #694382}._statusDotWorkReject_1ufeb_279{--border-color: #FEEDAF;--text-color: #8A5340}._statusDotCancel_1ufeb_284{--border-color: #FFCDD2;--text-color: #C63737}._statusDotUncheck_1ufeb_289{--border-color: #FFD8B2;--text-color: #805B36}._statusDotReject_1ufeb_294{--border-color: #D9D9D9;--text-color: #757575}._metricItem_1ufeb_123{display:flex;align-items:center;gap:8px}._metricItem_1ufeb_123 span i{font-size:12px}._statusContainer_1ufeb_309{font-size:12px;line-height:12px;font-weight:700;color:#fff;background-color:#343a40;padding:6px 8px;border-radius:4px}._reward_1ufeb_319{font-size:12px;line-height:12px;font-weight:400;color:#757575}._capacity_1ufeb_326{font-size:12px;line-height:10px;font-weight:400;color:#757575}._dropdownTitleStyles_1ufeb_333{padding:8px 16px}@media screen and (min-width: 1500px){._bottomContent_1ufeb_45 ._productImage_1ufeb_54{display:block}._productInfo_1ufeb_72 ._productImage_1ufeb_54{display:none}}@media screen and (min-width: 1400px) and (max-width: 1499px){._bottomContent_1ufeb_45 ._productImage_1ufeb_54{display:block}._productInfo_1ufeb_72 ._productImage_1ufeb_54,._en_1ufeb_356 ._bottomContent_1ufeb_45 ._productImage_1ufeb_54{display:none}._en_1ufeb_356 ._productInfo_1ufeb_72 ._productImage_1ufeb_54{display:block}}@media screen and (min-width: 1201px) and (max-width: 1399px){._productInfo_1ufeb_72 ._productImage_1ufeb_54{display:block}}@media screen and (min-width: 1001px) and (max-width: 1400px){._jobName_1ufeb_90{flex:1}}@media screen and (min-width: 360px) and (max-width: 1200px){._topContent_1ufeb_6,._metricGroup_1ufeb_115,._bottomContent_1ufeb_45,._jobDeadline_1ufeb_31{flex-wrap:wrap}._metricValueWrapper_1ufeb_161{gap:13px}:not(._metricValueWrapper_1ufeb_161) ._separateVertical_1ufeb_225{display:none}._metricValueWrapper_1ufeb_161 ._separateVertical_1ufeb_225{display:block}._dropdownContainerStyles_1ufeb_397{width:100%}._productInfo_1ufeb_72 ._productImage_1ufeb_54{display:block}}@media screen and (min-width: 1160px) and (max-width: 1200px){:not(._metricValueWrapper_1ufeb_161) ._separateVertical_1ufeb_225{display:block}}@media screen and (min-width: 1140px) and (max-width: 1200px){._metricGroup_1ufeb_115{justify-content:space-between}}@media screen and (min-width: 1024px) and (max-width: 1200px){._metricGroup_1ufeb_115{gap:10px}._metricGroup_1ufeb_115 ._metricItemContainerStyles_1ufeb_123{flex:0}._dropdownContainerStyles_1ufeb_397{width:unset}}@media screen and (min-width: 360px) and (max-width: 1023px){._metricGroup_1ufeb_115 ._metricItemContainerStyles_1ufeb_123{width:100%}}@media screen and (min-width: 360px) and (max-width: 1000px){._productInfo_1ufeb_72 ._productImage_1ufeb_54{align-self:center}._productName_1ufeb_78{flex-direction:column}._metricGroup_1ufeb_115 ._metricItemContainerStyles_1ufeb_123{width:100%}}._breadCrumb_3nnh8_1{margin-top:60px;display:flex;gap:8px;margin-bottom:18px;font-family:Noto Sans JP,montserrat,sans-serif;font-size:10px;line-height:12px;font-weight:400;color:#757575;margin-left:-22px}._campaignDetailContent_3nnh8_14{display:flex;flex-direction:column;gap:24px}._topContent_3nnh8_20,._bottomContent_3nnh8_21{background-color:#fff;border-radius:8px}._campaignDetailContent_3nnh8_14 ._bottomContent_3nnh8_21{padding-bottom:32px}._topContent_3nnh8_20{display:flex;flex-direction:column;gap:20px;padding:26px 31px 26px 24px}._titleAndCorporateName_3nnh8_37{display:flex;flex-direction:column;gap:8px}._titleAndCorporateName_3nnh8_37 ._title_3nnh8_37{font-family:Noto Sans JP,montserrat,sans-serif;line-height:40px;font-weight:700;font-size:32px;color:#131523;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._corporateName_3nnh8_57{line-height:20px;font-weight:400;font-size:12px;color:#757575}._metricGroup_3nnh8_64{display:flex;gap:15px}._metricItemContainerStyles_3nnh8_69{width:25%}._rewardBigText_3nnh8_73,._reward_3nnh8_73,._deadline_3nnh8_75,._capacity_3nnh8_76{text-align:right}._campaignType_3nnh8_80{display:flex;justify-content:end}._campaignType_3nnh8_80>div{font-family:Noto Sans JP,montserrat,sans-serif;font-weight:700;font-size:12px;line-height:12px;padding:4px 8px;background-color:#343a40;color:#fff;border-radius:4px}._deadline_3nnh8_75,._capacity_3nnh8_76,._rewardBigText_3nnh8_73{font-weight:700;font-size:24px;line-height:24px;color:#000}._rewardAndProductPrice_3nnh8_105{position:relative;height:100%}._rewardText_3nnh8_110{display:flex;gap:6px;flex-direction:column;position:absolute;bottom:0;right:0}._reward_3nnh8_73{font-weight:400;font-size:12px;line-height:12px;color:#757575;display:flex;gap:10px}._bottomContent_3nnh8_21{padding:0 25px}._campaignTabContainerStyles_3nnh8_132{padding:20px}._jobTabContainerStyles_3nnh8_136{margin-top:14px;margin-bottom:24px}._titleAndValue_3nnh8_141{display:flex;gap:10px}._titleAndValue_3nnh8_141 ._title_3nnh8_37{width:12%}._en_3nnh8_150 ._titleAndValue_3nnh8_141 ._title_3nnh8_37{width:20%}._titleAndValue_3nnh8_141 ._value_3nnh8_154{display:flex;gap:15px;flex-wrap:wrap;word-break:break-word;flex:1}._titleAndValue_3nnh8_141 ._value_3nnh8_154 a{color:#1877f2}._textRight_3nnh8_166{text-align:right}._buttonAction_3nnh8_170{display:flex;border-radius:8px;background-color:#fff;justify-content:end;align-items:center;height:64px;gap:16px;padding:0 29px}._buttonleft_3nnh8_181{display:flex}._favoriteBtn_3nnh8_185{display:flex;align-items:center;gap:8px;font-size:12px;line-height:14px;font-weight:400;padding:8px 16px;border:1px solid #1877F2;border-bottom-left-radius:4px;border-top-left-radius:4px;text-decoration:none;color:#1877f2}._favoriteBtn_3nnh8_185 ._favoriteIcon_3nnh8_200{font-size:12px}._favoriteBtn_3nnh8_185:hover{text-decoration:none}._applyContainer_3nnh8_208{display:flex;justify-content:center;padding:32px 0;width:100%}._applyBtn_3nnh8_216{align-items:center;justify-content:center;gap:8px;font-size:14px;line-height:14px;font-weight:700;padding:16px 0;border:1px solid #1877F2;text-decoration:none;color:#1877f2;display:flex;width:-moz-fit-content;width:fit-content;border-radius:4px;cursor:pointer;background-color:#c8e6c9;color:#256029;border:#C8E6C9}._applyBtn_3nnh8_216:hover{text-decoration:none;color:#fdf8f8;background-color:#186fe2}._messagesBtn_3nnh8_243{display:flex;align-items:center;gap:4px;font-size:12px;line-height:14px;font-weight:400;padding:8px 16px;border:1px solid #1877F2;border-bottom-right-radius:4px;border-top-right-radius:4px;color:#1877f2;text-decoration:none}._messagesBtn_3nnh8_243 img{font-size:12px}._disableMessage_3nnh8_262{background-color:#d9d9d9;color:#000;pointer-events:none}._messagesBtn_3nnh8_243:hover{text-decoration:none}._workReportBtn_3nnh8_273{padding:8px 16px;background-color:#1877f2;font-size:12px;line-height:14px;font-weight:400;color:#fff;border-radius:4px}._workReportBtn_3nnh8_273:hover{background-color:#186fe2;color:#fff;text-decoration:none}._customOverlay_3nnh8_289,._customModal_3nnh8_302{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}._disable_3nnh8_262{background-color:#d9d9d9;color:#000;pointer-events:none;width:30%}._enable_3nnh8_322{cursor:pointer;background-color:#1877f2;color:#fff;width:30%}._workApplicantsNoticeModalBackground_3nnh8_329 ._workApplicantsNoticeModal_3nnh8_329{position:relative!important}._applyProjectBtn_3nnh8_333{cursor:pointer}@media screen and (min-width: 1701px) and (max-width: 1800px){._titleAndValue_3nnh8_141 ._title_3nnh8_37{width:11%}}@media screen and (min-width: 1601px) and (max-width: 1700px){._titleAndValue_3nnh8_141 ._title_3nnh8_37{width:12%}._en_3nnh8_150 ._titleAndValue_3nnh8_141 ._title_3nnh8_37{width:22%}}@media screen and (min-width: 1501px) and (max-width: 1600px){._titleAndValue_3nnh8_141 ._title_3nnh8_37{width:13%}._en_3nnh8_150 ._titleAndValue_3nnh8_141 ._title_3nnh8_37{width:26%}}@media screen and (min-width: 1411px) and (max-width: 1500px){._titleAndValue_3nnh8_141 ._title_3nnh8_37{width:13%}._en_3nnh8_150 ._titleAndValue_3nnh8_141 ._title_3nnh8_37{width:26%}}@media screen and (min-width: 1388px) and (max-width: 1450px){._en_3nnh8_150 ._rewardBigText_3nnh8_73{font-size:20px}}@media screen and (min-width: 1341px) and (max-width: 1410px){._titleAndValue_3nnh8_141 ._title_3nnh8_37{width:15%}._en_3nnh8_150 ._titleAndValue_3nnh8_141 ._title_3nnh8_37{width:30%}}@media screen and (min-width: 1321px) and (max-width: 1500px){._en_3nnh8_150 ._reward_3nnh8_73{font-size:11px}}@media screen and (min-width: 1260px) and (max-width: 1410px){._en_3nnh8_150 ._titleAndValue_3nnh8_141 ._title_3nnh8_37{width:28%}}@media screen and (min-width: 1260px) and (max-width: 1340px){._titleAndValue_3nnh8_141 ._title_3nnh8_37{width:16%}}@media screen and (min-width: 1206px) and (max-width: 1320px){._en_3nnh8_150 ._reward_3nnh8_73{font-size:11px}}@media screen and (min-width: 1151px) and (max-width: 1320px){._en_3nnh8_150 ._reward_3nnh8_73{font-size:9px}._en_3nnh8_150 ._rewardBigText_3nnh8_73{font-size:12px;line-height:normal}}@media screen and (min-width: 1151px) and (max-width: 1387px){._deadline_3nnh8_75,._capacity_3nnh8_76,._rewardBigText_3nnh8_73{font-size:17px}}@media screen and (min-width: 1151px) and (max-width: 1210px){._campaignType_3nnh8_80>div{font-size:10px}}@media screen and (min-width: 997px) and (max-width: 1259px){._titleAndValue_3nnh8_141 ._title_3nnh8_37{width:18%}._en_3nnh8_150 ._titleAndValue_3nnh8_141 ._title_3nnh8_37{width:34%}}@media screen and (min-width: 360px) and (max-width: 1023px){._metricGroup_3nnh8_64{flex-direction:column}._metricItemContainerStyles_3nnh8_69{width:unset}}@media screen and (min-width: 1024px) and (max-width: 1150px){._metricGroup_3nnh8_64{flex-wrap:wrap}._metricItemContainerStyles_3nnh8_69{min-width:245px;width:25%}._en_3nnh8_150 ._rewardBigText_3nnh8_73{font-size:20px}}@media screen and (min-width: 360px) and (max-width: 996px){._titleAndValue_3nnh8_141{display:block}._titleAndValue_3nnh8_141 ._title_3nnh8_37,._en_3nnh8_150 ._titleAndValue_3nnh8_141 ._title_3nnh8_37{width:unset}}@media screen and (max-width: 700px){._buttonAction_3nnh8_170{justify-content:center;padding:0 16px}._buttonRight_3nnh8_493{margin:0}._workReportBtn_3nnh8_273{display:flex;flex-wrap:wrap}}@media screen and (min-width: 601px) and (max-width: 629px){._titleAndValue_3nnh8_141 ._value_3nnh8_154{gap:0}}@media screen and (min-width: 360px) and (max-width: 379px){._titleAndValue_3nnh8_141 ._value_3nnh8_154{gap:5px}}._descriptionContent_1k1sm_1,._scheduleContent_1k1sm_2,._targetProductContent_1k1sm_3,._targetProductImages_1k1sm_4,._conditionsContent_1k1sm_5,._socialMediaContent_1k1sm_6,._categoriesContent_1k1sm_7{display:flex;border-bottom:1px solid #d9d9d9;background-color:#fff}._scheduleContent_1k1sm_2,._targetProductContent_1k1sm_3,._targetProductImages_1k1sm_4,._conditionsContent_1k1sm_5,._socialMediaContent_1k1sm_6,._categoriesContent_1k1sm_7{padding:12px 0}._descriptionContent_1k1sm_1{padding-bottom:12px}._leftContent_1k1sm_26{font-family:Noto Sans JP,montserrat,sans-serif;width:12%;font-weight:700;font-size:18px;line-height:24px;color:#131523}._rightContent_1k1sm_35{font-weight:400;font-size:14px;line-height:22px;display:flex;flex-direction:column;width:100%;color:#000}@media screen and (min-width: 1151px) and (max-width: 1300px){._leftContent_1k1sm_26{width:25%}}@media screen and (min-width: 1300px) and (max-width: 1500px){._leftContent_1k1sm_26{width:20%}}@media screen and (min-width: 1500px) and (max-width: 1700px){._leftContent_1k1sm_26{width:16%}}@media screen and (min-width: 360px) and (max-width: 1150px){._descriptionContent_1k1sm_1,._scheduleContent_1k1sm_2,._targetProductContent_1k1sm_3,._targetProductImages_1k1sm_4,._conditionsContent_1k1sm_5,._socialMediaContent_1k1sm_6,._categoriesContent_1k1sm_7{display:block}._leftContent_1k1sm_26{width:100%}}@media screen and (max-width: 540px){._rightContent_1k1sm_35 br{display:block}}._targetProductImages_4drkv_1{display:flex;align-items:center;gap:25px;flex-wrap:wrap}._targetProductImages_4drkv_1 ._productImage_4drkv_8{width:200px;height:228px;-o-object-fit:contain;object-fit:contain;image-rendering:pixelated;image-rendering:-webkit-optimize-contrast}._category_1wej6_1{margin-right:20px}._jobTabContainer_1v2mg_1{padding:20px;background-color:#f5f5f5;border-radius:8px}._jobTabContent_1v2mg_7{display:flex;flex-direction:column;gap:20px}._leftContentStyles_1v2mg_13{width:18%}._descriptionContentStyles_1v2mg_17,._targetProductContentStyles_1v2mg_18,._socialMediaContentStyles_1v2mg_19{border:none}._descriptionContentStyles_1v2mg_17{padding:20px 20px 24px}._targetProductContentStyles_1v2mg_18,._socialMediaContentStyles_1v2mg_19{padding:20px}@media screen and (min-width: 1151px) and (max-width: 1300px){._leftContentStyles_1v2mg_13{width:36%}}@media screen and (min-width: 1300px) and (max-width: 1500px){._leftContentStyles_1v2mg_13{width:30%}}@media screen and (min-width: 1500px) and (max-width: 1700px){._leftContentStyles_1v2mg_13{width:24%}}@media screen and (min-width: 360px) and (max-width: 1150px){._leftContentStyles_1v2mg_13{width:100%}}._hoverEffect_1nh6y_1:hover{box-shadow:0 3px 6px #00000040;transform:translateY(-.4em);transition:.3s ease-out}._jobItemContent_1nh6y_7{display:flex;flex-direction:column;gap:10px}._topContent_1nh6y_13{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem 1.5rem;border-bottom:2px solid #fff550}._textEllipsis_1nh6y_21{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._jobTitle_1nh6y_27{max-width:60%}._bottomContent_1nh6y_31{display:flex;gap:64px;padding:2rem 2rem 1rem}._jobImg_1nh6y_37{width:100px;height:100px}._categories_1nh6y_42{display:flex;flex-wrap:wrap}._category_1nh6y_47{color:#666}._category_1nh6y_47:not(:first-child){margin-left:10px}._viewDetailTitle_1nh6y_55,._ctaBtn_1nh6y_56{cursor:pointer}._ctaBtns_1nh6y_60{display:flex;align-items:center;justify-content:space-evenly}._reportTitle_1nh6y_66,._goToChat_1nh6y_67{background-color:#fff550;border-radius:5px;padding:15px 100px!important}._chatAreaContent_6bkv2_1 textarea{width:100%}._messagesContainer_1ojoa_1{height:-moz-fit-content;height:fit-content;padding:0 31px;background-color:var(--white);line-height:normal}._messagesContainer_1ojoa_1 *{font-family:var(--font-family-inter)}._messagesContent_1ojoa_12{display:flex;gap:20px}._messagesListHeader_1ojoa_17{display:flex;align-items:center}._messagesListHeader_1ojoa_17 ._markAllMessagesCheckbox_1ojoa_22{display:flex;gap:4px;margin-right:15px;align-items:center}._messagesListHeader_1ojoa_17 ._markAllMessagesCheckbox_1ojoa_22 input{width:18px;height:18px;cursor:pointer;display:inline-block;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;margin:0}._messagesListHeader_1ojoa_17 ._markAllMessagesLabel_1ojoa_40{padding-left:unset;line-height:18px;cursor:pointer}._messagesListHeader_1ojoa_17 ._markAllMessagesLabel_1ojoa_40:before,._messagesListHeader_1ojoa_17 ._markAllMessagesLabel_1ojoa_40:after{content:none!important}._ctaBtns_1ojoa_51{display:flex;align-items:center;gap:10px}._ctaBtn_1ojoa_51{cursor:pointer;padding:8px 20px;background-color:#eaeaea;border:1px solid #ccc;border-radius:5px;color:#6e5757}._tabContent_1ojoa_66{width:100%}._tabContent_1ojoa_66 .ant-tabs-nav{margin:0}._tabContent_1ojoa_66 .ant-tabs-nav .ant-tabs-tab{padding:var(--spacing-xx-small) 0}._tabContent_1ojoa_66 .ant-tabs-nav .ant-tabs-ink-bar{background-color:var(--black)}._tabContent_1ojoa_66 .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--black)}._leftContent_1ojoa_86{width:35%}._rightContent_1ojoa_90{flex:1;overflow:hidden}._rightContentEmpty_1ojoa_95{display:flex;align-items:center;justify-content:center}._selectToRead_1ojoa_101{font-size:20px;font-weight:var(--font-weight-bold)}._emptyChatPrompt_1ojoa_106{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}._noMessageData_1y6wc_1{color:var(--black);display:flex;align-items:center;justify-content:center;height:100%;font-size:var(--spacing-medium)}._loadingData_1y6wc_10{display:flex;flex-direction:column;align-items:center;font-size:var(--spacing-medium);color:var(--black)}._loadingData_1y6wc_10 svg{color:#007bff}._messageItemContent_1m1br_1,._messageItemFilters_1m1br_2,._messageItemInfo_1m1br_3,._infoLeft_1m1br_4,._campaignOwnerAvatarAndName_1m1br_5{display:flex;align-items:center}._messageItemContainer_1m1br_10{position:relative;background-color:var(--white);padding:10px}._messageItemContainer_1m1br_10:hover{cursor:pointer;background-color:#f9f9f9}._messageItemContainerSelected_1m1br_21{background-color:var(--blue-medium)!important}._unreadBorder_1m1br_25{position:absolute;top:0;left:0;height:100%;transition:all .1s;width:3px;background-color:#1877f2}._messageItemContainer_1m1br_10:hover ._unreadBorder_1m1br_25{width:5px}._messageItemContent_1m1br_1,._messageItemFilters_1m1br_2{gap:10px}._messageItemFilters_1m1br_2 ._messageItemCheckbox_1m1br_47{display:inline-block;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;margin:0;width:100%;height:100%}._messageWrapCheckbox_1m1br_57{width:16px;height:16px}._messageItemFav_1m1br_62{height:16px;width:16px;stroke:#b18406}._isFavorite_1m1br_68{fill:#b18406}._messageItemInfo_1m1br_3{flex:1;display:flex;flex-direction:column;justify-content:start;gap:6px}._topContent_1m1br_80,._bottomContent_1m1br_81{width:100%}._topContent_1m1br_80{display:flex;justify-content:space-between;gap:10px}._receivers_1m1br_91{flex:auto}._messageTitle_1m1br_95,._senderAndMessageText_1m1br_96{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}._receiverRoleIcon_1m1br_104{width:18px;height:18px}._contactIcon_1m1br_109{width:16px;height:16px}._messageTitle_1m1br_95,._time_1m1br_115,._senderAndMessageText_1m1br_96{color:var(--black);font-size:var(--font-size-xs)}._time_1m1br_115{display:flex;align-items:center;gap:var(--spacing-xx-small);flex:none}._senderAndMessageText_1m1br_96{font-size:var(--font-size-xxs)}._messagesUnread_1m1br_132{font-weight:var(--font-weight-bold)}._listReceiversContainer_1inh4_1{width:100%}._listReceiversContent_1inh4_5{display:flex;align-items:center;gap:5px}._receiverItem_1inh4_11{display:flex;align-items:center;gap:var(--spacing-xx-small)}._dropDownIcon_1inh4_17{width:15px;height:15px}._dropdownTitleStyles_1inh4_22{padding:0;border:none}._avatar_1inh4_27,._adminAvatar_1inh4_28{height:30px;width:30px;border-radius:50%}@media screen and (min-width: 1441px){._dropdownContainerStyles_1inh4_35,._adminAvatar_1inh4_28,._avatarNotAdmin_1inh4_37{display:none}}@media screen and (min-width: 1024px) and (max-width: 1440px){._receiverContainerStyles_1inh4_43{display:none}}@media screen and (min-width: 768px) and (max-width: 1024px){._receiverContainerStyles_1inh4_43{display:none}}@media screen and (max-width: 767px){._receiverContainerStyles_1inh4_43{display:block}._avatarNotAdmin_1inh4_37{display:none}}._actionsContent_gxnuz_1{display:flex;align-items:center;gap:20px;padding:7px 0}._searchBoxContainerStyles_gxnuz_8{width:277px}._readAction_gxnuz_12,._unreadAction_gxnuz_13,._createMessageAction_gxnuz_14{background-color:#f5f5f5;border-radius:var(--border-radius-s);font-weight:var(--font-weight-bold);padding:0 10px}._readAction_gxnuz_12:focus,._unreadAction_gxnuz_13:focus,._createMessageAction_gxnuz_14:focus{outline:none}._createMessageAction_gxnuz_14{background-color:#0f6cbd}._readAction_gxnuz_12 span,._unreadAction_gxnuz_13 span,._createMessageAction_gxnuz_14 span{font-size:var(--font-size-xs);line-height:12px}._actionIcon_gxnuz_38{stroke:#0f6cbd;width:15px;height:15px}._createMessageAction_gxnuz_14 ._actionIcon_gxnuz_38{stroke:var(--white)}._readAction_gxnuz_12:hover,._unreadAction_gxnuz_13:hover{background-color:#e0e0e0}._actionsContent_gxnuz_1 ._createMessageAction_gxnuz_14:hover{background-color:#0d5a9c!important}._searchBoxContainer_1dfls_1{height:-moz-fit-content;height:fit-content}._searchBoxContent_1dfls_5{display:flex;align-items:center}._chatDetailContentLoading_qib1j_1{height:100%;display:flex;align-items:center;justify-content:center}._chatDetailContent_qib1j_1{height:unset;display:block}._customHeaderContent_qib1j_13{display:flex;flex-direction:column;gap:14px}._receivers_qib1j_19{display:flex;gap:10px;align-items:center}._receiverContentStyles_qib1j_25{border:none;padding:unset}._avatarStyles_qib1j_30{width:30px;height:30px}._loadingData_qib1j_35{display:flex;flex-direction:column;align-items:center;font-size:var(--spacing-medium);color:var(--black)}._loadingData_qib1j_35 svg{color:#007bff}._imageStyles_qib1j_47{max-height:240px}
