﻿header .header__btm__line .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #101010;
}

header .container {
}

    header .container .navbar {
        padding: 0;
        border-bottom: 1px solid #101010;
    }

        header .container .navbar ul.navbar-nav > li {
            height: 60px;
            align-items: center;
            align-self: center;
            display: flex;
            position: relative;
            margin: 0 .25rem;
        }

            header .container .navbar ul.navbar-nav > li > a {
                font-size: 14px;
                color: #9FAB9F;
            }

            header .container .navbar ul.navbar-nav > li.active > a {
                color: #D7FF2B;
            }

            header .container .navbar ul.navbar-nav > li > a.nav-link {
                padding: 0 1rem;
            }

                header .container .navbar ul.navbar-nav > li > a.nav-link.group:after {
                    clear: both;
                    content: ' ';
                    display: block;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-color: transparent transparent #D7FF2B transparent;
                    position: absolute;
                    border-width: 0px 7px 6px 7px;
                    bottom: 0px;
                    left: 50%;
                    margin: 0 0 0 -5px;
                    z-index: 1009;
                    opacity: 0;
                    -webkit-transition: all 0.1s ease-in;
                    -moz-transition: all 0.1s ease-in;
                    -o-transition: all 0.1s ease-in;
                    transition: all 0.1s ease-in;
                }

                header .container .navbar ul.navbar-nav > li > a.nav-link + .dropdown-menu {
                    display: block;
                    height: 0px;
                    overflow: hidden;
                    opacity: 0;
                    border: 0px none;
                    border-top: 3px solid #D7FF2B;
                    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
                    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
                    min-width: 230px;
                    margin: 0;
                    font-size: 0.8125rem;
                    box-sizing: initial;
                    pointer-events: none;
                    -webkit-transition: all 0.1s ease-in;
                    -moz-transition: all 0.1s ease-in;
                    -o-transition: all 0.1s ease-in;
                    transition: all 0.1s ease-in;
                }

                    header .container .navbar ul.navbar-nav > li > a.nav-link + .dropdown-menu li a {
                        padding: 0.5rem 1rem;
                    }


            header .container .navbar ul.navbar-nav > li:hover > a.nav-link + .dropdown-menu {
                height: auto;
                opacity: 1;
                pointer-events: all;
            }

            header .container .navbar ul.navbar-nav > li:hover > a.nav-link.group:after {
                opacity: 1;
            }

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: #fff;
    z-index: 1;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

    .mobile-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
        -webkit-transition: all 0.25s ease-in;
        -moz-transition: all 0.25s ease-in;
        -o-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in;
    }

        .mobile-menu ul ul > li > a {
            padding-left: 2.5rem;
            font-size: 14px;
        }

        .mobile-menu ul li a {
            padding: .5rem 1rem;
            border-bottom: 1px solid #dee2e6;
        }

    .mobile-menu.show {
        bottom: 0;
    }





.btn-primary {
    background: #D7FF2B;
    border: 1px solid #D7FF2B;
    color: #000 !important;
    border-radius: 40px;
    transition: ease-in 0.2s all;
    font-size: 14px;
    outline:none!important;
    
}

    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary:hover {
        background: #101010 !important;
        border: 1px solid #D7FF2B !important;
        color: #D7FF2B !important;
        outline: none !important;
        box-shadow: none !important
    }

.btn-outline-primary {
    background: #D7FF2B;
    border: 1px solid #D7FF2B;
    color: #000 !important;
    transition: ease-in 0.2s all;
}

    .btn-outline-primary:focus,
    .btn-outline-primary:active,
    .btn-outline-primary:hover {
        background: #101010 !important;
        border: 1px solid #D7FF2B !important;
        color: #D7FF2B !important;
        transition: ease-in 0.2s all;
        box-shadow: none !important
    }


