@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{font-family:Inter,sans-serif;line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box;scroll-behavior:smooth}a{text-decoration:none}.container{display:flex;justify-content:center;align-items:center;max-width:1200px;width:100%;margin:0 auto;padding:0 24px;box-sizing:border-box}.button{display:flex;justify-content:center;align-items:center;height:42px;background:#4472b8;color:#eef4f7;font-size:16px;font-weight:700;border-radius:5px;padding-left:15px;padding-right:15px}.button:hover{background:#eef4f7;border-color:#eef4f7;color:#4472b8}.button--transparent{background:transparent;border:1px solid #4472B8}.button--transparent:hover{background:#4472b8;border-color:#4472b8;color:#eef4f7}.button--transparent-white{background:transparent;border:1px solid #4472B8;color:#4472b8}.button--transparent-white:hover{background:#4472b8;border-color:#4472b8;color:#eef4f7}.button--reset{background:#eef4f7;color:#4472b8}.button--reset:hover{background:#4472b8;color:#eef4f7}.css-ondx3l{padding-bottom:64px!important}.header{display:flex;justify-content:center;align-items:center;background:#152736;height:94px}.header__wrapper{display:flex;justify-content:space-between;align-items:center;gap:16px}.header__left{display:flex;align-items:center;gap:8px}.header__middle{flex:1;display:flex;align-items:center;justify-content:end}.header__logo img{max-height:50px;width:auto;height:auto}.header__column{display:flex;align-items:center;gap:16px}@media(max-width:480px){.header__column{gap:8px}}.header__column--user{font-size:18px;color:#fff}@media(max-width:860px){.header__column--user{font-size:14px}}.header__button{padding-left:50px;padding-right:50px}@media(max-width:860px){.header__button{padding-left:20px;padding-right:20px;font-size:14px}}@media(max-width:480px){.header__button{padding-left:12px;padding-right:12px;font-size:12px}}@media(max-width:860px){.css-112irme-MuiStack-root>:not(style)~:not(style){margin-left:0!important}}.footer{display:flex;flex-direction:column;align-items:center;background:#152736;padding-top:64px;padding-bottom:64px}.footer__body{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;margin-bottom:64px}.footer__column{display:flex;flex-direction:column;align-items:flex-start}.footer__logo{margin-bottom:16px;width:120px;height:auto}.footer__contacts{display:flex;align-items:flex-start;flex-direction:column;gap:2px;margin-bottom:29px}.footer__contacts a{font-size:16px;color:#fff}.footer__socials{display:flex;align-items:center;gap:12px}.footer__title{font-size:14px;font-weight:700;color:#fff;margin-bottom:29px}.footer__links{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.footer__links a{font-size:16px;color:#fff}.footer__link-button{background:none;border:none;padding:0;font-size:16px;color:#fff;cursor:pointer;text-align:left}.footer__bottom{display:flex;align-items:center;justify-content:center;width:100%;border-top:1px solid #D9D9D9;padding-top:32px;font-size:16px;color:#fff}.footer__modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px;box-sizing:border-box}.footer__modal{background:#fff;color:#152736;border-radius:12px;padding:24px;max-width:360px;width:100%;box-shadow:0 10px 30px #00000040}.footer__modal-title{font-weight:700;font-size:18px;margin-bottom:12px}.footer__modal-phones{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.footer__modal-phones a{color:#152736;font-weight:600}.footer__modal-email{margin-bottom:16px}.footer__modal-email a{color:#152736;font-weight:600;word-break:break-all}.footer__modal-close{background:#152736;color:#fff;border:none;border-radius:8px;padding:10px 16px;cursor:pointer;font-weight:600;width:100%}@media(max-width:620px){.footer__body{flex-direction:column;align-items:center}.footer__column{width:100%}}.dashboard-layout .MuiListItemButton-root:hover{background-color:transparent}.dashboard-layout .MuiListItemButton-root:focus{background-color:transparent}.dashboard-layout .MuiListItemButton-root:active{background-color:transparent}.dashboard-layout .MuiListItemButton-root,.dashboard-layout .MuiListItemIcon-root{min-width:unset}.dashboard-layout .dashboard-buttons__action.MuiButton-root{padding:0}.dashboard-layout .dashboard-buttons{border-radius:5px;color:#666;transition:all .2s ease;height:44px}.dashboard-layout .dashboard-buttons:hover{background-color:#eef4f7}.dashboard-layout .dashboard-buttons.active{background-color:#4472b8;color:#fff}.dashboard-layout .dashboard-buttons.active svg{color:#fff}.dashboard-layout .dashboard-buttons:focus-visible{outline:2px solid #4472B8;outline-offset:2px}.dashboard-layout .dashboard-buttons svg{width:20px;height:20px}.dashboard-layout .dashboard-buttons{display:flex;align-items:center;justify-content:center;gap:10px}.dashboard-layout .dashboard-buttons__post{border:none;background-color:#eef4f7;justify-content:flex-start;color:#4472b8}.dashboard-layout .dashboard-buttons__post:hover{background-color:#4472b8;color:#fff}.dashboard-layout .dashboard-buttons__post:hover svg{color:#fff}.auth-top{display:flex;flex-direction:column;align-items:center;gap:10px}.auth-top__title{font-size:32px;font-weight:700;color:#181d27;text-align:center}.auth-top__subtitle{font-size:16px;color:#535862;text-align:center}.login{display:flex;flex-direction:column;align-items:center;max-width:384px;margin:30px auto 70px}.login__bottom{display:flex;flex-direction:column;align-items:center;margin-top:40px;gap:16px;width:100%}.login__notice{font-size:16px;color:#535862}.login__button{width:100%}.profile-page__premium-icon{flex-shrink:0}.profile-page__premium-title{font-weight:600;line-height:1.2}.profile-page__premium-subtitle{line-height:1.4}.profile-page__premium-paper,.profile-page .MuiPaper-root{border:none!important;box-shadow:none!important;border-radius:0 0 8px 8px!important}.MuiPaper-root .profile-page__premium-icon svg{transition:transform .3s ease}.MuiPaper-root .profile-page__premium-title{color:gold;font-weight:700}.MuiPaper-root .profile-page__premium-subtitle{color:#666;font-size:14px}.MuiButton-contained.profile-page__premium-button{background:linear-gradient(45deg,gold,orange);color:#000;font-weight:600;text-transform:none;border-radius:8px;padding:12px 24px;box-shadow:0 2px 8px #ffd7004d}.MuiChip-root.profile-page__premium-chip{background:linear-gradient(45deg,gold,orange);color:#000;font-weight:600;border-radius:16px}.MuiInputBase-root.MuiOutlinedInput-root{border-radius:8px!important;border:none!important;background-color:#fff!important}.MuiInputBase-root.MuiOutlinedInput-root.Mui-focused{border-color:#4472b8!important;box-shadow:0 0 0 2px #4472b81a!important}.css-4bojcr-MuiInputBase-root-MuiOutlinedInput-root{width:100%!important;border-radius:8px!important;border:none!important;background-color:#fff!important}.css-204a8q-MuiGrid-root{width:100%!important;flex-basis:100%!important;max-width:100%!important}.MuiTextField-root{width:100%!important}.MuiTextField-root .MuiInputBase-root{border:none!important;background-color:#fff!important}.MuiTelInput-root{width:100%!important}.MuiTelInput-root .MuiInputBase-root{border:none!important;background-color:#fff!important}.css-sp8h51-MuiPaper-root{border:none!important;box-shadow:none!important;border-radius:8px!important;background-color:#fff!important;padding:32px!important}.css-sp8h51-MuiPaper-root .MuiInputBase-root.MuiOutlinedInput-root{border-radius:8px!important;border:none!important;background-color:#fff!important}.css-sp8h51-MuiPaper-root .MuiInputBase-root.MuiOutlinedInput-root.Mui-focused{border-color:#4472b8!important;box-shadow:0 0 0 2px #4472b81a!important}.css-sp8h51-MuiPaper-root .MuiInputBase-root.MuiOutlinedInput-root.Mui-disabled{background-color:#eef4f7!important}.css-sp8h51-MuiPaper-root .MuiTextField-root{width:100%!important}.css-sp8h51-MuiPaper-root .MuiTextField-root .MuiInputBase-root{border:none!important;background-color:#fff!important}.css-sp8h51-MuiPaper-root .MuiTelInput-root{width:100%!important}.css-sp8h51-MuiPaper-root .MuiTelInput-root .MuiInputBase-root{border:none!important;background-color:#fff!important}.css-jfdv4h-MuiStack-root>:not(style)~:not(style){margin-bottom:16px!important}@media(max-width:768px){.profile-page__premium-icon svg{width:36px;height:36px}.profile-page__premium-title{font-size:18px}.profile-page__premium-subtitle{font-size:13px}.css-204a8q-MuiGrid-root{width:100%!important;flex-basis:100%!important;max-width:100%!important}}.add-cargo-page .add-cargo-page__title{font-size:20px;font-weight:700;color:#333}.add-cargo-page .add-cargo-page__subtitle{font-size:16px;color:#717680;font-weight:400}.add-cargo-page .add-cargo-page__header{gap:32px}.add-cargo-page .add-cargo-page__paper{padding:32px;border-radius:0 0 10px 10px;border:none}.add-cargo-page .add-cargo-page__content-paper{padding:32px;border:none;border-radius:10px!important}.add-cargo-page .MuiTextField-root .MuiOutlinedInput-root .MuiSelect-root .MuiSelect-select::placeholder{opacity:1!important;color:#999!important}.add-cargo-page .MuiTextField-root .MuiOutlinedInput-root .MuiInputBase-input::placeholder{opacity:1!important;color:#999!important}.add-cargo-page .MuiTextField-root .MuiOutlinedInput-root .MuiInputBase-inputMultiline{padding-left:0!important}.add-cargo-page .MuiSelect-select{display:flex;align-items:center;height:42px}.add-cargo-page .MuiSelect-select span{display:flex;align-items:center;height:100%;width:100%}.add-cargo-page .MuiSelect-root .MuiSelect-select{display:flex;align-items:center;height:42px}.add-cargo-page .MuiStack-root{position:relative}.add-cargo-page .MuiStack-root>:not(style)~:not(style){margin-left:0}.add-cargo-page .MuiStack-root .MuiSelect-root{position:absolute;left:8px;top:27%;z-index:1;min-width:80px}.add-cargo-page .MuiStack-root .MuiSelect-root .MuiOutlinedInput-notchedOutline{border:none}.add-cargo-page .MuiStack-root .MuiSelect-root .MuiSelect-select{padding:8px 7px;font-size:14px;font-weight:500;color:#333;background:transparent;display:flex;align-items:center;height:42px}.add-cargo-page .MuiStack-root .price-input-field .MuiOutlinedInput-root .MuiInputBase-input{padding:0 14px 0 60px}.add-cargo-page .MuiTextField-root .MuiInputLabel-root,.add-cargo-page .MuiFormControl-root .MuiInputLabel-root{position:static;transform:none;margin-bottom:8px;font-size:14px;font-weight:500;color:#333;line-height:1.2}.add-cargo-page .MuiTextField-root .MuiInputLabel-root.Mui-focused,.add-cargo-page .MuiTextField-root .MuiInputLabel-root.MuiFormLabel-filled,.add-cargo-page .MuiTextField-root .MuiInputLabel-root.MuiFormLabel-shrink,.add-cargo-page .MuiTextField-root .MuiInputLabel-root.Mui-active,.add-cargo-page .MuiFormControl-root .MuiInputLabel-root.Mui-focused,.add-cargo-page .MuiFormControl-root .MuiInputLabel-root.MuiFormLabel-filled,.add-cargo-page .MuiFormControl-root .MuiInputLabel-root.MuiFormLabel-shrink,.add-cargo-page .MuiFormControl-root .MuiInputLabel-root.Mui-active{color:#333}.add-cargo-page .MuiTextField-root .MuiOutlinedInput-root,.add-cargo-page .MuiFormControl-root .MuiOutlinedInput-root{margin-top:0;border-radius:8px}.add-cargo-page .MuiTextField-root .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,.add-cargo-page .MuiFormControl-root .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border:none}.add-cargo-page .MuiTextField-root .MuiOutlinedInput-root,.add-cargo-page .MuiFormControl-root .MuiOutlinedInput-root,.add-cargo-page .MuiTextField-root .MuiOutlinedInput-root:hover,.add-cargo-page .MuiTextField-root .MuiOutlinedInput-root.Mui-focused,.add-cargo-page .MuiTextField-root .MuiOutlinedInput-root.Mui-active,.add-cargo-page .MuiTextField-root .MuiOutlinedInput-root.Mui-error,.add-cargo-page .MuiFormControl-root .MuiOutlinedInput-root:hover,.add-cargo-page .MuiFormControl-root .MuiOutlinedInput-root.Mui-focused,.add-cargo-page .MuiFormControl-root .MuiOutlinedInput-root.Mui-active,.add-cargo-page .MuiFormControl-root .MuiOutlinedInput-root.Mui-error{box-shadow:inset 0 0 0 1px #d5d7da}.add-cargo-page .MuiTextField-root .MuiOutlinedInput-root .MuiInputBase-input,.add-cargo-page .MuiFormControl-root .MuiOutlinedInput-root .MuiInputBase-input{height:42px;padding:0 14px;font-size:14px;line-height:1.2;color:#333}.add-cargo-page .MuiTextField-root .MuiOutlinedInput-root .MuiInputBase-input::placeholder,.add-cargo-page .MuiFormControl-root .MuiOutlinedInput-root .MuiInputBase-input::placeholder{opacity:1;color:#999}.add-cargo-page .MuiTextField-root .MuiOutlinedInput-root .MuiInputBase-input.MuiInputBase-inputMultiline::placeholder,.add-cargo-page .MuiFormControl-root .MuiOutlinedInput-root .MuiInputBase-input.MuiInputBase-inputMultiline::placeholder{text-align:left;height:42px;display:flex;align-items:center;justify-content:center}.add-cargo-page .MuiAutocomplete-root .MuiOutlinedInput-root{margin-top:0;height:42px;border-radius:8px}.add-cargo-page .MuiAutocomplete-root .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border:none}.add-cargo-page .MuiAutocomplete-root .MuiOutlinedInput-root,.add-cargo-page .MuiAutocomplete-root .MuiOutlinedInput-root:hover,.add-cargo-page .MuiAutocomplete-root .MuiOutlinedInput-root.Mui-focused,.add-cargo-page .MuiAutocomplete-root .MuiOutlinedInput-root.Mui-active,.add-cargo-page .MuiAutocomplete-root .MuiOutlinedInput-root.Mui-error{box-shadow:inset 0 0 0 1px #d5d7da}.add-cargo-page .MuiAutocomplete-root .MuiOutlinedInput-root .MuiInputBase-input{height:42px;padding:0 7px;font-size:14px;line-height:1.2;color:#333}.add-cargo-page .MuiAutocomplete-root .MuiOutlinedInput-root .MuiInputBase-input::placeholder{opacity:1;color:#999}.add-cargo-page .MuiSelect-root .MuiOutlinedInput-root{margin-top:0;height:42px;border-radius:8px}.add-cargo-page .MuiSelect-root .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border:none}.add-cargo-page .MuiSelect-root .MuiOutlinedInput-root,.add-cargo-page .MuiSelect-root .MuiOutlinedInput-root:hover,.add-cargo-page .MuiSelect-root .MuiOutlinedInput-root.Mui-focused,.add-cargo-page .MuiSelect-root .MuiOutlinedInput-root.Mui-active,.add-cargo-page .MuiSelect-root .MuiOutlinedInput-root.Mui-error{box-shadow:inset 0 0 0 1px #d5d7da}.add-cargo-page .MuiSelect-root .MuiOutlinedInput-root .MuiInputBase-input{height:42px;padding:0 14px;font-size:14px;line-height:1.2;color:#333}.add-cargo-page .MuiSelect-root .MuiOutlinedInput-root .MuiInputBase-input::placeholder{opacity:1;color:#999}.add-cargo-page .MuiSelect-root .MuiSelect-select{display:flex;align-items:center;height:42px;padding:0 14px;font-size:14px;line-height:1.2;color:#333}.add-cargo-page .MuiSelect-root .MuiSelect-select em{color:#999;font-style:normal}.add-cargo-page .css-ovbmre-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root{margin-top:0;height:42px;border-radius:8px}.add-cargo-page .css-ovbmre-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root .MuiOutlinedInput-notchedOutline{border:none}.add-cargo-page .css-ovbmre-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root,.add-cargo-page .css-ovbmre-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root:hover,.add-cargo-page .css-ovbmre-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root.Mui-focused,.add-cargo-page .css-ovbmre-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root.Mui-active,.add-cargo-page .css-ovbmre-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root.Mui-error{box-shadow:inset 0 0 0 1px #d5d7da}.add-cargo-page .css-ovbmre-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root .MuiInputBase-input{height:42px;padding:0 14px;font-size:14px;line-height:1.2;color:#333}.add-cargo-page .css-ovbmre-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root .MuiInputBase-input::placeholder{opacity:1;color:#999}.add-cargo-page .MuiFormControlLabel-root{border-radius:8px;padding:8px 12px;margin-bottom:16px;height:42px;width:100%;box-sizing:border-box;background-color:#eef4f7;color:#181d27;border:1px solid #D5D7DA}.add-cargo-page .MuiFormControlLabel-root.Mui-checked,.add-cargo-page .MuiFormControlLabel-root .MuiRadio-root.Mui-checked+.MuiFormControlLabel-label{background-color:#eef4f7;color:#181d27;border-color:#d5d7da}.add-cargo-page .MuiFormControlLabel-root:has(.MuiRadio-root.Mui-checked){background-color:#eef4f7;color:#181d27;border-color:#d5d7da}.add-cargo-page .MuiFormControlLabel-root .MuiRadio-root.Mui-checked+.MuiFormControlLabel-label{background-color:#eef4f7;color:#181d27}.add-cargo-page .MuiFormControlLabel-root .MuiFormControlLabel-label{font-size:14px;font-weight:500;line-height:1.2;margin-left:8px}.add-cargo-page .MuiFormControlLabel-root .MuiRadio-root{padding:0}.add-cargo-page .MuiFormControlLabel-root .MuiRadio-root .MuiSvgIcon-root{font-size:20px;color:#181d27}.add-cargo-page .MuiFormControlLabel-root .MuiRadio-root.Mui-checked .MuiSvgIcon-root{color:#181d27}.add-transport-page .add-transport-page__title{font-size:20px;font-weight:700;color:#333}.add-transport-page .add-transport-page__subtitle{font-size:16px;color:#717680;font-weight:400}.add-transport-page .add-transport-page__header{gap:32px}.add-transport-page .add-transport-page__paper{padding:32px;border-radius:0 0 10px 10px;border:none}.add-transport-page .add-transport-page__content-paper{padding:32px;border:none;border-radius:10px!important}.add-transport-page .MuiTextField-root .MuiOutlinedInput-root .MuiSelect-root .MuiSelect-select::placeholder{opacity:1!important;color:#999!important}.add-transport-page .MuiTextField-root .MuiOutlinedInput-root .MuiInputBase-input::placeholder{opacity:1!important;color:#999!important}.add-transport-page .MuiTextField-root .MuiOutlinedInput-root .MuiInputBase-inputMultiline{padding-left:0!important}.add-transport-page .MuiSelect-select{display:flex;align-items:center;height:42px}.add-transport-page .MuiSelect-select span{display:flex;align-items:center;height:100%;width:100%}.add-transport-page .MuiSelect-root .MuiSelect-select{display:flex;align-items:center;height:42px}.add-transport-page .MuiStack-root{position:relative}.add-transport-page .MuiStack-root>:not(style)~:not(style){margin-left:0}.add-transport-page .MuiStack-root .MuiSelect-root{position:absolute;left:8px;top:27%;z-index:1;min-width:80px}.add-transport-page .MuiStack-root .MuiSelect-root .MuiOutlinedInput-notchedOutline{border:none}.add-transport-page .MuiStack-root .MuiSelect-root .MuiSelect-select{padding:8px 7px;font-size:14px;font-weight:500;color:#333;background:transparent;display:flex;align-items:center;height:42px}.add-transport-page .MuiStack-root .price-input-field .MuiOutlinedInput-root .MuiInputBase-input{padding:0 14px 0 90px}.add-transport-page .MuiTextField-root .MuiInputLabel-root,.add-transport-page .MuiFormControl-root .MuiInputLabel-root{position:static;transform:none;margin-bottom:8px;font-size:14px;font-weight:500;color:#333;line-height:1.2}.add-transport-page .MuiTextField-root .MuiInputLabel-root.Mui-focused,.add-transport-page .MuiTextField-root .MuiInputLabel-root.MuiFormLabel-filled,.add-transport-page .MuiTextField-root .MuiInputLabel-root.MuiFormLabel-shrink,.add-transport-page .MuiTextField-root .MuiInputLabel-root.Mui-active,.add-transport-page .MuiFormControl-root .MuiInputLabel-root.Mui-focused,.add-transport-page .MuiFormControl-root .MuiInputLabel-root.MuiFormLabel-filled,.add-transport-page .MuiFormControl-root .MuiInputLabel-root.MuiFormLabel-shrink,.add-transport-page .MuiFormControl-root .MuiInputLabel-root.Mui-active{color:#333}.add-transport-page .MuiTextField-root .MuiOutlinedInput-root,.add-transport-page .MuiFormControl-root .MuiOutlinedInput-root{margin-top:0;height:42px;border-radius:8px}.add-transport-page .MuiTextField-root .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,.add-transport-page .MuiFormControl-root .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border:none}.add-transport-page .MuiTextField-root .MuiOutlinedInput-root,.add-transport-page .MuiFormControl-root .MuiOutlinedInput-root,.add-transport-page .MuiTextField-root .MuiOutlinedInput-root:hover,.add-transport-page .MuiTextField-root .MuiOutlinedInput-root.Mui-focused,.add-transport-page .MuiTextField-root .MuiOutlinedInput-root.Mui-active,.add-transport-page .MuiTextField-root .MuiOutlinedInput-root.Mui-error,.add-transport-page .MuiFormControl-root .MuiOutlinedInput-root:hover,.add-transport-page .MuiFormControl-root .MuiOutlinedInput-root.Mui-focused,.add-transport-page .MuiFormControl-root .MuiOutlinedInput-root.Mui-active,.add-transport-page .MuiFormControl-root .MuiOutlinedInput-root.Mui-error{box-shadow:inset 0 0 0 1px #d5d7da}.add-transport-page .MuiTextField-root .MuiOutlinedInput-root .MuiInputBase-input,.add-transport-page .MuiFormControl-root .MuiOutlinedInput-root .MuiInputBase-input{height:42px;padding:0 14px;font-size:14px;line-height:1.2;color:#333}.add-transport-page .MuiTextField-root .MuiOutlinedInput-root .MuiInputBase-input::placeholder,.add-transport-page .MuiFormControl-root .MuiOutlinedInput-root .MuiInputBase-input::placeholder{opacity:1;color:#999}.add-transport-page .MuiAutocomplete-root .MuiOutlinedInput-root{margin-top:0;height:42px;border-radius:8px}.add-transport-page .MuiAutocomplete-root .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border:none}.add-transport-page .MuiAutocomplete-root .MuiOutlinedInput-root,.add-transport-page .MuiAutocomplete-root .MuiOutlinedInput-root:hover,.add-transport-page .MuiAutocomplete-root .MuiOutlinedInput-root.Mui-focused,.add-transport-page .MuiAutocomplete-root .MuiOutlinedInput-root.Mui-active,.add-transport-page .MuiAutocomplete-root .MuiOutlinedInput-root.Mui-error{box-shadow:inset 0 0 0 1px #d5d7da}.add-transport-page .MuiAutocomplete-root .MuiOutlinedInput-root .MuiInputBase-input{height:42px;padding:0 7px;font-size:14px;line-height:1.2;color:#333}.add-transport-page .MuiAutocomplete-root .MuiOutlinedInput-root .MuiInputBase-input::placeholder{opacity:1;color:#999}.add-transport-page .MuiSelect-root .MuiOutlinedInput-root{margin-top:0;height:42px;border-radius:8px}.add-transport-page .MuiSelect-root .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border:none}.add-transport-page .MuiSelect-root .MuiOutlinedInput-root,.add-transport-page .MuiSelect-root .MuiOutlinedInput-root:hover,.add-transport-page .MuiSelect-root .MuiOutlinedInput-root.Mui-focused,.add-transport-page .MuiSelect-root .MuiOutlinedInput-root.Mui-active,.add-transport-page .MuiSelect-root .MuiOutlinedInput-root.Mui-error{box-shadow:inset 0 0 0 1px #d5d7da}.add-transport-page .MuiSelect-root .MuiOutlinedInput-root .MuiInputBase-input{height:42px;padding:0 14px;font-size:14px;line-height:1.2;color:#333}.add-transport-page .MuiSelect-root .MuiOutlinedInput-root .MuiInputBase-input::placeholder{opacity:1;color:#999}.add-transport-page .MuiSelect-root .MuiSelect-select{display:flex;align-items:center;height:42px;padding:0 14px;font-size:14px;line-height:1.2;color:#333}.add-transport-page .MuiSelect-root .MuiSelect-select em{color:#999;font-style:normal}.add-transport-page .css-ovbmre-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root{margin-top:0;height:42px;border-radius:8px}.add-transport-page .css-ovbmre-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root .MuiOutlinedInput-notchedOutline{border:none}.add-transport-page .css-ovbmre-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root,.add-transport-page .css-ovbmre-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root:hover,.add-transport-page .css-ovbmre-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root.Mui-focused,.add-transport-page .css-ovbmre-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root.Mui-active,.add-transport-page .css-ovbmre-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root.Mui-error{box-shadow:inset 0 0 0 1px #d5d7da}.add-transport-page .css-ovbmre-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root .MuiInputBase-input{height:42px;padding:0 14px;font-size:14px;line-height:1.2;color:#333}.add-transport-page .css-ovbmre-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root .MuiInputBase-input::placeholder{opacity:1;color:#999}.add-transport-page .MuiFormControlLabel-root{border-radius:8px;padding:8px 12px;margin:0 0 16px;height:42px;width:100%;box-sizing:border-box;background-color:#eef4f7;color:#181d27;border:1px solid #D5D7DA}.add-transport-page .MuiFormControlLabel-root .MuiFormControlLabel-label{font-size:14px;font-weight:500;line-height:1.2;margin-left:8px}.add-transport-page .MuiFormControlLabel-root .MuiCheckbox-root{padding:0}.add-transport-page .MuiFormControlLabel-root .MuiCheckbox-root .MuiSvgIcon-root{font-size:20px;color:#181d27}.add-transport-page .MuiFormControlLabel-root .MuiCheckbox-root.Mui-checked .MuiSvgIcon-root{color:#181d27}.add-transport-page .additional-info-field .MuiOutlinedInput-root{height:unset!important;min-height:42px!important}.add-transport-page .additional-info-field .MuiOutlinedInput-root .MuiInputBase-input{height:unset!important;min-height:42px!important;line-height:1.5!important}.shipment-row .MuiChip-root{border-radius:16px;font-size:14px;font-weight:500;height:22px;border:none;padding:0;display:flex;align-items:center;justify-content:center}.shipment-row .shipment-row__chip{border-radius:16px;font-weight:500;height:24px;transition:all .2s ease}.shipment-row .shipment-row__chip--cargo{background-color:#fff3e5;color:#fe6824;border:none;padding:3px 7px}.shipment-row .shipment-row__chip--cargo svg{stroke:#fe6824}.shipment-row .shipment-row__chip--distance{background-color:#eef4f7;color:#4472b8;border:none}.shipment-row .shipment-row__chip--dimensions,.shipment-row .shipment-row__chip--type{background-color:#f5f5f5;color:#717680}.shipment-row .shipment-row__badges{margin-top:20px}.shipment-row .shipment-row__chip--badge{background-color:#fcf9d2;color:#9b721b;border:none;font-size:12px;font-weight:500}.shipment-row .shipment-row__chip--dates{background-color:#f5f5f5;color:#414651;border:none;font-size:12px;font-weight:500;padding:3px 7px}.shipment-row .shipment-row__chip--repeats{background-color:#fff1e6;color:#b35c00;border:none;font-size:12px;font-weight:500;padding:3px 7px}.search-orders .shipments-page__icon{flex-shrink:0}.search-orders .shipments-page__title{font-weight:600;line-height:1.2}.search-orders .shipments-page__subtitle{line-height:1.4}.search-orders .shipments-page__header-paper{border:none!important;box-shadow:none!important;border-radius:0 0 8px 8px!important}.search-orders__filters{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.search-orders__filter-button{background-color:#4472b8;color:#fff;border-radius:8px;text-transform:none;font-weight:500;padding:8px 16px}.search-orders__filter-button:hover{background-color:#3a5fa0;transform:translateY(-1px);box-shadow:0 2px 8px #4472b84d}.search-orders__period{display:flex;align-items:center;gap:8px}.search-orders__period-select{min-width:160px;border-radius:8px}.search-orders__list{display:grid;gap:16px;margin-bottom:24px}.search-orders__item{padding:8px;margin-bottom:16px}.search-orders__pagination{display:flex;align-items:center;justify-content:space-between;margin-top:24px}.search-orders .MuiGrid-root{padding:0;margin:0}.search-orders .MuiGrid-container{margin-bottom:0}.search-orders .MuiButton-root{text-transform:none;border-radius:8px}.search-orders .MuiButton-contained{background-color:#4472b8}.search-orders .MuiButton-contained:hover{background-color:#3a5fa0}.search-orders .MuiPaper-root{border-radius:8px;box-shadow:0 1px 3px #0000001a}.search-orders .MuiSelect-root{border-radius:8px}[class*=css-1lflu6f]{background-color:#f0f0f0;color:#666;border-radius:16px;font-size:12px;font-weight:500;padding:4px 8px;height:24px}.css-1csi76m-MuiPaper-root{border:none!important;box-shadow:none!important;border-radius:0 0 8px 8px!important;padding:32px!important}.css-j0ozid{gap:32px!important}.css-18xxwmt-MuiTypography-root{font-weight:600!important}.css-dw3yii{border:none!important}.react-flow{direction:ltr;--xy-edge-stroke-default: #b1b1b7;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #555;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgba(240, 240, 240, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #e2e2e2;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: transparent;--xy-background-pattern-dots-color-default: #91919a;--xy-background-pattern-lines-color-default: #eee;--xy-background-pattern-cross-color-default: #e2e2e2;background-color:var(--xy-background-color, var(--xy-background-color-default));--xy-node-color-default: inherit;--xy-node-border-default: 1px solid #1a192b;--xy-node-background-color-default: #fff;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;--xy-node-border-radius-default: 3px;--xy-handle-background-color-default: #1a192b;--xy-handle-border-color-default: #fff;--xy-selection-background-color-default: rgba(0, 89, 220, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .8);--xy-controls-button-background-color-default: #fefefe;--xy-controls-button-background-color-hover-default: #f4f4f4;--xy-controls-button-color-default: inherit;--xy-controls-button-color-hover-default: inherit;--xy-controls-button-border-color-default: #eee;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #ffffff;--xy-edge-label-color-default: inherit;--xy-resize-background-color-default: #3367d9}.react-flow.dark{--xy-edge-stroke-default: #3e3e3e;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #727272;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(150, 150, 150, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgba(60, 60, 60, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #2b2b2b;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: #141414;--xy-background-pattern-dots-color-default: #777;--xy-background-pattern-lines-color-default: #777;--xy-background-pattern-cross-color-default: #777;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props, var(--xy-background-color, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color, var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px) translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__minimap{background:var( --xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)) )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var( --xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)) );stroke:var( --xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)) );stroke-width:var( --xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)) )}.react-flow__minimap-node{fill:var( --xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)) );stroke:var( --xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)) );stroke-width:var( --xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)) )}.react-flow__background-pattern.dots{fill:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)) )}.react-flow__background-pattern.lines{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)) )}.react-flow__background-pattern.cross{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)) )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));border-bottom:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) );color:var( --xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)) );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:var(--xy-node-border-radius, var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color, var(--xy-node-color-default));text-align:center;border:var(--xy-node-border, var(--xy-node-border-default));background-color:var(--xy-node-background-color, var(--xy-node-background-color-default))}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:5px;height:5px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));translate:-50% -50%}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color, var(--xy-edge-label-color-default))}
