* {
    box-sizing: border-box;
}
.trademark {
    font-family: Roboto, -apple-system, "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif !important;
}
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    color: #09172b;
    font-size: 15px;
    font-family: Roboto, -apple-system, "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
body:not([data-page^='/dashboard']) [id] {
    scroll-margin-top: 110px;
}
body[data-page^='/dashboard'] [id] {
    scroll-margin-top: 175px;
}
svg {
    max-width: 100% !important;
}
.faq ul {
    padding: 0 !important;
    list-style: none !important;
    margin: 20px 0 0 0 !important;
}
.faq ul li {
    border-radius: 5px;
    margin-bottom: 10px;
    word-break: break-word;
    background-color: white;
    border: 1px rgb(50, 54, 57);
    box-shadow: 0 2px 8px rgba(74, 86, 105, 0.15);
}
.faq ul li > *:first-child {
    padding: 18px 20px;
}
.faq ul li > *:last-child {
    padding: 24px 20px;
}
.faq ul li h3 {
    font-weight: 400;
}
.faq ul li svg {
    width: 24px;
    height: 24px;
    fill: #7a90ab;
    min-width: 24px;
    min-height: 24px;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: initial;
    transition-property: transform;
}
.faq ul li.active svg {
    transform: rotate(180deg);
}
.faq ul li > *:last-child {
    visibility: hidden;
    position: absolute;
    border-top: 1px solid lightgray;
}
.faq ul li.active > *:last-child {
    position: relative;
    visibility: visible;
}
.white-space-nowrap {
    white-space: nowrap;
}
.line-height-initial {
    line-height: initial !important;
}
.hidden {
    display: none !important;
}
.notification-interval-never *:not(select) {
    display: none !important;
}
.notification-interval-never select {
    width: 100% !important;
}
.italic {
    font-style: italic;
}
.exchange-official-partner-icon {
    width: 14px;
    margin-left: 5px;
    object-fit: contain !important;
}
.exchange-official-partner {
    font-size: 75%;
    padding: 4px 6px;
    border-radius: 3px;
    color: white !important;
    background-color: #002dc1;
    line-height: initial !important;
}
.exchange-official-partner.smaller {
    font-size: 32.5% !important;
}
h2 .exchange-official-partner {
    font-size: 12px !important;
}
.skeleton {
    width: 100%;
    font-size: 1rem;
    min-height: 1rem;
    background: #EEE;
    border-radius: 4px;
}
.skeleton.small {
    max-width: 25%;
}
.skeleton.medium {
    max-width: 50%;
}
.skeleton.large {
    max-width: 75%;
}
.skeleton.text-right {
    margin: 0 0 0 auto !important;
}
.skeleton.text-center {
    margin: 0 auto 0 auto !important;
}
.light {
    color: #7a90ab;
}
.smaller {
    font-size: 82.5%;
}
.text-justify {
    text-align: justify;
}
.note {
    color: orange;
    font-size: 85%;
    font-style: italic;
}
.table-ellipsis-note:after {
    font-size: 85%;
    font-style: italic;
    color: orange !important;
}
.empty-table-message {
    padding: 20px;
    border-bottom: 1px solid #eef3f9;
}
input.search {
    border: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background-color: transparent;
    padding-left: 30px;
    font-family: Roboto,sans-serif;
    font-size: 11pt;
    position: relative;
    outline: none;
    font-weight: 500;
    color: #0051ff;
}
i.search {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 40px;
    height: 40px;
    color: #0051ff;
}
hr {
    height: 1px;
    clear: both;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #eef3f9;
}
hr.spacer {
    margin: 20px 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
h1,
.banner h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 72px;
}
.notification {
    color: #fff;
    border-radius: 3px;
    padding: 20px;
    line-height: 26px;
    font-size: 14px;
}
.error-page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 80px 40px;
    margin: 0 auto;
}
.error-page p {
    color: #7a90ab;
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
    line-height: 240%;
}
.error-page p a {
    color: #1956d8;
    text-decoration: none;
    font-weight: 500;
}
.error-page svg {
    width: 100%;
    margin: 0 auto;
    display: block;
    user-select: none;
    overflow: visible;
}
.error-page svg rect {
    transition: transform 0.3s;
    transform-origin: 50% 50%;
    animation-name: svgScale;
    animation-duration: 1s;
}
.error-page svg rect:hover {
    cursor: pointer;
    transform: scale(1.2) !important;
    transform-origin: 50% 50%;
    transition: transform 0.3s;
}
@keyframes svgScale {
    0% {
        transform: scale(0);
        opacity:0
    }
    100% {
        opacity: 1;
        transform:scale(1)
    }
}
.cookie-consent {
    z-index: 1;
    background-color: #f6f8fb;
    box-shadow: 0 2px 16px rgba(74, 86, 105, 0.15);
}
.cookie-consent > * > * {
    padding: 15px 0;
}
.cookie-consent .button {
    transition:  none !important;
}
.hidden-email:before {
    direction: ltr;
    unicode-bidi: bidi-override;
    content: attr(data-user) "\0040" attr(data-domain);
}
small,
.small {
    font-size: 85% !important;
}
table .table-ellipsis {
    width: 100%;
    color: transparent;
    position: relative;
}
table .table-ellipsis.order-type_BUY,
table .table-ellipsis.order-type_SELL {
    width: initial !important;
    padding: 0 15px !important;
}
table .table-ellipsis:before {
    content: "&nbsp;";
}
table .table-ellipsis:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: black;
    overflow: hidden;
    position: absolute;
    content: attr(title);
    text-overflow: ellipsis;
}
table a.table-ellipsis:after {
    color: #0051ff !important;
}
table a.table-ellipsis:hover:after {
    text-decoration: underline;
}
table .table-ellipsis.light:after {
    color: #7a90ab !important;
}
table .table-ellipsis.negative:after {
    color: red !important;
}
table .table-ellipsis.positive:after {
    color: #18ad76 !important;
}
table.sortable thead th:not(.no-sort) {
    cursor: pointer;
    position: relative;
}
table.sortable thead th:not(.no-sort).sorted.ascending:after,
table.sortable thead th:not(.no-sort).sorted.descending:after {
    width: 0;
    height: 0;
    content: "";
    margin-left: 3.5px;
    bottom: calc(50% - 2.5px);
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
table.sortable thead th:not(.no-sort).sorted.ascending:after {
    border-bottom: 5px solid #0051ff;
}
table.sortable thead th:not(.no-sort).sorted.descending:after {
    border-top: 5px solid #0051ff;
}
table.fixed-layout {
    table-layout: fixed;
}
.list > table {
    width: 100%;
    font-size: 14px;
    white-space: nowrap;
    border-collapse: collapse;
}
.list > table tr.empty-list {
    white-space: initial !important;
}
.list > table th {
    font-weight: 500;
    text-align: left;
}
.list > table tr.hidden {
    display: none !important;
}
.list > table tr th,
.list > table tr td {
    padding: 20px;
    border-bottom: 1px solid #eef3f9;
}
th.icon-action,
td.icon-action {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.list.market > table tr td:nth-child(2) {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list > table > tbody tr:not(.highlight):hover {
    transition: all .1s;
    background-color: #fbfdff;
    -webkit-transition: all .1s;
}
.list > table > tbody tr.highlight {
    transition: none !important;
    -webkit-transition: none !important;
    background-color: #f6f8fb !important;
}
.list.invoices table.prices {
    width: 100%;
}
.list.invoices table.prices th,
.list.invoices table.prices td {
    padding: 2.5px !important;

}
.list.invoices table.prices tr:not(:nth-child(2)) td {
    border-bottom: none !important;
}
.order-type_BUY,
.order-type_SELL {
    height: 32px;
    border-radius: 8px;
    display: inline-block;
    line-height: 32px;
    padding: 0 10px;
    font-size: 13px;
}
.order-type_BUY {
    color: #da003e;
    background-color: #fff2f2;
}
.order-type_SELL {
    color: #18ad76;
    background-color: #eaf9f3;
}
.fixed {
    position: fixed;
}
.top {
    top: 0;
}
.left {
    left: 0;
}
.right {
    right: 0;
}
.bottom {
    bottom: 0;
}
.padding {
    padding: 30px;
}
.flex {
    display: flex;
}
.flex-important {
    display: flex !important;
}
.flex-self-bottom {
    margin-top: auto !important;
}
.inline-flex {
    display: inline-flex;
}
.flex-column {
    flex-direction: column;
}
.flex-center {
    align-self: center;
}
.flex-start {
    align-items: flex-start;
}
.flex-justify-center {
    justify-content: center;
}
.spread {
    justify-content: space-between;
}
.middle {
    align-items: center;
}
.grow {
    flex-grow: 1;
    flex-basis: 0;
}
.flex-end {
    justify-content: flex-end;
}
.pointer {
    cursor: pointer;
}
.page-width {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1100px;
}
.no-text-decoration {
    text-decoration: none !important;
}
.no-text-decoration:not(.color-inherit):not(.light) {
    color: initial !important;
}
.button {
    line-height: 200%;
    cursor: pointer;
    border-radius: 3px;
    text-decoration: none;
    transition: transform 0.2s;
    display: inline-block;
    padding: 8px 20px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    background-color: #1956d8;
    color: #fff;
}
.button:hover {
    background-color: #002dc1;
}
.button.light {
    background-color: #eaf1f9;
    color: #09172b;
}
.button.light:hover {
    background-color: #cedbea;
}
.button.warning {
    background-color: #fff3cd;
    color: #856404;
}
.button.warning:hover {
    background-color: #ffdb66;
}
.button.error {
    background-color: #f8d7da;
    color: #721c24;
}
.button.error:hover {
    background-color: #f5c6cb;
}
.button:not(.no-shadow).transform:hover {
    box-shadow: 0 1rem 2.5rem rgba(22,28,45,0.1),0 0.5rem 1rem -0.75rem rgba(22,28,45,0.1) !important;
    transform: translate3d(0, -3px, 0);
}
.button:not(.no-shadow):not(.transform):hover {
    box-shadow: 0 4px 8px rgba(74, 86, 105, 0.35)
}
.button + i.material-icons {
    position: relative;
}
.button i.material-icons {
    top: 1.5px !important;
    font-size: 100% !important;
    position: relative !important;
    padding-right: 5px !important;
    font-style: inherit !important;
    font-weight: inherit !important;
}
.spacerX {
    width: 20px;
    display: inline-block;
}
.spacerX.small {
    width: 10px;
}
.spacerX.medium {
    width: 30px;
}
.spacerX.large {
    width: 60px;
}
.spacerY {
    height: 20px;
    display: block;
}
.spacerY.small {
    height: 10px;
}
.spacerY.medium {
    height: 30px;
}
.spacerY.large {
    height: 60px;
}
.color-inherit {
    color: inherit !important;
}
.sep {
    height: 3px;
    display: block;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    margin-bottom: 3px;
}
.seperator {
    width: 100%;
}
.seperator:first-child {
    fill: white !important;
}
.seperator:last-child {
    background: white !important;
}
.block {
    display: block;
}
.banner {
    width: 100%;
    position: relative;
}
.banner.grey {
    background-color: #f6f8fb;
}
.banner.grey .seperator {
    fill: #f6f8fb;
}
.banner .vertical-seperator {
    margin: 0 40px;
    border: 1px solid #7a90ab;
    width: 1px !important;
}
.banner h1,
.banner h2,
.banner h3 {
    font-weight: 600;
    font-style: normal;
    font-family: Gilroy,sans-serif;
    -webkit-font-smoothing: antialiased;
}
.banner p {
    line-height: 35px;
    text-align: justify;
}
.banner .material-icons.large {
    color: #1956d8;
    font-size: 250px;
}
.banner .material-icons.medium {
    padding: 10px;
    color: #1956d8;
    font-size: 50px;
    border-radius: 50%;
    border: 2px solid #1956d8;
}
.page {
    width: 100%;
    display: flex;
    min-height: 100%;
    padding-top: 80px;
    flex-direction: column;
    justify-content: space-between;
}
.footer {
    background-color: #f6f8fb;
}
.exchange-display-icon {
    width: 32px;
    height: 32px;
}
.notification_channel_icon {
    width: 26px;
    height: 26px;
    object-fit: contain;
    padding-right: 5px;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-elipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}
.rate-negative,
.rate-positive {
    height: 32px;
    border-radius: 8px;
    display: inline-block;
    line-height: 32px;
    padding: 0 10px;
    font-size: 13px;
}
.rate-negative:after,
.rate-positive:after {
    content: '%';
}
.rate-negative {
    color: red;
    background-color: #fff2f2;
}
.rate-positive {
    color: #18ad76;
    background-color: #eaf9f3;
}
.rate-positive.under-profit-percentage {
    color: #856404;
    background-color: #fff3cd;
}
.negative {
    color: red;
}
.positive {
    color: #18ad76;
}
.hero {
    z-index: 1;
    text-align: center;
    background-color: black;
}
.hero h1 {
    color: white;
    font-size: 54px;
    line-height: 54px;
    text-align: center;
    letter-spacing: 1px;
}
.hero .hero-background {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    opacity: 0.35;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.hero p {
    color: white;
    font-size: 15px;
    max-width: 400px;
    line-height: 48px;
    margin: 50px auto;
    text-align: center;
}
.hero p.double-width {
    max-width: 800px !important;
}
.hero a.cta {
    color: #fff;
    height: 66px;
    line-height: 64px;
    padding: 0 24px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 28px;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.16);
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hero a.cta:hover {
    border-color: white;
    transition: border-color 0.6s;
}
.scroller {
    width: 100px;
    position: relative;
    margin: 0 auto;
    height: 25px;
}
.scroller>div {
    border-style: solid;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 32px;
    height: 36px;
    left: 40px;
    width: 22px;
    margin: 0 auto;
    position: absolute;
    bottom: 13px;
}
.scroller>div>div {
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    height: 3px;
    width: 3px;
    margin: 0 auto;
    animation: wheel_animation 1.2s linear infinite;
}
.uppercase {
    text-transform: uppercase;
}
@keyframes wheel_animation {
    0% {
        opacity: 0;
        top:2px
    }

    50% {
        opacity: 1;
        top:12px
    }

    100% {
        opacity: 0;
        top:24px
    }
}
a.external {
    color: inherit !important;
    display: inline !important;
    text-decoration: none !important;
}
a.external:hover {
    text-decoration: underline !important;
}
.header {
    z-index: 10;
    height: 80px;
    background-color: #fff;
    box-shadow: 0 2px 16px rgba(74, 86, 105, 0.15);
}
.header > div > div > a {
    text-decoration: none;
}
.header > div > div > a > .trademark {
    color: #5b7390;
    font-size: 20px;
    position: relative;
    display: flex;
    align-items: center;
}
.header > div > div > a > .trademark > .extra {
    margin-left: 5px;
    padding: 5px;
    font-size: 50%;
    color: #856404;
    border-radius: 3px;
    background: #fff3cd;
    text-transform: uppercase;
}
.header .icon {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.header > div > div:nth-child(2) {
    height: 100%;
}
.hero .hero-background.home {
    background-image: url('/Assets/Images/bitcoin.jpg');
}
.header ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}
.header ul > li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header ul > li svg {
    vertical-align: middle;
    width: 12px;
    height: 12px;
    fill: #7a90ab;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: initial;
    transition-property: transform;
}
.header ul > li:hover svg {
    transform: rotate(180deg);
}
.header ul > li > a {
    color: #5b7390;
    padding: 0 15px;
    font-size: 17px;
    display: inline-block;
    text-decoration: none;
}
.header .hamburger {
    width: 80px;
    height: 80px;
    right: -20px;
    position: relative;
    margin-left: auto;
    padding-right: 20px;
    padding-top: 30px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.header .hamburger > div {
    width: 24px;
    height: 16px;
    position: relative;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin-left: auto;
}
.header .hamburger > div > span:nth-child(1) {
    top: 0;
}
.header .hamburger > div > span:nth-child(2),
.header .hamburger > div > span:nth-child(3) {
    top: 7px;
}
.header .hamburger > div.open > span:nth-child(1) {
    top: 9px;
    width: 0;
    left: 50%;
}
.header .hamburger > div.open > span:nth-child(2) {
    transform: rotate(45deg);
}
.header .hamburger > div.open > span:nth-child(3) {
    transform: rotate(-45deg);
}
.header .hamburger > div.open > span:nth-child(4) {
    top: 9px;
    width: 0;
    left: 50%;
}
.header .hamburger > div > span:nth-child(4) {
    top: 14px;
}
.header .hamburger > div > span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #7a90ab;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}
.header .flex > ul > li.dropdown > ul > li {
    display: block;
}
.system_status_indicator {
    width: 8px;
    height: 8px;
    margin-left: 7.5px;
    border-radius: 50%;
    display: inline-block;
    background: rgba(52, 172, 224, 1);
    animation: pulse-blue 2s infinite;
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 1);
}
.system_status_indicator[data-indicator='OK'] {
    background: rgba(51, 217, 178, 1);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
    animation: pulse-green 2s infinite;
}
.system_status_indicator[data-indicator='WARNING'] {
    background: rgba(255, 174, 66, 1);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
    animation: pulse-orange 2s infinite;
}
.system_status_indicator[data-indicator='ERROR'] {
    background: rgba(255, 82, 82, 1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
    animation: pulse-red 2s infinite;
}
@keyframes pulse-blue {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 7.5px rgba(52, 172, 224, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
    }
}
@keyframes pulse-green {
    0% {
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
    }
    70% {
        box-shadow: 0 0 0 7.5px rgba(51, 217, 178, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
    }
}
@keyframes pulse-orange {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
    }

    70% {
        box-shadow: 0 0 0 7.5px rgba(255, 121, 63, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
    }
}
@keyframes pulse-red {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 7.5px rgba(255, 82, 82, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}
textarea {
    width: 100%;
    color: #1a2a3e;
    font-size: 11pt;
    min-height: 125px;
    resize: vertical;
    border-radius: 3px;
    padding: 10px;
    transition: border .2s;
    -webkit-appearance: none;
    border: 1px solid #e0e5ec;
    font-family: Roboto,sans-serif;
    background-color: white !important;
}
.publicHolder {
    height: 100%;
    padding: 30px;
    display: flex;
    flex-grow: 1;
    flex-basis: 0;
    align-items: center;
    background-color: #f6f8fb;
}
.publicHolder.dashboard-nav {
    background-color: #f6f8fb !important;
    min-height: calc(100% - 65px) !important;
}
.publicBlock {
    width: 100%;
    max-width: 380px;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 11px 0 rgba(63,73,105,.05);
}
.publicBlock h1,
.publicBlock h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    font-family: Nunito,sans-serif;
}
.publicBlock .publicIcon {
    color: #dde5ef;
}
.publicBlock .inputTitle {
    color: #7a90ab;
    margin: 15px 0;
    font-size: 14px;
    display: block;
}
.publicBlock .inputTitle:after {
    content: ":";
}
.publicBlock .inputModule {
    display: block;
    position: relative;
}
input[type=date] {
    -webkit-appearance: none;
    box-sizing: border-box !important;
    min-width: calc(100% - 16px) !important;
}
.popup input,
.publicBlock .inputModule input {
    width: 100%;
    height: 48px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #e0e5ec;
    font-family: Roboto,sans-serif;
    font-size: 11pt;
    border-radius: 3px;
    transition: border .2s;
    color: #1a2a3e;
}
.publicBlock .inputModule textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #e0e5ec;
    font-family: Roboto,sans-serif;
    font-size: 11pt;
    border-radius: 3px;
    transition: border .2s;
    color: #1a2a3e;
    resize: vertical;
}
.publicBlock .inputModule .intl-tel-input {
    width: 100%;
}
.button-link,
button.button {
    display: block;
    cursor: pointer;
    transition: all .15s;
    background-color: #0051ff;
    color: #fff;
    width: 100%;
    min-height: 60px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    border-radius: 3px;
    font-weight: 500;
    text-align: center;
}
.publicHolder .redirect-links a {
    color: #7a90ab;
    font-weight: 500;
    text-decoration: none;
}
.publicHolder .redirect-links a:hover {
    color: #0051ff;
}
.publicHolder .redirect-links a:not(:last-child):after {
    content: "|";
    margin: 0 5px;
    display: inline-block;
    color: #7a90ab !important;
}
.publicBlock .success-public.successHolder {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.publicBlock .success-public.successHolder > * {
    width: 100%;
}
.publicBlock .success-public.absolute {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.publicBlock .success-public .checkmark {
    width: 56px;
    height: 56px;
    min-height: 56px !important;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke-miterlimit: 10;
    animation: fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both;
}
.success-public .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    fill: none;
    -webkit-animation: stroke .6s cubic-bezier(.65,0,.45,1) forwards;
    animation: stroke .6s cubic-bezier(.65,0,.45,1) forwards;
}
.success-public .checkmark__check {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards;
    animation: stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards;
}
.success-public.successHolder>.light {
    line-height: 200%;
    max-width: 400px;
}
.legal {
    padding: 30px;
    border-radius: 3px;
    background-color: #fff;
}
.legal b {
    color: black;
    font-weight: 600;
    font-style: italic;
}
.legal p,
.legal li {
    color: #7a90ab;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}
.legal > ol {
    padding: 0;
    list-style: none;
    counter-reset: section;
}
.legal > ol > li:not(:last-child) {
    margin-bottom: 30px;
}
.legal > ol > li h3 {
    color: black;
    display: inline-block;
}
.legal > ol > li > h3:before {
    color: black;
    font-weight: 900;
    padding-right: 10px;
    counter-increment: section;
    content: counter(section) ".";
}
.legal ol li ol {
    padding: 0;
    list-style: none;
    counter-reset: sub-section;
}
.legal ol li ol li:before {
    color: black;
    font-weight: 900;
    padding-right: 10px;
    counter-increment: sub-section;
    content: counter(section) "." counter(sub-section) ".";
}
.legal ol li ol li:not(:last-child) {
    margin-bottom: 16px;
}
.pricing {
    padding: 30px 20px;
    border-radius: 3px;
    background-color: #fff;
    transition: transform 0.2s;
    box-shadow: 0 0 11px 0 rgba(63,73,105,.05);
    -webkit-box-shadow: 0 0 11px 0 rgba(63,73,105,.05);
}
.pricing:not(.selected):not(.confirm):not(.disabled) {
    cursor: pointer;
}
.pricing:not(.selected):not(.confirm):hover {
    transform: translate3d(0, -3px, 0);
}
.pricing.popular:not(.selected) {
    border: 2px solid #c3e6cb;
}
.pricing.selected {
    border: 2px solid #0051ff;
}
.pricing.popular,
.pricing.selected {
    padding: 30px 18px !important;
}
.pricing .extra {
    top: 7.5px;
    right: 7.5px;
    padding: 5px;
    font-size: 70%;
    display: block;
    position: absolute;
    border-radius: 5px;
}
.pricing .extra {
    color: #fff;
    background-color: #1956d8;
}
.pricing .extra.popular {
    color: #155724;
    background-color: #d4edda;
}
.pricing h3 {
    font-size: 25px;
}
.pricing .price {
    font-size: 40px;
    font-weight: 700;
}
.pricing .features {
    margin: 0;
    padding: 0 15px;
    list-style: none !important;
}
.pricing .features > *:not(:last-child) {
    margin-bottom: 10px;
}
.pricing .features > *:not(.negative):before {
    content: '✓';
    color: green;
    padding-right: 10px;
}
.pricing .features > *.negative:before {
    content: '⨉';
    color: red;
    padding-left: 3px;
    padding-right: 10px;
}
.pricing .features > *.negative {
    color: #7a90ab;
}
.pricing .features img {
    width: 20px !important;
    height: 20px !important;
    padding-left: 5px !important;
    object-fit: contain !important;
}
.pricing .button {
    width: 100%;
    text-align: center;
    margin-top: auto !important;
}
.pricing .button.subscription-active,
.pricing .button.subscription-expired {
    cursor: initial !important;
    background-color: transparent !important;
}
.pricing .button.subscription-active {
    color: #0051ff !important;
}
.pricing .button.subscription-expired {
    color: #7a90ab !important;
}
.pricing .button.subscription-active:before {
    content: '✓';
    color: green;
    padding-right: 10px;
}
.pricing .button.subscription-expired:before {
    content: '✗';
    color: red;
    padding-right: 10px;
}
.pricing .button.confirm {
    color: #155724;
    background-color: #d4edda;
}
.pricing .button.confirm:not([disabled]):before {
    content: '✓';
    color: #155724;
    padding-right: 10px;
}
.real_time_notification_logged_in_user:before {
    content: '✓';
    color: green;
}
.real_time_notification_login_wrapper.logged_in iframe,
.real_time_notification_login_wrapper:not(.logged_in) .real_time_notification_logged_in_user {
    display: none !important;
}
.popup {
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, .75);
}
.popup:not(.visible) {
    display: none !important;
}
.popup > * {
    margin: 0 auto;
    overflow-y: auto;
    max-width: 440px;
    min-height: 300px;
    border-radius: 3px;
    background-color: #fff;
    width: calc(100vw - 40px);
    max-height: calc(100vh - 40px);
    transform-origin: top center;
}
.popup.visible > * {
    animation: lightbox .2s;
}
.popup i.close:hover {
    color: #0051ff;
}
@keyframes lightbox {
    0% {
        opacity: 0;
        transform: translate3d(0, 40px, 0)
    }
    to {
        opacity: 1;
        transform:translateZ(0)
    }
}
@keyframes stroke {
    to {
        stroke-dashoffset:0
    }
}
@keyframes fill {
    to {
        -webkit-box-shadow: inset 0 0 0 30px #0051ff;
        box-shadow:inset 0 0 0 30px #0051ff
    }
}
@media only screen and (max-width: 415px) {
    .banner .base-icon {
        max-width: 25px !important;
        max-height: 25px !important;
    }
    .success-public.absolute:not(.keep-big) {
        position:fixed
    }
    .success-public.successHolder:not(.keep-big) {
        background-color:#0051ff
    }
    .success-public.successHolder.keep-big {
        background-color:#fff;
    }
    .success-public.successHolder:not(.keep-big) > .light {
        color:hsla(0, 0%, 100%, .6) !important
    }

    .success-public.successHolder:not(.keep-big) > h2 {
        color:#fff !important
    }

    .success-public .checkmark__circle {
        stroke:#fff
    }

    .success-public .checkmark {
        stroke: #0051ff;
        -webkit-box-shadow: inset 0 0 0 #fff;
        box-shadow:inset 0 0 0 #fff
    }

    @-webkit-keyframes fill {
        to {
            -webkit-box-shadow: inset 0 0 0 30px #fff;
            box-shadow:inset 0 0 0 30px #fff
        }
    }

    @keyframes fill {
        to {
            -webkit-box-shadow: inset 0 0 0 30px #fff;
            box-shadow:inset 0 0 0 30px #fff
        }
    }
}

@media only screen and (min-width: 415px) {
    .success-public.absolute:not(.keep-big) {
        position:absolute
    }
    .success-public.successHolder {
        background-color:#fff
    }

    .success-public .checkmark__circle {
        stroke:#0051ff
    }

    .success-public .checkmark {
        stroke: #fff;
        -webkit-box-shadow: inset 0 0 0 #0051ff;
        box-shadow:inset 0 0 0 #0051ff
    }

    @-webkit-keyframes fill {
        to {
            -webkit-box-shadow: inset 0 0 0 30px #0051ff;
            box-shadow:inset 0 0 0 30px #0051ff
        }
    }

    @keyframes fill {
        to {
            -webkit-box-shadow: inset 0 0 0 30px #0051ff;
            box-shadow:inset 0 0 0 30px #0051ff
        }
    }
}
label {
    cursor: pointer;
}
.int-tel-input-no-dial-code .flag-container .dial-code {
    display: none !important;
}
.checkbox-switch input {
    display: none;
}
.checkbox-switch span {
    outline: 0;
    width: 2.8em;
    padding: 2px;
    height: 1.6em;
    display: inline-block;
    cursor: pointer;
    position: relative;
    background: #f0f2f6;
    border-radius: 2em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.checkbox-switch input:checked + span {
    background: #0051ff;
}
.checkbox-switch span:after {
    left: 0;
    width: 50%;
    content: '';
    height: 100%;
    display: block;
    position: relative;
    border-radius: 2em;
    background: #fbfbfb;
    -webkit-transition: left .3s cubic-bezier(.175,.885,.32,1.275),padding .3s ease,margin .3s ease;
    transition: left .3s cubic-bezier(.175,.885,.32,1.275),padding .3s ease,margin .3s ease;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 4px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 4px 0 rgba(0,0,0,.08);
}
.checkbox-switch input:checked + span:after {
    left: 50%;
}
.flash-message {
    left: 25px;
    bottom: 25px;
    padding: 15px;
    z-index: 99999;
    position: fixed;
    margin-right: 25px;
    border-radius: 4px;
    transition: .2s;
    transform: translateY(16px);
    transform-origin: bottom left;
    opacity: 0;
    visibility: hidden;
    animation: flash_message_fade_out .5s forwards;
    animation-iteration-count: 1;
    animation-delay: 5s;
    max-width: 450px;
    max-height: 250px;
    overflow-y: auto;
    box-shadow: 0 0 11px 0 rgba(63, 73, 105, .25);
}
.flash-message.active:hover {
    animation-delay: 1000s;
}
.flash-message.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.notification,
.flash-message[data-type='info'] {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.notification.success,
.flash-message[data-type='success'] {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.notification.error,
.flash-message[data-type='error'] {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.notification.warning,
.flash-message[data-type='warning'] {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.flash-message .flash-message-content {
    align-self: center;
    padding-left: 10px;
}
@keyframes flash_message_fade_out {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(16px);
    }
}
.spinner {
    margin: 0 auto;
    position: relative;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    border-left-color: rgba(0, 126, 229, .15);
    border-right-color: rgba(0, 126, 229, .15);
    border-bottom-color: rgba(0, 126, 229, .15);
    border-top-color: rgba(0, 126, 229, .8);
    animation: spinner_rotation .5s infinite linear;
    border-radius: 100%;
}
.button .spinner {
    top: 5px;
    width: 28px;
    height: 28px;
}
table .spinner {
    width: 32px;
    height: 32px;
}
@keyframes spinner_rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.button:not(.light):not(.error) .spinner {
    border-left-color: rgba(255, 255, 255, .15) !important;
    border-right-color: rgba(255, 255, 255, .15) !important;
    border-bottom-color: rgba(255, 255, 255, .15) !important;
    border-top-color: rgba(255, 255, 255, .8) !important;
}
.button.error .spinner {
    border-left-color: rgba(114, 28, 36, .15);
    border-right-color: rgba(114, 28, 36, .15);
    border-bottom-color: rgba(114, 28, 36, .15);
    border-top-color: rgba(114, 28, 36, .8);
}
.dashboard {
    padding: 20px 0;
    background-color: #f6f8fb;
}
.dashboard-background {
    background-color: #f6f8fb;
}
.dashboard h1 {
    font-size: 32px;
    font-weight: 500;
    font-family: Nunito,sans-serif;
}
.dashboard h2 {
    font-size: 20px;
    font-family: Nunito,sans-serif;
}
.dashboard-nav {
    top: 80px;
    z-index: 3;
    height: 65px;
    background-color: #f0f5f9;
    box-shadow: 0 2px 16px rgba(74, 86, 105, 0.15);
}
.dashboard-nav ul {
    padding: 0;
    position: relative;
    display: inline-block;
    margin: 0 auto 0 auto;
    list-style-type: none;
    scroll-behavior: smooth;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    width: 100%;
}
.dashboard-nav ul li {
    display: inline-block;
}
.dashboard-nav ul li a {
    padding-right: 15px;
    padding-left: 15px;
    height: 65px;
    cursor: pointer;
    line-height: 65px;
    text-decoration: none;
    color: #667990;
}
.dashboard-nav ul li.active a,
.dashboard-nav ul li a:hover {
    color: #0051ff;
}
.dashboard .content-block {
    background-color: #fff;
    -webkit-box-shadow: 0 0 11px 0 rgba(63,73,105,.05);
    box-shadow: 0 0 11px 0 rgba(63,73,105,.05);
    border-radius: 3px;
}
select.styled,
.dashboard .content-block input:not(.search),
.dashboard .content-block select {
    height: 48px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #e0e5ec;
    font-family: Roboto,sans-serif;
    font-size: 11pt;
    border-radius: 3px;
    transition: border .2s;
    color: #1a2a3e;
    -webkit-appearance: none;
    background-color: white !important;
}
.inputModule .iti {
    width: 100%;
}
input.int-tel {
    padding-left: 52px !important;
}
.country-int-tel .iti__dial-code,
.iti__country-list .iti__dial-code {
    display: none !important;
}
select {
    outline: 0;
    overflow: hidden;
    white-space: nowrap;
    border-color: #7a90ab;
    text-overflow: ellipsis;
    background-repeat: no-repeat;
    padding-right: 50px !important;
    background-size: 5px 5px, 5px 5px, 1px 100%;
    background-position: calc(100% - 15px) 20px, calc(100% - 20px) 20px, calc(100% - 40px) 0;
    background-image: linear-gradient(135deg, #7a90ab 50%, transparent 50%), linear-gradient(45deg, transparent 50%, #7a90ab 50%), linear-gradient(to right, #ddd, #ddd);
}
.dashboard .content-block input[type=number] {
    text-align: right !important;
}
.dashboard .content-block .double-input input,
.dashboard .content-block .double-input select {
    width: 50%;
    min-width: initial !important;
    max-width: initial !important;
}
.checkbox {
    position: relative;
    height: 22px;
    width: 22px;
}
.checkbox input[type=checkbox] {
    height: 0;
    width: 0;
    margin: 0;
    display: none;
    padding: 0;
}
.checkbox input[type=checkbox]+span {
    display: flex;
    align-items: center;
    width: 22px;
    height: 22px;
    background: transparent;
    border: 2px solid #e0e5ec;
    border-radius: 2px;
    cursor: pointer;
    transition: all .25s cubic-bezier(.4,0,.23,1);
}
.checkbox input[type=checkbox]:checked+span {
    box-sizing: border-box;
    border: 11px solid #0051ff;
}
.checkbox input[type=checkbox]:checked+span:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 5px;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transform: rotate(45deg);
    transform-origin: 0 100%;
    animation: checkbox-check 125ms cubic-bezier(.4,0,.23,1) .25s forwards;
}
.checkbox+span>small {
    line-height: initial !important;
}
@keyframes checkbox-check {
    0% {
        width: 0;
        height: 0;
        border-color: #fff;
        transform:translateZ(0) rotate(45deg)
    }

    33% {
        width: .2em;
        height: 0;
        transform:translateZ(0) rotate(45deg)
    }

    to {
        width: .2em;
        height: .5em;
        border-color: #fff;
        transform:translate3d(0, -.5em, 0) rotate(45deg)
    }
}
.pager {
    padding: 15px 0;
}
.pager > * {
    margin: 0 auto !important;
}
.pager .page-selector-next,
.pager .page-selector-prev {
    color: #0051ff;
    cursor: pointer;
    font-size: 125%;
    font-weight: 400;
}
.pager input {
    text-align: right;
    min-width: 0 !important;
    width: initial !important;
    padding: 5px 10px !important;
    -moz-appearance: textfield !important;
}
.pager input::-webkit-outer-spin-button,
.pager input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
.base-icon {
    width: 32px !important;
    height: 32px !important;
}
.market-specific-trade-settings label:not(:first-child) {
    margin-top: 5px;
}
.market-specific-trade-settings input {
    width: 85px !important;
    height: initial !important;
    max-width: 85px !important;
    min-width: initial !important;
    font-size: initial !important;
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important;
}
.list.market.trade-settings i.material-icons:hover {
    cursor: pointer;
}
.list.market.trade-settings i.material-icons.delete {
    color: darkred;
}
.list.user tr td:last-of-type {
    width: 50px;
}
.list.profits tr td:last-child {
    width: 1px;
}
.material-icons.navigate {
    color: #0051ff !important;
}
.how-it-works-rocket svg {
    width: 75%;
}
img.about_us {
    width: 55%;
}
@media (max-height: 800px) {
    .hero {
        padding:100px 0;
    }
}
@media only screen and (max-width: 720px) {
    .dashboard .content-block .iti {
        width: 100%;
    }
    .popup > * {
        max-width: 440px;
        max-height: 100vh;
        width: 100vw;
        border-radius: 0;
        min-height:auto;
    }
    .no-mobile {
        display:none !important
    }
    .text-center-mobile {
        text-align: center !important;
    }
    .mobile-light {
        color: #7a90ab;
    }
    .flex-end-mobile {
        justify-content: flex-end;
    }
    .flex-justify-center-mobile {
        justify-content: center;
    }
    .list.affiliates > table tr td:nth-child(1) {
        width: 50%;
    }
    .center-mobile {
        text-align: center !important;
    }
    .content-block {
        padding: 20px;
    }
    .mobile-flex-column {
        flex-direction: column;
    }
    .intl-tel-input {
        width: 100%;
    }
    .list.market > table tr > * {
        padding: 10px 5px !important;
    }
    .dashboard .content-block-wrapper {
        display: block;
    }
    .dashboard .content-block-wrapper .content-block:not(:last-child) {
        margin-bottom: 30px;
    }
    .dashboard .content-block input,
    .dashboard .content-block select {
        width: 100%;
        min-width: 0;
    }
}
@media only screen and (min-width: 721px) {
    .mobile {
        display:none !important
    }
    .flex-no-mobile {
        display: flex;
    }
    .flex-end-no-mobile {
        justify-content: flex-end;
    }
    .list.affiliates > table tr td:nth-child(1) {
        width: 35%;
    }
    .list.user tr td:nth-child(2) {
        width: 60%;
    }
    .list.user tr td:nth-child(3) {
        width: 20%;
    }
    .list.user tr td:nth-child(4) {
        width: 25%;
    }
    .middle-no-mobile {
        align-items: center;
    }
    .text-right-no-mobile {
        text-align: right !important;
    }
    .text-left-no-mobile {
        text-align: left !important;
    }
    .inverse-no-mobile-1 {
        order: 1;
        -webkit-order: 1;
    }
    .inverse-no-mobile-2 {
        order: 2;
        -webkit-order: 2;
    }
    .no-mobile-flex-center {
        align-self: center;
    }
    .content-block {
        padding: 30px;
    }
    .dashboard .content-block-wrapper {
        display: flex;
    }
    .dashboard .content-block-wrapper .content-block:not(:last-child) {
        margin-right: 30px;
    }
    .dashboard .content-block form .button,
    .dashboard .content-block .button.button-link,
    .dashboard .content-block form .double-input,
    .dashboard .content-block form *:not(.double-input) > input,
    .dashboard .content-block form *:not(.double-input) > select,
    .dashboard .content-block form *:not(.double-input) > .dd-container,
    .dashboard .content-block form *:not(.double-input) > .input-placeholder {
        width: 350px !important;
    }
    .dashboard .content-block *:not(.double-input) > .input-placeholder {
        text-align: right;
    }
}
@media only screen and (min-width: 720px) and (max-width: 999px) {
    .no-tablet {
        display:none !important
    }
}
@media (min-height: 800px) and (max-height: 1100px) {
    .hero {
        padding:140px 0;
    }
}
@media (min-height: 1100px) {
    .hero {
        padding:180px 0;
    }
}
@media only screen and (min-width: 1000px) {
    .header .ctas {
        display: none !important;
    }
    .header .flex > ul > li.dropdown > ul {
        top: 75px;
        position: absolute;
        box-shadow: 0 1.5rem 4rem rgba(22,28,45,0.15);
        background-color: #fff;
        visibility: hidden;
        opacity: 0;
        z-index: 101;
        left: 50%;
        transform: translate3d(-50%, 10px, 0);
        transition: all 0.2s ease-in-out;
        transition-property: opacity,visibility,transform;
        transform-origin: top center;
        padding: 0;
        width: 320px;
        border-radius: 8px;
        overflow: hidden;
    }
    .header .flex > ul > li.dropdown:hover > ul {
        opacity: 1;
        visibility: visible;
        transform: translate3d(-50%, -10px, 0);
    }
    .header .flex > ul > li.dropdown > ul > li a {
        position: relative;
        display: block;
        border-bottom: 1px solid #eaf1f9;
        margin: 0px 0px;
        padding: 20px 30px 15px 30px;
        text-decoration: none;
    }
    .header .flex > ul > li.dropdown > ul > li a > div:first-of-type {
        position: absolute;
        right: 25px;
        height: 24px;
        width: 24px;
        color: #7a90ab;
        top: calc(50% - 12px);
    }
    .header .flex > ul > li.dropdown > ul > li a > div:first-of-type > img {
        width: 100% !important;
        height: 100% !important;
    }
    .header .flex > ul > li.dropdown > ul > li a > span {
        text-transform: uppercase;
        font-size: 14px;
        display: block;
        text-decoration: none;
        line-height: 16px;
        height: 16px;
    }
    .header .flex > ul > li.dropdown > ul > li a > small {
        font-size: 14px;
        color: #7a90ab;
        text-decoration: none;
        line-height: 20px;
        height: 20px;
    }
    .header .flex > ul > li.dropdown > ul > li a:hover {
        background-color: #f9fcff;
    }
    .header .flex > ul > li.dropdown > ul > li a.active > span,
    .header .flex > ul > li.dropdown > ul > li a.active > div,
    .header .flex > ul > li.dropdown > ul > li a:hover > span,
    .header .flex > ul > li.dropdown > ul > li a:hover > div {
        color: #1956d8;
    }
}
@media only screen and (max-width: 999px) {
    .header .cta {
        display: none !important;
    }
    .header .flex > ul {
        visibility: hidden;
        position: fixed;
        left: 0px;
        right: 0px;
        top: 80px;
        bottom: 0px;
        max-height: calc(100vh - 80px);
        background-color: #fff;
        padding: 0px 20px 20px 20px;
        box-shadow: 0px 9px 9px rgba(74,86,105,0.08);
        transition: opacity 0.1s;
        opacity: 0;
        padding-top: 20px;
    }
    .header .flex > ul {
        display: block;
        visibility: hidden;
        position: fixed;
        left: 0px;
        right: 0px;
        top: 80px;
        bottom: 0px;
        max-height: calc(100vh - 80px);
        background-color: #fff;
        padding: 0px 20px 20px 20px;
        box-shadow: 0px 9px 9px rgba(74,86,105,0.08);
        transition: opacity 0.1s;
        opacity: 0;
        padding-top: 20px;
    }
    .header .flex > ul.visible {
        visibility: visible !important;
        opacity: 1;
        transition: opacity 0.1s;
        overflow-y: scroll;
        padding-bottom: 100px;
    }
    .header .flex > ul > li:not(:last-child) {
        max-width: 560px;
    }
    .header .flex > ul > li {
        display: block;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    .header ul > li > a {
        min-height: 88px !important;
        line-height: 28px !important;
        padding: 16px 0px !important;
        position: relative !important;
        display: block !important;
        text-decoration: none;
        font-size: 16px !important;
        color: #32455d !important;
        border-bottom: 1px solid #edf6ff !important;
        text-shadow: none !important;
    }
    .header ul > li > a > small {
        display: block;
        color: #b5c2d2;
        font-size: 13.5px;
    }
    .header .flex > ul > li:last-child {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: #fff;
        padding: 0px 20px 20px 20px;
        z-index: 2;
    }
    .header .flex > ul > li:last-child > .flex,
    .header .flex > ul > li:last-child > .sep {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }
    .header .flex > ul > li.dropdown > a {
        display: none !important;
    }
    .header ul > li > a:hover,
    .header ul > li > a:hover > div,
    .header ul > li > a.active,
    .header ul > li > a.active > div {
        color: #1956d8 !important;
    }
    .header ul > li > a > div:first-of-type {
        color: #7a90ab;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0px;
        top: calc(50% - 12px);
    }
    .header ul > li > a > div:first-of-type > img {
        width: 100% !important;
        height: 100% !important;
    }
    .market-specific-trade-settings {
        flex-direction: column !important;
    }
    .market-specific-trade-settings .no-mobile {
        display: none !important;
    }
    .market-specific-trade-settings .mobile {
        display: initial !important;
    }
    .list.market.trade-settings > table tr td:nth-child(2) {
        width: 40% !important;
        padding-right: 25px !important;
    }
}