.btn-outline-choice {
    border: 1px solid #000;
    color: #000 !important;
    transition: ease-in 0.2s all;
    background: #D7FF2B !important;
    font-weight: 600;
}

    .btn-outline-choice:focus,
    .btn-outline-choice:active,
    .btn-outline-choice:hover {
        background: #000 !important;
        border: 1px solid #000 !important;
        color: #D7FF2B !important;
        transition: ease-in 0.2s all;
    }

.dropdown-item:active {
    background: #D7FF2B !important;
    color: #fff !important;
    transition: ease-in 0.2s all;
}


.mini-card {
    background: #FFFFFF;
    /* box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;*/
    padding: 1rem;
}

    .mini-card.mini-card-round-block {
        background: #FFFFFF;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
    }





.mini-card-title {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    line-height: 18px;
    text-align: left;
}

    .mini-card-title img {
        margin-right: .5rem;
        text-align: center;
    }

    .mini-card-title label {
        font-size: 14px;
        margin: 0px;
        color: #A9A9A9;
    }

    .mini-card-title h3 {
        font-size: 22px;
        font-weight: 900;
        margin: 0px;
        color: #D7FF2B;
        font-family: 'Roboto'
    }

        .mini-card-title h3.primary {
            color: #D7FF2B;
        }

        .mini-card-title h3.choice {
            color: #F6B614;
        }

.mini-card-body {
    text-align: left;
}

    .mini-card-body p {
        margin: 0;
        line-height: 20px;
        font-size: 14px;
        color: #000;
    }

        .mini-card-body p small {
            color: #D7FF2B;
            font-size: 12px;
            margin: 0;
        }

@media (min-width:768px) {
    .mini-card .btn-lg-block {
        width: 300px;
    }
}

@media (min-width:992px) {

    .mini-card {
        max-width: 300px;
    }

        .mini-card .btn-lg-block {
            width: 100%;
        }
}


/* Iframe */
@media (max-width: 768px) {

    .explorer-landing-search iframe {
        width: 100%;
    }

    .mini-card-body {
        text-align: center !important;
    }
}

.in-desktop {
    display: block;
}

.in-mobile {
    display: none;
}

@media (max-width: 995px) {


    .mini-card-body {
        text-align: center !important;
    }

    .mini-card-title {
        text-align: center;
        display: block;
    }

    .in-desktop{
        display: none;

    }
    .in-mobile {
        display: block;
    }
}





/**** PRE-LOADER *****/
#preloader {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

    #preloader > div {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100px;
        width: 200px;
        margin-left: -100px;
        margin-top: -100px;
        text-align: center;
    }

    #preloader span {
        font-size: 40px;
        color: #bbb;
    }

    #preloader p {
        margin-top: 10px;
        color: #bbb;
        font-size: 14px;
    }

.lds-roller-small-wrapper {
    transform: scale(0.5);
    height: 80px;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: ' ';
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #000;
            margin: -4px 0 0 -4px;
        }


div:nth-child(1) {
    animation-delay: -0.036s;
}

    div:nth-child(1):after {
        top: 63px;
        left: 63px;
    }

div:nth-child(2) {
    animation-delay: -0.072s;
}

    div:nth-child(2):after {
        top: 68px;
        left: 56px;
    }

div:nth-child(3) {
    animation-delay: -0.108s;
}

    div:nth-child(3):after {
        top: 71px;
        left: 48px;
    }

div:nth-child(4) {
    animation-delay: -0.144s;
}

    div:nth-child(4):after {
        top: 72px;
        left: 40px;
    }

div:nth-child(5) {
    animation-delay: -0.18s;
}

    div:nth-child(5):after {
        top: 71px;
        left: 32px;
    }

div:nth-child(6) {
    animation-delay: -0.216s;
}

    div:nth-child(6):after {
        top: 68px;
        left: 24px;
    }

div:nth-child(7) {
    animation-delay: -0.252s;
}

    div:nth-child(7):after {
        top: 63px;
        left: 17px;
    }

