.intercom-lightweight-app-launcher[data-v-7c054078] {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2147483003;
    box-sizing: content-box;
    width: 60px;
    max-width: 60px;
    height: 60px;
    max-height: 60px;
    margin: 0 !important;
    padding: 0 !important;
    background: #024069;
    border: none;
    border-radius: 50%;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .06), 0 2px 32px 0 rgba(0, 0, 0, .16);
    cursor: pointer;
    opacity: .5;
    transition: transform 167ms cubic-bezier(.33, 0, 0, 1), opacity .3s ease-in-out
}

.intercom-lightweight-app-launcher.dragging[data-v-7c054078] {
    cursor: -webkit-grab;
    cursor: grab
}

.intercom-lightweight-app-launcher[data-v-7c054078]:hover {
    opacity: .9
}

.intercom-lightweight-app-launcher-icon[data-v-7c054078] {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    transition: transform .1s linear, opacity 80ms ease-in-out
}

.intercom-lightweight-app-launcher-icon-open[data-v-7c054078] {
    transform: rotate(0deg) scale(1);
    opacity: 1
}

.intercom-lightweight-app-launcher-icon-open svg[data-v-7c054078] {
    width: 28px;
    height: 32px
}

svg[data-v-7c054078] {
    overflow: hidden;
    color: inherit;
    vertical-align: middle;
    fill: currentColor
}

.intercom-lightweight-app-launcher-icon-open svg path[data-v-7c054078] {
    fill: #fff
}

.form-container[data-v-a40d7b6a] {
    width: 400px;
    max-height: 805px;
    padding: 24px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
    transform: translateZ(0);
    transform-origin: center center;
    transition: .3s cubic-bezier(.25, .8, .25, 1);
    pointer-events: auto
}

.go-back-icon[data-v-a40d7b6a] {
    width: 25px;
    margin-right: 5px
}

.e-form-item__content .e-select[data-v-a40d7b6a] {
    width: 100%;
    margin-top: 8px
}

[data-v-a40d7b6a] .e-select .s-candidates {
    width: 100%
}

@media screen and (max-width:500px) {
    .form-container[data-v-a40d7b6a] {
        width: 100%;
        max-height: 100%;
        box-shadow: 0 0 #fff
    }
}

.kyc-information-dialog[data-v-2c3a52be] {
    position: fixed;
    top: 60px;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 32px;
    outline: none;
    transition: .2s cubic-bezier(.25, .8, .25, 1), z-index 1ms
}

.dark-overlay[data-v-2c3a52be] {
    background: linear-gradient(180deg, #021e3f, #002a67 95.76%)
}

.back-content[data-v-2c3a52be] {
    width: 100px;
    height: 854px;
    max-height: 80vh
}

.back-content .dark-overlay-go-back[data-v-2c3a52be] {
    display: flex;
    align-items: center;
    margin-top: 10px;
    color: #fff;
    cursor: pointer;
    -webkit-animation: animate-go-back-2c3a52be .3s;
    animation: animate-go-back-2c3a52be .3s
}

.confirm-to-borrow[data-v-2c3a52be] {
    margin-top: 32px
}

.go-back-icon[data-v-2c3a52be] {
    width: 25px;
    margin-right: 5px
}

@-webkit-keyframes animate-go-back-2c3a52be {
    0% {
        transform: scale(.5)
    }
    50% {
        transform: scale(1.1)
    }
    to {
        transform: scale(1)
    }
}

@keyframes animate-go-back-2c3a52be {
    0% {
        transform: scale(.5)
    }
    50% {
        transform: scale(1.1)
    }
    to {
        transform: scale(1)
    }
}

@media screen and (max-width:500px) {
    .mobile-content[data-v-2c3a52be] {
        position: absolute;
        top: 48px;
        bottom: 0;
        z-index: 10;
        width: 100%;
        background: #fff
    }
    .mobile-content .back-cont[data-v-2c3a52be] {
        display: flex;
        align-items: center;
        height: 88px;
        padding-left: 40px;
        color: #fff;
        font-size: 16px;
        background: #002a67
    }
}

.v-leave[data-v-0df1a872] {
    opacity: 1
}

.v-leave-active[data-v-0df1a872] {
    transition: opacity .5s
}

.v-enter[data-v-0df1a872],
.v-leave-to[data-v-0df1a872] {
    opacity: 0
}

.v-enter-active[data-v-0df1a872] {
    transition: opacity .5s
}

.v-enter-to[data-v-0df1a872] {
    opacity: 1
}

.kyc-tip .e-tooltip-text {
    text-align: left;
    word-break: normal
}

.table-loading[data-v-1afe287d] {
    position: relative
}

.loading-wrap[data-v-1afe287d] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    background-color: hsla(0, 0%, 100%, .7)
}

.loading-wrap[data-v-1afe287d]:not(:first-child) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#app {
    position: relative;
    min-height: 100vh;
    background-color: #0b1426
}

#app.light {
    background-color: #f9f9f9
}

#app.dark {
    background-color: #000
}

#app .router-view-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 110px)
}