*{box-sizing:border-box;margin:0;padding:0}.route__contentWrapper{height:100vh}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}#root,body,html{min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:7px}::-webkit-scrollbar-thumb{background:#555353;border-radius:20px}::-webkit-scrollbar-thumb:hover{background:#202122}.route__login{height:100%;width:100%}.route__login,.route__login__wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center}.route__login__wrapper{background:#c9c9c9;border-radius:5px;gap:20px;padding:20px;width:350px}.route__login__wrapper input{border:none;border-radius:5px;height:50px;outline:none;padding-left:10px;width:100%}.route__login__wrapper div{align-items:center;background:#b1afaf;border-radius:5px;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:18px;font-weight:700;height:50px;justify-content:center;width:100%}.customComponents__spinner{clip:auto;all:initial;-webkit-animation:none 0s ease 0s 1 normal none running;animation:none 0s ease 0s 1 normal none running;-webkit-backface-visibility:visible;backface-visibility:visible;background:transparent none repeat 0 0/auto auto padding-box border-box scroll;border:none;border-collapse:initial;border-image:none;border-radius:0;border-spacing:0;bottom:auto;box-shadow:none;box-sizing:initial;caption-side:top;clear:none;color:#000;-webkit-columns:auto;-webkit-column-count:auto;-webkit-column-fill:balance;column-fill:balance;-webkit-column-gap:normal;column-gap:normal;-webkit-column-rule:medium none currentColor;column-rule:medium none currentColor;-webkit-column-span:1;column-span:1;-webkit-column-width:auto;columns:auto;content:normal;counter-increment:none;counter-reset:none;cursor:auto;direction:ltr;display:inline;empty-cells:show;float:none;font-family:serif;font-family:Montserrat;font-size:medium;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:400;height:auto;height:64px;-webkit-hyphens:none;hyphens:none;left:auto;letter-spacing:normal;line-height:normal;list-style:disc none outside;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;orphans:2;outline:medium none invert;overflow:visible;overflow-x:visible;overflow-y:visible;padding:0;page-break-after:auto;page-break-before:auto;page-break-inside:auto;-webkit-perspective:none;perspective:none;-webkit-perspective-origin:50% 50%;perspective-origin:50% 50%;position:static;right:auto;tab-size:8;table-layout:auto;text-align:left;text-align-last:auto;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;top:auto;-webkit-transform:none;transform:none;-webkit-transform-origin:50% 50% 0;transform-origin:initial;-webkit-transform-style:flat;transform-style:flat;transition:none 0s ease 0s;unicode-bidi:normal;vertical-align:initial;visibility:visible;white-space:normal;widows:2;width:auto;width:64px;word-spacing:normal;z-index:auto}.customComponents__spinner__path{stroke:#00a3ff;stroke-linecap:round;-webkit-animation:spinner__dash 1.5s ease-in-out infinite,spinner__rotate 2s linear infinite;animation:spinner__dash 1.5s ease-in-out infinite,spinner__rotate 2s linear infinite;-webkit-transform-origin:center;transform-origin:center;transition:stroke .3s ease}@-webkit-keyframes spinner__rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner__rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes spinner__dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes spinner__dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.mobile{display:none!important}.route__adminPanel{display:grid;grid-template-columns:300px 1fr;height:100%;width:100%}.route__adminPanel__sidebar{align-items:flex-start;background:#fff;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;padding:20px 0 20px 20px}.route__adminPanel__sidebar p{align-items:center;border-radius:5px 0 0 5px;color:#13213c;cursor:pointer;display:flex;flex-direction:row;font-size:20px;height:40px;justify-content:flex-start;padding-left:5px;width:100%}.route__adminPanel__sidebar h1{color:#13213c}.route__adminPanel__sidebar strong{bottom:20px;cursor:pointer;position:absolute}.route__adminPanel__body{max-height:100%;min-height:100vh}.route__adminPanel__sidebar strong{color:#13213c;font-weight:400}@media screen and (max-width:1500px){.route__adminPanel{grid-template-columns:200px 1fr}.route__adminPanel__sidebar h1{font-size:22px}}@media screen and (max-width:1300px){.route__adminPanel{grid-template-columns:1fr}.route__adminPanel__sidebar h1{font-size:22px}.route__adminPanel__sidebar{align-items:center;flex-direction:row;max-height:80px}.route__adminPanel__sidebar p{align-items:center;border-radius:5px;justify-content:center;padding-right:5px;width:130px}.route__adminPanel__sidebar strong{margin-left:auto;margin-right:20px;position:static}}@media screen and (max-width:915px){.route__kanban__content{grid-template-columns:1fr 1fr!important;row-gap:100px!important}.route__kanban__content__column__list{min-height:1000px}.route__adminPanel__sidebar h1{font-size:18px}.route__adminPanel__sidebar{padding:10px}.route__adminPanel__sidebar strong{margin-right:0}}@media screen and (max-width:720px){.route__adminPanel__sidebar h1,.route__adminPanel__sidebar p,.route__adminPanel__sidebar strong{font-size:14px}.route__adminPanel__sidebar p{width:80px}}@media screen and (max-width:554px){.route__kanban__content{grid-template-columns:1fr!important}.route__adminPanel__sidebar{display:none}.route__adminPanel__sidebar p{width:100%}.route__adminPanel__sidebar strong{margin-right:auto}.mobile{align-items:center;display:flex!important;flex-direction:row;gap:20px;justify-content:flex-start;position:relative}.mobile>img{hyphenate-character:28px;margin-left:auto;margin-right:0;width:28px}.route__adminPanel__sidebar h1{font-size:22px}.mob-nav{align-items:flex-start;background:#fff;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;left:0;max-height:0;overflow:hidden;padding:0;position:absolute;top:50px;transition:all .3s ease;width:100%;z-index:999}.mob-nav-active{max-height:1000px;padding:10px}.route__kanban__content__column{width:100%!important}.route__kanban__header__dropdown__body{top:30px!important}}.route__dashboard{-webkit-animation:animateTab .5s linear;animation:animateTab .5s linear;background:#f3f3f3;max-height:100vh;min-height:100vh;overflow-y:scroll;width:100%}.route__dashboard__header{align-items:center;background:#ef9500;display:flex;flex-direction:row;height:50px;justify-content:space-between;padding:20px;width:100%}.route__dashboard__header p{color:#fff;font-size:22px;text-transform:uppercase}.route__dashboard__money{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr;padding:20px}.route__dashboard__money__keypi{align-items:flex-start;background:#13213c;border-radius:5px;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;padding:10px}.route__dashboard__money__keypi>h1{color:#fff;display:block;font-size:20px;margin-left:auto;margin-right:auto;text-align:center}.route__dashboard__money__keypi>p{background:#243352c4;border-radius:5px;color:#fff;font-size:15px;padding:3px;width:100%}.route__dashboard__leads{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr;padding:20px}.route__dashboard__leads__keypi{align-items:flex-start;background:#13213c;border-radius:5px;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;padding-bottom:10px;padding-top:10px}.route__dashboard__leads__keypi>h1{color:#fff;display:block;font-size:20px;margin-left:auto;margin-right:auto;text-align:center}.route__dashboard__leads__keypi>p{background:#243352c4;color:#fff;font-size:15px;padding:3px;width:100%}.route__dashboard__leads__keypi__content{align-items:flex-start;background:#243352c4;display:flex;flex-direction:column;gap:5px;justify-content:flex-start;margin-left:auto;margin-right:auto;max-height:300px;overflow-y:scroll;padding:5px;width:80%}.route__dashboard__leads__keypi__content>p{color:#fff;font-size:15px;padding:3px;width:100%}.route__dashboard__h1{border-bottom:3px solid #ef9500;color:#ef9500;font-size:22px;margin-left:20px;margin-right:20px}@media screen and (max-width:938px){.route__dashboard__leads,.route__dashboard__money{grid-template-columns:1fr 1fr}.route__dashboard__money .last{grid-column-end:3;grid-column-start:1;width:100%}}@media screen and (max-width:652px){.route__dashboard__leads,.route__dashboard__money{grid-template-columns:1fr}.route__dashboard__money .last{grid-column-end:1;grid-column-start:1;width:100%}}.route__kanban{-webkit-animation:animateTab .5s linear;animation:animateTab .5s linear;background:#f3f3f3;min-height:100%;width:100%}.route__kanban__header{align-items:center;background:#ef9500;display:flex;flex-direction:row;height:50px;justify-content:space-between;padding:20px;width:100%}.route__kanban__header p{color:#fff;font-size:22px;text-transform:uppercase}.route__kanban__content{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;max-width:calc(100vw - 300px);min-height:93vh;overflow-x:scroll;padding:20px}.route__kanban__header__dropdown{position:relative}.route__kanban__header__dropdown__head{align-items:center;background:#13213c;border-radius:5px;cursor:pointer;display:flex;flex-direction:row;justify-content:center;padding:5px;width:180px}.route__kanban__header__dropdown__head>p{color:#fff;font-size:16px}.route__kanban__header__dropdown__head--active{border-radius:5px 5px 0 0}.route__kanban__header__dropdown__body>p{cursor:pointer;font-size:14px}.route__kanban__header__dropdown__body{align-items:flex-start;background:#13213c;display:flex;flex-direction:column;gap:15px;justify-content:flex-start;max-height:0;overflow:hidden;position:absolute;right:0;top:31px;transition:all .3s ease;width:100%}.route__kanban__header__dropdown__body--active{border-radius:0 0 5px 5px;max-height:1000px;padding:20px}.route__kanban__content__column{align-items:flex-start;display:flex;flex-direction:column;gap:30px;justify-content:flex-start;max-height:calc(100vh - 115px);width:350px}.route__kanban__content__column>p{border-radius:5px;color:#fff;font-size:20px;margin-left:auto;margin-right:auto;padding:5px;text-align:center;width:100%}.route__kanban__content__column__list{align-items:flex-start;display:flex;flex-direction:column;gap:20px;height:100%;justify-content:flex-start;overflow-y:scroll;padding:5px;width:100%}.route__kanban__content__column__list__item{background:#fff;border-radius:5px;box-shadow:0 0 4px gray;color:#13213c;cursor:pointer;padding:5px;width:100%}.route__kanban__content__column__list__item__status{align-items:flex-start;border-radius:5px;display:flex;flex-direction:column;gap:5px;justify-content:flex-start;margin-top:20px;width:100%}.route__kanban__content__column__list__item__status strong{background:#ef9500;border-radius:5px;color:#fff;cursor:pointer;font-weight:400;padding:2px;width:100%}.route__kanban__leadInfo{align-items:center;background:rgba(0,0,0,.397);cursor:default;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.route__kanban__leadInfo__wrapper{background:#f3f3f3;border-radius:5px;max-height:700px;max-width:700px;min-height:700px;min-width:700px}.route__kanban__leadInfo__wrapper__header{align-items:center;background:#d3d0d0;border-radius:5px 5px 0 0;display:flex;flex-direction:row;justify-content:space-between;padding:20px;width:100%}.route__kanban__leadInfo__wrapper__header>img{cursor:pointer}.route__kanban__leadInfo__wrapper__header h1{font-size:20px}.route__kanban__leadInfo__wrapper__body{max-height:calc(100% - 67px);overflow-y:scroll;padding:20px;width:100%}.route__kanban__leadInfo__wrapper__body__input{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:flex-start;width:100%}.route__kanban__leadInfo__wrapper__body__input textarea{background:#fff;border:none;border-radius:5px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;outline:none;padding:10px;width:100%}.route__kanban__leadInfo__wrapper__body__quantity{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:15px;margin-top:15px}.route__kanban__leadInfo__wrapper__body__quantity input{border:none;border-radius:5px;height:35px;outline:none;padding-left:10px}.route__kanban__leadInfo__wrapper__body__quantity button{background:#ef9500;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;height:35px;padding:5px;transition:.4s;width:100px}.route__kanban__leadInfo__wrapper__body__quantity button:hover{background:#da7c03}.route__kanban__leadInfo__wrapper__body__item{background:#fff;border-radius:5px;margin-bottom:10px;padding:5px;width:100%}@media screen and (max-width:1500px){.route__kanban__content{max-width:calc(100vw - 200px)}}@media screen and (max-width:1300px){.route__kanban__content{max-width:100vw}}@-webkit-keyframes UsersTableMaxHeight{0%{max-height:0}to{max-height:300px}}@keyframes UsersTableMaxHeight{0%{max-height:0}to{max-height:300px}}@-webkit-keyframes UsersTableLineAnim{0%{margin:0;opacity:0}to{margin:15px 0;opacity:1}}@keyframes UsersTableLineAnim{0%{margin:0;opacity:0}to{margin:15px 0;opacity:1}}@-webkit-keyframes animateTab{0%{opacity:0}to{opacity:1}}@keyframes animateTab{0%{opacity:0}to{opacity:1}}.route__users{grid-row-gap:26px;-webkit-animation:animateTab .5s linear;animation:animateTab .5s linear;background:#f3f3f3;display:grid;grid-template-columns:1fr;grid-template-rows:70px 1fr;height:100%;padding:30px 40px;row-gap:26px;width:100%}.route__users__head{align-items:center;background:#fff;border-radius:5px;box-shadow:0 3.5px 5.5px rgba(0,0,0,.02);display:flex;height:70px;justify-content:space-between;padding:0 30px;width:100%}.route__users__head__left{color:#2d3748;-webkit-column-gap:10px;column-gap:10px;font-size:16px}.route__users__head__left,.route__users__head__left__circle{align-items:center;display:flex;font-family:Inter;font-style:normal;font-weight:600;justify-content:center;line-height:140%}.route__users__head__left__circle{background:#fca311;border-radius:999px;color:#fff;font-size:14px;height:auto;max-height:25px;min-height:20px;padding:5px 15px;width:auto}.route__users__head__right,.route__users__head__right__btnCreate{align-items:center;display:flex;justify-content:center}.route__users__head__right__btnCreate{background:#fca311;border-radius:5px;color:#fff;-webkit-column-gap:12px;column-gap:12px;cursor:pointer;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;height:40px;line-height:140%;margin-right:10px;padding:0 16px;transition:background-color .3s ease}.route__users__head__right__btnCreate:hover{background-color:#ef9500}.route__users__head__right__btn{cursor:pointer;height:20px;max-width:0;pointer-events:none;position:relative;transition:max-width .3s ease,margin .3s ease;width:20px}.route__users__head__right__btn:after{background-color:transparent;border-radius:50%;content:"";height:26px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:background-color .3s ease;width:26px}.route__users__head__right__btn:hover:after{background-color:hsla(0,0%,50%,.208)}.route__users__head__right__btn.cloned-element:after{display:none!important}.route__users__head__right__btn--active{margin-right:10px;max-width:20px;pointer-events:all}.route__users__head__right__btn:last-child{margin-right:0}.route__users__head__right__order,.route__users__head__right__search{background:#fff;height:40px;margin-right:10px;max-width:0;overflow:hidden;position:relative;transition:max-width .3s ease,margin-right .3s ease;width:200px}.route__users__head__right__order--active,.route__users__head__right__search--active{margin-right:10px;max-width:300px}.route__users__head__right__order>input,.route__users__head__right__search>input{border:.5px solid #a0aec0;border-radius:5px;height:100%;left:0;outline:none;padding-left:34px;padding-right:34px;position:absolute;top:0;width:100%}.route__users__head__right__order__icon1,.route__users__head__right__search__icon1{height:15px;left:12px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:15px;z-index:2}.route__users__head__right__order__close,.route__users__head__right__search__close{background-size:100% 100%;cursor:pointer;height:15px;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:15px;z-index:2}.route__users__head__right__order__close:after,.route__users__head__right__search__close:after{background-color:transparent;border-radius:50%;content:"";height:20px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:background-color .3s ease;width:20px}.route__users__head__right__order__close:hover:after,.route__users__head__right__search__close:hover:after{background-color:hsla(0,0%,50%,.208)}.route__users__head__right__order__close.cloned-element:after,.route__users__head__right__search__close.cloned-element:after{display:none!important}.route__users__head__right__order{margin-right:0}.route__users__head__right__order--active{overflow:visible}.route__users__head__right .component__simpleDropdown{height:40px}.route__users__head__right .component__simpleDropdown__head{height:40px;overflow:hidden}.route__users__table{grid-column-gap:30px;align-content:flex-start;background:#fff;border-radius:5px;box-shadow:0 3.5px 5.5px rgba(0,0,0,.02);-webkit-column-gap:30px;column-gap:30px;display:grid;grid-template-columns:repeat(7,minmax(-webkit-max-content,100%));grid-template-columns:repeat(7,minmax(max-content,100%));grid-template-rows:auto;height:100%;overflow:auto;padding:24px 26px;width:100%}.route__users__table>*{-webkit-animation:UsersTableMaxHeight .3s ease forwards;animation:UsersTableMaxHeight .3s ease forwards;max-height:0;overflow:hidden}.route__users__table__line{-webkit-animation:UsersTableLineAnim .3s ease forwards;animation:UsersTableLineAnim .3s ease forwards;border:1px solid #e2e8f0;border-radius:5px;grid-column:1/span 7;height:1px;margin:0;opacity:0;width:100%}.route__users__table__error,.route__users__table__spinner{grid-column:1/span 7}.route__users__table__error{color:#982a2a;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:140%}.route__users__table__head{color:#788093;font-family:Inter;font-size:12px;font-style:normal;font-weight:700;line-height:150%;text-transform:uppercase}.route__users__table__text{align-items:center;color:#2d3748;display:flex;font-family:Helvetica;font-size:14px;font-style:normal;font-weight:700;line-height:140%}.route__users__table__icon{background-position:50%;background-repeat:no-repeat;background-size:20px 20px;cursor:pointer;height:28px;position:relative;width:28px}.route__users__table__icon:after{background-color:transparent;border-radius:50%;content:"";height:28px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:background-color .3s ease;width:28px}.route__users__table__icon:hover:after{background-color:hsla(0,0%,50%,.208)}.route__users__table__icon.cloned-element:after{display:none!important}.route__users__table__icon.cloned-element{background-image:none!important}.route__users__table__role{align-items:center;-webkit-column-gap:10px;column-gap:10px;cursor:pointer;display:flex;flex-wrap:wrap;justify-content:flex-start;max-width:300px;row-gap:5px;transition:-webkit-filter .3s ease;transition:filter .3s ease;transition:filter .3s ease,-webkit-filter .3s ease}.route__users__table__role>span{font-family:Inter;font-size:14px;font-style:normal;font-weight:700;line-height:140%;padding:4px 8px}.route__users__table__role:hover{-webkit-filter:brightness(90%);filter:brightness(90%)}.route__users__add{align-items:center;background:rgba(0,0,0,.3);cursor:default;display:flex;height:100%;justify-content:center;width:100%}.route__users__add__wrap{display:grid;grid-template-columns:1fr;grid-template-rows:62px -webkit-max-content;grid-template-rows:62px max-content;height:auto;max-width:750px;width:100%}.route__users__add__wrap__top{align-items:center;background:#f3f3f3;display:flex;height:100%;justify-content:space-between;padding:0 16px;width:100%}.route__users__add__wrap__top__head{align-items:center;color:#2d3748;display:flex;flex-direction:row;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;gap:20px;justify-content:center;line-height:140%}.route__users__add__wrap__top__btn{background-size:100% 100%;cursor:pointer;height:24px;position:relative;width:24px}.route__users__add__wrap__top__btn:after{background-color:transparent;border-radius:50%;content:"";height:30px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:background-color .3s ease;width:30px}.route__users__add__wrap__top__btn:hover:after{background-color:hsla(0,0%,50%,.208)}.route__users__add__wrap__top__btn.cloned-element:after{display:none!important}.route__users__add__wrap__bottom{grid-gap:20px;background-color:#fff;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);grid-template-rows:-webkit-max-content;grid-template-rows:max-content;padding:20px}.route__users__add__wrap__bottom__input{align-items:flex-start;color:#000;display:flex;flex-direction:column;gap:10px;justify-content:flex-start}.route__users__add__wrap__bottom__input>input{background:#fff;border:none;border-radius:5px;box-shadow:0 0 2px rgba(0,0,0,.2),0 0 4px rgba(0,0,0,.2);color:#13213c;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;height:50px;line-height:17px;outline:none;padding:0 16px;transition:-webkit-filter .3s ease;transition:filter .3s ease;transition:filter .3s ease,-webkit-filter .3s ease;width:100%}.route__users__add__wrap__bottom__input--error>input{box-shadow:0 0 4px rgba(255,0,0,.8)}.route__users__add__wrap__bottom__input--disabled>input{background-color:#f4f4f4;cursor:not-allowed;pointer-events:none}.route__users__add__wrap__bottom__input>label{color:#13213c;font-family:Inter;font-size:18px;font-style:normal;font-weight:400;line-height:22px;padding-left:4px}.route__users__add__wrap__bottom__input .component__customComponent__dropbox{border:none;box-shadow:0 0 2px rgba(0,0,0,.2),0 0 4px rgba(0,0,0,.2)!important;height:50px;transition:-webkit-filter .3s ease;transition:filter .3s ease;transition:filter .3s ease,-webkit-filter .3s ease;width:100%}.route__users__add__wrap__bottom__input .component__customComponent__dropbox .component__customComponent__dropbox__dropdown__data,.route__users__add__wrap__bottom__input .component__customComponent__dropbox .component__customComponent__dropbox__text{color:#13213c;font-weight:400}.route__users__add__wrap__bottom__input--error .component__customComponent__dropbox{box-shadow:0 0 4px rgba(255,0,0,.8)!important}.route__users__add__wrap__bottom__roles{grid-column:1/span 2}.route__users__add__wrap__bottom__roles>label{color:#13213c;font-family:Inter;font-size:18px;font-style:normal;font-weight:400;line-height:22px;padding-left:4px}.route__users__add__wrap__bottom__roles__list{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px;height:auto;justify-content:flex-start;margin-top:10px;width:100%}.route__users__add__wrap__bottom__roles__list__item{border:1px solid transparent;border-radius:3px;color:gray;cursor:pointer;font-family:Inter;font-size:14px;font-style:normal;font-weight:700;line-height:140%;padding:4px 6px;transition:color .3s ease,backgroundColor .3s ease,border .3s ease}.route__users__add__wrap__bottom__btns{align-items:center;display:grid;grid-column:1/span 2;grid-template-columns:1fr -webkit-max-content;grid-template-columns:1fr max-content;grid-template-rows:-webkit-max-content;grid-template-rows:max-content;height:auto;margin-top:30px;width:100%}.route__users__add__wrap__bottom__btns__btn{align-items:center;background:#fca311;border-radius:5px;color:#fff;cursor:pointer;display:flex;-webkit-filter:drop-shadow(4px 4px 58px rgba(0,0,0,.12));filter:drop-shadow(4px 4px 58px rgba(0,0,0,.12));font-family:Inter;font-size:18px;font-style:normal;font-weight:600;height:50px;justify-content:center;line-height:23px;transition:background-color .3s ease;width:200px}.route__users__add__wrap__bottom__btns__btn:hover{background-color:#ef9500}.route__users__add__wrap__bottom__btns__infoP{color:red;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:140%;margin-top:20px;opacity:0;transition:opacity .3s ease}@media screen and (max-width:768px){.route__users__add__wrap{max-width:95%!important}}@media screen and (max-width:620px){.route__users{padding:20px}}@media screen and (max-width:500px){.route__users__add__wrap__bottom{display:flex!important;flex-direction:column!important}.route__users__head{padding:0 10px}.route__users__head__right__btnCreate{-webkit-column-gap:5px!important;column-gap:5px!important;padding:5px!important}.route__users__head{grid-row-gap:10px;display:grid;grid-template-columns:1fr;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:10px;row-gap:10px}.route__users__head,.route__users__head__left{justify-content:flex-start}.route__users__head__right{justify-content:flex-end}.route__users__table{margin-top:20px}.component__simpleDropdown,.route__users__head__right .component__simpleDropdown__head{width:100px!important}.route__users__head__right__order--active,.route__users__head__right__search--active{max-width:150px}.route__users__head__right__btnCreate{font-size:14px}}.component__yesNoModal{background:hsla(0,0%,7%,.7);cursor:default;height:100%;width:100%}.component__yesNoModal,.component__yesNoModal__wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center}.component__yesNoModal__wrapper{background:#fff;border-radius:5px;box-shadow:0 0 4px rgba(0,0,0,.25);gap:25px;height:270px;opacity:0;padding:40px;position:relative;width:563px}.component__yesNoModal__wrapper__close{cursor:pointer;height:15px;position:absolute;right:25px;top:22px;width:15px}.component__yesNoModal__wrapper__heading{color:#13213c;font-family:Inter;font-size:24px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:28px;text-align:right}.component__yesNoModal__wrapper__text{color:#788093;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:140%;text-align:center}.component__yesNoModal__wrapper__errorMessage{color:red;font-family:Inter}.component__yesNoModal__wrapper__buttons{align-items:center;display:flex;flex-direction:row;gap:30px;justify-content:center;width:100%}.component__yesNoModal__wrapper__buttons__leftBtn{width:152px}.component__yesNoModal__wrapper__buttons__leftBtn,.component__yesNoModal__wrapper__buttons__rightBtn{align-items:center;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;height:46px;justify-content:center;letter-spacing:.05em;line-height:28px;text-align:center;transition:.4s}.component__yesNoModal__wrapper__buttons__rightBtn{width:161px}@media screen and (max-width:595px){.component__yesNoModal__wrapper{width:95%!important}}.component__simpleDropdown{position:relative;width:220px}.component__simpleDropdown__closeBtn{background-size:100% 100%!important;cursor:pointer;height:15px;position:absolute!important;position:relative;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:15px;z-index:99}.component__simpleDropdown__closeBtn:after{background-color:transparent;border-radius:50%;content:"";height:22px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:background-color .3s ease;width:22px}.component__simpleDropdown__closeBtn:hover:after{background-color:hsla(0,0%,50%,.208)}.component__simpleDropdown__closeBtn.cloned-element:after{display:none!important}.component__simpleDropdown__head{align-items:center;background:#fff;border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.12);cursor:pointer;display:flex;flex-direction:row;height:28px;justify-content:space-between;padding-left:12px;padding-right:12px;position:relative}.component__simpleDropdown__head__text{color:#13213c;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:17px}.component__simpleDropdown__body{background:#fff;border-radius:2px;box-shadow:0 0 4px rgba(0,0,0,.2);height:auto;margin-top:8px;max-height:0;overflow:hidden;position:absolute;top:28px;transition:all .5s ease-in-out;width:100%;z-index:99999}.component__simpleDropdown__body__active{max-height:1000px!important}.component__simpleDropdown__body__item{border-bottom:1px solid rgba(0,0,0,.1);color:#1c1c1c;cursor:pointer;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:6px 12px;transition:.4s;width:100%}.component__simpleDropdown__body__item:hover{background:#f0f0f0}.component__customComponent__dropbox{align-items:center;border:1px solid #5a5b6a;border-radius:4px;box-shadow:0 0 2px #00a3ff,0 0 4px #00a3ff;box-sizing:border-box;color:#19191d;cursor:pointer;display:block;display:flex;height:45px;justify-content:space-between;min-width:136px;padding:0 12px;position:relative;width:auto}.component__customComponent__dropbox>img{height:24px;width:24px}.component__customComponent__dropbox__text{font-family:Inter;font-size:14px;font-weight:500;height:auto;line-height:143%;margin-left:5px;max-width:calc(100% - 30px);overflow:hidden;white-space:nowrap;word-break:keep-all}.component__customComponent__dropbox__text__placeholder{color:#787885}.component__customComponent__dropbox__placeholder{background-color:#fff;color:#787885;font-family:Roboto;font-size:12px;font-weight:500;left:12px;line-height:16px;position:absolute;text-transform:uppercase;top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.component__customComponent__dropbox__dropdown{background-color:#fff;border-radius:8px;box-shadow:0 0 2px #00a3ff,0 0 4px #00a3ff;cursor:default;height:auto;left:0;max-height:0;min-width:300px;overflow-x:auto;padding:0;position:fixed;top:0;transition:max-height .3s ease,padding .3s ease;width:auto;z-index:999}.component__customComponent__dropbox__dropdown--active{max-height:200px;padding:0 10px 10px}.component__customComponent__dropbox__dropdown__searchBox{background-color:#fff;border:none;border-bottom:1px solid #787885;box-sizing:border-box;font-family:Inter;font-size:16px;font-weight:400;height:35px;margin-bottom:10px;outline:none;padding:10px;position:-webkit-sticky;position:sticky;top:0;width:100%}.component__customComponent__dropbox__dropdown__data{cursor:pointer;font-family:Roboto;font-size:14px;margin:10px 0;padding:0 1px;text-align:start}.component__customComponent__dropbox__dropdown__data:last-child{margin-bottom:0}.component__customComponent__dropbox__dropdown__data--noData{color:#00a3ff}.component__customComponent__dropbox--dark .component__customComponent__dropbox__text{color:#fff}.component__customComponent__dropbox--dark .component__customComponent__dropbox__dropdown,.component__customComponent__dropbox--dark .component__customComponent__dropbox__dropdown__searchBox{background-color:#2b2d3e;color:#fff}
/*# sourceMappingURL=main.cabaf299.css.map*/