header{background-color:#e2e2e2;display:flex;align-items:center;padding:0 5%;width:100%;height:90px;box-shadow:#000 0 15px 10px}.brokers-wrapper{display:flex;width:100%;gap:15px}.broker{background-color:#000;color:#fff;border-radius:8px;height:74px;width:105px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:start;padding:0 0 0 15px;transition:color .3s linear;cursor:pointer}.broker__name{font-size:24px}.admin-panel-button{display:flex;align-items:center;justify-content:center;background-color:#000;height:40px;width:40px;transition:color .25s;color:#fff;padding:0}.broker:hover,.admin-panel-button:hover{border-color:#e2e2e2}.status-circle{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:5px}.order-form__wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000e6;z-index:100}.order-form{color:#f3f3f3;max-height:674px;width:100%;max-width:700px;background-color:#434343;display:flex;flex-direction:column;align-items:center;margin:30px auto;border-radius:10px;overflow-y:auto;padding:20px 50px}.order-form__header{font-size:24px;font-weight:600}.order-form__main{width:100%;display:flex;flex-direction:column;justify-content:space-between;margin:15px auto}.order-form__main .field{font-size:20px;display:flex;height:60px;justify-content:space-between;align-items:center}.order-form input,.order-form select{max-width:240px;width:45%;height:40px;background-color:#fff;border-radius:8px;color:#1e1e1e;font-size:16px;font-weight:400;padding:0 2%;box-shadow:inset 3px 3px 14px #434343}.order-form input:disabled,.order-form select:disabled{background-color:#e2e2e2}.order-form input{text-align:right}.order-form option:hover{background-color:#2c2c2c}.order-form__footer{display:flex;width:60%;justify-content:space-around;align-items:center}.button{display:flex;justify-content:space-between;align-items:center;background-color:#2c2c2c;border-radius:8px;width:100%;max-width:120px;height:40px;font-size:16px;font-weight:400;padding:0 5%}.all-main-buttons{display:flex;width:90%;justify-content:center;gap:2%;margin:0 auto}.main-button{background-color:#000;height:40px;display:flex;align-items:center;justify-content:center;width:40px;transition:color .25s;color:#fff;padding:0}.main-button:hover{border-color:#fff}.add-order{width:85%;font-size:16px;font-weight:600}.body-unit__buttons{gap:15px}.body-unit__price,.body-unit__quantity,.body-unit__stop,.body-unit__trailing-amount,.body-unit__cur-price,.body-unit__threshold,.body-unit__limit-offset,.body-unit__condition-price{justify-content:flex-end!important}.order-button{width:36px;height:36px;background-color:#000;color:#fff;transition:color .25s;padding:0;display:flex;align-items:center;justify-content:center;border-radius:8px}.launch-one-disable{background-color:#2d2c2c94}.order-button:hover{border-color:#e2e2e2}.error-tooltip-wrapper{position:relative;display:inline-flex;align-items:start;z-index:999}.error-tooltip{display:none;position:absolute;bottom:-5%;left:-10%;transform:translate(-100%);background-color:#646cff;color:#000;padding:6px 10px;border-radius:4px;font-size:16px;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;box-shadow:0 2px 6px #0000004d;z-index:999}.portal-tooltip{display:block;position:absolute;background-color:#646cff;color:#000;padding:6px 10px;border-radius:4px;font-size:16px;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;box-shadow:0 2px 6px #0000004d;z-index:99999;max-width:420px}.error-tooltip-content{display:flex;flex-direction:column;gap:6px}.error-tooltip-wrapper:hover .error-tooltip{display:block}.order__list{width:100%;margin-top:50px;box-shadow:#000 -1px 0 6px;position:relative}.order__list__body{width:100%;color:#434343;background-color:#e2e2e2;font-size:16px;border-collapse:collapse;display:flex;flex-direction:column;overflow-x:auto;scrollbar-width:thin;-ms-overflow-style:none;flex:1;position:relative;border-collapse:separate;border-spacing:0}.order__list__main{width:100%;display:flex;flex-direction:column;line-height:140%}.order__list__body thead,.order__list__body tbody{display:flex}.order__list__body thead th{border-top:3px solid #000000;font-weight:800;justify-content:center}.order__list__body tr,.order__list__body td{display:flex;width:100%}.order__list__body td,.order__list__body th{width:100%;height:100%;min-width:100px;display:flex;align-items:center;justify-content:flex-start;border-right:1px solid #000000;border-bottom:3px solid #000000;font-size:16px;font-weight:600;color:#434343;padding:0 10px;height:60px;line-height:140%}.order__list__body tbody tr td:last-child,.order__list__body thead tr th:last-child{justify-content:flex-end;min-width:210px;border-right:none;position:-webkit-sticky;position:sticky;right:0;z-index:11;background-color:#e2e2e2;border-left:1px solid #000000;box-shadow:#0000003d -5px 0 5px}@keyframes sendOrder{0%{transform:translate(0);opacity:1;background-color:#e2e2e2}to{transform:translate(100%);opacity:0}}@keyframes deleteOrder{0%{transform:translate(0);background-color:#e2e2e2;opacity:1}30%{background-color:#fcc}to{transform:translate(-100%);opacity:0;background-color:#f003}}.order-row{will-change:transform,opacity}.order-row.animate-send{animation:sendOrder var(--anim-send-ms) forwards}.order-row.animate-delete{animation:deleteOrder var(--anim-delete-ms) forwards}.add-order__page{width:100%;margin-top:50px}.running-orders__page{width:100%;margin-top:50px;color:#000}.running-buttons{display:flex;width:90%;justify-content:center;gap:2%;margin:50px auto 0;font-size:16px;font-weight:600}.delete-all{background-color:#000;width:90%;height:40px;display:flex;align-items:center;justify-content:center;transition:color .25s;color:#fff;padding:0}.delete-all:hover{border-color:#fff}.pagination-buttons{display:flex;align-items:center;justify-content:center;gap:20px;transition:none;margin-top:10px}.pagination-buttons :hover{border-color:#fff}main{background-color:#fff;width:95%;margin:20px auto 0;height:100%;min-height:85vh;padding-bottom:15px;color:#000;border-radius:9px;box-shadow:#000 20px 20px 30px,#000 -20px 20px 30px}.page__name{font-size:16px;margin:0 15px;color:#dfdfdf;font-weight:400;transition:color .25s}.pages__row{display:inline-flex;background-color:#000;height:30px;align-items:center;border-bottom-right-radius:8px;border-top-left-radius:8px;box-shadow:#000 1px 1px 6px}.page__name:hover{color:#646cff;cursor:pointer}.active{font-weight:600;color:#f3f3f3;text-decoration:underline}.loader-container{display:flex;justify-content:center;align-items:center}.loader{border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;width:50px;height:50px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:50px auto;padding:20px;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:400px}.form-input{width:90%;padding:10px;margin:10px 0;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.form-button{width:95%;padding:10px;margin:20px 0;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease-in-out}.form-button:hover{background-color:#0056b3}#root{width:100%;margin:0 auto}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}*{padding:0;margin:0;border:0}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}:focus,:active{outline:none}a:focus,a:active{outline:none}nav,footer,aside{display:block}html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}input,button,textarea{font-family:inherit}input::-ms-clear{display:none}button{cursor:pointer}button::-moz-focus-inner{padding:0;border:0}a,a:visited,a:hover{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:2px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
