.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999px);width:320px;z-index:9999}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;justify-content:space-between;margin-bottom:1rem;max-height:800px;min-height:64px;overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{flex:1 1 auto;margin:auto 0;padding:6px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{background-color:#ffffffb3;bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;font-family:Roboto;margin:0;padding:0;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.cut-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hover-shadow-block{cursor:pointer;text-decoration:none;transition:.3s}.hover-shadow-block:hover{box-shadow:0 4px 24px #12224830;text-decoration:none}.inter{font-family:Inter,sans-serif}.font-size-11{font-size:11px}.font-size-12{font-size:12px}.font-size-13{font-size:13px}.font-size-14{font-size:14px}.font-size-15{font-size:15px}.font-size-21{font-size:21px}.letter-spacing-1{letter-spacing:1px}.text-uppercase{text-transform:uppercase}.text-center{text-align:center}.color-blue{color:#2361ff}.flex-center{justify-content:center}.flex-between,.flex-center{align-items:center;display:flex}.flex-between{justify-content:space-between}textarea{max-width:100%}.flex{display:flex}.alignCenter{align-items:center}.alignStart{align-items:flex-start}.justifySpaceBetween{justify-content:space-between}.justifyCenter{justify-content:center}.relative{position:relative}.p1{font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:21px}.p1 b{font-weight:600}.heading3{font-size:26px}.heading3,.heading4{font-family:Inter,sans-serif;font-weight:600;line-height:28px}.heading4{font-size:21px}.heading6{font-family:Inter,sans-serif;font-size:13px;font-weight:700;line-height:28px}.ml5{margin-left:5px}.ml10{margin-left:10px}.ml15{margin-left:15px}.ml20,.ml25{margin-left:25px}.mr5{margin-right:5px}.mr10{margin-right:10px}.mr15{margin-right:15px}.mr20,.mr25{margin-right:25px}.mt5{margin-top:5px}.mt10{margin-top:10px}.mt15{margin-top:15px}.mt20,.mt25{margin-top:25px}.mt30{margin-top:30px}.mt40{margin-top:40px}.mt50{margin-top:50px}.mt60{margin-top:60px}.w100{width:100%}.w80{width:80%}.w70{width:70%}.w60{width:60%}.w50{width:50%}.w40{width:40%}.w30{width:30%}.w20{width:20%}.text-weight-300{font-weight:300}.text-weight-400{font-weight:400}.text-weight-500{font-weight:500}.text-weight-600{font-weight:600}.text-weight-700{font-weight:700}.text-weight-800{font-weight:800}.text-weight-900{font-weight:900}.line-height-21{line-height:21px}.pointer{cursor:pointer}.modal_overflow_hide .modal__body,.modal_overflow_hide .modal__container{overflow:inherit!important}.registration-quiz{background:#fff;border-top:1px solid #eae9f2;position:relative}.registration-quiz__mobile-header,.registration-quiz__mobile_description{display:none}.registration-quiz__header{padding:29px 0}.registration-quiz__header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1300px}.registration-quiz__header h3{font-family:Inter,sans-serif;font-size:28px;font-weight:500;line-height:34px;max-width:520px}.registration-quiz__header b{font-family:Inter,sans-serif;font-size:32px;font-weight:700}.registration-quiz__line{background:#2361ff1a;height:4px;position:relative;width:100%}.registration-quiz__line-abs{background:#fff;height:4px;position:absolute;width:7px}.registration-quiz__line-active{background:#2361ff;height:4px}.registration-quiz__body{background:#f3f5fa;background-size:500px;padding-bottom:90px;padding-top:80px}.quill-editor{max-width:100%;word-break:break-word!important}.task-body__description *{white-space:normal!important}.my-node-enter{opacity:0}.my-node-enter-active{opacity:1;transition:opacity .3s}.my-node-exit{opacity:1}.my-node-exit-active{opacity:0;transition:opacity .3s}.scale-enter{opacity:0;transform:scale(.9)}.scale-enter-active{opacity:1;transform:translateX(0);transition:opacity .3s,transform .3s}.scale-exit{opacity:1}.scale-exit-active{opacity:0;transform:scale(.9);transition:opacity .3s,transform .3s}.slide-enter{opacity:0;transform:translateX(-20px)}.slide-enter-active{opacity:1;transform:translateX(0);transition:opacity .5s,transform .5s}.slide-exit{opacity:1}.slide-exit-active{opacity:0;transform:translateX(20px);transition:opacity .5s,transform .5s}.mdb{display:none}.fade-enter{opacity:.01;position:relative}.fade-enter.fade-enter-active{opacity:1;transition:all .3s ease-in}.fade-exit{opacity:1;position:relative}.fade-exit.fade-exit-active{opacity:.01;transition:all .3s ease-out}a{cursor:pointer}a:hover{text-decoration:underline}.btn-black{background:#000;border:none;border-radius:100px;color:#fff;cursor:pointer;font-size:11px;height:42px}.btn-black:disabled{cursor:default;opacity:.5}.btn-black:hover{opacity:.7}.btn-white{align-items:center;background:#fff;border:1px solid #000;border-radius:100px;cursor:pointer;display:flex;font-size:11px;height:40px;justify-content:center}.btn-white:hover{background:#f3f3f3}.btn-white:disabled{cursor:default;opacity:.5}.btn_full-width{width:100%}.btn:disabled{cursor:default;opacity:.5}.btn:focus{outline:none}* button:disabled{cursor:not-allowed!important}@media only screen and (max-width:460px){.client_layout .layout__sidebar{display:none}.client_layout .layout__container{padding:0}.client_layout .tasks-project-kanban__header{background:#f3f5fa;padding:8px;position:absolute;right:0;top:65px;width:100%;z-index:2}.client_layout .tasks-project-kanban__header-close{background:#3761f0;border:none;border-radius:50px;color:#fff;height:35px;margin-bottom:10px;padding:0 30px;width:100%}.client_layout .tasks-project-kanban__header-close em{font-size:15px;margin-left:3px}.client_layout .tasks-project-kanban-header-search__input{border-radius:0;height:45px}.client_layout .tasks-project-kanban-header__search{margin-right:0!important;min-width:100%}.client_layout .tasks-project-kanban-header__title{display:none}.client_layout .tasks-project-kanban-header__archive-btn{background:#fff;border:none;height:35px;margin-top:10px;text-transform:capitalize;width:100%}.client_layout .sort__body{left:0}.client_layout .tasks-project-kanban-header__archive-btn_active{background:#2361ff!important;color:#fff!important}.client_layout .tasks-project-kanban-header__action{flex-wrap:wrap}.client_layout .tasks-project-kanban-header__sort{margin-right:0;padding-right:1%;width:50%}.client_layout .sort{min-width:inherit;padding-left:0}.client_layout .tasks-project-kanban-header__archive{padding-left:1%;width:50%}.client_layout .sort__header{background:#fff;border:none;cursor:pointer;font-weight:400;height:35px;justify-content:center;margin-top:10px;padding:0 15px}.client_layout .kanban-project-tabs,.client_layout .tasks-project-kanban-header__dropdown{display:none}.client_layout .tasks-project-kanban-grid{flex-wrap:nowrap;overflow:hidden}.client_layout .tasks-project-kanban-grid__item{flex-shrink:0}.client_layout .task-status__current{width:inherit}.client_layout .progress-line__description{align-items:baseline;min-width:inherit}.client_layout .current-budget,.client_layout .task-body__description h3{display:none}.client_layout .task-body__dates *,.client_layout .task-status__current>div{font-family:Inter,sans-serif}.client_layout .task-body__description-block p+a{font-weight:500}.client_layout .task-body__user-photo img{height:27px;width:27px}.client_layout .task-body__header-left-button{width:31px}.client_layout .task-body__header-left-button img{margin-right:0}.client_layout .task-body__header-left-button img+div{display:none}.client_layout .checkbox__item-label{line-height:21px}.client_layout .user-messages__text p{font-family:Inter,sans-serif}.client_layout .user-messages__img img{height:48px;width:48px}.client_layout .mobile-crate-task-icon{display:flex!important}.client_layout .modal__container{padding:20px}.client_layout .tox-tinymce{height:180px!important;width:100%}.client_layout .tasks-project-kanban-item__project-name{font-size:11px;line-height:13px}.client_layout .tasks-project-kanban-item__description{font-size:13px;line-height:16px}.client_layout .error-boundary__img{max-width:100%!important}.client_layout .tasks-project-kanban-item__date-wrap span{font-family:Inter,sans-serif}.auth-modal__body{min-height:inherit!important;width:90%!important}.auth-modal__right-col{display:none!important}.auth-cols .auth-modal__left-col{padding:10px!important;width:100%!important}.client_layout .auth-modal__container{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%!important}}.tasks-project-kanban-grid{transition:margin-left .5s ease-out 0s}.modal{align-items:center;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:5}.modal__bg{background:rgba(0,0,0,.678);height:100%;position:absolute;width:100%;z-index:2}.modal__container{background:#fff;border-radius:30px;display:flex;flex-direction:column;max-height:90vh;overflow:auto;padding:40px;width:610px;z-index:3}.modal__container__header{align-items:center;display:flex;justify-content:space-between}.modal__container__header-close{cursor:pointer;z-index:2}.modal__body{margin-top:10px;overflow:auto;padding:0 10px}.modal__body::-webkit-scrollbar{width:3px}.modal__body::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #0000004d}.modal__body::-webkit-scrollbar-thumb{background-color:#000;outline:1px solid #708090}@media only screen and (max-width:500px){.modal__container{max-width:95%!important}}.input{display:flex;flex-direction:column;position:relative}.input input{border:1px solid #0003;border-radius:5px;padding:13px 15px}.input ::placeholder{color:#000;font-family:Inter;font-size:13px}.input__label{background:#fff;color:#8a93ad;font-family:Inter;font-size:11px;left:12px;padding:0 8px;position:absolute;top:-4px;z-index:1}.input__error-message{color:red;font-size:12px;padding:3px 0 0 3px}.react-select{position:relative}.react-select__control{border:1px solid #b4bed9!important;border-radius:10px!important;box-sizing:border-box;height:42px}.react-select__menu{background:#fff;font-size:13px;position:relative;z-index:9!important}.react-select__value-container{font-family:Inter,sans-serif;font-size:13px;padding-left:15px}.react-select__label{background:#fff;color:#8a93ad;font-family:Inter,sans-serif;font-size:11px;left:12px;padding:0 8px;position:absolute;top:-4px;z-index:1}.react-select__top-label{color:#919ab3;display:block;font-family:Inter,sans-serif;font-size:13px;font-weight:500;letter-spacing:-.5px;margin-bottom:5px}.checkbox{display:flex;flex-direction:column}.checkbox__item{align-items:flex-start;cursor:pointer;display:flex;margin-top:10px}.checkbox__item-element{align-items:center;background:#f3f5fa;border-radius:5px;box-shadow:inset 0 0 4px #9bace940;display:flex;flex-shrink:0;height:18px;justify-content:center;margin-right:4px;width:18px}.checkbox__item-active{background:#2361ff}.checkbox__item-disabled{background:none;border:none!important;box-shadow:none!important}.checkbox__item-label{font-family:Inter,sans-serif;font-size:13px;font-weight:400;word-break:break-word}.options{display:flex}.options__item{align-items:center;display:flex;margin-right:30px}.options__item-inactive{align-items:center;background:#f3f5fa;border-radius:5px;box-shadow:inset 0 0 4px #9bace940;display:flex;height:18px;justify-content:center;width:18px}.options__item-active{background:#2361ff;border-radius:50%;height:8px;width:8px}.options__item:hover{cursor:pointer}.options__item-label{margin-left:5px}.textarea{display:flex;flex-direction:column;position:relative}.textarea textarea{border:1px solid #0003;border-radius:5px;padding:13px 15px}.textarea ::placeholder{color:#000;font-family:Inter;font-size:13px}.textarea__label{background:#fff;color:#8a93ad;font-family:Inter;font-size:11px;left:12px;padding:0 8px;position:absolute;top:-4px}.textarea__error-message{color:red;font-size:12px;padding:3px 0 0 3px}.react-editor{display:flex;flex-direction:column;position:relative}.react-editor .ql-editor strong{font-weight:700}.react-editor .ql-editor em{font-style:italic}.react-editor .ql-snow{background:#fff}.react-editor .ql-editor{min-height:200px}.react-editor .tox-statusbar,.react-editor .tox-statusbar__wordcount{display:none!important}.react-editor textarea{border:1px solid #0003;border-radius:5px;padding:13px 15px}.react-editor ::placeholder{color:#000;font-family:Inter,serif;font-size:13px}.react-editor__label{background:#fff;color:#8a93ad;font-family:Inter;font-size:11px;left:12px;padding:0 8px;position:absolute;top:-4px}.react-editor__error-message{color:red;font-size:12px;padding:3px 0 0 3px}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.create_project .input,.create_project .react-select{margin-top:15px}.create_project__heading{color:#2361ff;font-family:Inter;font-size:16px;font-weight:500;letter-spacing:5px}.create_project__second-heading{font-family:Inter;font-size:21px;font-weight:700;padding:34px 0 5px}.create_project__options{margin:25px 0}.create_project__button{width:100%}.mobile-loader-container{align-items:center;background:#fffc;display:flex;height:100%;justify-content:center;position:absolute;width:100%;z-index:99}.lds-spinner{color:official;display:inline-block;height:80px;position:relative;width:80px}.lds-spinner div{animation:lds-spinner 1.2s linear infinite;transform-origin:40px 40px}.lds-spinner div:after{background:#2361ff;border-radius:20%;content:" ";display:block;height:18px;left:37px;position:absolute;top:3px;width:6px}.lds-spinner div:first-child{animation-delay:-1.1s;transform:rotate(0deg)}.lds-spinner div:nth-child(2){animation-delay:-1s;transform:rotate(30deg)}.lds-spinner div:nth-child(3){animation-delay:-.9s;transform:rotate(60deg)}.lds-spinner div:nth-child(4){animation-delay:-.8s;transform:rotate(90deg)}.lds-spinner div:nth-child(5){animation-delay:-.7s;transform:rotate(120deg)}.lds-spinner div:nth-child(6){animation-delay:-.6s;transform:rotate(150deg)}.lds-spinner div:nth-child(7){animation-delay:-.5s;transform:rotate(180deg)}.lds-spinner div:nth-child(8){animation-delay:-.4s;transform:rotate(210deg)}.lds-spinner div:nth-child(9){animation-delay:-.3s;transform:rotate(240deg)}.lds-spinner div:nth-child(10){animation-delay:-.2s;transform:rotate(270deg)}.lds-spinner div:nth-child(11){animation-delay:-.1s;transform:rotate(300deg)}.lds-spinner div:nth-child(12){animation-delay:0s;transform:rotate(330deg)}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}.create_milestones__heading{font-family:Inter;font-size:21px;font-weight:700}.create_milestones__body{margin-top:45px}.create_milestones__save{margin-top:30px;width:100%}.create_task__heading{font-family:Inter;font-size:21px;font-weight:700}.create_task__mt{margin-top:15px}.create_task__save{width:100%}.create_task__label{background:#fff;color:#8a93ad;font-family:Inter;font-size:11px;left:12px;padding:0 8px;position:relative;top:5px;z-index:6}.legal-ticket__heading{font-family:Inter;font-size:21px;font-weight:700}.legal-ticket__body{margin-top:45px}.legal-ticket__btn{margin-top:30px}.payment-method-modal h2{color:#2361ff;font-family:Inter;font-size:16px;font-weight:500;letter-spacing:5px}.payment-method-modal h3{font-family:Inter;font-size:21px;font-weight:700;margin-bottom:15px;margin-top:40px}.payment-method-modal__input{margin-bottom:10px}.payment-method-modal__data{display:flex;justify-content:space-between;width:100%}.payment-method-modal__data-input{width:49%}.payment-method-modal__button{margin-top:20px;width:100%}.welcome_onBoarding .modal__container{max-width:510px}.welcome_onBoarding__img{display:block;margin:0 auto}.welcome_onBoarding__heading{font-size:28px;font-weight:700;line-height:34px;margin:64px auto 0;max-width:318px;text-align:center}.welcome_onBoarding__description{font-size:15px;font-weight:400;line-height:18px;margin:14px auto 0;max-width:255px;text-align:center}.welcome_onBoarding__button{display:block;margin:57px auto 0;max-width:380px;width:100%}.client_kanban_request h4{font-size:15px;font-weight:400;line-height:21px;margin:10px auto 0;max-width:600px;text-align:center}.client_kanban_request .modal__container{padding-bottom:60px;padding-top:50px;width:920px}.client_kanban_request .modal__container__header h2{flex-grow:1;font-family:Inter,sans-serif;font-size:21px;font-weight:700;line-height:25px;text-align:center}.client_kanban_request__body{display:flex}.client_kanban_request__col{width:50%}.client_kanban_request__image{align-items:center;display:flex;height:170px;justify-content:center}.client_kanban_request__title{font-family:Inter,sans-serif;font-size:13px;font-weight:700;line-height:16px;text-align:center;text-transform:uppercase}.client_kanban_request__description{font-family:Inter,sans-serif;font-size:13px;font-style:normal;font-weight:500;height:84px;line-height:21px;margin:10px auto 0;max-width:305px;text-align:center}.client_kanban_request__button{display:block;margin:37px auto 0;width:220px}.client_kanban_request__button:hover{opacity:.6}@media only screen and (max-width:500px){.client_kanban_request h4{font-size:13px;font-weight:500}.client_kanban_request__title{font-size:13px}.client_kanban_request__title img{bottom:-13px;display:inline-block!important;margin-right:9px;position:relative;width:70px}.client_kanban_request__description{font-size:13px;font-weight:400;line-height:21px}.client_kanban_request__body{align-items:center;flex-direction:column}.client_kanban_request__col{margin-top:20px;width:100%}.client_kanban_request__image{display:none}.client_kanban_request__button{margin-top:10px;width:100%}}.create_legal_request .modal__container{width:510px}.create_legal_request__body{position:relative}.create_legal_request .modal__container__header h2{color:#000;font-family:Inter,sans-serif;font-size:21px;font-weight:700;line-height:25px}.create_legal_request__description{font-family:Inter,sans-serif;font-size:13px;font-weight:500;line-height:21px;margin-top:20px}.create_legal_request__select{position:relative}.create_legal_request__select-container{align-items:center;border:1px solid #b4bed9;border-radius:5px;box-sizing:border-box;cursor:pointer;display:flex;height:42px;justify-content:space-between;margin-top:20px;padding:13px 15px;width:100%}.create_legal_request__select-container span{font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:16px}.create_legal_request__dropdown{background:#fff;border:1px solid #b4bed9;border-radius:5px;box-sizing:border-box;margin-top:6px;max-height:380px;overflow:auto;padding:0 17px 32px;z-index:2}.create_legal_request__dropdown::-webkit-scrollbar{border-radius:100px;width:4px}.create_legal_request__dropdown::-webkit-scrollbar-track{border-radius:100px;box-shadow:inset 0 0 6px #fff}.create_legal_request__dropdown::-webkit-scrollbar-thumb{background-color:#c4d0e7;border-radius:100px;outline:1px solid #c4d0e7}.create_legal_request__need-block{margin-top:30px}.create_legal_request__need-block b{font-family:Inter,sans-serif;font-size:13px;font-weight:700;letter-spacing:3px;line-height:16px;text-transform:uppercase}.create_legal_request__need-items{margin-top:7px}.create_legal_request__need-item{align-items:center;cursor:pointer;display:flex;margin-top:11px}.create_legal_request__need-item span{font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:16px;margin-left:8px}.create_legal_request__radio{align-items:center;background:#f3f5fa;border:1px solid #eae9f2;border-radius:100px;box-sizing:border-box;display:flex;flex-shrink:0;height:20px;justify-content:center;width:20px}.create_legal_request__radio-active{background:#3761f0;border-radius:100px;height:14px;width:14px}.create_legal_request__custom-request-heading{font-family:Inter,sans-serif;font-size:13px;font-weight:700;line-height:16px;margin-top:20px;text-transform:uppercase}.create_legal_request__custom-request-input{margin-top:10px}.create_legal_request__custom-request-input input::placeholder{color:#a3a9b9;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:16px}.create_legal_request__custom-request-textarea{margin-top:10px}.create_legal_request__custom-request-textarea textarea::placeholder{color:#a3a9b9;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:16px}.create_legal_request__custom-request-button{margin-top:30px;width:100%}.create_manager_offer .modal__container{max-width:510px}.create_manager_offer .modal__container__header h2{font-family:Inter,sans-serif;font-size:21px;font-weight:700;line-height:25px}.create_manager_offer .create_legal_request__need-block em{color:#8a93ad;font-family:Inter,sans-serif;font-size:11px;font-style:normal;font-weight:500;line-height:13px;margin-left:8px;margin-top:2px}.create_manager_offer .create_legal_request__need-block strong{color:#000;font-family:Inter,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:16px;margin-left:7px}.create_manager_offer__description{font-family:Inter,sans-serif;font-size:13px;font-weight:500;line-height:21px;margin-top:20px}.create_manager_offer__button{margin-top:51px;width:100%}.create_manager_offer__button:disabled{opacity:.5}.create_manager_offer__button-second-step{margin-top:30px;width:100%}.create_manager_offer__button-second-step:disabled{opacity:.5}.create_manager_offer__react-select{margin-top:20px}.create_manager_offer__input input,.create_manager_offer__textarea textarea{font-family:Inter,sans-serif;font-size:13px;font-weight:400;margin-top:10px}.create_manager_offer__textarea textarea{line-height:16px}.create_legal_task .modal__container__header h2{font-family:Inter,sans-serif;font-size:21px;font-weight:700;line-height:25px}.create_legal_task .checkbox__item{align-items:center}.create_legal_task p{font-family:Inter,sans-serif;font-size:13px;font-weight:500;line-height:21px;margin-top:20px}.create_deliverables__heading{font-family:Inter;font-size:21px;font-weight:700}.create_deliverables__body{margin-top:45px}.create_deliverables__save{margin-top:30px;width:100%}.manager_profile *{font-family:Inter,sans-serif}.manager_profile .modal__container{min-height:300px}.manager_profile .modal__container__header h2{font-family:Inter,sans-serif;font-size:21px;font-weight:700;line-height:25px}.manager_profile__main{width:100%}.manager_profile__heading{display:flex;margin-top:40px}.manager_profile__heading>img{border-radius:12px;margin-right:14px}.manager_profile__body{height:250px;overflow:auto}.manager_profile__body::-webkit-scrollbar{width:6px}.manager_profile__body::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #0000001a}.manager_profile__body::-webkit-scrollbar-thumb{background-color:#cdd0d9;border-radius:10px}.manager_profile__title{justify-content:space-between;margin-top:8px;width:100%}.manager_profile__title,.manager_profile__title>div{align-items:center;display:flex}.manager_profile__title-name{font-family:Inter,sans-serif;font-weight:500;margin-right:10px;text-transform:capitalize}.manager_profile__sum,.manager_profile__title-name{font-size:18px;letter-spacing:-.5px;line-height:22px}.manager_profile__sum{font-weight:700}.manager_profile__position{color:#8a93ad;font-size:13px;font-weight:400;line-height:16px;margin-top:5px}.manager_profile__location{align-items:center;display:flex;font-size:13px;font-weight:500;letter-spacing:-.5px;line-height:16px;margin-top:15px}.manager_profile__location img{margin-right:7px}.manager_profile__info{margin-top:30px}.manager_profile__info>div{align-items:center;display:flex;font-size:13px;font-weight:700;line-height:16px;text-transform:uppercase}.manager_profile__info>div img{margin-right:5px}.manager_profile__info p{font-size:13px;font-weight:500;line-height:21px;margin-top:10px}.manager_profile__info p em{color:#8a93ad;display:block;font-size:11px;font-style:normal;font-weight:400;line-height:13px}.client-profile__body{margin-top:30px}.client-profile__row{display:flex}.client-profile__col{width:50%}.client-profile__label{align-items:center;display:flex;font-family:Inter,sans-serif;font-size:13px;font-style:normal;font-weight:700;line-height:16px;text-transform:uppercase}.client-profile__label img{margin-right:5px}.client-profile__email{font-family:Inter,sans-serif;font-size:13px;font-weight:500;margin-top:12px}.client-profile__company-item{margin-top:12px}.client-profile__company-item-name{font-family:Inter,sans-serif;font-size:13px;font-weight:500}.client-profile__company-item-link{color:#8a93ad;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:16px;margin-top:3px}.all_approve_deliverables h4{font-size:15px;font-weight:400;line-height:21px;margin:10px auto 0;max-width:600px;text-align:center}.all_approve_deliverables .modal__container{max-width:920px;width:920px}.all_approve_deliverables__tabs{width:100%}.all_approve_deliverables__tab-item{align-items:center;border-bottom:4px solid #2361ff;display:flex;font-family:Inter,sans-serif;font-size:21px;font-weight:700;justify-content:center;padding-bottom:10px;text-align:center}.all_approve_deliverables__tab-item-icon{background:#ff5c5c;border-radius:100px;color:#fff;display:inline-block;font-family:Inter,sans-serif;font-size:11px;font-weight:600;height:20px;line-height:20px;margin:3px 7px;padding:0 7px}.all_approve_deliverables__list{margin-top:50px}.all_approve_deliverables__list-heading{align-items:center;color:#81889a;display:flex;margin-bottom:9px}.all_approve_deliverables__list-heading span{font-family:Inter,sans-serif;font-size:13px;font-weight:500;padding-left:15px}.all_approve_deliverables__list-heading span:first-child{width:520px}.all_approve_deliverables__list-container{display:flex;width:100%}.all_approve_deliverables__list-editor{margin-top:5px}.all_approve_deliverables__list-item{border:1px solid #f3f5fa;border-radius:10px;margin-bottom:10px;padding:29px 20px}.all_approve_deliverables__list-description{width:500px}.all_approve_deliverables__list-name{font-family:Inter,sans-serif;font-size:17px;font-weight:500}.all_approve_deliverables__list-link{align-items:center;color:#2361ff;display:flex;font-family:Inter,sans-serif;font-size:17px;margin-top:8px}.all_approve_deliverables__list-copy{align-items:center;border:1px solid #bbc8da;border-radius:10px;cursor:pointer;display:flex;height:28px;justify-content:center;margin-left:12px;width:28px}.all_approve_deliverables__button{background:#000;border:2px solid #000;border-radius:24px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:1px;padding:11px 0;text-transform:uppercase;width:130px}.all_approve_deliverables__button:hover{opacity:.5}.all_approve_deliverables__button:disabled{cursor:auto;opacity:.5}.all_approve_deliverables__deny{background:#fff;box-sizing:border-box;color:#000;margin-left:5px}@media only screen and (max-width:500px){.all_approve_deliverables h4{font-size:13px;font-weight:500}.all_approve_deliverables__list{margin-top:10px}.all_approve_deliverables__list-buttons button{margin:0;width:50%}.all_approve_deliverables__list-buttons button:first-child{border-radius:0 0 0 12px!important}.all_approve_deliverables__list-buttons button:last-child{border-radius:0 0 12px 0!important}.all_approve_deliverables__list-description{padding:20px 10px 10px;width:100%}.all_approve_deliverables__list-name{font-size:15px;line-height:13px}.all_approve_deliverables__list-heading{display:none}.all_approve_deliverables__list-container{flex-direction:column}.all_approve_deliverables__list-item{padding:0}.all_approve_deliverables__list-link{margin-top:0}.all_approve_deliverables__list-link a{font-size:13px;font-weight:500;max-width:calc(100% - 40px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.all_approve_deliverables__list-copy{height:36px;width:36px}}.frozen_modal .modal__container{width:580px}.frozen_modal__modal{align-items:center;display:flex;flex-direction:column}.frozen_modal__modal h2{font-family:Inter,sans-serif;font-size:28px;font-weight:700;line-height:34px;margin-top:16px;text-align:center}.frozen_modal__modal p{font-weight:400}.frozen_modal__modal b,.frozen_modal__modal p{font-family:Inter,sans-serif;font-size:15px;font-style:normal;line-height:18px;margin-top:24px;text-align:center}.frozen_modal__modal b{display:block;font-weight:700}.frozen_modal__modal button{font-size:11px;font-weight:500;letter-spacing:1px;margin-top:30px;text-transform:uppercase}.choose_payment_plan .modal__container__header,.choose_payment_plan__mobile-button{display:none}.choose_payment_plan .modal__container{background:#f3f5fa;padding:30px}.choose_payment_plan__header{display:flex;justify-content:center;position:relative}.choose_payment_plan__close{cursor:pointer;position:absolute;right:0;top:0}.choose_payment_plan__desc{font-family:Inter,sans-serif;font-size:21px;font-weight:700;line-height:21px;margin-top:45px;text-align:center}.choose_payment_plan__plans{margin-top:39px}.choose_payment_plan__plan{align-items:center;box-sizing:border-box;display:flex;height:82px;justify-content:space-between;padding:20px}.choose_payment_plan__plan-container{background:#fff;border-radius:10px;margin-bottom:15px;width:100%}.choose_payment_plan__plan-sale{background:#346dff;border-radius:0 0 10px 10px;color:#fff;font-family:Inter,sans-serif;font-size:10px;font-weight:400;letter-spacing:1px;padding:5px 0;text-align:center;text-transform:uppercase}.choose_payment_plan__plan__left{align-items:center;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;text-transform:uppercase}.choose_payment_plan__plan__right{display:flex}.choose_payment_plan__plan__price{align-items:flex-start;display:flex;margin-right:40px}.choose_payment_plan__plan__price b{font-family:Inter,sans-serif;font-size:42px;font-weight:900;letter-spacing:-2px}.choose_payment_plan__plan__price em{color:#60637e;font-family:Inter,sans-serif;font-size:13px;font-weight:700;margin-left:2px;margin-top:5px;text-transform:uppercase}.choose_payment_plan__plan button{font-family:Inter,sans-serif;font-size:11px;letter-spacing:1px;padding:0 40px;text-transform:uppercase}.choose_payment_plan__plan button img{display:none}@media only screen and (max-width:460px){.choose_payment_plan__desc{font-size:15px;font-weight:700;line-height:21px;margin:36px auto 0;max-width:165px}.choose_payment_plan__plans{margin-top:11px}.choose_payment_plan__plan{height:auto;padding:22px 0;position:relative}.choose_payment_plan__plan button{display:none}.choose_payment_plan__plan-sale{border-radius:0 0 0 10px;font-size:9px;line-height:9px;padding-left:15px;text-align:left;width:calc(100% - 35px)}.choose_payment_plan__plan-container{height:68px;margin-bottom:5px;position:relative}.choose_payment_plan__plan__left{font-size:11px;font-weight:600;max-width:66px;padding-left:15px}.choose_payment_plan__plan__right{padding-right:20px}.choose_payment_plan__plan__price{align-items:center;display:flex}.choose_payment_plan__plan__price b{font-size:24px;font-weight:900}.choose_payment_plan__plan__price em{color:#60637e;font-size:11px;font-weight:600;margin-top:-5px}.choose_payment_plan__mobile-button{border-radius:0 10px 10px 0;display:block;font-family:Inter,sans-serif;font-size:11px;height:68px;letter-spacing:1px;padding:0 10px;position:absolute;right:0;text-transform:uppercase;top:0}.choose_payment_plan__sale-text .choose_payment_plan__plan{padding:10px 0 6px}}.checkbox_checkbox__bXcTY{align-items:center;cursor:pointer;display:flex}.checkbox_container__WVD4a{align-items:center;background:#fff;border:1px solid #eae9f2;border-radius:5px;box-sizing:border-box;display:flex;flex-shrink:0;height:21px;justify-content:center;width:21px}.checkbox_containerActive__L5ON3{background:#000}.checkbox_squire__MbrjY{background:#000;border-radius:2px;height:12px;width:12px}.checkbox_label__mD9jW{font-family:Inter,sans-serif;font-size:15px;font-weight:400;line-height:16px;margin-left:15px;word-break:break-word}.checkbox_label__mD9jW a{color:#2361ff!important;font-weight:700}.red_flags__item span{font-size:13px;margin-left:10px;padding-top:1px}.red_flags__container h2{color:#000;font-size:21px;font-weight:700;line-height:25px}.kyc_modal__body-logo{display:flex;justify-content:center}.kyc_modal__text p{font-size:15px;font-weight:300;line-height:20px;margin-top:15px}.kyc_modal__text b{display:block;font-weight:700}.kyc_modal__text em{display:block;font-style:italic;margin-top:10px}.kyc_modal__text a{color:#2361ff}.terms_use_privacy_policy-modal__body-logo{display:flex;justify-content:center}.terms_use_privacy_policy-modal__text{margin-top:0}.terms_use_privacy_policy-modal__text h2{font-size:28px;font-weight:700;margin-top:0;text-align:center}.terms_use_privacy_policy-modal__text p{font-size:15px;font-weight:300;line-height:20px;margin-top:15px;text-align:center}.terms_use_privacy_policy-modal__text p a{text-decoration:none}.terms_use_privacy_policy-modal__text b{display:block;font-weight:700}.terms_use_privacy_policy-modal__text em{display:block;font-style:italic;margin-top:10px}.terms_use_privacy_policy-modal__text a{color:#2361ff}.terms_use_privacy_policy-modal__checkbox{background:#f3f5fa;border-radius:4px;padding:20px 30px}.terms_use_privacy_policy-modal__checkbox-container{align-items:center;display:flex}.terms_use_privacy_policy-modal__checkbox-squire{align-items:center;background:#fff;border:1px solid #cad5dd;border-radius:4px;cursor:pointer;display:flex;flex-shrink:0;height:18px;justify-content:center;margin-right:15px;width:18px}.terms_use_privacy_policy-modal__checkbox-active{background:#2361ff;border-radius:50%;height:8px;width:8px}.terms_use_privacy_policy-modal__checkbox-label{cursor:pointer;font-family:Inter,sans-serif;font-size:13px;line-height:15px}.terms_use_privacy_policy-modal__checkbox a{text-decoration:none}.terms_use_privacy_policy-modal__checkbox a:hover{text-decoration:underline}.terms_use_privacy_policy .modal__container{width:510px}.offer-deliverable-modal .checkbox__item{align-items:center}.offer-deliverable-modal .modal__container{width:510px}.offer-deliverable-modal .modal__container__header h2{color:#2361ff;font-family:Inter,sans-serif;font-weight:700;letter-spacing:5px;text-transform:uppercase}.offer-deliverable-modal .modal__body{padding-left:0}.offer-deliverable-modal__heading{font-size:21px;font-weight:500;line-height:22px;margin-top:20px}.offer-deliverable-modal__heading b{color:gray}.offer-deliverable-modal__not-required{margin-top:15px}.offer-deliverable-modal__hr{padding:5px 0}.offer-deliverable-modal__hr hr{border-top:0;border-color:#e5eaf8}.offer-deliverable-modal__hr p{background:#fff;color:#b4bed9;font-size:11px;margin:-13px auto;text-align:center;width:30px}.header{background:#fff;border-radius:10px;height:66px;justify-content:space-between;margin-top:10px}.header,.header__left{align-items:center;display:flex}.header__left{flex-shrink:0;width:260px}.header__nav{display:flex;margin-left:150px}.header__nav li{margin-right:50px}.header__nav li a{color:#000;font-size:15px;text-decoration:none}.header__nav li a:hover{text-decoration:underline}.header__logo{margin:17px 30px}.header__right{align-items:center;box-sizing:border-box;display:flex;flex-grow:1;height:66px;justify-content:space-between;padding-right:30px}.header__right-icons{align-items:center;display:flex;margin-right:15px}.header__right-user{display:none}.header__right-user img{border-radius:50%;height:42px;margin-left:10px;width:42px}.header__right-link{align-items:center;background:#fff;border:1px solid #eeeff6;border-radius:10px;display:flex;height:42px;justify-content:center;margin-left:20px;position:relative;width:42px}.header__right-link-squire{background:#fff;height:10px;position:absolute;right:15px;top:47px;transform:rotate(45deg);width:10px;z-index:11}.header__right-counter{align-items:center;background:#ff5c5c;border-radius:50%;box-sizing:border-box;color:#fff;display:flex;font-family:Inter,sans-serif;font-size:11px;font-weight:400!important;height:19px;justify-content:center;margin-left:15px;padding:0 6px;position:absolute;right:-7px;top:-2px}.header__right button{padding:0 25px;text-transform:uppercase}.header__white-button{background:#fff;border:1px solid #000;color:#000;margin-right:10px}.header__search-open{width:inherit}.header__search-open input{border:none;margin-left:5px;outline:none;padding:5px}.header__search-open img{margin-right:10px}.header__search-hide{cursor:pointer}.header__search-hide input{display:none}.callVlo{background:#000;border-radius:100px;cursor:pointer;justify-content:space-between;margin-left:15px;width:175px}.callVlo,.callVlo__circle{align-items:center;display:flex;height:42px}.callVlo__circle{flex-shrink:0;justify-content:center;width:42px}.callVlo__title{align-items:center;color:#fff;display:flex;flex-grow:1;font-size:11px;font-weight:600;height:42px;letter-spacing:1px;line-height:13px;margin-left:-2px;text-align:left;text-transform:uppercase}.callVlo:hover{opacity:.6}.header-credit-balance{align-items:center;background:#f3f5fa;border:1px #eeeff6;border-radius:10px;display:flex;margin-left:15px;padding:10px}.header-credit-balance span{color:#000;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:-.5px;margin-right:15px;padding-left:5px}.header-credit-balance span b{font-size:13px;font-weight:600}.header-credit-balance img{cursor:pointer}@media only screen and (max-width:500px){.client_layout .header__nav{display:none}.client_layout .header__right-icons{margin-right:15px}.client_layout .header__right-icons+button{display:none}.client_layout .header__logo{margin:17px 15px}.client_layout .header__right-user{display:block}.client_layout .header__right-link{margin-left:10px}.client_layout .mobile-header{margin-bottom:30px;margin-top:-40px}.header button{display:none}.header__left{width:120px}.header__right{padding-right:3px}}.notification{background:#fff;border-radius:10px;box-shadow:0 4px 24px #12224826;cursor:default;padding:10px 0 0;position:absolute;right:-20px;top:50px;width:329px;z-index:10}.notification__empty{font-size:13px;padding-top:10px;text-align:center}.notification__container{max-height:300px;overflow:auto;padding:20px}.notification__btn{display:block;margin:10px auto;width:80%}.notification__item{align-items:flex-start;display:flex;padding-bottom:15px}.notification__item:last-child{padding-bottom:0}.notification__item-text{flex-grow:1}.notification__item-text p{cursor:pointer;font-family:Inter;font-size:13px;font-weight:400;line-height:15.73px}.notification__item-icon{padding-right:14px}.notification__item-date{color:#a2a9b9;display:block;font-family:Inter;font-size:11px;font-weight:400;padding-top:5px}.notification__item-close{cursor:pointer}@media only screen and (max-width:460px){.client_layout .notification{right:-60px;width:300px}}.mobile-legal-board-heading{align-items:center;border-bottom:1px solid #eef0f4;border-top:1px solid #eef0f4;display:none;margin:0 10px 20px;padding:20px 0}.mobile-legal-board-heading img{margin-right:12px}.mobile-nav-modal-window{background:#fff;margin-top:63px;padding:15px 20px}.mobile-nav-modal-window__container{background:#000000b3;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:3}.mobile-nav-modal-window__heading{align-items:center;display:flex;font-weight:700}.mobile-nav-modal-window__heading img{margin-right:12px}.mobile-nav-modal-window__nav{margin:50px 0 0 18px}.mobile-nav-modal-window__link{display:block;margin-bottom:32px;text-decoration:none}.mobile-nav-modal-window__link>div{align-items:center;display:flex}.mobile-nav-modal-window__link img{margin-right:8px}.mobile-nav-modal-window__link span{color:#000;font-size:15px;font-weight:600}.mobile-nav-modal-window__sub-link{display:block;margin-bottom:15px;margin-left:25px;text-decoration:none}.mobile-nav-modal-window__sub-link span{color:#000;font-size:13px;font-weight:400;margin-bottom:15px}.mobile-nav-modal-window__footer{align-items:center;border-top:1px solid #eef0f4;display:flex;justify-content:space-between;margin:0 -20px;padding:15px 20px 0}.mobile-nav-modal-window__footer button{align-items:center;background:#fff;border-radius:100px;display:flex;font-size:11px;font-weight:500;height:42px;justify-content:center;letter-spacing:1px;text-transform:uppercase;width:calc(50% - 5px)}.mobile-nav-modal-window__footer-btn-black{background:#000!important;border:none;color:#fff}@media only screen and (max-width:500px){.mobile-legal-board-heading{display:flex}}.header_timer{border:1px solid #eeeff6;border-radius:10px;height:42px;justify-content:center;margin-left:20px;padding:0 20px}.header_timer,.header_timer__info{align-items:center;display:flex}.header_timer__company{font-size:13px;font-weight:700}.header_timer__type{font-size:13px}.header_timer__block{color:#ff5c5c;font-size:13px;margin-left:10px}.header_timer__button{align-items:center;background:none;border:1px solid #888;border-radius:50%;cursor:pointer;display:flex;height:22px;justify-content:center;margin-left:5px;padding:0!important;width:22px}.header_timer__triangle{border-bottom:6px solid #0000;border-left:8px solid #888;border-top:6px solid #0000;height:0;margin-left:2px;width:0}.header_timer__square{background:#ff5c5c;height:10px;width:10px}.all_timely_events{position:relative}.all_timely_events__container{cursor:pointer;padding-top:0}.all_timely_events__heading{align-items:center;border-bottom:1px solid #bbb;display:flex;margin:0 -20px;padding:5px 20px 10px}.all_timely_events__heading img{margin-right:10px}.all_timely_events__heading span{color:#2361ff;font-size:12px;font-weight:500}.all_timely_events__item{align-items:flex-start;display:flex;margin-top:15px}.all_timely_events__item:first-child{margin-top:0}.all_timely_events__item img{position:relative;top:2px}.all_timely_events__item div{margin-left:12px}.all_timely_events__item span{color:#000;font-size:13px}.all_timely_events__item span b{font-weight:700}.all_timely_events__item em{color:#b9beca;font-size:12px;font-weight:300}.layout{background:#f3f5fa;min-height:100vh;padding-left:15px;padding-right:15px}.layout,.layout__container{display:flex;flex-direction:column}.layout__container{flex-grow:1;height:100%;margin:0 auto;max-width:1600px;width:100%}.layout__wrap{display:flex;flex-grow:1;margin-top:40px}.layout__sidebar{border-radius:20px;display:flex;flex-direction:column;flex-shrink:0;margin-right:50px;margin-top:0;width:88px}.layout__sidebar-profile{align-items:center;background:#fff;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;height:77px;margin-top:2px}.layout__sidebar-profile_show{cursor:pointer}.layout__sidebar-profile_container{display:flex;padding:10px 0}.layout__sidebar-profile_photo{border-radius:10px;margin-right:9px}.layout__sidebar-profile_name{font-family:Inter,sans-serif;font-size:13px;font-weight:600}.layout__sidebar-profile_logout{border-top:1px solid #eeeff6;color:#2361ff;display:block;font-family:Inter,sans-serif;font-size:11px;font-weight:600;padding-top:8px;text-align:center;width:100%}.layout__sidebar-profile_logout img{margin-left:6px;width:10px}.layout__sidebar-profile_logout:hover{cursor:pointer;text-decoration:underline}.layout__sidebar-profile_desc{display:flex;flex-direction:column;justify-content:center}.layout__sidebar-counter{align-items:center;background:#ff5c5c;border-radius:7px;box-sizing:border-box;color:#fff;display:flex;font-family:Inter,sans-serif;font-size:11px;font-weight:600!important;height:20px;justify-content:center;margin-left:15px;position:absolute;right:5px;top:5px;width:20px}.layout__sidebar-nav{background:#fff;border-radius:10px}.layout__sidebar-nav-icon{color:#000;margin-bottom:8px}.layout__sidebar-nav-link{align-items:center;border-bottom:1px solid #eeeff6;border-left:4px solid #0000;box-sizing:border-box;color:#919ab3;display:flex;flex-direction:column;font-family:Inter,sans-serif;font-size:9px;font-weight:500;height:64px;justify-content:center;position:relative;text-decoration:none;text-transform:uppercase;width:100%}.layout__sidebar-nav-link:hover,.layout__sidebar-nav-link_active{color:#2361ff;text-decoration:none}.layout__sidebar-nav-link:hover .layout__sidebar-nav-icon,.layout__sidebar-nav-link_active .layout__sidebar-nav-icon{color:#2361ff}.layout__sidebar-nav-link:hover svg path,.layout__sidebar-nav-link_active svg path{fill:#2361ff}.layout__sidebar-nav li{align-items:center;display:flex;justify-content:space-between}.layout__support{background:#eef0f4;border-radius:10px;display:flex;flex-direction:column;justify-content:center;margin:10px 30px;padding:20px}.layout__support-heading{font-family:Inter;font-size:16px;font-weight:700}.layout__support-description{color:#8a93ad;font-size:13px;padding-top:6px}.layout__support-link{color:#2361ff;font-weight:600}.layout__support-image{align-self:center;margin-top:25px;max-width:100px}.sidebar__faq{background:#2f7dd9;border-radius:20px;height:202px;margin:50px auto;position:relative;width:230px}.sidebar__faq-heading{color:#fff;font-size:32px;font-weight:700;line-height:32px;margin-left:21px;padding-top:11px}.sidebar__faq-person{bottom:0;height:140px;left:-14px;position:absolute}.sidebar__faq-link{bottom:20px;cursor:pointer;display:block;position:absolute;right:20px}.sidebar__faq-text{color:#fff;display:block;font-size:13px;font-weight:500;line-height:16px}.sidebar__faq-link_img{bottom:-2px;position:absolute;right:0}.marquee_block{align-items:center;display:flex;height:40px;justify-content:center;width:100%}.marquee_block p{color:#000;font-family:Inter,sans-serif;font-size:13px;font-weight:700;text-transform:uppercase}@media only screen and (max-width:500px){.layout__wrap{margin-top:0}.marquee_block{height:inherit}.marquee_block p{margin:0 5px;padding:5px 0;text-align:center}}.client-layout .header__right{background:none}.client-layout .header__right-link{border-radius:50%}.banners__header{align-items:center;background:linear-gradient(90deg,#4569e9bd,#07b56c);border-radius:10px;display:flex;justify-content:space-between;margin-bottom:10px;padding:12px}.banners__header-text{color:#fff;flex-grow:1;font-family:Inter,sans-serif;font-size:11px;font-weight:500;line-height:15px;padding:0 15px;text-align:center;text-transform:uppercase}.banners__header-actions{align-items:center;display:flex}.banners__header-cta{border:1px solid #fff;border-radius:100px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:11px;font-weight:600;letter-spacing:1px;margin-right:20px;padding:11px 23px;text-align:center;text-transform:uppercase;width:-webkit-max-content;width:max-content}.banners__header-close{cursor:pointer}.parent__lds-ripple{align-items:center;background:#2361ff;display:flex;height:100%;justify-content:center;position:fixed;width:100%;z-index:999}.book{--color:#fff;--duration:6.8s;zoom:1.5;margin:32px 0 0}.book,.book .inner{height:12px;position:relative;width:32px}.book .inner{animation:book var(--duration) ease infinite;transform:rotate(-90deg);transform-origin:2px 2px}.book .inner .left,.book .inner .right{background:var(--color);border-radius:2px;height:4px;position:absolute;top:0;width:60px}.book .inner .left:before,.book .inner .right:before{background:inherit;border-radius:2px;content:"";height:4px;left:6px;position:absolute;top:-10px;width:48px}.book .inner .left{animation:left var(--duration) ease infinite;right:28px;transform:rotate(90deg);transform-origin:58px 2px}.book .inner .right{animation:right var(--duration) ease infinite;left:28px;transform:rotate(-90deg);transform-origin:2px 2px}.book .inner .middle{border:4px solid var(--color);border-radius:0 0 9px 9px;border-top:0;height:12px;transform:translateY(2px);width:32px}.book ul{left:50%;list-style:none;margin:0;padding:0;position:absolute;top:0}.book ul li{animation-duration:var(--duration);animation-iteration-count:infinite;animation-timing-function:ease;background:var(--color);border-radius:2px;height:4px;position:absolute;right:0;top:-10px;transform:rotate(0deg) translateX(-18px);transform-origin:100% 2px;width:48px}.book ul li:nth-child(0){animation-name:page-0}.book ul li:first-child{animation-name:page-1}.book ul li:nth-child(2){animation-name:page-2}.book ul li:nth-child(3){animation-name:page-3}.book ul li:nth-child(4){animation-name:page-4}.book ul li:nth-child(5){animation-name:page-5}.book ul li:nth-child(6){animation-name:page-6}.book ul li:nth-child(7){animation-name:page-7}.book ul li:nth-child(8){animation-name:page-8}.book ul li:nth-child(9){animation-name:page-9}.book ul li:nth-child(10){animation-name:page-10}.book ul li:nth-child(11){animation-name:page-11}.book ul li:nth-child(12){animation-name:page-12}.book ul li:nth-child(13){animation-name:page-13}.book ul li:nth-child(14){animation-name:page-14}.book ul li:nth-child(15){animation-name:page-15}.book ul li:nth-child(16){animation-name:page-16}.book ul li:nth-child(17){animation-name:page-17}.book ul li:nth-child(18){animation-name:page-18}@keyframes page-0{4%{transform:rotate(0deg) translateX(-18px)}13%,54%{transform:rotate(180deg) translateX(-18px)}63%{transform:rotate(0deg) translateX(-18px)}}@keyframes page-1{5.86%{transform:rotate(0deg) translateX(-18px)}14.74%,55.86%{transform:rotate(180deg) translateX(-18px)}64.74%{transform:rotate(0deg) translateX(-18px)}}@keyframes page-2{7.72%{transform:rotate(0deg) translateX(-18px)}16.48%,57.72%{transform:rotate(180deg) translateX(-18px)}66.48%{transform:rotate(0deg) translateX(-18px)}}@keyframes page-3{9.58%{transform:rotate(0deg) translateX(-18px)}18.22%,59.58%{transform:rotate(180deg) translateX(-18px)}68.22%{transform:rotate(0deg) translateX(-18px)}}@keyframes page-4{11.44%{transform:rotate(0deg) translateX(-18px)}19.96%,61.44%{transform:rotate(180deg) translateX(-18px)}69.96%{transform:rotate(0deg) translateX(-18px)}}@keyframes page-5{13.3%{transform:rotate(0deg) translateX(-18px)}21.7%,63.3%{transform:rotate(180deg) translateX(-18px)}71.7%{transform:rotate(0deg) translateX(-18px)}}@keyframes page-6{15.16%{transform:rotate(0deg) translateX(-18px)}23.44%,65.16%{transform:rotate(180deg) translateX(-18px)}73.44%{transform:rotate(0deg) translateX(-18px)}}@keyframes page-7{17.02%{transform:rotate(0deg) translateX(-18px)}25.18%,67.02%{transform:rotate(180deg) translateX(-18px)}75.18%{transform:rotate(0deg) translateX(-18px)}}@keyframes page-8{18.88%{transform:rotate(0deg) translateX(-18px)}26.92%,68.88%{transform:rotate(180deg) translateX(-18px)}76.92%{transform:rotate(0deg) translateX(-18px)}}@keyframes page-9{20.74%{transform:rotate(0deg) translateX(-18px)}28.66%,70.74%{transform:rotate(180deg) translateX(-18px)}78.66%{transform:rotate(0deg) translateX(-18px)}}@keyframes page-10{22.6%{transform:rotate(0deg) translateX(-18px)}30.4%,72.6%{transform:rotate(180deg) translateX(-18px)}80.4%{transform:rotate(0deg) translateX(-18px)}}@keyframes page-11{24.46%{transform:rotate(0deg) translateX(-18px)}32.14%,74.46%{transform:rotate(180deg) translateX(-18px)}82.14%{transform:rotate(0deg) translateX(-18px)}}@keyframes page-12{26.32%{transform:rotate(0deg) translateX(-18px)}33.88%,76.32%{transform:rotate(180deg) translateX(-18px)}83.88%{transform:rotate(0deg) translateX(-18px)}}@keyframes page-13{28.18%{transform:rotate(0deg) translateX(-18px)}35.62%,78.18%{transform:rotate(180deg) translateX(-18px)}85.62%{transform:rotate(0deg) translateX(-18px)}}@keyframes page-14{30.04%{transform:rotate(0deg) translateX(-18px)}37.36%,80.04%{transform:rotate(180deg) translateX(-18px)}87.36%{transform:rotate(0deg) translateX(-18px)}}@keyframes page-15{31.9%{transform:rotate(0deg) translateX(-18px)}39.1%,81.9%{transform:rotate(180deg) translateX(-18px)}89.1%{transform:rotate(0deg) translateX(-18px)}}@keyframes page-16{33.76%{transform:rotate(0deg) translateX(-18px)}40.84%,83.76%{transform:rotate(180deg) translateX(-18px)}90.84%{transform:rotate(0deg) translateX(-18px)}}@keyframes page-17{35.62%{transform:rotate(0deg) translateX(-18px)}42.58%,85.62%{transform:rotate(180deg) translateX(-18px)}92.58%{transform:rotate(0deg) translateX(-18px)}}@keyframes page-18{37.48%{transform:rotate(0deg) translateX(-18px)}44.32%,87.48%{transform:rotate(180deg) translateX(-18px)}94.32%{transform:rotate(0deg) translateX(-18px)}}@keyframes left{4%{transform:rotate(90deg)}10%,40%{transform:rotate(0deg)}46%,54%{transform:rotate(90deg)}60%,90%{transform:rotate(0deg)}96%{transform:rotate(90deg)}}@keyframes right{4%{transform:rotate(-90deg)}10%,40%{transform:rotate(0deg)}46%,54%{transform:rotate(-90deg)}60%,90%{transform:rotate(0deg)}96%{transform:rotate(-90deg)}}@keyframes book{4%{transform:rotate(-90deg)}10%,40%{transform:rotate(0deg);transform-origin:2px 2px}40.01%,59.99%{transform-origin:30px 2px}46%,54%{transform:rotate(90deg)}60%,90%{transform:rotate(0deg);transform-origin:2px 2px}96%{transform:rotate(-90deg)}}html{-webkit-font-smoothing:antialiased;box-sizing:border-box}*,:after,:before{box-sizing:inherit}body .dribbble{bottom:24px;display:block;position:fixed;right:24px}body .dribbble img{display:block;width:76px}.task-body{background:#fff;border-radius:10px;padding:20px 30px}.task-body__header{justify-content:space-between;margin-bottom:15px}.task-body__header,.task-body__header-left{align-items:center;display:flex}.task-body__header-left img{margin-right:14px}.task-body__header-left-price{font-family:Inter,sans-serif;font-size:21px;font-weight:700}.task-body__header-left-button{align-items:center;background:#2361ff;border:none;border-radius:100px;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:11px;font-weight:500;height:31px;justify-content:center;padding:0 11px}.task-body__header-left-button img{margin-right:4px}.task-body__description table{display:none!important}.task-body__description img{max-width:100%}.task-body__description h2{font-size:21px;line-height:25.5px;max-width:400px}.task-body__description h2,.task-body__description h3{font-family:Inter,sans-serif;font-weight:700;padding-bottom:10px}.task-body__description h3{font-size:16px;line-height:22px}.task-body__description ul{line-height:24px;padding-left:20px}.task-body__description ul li{list-style-type:disc}.task-body__description ul em,.task-body__description ul i{font-style:italic}.task-body__description ul b,.task-body__description ul strong{font-weight:700}.task-body__description ol{line-height:24px;padding-left:20px}.task-body__description ol li{list-style-type:decimal}.task-body__description ol em{font-style:italic}.task-body__description ol strong{font-weight:700}.task-body__description-block{display:flex;justify-content:space-between;word-break:break-word}.task-body__description-block p{font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:21px;margin-bottom:2px}.task-body__description-block p b,.task-body__description-block p strong{font-weight:700}.task-body__description-block p em,.task-body__description-block p i{font-style:italic}.task-body__description-block p+a{color:#2361ff;display:block;font-size:13px;margin-top:5px}.task-body__description-block .gmail_drive_chip{background:inherit!important;border:none!important;height:inherit!important;margin:0!important;max-height:inherit!important;padding:0!important}.task-body__description-edit{align-items:center;background:#f3f5fa;border-radius:10px;display:flex;flex-shrink:0;height:32px;justify-content:center;margin-left:10px;width:32px}.task-body__description-edit-disabled{cursor:auto;opacity:.5}.task-body__footer{justify-content:space-between;margin-top:21px}.task-body__footer,.task-body__user{align-items:center;display:flex}.task-body__user-photo{height:30px;margin-right:5px;width:30px}.task-body__user-photo img{border-radius:10px;max-width:100%}.task-body__user-desc{display:flex;flex-direction:column;justify-content:center}.task-body__user-desc h4{font-family:Roboto;font-size:13px;letter-spacing:-.5px;line-height:15px}.task-body__user-desc em{color:#8a93ad;font-family:Inter;font-size:11px;line-height:13px}.task-body__dates{min-width:350px}.task-body__dates-item{font-family:Inter;font-size:13px;margin-left:31px}.task-body__dates-item em{color:#8a93ad}@media only screen and (max-width:460px){.client_layout .task-body{padding:20px 15px}.client_layout .task-view__left-side{margin-right:0}.client_layout .comment-list{margin-top:20px!important;width:100%}.client_layout .milestones__row{display:none}.client_layout .milestones__item{margin-top:10px}.client_layout .comment-list__header{padding:0 20px}.client_layout .task-body__footer{flex-wrap:wrap-reverse}.client_layout .task-body__dates{min-width:inherit}.client_layout .task-body__dates-item{margin-left:0}.client_layout .task-body__dates-item:first-child{margin-right:15px}.client_layout .task-body__user{margin-top:15px}.client_layout .task-body__header-left img{margin-left:5px}}@media only screen and (max-width:380px){.client_layout .task-body__dates{display:flex;flex-wrap:wrap}.client_layout .task-body__dates-item{margin-bottom:7px}.client_layout .task-body__header-left img{margin-right:5px}}.task-status{position:relative}.task-status__current{align-items:center;border:1px solid #b4bed9;border-radius:100px;cursor:pointer;display:flex;font-family:Inter;font-size:14px;height:35px;justify-content:space-between;min-width:133px;padding:0 15px}.task-status__current img{margin:0}.task-status__body{background:#fff;border-radius:10px;box-shadow:0 4px 24px #0f1f4a33;left:0;margin-top:3px;padding:20px 15px;position:absolute;top:36px;width:100%}.task-status__body-item{align-items:center;cursor:pointer;display:flex;font-family:Inter;font-size:13px;line-height:16px;margin-bottom:10px}.task-status__body-item:last-child{margin-bottom:0}.task-status__body-item-circle{background:#c4c4c4;border-radius:50%;height:4px;margin-right:5px;width:4px}.task-status__body-item:hover{color:#2361ff!important}.dropdown{position:relative}.dropdown__disabled{cursor:auto!important;opacity:.5}.dropdown__button{align-items:center;background:#f3f5fa;border:none;border-radius:10px;cursor:pointer;display:flex;height:32px;justify-content:center;margin-left:15px;width:32px}.dropdown__container{background:#fff;border-radius:10px;box-shadow:0 4px 24px #0f1f4a33;margin-top:5px;padding:15px;position:absolute;right:0;width:-webkit-max-content;width:max-content}.dropdown__link{cursor:pointer;font-size:13px;margin-bottom:10px}.dropdown__link:last-child{margin-bottom:0}.milestones__items{padding:5px 0}.milestones__item{align-items:center;display:flex;justify-content:space-between;margin-top:15px}.milestones__item-price{font-size:15px;width:10%}.milestones__item-checkbox{width:80%}.milestones__item .checkbox__item-element{border:1px solid #cad5dd;box-shadow:inset 0 0 4px #9bace940;box-sizing:border-box;margin-right:10px}.milestones__item .checkbox__item-active{border:none}.milestones__item-edit{text-decoration:none!important;width:10%}.milestones__delete{align-items:center;border:1px solid #000;border-radius:10px;color:#000;cursor:pointer;display:flex;font-size:18px;height:32px;justify-content:center;margin-left:20px;width:32px}.milestones__delete:disabled{opacity:.5}.milestones__delete:hover{text-decoration:none!important}.milestones__row{display:flex;justify-content:space-between;margin-top:30px}.milestones__row span{color:#a3a9b9;display:inline-block;font-size:11px;line-height:13px}.task-view-button{align-items:center;background:linear-gradient(0deg,#eef0f4,#eef0f4),#fff;border:1px dashed #77a193;border-radius:10px;box-sizing:border-box;cursor:pointer;display:flex;font-family:Inter;font-size:11px;font-weight:500;height:65px;letter-spacing:1px;padding:0;text-transform:uppercase;width:100%}.task-view-button-add{align-items:center;background:#000;border-radius:5px;display:flex;height:35px;justify-content:center;margin-left:20px;margin-right:10px;width:35px}.tabs{background:#fff;margin-top:11px;padding:34px 29px}.tabs__header{display:flex}.tabs__header-item{border:1px solid #e5eaf8;border-radius:100px;color:#8a93ad;cursor:pointer;font-family:Inter,sans-serif;font-size:16px;font-weight:700;margin-right:10px;padding:10px 21px}.tabs__header-item-active,.tabs__header-item:hover{border:1px solid #2361ff;color:#2361ff}.tabs__body{padding-top:30px}.mobile-tabs__item{background:#fff;border-radius:10px;margin-top:20px;padding:20px 15px}.mobile-tabs__item-header{align-items:center;display:flex;font-family:Inter,sans-serif;font-size:16px;font-weight:700;justify-content:space-between;line-height:19px}.mobile-tabs__item-header>img{transform:rotate(-90deg)}.mobile-tabs .mobile-tabs__item-active .mobile-tabs__item-icon{transform:rotate(90deg)!important}.mobile-tabs__component{min-height:50px}@media only screen and (max-width:500px){.tabs{padding:30px 10px}}.task-view{display:flex;justify-content:space-between;overflow:hidden;width:100%}.task-view__left-side{flex-grow:1;margin-right:15px}.mobile-back-to-all-task{color:#2361ff;display:none;font-family:Inter,sans-serif;font-size:11px;font-weight:600;letter-spacing:1px;line-height:13px;margin:0 15px 20px;text-transform:uppercase}.mobile-back-to-all-task img{margin-right:15px}@media only screen and (max-width:460px){.client_layout .task-view{flex-direction:column;padding:0 15px}.client_layout .mobile-back-to-all-task{display:flex;width:-webkit-fit-content;width:fit-content}}.deliverables__desc{display:flex;justify-content:space-between}.deliverables__desc p{padding-top:5px}.deliverables__desc p ul{line-height:24px;padding-left:20px}.deliverables__desc p ul li{list-style-type:disc}.deliverables__desc p ol{line-height:24px;padding-left:20px;white-space:inherit!important}.deliverables__desc p ol li{list-style-type:decimal}.deliverables__desc p strong{font-weight:600}.deliverables__desc p em{font-style:italic}.deliverables__desc p b{font-weight:700}.deliverables__desc-block{font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:21px;margin-top:30px}.deliverables__desc-edit{align-items:center;background:#f3f5fa;border-radius:10px;display:flex;flex-shrink:0;height:32px;justify-content:center;margin-left:10px;width:32px}.deliverables__desc-edit:disabled{opacity:.5}.comment-list{background:#fff;border-radius:0 10px 10px 10px;margin:0 auto;padding:15px 0 0}.comment-list .quill{max-width:100%}.comment-list .ql-editor{max-width:90%}.comment-list__desc{background:#f5faff;border-left:3px solid #fce07a;color:#97a5c5;font-size:11px;line-height:14px;padding:12px 0;position:relative;text-align:center;text-transform:uppercase;width:100%}.comment-list__desc b{font-weight:700}.comment-list__desc-close{cursor:pointer;font-size:13px;font-weight:700;position:absolute;right:8px;top:8px}.comment-list__editor{width:100%}.comment-list__editor .tox-tinymce{border-radius:6px;width:100%}.comment-list__editor .tox-edit-area{margin-right:80px}.comment-list__editor .tox-sidebar-wrap{background:#fff;width:100%}.comment-list__header{align-items:center;border-bottom:1px solid #f3f5fa;display:flex;font-family:Inter,sans-serif}.comment-list__header-el{align-items:center;background:#e4eaf880;border-radius:10px 10px 0 0;box-sizing:border-box;cursor:pointer;display:flex;height:55px;padding:7px 12px;width:217px}.comment-list__header-el-active{background:#fff;position:relative;z-index:1}.comment-list__header-el span{align-items:center;display:flex;flex-grow:1;font-size:16px;font-weight:700;justify-content:space-between;padding:0 20px 0 10px}.comment-list__header-el span em{align-items:center;background:#ff5c5c;border-radius:50%;color:#fff;display:flex;font-size:11px;height:19px;justify-content:center;width:19px}.comment-list__group-photo-item img{border-radius:10px;height:42px;width:42px}.comment-list__group-photo-items{display:flex;flex-wrap:wrap;width:42px}.comment-list__group-photo-items img{border-radius:5px;height:16px;margin:1px;width:16px}.comment-list__group-photo b{align-items:center;color:#8a93ad;display:flex;font-family:Inter,sans-serif;font-size:11px;height:16px;justify-content:center;letter-spacing:-1px;margin:1px 2px;width:16px}.comment-list__title{font-family:Inter,sans-serif;font-size:16px;font-weight:700;line-height:19px}.comment-list__icon{cursor:pointer;margin-top:5px}.comment-list__body{background:#fff;display:flex;flex-direction:column-reverse;height:462px;max-height:462px;overflow:auto;overflow-x:hidden;padding:0 30px}.comment-list__input-futter{background:#eef0f4;display:block;justify-content:center;padding:10px;position:relative;width:100%}.comment-list__textarea{border:none;border-radius:10px 0 0 10px;height:72px;padding-left:15px;padding-right:43px;padding-top:12px;width:100%}.comment-list__input-image{background:#fff;border-radius:-10px 0 0 10px;padding-bottom:30px;padding-right:15px}.comment-list__send-button{align-items:center;background:#000;border:none;border-radius:50%;cursor:pointer;display:flex;height:35px;justify-content:center;position:absolute;right:17px;top:57px;width:35px}.comment-list__send-button:disabled{opacity:.5}.comment-list__file input{height:0;overflow:hidden;padding:0;width:0}.comment-list__file img{cursor:pointer;position:absolute;right:67px;top:67px;width:12px}.comment-list__search{align-items:center;border:1px solid #b4bed9;border-radius:4px;display:flex;height:42px;width:350px}.comment-list__search input{border:none;border-radius:4px;flex-grow:1;height:100%;margin-right:5px;outline:none}.comment-list__search img{cursor:pointer;margin:8px}.user-messages{border-top:1px solid #f3f5fa;display:flex;justify-content:space-between;padding:10px 0}.user-messages__message-found{background:#fffdbd;margin:0 -15px;padding:10px 15px}.user-messages__avatar{display:flex}.user-messages__img{margin-right:10px}.user-messages__img img{cursor:pointer;height:36px!important;width:36px!important}.user-messages__text{font-family:Inter;font-size:13px;white-space:break-spaces}.user-messages__text ul{line-height:24px;padding-left:20px}.user-messages__text ul li{list-style-type:disc}.user-messages__text ol{line-height:24px;padding-left:20px}.user-messages__text ol li{list-style-type:decimal}.user-messages__text strong{font-weight:600}.user-messages__text em{font-style:italic}.user-messages__text b{font-weight:700}.user-messages__chat-file{align-items:center;background:#f7f7f7;border:1px solid #d9d9d9;border-radius:7px;cursor:pointer;display:flex;margin:0 5px 5px;padding:1px 10px;width:-webkit-fit-content;width:fit-content}.user-messages__chat-file:hover{opacity:.8}.user-messages__chat-file:first-child{margin-top:5px}.user-messages__chat-file-img{align-items:center;border-radius:6px;display:flex;height:30px;justify-content:center;margin-right:10px;width:15px}.user-messages__chat-file-img img{width:11px}.user-messages__chat-file-text{color:#646464;font-size:14px}.user-messages__chat-file-button img{margin-left:18px;opacity:.6;width:25px}.user-messages__chat-file-close{color:#ff5c5c;font-size:20px;font-weight:700;margin-left:25px}.user-messages__text p{line-height:21px;margin-bottom:0;margin-top:0;word-break:break-word}.user-messages__sending-time{display:flex;flex-shrink:0;margin-left:15px}.user-messages__sending-time__span{color:#8a93ad;display:block;font-family:Roboto;font-size:13px;line-height:15px;text-align:right}.user-messages__edit{padding-left:10px;position:relative;transition:all .1s ease-out}.user-messages__edit-icon{align-items:center;border-radius:5px;cursor:pointer;display:flex;height:30px;justify-content:center;overflow:auto;transition:all .1s ease-out;width:20px}.user-messages__edit-dropdown{background:#fff;border:1px solid #e7e7e7;border-radius:10px;height:0;margin-top:3px;overflow:hidden;padding:0;position:absolute;right:20px;top:-13px;transition:all .1s ease-out;width:0}.user-messages__edit-dropdown-item{cursor:pointer;font-family:Inter,sans-serif;font-size:13px;line-height:20px;text-align:right}.user-messages__edit-dropdown-item:hover{text-decoration:underline}.user-messages__edit:hover .user-messages__edit-icon{transform:rotate(45deg)}.user-messages__edit:hover .user-messages__edit-dropdown{height:inherit;padding:12px 10px;width:85px}.user-messages__credits-prompt{border:1px solid #eeeff6;box-sizing:border-box;min-width:440px;padding:10px}.user-messages__credits-prompt-item{align-items:center;background:#f3f5fa;border:1px solid #eeeff6;border-radius:10px;display:flex;justify-content:space-between;margin-bottom:5px;padding:8px 0}.user-messages__credits-prompt-item:last-child{margin-bottom:0}.user-messages__credits-prompt-item>div:first-child{padding:12px 20px 0 12px}.user-messages__credits-prompt-item>div:first-child b,.user-messages__credits-prompt-item>div:first-child h6,.user-messages__credits-prompt-item>div:first-child p{font-family:Inter,sans-serif;text-transform:uppercase}.user-messages__credits-prompt-item>div:first-child h6{font-size:11px;font-weight:700;margin-top:-6px}.user-messages__credits-prompt-item>div:first-child p{color:#8a93ad;font-size:9px;font-weight:500;margin-top:-6px}.user-messages__credits-prompt-item>div:first-child p b{color:#2361ff;font-weight:700}.user-messages__credits-prompt-item>div:last-child{align-items:center;display:flex}.user-messages__credits-prompt-item>div:last-child a{background:#000;border-radius:8px;color:#fff;font-family:Inter,sans-serif;font-size:11px;font-weight:500;margin-right:15px;padding:2px 12px;text-decoration:none;text-transform:uppercase}.user-messages__credits-prompt-item>div:last-child a:hover{opacity:.6}.user-messages__credits-prompt-item>div:last-child b{font-family:Inter,sans-serif;font-size:12px;font-weight:700;margin-right:18px;text-transform:uppercase}.user-messages__credits-prompt-save{margin-right:15px}.user-messages__credits-prompt-save em{color:#7b8db7;display:block;font-family:Inter,sans-serif;font-size:9px;font-style:normal!important;font-weight:500;line-height:14px;text-align:center;text-transform:uppercase}.user-messages__credits-prompt-save p{align-items:center;background:linear-gradient(267deg,#27c561 2.17%,#27c561 97.95%);border-radius:100px;color:#fff;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;justify-content:center;letter-spacing:-.5px;padding:1px 9px}.user-messages__credits-prompt-link{color:#2361ff;display:block;font-family:Inter,sans-serif;font-size:11px;font-weight:500;margin-top:5px;text-align:center;text-decoration:none;text-transform:uppercase}@media only screen and (max-width:500px){.client_layout .comment-list{margin-top:10px}.client_layout .comment-list .tox-tinymce{border:0}.client_layout .comment-list__fullScreenIcon{display:none}.client_layout .comment-list__body{height:300px;padding:0 12px}.client_layout .comment-list__input-futter{padding:10px 0}.user-messages{flex-direction:column-reverse}.user-messages__sending-time{align-self:center;margin-bottom:8px;margin-left:0}.user-messages__sending-time span{text-align:left}.user-messages__sending-time span em{margin-right:10px}.user-messages__sending-time,.user-messages__sending-time span br{display:none}.user-messages__name{align-items:center;display:flex;justify-content:space-between}.user-messages__name b{font-size:13px;font-weight:600}.user-messages__name em{color:#8a93ad;display:block!important;font-size:13px;font-weight:400}}.settings h1{font-size:26px;font-weight:700;line-height:31px;margin-bottom:40px}.settings .settings__container{display:flex;justify-content:space-between}.settings .settings__body{flex-grow:1}.settings .settings__nav{background:#fff;border-radius:20px;height:-webkit-fit-content;height:fit-content;margin-left:30px;min-width:300px;padding:32px 20px}.settings .settings__nav-item{align-items:center;cursor:pointer;display:flex;margin-bottom:12px;text-decoration:none}.settings .settings__nav-item:visited{color:#000}.settings .settings__nav-item:last-child{margin-bottom:0}.settings .settings__nav-item.active span{color:#2361ff;font-weight:600}.settings .settings__nav-item img{margin-right:10px}.settings .settings__nav-item span{font-family:Inter;font-size:13px;line-height:21px}.account-settings{display:flex;justify-content:center}.account-settings__input{margin-bottom:15px}.account-settings__container{background:#fff;border-radius:10px;padding:30px 40px;width:480px}.account-settings__container h2{font-size:21px;font-weight:700;line-height:25px;margin-bottom:20px}.account-settings__container h3{font-size:16px;font-weight:700;line-height:19px;margin-bottom:20px;margin-top:25px}.account-settings__container button{margin-top:15px;width:100%}.account-settings__file{cursor:pointer;display:flex;margin-bottom:30px}.account-settings__file-input{height:0;opacity:0;overflow:hidden;width:0}.account-settings__file-container{align-items:center;background:linear-gradient(0deg,#eef0f4,#eef0f4),#fff;border:1px dashed #77a193;border-radius:10px;box-sizing:border-box;display:flex;flex-shrink:0;height:80px;justify-content:center;margin-right:18px;width:80px}.account-settings__file-container-block{align-items:center;background:#000;border-radius:5px;display:flex;height:35px;justify-content:center;width:35px}.account-settings__file-text{display:flex}.account-settings__file-text-left{display:flex;flex-direction:column;justify-content:space-between;padding:8px 0}.account-settings__file-text-left span{font-size:11px;letter-spacing:-.5px;line-height:15px}.account-settings__file-text-left em{color:#a3a9b9;font-size:11px;line-height:15px}.account-settings__file-text-right{display:flex;flex-direction:column;flex-shrink:0;justify-content:flex-end;margin-left:5px;min-width:120px}.account-settings__file-text-right a,.account-settings__file-text-right button{align-items:center;background:#eef0f45c;border:none;border-radius:5px;color:#a3a9b9;display:flex;font-size:13px;height:41px;justify-content:center;width:120px}.account-settings__file-text-right a:hover,.account-settings__file-text-right button:hover{background:#000;color:#fff;text-decoration:none}.account-settings__file-text-right button{background:red;color:#fff;cursor:pointer;margin-top:0}@media only screen and (max-width:460px){.client_layout .settings{padding:15px}.client_layout .settings h1,.client_layout .settings__nav{display:none}.client_layout .account-settings__container{width:100%}.client_layout .account-settings__file-text-left{display:none}}
/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */.cropper-container{-webkit-touch-callout:none;direction:ltr;font-size:0;line-height:0;position:relative;touch-action:none;-webkit-user-select:none;user-select:none}.cropper-container img{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.payment-history{background:#fff;border-radius:10px;padding:30px 40px}.payment-history h2{font-size:21px;font-weight:700;line-height:25px;margin-bottom:40px}.payment-history__table{width:100%}.payment-history__table thead th{color:#a3a9b9;font-size:11px;line-height:13px;text-align:left}.payment-history__table tbody td{border-bottom:1px solid #f3f5fa;font-size:13px;letter-spacing:-.5px;line-height:16px;padding:20px 0}.payment-history__table-actions{align-items:center;display:flex;justify-content:space-between;width:42px}@media only screen and (max-width:500px){.payment-history{padding:20px 15px}.payment-history h2{font-size:21px;font-weight:700;margin-bottom:20px}.payment-history-item{border:1px solid #e5eaf8;border-radius:10px;display:flex;flex-wrap:wrap;margin-bottom:5px;padding:20px}.payment-history-item__element{flex-shrink:0;margin-top:15px;padding-right:10px;width:50%}.payment-history-item__element span{color:#a3a9b9;font-size:11px;font-weight:400;line-height:13px}.payment-history-item__element p{font-size:11px;font-weight:500;letter-spacing:-.5px;line-height:14px;margin-top:2px}.payment-history-item__element:first-child,.payment-history-item__element:nth-child(2){margin-top:0}.payment-history-item__btn{background:none;border:1px solid #000;border-radius:100px;font-size:13px;font-weight:500;height:33px;letter-spacing:-.5px;width:83px}}.subscriptions__table{width:100%}.subscriptions__table-thead{display:flex;width:100%}.subscriptions__table-tbody{background:linear-gradient(83.7deg,#83a6ff -5.08%,#2361ff 96.91%);border-radius:10px;display:flex;height:123px;margin-bottom:10px;padding-top:33px;width:100%}.subscriptions__table-tbody-gray{background:gray!important}.subscriptions__table-type-1{background:linear-gradient(83.7deg,#83a6ff -5.08%,#2361ff 96.91%)}.subscriptions__table-type-2{background:linear-gradient(83.7deg,#70bfbb -5.08%,#1d8f21 96.91%)}.subscriptions__table-type-3{background:linear-gradient(83.7deg,#ff83f3 -5.08%,#2361ff 96.91%)}.subscriptions__edit{cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:600;margin-top:18px}.subscriptions__edit:hover{text-decoration:underline}.subscriptions__thead-cols{display:flex;flex-direction:column;width:15%}.subscriptions__thead-cols-w40{padding-left:40px;width:40%}.subscriptions__thead-cols-w30{width:30%}.subscriptions__th{color:#a3a9b9;font-size:11px;line-height:13px;padding-bottom:10px}.subscriptions__h4{color:#fff;font-size:16px;font-weight:700;line-height:19px;margin-bottom:5px}.subscriptions__date,.subscriptions__span{color:#fff;font-size:13px;letter-spacing:-.5px;line-height:16px}.subscriptions__actions{display:flex;flex-direction:row}.subscriptions__questions{margin-left:15px}.subscriptions__card{align-items:flex-start;display:flex}.subscriptions__card img{margin-right:8px}.subscriptions__card p{margin-top:-2px}.subscriptions__card p,.subscriptions__card-link{color:#fff;font-size:13px;letter-spacing:-.5px;line-height:16px}.subscriptions__card-link{display:block;font-weight:600;margin-top:6px}.subscriptions__button{cursor:pointer}.subscriptions__button-container{align-items:center;background:linear-gradient(0deg,#eef0f4,#eef0f4),#fff;border:1px dashed #77a193;border-radius:10px;box-sizing:border-box;display:flex;height:123px;width:100%}.subscriptions__button-icon{align-items:center;background:#000;border-radius:5px;display:flex;height:35px;justify-content:center;margin-left:40px;margin-right:10px;width:35px}.subscriptions__button span{color:#000;font-size:11px;font-weight:500;letter-spacing:1px;line-height:13px;text-transform:uppercase}.subscriptions__mobile-change-plan{display:none}@media only screen and (max-width:500px){.subscriptions{background:#fff;border-radius:10px;padding:30px 15px}.subscriptions__change-plan{display:none}.subscriptions__mobile-change-plan{background:none;display:block;font-family:Inter,sans-serif;font-weight:700;height:inherit!important;padding:5px 0;text-align:left;text-decoration:underline;width:inherit!important}.subscriptions__mobile-card-edit{align-items:center;background:none;border:1px solid #fff;border-radius:100px;color:#fff;display:flex;font-family:Inter,sans-serif;height:33px;justify-content:center;margin-right:10px;width:83px}.subscriptions h2{display:block!important;font-size:21px;font-weight:700;margin-bottom:16px}.subscriptions__activate-date{align-items:center;color:#fff;display:flex!important;font-family:Inter,sans-serif;font-size:13px;font-weight:600;justify-content:space-between;letter-spacing:-.5px}.subscriptions__mobile-card{display:flex!important}.subscriptions__mobile-card .subscriptions__edit,.subscriptions__table-thead{display:none}.subscriptions__table-tbody{height:180px;padding:20px 0!important}.subscriptions__table-tbody .subscriptions__thead-cols{display:none}.subscriptions__table-tbody .subscriptions__thead-cols:first-child{display:flex;justify-content:space-between;padding-left:20px!important;width:100%!important}.subscriptions__span{display:block;margin-top:5px}}.payment-method__table{width:100%}.payment-method__table-thead{display:flex;width:100%}.payment-method__table-tbody{border:1px solid #f3f5fa;border-radius:10px;display:flex;height:123px;margin-bottom:10px;padding-top:33px;width:100%}.payment-method__thead-cols{display:flex;flex-direction:column;width:15%}.payment-method__thead-cols-w40{padding-left:40px;width:40%}.payment-method__thead-cols-w30{width:30%}.payment-method__th{color:#a3a9b9;font-size:11px;line-height:13px;padding-bottom:10px}.payment-method__h4{color:#000;font-size:16px;font-weight:700;line-height:19px;margin-bottom:5px}.payment-method__date,.payment-method__span{color:#000;font-size:13px;letter-spacing:-.5px;line-height:16px}.payment-method__actions{display:flex;padding-left:10px}.payment-method__card{align-items:flex-start;display:flex}.payment-method__card img{margin-right:8px}.payment-method__card p{margin-top:-2px}.payment-method__card p,.payment-method__card-link{color:#000;font-size:13px;letter-spacing:-.5px;line-height:16px}.payment-method__card-link{display:block;font-weight:600;margin-top:6px}.payment-method__button{cursor:pointer}.payment-method__button-container{align-items:center;background:linear-gradient(0deg,#eef0f4,#eef0f4),#fff;border:1px dashed #77a193;border-radius:10px;box-sizing:border-box;display:flex;height:123px;width:100%}.payment-method__button-icon{align-items:center;background:#000;border-radius:5px;display:flex;height:35px;justify-content:center;margin-left:40px;margin-right:10px;width:35px}.payment-method__button span{color:#000;font-size:11px;font-weight:500;letter-spacing:1px;line-height:13px;text-transform:uppercase}.stripe-payment-methods{background:#fff;border-radius:10px;box-sizing:initial;margin:0 auto;padding:40px;width:480px}.stripe-payment-methods__header{align-items:center;display:flex;justify-content:space-between}.stripe-payment-methods__header h4{font-family:Inter,sans-serif;font-size:21px;font-weight:700}.stripe-payment-methods__header button{cursor:pointer;font-family:Inter,sans-serif;font-size:11px;height:42px;letter-spacing:-.5px;padding:0 47px}.stripe-payment-methods__content{padding:0 10px}.stripe-payment-methods__item{border-bottom:1px solid #000;padding:30px 0}.stripe-payment-methods__item:last-child{border:none!important}.stripe-payment-methods__card{background:linear-gradient(0deg,#f3f5fa,#f3f5fa),#fff;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;height:147px;justify-content:space-around;padding:0 20px;width:237px}.stripe-payment-methods__card p{font-size:15px}.stripe-payment-methods__card a,.stripe-payment-methods__card p{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px}.stripe-payment-methods__card a{color:#ff5050;font-size:11px}.stripe-payment-methods__checkbox{margin-top:15px}.stripe-payment-methods__checkbox div>div{background:#f3f5fa;border-radius:5px;box-shadow:inset 0 0 4px #9bace940;height:18px;width:18px}.stripe-payment-methods__checkbox span{font-family:Inter,sans-serif;font-size:13px;font-weight:400;letter-spacing:-.5px;margin-left:7px}.stripe-payment-methods__checked div{background:#2361ff!important}.stripe-payment-methods__checked img{width:10px}@media only screen and (max-width:500px){.stripe-payment-methods{box-sizing:border-box;padding:15px;width:100%}.stripe-payment-methods__header h4{font-size:15px}.stripe-payment-methods__header button{height:35px;padding:0 35px}}.payment-plan{margin:0 auto;max-width:1000px;width:100%}.payment-plan__tabs{display:flex}.payment-plan__tab{border-bottom:6px solid #fff;color:#7b8db7;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:400;letter-spacing:-.5px;margin-right:4px;padding:8px 20px}.payment-plan__tab-active{border-color:#2f7dd9;color:#000;cursor:default;font-weight:500}.payment-plan h2{color:#000;font-family:Inter,sans-serif;font-size:26px;font-weight:700}.payment-plan__naming{align-items:flex-end;display:flex;justify-content:space-between;margin-top:45px}.payment-plan__naming-name{font-family:Inter,sans-serif;font-size:21px;font-weight:500}.payment-plan__naming-contact-us{color:#000;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:-.5px}.payment-plan__naming-contact-us a{color:#2361ff;cursor:pointer}.payment-plan__modal__logo{align-items:center;display:flex;justify-content:center;margin-top:10px}.payment-plan__modal__text h3{font-family:Inter,sans-serif;font-size:15px;font-weight:600;letter-spacing:-.5px;line-height:21px;margin-top:25px}.payment-plan__modal__text h4{font-family:Inter,sans-serif;font-size:26px;font-weight:600;line-height:28px;margin-top:17px;text-align:center}.payment-plan__modal__text em{color:#2361ff;display:block;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:1px;margin-top:40px;text-align:center;text-transform:uppercase}.payment-plan__modal__text p{font-family:Inter,sans-serif;font-size:13px;font-weight:400;letter-spacing:-.5px;line-height:21px;margin-top:8px}.payment-plan__modal-success{align-items:center;background:#f3f5fa;border:1px solid #d2daec;border-radius:10px;display:flex;margin:30px auto;max-width:246px;padding:21px}.payment-plan__modal-success img{margin-right:10px}.payment-plan__modal-success span{font-family:Inter,sans-serif;font-size:15px;letter-spacing:-.5px}.payment-plan__modal-success span b{font-weight:600}.payment-plan__modal-info{font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:-.5px;margin-top:26px;text-align:center;text-transform:uppercase}.payment-plan__modal-info em{color:#a3a9b9}.payment-plan-information{align-items:center;display:flex;justify-content:space-between;margin-top:20px}.payment-plan-information-left-side{background:#2361ff;border-radius:10px;color:#fff;display:flex;flex-direction:column;flex-shrink:0;font-family:Inter,sans-serif;font-weight:500;height:66px;justify-content:center;padding-left:20px;position:relative;width:270px}.payment-plan-information-left-side-name{font-size:17px}.payment-plan-information-left-side-period{font-size:11px;letter-spacing:-.5px;margin-top:6px}.payment-plan-information-left-side-valid-to{color:#99b6ff;font-size:11px;letter-spacing:-.5px;position:absolute;right:12px;top:22px}.payment-plan-information-left-side-cancel{bottom:10px;color:#fff;cursor:pointer;font-size:11px;letter-spacing:-.5px;position:absolute;right:12px}.payment-plan-information-left-side-cancel:hover{color:#fff;text-decoration:underline}.payment-plan-information-right-side{background:#fff;border:1px solid #d2daec;border-radius:10px;display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;height:66px;justify-content:center;margin-left:20px;padding-left:20px;position:relative}.payment-plan-information-right-side-total-balance{font-family:Inter,sans-serif;font-size:15px;font-weight:500;letter-spacing:-.5px}.payment-plan-information-right-side-balances{align-items:center;display:flex;justify-content:space-between;margin-top:3px}.payment-plan-information-right-side-balances span{align-items:center;display:flex;font-family:Inter,sans-serif;font-size:11px;font-style:normal;font-weight:500;letter-spacing:-.5px;line-height:normal;margin-right:30px}.payment-plan-information-right-side-balances span em{color:#7b8db7;font-size:11px;margin-left:5px}.payment-plan-information-right-side-balances span img{margin-left:10px}.payment-plan-information-right-side-how-use{cursor:pointer;font-family:Inter,sans-serif;font-size:10px;font-weight:300;position:absolute;right:20px;top:12px}.payment-plan-information-right-side-how-use:hover{text-decoration:underline}.payment-plan-information__credits{position:relative}.payment-plan-information__credits-dropdown{background:#fff;border-radius:10px;box-shadow:0 4px 24px #0f1f4a33;min-width:200px;position:absolute;right:-25px;top:20px;z-index:1}.payment-plan-information__credits-dropdown div{align-items:center;border-bottom:1px solid #f3f5fa;display:flex;justify-content:space-between;padding:9px 19px}.payment-plan-information__credits-dropdown div:last-child{border:none}.payment-plan-information__credits-dropdown div span{color:#000;font-family:Inter,sans-serif;font-size:11px;font-weight:400}.payment-plan-information__credits-dropdown div em{color:#7b8db7;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:-.5px}.payment-plan-information-modal__logo{align-items:center;display:flex;justify-content:center;margin-top:10px}.payment-plan-information-modal__text h3{font-family:Inter,sans-serif;font-size:15px;font-weight:600;letter-spacing:-.5px;line-height:21px;margin-top:25px}.payment-plan-information-modal__text p{font-family:Inter,sans-serif;font-size:13px;font-weight:400;letter-spacing:-.5px;line-height:21px;margin-top:8px}.payment-plan-information-modal__checkbox .checkbox__item{align-items:center}.payment-plan-credits{margin-top:50px;padding-bottom:50px}.payment-plan-credits__heading{font-family:Inter,sans-serif}.payment-plan-credits__heading h2{font-size:21px;font-weight:500}.payment-plan-credits__heading p{font-size:15px;font-weight:400;letter-spacing:-.5px;margin-top:10px}.payment-plan-credits__items{display:flex;margin-top:20px}.payment-plan-credits__item{margin-right:20px;width:33%}.payment-plan-credits__item:last-child{margin-right:0}.payment-plan-credits__item-heading{align-items:center;border-radius:10px 10px 0 0;display:flex;font-family:Inter,sans-serif;justify-content:space-between;padding:12px 15px}.payment-plan-credits__item-heading p{font-size:21px;font-weight:400}.payment-plan-credits__item-heading b{font-size:26px;font-weight:800;letter-spacing:-.5px}.payment-plan-credits__item-body{background:#fff;border-radius:0 0 10px 10px;padding:24px 0}.payment-plan-credits__item-body p{font-family:Inter,sans-serif;font-size:13px;font-weight:500;letter-spacing:-.5px;line-height:21px;margin:0 auto;max-width:220px;text-align:center}.payment-plan-credits__item-body button{border:none;display:block;margin:30px auto 0;padding:14px 45px}.payment-plan-credits__item-body button:hover{opacity:.7}.payment-plan-credits__count{align-items:center;background:#fff;border-radius:10px;display:flex;height:92px;justify-content:space-between;margin-top:17px;padding:0 34px;width:100%}.payment-plan-credits__count b{color:#a3a9b9;font-family:Inter,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:normal;margin-left:15px}.payment-plan-credits__credits{align-items:center;display:flex}.payment-plan-credits__credits span{color:#a3a9b9;font-family:Inter,sans-serif;font-size:15px;font-weight:400;margin-right:11px}.payment-plan-credits__credits button{background:#000;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:21px;font-weight:400;line-height:0;margin:0 5px;width:42px}.payment-plan-credits__credits button,.payment-plan-credits__input{align-items:center;display:flex;flex-shrink:0;font-family:Inter,sans-serif;height:42px;justify-content:center;text-transform:uppercase}.payment-plan-credits__input{background:#f3f5fa;border:1px solid #eeeff6;border-radius:10px;font-size:26px;font-weight:600;width:90px}.payment-plan-credits__price{align-items:center;display:flex}.payment-plan-credits__price b{color:#000;font-size:18px;font-weight:600;margin-right:15px;text-transform:uppercase}.payment-plan-credits__price button{background:#000;border:none;border-radius:100px;color:#fff;cursor:pointer;flex-shrink:0;font-family:Inter,sans-serif;font-size:11px;font-weight:600;height:42px;letter-spacing:1px;text-transform:uppercase;width:174px}.payment-plan-credits__price button:hover{opacity:.7}.payment-plan-credits__save{color:#7b8db7;font-size:13px;font-weight:500;letter-spacing:-.5px;line-height:21px;text-align:center}.payment-plan-credits__save em{background:#27c561;border-radius:100px;color:#fff;display:inline-block;margin-left:3px;padding:1px 8px}.payment-plan-credits__contract{align-items:center;display:flex;font-family:Inter,sans-serif;font-size:9px;font-weight:500;text-transform:uppercase}.payment-plan-credits__contract b{color:#2361ff;font-family:Inter,sans-serif;font-size:9px;font-weight:700;margin-left:5px;margin-right:3px}.payment-plan-credits__contract img{margin-left:10px;margin-right:3px}.payment-plan-credits__sales-text{background:#febc95;border:1px solid #febc95;border-radius:10px;color:#000;font-family:Inter,sans-serif;font-size:11px;font-weight:500;margin-bottom:30px;margin-top:2px;padding:12px 0;text-align:center;text-transform:uppercase}.payment-plan-credits__sales-text b{font-family:Inter,sans-serif;font-weight:700}.payment-plan-credits .modal__container{width:500px}.payment-plan-credits__contract-modal{margin:0 auto;max-width:360px}.payment-plan-credits__contract-modal img{display:block;margin:-30px auto 0}.payment-plan-credits__contract-modal h2{color:#000;font-family:Inter,sans-serif;font-size:26px;font-weight:500;line-height:28px;margin-top:40px;text-align:center}.payment-plan-credits__contract-modal p{color:#000;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:21px;margin-top:38px;text-align:center}.payment-plan-credits__contract-modal p b{font-family:Inter,sans-serif;font-weight:600}.payment-plan-items *{font-family:Inter,sans-serif}.payment-plan-items h4{color:#000;font-size:21px;font-weight:500;margin-top:30px}.payment-plan-items p{color:#000;font-size:15px;font-weight:500;letter-spacing:-.5px;margin-top:15px}.payment-plan-items__items{display:flex;margin-top:21px}.payment-plan-items__item{background:#fff;border-radius:0 0 10px 10px;margin-right:10px;padding-bottom:25px;width:25%}.payment-plan-items__item:last-child{margin-right:0}.payment-plan-items__item-heading{align-items:center;background:#febc95;border-radius:10px 10px 0 0;display:flex;justify-content:space-between;padding:15px}.payment-plan-items__item-heading h5{font-size:15px;font-weight:500}.payment-plan-items__item-heading b{font-size:26px;font-weight:700;letter-spacing:-1px}.payment-plan-items__item p{font-size:13px;font-weight:500;letter-spacing:-.5px;line-height:21px;margin:37px auto 0;max-width:188px;text-align:center}.payment-plan-items__item button{align-items:center;background:#000;border:none;border-radius:100px;color:#fff;cursor:pointer;display:flex;font-size:11px;font-weight:600;height:42px;justify-content:center;letter-spacing:1px;margin:30px auto 0;text-transform:uppercase;width:174px}.payment-plan-items__item button:hover{opacity:.7}.payment-plan-items__save{color:#7b8db7;font-size:13px;font-weight:500;height:23px;letter-spacing:-.5px;line-height:21px;margin-top:20px;text-align:center}.payment-plan-items__save b{background:#27c561;border-radius:100px;color:#fff;display:inline-block;padding:1px 8px}.payment-plan-items__description{height:25px;margin-top:13px;text-align:center}.payment-plan-items__description em{display:block;font-size:9px;font-weight:500;text-transform:uppercase}.payment-plan-items__description em :last-child{margin-top:6px}.payment-plan-items__description em b{color:#2361ff;font-weight:700}.payment-plan-items__description em img{margin-bottom:-2px;margin-right:3px}.payment-plan-items__switch{align-items:center;cursor:pointer;display:flex;margin:40px auto 0;width:-webkit-max-content;width:max-content}.payment-plan-items__switch span{font-family:Inter,sans-serif;font-size:13px;font-weight:500;letter-spacing:-.5px;line-height:21px;margin:0 10px;transition:all .5s ease-out .1s}.payment-plan-items__button{align-items:center;background:#fff;border:1px solid #d2daec;border-radius:8px;display:flex;flex-shrink:0;height:28px;width:51px}.payment-plan-items__circle{background:#2361ff;border-radius:8px;height:24px;margin:0 1px;width:24px}.payment-plan-items__plans{align-items:flex-start;display:flex;margin-top:17px}.payment-plan-items__plan{margin-right:20px;width:270px}.payment-plan-items__plan-desc{background:#37865b;color:#fff;font-family:Inter,sans-serif;font-size:9px;font-weight:500;letter-spacing:1px;padding:6px 0;text-align:center;text-transform:uppercase}.payment-plan-items__plan-heading{align-items:center;background:#2361ff;border-radius:10px 10px 0 0;display:flex;justify-content:space-between;padding:16px}.payment-plan-items__plan-heading span{color:#fff;font-family:Inter,sans-serif;font-size:21px;font-weight:500}.payment-plan-items__plan-body{background:#fff;border-radius:0 0 10px 10px;padding-bottom:15px}.payment-plan-items__plan-list{padding:25px 15px 10px}.payment-plan-items__plan-list li{font-family:Inter,sans-serif;font-size:13px;font-weight:400;letter-spacing:-.5px;line-height:19px;list-style:disc;margin-left:15px;margin-top:5px}.payment-plan-items__plan-list li b{font-weight:600}.payment-plan-items__plan-more{cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:500;justify-content:center;letter-spacing:-1px;line-height:21px}.payment-plan-items__plan-more img{margin-left:4px}.payment-plan-items__plan-hr{background:#dae4f9;height:1px;margin:10px auto 0;width:85%}.payment-plan-items__plan-price{font-family:Inter,sans-serif;font-weight:700;letter-spacing:-1px;margin:30px auto 0;width:-webkit-max-content;width:max-content}.payment-plan-items__plan-price b{font-size:36px;font-weight:900}.payment-plan-items__plan-button,.payment-plan-items__plan-price em{font-size:11px;text-transform:uppercase}.payment-plan-items__plan-button{background:#000;border-radius:100px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-weight:600;height:42px;letter-spacing:1px;margin:20px auto;width:174px}.payment-plan-items__plan-button:hover{opacity:.7}.payment-plan-items__plan-button:disabled{background:#c6d6df;border:none}.payment-plan-table{background:#fff;border-radius:10px;margin-bottom:30px;padding:30px;width:100%}.payment-plan-table table{width:100%}.payment-plan-table *{font-family:Inter,sans-serif}.payment-plan-table h2{color:#000;font-size:21px;font-weight:500;line-height:28px;position:relative;top:-30px}.payment-plan-table b{color:#919ab3;display:block;font-size:11px;font-weight:600;position:relative;text-transform:uppercase}.payment-plan-table b>div{background:#2361ff;border-radius:100px;color:#fff;font-size:11px;font-weight:500;left:100px;letter-spacing:-.5px;padding:3px 10px;position:absolute;text-transform:capitalize;top:-12px}.payment-plan-table em{display:block;font-size:11px;font-weight:400;line-height:17px;margin-top:10px;max-width:200px}.payment-plan-table td{border-bottom:1px solid #dadeea;font-size:15px;font-weight:400;line-height:17px;padding:10px}.payment-plan-table tr:last-child td{border-bottom:none}.payment-plan-table tr:first-child td{border-bottom:none;padding-bottom:35px}.payment-plan-table__label{color:#7b8db7;font-size:15px;font-weight:400;line-height:17px}.payment-plan-table__icon{align-items:center;display:flex}.payment-plan-table__icon img{height:16px;margin-right:3px;width:16px}.credit-transactions-history{margin-bottom:50px;margin-top:30px;width:100%}.credit-transactions-history .platform-date-range-picker__label{color:#a3a9b9;font-size:11px;font-weight:400;letter-spacing:normal}.credit-transactions-history *{font-family:Inter,sans-serif}.credit-transactions-history__table{margin-top:20px;width:100%}.credit-transactions-history__table-header{display:flex;width:100%}.credit-transactions-history__table-header-item{color:#a3a9b9;font-size:11px;font-weight:400}.credit-transactions-history__table-header-item:first-child{flex-grow:1;padding-left:15px}.credit-transactions-history__table-header-item:nth-child(2){width:200px}.credit-transactions-history__table-header-item:nth-child(3){width:80px}.credit-transactions-history__table-body{display:flex;width:100%}.credit-transactions-history__item{align-items:center;background:#fff;border-radius:10px;display:flex;margin-top:5px;padding:10px;width:100%}.credit-transactions-history__item-td{align-items:center;display:flex;font-size:13px;font-weight:500}.credit-transactions-history__item-td:first-child{flex-grow:1;padding-left:15px}.credit-transactions-history__item-td:first-child span{margin-left:10px}.credit-transactions-history__item-td:first-child span a{color:#000!important}.credit-transactions-history__item-td:first-child span span{display:block;font-size:11px;font-weight:500;margin-left:0;margin-top:5px}.credit-transactions-history__item-td:nth-child(2){color:#7b8db7;flex-shrink:0;padding-left:7px;width:200px}.credit-transactions-history__item-td:nth-child(3){flex-shrink:0;padding-left:15px;width:80px}.credit-transactions-history__item-td-icon{height:42px;width:42px}.custom_loader{align-items:center;display:flex;flex-direction:column;height:50vh;justify-content:center}.custom_loader div{text-align:center}.custom_loader img{animation:rotate 1s linear infinite}.custom_loader span{color:#000;font-family:Inter,sans-serif;font-size:15px;font-weight:400;letter-spacing:-.5px;margin-top:15px;text-align:center;text-transform:uppercase}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rdrCalendarWrapper{background:#fff;box-sizing:border-box;display:inline-flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateDisplay{display:flex;justify-content:space-between}.rdrDateDisplayItem{color:inherit;flex:1 1;text-align:center;width:0}.rdrDateDisplayItem+.rdrDateDisplayItem{margin-left:.833em}.rdrDateDisplayItem input{text-align:inherit}.rdrDateDisplayItem input:disabled{cursor:default}.rdrMonthAndYearWrapper{box-sizing:inherit;display:flex;justify-content:space-between}.rdrMonthAndYearPickers{align-items:center;display:flex;flex:1 1 auto;justify-content:center}.rdrNextPrevButton{box-sizing:inherit;cursor:pointer;outline:none}.rdrMonths{display:flex}.rdrMonthsVertical{flex-direction:column}.rdrMonthsHorizontal>div>div>div{display:flex;flex-direction:row}.rdrMonth{width:27.667em}.rdrWeekDays{display:flex}.rdrWeekDay{box-sizing:inherit;flex-basis:14.28571%;text-align:center}.rdrDays{display:flex;flex-wrap:wrap}.rdrInfiniteMonths{overflow:auto}.rdrDateRangeWrapper{-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateInput{position:relative}.rdrDateInput input{outline:none}.rdrDateInput .rdrWarning{color:red;font-size:1.6em;line-height:1.6em;position:absolute;right:.25em;top:0}.rdrDay{box-sizing:inherit;cursor:pointer;font:inherit;position:relative;width:14.28571%}.rdrDayNumber{display:block;position:relative}.rdrDayNumber span{color:#1d2429}.rdrDayDisabled{cursor:not-allowed}@supports (-ms-ime-align:auto){.rdrDay{flex-basis:14.285%!important}}.rdrEndEdge,.rdrInRange,.rdrSelected,.rdrStartEdge{pointer-events:none}.rdrDateRangePickerWrapper{display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrStaticRanges{display:flex;flex-direction:column}.rdrStaticRange{font-size:inherit}.rdrInputRange{display:flex}.rdrCalendarWrapper{color:#000;font-size:12px}.rdrDateDisplayWrapper{background-color:#eff2f7}.rdrDateDisplay{margin:.833em}.rdrDateDisplayItem{background-color:#fff;border:1px solid #0000;border-radius:4px;box-shadow:0 1px 2px 0 #23394236}.rdrDateDisplayItem input{background:#0000;border:0;color:#849095;cursor:pointer;height:2.5em;line-height:2.5em;width:100%}.rdrDateDisplayItemActive{border-color:currentColor}.rdrDateDisplayItemActive input{color:#7d888d}.rdrMonthAndYearWrapper{align-items:center;height:60px;padding-top:10px}.rdrMonthAndYearPickers{font-weight:600}.rdrMonthAndYearPickers select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#0000;background:url("data:image/svg+xml;utf8,<svg width=%279px%27 height=%276px%27 viewBox=%270 0 9 6%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27><g id=%27Artboard%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27 transform=%27translate%28-636.000000, -171.000000%29%27 fill-opacity=%270.368716033%27><g id=%27input%27 transform=%27translate%28172.000000, 37.000000%29%27 fill=%27%230E242F%27 fill-rule=%27nonzero%27><g id=%27Group-9%27 transform=%27translate%28323.000000, 127.000000%29%27><path d=%27M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z%27 id=%27arrow%27></path></g></g></g></svg>") no-repeat;background-position:right 8px center;border:0;border-radius:4px;color:#3e484f;cursor:pointer;outline:0;padding:10px 30px 10px 10px;text-align:center}.rdrMonthAndYearPickers select:hover{background-color:#00000012}.rdrMonthPicker,.rdrYearPicker{margin:0 5px}.rdrNextPrevButton{background:#eff2f7;border:0;border-radius:5px;display:block;height:24px;margin:0 .833em;padding:0;width:24px}.rdrNextPrevButton:hover{background:#e1e7f0}.rdrNextPrevButton i{border-style:solid;display:block;height:0;margin:auto;padding:0;text-align:center;transform:translate(-3px);width:0}.rdrPprevButton i{border-color:#0000 #34495e #0000 #0000;border-width:4px 6px 4px 4px;transform:translate(-3px)}.rdrNextButton i{border-color:#0000 #0000 #0000 #34495e;border-width:4px 4px 4px 6px;margin:0 0 0 7px;transform:translate(3px)}.rdrWeekDays{padding:0 .833em}.rdrMonth{padding:0 .833em 1.666em}.rdrMonth .rdrWeekDays{padding:0}.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{display:none}.rdrWeekDay{color:#849095;font-weight:400;line-height:2.667em}.rdrDay{background:#0000;border:0;color:#1d2429;height:3em;line-height:3em;padding:0;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDay:focus{outline:0}.rdrDayNumber{align-items:center;bottom:0;bottom:5px;display:flex;font-weight:300;justify-content:center;left:0;outline:0;position:absolute;right:0;top:0;top:5px}.rdrDayToday .rdrDayNumber span{font-weight:500}.rdrDayToday .rdrDayNumber span:after{background:#3d91ff;border-radius:2px;bottom:4px;content:"";height:2px;left:50%;position:absolute;transform:translate(-50%);width:18px}.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after{background:#fff}.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span{color:#ffffffd9}.rdrEndEdge,.rdrInRange,.rdrSelected,.rdrStartEdge{background:currentColor;bottom:5px;left:0;position:absolute;right:0;top:5px}.rdrSelected{left:2px;right:2px}.rdrStartEdge{border-bottom-left-radius:1.042em;border-top-left-radius:1.042em;left:2px}.rdrEndEdge{border-bottom-right-radius:1.042em;border-top-right-radius:1.042em;right:2px}.rdrSelected{border-radius:1.042em}.rdrDayStartOfMonth .rdrEndEdge,.rdrDayStartOfMonth .rdrInRange,.rdrDayStartOfWeek .rdrEndEdge,.rdrDayStartOfWeek .rdrInRange{border-bottom-left-radius:1.042em;border-top-left-radius:1.042em;left:2px}.rdrDayEndOfMonth .rdrInRange,.rdrDayEndOfMonth .rdrStartEdge,.rdrDayEndOfWeek .rdrInRange,.rdrDayEndOfWeek .rdrStartEdge{border-bottom-right-radius:1.042em;border-top-right-radius:1.042em;right:2px}.rdrDayStartOfMonth .rdrDayEndPreview,.rdrDayStartOfMonth .rdrDayInPreview,.rdrDayStartOfWeek .rdrDayEndPreview,.rdrDayStartOfWeek .rdrDayInPreview{border-bottom-left-radius:1.333em;border-left-width:1px;border-top-left-radius:1.333em;left:0}.rdrDayEndOfMonth .rdrDayInPreview,.rdrDayEndOfMonth .rdrDayStartPreview,.rdrDayEndOfWeek .rdrDayInPreview,.rdrDayEndOfWeek .rdrDayStartPreview{border-bottom-right-radius:1.333em;border-right-width:1px;border-top-right-radius:1.333em;right:0}.rdrDayEndPreview,.rdrDayInPreview,.rdrDayStartPreview{background:#ffffff17;border:0 solid;bottom:3px;left:0;pointer-events:none;position:absolute;right:0;top:3px;z-index:1}.rdrDayStartPreview{border-bottom-left-radius:1.333em;border-bottom-width:1px;border-left-width:1px;border-top-left-radius:1.333em;border-top-width:1px;left:0}.rdrDayInPreview{border-bottom-width:1px;border-top-width:1px}.rdrDayEndPreview{border-bottom-right-radius:1.333em;border-bottom-width:1px;border-right-width:1px;border-top-right-radius:1.333em;border-top-width:1px;right:2px;right:0}.rdrDefinedRangesWrapper{background:#fff;border-right:1px solid #eff2f7;font-size:12px;width:226px}.rdrDefinedRangesWrapper .rdrStaticRangeSelected{color:currentColor;font-weight:600}.rdrStaticRange{background:#fff;border:0;border-bottom:1px solid #eff2f7;cursor:pointer;display:block;outline:0;padding:0}.rdrStaticRange:focus .rdrStaticRangeLabel,.rdrStaticRange:hover .rdrStaticRangeLabel{background:#eff2f7}.rdrStaticRangeLabel{display:block;line-height:18px;outline:0;padding:10px 20px;text-align:left}.rdrInputRanges{padding:10px 0}.rdrInputRange{align-items:center;padding:5px 20px}.rdrInputRangeInput{border:1px solid #dee7eb;border-radius:4px;color:#6c767a;height:30px;line-height:30px;margin-right:10px;text-align:center;width:30px}.rdrInputRangeInput:focus,.rdrInputRangeInput:hover{border-color:#b4bfc4;color:#333;outline:0}.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{background:#0000;border:1px solid;border-radius:1.333em;bottom:-2px;content:"";left:0;position:absolute;right:0;top:-2px}.rdrDayPassive{pointer-events:none}.rdrDayPassive .rdrDayNumber span{color:#d5dce0}.rdrDayPassive .rdrDayEndPreview,.rdrDayPassive .rdrDayInPreview,.rdrDayPassive .rdrDayStartPreview,.rdrDayPassive .rdrEndEdge,.rdrDayPassive .rdrInRange,.rdrDayPassive .rdrSelected,.rdrDayPassive .rdrStartEdge{display:none}.rdrDayDisabled{background-color:#f8f8f8}.rdrDayDisabled .rdrDayNumber span{color:#aeb9bf}.rdrDayDisabled .rdrDayEndPreview,.rdrDayDisabled .rdrDayInPreview,.rdrDayDisabled .rdrDayStartPreview,.rdrDayDisabled .rdrEndEdge,.rdrDayDisabled .rdrInRange,.rdrDayDisabled .rdrSelected,.rdrDayDisabled .rdrStartEdge{filter:grayscale(100%) opacity(60%)}.rdrMonthName{color:#849095;font-weight:600;padding:.833em;text-align:left}.platform-date-range-picker .rdrDateDisplay,.platform-date-range-picker .rdrDefinedRangesWrapper{display:none!important}.platform-date-range-picker .rdrCalendarWrapper{border:1px solid #b4bed9!important;border-radius:10px}.platform-date-range-picker__label{color:#919ab3;display:block;font-family:Inter,sans-serif;font-size:13px;font-weight:500;letter-spacing:-.5px;margin-bottom:5px}.platform-date-range-picker__input{align-items:center;background:#fff;border:1px solid #b4bed9!important;border-radius:10px;cursor:pointer;display:flex;flex-shrink:0;font-family:Inter,sans-serif;font-size:13px;font-weight:400;height:42px;justify-content:space-between;line-height:16px;padding:0 10px;width:230px}.platform-date-range-picker__dropdown{position:absolute;z-index:2}.platform-date-range-picker__close{color:#2361ff;font-weight:700;margin-right:10px;margin-top:2px}.crypto-payment-page{display:flex;justify-content:center}.crypto-payment-page h2{font-family:Inter,sans-serif;font-size:21px;font-weight:600;line-height:26px}.crypto-payment-page__container{background:#fff;border-radius:10px;display:flex;width:100%}.crypto-payment-page__left{padding:30px;width:50%}.crypto-payment-page__left h4{font-size:15px;font-weight:600;letter-spacing:-.5px}.crypto-payment-page__left h4,.crypto-payment-page__left p{font-family:Inter,sans-serif;line-height:21px;margin-top:20px}.crypto-payment-page__left p{font-size:13px;font-weight:400}.crypto-payment-page__left p b{font-weight:700}.crypto-payment-page__left p a{text-decoration:underline}.crypto-payment-page__right{width:50%}.crypto-payment-page__heading{border-bottom:1px solid #f2f4fa;color:#000;font-family:Inter,sans-serif;font-size:21px;font-weight:600;padding:20px 30px}.crypto-payment-page__body{padding:30px}.crypto-payment-page__body h4{color:#000;font-family:Inter,sans-serif;font-size:15px;font-weight:600;letter-spacing:-.5px;line-height:21px}.crypto-payment-page__body h4 b{color:#2361ff}.crypto-payment-page__body p{color:#000;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:21px;margin-top:10px}.crypto-payment-page__body p b{font-weight:600}.crypto-payment-page__block{align-items:center;background:#f3f5fa;border:1px #d2daec;border-radius:10px;display:flex;justify-content:space-between;padding:21px}.crypto-payment-page__block img{margin-right:10px}.crypto-payment-page__block span{font-family:Inter,sans-serif;font-size:15px;font-weight:400;letter-spacing:-.5px}.crypto-payment-page__block span em{font-family:Inter,sans-serif;font-size:9px}.crypto-payment-page__block b{text-wrap:nowrap;font-family:Inter,sans-serif;font-size:15px;font-weight:600;letter-spacing:-.5px;line-height:18px}.crypto-payment-page__qr{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:15px;width:100%}.crypto-payment-page__qr-text{align-items:center;display:flex;font-family:Inter,sans-serif;font-size:15px;font-weight:400;letter-spacing:-.5px;line-height:18px}.crypto-payment-page__qr-text img{cursor:pointer;margin-left:5px}.tasks-project-kanban-grid{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:25px}.tasks-project-kanban-grid__item{width:calc(25% - 10px)}.tasks-project-kanban-grid__mobile-nav{align-items:center;display:none;justify-content:space-between;padding:0 10px}.tasks-project-kanban-grid__mobile-nav span{font-size:13px;font-weight:700;text-transform:uppercase}.tasks-project-kanban-grid__mobile-nav button{align-items:center;background:#fff;border:none;display:flex;height:32px;justify-content:center;width:32px}.tasks-project-kanban-grid__mobile-nav button:disabled{opacity:.5}.tasks-project-kanban-grid__mobile-heading{align-items:center;display:none;font-size:15px;font-weight:600;margin-bottom:40px}.tasks-project-kanban-grid__mobile-heading img{margin:0 12px 0 10px}.tasks-project-kanban-grid-item__header{align-content:center;color:#000;display:flex;font-family:Inter;font-size:13px;font-weight:700;margin-bottom:10px;text-transform:uppercase}.tasks-project-kanban-grid-item__count{margin-left:20px}@media only screen and (max-width:500px){.tasks-project-kanban-grid__mobile-heading,.tasks-project-kanban-grid__mobile-nav{display:flex}.tasks-project-kanban-grid-item{padding:0 10px}.tasks-project-kanban-grid-item__header{display:none}}.client-kanban-item{background:#fff;border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;margin-top:10px;min-height:168px;width:265px}.client-kanban-item *{text-decoration:none!important}.client-kanban-item:hover{box-shadow:0 4px 24px #3b4a7029;cursor:pointer}.client-kanban-item .header__right-link-squire{right:8px;top:31px}.client-kanban-item .dropdown__container{right:-20px}.client-kanban-item__header{align-items:center;border-bottom:1px solid #eef0f4;display:flex;justify-content:space-between;padding:10px 20px}.client-kanban-item__status{background:#2361ff;border-radius:100px;color:#fff;font-family:Inter,sans-serif;font-size:9px;font-weight:600;line-height:11px;padding:6px 10px;text-transform:uppercase}.client-kanban-item__progress{display:flex}.client-kanban-item__squire{align-items:center;background:#f3f5fa;border-radius:5px;display:flex;height:13px;justify-content:center;margin-left:2px;width:13px}.client-kanban-item__squire-inside{background:#8a93ad1f;border-radius:3px;height:9px;width:9px}.client-kanban-item__squire-green{background:#07b56c}.client-kanban-item__dropdown-link{display:block;font-family:Inter,sans-serif;font-size:13px;padding:14px 15px;width:120px}.client-kanban-item__dropdown-link:hover{color:#2361ff}.client-kanban-item__body{flex-grow:1;padding:10px 20px}.client-kanban-item__body-title{color:#000;font-size:15px;line-height:18px}.client-kanban-item__body-title,.client-kanban-item__steps{font-family:Inter,sans-serif;font-weight:500;letter-spacing:-.5px}.client-kanban-item__steps{display:flex;font-size:12px;line-height:15px;margin-top:10px}.client-kanban-item__steps-name{color:#8a93ad;margin-right:3px}.client-kanban-item__steps-step{color:#000}.client-kanban-item__footer{align-items:center;display:flex;justify-content:space-between;padding:10px 20px}.client-kanban-item__manager-footer{align-items:center;border-top:1px solid #eeeff6;display:flex;justify-content:space-between;padding:10px}.client-kanban-item__manager-footer-empty{color:#919ab3;display:block;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:-.5px;padding:5px 0}.client-kanban-item__contact{align-items:center;display:flex;width:100%}.client-kanban-item__contact-img{height:27px;width:27px}.client-kanban-item__contact-message{color:#000;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:-.5px;margin-left:7px;margin-top:2px}.client-kanban-item__contact-name{width:100%}.client-kanban-item__contact-name span{color:#919ab3;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:-.5px;margin-left:7px}.client-kanban-item__contact-name-top{display:flex;justify-content:space-between}.client-kanban-item__comment-date{color:#919ab3;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:-.5px}.client-kanban-item__icons{display:flex}.client-kanban-item__icons img{margin-right:13px}.client-kanban-item__users{display:flex}.client-kanban-item__user{align-items:center;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:500;margin-left:3px}.client-kanban-item__user img{border-radius:6px;margin-left:8px}.client-kanban-item__company{min-height:28px;padding:1px 0}.client-kanban-item__company-name{color:#919ab3;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:-.5px}.client-kanban-item__comment-items{align-items:center;background:#ff4646;border-radius:4px;color:#fff;display:flex;font-family:Inter,sans-serif;font-size:11px;font-weight:500;height:14px;letter-spacing:0;padding:0 5px}@media only screen and (max-width:1500px){.client-kanban-item{width:100%}}@media only screen and (max-width:500px){.client-kanban-item{margin:10px 10px 0;width:calc(100% - 20px)}}.dropdown__notifications,.dropdown__notifications-item{align-items:center;display:flex}.dropdown__notifications-item{margin-bottom:15px}.dropdown__notifications-item:last-child{margin-bottom:0}.dropdown__notifications-item-text{margin-left:16px;max-width:214px}.dropdown__notifications-item-text p{font-family:Inter,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:16px}.dropdown__notifications-item-text em{color:#a2a9b9;font-family:Inter,sans-serif;font-size:11px;font-style:normal;font-weight:400;line-height:13px;margin-top:5px}.dropdown__notifications__relative{display:flex;position:relative}.dropdown__notifications__relative:hover{display:block}.dropdown__notifications__relative:hover .dropdown__notifications__block{display:inherit!important}.dropdown__notifications__chat{align-items:center;background:url(/static/media/kanbanChatIcon.4fe0b584555c9c3854b7.svg);display:flex!important;height:16px;justify-content:center;width:16px}.dropdown__notifications__chat-count{color:#fff;font-size:9px;margin-top:-2px}.dropdown__notifications__block{display:none;left:-150px;position:absolute;top:18px;z-index:2}.dropdown__notifications__block>div{background:#fff;border-radius:10px;box-shadow:0 4px 24px #0f1f4a33;max-height:300px;overflow:auto;padding:25px 15px;position:relative;width:224px}.dropdown__notifications__block h4{align-items:center;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;letter-spacing:-.5px;line-height:16px}.dropdown__notifications__block p{font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:-.5px;line-height:13px;margin-top:5px}@media only screen and (max-width:500px){.dropdown__notifications__block{left:inherit;right:-15px!important}.dropdown__notifications__block>div{width:260px}}.client_kanbanStep_notifications{align-items:center;border-bottom:1px solid #eef0f4;border-radius:10px 10px 0 0;display:flex;justify-content:space-between}.client_kanbanStep_notifications span{font-family:Inter,sans-serif;font-size:9px;font-weight:600;line-height:11px;text-transform:uppercase}.client_kanbanStep_notifications__kanban{height:39px;padding:0 10px}.client_kanbanStep_notifications__offer{height:60px;margin:-20px -30px 0;padding:0 20px}.client_kanbanStep_notifications__info{align-items:center;display:flex}.client_kanbanStep_notifications__img{margin-right:5px}.client-kanban-create-button{align-items:center;background:linear-gradient(0deg,#eef0f4,#eef0f4),#fff;border:1px dashed #77a193;border-radius:10px;box-sizing:border-box;cursor:pointer;display:flex;height:168px;justify-content:center;width:270px}.client-kanban-create-button:hover{background:#fff}.client-kanban-create-button__container{align-items:center;display:flex}.client-kanban-create-button__icon{align-items:center;background:#000;border-radius:5px;display:flex;height:35px;justify-content:center;width:35px}.client-kanban-create-button__text{color:#000;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:1px;line-height:13px;margin-left:10px;text-transform:uppercase}@media only screen and (max-width:1500px){.client-kanban-create-button{width:100%}}@media only screen and (max-width:500px){.client-kanban-create-button{height:70px;margin-left:10px;width:calc(100% - 20px)}}.tasks-project-kanban h2{color:#000;font-family:Inter,sans-serif;font-size:26px;font-weight:700}.tasks-project-kanban__header{margin-bottom:10px}.tasks-project-kanban__body{padding-bottom:100px}.tasks-project-kanban .mobile-crate-task-icon{align-items:center;background:#000;border-radius:50%;bottom:100px;box-shadow:0 8px 7px #1b375740;display:none;height:48px;justify-content:center;position:fixed;right:20px;width:48px}.tasks-project-kanban__tabs{background:#fff;border-radius:10px;display:flex;max-width:-webkit-max-content;max-width:max-content}.tasks-project-kanban__tabs-item{background:#fff;border-radius:10px;color:#919ab3;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:400;letter-spacing:-.5px;padding:15px 31px}.tasks-project-kanban__tabs-item-active{border:1px solid #000;color:#000}.client-kanban-header{display:flex;justify-content:space-between}.client-kanban-header__heading{color:#000;font-family:Inter,sans-serif;font-size:26px;font-weight:700;line-height:31px}.client-kanban-header__manager,.client-kanban-header__managers{align-items:center;display:flex}.client-kanban-header__manager{margin-left:70px}.client-kanban-header__manager-data{margin-left:10px}.client-kanban-header__manager-photo{border-radius:10px}.client-kanban-header__manager-name{color:#000;font-family:Roboto,sans-serif;font-size:13px;font-weight:400;letter-spacing:-.5px;line-height:15px}.client-kanban-header__manager-position{color:#8a93ad;font-family:Inter,sans-serif;font-size:11px;font-weight:400;line-height:13px}@media only screen and (max-width:500px){.client-kanban-header__managers{display:none}}.kanban-project-tabs{display:flex;overflow:hidden;width:100%}.kanban-project-tabs-margin{margin-bottom:20px}.kanban-project-tabs-container{align-items:center;display:flex}.kanban-project-tabs-arrows{background:none;border:none;cursor:pointer;font-size:22px;height:30px;width:30px}.kanban-project-tabs__item{border-bottom:3px solid #eef0f4;cursor:pointer;flex-shrink:0;overflow:hidden;padding:0 2px 12px;text-align:center;transition:all .3s ease-out 0s;width:20%}.kanban-project-tabs__item span{color:#a2a9b9;display:block;font-family:Inter,sans-serif;font-size:15px;font-weight:700;line-height:18px;margin:0 auto;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:70%}.kanban-project-tabs__item-active{border-bottom-color:#2361ff}.kanban-project-tabs__item-active span{color:#000}.kanban-dropdown-mobile{border-radius:5px;position:relative;width:100%}.kanban-dropdown-mobile__current{align-items:center;cursor:pointer;display:flex}.kanban-dropdown-mobile__current>div{font-family:Inter,sans-serif;font-size:19px;font-weight:700;line-height:23px;margin-right:20px;max-width:80%}.kanban-dropdown-mobile__current-icon{align-items:center;background:#fff;border-radius:5px;color:#000;display:flex;font-size:14px!important;height:42px;justify-content:center;transform:rotate(90deg);width:42px}.kanban-dropdown-mobile__dropdown{background:#fff;border-radius:10px;box-shadow:0 4px 24px #0f1f4a33;max-height:300px;overflow:auto;padding:10px 20px;position:absolute;top:50px;width:calc(100% - 30px);z-index:2}.kanban-dropdown-mobile__dropdown-item{cursor:pointer;padding:10px 0}.kanban-dropdown-mobile__dropdown-item-current-item span{color:#2361ff}.kanban-dropdown-mobile__dropdown-item span{font-size:13px;font-weight:700}.kanban-dropdown-mobile__dropdown-item:hover{background:#f3f5fa}@media only screen and (max-width:1600px){.kanban-project-tabs__item span{width:160px}}@media only screen and (max-width:1400px){.kanban-project-tabs__item span{width:140px}}@media only screen and (max-width:500px){.kanban-dropdown-mobile{display:none;padding:0 5px;width:100%}}.planner-page *{font-family:Inter,sans-serif}.planner-page__list{margin:40px auto 0;max-width:620px}.planner-page__list-item{background:#fff;border-radius:20px;margin-top:12px}.planner-page__list-item-heading{align-items:center;border-bottom:1px solid #eeeff6;display:flex;justify-content:space-between;padding:20px}.planner-page__list-item-heading-right{display:flex;margin-left:10px}.planner-page__list-item-heading-right img{margin-right:8px}.planner-page__list-item-heading-right img:hover{box-shadow:0 7px 29px 0 #64646f33;opacity:.7}.planner-page__list-item-heading-right button{background:#000;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:11px;font-weight:500;min-width:110px;padding:6px 10px;text-transform:uppercase}.planner-page__list-item-heading-right button:hover{box-shadow:0 7px 29px 0 #64646f33;opacity:.7}.planner-page__list-item-body{color:#000;font-size:13px;font-weight:400;line-height:21px;padding:20px}.planner-page__list-item-date em{color:#919ab3;font-size:11px;font-weight:500;letter-spacing:-.5px}.planner-page__list-item-title{font-size:15px;font-weight:500;letter-spacing:-.5px;margin-top:5px}.planner-page__create-button{align-items:center;background:#000;border-radius:10px;display:flex;flex-shrink:0;height:42px;justify-content:center;width:42px}.planner-page__create-button img{margin:0 -5px -5px 0}.planner-page__modal-container{background:#f3f5fa;border:1px solid #eeeff6;border-radius:10px;font-size:13px;margin:0 auto;padding:14px 25px 14px 15px;width:-webkit-max-content;width:max-content}.sort_kanban_board{position:relative}.sort_kanban_board__current{align-items:center;background:#fff;border:1px solid #eeeff6;border-radius:10px;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:500;justify-content:space-between;letter-spacing:-.5px;padding:13px;width:300px}.sort_kanban_board__current em{color:#919ab3}.sort_kanban_board__dropdown{background:#fff;border-radius:10px;box-shadow:0 4px 24px #0f1f4a33;margin-top:5px;padding:8px 0;position:absolute;width:350px;z-index:2}.sort_kanban_board__dropdown-el{cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:400;letter-spacing:-.5px;padding:9px 16px}.sort_kanban_board__dropdown-el-active,.sort_kanban_board__dropdown-el:hover{background:#f3f5fa;color:#2361ff}.test-for-cors{margin:20px}.test-for-cors .react-select{width:200px}.test-for-cors input{margin-left:10px;width:600px}.test-for-cors .textarea{margin-top:20px}.test-for-cors .btn-black{margin-top:10px;width:200px}.onBoarding__header{display:flex;justify-content:space-between}.onBoarding__header-left{align-items:end;display:flex}.onBoarding__header-left h1{font-family:Inter,sans-serif;font-size:26px;font-weight:700;line-height:31px}.onBoarding__header-left span{font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:16px;margin-left:27px;padding-bottom:3px}.onBoarding__statuses{display:flex}.onBoarding__status{align-items:center;display:flex}.onBoarding__status-circle{background:#00ab3080;border:1px solid #18a548;border-radius:100px;box-sizing:border-box;height:26px;margin-right:8px;width:26px}.onBoarding__status-circle-progress{background:#ffbf1ab3;border:1px solid #ffb258}.onBoarding__status span{font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:16px}.onBoarding__status:last-child{margin-left:67px}.onBoarding__table{margin-top:36px;width:100%}.onBoarding__thead{display:flex;margin-left:79px;padding:0 34px}.onBoarding__thead-th{color:#9da6bf;font-family:Inter,sans-serif;font-size:11px;font-weight:700;padding:10px}.onBoarding__thead-th-id{flex-shrink:0;padding-left:0;width:32px}.onBoarding__thead-th-title{flex-shrink:0;width:calc(50% + 20px)}.onBoarding__thead-th-info{width:calc(30% + 20px)}.onBoarding__thead-th-action{flex-grow:1}.onBoarding__tbody{display:flex;flex-direction:column;position:relative}.onBoarding__tbody-text{font-family:Inter,sans-serif;font-size:11px;font-weight:500;line-height:13px;padding:20px 0;text-transform:uppercase}.onBoarding__tbody-item{align-items:center;display:flex;margin-top:10px;width:100%}.onBoarding__tbody:before{border-right:2px dashed #d7ddec;content:"";height:calc(100% - 70px);left:15px;position:absolute;top:40px;width:0;z-index:0}.onBoarding__iconCol{position:relative;width:79px;z-index:1}.onBoarding__colIcon{align-items:center;background:#d7ddec;border:1px solid #c4cce0;border-radius:5px;display:flex;height:32px;justify-content:center;width:32px}.onBoarding__colIcon-click,.onBoarding__colIcon-wait{background:#f9da8a;border:1px solid #ffb258}.onBoarding__colIcon-ok{background:#79d095;border:1px solid #18a548}.onBoarding__col{align-items:center;background:#fff;border-radius:10px;display:flex;flex-grow:1;min-height:80px;padding:21px 34px}.onBoarding__col-id,.onBoarding__col-info,.onBoarding__col-title{font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:16px;padding:0 10px}.onBoarding__col-id{flex-shrink:0;padding-left:0;width:32px}.onBoarding__col-title{flex-shrink:0;width:calc(50% + 20px)}.onBoarding__col-title b{display:none}.onBoarding__col-info{width:calc(30% + 20px)}.onBoarding__col-action{display:flex;flex-grow:1;justify-content:flex-end}.onBoarding__button{align-items:center;background:#000;border:none;border-radius:100px;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:400;height:35px;justify-content:center;letter-spacing:-.5px;min-width:122px;padding:0 19px}.onBoarding__button:disabled{cursor:default;opacity:.2}.onBoarding__open-item{cursor:pointer}.onBoarding__offer{align-items:center;background:#fff;border-radius:10px;display:flex;flex-grow:1;justify-content:space-between;min-height:80px;padding:21px 34px}.onBoarding__offer-container{margin-top:5px;padding-left:79px}.onBoarding__offer-title{font-family:Inter,sans-serif;font-size:13px;font-weight:500;line-height:16px;max-width:280px;width:40%}.onBoarding__offer-status{border:1px solid #ff7a00;border-radius:100px;color:#ff7a00;font-family:Inter,sans-serif;font-size:9px;font-weight:600;padding:6px 10px;text-transform:uppercase}.onBoarding__offer-price{font-family:Inter,sans-serif;font-size:13px;font-weight:700;width:10%}.onBoarding__offer-user{align-items:center;display:flex;width:10%}.onBoarding__offer-user-avatar{height:27px;width:27px}.onBoarding__offer-user-avatar img{border-radius:10px;height:27px;width:27px}.onBoarding__offer-user-detail{margin-left:5px}.onBoarding__offer-user-detail b{font-size:13px;font-weight:400;letter-spacing:-.5px}.onBoarding__offer-user-detail p{color:#8a93ad;font-size:11px;font-weight:400}.onBoarding__offer-actions{display:flex;width:20%}.onBoarding__offer-actions>div{align-items:center;border-radius:5px;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:11px;font-weight:400;height:27px;justify-content:center;letter-spacing:-.5px;width:93px}.onBoarding__offer-detail{border:1px solid #b4bed9;margin-right:7px}.onBoarding__offer-accept{background:#000;color:#fff;margin-right:7px}.onBoarding__offer-accepted{background:#fff;border:1px solid #3aae6f;color:#000;cursor:default!important}.onBoarding__offer-accepted>div{background:#3aae6f;border-radius:100px;height:11px;margin-left:12px;width:11px}.onBoarding__pay-invoice-button{height:35px;margin-right:10px;padding:0 19px;width:136px}@media only screen and (max-width:460px){.onBoarding{padding:15px}.onBoarding__header{flex-direction:column}.onBoarding__header-left{align-items:flex-start;flex-direction:column}.onBoarding__header-left h1{font-size:21px;font-weight:700}.onBoarding__header-left span{font-size:13px;font-weight:400;margin-left:0;margin-top:10px}.onBoarding__status,.onBoarding__table{margin-top:20px}.onBoarding__thead{display:none}.onBoarding__tbody-item{margin-top:20px}.onBoarding__tbody-item:first-child{align-items:flex-start}.onBoarding__tbody-item:last-child{align-items:flex-end}.onBoarding__col{align-items:flex-start;flex-direction:column;padding:20px}.onBoarding__col>div{padding:0;width:100%}.onBoarding__col-id{font-weight:400;line-height:16px}.onBoarding__col-id,.onBoarding__col-title{font-family:Inter,sans-serif;font-size:13px}.onBoarding__col-title{line-height:19px}.onBoarding__col-title b{color:#9da6bf;display:block;font-size:11px;font-weight:700;line-height:13px;margin-bottom:6px;margin-top:20px}.onBoarding__col-action{margin-top:50px}.onBoarding__col-action a{width:100%}.onBoarding__col-action button{height:42px;width:100%}.onBoarding__iconCol{margin-right:10px;width:32px}}.offerHeader{align-items:center;border-bottom:1px solid #f3f5fa;display:flex;justify-content:space-between}.offerHeader__publish-button{background:#f3b71b;color:#fff;margin-right:10px;text-transform:uppercase;width:165px}.offerHeader__dropdown{position:relative}.offerHeader__dropdown-container{background:#fff;border-radius:10px;box-shadow:0 4px 24px #0f1f4a33;left:inherit!important;margin-top:3px;min-width:200px;padding:15px;position:absolute;right:-20px;top:28px;z-index:2}.offerHeader__left{display:flex}.offerHeader__status{color:#fff;font-family:Inter,sans-serif;font-size:11px;font-weight:600;line-height:11px;text-transform:uppercase}.offerHeader__date{margin-bottom:5px}.offerHeader__date b{color:#8a93ad}.offerHeader__date a,.offerHeader__date b{font-family:Inter,sans-serif;font-size:11px;font-weight:400;text-transform:uppercase}.offerHeader__date a{color:#0b4cff}.offerHeader__date span{font-family:Inter,sans-serif;font-size:11px;font-weight:500}.offerHeader__right{align-items:center;display:flex}.offerHeader__right .dropdown__notifications__relative{margin-right:15px}.offerHeader__right .task-status__current>div{font-size:11px;padding-right:10px}.offerHeader__right .task-status__body-item{font-size:11px;text-transform:uppercase}.offerHeader__right .task-status__body{left:-60px;min-width:220px}.offerHeader__right-dots{cursor:pointer}.offerHeader__right-icon{margin-right:24px}.offerHeader__button{padding:0 30px}@media only screen and (max-width:500px){.offerHeader__back-icon{display:none}}.offerHeading{margin-top:11px}.offerHeading__heading{font-family:Inter,sans-serif;font-size:21px;font-weight:700;line-height:25px}.offerHeading__steps{font-family:Inter,sans-serif;font-size:15px;font-weight:500;letter-spacing:-.5px;line-height:18px;margin-top:10px}.offerHeading__steps-next{color:#8a93ad;font-weight:400}.offerHeading__steps-step{font-weight:400}.offerHeading__text{font-size:13px;font-weight:400;line-height:21px;margin-top:20px}.offerHeading__edit,.offerHeading__text{font-family:Inter,sans-serif;letter-spacing:-.5px}.offerHeading__edit{color:#8a93ad;font-size:15px;font-weight:500;line-height:18px}.offerHeading__client{align-items:center;display:flex;margin-right:15px;margin-top:12px}.offerHeading__client img{cursor:pointer;margin-right:12px}.offerHeading__client p{font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:16px}.offerHeading__client span{font-family:Inter,sans-serif;font-size:11px;font-weight:400}.offerHeading__client em{color:#8a93ad;margin-right:3px}.offerHeading__show-more{align-items:center;color:#2361ff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:700;margin-top:10px}.offerHeading__show-more img{margin-left:5px}.legal-team{margin-top:60px}.legal-team__heading{align-items:center;display:flex}.legal-team__heading h4{font-family:Inter,sans-serif;font-size:16px;font-weight:700;line-height:19px}.legal-team__heading img{margin-left:24px}.legal-team__items{display:flex;flex-wrap:wrap;margin-top:24px}.legal-team__item{align-items:center;display:flex;margin-bottom:24px;width:50%}.legal-team__item-data{margin-left:10px}.legal-team__item-img img{border-radius:10px;cursor:pointer}.legal-team__item-name{color:#000;font-family:Inter,sans-serif;font-size:13px;font-weight:400;letter-spacing:-.5px;line-height:16px}.legal-team__item-position{color:#8a93ad;font-family:Inter,sans-serif;font-size:11px;font-weight:400;line-height:13px}.legal-team__tooltip{position:relative}.legal-team__tooltip img{cursor:pointer}.legal-team__tooltip-dropdown{background:#fff;border-radius:10px;box-shadow:0 4px 24px #12224830;display:none;font-size:12px;line-height:16px;padding:15px;position:absolute;right:25px;top:-18px;width:225px}.legal-team__tooltip:hover .legal-team__tooltip-dropdown{display:block}@media only screen and (max-width:500px){.legal-team__items{flex-direction:column}.legal-team__item{margin-bottom:14px}}.task-tab-list__table{width:100%}.task-tab-list th{color:#a3a9b9;font-family:Inter,sans-serif;font-size:11px;font-weight:400;line-height:13px;padding:5px;text-align:left}.task-tab-list__text{font-family:Inter,sans-serif;font-size:13px;font-style:normal;font-weight:500;letter-spacing:-.5px;line-height:18px;max-width:250px}.task-tab-list__label{color:#a3a9b9;font-family:Inter,sans-serif;font-size:11px;font-weight:400;line-height:13px;padding:5px 5px 10px 0;text-align:left}.task-tab-list__mobile-tr{border-bottom:2px solid #f3f5fa}.task-tab-list__mobile-tr:last-child{border:none!important}.task-tab-list td{padding:10px 5px}.task-tab-list__button{align-items:center;background:linear-gradient(0deg,#eef0f4,#eef0f4),#fff;border:1px dashed #77a193;border-radius:10px;box-sizing:border-box;cursor:pointer;display:flex;height:55px;margin-bottom:10px;padding:10px;width:100%}.task-tab-list__button b{color:#000;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:1px;line-height:13px;margin-left:10px;text-transform:uppercase}.task-tab-list__circle{align-items:center;background:#000;border-radius:5px;display:flex;height:35px;justify-content:center;width:35px}.task-tab-list__provider{align-items:flex-start;display:flex;justify-content:space-between}.task-tab-list__provider-image{border-radius:10px;height:80px;width:80px}.task-tab-list__provider-left{display:flex}.task-tab-list__provider-info{padding:10px 0 10px 15px}.task-tab-list__provider-info h4{font-family:Inter,sans-serif;font-size:16px;font-weight:400}.task-tab-list__provider-info em{color:#8a93ad;display:block;font-family:Inter,sans-serif;font-size:13px;font-weight:400;margin-top:5px}.task-tab-list__provider-right{align-items:flex-end;display:flex;flex-direction:column;padding:10px 0}.task-tab-list__provider-right a,.task-tab-list__provider-right b{display:block}.task-tab-list__provider-right b{color:#000;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:-.5px}.task-tab-list__provider-right a{color:#2361ff;font-family:Inter,sans-serif;font-size:13px;font-weight:500;margin-top:15px}.task-tab-list__provider-right a:hover{text-decoration:underline}.task-tab-list__no-task{padding:10px 20px}.task-tab-list__no-task h2{color:#8a93ad;font-family:Inter,sans-serif;font-size:16px;font-weight:700;text-align:center}.task-tab-list__no-task p{margin-top:8px}.task-tab-list__no-task p,.task-tab-list__top-info{color:#81889a;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:-.5px;line-height:16px;text-align:center}.task-tab-list__top-info{margin-bottom:30px}.task-tab-list__paid-item,.task-tab-list__pay-item{align-items:center;border:1px solid #000;border-radius:100px;display:flex;flex-shrink:0;font-family:Inter,sans-serif;font-size:11px;height:20px;justify-content:center;letter-spacing:-.5px;margin-right:5px;width:42px}.task-tab-list__pay-item{background:#000;color:#fff;cursor:pointer}.task-tab-list__pay-item:hover{opacity:.7}.offer-footer{align-items:center;border-top:2px solid #f3f5fa;display:flex;justify-content:space-between;margin-top:10px;padding-top:30px}.offer-footer__left{color:#81889a;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:-.5px;line-height:16px;padding-right:10px}.offer-footer__right{align-items:flex-end;display:flex;flex-direction:column}.offer-footer__price{text-wrap:nowrap;display:block;font-family:Inter,sans-serif;font-size:16px;font-weight:700;line-height:19px;margin-right:15px}.offer-footer__price b{font-size:21px}.offer-footer__button{background:#000;border:none;border-radius:100px;color:#fffcfc;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-style:normal;font-weight:500;letter-spacing:-.5px;line-height:18px;margin-top:18px;padding:12px 68px}.offer-footer__button:disabled{opacity:.3}.offer-footer__button:hover{opacity:.6}@media only screen and (max-width:500px){.offer-footer{flex-direction:column}.offer-footer__button,.offer-footer__price{margin-top:20px}}.singleOffer__deliverables-task{background:#fff;border-radius:10px;margin-top:6px;padding:9px 0 5px}.singleOffer__deliverables-task-title{align-items:flex-start;border-bottom:1px solid #cad5dd;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:500;justify-content:space-between;letter-spacing:-.5px;line-height:18px;margin-bottom:5px;padding:0 10px 4px 15px}.singleOffer__deliverables-task-title p{padding-top:3px}.singleOffer__deliverables-task-title-fee_exempt{background:#898989;border-radius:30px;color:#fff;font-size:11px;height:21px;margin-right:5px;margin-top:-4px;padding:2px 10px}.singleOffer__deliverables-task-photos{padding:0 15px}.singleOffer__deliverables-task-info{align-items:center;display:flex;justify-content:space-between}.singleOffer__deliverables-task-label{color:#a3a9b9;font-family:Inter,sans-serif;font-size:11px;font-weight:400;line-height:13px;padding:0 5px}.singleOffer__deliverables-task-text{font-family:Inter,sans-serif;font-size:11px;font-weight:500;line-height:13px;margin-top:2px;padding:0 5px}.singleOffer__tabs{background:#fff;border-radius:10px;display:flex;margin-bottom:20px;padding:0 30px;width:100%}.singleOffer__tabs-item{align-items:center;color:#2361ff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:16px;font-weight:700;margin-right:30px;opacity:.5;padding:20px 0;position:relative}.singleOffer__tabs-item-active{border-bottom:3px solid #2361ff;box-sizing:border-box;opacity:1;padding-bottom:17px}.singleOffer__tabs__counter{align-items:center;background:#ff5c5c;border-radius:50%;box-sizing:border-box;color:#fff;display:flex;font-family:Inter,sans-serif;font-size:11px;font-weight:400!important;height:19px;justify-content:center;margin-left:15px;padding:0 6px;position:absolute;right:-27px}.full-screen-chat .task-view__left-side{height:0;overflow:hidden;width:0}.full-screen-chat .comment-list,.full-screen-chat .task-view__right-side{max-width:100%!important;width:100%}@media only screen and (max-width:500px){.singleOffer .client_kanbanStep_notifications__offer{height:40px;margin:-20px -15px 0}}.vlo-partner-request{background:#fff;border-radius:10px;padding:30px 40px}.vlo-partner-request h4{color:#000;font-family:Inter,sans-serif;font-size:21px;font-weight:700}.vlo-partner-request__button{align-items:center;background:linear-gradient(0deg,#eef0f4,#eef0f4),#fff;border:1px dashed #77a193;border-radius:10px;box-sizing:border-box;cursor:pointer;display:flex;height:55px;margin:30px auto 0;padding:10px;width:100%}.vlo-partner-request__button:hover{opacity:.5}.vlo-partner-request__button span{color:#000;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:1px;line-height:13px;margin-left:10px;text-transform:uppercase}.vlo-partner-request__button:disabled{opacity:.5}.vlo-partner-request__circle{border-radius:5px;height:35px;width:35px}.vlo-partner-request__circle,.vlo-partner-request__item-button{align-items:center;background:#000;display:flex;justify-content:center}.vlo-partner-request__item-button{border-radius:10px;cursor:pointer;height:33px;width:33px}.vlo-partner-request__provider{border-radius:10px;height:27px;width:27px}.vlo-partner-request-modal__description{font-size:14px;font-weight:600;margin-top:20px;text-transform:uppercase}.task-deliverables-for-offer{background:#fff;border-radius:10px;margin-bottom:10px;padding:20px}.task-deliverables-for-offer__dropdown{position:relative}.task-deliverables-for-offer__dropdown img{cursor:pointer}.task-deliverables-for-offer .offerHeader__dropdown-container{min-width:150px;top:22px}.task-deliverables-for-offer__items{border-top:1px solid #cad5dd;margin-top:5px;padding:5px 0}.task-deliverables-for-offer__item{align-items:center;display:flex;justify-content:space-between;padding:2px 15px}.task-deliverables-for-offer__item-left{align-items:center;display:flex}.task-deliverables-for-offer__item-left span{font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:-.5;margin-left:5px}.task-deliverables-for-offer__item-right{align-items:center;display:flex}.task-deliverables-for-offer__icon{align-items:center;background:#000;border-radius:5px;display:flex;flex-shrink:0;height:26px;justify-content:center;width:26px}.task-deliverables-for-offer__button{text-wrap:nowrap;align-items:center;background:#fff;border:1px solid #e5eaf8;border-radius:8px;color:#7389c3;cursor:pointer;display:flex;font-size:11px;height:26px;justify-content:center;padding:0 10px;text-transform:uppercase}.task-deliverables-for-offer__button-squire{width:26px}.task-deliverables-for-offer__button:hover{background:#e5eaf8}.deliverableView{position:relative}.deliverableView__header{align-items:center;display:flex;justify-content:space-between;padding-bottom:5px}.deliverableView__window{background:#fff;border:2px solid #bbb;border-radius:10px;bottom:10px;padding:15px;position:fixed;right:5px;width:500px}.deliverableView__window *{font-family:Inter,sans-serif}.deliverableView__window img{cursor:pointer;width:35px}.deliverableView__window h4{font-size:18px;font-weight:700}.deliverableView__window a{color:#2361ff;display:block;font-size:14px;margin-bottom:5px;text-decoration:underline}.deliverableView__window span{display:block;font-size:13px;margin-bottom:3px}.deliverableView__iframe{height:calc(100vh - 65px)}.deliverableView__buttons{margin-top:15px}.deliverableView__minimized-buttons{align-items:center;display:flex;flex-direction:column;justify-content:center}.deliverableView__minimized-buttons button{margin:5px 0 0}.googleLNButton{align-items:center;background-color:#fff;border:1px solid #0000;border-radius:2px;color:#0000008a;cursor:pointer;display:inline-flex;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;margin:2px;padding:12px}.checkout__payment-type-container{position:relative}.checkout__fastest_payment{background:#000;border-radius:100px;color:#fff;font-size:11px;font-weight:500;padding:3px 10px;position:absolute;right:0}@media only screen and (max-width:500px){.checkout__country div{align-items:center;display:flex;flex-direction:column;justify-content:center}.checkout__country b,.checkout__country button,.checkout__country span{display:block;margin-top:3px}.checkout__right{display:none}.checkout__left{margin:0 10px}.checkout__description-name{font-size:13px;width:100px}.checkout__description-row{flex-direction:column}.checkout__invoice-row{align-items:flex-start;flex-direction:column;margin-top:10px}.checkout__invoice-row span{padding-left:0;text-align:left;width:100%}.checkout__invoice-table{padding:20px 15px}.checkout__fastest_payment{position:inherit}}.FinishStep_component__k3von{align-items:center;display:flex;justify-content:center;padding:100px 20px}.FinishStep_container__7CBrQ{align-items:center;display:flex;flex-direction:column;max-width:610px}.FinishStep_container_heading__wNY8h{color:#000;font-family:Inter,sans-serif;font-size:28px;font-weight:700;line-height:32px}.FinishStep_container_text__BkcK-{color:#7a7a7a;font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:22px;margin-top:20px;text-align:center}.FinishStep_button__vYkrd{align-items:center;background:#000;border-radius:100px;color:#fff;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;height:58px;justify-content:center;letter-spacing:2px;margin-top:40px;text-transform:uppercase;width:262px}.monthly_report_page__heading{font-family:Inter,sans-serif;font-size:26px;font-weight:700;line-height:31px}.monthly_report_page__desc{display:block;font-family:Inter,sans-serif;font-size:13px;font-weight:700;line-height:16px;margin-top:42px;text-transform:uppercase}.monthly_report_page__container{background:#fff;border-radius:10px;display:flex;justify-content:space-between;margin-top:21px;padding:60px 55px;width:100%}.monthly_report_page__container p{font-family:Inter,sans-serif;font-size:13px;font-weight:500;line-height:21px}.monthly_report_page__container p a{color:#2361ff;display:block}.monthly_report_page__checkbox{margin-top:50px}.monthly_report_page__left-col{width:365px}.monthly_report_page__right-col{width:390px}.monthly_report_page .react-daterange-picker__range-divider{display:none!important}.monthly_report_page .react-daterange-picker__inputGroup{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;cursor:pointer;display:flex;flex-wrap:wrap;height:42px;justify-content:space-between;padding:2px 70px 2px 10px;position:relative}.monthly_report_page .react-daterange-picker__inputGroup:first-child{margin-right:10px}.monthly_report_page .react-daterange-picker__inputGroup *{font-family:Inter,sans-serif!important;font-size:13px;font-weight:400}.monthly_report_page .react-daterange-picker__wrapper{border:none}.monthly_report_page__date{position:relative}.monthly_report_page__date-container{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;cursor:pointer;display:flex;flex-wrap:wrap;height:42px;justify-content:space-between;margin-top:23px;padding:2px 8px;position:relative}.monthly_report_page__date-container b{background:#fff;color:#8a93ad;font-family:Inter,sans-serif;font-size:11px;left:12px;padding:0 8px;position:absolute;top:-4px;z-index:1}.monthly_report_page__date-container span{font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:16px}.monthly_report_page__date-dropdown{background:#fff;border:1px solid #b4bed9;border-radius:5px;margin-top:4px;position:absolute;width:100%}.monthly_report_page__date-dropdown-heading{border-bottom:1px solid #b4bed9;color:#a3a9b9;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:-.5px;padding:12px 0;text-align:center;text-transform:uppercase;width:100%}.monthly_report_page__button{margin-top:39px;width:100%}.monthly_report_page__range{margin:0 auto;padding:15px 0;position:relative;width:330px}.monthly_report_page__range-label{font-family:Inter,sans-serif;font-size:13px;font-weight:400;letter-spacing:-.5px;margin-bottom:8px}.monthly_report_page__range-calendar1{left:130px;position:absolute;top:45px;z-index:1}.monthly_report_page__range-calendar2{left:300px;position:absolute;top:45px;z-index:1}.monthly_report_page__period-range{margin:15px auto 0;width:330px}.monthly_report_page__period-range a{display:block;font-size:13px;font-weight:400;letter-spacing:-.5px;line-height:26px}@media only screen and (max-width:500px){.monthly_report_page{margin:0 15px}.monthly_report_page__left-col,.monthly_report_page__right-col{width:100%}.monthly_report_page__container{flex-direction:column;padding:25px 20px}.monthly_report_page__desc{margin-top:10px}.monthly_report_page__button{margin-top:20px}}.react-daterange-picker{display:inline-flex;position:relative}.react-daterange-picker,.react-daterange-picker *,.react-daterange-picker :after,.react-daterange-picker :before{box-sizing:border-box}.react-daterange-picker--disabled{background-color:#f0f0f0;color:#6d6d6d}.react-daterange-picker__wrapper{align-items:center;border:thin solid gray;display:flex;flex-grow:1;flex-shrink:0}.react-daterange-picker__inputGroup{box-sizing:initial;flex-grow:1;height:100%;min-width:calc(12px + 4.754em);padding:0 2px}.react-daterange-picker__inputGroup__divider{padding:1px 0;white-space:pre}.react-daterange-picker__inputGroup__divider,.react-daterange-picker__inputGroup__leadingZero{display:inline-block}.react-daterange-picker__inputGroup__input{-webkit-appearance:textfield;appearance:textfield;background:none;border:0;box-sizing:initial;color:currentColor;font:inherit;height:100%;min-width:.54em;padding:0 1px;position:relative}.react-daterange-picker__inputGroup__input::-webkit-inner-spin-button,.react-daterange-picker__inputGroup__input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.react-daterange-picker__inputGroup__input:invalid{background:#ff00001a}.react-daterange-picker__inputGroup__input--hasLeadingZero{margin-left:-.54em;padding-left:calc(1px + .54em)}.react-daterange-picker__button{background:#0000;border:0;padding:4px 6px}.react-daterange-picker__button:enabled{cursor:pointer}.react-daterange-picker__button:enabled:focus .react-daterange-picker__button__icon,.react-daterange-picker__button:enabled:hover .react-daterange-picker__button__icon{stroke:#0078d7}.react-daterange-picker__button:disabled .react-daterange-picker__button__icon{stroke:#6d6d6d}.react-daterange-picker__button svg{display:inherit}.react-daterange-picker__calendar{max-width:100vw;width:350px;z-index:1}.react-daterange-picker__calendar--closed{display:none}.react-daterange-picker__calendar .react-calendar{border-width:thin}.react-calendar{background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em;max-width:100%;width:350px}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{margin:.5em;width:50%}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box}.react-calendar button{border:0;margin:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{background:none;min-width:44px}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#e6e6e6}.react-calendar__month-view__weekdays{font:inherit;font-size:.75em;font-weight:700;text-align:center;text-transform:uppercase}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{align-items:center;display:flex;font:inherit;font-size:.75em;font-weight:700;justify-content:center}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__century-view__decades__decade--neighboringCentury,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{background:none;line-height:16px;font:inherit;font-size:.833em;max-width:100%;padding:10px 6.6667px;text-align:center}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__century-view__decades__decade--neighboringCentury:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__month-view__days__day--neighboringMonth:disabled{color:#cdcdcd}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.documents h2{font-size:26px}.documents h2,.documents h3{color:#000;font-family:Inter,sans-serif;font-weight:700}.documents h3{font-size:14px;margin-top:50px;text-transform:uppercase}.documents__container{display:flex}.documents__heading{align-items:center;display:flex;justify-content:space-between}.documents__left{flex-shrink:0;width:80%}.documents__right{margin-left:20px;width:20%}.documents__search{align-items:center;background:#fff;border:1px solid #b4bed9;border-radius:5px;display:flex;height:42px;justify-content:space-between;margin-top:20px;padding:0 13px;width:100%}.documents__search input{border:0;flex-grow:1;font-family:Inter,sans-serif;font-size:13px;height:100%;letter-spacing:-.5px;margin-right:5px;outline:0}.documents__search img{cursor:pointer;flex-shrink:0}.documents__table{border-collapse:inherit;border-spacing:0 5px;margin-top:15px;width:100%}.documents__table th{color:#a3a9b9;font-family:Inter,sans-serif;font-size:11px;font-weight:400;padding-left:12px;text-align:left}.documents__table th:first-child{padding-left:20px}.documents__table td{padding:20px 12px}.documents__table tr{background:#fff;border-radius:10px}.documents__table tr td:first-child{border-radius:10px 0 0 10px;padding-left:20px}.documents__table tr td:last-child{border-radius:0 10px 10px 0}.documents__table-project{color:#000;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:17px;vertical-align:middle}.documents__table-file{vertical-align:middle}.documents__table-file>div{align-items:center;display:flex}.documents__table-file>div img{margin-right:10px}.documents__table-file>div em{color:#000;display:block;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:21px;overflow-wrap:anywhere}.documents__table-file>div span{color:#8a93ad;display:block;font-family:Roboto,sans-serif;font-size:11px;font-weight:400;line-height:15px}.documents__table-author{vertical-align:middle}.documents__table-author img{flex-shrink:0;height:35px;width:35px}.documents__table-author span{color:#000;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:21px;margin-left:7px;margin-top:10px}.documents__table-options{vertical-align:middle}.documents__table-options a{color:#4569e9;font-family:Inter,sans-serif;font-size:13px;font-weight:600}.documents__table-actions{vertical-align:middle;width:115px}.documents__table-actions div{align-items:center;display:flex;justify-content:space-between;margin-right:10px}.documents__table-actions div img{cursor:pointer}.documents__download{position:relative}.documents__download:before{background:#fff;bottom:-8px;content:"";height:10px;left:17px;position:absolute;transform:rotate(45deg);width:10px;z-index:4}.documents__dropdown{background:#fff;border-radius:10px;bottom:-37px;box-shadow:0 4px 24px #0f1f4a33;cursor:pointer;font-family:Inter,sans-serif;font-size:11px;left:-17px;padding:12px 14px;position:absolute;z-index:3}.documents__no-items{align-items:center;display:flex;height:200px;justify-content:center}.documents__tabs{display:flex;margin-bottom:-20px;margin-top:20px}.documents__tab{align-items:center;background:#fff;border:1px solid #e5eaf8;border-radius:20px;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:16px;font-weight:700;height:40px;justify-content:center;margin-right:15px;padding:0 22px}.documents__tab-active{border:1px solid #2361ff;color:#2361ff}.bookmarkBlock{background:#fff;border-radius:10px;width:100%}.bookmarkBlock__checkbox{align-items:center;cursor:pointer;display:flex;padding:12px 20px}.bookmarkBlock__checkbox-label{color:#000;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:21px}.bookmarkBlock__squire{align-items:center;background:#f3f5fa;border-radius:4px;display:flex;flex-shrink:0;height:18px;justify-content:center;margin-right:10px;width:18px}.bookmarkBlock__squire-active{background:#2361ff;border-radius:5px;box-shadow:inset 0 0 4px 0 #9bace940;flex-shrink:0;height:8px;width:8px}.bookmarkBlock__hr{background:#f3f5fa;height:1px;width:100%}.pagination{align-items:center;display:flex;margin:50px auto;padding:5px 10px}.pagination__arrow-left{cursor:pointer}.pagination__container{display:flex;margin:0 20px}.pagination__item{align-items:center;border-radius:5px;cursor:pointer;display:flex;flex-direction:row;font-weight:700;height:32px;justify-content:center;margin-right:8px;-webkit-user-select:none;user-select:none;width:32px}.pagination__item:last-child{margin-right:0}.pagination__item--active{background:#2361ff;box-shadow:0 0 10px #0003;color:#fff}.pagination__item-dots{align-items:center;background-color:#0000;color:#bbb;display:flex;flex-direction:row;margin-right:15px}.pagination__arrow-right{cursor:pointer;transform:rotate(180deg)}.global-search{align-items:flex-start;display:flex;justify-content:center}.global-search *{overflow-wrap:anywhere;white-space:normal!important}.global-search__result-count{padding-right:10px;width:200px}.global-search__result-count p{font-family:Inter,sans-serif;font-size:13px;width:100%}.global-search__result-count p b{font-weight:700}.global-search__main-block{max-width:650px;width:100%}.global-search__order .sort_kanban_board__current{border-radius:8px}.global-search__search{align-items:center;background:#fff;border:1px solid #eeeff6;border-radius:4px;display:flex;flex-shrink:0;height:42px;justify-content:space-between}.global-search__search input{border:none;border-radius:4px;box-sizing:border-box;height:40px;outline:none;padding:10px;width:100%}.global-search__search img{cursor:pointer;flex-shrink:0;padding:0 10px}.global-search__result{margin-top:10px}.global-search__result-item{background:#fff;border-radius:8px;cursor:pointer;margin-top:5px}.global-search__result-item-breadcrumbs{align-items:center;border-bottom:1px solid #e5eaf8;box-sizing:border-box;color:#919ab3;display:flex;font-size:11px;height:37px;padding:5px 10px}.global-search__result-item-avatar{flex-shrink:0;width:58px}.global-search__result-item-avatar img{display:block;flex-shrink:0;height:48px;margin:0 auto;padding:5px;width:48px}.global-search__result-item-main{display:flex;padding:15px 10px 12px 0}.global-search__result-item-main-text{flex-grow:1}.global-search__result-item-main p{font-size:13px;line-height:21px;margin-top:7px}.global-search__result-item-main p i{background:#ffd782;font-weight:700}.global-search__result-item-main-heading{align-items:center;display:flex;justify-content:space-between}.global-search__result-item-main-heading b{font-family:Inter,sans-serif;font-size:13px;font-weight:700}.global-search__result-item-main-heading em{color:#8a93ad;font-size:13px}.global-search__file{align-items:center;display:flex;margin-top:5px}.global-search__file-img{align-items:center;background:#2361ff;border-radius:50%;display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.global-search__file span{font-size:13px;margin-left:10px}.global-search__file button{background:#fff;border:1px solid #e5eaf8;border-radius:20px;color:#7389c3;cursor:pointer;flex-shrink:0;font-size:11px;margin-left:20px;padding:5px 10px}.global-search__file button:hover{background:#e5eaf8}.business_goal_view{margin:0 auto}.business_goal_view__breadcrumbs span{color:#000;font-family:Inter,sans-serif;font-size:13px;font-weight:400;letter-spacing:-.5px}.business_goal_view__container{background:#fff;border-radius:10px;margin-top:18px}.business_goal_view__head{align-items:center;display:flex;justify-content:space-between;padding:25px 25px 15px}.business_goal_view__switch .checkout__checkbox{margin-right:10px!important}.business_goal_view__switch .checkout__checkbox-active{height:22px;width:22px}.business_goal_view__switch .checkout__checkbox__container{height:28px;width:50px}.business_goal_view__switch .checkout__checkbox span{font-family:Inter,sans-serif;font-size:13px;font-weight:400;letter-spacing:-.5px;margin:0 7px;text-transform:capitalize}.business_goal_view__created-date{color:#8a93ad;font-family:Inter,sans-serif;font-size:11px;font-weight:500;text-transform:uppercase}.business_goal_view__created-date b{color:#000;font-family:Inter,sans-serif}.business_goal_view__heading{border-bottom:1px solid #eeeff6;padding:0 25px 25px}.business_goal_view__heading h2{color:#000;font-family:Inter,sans-serif;font-size:21px;font-weight:500;line-height:24px}.business_goal_view__heading-priority{margin-top:5px}.business_goal_view__heading-priority span{color:#000;font-family:Inter,sans-serif;font-size:13px;font-weight:400}.business_goal_view__heading-priority b{font-family:Inter,sans-serif}.business_goal_view__description{border-bottom:1px solid #eeeff6;padding:15px 25px}.project_suggestions{background:#fff;border-radius:10px;margin-top:10px;padding:10px 0 0}.project_suggestions__client-head-heading{border-bottom:1px solid #eeeff6;font-family:Inter,sans-serif;font-size:16px;font-weight:500;padding:10px 25px 15px}.project_suggestions__client-head-desc{padding:0 25px}.project_suggestions__client-head-desc p{font-family:Inter,sans-serif;font-size:13px;line-height:21px;margin:10px 0}.project_suggestions__client-head-desc b{font-weight:600}.project_suggestions__create{align-items:center;background:linear-gradient(0deg,#eef0f4,#eef0f4),#fff;border:1px dashed #77a193;border-radius:10px;cursor:pointer;display:flex;height:54px;margin:25px 25px 0;width:calc(100% - 50px)}.project_suggestions__create div{align-items:center;display:flex;margin-left:15px}.project_suggestions__create div span{color:#000;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:1px;margin-left:10px;text-transform:uppercase}.project_suggestions__create:hover{background:#fff}.project_suggestions__items{margin:4px 25px 0;padding-bottom:50px}.project_suggestions__item{background:#f3f5fa66;border:1px solid #e5eaf8;border-radius:10px;margin-top:12px}.project_suggestions__item-top{align-items:center;border-bottom:1px solid #e5eaf8;display:flex;justify-content:space-between;padding:10px 20px}.project_suggestions__item-top p{color:#000;font-family:Inter,sans-serif;font-size:13px;font-weight:500;letter-spacing:-.5px;line-height:18px}.project_suggestions__item-top-button{align-items:center;background:#fff;border:1px solid #e5eaf8;border-radius:8px;color:#7389c3;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:11px;font-weight:500;height:26px;justify-content:space-between;padding:0 5px;text-align:center;text-transform:uppercase;width:117px}.project_suggestions__item-top-button+img{background:#fff}.project_suggestions__item-top-button:hover{background:linear-gradient(0deg,#eef0f4,#eef0f4),#fff}.project_suggestions__item-bottom{align-items:center;display:flex;justify-content:space-between;padding:10px 20px}.project_suggestions__item-bottom-status span{color:#a3a9b9;font-family:Inter,sans-serif;font-size:11px;font-weight:400}.project_suggestions__item-bottom-status em{color:#000;font-family:Inter,sans-serif;font-size:11px;font-weight:500}.project_suggestions__item-bottom-button{border-radius:100px;cursor:pointer;flex-shrink:0;font-family:Inter,sans-serif;font-size:11px;height:32px;width:105px}.project_suggestions__item-bottom-button-white{border:1px solid #000;color:#000;font-weight:500}.project_suggestions__item-bottom-button-black,.project_suggestions__item-bottom-button-white:hover{background:#000;color:#fff}.project_suggestions__item-bottom-button-black:hover{background:#fff;border:1px solid #000;color:#000}.project-suggestion-description-modal__heading{color:#000;font-family:Inter,sans-serif;font-size:21px;font-weight:500;margin-top:10px}.project-suggestion-description-modal__description{flex-direction:column;margin-top:20px}.project-suggestion-description-modal .project-suggestion-description-modal__description *{font-size:14px}.project-suggestion-description-modal ol,.project-suggestion-description-modal ul{margin:5px 15px}.card_dropdown{position:relative}.card_dropdown img{cursor:pointer}.card_dropdown__squire{background:#fff;height:10px;left:-15px;position:absolute;top:7px;transform:rotate(45deg);width:10px;z-index:2}.card_dropdown__container{background:#fff;border-radius:10px;box-shadow:0 4px 24px #0f1f4a33;display:flex;flex-direction:column;left:-133px;min-width:125px;position:absolute;top:-4px;z-index:1}.card_dropdown__container a{border-bottom:1px solid #f3f5fa;color:#000;font-family:Inter,sans-serif;font-size:11px;font-weight:400;padding:9px 8px 9px 16px}.card_dropdown__container a:last-child{border-bottom:0}.create_business_goal h2{color:#2361ff;flex-grow:1;font-family:Inter,sans-serif;font-size:13px;font-weight:500;letter-spacing:5px;text-align:center;text-transform:uppercase}.create_business_goal h3{color:#000;font-family:Inter,sans-serif;font-size:21px;font-weight:700;margin-top:20px}.business_goals_kanban__header h2{color:#000;font-family:Inter,sans-serif;font-size:26px;font-weight:700}.business_goals_kanban__header-select{margin-top:15px;max-width:300px}.business_goals_kanban__body-items{display:flex;flex-wrap:wrap;margin-top:30px}.business_goals_kanban__body-items em{color:#7389c3;display:block;font-family:Inter,sans-serif;font-size:11px;font-weight:500;line-height:13px;margin-top:7.5px;text-align:center;text-transform:uppercase}.business_goals_kanban__create-button{align-items:center;background:linear-gradient(0deg,#eef0f4,#eef0f4),#fff;border:1px dashed #77a193;border-radius:10px;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;margin-bottom:10px;margin-right:10px;min-height:180px;width:calc(25% - 10px)}.business_goals_kanban__create-button:hover{background:#fff}.business_goals_kanban__create-button div{align-items:center;display:flex}.business_goals_kanban__create-button div span{color:#000;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:1px;margin-left:8px;text-transform:uppercase}.business_goals_kanban__item{background:#fff;border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;margin:0 10px 10px 0;width:calc(25% - 10px)}.business_goals_kanban__item-heading{border-bottom:1px solid #e4eaf8;border-radius:10px 10px 0 0;color:#000;font-family:Inter,sans-serif;font-size:16px;font-weight:700;padding:23px 20px}.business_goals_kanban__item-body{background:#fff;flex-grow:1;padding:15px 20px}.business_goals_kanban__item-button button{background:#000;border:none;border-radius:0 0 10px 10px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:11px;font-weight:500;height:44px;text-align:center;text-transform:uppercase;width:100%}.business_goals_kanban__item-button button:hover{opacity:.7}.business_goals_kanban__item-progress-text{color:#000;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:400}.business_goals_kanban__item-progress-text-circle{border-radius:50%;flex-shrink:0;height:7px;margin-right:5px;width:7px}.business_goals_kanban__item-progress-line{display:flex;height:10px;margin-top:6px}.business_goals_kanban__item-progress-line div{border:1px solid #c9d3ee;border-radius:100px;height:8px;margin-right:1px}.business_goals_kanban__item-priority{margin-bottom:10px}.business_goals_kanban__item-priority b,.business_goals_kanban__item-priority span{color:#000;font-family:Inter,sans-serif;font-size:13px;font-weight:400}.business_goals_kanban__item-important{color:#000;font-family:Inter,sans-serif;font-size:12px;font-weight:700;margin-top:40px;text-transform:uppercase}.business_goals_kanban__bs-with-image{height:140px}.business_goals_kanban__bs-with-image div{flex-direction:column;max-width:200px}.business_goals_kanban__bs-with-image div p{color:#7389c3;font-family:Inter,sans-serif;font-size:11px;font-weight:500;line-height:13px;margin-top:7.5px;text-align:center;text-transform:uppercase}.business_goals_kanban__bs-item{align-items:center;border-bottom:1px solid #eeeff6;color:#000;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:500;justify-content:space-between;letter-spacing:-.5px;line-height:18px;padding:8px 0}.business_goals_kanban__bs-item-circle{background:#2361ff;border-radius:50%;flex-shrink:0;height:8px;width:8px}.business_goals_kanban__bs-item:last-child{border:none}.nps-close{color:#ff5c5c;cursor:pointer;font-size:28px;position:absolute;right:12px;top:38%}.nps-show{bottom:0!important}.nps-dropdown{background:#fffffff2;bottom:-520px;left:0;padding:10px;position:fixed;right:0;transition:all .4s ease-out .1s;width:100%;z-index:2}.nps-dropdown h4{font-family:Inter,sans-serif;font-size:13px;font-weight:400;padding-bottom:5px;text-align:center}.nps-dropdown__container{display:flex;flex-direction:column;margin:0 auto;max-width:-webkit-max-content;max-width:max-content}.nps-dropdown__sub{align-items:center;display:flex;justify-content:space-between}.nps-dropdown__sub p{color:#343434;font-family:Inter,sans-serif;font-size:11px;font-weight:300;margin-top:2px}.nps-dropdown__numbers{display:flex;margin-top:6px}.nps-dropdown__number{align-items:center;background:#2361ff!important;border-radius:4px;color:#fff!important;cursor:pointer;display:flex;height:37px;justify-content:center;margin-right:7px;width:37px}.nps-dropdown__number:last-child{margin-right:0}.nps-dropdown__number:hover{opacity:.7}.nps__questions{margin:0 auto;max-width:800px}.nps__question{border:1px solid #e3e3e3;margin-bottom:15px}.nps__question-heading{align-items:center;background:#f3f3f3;display:flex;font-family:Inter,sans-serif;font-size:14px;justify-content:space-between;padding:15px}.nps__question-heading-icons a{cursor:pointer;font-size:22px;margin-left:10px;text-decoration:none}.nps__question-body{background:#fff;padding:10px}.nps__question-body-quiz{display:flex}.nps__question-body-quiz a{align-items:center;background:#f3f3f3;color:#2b2b2b;display:flex;font-family:Inter,sans-serif;font-size:14px;height:35px;justify-content:center;margin-right:5px;text-decoration:none;width:35px}.nps__question-body-quiz a:hover{background:#2361ff;color:#fff}.nps__question-body-quiz-active{background:#2361ff!important;color:#fff!important}.nps__question-body input,.nps__question-body textarea{background:#fdfdfd;border:1px solid #e3e3e3;font-family:Inter,sans-serif;padding:10px;width:100%}.nps__question-body input:focus,.nps__question-body textarea:focus{outline:none}.nps__question-modal-numbers{display:flex;margin-top:10px}.nps__question-modal-numbers-active{background:#000!important;color:#fff!important}.nps__question-modal-numbers a{align-items:center;background:#f3f3f3;color:#2b2b2b;display:flex;font-family:Inter,sans-serif;font-size:14px;height:35px;justify-content:center;margin-right:5px;text-decoration:none;width:35px}.nps__buttons{align-items:center;display:flex;margin-bottom:50px}.nps__buttons em{color:#ff5c5c;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;margin-left:10px;text-decoration:underline}.nps__buttons em:hover{text-decoration:none}.nps__button{background:#000;border:none;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:12px;padding:10px 25px;text-transform:uppercase}.nps__button:hover{opacity:.7}.nps__question-modal .modal__container{max-width:700px;width:700px}.nps__finish-text{margin:0 auto;max-width:800px;padding:10px}.nps__finish-text h2{font-size:24px;font-weight:700}.nps__finish-text h2,.nps__finish-text p{font-family:Inter,sans-serif;text-align:center}.nps__finish-text p{font-size:14px;font-weight:300;line-height:20px;margin:10px 0}.nps__finish-text button{display:block;margin:0 auto}.nps-results__item{background:#fff;border-radius:10px;margin-bottom:10px;padding:20px}.nps-results__item-heading{align-items:center;border-bottom:1px solid #eaeaea;display:flex;justify-content:space-between;padding-bottom:8px}.nps-results__item-heading div{font-family:Inter,sans-serif;font-size:14px}.nps-results__item-body{padding-top:8px}.nps-results__item-body li{font-family:Inter,sans-serif;font-size:14px;line-height:18px;list-style-type:circle;margin-left:20px;padding:3px 0}.follow-up-list{align-items:flex-start;display:flex;margin:0 auto;max-width:900px;padding:15px}.follow-up-list h1{font-size:26px}.follow-up-list h1,.follow-up-list h2{color:#000;font-family:Inter,sans-serif;font-weight:700}.follow-up-list h2{font-size:13px;margin-top:35px;text-transform:uppercase}.follow-up-list__content{flex-grow:1;padding-right:20px}.follow-up-list__new-call{align-items:center;background:#fff;border-radius:10px;display:flex;flex-direction:column;flex-shrink:0;justify-content:center;margin-top:30px;padding:25px 20px;width:270px}.follow-up-list__new-call button{margin-top:25px}.follow-up-list__new-call h5{font-weight:700;margin-top:20px;text-transform:uppercase}.follow-up-list__new-call h5,.follow-up-list__new-call p{color:#000;font-family:Inter,sans-serif;font-size:13px;text-align:center}.follow-up-list__new-call p{font-weight:400;letter-spacing:-.5px;line-height:21px;margin-top:10px}.follow-up-list__table{margin-top:18px;width:100%}.follow-up-list__table-tr{display:flex}.follow-up-list__table-th{color:#a3a9b9;font-family:Inter,sans-serif;font-size:11px;font-weight:400;padding-left:20px}.follow-up-list__filter-select{min-width:200px}.follow-up-list-filter{justify-content:flex-end;margin-top:10px}.follow-up-list-filter .react-select__control{border:1px solid #eeeff6}.follow-up-list__not-found{margin:130px auto;max-width:450px}.follow-up-list__not-found-heading{color:#8a93ad;font-family:Inter,sans-serif;font-size:28px;font-weight:700;text-align:center;text-transform:uppercase}.follow-up-list__not-found p{color:#8a93ad;font-family:Inter,sans-serif;font-size:16px;font-weight:400;letter-spacing:-.5px;line-height:21px;margin-top:30px;text-align:center}.follow-up-list-item{align-items:center;background:#fff;border-radius:10px;display:flex;margin-top:5px;padding:24px 20px}.follow-up-list-item-td{padding-left:30px;position:relative}.follow-up-list-item-td b{color:#000;font-family:Inter,sans-serif;font-size:13px;font-weight:600;line-height:17px}.follow-up-list-item-td p{color:#000;font-family:Roboto,sans-serif;font-size:13px;font-weight:400;line-height:17px}.follow-up-list-item-td em{color:#2361ff;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:-.5px;line-height:17px}.follow-up-list-item-td:first-child{padding-left:0}.follow-up-list-item-td:hover div.follow-up-list-item-tooltip{display:flex}.follow-up-list-item-button{background:#000;border:1px solid #000;border-radius:100px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:11px;font-weight:600;height:42px;letter-spacing:1px;padding:14px 0;width:145px}.follow-up-list-item-button:hover{background:#4f4f4f}.follow-up-list-item-button:disabled{background:#bbb;border:1px solid #bbb}.follow-up-list-item-toggle{position:relative}.follow-up-list-item-toggle img{cursor:pointer}.follow-up-list-item-toggle img:hover{opacity:.7}.follow-up-list-item-toggle-squire{background:#fff;bottom:-10px;height:10px;position:absolute;right:15px;transform:rotate(45deg);width:10px;z-index:2}.follow-up-list-item-toggle-dropdown{background:linear-gradient(0deg,#fff,#fff),linear-gradient(0deg,#fff,#fff),linear-gradient(0deg,#fff,#fff),#fff;border-radius:10px;filter:drop-shadow(0 4px 24px rgba(15,31,74,.2));padding:8px 0;position:absolute;right:-40px;top:48px;width:140px;z-index:1}.follow-up-list-item-toggle-dropdown div{border-bottom:1px solid #f3f5fa;cursor:pointer;font-family:Inter,sans-serif;font-size:11px;font-weight:400;padding:7px 13px}.follow-up-list-item-toggle-dropdown div:last-child{border-bottom:none}.follow-up-list-item-toggle-dropdown div:hover{background:#e7e7e7}.follow-up-list-item-toggle-dropdown-red{color:#ff6161}.follow-up-list-item-tooltip{align-items:center;background:#fff;border-radius:10px;display:none;filter:drop-shadow(0 4px 24px rgba(15,31,74,.2));height:60px;left:-285px;position:absolute;top:-8px;width:298px}.follow-up-list-item-tooltip-icon{align-items:center;background:#0b4cff;border-radius:10px;display:flex;flex-shrink:0;height:32px;justify-content:center;margin:0 12px;width:32px}.follow-up-list-item-tooltip span{color:#000;font-family:Inter,sans-serif;font-size:11px;font-weight:400;letter-spacing:-.5px;line-height:18px}.follow-up-list-item__need-book{align-items:center;display:flex;justify-content:space-between;margin-top:60px}.follow-up-list-item__need-book h2{margin-top:0}.follow-up-list-item__need-book span{font-family:Inter,sans-serif;font-size:13px;font-weight:400;letter-spacing:-.5px;line-height:15px}.follow-up-list-item__need-book span a{color:#2361ff;font-family:Inter,sans-serif;font-weight:600}.multiselect__main{position:relative}.multiselect__main .dropdown__container{min-width:100%;z-index:2}.multiselect__input{align-items:center;background:#fff;border:1px solid #0003;border-radius:10px;color:#000;cursor:pointer;display:flex;height:42px;justify-content:space-between;min-width:200px;padding:13px 10px}.multiselect__input,.multiselect__label{font-family:Inter,sans-serif;font-size:13px}.multiselect__label{color:#919ab3;display:block;font-weight:500;letter-spacing:-.5px;margin-bottom:5px}.multiselect__option{margin-top:10px}.multiselect__option:first-child{margin-top:0}.multiselect__option .custom_checkbox_not_active{background:#f3f5fa;box-shadow:inset 0 0 4px 0 #9bace940;height:18px;width:18px}.multiselect__option span{color:#000;font-family:Inter,sans-serif;font-size:11px;font-style:normal;font-weight:500;letter-spacing:-.5px;line-height:normal;margin-left:9px}.follow-up-modal .modal__body,.follow-up-modal .modal__container{overflow:visible!important}.follow-up-modal h3{color:#2361ff;font-family:Inter,sans-serif;font-size:13px;font-weight:500;letter-spacing:5px;text-align:center;text-transform:uppercase}.follow-up-modal h4{color:#000;font-family:Inter,sans-serif;font-size:21px;font-weight:700;line-height:normal;margin-top:40px}.delete-follow-up-modal-confirm .modal__container__header-close{display:none}.delete-follow-up-modal-confirm .modal__container{max-width:510px}.delete-follow-up-modal-confirm .modal__body{overflow:hidden}.delete-follow-up-modal-confirm h2{color:#ff5c5c;font-family:Inter,sans-serif;font-size:13px;font-weight:500;letter-spacing:5px;text-align:center;text-transform:uppercase}.delete-follow-up-modal-confirm img{display:block;margin:27px auto 0}.delete-follow-up-modal-confirm p{color:#000;font-family:Inter,sans-serif;font-size:21px;font-weight:600;line-height:28px;margin-top:23px;text-align:center}.delete-follow-up-modal-confirm button{font-family:Inter,sans-serif}.follow-up-tabs{background:#f3f5fa;border:1px solid #dadeea;border-radius:10px;display:flex;height:48px;justify-content:space-between;margin-top:44px;width:100%}.follow-up-tabs__item{align-items:center;cursor:pointer;display:flex;height:48px;justify-content:center;width:50%}.follow-up-tabs__item span{font-family:Inter,sans-serif;font-size:15px}.follow-up-tabs__item.active{background:#fff}.follow-up-tabs__item:nth-child(2){border-left:1px solid #dadeea;border-right:1px solid #dadeea}.follow-up-tabs__item:first-child{border-radius:10px 0 0 10px}.follow-up-tabs__item:last-child{border-radius:0 10px 10px 0}.follow-up-tabs__active-item{background:linear-gradient(0deg,#fff,#fff),linear-gradient(0deg,#fff,#fff),linear-gradient(0deg,#fff,#fff),#fff;box-shadow:0 4px 24px 0 #465e6b1a;position:relative;top:-1px}.extra-select{position:relative}.extra-select *{font-family:Inter,sans-serif}.extra-select__current{align-items:center;border:1px solid #b4bed9;border-radius:5px;cursor:pointer;display:flex;height:42px;justify-content:space-between;padding:0 15px;width:100%}.extra-select__current span{font-size:13px;font-weight:400;line-height:16px}.extra-select__current-right{align-items:center;display:flex;justify-content:center}.extra-select__current-right img{bottom:-2px;margin-left:12px;position:relative}.extra-select__current-right p{color:#919ab3;font-size:11px;font-weight:500;letter-spacing:-.5px}.extra-select__current-right p b{color:#000;font-size:13px;font-weight:600;letter-spacing:-1px;text-transform:uppercase}.extra-select__dropdown{background-color:#fff;border:1px solid #b4bed9;border-radius:5px;margin-top:2px;padding:5px 0;position:absolute;width:100%;z-index:2}.extra-select__item{background:#fff;border:none;cursor:pointer;display:block;font-size:13px;font-weight:400;line-height:16px;padding:7px 15px;text-align:left;width:100%}.extra-select__item:hover{background:#dcdcdc}.follow-up-view__back{align-items:center;color:#2361ff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:700;letter-spacing:-.5px;line-height:21px}.follow-up-view__back img{margin-right:7px}.follow-up-view__content{flex-grow:1;padding-right:20px}.follow-up-view__heading{align-items:center;display:flex;justify-content:space-between;margin-top:30px}.follow-up-view__heading h4{color:#000;font-family:Inter,sans-serif;font-size:26px;font-weight:700}.follow-up-view__body{background:#fff;border-radius:10px;margin-top:16px}.follow-up-view__body-heading{border-radius:10px 10px 0 0;color:#fff;font-family:Inter,sans-serif;font-size:11px;font-weight:600;padding:18px 26px;text-transform:uppercase}.follow-up-view__body-html{padding:25px 30px}.follow-up-view__body .react-editor{padding-bottom:20px;width:100%}.follow-up-view__body .ql-toolbar.ql-snow{border-radius:10px 10px 0 0}.follow-up-view__body .ql-container.ql-snow{border-radius:0 0 10px 10px}.follow-up-view__actions{display:flex}.follow-up-view__actions-delete{border-radius:10px;cursor:pointer;flex-shrink:0;height:42px;width:42px}.follow-up-view__actions-delete:hover{opacity:.6}.follow-up-view__actions-edit{background:none;border:1px solid #000;border-radius:100px;color:#000;cursor:pointer;font-family:Inter,sans-serif;font-size:11px;font-weight:600;height:42px;letter-spacing:1px;padding:0 40px;text-transform:uppercase}.follow-up-view__actions-edit:hover{opacity:.6}.follow-up-view__actions-publish{padding:0 40px}.follow-up-view__sidebar{flex-shrink:0;width:490px}.follow-up-view__call-info{background:#fff;border-radius:10px;margin-top:85px}.follow-up-view__call-info-heading{border-bottom:1px solid #eeeff6;border-radius:10px 10px 0 0;color:#000;font-family:Inter,sans-serif;font-size:13px;font-weight:700;padding:17px 20px;text-transform:uppercase}.follow-up-view__call-info-body{display:flex;flex-wrap:wrap;padding:17px 20px}.follow-up-view__call-info-body-info{width:50%}.follow-up-view__call-info-body-info span{color:#a3a9b9;font-family:Inter,sans-serif;font-size:11px;font-weight:400}.follow-up-view__call-info-body-info p{font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:17px}.follow-up-view__call-info-body-info:nth-child(3n),.follow-up-view__call-info-body-info:nth-child(4n){margin-top:25px}.follow-up-view__files{background:#fff;border-radius:10px;margin-top:10px}.follow-up-view__files-heading{align-items:center;border-bottom:1px solid #eeeff6;border-radius:10px 10px 0 0;display:flex;justify-content:space-between;padding:8px 20px}.follow-up-view__files-heading span{color:#000;font-family:Inter,sans-serif;font-size:13px;font-weight:700;text-transform:uppercase}.follow-up-view__files-upload{align-items:center;cursor:pointer;display:flex}.follow-up-view__files-upload img{margin-right:10px}.follow-up-view__files-upload b{color:#2361ff;display:block;font-family:Inter,sans-serif;font-size:13px;font-weight:500;letter-spacing:-.5px;margin-top:-3px}.follow-up-view__files-upload p{color:#000;font-family:Inter,sans-serif;font-size:11px;font-weight:400;letter-spacing:-.5px;margin-top:3px}.follow-up-view__files-upload input{border:none;height:0;margin:0;overflow:hidden;padding:0;width:0}.follow-up-view__files-upload:hover{opacity:.6}.follow-up-view__files-list{padding:5px 20px 20px}.follow-up-view__files-item{justify-content:space-between;margin-top:15px}.follow-up-view__files-item,.follow-up-view__files-item-left,.follow-up-view__files-item-right{align-items:center;display:flex}.follow-up-view__files-item-right button{align-items:center;background:#000;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-family:Inter,sans-serif;font-size:11px;font-weight:500;height:26px;margin-right:5px;padding:0 10px;text-transform:uppercase}.follow-up-view__files-item-right button:hover{opacity:.6}.follow-up-view__files-item-right img{cursor:pointer}.follow-up-view__files-item-icon{align-items:center;background:#4e7c4d;border-radius:8px;display:flex;flex-shrink:0;height:26px;justify-content:center;margin-right:10px;width:26px}.follow-up-view__files-item span{font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:21px}.follow-up-view__files-loader{font-family:Inter,sans-serif;font-size:13px;padding:15px 20px}.no-calls-screen{align-items:center;border:1px solid #dadeea;border-radius:10px;display:flex;flex-direction:column;justify-content:center}.no-calls-screen-all{margin-top:50px;padding:90px 0}.no-calls-screen-upcoming{margin-top:14px;padding:28px 0}.no-calls-screen p{color:#919ab3;font-size:13px;line-height:17px}.no-calls-screen button,.no-calls-screen p{font-family:Inter,sans-serif;font-weight:600;text-align:center;text-transform:uppercase}.no-calls-screen button{background:#0b4cff;border:none;border-radius:1000px;color:#fff;cursor:pointer;font-size:11px;height:42px;letter-spacing:1px;margin-top:20px;width:149px}.no-calls-screen button:hover{opacity:.8}.book-new-follow-up *{font-family:Inter,sans-serif}.book-new-follow-up h2{font-size:11px;font-weight:500;line-height:15px;margin-top:38px;text-align:center;text-transform:uppercase}.book-new-follow-up__items{display:flex;flex-wrap:wrap;margin-top:23px}.book-new-follow-up__item{background:#fff;border-radius:10px;margin-bottom:15px;padding-bottom:20px;width:32.5%}.book-new-follow-up__item:nth-child(2),.book-new-follow-up__item:nth-child(3),.book-new-follow-up__item:nth-child(5),.book-new-follow-up__item:nth-child(6){margin-left:1%}.book-new-follow-up__item-icon{align-items:center;background:#f3f5fa;border-radius:10px;display:flex;height:56px;justify-content:center;margin:25px auto 0;width:56px}.book-new-follow-up__item h4{font-size:15px;font-weight:500;line-height:17px;margin-top:15px;text-align:center}.book-new-follow-up__item h5{font-size:11px;font-weight:400;line-height:17px;margin-top:3px;text-align:center}.book-new-follow-up__item h6{font-size:11px;font-weight:500;margin-top:15px;text-align:center;text-transform:uppercase}.book-new-follow-up__item b{display:block;font-size:15px;font-weight:500;line-height:17px;text-align:center}.book-new-follow-up__item p{font-size:11px;font-weight:400;line-height:17px;margin:10px auto 0;max-width:200px;text-align:center}.book-new-follow-up__item hr{border-bottom:0;border-top:1px solid #dadeea;margin-top:25px}.book-new-follow-up__item-ul{margin:16px auto 0;width:-webkit-fit-content;width:fit-content}.book-new-follow-up__item-ul li{display:block;font-size:11px;font-weight:400;letter-spacing:-.5px;line-height:17px;margin-bottom:5px;margin-left:17px;position:relative}.book-new-follow-up__item-ul li:before{background-image:url(/static/media/ok-green.45567127fa3a2c918f79.svg);content:"";display:block;height:11px;left:-17px;position:absolute;top:6px;width:11px}.book-new-follow-up__item button{background:#0b4cff;border:none;border-radius:100px;color:#fff;cursor:pointer;display:block;font-size:11px;font-weight:600;height:42px;letter-spacing:1px;margin:17px auto 0;text-transform:uppercase;width:90%}.book-new-follow-up__item button:hover{opacity:.7}.by-new-call-modal h2{color:#2361ff;font-family:Inter,sans-serif;font-size:13px;font-weight:500;letter-spacing:5px;margin:0;padding-left:30px;text-align:center;text-transform:uppercase;width:100%}.by-new-call-modal .modal__body{overflow:visible}.by-new-call-modal__list-heading{align-items:center;display:flex;justify-content:space-between;margin-top:40px}.by-new-call-modal__list-heading h4{font-family:Inter,sans-serif;font-size:21px;font-weight:700}.by-new-call-modal__list-heading-count span{font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:-.5px}.by-new-call-modal__list-heading-count b{font-family:Inter,sans-serif;font-size:13px;font-weight:600;letter-spacing:-1px;text-transform:uppercase}.by-new-call-modal__items{margin-top:20px}.by-new-call-modal__item{border-bottom:1px solid #000;padding-bottom:15px}.by-new-call-modal__item-heading{align-items:center;display:flex;justify-content:space-between}.by-new-call-modal__item-heading h5{font-family:Inter,sans-serif;font-size:13px;font-weight:500;letter-spacing:-.5px}.by-new-call-modal__item-heading em{font-family:Inter,sans-serif;font-size:13px;font-weight:400;letter-spacing:-.5px}.by-new-call-modal__item-heading-left{align-items:center;display:flex}.by-new-call-modal__item-counter{align-items:center;display:flex;justify-content:space-between;margin-right:15px}.by-new-call-modal__item-counter>img{cursor:pointer}.by-new-call-modal__item-counter span{display:block;padding:0 9px;text-align:center}.by-new-call-modal__item-content,.by-new-call-modal__item-counter span{font-family:Inter,sans-serif;font-size:13px;font-weight:400;letter-spacing:-.5px}.by-new-call-modal__item-content{line-height:21px;margin-top:18px}.by-new-call-modal__item-content li{line-height:24px;margin-left:17px;position:relative}.by-new-call-modal__item-content li:before{background-image:url(/static/media/ok-green.45567127fa3a2c918f79.svg);content:"";display:block;height:11px;left:-17px;position:absolute;top:6px;width:11px}.by-new-call-modal__total-price{color:#000;font-size:15px;margin-top:18px}.by-new-call-modal__none-credits,.by-new-call-modal__total-price{font-family:Inter,sans-serif;font-weight:400;line-height:16px;text-align:center}.by-new-call-modal__none-credits{color:#ff5c5c;font-size:13px;margin-top:20px}.by-new-call-modal__thanks img{display:block;margin:20px auto 0}.by-new-call-modal__thanks h5{font-family:Inter,sans-serif;font-size:21px;font-weight:700;margin-top:24px;text-align:center}.by-new-call-modal__thanks p{font-family:Inter,sans-serif;font-size:13px;font-weight:400;letter-spacing:-.5px;line-height:16px;margin-top:16px;text-align:center}.by-new-call-modal__thanks p b{font-weight:700}.client-dashboard{width:calc(100% + 10px)}.client-dashboard *{font-family:Inter,sans-serif}.client-dashboard__counters{align-items:center;display:flex}.client-dashboard__counter{background:#fff;border-radius:10px;height:106px;margin-right:10px;padding:20px 35px 20px 20px;position:relative;width:calc(25% - 10px)}.client-dashboard__counter-head{font-size:16px;font-weight:500}.client-dashboard__counter-body{align-items:flex-end;display:flex;justify-content:space-between;margin-top:-5px}.client-dashboard__counter-body p{color:#919ab3;font-size:11px;font-weight:500;max-width:140px;position:relative;top:-5px}.client-dashboard__counter-body p span{margin-right:10px}.client-dashboard__counter-body p b{color:#000}.client-dashboard__counter-body h5{color:#fff;font-size:62px;font-weight:500}.client-dashboard__counter-body h6{-webkit-text-fill-color:#0000;background:linear-gradient(148deg,#7cb8e2 15.42%,#0b4cff 94.11%);background-clip:text;-webkit-background-clip:text;font-size:62px;font-weight:500}.client-dashboard__counter-button{color:#0b4cff;font-family:Inter,sans-serif;font-size:9px;font-weight:600;position:absolute;right:10px;text-decoration:none;top:10px}.client-dashboard__counter:last-child{background:linear-gradient(148deg,#7cb8e2 15.42%,#0b4cff 94.11%);margin-right:0}.client-dashboard__counter:last-child-head{color:#fff}.client-dashboard__counter:last-child h6{color:#fff}.client-dashboard__counter:last-child span{color:#a8cfff}.client-dashboard__counter:last-child a{color:#fff;text-transform:uppercase}.client-dashboard__attention{background:#fff;border-radius:10px;height:238px;margin-right:10px;padding:20px;width:calc(50% - 10px)}.client-dashboard__attention h2{font-size:18px;font-weight:500;margin-bottom:17px}.client-dashboard__attention-item{align-items:center;background:#f3f5fa66;border:1px solid #e5eaf8;border-radius:10px;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:4px;padding:8px 8px 8px 14px;width:100%}.client-dashboard__attention-item-img{margin-right:8px}.client-dashboard__attention-item p{font-size:13px;font-weight:500;line-height:17px}.client-dashboard__calls{background:#fff;border-radius:10px;height:238px;padding:0 20px 20px;width:calc(50% - 10px)}.client-dashboard__calls h2{align-items:flex-end;display:flex;font-size:18px;font-weight:500;justify-content:space-between;margin-bottom:17px;width:100%}.client-dashboard__calls h2 a{color:#0b4cff;font-size:9px;font-weight:600;text-decoration:none;text-transform:uppercase}.client-dashboard__calls h2 a:hover{text-decoration:underline}.client-dashboard__calls-nav{border-top:4px solid #fff;color:#919ab3;cursor:pointer;margin-right:30px;padding:20px 7px 0}.client-dashboard__calls-nav-active{border-top:4px solid #2361ff;color:#000}.client-dashboard__calls-item{align-items:center;background:#f3f5fa66;border:1px solid #e5eaf8;border-radius:10px;display:flex;height:72px;justify-content:space-between;margin-bottom:10px;padding:0 20px;width:100%}.client-dashboard__calls-item span{display:block;font-size:13px;font-style:normal;font-weight:500;line-height:17px;margin-left:10px;max-width:240px}.client-dashboard__calls-item p{font-family:Roboto,sans-serif;font-size:13px;font-weight:400;line-height:15px;margin-right:16px}.client-dashboard__calls-item button{background:#000;border:none;border-radius:100px;color:#fff;cursor:pointer;font-size:11px;font-weight:500;height:32px;width:90px}.client-dashboard__calls-item button:hover{opacity:.7}.client-dashboard__calls-item button:disabled{opacity:.5}.client-dashboard__calls-empty{color:#919ab3;font-size:13px;height:150px;line-height:17px;text-align:center}.client-dashboard__calls-empty,.client-dashboard__calls-empty a{font-family:Inter,sans-serif;font-weight:600;text-transform:uppercase}.client-dashboard__calls-empty a{color:#0b4cff;display:block;font-size:9px;margin-top:15px}.client-dashboard__tasks{align-items:flex-start;background:#fff;border-radius:10px;display:flex;margin-bottom:50px;padding:20px 0 20px 20px;width:calc(100% - 10px)}.client-dashboard__tasks-col{margin-right:20px;width:calc(33.3% - 20px)}.client-dashboard__tasks-col h2{align-items:center;display:flex;font-size:18px;font-weight:500}.client-dashboard__tasks-col h2 img{margin-right:10px;position:relative}.client-dashboard__tasks-items{margin-top:15px}.client-dashboard__tasks-item{background:#f3f5fa66;border:1px solid #e5eaf8;border-radius:10px;height:106px;margin-bottom:10px;padding:15px;position:relative}.client-dashboard__tasks-item p{font-size:15px;font-weight:500;line-height:17px;max-width:60%}.client-dashboard__tasks-item em{color:#919ab3}.client-dashboard__tasks-item b,.client-dashboard__tasks-item em,.client-dashboard__tasks-item span{font-size:11px;font-weight:500;line-height:17px}.client-dashboard__tasks-item span{color:#2361ff}.client-dashboard__tasks-item button{background:#000;border:none;border-radius:100px;color:#fff;cursor:pointer;font-size:11px;font-weight:500;height:32px;position:absolute;right:15px;top:15px;width:90px}.client-dashboard__tasks-item button:hover{opacity:.7}.client-dashboard__tasks-link{color:#0b4cff;display:block;font-family:Inter,sans-serif;font-size:9px;font-weight:600;margin:19px auto;text-align:center;text-decoration:none}.client-dashboard .client-dashboard__empty-block{align-items:center;background:#f3f5fa66;border:1px solid #e5eaf8;border-radius:10px;color:#919ab3;display:flex;flex-direction:column;font-family:Inter,sans-serif;font-size:13px;font-weight:600;height:338px;justify-content:center;line-height:17px;text-align:center;text-transform:uppercase;width:100%}.client-dashboard .client-dashboard__empty-block a{color:#0b4cff;display:block;font-family:Inter,sans-serif;font-size:9px;font-weight:600;margin-top:15px;text-transform:uppercase}.partner-request-view__header{align-items:center;background:#f3b71b;border-bottom:1px solid #f3f5fa;border-radius:10px 10px 0 0;display:flex;justify-content:space-between;padding:12px 20px}.partner-request-view__header-status{align-items:center;color:#fff;display:flex;font-family:Inter,sans-serif;font-size:11px;font-weight:600;line-height:11px;text-transform:uppercase}.partner-request-view__header-status img{margin-right:9px}.partner-request-view__body{background:#fff;padding:15px 30px}.partner-request-view__title{font-family:Inter,sans-serif;font-size:21px;font-weight:700;line-height:25px;padding:7px 0}.partner-request-view__key-value{align-items:center;display:flex}.partner-request-view__key-value-key{color:#8a93ad;font-family:Inter,sans-serif;font-size:11px;font-weight:400;text-transform:uppercase}.partner-request-view__key-value-value{font-family:Inter,sans-serif;font-size:11px;font-weight:500;margin-left:3px}.partner-request-view__description table{display:none!important}.partner-request-view__description h2{font-family:Inter,sans-serif;font-size:21px;font-weight:700;line-height:25.5px;max-width:400px;padding-bottom:10px}.partner-request-view__description h3{font-family:Inter,sans-serif;font-size:16px;font-weight:700;line-height:22px;padding-bottom:10px}.partner-request-view__description ul{line-height:24px;padding-left:20px}.partner-request-view__description ul li{list-style-type:disc}.partner-request-view__description ol{line-height:24px;padding-left:20px}.partner-request-view__description ol li{list-style-type:decimal}.partner-request-view__description-block{display:flex;justify-content:space-between;word-break:break-word}.partner-request-view__description-block p{font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:21px;margin-bottom:2px}.partner-request-view__description-block p strong{font-weight:700}.partner-request-view__description-block p em{font-style:italic}.partner-request-view__description-block p+a{color:#2f7dd9;display:block;font-size:13px;margin-top:5px}.partner-request-view__description-edit{align-items:center;background:#f3f5fa;border-radius:10px;display:flex;flex-shrink:0;height:32px;justify-content:center;margin-left:10px;width:32px}.partner-request-view__description-edit-disabled{cursor:auto;opacity:.5}.partner-request-task-tab{background:#fff;margin-top:10px;padding-bottom:30px}.partner-request-task-tab__heading{align-items:center;background:#f3b71b;border-radius:10px 10px 0 0;display:flex;padding:15px 20px}.partner-request-task-tab__heading img{margin-right:10px}.partner-request-task-tab__heading span{color:#fff;font-family:Inter,sans-serif;font-size:11px;font-weight:400;line-height:11px;text-transform:uppercase}.partner-request-task-tab__description{font-family:Inter,sans-serif;font-size:12px;max-width:600px;padding:10px 30px;text-align:left}.partner-request-task-tab__button{align-items:center;background:linear-gradient(0deg,#eef0f4,#eef0f4),#fff;border:1px dashed #77a193;border-radius:10px;box-sizing:border-box;cursor:pointer;display:flex;height:55px;margin:0 auto;padding:10px;width:calc(100% - 30px)}.partner-request-task-tab__button span{color:#000;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:1px;line-height:13px;margin-left:10px;text-transform:uppercase}.partner-request-task-tab__button:disabled{opacity:.5}.partner-request-task-tab__circle{align-items:center;background:#000;border-radius:5px;display:flex;height:35px;justify-content:center;width:35px}.confirm-partner-request{margin-bottom:10px;width:480px}.confirm-partner-request__heading{align-items:center;background:#f3b71b;border-radius:10px 10px 0 0;display:flex;padding:15px 20px}.confirm-partner-request__heading p{font-size:12px;font-weight:700;margin-left:10px}.confirm-partner-request__body{background:#fff;font-size:13px;font-weight:500;line-height:18px;padding:20px 15px}.confirm-partner-request__buttons{align-items:center;display:flex;justify-content:space-between}.confirm-partner-request__buttons>div{align-items:center;cursor:pointer;display:flex;font-size:11px;font-weight:500;height:47px;justify-content:center;width:50%}.confirm-partner-request__buttons>div:hover{opacity:.6}.confirm-partner-request__buttons-not{background:#fff;border-radius:0 0 0 10px;border-top:1px solid #f3f5fa;color:#ff5c5c}.confirm-partner-request__buttons-yes{background:#000;border-radius:0 0 10px 0;color:#fff}.publish-partner-request{background:#fff;border-radius:0 0 10px 10px;display:flex;justify-content:space-between;padding:0 20px 50px}.publish-partner-request__right{align-items:center;display:flex;flex-direction:column;flex-shrink:0;width:235px}.publish-partner-request p{color:#81889a;font-size:12px;letter-spacing:-.5px;line-height:15px;max-width:300px;padding-top:5px}.publish-partner-request h4{color:#000;font-size:16px;font-weight:700}.publish-partner-request h4 b{font-size:21px}.publish-partner-request button{margin-top:10px}.partner-request-payment-confirm{margin-top:15px}.partner-request-payment-confirm__heading{align-items:center;background:#f3b71b;border-radius:10px 10px 0 0;display:flex;padding:15px 20px}.partner-request-payment-confirm__heading span{color:#fff;display:block;font-size:11px;font-weight:700;margin-left:15px;position:relative;text-transform:uppercase;top:2px}.partner-request-payment-confirm__body{background:#fff;padding:20px 40px}.partner-request-payment-confirm__body-table{border:1px solid #e7e7e7;border-radius:10px;display:flex}.partner-request-payment-confirm__body-table div{align-items:center;border-left:1px solid #e7e7e7;display:flex;flex-shrink:0;height:100%;justify-content:center;width:222px}.partner-request-payment-confirm__body-table div button:hover{opacity:.5}.partner-request-payment-confirm__body-td{align-items:center;display:flex;flex-grow:1;height:100%;justify-content:center}.partner-request-payment-confirm__body-td p{font-size:11px;max-width:280px}.pr-client-tasks-accepted{margin-bottom:10px;width:480px}.pr-client-tasks-accepted__header{align-items:center;background:#fff;border-bottom:1px solid #e7e7e7;border-radius:10px 10px 0 0;display:flex;padding:15px 20px}.pr-client-tasks-accepted__header span{font-size:11px;font-weight:700;margin-left:10px}.pr-client-tasks-accepted__body{background:#fff;border-radius:0 0 10px 10px;padding:15px 20px}.pr-client-tasks-accepted__body em{color:#8a93ad;font-family:Inter,sans-serif;font-size:11px;font-weight:400;text-transform:uppercase}.pr-client-tasks-accepted__body p{font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:21px;margin-top:10px}.pr-client-tasks-accepted__body a{color:#2361ff;display:block;font-size:13px;font-weight:400;line-height:21px;text-decoration:none}.pr-client-tasks-accepted__body a:hover{text-decoration:underline}.provider-profile-for-vlo{background:#fff;border-radius:10px;margin-bottom:20px;padding:18px 30px;width:100%}.provider-profile-for-vlo h1{color:#000;font-family:Inter,sans-serif;font-size:16px;font-weight:700}.pr-switch{background:#fff;border-radius:10px;justify-content:space-between;margin-bottom:20px;padding:14px}.pr-switch,.pr-switch__item{align-items:center;display:flex}.pr-switch__item{cursor:pointer}.pr-switch__item span{color:#000;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:1px;padding:0 10px;text-transform:uppercase}.pr-switch__item :hover{opacity:.5}.pr-switch__button{align-items:center;background:#000;border-radius:10px;display:flex;height:33px;justify-content:center;width:33px}.pr-switch__button-reversed{padding-right:3px;transform:rotate(180deg)}.pr-not-interested{border-radius:10px;margin-top:10px}.pr-not-interested__heading{align-items:center;background:#ff5c5c;border-radius:10px 10px 0 0;display:flex;padding:10px 15px}.pr-not-interested__heading span{color:#fff;font-family:Inter,sans-serif;font-size:11px;font-weight:600;margin-left:10px;text-transform:uppercase}.pr-not-interested__body{background:#fff;padding:20px}.pr-not-interested__body p{font-family:Inter,sans-serif;font-size:11px;font-weight:400;letter-spacing:-.5px;line-height:16px;margin:0 auto;max-width:400px;text-align:center}.service-provider-kanban__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:50px}.service-provider-kanban-items{display:flex;justify-content:space-between;width:100%}.service-provider-kanban-column{padding-right:10px;width:25%}.service-provider-kanban-column h4{color:#000;font-family:Inter,sans-serif;font-size:13px;font-weight:700;text-transform:uppercase}.service-provider-kanban-item{background:#fff;border-radius:10px;flex-direction:column;margin-top:10px;min-height:168px;width:265px}.checkout,.service-provider-kanban-item{display:flex;justify-content:space-between}.checkout *{font-family:Inter,sans-serif}.checkout__left{flex-grow:1}.checkout__right{flex-shrink:0;height:-webkit-max-content;height:max-content;margin-left:30px;width:400px}.checkout__container{background:#fff;border-radius:10px}.checkout__header{align-items:center;border-bottom:1px solid #f2f4fa;display:flex;justify-content:space-between;margin-bottom:11px;padding:20px 30px}.checkout__header-name{display:flex}.checkout__header-name h2{font-size:21px;font-weight:600;line-height:25px}.checkout__header-name h3{font-size:21px;font-weight:400;line-height:25px;margin-left:22px}.checkout__header-download{align-items:center;color:#000;cursor:pointer;display:flex}.checkout__header-download span{font-size:13px;font-weight:400;letter-spacing:-.5px;line-height:21px;margin-right:10px}.checkout__description{padding:10px 30px 30px}.checkout__description-row{display:flex;margin-bottom:15px}.checkout__description-name{flex-shrink:0;font-size:15px;font-weight:600;line-height:18px;width:120px}.checkout__description-value{font-size:13px;font-weight:400;letter-spacing:-.5px;line-height:21px}.checkout__total{align-items:center;border-top:1px solid #000;margin:0 30px;padding:24px 0}.checkout__total-name{font-size:15px;font-weight:600;line-height:18px}.checkout__total-value{font-size:21px;font-weight:600;letter-spacing:-.5px;line-height:18px}.checkout__heading{align-items:center;border-bottom:1px solid #f2f4fa;display:flex;font-size:21px;font-weight:600;justify-content:space-between;line-height:25px;padding:22px 30px 18px}.checkout__bankTransfer{padding-bottom:60px}.checkout__payment-description ul{margin-left:53px;margin-top:20px}.checkout__payment-description li{font-size:13px;font-weight:400;letter-spacing:-.5px;line-height:21px;list-style:disc;margin-bottom:20px;text-transform:none}.checkout__payment-description li:last-child{margin-bottom:0}.checkout__payment-description li b{font-weight:600}.checkout__payment-description-noList{list-style:none!important}.checkout__payment-types{padding:23px 30px}.checkout__payment-types-label{color:#a3a9b9;font-size:11px;font-weight:400;line-height:13px}.checkout__payment-type{border:1px solid #f3f5fa;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;margin-top:10px;padding:26px 20px}.checkout__payment-type-container{align-items:center;display:flex}.checkout__payment-type-image{margin-left:19px}.checkout__payment-type-name{font-size:11px;font-weight:500;letter-spacing:1px;line-height:13px;margin-left:13px;margin-top:2px;text-transform:uppercase}.checkout__payment-type:hover{box-shadow:0 4px 24px #3b4a701a}.checkout__radio{border:1px solid #dbe1ef;border-radius:50%;flex-shrink:0;height:23px;width:23px}.checkout__radio-active{background:#2361ff;border-radius:50%;box-shadow:0 4px 4px #2361ff80;height:11px;width:11px}.checkout__radioSelect{display:flex}.checkout__radioContainer{align-items:center;cursor:pointer;display:flex;margin-right:42px}.checkout__radioContainer span{font-size:13px;font-weight:400;letter-spacing:-.5px;line-height:18px;margin-left:9px}.checkout__form{margin:0 auto;width:390px}.checkout__form-heading{font-size:15px;font-weight:600;line-height:18px}.checkout__form-mt5{margin-top:5px}.checkout__form-mt15{margin-top:15px}.checkout__form-mt30{margin-top:30px}.checkout__form-w50{width:49%}.checkout__form-pb60{padding-bottom:60px}.checkout__total{align-items:flex-end;display:flex;justify-content:space-between}.checkout__total span{display:block;font-size:13px;font-weight:400}.checkout__total b{font-size:15px;font-weight:600;line-height:18px}.checkout__button{display:table;font-size:11px;font-weight:500;letter-spacing:1px;margin:0 auto;padding:0 38px;text-transform:uppercase}.checkout__invoice-description{font-size:15px;font-weight:600;letter-spacing:-.5px;line-height:21px;padding:15px 30px 30px}.checkout__invoice-edit{align-items:center;background:#f3f5fa;border:1px solid #cdd1dd;border-radius:10px;cursor:pointer;display:flex;font-weight:500;height:32px;justify-content:space-between;line-height:13px;padding:0 9px 0 15px;text-transform:uppercase;width:92px}.checkout__invoice-table{margin:0 auto;padding:30px 0;width:400px}.checkout__invoice-table h2{font-size:15px;font-weight:600;line-height:18px;margin-bottom:15px}.checkout__invoice-table em{display:block;font-size:13px;font-weight:400;letter-spacing:-.5px;line-height:21px;margin-top:19px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.checkout__invoice-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:3px}.checkout__invoice-row b{font-size:13px;font-weight:700;line-height:16px}.checkout__invoice-row span{display:block;font-size:13px;font-weight:400;line-height:16px;padding-left:10px;text-align:right;width:75%}.checkout__invoice-hr{background:#000;height:1px;width:100%}.checkout__checkbox-container-text{color:#a3a9b9;font-family:Inter,sans-serif;font-size:11px;font-weight:500;line-height:13px;margin:26px auto 0;max-width:318px;text-align:center;text-transform:uppercase}.checkout__checkbox{align-items:center;cursor:pointer;display:flex;margin:25px auto 0;width:-webkit-fit-content;width:fit-content}.checkout__checkbox span{font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:1px;margin:0 15px;text-transform:uppercase}.checkout__checkbox__container{background:#f3f5fa;border:1px solid #e0e3ed;border-radius:100px;display:flex;height:33px;transition:all .5s ease;width:62px}.checkout__checkbox__container-active{justify-content:flex-end}.checkout__checkbox-active{background:#2361ff;border-radius:100px;box-shadow:0 4px 4px #2361ff80;height:28px;margin:2px;width:28px}.checkout__country{display:flex;justify-content:center;margin-top:15px}.checkout__country span{color:#8f8f8f}.checkout__country b{font-weight:600}.checkout__country button{background:#2361ff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:5px 10px}@media only screen and (max-width:500px){.checkout__country div{align-items:center;display:flex;flex-direction:column;justify-content:center}.checkout__country b,.checkout__country button,.checkout__country span{display:block;margin-top:3px}.checkout__right{display:none}.checkout__left{margin:0 10px}.checkout__description-name{font-size:13px;width:100px}.checkout__description-row{flex-direction:column}.checkout__invoice-row{align-items:flex-start;flex-direction:column;margin-top:10px}.checkout__invoice-row span{padding-left:0;text-align:left;width:100%}.checkout__invoice-table{padding:20px 15px}}.login-page{display:flex;height:100vh}.login-page__input{margin-top:15px;width:100%}.login-page__input input{background:#fff!important}.login-page__heading{align-items:center;margin-bottom:20px}.login-page__form,.login-page__heading{display:flex;justify-content:space-between}.login-page__form{background:#f5f9fc;flex-direction:column;width:50%}.login-page__form-header{padding:24px 20px}.login-page__form-container{align-self:center;display:flex;flex-direction:column;width:390px}.login-page__form-container h2{font-size:21px;font-weight:700;line-height:25px}.login-page__form-container span{font-size:13px;margin:7px 0 10px}.login-page__form-container span a{color:#000;cursor:pointer;font-weight:600;text-decoration:none}.login-page__form-container span a:hover{text-decoration:underline}.login-page__form-footer span{display:block;font-size:12px;padding:0 0 20px 20px}.login-page__forgot-link{color:#000;cursor:pointer;font-size:13px;margin-top:8px;text-decoration:none}.login-page__forgot-link:hover{text-decoration:underline}.login-page__btn{font-size:12px;margin-top:42px;width:100%}.login-page__banner{align-items:center;background:linear-gradient(154.08deg,#dbfff9 18.75%,#fae7e3 84.23%);display:flex;justify-content:center;width:50%}.login-page__banner h1{font-size:38px;font-weight:500;line-height:46px;max-width:620px;padding-top:70px}.login-page__banner h1 b{color:#2361ff;font-weight:800}.login-page__read-more{align-items:center;color:#000;display:flex;font-size:11px;font-weight:500;letter-spacing:1px;line-height:13px;margin-top:70px;text-decoration:none;text-transform:uppercase}.login-page__read-more:hover .login-page__arrow{margin-left:16px}.login-page__arrow{margin-left:12px;transform:rotate(90deg);transition:all .4s ease-out 0s}.login-page__google-auth{border-top:1px solid #bbb;margin-top:20px}.login-page__google-auth p{background:#f5f9fc;color:#8a93ad;font-family:Inter,sans-serif;margin:-10px auto 15px;padding:0 10px;text-align:center;width:40px}.login-page__google-auth button{align-items:center;background:#fff;border:1px solid #bbb;border-radius:25px;cursor:pointer;display:flex;font-family:Inter,sans-serif;justify-content:center;padding:10px 0;width:100%}.login-page__google-auth button img{margin-right:7px;width:20px}.login-page__google-auth button:hover{background:#f5f9fc}@media only screen and (max-width:460px){.login-page__form{width:100%}.login-page__banner{display:none}.login-page__form-container{padding:10px;width:inherit}}.auth-modal{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:4}.auth-modal__body{background:#fff;border-radius:8px;padding:32px}.auth-modal__hr-header{margin-bottom:20px;margin-top:24px;position:relative}.auth-modal__hr-header h1{background:#fff;color:#484848;display:block;font-size:30px;font-weight:500;left:0;margin:0 auto;padding:0 20px;position:absolute;right:0;top:-15px;width:100%;width:-webkit-fit-content;width:fit-content}.auth-modal__hr-header hr{border-top:1px solid #d3dfea}.auth-modal__description{font-size:14px;font-weight:300;line-height:18px;margin-top:35px;text-align:center}.auth-modal__input{background-clip:initial;border:1px solid rgba(0,0,0,.125);border-radius:5px;display:flex;height:45px;margin-top:15px}.auth-modal__input-icon{align-items:center;background:#f3f4f7;border-right:1px solid rgba(0,0,0,.125);display:flex;justify-content:center;width:45px}.auth-modal__input-icon .svg-icon{fill:#000;color:#2361ff}.auth-modal__input-error{color:red;font-size:13px;font-weight:400;padding-top:5px;text-align:right;text-transform:uppercase;width:100%}.auth-modal__input input{border:none;flex-grow:1;padding:0 10px}.auth-modal__input input::placeholder{color:#b2b2b2;font-weight:300}.auth-modal__input input:focus{outline:none}.auth-modal__button{align-items:center;background:#000;border:none;border-radius:30px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:300;justify-content:center;margin-top:15px;padding:14px;text-transform:uppercase;width:100%}.auth-modal__button img{margin-right:7px}.auth-modal__close-button{color:#d7d7d7;font-size:16px;margin-top:20px;text-align:center}.auth-modal__close-button-link{text-decoration:underline}.auth-modal__close-button-link:hover{text-decoration:none}.auth-cols .auth-modal__body{min-height:520px;padding:0}.auth-cols .auth-modal__left-col{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:32px;width:52%}.auth-cols .auth-modal__left-col>div{width:100%}.auth-cols .auth-modal__right-col{align-items:center;background:#3761f0;border-radius:0 8px 8px 0;display:flex;justify-content:center;width:48%}@media only screen and (max-width:460px){.client_layout .auth-modal__body{min-width:inherit!important;padding:25px 10px}.client_layout .auth-modal__hr-header h1{font-size:20px}.client_layout .auth-modal__description{margin-top:15px}.client_layout .auth-modal__container{width:90%}}.app_container__UGnJY{margin:0 auto;max-width:420px}.app_label__N0Q6G{color:#000;font-family:Inter,sans-serif;font-size:13px;font-weight:500;letter-spacing:3px;line-height:16px;margin-bottom:-6px;text-transform:uppercase}.app_input__27mc1{background:#fff;border:1px solid #eae9f2;border-radius:5px;box-sizing:border-box;color:#000;font-size:15px;height:52px;margin-top:20px;padding:0 19px;width:100%}.app_input__27mc1::placeholder{color:#bbb}.app_error__tt8l7{color:red;font-size:12px;margin:2px 0 0 8px}.app_w50__kD\+G4{width:calc(50% - 6px)}.app_checkbox__H4P3g{align-items:flex-start;margin-top:22px}.app_checkbox__H4P3g>div{margin-right:5px}.first_step_firstStep__hjFvb{margin:0 auto;width:580px}.first_step_firstStepContainer__deI4q{background:#fff;border:1px solid #eae9f2;border-radius:10px;box-sizing:border-box;margin-bottom:10px;padding:26px 22px}.first_step_firstStepBlock__mkPfb{margin-bottom:40px}.first_step_firstStepBlockHeading__YNALl{align-items:center;display:flex;justify-content:space-between;margin-bottom:23px}.first_step_firstStepBlockHeading__YNALl h4{font-family:Inter,sans-serif;font-size:18px;font-weight:700;letter-spacing:3px;line-height:16px;text-transform:uppercase}.first_step_firstStepBlockTooltip__40ol3{align-items:center;background:#000;border-radius:5px;cursor:pointer;display:flex;flex-shrink:0;height:26px;justify-content:center;margin-left:15px;position:relative;width:26px}.first_step_firstStepBlockTooltip__40ol3:hover .first_step_firstStepBlockTooltipDropDown__dh3Rh{display:block!important}.first_step_firstStepBlockTooltipDropDown__dh3Rh{background:#fff;border-radius:10px;box-shadow:0 4px 24px #0f1f4a33;display:none;font-size:13px;line-height:16px;padding:15px;position:absolute;right:30px;top:-15px;width:224px}.first_step_firstStepBlockBodyItem__6n2DM{margin-bottom:15px}.first_step_firstStepBlockBodyItem__6n2DM span{font-family:Inter,sans-serif;font-size:15px;font-weight:400;line-height:16px;margin-left:14px}.first_step_nextButton__2yBu6{align-items:center;background:#000;border:none;border-radius:100px;display:flex;height:68px;justify-content:center;margin-top:17px;padding:0 24px;width:100%}.first_step_nextButton__2yBu6:hover{box-shadow:0 5px 5px #3c596b4d;opacity:.8}.first_step_nextButton__2yBu6:disabled{opacity:.5!important}.first_step_nextButton__2yBu6 span{color:#fff;line-height:26px}.first_step_nextButton__2yBu6 span,.first_step_prevButton__McAHf{font-family:Inter,sans-serif;font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase}.first_step_prevButton__McAHf{background:none;border:none;color:#000;display:block;margin-top:30px;text-align:center;width:100%}.first_step_prevButton__McAHf:hover{text-decoration:underline}.first_step_customRequestBlock__w-59a{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.first_step_customRequestBlock__heading__pNKdB{color:#000;font-family:Inter,sans-serif;font-size:15px;font-style:normal;font-weight:500;line-height:21px;text-transform:uppercase}.first_step_customRequestBlock__description__td0ms{color:#8d97af;font-family:Inter,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:21px}.first_step_customRequestBlock__icon__syFoS{align-items:center;background:#000;border-radius:5px;display:flex;height:48px;justify-content:center;width:48px}@media screen and (max-width:500px){.first_step_firstStep__hjFvb{width:inherit}.first_step_firstStepContainer__deI4q{padding:30px 20px}.first_step_firstStepBlockHeading__YNALl h4{font-size:15px;font-weight:700}.first_step_firstStepBlockBodyItem__6n2DM span{font-size:13px;font-weight:400;line-height:16px}.first_step_nextButton__2yBu6{height:58px}.first_step_firstStepBlockTooltipDropDown__dh3Rh{display:none!important;opacity:0!important}}.FinishStep_component__nwesT{align-items:center;display:flex;justify-content:center;padding:100px 20px}.FinishStep_container__ppm7M{align-items:center;display:flex;flex-direction:column;max-width:610px}.FinishStep_container_heading__2NGA9{color:#000;font-family:Inter,sans-serif;font-size:28px;font-weight:700;line-height:32px}.FinishStep_container_text__cfb-\+{color:#000;font-family:Inter,sans-serif;font-size:24px;font-weight:400;line-height:32px;margin-top:30px;text-align:center}.FinishStep_button__H7eqR{align-items:center;background:#000;border-radius:100px;color:#fff;display:flex;font-size:13px;font-weight:600;height:58px;justify-content:center;letter-spacing:2px;margin-top:40px;text-transform:uppercase;width:262px}.FinishStep_button__H7eqR,.client-terms-user-privacy-policy *{font-family:Inter,sans-serif}.client-terms-user-privacy-policy .modal__container{max-width:550px;padding-top:10px}.client-terms-user-privacy-policy .modal__container__header-close{display:none}.client-terms-user-privacy-policy h4{color:#2361ff;font-size:13px;font-weight:500;letter-spacing:5px;text-align:center;text-transform:uppercase}.client-terms-user-privacy-policy img{display:block;margin:34px auto 0}.client-terms-user-privacy-policy h2{align-items:center;display:flex;font-size:21px;font-weight:600;justify-content:center;margin-top:20px;text-align:center}.client-terms-user-privacy-policy h2 img{margin:0}.client-terms-user-privacy-policy p{font-size:13px;font-weight:400;letter-spacing:-.5px;line-height:140%;margin:20px auto 0;max-width:450px;text-align:center}.client-terms-user-privacy-policy p b{font-weight:600}.client-terms-user-privacy-policy em{color:#393b48;display:block;font-size:11px;font-weight:400;letter-spacing:-.5px;line-height:14px;margin-top:20px;text-align:center}.client-terms-user-privacy-policy em a{color:#393b48;text-decoration:underline}
/*# sourceMappingURL=main.dbd3e53f.css.map*/