div:nth-child(8) {
    animation-delay: -0.288s;
}

    div:nth-child(8):after {
        top: 56px;
        left: 12px;
    }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.footer__bg {
    background: #101010;
    min-height: 50px;
    overflow-x: hidden;
}

footer .footer__bg ul {
    margin: 0;
    padding: 15px 0;
    list-style: none;
    text-align: center;
}

    footer .footer__bg ul li {
        display: inline;
        padding: 0 15px;
    }

        footer .footer__bg ul li a {
            font-size: 12px;
            font-weight: 300;
            line-height: 18px;
            color: #CDCDCD;
            text-decoration: none;
            transition: ease-in 0.2s all;
        }

            footer .footer__bg ul li a:hover {
                text-decoration: underline;
            }

.login__block__area {
    position: absolute;
    right: 10px;
    top: 13px;
}

    .login__block__area li.dot__icon a span svg {
        vertical-align: middle !important;
        line-height: 1 !important;
        margin-top: 3px;
        margin-left: 5px;
    }

.mini-card-body a span {
    vertical-align: text-bottom;
}

    .mini-card-body a span svg {
        vertical-align: middle;
    }

.mini-card-body a:hover span svg path {
    fill: #000;
}

.orbit__bg__sec .mini-card-body a span svg {
    vertical-align: middle;
}

.orbit__bg__sec .mini-card-body a:hover span svg path {
    fill: #000;
}

.orbit__bg__sec {
    background: #000 url(/Content/images/orbiti-bg-block.svg) no-repeat 0 0;
    width: 298px;
    height: 202px;
    border-radius: 10px;
    padding: 10px;
    background-position-x: 50%;
    background-position-y: 35%;
}

.wallet__bg__sec {
    background: #000 url(/Content/images/wallet-bg-block.svg) no-repeat 0 0;
    width: 298px;
    height: 202px;
    border-radius: 10px;
    padding: 10px;
    background-position-x: 80%;
    background-position-y: 35%;
}

.orbit__-logo {
    padding: 10px 0 20px;
    text-align: center;
}

.btn-orbit-browser {
    background: #D7FF2B !important;
    border: 1px solid #D7FF2B !important;
    color: #000 !important;
    transition: ease-in 0.2s all;
}

    .btn-orbit-browser:focus,
    .btn-orbit-browser:active,
    .btn-orbit-browser:hover {
        border: 1px solid #D7FF2B !important;
        background: rgba(0, 0, 0, 0.3) !important;
        color: #D7FF2B !important;
        transition: ease-in 0.2s all;
    }

.mini-card-body p small.white__txt {
    color: #fff;
    font-weight: 400;
    display: block;
    text-align: center;
    text-shadow: none;
    font-size: 14px;
}

@media (max-width:992px) {
    .orbit__bg__sec, .wallet__bg__sec {
        width: 100% !important;
        background-size: cover;
        height: 100%;
    }
}

.login__block__area .navbar-nav .nav-link {
    color: #f1f2f2 !important;
    transition: ease-in 0.2s all;
    background: transparent !important;
}

    .login__block__area .navbar-nav .nav-link:hover {
        color: #D7FF2B;
        background: transparent!important;
    }

.explorer-content-block-lt .nav-tabs > li > a span svg path {
    fill: #000;
}

.explorer-content-block-lt .nav-tabs .nav-link.active span svg path {
    fill: #000 !important;
}

.text-muted {
    color: #D7FF2B !important;
    text-decoration: underline;
}

    .text-muted:hover {
        text-decoration: none;
    }

.title--headline::before {
    content: "";
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #fff;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.title--headline {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.orbit__-logo h3 {
    color: #d7ff2b;
    font-size: 24px;
    margin-bottom: 0;
}

.orbit__-logo p {
    color: #d7ff2b;
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .orbit__bg__sec {
        display: none;
    }

    .wallet__bg__sec {
        display: none;
    }

    .hidden-xs {
        display: none;
    }
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #000!important;
    text-decoration: none;
    background-color: transparent!important;
}