﻿.loading-modal {
    display: none;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('https://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
modal element will be visible */
    body.loading .loading-modal {
        display: block;
    }

.network .jstree-node {
    margin-top: 0.5rem;
}
.mr-10{
    margin-right:10%;
}

.px-7 {
    padding-right: 7.7rem !important;
    padding-left: 7.7rem !important;
}

.btn-tab {
    background-color: #4c1d95 !important;
    color: #fff !important;
}

.btn-tab:hover {
    background-color: #4c1d95;
}

.btn-tab:active{
    background-color: #4c1d95 !important;
}

.tab-hover:hover {
    background-color: #4c1d95 !important;
    color: #fff !important;
}

.network-ranking-progress-container {
    overflow-x: auto;
    height: auto;
    position: relative;
}

.network-img {
    height: auto;
    width: auto;
    display: inline-block;
    margin-right: 5px;
}

.network-arrow-img {
    height: 20px !important;
    width: auto;
    display: inline-block;
    margin-right: 5px;
    margin-top: auto;
    margin-bottom: auto;
}

.swap-details-container {
    background-color: #9a77cf;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    display: none;
}

.swap-details-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 10px;
}

.swap-details-wrapper div {
    display: table-cell;
    text-align: center;
}

.swap-details-left {
    background-color: #4c1d95;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff;
    padding: 5px;
}

.swap-details-right {
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #4c1d95;
    padding: 5px;
}

.jstree-themeicon-custom {
    width: 24px !important;
    height: 24px !important;
    background-repeat: round !important;
    background-position: unset !important;
}

.split-screen.signin .cover {
    background-image: url(../../Images/login-bg-02.jpg);
}

.split-screen.signup .cover {
    background-image: url(../../Images/login-bg-02.jpg);
}

@media only screen and (max-height: 700px) {
    .split-screen .cover {
        height: auto !important;
    }
}

.split-screen .cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 20px 20px 3%;
    flex-direction: column;
    flex: 1;
}

.split-screen{
    display:flex;
    height:100%;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

.mt-auto {
    margin-top: auto !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}


.d-flex{
    display : flex !important;
}

.w-100 {
    width: 100% !important;
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
}

.container-fluid {
    --vz-gutter-x: 1.5rem;
    --vz-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--vz-gutter-x) * .5);
    padding-left: calc(var(--vz-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.split-screen.signin .auth, .split-screen.signup .auth {
    padding: 8% 8%;
    flex-direction: column;
    flex: 1;
    background-color : #fff;
}

@media only screen and (max-width: 768px){
    .split-screen .cover {
        padding: 5px 20px 20px 3%;
    }
}

@media only screen and (max-width: 768px){
    .split-screen .cover {
        flex-direction: row;
        flex: auto;
        height: auto !important;
        max-height: 200px;
    }
}

.logo {
    line-height: 70px;
    margin-top: auto;
    margin-bottom: auto;
}

.logo-center {
    text-align: center;
}


.d-none {
    display: none !important;
}

.container-fluid > .row {
    --vz-gutter-x: 1.5rem;
    --vz-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--vz-gutter-y));
    margin-right: calc(-.5 * var(--vz-gutter-x));
    margin-left: calc(-.5 * var(--vz-gutter-x));
}

@media (min-width: 768px){
    .d-md-block {
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {
    .container-fluid > .row {
        flex-direction: column;
    }
}

.mt-5{
    margin-top : 3rem !important;
}

.btn-lang-pos {
    position: absolute;
    top: 0;
    right: 0;
}

.float-end {
    float: right !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

