@charset "UTF-8";: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;-ms-touch-action:none;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:-ms-flexbox;display:flex;-ms-flex-pack:justify;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;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;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;-ms-flex-item-align:start;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)}}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}[class~=ant-card]{border-radius:6px!important}[class~=ant-card-body]{padding:1.4rem 1.5rem!important}[class~=ant-picker]{height:36px}[class~=ant-btn-primary]{background:#29d1d4!important;border:1px solid #29D1D4!important}[class~=ant-btn-primary]:hover,[class~=ant-btn-primary]:focus{background:#29b1b4!important;border:1px solid #29B1B4!important}[class~=ant-btn-default]:hover,[class~=ant-btn-default]:focus{border:1px solid #29B1B4!important;color:#29b1b4!important}[class~=ant-btn-round][class~=ant-btn-primary]{color:#fff!important}[class~=ant-btn-round]{color:#999!important}[class~=ant-btn-round]:hover,[class~=ant-btn-round]:focus{border-color:#29d1d4!important;color:#29d1d4!important}[class~=ant-btn-primary][class~=ant-btn-round]:hover,[class~=ant-btn-primary][class~=ant-btn-round]:focus{color:#fff!important}[class~=ant-modal-footer] [class~=ant-btn]:hover{color:#4f4f4f!important;border:1px solid #4F4F4F!important}[class~=ant-modal-footer] [class~=ant-btn-dangerous]{background-color:#f9523b!important;color:#fff;border:1px solid #f9523b!important}[class~=ant-modal-footer] [class~=ant-btn-dangerous]:hover{opacity:.8;color:#fff!important;border:1px solid #f9523b!important}[class~=ant-modal-footer] [class~=ant-btn-primary]{background-color:#f9523b!important;color:#fff!important;border:1px solid #f9523b!important}[class~=ant-modal-footer] [class~=ant-btn-primary]:hover{opacity:.8;color:#fff!important;border:1px solid #f9523b!important}[class~=ant-modal-body] [class~=ant-modal-confirm-body-wrapper] [class~=ant-modal-confirm-btns] [class~=ant-btn-default]{color:#4f4f4f!important;border:1px solid #4F4F4F!important}[class~=ant-modal-body] [class~=ant-modal-confirm-body-wrapper] [class~=ant-modal-confirm-btns] [class~=ant-btn-default]:hover{opacity:.8;color:#4f4f4f!important;border:1px solid #4F4F4F!important}[class~=ant-modal-body] [class~=ant-modal-confirm-body-wrapper] [class~=ant-modal-confirm-btns] [class~=ant-btn-dangerous]{color:#fff!important;background-color:#f9523b!important;border:1px solid #f9523b!important}[class~=ant-modal-body] [class~=ant-modal-confirm-body-wrapper] [class~=ant-modal-confirm-btns] [class~=ant-btn-dangerous]:hover{opacity:.8;color:#fff!important;background-color:#f9523b!important;border:1px solid #f9523b!important}[class~=ant-modal-body] [class~=ant-modal-confirm-body-wrapper] [class~=ant-modal-confirm-btns] [class~=ant-btn-primary]{color:#fff!important;background-color:#f9523b!important;border:1px solid #f9523b!important}[class~=ant-modal-body] [class~=ant-modal-confirm-body-wrapper] [class~=ant-modal-confirm-btns] [class~=ant-btn-primary]:hover{opacity:.8;color:#fff!important;background-color:#f9523b!important;border:1px solid #f9523b!important}[class~=ant-input-affix-wrapper] svg{color:#cdcdcd!important}[class~=ant-input-affix-wrapper] svg{width:20px;height:20px}[class~=ant-picker],[class~=ant-input]{color:#666!important}[class~=ant-input-search]{height:36px}[class~=ant-input-search] [class~=ant-input-affix-wrapper],[class~=ant-input-search] [class~=ant-input-wrapper],[class~=ant-input-search] [class~=ant-input-group-addon]>[class~=ant-input-search-button],[class~=ant-input-search] input{height:100%}[class~=ant-input]:focus,[class~=ant-input]:hover,[class~=ant-input-focused],[class~=ant-input-search] [class~=ant-input]:hover,[class~=ant-input-search] [class~=ant-input]:focus,[class~=ant-input-affix-wrapper]:hover,[class~=ant-input-affix-wrapper-focused]{border-color:#29d1d4!important}[class~=ant-form-item-has-error] [class~=ant-input],[class~=ant-form-item-has-error] [class~=ant-input-affix-wrapper],[class~=ant-form-item-has-error] [class~=ant-input]:hover,[class~=ant-form-item-has-error] [class~=ant-input-affix-wrapper]:hover{border-color:#ef2929!important}[class~=ant-form-item-explain] div{font-family:Lato!important;font-weight:300!important;color:#ef2929}[class~=ant-checkbox-wrapper]:hover [class~=ant-checkbox-inner],[class~=ant-checkbox]:hover [class~=ant-checkbox-inner],[class~=ant-checkbox-input]:focus+[class~=ant-checkbox-inner]{border-color:#333!important}[class~=ant-checkbox-indeterminate] [class~=ant-checkbox-inner]:after{background-color:#333!important}[class~=ant-breadcrumb-link],[class~=ant-breadcrumb-separator],[class~=ant-breadcrumb-link] a{color:#333!important;font-family:Lato!important;font-size:14px!important;font-weight:lighter!important}[class~=ant-breadcrumb]>span:last-child>span:first-child{font-weight:500!important}h1[class~=ant-typography],[class~=ant-typography] h1{font-weight:500!important;font-size:18px!important}span[class~=ant-typography],[class~=ant-typography] span{font-weight:400!important}[class~=ant-pagination-item-active]{border-color:#f9523b!important}[class~=ant-pagination-item]:hover,[class~=ant-pagination-item]:hover>a{border-color:#f9523b!important;color:#f9523b!important}[class~=ant-pagination-item-active] a{color:#f9523b!important}[class~=ant-pagination-prev]:focus [class~=ant-pagination-item-link],[class~=ant-pagination-next]:focus [class~=ant-pagination-item-link],[class~=ant-pagination-prev]:hover [class~=ant-pagination-item-link],[class~=ant-pagination-next]:hover [class~=ant-pagination-item-link]{border-color:#f9523b!important;color:#f9523b!important}[class~=ant-btn-circle][class~=ant-btn-icon-only]{background-color:transparent!important;display:flex;justify-content:center;align-items:center;box-shadow:none;transition:none}[class~=ant-btn-circle][class~=ant-btn-icon-only] svg{color:#cdcdcd}[class~=ant-btn-circle][class~=ant-btn-icon-only]:hover{background-color:#ebebeb!important}[class~=ant-btn-circle][class~=ant-btn-icon-only]:hover svg{color:#666}[class~=ant-btn-circle][class~=ant-btn-icon-only][class~=ant-dropdown-open]{background-color:#f0fafa!important}[class~=ant-btn-circle][class~=ant-btn-icon-only][class~=ant-dropdown-open] svg{color:#29d1d4}[class~=ant-dropdown-menu-item]>a{display:flex!important;align-items:center;font-size:14px}[class~=ant-dropdown-menu-item]>a svg{margin-right:10px;width:20px;height:20px;size:20px}[class~=ant-dropdown-menu-item]:hover{background-color:#f0fafa!important}[class~=ant-menu-item]:hover{color:#f9523b!important}[class~=ant-menu-item]:hover:after{border-bottom:2px solid #FCD9D8!important}[class~=ant-menu-item-selected]{color:#f9523b!important}[class~=ant-menu-item-selected]:after{border-bottom:2px solid #F9523B!important}[class~=ant-tabs-nav-wrap],[class~=ant-tabs-nav-list],[class~=ant-tabs-tab]{width:100%}[class~=ant-tabs-tab]{margin:0!important;display:flex;justify-content:center;text-align:center}[class~=ant-tabs-tab]>[class~=ant-tabs-tab-btn]{color:#999!important}[class~=ant-tabs-tab][class~=ant-tabs-tab-active]{background-color:#f0fafa}[class~=ant-tabs-tab][class~=ant-tabs-tab-active] [class~=ant-tabs-tab-btn]{color:#29d1d4!important}[class~=ant-tabs-ink-bar]{height:4px!important;background-color:#29d1d4!important}[class~=ant-tabs-tab]:hover:not([class~=ant-tabs-tab-active]){background-color:#ebebeb;color:#666}[class~=ant-select]:not([class~=ant-select-disabled]):hover [class~=ant-select-selector]{border-color:#29d1d4!important;border-right-width:1px!important}[class~=ant-select-focused][class~=ant-select-single]:not([class~=ant-select-customize-input]) [class~=ant-select-selector]{border-color:#29d1d4!important}[class~=ant-picker-focused]{box-shadow:none!important}tr{position:relative}tr[data-row-key*=-new]{font-weight:700!important;background-color:#f0fafa!important}.rowHover:hover{box-shadow:inset 1px 0 #dadce0,inset -1px 0 #dadce0,0 1px 2px #3c40434d,0 1px 3px 1px #3c404326!important;z-index:1!important}.ant-table-cell-row-hover{background:none!important}body{margin:0!important;font-family:Lato!important;color:#333!important;line-height:normal!important;width:100%;height:100%;overflow:hidden}.card{box-shadow:0 3px 6px #00000029;border-radius:0 2px 2px 0}.buttonCircle{border-radius:25px!important;padding:10px 92px!important;width:auto!important;height:auto!important;font-size:20px!important;letter-spacing:0!important;font-weight:500;font-family:Lato}.buttonCircle[disabled]{color:#fafafa!important}.legend{font-size:18px;font-weight:500;color:#333}[class~=published],[class~=closed],[class~=awarded],[class~=reawarded],[class~=deserted],[class~=canceled],[class~=revoked],[class~=suspended],[class~=evaluationEnd],[class~=ocemmited],[class~=win],[class~=lose],[class~=planned],[class~=expired]{display:flex;max-height:30px;flex-direction:column;justify-content:center;align-items:center;padding:1px 8px;max-width:max-content;font-family:Roboto;font-style:normal;font-weight:500;font-size:12px;line-height:20px}[class~=ant-tag][class~=published]{background:#d3f2df;border-color:#d3f2df;color:#048939!important}[class~=ant-tag][class~=closed]{background:#ffdfdf;border-color:#ffdfdf;color:#e00!important}[class~=ant-tag][class~=awarded]{background:#e8cbfe;border-color:#e8cbfe;color:#7446fa!important}[class~=ant-tag][class~=reawarded]{background:#faef92;border-color:#faef92;color:#ed8102!important}[class~=ant-tag][class~=deserted]{background:#eee;border-color:#eee;color:#808081}[class~=ant-tag][class~=canceled]{background:#d6d6d6;border-color:#d6d6d6;color:#4d4d4d}[class~=ant-tag][class~=revoked]{background:#f7dfd8;border-color:#f7dfd8;color:#fa541c}[class~=ant-tag][class~=suspended],[class~=ant-tag][class~=evaluationEnd]{background:#ffe2ee;border-color:#ffe2ee;color:#eb2f96!important}[class~=ant-tag][class~=ocemmited]{background:#e1e7ff;border-color:#e1e7ff;color:#2f54eb!important}[class~=ant-tag][class~=win]{background:#d3f2df;border-color:#d3f2df;color:#048939}[class~=ant-tag][class~=lose]{background:#e8cbfe;border-color:#e8cbfe;color:#7446fa}[class~=ant-tag][class~=planned]{background:#ffcbf7;border:none;color:#7d0b90!important}[class~=ant-tag][class~=expired]{background:#cbe6ff;border:none;color:#350b90!important}[class~=ant-tag][class~=pac]{font-family:Roboto;font-style:normal;font-weight:500;font-size:14px;line-height:20px;margin:0;display:flex;color:#fff;max-height:30px;flex-direction:column;justify-content:center;align-items:center;padding:1px 8px;max-width:max-content;height:28px;background:#c81010;border-color:#c81010}[class~=ant-tag][class~=limashop]{font-family:Roboto;font-style:normal;font-weight:500;font-size:12px;line-height:20px;margin:0;display:flex;color:#fff;max-height:30px;flex-direction:column;justify-content:center;align-items:center;padding:1px 8px;max-width:max-content;height:28px;background:#161e6c;border-color:#161e6c}[class~=limaShop],[class~=pacTag]{display:flex;height:22px;flex-direction:column;justify-content:center;align-items:center;padding:2px 5px;max-width:max-content;border-radius:2px;font-family:Roboto;font-style:normal;font-weight:500;font-size:12px;line-height:normal;color:#fff}[class~=ant-tag][class~=minorBuying]{background:#004e64}[class~=ant-tag][class~=limaShop]{background:#161e6c}[class~=ant-tag][class~=pacTag]{background:#c81010}[class~=ant-tag][class~=tenderPe]{background:#905a23}[class~=ant-tag][class~=goodsTag]{background:#fbb617}[class~=ant-tag][class~=servicesTag]{background:#3fbbf2}[class~=ant-tag][class~=worksConsultancyTag]{background:#2b59fb}[class~=ant-tag][class~=worksTag]{background:#212529}.Toastify__toast--success{background:#fff}.suspense-fallback{display:flex;justify-content:center;align-items:center}.color-spin .ant-spin-dot-item{background-color:#fff}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}.m-0{margin:0!important}.m-1{margin:5px!important}.m-2{margin:10px!important}.m-3{margin:20px!important}.m-4{margin:30px!important}.m-5{margin:40px!important}.mt-0{margin-top:0!important}.mt-1{margin-top:5px!important}.mt-2{margin-top:10px!important}.mt-3{margin-top:20px!important}.mt-4{margin-top:30px!important}.mt-5{margin-top:40px!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:5px!important}.mb-2{margin-bottom:10px!important}.mb-3{margin-bottom:20px!important}.mb-4{margin-bottom:30px!important}.mb-5{margin-bottom:40px!important}.ml-0{margin-left:0!important}.ml-1{margin-left:5px!important}.ml-2{margin-left:10px!important}.ml-3{margin-left:20px!important}.ml-4{margin-left:30px!important}.ml-5{margin-left:40px!important}.mr-0{margin-right:0!important}.mr-1{margin-right:5px!important}.mr-2{margin-right:10px!important}.mr-3{margin-right:20px!important}.mr-4{margin-right:30px!important}.mr-5{margin-right:40px!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:5px!important;margin-left:5px!important}.mx-2{margin-right:10px!important;margin-left:10px!important}.mx-3{margin-right:20px!important;margin-left:20px!important}.mx-4{margin-right:30px!important;margin-left:30px!important}.mx-5{margin-right:40px!important;margin-left:40px!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:5px!important;margin-bottom:5px!important}.my-2{margin-top:10px!important;margin-bottom:10px!important}.my-3{margin-top:20px!important;margin-bottom:20px!important}.my-4{margin-top:30px!important;margin-bottom:30px!important}.my-5{margin-top:40px!important;margin-bottom:40px!important}.my-6{margin-top:50px!important;margin-bottom:50px!important}.p-0{padding:0!important}.p-1{padding:5px!important}.p-2{padding:10px!important}.p-3{padding:20px!important}.p-4{padding:30px!important}.p-5{padding:40px!important}.pt-0{padding-top:0!important}.pt-1{padding-top:5px!important}.pt-2{padding-top:10px!important}.pt-3{padding-top:20px!important}.pt-4{padding-top:30px!important}.pt-5{padding-top:40px!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:5px!important}.pb-2{padding-bottom:10px!important}.pb-3{padding-bottom:20px!important}.pb-4{padding-bottom:30px!important}.pb-5{padding-bottom:40px!important}.pl-0{padding-left:0!important}.pl-1{padding-left:5px!important}.pl-2{padding-left:10px!important}.pl-3{padding-left:20px!important}.pl-4{padding-left:30px!important}.pl-5{padding-left:40px!important}.pr-0{padding-right:0!important}.pr-1{padding-right:5px!important}.pr-2{padding-right:10px!important}.pr-3{padding-right:20px!important}.pr-4{padding-right:30px!important}.pr-5{padding-right:40px!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:5px!important;padding-left:5px!important}.px-2{padding-right:10px!important;padding-left:10px!important}.px-3{padding-right:20px!important;padding-left:20px!important}.px-4{padding-right:30px!important;padding-left:30px!important}.px-5{padding-right:40px!important;padding-left:40px!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:5px!important;padding-bottom:5px!important}.py-2{padding-top:10px!important;padding-bottom:10px!important}.py-3{padding-top:20px!important;padding-bottom:20px!important}.py-4{padding-top:30px!important;padding-bottom:30px!important}.py-5{padding-top:40px!important;padding-bottom:40px!important}.font-main{font-family:Lato}.font-medium{font-weight:500!important}.font-bold{font-weight:700!important}.text-center{text-align:center!important}.w-100{width:100%!important}.w-75{width:75%!important}.w-50{width:50%!important}.w-25{width:25%!important}.h-100{height:100%!important}.h-75{height:75%!important}.h-50{height:50%!important}h1{font-size:26px!important;font-weight:700;color:#333}.d-none{display:none!important}.d-block{display:block!important}.d-flex{display:flex!important}.flex-direction-column{flex-direction:column!important}.flex-direction-row{flex-direction:row!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.align-center{align-items:center!important}.align-end{align-items:flex-end!important}._containerToast_pvgnh_1{display:flex;gap:8px;align-items:center}._containerToast_pvgnh_1 p{margin:0;color:#000;font-family:Roboto;font-size:14px;font-weight:400;line-height:normal}._containerToast_pvgnh_1 svg{width:24px;height:24px}._applicantCompanyInfo_8u75d_1{display:flex;flex-direction:column;gap:5px;width:100%}._mpTaxNumber_8u75d_8{display:flex;align-items:center;max-width:100%;flex-direction:row;gap:8px}._mpTaxNumber_8u75d_8 strong{width:max-content;color:#000;font-family:var(--Seed-Token-fontFamily, Roboto);font-size:var(--Seed-Token-fontSize, 14px);font-style:normal;font-weight:600;line-height:160%;white-space:nowrap}._mpTaxNumber_8u75d_8 p{flex:1;width:100px;max-width:max-content;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0;color:#000;font-family:var(--Seed-Token-fontFamily, Roboto);font-size:var(--Seed-Token-fontSize, 14px);font-style:normal;font-weight:400;line-height:160%}._certificate_8u75d_41{display:flex;align-items:center;gap:8px}._certificate_8u75d_41 ._certificateContainer_8u75d_46{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:4px;padding:0;overflow:hidden}._certificate_8u75d_41 ._certificateContainer_8u75d_46 span{color:#00000073;flex-shrink:0}._certificate_8u75d_41 ._certificateContainer_8u75d_46 p{margin:0;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-grow:1;flex-shrink:1;flex-basis:0}._floatButton_rdl2d_1{transition:transform .3s ease}._floatButton_rdl2d_1:hover{transform:scale(1.1)}._drawerApplications_rdl2d_8 [class~=ant-collapse-item]{padding:var(--Size-Padding-padding, 16px) var(--Size-Padding-paddingLG, 24px)}._drawerApplications_rdl2d_8 [class~=ant-collapse-header]{display:flex;align-items:center}._drawerApplications_rdl2d_8 [class~=ant-collapse-content-box]{padding:0!important}._drawerApplications_rdl2d_8 [class~=ant-progress-text]{color:#000;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:11px;font-style:normal;font-weight:400;line-height:24px}._drawerApplications_rdl2d_8 ._label_rdl2d_26{display:flex;align-items:center;gap:5px;height:37px;justify-content:space-between}._drawerApplications_rdl2d_8 ._label_rdl2d_26 ._title_rdl2d_33{margin:0;color:#000;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:24px}._drawerApplications_rdl2d_8 ._label_rdl2d_26 ._content_rdl2d_42{display:flex;align-items:center;gap:5px}._drawerApplications_rdl2d_8 ._details_rdl2d_47{display:flex;gap:17.5px;flex-direction:column}._drawerApplications_rdl2d_8 ._details_rdl2d_47 ._itemApplication_rdl2d_52{display:flex;flex-direction:column;gap:5px}._drawerApplications_rdl2d_8 ._details_rdl2d_47 ._itemApplication_rdl2d_52 ._title_rdl2d_33{display:flex;gap:5px;align-items:center;margin:0;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:15px}._drawerApplications_rdl2d_8 ._details_rdl2d_47 ._itemApplication_rdl2d_52 ._title_rdl2d_33 p{margin:0}._drawerApplications_rdl2d_8 ._details_rdl2d_47 ._itemApplication_rdl2d_52 ._description_rdl2d_71{margin:0;color:#00000080;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:15px}._drawerApplications_rdl2d_8 ._details_rdl2d_47 ._applyInfo_rdl2d_80{display:flex;flex-direction:column;align-items:flex-start;gap:5px;align-self:stretch}._drawerApplications_rdl2d_8 ._details_rdl2d_47 ._applyInfo_rdl2d_80 ._labelApplyInfo_rdl2d_87{margin:0;overflow:hidden;color:#979797;text-overflow:ellipsis;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:160%}._drawerApplications_rdl2d_8 ._details_rdl2d_47 ._applyInfo_rdl2d_80 ._failedInfo_rdl2d_98{display:flex;align-items:center;gap:8px;align-self:stretch}._drawerApplications_rdl2d_8 ._details_rdl2d_47 ._applyInfo_rdl2d_80 ._failedInfo_rdl2d_98 p{margin:0}._btn_to8gj_1{cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:8px 16px;gap:8px;border:none;border-radius:6px;font-weight:400;line-height:24px;overflow:hidden;outline:none;position:relative}._btn-extra-small_to8gj_18{min-width:max-content;height:24px;font-size:11px}._btn-small_to8gj_24{min-width:max-content;height:32px;font-size:12px}._btn-medium_to8gj_30{min-width:max-content;height:36px;font-size:14px}._btn-large_to8gj_36{min-width:max-content;height:42px;font-size:16px}._btn-primary_to8gj_42{background:var(--Primary-Default, #F9523B);color:var(--White, #FFF);text-align:center;font-family:Roboto}._btn-primary_to8gj_42:hover{background:linear-gradient(0deg,#ffffff1a 0% 100%),#f9523b}._btn-primary_to8gj_42:disabled{border:1px solid var(--border-border-primary, #D9D9D9);background:linear-gradient(0deg,var(--color-fill-disabled-fill, #F1F1F1) 0%,var(--color-fill-disabled-fill, #F1F1F1) 100%),var(--color-grey-grey-01, #B8B6B6);color:#b8b8b8;cursor:not-allowed}._btn-secondary_to8gj_60{border:1px solid var(--Button-Primary, #F9523B);background-color:transparent;color:var(--Button-Primary, #F9523B);text-align:center;font-family:Roboto}._btn-secondary_to8gj_60:hover{border:1px solid var(--Primary-Default, #F9523B);background:#fff4f2}._btn-secondary_to8gj_60:disabled{border:1px solid var(--border-border-primary, #D9D9D9);color:#b8b8b8;cursor:not-allowed}._btn-tertiary_to8gj_79{border:1px solid var(--Grey-02, #D9D9D9);background-color:transparent;color:var(--Text-02, #262626);text-align:center;font-family:Roboto}._btn-tertiary_to8gj_79:hover{background:#f5f5f5}._btn-tertiary_to8gj_79:disabled{cursor:not-allowed;border:1px solid var(--border-border-primary, #D9D9D9);color:var(--text-text-disabled, #B8B8B8)}._btn-clean_to8gj_97{background:transparent;border:none;color:var(--Primary-Default, #F9523B);font-family:Roboto;text-decoration:underline;padding:0}._btn-clean_to8gj_97:hover{background:#00000005}._btn-reports_to8gj_110{height:30px;padding:10px;gap:10px;background:#07d1d3;color:#fff;font-family:Roboto}._btn-reports_to8gj_110:hover{background:#29b1b4}._btn-suscriptions_to8gj_123{font-size:14px;font-weight:500;background-color:#000;border-style:solid;border-width:2px;border-color:#000;padding:12px 95px;color:#fff;font-family:Roboto}._btn-suscriptions_to8gj_123:hover{color:#000;background-color:#fff;border-color:#000;transition:all .2s linear}._icon-container_to8gj_142{display:flex;gap:8px;align-items:center}._btn-ia_to8gj_148{font-family:Roboto;font-size:14px;font-weight:500;line-height:16px;letter-spacing:0em;border:2px solid;border-image:linear-gradient(180deg,#bd00ff,#5200ff);border-image-slice:1;background:linear-gradient(180deg,#bd00ff,#5200ff);-webkit-text-fill-color:#FFF;border-radius:6px!important}._btn-ia_to8gj_148 ._icon-container_to8gj_142 svg path{fill:#fff}._btn-tour_to8gj_165{font-family:Roboto;font-size:12px;font-weight:400;line-height:24px;background-color:transparent;border:1px solid #282828;color:var(--text-text-secondary, #262626)}._btn-tour_to8gj_165:hover{background-color:#1c1717;color:#fff}._btn-ia-active_to8gj_180{border:2px solid;border-image:linear-gradient(180deg,#bd00ff,#5200ff);border-image-slice:1;border-radius:2px;background:linear-gradient(180deg,#bd00ff,#5200ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}._ripple_to8gj_191{position:absolute;width:100%;height:100%;border-radius:inherit;background-color:#f90505c0;animation:_rippleAnimation_to8gj_1 .4s ease-out;pointer-events:none}@keyframes _rippleAnimation_to8gj_1{to{transform:scale(3);opacity:0}}._containerRipple_6ibnh_1{position:absolute;inset:0}._containerRipple_6ibnh_1 span{transform:scale(0);border-radius:100%;position:absolute;opacity:.75;animation-name:_ripple_6ibnh_1}@keyframes _ripple_6ibnh_1{to{opacity:0;transform:scale(2)}}._headerContainer_50xop_1{display:flex;justify-content:space-between;padding:.5rem}._title_50xop_7{line-height:1.5em;margin:0}._filtersContainer_50xop_12{padding:24px}._filtersContainer_50xop_12._hideFiltersContainer_50xop_15{display:none}._subTitle_50xop_19{font-size:1.17em;font-weight:700;margin:0 0 .5em}._input_50xop_26{border-radius:10px}._dropdownContainer_50xop_30{display:flex;justify-content:space-between}._btnApply_50xop_35{background:#f9523b;border-radius:2px;border:1px solid #F9523B;color:#fff;height:32px;width:141px}._btnApply_50xop_35:hover{background:#f7260a;border:1px solid #F9523B;color:#fff}._btnApply_50xop_35:focus{background:#f7260a;border:1px solid #F9523B;color:#fff}._storiesContainer_50xop_54{border-bottom:1px solid #e8e8e8}._story_50xop_58{display:flex;flex-direction:column;justify-content:center;padding:1.2rem;border-top:1px solid #e8e8e8}._story_50xop_58:hover{background:#fafafa}._skeletonStory_50xop_69{display:flex;flex-direction:column;justify-content:center;width:100%;padding:.8rem;border-top:1px solid #e8e8e8}._storyContainer_50xop_78{display:flex;justify-content:space-around}._storyAvatar_50xop_83{display:flex;flex-direction:column;justify-content:center;width:20%}._storyMessage_50xop_90{width:80%}._storyMessage_50xop_90 ._title_50xop_7,._storyMessage_50xop_90 ._hours_50xop_94{margin:0}._emptyNotificationsContainer_50xop_98{align-items:center;border-top:1px solid #e8e8e8;color:#8c8c8c;display:flex;flex-direction:column;height:100%;justify-content:center;padding:1.2rem}._emptyNotificationsContainer_50xop_98 ._icon_50xop_108 svg{width:30px;height:30px}._emptyNotificationsMessage_50xop_113{color:#8c8c8c}._paginationContainer_50xop_117{display:flex;justify-content:center;padding:1.5rem}._notificationContainer_50xop_123{display:flex;align-items:center;gap:1rem;min-height:54px}._notificationContainer_50xop_123 ._link_50xop_129{color:#000;text-decoration:none;word-break:break-word;flex:1}._tabs_50xop_136 [class~=ant-tabs-ink-bar]{height:2px!important;background-color:#000!important}._tabs_50xop_136 [class~=ant-tabs-nav]{margin:0!important}._tabs_50xop_136 [class~=ant-tabs-nav] [class~=ant-tabs-tab] [class~=ant-tabs-tab-btn]{color:#8c8c8c!important}._tabs_50xop_136 [class~=ant-tabs-nav] [class~=ant-tabs-tab-active]{background-color:#fff}._tabs_50xop_136 [class~=ant-tabs-nav] [class~=ant-tabs-tab-active] [class~=ant-tabs-tab-btn]{color:#000!important}._tabs_50xop_136 [class~=ant-tabs-nav] [class=ant-tabs-nav-operations]{display:none!important}.ant-drawer-body{padding:0!important}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._infoContainer_q21ed_26{display:flex;flex-direction:column;align-items:center;justify-content:center}._fontTitle_q21ed_33{color:#d9730d;font-size:2rem!important;font-weight:700!important}._fontSubTitle_q21ed_39{font-size:1rem}._item_q21ed_43:hover{background-color:#f7f7f7}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._container_pdbl1_26{width:100vw;min-height:100dvh}._container_pdbl1_26 ._spin_pdbl1_30{height:100%}._container_pdbl1_26 ._bodyHeight_pdbl1_33{display:flex;height:calc(100dvh - 60px)}._container_pdbl1_26 ._sidebar_pdbl1_37{height:calc(100dvh - 60px);max-width:60px;width:60px;z-index:2}@media (max-width: 768px){._container_pdbl1_26 ._sidebar_pdbl1_37{max-width:0px;width:0px}}._container_pdbl1_26 ._hasConfig_pdbl1_49{height:calc(100dvh - 120px)!important}._container_pdbl1_26 ._viewContainer_pdbl1_52{background-color:#f7f7f7;max-width:calc(100vw - 60px);width:100%;z-index:1;padding:15px 20px;overflow:auto}@media screen and (max-width: 768px){._container_pdbl1_26 ._viewContainer_pdbl1_52{max-width:unset;padding:16px 0;height:-webkit-fill-available}}._container_pdbl1_26 ._viewContainer_pdbl1_52 :first-child ._div_pdbl1_67{height:100%}._container_pdbl1_26 ::-webkit-scrollbar{width:6px}._container_pdbl1_26 ::-webkit-scrollbar-thumb{background-color:#cdcdcd;border-radius:3px}._container_pdbl1_26 ::-webkit-scrollbar-track{background-color:#f7f7f7}._container_pdbl1_26 [class~=ant-badge-dot]{width:8px;height:8px;box-shadow:0 0 0 1.3px #fff}._container_pdbl1_26 [class~=ant-float-btn-body]{background-color:#000!important}._container_pdbl1_26 [class~=ant-float-btn-body] [class~=ant-float-btn-icon]{display:flex;align-items:center;justify-content:center}._alerBannerSuscription_kh9z6_1{background-color:#ef3131;border-color:#ef3131;color:#fff;border-radius:0;font-family:Roboto;font-size:14px;font-style:normal;font-weight:300;line-height:22px}._alerBannerSuscription_kh9z6_1 span{cursor:pointer;font-weight:600;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}._alerBannerSuscription_kh9z6_1 [class~=ant-alert-icon]{color:#fff}._alerBannerSuscription_kh9z6_1 [class~=ant-alert-close-icon] svg{color:#fff!important}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._navbar_kfqp6_26{box-shadow:0 3px 6px #00000029;height:60px;position:relative;background-color:#fff;z-index:3;padding-right:6px!important;padding-left:20px!important}._navbar_kfqp6_26 ._logo_kfqp6_35{margin-right:12px}._navbar_kfqp6_26 ._navegationButton_kfqp6_38{width:max-content;height:100%;padding:0 21px;font-family:Lato;font-weight:500;font-size:20px;color:#999;border:none!important;background-color:#fff!important}._navbar_kfqp6_26 ._navegationButton_kfqp6_38:hover{color:#29d1d4!important}._navbar_kfqp6_26 ._navegationButton_kfqp6_38[class~=active]{background-color:#fceeeb!important;color:#f45432!important;border-bottom:4px solid #F45432!important}._navbar_kfqp6_26 ._accountButton_kfqp6_57{height:100%;position:absolute;top:20px;right:30px}._navbar_kfqp6_26 ._accountButton_kfqp6_57 svg{color:#999}._navbarItem_kfqp6_67{font-size:14px;color:#666;display:flex;align-items:center}._navbarItem_kfqp6_67 svg{margin-right:5px;color:#666;width:24px;height:24px}._notificationContainer_kfqp6_80{max-height:350px;min-width:300px;overflow-y:auto}._notificationsContainer_kfqp6_86{display:flex;align-items:center;justify-content:end;width:100%;gap:.5rem;margin-right:1rem}._notificationsContainer_kfqp6_86 ._notificationOutlined_kfqp6_94{cursor:pointer}._notificationsContainer_kfqp6_86 ._notificationOutlined_kfqp6_94 span{margin-top:.2rem;font-size:1.1rem}._icon_kfqp6_102{display:flex}._icon_kfqp6_102 svg{width:18px;height:18px}._disconnectedUser_kfqp6_110{opacity:.5}._avatarTooltip_kfqp6_114{font-size:small}._avatarTooltip_kfqp6_114 p{margin:0;padding:0}._startBanner_kfqp6_122{background-color:#f9523b;box-shadow:0 3px 6px #00000029;height:60px;position:relative;width:100%;z-index:3}._textContainer_kfqp6_131{margin-left:10rem;display:flex;align-items:center}._startBannerIcon_kfqp6_137{color:#fff;font-size:20px;margin-right:10px}._startBannerText_kfqp6_143{font-size:16px;color:#fff!important}._startBannerLink_kfqp6_148{font-size:16px;color:#fff!important;margin-left:5px;text-decoration:underline}._pointsHelp_1yjd3_1{color:#000;font-family:var(--Seed-Token-fontFamily, Roboto);font-size:var(--Seed-Token-fontSize, 14px);font-style:normal;font-weight:600;line-height:160%}._descHelp_1yjd3_12{color:#979797;font-family:var(--Seed-Token-fontFamily, Roboto);font-size:var(--Seed-Token-fontSize, 14px);font-style:normal;font-weight:400;line-height:160%}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._endTrial_1r7oe_26{background-color:#f0fafa;height:100%;min-width:400px;border-radius:5px;font-weight:700;display:flex;align-items:center;margin-right:0;margin-left:auto;justify-self:flex-end;justify-content:center;padding:10px}._endTrial_1r7oe_26 p{margin:0;font-size:14px;font-family:Lato}._endTrial_1r7oe_26 a{font-weight:400;margin-left:5px;font-size:14px;font-family:Lato;text-decoration:underline}@media (max-width: 768px){._endTrial_1r7oe_26{border-radius:0;height:60px;min-width:auto;flex-wrap:wrap}}[class~=ant-menu-submenu] [class~=ant-menu-item]:hover{background:#fff0e7!important;color:#000!important}[class~=ant-menu-submenu] [class~=ant-menu-item-selected]{background:#fff0e7!important;color:var(--button-color-primary, #F9523B)!important}[class~=ant-menu-submenu] ul{max-height:calc(70vh - 100px)!important}[class~=ant-menu-inline-collapsed] li [class~=ant-badge-count]{top:10px;left:-15px}._logout_1nb2x_18{border:none;background:none;text-decoration:none;cursor:pointer;padding:0;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}@media (max-width: 768px){._layout_1nb2x_29{height:100%}}@media (max-width: 768px){._layoutWithTrialNotice_1nb2x_35{height:100%}}._sidebar_1nb2x_40{box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d;overflow-y:auto}._sidebar_1nb2x_40 [class~=ant-layout-sider-trigger]{border-top:1px solid rgb(217,217,217);background:#f8f8f8!important}._sidebar_1nb2x_40 ._hasConfig_1nb2x_48{height:calc(100vh - 178px)!important}._sidebar_1nb2x_40 ._containerMenu_1nb2x_51{display:flex;flex-direction:column;justify-content:space-between;height:calc(100vh - 118px);overflow:auto;padding-top:10px}@media (max-width: 768px){._sidebar_1nb2x_40 ._containerMenu_1nb2x_51{height:auto;margin-top:0;padding-top:10px;justify-content:flex-start}}._sidebar_1nb2x_40 ._containerMenu_1nb2x_51 ._menu_1nb2x_67 ._logout_1nb2x_18{border:none;background:none;text-decoration:none;cursor:pointer;padding:0;font-size:14px;font-family:Roboto}._sidebar_1nb2x_40 ._containerMenu_1nb2x_51 ._menu_1nb2x_67 [class~=ant-menu-submenu-selected]{background:#fff0e7!important;color:var(--button-color-primary, #F9523B)!important}._sidebar_1nb2x_40 ._containerMenu_1nb2x_51 ._menu_1nb2x_67 [class~=ant-menu-submenu-selected] [class~=ant-menu-submenu-title]{color:var(--button-color-primary, #F9523B)!important}._sidebar_1nb2x_40 ._containerMenu_1nb2x_51 ._menu_1nb2x_67 [class~=ant-menu-submenu-selected] [class~=ant-menu-submenu-title] svg path{stroke:var(--button-color-primary, #F9523B)!important}._sidebar_1nb2x_40 ._containerMenu_1nb2x_51 ._menu_1nb2x_67 [class~=ant-menu-submenu-selected] [class~=ant-menu-title-content] a{color:var(--button-color-primary, #F9523B)!important}._sidebar_1nb2x_40 ._containerMenu_1nb2x_51 ._menu_1nb2x_67 [class~=ant-menu-item]>span>svg{width:18px;height:18px}._sidebar_1nb2x_40 ._containerMenu_1nb2x_51 ._menu_1nb2x_67 [class~=ant-menu-item]:hover{color:#000!important;background:#fff0e7!important}._sidebar_1nb2x_40 ._containerMenu_1nb2x_51 ._menu_1nb2x_67 [class~=ant-menu-submenu-title]:hover{background:#fff0e7!important}._sidebar_1nb2x_40 ._containerMenu_1nb2x_51 ._menu_1nb2x_67 [class~=ant-menu-light]:not(._ant-menu-horizontal_1nb2x_100) [class~=ant-menu-item]:not(._ant-menu-item-selected_1nb2x_100):hover{background:#fff0e7!important}._sidebar_1nb2x_40 ._containerMenu_1nb2x_51 ._menu_1nb2x_67 [class~=ant-menu-item-selected]{background:#fff0e7!important;color:var(--button-color-primary, #F9523B)!important}._sidebar_1nb2x_40 ._containerMenu_1nb2x_51 ._menu_1nb2x_67 [class~=ant-menu-item-selected] [class~=anticon-search] svg path{fill:var(--button-color-primary, #F9523B)!important}._sidebar_1nb2x_40 ._containerMenu_1nb2x_51 ._menu_1nb2x_67 [class~=ant-menu-item-selected] svg path{stroke:var(--button-color-primary, #F9523B)!important}._sidebar_1nb2x_40 ._containerMenu_1nb2x_51 ._menu_1nb2x_67 [class~=ant-menu-submenu-open] a,._sidebar_1nb2x_40 ._containerMenu_1nb2x_51 ._menu_1nb2x_67 [class~=ant-menu-submenu] a{color:#000!important}._sidebar_1nb2x_40 ._containerMenu_1nb2x_51 ._menu_1nb2x_67 [class~=ant-menu-item-selected] a{color:var(--button-color-primary, #F9523B)!important}._sidebar_1nb2x_40 ._containerMenu_1nb2x_51 ._menu_1nb2x_67 [class~=ant-menu-submenu-open] div>span{font-weight:500!important}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._container_1qlnv_51{padding:9.375vw;height:100vh}._container_1qlnv_51>div{height:100%;display:flex;flex-direction:column;justify-content:space-around}._container_1qlnv_51 ._header_1qlnv_61{display:flex;justify-content:center}._container_1qlnv_51 ._header_1qlnv_61 h3{color:#000;text-align:center;font-size:30px;font-weight:700;line-height:34.5px;font-family:Inter;margin:0}._container_1qlnv_51 h3{font-size:28px;font-weight:600}._container_1qlnv_51 ._formContainer_1qlnv_78{display:flex;flex-direction:column;width:100%;justify-content:space-between}._container_1qlnv_51 ._formContainer_1qlnv_78 ._forgotPassword_1qlnv_84{color:var(--primary-default, #F9523B);font-size:16px;font-weight:500;margin-top:10px}._container_1qlnv_51 ._formContainer_1qlnv_78 [class~=ant-form-item]:nth-last-child(2){margin-bottom:0!important}._container_1qlnv_51 ._formContainer_1qlnv_78 [class~=ant-row]{display:block!important}._container_1qlnv_51 ._formContainer_1qlnv_78 [class~=anticon]>svg{margin-right:0;width:14px;height:auto}._container_1qlnv_51 ._checkbox_1qlnv_101{display:none}._container_1qlnv_51 ._register_1qlnv_104{color:var(--text-01, #4F4F5F);font-size:16px;font-weight:400;text-align:center}._container_1qlnv_51 ._register_1qlnv_104 a{color:#f9523b;text-decoration-line:underline}._container_1qlnv_51 p{color:var(--text-01, #4F4F5F);font-size:14px;font-weight:400}._container_1qlnv_51 ._tools_1qlnv_119 label{display:none}@media screen and (min-width: 320px){._frontPage_1qlnv_124,._header_1qlnv_61 h3{display:none}._logo_1qlnv_130{width:151px;height:auto}._title_1qlnv_134 p{display:none}._form_1qlnv_78{display:flex;flex-direction:column;justify-content:space-around}}@media screen and (min-width: 576px){[class~=ant-form-item-row] [class~=ant-form-item-label]{text-align:left}}@media screen and (min-width: 1024px){._container_1qlnv_51{padding:0;width:100%}._container_1qlnv_51>div{flex-direction:row;width:100%;display:flex;justify-content:center}._container_1qlnv_51 ._header_1qlnv_61{background:#f3f3f3;flex-direction:column;width:40%;display:flex;padding:60px;justify-content:space-between}._container_1qlnv_51 ._header_1qlnv_61 h3{display:block;width:330px}._container_1qlnv_51 ._header_1qlnv_61 div{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}._container_1qlnv_51 ._title_1qlnv_134 h3{color:var(--text-02, #333);font-size:30px;font-weight:600;line-height:39.5px;margin:0}._container_1qlnv_51 ._title_1qlnv_134 p{text-align:left;margin:0}._container_1qlnv_51 ._title_1qlnv_134 p{display:block}._container_1qlnv_51 ._form_1qlnv_78{width:60%;display:flex;flex-direction:column;justify-content:space-evenly;padding:145px}._container_1qlnv_51 ._form_1qlnv_78 [class~=ant-form-item-row]{flex-direction:column}._container_1qlnv_51 ._form_1qlnv_78 [class~=ant-form-item-row] [class~=ant-form-item-label]{text-align:left}._container_1qlnv_51 ._form_1qlnv_78 [class~=ant-form-item-control-input] input[type=password]{min-height:32px!important}._container_1qlnv_51 ._form_1qlnv_78 [class~=ant-form-item-control-input] input[type=text]{min-height:42px!important}._container_1qlnv_51 ._form_1qlnv_78 ._formContainer_1qlnv_78{justify-content:center}._container_1qlnv_51 ._register_1qlnv_104,._container_1qlnv_51 ._register_1qlnv_104 a :last-child{display:none}._logo_1qlnv_130{width:160px;height:auto}._frontPage_1qlnv_124{display:block;width:380px;height:380px}._tools_1qlnv_119{display:flex;align-items:center;justify-content:space-between}._tools_1qlnv_119 ._checkbox_1qlnv_101{display:flex}._tools_1qlnv_119 a ._forgotPassword_1qlnv_84{font-size:14px!important;margin:0}}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._container_jss2z_51{padding:9.375vw;height:100vh}._container_jss2z_51 ._header_jss2z_55{display:flex;justify-content:center}._container_jss2z_51 h3{font-size:28px;font-weight:600;margin:0}._container_jss2z_51 ._form_jss2z_64{display:flex;flex-direction:column;width:100%;height:60%;justify-content:space-between}._container_jss2z_51 ._form_jss2z_64 ._terms_jss2z_71{color:var(--character-title-85, rgba(0, 0, 0, .85));font-size:14px;font-weight:400;line-height:22px}._container_jss2z_51 ._form_jss2z_64 ._terms_jss2z_71 span a{color:var(--primary-default, #F9523B);text-decoration-line:underline}._container_jss2z_51 ._form_jss2z_64 ._termsError_jss2z_81{color:#ff4d4f!important}._container_jss2z_51 ._form_jss2z_64 ._termsError_jss2z_81 span a{color:var(--primary-default, #FF4D4F);text-decoration-line:underline}._container_jss2z_51 ._form_jss2z_64 [class~=ant-form-item]:last-child{margin-bottom:0!important}._container_jss2z_51 ._form_jss2z_64 [class~=ant-row]{display:block!important}._container_jss2z_51 ._form_jss2z_64 [class~=anticon]>svg{margin-right:0;width:14px;height:auto}._container_jss2z_51 ._form_jss2z_64 ._forgotPassword_jss2z_99{color:var(--primary-default, #F9523B);font-family:Roboto;font-size:16px;font-weight:500}._container_jss2z_51 ._form_jss2z_64 p{color:var(--text-01, #4F4F5F);font-size:14px;font-weight:400}._container_jss2z_51>div{height:100%;display:flex;flex-direction:column;justify-content:space-around}._container_jss2z_51 [class~=ant-form-item-label]{padding:0!important}._container_jss2z_51 ._btn_jss2z_119{height:42px;padding:4px 80px;justify-content:center;align-items:center;gap:10px;align-self:stretch;border:none;border-radius:2px;background:var(--primary-default, #F9523B);color:#fff;width:100%}@media screen and (min-width: 320px){._frontPage_jss2z_134,._header_jss2z_55 h3{display:none}._logo_jss2z_140{width:151px;height:auto}._title_jss2z_144 p{display:none}._formContainer_jss2z_147{display:flex;flex-direction:column;justify-content:space-around;height:70%}._formContainer_jss2z_147 ._form_jss2z_64{display:flex;flex-direction:column;width:100%;justify-content:center}._containerRegister_jss2z_159{margin-top:auto}._register_jss2z_162{color:var(--text-01, #4F4F5F);font-size:16px;font-weight:400;text-align:center}._register_jss2z_162 a{color:#f9523b;text-decoration-line:underline}}@media screen and (min-width: 1024px){._container_jss2z_51{padding:0;width:100%}._container_jss2z_51>div{flex-direction:row;width:100%;display:flex;justify-content:center}._logo_jss2z_140{width:160px;height:auto}._header_jss2z_55{background:#f3f3f3;flex-direction:column;width:40%;display:flex;padding:60px;justify-content:space-between}._header_jss2z_55 h3{display:block;width:330px;text-align:center;color:#000;font-size:30px;font-weight:700;line-height:34.5px;font-family:Inter}._header_jss2z_55 div{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}._frontPage_jss2z_134{display:block;width:380px;height:380px}._title_jss2z_144 h3{color:var(--text-02, #333);font-size:30px;font-weight:600;line-height:39.5px;margin-bottom:0}._title_jss2z_144 p{display:block;text-align:left;color:var(--text-01, #4F4F5F);font-size:14px;font-weight:400;margin:0}._formContainer_jss2z_147{width:60%;display:flex;flex-direction:column;padding:145px}._formContainer_jss2z_147 [class~=ant-form-item-row]{flex-direction:column}._formContainer_jss2z_147 [class~=ant-form-item-row] [class~=ant-form-item-label]{text-align:left}._formContainer_jss2z_147 [class~=ant-form-item-control-input] input[type=password]{min-height:32px!important}._formContainer_jss2z_147 [class~=ant-form-item-control-input] input[type=text]{min-height:42px!important}._formContainer_jss2z_147 ._form_jss2z_64{display:flex;justify-content:center;height:100%}._register_jss2z_162{display:none}}._container_cpgwj_1{gap:17px}._container_cpgwj_1 [class~=ant-modal-content]{padding:50px 0}._container_cpgwj_1,._container_cpgwj_1>div{display:flex;flex-direction:column;align-items:center}._container_cpgwj_1 ._iconWarning_cpgwj_14,._container_cpgwj_1>div ._iconWarning_cpgwj_14{margin-bottom:10px}._container_cpgwj_1 ._iconWarning_cpgwj_14 svg,._container_cpgwj_1>div ._iconWarning_cpgwj_14 svg{color:#00000073;width:45px;height:45px}._container_cpgwj_1 ._title_cpgwj_24,._container_cpgwj_1>div ._title_cpgwj_24{margin:0 0 7px;color:#000;text-align:center;font-variant-numeric:lining-nums tabular-nums;font-family:Roboto;font-size:20px;font-style:normal;font-weight:500;line-height:20px}._container_cpgwj_1 ._text_cpgwj_37,._container_cpgwj_1>div ._text_cpgwj_37{width:352px;margin:0;color:#000;text-align:center;font-variant-numeric:lining-nums tabular-nums;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:20px}._proTag_19pmp_1{border-radius:4.863px;background:linear-gradient(82deg,#271dcf 1.73%,#885ce3 96.16%);color:#fff;border:none;padding:3.039px 6.078px;font-weight:500;height:25px;font-family:Inter;font-size:14px}._container_1s31y_1{gap:25px}._container_1s31y_1 [class~=ant-modal-content]{padding:50px 0}._container_1s31y_1{display:flex;flex-direction:column;align-items:center;padding:30px}._container_1s31y_1 ._title_1s31y_14{display:flex;align-items:center;justify-content:center;gap:6px}._container_1s31y_1 ._title_1s31y_14 h6{margin:0;color:#000;text-align:center;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:normal}._container_1s31y_1 ._text_1s31y_30{width:564.237px;color:#000;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px}._container_1s31y_1 ._text_1s31y_30 p{margin:0}._container_1s31y_1 ._text_1s31y_30 span{color:#000;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.heartbeat{-webkit-animation:heartbeat 1.5s ease-in-out both;animation:heartbeat 1.5s ease-in-out both}@-webkit-keyframes heartbeat{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes heartbeat{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}._blur_xvn3z_1{filter:blur(2.5px)}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._jumbotron_ofdou_26{position:relative;height:100%;margin:auto;border-radius:20px;background:#fff;display:flex;align-items:center;justify-content:center}._jumbotron_ofdou_26 ._suscriptionInformation_ofdou_36{margin:0;position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}._jumbotron_ofdou_26 ._suscriptionInformation_ofdou_36 ._mainText_ofdou_43{font-family:Inter;font-size:3em!important;font-weight:600!important;letter-spacing:0em;text-align:left}._jumbotron_ofdou_26 ._suscriptionInformation_ofdou_36 ._subText_ofdou_50{font-family:Inter;font-style:normal;font-size:1.5em;color:#000}._jumbotron_ofdou_26 ._suscriptionInformation_ofdou_36 ._goToStartButton_ofdou_56{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:8px 16px;gap:8px;background:#f9523b;box-shadow:0 2px #0000000b;border-radius:2px;font-family:Roboto;font-style:normal;font-weight:400;font-size:16px;line-height:24px;text-align:center;color:#fff;flex:none;order:0;flex-grow:0}._jumbotron_ofdou_26 ._expiredText_ofdou_82{font-family:Inter;font-style:normal;font-weight:400;font-size:12px;line-height:15px;text-align:center;padding-top:5px;color:#4f4f4f}._jumbotron_ofdou_26 ._notAllowedGif_ofdou_92{max-height:100%;max-width:100%;padding:12px;margin:auto}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._container_1u3pq_51{padding:9.375vw;height:100vh}._container_1u3pq_51 [class~=anticon-left] svg{width:24px;height:24px}._container_1u3pq_51 ._forgotPassword_1u3pq_59{display:flex;flex-direction:column;justify-content:flex-start;row-gap:50px}@media screen and (min-width: 320px){._container_1u3pq_51>div{display:flex;flex-direction:column;justify-content:space-evenly;height:60%}._header_1u3pq_73{display:none}h5{font-size:21px;font-weight:600}._formContainer_1u3pq_80{display:flex;flex-direction:column;justify-content:space-around;height:70%}._formContainer_1u3pq_80 a{display:none}}@media screen and (min-width: 1024px){._container_1u3pq_51{padding:0;width:100%}._container_1u3pq_51>div{flex-direction:row;width:100%;display:flex;justify-content:center;height:100%}._container_1u3pq_51>div [class~=anticon-left]{display:none}._header_1u3pq_73{background:#f3f3f3;flex-direction:column;width:40%;display:flex;padding:60px;justify-content:space-between}._header_1u3pq_73 ._logo_1u3pq_113{width:160px;height:auto}._header_1u3pq_73 h3{color:#000;text-align:center;font-size:30px;font-weight:700;line-height:34.5px;width:330px;font-family:Inter;margin:0}._header_1u3pq_73 div{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}h5{color:var(--text-02, #333);font-size:30px;font-weight:600;line-height:39.5px;margin-bottom:0}._formContainer_1u3pq_80{width:60%;display:flex;flex-direction:column;justify-content:space-between;padding:60px 145px;height:100%}._formContainer_1u3pq_80 ._form_1u3pq_80{display:flex;flex-direction:column;justify-content:center;height:100%;row-gap:60px}._formContainer_1u3pq_80 a{text-align:right;display:block;color:var(--primary-default, #F9523B);font-size:14px;font-weight:500;text-decoration-line:underline}._formContainer_1u3pq_80 [class~=ant-form-item-row]{flex-direction:column}._formContainer_1u3pq_80 [class~=ant-form-item-row] [class~=ant-form-item-label]{text-align:left}._formContainer_1u3pq_80 [class~=ant-input]{min-height:32px!important}}._container_s604v_1{background:#f3f3f3;height:100vh;display:flex;justify-content:center;flex-direction:column;align-items:center;row-gap:17px}._container_s604v_1 ._logo_s604v_10{width:131px;height:auto}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._signup_1u84y_51{height:100vh;display:flex;justify-content:space-between;flex-direction:column}._signup_1u84y_51 ._goBack_1u84y_57{display:flex;color:var(--breadcrumb-breadcrumb-only, #8C8C8C);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:30px;gap:5px;cursor:pointer}._signup_1u84y_51 ._goBack_1u84y_57 p{margin:0}._signup_1u84y_51>div{height:100%}._signup_1u84y_51 [class~=ant-form-item-label]{padding:0!important}._signup_1u84y_51 [class~=ant-form-item]{margin-bottom:8px}._signup_1u84y_51 [class~=ant-form-item] [class~=ant-col]{min-height:initial}@media screen and (min-width: 320px){._signup_1u84y_51>div{padding:9.375vw;display:flex;flex-direction:column;justify-content:space-around}._header_1u84y_91{display:none}h5{font-size:21px;font-weight:600;margin:0 0 10px}._formContainer_1u84y_100{display:flex;flex-direction:column;justify-content:space-around;height:100%}._formContainer_1u84y_100 ._form_1u84y_100{display:flex;justify-content:space-between;column-gap:12px}._formContainer_1u84y_100 ._form_1u84y_100>div{width:100%}._formContainer_1u84y_100 ._goBackHidden_1u84y_114{display:none}._formContainer_1u84y_100 [class~=ant-form-item-row]{display:flex;flex-direction:column}._formContainer_1u84y_100 ._formSkeleton_1u84y_121{display:flex;justify-content:space-between;column-gap:12px}._formContainer_1u84y_100 ._formSkeleton_1u84y_121>div{width:100%}._formContainer_1u84y_100 ._formSkeleton_1u84y_121 ._formItemSkeleton1_1u84y_129,._formContainer_1u84y_100 ._formItemSkeleton_1u84y_129{margin-top:43px}}@media screen and (min-width: 1024px){._signup_1u84y_51{padding:0;width:100%}._signup_1u84y_51>div{padding:0;flex-direction:row;width:100%;display:flex;justify-content:center}._signup_1u84y_51>div ._goBackHeader_1u84y_148{display:none}._header_1u84y_91{background:#f3f3f3;flex-direction:column;width:40%;display:flex;padding:60px;justify-content:space-between}._header_1u84y_91 ._logo_1u84y_159{width:160px;height:auto}._header_1u84y_91 h3{display:block;width:330px;color:#000;text-align:center;font-size:30px;font-weight:700;line-height:34.5px;font-family:Inter;margin:0}._header_1u84y_91 div{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}h5{color:var(--text-02, #333);font-size:30px;font-weight:600;line-height:39.5px}._formContainer_1u84y_100{width:60%;height:auto;display:flex;flex-direction:column;padding:110px 145px;justify-content:space-between}._formContainer_1u84y_100 ._goBackHidden_1u84y_114{display:flex}._formContainer_1u84y_100 [class~=ant-form-item-row]{flex-direction:column}._formContainer_1u84y_100 [class~=ant-form-item-row] [class~=ant-form-item-label]{text-align:left}._formContainer_1u84y_100 [class~=ant-select-selector]{min-height:42px!important}._formContainer_1u84y_100 [class~=ant-select-selector] [class~=ant-select-selection-item]{color:#000;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:24px}._formContainer_1u84y_100 [class~=ant-select-selector] [class~=ant-select-selection-item] :first-child{display:flex;align-items:center}._formContainer_1u84y_100 [class~=ant-form-item-control-input] input[type=password]{min-height:32px!important}._formContainer_1u84y_100 [class~=ant-form-item-control-input] input[type=text]{min-height:42px!important}._formContainer_1u84y_100 ._form_1u84y_100{display:flex;justify-content:space-between;column-gap:12px}._formContainer_1u84y_100 ._form_1u84y_100>div{width:100%}}._wrapperContainer_14wvw_1{min-height:100vh;height:auto;display:flex;justify-content:center;align-items:center;background-color:#f5f5f5}._wrapperContainer_14wvw_1 ._container_14wvw_9{width:750px}._wrapperContainer_14wvw_1 ._container_14wvw_9 ._header_14wvw_12{text-align:center;margin-bottom:3rem}._wrapperContainer_14wvw_1 ._container_14wvw_9 ._header_14wvw_12 h2{font-size:22px;font-weight:700}._wrapperContainer_14wvw_1 ._container_14wvw_9 ._addAndRestore_14wvw_20{display:flex;justify-content:space-between}._wrapperContainer_14wvw_1 ._container_14wvw_9 ._addAndRestore_14wvw_20 ._buttonAdd_14wvw_24 [class~=ant-btn-default]{color:#f9523b!important;background-color:#f5f5f5;border:none!important;box-shadow:none!important}._wrapperContainer_14wvw_1 ._container_14wvw_9 ._addAndRestore_14wvw_20 ._buttonAdd_14wvw_24 [class~=ant-btn-default]:hover,._wrapperContainer_14wvw_1 ._container_14wvw_9 ._addAndRestore_14wvw_20 ._buttonAdd_14wvw_24 [class~=ant-btn-default]:focus{color:#f9523b!important;background-color:#f5f5f5!important;border:none!important}._wrapperContainer_14wvw_1 ._container_14wvw_9 ._addAndRestore_14wvw_20 ._btnRestore_14wvw_36 [class~=ant-btn-default]{color:#686868!important;background-color:transparent!important;border:none!important;box-shadow:none!important}._wrapperContainer_14wvw_1 ._container_14wvw_9 ._addAndRestore_14wvw_20 ._btnRestore_14wvw_36 [class~=ant-btn-default]:hover,._wrapperContainer_14wvw_1 ._container_14wvw_9 ._addAndRestore_14wvw_20 ._btnRestore_14wvw_36 [class~=ant-btn-default]:focus{color:#686868!important;background-color:#f5f5f5!important;border:none!important}._wrapperContainer_14wvw_1 ._container_14wvw_9 ._form_14wvw_48{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}._wrapperContainer_14wvw_1 ._container_14wvw_9 ._form_14wvw_48 ._headerForm_14wvw_53{display:flex;justify-content:space-between}._wrapperContainer_14wvw_1 ._container_14wvw_9 ._form_14wvw_48 [class~=ant-form-item]{margin-bottom:0!important}._wrapperContainer_14wvw_1 ._container_14wvw_9 ._footer_14wvw_60{display:flex;justify-content:space-between;margin-top:4rem}._wrapperContainer_14wvw_1 ._container_14wvw_9 ._footer_14wvw_60 ._backAndNext_14wvw_65{display:flex;gap:1rem}._wrapperContainer_14wvw_1 ._container_14wvw_9 ._footer_14wvw_60 ._backAndNext_14wvw_65 [class~=ant-btn-default]:hover,._wrapperContainer_14wvw_1 ._container_14wvw_9 ._footer_14wvw_60 ._backAndNext_14wvw_65 [class~=ant-btn-default]:focus{color:#000!important;border-color:#d9d9d9!important}._wrapperContainer_14wvw_1 ._container_14wvw_9 ._footer_14wvw_60 ._buttonSkip_14wvw_74 [class~=ant-btn]{background-color:transparent!important;color:#000!important;border-color:#d9d9d9!important}._wrapperContainer_14wvw_1 ._container_14wvw_9 ._footer_14wvw_60 ._buttonSkip_14wvw_74 [class~=ant-btn]:hover,._wrapperContainer_14wvw_1 ._container_14wvw_9 ._footer_14wvw_60 ._buttonSkip_14wvw_74 [class~=ant-btn]:focus{color:#000!important;border-color:#d9d9d9!important}._wrapperContainer_14wvw_1 ._container_14wvw_9 ._welcome_14wvw_84{text-align:center}._wrapperContainer_14wvw_1 ._container_14wvw_9 ._welcome_14wvw_84 p{font-size:18px}._wrapperContainer_14wvw_1 ._container_14wvw_9 ._welcome_14wvw_84 small{font-size:14px}._wrapperContainer_14wvw_1 ._container_14wvw_9 ._welcome_14wvw_84 img{margin-top:2rem;margin-bottom:3rem}._wrapperContainer_14wvw_1 ._container_14wvw_9 ._welcome_14wvw_84 ._goToTour_14wvw_97{display:block;margin:1.5rem auto;padding:5px 12px;border:1px #F9523B solid;color:#f9523b;background-color:#fff;cursor:pointer}._wrapperContainer_14wvw_1 ._container_14wvw_9 ._welcome_14wvw_84 ._btns_14wvw_106{display:flex;justify-content:end;gap:1.1rem}._wrapperContainer_14wvw_1 ._container_14wvw_9 ._welcome_14wvw_84 ._btns_14wvw_106 [class~=ant-btn-default]:hover,._wrapperContainer_14wvw_1 ._container_14wvw_9 ._welcome_14wvw_84 ._btns_14wvw_106 [class~=ant-btn-default]:focus{color:#000!important;border-color:#d9d9d9!important}._container_1mjtv_1{padding:9.375vw;height:100vh}._container_1mjtv_1 [class~=anticon-left] svg{width:24px;height:24px}._container_1mjtv_1 ._passwordRecovery_1mjtv_9{display:flex;flex-direction:column;justify-content:flex-start;row-gap:50px}._container_1mjtv_1 [class~=ant-form-item]:last-child{margin-bottom:0}._container_1mjtv_1 ._btn_1mjtv_18{height:42px;padding:4px 80px;justify-content:center;align-items:center;gap:10px;align-self:stretch;border:none;border-radius:2px;background:var(--primary-default, #F9523B);color:#fff;width:100%;cursor:pointer}._container_1mjtv_1 ._btn_1mjtv_18:disabled{border-radius:2px;border:1px solid var(--border-border-primary, #D9D9D9);background:linear-gradient(0deg,var(--color-fill-disabled-fill, #F1F1F1) 0%,var(--color-fill-disabled-fill, #F1F1F1) 100%),var(--color-grey-grey-01, #B8B6B6);color:var(--color-text-disabled, #B8B8B8)}@media screen and (min-width: 320px){._container_1mjtv_1>div{display:flex;flex-direction:column;justify-content:space-around;height:100%}._container_1mjtv_1>div ._formContainer_1mjtv_46{height:100%}._container_1mjtv_1>div ._formContainer_1mjtv_46 ._form_1mjtv_46{display:flex;flex-direction:column;justify-content:space-evenly;height:100%}._header_1mjtv_55,._formContainer_1mjtv_46 a{display:none}}@media screen and (min-width: 1024px){._container_1mjtv_1{padding:0;width:100%}._container_1mjtv_1>div{flex-direction:row;width:100%;display:flex;justify-content:center;height:100%}._container_1mjtv_1>div ._formContainer_1mjtv_46{width:60%;display:flex;flex-direction:column;justify-content:space-between;padding:60px 145px;height:100%}._container_1mjtv_1>div ._formContainer_1mjtv_46 ._form_1mjtv_46{display:flex;flex-direction:column;justify-content:center;height:100%;row-gap:60px}._container_1mjtv_1>div ._formContainer_1mjtv_46 a{text-align:right;display:block;color:var(--primary-default, #F9523B);font-size:14px;font-weight:500;text-decoration-line:underline}._container_1mjtv_1>div ._formContainer_1mjtv_46 [class~=ant-form-item-row]{flex-direction:column}._container_1mjtv_1>div ._formContainer_1mjtv_46 [class~=ant-form-item-row] [class~=ant-form-item-label]{text-align:left}._container_1mjtv_1>div ._formContainer_1mjtv_46 [class~=ant-form-item-control-input] input[type=text]{min-height:42.5px!important}._container_1mjtv_1>div ._formContainer_1mjtv_46 [class~=ant-input]{min-height:32px!important}._container_1mjtv_1 [class~=anticon-left]{display:none}h5{font-size:21px;font-weight:600}._header_1mjtv_55{background:#f3f3f3;flex-direction:column;width:40%;display:flex;padding:60px;justify-content:space-between}._header_1mjtv_55 ._logo_1mjtv_124{width:160px;height:auto}._header_1mjtv_55 h3{color:#000;text-align:center;font-size:30px;font-weight:700;line-height:34.5px;width:330px;font-family:Inter}._header_1mjtv_55 div{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}h5{color:var(--text-02, #333);font-size:30px;font-weight:600;line-height:39.5px;margin-bottom:0}}._container_6xk8h_1 ._header_6xk8h_1{display:flex;justify-content:space-between}._title_6xk8h_6{font-size:24px;font-weight:800;color:#000;margin-bottom:10px}._contentCard_6xk8h_13 ._btns_6xk8h_13{display:flex;justify-content:space-between}._contentCard_6xk8h_13 ._btns_6xk8h_13 ._skkiped_6xk8h_17{width:fit-content;margin-top:10px;padding-top:5px;padding-bottom:5px;padding-right:5px;cursor:pointer;color:#808081}._contentCard_6xk8h_13 ._btns_6xk8h_13 ._close_6xk8h_26{width:fit-content;margin-top:10px;padding-top:5px;padding-bottom:5px;padding-right:5px;color:#f9523b;cursor:pointer}._modal_6xk8h_36{min-height:300px;text-align:center;margin-bottom:.8rem}._modal_6xk8h_36 ._modalTitle_6xk8h_41{text-align:center}._modal_6xk8h_36 ._modalTitle_6xk8h_41 span{font-size:2.5rem;margin-top:2rem;margin-bottom:2rem}._modal_6xk8h_36 ._confetiGif_6xk8h_49{position:absolute;top:-200px;right:-200px}._modal_6xk8h_36 [class~=ant-list-item-meta-title]{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}._modal_6xk8h_36 [class~=ant-list-item-meta-content]{min-height:100px!important}._modal_6xk8h_36 [class~=ant-list-item-meta-description] ._containerTotal_6xk8h_63{margin-bottom:2rem;display:flex;justify-content:center;gap:3rem}._modal_6xk8h_36 [class~=ant-list-item-meta-description] ._containerTotal_6xk8h_63 ._total_6xk8h_69{display:inherit;flex-direction:column}._modal_6xk8h_36 [class~=ant-list-item-meta-description] ._toDetails_6xk8h_73{background:#fff;border-radius:2px;border:1px solid #FF4D4F;box-shadow:0 2px #00000004;color:#ff4d4f;height:40px;width:112px}._modal_6xk8h_36 [class~=ant-list-item-meta-description] ._toDetails_6xk8h_73:hover{background-color:#ff4d4f!important;border:1px solid #FF4D4F!important;color:#fff!important}._modal_6xk8h_36 [class~=ant-list-item-meta-description] ._toDetails_6xk8h_73:focus{background:#ff4d4f!important;border:1px solid #FF4D4F!important;color:#fff!important}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._addOpportunityModal_1bmh6_26{display:flex;gap:24px;flex-direction:column}._addOpportunityModal_1bmh6_26 ._tableOpportunities_1bmh6_31 ._isFollowedIcon_1bmh6_31{cursor:pointer;color:#cdcdcd;font-size:24px;height:20px;width:19px;margin-right:5px}._addOpportunityModal_1bmh6_26 ._tableOpportunities_1bmh6_31 ._code_1bmh6_39{color:#04041a;font-family:Roboto;font-size:14px;font-style:normal;font-weight:700;line-height:normal}._addOpportunityModal_1bmh6_26 ._tableOpportunities_1bmh6_31 ._typeColumn_1bmh6_47{translate:inherit;width:100%;display:flex;align-items:center;justify-content:center;opacity:none!important}._addOpportunityModal_1bmh6_26 ._tableOpportunities_1bmh6_31 ._typeColumn_1bmh6_47 [class~=ant-tag]{border-radius:4px;border-color:transparent;color:#fff}._addOpportunityModal_1bmh6_26 ._tableOpportunities_1bmh6_31 ._typeColumn_1bmh6_47._tender_1bmh6_60>[class~=ant-tag]{background-color:#ff7b57!important}._addOpportunityModal_1bmh6_26 ._tableOpportunities_1bmh6_31 ._typeColumn_1bmh6_47._agile_1bmh6_63>[class~=ant-tag]{background-color:#ae1bdb!important}._addOpportunityModal_1bmh6_26 ._tableOpportunities_1bmh6_31 ._typeColumn_1bmh6_47._purchase_1bmh6_66>[class~=ant-tag]{background-color:#d62121!important}._addOpportunityModal_1bmh6_26 ._tableOpportunities_1bmh6_31 ._typeColumn_1bmh6_47._quote_1bmh6_69>[class~=ant-tag]{background-color:#1873fb!important}._addOpportunityModal_1bmh6_26 ._tableOpportunities_1bmh6_31 ._typeColumn_1bmh6_47._marco_quote_1bmh6_72>[class~=ant-tag]{background-color:#2cb95d!important}._addOpportunityModal_1bmh6_26 ._tableOpportunities_1bmh6_31 ._typeColumn_1bmh6_47._marketQuery_1bmh6_75>[class~=ant-tag]{background-color:#6924ae!important}._addOpportunityModal_1bmh6_26 ._tableOpportunities_1bmh6_31 ._typePE_1bmh6_78{display:flex;flex-direction:column;align-items:flex-start;gap:5px}._addOpportunityModal_1bmh6_26 ._tableOpportunities_1bmh6_31 ._typePE_1bmh6_78 [class~=ant-tag]{border-radius:4px;border-color:transparent;color:#fff}._addOpportunityModal_1bmh6_26 ._tableOpportunities_1bmh6_31 ._containerText_1bmh6_89{color:#04041a;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:normal}._addOpportunityModal_1bmh6_26 ._title_1bmh6_97{margin:36px 0 0;color:#000;font-family:Inter;font-size:22px;font-style:normal;font-weight:600;line-height:normal}._addOpportunityModal_1bmh6_26 ._subtitle_1bmh6_106{margin:0;color:#000;font-family:Inter;font-size:18px;font-style:normal;font-weight:400;line-height:normal}._addOpportunityModal_1bmh6_26 ._text_1bmh6_115{margin:0;color:#000;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:121.138%}._addOpportunityModal_1bmh6_26 ._text_1bmh6_115 ._link_1bmh6_124{background:none;border:none;padding:0;color:#000;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:121.138%;text-decoration-line:underline;cursor:pointer}._addOpportunityModal_1bmh6_26 ._tag_1bmh6_137{border-radius:2px;max-width:max-content;height:24px;display:flex;align-items:center}._addOpportunityModal_1bmh6_26 ._keywords_1bmh6_144{display:flex;align-items:center;gap:12px}._buttonsFooter_1bmh6_150{display:flex;justify-content:space-between}._buttonsFooter_1bmh6_150>div{display:flex;gap:8px}._container_7pa5b_1{display:flex;padding:30px 87px 40px;flex-direction:column;justify-content:center;align-items:center;gap:8px;align-self:stretch}._title_7pa5b_11{color:#000;font-family:Inter;font-size:22px;font-style:normal;font-weight:600;line-height:normal}._aiImg_7pa5b_20{width:147px;height:148px}._aiText_7pa5b_25{color:#000;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:18px}._container_1wvgw_1{display:flex;padding:25px 0;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch;gap:24px}._titleContainer_1wvgw_11{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}._h5_1wvgw_18{color:#000;font-family:Roboto;font-size:16px;font-style:normal;font-weight:600;line-height:150%}._title_1wvgw_11{color:#000;font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:18px}._subTitle_1wvgw_37{color:#000;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:160%}._suggestedContainer_1wvgw_46{display:flex;align-items:flex-start;gap:10px;align-self:stretch;flex-wrap:wrap;overflow:auto;max-height:118px}._tagIa_1wvgw_56{border-radius:2px;max-width:max-content;border:1px solid;font-family:Roboto;font-size:12px;font-weight:500;background-color:#f9f0ff;color:#5200ff;margin:0}._undoContainer_1wvgw_68{display:flex;justify-content:end;gap:5px}._undoText_1wvgw_74{color:#4f4f5f;text-align:center;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:24px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;cursor:pointer}._undoIcon_1wvgw_91{cursor:pointer;color:#4f4f5f}._containerSuggestions_1wvgw_96{display:flex;flex-direction:column;gap:16px;width:100%}._section_1wvgw_103{display:flex;justify-content:space-between}._containerSuggestedButon_zrc0c_1{display:flex;justify-content:end;gap:16px;padding-right:18px}._modalContainer_zrc0c_8 [class~=ant-modal-footer]{margin-top:0}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._container_1y53r_26 [class~=ant-card-body]{padding:30px!important}._container_1y53r_26 ._tenderId_1y53r_29{display:flex;align-items:center;font-size:18px;font-weight:500}._container_1y53r_26 ._tenderId_1y53r_29 svg{color:#f3c65e}._container_1y53r_26 ._tenderId_1y53r_29 a{color:#29d1d4;font-weight:500!important}._container_1y53r_26 ._controlsButton_1y53r_42{cursor:pointer;font-size:14px;font-weight:500;height:100%;padding:0 10px;color:#666!important}._container_1y53r_26 ._controlsButton_1y53r_42 svg{color:#666!important;font-size:24px;height:24px;width:24px}._container_1y53r_26 ._controlsButton_1y53r_42:hover{background-color:#ebebeb}._container_1y53r_26 ._header_1y53r_59{font-weight:700;font-size:14px;color:#666}._container_1y53r_26 ._date_1y53r_64{font-size:16px}._container_1y53r_26 ._text_1y53r_67{font-size:14px}._container_1y53r_26 ._descriptionBox_1y53r_70{border:1px solid rgba(104,222,225,.4);border-radius:2px;width:calc(50% - 15px);min-height:231px;padding:30px}._container_1y53r_26 ._descriptionBox_1y53r_70 ._tenderName_1y53r_77{color:#29b1b4;font-size:18px!important;font-weight:700}._container_1y53r_26 ._descriptionBox_1y53r_70 ._tenderDescription_1y53r_82{color:#333;font-size:16px!important}._container_1y53r_26 ._descriptionBox_1y53r_70 ._tenderAmount_1y53r_86{display:flex;align-items:center}._container_1y53r_26 ._descriptionBox_1y53r_70 ._tenderAmount_1y53r_86 span{color:#666;font-size:14px;font-weight:500}._container_1y53r_26 ._descriptionBox_1y53r_70 ._tenderAmount_1y53r_86 [class~=amount]{color:#29b1b4;font-size:24px}._container_1y53r_26 ._tenderData_1y53r_99{padding-top:30px;width:calc(50% - 15px)}._container_1y53r_26 ._tenderData_1y53r_99 [class~=ant-col-xs-12][class~=leftCol]{padding-right:15px}._container_1y53r_26 ._tenderData_1y53r_99 [class~=ant-col-xs-12][class~=rightCol]{padding-left:15px}._container_1y53r_26 ._tenderData_1y53r_99 ._date_1y53r_64{font-size:18px!important}._container_1y53r_26 ._divider_1y53r_112{border-width:2px;border-color:#ebebeb}._container_1y53r_26 ._tenderDates_1y53r_116{justify-content:space-around}._container_1y53r_26 ._tenderDates_1y53r_116 ._editButton_1y53r_119 svg{width:20px!important;height:20px!important}._container_1y53r_26 ._tenderDates_1y53r_116 ._editButton_1y53r_119[class~=active]{background-color:#f0fafa!important}._container_1y53r_26 ._tenderDates_1y53r_116 ._editButton_1y53r_119[class~=active] svg{color:#29d1d4}._container_1y53r_26 ._items_1y53r_129 ._title_1y53r_129{font-size:18px;font-weight:500}._container_1y53r_26 ._items_1y53r_129 [class~=ant-table-content]{max-height:calc(100vh - 370px);overflow-y:auto;border:solid 1px #CDCDCD}._container_1y53r_26 ._items_1y53r_129 table{table-layout:fixed!important}._container_1y53r_26 ._items_1y53r_129 table td{background:none!important;padding:10px;border-bottom:solid 1px #CDCDCD}._container_1y53r_26 ._items_1y53r_129 table th{position:sticky;top:0;z-index:5;background-color:#f7f7f7!important;border-top:solid 1px #CDCDCD}._container_1y53r_26 ._items_1y53r_129 table td:first-child,._container_1y53r_26 ._items_1y53r_129 table th:first-child{padding-left:30px}._container_1y53r_26 ._items_1y53r_129 table td:last-child,._container_1y53r_26 ._items_1y53r_129 table th:last-child{padding-right:30px}._container_1y53r_26 ._items_1y53r_129 table tr{background-color:#fff!important}._container_1y53r_26 ._items_1y53r_129 table tr>th{background-color:#fafafa!important}._container_1y53r_26 ._items_1y53r_129 table tr:nth-child(2n){background-color:#f7f7f7!important}._container_1y53r_26 ._items_1y53r_129 table ._amountInputContainer_1y53r_170 [class~=ant-input-affix-wrapper]{height:30px;font-size:16px}._container_1y53r_26 ._items_1y53r_129 table ._amountInputContainer_1y53r_170 [class~=ant-input-affix-wrapper] [class~=ant-input-prefix]{margin-left:5px;margin-right:20px;color:#cdcdcd}._container_1y53r_26 ._items_1y53r_129 table ._amountInputContainer_1y53r_170 svg{transition:color .2s ease;color:#cdcdcd}._container_1y53r_26 ._items_1y53r_129 table ._amountInputContainer_1y53r_170 svg[class~=active]{color:#f45432!important}._modalAssignContact_1y53r_187 [class~=ant-modal-content]{border-radius:8px}._modalAssignContact_1y53r_187 [class~=ant-modal-content] [class~=ant-space-vertical]{max-height:280px;overflow-y:auto}._modalAssignContact_1y53r_187 [class~=ant-modal-footer]{display:flex;justify-content:space-between}._modalAssignContact_1y53r_187 [class~=ant-modal-footer] [class~=ant-btn-default]:hover{color:#000000d9!important;border-color:#5e5e5e!important}._modalAssignContact_1y53r_187 ._searchMember_1y53r_202{width:100%;min-width:400px}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._container_1689j_26 [class~=ant-card-body]{padding:30px!important}._container_1689j_26 ._tenderId_1689j_29{display:flex;align-items:center;font-size:18px;font-weight:500}._container_1689j_26 ._tenderId_1689j_29 svg{color:#f3c65e}._container_1689j_26 ._tenderId_1689j_29 a{color:#29d1d4;font-weight:500!important}._container_1689j_26 ._controlsButton_1689j_42{cursor:pointer;font-size:14px;font-weight:500;height:100%;padding:0 10px;color:#666!important}._container_1689j_26 ._controlsButton_1689j_42 svg{color:#666!important;font-size:24px;height:24px;width:24px}._container_1689j_26 ._controlsButton_1689j_42:hover{background-color:#ebebeb}._container_1689j_26 ._header_1689j_59{font-weight:700;font-size:14px;color:#666}._container_1689j_26 ._date_1689j_64{font-size:16px}._container_1689j_26 ._text_1689j_67{font-size:14px}._container_1689j_26 ._descriptionBox_1689j_70{border:1px solid rgba(104,222,225,.4);border-radius:2px;width:calc(50% - 15px);min-height:231px;padding:30px}._container_1689j_26 ._descriptionBox_1689j_70 ._tenderName_1689j_77{color:#29b1b4;font-size:18px!important;font-weight:700}._container_1689j_26 ._descriptionBox_1689j_70 ._tenderDescription_1689j_82{color:#333;font-size:16px!important}._container_1689j_26 ._descriptionBox_1689j_70 ._tenderAmount_1689j_86{display:flex;align-items:center}._container_1689j_26 ._descriptionBox_1689j_70 ._tenderAmount_1689j_86 span{color:#666;font-size:14px;font-weight:500}._container_1689j_26 ._descriptionBox_1689j_70 ._tenderAmount_1689j_86 [class~=amount]{color:#29b1b4;font-size:24px}._container_1689j_26 ._tenderData_1689j_99{padding-top:30px;width:calc(50% - 15px)}._container_1689j_26 ._tenderData_1689j_99 [class~=ant-col-xs-12][class~=leftCol]{padding-right:15px}._container_1689j_26 ._tenderData_1689j_99 [class~=ant-col-xs-12][class~=rightCol]{padding-left:15px}._container_1689j_26 ._tenderData_1689j_99 ._date_1689j_64{font-size:18px!important}._container_1689j_26 ._divider_1689j_112{border-width:2px;border-color:#ebebeb}._container_1689j_26 ._tenderDates_1689j_116{justify-content:space-around}._container_1689j_26 ._tenderDates_1689j_116 ._editButton_1689j_119 svg{width:20px!important;height:20px!important}._container_1689j_26 ._tenderDates_1689j_116 ._editButton_1689j_119[class~=active]{background-color:#f0fafa!important}._container_1689j_26 ._tenderDates_1689j_116 ._editButton_1689j_119[class~=active] svg{color:#29d1d4}._container_1689j_26 ._items_1689j_129 ._title_1689j_129{font-size:18px;font-weight:500}._container_1689j_26 ._items_1689j_129 [class~=ant-table-content]{max-height:calc(100vh - 370px);overflow-y:auto;border:solid 1px #CDCDCD}._container_1689j_26 ._items_1689j_129 table{table-layout:fixed!important}._container_1689j_26 ._items_1689j_129 table td{background:none!important;padding:10px;border-bottom:solid 1px #CDCDCD}._container_1689j_26 ._items_1689j_129 table th{position:sticky;top:0;z-index:5;background-color:#f7f7f7!important;border-top:solid 1px #CDCDCD}._container_1689j_26 ._items_1689j_129 table td:first-child,._container_1689j_26 ._items_1689j_129 table th:first-child{padding-left:30px}._container_1689j_26 ._items_1689j_129 table td:last-child,._container_1689j_26 ._items_1689j_129 table th:last-child{padding-right:30px}._container_1689j_26 ._items_1689j_129 table tr{background-color:#fff!important}._container_1689j_26 ._items_1689j_129 table tr>th{background-color:#fafafa!important}._container_1689j_26 ._items_1689j_129 table tr:nth-child(2n){background-color:#f7f7f7!important}._container_1689j_26 ._items_1689j_129 table ._amountInputContainer_1689j_170 [class~=ant-input-affix-wrapper]{height:30px;font-size:16px}._container_1689j_26 ._items_1689j_129 table ._amountInputContainer_1689j_170 [class~=ant-input-affix-wrapper] [class~=ant-input-prefix]{margin-left:5px;margin-right:20px;color:#cdcdcd}._container_1689j_26 ._items_1689j_129 table ._amountInputContainer_1689j_170 svg{transition:color .2s ease;color:#cdcdcd}._container_1689j_26 ._items_1689j_129 table ._amountInputContainer_1689j_170 svg[class~=active]{color:#f45432!important}._modalAssignContact_1689j_187 [class~=ant-modal-content]{border-radius:8px}._modalAssignContact_1689j_187 [class~=ant-modal-content] [class~=ant-space-vertical]{max-height:280px;overflow-y:auto}._modalAssignContact_1689j_187 [class~=ant-modal-footer]{display:flex;justify-content:end;gap:8px}._modalAssignContact_1689j_187 ._searchMember_1689j_199{width:100%;min-width:400px}._search_1cb78_1{width:100%}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._sliderDatePickerContainer_1esth_26{display:flex;flex-direction:column;padding:1rem;width:20rem}._sliderDatePickerContainer_1esth_26 ._containerDataPicker_1esth_32{display:flex;justify-content:space-between}._container_ypl1f_1{width:902px!important}._container_ypl1f_1 [class~=ant-modal-content]{padding:0!important;height:439px!important}._wrapperSelectAndDropdown_82vs6_1{display:flex;align-items:center;gap:12px}._wrapperSelectAndDropdown_82vs6_1 ._menuFiltro_82vs6_6{padding:.3rem 1rem;border:1px solid #D9D9D9;cursor:pointer}._wrapperSelectAndDropdown_82vs6_1 ._menuFiltro_82vs6_6:hover{opacity:.8}[class~=ant-space-vertical]{padding:.8rem 1rem!important}[class~=ant-space-vertical] ._activateBLines_82vs6_18{color:#f9523b;cursor:pointer;text-decoration:underline}._container_m5hoy_1{display:flex}._container_m5hoy_1 ._selectedTag_m5hoy_4{display:inherit;align-items:center;padding:4px 15px;gap:.3rem;background-color:#faf3e1;color:#242533;font-family:Roboto;border-radius:15px}._container_m5hoy_1 ._selectedTag_m5hoy_4 ._favoriteIcon_m5hoy_14{margin-bottom:3px;font-size:1rem}._container_m5hoy_1 ._selectedTag_m5hoy_4 ._favoriteIcon_m5hoy_14._favoriteIconActive_m5hoy_18{color:#242533}._sliderContainerAmount_62gsn_1{display:flex;justify-content:space-between;height:max-content;padding:10px;gap:12px}._sliderContainerAmount_62gsn_1 ._inputNumber_62gsn_8{width:120px}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._pageHeader_d75jc_26{margin-bottom:12px}@media (max-width: 768px){._pageHeader_d75jc_26{padding:0 16px}}._pageHeader_d75jc_26 [class~=ant-breadcrumb] [class~=ant-breadcrumb-link]>a,._pageHeader_d75jc_26 [class~=ant-breadcrumb] span{font-family:Roboto!important;color:var(--character-secondary-45, rgba(0, 0, 0, .45))!important;font-weight:400!important}._pageHeader_d75jc_26 [class~=ant-breadcrumb] ._currentBreadcrumb_d75jc_40{font-weight:400!important;color:#333!important}._pageHeader_d75jc_26 [class~=ant-page-header]{padding:0!important}._pageHeader_d75jc_26 [class~=ant-page-header-heading-title]{font-family:Roboto;font-size:20px;font-style:normal;font-weight:500;line-height:28px}._pageHeader_d75jc_26 [class~=ant-page-header-heading-sub-title]{font-family:Roboto;font-weight:400;line-height:20px}@media (max-width: 768px){._pageHeader_d75jc_26 [class~=ant-page-header-heading-sub-title]{text-wrap:auto;width:100%}}@media (max-width: 768px){._pageHeader_d75jc_26 [class~=ant-page-header-heading-left]{flex-wrap:wrap}}._pageHeader_d75jc_26 ._containerTitle_d75jc_70{display:flex;align-items:center}._pageHeader_d75jc_26 ._badgeCount_d75jc_74{display:flex;align-items:center;z-index:auto;min-width:20px;height:20px;color:#fff;font-weight:400;font-size:12px;line-height:20px;white-space:nowrap;text-align:center;background:#ff4d4f;border-radius:10px;box-shadow:0 0 0 1px #fff;font-family:Roboto;padding:3px 8px}._tourButton_d75jc_93{display:flex;min-width:80px;width:80px;height:32px;padding:8px 0;flex-direction:column;justify-content:center;align-items:center;gap:8px;border-radius:2px;border:1px solid #282828;cursor:pointer;color:var(--text-text-secondary, #262626);text-align:center;font-size:12px;font-weight:400;line-height:24px;font-family:Roboto;background:#f7f7f7}._tourButton_d75jc_93:hover{background-color:#1c1717;color:#fff}._title_oobam_1{display:flex;align-items:center;gap:5px;flex:1 0 0}._container_oobam_8{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}._description_oobam_15{color:#000;font-family:Roboto;font-size:13px;font-style:normal;font-weight:400;line-height:normal}._icon_oobam_24{color:#f5ac2e;font-size:18px}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._blTag_zr74k_51{border:1px solid;border-radius:2px;background-color:#fff;font-family:Roboto!important;font-style:normal;font-weight:400;font-size:12px;padding:1px 8px;margin:0 5px 5px 0}._blTag_zr74k_51._tag0_zr74k_62{border-color:#722ed1;color:#722ed1}._blTag_zr74k_51._tag1_zr74k_66{border-color:#d21919;color:#d21919}._blTag_zr74k_51._tag2_zr74k_70{border-color:#2f54eb;color:#2f54eb}._blTag_zr74k_51._tag3_zr74k_74{border-color:#d71d9d;color:#d71d9d}._blTag_zr74k_51._tag4_zr74k_78{border-color:#177373;color:#177373}._blTag_zr74k_51._tag5_zr74k_82{border-color:#5e5a5a;color:#5e5a5a}._blTag_zr74k_51._tag6_zr74k_86{border-color:#078d53;color:#078d53}._blTag_zr74k_51._tag7_zr74k_90{border-color:#054d2a;color:#054d2a}._blTag_zr74k_51._tag8_zr74k_94{border-color:#010101;color:#010101}._blTag_zr74k_51._tag9_zr74k_98{border-color:#c21313;color:#c21313}._blTagContainer_zr74k_103{display:flex;flex-direction:column}._cardMobile_zr74k_108 [class~=ant-card-body]{padding:0!important;width:100%}._sadIcon_zr74k_113 svg{width:35px;height:35px}._floatButton_zr74k_118,._floatButton_zr74k_118:hover{background-color:#fff}@media screen and (max-width: 768px){._container_zr74k_127 [class~=ant-card]{border-radius:0!important}}._container_zr74k_127 ._containerHeader_zr74k_131{display:flex!important;justify-content:space-between;row-gap:10px}._container_zr74k_127 ._containerHeader_zr74k_131 ._businesAndIcons_zr74k_136{display:inherit;align-items:center;gap:12px}._container_zr74k_127 ._containerHeader_zr74k_131 ._businesAndIcons_zr74k_136 ._iconsContainer_zr74k_141{display:flex;gap:24px;flex-direction:row;align-items:center;justify-content:center}._container_zr74k_127 ._containerHeader_zr74k_131 ._businesAndIcons_zr74k_136 ._iconsContainer_zr74k_141 ._icon_zr74k_141{color:#4f4f5f;cursor:pointer;display:flex}._container_zr74k_127 ._containerHeader_zr74k_131 ._businesAndIcons_zr74k_136 ._iconsContainer_zr74k_141 ._icon_zr74k_141 svg{width:20px;height:20px;display:flex;align-items:center;justify-content:center}._container_zr74k_127 ._containerHeader_zr74k_131 ._businesAndIcons_zr74k_136 ._iconsContainer_zr74k_141 ._addUserIcon_zr74k_160,._container_zr74k_127 ._containerHeader_zr74k_131 ._businesAndIcons_zr74k_136 ._iconsContainer_zr74k_141 ._viewDetailsIcon_zr74k_161{color:#4f4f5f}._container_zr74k_127 ._containerHeader_zr74k_131 ._businesAndIcons_zr74k_136 ._iconsContainer_zr74k_141 ._addUserIcon_zr74k_160 svg,._container_zr74k_127 ._containerHeader_zr74k_131 ._businesAndIcons_zr74k_136 ._iconsContainer_zr74k_141 ._viewDetailsIcon_zr74k_161 svg{width:20px;height:20px}._container_zr74k_127 ._containerHeader_zr74k_131 ._businesAndIcons_zr74k_136 ._iconsContainer_zr74k_141 ._onTrackIcon_zr74k_169{cursor:pointer}._container_zr74k_127 ._containerHeader_zr74k_131 ._businesAndIcons_zr74k_136 ._iconsContainer_zr74k_141 ._onTrackIcon_zr74k_169 svg{width:25px;height:25px;color:#4f4f5f;transform:rotate(180deg)}._container_zr74k_127 ._containerHeader_zr74k_131 ._search_zr74k_178{width:333px}._container_zr74k_127 ._containerSearchButton_zr74k_181{display:flex;gap:12px}._container_zr74k_127 ._containerSearchButton_zr74k_181 [class~=anticon-ellipsis] svg{width:23px;height:23px}._container_zr74k_127 ._tagsAndExportRow_zr74k_189{margin:.7rem 0;justify-content:space-between}._container_zr74k_127 ._tableOpportunities_zr74k_193{width:100%}._container_zr74k_127 ._tableOpportunities_zr74k_193 [class~=ant-table]{border-collapse:collapse}._container_zr74k_127 ._tableOpportunities_zr74k_193 [class~=ant-table] td,._container_zr74k_127 ._tableOpportunities_zr74k_193 [class~=ant-table] th{border:.1px solid #d9d9d9}._container_zr74k_127 ._tableOpportunities_zr74k_193 [class~=ant-table] td:not(:last-child),._container_zr74k_127 ._tableOpportunities_zr74k_193 [class~=ant-table] th:not(:last-child){border-right:none}._container_zr74k_127 ._tableOpportunities_zr74k_193 [class~=ant-table] tr:last-child td,._container_zr74k_127 ._tableOpportunities_zr74k_193 [class~=ant-table] tr:last-child th{border-bottom:none}._container_zr74k_127 ._tableOpportunities_zr74k_193 [class~=ant-table-thead] [class~=ant-table-cell]{background:#fafbfa}._container_zr74k_127 ._typeColumn_zr74k_214{translate:inherit;width:100%;display:flex;align-items:center;justify-content:center}._container_zr74k_127 ._typeColumn_zr74k_214 [class~=ant-tag]{border-radius:4px;border-color:transparent;color:#fff}._container_zr74k_127 ._typeColumn_zr74k_214._tender_zr74k_226>[class~=ant-tag]{background-color:#ff7b57!important}._container_zr74k_127 ._typeColumn_zr74k_214._agile_zr74k_229>[class~=ant-tag]{background-color:#ae1bdb!important}._container_zr74k_127 ._typeColumn_zr74k_214._agile_first_call_zr74k_232>[class~=ant-tag]{background-color:#ae1bdb!important}._container_zr74k_127 ._typeColumn_zr74k_214._agile_second_call_zr74k_235>[class~=ant-tag]{background-color:#ae1bdb!important}._container_zr74k_127 ._typeColumn_zr74k_214._purchase_zr74k_238>[class~=ant-tag]{background-color:#d62121!important}._container_zr74k_127 ._typeColumn_zr74k_214._quote_zr74k_241>[class~=ant-tag]{background-color:#1873fb!important}._container_zr74k_127 ._typeColumn_zr74k_214._marco_quote_zr74k_244>[class~=ant-tag]{background-color:#2cb95d!important}._container_zr74k_127 ._typeColumn_zr74k_214._marketQuery_zr74k_247>[class~=ant-tag]{background-color:#6924ae!important}._container_zr74k_127 ._typeColumn_zr74k_214._directPurchase_zr74k_250>[class~=ant-tag]{background-color:#00c4cc!important}._container_zr74k_127 ._typePE_zr74k_253{display:flex;flex-direction:column;align-items:flex-start;gap:5px;font-weight:400!important}._container_zr74k_127 ._typePE_zr74k_253 [class~=ant-tag]{border-radius:4px;border-color:transparent;color:#fff}._container_zr74k_127 ._nameTagsColumn_zr74k_265{display:inline}._container_zr74k_127 ._nameTagsColumn_zr74k_265 [class~=ant-tag]{border-radius:4px;border-color:transparent;color:#fff}._container_zr74k_127 ._nameTagsColumn_zr74k_265._suggested_zr74k_273>[class~=ant-tag]{background-color:#ef6263!important}._container_zr74k_127 ._nameTagsColumn_zr74k_265._green_zr74k_276>[class~=ant-tag]{background-color:#ffa842!important}._container_zr74k_127 ._nameTagsColumn_zr74k_265._red_zr74k_279>[class~=ant-tag]{background-color:#3560fa!important}._container_zr74k_127 ._nameTagsColumn_zr74k_265._purple_zr74k_282>[class~=ant-tag]{background-color:#c337f4!important}._container_zr74k_127 ._firstRow_zr74k_285{padding:0 20px 0 0;height:50px;display:flex;justify-content:space-between;background-color:#fff}._container_zr74k_127 ._firstRow_zr74k_285 ._isFollowedButton_zr74k_292{cursor:pointer;font-size:18px;font-weight:500;height:100%;padding:0 20px;color:#333!important}._container_zr74k_127 ._firstRow_zr74k_285 ._isFollowedButton_zr74k_292 svg{color:#f3c65e!important;font-size:24px;height:24px;width:24px}._container_zr74k_127 ._firstRow_zr74k_285 ._controlsButton_zr74k_306{cursor:pointer;font-size:14px;font-weight:500;height:100%;padding:0 10px 0 5px}._container_zr74k_127 ._firstRow_zr74k_285 ._controlsButton_zr74k_306 svg{color:#666!important;font-size:24px;height:24px;width:24px}._container_zr74k_127 ._firstRow_zr74k_285 ._isFollowedButton_zr74k_292:hover{background-color:#ebebeb;color:#666}._container_zr74k_127 ._firstRow_zr74k_285 ._isFollowedButton_zr74k_292:hover svg{color:#666}._container_zr74k_127 ._firstRow_zr74k_285 ._divider_zr74k_326{border-color:#cdcdcd;border-width:2px;height:23px}._container_zr74k_127 ._firstRow_zr74k_285 ._iconsO_zr74k_331{display:flex!important}._container_zr74k_127 ._firstRow_zr74k_285 ._fastFilter_zr74k_334._active_zr74k_334{color:#29d1d4!important}._container_zr74k_127 ._firstRow_zr74k_285 ._fastFilter_zr74k_334._active_zr74k_334 path{fill:#29d1d4!important}._container_zr74k_127 ._firstRow_zr74k_285 ._clearFilters_zr74k_340{height:32px!important;border-color:#d9d9d9!important;color:#666}._container_zr74k_127 ._firstRow_zr74k_285 ._clearFilters_zr74k_340:hover{border-color:#d9d9d9!important;color:#333}._container_zr74k_127 ._firstRow_zr74k_285 ._clearFilters_zr74k_340:not([class~=ant-tooltip-disabled-compatible-wrapper]):hover{color:#29d1d4}._container_zr74k_127 ._firstRow_zr74k_285 ._clearFilters_zr74k_340:focus,._container_zr74k_127 ._firstRow_zr74k_285 ._clearFilters_zr74k_340:active{border-color:#d9d9d9!important;color:#666}._container_zr74k_127 ._firstRow_zr74k_285 ._clearFilters_zr74k_340._active_zr74k_334{color:#29d1d4;border-color:#29d1d4!important}._container_zr74k_127 ._firstRow_zr74k_285 ._clearFilters_zr74k_340:hover._active_zr74k_334{border-color:#29b1b4!important}._container_zr74k_127 ._isFollowedIcon_zr74k_364{cursor:pointer;color:#cdcdcd;font-size:24px;height:20px;width:19px;margin-right:5px}._container_zr74k_127 ._isFollowedIcon_zr74k_364[class~=header]{cursor:auto}._container_zr74k_127 ._isFollowedIcon_zr74k_364[class~=header] path{fill:#f3c65e}._container_zr74k_127 ._isFollowedIcon_zr74k_364[class~=active] path{cursor:pointer;fill:#f3c65e}._fastFilterOption_zr74k_383 [class~=ant-dropdown-menu-title-content]{width:130px;display:flex;justify-content:space-between;align-items:center}._fastFilterOption_zr74k_383 [class~=ant-dropdown-menu-title-content] svg{font-size:16px}[class~=ant-dropdown-menu-title-content] ._actionItem_zr74k_393{display:flex!important;align-items:center!important;gap:.5rem!important}[class~=ant-table-filter-dropdown]{position:absolute;right:.2rem;width:max-content}[class~=ant-dropdown-menu-title-content]{white-space:normal;width:100%!important}[class~=ant-table-filter-dropdown] [class~=ant-dropdown-menu]{max-height:170px!important}[class~=ant-table-filter-dropdown] [class~=ant-dropdown-menu] [class~=ant-dropdown-menu-item]{max-width:500px!important}._itemMatchApplied_zr74k_417{color:#f5ac2e;font-size:20px}._listContainer_zr74k_422 ._filters_zr74k_422{display:flex;padding:16px;justify-content:space-between;align-items:center;align-self:stretch;position:relative}._listContainer_zr74k_422 ._filters_zr74k_422>div{display:flex;flex-direction:row;align-items:center;gap:8px}._listContainer_zr74k_422 ._filters_zr74k_422 ._hiddenSearch_zr74k_436{display:none;flex-grow:1;width:100%}._listContainer_zr74k_422 ._filters_zr74k_422._showInput_zr74k_441>div{display:none}._listContainer_zr74k_422 ._filters_zr74k_422._showInput_zr74k_441 ._hiddenSearch_zr74k_436{display:block}._listContainer_zr74k_422 ._filters_zr74k_422._showInput_zr74k_441 ._searchToggleButton_zr74k_447{display:none}._listContainer_zr74k_422 ._filters_zr74k_422 ._searchToggleButton_zr74k_447 svg{width:16px;height:16px;display:flex;align-items:center;justify-content:center}._listWrapper_zr74k_458{display:flex;min-height:400px;flex-direction:column}._listWrapper_zr74k_458 ._loadingContainer_zr74k_463{display:flex;justify-content:center;align-items:center;height:200px}._listWrapper_zr74k_458 ._loadingContainer_zr74k_463 img{width:100px;height:auto}[class~=ant-list]{flex-grow:1;display:flex;flex-direction:column}[class~=ant-spin-container]{flex:1;display:flex;flex-direction:column;justify-content:space-between}[class~=ant-list-pagination]{height:100px;padding-top:16px}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._opportunityCard_163cc_26{display:flex;padding:20px 20px 30px}._opportunityCard_163cc_26 ._container_163cc_30{flex-direction:column;display:flex;gap:11px}._opportunityCard_163cc_26 ._container_163cc_30 ._header_163cc_35{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._opportunityCard_163cc_26 ._container_163cc_30 ._identificator_163cc_41{display:flex;align-items:center;gap:8px}._opportunityCard_163cc_26 ._container_163cc_30 ._isFollowedIcon_163cc_46{cursor:pointer;color:#cdcdcd;font-size:24px;height:20px;width:19px;margin-right:5px}._opportunityCard_163cc_26 ._container_163cc_30 ._isFollowedIcon_163cc_46[class~=header] path{fill:#f3c65e}._opportunityCard_163cc_26 ._container_163cc_30 ._isFollowedIcon_163cc_46[class~=active] path{fill:#f3c65e}._opportunityCard_163cc_26 ._container_163cc_30 ._text_163cc_60{margin:0;color:#000;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:160%}._opportunityCard_163cc_26 ._container_163cc_30 ._descriptionText_163cc_69{font-weight:600!important;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._opportunityCard_163cc_26 ._container_163cc_30 ._unitText_163cc_77{display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}._opportunityCard_163cc_26 ._container_163cc_30 ._typePE_163cc_84{display:flex;flex-direction:row;align-items:flex-start;gap:8px;font-weight:400!important}._opportunityCard_163cc_26 ._container_163cc_30 ._typePE_163cc_84 [class~=ant-tag],._opportunityCard_163cc_26 ._container_163cc_30 ._typeColumn_163cc_96 [class~=ant-tag]{border-radius:4px;border-color:transparent;color:#fff}._opportunityCard_163cc_26 ._container_163cc_30 ._typeColumn_163cc_96._tender_163cc_101>[class~=ant-tag]{background-color:#ff7b57!important}._opportunityCard_163cc_26 ._container_163cc_30 ._typeColumn_163cc_96._agile_163cc_104>[class~=ant-tag]{background-color:#ae1bdb!important}._opportunityCard_163cc_26 ._container_163cc_30 ._typeColumn_163cc_96._agile_first_call_163cc_107>[class~=ant-tag]{background-color:#ae1bdb!important}._opportunityCard_163cc_26 ._container_163cc_30 ._typeColumn_163cc_96._agile_second_call_163cc_110>[class~=ant-tag]{background-color:#ae1bdb!important}._opportunityCard_163cc_26 ._container_163cc_30 ._typeColumn_163cc_96._purchase_163cc_113>[class~=ant-tag]{background-color:#d62121!important}._opportunityCard_163cc_26 ._container_163cc_30 ._typeColumn_163cc_96._quote_163cc_116>[class~=ant-tag]{background-color:#1873fb!important}._opportunityCard_163cc_26 ._container_163cc_30 ._typeColumn_163cc_96._marco_quote_163cc_119>[class~=ant-tag]{background-color:#2cb95d!important}._opportunityCard_163cc_26 ._container_163cc_30 ._typeColumn_163cc_96._marketQuery_163cc_122>[class~=ant-tag]{background-color:#6924ae!important}._opportunityCard_163cc_26 ._container_163cc_30 ._typeColumn_163cc_96._directPurchase_163cc_125>[class~=ant-tag]{background-color:#00c4cc!important}._selectContainer_yap99_1{display:flex;align-items:center}._selectContainer_yap99_1 ._select_yap99_1{display:flex;justify-content:space-between;align-items:center;height:36px}._title_133hg_1{font-size:24px;margin-bottom:30px}._subtitle_133hg_6{font-size:17px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left;margin-bottom:30px}._text_133hg_15{font-size:14px;font-weight:400;line-height:20px;letter-spacing:0em;text-align:left;margin-bottom:30px}._download_133hg_24{display:block;margin:auto auto 30px;padding:5px 12px;border:1px #F9523B solid;color:#f9523b;background-color:#fff;cursor:pointer}._downloadBloqued_133hg_35{display:block;margin:auto auto 30px;padding:5px 12px;border:1px gray solid;color:gray;background-color:#fff}._download_133hg_24:hover{background-color:#f9523b;color:#fff;transition:.2s}._acceptText_133hg_51{font-size:15px;font-weight:400;line-height:22px;letter-spacing:0em;text-align:left;color:#828282}._acceptText_133hg_51:hover{color:#000;text-decoration:underline;cursor:pointer}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._blTag_kv8sa_51{border:1px solid;border-radius:2px;background-color:#fff;font-family:Roboto!important;font-style:normal;font-weight:400;font-size:12px;padding:1px 8px;margin:0 5px 5px 0}._blTag_kv8sa_51._tag0_kv8sa_62{border-color:#722ed1;color:#722ed1}._blTag_kv8sa_51._tag1_kv8sa_66{border-color:#d21919;color:#d21919}._blTag_kv8sa_51._tag2_kv8sa_70{border-color:#2f54eb;color:#2f54eb}._blTag_kv8sa_51._tag3_kv8sa_74{border-color:#d71d9d;color:#d71d9d}._blTag_kv8sa_51._tag4_kv8sa_78{border-color:#177373;color:#177373}._blTag_kv8sa_51._tag5_kv8sa_82{border-color:#5e5a5a;color:#5e5a5a}._blTag_kv8sa_51._tag6_kv8sa_86{border-color:#078d53;color:#078d53}._blTag_kv8sa_51._tag7_kv8sa_90{border-color:#054d2a;color:#054d2a}._blTag_kv8sa_51._tag8_kv8sa_94{border-color:#010101;color:#010101}._blTag_kv8sa_51._tag9_kv8sa_98{border-color:#c21313;color:#c21313}._blTagContainer_kv8sa_103{display:flex;flex-direction:column}._secondaryButton_kv8sa_108{background:#f9523b!important;border:1px solid #F9523B!important}._secondaryButton_kv8sa_108:hover,._secondaryButton_kv8sa_108:focus{background:#d43a2f!important;border:1px solid #D43A2F!important}._secondaryButton_kv8sa_108:disabled{background:linear-gradient(0deg,var(--color-fill-disabled-fill, #F1F1F1) 0%,var(--color-fill-disabled-fill, #F1F1F1) 100%),var(--color-grey-grey-01, #B8B6B6)!important;border:1px solid var(--border-border-primary, #D9D9D9)!important;border-radius:2px!important;color:var(--color-text-disabled, #B8B8B8)!important}._primaryButtonOutlined_kv8sa_123{color:#29d1d4!important;border:1px solid #29D1D4!important}._primaryButtonOutlined_kv8sa_123:hover,._primaryButtonOutlined_kv8sa_123:focus{color:#29b1b4!important;border:1px solid #29B1B4!important}._primaryButtonOutlined_kv8sa_123:disabled{color:#cdcdcd!important;border:1px solid #CDCDCD!important}._history_kv8sa_136 svg{width:16px;height:16px}._mainContainer_kv8sa_141{height:90%}._menu_kv8sa_145{max-width:100%}._container_kv8sa_149{background-color:#fff;font-family:Roboto}._container_kv8sa_149 ._toolbarContainer_kv8sa_153 ._controls_kv8sa_153{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._container_kv8sa_149 ._toolbarContainer_kv8sa_153 ._controls_kv8sa_153 ._search_kv8sa_159{width:100%}._container_kv8sa_149 ._toolbarContainer_kv8sa_153 ._controls_kv8sa_153 ._leftControls_kv8sa_162{display:flex;align-items:flex-start}._container_kv8sa_149 ._toolbarContainer_kv8sa_153 ._controls_kv8sa_153 ._rightControls_kv8sa_166{display:flex;align-items:flex-end}._container_kv8sa_149 ._toolbarContainer_kv8sa_153 ._divider_kv8sa_170{margin-right:1rem;margin-left:1rem}._container_kv8sa_149 ._toolbarContainer_kv8sa_153 ._search_kv8sa_159{width:300px}._containerPrice_kv8sa_178{display:flex;flex-direction:column}._containerPrice_kv8sa_178 ._price_kv8sa_182{width:120px}._quoteStatusTag_kv8sa_186{width:Hug 84px;height:Hug 30px;padding:5px 15px;border-radius:2px;gap:11px}._quoteStatusTag_kv8sa_186._inProgress_kv8sa_193{background:#e1e7ff;color:#2f54eb;border-color:#e1e7ff}._quoteStatusTag_kv8sa_186._ready_kv8sa_198{background:#ffe2ee;color:#eb2f96;border-color:#ffe2ee}._quoteStatusTag_kv8sa_186._applied_kv8sa_203{background:#d3f2df;color:#048939;border-color:#d3f2df}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}@keyframes _slideUp_i9h4l_87{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}._footer_i9h4l_36{position:fixed;justify-content:space-between;bottom:50px;width:678px;max-width:calc(100vw - 60px);height:50px;z-index:2;display:flex;align-items:center;padding:10px 30px;box-shadow:0 2px 4px #0000001a;text-align:center;border-top:1px solid #D9D9D9;background:#fdfdfd;transition:transform .3s ease-out,opacity .3s ease-out;left:32%;transform:translate(-50%);border-radius:var(--Style-borderRadius, 6px);background:#f8f8f8;box-shadow:0 -3px 4.5px 2px #0000000f,0 2px 5.4px 3px #0000001a}._text_i9h4l_59{color:#00000073;text-align:center;font-family:Roboto;font-size:13px;font-style:normal;font-weight:400;line-height:24px}._flagAndLinkTender_i9h4l_70{cursor:pointer;display:flex;align-items:center}._flagAndLinkTender_i9h4l_70 ._icon_i9h4l_75{width:20px;height:20px;margin-right:5px}._flagAndLinkTender_i9h4l_70 ._icon_i9h4l_75 path{fill:gray}._flagAndLinkTender_i9h4l_70 ._icon_i9h4l_75[class~=active] path{fill:#ffcd1c}._footer_i9h4l_36._slideUp_i9h4l_87{animation:_slideUp_i9h4l_87 .3s ease-out forwards}._footer_i9h4l_36._slideDown_i9h4l_91{animation:_slideDown_i9h4l_91 .3s ease-out forwards}._icons_i9h4l_95{width:35px;height:35px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.2rem;border-radius:5px}._icons_i9h4l_95:hover{background-color:#cdcdcd}._iconsFilled_i9h4l_110{width:35px;height:35px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.2rem;border-radius:5px;color:#666}._iconsFilled_i9h4l_110:hover{background-color:#cdcdcd}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._icons_1obkp_26{width:35px;height:35px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.2rem;border-radius:5px}._icons_1obkp_26:hover{background-color:#cdcdcd}._tagsContainer_1obkp_41 [class~=ant-tag]{max-width:max-content;font-size:14px!important}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._icons_1y7wv_26{width:35px;height:35px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.2rem;border-radius:5px}._icons_1y7wv_26:hover{background-color:#cdcdcd}._shareModalMembers_1y7wv_41 [class~=ant-modal-body]{width:90%}._shareModalMembers_1y7wv_41 [class~=ant-modal-body] [class~=ant-checkbox-wrapper]{margin:.3rem 0}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._containerButtons_18rkr_26{display:flex;flex-direction:column;gap:10px}._modalAssignContact_18rkr_32 [class~=ant-modal-content]{border-radius:8px}._modalAssignContact_18rkr_32 [class~=ant-modal-content] [class~=ant-space-vertical]{max-height:280px;overflow-y:auto}._modalAssignContact_18rkr_32 [class~=ant-modal-content] [class~=ant-modal-footer]{display:flex;justify-content:space-between}._modalAssignContact_18rkr_32 ._searchMember_18rkr_43{width:100%;min-width:400px}._modalAssignContact_18rkr_32 ._containerButtons_18rkr_26{display:flex;gap:8px;flex-direction:row}._modalAssignContact_18rkr_32 ._icons_18rkr_52{width:35px;height:35px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.2rem;border-radius:5px}._modalAssignContact_18rkr_32 ._icons_18rkr_52:hover{background-color:#cdcdcd}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._modal_1xalp_26 ._explainText_1xalp_26{font-weight:500;font-size:18px;color:#666}._modal_1xalp_26 ._inputLabel_1xalp_31{font-weight:500;font-size:14px;color:#666}._modal_1xalp_26 ._actionButtons_1xalp_36 button{font-size:18px!important;height:35px;min-width:150px;padding:5px 20px;border-radius:25px!important;align-items:center;display:flex;justify-content:center}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._container_3lhr3_26 [class~=ant-card-body]{padding:30px!important}._container_3lhr3_26 ._tenderId_3lhr3_29{display:flex;align-items:center;font-size:18px;font-weight:500}._container_3lhr3_26 ._tenderId_3lhr3_29 svg{color:#f3c65e}._container_3lhr3_26 ._tenderId_3lhr3_29 a{color:#29d1d4;font-weight:500!important}._container_3lhr3_26 ._tenderId_3lhr3_29 ._iconImportant_3lhr3_42,._container_3lhr3_26 ._tenderId_3lhr3_29 ._iconImportant_3lhr3_42 path{fill:gold;margin-right:5px;width:20px}._container_3lhr3_26 ._tenderId_3lhr3_29 ._inherit_3lhr3_48,._container_3lhr3_26 ._tenderId_3lhr3_29 ._inherit_3lhr3_48 path{fill:inherit;margin-right:5px;width:20px}._container_3lhr3_26 ._controlsButton_3lhr3_54{cursor:pointer;font-size:14px;font-weight:500;height:100%;padding:0 10px;color:#666!important}._container_3lhr3_26 ._controlsButton_3lhr3_54 svg{color:#666!important;font-size:24px;height:24px;width:24px}._container_3lhr3_26 ._controlsButton_3lhr3_54:hover{background-color:#ebebeb}._container_3lhr3_26 ._header_3lhr3_71{font-weight:700;font-size:14px;color:#666}._container_3lhr3_26 ._date_3lhr3_76{font-size:16px}._container_3lhr3_26 ._text_3lhr3_79{font-size:14px}._container_3lhr3_26 ._descriptionBox_3lhr3_82{border:1px solid rgba(104,222,225,.4);border-radius:2px;width:calc(50% - 15px);min-height:231px;padding:30px}._container_3lhr3_26 ._descriptionBox_3lhr3_82 ._tenderName_3lhr3_89{color:#29b1b4;font-size:18px!important;font-weight:700}._container_3lhr3_26 ._descriptionBox_3lhr3_82 ._tenderDescription_3lhr3_94{color:#333;font-size:16px!important}._container_3lhr3_26 ._descriptionBox_3lhr3_82 ._tenderAmount_3lhr3_98{display:flex;align-items:center}._container_3lhr3_26 ._descriptionBox_3lhr3_82 ._tenderAmount_3lhr3_98 span{color:#666;font-size:14px;font-weight:500}._container_3lhr3_26 ._descriptionBox_3lhr3_82 ._tenderAmount_3lhr3_98 [class~=amount]{color:#29b1b4;font-size:24px}._container_3lhr3_26 ._tenderData_3lhr3_111{padding-top:30px;width:calc(50% - 15px)}._container_3lhr3_26 ._tenderData_3lhr3_111 [class~=ant-col-xs-12][class~=leftCol]{padding-right:15px}._container_3lhr3_26 ._tenderData_3lhr3_111 [class~=ant-col-xs-12][class~=rightCol]{padding-left:15px}._container_3lhr3_26 ._tenderData_3lhr3_111 ._date_3lhr3_76{font-size:18px!important}._container_3lhr3_26 ._divider_3lhr3_124{border-width:2px;border-color:#ebebeb}._container_3lhr3_26 ._tenderDates_3lhr3_128{justify-content:space-around}._container_3lhr3_26 ._tenderDates_3lhr3_128 ._editButton_3lhr3_131 svg{width:20px!important;height:20px!important}._container_3lhr3_26 ._tenderDates_3lhr3_128 ._editButton_3lhr3_131[class~=active]{background-color:#f0fafa!important}._container_3lhr3_26 ._tenderDates_3lhr3_128 ._editButton_3lhr3_131[class~=active] svg{color:#29d1d4}._container_3lhr3_26 ._items_3lhr3_141 ._title_3lhr3_141{font-size:18px;font-weight:500}._container_3lhr3_26 ._items_3lhr3_141 [class~=ant-table-content]{max-height:calc(100vh - 370px);overflow-y:auto;border:solid 1px #CDCDCD}._container_3lhr3_26 ._items_3lhr3_141 table{table-layout:fixed!important}._container_3lhr3_26 ._items_3lhr3_141 table td{background:none!important;padding:10px;border-bottom:solid 1px #CDCDCD}._container_3lhr3_26 ._items_3lhr3_141 table th{position:sticky;top:0;z-index:5;background-color:#f7f7f7!important;border-top:solid 1px #CDCDCD}._container_3lhr3_26 ._items_3lhr3_141 table td:first-child,._container_3lhr3_26 ._items_3lhr3_141 table th:first-child{padding-left:30px}._container_3lhr3_26 ._items_3lhr3_141 table td:last-child,._container_3lhr3_26 ._items_3lhr3_141 table th:last-child{padding-right:30px}._container_3lhr3_26 ._items_3lhr3_141 table tr{background-color:#fff!important}._container_3lhr3_26 ._items_3lhr3_141 table tr>th{background-color:#fafafa!important}._container_3lhr3_26 ._items_3lhr3_141 table tr:nth-child(2n){background-color:#f7f7f7!important}._container_3lhr3_26 ._items_3lhr3_141 table ._amountInputContainer_3lhr3_182 [class~=ant-input-affix-wrapper]{height:30px;font-size:16px}._container_3lhr3_26 ._items_3lhr3_141 table ._amountInputContainer_3lhr3_182 [class~=ant-input-affix-wrapper] [class~=ant-input-prefix]{margin-left:5px;margin-right:20px;color:#cdcdcd}._container_3lhr3_26 ._items_3lhr3_141 table ._amountInputContainer_3lhr3_182 svg{transition:color .2s ease;color:#cdcdcd}._container_3lhr3_26 ._items_3lhr3_141 table ._amountInputContainer_3lhr3_182 svg[class~=active]{color:#f45432!important}._container_3lhr3_26 ._btnPostulation_3lhr3_198{display:flex;align-items:center;justify-content:center}._container_3lhr3_26 ._btnPostulation_3lhr3_198 ._controlButtonFlagActive_3lhr3_203,._container_3lhr3_26 ._btnPostulation_3lhr3_198 ._controlButtonFlagActive_3lhr3_203 path{fill:#f45432}._container_3lhr3_26 ._btnPostulation_3lhr3_198 ._controlButtonFlag_3lhr3_203,._container_3lhr3_26 ._btnPostulation_3lhr3_198 ._controlButtonFlag_3lhr3_203 path{fill:inherit}._lightSpanText_3lhr3_212{color:#999;font-size:14px}._opportunityTitle_qg7kx_1{margin-bottom:36px}._opportunityTitle_qg7kx_1 [class~=ant-collapse-header]{width:max-content;padding-top:0!important;padding-bottom:0!important;padding-right:40px}._opportunityTitle_qg7kx_1 [class~=ant-collapse-borderless] [class~=ant-collapse-item] [class~=ant-collapse-header]{padding-left:0!important}._opportunityTitle_qg7kx_1 [class~=ant-collapse-content-box]{padding:0!important}._opportunityTitle_qg7kx_1 ._flagAndLinkTender_qg7kx_17{display:flex;align-items:center}._opportunityTitle_qg7kx_1 ._flagAndLinkTender_qg7kx_17 ._iconImportant_qg7kx_21{margin-right:5px;width:20px;height:19px}._opportunityTitle_qg7kx_1 ._flagAndLinkTender_qg7kx_17 ._iconImportant_qg7kx_21 path{fill:gray}._opportunityTitle_qg7kx_1 ._flagAndLinkTender_qg7kx_17 ._iconImportant_qg7kx_21[class~=active] path{fill:#ffcd1c}._opportunityTitle_qg7kx_1 ._code_qg7kx_32{color:var(--character-title-85, rgba(0, 0, 0, .85));font-family:Lato;font-size:22px;font-style:normal;font-weight:700;line-height:32px;border:none;background:none;padding-right:11px}._opportunityTitle_qg7kx_1 ._organismName_qg7kx_43{color:#4f4f4f;font-family:Lato;font-size:16px;font-style:normal;font-weight:400;line-height:30px;letter-spacing:.8px;margin:0}._opportunityTitle_qg7kx_1 ._name_qg7kx_53{color:var(--character-title-85, rgba(0, 0, 0, .85));font-family:Lato;font-size:24px;font-weight:600;line-height:24px;margin:0}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._blTag_1jo8h_51{border:1px solid;border-radius:2px;background-color:#fff;font-family:Roboto!important;font-style:normal;font-weight:400;font-size:12px;padding:1px 8px;margin:0 5px 5px 0}._blTag_1jo8h_51._tag0_1jo8h_62{border-color:#722ed1;color:#722ed1}._blTag_1jo8h_51._tag1_1jo8h_66{border-color:#d21919;color:#d21919}._blTag_1jo8h_51._tag2_1jo8h_70{border-color:#2f54eb;color:#2f54eb}._blTag_1jo8h_51._tag3_1jo8h_74{border-color:#d71d9d;color:#d71d9d}._blTag_1jo8h_51._tag4_1jo8h_78{border-color:#177373;color:#177373}._blTag_1jo8h_51._tag5_1jo8h_82{border-color:#5e5a5a;color:#5e5a5a}._blTag_1jo8h_51._tag6_1jo8h_86{border-color:#078d53;color:#078d53}._blTag_1jo8h_51._tag7_1jo8h_90{border-color:#054d2a;color:#054d2a}._blTag_1jo8h_51._tag8_1jo8h_94{border-color:#010101;color:#010101}._blTag_1jo8h_51._tag9_1jo8h_98{border-color:#c21313;color:#c21313}._blTagContainer_1jo8h_103{display:flex;flex-direction:column}._h3_1jo8h_108{margin-top:3rem;margin-bottom:1rem!important;font-family:Lato;font-weight:900!important;font-size:24px;color:#4f4f5f!important}._inputStyleName_1jo8h_117{width:65%!important;height:38px!important}._container_1jo8h_122 ._cardAgile_1jo8h_122{padding:3rem;margin-top:1rem;border-top-left-radius:20px;border-top-right-radius:20px}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._agileCodeIdLink_1jo8h_128{color:#333;font-size:1.2rem;font-weight:700;border:none;background:#fff;cursor:pointer}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._titleOrganism_1jo8h_136{margin-bottom:.5rem;font-size:1rem;color:#666}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._title_1jo8h_136{font-size:24px;color:#4f4f5f;font-weight:700;margin-top:3rem;margin-bottom:2rem}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._buttonsAndDescription_1jo8h_148 ._containerDescription_1jo8h_148{width:100%}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._paragraphBold_1jo8h_151{margin-bottom:.5rem;font-weight:700;color:#333;font-size:1.3rem}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._paragraphNormal_1jo8h_157{font-size:1.1rem}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._rightButtonsAndIcons_1jo8h_160{display:flex;flex-direction:column;align-items:flex-end;margin:auto;margin-top:1rem;margin-bottom:0rem}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._rightButtonsAndIcons_1jo8h_160 ._containerIcons_1jo8h_168{display:flex;flex-direction:row;justify-content:space-between;width:280px;margin:1rem 2rem 0rem}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._rightButtonsAndIcons_1jo8h_160 ._containerIcons_1jo8h_168 ._icons_1jo8h_175{width:35px;height:35px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.2rem;border-radius:5px}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._rightButtonsAndIcons_1jo8h_160 ._containerIcons_1jo8h_168 ._icons_1jo8h_175 ._controlButtonFlag_1jo8h_185{color:#000}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._rightButtonsAndIcons_1jo8h_160 ._containerIcons_1jo8h_168 ._icons_1jo8h_175 ._controlButtonFlagActive_1jo8h_188{color:#f45432}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._rightButtonsAndIcons_1jo8h_160 ._containerIcons_1jo8h_168 ._icons_1jo8h_175:hover{background-color:#cdcdcd}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._rightButtonsAndIcons_1jo8h_160 ._containerBtbTag_1jo8h_194{display:flex;justify-content:center;gap:8px}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._wrapperResponsible_1jo8h_199{display:flex;justify-content:end;margin-top:3rem}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._wrapperResponsible_1jo8h_199 ._responsibleTenderContainer_1jo8h_204{display:flex;flex-direction:column;width:630px;margin-top:1rem;padding:.5rem .5rem .5rem 3rem}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._wrapperResponsible_1jo8h_199 ._responsibleTenderContainer_1jo8h_204 ._infoTenderContainer_1jo8h_212{display:flex;justify-content:space-between;width:100%}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._wrapperResponsible_1jo8h_199 ._responsibleTenderContainer_1jo8h_204 ._infoTenderContainer_1jo8h_212 :nth-child(n){max-width:315px}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._wrapperResponsible_1jo8h_199 ._responsibleTenderContainer_1jo8h_204 ._infoTenderContainer_1jo8h_212 :nth-child(n+1){max-width:315px}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._wrapperResponsible_1jo8h_199 ._responsibleTenderContainer_1jo8h_204 ._infoTenderContainer_1jo8h_212 :nth-child(n+1) p{width:220px}._container_1jo8h_122 ._containerDescription_1jo8h_148{min-height:150px;border:1px solid #CDCDCD;border-radius:.5rem;margin-top:4rem;margin-bottom:3rem;padding:1.5rem;color:#666}._container_1jo8h_122 ._containerDescription_1jo8h_148 ._tenderDescription_1jo8h_235{text-align:justify;font-size:1.2rem}._container_1jo8h_122 ._containerDescription_1jo8h_148 ._price_1jo8h_239{font-size:1.4rem}._enviarASeguimientoBtn_1jo8h_243{width:164px;height:35px;padding:_;border:none;border-radius:20px;background-color:#fafafa;color:#666;cursor:pointer;border:1px solid #999999;font-family:Lato}._enviarASeguimientoBtn_1jo8h_243:hover{opacity:.8}._enviarASeguimientoBtn_1jo8h_243:hover{background-color:#999;color:#fafafa}._btnTags_1jo8h_264{width:350px;height:35px;padding:_;border:none;border-radius:20px;background-color:#fff;color:#666;cursor:pointer;border:1px solid #999999;margin-bottom:1rem}._btnTags_1jo8h_264:hover{opacity:.8}._btnAssingContact_1jo8h_280{width:350px;height:35px;padding:_;border:none;border-radius:20px;background-color:#fff;color:#666;cursor:pointer;border:1px solid #999999;margin-bottom:1rem}._btnAssingContact_1jo8h_280{width:350px;height:35px;padding:_;border:none;border-radius:20px;background-color:#f9523b;color:#fff;cursor:pointer}._btnAssingContact_1jo8h_280:hover{opacity:.8}._quoteViewCard_1jo8h_314{border:none}._appTitle_1jo8h_318{font-size:16px!important;color:#4f4f5f!important;font-weight:800!important}@media screen and (min-width: 1280px) and (max-width: 1920px){._responsibleTenderContainer_1jo8h_204{width:85%}}@media screen and (min-width: 768px) and (max-width: 1280px){._container_1jo8h_122 ._cardAgile_1jo8h_122{padding:1.5rem}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._titleOrganism_1jo8h_136{margin-bottom:.5rem}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._paragraphBold_1jo8h_151{font-size:1.1rem}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._paragraphNormal_1jo8h_157{font-size:.9rem}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._containerDescription_1jo8h_148{width:100%}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._containerDescription_1jo8h_148 ._tenderDescription_1jo8h_235{font-size:1rem}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._containerDescription_1jo8h_148 ._price_1jo8h_239{font-size:1.2rem}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._rightButtonsAndIcons_1jo8h_160{padding-right:1.5rem}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._wrapperResponsible_1jo8h_199{justify-content:center}._container_1jo8h_122 ._cardAgile_1jo8h_122 ._wrapperResponsible_1jo8h_199 ._responsibleTenderContainer_1jo8h_204{width:850px}}._filterSection_1jo8h_361{display:flex;justify-content:space-between;align-items:center;margin-top:1rem!important;margin-bottom:4rem!important}._filterSection_1jo8h_361>div{display:flex;align-items:center;gap:12px}._filterSection_1jo8h_361>div ._filterOut_1jo8h_373{display:flex}._filterSection_1jo8h_361 ._search_1jo8h_376{width:326px}._actionDiv_1jo8h_380{display:flex;align-items:center;flex-direction:column}._actionDiv_1jo8h_380 p{margin:0}._actionDiv_1jo8h_380 svg{width:35px;height:35px}@media screen and (min-width: 768px) and (max-width: 1190px){._container_1jo8h_122 ._cardAgile_1jo8h_122 ._rightButtonsAndIcons_1jo8h_160{align-items:center}}._dayFormat_tcxnl_1{font-family:Roboto!important;font-size:22px!important;font-weight:700!important;line-height:26px!important;letter-spacing:0em!important}._dayHeader_tcxnl_9{display:flex;justify-content:space-between!important;align-items:center!important}._dateDetails2_tcxnl_15{font-family:Inter!important;font-size:12px!important;font-weight:100!important}._message_tcxnl_21{font-size:15px;font-weight:300!important;line-height:22px!important;letter-spacing:0em!important}._messageBold_tcxnl_28{font-size:15px!important;font-weight:700!important;line-height:22px!important;letter-spacing:0em!important}._actionDiv_tcxnl_35{padding:10px;border-top:1px solid #E0E0E0}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._blTag_9cycx_51{border:1px solid;border-radius:2px;background-color:#fff;font-family:Roboto!important;font-style:normal;font-weight:400;font-size:12px;padding:1px 8px;margin:0 5px 5px 0}._blTag_9cycx_51._tag0_9cycx_62{border-color:#722ed1;color:#722ed1}._blTag_9cycx_51._tag1_9cycx_66{border-color:#d21919;color:#d21919}._blTag_9cycx_51._tag2_9cycx_70{border-color:#2f54eb;color:#2f54eb}._blTag_9cycx_51._tag3_9cycx_74{border-color:#d71d9d;color:#d71d9d}._blTag_9cycx_51._tag4_9cycx_78{border-color:#177373;color:#177373}._blTag_9cycx_51._tag5_9cycx_82{border-color:#5e5a5a;color:#5e5a5a}._blTag_9cycx_51._tag6_9cycx_86{border-color:#078d53;color:#078d53}._blTag_9cycx_51._tag7_9cycx_90{border-color:#054d2a;color:#054d2a}._blTag_9cycx_51._tag8_9cycx_94{border-color:#010101;color:#010101}._blTag_9cycx_51._tag9_9cycx_98{border-color:#c21313;color:#c21313}._blTagContainer_9cycx_103{display:flex;flex-direction:column}._secondaryButton_9cycx_108{background:#f9523b!important;border:1px solid #F9523B!important}._secondaryButton_9cycx_108:hover,._secondaryButton_9cycx_108:focus{background:#d43a2f!important;border:1px solid #D43A2F!important}._secondaryButton_9cycx_108:disabled{background:linear-gradient(0deg,var(--color-fill-disabled-fill, #F1F1F1) 0%,var(--color-fill-disabled-fill, #F1F1F1) 100%),var(--color-grey-grey-01, #B8B6B6)!important;border:1px solid var(--border-border-primary, #D9D9D9)!important;border-radius:2px!important;color:var(--color-text-disabled, #B8B8B8)!important}._primaryButtonOutlined_9cycx_123{color:#29d1d4!important;border:1px solid #29D1D4!important}._primaryButtonOutlined_9cycx_123:hover,._primaryButtonOutlined_9cycx_123:focus{color:#29b1b4!important;border:1px solid #29B1B4!important}._primaryButtonOutlined_9cycx_123:disabled{color:#cdcdcd!important;border:1px solid #CDCDCD!important}._container_9cycx_136 [class~=ant-menu-horizontal]{padding:6px 0 0;border-bottom:1px solid rgba(0,0,0,.06)}._container_9cycx_136 ._containerSwitch_9cycx_140{display:flex;justify-content:center}._container_9cycx_136 [class~=ant-dropdown-menu-title-content],._container_9cycx_136 [class~=ant-checkbox-wrapper]{width:100%}._container_9cycx_136 ._description_9cycx_148{max-height:max-content;min-height:2em}._container_9cycx_136 ._containerPrice_9cycx_152{display:flex;flex-direction:column}._container_9cycx_136 ._containerPrice_9cycx_152 ._price_9cycx_156{width:120px}._container_9cycx_136 ._container_9cycx_136{background-color:#fff;padding:1.4rem 1.5rem!important;font-family:Roboto}._container_9cycx_136 ._container_9cycx_136 ._toolbarContainer_9cycx_164 ._controls_9cycx_164{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:10px}._container_9cycx_136 ._container_9cycx_136 ._toolbarContainer_9cycx_164 ._controls_9cycx_164 ._leftControls_9cycx_172{display:flex;align-items:flex-start}._container_9cycx_136 ._container_9cycx_136 ._toolbarContainer_9cycx_164 ._controls_9cycx_164 ._search_9cycx_176{width:280px}._container_9cycx_136 ._container_9cycx_136 ._toolbarContainer_9cycx_164 ._controls_9cycx_164 ._rightControls_9cycx_179{display:flex;align-items:flex-end}._container_9cycx_136 ._container_9cycx_136 ._toolbarContainer_9cycx_164 ._controls_9cycx_164 ._buttonDelete_9cycx_183{height:36px}._container_9cycx_136 ._container_9cycx_136 ._toolbarContainer_9cycx_164 ._controls_9cycx_164 ._buttonDelete_9cycx_183 span svg{width:20px;height:20px;fill:#4f4f5f}._container_9cycx_136 ._container_9cycx_136 ._toolbarContainer_9cycx_164 ._controls_9cycx_164 ._buttonClear_9cycx_191{display:flex;align-items:center;justify-content:center;height:36px}._container_9cycx_136 ._container_9cycx_136 ._toolbarContainer_9cycx_164 ._controls_9cycx_164 ._buttonClear_9cycx_191 svg{width:22px;height:22px;fill:#4f4f5f}._container_9cycx_136 ._container_9cycx_136 ._toolbarContainer_9cycx_164 ._divider_9cycx_202{margin-right:1rem;margin-left:1rem}._container_9cycx_136 ._selectDiscarded_9cycx_206 [class~=ant-select-selector]{background:#eee!important;border:none!important}._container_9cycx_136 ._selectDiscarded_9cycx_206 [class~=ant-select-selection-item]{color:#324152;font-family:Roboto;font-size:12px;font-style:normal;font-weight:500;line-height:20px}._container_9cycx_136 ._containerTag_9cycx_218{display:flex;justify-content:center;text-align:center}._container_9cycx_136 ._containerTag_9cycx_218 ._quoteStatusTag_9cycx_223{padding:5px 15px;border-radius:2px;gap:11px;font-family:Roboto;font-size:12px;font-style:normal;font-weight:500;line-height:20px}._container_9cycx_136 ._containerTag_9cycx_218 ._quoteStatusTag_9cycx_223._inProgress_9cycx_233{background:#e1e7ff;color:#2f54eb;border-color:#e1e7ff}._container_9cycx_136 ._containerTag_9cycx_218 ._quoteStatusTag_9cycx_223._ready_9cycx_238{background:#ffe2ee;color:#eb2f96;border-color:#ffe2ee}._container_9cycx_136 ._containerTag_9cycx_218 ._quoteStatusTag_9cycx_223._applied_9cycx_243{background:#def7e8;color:#2a5733;border-color:#def7e8;display:flex;align-items:center;justify-content:center;max-width:max-content}._container_9cycx_136 ._containerTag_9cycx_218 ._quoteStatusTag_9cycx_223._notStarted_9cycx_252{background:#fef7dd;color:#52380f;border-color:#fef7dd}._container_9cycx_136 ._notifyModal_9cycx_257{font-family:Roboto;font-weight:400;line-height:24px;letter-spacing:0em}._container_9cycx_136 ._notifyModal_9cycx_257 ._membersSelector_9cycx_263{margin-bottom:2em}._container_9cycx_136 ._notifyModal_9cycx_257 ._content_9cycx_266{margin:1em;padding:1em;border-radius:5px;border:1px;gap:46px;border:1px solid #D9D9D9}._container_9cycx_136 ._tableQuote_9cycx_274 [class~=ant-table] td,._container_9cycx_136 ._tableQuote_9cycx_274 [class~=ant-table] th{border:.3px solid #D1D1D1}._container_9cycx_136 [class~=ant-table]{border-right:.3px solid #D1D1D1}._container_9cycx_136 ._postulated_9cycx_281{background-color:#d3f2df;border-color:#d3f2df;color:#2a5733}._container_9cycx_136 ._awarded_9cycx_286{border-color:transparent;background-color:#4caf50;color:#fff}._container_9cycx_136 ._rejected_9cycx_291{border-color:transparent;background:#ff9800;color:#fff}._container_9cycx_136 ._accepted_9cycx_296{border-color:transparent;background:#61cc35;color:#fff}._container_9cycx_136 ._lost_9cycx_301{border-color:transparent;background:#f44336;color:#fff}._floatButton_9cycx_307,._floatButton_9cycx_307:hover{background-color:#fff}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._modalContainer_1aizz_1 [class~=ant-modal-footer]{border-top:none}._container_1aizz_5{display:flex;align-items:flex-start;gap:16px}._red_1aizz_11{color:#ff4d4f}._yellow_1aizz_15{color:#ffc53d}._title_1aizz_19{font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin:0}._content_1aizz_28{font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:22px}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._modalContainer_1pq6r_26 [class~=ant-modal-content]{border-radius:8px;padding:12px 5px}._containerComments_1pq6r_31{width:100%;margin-top:8rem}._containerComments_1pq6r_31 ._containertitleAndBtn_1pq6r_35{display:flex;justify-content:space-between}._containerComments_1pq6r_31 ._containertitleAndBtn_1pq6r_35 ._title_1pq6r_39{font-size:24px;color:#4f4f5f;font-weight:700;margin-bottom:2rem}._containerComments_1pq6r_31 ._containertitleAndBtn_1pq6r_35 ._addCommentBtn_1pq6r_45{background-color:#f9523b;color:#fff;width:180px;height:38px;padding:0;border:none;border-radius:20px;margin-right:10px;cursor:pointer}._containerComments_1pq6r_31 ._containertitleAndBtn_1pq6r_35 ._addCommentBtn_1pq6r_45:hover{opacity:.8}._containerComments_1pq6r_31 ._containerInput_1pq6r_59{position:relative}._containerComments_1pq6r_31 ._containerInput_1pq6r_59 ._inputComment_1pq6r_62{border-radius:8px;height:40px}._containerComments_1pq6r_31 ._containerInput_1pq6r_59 ._inputComment_1pq6r_62:hover,._containerComments_1pq6r_31 ._containerInput_1pq6r_59 ._inputComment_1pq6r_62:focus{border-color:#f9523b!important}._containerComments_1pq6r_31 ._containerInput_1pq6r_59 ._btnEnviar_1pq6r_70{position:absolute;top:8px;right:40px;border:none;color:#f9523b;background-color:transparent;font-size:1rem;font-family:Lato;font-weight:600;cursor:pointer}._containerComments_1pq6r_31 ._list_1pq6r_82{border-radius:8px;color:#4f4f4f}._containerComments_1pq6r_31 ._list_1pq6r_82 [class~=ant-list-item-meta-title]{font-size:1.2rem}._containerComments_1pq6r_31 ._iconMoreOutlined_1pq6r_89{font-size:2rem;color:#4f4f5f}._optionMenuItem_1pq6r_94{align-items:center;display:flex;font-size:12px;justify-content:center;gap:5px}._optionMenuItem_1pq6r_94 svg{height:17px}._optionMenuItem_1pq6r_94._delete_1pq6r_106{color:#f9523b}._editFormControl_1pq6r_110{margin-top:20px}._editFormControl_1pq6r_110 label span{color:#f9523b}._editFormControl_1pq6r_110 input{margin-top:10px}._exclamation_1pq6r_120{color:#f9523b}@media screen and (min-width: 768px) and (max-width: 1280px){._containerComments_1pq6r_31 ._containerInput_1pq6r_59 ._btnEnviar_1pq6r_70{font-size:.9rem}._containerComments_1pq6r_31 ._list_1pq6r_82 [class~=ant-list-item-meta-title]{font-size:1rem}}._h3_1cwdu_1{margin-top:1rem;margin-bottom:2rem;font-family:Lato;font-weight:900!important;font-size:24px;color:#4f4f5f}._row_1cwdu_10{flex-direction:column}._span_1cwdu_14{margin-right:5rem;font-family:Lato;font-weight:700!important;font-size:1.2rem;color:#4f4f5f}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._container_nx2jg_51 ._help_nx2jg_51{margin-left:1rem;margin-bottom:.5rem;display:flex;align-items:center}._container_nx2jg_51 ._help_nx2jg_51 a{display:flex;align-items:center;color:#999!important;margin-right:10px;width:fit-content;font-size:14px!important}._container_nx2jg_51 ._help_nx2jg_51 a svg{margin-right:1px;height:14px;color:#999!important}._container_nx2jg_51 ._help_nx2jg_51 a:hover svg,._container_nx2jg_51 ._help_nx2jg_51 a:hover span{color:#333!important}._container_nx2jg_51 ._titleDetail_nx2jg_74{margin-top:2rem;margin-left:1.2rem}._container_nx2jg_51 ._cardContainerTender_nx2jg_78{padding:3rem;margin-top:1rem;border-top-left-radius:20px;border-top-right-radius:20px}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._flagAndLinkTender_nx2jg_84{display:flex;align-items:center}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._flagAndLinkTender_nx2jg_84 ._iconImportant_nx2jg_88{margin-right:5px;width:20px;height:19px}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._flagAndLinkTender_nx2jg_84 ._iconImportant_nx2jg_88[class~=active] path{fill:#ffcd1c}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._titleOrganism_nx2jg_96{margin-bottom:.5rem;font-size:1rem;color:#666}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._tenderIdLink_nx2jg_101{color:#333;font-size:1.2rem}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._titleAndTenderStatus_nx2jg_105{display:flex;flex-direction:row;max-width:650px;gap:1rem}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._titleAndTenderStatus_nx2jg_105 ._titleTenderName_nx2jg_111{margin-bottom:2rem;font-size:1.6rem}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._containerDescription_nx2jg_115{min-height:150px;border:1px solid #CDCDCD;border-radius:.5rem;margin-top:4rem;margin-bottom:3rem;padding:1.5rem;color:#666}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._containerDescription_nx2jg_115 ._tenderDescription_nx2jg_124{text-align:justify;font-size:1.2rem}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._containerDescription_nx2jg_115 ._price_nx2jg_128{font-size:1.4rem}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._paragraphBold_nx2jg_131{margin-bottom:.5rem;font-weight:700;color:#333;font-size:1.3rem}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._paragraphNormal_nx2jg_137{font-size:1.1rem}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._rightButtonsAndIcons_nx2jg_140{display:flex;flex-direction:column;align-items:end;padding-right:3.3rem;margin:auto;margin-top:1rem;margin-bottom:0rem}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._rightButtonsAndIcons_nx2jg_140 ._containerBtbTag_nx2jg_149{display:flex;justify-content:center;align-items:center;gap:8px}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._rightButtonsAndIcons_nx2jg_140 ._containerBtbTag_nx2jg_149 ._circle_nx2jg_155{width:10px;height:10px;border-radius:50%}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._wrapperResponsible_nx2jg_160{display:flex;justify-content:end;margin-top:3rem}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._wrapperResponsible_nx2jg_160 ._responsibleTenderContainer_nx2jg_165{display:flex;flex-direction:column;align-items:end;margin-top:1rem;padding-left:4rem;width:630px}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._wrapperResponsible_nx2jg_160 ._responsibleTenderContainer_nx2jg_165 :nth-child(n){align-self:start}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._wrapperResponsible_nx2jg_160 ._responsibleTenderContainer_nx2jg_165 ._infoTenderContainer_nx2jg_176{display:flex;justify-content:space-between;width:100%}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._wrapperResponsible_nx2jg_160 ._responsibleTenderContainer_nx2jg_165 ._infoTenderContainer_nx2jg_176 :nth-child(n){max-width:315px}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._wrapperResponsible_nx2jg_160 ._responsibleTenderContainer_nx2jg_165 ._infoTenderContainer_nx2jg_176 :nth-child(n+1){max-width:315px}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._wrapperResponsible_nx2jg_160 ._responsibleTenderContainer_nx2jg_165 ._infoTenderContainer_nx2jg_176 :nth-child(n+1) p{width:220px}._container_nx2jg_51 ._analyzeButton_nx2jg_190{width:164px;height:35px;padding:_;border:none;border-radius:20px;background-color:#f9523b;color:#fff;cursor:pointer;margin-right:10px;font-family:Lato}._container_nx2jg_51 ._analyzeButton_nx2jg_190:hover{opacity:.8}._container_nx2jg_51 ._enviarASeguimientoBtn_nx2jg_205{width:164px;height:35px;padding:_;border:none;border-radius:20px;background-color:#fafafa;color:#666;cursor:pointer;border:1px solid #999999;font-family:Lato}._container_nx2jg_51 ._enviarASeguimientoBtn_nx2jg_205:hover{opacity:.8}._container_nx2jg_51 ._enviarASeguimientoBtn_nx2jg_205:hover{background-color:#999;color:#fafafa}._container_nx2jg_51 ._btnTags_nx2jg_224{width:350px;height:35px;padding:_;border:none;border-radius:20px;background-color:#fff;color:#666;cursor:pointer;border:1px solid #999999;margin-bottom:1rem}._container_nx2jg_51 ._btnTags_nx2jg_224:hover{opacity:.8}._container_nx2jg_51 ._btnAssingContact_nx2jg_239{width:350px;height:35px;padding:_;border:none;border-radius:20px;background-color:#f9523b;color:#fff;cursor:pointer}._container_nx2jg_51 ._btnAssingContact_nx2jg_239:hover{opacity:.8}._container_nx2jg_51 ._containerIcons_nx2jg_255{display:flex;flex-direction:row;justify-content:space-between;width:280px;margin:1rem 2rem 0rem}._container_nx2jg_51 ._containerIcons_nx2jg_255 ._icons_nx2jg_262{width:35px;height:35px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.2rem;border-radius:5px}._container_nx2jg_51 ._containerIcons_nx2jg_255 ._icons_nx2jg_262 ._controlButtonFlag_nx2jg_272{color:#000}._container_nx2jg_51 ._containerIcons_nx2jg_255 ._icons_nx2jg_262 ._controlButtonFlagActive_nx2jg_275{color:#f45432}._container_nx2jg_51 ._containerIcons_nx2jg_255 ._icons_nx2jg_262:hover{background-color:#cdcdcd}._container_nx2jg_51 ._row_nx2jg_281{flex-direction:column}._container_nx2jg_51 ._h3_nx2jg_284{margin-top:1.5rem;margin-bottom:.1em;font-family:Lato;font-weight:900!important;font-size:24px;color:#4f4f5f}._container_nx2jg_51 ._guaranteeText_nx2jg_292{font-family:Lato;font-weight:700!important;font-size:1.2rem;color:#4f4f5f}._container_nx2jg_51 ._beneficiary_nx2jg_298{font-size:14px;margin-bottom:2rem}._container_nx2jg_51 ._datesContainer_nx2jg_302{font-size:1.1rem}._container_nx2jg_51 ._datesContainer_nx2jg_302 ._datePicker_nx2jg_305{width:80%}[class~=ant-picker-now-btn]{color:#f9523b}[class~=ant-picker-now-btn]:hover{color:#f9523b;opacity:.8!important}[class~=ant-picker-ok] button{background-color:#f9523b!important;color:#fff!important;border:1px solid #f9523b!important;border-radius:3px}[class~=ant-picker-ok] button:hover{background-color:#f9523b!important;opacity:.8!important;border:1px solid #f9523b!important}._attachmentsDisabled_nx2jg_330{pointer-events:none;color:#999}@media screen and (min-width: 1280px) and (max-width: 1920px){._responsibleTenderContainer_nx2jg_165{width:85%}}@media screen and (min-width: 768px) and (max-width: 1280px){._container_nx2jg_51 ._cardContainerTender_nx2jg_78{padding:1.5rem}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._titleAndTenderStatus_nx2jg_105 ._titleTenderName_nx2jg_111{margin-bottom:1rem;font-size:1.2rem}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._paragraphBold_nx2jg_131{font-size:1.1rem}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._paragraphNormal_nx2jg_137{font-size:.9rem}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._containerDescription_nx2jg_115{width:100%}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._containerDescription_nx2jg_115 ._tenderDescription_nx2jg_124{font-size:1rem}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._containerDescription_nx2jg_115 ._price_nx2jg_128{font-size:1.2rem}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._rightButtonsAndIcons_nx2jg_140{padding-right:0}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._wrapperResponsible_nx2jg_160{justify-content:center}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._wrapperResponsible_nx2jg_160 ._responsibleTenderContainer_nx2jg_165{width:850px}._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._datesContainer_nx2jg_302{font-size:1rem}}@media screen and (min-width: 768px) and (max-width: 1190px){._container_nx2jg_51 ._cardContainerTender_nx2jg_78 ._rightButtonsAndIcons_nx2jg_140{align-items:center}}._h3_ov507_1{margin-top:1rem;margin-bottom:2rem;font-family:Lato;font-weight:900!important;font-size:24px;color:#4f4f5f}._row_ov507_10{flex-direction:column}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._icons_ls31u_26{width:35px;height:35px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.2rem;border-radius:5px}._icons_ls31u_26 ._controlButtonFlag_ls31u_36{color:#000}._icons_ls31u_26 ._controlButtonFlagActive_ls31u_39{color:#f45432}._icons_ls31u_26:hover{background-color:#cdcdcd}._shareModalMembers_ls31u_47 [class~=ant-modal-body]{width:90%}._shareModalMembers_ls31u_47 [class~=ant-modal-body] [class~=ant-checkbox-wrapper]{margin:.3rem 0}._stepsContainer_1necz_1{display:flex;flex-direction:column;align-items:flex-start;gap:20px}._uploadButtonContainer_1necz_8{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-top:30px}._uploadText_1necz_16{color:#000;font-family:Roboto;font-size:14px;font-style:normal;font-weight:600;line-height:24px}._uploadTemplate_1necz_25{display:flex;align-items:center;gap:10px}._stepText_1necz_31{display:flex;gap:10px}._uploadButton_juq5w_1 [class=ant-upload-list-item-name]{color:#685f5f;font-family:Roboto;font-size:12px;font-style:normal;font-weight:300;line-height:24px}._uploadContainer_dzhtb_1{display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}[class~=ant-checkbox-checked] [class~=ant-checkbox-inner]{background-color:#333!important;border-color:#333!important}[class~=ant-collapse-header]{width:max-content;padding-top:0!important;padding-bottom:0!important;padding-right:40px;width:100%}[class~=ant-collapse-borderless] [class~=ant-collapse-item] [class~=ant-collapse-header]{padding-left:0!important}._content_2w0vc_44 ._card_2w0vc_44 ._maintabs_2w0vc_44{margin-bottom:6px;border:0}._content_2w0vc_44 ._card_2w0vc_44 ._categoriespanel_2w0vc_48{border:1px solid #D9D9D9;border-radius:11px;background-color:#fff}._content_2w0vc_44 ._card_2w0vc_44 ._categoriespanel_2w0vc_48 ._headerItems_2w0vc_53{display:flex;align-items:center}._content_2w0vc_44 ._card_2w0vc_44 ._categoriespanel_2w0vc_48 ._headerItems_2w0vc_53 ._categoriesTitle_2w0vc_57{display:flex;align-items:center;padding:24px 12px;font-weight:600!important;font-size:18px!important;width:100%}._content_2w0vc_44 ._card_2w0vc_44 ._categoriespanel_2w0vc_48 ._headerItems_2w0vc_53 ._categoriesTitle_2w0vc_57 ._categoriesTitleCollapseIcon_2w0vc_65{font-size:14px}._content_2w0vc_44 ._card_2w0vc_44 ._tablesection_2w0vc_68{margin-top:12px}._content_2w0vc_44 ._card_2w0vc_44 ._tablesection_2w0vc_68 [class~=ant-radio-button-wrapper-checked]{background-color:#000!important;border-color:#000!important}._content_2w0vc_44 ._card_2w0vc_44 ._tablesection_2w0vc_68 ._toolbar_2w0vc_75{margin-bottom:6px}._content_2w0vc_44 ._card_2w0vc_44 ._tablesection_2w0vc_68 ._toolbar_2w0vc_75 ._toolbarLeft_2w0vc_78{display:flex;justify-content:space-between;width:50%}._content_2w0vc_44 ._card_2w0vc_44 ._tablesection_2w0vc_68 ._toolbar_2w0vc_75 ._toolbarLeft_2w0vc_78 #_clear-filter-button_2w0vc_1 ._icon_2w0vc_83{height:80%}._content_2w0vc_44 ._card_2w0vc_44 ._tablesection_2w0vc_68 ._toolbar_2w0vc_75 ._toolbarRight_2w0vc_86{display:flex;justify-content:end;width:50%}._content_2w0vc_44 ._card_2w0vc_44 ._tablesection_2w0vc_68 ._toolbar_2w0vc_75 ._searchinput_2w0vc_91{width:300px}._content_2w0vc_44 ._card_2w0vc_44 ._tablesection_2w0vc_68 ._tableCardSection_2w0vc_94{border:1px solid #D9D9D9;border-radius:11px;background-color:#fff}._content_2w0vc_44 ._card_2w0vc_44 ._tablesection_2w0vc_68 ._tableToolbar_2w0vc_99{margin:18px}._content_2w0vc_44 ._card_2w0vc_44 ._tablesection_2w0vc_68 ._table_2w0vc_68 table th{background-color:#fff}._content_2w0vc_44 ._card_2w0vc_44 ._tablesection_2w0vc_68 ._table_2w0vc_68 table ._toptag_2w0vc_105{background:#c337f4;color:#fff;border-radius:2px;border-color:#c337f4}._content_2w0vc_44 ._card_2w0vc_44 ._tablesection_2w0vc_68 ._cleanButton_2w0vc_111{padding:1px}._uploadButton_2w0vc_115{display:flex;justify-content:end;margin-top:30px}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._container_1x1tu_26 ._detailCard_1x1tu_26{border:none;padding-left:10px}._container_1x1tu_26 ._detailCard_1x1tu_26 ._flagAndLinkTender_1x1tu_30{display:flex;align-items:center}._container_1x1tu_26 ._detailCard_1x1tu_26 ._flagAndLinkTender_1x1tu_30 ._icon_1x1tu_34{width:20px;height:20px;margin-right:2px}._container_1x1tu_26 ._detailCard_1x1tu_26 ._flagAndLinkTender_1x1tu_30 ._icon_1x1tu_34 path{fill:gray}._container_1x1tu_26 ._detailCard_1x1tu_26 ._flagAndLinkTender_1x1tu_30 ._icon_1x1tu_34[class~=active] path{fill:#ffcd1c}._container_1x1tu_26 ._detailCard_1x1tu_26 ._agileCodeIdLink_1x1tu_45{color:#333;font-size:1.2rem;font-weight:700;border:none;background:#fff;cursor:pointer}._container_1x1tu_26 ._detailCard_1x1tu_26 ._titleOrganism_1x1tu_53{margin-bottom:.5rem;font-size:1rem!important;color:#4f4f4f!important}._container_1x1tu_26 ._detailCard_1x1tu_26 ._titleAndTenderStatus_1x1tu_58{display:flex;gap:1rem;max-width:650px}._container_1x1tu_26 ._detailCard_1x1tu_26 ._titleAndTenderStatus_1x1tu_58 ._titleTenderName_1x1tu_63{margin-bottom:2rem;font-size:1.6rem}._container_1x1tu_26 ._detailCard_1x1tu_26 ._title_1x1tu_53{font-size:24px;color:#4f4f5f;font-weight:700;margin-top:3rem;margin-bottom:2rem}._container_1x1tu_26 ._detailCard_1x1tu_26 ._buttonsAndDescription_1x1tu_74 ._containerDescription_1x1tu_74{width:100%}._container_1x1tu_26 ._detailCard_1x1tu_26 ._rightButtonsAndIcons_1x1tu_77{display:flex;flex-direction:column;align-items:flex-end;margin:auto;margin-top:1rem;margin-bottom:0rem}._container_1x1tu_26 ._detailCard_1x1tu_26 ._rightButtonsAndIcons_1x1tu_77 ._containerIcons_1x1tu_85{display:flex;flex-direction:row;justify-content:space-between;width:280px;margin:1rem 2rem 0rem}._container_1x1tu_26 ._detailCard_1x1tu_26 ._rightButtonsAndIcons_1x1tu_77 ._containerIcons_1x1tu_85 ._icons_1x1tu_92{width:35px;height:35px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.2rem;border-radius:5px}._container_1x1tu_26 ._detailCard_1x1tu_26 ._rightButtonsAndIcons_1x1tu_77 ._containerIcons_1x1tu_85 ._icons_1x1tu_92 ._controlButtonFlag_1x1tu_102{color:#000}._container_1x1tu_26 ._detailCard_1x1tu_26 ._rightButtonsAndIcons_1x1tu_77 ._containerIcons_1x1tu_85 ._icons_1x1tu_92 ._controlButtonFlagActive_1x1tu_105{color:#f45432}._container_1x1tu_26 ._detailCard_1x1tu_26 ._rightButtonsAndIcons_1x1tu_77 ._containerIcons_1x1tu_85 ._icons_1x1tu_92:hover{background-color:#cdcdcd}._container_1x1tu_26 ._detailCard_1x1tu_26 ._rightButtonsAndIcons_1x1tu_77 ._containerBtbTag_1x1tu_111{display:flex;justify-content:center;gap:8px;align-items:center}._organismTitle_1x1tu_118{font-family:Lato;font-size:16px!important;font-weight:400;line-height:30px;letter-spacing:.05em;text-align:left;color:#4f4f4f!important}._code_1x1tu_128{background:#fff!important;border:none!important;font-family:Lato!important;font-size:22px!important;font-weight:700!important;line-height:32px!important;letter-spacing:0em!important;text-align:left!important;text-decoration:none!important;color:#000}._containerTitle_1x1tu_141{display:flex;flex-direction:row;gap:1rem}._containerTitle_1x1tu_141 ._titleName_1x1tu_146{margin-bottom:2rem;font-size:1.6rem}._followedButton_1x1tu_151{width:164px;height:35px;padding:_;border:none;border-radius:20px;background-color:#fafafa;color:#666;cursor:pointer;border:1px solid #999999;font-family:Lato}._followedButton_1x1tu_151:hover{opacity:.8}._btnTags_1x1tu_167{width:350px;height:35px;padding:_;border:none;border-radius:20px;background-color:#fff;color:#666;cursor:pointer;border:1px solid #999999;margin-bottom:1rem}._btnTags_1x1tu_167:hover{opacity:.8}._containerDescription_1x1tu_74{min-height:150px;border:1px solid #CDCDCD;border-radius:.3rem!important;margin-top:4rem;margin-bottom:3rem;padding:1.5rem;color:#666}._containerDescription_1x1tu_74 ._descriptionTitle_1x1tu_192{text-align:justify;font-size:1rem}._containerDescription_1x1tu_74 ._price_1x1tu_196{font-size:1rem}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._modalAssignContact_zp9xk_26 [class~=ant-modal-content]{border-radius:8px;padding:12px 5px}._modalAssignContact_zp9xk_26 [class~=ant-modal-content] [class~=ant-space-vertical]{max-height:280px;overflow-y:auto}._modalAssignContact_zp9xk_26 [class~=ant-modal-content] [class~=ant-input-affix-wrapper]{height:2rem}._modalAssignContact_zp9xk_26 [class~=ant-modal-content] [class~=ant-input-affix-wrapper] [class~=ant-input-clear-icon]{margin-top:5px}._modalAssignContact_zp9xk_26 [class~=ant-modal-content] [class~=ant-modal-footer]{display:flex;justify-content:space-between}._modalAssignContact_zp9xk_26 ._searchMember_zp9xk_44{width:100%;min-width:400px}._btnAssingContact_zp9xk_49{height:35px!important;width:350px!important;background-color:#f9523b!important;color:#fff!important;border-radius:20px!important}._btnAssingContact_zp9xk_49:hover{background-color:#f9523b;opacity:.8;color:#fff}._wrapperResponsible_wgooa_1{display:flex;justify-content:end;margin-top:3rem}._wrapperResponsible_wgooa_1 ._paragraphBold_wgooa_6{font-family:Lato!important;margin-bottom:.5rem;font-weight:700;color:#4f4f5f;font-size:1rem}._wrapperResponsible_wgooa_1 ._paragraphNormal_wgooa_13{font-size:1rem;color:#4f4f4f!important}._wrapperResponsible_wgooa_1 ._responsibleTenderContainer_wgooa_17{display:flex;flex-direction:column;width:630px;margin-top:1rem;padding:.5rem .5rem .5rem 3rem}._wrapperResponsible_wgooa_1 ._responsibleTenderContainer_wgooa_17 ._infoTenderContainer_wgooa_25{display:flex;justify-content:space-between;width:100%}._wrapperResponsible_wgooa_1 ._responsibleTenderContainer_wgooa_17 ._infoTenderContainer_wgooa_25 :nth-child(n){max-width:315px}._wrapperResponsible_wgooa_1 ._responsibleTenderContainer_wgooa_17 ._infoTenderContainer_wgooa_25 :nth-child(n+1){max-width:315px}._wrapperResponsible_wgooa_1 ._responsibleTenderContainer_wgooa_17 ._infoTenderContainer_wgooa_25 :nth-child(n+1) p{width:220px}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._popoverContainer_1ljn0_26{display:flex;flex-direction:column;align-items:flex-start;gap:20px}._containerItems_1ljn0_33{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}._containerItems_1ljn0_33 ._tagContainer_1ljn0_39{display:flex;align-items:center;gap:10px}._containerItems_1ljn0_33 ._tagContainer_1ljn0_39 ._tag_1ljn0_39{display:flex;height:28px;padding:1px 8px;flex-direction:column;justify-content:center;align-items:center;border-radius:2px;border:1px solid #D9D9D9;background:#fafafa}._containerItems_1ljn0_33 ._tagContainer_1ljn0_39 ._tagText_1ljn0_55{font-size:12px;font-style:normal;line-height:20px}._keyWordContainer_1ljn0_61{display:flex;justify-content:flex-end;align-items:flex-start;gap:10px;align-self:stretch;cursor:pointer}._keyWordContainer_1ljn0_61 ._keyWord_1ljn0_61{color:#4f4f4f;font-size:12px;font-style:normal;font-weight:500;line-height:22px;text-decoration-line:underline}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._modalAssignContact_hwhsi_26 [class~=ant-modal-content]{border-radius:8px;padding:12px 5px}._modalAssignContact_hwhsi_26 [class~=ant-modal-content] [class~=ant-space-vertical]{max-height:280px;overflow-y:auto}._modalAssignContact_hwhsi_26 [class~=ant-modal-content] [class~=ant-input-affix-wrapper]{height:2rem}._modalAssignContact_hwhsi_26 [class~=ant-modal-content] [class~=ant-input-affix-wrapper] [class~=ant-input-clear-icon]{margin-top:5px}._modalAssignContact_hwhsi_26 [class~=ant-modal-content] [class~=ant-modal-footer]{display:flex;justify-content:space-between}._modalAssignContact_hwhsi_26 [class~=ant-modal-content] [class~=ant-modal-footer] [class~=ant-btn-default]:hover{color:#000000d9!important;border-color:#5e5e5e!important}._modalAssignContact_hwhsi_26 ._searchMember_hwhsi_48{width:100%;min-width:400px}._btnAssingContact_hwhsi_53{height:35px;width:350px;background-color:#f9523b;color:#fff;border-radius:20px}._btnAssingContact_hwhsi_53:hover{background-color:#f9523b;opacity:.8;color:#fff}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._modalContainer_xs81u_26 [class~=ant-modal-content]{border-radius:8px;padding:12px 5px}._containerComments_xs81u_31{width:100%;margin-top:8rem}._containerComments_xs81u_31 ._containertitleAndBtn_xs81u_35{display:flex;justify-content:space-between}._containerComments_xs81u_31 ._containertitleAndBtn_xs81u_35 ._title_xs81u_39{font-size:24px;color:#4f4f5f;font-weight:700;margin-bottom:2rem}._containerComments_xs81u_31 ._containertitleAndBtn_xs81u_35 ._addCommentBtn_xs81u_45{background-color:#f9523b;color:#fff;width:180px;height:38px;padding:0;border:none;border-radius:20px;margin-right:10px;cursor:pointer}._containerComments_xs81u_31 ._containertitleAndBtn_xs81u_35 ._addCommentBtn_xs81u_45:hover{opacity:.8}._containerComments_xs81u_31 ._containerInput_xs81u_59{position:relative}._containerComments_xs81u_31 ._containerInput_xs81u_59 ._inputComment_xs81u_62{border-radius:8px;height:40px}._containerComments_xs81u_31 ._containerInput_xs81u_59 ._inputComment_xs81u_62:hover,._containerComments_xs81u_31 ._containerInput_xs81u_59 ._inputComment_xs81u_62:focus{border-color:#f9523b!important}._containerComments_xs81u_31 ._containerInput_xs81u_59 ._btnEnviar_xs81u_70{position:absolute;top:8px;right:40px;border:none;color:#f9523b;background-color:transparent;font-size:1rem;font-family:Lato;font-weight:600;cursor:pointer}._containerComments_xs81u_31 ._list_xs81u_82{border-radius:8px;color:#4f4f4f}._containerComments_xs81u_31 ._list_xs81u_82 [class~=ant-list-item-meta-title]{font-size:1.2rem}._containerComments_xs81u_31 ._iconMoreOutlined_xs81u_89{font-size:2rem;color:#4f4f5f}._optionMenuItem_xs81u_94{align-items:center;display:flex;font-size:12px;justify-content:center;gap:10px}._optionMenuItem_xs81u_94 svg{height:17px}._optionMenuItem_xs81u_94._delete_xs81u_106{color:#f9523b}._editFormControl_xs81u_110{margin-top:20px}._editFormControl_xs81u_110 label span{color:#f9523b}._editFormControl_xs81u_110 input{margin-top:10px}._exclamation_xs81u_120{color:#f9523b}[class~=ant-dropdown-placement-bottomLeft]{width:135px!important}@media screen and (min-width: 768px) and (max-width: 1280px){._containerComments_xs81u_31 ._containerInput_xs81u_59 ._btnEnviar_xs81u_70{font-size:.9rem}._containerComments_xs81u_31 ._list_xs81u_82 [class~=ant-list-item-meta-title]{font-size:1rem}}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._titleContainer_otqpe_51{display:flex;justify-content:space-between;align-items:center}._title_otqpe_51{font-size:24px;color:#4f4f5f;font-weight:700;margin-top:3rem;margin-bottom:2rem}._downloadBtn_otqpe_65{height:35px;width:164px;margin-right:3px;color:#4f4f5f;font-size:14px;border:1px solid #999999;font-family:Lato;border-radius:20px;background-color:#fafafa;cursor:pointer}._table_otqpe_78{border-radius:8px!important}._table_otqpe_78 th{font-family:Lato;font-weight:700!important;font-size:1.2rem}._tableStripedRows_otqpe_88 tr>td{font-size:1.1rem}._tableStripedRows_otqpe_88 thead{background-color:#f1f1f1}._downloadBtn_otqpe_65:hover{background-color:#999;color:#fafafa}._downloadBtnSpan_otqpe_101{margin-right:15px}@media screen and (min-width: 768px) and (max-width: 1280px){._table_otqpe_78 th{font-size:1rem}._tableStripedRows_otqpe_88 tr>td{font-size:.9rem}}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._icons_3kark_26{width:35px;height:35px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.2rem;border-radius:5px}._icons_3kark_26 ._controlButtonFlag_3kark_36{color:#000}._icons_3kark_26 ._controlButtonFlagActive_3kark_39{color:#f45432}._icons_3kark_26:hover{background-color:#cdcdcd}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._container_ff23s_51 ._cardQuote_ff23s_51{padding:3rem;border-top-left-radius:20px;border-top-right-radius:20px}._container_ff23s_51 ._cardQuote_ff23s_51 ._flagAndLinkTender_ff23s_56{display:flex;align-items:center}._container_ff23s_51 ._cardQuote_ff23s_51 ._flagAndLinkTender_ff23s_56 ._icon_ff23s_60{width:20px;height:20px;margin-right:5px}._container_ff23s_51 ._cardQuote_ff23s_51 ._flagAndLinkTender_ff23s_56 ._icon_ff23s_60 path{fill:gray}._container_ff23s_51 ._cardQuote_ff23s_51 ._flagAndLinkTender_ff23s_56 ._icon_ff23s_60[class~=active] path{fill:#ffcd1c}._container_ff23s_51 ._cardQuote_ff23s_51 ._quoteCodeIdLink_ff23s_71{color:#333;font-size:1.2rem;font-weight:700;border:none;background:#fff;cursor:pointer}._container_ff23s_51 ._cardQuote_ff23s_51 ._titleOrganism_ff23s_79{margin-bottom:.5rem;font-size:1rem;color:#666}._container_ff23s_51 ._cardQuote_ff23s_51 ._titleAndTenderStatus_ff23s_84{display:flex;gap:1rem;max-width:650px}._container_ff23s_51 ._cardQuote_ff23s_51 ._titleAndTenderStatus_ff23s_84 ._titleTenderName_ff23s_89{margin-bottom:2rem;font-size:1.6rem}._container_ff23s_51 ._cardQuote_ff23s_51 ._title_ff23s_79{font-size:24px;color:#4f4f5f;font-weight:700;margin-top:3rem;margin-bottom:2rem}._container_ff23s_51 ._cardQuote_ff23s_51 ._buttonsAndDescription_ff23s_100 ._containerDescription_ff23s_100{width:100%}._container_ff23s_51 ._cardQuote_ff23s_51 ._paragraphBold_ff23s_103{margin-bottom:.5rem;font-weight:700;color:#333;font-size:1.3rem}._container_ff23s_51 ._cardQuote_ff23s_51 ._paragraphNormal_ff23s_109{font-size:1.1rem}._container_ff23s_51 ._cardQuote_ff23s_51 ._rightButtonsAndIcons_ff23s_112{display:flex;flex-direction:column;align-items:flex-end;padding-right:3.3rem;margin:auto;margin-top:1rem;margin-bottom:0rem}._container_ff23s_51 ._cardQuote_ff23s_51 ._rightButtonsAndIcons_ff23s_112 ._containerIcons_ff23s_121{display:flex;flex-direction:row;justify-content:space-between;width:280px;margin:1rem 2rem 0rem}._container_ff23s_51 ._cardQuote_ff23s_51 ._rightButtonsAndIcons_ff23s_112 ._containerIcons_ff23s_121 ._icons_ff23s_128{width:35px;height:35px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.2rem;border-radius:5px}._container_ff23s_51 ._cardQuote_ff23s_51 ._rightButtonsAndIcons_ff23s_112 ._containerIcons_ff23s_121 ._icons_ff23s_128 ._controlButtonFlag_ff23s_138 path{stroke:#000}._container_ff23s_51 ._cardQuote_ff23s_51 ._rightButtonsAndIcons_ff23s_112 ._containerIcons_ff23s_121 ._icons_ff23s_128 ._controlButtonFlagActive_ff23s_141 path{stroke:#f45432}._container_ff23s_51 ._cardQuote_ff23s_51 ._rightButtonsAndIcons_ff23s_112 ._containerIcons_ff23s_121 ._icons_ff23s_128:hover{background-color:#cdcdcd}._container_ff23s_51 ._cardQuote_ff23s_51 ._rightButtonsAndIcons_ff23s_112 ._containerBtbTag_ff23s_147{display:flex;justify-content:center;gap:8px;align-items:center}._container_ff23s_51 ._cardQuote_ff23s_51 ._rightButtonsAndIcons_ff23s_112 ._containerBtbTag_ff23s_147 ._circle_ff23s_153{width:10px;height:10px;border-radius:50%}._container_ff23s_51 ._cardQuote_ff23s_51 ._wrapperResponsible_ff23s_158{display:flex;justify-content:end;margin-top:3rem}._container_ff23s_51 ._cardQuote_ff23s_51 ._wrapperResponsible_ff23s_158 ._responsibleTenderContainer_ff23s_163{display:flex;flex-direction:column;width:630px;margin-top:1rem;padding:.5rem .5rem .5rem 3rem}._container_ff23s_51 ._cardQuote_ff23s_51 ._wrapperResponsible_ff23s_158 ._responsibleTenderContainer_ff23s_163 ._infoTenderContainer_ff23s_171{display:flex;justify-content:space-between;width:100%}._container_ff23s_51 ._cardQuote_ff23s_51 ._wrapperResponsible_ff23s_158 ._responsibleTenderContainer_ff23s_163 ._infoTenderContainer_ff23s_171 :nth-child(n){max-width:315px}._container_ff23s_51 ._cardQuote_ff23s_51 ._wrapperResponsible_ff23s_158 ._responsibleTenderContainer_ff23s_163 ._infoTenderContainer_ff23s_171 :nth-child(n+1){max-width:315px}._container_ff23s_51 ._cardQuote_ff23s_51 ._wrapperResponsible_ff23s_158 ._responsibleTenderContainer_ff23s_163 ._infoTenderContainer_ff23s_171 :nth-child(n+1) p{width:220px}._container_ff23s_51 ._containerDescription_ff23s_100{min-height:150px;border:1px solid #CDCDCD;border-radius:.5rem;margin-top:4rem;margin-bottom:3rem;padding:1.5rem;color:#666}._container_ff23s_51 ._containerDescription_ff23s_100 ._tenderDescription_ff23s_194{text-align:justify;font-size:1.2rem}._container_ff23s_51 ._containerDescription_ff23s_100 ._price_ff23s_198{font-size:1.4rem}._enviarASeguimientoBtn_ff23s_202{width:164px;height:35px;padding:_;border:none;border-radius:20px;background-color:#fafafa;color:#666;cursor:pointer;border:1px solid #999999;font-family:Lato}._enviarASeguimientoBtn_ff23s_202:hover{opacity:.8}._enviarASeguimientoBtn_ff23s_202:hover{background-color:#999;color:#fafafa}._btnTags_ff23s_223{width:350px;height:35px;padding:_;border:none;border-radius:20px;background-color:#fff;color:#666;cursor:pointer;border:1px solid #999999;margin-bottom:1rem}._btnTags_ff23s_223:hover{opacity:.8}._btnAssingContact_ff23s_239{width:350px;height:35px;padding:_;border:none;border-radius:20px;background-color:#fff;color:#666;cursor:pointer;border:1px solid #999999;margin-bottom:1rem}._btnAssingContact_ff23s_239{width:350px;height:35px;padding:_;border:none;border-radius:20px;background-color:#f9523b;color:#fff;cursor:pointer}._btnAssingContact_ff23s_239:hover{opacity:.8}@media screen and (min-width: 1280px) and (max-width: 1920px){._responsibleTenderContainer_ff23s_163{width:85%}}@media screen and (min-width: 768px) and (max-width: 1280px){._container_ff23s_51 ._cardQuote_ff23s_51{padding:1.5rem}._container_ff23s_51 ._cardQuote_ff23s_51 ._titleOrganism_ff23s_79{margin-bottom:.5rem}._container_ff23s_51 ._cardQuote_ff23s_51 ._titleAndTenderStatus_ff23s_84 ._titleTenderName_ff23s_89{margin-bottom:1rem;font-size:1.2rem}._container_ff23s_51 ._cardQuote_ff23s_51 ._paragraphBold_ff23s_103{font-size:1.1rem}._container_ff23s_51 ._cardQuote_ff23s_51 ._paragraphNormal_ff23s_109{font-size:.9rem}._container_ff23s_51 ._cardQuote_ff23s_51 ._containerDescription_ff23s_100{width:100%}._container_ff23s_51 ._cardQuote_ff23s_51 ._containerDescription_ff23s_100 ._tenderDescription_ff23s_194{font-size:1rem}._container_ff23s_51 ._cardQuote_ff23s_51 ._containerDescription_ff23s_100 ._price_ff23s_198{font-size:1.2rem}._container_ff23s_51 ._cardQuote_ff23s_51 ._rightButtonsAndIcons_ff23s_112{padding-right:1.5rem}._container_ff23s_51 ._cardQuote_ff23s_51 ._wrapperResponsible_ff23s_158{justify-content:center}._container_ff23s_51 ._cardQuote_ff23s_51 ._wrapperResponsible_ff23s_158 ._responsibleTenderContainer_ff23s_163{width:850px}}@media screen and (min-width: 768px) and (max-width: 1190px){._container_ff23s_51 ._cardQuote_ff23s_51 ._rightButtonsAndIcons_ff23s_112{align-items:center}}._modalContainer_k7x2u_1 [class~=ant-modal-footer]{border-top:none}._container_k7x2u_5{display:flex;align-items:flex-start;gap:16px;align-self:stretch}._red_k7x2u_12{color:#ff4d4f}._yellow_k7x2u_16{color:#ffc53d}._title_k7x2u_20{font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;line-height:24px}._content_k7x2u_28{font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._responseContainer_k7x2u_36{display:flex;flex-direction:column;align-items:center;justify-content:center;align-self:stretch;gap:4px}._responseContainer_k7x2u_36 ._title_k7x2u_20{font-family:Roboto;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0em;text-align:center}._responseContainer_k7x2u_36 ._subTitle_k7x2u_52{font-family:Roboto;font-size:14px;font-weight:400;line-height:17px;letter-spacing:0em;text-align:center}._error_k7x2u_61{padding:20px}._error_k7x2u_61>div{margin-bottom:25px}._errorIcon_k7x2u_68{font-size:36px}._container_g8wam_1{width:100%}._inputContainer_g8wam_5{display:flex;padding-bottom:8px;flex-direction:column;align-items:flex-start;align-self:stretch}._titleContainer_g8wam_13{display:flex;align-items:center;gap:10px}._title_g8wam_13{color:#000000d9;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:22px}._subTitle_g8wam_28{color:#808081;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:22px}._error_g8wam_37{color:#f5222d;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:22px}._input_g8wam_5{font-size:14px!important;height:36px}._info_fqvvs_1 ._outlined_fqvvs_1{border-color:#adc6ff!important;background-color:#f0f5ff!important;color:#2f54eb!important;font-weight:400}._info_fqvvs_1 ._contained_fqvvs_7{background-color:#2f54eb!important;border-color:#2f54eb!important;color:#fff!important;font-weight:400}._danger_fqvvs_14 ._outlined_fqvvs_1{border-color:#ffa39e!important;background-color:#fff1f0!important;color:#f5222d!important;font-weight:400}._danger_fqvvs_14 ._contained_fqvvs_7{background-color:#f5222d!important;border-color:#f5222d!important;color:#fff!important;font-weight:400}._EnterpriseDetails_phlom_1{display:flex;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch}._EnterpriseDetails_phlom_1 ._containerInfo_phlom_8{display:flex;flex-direction:column;align-items:flex-start;gap:var(--Size-Padding-paddingXXS, 4px);align-self:stretch}._EnterpriseDetails_phlom_1 ._containerInfo_phlom_8 ._taxNumber_phlom_15{margin:0;color:#000;font-family:var(--Seed-Token-fontFamily, Roboto);font-size:var(--Map-Token-fontSizeHeading4, 20px);font-style:normal;font-weight:600;line-height:140%}._EnterpriseDetails_phlom_1 ._containerInfo_phlom_8 ._enterprise_phlom_24{margin:0;overflow:hidden;color:#000;text-overflow:ellipsis;font-family:var(--Seed-Token-fontFamily, Roboto);font-size:var(--Seed-Token-fontSize, 14px);font-style:normal;font-weight:400;line-height:160%}._formDetails_z2x8x_1{display:flex;gap:48px;flex-direction:row}._leftSide_z2x8x_7{display:flex;flex-direction:column;gap:0px;width:100%}._leftSide_z2x8x_7 ._MPContainer_z2x8x_13{display:flex;width:100%;padding-bottom:8px!important}._detailContainer_z2x8x_19{display:flex;flex-direction:column;gap:20px}._fieldText_z2x8x_25{color:var(--character-title-85, rgba(0, 0, 0, .85));font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:22px}._fieldLayout_z2x8x_34{display:flex;padding:8px 12px;align-items:center;align-self:stretch;border-radius:2px;border:1px solid var(--Neutral-5, #D9D9D9);background:var(--Neutral-1, #FFF);margin-top:8px}._fieldContainer_z2x8x_45{display:flex;flex-direction:column;gap:8px}._name_z2x8x_51{flex:7}._effectiveDate_z2x8x_55{flex:3}._detail_z2x8x_19{margin-top:20px;display:flex;flex-direction:column;gap:8px}._calendarIcon_z2x8x_66{margin-left:8px}._emptyInput_z2x8x_70:focus{border-color:red!important}._labelContainer_z2x8x_74{display:flex;gap:2px}._required_z2x8x_79{color:#ff4d4f;font-size:14px;font-style:normal;font-weight:400;font-family:SimSong}._labelItem_z2x8x_87{display:flex;gap:8px}._showDocuentLink_1qqbx_1{color:#000;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:24px;text-decoration-line:underline;cursor:pointer}._showDocuentLink_1qqbx_1:hover{text-decoration-line:none!important;color:#000}._actionContainer_1qqbx_17{display:flex;gap:10px}._name_1qqbx_22{color:#000;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:24px}._icon_1qqbx_31{font-size:16px;color:#ff4d4f}._customRow_1qqbx_36>td{border-top:1px solid #FF4D4F!important;border-bottom:1px solid #FF4D4F!important}._customRow_1qqbx_36>td:first-child{border-left:1px solid #FF4D4F!important}._customRow_1qqbx_36>td:last-child{border-right:1px solid #FF4D4F!important}._summaryTable_ohwxf_1{color:#000;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;line-height:24px;background-color:#f5f5f5}._centeredCell_ohwxf_11{text-align:center}._cellRight_ohwxf_15{text-align:right}._unitValueZero_ohwxf_19{color:#ff4d4f}._customRow_ohwxf_23>td{border-top:1px solid #FF4D4F!important;border-bottom:1px solid #FF4D4F!important}._customRow_ohwxf_23>td:first-child{border-left:1px solid #FF4D4F!important}._customRow_ohwxf_23>td:last-child{border-right:1px solid #FF4D4F!important}._warningContainer_ohwxf_36{display:flex;gap:10px;align-items:center}._warningIcon_ohwxf_42{color:#ff4d4f;font-size:16px}._tableContainer_ohwxf_47{display:flex;flex-direction:column;gap:20px}._totalTableContainer_ohwxf_53{width:100%;display:flex;justify-content:end}._totalTable_ohwxf_53{width:60%}._isTotalPriceValid_ohwxf_63{margin-top:4px;color:#ff4d4f}._tableContainer_1xen8_1{width:100%}._table_1xen8_1{color:#04041a;font-family:Lato;font-size:16px;font-style:normal;font-weight:600;line-height:normal}._table_1xen8_1 [class~=ant-table] td{color:#04041a!important}._summaryTable_1xen8_17{background-color:#f5f5f5}._input_1az44_1 [class~=ant-input-number-input]{text-align:right;height:36px}._table_wsecb_1 [class~=ant-table] td{border-right:none!important}._lastEditContainer_1lfzi_1{display:flex;justify-content:end}._lastEditContainer_1lfzi_1 ._text_1lfzi_5{color:#4f4f5f;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._titleText_1lfzi_14{color:var(--character-title-85, rgba(0, 0, 0, .85));font-family:Inter;font-size:15px;font-style:normal;font-weight:500;line-height:22px}._tableContainer_1lfzi_23{display:flex;flex-direction:column;gap:8px;margin-top:35px}._errorContainer_1lfzi_30{display:flex;gap:5px}._errorContainer_1lfzi_30 ._errorIcon_1lfzi_34{color:#ff4d4f;font-size:16px}._loadingIcon_1lfzi_39{display:flex;justify-content:center;align-items:center}._containerFileName_ksowb_1,._loading_ksowb_2{display:flex;align-items:center;gap:15px}._containerFileName_ksowb_1 span>svg,._loading_ksowb_2 span>svg{width:24px;height:24px}._containerFileName_ksowb_1{color:#0ea349}._loading_ksowb_2{color:#919191}._fileName_ksowb_21{color:#000;font-family:Lato;font-size:14px;font-weight:400;line-height:normal;opacity:.7;margin-bottom:1em}._fileNameLoading_ksowb_31{color:#443d3d!important}._buttonComplete_ksowb_35{display:flex;width:116px;height:25px;padding:5px 10px;justify-content:center;align-items:center;gap:10px;border-radius:5px;border:1px solid var(--Green, #0EA349);background-color:transparent;color:var(--Green, #0EA349);font-family:Roboto;font-size:12px;font-weight:500;line-height:20px}._buttonLoading_ksowb_53{display:flex;width:116px;height:25px;padding:5px 10px;justify-content:center;align-items:center;gap:10px;border-radius:5px;border:1px solid #D7D7D7;background-color:transparent;color:var(--Title, #333);font-family:Roboto;font-size:12px;font-style:normal;font-weight:500;line-height:20px}._containerActionButtons_ksowb_72{display:flex;justify-content:center;gap:21px}._containerActionButtons_ksowb_72 ._actionButtonDisable_ksowb_77{color:#808081;cursor:not-allowed}._containerActionButtons_ksowb_72 ._actionButtonDisable_ksowb_77 span>svg{color:#808081}._containerActionButtons_ksowb_72 ._actionButton_ksowb_77{color:#000;cursor:pointer}._containerActionButtons_ksowb_72 ._actionButton_ksowb_77,._containerActionButtons_ksowb_72 ._actionButtonDisable_ksowb_77{display:flex;flex-direction:column;align-items:center;border:none;background:transparent;text-align:center;font-family:Roboto;font-size:10px;font-weight:400;line-height:22px}._containerActionButtons_ksowb_72 ._actionButton_ksowb_77 span>svg,._containerActionButtons_ksowb_72 ._actionButtonDisable_ksowb_77 span>svg{width:17px;height:17px}._actionButton_ksowb_77:disabled{cursor:not-allowed;color:#d9d9d9}._containerModal_ksowb_112{max-width:90%;width:auto!important}._containerModal_ksowb_112 ._iframe_ksowb_116{margin-top:20px;max-width:100%;max-height:100%;width:800px;height:600px;border:none}._modalConfirmation_ksowb_125 [class~=ant-modal-content] [class~=ant-modal-body] div :last-child p{max-width:84%}._subName_ksowb_129{color:#888;font-family:Lato;font-size:13px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:1em}._nameContainer_ksowb_139{display:flex;align-items:center;gap:5px}._icon_ksowb_145{width:15px;color:#000}._input_ksowb_150{margin-top:6px;margin-bottom:7px}._MANAGEMENT_ksowb_155{background-color:#fff0f6;color:#eb2f96;border-color:#ffadd2}._TECHNICAL_ksowb_161{background-color:#f0f5ff;color:#2f54eb;border-color:#adc6ff}._FINANCIAL_ksowb_167{background-color:#fcf4e3;color:#d48806;border-color:#ffd591}._CONTRACTUAL_ksowb_173{background-color:#f6ffed;color:#52c41a;border-color:#b7eb8f}._listAcceptedFiles_r9vap_1{padding-left:0}._listAcceptedFiles_r9vap_1 ._noBullets_r9vap_4{list-style-type:none;display:flex;justify-content:space-between}._listAcceptedFiles_r9vap_1 ._noBullets_r9vap_4>div{display:flex;gap:5px}._listAcceptedFiles_r9vap_1 ._noBullets_r9vap_4 ._deleteIcon_r9vap_13{cursor:pointer}._dropzone_r9vap_17{display:flex;padding:20px 0;flex-direction:column;justify-content:center;align-items:center;flex:1 0 0;align-self:stretch;border-radius:2px;border:1px dashed var(--Neutral-5, #D9D9D9);background:var(--Neutral-2, #FAFAFA);height:100px;gap:9px}._dropzone_r9vap_17 [class~=anticon-plus-circle]>svg{width:19px;height:19px}._dropzone_r9vap_17 ._text_r9vap_35{color:var(--character-title-85, rgba(0, 0, 0, .85));text-align:center;font-family:Roboto;font-size:13px;font-weight:400;line-height:24px;margin:0}._dropzone_r9vap_17 ._containerText_r9vap_44{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:3px}._dropzone_r9vap_17 ._containerText_r9vap_44 ._textAlternative_r9vap_51{margin:0;color:var(--character-secondary-45, rgba(0, 0, 0, .45));text-align:center;font-family:Roboto;font-size:13px;font-style:normal;font-weight:400;line-height:22px;text-decoration-line:none}._dropzone_r9vap_17 ._inputLabel_r9vap_62{height:auto;cursor:pointer;color:#f9523b;font-family:Roboto;font-size:13px;font-weight:500;text-decoration-line:underline;margin:0}._dropzone_r9vap_17 ._inputFile_r9vap_72{display:none}._box_dx3ey_1{display:flex;align-items:center;padding:10px;border-bottom:1px solid #e0e0e0}._type_dx3ey_8{color:#000;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:24px}._doc_dx3ey_18{color:#808081;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:24px}._documentsAgileView_13cmc_1{border:none}._documentsAgileView_13cmc_1 ._tabs_13cmc_4 [class~=ant-tabs-nav-list]{display:flex;gap:32px}._documentsAgileView_13cmc_1 ._tabs_13cmc_4 [class~=ant-tabs-nav]{margin-bottom:25px}._documentsAgileView_13cmc_1 ._tabs_13cmc_4 [class~=ant-tabs-nav]:before{border-bottom:1px solid #D9D9D9}._documentsAgileView_13cmc_1 ._tabs_13cmc_4 [class~=ant-tabs-tab][class~=ant-tabs-tab-active]{background-color:transparent!important;width:max-content}._documentsAgileView_13cmc_1 ._tabs_13cmc_4 [class~=ant-tabs-ink-bar]{height:2px!important;background-color:#f9523b!important;gap:32px}._documentsAgileView_13cmc_1 ._tabs_13cmc_4 [class~=ant-tabs-tab]{justify-content:flex-start;width:max-content}._documentsAgileView_13cmc_1 ._tabs_13cmc_4 [class~=ant-tabs-tab]:hover{background-color:transparent!important}._documentsAgileView_13cmc_1 ._tabs_13cmc_4 [class~=ant-tabs-tab]:hover [class~=ant-tabs-tab-btn]{color:#f9523b!important}._documentsAgileView_13cmc_1 ._tabs_13cmc_4 [class~=ant-tabs-tab]>[class~=ant-tabs-tab-btn]{color:#000000d9!important}._documentsAgileView_13cmc_1 ._tabs_13cmc_4 ._ant-tabs-tab-active_13cmc_36 ._ant-tabs-tab_13cmc_36{border-bottom:2px solid #F9523B!important}._documentsAgileView_13cmc_1 ._tabs_13cmc_4 [class~=ant-tabs-tab][class~=ant-tabs-tab-active] [class~=ant-tabs-tab-btn]{color:#f9523b!important}._containerToolbar_13cmc_43{display:flex;flex-direction:row;align-items:center;justify-content:end;margin-bottom:20px}._containerToolbar_13cmc_43 ._space_13cmc_50{display:flex;gap:15px}._containerToolbar_13cmc_43 ._space_13cmc_50 ._btnDownload_13cmc_54{display:flex;height:38px;padding:8px 16px;align-items:center;gap:8px;border-radius:2px;border:1px solid var(--Grey-02, #D9D9D9);background:none;color:var(--Text-02, #262626);font-family:Roboto;font-size:14px;font-weight:400;line-height:24px}._containerToolbar_13cmc_43 ._space_13cmc_50 ._btnDownload_13cmc_54:hover{cursor:pointer;border-radius:2px;border:1px solid var(--Grey-02, #D9D9D9);background:#f5f5f5}._containerToolbar_13cmc_43 ._space_13cmc_50 ._btnDownload_13cmc_54:disabled{cursor:not-allowed;border-radius:2px;border:1px solid var(--border-border-primary, #D9D9D9);color:var(--text-text-disabled, #B8B8B8)}._containerToolbar_13cmc_43 ._search_13cmc_81{width:326px}._btn-postulating_ly223_1{color:var(--Text-02, #262626);text-align:center;font-family:Roboto;cursor:default;border-radius:6px;border:1px solid var(--Grey-02, #D9D9D9);background:#f3f3f3}._btn-postulated_ly223_11{background:#def7e8;border:1px solid #DEF7E8;color:#2a5733;text-align:center;font-family:Roboto;cursor:default}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._blTag_4upkn_51{border:1px solid;border-radius:2px;background-color:#fff;font-family:Roboto!important;font-style:normal;font-weight:400;font-size:12px;padding:1px 8px;margin:0 5px 5px 0}._blTag_4upkn_51._tag0_4upkn_62{border-color:#722ed1;color:#722ed1}._blTag_4upkn_51._tag1_4upkn_66{border-color:#d21919;color:#d21919}._blTag_4upkn_51._tag2_4upkn_70{border-color:#2f54eb;color:#2f54eb}._blTag_4upkn_51._tag3_4upkn_74{border-color:#d71d9d;color:#d71d9d}._blTag_4upkn_51._tag4_4upkn_78{border-color:#177373;color:#177373}._blTag_4upkn_51._tag5_4upkn_82{border-color:#5e5a5a;color:#5e5a5a}._blTag_4upkn_51._tag6_4upkn_86{border-color:#078d53;color:#078d53}._blTag_4upkn_51._tag7_4upkn_90{border-color:#054d2a;color:#054d2a}._blTag_4upkn_51._tag8_4upkn_94{border-color:#010101;color:#010101}._blTag_4upkn_51._tag9_4upkn_98{border-color:#c21313;color:#c21313}._blTagContainer_4upkn_103{display:flex;flex-direction:column}._h3_4upkn_108{margin-top:3rem;margin-bottom:1rem!important;font-family:Lato;font-weight:900!important;font-size:24px;color:#4f4f5f!important}._inputStyleName_4upkn_117{width:100%!important;height:38px!important}._container_4upkn_122 ._cardAgile_4upkn_122{padding:3rem;margin-top:1rem;border-top-left-radius:20px;border-top-right-radius:20px}._container_4upkn_122 ._cardAgile_4upkn_122 ._agileCodeIdLink_4upkn_128{color:#333;font-size:1.2rem;font-weight:700;border:none;background:#fff;cursor:pointer}._container_4upkn_122 ._cardAgile_4upkn_122 ._titleOrganism_4upkn_136{margin-bottom:.5rem;font-size:1rem;color:#666}._container_4upkn_122 ._cardAgile_4upkn_122 ._title_4upkn_136{font-size:24px;color:#4f4f5f;font-weight:700;margin-top:3rem;margin-bottom:2rem}._container_4upkn_122 ._cardAgile_4upkn_122 ._buttonsAndDescription_4upkn_148 ._containerDescription_4upkn_148{width:100%}._container_4upkn_122 ._cardAgile_4upkn_122 ._paragraphBold_4upkn_151{margin-bottom:.5rem;font-weight:700;color:#333;font-size:1.3rem}._container_4upkn_122 ._cardAgile_4upkn_122 ._paragraphNormal_4upkn_157{font-size:1.1rem}._container_4upkn_122 ._cardAgile_4upkn_122 ._rightButtonsAndIcons_4upkn_160{display:flex;flex-direction:column;align-items:flex-end;margin:auto;margin-top:1rem;margin-bottom:0rem}._container_4upkn_122 ._cardAgile_4upkn_122 ._rightButtonsAndIcons_4upkn_160 ._containerIcons_4upkn_168{display:flex;flex-direction:row;justify-content:space-between;width:280px;margin:1rem 2rem 0rem}._container_4upkn_122 ._cardAgile_4upkn_122 ._rightButtonsAndIcons_4upkn_160 ._containerIcons_4upkn_168 ._icons_4upkn_175{width:35px;height:35px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.2rem;border-radius:5px}._container_4upkn_122 ._cardAgile_4upkn_122 ._rightButtonsAndIcons_4upkn_160 ._containerIcons_4upkn_168 ._icons_4upkn_175 ._controlButtonFlag_4upkn_185{color:#000}._container_4upkn_122 ._cardAgile_4upkn_122 ._rightButtonsAndIcons_4upkn_160 ._containerIcons_4upkn_168 ._icons_4upkn_175 ._controlButtonFlagActive_4upkn_188{color:#f45432}._container_4upkn_122 ._cardAgile_4upkn_122 ._rightButtonsAndIcons_4upkn_160 ._containerIcons_4upkn_168 ._icons_4upkn_175:hover{background-color:#cdcdcd}._container_4upkn_122 ._cardAgile_4upkn_122 ._rightButtonsAndIcons_4upkn_160 ._containerBtbTag_4upkn_194{display:flex;justify-content:center;gap:8px}._container_4upkn_122 ._cardAgile_4upkn_122 ._wrapperResponsible_4upkn_199{display:flex;justify-content:end;margin-top:3rem}._container_4upkn_122 ._cardAgile_4upkn_122 ._wrapperResponsible_4upkn_199 ._responsibleTenderContainer_4upkn_204{display:flex;flex-direction:column;width:630px;margin-top:1rem;padding:.5rem .5rem .5rem 3rem}._container_4upkn_122 ._cardAgile_4upkn_122 ._wrapperResponsible_4upkn_199 ._responsibleTenderContainer_4upkn_204 ._infoTenderContainer_4upkn_212{display:flex;justify-content:space-between;width:100%}._container_4upkn_122 ._cardAgile_4upkn_122 ._wrapperResponsible_4upkn_199 ._responsibleTenderContainer_4upkn_204 ._infoTenderContainer_4upkn_212 :nth-child(n){max-width:315px}._container_4upkn_122 ._cardAgile_4upkn_122 ._wrapperResponsible_4upkn_199 ._responsibleTenderContainer_4upkn_204 ._infoTenderContainer_4upkn_212 :nth-child(n+1){max-width:315px}._container_4upkn_122 ._cardAgile_4upkn_122 ._wrapperResponsible_4upkn_199 ._responsibleTenderContainer_4upkn_204 ._infoTenderContainer_4upkn_212 :nth-child(n+1) p{width:220px}._container_4upkn_122 ._containerDescription_4upkn_148{min-height:150px;border:1px solid #CDCDCD;border-radius:.5rem;margin-top:4rem;margin-bottom:3rem;padding:1.5rem;color:#666}._container_4upkn_122 ._containerDescription_4upkn_148 ._tenderDescription_4upkn_235{text-align:justify;font-size:1.2rem}._container_4upkn_122 ._containerDescription_4upkn_148 ._price_4upkn_239{font-size:1.4rem}._inputTitle_4upkn_243{color:var(--character-title-85, rgba(0, 0, 0, .85));font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:22px}._sectionTitle_4upkn_252{font-family:Roboto;font-size:24px;font-weight:600;line-height:32px;letter-spacing:0em;text-align:left;margin-top:3rem;margin-bottom:1rem!important;color:#4f4f5f!important}._enviarASeguimientoBtn_4upkn_264{width:164px;height:35px;padding:_;border:none;border-radius:20px;background-color:#fafafa;color:#666;cursor:pointer;border:1px solid #999999;font-family:Lato}._enviarASeguimientoBtn_4upkn_264:hover{opacity:.8}._enviarASeguimientoBtn_4upkn_264:hover{background-color:#999;color:#fafafa}._btnTags_4upkn_285{width:350px;height:35px;padding:_;border:none;border-radius:20px;background-color:#fff;color:#666;cursor:pointer;border:1px solid #999999;margin-bottom:1rem}._btnTags_4upkn_285:hover{opacity:.8}._btnAssingContact_4upkn_301{width:350px;height:35px;padding:_;border:none;border-radius:20px;background-color:#fff;color:#666;cursor:pointer;border:1px solid #999999;margin-bottom:1rem}._btnAssingContact_4upkn_301{width:350px;height:35px;padding:_;border:none;border-radius:20px;background-color:#f9523b;color:#fff;cursor:pointer}._btnAssingContact_4upkn_301:hover{opacity:.8}._quoteViewCard_4upkn_335{border:none}._appTitle_4upkn_339{font-size:16px!important;color:#4f4f5f!important;font-weight:800!important}@keyframes _slideUp_4upkn_401{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes _slideDown_4upkn_405{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}._footer_4upkn_365{position:fixed;left:60px;bottom:0;width:100%;max-width:calc(100vw - 60px);height:90px;background:#fff;z-index:2;display:flex;align-items:center;padding:10px 30px;box-shadow:0 2px 4px #0000001a;text-align:center;border-top:1px solid #D9D9D9;background:#fdfdfd;box-shadow:0 -4px 6px #00000026;transition:transform .3s ease-out,opacity .3s ease-out}._footer_4upkn_365 ._containerButtonSave_4upkn_384{display:flex;column-gap:15px;align-items:center}._footer_4upkn_365 ._containerButtonSave_4upkn_384 ._applicationSave_4upkn_389{margin:0;color:#808081;text-align:center;font-family:Roboto;font-size:13px;font-style:normal;font-weight:400;line-height:24px;text-decoration-line:underline}._footer_4upkn_365._slideUp_4upkn_401{animation:_slideUp_4upkn_401 .3s ease-out forwards}._footer_4upkn_365._slideDown_4upkn_405{animation:_slideDown_4upkn_405 .3s ease-out forwards}@media screen and (min-width: 1280px) and (max-width: 1920px){._responsibleTenderContainer_4upkn_204{width:85%}}@media screen and (min-width: 768px) and (max-width: 1280px){._container_4upkn_122 ._cardAgile_4upkn_122{padding:1.5rem}._container_4upkn_122 ._cardAgile_4upkn_122 ._titleOrganism_4upkn_136{margin-bottom:.5rem}._container_4upkn_122 ._cardAgile_4upkn_122 ._paragraphBold_4upkn_151{font-size:1.1rem}._container_4upkn_122 ._cardAgile_4upkn_122 ._paragraphNormal_4upkn_157{font-size:.9rem}._container_4upkn_122 ._cardAgile_4upkn_122 ._containerDescription_4upkn_148{width:100%}._container_4upkn_122 ._cardAgile_4upkn_122 ._containerDescription_4upkn_148 ._tenderDescription_4upkn_235{font-size:1rem}._container_4upkn_122 ._cardAgile_4upkn_122 ._containerDescription_4upkn_148 ._price_4upkn_239{font-size:1.2rem}._container_4upkn_122 ._cardAgile_4upkn_122 ._rightButtonsAndIcons_4upkn_160{padding-right:1.5rem}._container_4upkn_122 ._cardAgile_4upkn_122 ._wrapperResponsible_4upkn_199{justify-content:center}._container_4upkn_122 ._cardAgile_4upkn_122 ._wrapperResponsible_4upkn_199 ._responsibleTenderContainer_4upkn_204{width:850px}}@media screen and (min-width: 768px) and (max-width: 1190px){._container_4upkn_122 ._cardAgile_4upkn_122 ._rightButtonsAndIcons_4upkn_160{align-items:center}}._switchContainer_4upkn_451{display:flex;align-items:center;justify-content:end;gap:4px;margin-bottom:4px}._switchContainer_4upkn_451 ._switch_4upkn_451{width:215px;display:flex;align-items:center;gap:4px}._generalInformationContainer_4upkn_465{display:flex;flex-direction:column;align-items:flex-start;gap:41px;align-self:stretch;margin-top:25px}._informationDetail_4upkn_474{display:flex;flex-direction:row;column-gap:100px;row-gap:20px;flex-wrap:wrap}._inputContainer_4upkn_482{display:flex;flex-direction:column;gap:8px}._inputContainer_4upkn_482 [class~=ant-select-selection-item]{margin:0!important}._validityDate_4upkn_491{display:flex;gap:8px}._documentsContainer_4upkn_496{margin-top:48px;margin-bottom:25px}._itemsContainer_4upkn_501{margin-top:18px}._container_fgms4_1{display:flex;flex-direction:column;align-items:flex-start;flex:1 0 0}._titleContainer_fgms4_8{display:flex;align-items:center;gap:10px}._title_fgms4_8{color:#000;font-family:Roboto;font-size:20px;font-style:normal;font-weight:600;line-height:32px}._subtitle_fgms4_23{color:#808081;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:22px}@keyframes _zoomEffect_17o2x_1{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}._container_17o2x_12{margin-top:48px}._container_17o2x_12._highlight_17o2x_15{animation:_zoomEffect_17o2x_1 .5s ease-in-out}._switchContainer_17o2x_19{margin-top:10px;display:flex;align-items:center;gap:10px}._errorText_17o2x_26{margin-top:8px;color:#ff4d4f}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._blTag_fvm0u_51{border:1px solid;border-radius:2px;background-color:#fff;font-family:Roboto!important;font-style:normal;font-weight:400;font-size:12px;padding:1px 8px;margin:0 5px 5px 0}._blTag_fvm0u_51._tag0_fvm0u_62{border-color:#722ed1;color:#722ed1}._blTag_fvm0u_51._tag1_fvm0u_66{border-color:#d21919;color:#d21919}._blTag_fvm0u_51._tag2_fvm0u_70{border-color:#2f54eb;color:#2f54eb}._blTag_fvm0u_51._tag3_fvm0u_74{border-color:#d71d9d;color:#d71d9d}._blTag_fvm0u_51._tag4_fvm0u_78{border-color:#177373;color:#177373}._blTag_fvm0u_51._tag5_fvm0u_82{border-color:#5e5a5a;color:#5e5a5a}._blTag_fvm0u_51._tag6_fvm0u_86{border-color:#078d53;color:#078d53}._blTag_fvm0u_51._tag7_fvm0u_90{border-color:#054d2a;color:#054d2a}._blTag_fvm0u_51._tag8_fvm0u_94{border-color:#010101;color:#010101}._blTag_fvm0u_51._tag9_fvm0u_98{border-color:#c21313;color:#c21313}._blTagContainer_fvm0u_103{display:flex;flex-direction:column}._secondaryButton_fvm0u_108{background:#f9523b!important;border:1px solid #F9523B!important}._secondaryButton_fvm0u_108:hover,._secondaryButton_fvm0u_108:focus{background:#d43a2f!important;border:1px solid #D43A2F!important}._secondaryButton_fvm0u_108:disabled{background:linear-gradient(0deg,var(--color-fill-disabled-fill, #F1F1F1) 0%,var(--color-fill-disabled-fill, #F1F1F1) 100%),var(--color-grey-grey-01, #B8B6B6)!important;border:1px solid var(--border-border-primary, #D9D9D9)!important;border-radius:2px!important;color:var(--color-text-disabled, #B8B8B8)!important}._primaryButtonOutlined_fvm0u_123{color:#29d1d4!important;border:1px solid #29D1D4!important}._primaryButtonOutlined_fvm0u_123:hover,._primaryButtonOutlined_fvm0u_123:focus{color:#29b1b4!important;border:1px solid #29B1B4!important}._primaryButtonOutlined_fvm0u_123:disabled{color:#cdcdcd!important;border:1px solid #CDCDCD!important}._mainContainer_fvm0u_136{height:90%}._loader_fvm0u_140{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:20px;gap:10px}._loader_fvm0u_140 p{margin:0}._supplierSpecifications_fvm0u_152{gap:5px;display:flex;justify-content:center;align-items:center}._supplierSpecifications_fvm0u_152 ._thunder_fvm0u_158{cursor:pointer;color:#5200ff}._contentSupplierSuggestion_fvm0u_163 [class~=ant-card-body]{padding:15px!important}._contentSupplierSuggestion_fvm0u_163 ._supplierSuggestion_fvm0u_166{padding:10px 0!important}._contentSupplierSuggestion_fvm0u_163 ._supplierSuggestion_fvm0u_166 ._content_fvm0u_163{display:flex;flex-direction:column;gap:5px}._contentSupplierSuggestion_fvm0u_163 ._supplierSuggestion_fvm0u_166 ._suggestion_fvm0u_174{margin:0}._contentSupplierSuggestion_fvm0u_163 ._buttons_fvm0u_177{display:flex;justify-content:flex-end}[class~=ant-popover-title]{margin-bottom:0!important}._container_fvm0u_186{background-color:#fff;padding:1rem;height:100%;font-family:Roboto}._container_fvm0u_186 ._toolbarContainer_fvm0u_192 ._controls_fvm0u_192{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._container_fvm0u_186 ._toolbarContainer_fvm0u_192 ._controls_fvm0u_192 ._search_fvm0u_198{width:100%}._container_fvm0u_186 ._toolbarContainer_fvm0u_192 ._controls_fvm0u_192 ._leftControls_fvm0u_201{display:flex;align-items:flex-start}._container_fvm0u_186 ._toolbarContainer_fvm0u_192 ._controls_fvm0u_192 ._rightControls_fvm0u_205{display:flex;align-items:flex-end}._container_fvm0u_186 ._toolbarContainer_fvm0u_192 ._divider_fvm0u_209{margin-right:1rem;margin-left:1rem}._container_fvm0u_186 ._toolbarContainer_fvm0u_192 ._search_fvm0u_198{width:300px}._quoteStatusTag_fvm0u_217{width:Hug 84px;height:Hug 30px;padding:5px 15px;border-radius:2px;gap:11px}._quoteStatusTag_fvm0u_217._inProgress_fvm0u_224{background:#e1e7ff;color:#2f54eb;border-color:#e1e7ff}._quoteStatusTag_fvm0u_217._ready_fvm0u_229{background:#ffe2ee;color:#eb2f96;border-color:#ffe2ee}._quoteStatusTag_fvm0u_217._applied_fvm0u_234{background:#d3f2df;color:#048939;border-color:#d3f2df}._steps_to3cb_1{margin-bottom:30px}._steps_to3cb_1 [class~=ant-steps-item-finish] [class~=ant-steps-item-icon],._steps_to3cb_1 [class~=ant-steps-item-finish] [class~=ant-steps-icon]{background:#f9523b;border-color:#f9523b;color:#fff}._steps_to3cb_1 [class~=ant-steps-item-finish] [class~=ant-steps-item-title]{color:#000!important}._steps_to3cb_1 [class~=ant-steps-item-finish] [class~=ant-steps-icon]{color:#fff!important}._steps_to3cb_1 [class~=ant-steps-item-finish] [class~=ant-steps-item-icon]{border-color:#f9523b!important}._steps_to3cb_1 [class~=ant-steps-item-process] [class~=ant-steps-item-icon],._steps_to3cb_1 [class~=ant-steps-item-process] [class~=ant-steps-icon]{background:#fff;border-color:#f9523b;color:#f9523b!important}._steps_to3cb_1 [class~=ant-steps-item-process]:before{background-color:#f9523b}._steps_to3cb_1 [class~=ant-steps-navigation]:before,._steps_to3cb_1 [class~=ant-steps-item]:before{background-color:#f9523b!important}._steps_to3cb_1 [class~=ant-steps-item-wait] [class~=ant-steps-item-title],._steps_to3cb_1 [class~=ant-steps-item-wait] [class~=ant-steps-icon]{color:#d5d5d5!important}._steps_to3cb_1 [class~=ant-steps-item-wait] [class~=ant-steps-item-icon]{border-color:#d5d5d5!important}._steps_to3cb_1 [class~=ant-steps-item-process]:hover [class~=ant-steps-item-title]{color:#000!important}._container_1ubnf_1{display:flex;align-items:center;gap:10px}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._blTag_14xoe_51{border:1px solid;border-radius:2px;background-color:#fff;font-family:Roboto!important;font-style:normal;font-weight:400;font-size:12px;padding:1px 8px;margin:0 5px 5px 0}._blTag_14xoe_51._tag0_14xoe_62{border-color:#722ed1;color:#722ed1}._blTag_14xoe_51._tag1_14xoe_66{border-color:#d21919;color:#d21919}._blTag_14xoe_51._tag2_14xoe_70{border-color:#2f54eb;color:#2f54eb}._blTag_14xoe_51._tag3_14xoe_74{border-color:#d71d9d;color:#d71d9d}._blTag_14xoe_51._tag4_14xoe_78{border-color:#177373;color:#177373}._blTag_14xoe_51._tag5_14xoe_82{border-color:#5e5a5a;color:#5e5a5a}._blTag_14xoe_51._tag6_14xoe_86{border-color:#078d53;color:#078d53}._blTag_14xoe_51._tag7_14xoe_90{border-color:#054d2a;color:#054d2a}._blTag_14xoe_51._tag8_14xoe_94{border-color:#010101;color:#010101}._blTag_14xoe_51._tag9_14xoe_98{border-color:#c21313;color:#c21313}._blTagContainer_14xoe_103{display:flex;flex-direction:column}._p_14xoe_108{font-family:Roboto;font-size:16px;font-weight:400;line-height:22px;letter-spacing:0em;text-align:center}._p2_14xoe_117{margin-top:2rem;font-family:Roboto;font-size:20px;font-weight:500;line-height:22px;letter-spacing:0em;text-align:center}._secondaryButton_14xoe_127{background:#f9523b!important;border:1px solid #F9523B!important}._secondaryButton_14xoe_127:hover,._secondaryButton_14xoe_127:focus{background:#d43a2f!important;border:1px solid #D43A2F!important}._secondaryButton_14xoe_127:disabled{background:linear-gradient(0deg,var(--color-fill-disabled-fill, #F1F1F1) 0%,var(--color-fill-disabled-fill, #F1F1F1) 100%),var(--color-grey-grey-01, #B8B6B6)!important;border:1px solid var(--border-border-primary, #D9D9D9)!important;border-radius:2px!important;color:var(--color-text-disabled, #B8B8B8)!important}._containerMain_p60o5_1 h5{text-align:center}._containerMain_p60o5_1 p{text-align:center;font-size:16px;margin-inline:70px}._containerMain_p60o5_1 ._p_info_p60o5_9{font-size:20px;font-weight:500;margin-bottom:30px}._warningGif_p60o5_15{width:200px;height:100%;object-fit:contain;align-self:center}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._container_16fnm_26 ._legend_16fnm_26{font-size:18px}._container_16fnm_26 [class~=ant-card-body]{padding:1.4rem 1.5rem}._container_16fnm_26 [class~=ant-card]{border-top-left-radius:20px;border-top-right-radius:20px}._container_16fnm_26 ._rightSide_16fnm_36{flex-grow:100;flex:1;width:1px}._container_16fnm_26 ._rightSide_16fnm_36 ._tagsBox_16fnm_41{border:1px solid #CDCDCD;border-radius:2px;overflow:auto;padding:7.5px;height:137px}._container_16fnm_26 ._rightSide_16fnm_36 ._tagsBoxKeywords_16fnm_48{border:1px solid #CDCDCD;border-radius:2px;overflow:auto;padding:7.5px;max-height:274px;height:auto;min-height:137px}._container_16fnm_26 ._rightSide_16fnm_36 ._tagsBoxKeywords_16fnm_48 div{display:flex;flex-flow:row wrap;min-width:100%;row-gap:5px}._container_16fnm_26 ._rightSide_16fnm_36 ._tagsBoxKeywords_16fnm_48 div [class~=ant-tag-hidden]{display:inline-block}._container_16fnm_26 ._rightSide_16fnm_36 ._tagsBox_16fnm_41 div{display:flex;flex-flow:row wrap;min-width:100%}._container_16fnm_26 ._rightSide_16fnm_36 ._tagsBox_16fnm_41 div [class~=ant-tag]{margin:2.5px;display:flex;align-items:center;height:22px}._container_16fnm_26 ._rightSide_16fnm_36 ._legend_16fnm_26{display:flex;flex-direction:row;justify-content:center;gap:15px;margin-top:5px}._container_16fnm_26 ._rightSide_16fnm_36 ._legend_16fnm_26>div{display:flex;align-items:center;gap:5px}._container_16fnm_26 ._rightSide_16fnm_36 ._legend_16fnm_26>div>p{margin:0;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._container_16fnm_26 [class~=ant-input-affix-wrapper] svg{margin:0!important}._container_16fnm_26 [class~=buttonCircle]{font-size:18px!important;padding:5px 75px!important;font-weight:500}._container_16fnm_26 ._rowSearchOptions_16fnm_105 ._searchOptions_16fnm_105{display:flex;gap:137px}._container_16fnm_26 ._rowSearchOptions_16fnm_105 ._searchOptions_16fnm_105 ._switch_16fnm_109{margin-right:5px}._container_16fnm_26 ._rowSearchOptions_16fnm_105 ._searchOptions_16fnm_105 ._switch_16fnm_109[class~=ant-switch-checked]{background-color:#29d1d4!important}._container_16fnm_26 ._oppContainerPE_16fnm_115{display:flex;gap:0 20px}._container_16fnm_26 ._oppContainer_16fnm_115{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:0 20px;align-items:center}._container_16fnm_26 ._oppChild_16fnm_125{display:flex;align-items:center;min-width:200px;margin-bottom:10px;box-sizing:border-box}._container_16fnm_26 ._oppChild_16fnm_125 ._switch_16fnm_109{margin-right:5px}._container_16fnm_26 ._oppChild_16fnm_125 ._switch_16fnm_109[class~=ant-switch-checked]{background-color:#29d1d4!important}@media (max-width: 767px){._container_16fnm_26 ._oppChild_16fnm_125{width:100%}}._container_16fnm_26 ._newFeatureTag_16fnm_143{margin:auto auto 31px;border-radius:7px;border:1px solid #039B12;display:flex}._container_16fnm_26 ._newFeatureIcon_16fnm_150{background:#039b12;padding:12px;display:flex;align-items:center;justify-content:center}._container_16fnm_26 ._newFeatureText_16fnm_157{padding:12px}._container_16fnm_26 ._newFeatureText_16fnm_157 p{margin:0}._menu_16fnm_164{border-bottom:none;font-size:16px;overflow-y:hidden;overflow-x:auto;padding-bottom:5px;gap:.8rem;min-width:200px}._menu_16fnm_164 [class~=ant-menu-item-selected]{color:#f9523b!important}._menu_16fnm_164 [class~=ant-menu-item-selected]:after{border-bottom:2px solid #F9523B!important;width:100%;margin-left:-1.2rem}._menu_16fnm_164 [class~=ant-menu-sub]{padding:1rem;display:flex;flex-direction:column;justify-content:center;margin:1rem}._menu_16fnm_164::-webkit-scrollbar{width:10px;height:10px;border-radius:1rem}._menu_16fnm_164::-webkit-scrollbar-track{border-radius:1rem;background-color:#e1e1e1}._menu_16fnm_164::-webkit-scrollbar-thumb{border-radius:1rem;box-shadow:inset 0 0 6px #0006}._menuItem_16fnm_205{padding:0!important;height:55px}._menuItem_16fnm_205:hover{color:#f9523b!important}._menuItem_16fnm_205:hover:after{border-bottom:2px solid #F9523B!important;width:100%;margin-left:-1.2rem}._menuItemInput_16fnm_218{border:none!important;display:inline!important;font-size:16px!important;padding:0}._content_16fnm_225 [class~=ant-row]{display:flex;width:100%;margin-bottom:40px}._title_16fnm_231{font-family:Lato;font-size:20px;font-style:normal;font-weight:800;line-height:29px;display:flex;align-items:center;gap:12px;margin-top:0}._containerDescription_16fnm_243{display:flex;flex-direction:column;gap:16px}._containerDescription_16fnm_243 div{display:flex;flex-direction:column}._description_16fnm_253{font-size:16px;font-style:normal;font-weight:400;line-height:19px;font-family:Lato}._tips_16fnm_261{color:#5c5c5ce0;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:19px}._associatedRut_16fnm_270{font-family:Lato;font-size:18px;font-style:normal;font-weight:400;line-height:22px}._containerFav_16fnm_278{display:flex;justify-content:space-between}._containerFav_16fnm_278 ._containerButtonsConfig_16fnm_282{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}._buttonShowAdvancedConfig_16fnm_289{height:32px;width:206px}._checkboxFav_16fnm_294{font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin-top:1rem}._containerBox_16fnm_303{display:flex;flex-direction:column;gap:79px}._containerBox_16fnm_303 ._circle_16fnm_308{width:12px;height:12px;border-radius:50%}._heatMap_16fnm_314{display:flex;justify-content:flex-end;gap:10px;font-family:Roboto;font-size:14px;font-weight:400;line-height:22px;letter-spacing:0em;text-align:left;text-decoration:underline;color:#000000d9;margin-top:10px;cursor:pointer}._heatMap_16fnm_314 span svg{width:16px;height:16px}._tag_16fnm_41{border-radius:2px;border:1px solid #FFBB96;color:#fa541c;background:#fff2e8}._tag_16fnm_41:hover{background:#fff2e8!important;border-color:#fa541c!important}._tagDefault_16fnm_345{border-radius:2px;max-width:max-content}._tagIa_16fnm_350{border-radius:2px;max-width:max-content;border:1px solid;font-family:Roboto;font-size:12px;font-weight:500;background-color:#f9f0ff;color:#5200ff}._problematicTag_16fnm_361{border-radius:2px;max-width:max-content;border:1px solid #ffa39e;color:#f5222d;background:#fff1f0}._problematicTag_16fnm_361:hover{background:#fff1f0!important;border-color:#f5222d!important}._btnDelete_16fnm_373{background:#fff;border-radius:2px;border:1px solid #8d7273;box-shadow:0 2px #00000004;color:#ff4d4f;height:40px;width:112px}._btnDelete_16fnm_373:hover{background-color:#ff4d4f!important;border:1px solid #FF4D4F!important;color:#fff!important}._btnDelete_16fnm_373:focus{background:#ff4d4f!important;border:1px solid #FF4D4F!important;color:#fff!important}._btnsContainer_16fnm_393{display:flex;flex-direction:row;justify-content:end;gap:12px}._btnCancel_16fnm_400{background:#fff;border-radius:2px;border:1px solid #D9D9D9;box-shadow:0 2px #00000004;height:40px;width:95px}._btnCancel_16fnm_400:hover{background:#d9d9d9!important;border:1px solid #D9D9D9!important;color:#000!important}._btnCancel_16fnm_400:focus{background:#d9d9d9;border:1px solid #D9D9D9;color:#000}._btnSave_16fnm_419{background:#f9523b;border-radius:2px;box-shadow:0 2px #0000000b;color:#fff;height:40px;margin-left:1rem;width:89px}._btnSave_16fnm_419:hover{background:#fff!important;border:1px solid #FF4D4F!important;color:#f9523b!important}._btnSave_16fnm_419:focus{background:#fff;border:1px solid #FF4D4F;color:#f9523b}._changeBlModal_16fnm_439 [class~=ant-modal-content]{border-radius:2px;width:416px}._changeBlModal_16fnm_439 [class~=ant-modal-confirm-title]{color:#000000d9;font-size:18px;font-style:normal;font-weight:500;line-height:24px;font-family:Roboto}._changeBlModal_16fnm_439 [class~=anticon-exclamation-circle]{display:flex;flex-direction:column;height:70px;justify-content:center}._deleteBlModal_16fnm_458 [class~=ant-modal-content]{border-radius:2px;width:416px}._deleteBlModal_16fnm_458 [class~=ant-modal-confirm-title]{color:#000000d9;font-size:18px;font-style:normal;font-weight:500;line-height:24px;font-family:Roboto}._deleteBlModal_16fnm_458 [class~=anticon-exclamation-circle]{display:flex;flex-direction:column;height:70px;justify-content:center}._deleteBlModal_16fnm_458 [class~=anticon-exclamation-circle] svg{color:#ff4d4f}._sectionKeywordsBox_16fnm_480{display:flex;flex-direction:row;gap:80px;align-items:flex-end}._sectionKeywordsBox_16fnm_480>div{display:flex;width:50%;flex-direction:column}@keyframes _slideUp_16fnm_548{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes _slideDown_16fnm_552{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}._footer_16fnm_512{position:fixed;left:60px;bottom:0;width:100%;max-width:calc(100vw - 60px);height:90px;background:#fff;z-index:2;display:flex;align-items:center;padding:10px 30px;box-shadow:0 2px 4px #0000001a;text-align:center;border-top:1px solid #D9D9D9;background:#fdfdfd;box-shadow:0 -4px 6px #00000026;transition:transform .3s ease-out,opacity .3s ease-out}._footer_16fnm_512 ._containerButtonSave_16fnm_531{display:flex;column-gap:15px;align-items:center}._footer_16fnm_512 ._containerButtonSave_16fnm_531 ._applicationSave_16fnm_536{margin:0;color:#808081;text-align:center;font-family:Roboto;font-size:13px;font-style:normal;font-weight:400;line-height:24px;text-decoration-line:underline}._footer_16fnm_512._slideUp_16fnm_548{animation:_slideUp_16fnm_548 .3s ease-out forwards}._footer_16fnm_512._slideDown_16fnm_552{animation:_slideDown_16fnm_552 .3s ease-out forwards}._containerDrawer_kgkb3_1 [class~=ant-drawer-header]{border-bottom:none}._containerDrawer_kgkb3_1 [class~=ant-drawer-header] [class~=ant-drawer-header-title]{justify-content:flex-end}._containerDrawer_kgkb3_1 [class~=ant-drawer-header] [class~=ant-drawer-header-title] button{margin:0;padding:0}._containerDrawer_kgkb3_1 ._content_kgkb3_11{padding:0 45px}._containerDrawer_kgkb3_1 ._content_kgkb3_11 ._title_kgkb3_14{font-family:Inter;font-size:20px;font-weight:600;line-height:24px;letter-spacing:0em}._containerDrawer_kgkb3_1 ._content_kgkb3_11 ._description_kgkb3_21{font-family:Inter;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;text-align:left}._containerDrawer_kgkb3_1 ._content_kgkb3_11 ._filter_kgkb3_29{display:flex;gap:5px}._containerDrawer_kgkb3_1 ._content_kgkb3_11 ._filter_kgkb3_29 p{font-family:Roboto;font-size:12px;font-weight:400;line-height:20px;letter-spacing:0em;text-align:left;margin:0}._containerDrawer_kgkb3_1 ._content_kgkb3_11 ._legend_kgkb3_42{display:flex;align-items:center}._containerDrawer_kgkb3_1 ._content_kgkb3_11 ._legend_kgkb3_42 p{margin:0}._containerDrawer_kgkb3_1 ._content_kgkb3_11 ._progress_kgkb3_49{display:flex;align-items:center;gap:5px}._containerDrawer_kgkb3_1 ._content_kgkb3_11 ._progress_kgkb3_49 [class~=ant-progress-inner]{border-radius:4px!important;height:17px}._containerDrawer_kgkb3_1 ._content_kgkb3_11 ._progress_kgkb3_49 [class~=ant-progress-bg]{height:17px!important;border-radius:4px!important}._containerDrawer_kgkb3_1 ._content_kgkb3_11 ._progress_kgkb3_49 span{font-size:16px}._modalConfiguration_m0izj_1 [class~=ant-modal-content]{border-radius:2px!important;max-width:744px;min-width:300px;width:100%;margin:0 auto}._modalConfiguration_m0izj_1 [class~=ant-modal-footer]{border-top:none}._modalConfiguration_m0izj_1 [class~=ant-modal-body]{padding:0}._modalConfiguration_m0izj_1 ._containerMain_m0izj_14{display:flex;flex-direction:column;gap:18px;padding:64px 54px}._modalConfiguration_m0izj_1 ._containerMain_m0izj_14 ._title_m0izj_20{font-family:Inter;font-size:20px;font-weight:600;line-height:24px;letter-spacing:0em;color:#000}._modalConfiguration_m0izj_1 ._containerMain_m0izj_14 ._description_m0izj_28{font-family:Inter;font-size:14px;font-weight:400;line-height:17px;letter-spacing:0em;color:#000}._modalConfiguration_m0izj_1 ._containerMain_m0izj_14 ._containerTags_m0izj_36{display:flex;flex-direction:row;flex-wrap:wrap;row-gap:5px}._modalConfiguration_m0izj_1 ._containerMain_m0izj_14 ._containerTags_m0izj_36 [class~=ant-tag-hidden]{display:inline-block}._modalConfiguration_m0izj_1 ._containerMain_m0izj_14 ._tagDefault_m0izj_45{border-radius:2px;max-width:max-content}._modalConfiguration_m0izj_1 ._containerMain_m0izj_14 ._tagIa_m0izj_49{border-radius:2px;max-width:max-content;border:1px solid;font-family:Roboto;font-size:12px;font-weight:500;background-color:#f9f0ff;color:#5200ff}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._modal_k2ccq_26 ._items_k2ccq_26>div{display:flex;flex-direction:row;column-gap:40px}._modal_k2ccq_26 ._items_k2ccq_26>div [class~=ant-form-item-label]{max-width:65px}._containerBtn_k2ccq_35{display:flex;justify-content:flex-end;gap:8px}._modal_l7fla_1 [class~=ant-modal-body] ._containerModal_l7fla_1{display:flex;flex-direction:column;gap:1rem}._modal_l7fla_1 [class~=ant-modal-body] ._containerModal_l7fla_1 ._containerAdding_l7fla_6{display:flex;justify-content:center;align-items:center;gap:.5rem}._modal_l7fla_1 [class~=ant-modal-body] ._containerModal_l7fla_1 ._containerAdding_l7fla_6 [class~=ant-select-selector]{border:none!important;font-family:Lato;font-size:16px}._modal_l7fla_1 [class~=ant-modal-body] ._containerModal_l7fla_1 ._containerAdding_l7fla_6 ._containerAdding_l7fla_6>div [class~=ant-tag]{border-radius:2px;border:1px solid var(--neutral-5, #D9D9D9);background:var(--neutral-2, #FAFAFA);display:inline-flex;padding:4px 8px;align-items:center;gap:3px}._modal_l7fla_1 [class~=ant-modal-body] ._containerModal_l7fla_1 ._p_l7fla_26{color:gray;padding-left:9px;cursor:pointer;margin:0;display:flex;flex-direction:row;align-items:center;gap:4px}._modal_l7fla_1 [class~=ant-modal-body] ._containerModal_l7fla_1 ._p_l7fla_26 :first-child{font-size:16px}._modal_l7fla_1 [class~=ant-modal-body] ._containerModal_l7fla_1 ._containerSwitchSpan_l7fla_39{padding-left:9px;display:flex;gap:.3rem;align-items:center}._modal_l7fla_1 [class~=ant-modal-body] ._containerModal_l7fla_1 ._containerSwitchSpan_l7fla_39 [class~=ant-switch-checked]{background-color:#29d1d4}._buttonsFooter_l7fla_49{display:flex;justify-content:flex-end;gap:8px}._actionsContainer_1aaxi_1{display:flex;height:36px;justify-content:space-between;align-items:flex-start}._iconContainer_1aaxi_8{display:flex;height:36px;flex-direction:column;align-items:center;gap:1px}._iconContainer_1aaxi_8 ._icon_1aaxi_8{font-size:19px}._iconContainer_1aaxi_8 ._iconText_1aaxi_18{width:44px;height:16px;flex-shrink:0;color:#000;text-align:center;font-size:10px;font-style:normal;font-weight:400;line-height:22px}._disabled_1aaxi_30{opacity:.5;cursor:not-allowed!important}._iconContainer_1aaxi_8:hover:not(._disabled_1aaxi_30){cursor:pointer}._containerTable_1gjam_1 ._actionsContainer_1gjam_1{display:flex;height:36px;align-items:flex-start;gap:12px}._circle_1gjam_8{width:10px;height:10px;border-radius:50%}._containerUserStructure_1gjam_14{display:flex;align-items:center;gap:1rem}._containerUserStructure_1gjam_14 ._star_1gjam_19 svg{width:26px;height:26px;color:#8b8787;cursor:pointer}._containerUserStructure_1gjam_14 ._avatar_1gjam_25{display:flex;width:42px;height:42px;align-items:center;text-align:center;font-family:Roboto}._containerUserStructure_1gjam_14 ._containerUserAndEmail_1gjam_33{display:flex;flex-direction:column;align-items:flex-start}._containerUserStructure_1gjam_14 ._containerUserAndEmail_1gjam_33 ._name_1gjam_38{display:flex;gap:12px;font-size:16px;font-weight:700;line-height:normal;color:#04041a;font-family:Lato;margin:0;opacity:.7}._containerUserStructure_1gjam_14 ._containerUserAndEmail_1gjam_33 ._mail_1gjam_49{line-height:normal;color:#04041a;font-family:Lato;font-size:14px;font-weight:400;margin:0;opacity:.7}._dropdownMenu_1gjam_59{min-width:max-content!important}[class=ant-select-selection-item],[class=ant-select-item-option-content]{display:flex!important;justify-content:flex-start!important;align-items:center!important;gap:.5rem}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._container_6bzxa_51 ._titleDetail_6bzxa_51{margin-top:2rem;margin-left:1.2rem}._container_6bzxa_51 ._cardContainerTender_6bzxa_55{border-top-left-radius:20px;border-top-right-radius:20px}._container_6bzxa_51 ._cardContainerTender_6bzxa_55 ._containerTable_6bzxa_59{max-width:100%;min-width:100%!important}._container_6bzxa_51 ._cardContainerTender_6bzxa_55 ._titleInvitation_6bzxa_63{display:block;font-family:Lato;font-weight:800;font-size:20px;margin:0}._container_6bzxa_51 ._cardContainerTender_6bzxa_55 ._descripInvitation_6bzxa_70{color:#000;font-family:Lato;font-size:16px;font-weight:400;line-height:normal;margin-bottom:37px}._container_6bzxa_51 ._cardContainerTender_6bzxa_55 ._inputLink_6bzxa_78{width:100%;padding:.5rem .8rem;border:1px solid #C7C5C5;border-radius:.25rem;height:36px}._container_6bzxa_51 ._cardContainerTender_6bzxa_55 ._inputLink_6bzxa_78:focus{outline:none!important;border:1px solid #F45432;box-shadow:0 0 10px #c7c5c5}._container_6bzxa_51 ._cardContainerTender_6bzxa_55 ._containerInputAndBtn_6bzxa_90{display:flex;align-items:center;gap:15px}._container_6bzxa_51 ._cardContainerTender_6bzxa_55 ._planLabelContainer_6bzxa_95{display:flex;align-items:center;margin-bottom:112px}._container_6bzxa_51 ._cardContainerTender_6bzxa_55 ._titleMembers_6bzxa_100{display:block;margin:0 0 2.5rem;font-family:Lato;font-weight:800;font-size:20px;color:#333}._container_6bzxa_51 ._cardContainerTender_6bzxa_55 ._containerBtnUserAndInputFilter_6bzxa_108{display:flex;justify-content:space-between}._container_6bzxa_51 ._cardContainerTender_6bzxa_55 ._containerBtnUserAndInputFilter_6bzxa_108 ._wrapperButtons_6bzxa_112{display:flex;gap:15px;margin-bottom:1em}._container_6bzxa_51 ._cardContainerTender_6bzxa_55 ._containerBtnUserAndInputFilter_6bzxa_108 ._select_6bzxa_117>div{display:flex;width:123px;height:42px;padding:8px 16px;align-items:center;gap:20px}._comment_1u44f_1{margin-bottom:0}._textarea_1u44f_5{width:100%;height:auto;border-color:#d9d9d9}._counter_1u44f_11{display:flex;justify-content:flex-end;color:#d9d9d9}._alert_1u44f_17{color:red}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._container_1dc9o_26 [class~=ant-card-body]{padding:0}._container_1dc9o_26 ._viewTypeButton_1dc9o_29{margin:0 13px}._container_1dc9o_26 ._viewTypeButton_1dc9o_29[class~=active] svg{color:#29d1d4!important}._container_1dc9o_26 ._navbar_1dc9o_35{height:50px;width:100%;display:flex;align-items:center}._container_1dc9o_26 ._navbar_1dc9o_35 [class~=ant-tabs]{flex-grow:1;margin-top:-4px}._container_1dc9o_26 ._navbar_1dc9o_35 [class~=ant-tabs-content-holder]{display:none}._container_1dc9o_26 ._navbar_1dc9o_35 [class~=ant-tabs-nav]{margin:2px}._container_1dc9o_26 ._navbar_1dc9o_35 [class~=ant-tabs-nav-operations]{display:none}._container_1dc9o_26 ._navbar_1dc9o_35 [class~=ant-divider]{border-width:2px;border-color:#ebebeb;margin-left:50px;margin-right:20px}._container_1dc9o_26 ._navbar_1dc9o_35 ._fullscreenButton_1dc9o_60{margin-top:-4px;font-size:14px;font-weight:500;height:100%;padding:0 10px;color:#666!important}._container_1dc9o_26 ._navbar_1dc9o_35 ._fullscreenButton_1dc9o_60 svg{color:#666!important;font-size:24px;height:24px;width:24px}._container_1dc9o_26 ._navbar_1dc9o_35 ._fullscreenButton_1dc9o_60:hover{background-color:#ebebeb}._container_1dc9o_26 ._grid_1dc9o_77{padding:20px 30px 30px}._container_1dc9o_26 ._grid_1dc9o_77 [class~=ant-card-body]{height:150px!important;padding:24px;box-shadow:0 3px 6px #00000029!important;border:1px solid #EBEBEB;border-radius:2px;display:flex;align-items:center;cursor:pointer}._container_1dc9o_26 ._grid_1dc9o_77 [class~=ant-card-body] ._gridCardIconContainer_1dc9o_90{min-width:70px;min-height:70px;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#f0fafa}._container_1dc9o_26 ._grid_1dc9o_77 [class~=ant-card-body] ._gridCardIconContainer_1dc9o_90 svg{width:50px;height:50px;fill:#29d1d4}._container_1dc9o_26 ._grid_1dc9o_77 [class~=ant-card-body] [class~=cardTitle]{font-weight:500;color:#333;font-size:18px}._container_1dc9o_26 ._grid_1dc9o_77 [class~=ant-card-body] [class~=cardLegend]{color:#333;font-size:14px}._container_1dc9o_26 ._content_1dc9o_113 [class~=ant-tabs-nav-wrap]{display:none}._container_1dc9o_26 [class~=ant-tabs-tabpane-active]{padding:15px;min-height:100vh}._publicMarketReport_1dc9o_121{height:425vh;margin:1% auto;width:100%;border:0}._publicMarketReport_1dc9o_121 iframe{border:none}._report_1dc9o_131{height:90vh;margin:1% auto;width:100%;border:0}._report_1dc9o_131 iframe{border:none}._loading_1dc9o_141{display:flex;justify-content:center;align-items:center;height:100%}._containerTeamChart_211cz_1{display:flex;justify-content:center}._containerTeamChart_211cz_1 ._recharts-layer_211cz_5 ._recharts-cartesian-axis-tick_211cz_5 line{display:none!important}._containerTeamChart_211cz_1 ._recharts-cartesian-axis-tick-line_211cz_8{display:none!important}._amountSize_211cz_12 tspan{font-size:10px!important}._quantitySize_211cz_16 tspan{font-size:14px!important}._tick_211cz_20{color:var(--Gray2, #4F4F4F);text-align:right;font-family:Inter;font-size:10px;font-style:normal;font-weight:400;line-height:normal}._containerAvatar_211cz_30{display:flex;gap:5px;flex-direction:column;align-items:center;justify-content:center}._containerAvatar_211cz_30 p{margin:0;text-align:center}._containerTooltip_211cz_42{background-color:var(--White, #FFFFFF);border:1px solid var(--Gray3, #E0E0E0);box-shadow:0 4px 4px #00000040;padding:10px;text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:normal;color:var(--Gray2, #4F4F4F)}._containerTooltip_211cz_42 ._assignedLabel_211cz_55{color:#1e9493}._containerTooltip_211cz_42 ._postulatedLabel_211cz_58{color:#ff9845}._containerTooltip_211cz_42 ._awardedLabel_211cz_61{color:#945fb9}._containerTooltip_211cz_42 ._memberLabel_211cz_64{color:#000}._containerAvatar_b0sj6_1{display:flex;gap:14px;align-items:center}._containerAvatar_b0sj6_1 p{margin:0}._containerTooltip_fypzu_1{background-color:var(--White, #FFFFFF);border:1px solid var(--Gray3, #E0E0E0);box-shadow:0 4px 4px #00000040;padding:10px;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:normal;color:var(--Gray2, #4F4F4F)}._containerTooltip_fypzu_1 ._assignedLabel_fypzu_13{color:#1e9493}._containerTooltip_fypzu_1 ._postulatedLabel_fypzu_16{color:#ff9845}._containerTooltip_fypzu_1 ._awardedLabel_fypzu_19{color:#945fb9}._containerTooltip_fypzu_1 ._memberLabel_fypzu_22{color:#000;text-align:center}._containerData_fypzu_27{text-align:left}._containerLegend_1otv5_1{display:flex;justify-content:flex-end}._containerLegend_1otv5_1 ._legend_1otv5_5{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:33px;width:85%}._containerLegend_1otv5_1 ._legend_1otv5_5 ._colorsFilter_1otv5_12{display:flex;flex-direction:row;flex-wrap:wrap;gap:22px}._containerLegend_1otv5_1 ._legend_1otv5_5 ._colorsFilter_1otv5_12 ._item_1otv5_18{display:flex;align-items:center;gap:15px}._containerLegend_1otv5_1 ._legend_1otv5_5 ._colorsFilter_1otv5_12 ._item_1otv5_18 p{margin:0;color:var(--Gray2, #4F4F4F);text-align:center;font-family:Inter;font-size:12px;font-weight:400}._containerLegend_1otv5_1 ._legend_1otv5_5 ._colorsFilter_1otv5_12 ._item_1otv5_18 ._ellipse_1otv5_31{width:15px;height:15px;border-radius:50%}._containerLegend_1otv5_1 ._legend_1otv5_5 ._textFilters_1otv5_36 ._titlePurchaseMethod_1otv5_36{color:var(--character-title-85, rgba(0, 0, 0, .85));text-align:right;font-family:Inter;font-size:18px;font-weight:600;line-height:40px;margin:0}._containerLegend_1otv5_1 ._legend_1otv5_5 ._textFilters_1otv5_36 ._statusFilter_1otv5_45{color:var(--character-title-85, rgba(0, 0, 0, .85));text-align:right;font-family:Inter;font-size:16px;font-weight:500;line-height:40px;margin-top:-7px;margin-bottom:0}._containerLegend_1otv5_1 ._legend_1otv5_5 ._textFilters_1otv5_36 ._date_1otv5_55{color:var(--character-title-85, rgba(0, 0, 0, .85));font-family:Inter;font-size:16px;font-weight:400;margin-bottom:0;text-align:right}._containerFilterSelect_122ik_1{display:flex;flex-direction:column;gap:10px}._containerFilterSelect_122ik_1 ._label_122ik_6{color:#000;font-family:Inter;font-size:14px;font-weight:500;line-height:22px}._containerFilterSelect_122ik_1 ._selectFilterSelect_122ik_13 [class~=ant-select-selector] [class~=ant-select-selection-item]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[class~=ant-select-dropdown] ._spanFilterselect_122ik_19 label{padding:5px 12px!important;color:var(--character-title-85, rgba(0, 0, 0, .85));font-family:Roboto;font-size:14px;font-weight:400;line-height:22px}._containerToolbarReports_1qfvd_1{display:flex;flex-direction:column;gap:12px}._containerToolbarReports_1qfvd_1 ._filters_1qfvd_6{display:flex;gap:20px;flex-wrap:wrap}._containerToolbarReports_1qfvd_1 ._filters_1qfvd_6 ._seeBy_1qfvd_11{display:flex;flex-direction:column;gap:10px}._containerToolbarReports_1qfvd_1 ._filters_1qfvd_6 ._seeBy_1qfvd_11 ._label_1qfvd_16{color:#000;font-family:Inter;font-size:14px;font-weight:500;line-height:22px}._containerToolbarReports_1qfvd_1 ._filters_1qfvd_6 ._seeBy_1qfvd_11 ._radioGroup_1qfvd_23{display:flex;height:32px;align-items:center}._containerToolbarReports_1qfvd_1 ._filters_1qfvd_6 ._seeBy_1qfvd_11 [class~=ant-radio-checked] [class~=ant-radio-inner]{border-color:#000}._containerToolbarReports_1qfvd_1 ._filters_1qfvd_6 ._seeBy_1qfvd_11 :after{background-color:#000!important}._containerToolbarReports_1qfvd_1 ._containerClear_1qfvd_34{display:flex;justify-content:end}._containerToolbarReports_1qfvd_1 ._containerClear_1qfvd_34 ._buttonClearFilters_1qfvd_38{color:var(--button-color-primary, #F9523B);text-align:center;font-family:Roboto;font-size:12px;font-weight:400;line-height:24px;text-decoration-line:underline;cursor:pointer;margin-bottom:34px}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._tableTeamReport_1b15d_26{margin-top:92px;width:100%}._tableTeamReport_1b15d_26 [class~=ant-table-thead] th{color:#4f4f5f;font-family:Lato;font-size:14px;font-style:normal;font-weight:700;line-height:normal}._container_1b15d_39{margin-top:1rem;padding:2rem;background:#fff;min-height:100%;border-radius:20px}._container_1b15d_39 ._block_1b15d_46{margin:1rem;padding:1rem}._container_1b15d_39 ._select_1b15d_50{width:350px;margin-right:1rem;margin-bottom:1rem}._container_1b15d_39 ._toolbarTitle_1b15d_55{color:#000;font-size:1rem;font-family:Inter;font-style:normal;font-weight:500;line-height:1.375rem;margin-bottom:1rem}._container_1b15d_39 ._assignmentTable_1b15d_64{width:100%}._container_1b15d_39 ._assignmentTable_1b15d_64 td,._container_1b15d_39 ._assignmentTable_1b15d_64 th{border:1px solid rgba(28,23,23,.1529411765);padding:.5rem;color:#04041a;font-size:1rem;font-family:Lato;font-style:normal;font-weight:700;line-height:normal;text-align:center}._container_1b15d_39 ._assignmentTable_1b15d_64 td._titleCell_1b15d_79,._container_1b15d_39 ._assignmentTable_1b15d_64 th._titleCell_1b15d_79{color:#4f4f5f!important}._containerFooter_1mquh_1{display:flex;justify-content:flex-end}._containerFooter_1mquh_1 ._buttonAddNewProduct_1mquh_5{min-width:max-content}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._productsContainer_a7r8h_26{height:calc(100% - 78px);display:flex}._productsContainer_a7r8h_26 ._card_a7r8h_30,._productsContainer_a7r8h_26 [class~=ant-card-body]{height:100%}._listCol_a7r8h_35{max-width:350px!important}._listCol_a7r8h_35 ._title_a7r8h_38{margin-bottom:0}._listCol_a7r8h_35 ._disclaimer_a7r8h_41{color:#a6a6a6;font-family:Roboto;font-size:10px;font-weight:400;line-height:20px;margin-bottom:21px}._buttonNewProduct_a7r8h_50{width:100%;margin-bottom:40px}._disabled_a7r8h_55{pointer-events:none;cursor:not-allowed!important}._itemDisabled_a7r8h_60{opacity:.5}._listcontainer_a7r8h_64{margin-top:10px}._listcontainer_a7r8h_64 [class~=buttonCircle]{padding:5px 0!important;display:flex;font-size:18px!important;justify-content:center;align-items:center}._listcontainer_a7r8h_64 ._list_a7r8h_35{height:calc(50vw - 250px);overflow-y:auto;overflow-x:hidden;margin:0 -25px 20px}._listcontainer_a7r8h_64 ._list_a7r8h_35 ._listItem_a7r8h_80{padding:0;display:flex}._listcontainer_a7r8h_64 ._list_a7r8h_35 ._listItem_a7r8h_80 [class~=ant-list-item-meta]{padding:10px 0 10px 30px;display:flex;flex-direction:column;width:60%}._listcontainer_a7r8h_64 ._list_a7r8h_35 ._listItem_a7r8h_80 [class~=ant-list-item-meta] h4{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}._listcontainer_a7r8h_64 ._list_a7r8h_35 ._listItem_a7r8h_80 [class~=ant-list-item-action]{padding:10px 15px 10px 0;margin-left:10px}._listcontainer_a7r8h_64 ._list_a7r8h_35 ._listItem_a7r8h_80 [class~=ant-list-item-action] svg{color:#29d1d4}._listcontainer_a7r8h_64 ._list_a7r8h_35 ._listItem_a7r8h_80 [class~=ant-list-item-action] svg:hover{color:#29b1b4}._listcontainer_a7r8h_64 ._list_a7r8h_35 ._listItem_a7r8h_80._active_a7r8h_107{background-color:#d5f8f966!important}._listcontainer_a7r8h_64 ._list_a7r8h_35 ._listItem_a7r8h_80:hover{background-color:#f7f7f7b3}._reportCol_a7r8h_114{flex-grow:1;background-color:#fff;border:1px solid #f0f0f0}._repContainer_a7r8h_120{width:100%;height:100%;overflow:hidden;display:flex;flex-direction:column;padding-bottom:10px;justify-content:space-between;background-color:#fff}._repContainer_a7r8h_120>div{height:100%}._repContainer_a7r8h_120 ._report_a7r8h_114{height:100%}._itemText_a7r8h_137{cursor:pointer}._itemText_a7r8h_137:hover{color:#29d1d4}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._providers_dtwge_26{font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:22px;display:flex;height:60px;padding:8px 24px;align-items:center;align-self:stretch;border-radius:8px;border:none;background:none;width:100%;color:var(--Color-Neutral-Text-colorText, rgba(0, 0, 0, .88));cursor:pointer;margin-inline-end:auto;gap:8px}._providers_dtwge_26 ._tagContent_dtwge_46{display:flex;flex-direction:row;width:100%}._providers_dtwge_26 ._tagContent_dtwge_46>div{display:flex;flex-direction:column;width:100%}._providers_dtwge_26 ._truncatedText_dtwge_56{display:inline-block;max-width:240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._providers_dtwge_26 ._taxNumber_dtwge_63{color:var(--color-grey-breadcrumb, #8C8C8C);font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._opportunityTypes_dtwge_72{color:#000000e0;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:20px;background:none;border:none;cursor:pointer}._opportunityTypesSelected_dtwge_84{border-radius:4px;background:#000000e0;color:#fff}._providers_dtwge_26:hover{border-radius:var(--Style-borderRadiusLG, 8px);background:var(--Button-Hover, #FFF4F2)}._selected_dtwge_95{border-radius:var(--Style-borderRadiusLG, 8px);background:var(--Button-Hover, #FFF4F2);color:var(--Button-Primary, #F9523B);border:none}._tagsContainer_dtwge_102{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;width:100%}._card_dtwge_110{display:flex;flex-direction:column;align-items:flex-start;gap:var(--Size-Padding-padding, 16px);align-self:stretch;width:100%;min-height:0;overflow:hidden}._card_dtwge_110 [class~=ant-card-body]{height:90%}._card_dtwge_110 ._title_dtwge_123{color:#333;font-family:Roboto;font-size:20px;font-style:normal;font-weight:600;line-height:normal;margin:0}._card_dtwge_110 ._subtitle_dtwge_132{margin:0}._card_dtwge_110 ._text_dtwge_135{margin:0;color:#4f4f4f;font-family:Lato;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.8px}._card_dtwge_110 ._disclaimer_dtwge_145{color:#a6a6a6;font-family:Roboto;font-size:10px;font-weight:400;line-height:20px;margin-bottom:21px}._container_dtwge_154 ._report_dtwge_154{display:flex;gap:12px;flex-direction:row}._container_dtwge_154 ._report_dtwge_154 ._listCol_dtwge_159{max-width:350px!important;width:100%}._container_dtwge_154 ._report_dtwge_154 ._fullWidthCol_dtwge_163{flex-grow:1;min-width:0;overflow:hidden;display:flex;flex-direction:column}._container_dtwge_154 ._tagsContainer_dtwge_102{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;width:100%}._container_dtwge_154 ._containerFilters_dtwge_177{display:flex;flex-direction:column;gap:16px}._container_dtwge_154 ._containerFilters_dtwge_177 ._filters_dtwge_182{display:flex;justify-content:space-between;width:100%}._container_dtwge_154 ._containerFilters_dtwge_177 ._row_dtwge_187{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}._list_dtwge_159 [class~=ant-list-empty-text]{padding:0!important}._typeColumn_dtwge_198{translate:inherit;width:100%;display:flex;align-items:center;justify-content:center}._typeColumn_dtwge_198 [class~=ant-tag]{border-radius:4px;border-color:transparent;color:#fff}._typeColumn_dtwge_198._tender_dtwge_210>[class~=ant-tag]{background-color:#ff7b57!important}._typeColumn_dtwge_198._agile_dtwge_213>[class~=ant-tag]{background-color:#ae1bdb!important}._typeColumn_dtwge_198._purchase_dtwge_216>[class~=ant-tag]{background-color:#d62121!important}._typeColumn_dtwge_198._quote_dtwge_219>[class~=ant-tag]{background-color:#1873fb!important}._typeColumn_dtwge_198._marco_quote_dtwge_222>[class~=ant-tag]{background-color:#2cb95d!important}._typeColumn_dtwge_198._marketQuery_dtwge_225>[class~=ant-tag]{background-color:#6924ae!important}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._blTag_xeg0a_51{border:1px solid;border-radius:2px;background-color:#fff;font-family:Roboto!important;font-style:normal;font-weight:400;font-size:12px;padding:1px 8px;margin:0 5px 5px 0}._blTag_xeg0a_51._tag0_xeg0a_62{border-color:#722ed1;color:#722ed1}._blTag_xeg0a_51._tag1_xeg0a_66{border-color:#d21919;color:#d21919}._blTag_xeg0a_51._tag2_xeg0a_70{border-color:#2f54eb;color:#2f54eb}._blTag_xeg0a_51._tag3_xeg0a_74{border-color:#d71d9d;color:#d71d9d}._blTag_xeg0a_51._tag4_xeg0a_78{border-color:#177373;color:#177373}._blTag_xeg0a_51._tag5_xeg0a_82{border-color:#5e5a5a;color:#5e5a5a}._blTag_xeg0a_51._tag6_xeg0a_86{border-color:#078d53;color:#078d53}._blTag_xeg0a_51._tag7_xeg0a_90{border-color:#054d2a;color:#054d2a}._blTag_xeg0a_51._tag8_xeg0a_94{border-color:#010101;color:#010101}._blTag_xeg0a_51._tag9_xeg0a_98{border-color:#c21313;color:#c21313}._blTagContainer_xeg0a_103{display:flex;flex-direction:column}._h3_xeg0a_108{margin-top:3rem;margin-bottom:1rem!important;font-family:Lato;font-weight:900!important;font-size:24px;color:#4f4f5f!important}._inputStyleName_xeg0a_117{width:65%!important;height:38px!important}._container_xeg0a_122 ._cardAgile_xeg0a_122{padding:3rem;margin-top:1rem;border-top-left-radius:20px;border-top-right-radius:20px}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._agileCodeIdLink_xeg0a_128{color:#333;font-size:1.2rem;font-weight:700;border:none;background:#fff;cursor:pointer}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._titleOrganism_xeg0a_136{margin-bottom:.5rem;font-size:1rem;color:#666}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._title_xeg0a_136{font-size:24px;color:#4f4f5f;font-weight:700;margin-top:3rem;margin-bottom:2rem}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._buttonsAndDescription_xeg0a_148 ._containerDescription_xeg0a_148{width:100%}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._paragraphBold_xeg0a_151{margin-bottom:.5rem;font-weight:700;color:#333;font-size:1.3rem}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._paragraphNormal_xeg0a_157{font-size:1.1rem}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._rightButtonsAndIcons_xeg0a_160{display:flex;flex-direction:column;align-items:flex-end;margin:auto;margin-top:1rem;margin-bottom:0rem}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._rightButtonsAndIcons_xeg0a_160 ._containerIcons_xeg0a_168{display:flex;flex-direction:row;justify-content:space-between;width:280px;margin:1rem 2rem 0rem}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._rightButtonsAndIcons_xeg0a_160 ._containerIcons_xeg0a_168 ._icons_xeg0a_175{width:35px;height:35px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.2rem;border-radius:5px}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._rightButtonsAndIcons_xeg0a_160 ._containerIcons_xeg0a_168 ._icons_xeg0a_175 ._controlButtonFlag_xeg0a_185{color:#000}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._rightButtonsAndIcons_xeg0a_160 ._containerIcons_xeg0a_168 ._icons_xeg0a_175 ._controlButtonFlagActive_xeg0a_188{color:#f45432}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._rightButtonsAndIcons_xeg0a_160 ._containerIcons_xeg0a_168 ._icons_xeg0a_175:hover{background-color:#cdcdcd}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._rightButtonsAndIcons_xeg0a_160 ._containerBtbTag_xeg0a_194{display:flex;justify-content:center;gap:8px}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._wrapperResponsible_xeg0a_199{display:flex;justify-content:end;margin-top:3rem}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._wrapperResponsible_xeg0a_199 ._responsibleTenderContainer_xeg0a_204{display:flex;flex-direction:column;width:630px;margin-top:1rem;padding:.5rem .5rem .5rem 3rem}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._wrapperResponsible_xeg0a_199 ._responsibleTenderContainer_xeg0a_204 ._infoTenderContainer_xeg0a_212{display:flex;justify-content:space-between;width:100%}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._wrapperResponsible_xeg0a_199 ._responsibleTenderContainer_xeg0a_204 ._infoTenderContainer_xeg0a_212 :nth-child(n){max-width:315px}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._wrapperResponsible_xeg0a_199 ._responsibleTenderContainer_xeg0a_204 ._infoTenderContainer_xeg0a_212 :nth-child(n+1){max-width:315px}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._wrapperResponsible_xeg0a_199 ._responsibleTenderContainer_xeg0a_204 ._infoTenderContainer_xeg0a_212 :nth-child(n+1) p{width:220px}._container_xeg0a_122 ._containerDescription_xeg0a_148{min-height:150px;border:1px solid #CDCDCD;border-radius:.5rem;margin-top:4rem;margin-bottom:3rem;padding:1.5rem;color:#666}._container_xeg0a_122 ._containerDescription_xeg0a_148 ._tenderDescription_xeg0a_235{text-align:justify;font-size:1.2rem}._container_xeg0a_122 ._containerDescription_xeg0a_148 ._price_xeg0a_239{font-size:1.4rem}._enviarASeguimientoBtn_xeg0a_243{width:164px;height:35px;padding:_;border:none;border-radius:20px;background-color:#fafafa;color:#666;cursor:pointer;border:1px solid #999999;font-family:Lato}._enviarASeguimientoBtn_xeg0a_243:hover{opacity:.8}._enviarASeguimientoBtn_xeg0a_243:hover{background-color:#999;color:#fafafa}._btnTags_xeg0a_264{width:350px;height:35px;padding:_;border:none;border-radius:20px;background-color:#fff;color:#666;cursor:pointer;border:1px solid #999999;margin-bottom:1rem}._btnTags_xeg0a_264:hover{opacity:.8}._btnAssingContact_xeg0a_280{width:350px;height:35px;padding:_;border:none;border-radius:20px;background-color:#fff;color:#666;cursor:pointer;border:1px solid #999999;margin-bottom:1rem}._btnAssingContact_xeg0a_280{width:350px;height:35px;padding:_;border:none;border-radius:20px;background-color:#f9523b;color:#fff;cursor:pointer}._btnAssingContact_xeg0a_280:hover{opacity:.8}._quoteViewCard_xeg0a_314{border:none}._appTitle_xeg0a_318{font-size:16px!important;color:#4f4f5f!important;font-weight:800!important}@media screen and (min-width: 1280px) and (max-width: 1920px){._responsibleTenderContainer_xeg0a_204{width:85%}}@media screen and (min-width: 768px) and (max-width: 1280px){._container_xeg0a_122 ._cardAgile_xeg0a_122{padding:1.5rem}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._titleOrganism_xeg0a_136{margin-bottom:.5rem}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._paragraphBold_xeg0a_151{font-size:1.1rem}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._paragraphNormal_xeg0a_157{font-size:.9rem}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._containerDescription_xeg0a_148{width:100%}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._containerDescription_xeg0a_148 ._tenderDescription_xeg0a_235{font-size:1rem}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._containerDescription_xeg0a_148 ._price_xeg0a_239{font-size:1.2rem}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._rightButtonsAndIcons_xeg0a_160{padding-right:1.5rem}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._wrapperResponsible_xeg0a_199{justify-content:center}._container_xeg0a_122 ._cardAgile_xeg0a_122 ._wrapperResponsible_xeg0a_199 ._responsibleTenderContainer_xeg0a_204{width:850px}}._filterSection_xeg0a_361{display:flex;justify-content:space-between;align-items:center;margin-top:1rem!important;margin-bottom:4rem!important}@media screen and (min-width: 768px) and (max-width: 1190px){._container_xeg0a_122 ._cardAgile_xeg0a_122 ._rightButtonsAndIcons_xeg0a_160{align-items:center}}._oppBox_xeg0a_374{border-radius:4px;border:1px solid #D9D9D9;padding-inline:20px}._oppDiv_xeg0a_380{display:flex;padding:20px;flex-direction:column;align-items:flex-start;border-bottom:1px solid #D9D9D9}._code_xeg0a_388{color:#4f4f5f;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin:0}._subTitle_xeg0a_398{color:#000;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:5px}._itemTitle_xeg0a_408{color:#4f4f5f;font-family:Roboto;font-size:15px;font-style:normal;font-weight:500;line-height:normal;margin:8px 0 18px}._info_xeg0a_212{display:flex;justify-content:space-between;align-items:flex-end;align-self:stretch}._awarded_xeg0a_427{color:#4f4f5f;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:normal}._separate_xeg0a_436{display:flex;justify-content:space-between;align-items:flex-end;align-self:stretch;align-items:center}._status_publicada_xeg0a_444{padding:3px 8px;border-radius:2px;background:#d3f2df;color:#048939;font-family:Roboto;font-size:12px;font-style:normal;font-weight:500;line-height:20px}._status_cerrada_xeg0a_456{padding:3px 8px;border-radius:2px;background:#ffdfdf;color:#e00;font-family:Roboto;font-size:12px;font-style:normal;font-weight:500;line-height:20px}._status_adjudicada_xeg0a_468{padding:3px 8px;border-radius:2px;background:#e8cbfe;color:#7446fa;font-family:Roboto;font-size:12px;font-style:normal;font-weight:500;line-height:20px}._status_oc_emitida_xeg0a_480{padding:3px 8px;border-radius:2px;background:#e1e7ff;color:#2f54eb;font-family:Roboto;font-size:12px;font-style:normal;font-weight:500;line-height:20px}._fecha_xeg0a_492{margin-left:5px;color:#000;font-family:Roboto;font-size:13px;font-style:normal;font-weight:400;line-height:normal}._link_xeg0a_502{color:#4f4f5f;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:normal;text-decoration-line:underline;margin-bottom:0}._link_xeg0a_502:hover{cursor:pointer;color:#393944}._small_xeg0a_518{color:#4f4f5f;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:normal}._amount_xeg0a_527{margin:0;color:#4f4f5f;font-family:Roboto;font-size:20px;font-style:normal;font-weight:500;line-height:normal}._separate2_xeg0a_537{display:flex;justify-content:space-between;align-items:flex-end;align-self:stretch}._awarded_box_xeg0a_544{border-left:1px solid #D9D9D9;padding-left:20px;margin-left:20px}._descText_xeg0a_550{color:#808081;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:22px}._divRangePrices_xeg0a_560{border:1px solid #D9D9D9;border-radius:4px;padding-inline:20px;padding-block:30px;background:#fcfcfc;margin-top:1rem}._divPriceDetail_xeg0a_569{border-radius:4px;border:1px solid #D9D9D9;background:#fcfcfc;height:14vh;width:20vw;padding:20px;justify-content:center;align-items:center}._divPriceDetailTitle_xeg0a_580{font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:normal}._divPriceDetailAmount_xeg0a_588{margin:7px 0 0;font-family:Roboto;font-size:22px;font-style:normal;font-weight:500;line-height:normal}._tagSelected_xeg0a_598{border-radius:4px;border:1px solid #D9D9D9;background:#fcfcfc;padding:5px;margin-right:5px}._tagSelected_xeg0a_598:hover{cursor:pointer}._participantName_xeg0a_610{color:#000;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;line-height:22px}._participantTaxNumber_xeg0a_620{color:#999999d9;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._customHeaderPadding_xeg0a_630{padding-left:18px!important}._divConvSimilares_xeg0a_634{border:1px solid #D9D9D9;border-radius:5px}._scrollableDiv_xeg0a_639{max-height:112vh;overflow-y:auto}._divInsight2_xeg0a_644{border:1px solid #D9D9D9;border-radius:5px;width:49%}._providersInsight4_xeg0a_650{display:flex;max-height:345px;min-width:300px;padding:18px 24px;flex-direction:column;gap:24px;overflow-y:scroll}._providersInsight4Small_xeg0a_660{color:#999999d9;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._insight1Div_xeg0a_669{border:1px solid #D9D9D9;border-radius:4px;width:75%;height:75%}._providerName_xeg0a_676{color:#4f4f5f;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;line-height:normal}._insight3Div_xeg0a_685{border:1px solid #D9D9D9;border-radius:4px;height:75%}._insight3Title_xeg0a_691{font-family:Roboto;font-size:24px;font-weight:500;line-height:24px;text-align:center;text-underline-position:"from-font";text-decoration-skip-ink:none}._insight3SubTitle_xeg0a_701{font-family:Roboto;font-size:14px;font-weight:400;line-height:16px;text-align:center;text-underline-position:from-font;text-decoration-skip-ink:none;color:#6c6c6c}._insight3Details_xeg0a_712 h5{font-family:Roboto;font-size:14px;font-weight:500;line-height:32px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;margin-block:0px;padding-block:0px}._insight3Details_xeg0a_712 p{margin-block:0px;padding-block:0px;font-family:Roboto;font-size:12px;font-weight:400;line-height:32px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;margin-left:18px}._ellipse1_xeg0a_736{display:inline-block;width:8px;height:8px;background-color:#4203c9;border-radius:50%;margin-right:10px}._ellipse2_xeg0a_745{display:inline-block;width:8px;height:8px;background-color:#ffcd71;border-radius:50%;margin-right:10px}._insight3Color_xeg0a_754{width:18%;height:12px;gap:0px;border-radius:15px;opacity:0px}._linkTotal_xeg0a_762{font-family:Inter;font-size:14px;font-weight:400;line-height:16.94px;letter-spacing:-.3000000119px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;color:#734a00}._p_gray_xeg0a_774{font-family:Roboto;font-size:14px;font-weight:400;line-height:16px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;color:#6c6c6c}._countComplaints_xeg0a_785{font-family:Roboto;font-size:14px!important;font-weight:400;line-height:32px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;color:#999}._latestsBuyersContainer_xeg0a_796{display:flex;gap:1.7rem}._latestsBuyersContainer_xeg0a_796>div{flex:1;min-width:0}._tableLatestBuyers_xeg0a_805{table-layout:fixed;overflow-x:auto;max-height:400px}._divInsight_xeg0a_644{border:1px solid #D9D9D9;border-radius:5px}._noDataText_xeg0a_816{margin-left:1rem}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._blTag_ieyvh_51{border:1px solid;border-radius:2px;background-color:#fff;font-family:Roboto!important;font-style:normal;font-weight:400;font-size:12px;padding:1px 8px;margin:0 5px 5px 0}._blTag_ieyvh_51._tag0_ieyvh_62{border-color:#722ed1;color:#722ed1}._blTag_ieyvh_51._tag1_ieyvh_66{border-color:#d21919;color:#d21919}._blTag_ieyvh_51._tag2_ieyvh_70{border-color:#2f54eb;color:#2f54eb}._blTag_ieyvh_51._tag3_ieyvh_74{border-color:#d71d9d;color:#d71d9d}._blTag_ieyvh_51._tag4_ieyvh_78{border-color:#177373;color:#177373}._blTag_ieyvh_51._tag5_ieyvh_82{border-color:#5e5a5a;color:#5e5a5a}._blTag_ieyvh_51._tag6_ieyvh_86{border-color:#078d53;color:#078d53}._blTag_ieyvh_51._tag7_ieyvh_90{border-color:#054d2a;color:#054d2a}._blTag_ieyvh_51._tag8_ieyvh_94{border-color:#010101;color:#010101}._blTag_ieyvh_51._tag9_ieyvh_98{border-color:#c21313;color:#c21313}._blTagContainer_ieyvh_103{display:flex;flex-direction:column}._h3_ieyvh_108{margin-top:3rem;margin-bottom:1rem!important;font-family:Lato;font-weight:900!important;font-size:24px;color:#4f4f5f!important}._inputStyleName_ieyvh_117{width:65%!important;height:38px!important}._container_ieyvh_122 ._content_ieyvh_122{display:flex;flex-direction:row;gap:12px}._container_ieyvh_122 ._content_ieyvh_122 ._listCol_ieyvh_127{max-width:350px;width:100%}._container_ieyvh_122 ._content_ieyvh_122 ._reports_ieyvh_131{flex-grow:1;min-width:0;overflow:hidden;display:flex;flex-direction:column}._container_ieyvh_122 ._cardAgile_ieyvh_138{padding:3rem;margin-top:1rem;border-top-left-radius:20px;border-top-right-radius:20px}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._agileCodeIdLink_ieyvh_144{color:#333;font-size:1.2rem;font-weight:700;border:none;background:#fff;cursor:pointer}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._titleOrganism_ieyvh_152{margin-bottom:.5rem;font-size:1rem;color:#666}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._title_ieyvh_152{font-size:24px;color:#4f4f5f;font-weight:700;margin-top:3rem;margin-bottom:2rem}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._buttonsAndDescription_ieyvh_164 ._containerDescription_ieyvh_164{width:100%}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._paragraphBold_ieyvh_167{margin-bottom:.5rem;font-weight:700;color:#333;font-size:1.3rem}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._paragraphNormal_ieyvh_173{font-size:1.1rem}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._rightButtonsAndIcons_ieyvh_176{display:flex;flex-direction:column;align-items:flex-end;margin:auto;margin-top:1rem;margin-bottom:0rem}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._rightButtonsAndIcons_ieyvh_176 ._containerIcons_ieyvh_184{display:flex;flex-direction:row;justify-content:space-between;width:280px;margin:1rem 2rem 0rem}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._rightButtonsAndIcons_ieyvh_176 ._containerIcons_ieyvh_184 ._icons_ieyvh_191{width:35px;height:35px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.2rem;border-radius:5px}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._rightButtonsAndIcons_ieyvh_176 ._containerIcons_ieyvh_184 ._icons_ieyvh_191 ._controlButtonFlag_ieyvh_201{color:#000}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._rightButtonsAndIcons_ieyvh_176 ._containerIcons_ieyvh_184 ._icons_ieyvh_191 ._controlButtonFlagActive_ieyvh_204{color:#f45432}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._rightButtonsAndIcons_ieyvh_176 ._containerIcons_ieyvh_184 ._icons_ieyvh_191:hover{background-color:#cdcdcd}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._rightButtonsAndIcons_ieyvh_176 ._containerBtbTag_ieyvh_210{display:flex;justify-content:center;gap:8px}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._wrapperResponsible_ieyvh_215{display:flex;justify-content:end;margin-top:3rem}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._wrapperResponsible_ieyvh_215 ._responsibleTenderContainer_ieyvh_220{display:flex;flex-direction:column;width:630px;margin-top:1rem;padding:.5rem .5rem .5rem 3rem}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._wrapperResponsible_ieyvh_215 ._responsibleTenderContainer_ieyvh_220 ._infoTenderContainer_ieyvh_228{display:flex;justify-content:space-between;width:100%}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._wrapperResponsible_ieyvh_215 ._responsibleTenderContainer_ieyvh_220 ._infoTenderContainer_ieyvh_228 :nth-child(n){max-width:315px}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._wrapperResponsible_ieyvh_215 ._responsibleTenderContainer_ieyvh_220 ._infoTenderContainer_ieyvh_228 :nth-child(n+1){max-width:315px}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._wrapperResponsible_ieyvh_215 ._responsibleTenderContainer_ieyvh_220 ._infoTenderContainer_ieyvh_228 :nth-child(n+1) p{width:220px}._container_ieyvh_122 ._containerDescription_ieyvh_164{min-height:150px;border:1px solid #CDCDCD;border-radius:.5rem;margin-top:4rem;margin-bottom:3rem;padding:1.5rem;color:#666}._container_ieyvh_122 ._containerDescription_ieyvh_164 ._tenderDescription_ieyvh_251{text-align:justify;font-size:1.2rem}._container_ieyvh_122 ._containerDescription_ieyvh_164 ._price_ieyvh_255{font-size:1.4rem}._enviarASeguimientoBtn_ieyvh_259{width:164px;height:35px;padding:_;border:none;border-radius:20px;background-color:#fafafa;color:#666;cursor:pointer;border:1px solid #999999;font-family:Lato}._enviarASeguimientoBtn_ieyvh_259:hover{opacity:.8}._enviarASeguimientoBtn_ieyvh_259:hover{background-color:#999;color:#fafafa}._btnTags_ieyvh_280{width:350px;height:35px;padding:_;border:none;border-radius:20px;background-color:#fff;color:#666;cursor:pointer;border:1px solid #999999;margin-bottom:1rem}._btnTags_ieyvh_280:hover{opacity:.8}._btnAssingContact_ieyvh_296{width:350px;height:35px;padding:_;border:none;border-radius:20px;background-color:#fff;color:#666;cursor:pointer;border:1px solid #999999;margin-bottom:1rem}._btnAssingContact_ieyvh_296{width:350px;height:35px;padding:_;border:none;border-radius:20px;background-color:#f9523b;color:#fff;cursor:pointer}._btnAssingContact_ieyvh_296:hover{opacity:.8}._quoteViewCard_ieyvh_330{border:none}._appTitle_ieyvh_334{font-size:16px!important;color:#4f4f5f!important;font-weight:800!important}@media screen and (min-width: 1280px) and (max-width: 1920px){._responsibleTenderContainer_ieyvh_220{width:85%}}@media screen and (min-width: 768px) and (max-width: 1280px){._container_ieyvh_122 ._cardAgile_ieyvh_138{padding:1.5rem}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._titleOrganism_ieyvh_152{margin-bottom:.5rem}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._paragraphBold_ieyvh_167{font-size:1.1rem}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._paragraphNormal_ieyvh_173{font-size:.9rem}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._containerDescription_ieyvh_164{width:100%}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._containerDescription_ieyvh_164 ._tenderDescription_ieyvh_251{font-size:1rem}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._containerDescription_ieyvh_164 ._price_ieyvh_255{font-size:1.2rem}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._rightButtonsAndIcons_ieyvh_176{padding-right:1.5rem}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._wrapperResponsible_ieyvh_215{justify-content:center}._container_ieyvh_122 ._cardAgile_ieyvh_138 ._wrapperResponsible_ieyvh_215 ._responsibleTenderContainer_ieyvh_220{width:850px}}._filterSection_ieyvh_377{display:flex;justify-content:space-between;align-items:center;margin-top:1rem!important;margin-bottom:4rem!important}@media screen and (min-width: 768px) and (max-width: 1190px){._container_ieyvh_122 ._cardAgile_ieyvh_138 ._rightButtonsAndIcons_ieyvh_176{align-items:center}}._oppBox_ieyvh_390{border-radius:4px;border:1px solid #D9D9D9;padding-inline:20px}._oppDiv_ieyvh_396{display:flex;padding:20px;flex-direction:column;align-items:flex-start;border-bottom:1px solid #D9D9D9}._code_ieyvh_404{color:#4f4f5f;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin:0}._subTitle_ieyvh_414{color:#000;font-family:Roboto;font-size:11px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:5px}._itemTitle_ieyvh_424{color:#4f4f5f;font-family:Roboto;font-size:15px;font-style:normal;font-weight:500;line-height:normal;margin:8px 0 18px}._info_ieyvh_228{display:flex;justify-content:space-between;align-items:flex-end;align-self:stretch}._awarded_ieyvh_443{color:#4f4f5f;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:normal}._separate_ieyvh_452{display:flex;justify-content:space-between;align-items:flex-end;align-self:stretch;align-items:center}._status_publicada_ieyvh_460{padding:3px 8px;border-radius:2px;background:#d3f2df;color:#048939;font-family:Roboto;font-size:12px;font-style:normal;font-weight:500;line-height:20px}._status_cerrada_ieyvh_472{padding:3px 8px;border-radius:2px;background:#ffdfdf;color:#e00;font-family:Roboto;font-size:12px;font-style:normal;font-weight:500;line-height:20px}._status_adjudicada_ieyvh_484{padding:3px 8px;border-radius:2px;background:#e8cbfe;color:#7446fa;font-family:Roboto;font-size:12px;font-style:normal;font-weight:500;line-height:20px}._status_oc_emitida_ieyvh_496{padding:3px 8px;border-radius:2px;background:#e1e7ff;color:#2f54eb;font-family:Roboto;font-size:12px;font-style:normal;font-weight:500;line-height:20px}._fecha_ieyvh_508{margin-left:5px;color:#000;font-family:Roboto;font-size:11px;font-style:normal;font-weight:400;line-height:normal}._link_ieyvh_518{color:#4f4f5f;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:normal;text-decoration-line:underline;margin-bottom:0}._link_ieyvh_518:hover{cursor:pointer;color:#393944}._small_ieyvh_534{color:#4f4f5f;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:normal}._amount_ieyvh_543{margin:0;color:#4f4f5f;font-family:Roboto;font-size:20px;font-style:normal;font-weight:500;line-height:normal}._separate2_ieyvh_553{display:flex;justify-content:space-between;align-items:flex-end;align-self:stretch}._awarded_box_ieyvh_560{border-left:1px solid #D9D9D9;padding-left:20px;margin-left:20px}._descText_ieyvh_566{color:#808081;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:22px}._divRangePrices_ieyvh_576{border:1px solid #D9D9D9;border-radius:4px;padding-inline:20px;padding-block:30px;background:#fcfcfc;margin-top:1rem}._divPriceDetail_ieyvh_585{border-radius:4px;border:1px solid #D9D9D9;background:#fcfcfc;height:14vh;width:20vw;padding:20px;justify-content:center;align-items:center}._divPriceDetailTitle_ieyvh_596{font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:normal}._divPriceDetailAmount_ieyvh_604{margin:7px 0 0;font-family:Roboto;font-size:22px;font-style:normal;font-weight:500;line-height:normal}._tagSelected_ieyvh_614{border-radius:4px;border:1px solid #D9D9D9;background:#fcfcfc;padding:5px;margin-right:5px}._tagSelected_ieyvh_614:hover{cursor:pointer}._participantName_ieyvh_626{color:#000;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;line-height:22px}._participantTaxNumber_ieyvh_635{color:#999999d9;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._customHeaderPadding_ieyvh_644{padding-left:18px!important}._divConvSimilares_ieyvh_648{border:1px solid #D9D9D9;border-radius:5px}._scrollableDiv_ieyvh_653{max-height:112vh;overflow-y:auto}._divInsight2_ieyvh_658{border:1px solid #D9D9D9;border-radius:5px}._providersInsight4_ieyvh_663{display:flex;max-height:345px;min-width:300px;padding:18px 24px;flex-direction:column;gap:24px;overflow-y:scroll}._providersInsight4Small_ieyvh_673{color:#999999d9;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._insight1Div_ieyvh_682{border:1px solid #D9D9D9;border-radius:4px;width:75%;height:75%}._providerName_ieyvh_689{color:#4f4f5f;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;line-height:normal}._productsContainer_ieyvh_698{height:calc(100% - 78px);display:flex}._productsContainer_ieyvh_698 ._card_ieyvh_138,._productsContainer_ieyvh_698 [class~=ant-card-body]{height:100%}._listCol_ieyvh_127{max-width:350px!important}._listCol_ieyvh_127 ._title_ieyvh_152{margin-bottom:0}._listCol_ieyvh_127 ._disclaimer_ieyvh_727{color:#a6a6a6;font-family:Roboto;font-size:10px;font-weight:400;line-height:20px;margin-bottom:21px}._buttonNewProduct_ieyvh_707{width:100%;margin-bottom:40px}._disabled_ieyvh_741{pointer-events:none;cursor:not-allowed!important}._itemDisabled_ieyvh_746{opacity:.5}._listcontainer_ieyvh_750{margin-top:10px}._listcontainer_ieyvh_750 [class~=buttonCircle]{padding:5px 0!important;display:flex;font-size:18px!important;justify-content:center;align-items:center}._listcontainer_ieyvh_750 ._list_ieyvh_127{height:calc(50vw - 250px);overflow-y:auto;overflow-x:hidden;margin:0 -25px 20px}._listcontainer_ieyvh_750 ._list_ieyvh_127 ._listItem_ieyvh_766{padding:0;display:flex}._listcontainer_ieyvh_750 ._list_ieyvh_127 ._listItem_ieyvh_766 [class~=ant-list-item-meta]{padding:10px 0 10px 30px;display:flex;flex-direction:column;width:60%}._listcontainer_ieyvh_750 ._list_ieyvh_127 ._listItem_ieyvh_766 [class~=ant-list-item-meta] h4{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}._listcontainer_ieyvh_750 ._list_ieyvh_127 ._listItem_ieyvh_766 [class~=ant-list-item-action]{padding:10px 15px 10px 0;margin-left:10px}._listcontainer_ieyvh_750 ._list_ieyvh_127 ._listItem_ieyvh_766 [class~=ant-list-item-action] svg{color:#29d1d4}._listcontainer_ieyvh_750 ._list_ieyvh_127 ._listItem_ieyvh_766 [class~=ant-list-item-action] svg:hover{color:#29b1b4}._listcontainer_ieyvh_750 ._list_ieyvh_127 ._listItem_ieyvh_766._active_ieyvh_793{background-color:#d5f8f966!important}._listcontainer_ieyvh_750 ._list_ieyvh_127 ._listItem_ieyvh_766:hover{background-color:#f7f7f7b3}._reportCol_ieyvh_800{flex-grow:1;background-color:#fff;border:1px solid #f0f0f0}._repContainer_ieyvh_806{width:100%;height:100%;overflow:hidden;display:flex;flex-direction:column;padding-bottom:10px;justify-content:space-between;background-color:#fff}._repContainer_ieyvh_806>div{height:100%}._repContainer_ieyvh_806 ._report_ieyvh_131{height:100%}._itemText_ieyvh_823{cursor:pointer}._itemText_ieyvh_823:hover{color:#29d1d4}._table_ieyvh_830{color:#04041a;font-family:Lato;font-size:16px;font-style:normal;font-weight:400;line-height:normal}._table_ieyvh_830 [class~=ant-table] td{color:#04041a!important}._table_ieyvh_830 [class~=ant-table]{border:1px solid #D9D9D9}._container_empty_ieyvh_845{height:auto;width:100%;display:flex;justify-content:center;align-items:center}._container_empty_ieyvh_845 h2{font-family:Roboto;font-size:20px;font-weight:500;line-height:28px;text-align:center;text-underline-position:from-font;text-decoration-skip-ink:none}._container_empty_ieyvh_845 p{color:var(--Color-Neutral-Text-colorText, rgba(0, 0, 0, .88));text-align:center;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:140%;width:19vw}._container_empty_ieyvh_845 div{text-align:center}._containerButtons_ieyvh_875{display:flex;justify-content:center;gap:12px;margin-top:24px}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._container_mkwlg_26{height:120vh;width:100%}._container_mkwlg_26 [class~=ant-card-body]{padding:0}._container_mkwlg_26 ._content_mkwlg_33{margin-top:10px;height:90%;padding:15px}._container_mkwlg_26 ._content_mkwlg_33 [class~=ant-card-body]{height:100%}._container_mkwlg_26 [class~=ant-tabs-tabpane-active]{padding:15px;min-height:100vh}._container_mkwlg_26 a{color:#29d1d4;font-weight:500!important}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._listCol_1g0y6_26{max-width:350px!important}._listcontainer_1g0y6_30{margin-top:10px;height:100%}._listcontainer_1g0y6_30 [class~=buttonCircle]{padding:5px 0!important;display:flex;font-size:18px!important;justify-content:center;align-items:center}._listcontainer_1g0y6_30 ._list_1g0y6_26{height:calc(50vw - 250px);overflow-y:auto;overflow-x:hidden;margin:0 -25px 20px}._listcontainer_1g0y6_30 ._list_1g0y6_26 ._listItem_1g0y6_47{cursor:pointer;padding:0;display:flex}._listcontainer_1g0y6_30 ._list_1g0y6_26 ._listItem_1g0y6_47 [class~=ant-list-item-meta]{padding:10px 0 10px 30px;display:flex;flex-direction:column;width:60%}._listcontainer_1g0y6_30 ._list_1g0y6_26 ._listItem_1g0y6_47 [class~=ant-list-item-meta] h4{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}._listcontainer_1g0y6_30 ._list_1g0y6_26 ._listItem_1g0y6_47 [class~=ant-list-item-action]{padding:10px 15px 10px 0;margin-left:10px}._listcontainer_1g0y6_30 ._list_1g0y6_26 ._listItem_1g0y6_47 [class~=ant-list-item-action] svg{color:#29d1d4;width:20px;height:20px}._listcontainer_1g0y6_30 ._list_1g0y6_26 ._listItem_1g0y6_47 [class~=ant-list-item-action] svg:hover{color:#29b1b4}._listcontainer_1g0y6_30 ._list_1g0y6_26 ._listItem_1g0y6_47._active_1g0y6_77{background-color:#d5f8f966!important}._listcontainer_1g0y6_30 ._list_1g0y6_26 ._listItem_1g0y6_47:hover{background-color:#f7f7f7b3}._container_1g0y6_84 ._favoriteContainer_1g0y6_84{margin-top:20px;display:flex}._container_1g0y6_84 ._favoriteContainer_1g0y6_84 ._card_1g0y6_88,._container_1g0y6_84 ._favoriteContainer_1g0y6_84 [class~=ant-card-body]{height:90%}._container_1g0y6_84 a{color:#29d1d4;font-weight:500!important}._container_1g0y6_84 ._reportCol_1g0y6_96{flex-grow:1;background-color:#fff;border:1px solid #f0f0f0}._container_1g0y6_84 ._repContainer_1g0y6_101{width:100%;height:100%;overflow:hidden;display:flex;flex-direction:column;padding-bottom:10px;justify-content:space-between;background-color:#fff}._container_1g0y6_84 ._repContainer_1g0y6_101>div{height:100%}._container_1g0y6_84 ._repContainer_1g0y6_101 ._report_1g0y6_96{height:100%}._container_1g0y6_84 ._tenderId_1g0y6_117{display:flex;align-items:center;font-size:18px;font-weight:500}._container_1g0y6_84 ._tenderId_1g0y6_117 svg{color:#f3c65e}._container_1g0y6_84 ._tenderId_1g0y6_117 a{color:#29d1d4;font-weight:500!important}._container_1g0y6_84 ._controlsButton_1g0y6_130{cursor:pointer;font-size:14px;font-weight:500;height:100%;padding:0 10px;color:#666!important}._container_1g0y6_84 ._controlsButton_1g0y6_130 svg{color:#666!important;font-size:24px;height:24px;width:24px}._container_1g0y6_84 ._controlsButton_1g0y6_130:hover{background-color:#ebebeb}._container_1g0y6_84 ._header_1g0y6_147{font-weight:700;font-size:14px;color:#666}._container_1g0y6_84 ._date_1g0y6_152{font-size:16px}._container_1g0y6_84 ._text_1g0y6_155{font-size:14px}._container_1g0y6_84 ._descriptionBox_1g0y6_158{border:1px solid rgba(104,222,225,.4);border-radius:2px;width:calc(50% - 15px);min-height:231px;padding:30px}._container_1g0y6_84 ._descriptionBox_1g0y6_158 ._tenderName_1g0y6_165{color:#29b1b4;font-size:18px!important;font-weight:700}._container_1g0y6_84 ._descriptionBox_1g0y6_158 ._tenderDescription_1g0y6_170{color:#333;font-size:16px!important}._container_1g0y6_84 ._descriptionBox_1g0y6_158 ._tenderAmount_1g0y6_174{display:flex;align-items:center}._container_1g0y6_84 ._descriptionBox_1g0y6_158 ._tenderAmount_1g0y6_174 span{color:#666;font-size:14px;font-weight:500}._container_1g0y6_84 ._descriptionBox_1g0y6_158 ._tenderAmount_1g0y6_174 [class~=amount]{color:#29b1b4;font-size:24px}._container_1g0y6_84 ._tenderData_1g0y6_187{padding-top:30px;width:calc(50% - 15px)}._container_1g0y6_84 ._tenderData_1g0y6_187 [class~=ant-col-xs-12][class~=leftCol]{padding-right:15px}._container_1g0y6_84 ._tenderData_1g0y6_187 [class~=ant-col-xs-12][class~=rightCol]{padding-left:15px}._container_1g0y6_84 ._tenderData_1g0y6_187 ._date_1g0y6_152{font-size:18px!important}._container_1g0y6_84 ._divider_1g0y6_200{border-width:2px;border-color:#ebebeb}._container_1g0y6_84 ._tenderDates_1g0y6_204{justify-content:space-around}._container_1g0y6_84 ._tenderDates_1g0y6_204 ._editButton_1g0y6_207 svg{width:20px!important;height:20px!important}._container_1g0y6_84 ._tenderDates_1g0y6_204 ._editButton_1g0y6_207[class~=active]{background-color:#f0fafa!important}._container_1g0y6_84 ._tenderDates_1g0y6_204 ._editButton_1g0y6_207[class~=active] svg{color:#29d1d4}._container_1g0y6_84 ._items_1g0y6_217 ._title_1g0y6_217{font-size:18px;font-weight:500}._container_1g0y6_84 ._items_1g0y6_217 [class~=ant-table-content]{max-height:calc(100vh - 370px);overflow-y:auto;border:solid 1px #CDCDCD}._container_1g0y6_84 ._items_1g0y6_217 table{table-layout:fixed!important}._container_1g0y6_84 ._items_1g0y6_217 table td{background:none!important;padding:10px;border-bottom:solid 1px #CDCDCD}._container_1g0y6_84 ._items_1g0y6_217 table th{position:sticky;top:0;z-index:5;background-color:#f7f7f7!important;border-top:solid 1px #CDCDCD}._container_1g0y6_84 ._items_1g0y6_217 table td:first-child,._container_1g0y6_84 ._items_1g0y6_217 table th:first-child{padding-left:30px}._container_1g0y6_84 ._items_1g0y6_217 table td:last-child,._container_1g0y6_84 ._items_1g0y6_217 table th:last-child{padding-right:30px}._container_1g0y6_84 ._items_1g0y6_217 table tr{background-color:#fff!important}._container_1g0y6_84 ._items_1g0y6_217 table tr>th{background-color:#fafafa!important}._container_1g0y6_84 ._items_1g0y6_217 table tr:nth-child(2n){background-color:#f7f7f7!important}._container_1g0y6_84 ._items_1g0y6_217 table ._amountInputContainer_1g0y6_258 [class~=ant-input-affix-wrapper]{height:30px;font-size:16px}._container_1g0y6_84 ._items_1g0y6_217 table ._amountInputContainer_1g0y6_258 [class~=ant-input-affix-wrapper] [class~=ant-input-prefix]{margin-left:5px;margin-right:20px;color:#cdcdcd}._container_1g0y6_84 ._items_1g0y6_217 table ._amountInputContainer_1g0y6_258 svg{transition:color .2s ease;color:#cdcdcd}._container_1g0y6_84 ._items_1g0y6_217 table ._amountInputContainer_1g0y6_258 svg[class~=active]{color:#f45432!important}._addItem_1g0y6_275{color:#29d1d4}._notFound_anr2g_1{height:-webkit-fill-available}._notFound_anr2g_1 ._container_anr2g_4{display:flex;align-items:center;justify-content:center;gap:5rem;height:100%}._notFound_anr2g_1 svg{max-width:400px;width:100%;height:auto}._notFound_anr2g_1 ._title_anr2g_16{color:var(--character-title-85, rgba(0, 0, 0, .85));font-size:4rem;font-style:normal;font-weight:600;line-height:4.1875rem;margin-bottom:1.5rem}._notFound_anr2g_1 ._subtitle_anr2g_24{color:var(--character-title-85, rgba(0, 0, 0, .85));font-size:2.25rem;font-style:normal;font-weight:600;line-height:2.46875rem;margin-bottom:1.25rem}._notFound_anr2g_1 ._paragraph_anr2g_32{max-width:29.1875rem;color:#000;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:2rem}._notFound_anr2g_1 ._containerButtons_anr2g_41{display:flex;flex-direction:row;gap:1rem}@media screen and (min-width: 768px){._notFound_anr2g_1{padding:20px;flex-direction:row}._containerButtons_anr2g_41{flex-direction:row}}@media screen and (max-width: 768px){._notFound_anr2g_1{padding:20px;flex-direction:column;gap:2rem}._notFound_anr2g_1 ._container_anr2g_4{flex-direction:column;gap:0}}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._container_1urzt_26{height:calc(100vh - 150px);overflow:scroll}._container_1urzt_26 ._firstRow_1urzt_30{position:sticky;top:0;z-index:5;height:50px;display:flex;padding:0 20px;align-items:center;background-color:#fff}._container_1urzt_26 ._firstRow_1urzt_30 svg{cursor:pointer}._container_1urzt_26 ._firstRow_1urzt_30 ._icon_1urzt_43 svg{width:23px;height:23px}._container_1urzt_26 ._firstRow_1urzt_30 ._active_1urzt_47,._container_1urzt_26 ._firstRow_1urzt_30 ._active_1urzt_47>svg,._container_1urzt_26 ._firstRow_1urzt_30 ._active_1urzt_47 path{fill:#29d1d4;color:#29d1d4}._container_1urzt_26 [class~=ant-table-sticky-holder]{top:50px!important}._container_1urzt_26 [class~=ant-table-measure-row]{display:none}._container_1urzt_26 tbody>tr>td{font-size:12px;font-weight:500}._container_1urzt_26 tbody>tr>td:first-child{padding-left:8px!important;white-space:normal!important}._container_1urzt_26 tbody>tr[data-row-key*=header]>td:first-child{font-size:14px!important;font-weight:700!important;overflow:visible!important;white-space:nowrap!important;z-index:2}._container_1urzt_26 tbody>tr[data-row-key*=header]>td{border-left:none!important;border-right:none!important}._container_1urzt_26 th,._container_1urzt_26 td{padding:16px 4px!important;font-size:12px!important;white-space:nowrap!important}._container_1urzt_26 th{text-transform:capitalize;background:none;font-size:14px!important}._filterTypeMenu_1urzt_90{padding:10px!important}._filterTypeMenu_1urzt_90 [class~=ant-dropdown-menu-item]{cursor:default;background-color:#fff!important}._popoverContent_1urzt_98{padding:10px!important}._popoverContent_1urzt_98 ._fastSelectors_1urzt_101{margin-bottom:15px}._popoverContent_1urzt_98 ._fastSelectors_1urzt_101 button{margin-right:5px}._popoverContent_1urzt_98 ._fastSelectors_1urzt_101 button:last-child{margin-right:0}._popoverContent_1urzt_98 ._dateRange_1urzt_110{width:100%;display:flex;align-items:center;justify-content:center}._popoverContent_1urzt_98 ._dateRange_1urzt_110 [class~=ant-picker]{margin-right:5px;margin-left:5px}._card_k7c5p_1,._card_k7c5p_1 [class~=ant-card-body]{height:100%}._jumbotron_k7c5p_8{display:flex;flex-direction:row;align-items:center;justify-content:center;height:100%}._jumbotron_k7c5p_8 ._cat_k7c5p_15{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}._jumbotron_k7c5p_8 ._suscriptionInformation_k7c5p_22{width:100%;display:flex;justify-content:center;flex-direction:column;gap:20px}._jumbotron_k7c5p_8 ._suscriptionInformation_k7c5p_22 ._mainText_k7c5p_29{margin:0;font-family:Inter;font-style:normal;font-weight:600;font-size:36px;line-height:40px;color:#000000d9}._jumbotron_k7c5p_8 ._suscriptionInformation_k7c5p_22 ._subText_k7c5p_38{width:496px;margin:0;font-family:Inter;font-style:normal;font-weight:400;font-size:18px;line-height:22px;color:#000}._jumbotron_k7c5p_8 ._suscriptionInformation_k7c5p_22 ._subText_k7c5p_38 ._link_k7c5p_48{cursor:pointer;color:#f9523b;text-decoration:none;border:none;font-family:Inter;font-style:normal;font-weight:400;font-size:18px;line-height:22px;background:none;padding:0}._jumbotron_k7c5p_8 ._suscriptionInformation_k7c5p_22 ._containerButton_k7c5p_61{width:fit-content}._jumbotron_k7c5p_8 ._chubbyCatImg_k7c5p_64{height:60%;width:60%}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._container_1yeu9_51 ._card_1yeu9_51>div{display:flex;flex-direction:row;font-family:Inter;height:calc(100vh - 180px)}._container_1yeu9_51 ._firstBlock_1yeu9_57{text-align:left;display:flex;flex-direction:column}._container_1yeu9_51 ._firstBlock_1yeu9_57 ._title_1yeu9_62{color:var(--character-title-85, rgba(0, 0, 0, .85));font-weight:600;max-width:400px;margin:0}._container_1yeu9_51 ._firstBlock_1yeu9_57 ._description_1yeu9_68{color:#000;font-weight:500;max-width:441px}._container_1yeu9_51 ._thirdBlock_1yeu9_73{color:#000;font-family:Inter;font-style:normal;font-weight:400;max-width:386px}._container_1yeu9_51 ._thirdBlock_1yeu9_73>ol{display:flex;flex-direction:column;row-gap:20px}._container_1yeu9_51 ._thirdBlock_1yeu9_73>ol li>span{color:#000;font-size:1rem;font-weight:500;line-height:152.023%}._container_1yeu9_51 ._leftBlock_1yeu9_91{width:100%}._container_1yeu9_51 ._rightBlock_1yeu9_94{width:100%;background:#f9f9f9;border-radius:25px}._container_1yeu9_51 ._rightBlock_1yeu9_94 ._containerForm_1yeu9_99{display:flex;flex-direction:column;height:100%;gap:20px}._container_1yeu9_51 ._rightBlock_1yeu9_94 ._containerForm_1yeu9_99 [class~=ant-form-item]{margin-bottom:5px}._container_1yeu9_51 ._rightBlock_1yeu9_94 ._containerForm_1yeu9_99 [class~=ant-form-item-label]{padding:0}._container_1yeu9_51 ._rightBlock_1yeu9_94 ._titleForm_1yeu9_111{color:#000;font-size:1.125rem;font-weight:500;line-height:145.523%;margin-top:0}._container_1yeu9_51 ._rightBlock_1yeu9_94 ._titleForm_1yeu9_111 :last-child{margin-bottom:0}@media screen and (min-width: 769px) and (max-width: 1024px){._firstBlock_1yeu9_57{row-gap:24px}._firstBlock_1yeu9_57 ._title_1yeu9_62{font-size:1.5rem;line-height:2rem}._firstBlock_1yeu9_57 ._description_1yeu9_68{font-size:1rem;line-height:1.5rem;margin-bottom:10px}._thirdBlock_1yeu9_73{margin-left:0;font-size:.875rem;line-height:1.25rem}._rightBlock_1yeu9_94{padding:30px}._rightBlock_1yeu9_94 ._titleForm_1yeu9_111{margin-bottom:.5em}._rightBlock_1yeu9_94 ._containerForm_1yeu9_99{justify-content:space-between}._rightBlock_1yeu9_94 ._containerItem_1yeu9_149{margin-bottom:5px!important}._rightBlock_1yeu9_94 ._containerItem_1yeu9_149 [class~=ant-input]{font-size:.875rem;font-weight:400;line-height:1.25rem}._rightBlock_1yeu9_94 ._secondForm_1yeu9_157 [class~=ant-form-item]:last-child{margin-bottom:0}}@media screen and (min-width: 1025px) and (max-width: 1440px){._firstBlock_1yeu9_57{row-gap:32px;margin-bottom:32px}._firstBlock_1yeu9_57 ._title_1yeu9_62{font-size:1.5rem;line-height:2rem}._firstBlock_1yeu9_57 ._description_1yeu9_68{font-size:1rem;line-height:1.5rem;margin-bottom:0}._thirdBlock_1yeu9_73{margin-left:35px}._rightBlock_1yeu9_94{padding:40px}._rightBlock_1yeu9_94 ._containerForm_1yeu9_99{justify-content:space-evenly}._rightBlock_1yeu9_94 ._containerForm_1yeu9_99 ._secondForm_1yeu9_157 ._titleForm_1yeu9_111{margin-bottom:.5em}._rightBlock_1yeu9_94 ._containerItem_1yeu9_149 [class~=ant-input]{height:36px}}@media screen and (min-width: 1441px){._firstBlock_1yeu9_57{row-gap:49px;margin-bottom:72px}._firstBlock_1yeu9_57 ._title_1yeu9_62{font-size:1.875rem;line-height:2.25rem}._firstBlock_1yeu9_57 ._description_1yeu9_68{font-size:1.125rem;line-height:1.75rem;margin-bottom:0}._thirdBlock_1yeu9_73{margin-left:35px}._rightBlock_1yeu9_94{padding:40px}._rightBlock_1yeu9_94 ._containerForm_1yeu9_99{justify-content:space-evenly}._rightBlock_1yeu9_94 ._containerItem_1yeu9_149{margin-bottom:15px!important}._rightBlock_1yeu9_94 ._containerItem_1yeu9_149 [class~=ant-input]{height:36x}}._container_19svf_1{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%}._container_19svf_1 p{margin:0}._error_19svf_12{height:100%}._error_19svf_12 [class~=ant-result]{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._changePassword_1k4wy_26 ._item_1k4wy_26 input{height:36px}._changePassword_1k4wy_26 ._container_1k4wy_29{display:flex;flex-direction:column;gap:20px}._changePassword_1k4wy_26 ._container_1k4wy_29>div>div{display:flex;flex-direction:column}._changePassword_1k4wy_26 ._forgotPassword_1k4wy_38{color:var(--Primary-Default, #F9523B);font-family:Lato;font-size:14px;font-style:normal;font-weight:600;line-height:24px;cursor:pointer}._recoveryPassword_1k4wy_48 ._text_1k4wy_48{color:#000;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:24px}._container_1nkax_1{width:100%}._container_1nkax_1 ._userSettings_1nkax_4{display:flex;flex-direction:column;gap:40px;align-items:center}@keyframes _slideUp_1nkax_67{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes _slideDown_1nkax_71{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}._footer_1nkax_31{position:fixed;left:60px;bottom:0;width:100%;max-width:calc(100vw - 60px);height:90px;background:#fff;z-index:2;display:flex;align-items:center;padding:10px 30px;box-shadow:0 2px 4px #0000001a;text-align:center;border-top:1px solid #D9D9D9;background:#fdfdfd;box-shadow:0 -4px 6px #00000026;transition:transform .3s ease-out,opacity .3s ease-out}._footer_1nkax_31 ._containerButtonSave_1nkax_50{display:flex;column-gap:15px;align-items:center}._footer_1nkax_31 ._containerButtonSave_1nkax_50 ._applicationSave_1nkax_55{margin:0;color:#808081;text-align:center;font-family:Roboto;font-size:13px;font-style:normal;font-weight:400;line-height:24px;text-decoration-line:underline}._footer_1nkax_31._slideUp_1nkax_67{animation:_slideUp_1nkax_67 .3s ease-out forwards}._footer_1nkax_31._slideDown_1nkax_71{animation:_slideDown_1nkax_71 .3s ease-out forwards}._btnsContainer_1nkax_75{display:flex;flex-direction:row;justify-content:end;gap:12px}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._container_1bdzd_26{width:100%;display:flex;flex-direction:column;gap:24px}._container_1bdzd_26 ._title_1bdzd_32{margin:0;font-family:Lato;font-size:20px;font-style:normal;font-weight:800;line-height:29px;display:flex;align-items:center;gap:12px}._notificationsTable_1bdzd_44{border-collapse:collapse;border:1px solid #D9D9D9;width:100%}._notificationsTable_1bdzd_44 th{padding:10px;color:#000;font-size:16px;font-family:Lato;font-weight:700}._notificationsTable_1bdzd_44 th._switchHead_1bdzd_56{width:25%}._notificationsTable_1bdzd_44 tr{color:#000;font-size:16px;font-family:Lato;font-weight:500}._notificationsTable_1bdzd_44 tr._sectionTitle_1bdzd_65{color:#82888c;font-size:16px;font-family:Lato;font-weight:700}._notificationsTable_1bdzd_44 tr td{padding:10px;border:1px solid #D9D9D9}._notificationsTable_1bdzd_44 tr td._switchCell_1bdzd_75{text-align:center}._notificationsTable_1bdzd_44 tr td [class~=ant-switch-checked]{background-color:#29d1d4!important}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._container_1866h_26{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:15px}._title_1866h_34{color:#333;font-family:Lato;font-size:22px;font-style:normal;font-weight:800;line-height:normal}._description_1866h_43{color:#000;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._switchContainer_1866h_52{display:flex;align-items:flex-start;gap:46px}._switch_1866h_52{display:flex;align-items:center;gap:12px}._switch_1866h_52 [class~=ant-radio-inner]{background-color:#000!important;border:1px solid #000!important}._switch_1866h_52 [class~=ant-radio-inner]{background-color:#fff!important}._switch_1866h_52 [class~=ant-radio-checked] [class~=ant-radio-inner]{background-color:#000!important;border:1px solid #000!important}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._renameTags_1bxry_26{display:flex;flex-direction:column;gap:24px;width:100%}._renameTags_1bxry_26 ._title_1bxry_32{margin:0;font-family:Lato;font-size:20px;font-style:normal;font-weight:800;line-height:29px;display:flex;align-items:center;gap:12px}._renameTags_1bxry_26 ._container_1bxry_43{display:flex;gap:24px}._renameTags_1bxry_26 ._addTag_1bxry_47{display:flex;height:40px;padding:8px 16px;justify-content:center;align-items:center;gap:8px;border-radius:6px;border:1px solid #F9523B;margin-top:4px}._renameTags_1bxry_26 ._addTag_1bxry_47 span{color:#f9523b}._renameTags_1bxry_26 ._containerTags_1bxry_61{display:flex;flex-direction:row;gap:24px;align-items:center;flex-wrap:wrap}._renameTags_1bxry_26 ._containerTags_1bxry_61 ._formControl_1bxry_68{display:flex;align-items:center}._renameTags_1bxry_26 ._containerTags_1bxry_61 ._formControl_1bxry_68 [class~=ant-form-item-explain-error]{max-width:202px}._renameTags_1bxry_26 ._containerTags_1bxry_61 ._formControl_1bxry_68 ._availableBtn_1bxry_75{background-color:#29d1d4!important;cursor:pointer}._renameTags_1bxry_26 ._containerTags_1bxry_61 ._formControl_1bxry_68 ._availableBtn_1bxry_75:hover{opacity:.8}._renameTags_1bxry_26 ._containerTags_1bxry_61 ._formControl_1bxry_68 ._disabledBtn_1bxry_82{background-color:#27a1a3!important;cursor:default}._renameTags_1bxry_26 ._containerTags_1bxry_61 ._formControl_1bxry_68 ._item_1bxry_86{margin-right:10px}._renameTags_1bxry_26 ._containerTags_1bxry_61 ._formControl_1bxry_68 ._item_1bxry_86 input{height:36px}._renameTags_1bxry_26 ._containerTags_1bxry_61 ._formControl_1bxry_68 ._deletePlaceholder_1bxry_92{width:20px;height:20px}._renameTags_1bxry_26 ._containerTags_1bxry_61 ._formControl_1bxry_68 ._delete_1bxry_92{cursor:pointer}._renameTags_1bxry_26 ._containerTags_1bxry_61 ._formControl_1bxry_68 ._delete_1bxry_92 svg{width:20px;height:20px;color:#8c8c8c}._renameTags_1bxry_26 ._containerTags_1bxry_61 ._tag_1bxry_104{width:32px;height:32px;border-radius:50%;margin-right:12px}._formWrapper_1ftq4_1{width:100%;max-width:800px;margin:0 auto;box-sizing:border-box}._formWrapper_1ftq4_1 ._userAccount_1ftq4_7{display:flex;flex-direction:column;width:100%;gap:25px}._formWrapper_1ftq4_1 ._userAccount_1ftq4_7 [class~=ant-form-item]{margin-bottom:0;width:100%}._formWrapper_1ftq4_1 ._userAccount_1ftq4_7 ._avatar_1ftq4_17{width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;background:linear-gradient(0deg,#fee1cb 0% 100%),url(<path-to-image>) #d3d3d3 50%/cover no-repeat;border:2px solid #FFF;font-family:Inter,sans-serif}._formWrapper_1ftq4_1 ._userAccount_1ftq4_7 ._avatar_1ftq4_17>p{color:#f45432;font-size:17.5px;font-family:Inter;font-weight:500;margin:0}._formWrapper_1ftq4_1 ._userAccount_1ftq4_7 ._containerGroupItems_1ftq4_35{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px}._card_3f9qf_1,._card_3f9qf_1 [class~=ant-card-body]{height:100%}._jumbotron_3f9qf_8{display:flex;flex-direction:row;align-items:center;justify-content:center;height:100%;gap:50px}._jumbotron_3f9qf_8 ._suscriptionInformation_3f9qf_16{display:flex;justify-content:center;flex-direction:column;gap:20px}._jumbotron_3f9qf_8 ._suscriptionInformation_3f9qf_16 ._mainText_3f9qf_22{margin:0;font-family:Inter;font-style:normal;font-weight:600;font-size:36px;line-height:40px;color:#000000d9}._jumbotron_3f9qf_8 ._suscriptionInformation_3f9qf_16 ._subText_3f9qf_31{margin:0;font-family:Inter;font-style:normal;font-weight:400;font-size:18px;line-height:22px;color:#000}._selectContent_1q0by_1{display:flex;justify-content:space-between;gap:24px}._selectColumnsDiv_1q0by_7{width:100%;padding:20px 24px;border:1px solid #D9D9D9;border-radius:6px;height:max-content}._selectColumnsTitle_1q0by_15{color:#000;font-size:16px;font-style:normal;font-weight:600;line-height:normal}._selectColumnsDesc_1q0by_23{color:#0009;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:18px}._subtitle_1q0by_33{color:#000;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:normal}._selectColumnsList_1q0by_42{margin-top:24px}._selectColumnsItem_1q0by_46{display:flex;gap:10px;margin-top:10px}._closeCircleError_1q0by_52{color:#ff4d4f;font-size:100px}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._pageTitleSection_1iivz_26{font-family:Lato;margin-bottom:8px;display:flex;flex-direction:column;gap:.5rem}._pageTitlePre_1iivz_34{display:block;font-size:16px;line-height:100%;margin-bottom:8px;letter-spacing:5%;color:#4f4f4f}._pageTitle_1iivz_26{display:block;font-size:24px;line-height:100%}._pageSubtitle_1iivz_49{display:block;font-size:16px;line-height:100%}._insight3Div_xgl96_1,._insight3Div_oftpj_1{border:1px solid #D9D9D9;border-radius:4px}._insight3Title_oftpj_6{font-family:Roboto;font-size:24px;font-weight:500;line-height:24px;text-align:center;text-underline-position:"from-font";text-decoration-skip-ink:none}._insight3SubTitle_oftpj_16{font-family:Roboto;font-size:14px;font-weight:400;line-height:16px;text-align:center;text-underline-position:from-font;text-decoration-skip-ink:none;color:#6c6c6c}._p_gray_oftpj_27{font-family:Roboto;font-size:14px;font-weight:400;line-height:16px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;color:#6c6c6c}._insight3Details_oftpj_38 h5{font-family:Roboto;font-size:14px;font-weight:500;line-height:32px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;margin-block:0px;padding-block:0px}._insight3Details_oftpj_38 p{margin-block:0px;padding-block:0px;font-family:Roboto;font-size:12px;font-weight:400;line-height:32px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;margin-left:18px}._ellipse1_oftpj_62{display:inline-block;width:8px;height:8px;background-color:#4203c9;border-radius:50%;margin-right:10px}._ellipse2_oftpj_71{display:inline-block;width:8px;height:8px;background-color:#ffcd71;border-radius:50%;margin-right:10px}._countComplaints_oftpj_80{font-family:Roboto;font-size:14px!important;font-weight:400;line-height:32px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;color:#999}._insight3Color_1sfg8_1{width:18%;height:12px;gap:0px;border-radius:15px;opacity:0px}._linkTotal_1sfg8_9{font-family:Inter;font-size:14px;font-weight:400;line-height:16.94px;letter-spacing:-.3000000119px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;color:#734a00}._p_gray_1sfg8_21{font-family:Roboto;font-size:14px;font-weight:400;line-height:16px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;color:#6c6c6c}._footer_zd0wq_1{display:flex;justify-content:flex-end}._content_zd0wq_6{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;margin-top:1.5rem}._reviewForm_zd0wq_14{display:flex;flex-direction:column;gap:1.5rem}._textArea_zd0wq_20{display:flex;flex-direction:column;gap:.5rem}._inputGroup_zd0wq_26{display:flex;flex-direction:row;gap:1rem;justify-content:space-between}._dateInput_zd0wq_33,._opportunityInput_zd0wq_40{display:flex;flex-direction:column;gap:.5rem;width:50%}._ratingsContainer_zd0wq_47{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}._itemContainer_11y7n_1{width:100%;padding:1rem 0}._ratingContainer_11y7n_6{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._ratingText_11y7n_13{font-size:16px;font-weight:500}._rating_11y7n_6{font-size:16px;font-weight:600;word-break:keep-all}._itemContainer_yltq0_1{padding:.5rem 0}._infoContainer_yltq0_5{display:flex;flex-direction:column}._infoMember_yltq0_10{display:flex;gap:.5rem;align-items:center;padding:.5rem 0}._ratingContainer_yltq0_17{padding:.5rem 0;display:flex;gap:.5rem;align-items:center}._infoDetails_yltq0_24{display:flex;gap:1rem;color:#979797}._card_wvhxm_1{display:flex;flex-direction:column;gap:.75rem}._header_wvhxm_7{display:flex;flex-direction:row;gap:.5rem;justify-content:space-between;border-bottom:1px solid #D9D9D9}._titleContainer_wvhxm_15{display:flex;flex-direction:column}._title_wvhxm_15{font-family:Lato;margin-top:0!important;margin-bottom:0!important}._subtitle_wvhxm_26{font-family:Lato;margin-top:0!important;margin-bottom:0!important;font-size:16px}._avgRatingContainer_wvhxm_33{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}._avgRating_wvhxm_33{color:#f9523b}._avgRatingText_wvhxm_44{margin-top:0;margin-bottom:0!important}._avgCriteriaBreakdownContainer_wvhxm_49{border-bottom:1px solid #D9D9D9}._noResultsContainer_wvhxm_53{padding:2rem}._emptyCard_1g9qt_1{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-width:300px;gap:12px;border-radius:8px;border:1px solid #D9D9D9;background:linear-gradient(180deg,#fff4f0,#fff4f000)}._emptyCard_1g9qt_1 [class~=ant-card-body]{width:100%;padding:12px!important}._emptyCard_1g9qt_1 ._emptyCardContainer_1g9qt_17{display:flex;flex-direction:column;align-items:center;gap:8px}._emptyCard_1g9qt_1 ._iconWrapper_1g9qt_23{display:flex;padding:6px;align-items:center;gap:10px;border-radius:44.443px;background:#fff}._emptyCard_1g9qt_1 ._title_1g9qt_31{color:#000;text-align:center;font-family:Roboto;font-size:14px;font-style:normal;font-weight:600;line-height:160%;margin:0}._emptyCard_1g9qt_1 ._subtitle_1g9qt_41{color:#000;text-align:center;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:160%}._container_102pk_1{display:flex;flex-direction:column;gap:16px}._container_102pk_1 ._header_102pk_6{display:flex;justify-content:space-between}._container_102pk_1 ._header_102pk_6 ._title_102pk_10{font-size:24px;font-weight:800;color:#000}._container_102pk_1 ._sharedSection_102pk_15{display:flex;gap:16px;width:100%;align-items:stretch}._container_102pk_1 ._sharedSection_102pk_15 ._left_102pk_21{width:307px;display:flex;flex-direction:column;gap:10px}._container_102pk_1 ._sharedSection_102pk_15 ._right_102pk_27{flex:1;display:flex;flex-direction:column;height:auto}._container_102pk_1 ._oppsContainer_102pk_33{display:flex;flex-wrap:wrap;gap:16px;align-items:stretch}._container_102pk_1 ._oppsContainer_102pk_33 .ant-card{flex:1 1 calc(25% - 12px);min-width:250px}._container_102pk_1 ._metricsContainer_102pk_43{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;width:100%}._card_8adod_1{border-radius:18px!important;border:1px solid #d9d9d9;padding:.5rem;height:100%}._titleContainer_8adod_8{display:flex;justify-content:space-between}._title_8adod_8{font-size:14px;font-weight:800}._subtitle_8adod_18{font-size:14px;font-weight:600}._link_8adod_23{color:#f9523b;text-decoration:underline;font-weight:600!important}._link_8adod_23:hover{color:#f7260a;text-decoration:underline}._bodyContainer_8adod_33{margin-top:1.2rem}._amount_8adod_37{color:#04103b;font-size:22px;font-weight:800}._increaseContainer_8adod_43{align-items:center;display:flex;justify-content:space-between;margin-top:5px;width:70px}._arrow_8adod_51{border-radius:100%;display:flex;height:25px;justify-content:center;padding:5px;width:25px}._arrowPositive_8adod_60{background-color:#c7f8da;color:#0ea349;transform:rotate(40deg)}._arrowNegative_8adod_66{background-color:#fcbdbd;color:#ff4f51;transform:rotate(-140deg)}._increase_8adod_43{font-weight:800}._increasePositive_8adod_76{color:#0ea349}._increaseNegative_8adod_80{color:#ff4f51}._footerTextContainer_8adod_84{display:flex;justify-content:end}._footerText_8adod_84{color:#808081;font-size:14px;font-weight:400;margin-top:12px}@media screen and (max-width: 1439px){._amount_8adod_37{font-size:26px}}._card_1rw9w_1{display:flex;flex-direction:column;align-items:flex-start;gap:16px;flex:1 1 0;align-self:stretch;border:1px solid #D9D9D9;background:#fff;border-radius:8px!important;min-width:300px}._card_1rw9w_1 [class~=ant-card-body]{width:100%}._container_1rw9w_17,._header_1rw9w_23{display:flex;flex-direction:column;gap:4px}._header_1rw9w_23 ._titleContainer_1rw9w_28{display:flex;width:100%;justify-content:space-between;align-items:center}._header_1rw9w_23 ._title_1rw9w_28{color:#000;font-family:Roboto;font-size:16px;font-style:normal;font-weight:600;line-height:150%;margin:0;margin-bottom:0!important}._header_1rw9w_23 ._tooltip_1rw9w_44{cursor:pointer}._header_1rw9w_23 ._rightIcon_1rw9w_47{color:#888889;font-size:18px;color:#8c8c8c}._header_1rw9w_23 ._containerTag_1rw9w_52{display:flex;align-items:center;justify-content:space-between;width:100%}._header_1rw9w_23 ._containerTag_1rw9w_52 [class~=ant-tag]{margin-inline-end:0!important}._header_1rw9w_23 ._containerTag_1rw9w_52 ._counter_1rw9w_61{color:#000;font-family:Roboto;font-size:24px;font-style:normal;font-weight:600;line-height:133%}._header_1rw9w_23 ._containerTag_1rw9w_52 ._total_1rw9w_69{color:#979797;text-align:right;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:160%}._header_1rw9w_23 ._progressWrapper_1rw9w_78{display:flex;align-items:center}._header_1rw9w_23 ._progressWrapper_1rw9w_78 ._progress_1rw9w_78{flex:1}._salesGraph_15g4j_1{gap:16px;flex:1 0 0;align-self:stretch;border:1px solid #D9D9D9;background:#fff;border-radius:8px!important;width:100%;height:390px;display:flex;flex-direction:column}._salesGraph_15g4j_1 [class~=ant-card-head]{padding:0}._salesGraph_15g4j_1 [class~=ant-card-head] ._cardHeader_15g4j_18{display:flex;flex-direction:row;width:100%;justify-content:space-between}._salesGraph_15g4j_1 [class~=ant-card-head] ._cardHeader_15g4j_18 ._title_15g4j_24{color:#1c2024;font-family:Roboto;font-size:16px;font-style:normal;font-weight:600;line-height:16px;letter-spacing:-.4px;padding:24px}._salesGraph_15g4j_1 [class~=ant-card-head] ._cardHeader_15g4j_18 ._cardTitle_15g4j_34{margin:0}._salesGraph_15g4j_1 [class~=ant-card-body]{flex-grow:1;display:flex;flex-direction:column}._salesGraph_15g4j_1 [class~=ant-card-head-title]{display:flex;flex-direction:column;gap:4px}._salesGraph_15g4j_1 [class~=ant-card-head]{border-bottom:1px solid #D9D9D9}._legendParticipation_15g4j_51{display:flex;flex-direction:row;justify-content:center}._legendParticipation_15g4j_51 ._legendList_15g4j_56{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;gap:8px}._legendParticipation_15g4j_51 ._legendList_15g4j_56 ._legendItem_15g4j_64{display:flex;align-items:center;gap:5px;padding:4px 8px;border-radius:5px;color:#1c2024;font-size:12px;font-style:normal;font-weight:400;line-height:16px}._legendParticipation_15g4j_51 ._legendList_15g4j_56 ._legendColor_15g4j_76{width:8px;height:8px;border-radius:2px}._legendList_15g4j_56{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}._legendItem_15g4j_64{display:flex;align-items:center}._legendColor_15g4j_76{width:10px;height:10px;border-radius:2px}._legendText_15g4j_102{color:var(--text-text-secondary, #262626);font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:160%}._suggestedBusiness_14gd6_2{max-height:424.6px;display:flex;flex-direction:column;align-self:stretch;border:1px solid #D9D9D9;background:#fff;border-radius:8px!important;flex:1;height:100%;overflow:hidden}._suggestedBusiness_14gd6_2 ._tableContainer_14gd6_14{flex:1;overflow-y:auto}._suggestedBusiness_14gd6_2 [class~=ant-card-body]{display:flex;flex-direction:column;flex:1;overflow-y:auto;padding:0 24px 24px}._suggestedBusiness_14gd6_2 [class~=ant-card-head]{padding:0}._suggestedBusiness_14gd6_2 [class~=ant-card-head] ._cardHeader_14gd6_28{display:flex;flex-direction:row;width:100%;justify-content:space-between;padding:24px}._suggestedBusiness_14gd6_2 [class~=ant-card-head] ._cardHeader_14gd6_28 ._title_14gd6_35{color:#1c2024;font-family:Roboto;font-size:16px;font-style:normal;font-weight:600;line-height:16px;letter-spacing:-.4px}._suggestedBusiness_14gd6_2 [class~=ant-card-head] ._cardHeader_14gd6_28 ._cardTitle_14gd6_44{margin:0}._suggestedBusiness_14gd6_2 [class~=ant-card-head] ._cardHeader_14gd6_28 ._link_14gd6_47{color:#f9523b;font-family:Roboto;font-size:ƒ14px;font-style:normal;font-weight:400;line-height:160%;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}._suggestedBusiness_14gd6_2 [class~=ant-card-head-title]{display:flex;flex-direction:column;gap:4px}._suggestedBusiness_14gd6_2 [class~=ant-card-head]{border-bottom:1px solid #D9D9D9}._card_14gd6_28{display:flex;flex-direction:column;align-items:flex-start;gap:16px;flex:1 1 auto;align-self:stretch;border:1px solid #D9D9D9;background:#fff;border-radius:8px!important;width:100%;min-width:0}._card_14gd6_28 [class~=ant-card-body]{width:100%}._titleContainer_14gd6_87{display:flex;justify-content:space-between;align-items:center}._titleContainer_14gd6_87 ._title_14gd6_35{color:#000;font-family:Roboto;font-size:16px;font-style:normal;font-weight:600;line-height:150%;margin:0}._titleContainer_14gd6_87 ._btnGroup_14gd6_101{border-color:transparent!important;font-weight:600}._titleContainer_14gd6_87 ._btnGroup_14gd6_101 :first-child{border-radius:5px 0 0 5px!important}._titleContainer_14gd6_87 ._btnGroup_14gd6_101 :nth-child(3){border-radius:0 5px 5px 0!important}._titleContainer_14gd6_87 ._btnGroup_14gd6_101 [class^=ant-radio-button-wrapper]{background-color:#f0f0f0;border-color:transparent!important;color:#808081}._titleContainer_14gd6_87 ._btnGroup_14gd6_101 [class*=ant-radio-button-wrapper-checked]{background-color:#000!important;border-color:transparent!important;color:#fff!important}._titleContainer_14gd6_87 ._btnGroup_14gd6_101 [class*=ant-radio-button-wrapper-checked]:before{background-color:#000!important}._text_14gd6_125{color:#333;font-weight:600}._subText_14gd6_130{color:#808081;font-weight:400;font-size:13px}._daysLeftText_14gd6_136{color:#808081;font-size:12px;font-weight:600}._daysLeftDanger_14gd6_142{color:#ff4d4f!important}._menuBtn_14gd6_146,._menuBtn_14gd6_146:hover{border:none!important;box-shadow:none!important}._menuBtn_14gd6_146:focus{border:none!important;box-shadow:none!important}._table_14gd6_14 [class^=ant-table-cell]{background:transparent!important;color:#8b8787!important;font-weight:600!important;vertical-align:top}._table_14gd6_14 [class^=ant-table-cell]:before{width:0!important}._text_119sa_1{color:#333;font-weight:600}._subText_119sa_6{color:#333;font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:normal}._daysLeftText_119sa_15{color:#808081;font-size:12px;font-weight:600}._daysLeftDanger_119sa_21{color:#ff4d4f!important}._menuBtn_119sa_25,._menuBtn_119sa_25:hover{border:none!important;box-shadow:none!important}._menuBtn_119sa_25:focus{border:none!important;box-shadow:none!important}._table_119sa_38 [class^=ant-table-cell]{background:transparent!important;color:#8b8787!important;font-weight:600!important;vertical-align:top}._table_119sa_38 [class^=ant-table-cell]:before{width:0!important}._card_5f5w6_1{display:flex;flex-direction:column;align-items:flex-start;gap:16px;flex:1 0 0;align-self:stretch;border:1px solid #D9D9D9;background:#fff;border-radius:8px!important}._card_5f5w6_1 [class~=ant-card-body]{width:100%}._card_5f5w6_1 ._contentContainer_5f5w6_15{display:flex;flex-direction:column;height:100%;justify-content:space-between}._card_5f5w6_1 ._contentContainer_5f5w6_15 ._title_5f5w6_21{color:#000;font-family:Roboto;font-size:16px;font-style:normal;font-weight:600;line-height:150%}._card_5f5w6_1 ._contentContainer_5f5w6_15 ._membersListContainer_5f5w6_29{max-height:230px;overflow-y:auto;padding-bottom:1rem;padding-top:1rem}._redCard_14xyq_1{padding:10px;border:2px solid #F45432;border-radius:25px;margin:15px 15px 15px 0;height:calc(50% - 15px)}._redIcon_14xyq_9{color:#f45432!important;font-size:36px!important}._h1_14xyq_14{font-weight:700!important;margin-bottom:0}._greenCard_1omzc_1{padding:10px;border:2px solid #2CB95D;border-radius:25px;margin:15px 15px 15px 0;height:calc(100% - 15px)}._greenIcon_1omzc_9{color:#2cb95d!important;font-size:36px!important}._greenHr_1omzc_14{border:0;border-top:2px solid #2CB95D;padding:0;margin-right:50%}._h1_1omzc_21{font-weight:700!important;margin-bottom:0}._h2_1omzc_26{font-weight:600!important}._orangeCard_1fhta_1{padding:10px;border:2px solid #FFA800;border-radius:25px;margin:15px 15px 15px 0;height:calc(100% - 15px)}._orangeIcon_1fhta_9{color:#ffa800!important;font-size:36px!important}._orangeHr_1fhta_14{border:0;border-top:2px solid #FFA800;padding:0;margin-right:50%}._h1_1fhta_21{font-weight:700!important;margin-bottom:0}._h2_1fhta_26{font-weight:600!important}._avatarCard_1wqi0_1{border:1px solid #999999;border-radius:10px;margin-top:15px}._avatarContainer_1wqi0_7{align-items:center;display:flex;justify-content:center}._avatarDetail_1wqi0_13{display:flex;flex-direction:column}._pName_1wqi0_18{font-size:14px}._pEmail_1wqi0_22{font-family:Lato;font-size:12px!important;font-weight:400}._main_88td4_1{background-color:#f7f7f7;border:1px solid #999999;border-radius:5px;color:#333;padding:5px;margin:0 7px 7px 0}._catalogCard_mppth_1{border:1px solid #999999;border-radius:10px;margin-top:15px}._catalogContainer_mppth_7{align-items:center;display:flex;justify-content:center}._catalogDetail_mppth_13{display:flex;flex-direction:column}._h5Title_mppth_18{font-size:16px;font-weight:600}._pDetail_mppth_23{font-family:Lato;font-size:12px;font-weight:400}._notElementsCard_1is2z_1{border:1px solid rgb(205,205,205);border-radius:10px;text-align:center;margin-top:20px}._pDescription_1is2z_9{font-family:Lato;font-size:12px;font-weight:400;color:#cdcdcd}._btnRedirect_1is2z_16{font-family:Lato;background-color:#29d1d4;border-radius:15px;color:#fff;height:35px;width:100%;font-weight:400!important}._btnRedirect_1is2z_16:hover{background-color:#22afb2;color:#fff}._btnRedirect_1is2z_16:focus{background-color:#22afb2;color:#fff}._btnRedirectContent_1is2z_34{display:flex;justify-content:center}@media screen and (min-width: 1200.1px){.main{border-left:1px solid grey;padding:0 0 0 30px;height:100%!important}}@media screen and (max-width: 1200px){.main{border-left:1px solid grey;padding:0 30px;height:100%!important}}._main_mexwh_1{height:100%}._containerNotif_mexwh_5{padding-right:40px;margin-bottom:30px;display:flex;align-items:center}._containerNotif_mexwh_5 ._notificationOutlined_mexwh_11{margin-left:2rem;margin-right:.7rem}._containerNotif_mexwh_5 ._notificationOutlined_mexwh_11 span{font-size:1.2rem}._notificationsBtn_mexwh_19{align-items:center;display:flex;justify-content:center;height:50px!important;width:100%;max-width:400px;margin:0 auto;fill:#333;font-size:12px!important}._h5Title_mexwh_31{font-size:16px!important;font-weight:600!important}._iconTitle_mexwh_36{font-size:24px!important}._linkSeeAll_mexwh_40{font-family:Lato;font-size:14px;font-weight:400;color:#333}._linkSeeAll_mexwh_40:hover{color:#29d1d4}._inviteBtn_mexwh_50{background-color:#29d1d4;border-radius:15px;color:#fff;height:35px;margin-top:15px;width:100%}._inviteBtn_mexwh_50:hover{background-color:#22afb2;color:#fff}._inviteBtn_mexwh_50:focus{background-color:#22afb2;color:#fff}._inviteBtnContent_mexwh_67{display:flex;justify-content:center}._inviteBtnText_mexwh_72{font-family:Lato;font-weight:400}::-webkit-scrollbar{width:10px;border-radius:10px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:#888;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555;border-radius:10px}@media screen and (min-width: 1280.1px){.responsive-h1{font-size:38px!important}.responsive-h2{font-size:32px!important}.responsive-p{font-size:16px!important}.rightBar{max-height:100%!important;overflow-y:hidden}}@media screen and (max-width: 1280px){.responsive-h1{font-size:34px!important}.responsive-h2{font-size:28px!important}.responsive-p{font-size:14px!important}.rightBar{max-height:100%!important;overflow-y:hidden;padding:0 0 0 20px}}@media screen and (max-width: 1200px){.rightBar{max-height:100%!important;overflow-y:hidden;padding:0 20px}}._wrapper_1934o_1{background-color:#fff;padding:80px 40px 40px;border-radius:25px}._h3_1934o_7{font-size:24px!important;font-weight:800!important}._container_1f8i8_1 [class~=ant-modal-body]{display:flex;justify-content:center;align-items:center}._container_1f8i8_1 [class~=ant-modal-footer]{border-top:none}._container_1f8i8_1 ._welcomeModal_1f8i8_9{display:flex;padding:50px 0 16px;flex-direction:column;align-items:center;width:570px;gap:25px}._container_1f8i8_1 ._welcomeModal_1f8i8_9 ._title_1f8i8_17{color:#000;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:normal;margin:0 0 16px}._container_1f8i8_1 ._welcomeModal_1f8i8_9 ._text_1f8i8_26{color:#000;font-family:Inter;font-size:16px;font-weight:400;line-height:24px;margin:0}._container_1f8i8_1 ._containerSteps_1f8i8_34{display:flex;padding:50px 0 16px;flex-direction:column;width:636px}._container_1f8i8_1 ._containerSteps_1f8i8_34 ._containerSubtitle_1f8i8_40{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}._container_1f8i8_1 ._containerSteps_1f8i8_34 ._containerSubtitle_1f8i8_40 ._subtitle_1f8i8_46{color:#000;font-family:Inter;font-size:20px;font-weight:600;line-height:normal;margin:0}._container_1f8i8_1 ._containerSteps_1f8i8_34 ._containerSubtitle_1f8i8_40 ._steps_1f8i8_54{color:#4f4f4f;font-family:Inter;font-size:14px;font-weight:400;line-height:normal;margin:0}._container_1f8i8_1 ._containerSteps_1f8i8_34 ._paragraph_1f8i8_62{color:#000;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;margin:0 0 30px}._container_1f8i8_1 ._containerSteps_1f8i8_34 ._imageSearch_1f8i8_70{width:641px;height:auto;align-self:center}._container_1f8i8_1 ._containerReady_1f8i8_75{display:flex;padding:50px 0 16px;flex-direction:column;width:624px}._container_1f8i8_1 ._containerReady_1f8i8_75 ._title_1f8i8_17{color:#000;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:normal;margin:0 0 25px}._container_1f8i8_1 ._containerReady_1f8i8_75 ._paragraph_1f8i8_62{color:#000;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-top:0}._container_1f8i8_1 ._containerReady_1f8i8_75 ._containerIcons_1f8i8_99{display:flex;gap:59px;align-items:center;margin-bottom:35px;justify-content:center}._container_1f8i8_1 ._containerReady_1f8i8_75 ._containerIcons_1f8i8_99 ._icons_1f8i8_106{display:flex;flex-direction:column;align-items:center;gap:9px}._container_1f8i8_1 ._containerReady_1f8i8_75 ._containerIcons_1f8i8_99 ._icons_1f8i8_106 ._svg_1f8i8_112{cursor:pointer;width:65px;height:60px;display:flex;align-items:center;justify-content:center}._container_1f8i8_1 ._containerReady_1f8i8_75 ._containerIcons_1f8i8_99 ._icons_1f8i8_106 ._svg_1f8i8_112:hover{border-radius:5px;background:var(--color-fill-disabled-fill, #F1F1F1)}._container_1f8i8_1 ._containerReady_1f8i8_75 ._checkboxMessage_1f8i8_124{color:#4f4f4f;font-family:Roboto;font-size:14px;font-weight:400;line-height:22px}._container_1f8i8_1 ._buttonNext_1f8i8_131{cursor:pointer;border:none;border-radius:2px;background:#f9523b;box-shadow:0 2px #00000005;display:flex;padding:8px 16px;justify-content:center;align-items:center;gap:8px;color:#fff;text-align:center;font-family:Roboto;font-size:16px;font-weight:400;line-height:24px}._container_1f8i8_1 ._buttonNext_1f8i8_131:hover{border-radius:2px;background:linear-gradient(0deg,#ffffff1a 0% 100%),var(--button-color-primary, #F9523B)}._buttonPrev_1f8i8_154{cursor:pointer;border-radius:2px;border:1px solid #F9523B;background:var(--Neutral-1, #FFF);box-shadow:0 2px #00000005;display:flex;padding:8px 16px;justify-content:center;align-items:center;gap:8px;color:#f9523b;text-align:center;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:24px}._buttonPrev_1f8i8_154:hover{border-radius:2px;border:1px solid var(--Primary-Default, #F9523B);background:#fff4f2}._footerWelcomeModal_1f8i8_180{display:flex;justify-content:flex-end;margin:0 30px}._footerMobileWarning_1f8i8_186{display:flex;justify-content:center;margin:0 30px}._footerSteps_1f8i8_192{display:flex;justify-content:space-between;margin:0 30px}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._blTag_1jweg_51{border:1px solid;border-radius:2px;background-color:#fff;font-family:Roboto!important;font-style:normal;font-weight:400;font-size:12px;padding:1px 8px;margin:0 5px 5px 0}._blTag_1jweg_51._tag0_1jweg_62{border-color:#722ed1;color:#722ed1}._blTag_1jweg_51._tag1_1jweg_66{border-color:#d21919;color:#d21919}._blTag_1jweg_51._tag2_1jweg_70{border-color:#2f54eb;color:#2f54eb}._blTag_1jweg_51._tag3_1jweg_74{border-color:#d71d9d;color:#d71d9d}._blTag_1jweg_51._tag4_1jweg_78{border-color:#177373;color:#177373}._blTag_1jweg_51._tag5_1jweg_82{border-color:#5e5a5a;color:#5e5a5a}._blTag_1jweg_51._tag6_1jweg_86{border-color:#078d53;color:#078d53}._blTag_1jweg_51._tag7_1jweg_90{border-color:#054d2a;color:#054d2a}._blTag_1jweg_51._tag8_1jweg_94{border-color:#010101;color:#010101}._blTag_1jweg_51._tag9_1jweg_98{border-color:#c21313;color:#c21313}._blTagContainer_1jweg_103{display:flex;flex-direction:column}._container_1jweg_108 ._cardAgile_1jweg_108{border:none}._container_1jweg_108 ._cardAgile_1jweg_108 ._containerDetail_1jweg_111{display:flex;flex-direction:column;gap:40px}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._toolbar_qzccr_26{display:flex;flex-direction:row;width:100%}._toolbar_qzccr_26 ._row_qzccr_31{width:50%}._toolbar_qzccr_26 ._row_qzccr_31 ._containerButtons_qzccr_34{display:flex;gap:15px}._toolbar_qzccr_26 ._row_qzccr_31 ._rightButtonsAndIcons_qzccr_38{display:flex;flex-direction:column;align-items:flex-end;width:100%;gap:30px;height:100%;justify-content:flex-end}._toolbar_qzccr_26 ._row_qzccr_31 ._rightButtonsAndIcons_qzccr_38 ._buttons_qzccr_47{display:flex;flex-direction:column;gap:10px}._toolbar_qzccr_26 ._row_qzccr_31 ._rightButtonsAndIcons_qzccr_38 ._buttons_qzccr_47 ._btnQuote_qzccr_52{align-self:flex-end}._toolbar_qzccr_26 ._row_qzccr_31 ._rightButtonsAndIcons_qzccr_38 ._containerIcons_qzccr_55{display:flex;flex-direction:row;width:289px;justify-content:space-between}._toolbar_qzccr_26 ._row_qzccr_31 ._rightButtonsAndIcons_qzccr_38 ._containerIcons_qzccr_55 ._icons_qzccr_61{width:35px;height:35px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.2rem;border-radius:5px}._toolbar_qzccr_26 ._row_qzccr_31 ._rightButtonsAndIcons_qzccr_38 ._containerIcons_qzccr_55 ._icons_qzccr_61:hover{background-color:#cdcdcd}._toolbar_qzccr_26 ._row_qzccr_31 ._rightButtonsAndIcons_qzccr_38 ._containerBtbTag_qzccr_74{display:flex;justify-content:center;gap:8px}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._containerDescriptionOpp_8gctu_51{display:flex;flex-direction:row;justify-content:space-between}._containerDescriptionOpp_8gctu_51 ._containerTags_8gctu_56{display:flex;gap:5px;margin-top:-40px}._containerDescriptionOpp_8gctu_51 ._containerTags_8gctu_56 [class~=ant-tag]{font-size:14px}._containerDescriptionOpp_8gctu_51 ._containerTags_8gctu_56 ._tagType_8gctu_64{font-family:Roboto;font-style:normal;font-weight:500;font-size:12px;line-height:20px;margin:0;display:flex;color:#fff;max-height:30px;flex-direction:column;justify-content:center;align-items:center;padding:1px 8px;max-width:max-content;height:28px;border-radius:2px;background:#161e6c}._containerDescriptionOpp_8gctu_51 ._nomenclature_8gctu_83{margin:0;color:#4f4f4f;font-family:Roboto;font-size:20px;font-style:normal;font-weight:600;line-height:normal}._containerDescriptionOpp_8gctu_51 ._paragraphBold_8gctu_92{color:#4f4f5f;font-family:Roboto;font-size:14px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:5px}._containerDescriptionOpp_8gctu_51 ._paragraphNormal_8gctu_101{color:#4f4f4f;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin:0}._containerDescriptionOpp_8gctu_51 ._gap_8gctu_110{row-gap:5px;display:flex;flex-wrap:wrap}._containerDescriptionOpp_8gctu_51 ._gap_8gctu_110 [class~=ant-tag]{font-size:14px!important}._containerDescriptionOpp_8gctu_51 ._buttonsAndDescription_8gctu_118{width:50%}._containerDescriptionOpp_8gctu_51 ._buttonsAndDescription_8gctu_118 ._containerDescription_8gctu_51{width:100%;min-height:150px;border:1px solid #CDCDCD;border-radius:2px;padding:40px 30px;color:#666;display:flex;flex-direction:column;gap:20px}._containerDescriptionOpp_8gctu_51 ._buttonsAndDescription_8gctu_118 ._containerDescription_8gctu_51 ._tenderDescription_8gctu_132{color:#4f4f4f;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:0;text-align:justify}._containerDescriptionOpp_8gctu_51 ._buttonsAndDescription_8gctu_118 ._containerDescription_8gctu_51 ._amountContainer_8gctu_142{display:flex;align-items:center;flex-direction:row;gap:20px}._containerDescriptionOpp_8gctu_51 ._buttonsAndDescription_8gctu_118 ._containerDescription_8gctu_51 ._amountContainer_8gctu_142 ._price_8gctu_148{font-size:1rem}._containerDescriptionOpp_8gctu_51 ._buttonsAndDescription_8gctu_118 ._containerDescription_8gctu_51 ._amountContainer_8gctu_142 ._lineDivider_8gctu_151{height:61.14px;border-color:#d9d9d9;border-width:1px}._containerDescriptionOpp_8gctu_51 ._buttonsAndDescription_8gctu_118 ._containerDescription_8gctu_51 ._tags_8gctu_156{max-width:max-content}._containerDescriptionOpp_8gctu_51 ._buttonsAndDescription_8gctu_118 ._containerDescription_8gctu_51 ._tags_8gctu_156 [class~=ant-tag]{font-size:14px!important}._containerDescriptionOpp_8gctu_51 ._buttonsAndDescription_8gctu_118 ._containerDescription_8gctu_51 ._btnAssignBL_8gctu_162{border-radius:2px;border:1px dashed var(--Neutral-5, #d9d9d9);background:var(--Neutral-1, #fff);box-shadow:0 2px #00000005;cursor:pointer}._containerDescriptionOpp_8gctu_51 ._wrapperResponsible_8gctu_169{display:flex;justify-content:end;width:40%;align-items:center}._containerDescriptionOpp_8gctu_51 ._wrapperResponsible_8gctu_169 ._responsibleContainer_8gctu_175{display:flex;flex-direction:column;width:630px;gap:20px}._typeColumn_8gctu_182{translate:inherit;width:100%;display:flex}._typeColumn_8gctu_182 [class~=ant-tag]{border-radius:4px;border-color:transparent;color:#fff}._typeColumn_8gctu_182._tender_8gctu_132>[class~=ant-tag]{background-color:#ff7b57!important}._typeColumn_8gctu_182._agile_8gctu_195>[class~=ant-tag]{background-color:#ae1bdb!important}._typeColumn_8gctu_182._agile_first_call_8gctu_198>[class~=ant-tag]{background-color:#ae1bdb!important}._typeColumn_8gctu_182._agile_second_call_8gctu_201>[class~=ant-tag]{background-color:#ae1bdb!important}._typeColumn_8gctu_182._purchase_8gctu_204>[class~=ant-tag]{background-color:#d62121!important}._typeColumn_8gctu_182._quote_8gctu_207>[class~=ant-tag]{background-color:#1873fb!important}._typeColumn_8gctu_182._marco_quote_8gctu_210>[class~=ant-tag]{background-color:#2cb95d!important}._typeColumn_8gctu_182._marketQuery_8gctu_213>[class~=ant-tag]{background-color:#6924ae!important}@media screen and (min-width: 1280px) and (max-width: 1920px){._responsibleContainer_8gctu_175{width:85%}}@media screen and (min-width: 768px) and (max-width: 1280px){._paragraphBold_8gctu_92{font-size:1rem!important}._paragraphNormal_8gctu_101{font-size:.9rem}._containerDescription_8gctu_51 ._tenderDescription_8gctu_132{font-size:1rem}._containerDescription_8gctu_51 ._price_8gctu_148{font-size:1.2rem}._wrapperResponsible_8gctu_169{justify-content:center}._wrapperResponsible_8gctu_169 ._responsibleContainer_8gctu_175{width:850px}}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._infoContainer_1n4pe_26{margin-top:14px;display:flex;justify-content:space-between;width:100%;flex-direction:row;flex-wrap:wrap}._infoContainer_1n4pe_26 ._paragraphBold_1n4pe_34{margin:0 0 5px;color:#4f4f5f;font-family:Roboto;font-size:14px;font-style:normal;font-weight:700;line-height:normal}._infoContainer_1n4pe_26 ._paragraphNormal_1n4pe_44{color:#4f4f4f;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin:0}._infoContainer_1n4pe_26 ._twoLines_1n4pe_53{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}._infoContainer_1n4pe_26 ._lineDividerHorizontal_1n4pe_61{border-color:#d9d9d9;border-width:1px;margin:10px 0 20px}._infoContainer_1n4pe_26 :nth-child(n){max-width:315px}._infoContainer_1n4pe_26 :nth-child(n+1){max-width:315px}._infoContainer_1n4pe_26 :nth-child(n+1) p{width:220px}._infoContainer_1n4pe_26 ._tags_1n4pe_75{translate:inherit;width:100%;max-width:max-content}._infoContainer_1n4pe_26 ._tags_1n4pe_75 [class~=ant-tag]{font-size:14px!important;border-color:transparent;color:#fff}._infoContainer_1n4pe_26 ._tags_1n4pe_75._goods_1n4pe_85>[class~=ant-tag]{background-color:#0f2dcb!important}._infoContainer_1n4pe_26 ._tags_1n4pe_75._services_1n4pe_88>[class~=ant-tag]{background-color:#048939!important}._infoContainer_1n4pe_26 ._tags_1n4pe_75._works_1n4pe_91>[class~=ant-tag]{background-color:#f72fef!important}._infoContainer_1n4pe_26 ._tags_1n4pe_75._works_consultancy_1n4pe_94>[class~=ant-tag]{background-color:#f2a000!important}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}@font-face{font-family:SegoeUI;src:local("Segoe UI Light"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");font-weight:100}@font-face{font-family:SegoeUI;src:local("Segoe UI Semilight"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");font-weight:200}@font-face{font-family:SegoeUI;src:local("Segoe UI"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");font-weight:400}@font-face{font-family:SegoeUI;src:local("Segoe UI Bold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");font-weight:600}@font-face{font-family:SegoeUI;src:local("Segoe UI Semibold"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");font-weight:700}._containerItems_1ttpx_51{display:flex;flex-direction:column;gap:25px}._containerItems_1ttpx_51 [class~=ant-collapse-header]{width:100%;padding-top:0!important;padding-bottom:0!important;padding-right:40px;padding-left:0!important}._containerItems_1ttpx_51 [class~=ant-collapse-header] ._containerCollapse_1ttpx_64{display:flex;align-items:center;justify-content:space-between}._containerItems_1ttpx_51 [class~=ant-collapse-borderless] [class~=ant-collapse-item] [class~=ant-collapse-header]{padding-left:0!important;padding-right:0!important}._containerItems_1ttpx_51 [class~=ant-collapse-content-box]{padding:0!important}._containerItems_1ttpx_51 ._titleContainer_1ttpx_76{display:flex;justify-content:space-between;align-items:center;gap:11px}._containerItems_1ttpx_51 ._titleContainer_1ttpx_76 ._h3_1ttpx_82{color:var(--detail-titles, #333);font-family:Roboto;font-size:22px;font-style:normal;font-weight:600;line-height:32px;margin:0}._containerItems_1ttpx_51 ._table_1ttpx_91{border-radius:8px!important;margin-top:25px}._containerItems_1ttpx_51 ._table_1ttpx_91 th{font-family:Lato;font-weight:700!important;font-size:1rem!important;color:#4f4f5f!important}@media screen and (min-width: 768px) and (max-width: 1280px){._table_1ttpx_91 th{font-size:1rem}._tableStripedRows_1ttpx_106 tr>td{font-size:.9rem}}._matchIcon_1ttpx_110{color:#f5ac2e;font-size:18px}._switchMatchContainer_1ttpx_115{display:flex;width:100%;align-items:center;justify-content:end;gap:10px;margin-top:12px}._switchLabel_1ttpx_124{font-size:12px;font-style:normal;font-weight:400;line-height:20px}._container_1qx3j_1{display:flex;flex-direction:column}._titleContainer_1qx3j_6{display:flex;justify-content:space-between}._title_1qx3j_6{color:var(--character-title-85, rgba(0, 0, 0, .85));font-family:Lato;font-size:22px;font-style:normal;font-weight:700;line-height:32px;border:none;background:none}._containerFileName_1qx3j_22{display:flex;padding:8px 12px;align-items:center;gap:12px;flex:1 0 0;border-radius:6px;border:1px solid #E4E4E7;margin-top:22px;cursor:pointer}._fileName_1qx3j_34{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;flex:1 0 0}._file_1qx3j_34{overflow:hidden;color:#71717a;text-overflow:ellipsis;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:normal}._subtitle_1qx3j_54{display:flex;flex-direction:column;color:#4f4f4f;font-family:Lato;font-size:14px;font-style:normal;font-weight:400;line-height:30px;letter-spacing:.8px;margin:0}._closeFile_1qx3j_67{overflow:hidden;color:#000;text-overflow:ellipsis;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:normal}._chatContainer_1qx3j_78{padding:10px 20px;display:flex;flex-direction:column;justify-content:space-between}._messageContainer_1qx3j_85{display:flex;flex-direction:column;height:100%;overflow-y:auto;gap:10px}._messageBot_1qx3j_93{display:flex;flex-direction:column;color:#000;background-color:#f0f4f9;padding:8px;border-radius:10px 10px 10px 0;margin-bottom:5px}._messageUser_1qx3j_104{background-color:#d9e2f3;padding:12px;border-radius:10px 10px 0;margin-bottom:5px;width:fit-content;margin-left:auto}._latestMessage_1qx3j_113{margin-top:10px}._filename_1qx3j_117{color:#4f4f4f;font-weight:700}._footer_1qx3j_122{display:flex;flex-direction:column;gap:8px}._question_1qx3j_128{cursor:pointer}._spin_1qx3j_132{display:flex;justify-content:center;align-items:center;height:100%}._close_1qx3j_67{cursor:pointer}[class~=ant-drawer-panel-motion-right-leave-active]{opacity:0!important}[class~=ant-drawer-content-wrapper]{transform:translate(0)!important}[class~=drawer-chat_file__EgCnv]{overflow-wrap:anywhere}._attachmentTable_12r7x_1 [class~=ant-collapse-header]{width:max-content;padding-top:0!important;padding-bottom:0!important;padding-right:40px;padding-left:0!important}._attachmentTable_12r7x_1 [class~=ant-collapse-header] ._containerCollapse_12r7x_9{display:flex;align-items:center;gap:11px}._attachmentTable_12r7x_1 [class~=ant-collapse-borderless] [class~=ant-collapse-item] [class~=ant-collapse-header]{padding-left:0!important}._attachmentTable_12r7x_1 [class~=ant-collapse-content-box]{padding:0!important}._attachmentTable_12r7x_1 ._subtitle_12r7x_20{color:var(--detail-titles, #333);font-family:Roboto;font-size:22px;font-style:normal;font-weight:600;line-height:32px;margin:0}._containerModal_12r7x_30{max-width:90%;width:auto!important}._containerModal_12r7x_30 ._iframe_12r7x_34{margin-top:20px;max-width:100%;max-height:100%;width:800px;height:600px;border:none}._containerActionButtons_12r7x_43{display:flex;gap:21px;justify-content:center}._containerActionButtons_12r7x_43 ._actionButton_12r7x_48{display:flex;flex-direction:column;align-items:center;border:none;background:transparent;cursor:pointer;color:#000;text-align:center;font-family:Roboto;font-size:10px;font-weight:400;line-height:22px}._containerActionButtons_12r7x_43 ._actionButton_12r7x_48 span>svg{width:17px;height:17px}._containerActionButtons_12r7x_43 ._actionButton_12r7x_48:disabled{cursor:not-allowed;color:#d9d9d9}._space_12r7x_71{display:flex;gap:15px;justify-content:flex-end;margin-bottom:20px}._search_12r7x_78{width:326px}._sparkleIcon_12r7x_82{cursor:pointer;color:#5200ff}._sparkleIconDisabled_12r7x_87{cursor:not-allowed;color:#d9d9d9!important}
