#app-unionjs[data-v-440b56b4] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#app-unionjs .fe-union-title[data-v-440b56b4] {
    text-align: center;
    color: #2c3e50;
    margin-top: 60px;
    display: none
}

.mini-toastr {
    position: fixed;
    right: 15px;
    top: 90px;
    display: flex;
    flex-direction: column;
    z-index: 3004;
    color: #263241
}

.mini-toastr.rb {
    top: unset;
    bottom: 36px
}

@keyframes slideInto {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes enSlideInto {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

.mini-toastr__notification {
    background: #fff;
    box-shadow: 0 4px 16px rgba(69, 97, 137, .2);
    cursor: pointer;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
    min-width: 220px;
    max-width: 400px;
    margin-bottom: 10px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    white-space: pre-wrap;
    word-break: break-all;
    border-left: 4px solid;
    padding: 21px 16px
}

html.mobile .mini-toastr__notification {
    font-size: 28px;
    padding: 42px 32px
}

.mini-toastr__notification.devices-toast {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    line-height: 20px;
    padding: 24px 24px 24px 52px;
    color: #4b5565
}

.mini-toastr__notification.devices-toast .mini-toastr-notification__icon {
    position: absolute;
    top: 24px;
    left: 20px;
    color: #0173e5;
    margin: 0
}

.mini-toastr__notification.devices-toast .mini-toastr-notification__title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000
}

.mini-toastr__notification.devices-toast .mini-toastr-notification__message {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    color: #4b5565
}

.mini-toastr__notification.devices-toast a {
    font-weight: 500;
    margin-top: 16px;
    line-height: 14px
}

.mini-toastr-in {
    animation: slideInto .5s
}

.mini-toastr-out {
    transform: translateX(120%);
    transition: .8s ease-out
}

.mini-toastr-notification__icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    display: inline-block;
    margin-right: 12px;
    flex-shrink: 0
}

html.mobile .mini-toastr-notification__icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px
}

.-error {
    border-left-color: #fa5252
}

.-success {
    border-left-color: #12b886
}

.-info {
    border-left-color: #0173e5
}

.color-buy,
.color-gte,
.color-rise,
.color-up {
    color: #12b886
}

.color-down,
.color-fall,
.color-lte,
.color-sell {
    color: #fa5252
}

.color-info {
    color: #0173e5
}

.bg-buy,
.bg-rise,
.bg-up {
    background-color: #12b886
}

.bg-down,
.bg-fall,
.bg-sell {
    background-color: #fa5252
}