html,
body {
    background: #f5f5f7;
    overflow: hidden !important;
    width: 100vw;
    height: 100vh;
}

#app {
    border: 15px #fff solid;
    background: #fff;
    border-radius: 15px;
}

#app .sidebar {
    top: 15px;
    height: calc(100% - 30px);
    overflow-y: auto;
    background-color: #000;
    border-radius: 15px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, .6);
}

#app .sidebar .sidebar-logo {
    background-color: #000;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .3) !important;
    padding: 0 30px;
}

#app .sidebar-menu {
    /* height: calc(100vh - 96px); */
    height: auto;
    margin-bottom: 30px;
}

#app .sidebar-menu li a {
    color: #fff;
    background-color: transparent !important;
    padding: 8px 30px !important;
}

#app .nav-item-child {
    margin-left: 10px;
    padding: 8px 25px;
}

#app .header {
    width: calc(100% - 310px);
    background-color: #fff;
}

#app .header .nav-left>li>a,
#app .header .nav-right>li>a {
    color: #000 !important;
    height: 50px;
    min-height: 50px;
    line-height: 55px;
    background-color: #f5f5f7;
    border-radius: 50%;
    width: 50px;
    text-align: center;
}

#app .header .nav-left>li>a:hover,
#app .header .nav-right>li>a:hover {
    color: #fd0002 !important;
}

.user-avatar-v20 {
    margin-left: -6px;
    border-radius: 20px;
}

#app .page-container {
    max-height: calc(100vh - 30px);
    min-height: calc(100vh - 30px);
    overflow-y: auto;
}

#app .main-content {
    padding-left: 50px !important;
}

#app .header .header-container .nav-left {
    padding-left: 20px !important;
}

#app .sidebar .sidebar-logo img {
    max-width: 40px;
    height: auto;
    margin: 17px 0 !important;
}

#app .sidebar-menu>li>a .icon-holder,
#app .nav-item-child>a .icon-holder {
    margin-right: 15px !important;
}

.sidebar-menu li a:focus,
.sidebar-menu li a:hover,
.sidebar-menu li a:focus .icon-holder,
.sidebar-menu li a:hover .icon-holder {
    color: #fd0002 !important;
}

.sidebar .nav-item.active,
.sidebar .nav-item:hover>a,
.sidebar .nav-item ul li:hover,
.sidebar .nav-item ul li.active {
    background-color: transparent !important;
}

body.is-collapsed #app .header {
    width: calc(100% - 130px);
}

body.is-collapsed .page-container {
    padding-left: 100px;
}

body.is-collapsed #app .sidebar:hover .sidebar-logo img {
    margin-left: 0 !important;
}

body.is-collapsed .sidebar .sidebar-inner .sidebar-menu>li>a .icon-holder-right {
    display: inline-block !important;
}

.btn-v20 {
    color: #fff !important;
    background-color: #000 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    transition: all ease-in-out .3s;
    border-radius: 10px !important;
}

.btn-v20.btn-xs {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.btn-v20:hover {
    color: #fd0002 !important;
}

.btn-outline-v20 {
    color: #000 !important;
    border-color: #000 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    transition: all ease-in-out .3s !important;
    border-radius: 10px !important;
}

.btn-outline-v20:hover {
    color: #fff !important;
    background-color: #000 !important;
}

.breadcrumb-item a,
footer a,
.top-2fa h3 b.disable {
    color: #fd0002 !important;
}

.card-v20 {
    border: 0 !important;
    background-color: #f5f5f7 !important;
    border-radius: 15px !important;
}

.card-v20 .card-header {
    border-radius: 15px 15px 0 0 !important;
}

.card-v20 .card-header.collapsed {
    border-radius: 15px !important;
}

.card-v20 .card-footer {
    border-radius: 0 0 15px 15px!important;
}

.card-v20 .card-header,
.card-v20 .card-footer {
    background-color: #f5f5f7 !important;
}

.bg-v20 {
    background-color: #f5f5f7;
}

.popular-services .card-header {
    padding-left: 55px;
}

.popular-services .card-header img {
    padding: 5px;
    background: #fff;
    border-radius: 8px;
    height: 35px;
    max-width: 36px;
}

.card-sv-20 .card-body {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.sv-20-image {
    background-color: #fff;
    border-radius: 10px;
    width: 70px;
    margin-right: 20px;
}

.sv-20-image img {
    height: auto !important;
    max-width: 70px;
    max-height: 70px;
}

.sv-20-body {
    width: calc(100% - 260px);
}

.sv-20-action {
    margin-left: 20px;
    width: 130px;
}

.card-wallet-v20 {
    margin-bottom: 20px;
    min-height: 115px;
}

.card-wallet-v20 .card-body {
    text-align: center;
}

.card-wallet-v20 .card-body strong {
    font-size: 40px;
    font-weight: bold;
    display: block;
    line-height: 1;
    width: 100%;
    margin-bottom: 5px;
}

.card-wallet-v20 .card-body b {
    display: block;
}

.card-activity-v20 .card-body {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.card-activity-v20 .activity-image img {
    max-width: 130px;
    margin-left: 20px;
}

.card-user-v20 {
    position: relative;
}

.ufo-image {
    position: absolute;
    top: -40px;
    right: 10px;
    max-width: 150px;
}

.card-user-v20 .card-body {
    padding-right: 160px;
}

.logged .uni-alert {
    z-index: 9999 !important;
}

.step-indicator li.active .step {
    border-color: #000 !important;
    color: #000 !important;
}

.step-indicator li.active .caption {
    color: #000 !important;
}

.v2-qr {
    margin-bottom: 15px;
    background: #f5f5f7;
    border-radius: 15px !important;
}

.v2-lh-1 {
    line-height: 1;
}

@media screen and (max-width: 1024px) {
    .card-user-v20 .card-body {
        padding-right: 0px;
    }
    .ufo-image {
        display: none;
    }
    .activity-image {
        display: none;
    }
}

@media screen and (max-width: 1439px) and (min-width: 992px) {
    .is-collapsed .page-container {
        padding-left: 280px !important;
    }
}

@media screen and (min-width: 1440px) {
    .is-collapsed .sidebar {
        width: 100px !important;
    }
    .is-collapsed .sidebar:hover {
        width: 280px !important;
    }
}

@media screen and (max-width: 991px) {
    #app .header {
        width: 100% !important;
    }
    #app .header .header-container .nav-left {
        padding-left: 0 !important;
    }
    #app .main-content {
        padding-left: 20px !important;
    }
    #app {
        border-left: 0 !important;
        border-right: 0 !important;
    }
    .card-wallet-v20 .card-body strong {
        font-size: 25px;
    }
}

@media screen and (max-width: 767px) {
    .card-sv-20 .card-body {
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px !important;
    }
    .sv-20-image,
    .sv-20-body,
    .sv-20-action {
        width: 100%;
        margin: 0 0 10px 0;
        text-align: center;
    }
    .sv-20-image {
        background-color: transparent !important;
        margin-bottom: 0px;
    }
    .sv-20-body {
        margin-bottom: 15px;
    }
    .sv-20-body b {
        display: none;
    }
    .mb-order-1 {
        order: 1 !important;
        margin-bottom: 30px;
    }
    .mb-order-2 {
        order: 2 !important;
    }
    .card-wallet-v20 .card-body strong {
        font-size: 20px;
    }
}

.v20-tabs .nav-tabs {
    border: 0 !important;
}

.v20-tabs .nav-tabs .nav-item {
    margin-bottom: 0 !important;
    border: 0 !important;
}

.v20-tabs .nav-tabs .nav-link {
    color: rgba(0, 0, 0, .5) !important;
    font-weight: bold !important;
    padding-left: 0 !important;
    padding-right: 30px !important;
    border: 0 !important;
}

.v20-tabs .nav-tabs .nav-item.show .nav-link,
.v20-tabs .nav-tabs .nav-link.active {
    border: 0 !important;
    background-color: transparent !important;
    color: rgba(0, 0, 0, 1) !important;
}

.td-hash {
    max-width: 180px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.icon-coin-mg-bt {
    padding: 0px 0px 3px 2px !important;
}

nav>ol.breadcrumb {
    margin-bottom: 25px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
}

.avatar-image-box {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    background: #fafafa;
    margin-right: 15px;
}

.avatar-image-box img {
    z-index: 1;
}

.avatar-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .3);
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease-in-out .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-overlay .fa {
    color: #fff;
    font-size: 30px;
}

.avatar-image-box:hover .avatar-overlay {
    opacity: 1;
}

.page-bounty .card-sv-20 .card-body {
    align-items: flex-start;
}

.page-bounty .sv-20-image {
    margin-right: 15px;
    text-align: center;
    padding-top: 7px;
}

.page-bounty .sv-20-body {
    width: calc(100% - 210px);
}

.page-bounty .sv-20-action {
    margin-left: 10px;
    width: 120px;
    padding-top: 3px;
}

.task-completed {
    width: calc(100% - 85px) !important;
}

.bounty-image {
    max-width: 100%;
    border-radius: 20px;
}

.bounty-pt-20 {
    margin-top: 20px !important;
}

.bounty-line18 {
    line-height: 1.8;
}

.cd-uni-networks a {
    margin-right: 20px;
    display: inline-block;
    min-height: 60px;
    border-radius: 15px;
    line-height: 60px;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .2);
    margin-top: 10px;
    text-decoration: none;
}

.cd-uni-networks a img {
    max-width: 60px;
    border-radius: 15px;
}

.sidebar ul li ul {
    padding-left: 0;
}


/** Payment Box **/

.payment-item {
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}

.payment-item>span {
    display: block;
    font-size: 11px;
    color: #999;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.payment-item label {
    width: 100%;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    background: #f5f5f7;
    padding: 5px 10px 5px;
    cursor: pointer;
    transition: all .4s;
    position: relative;
    display: flex;
    align-items: center;
}

.payment-item label span {
    padding-left: 15px;
}

.payment-item label:after {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 30px;
    width: 30px;
    content: '\F00C';
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 26px;
    border-radius: 50%;
    background: #000;
    border: 3px solid #fff;
    transition: all .4s;
    transform: scale(0);
}

.payment-item input[type="radio"] {
    display: none;
}

.payment-item input[type="radio"]:checked~label {
    border-color: #000;
}

.payment-item input[type="radio"]:checked~label:after {
    transform: scale(1);
}

.payment-icon {
    margin-bottom: 3px;
}

.payment-icon img {
    width: 20px;
    border-radius: 50%;
}

.payment-icon [class*=fa-] {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.payment-icon-bnb img,
.payment-icon-bnb [class*=fa-] {
    background: #f3ba2f;
}

.payment-icon-eth img,
.payment-icon-eth [class*=fa-] {
    background: #6d75b7;
}

.payment-icon-btc img,
.payment-icon-btc [class*=fa-] {
    background: #fdb722;
}

.payment-icon-usd img,
.payment-icon-usd [class*=fa-] {
    background: #229efd;
}

.payment-cur {
    font-size: 13px;
    color: #000;
}

.payment-cal-cur {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    color: #6783b8;
    display: inline-block;
    padding: 8.5px 12px;
}

.payment-cal-cur:after {
    position: absolute;
    left: 0;
    top: 50%;
    height: 24px;
    width: 1px;
    content: '';
    transform: translateY(-50%);
    background: #dce6f5;
}

.payment-calculator {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: -16px 0;
}

.payment-calculator>div {
    padding: 16px 0;
    width: 100%;
}

.payment-calculator .ti {
    position: absolute;
    bottom: 50%;
    color: #304073;
    left: 50%;
    transform: translate(-50%, 50%);
    margin-bottom: -4px;
}

.payment-calculator label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
}

.payment-calculator-note {
    font-size: 12px;
}

.payment-calculator-note [class*=fa-] {
    color: #7c98ff;
    margin-right: 5px;
    display: inline-block;
}

.payment-input {
    position: relative;
}

.payment-bonus-title {
    font-weight: 500;
    font-size: 14px;
    color: #6783b8;
    margin-bottom: 2px;
}

.payment-bonus-amount {
    display: block;
    color: #304073;
    font-size: 18px;
}

.payment-bonus-amount span {
    color: #9eaecf;
    font-size: 12px;
}

.payment-bonus-time {
    font-size: 12px;
    color: #6783b8;
    display: block;
    line-height: 1;
}

.payment-summary {
    border-radius: 4px;
    border: 1px solid #dce6f5;
    padding: 20px 18px 0;
    margin-bottom: 30px;
}

.payment-summary-item {
    padding-bottom: 10px;
}

.payment-summary-title {
    color: #2b56f5;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
}

.payment-summary-info span:first-child:not(.payment-summary-amount) {
    color: #6783b8;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    top: -2px;
}

.payment-summary-info span:last-child {
    font-size: 14px;
    color: #6783b8;
    font-weight: 500;
    text-transform: uppercase;
}

.payment-summary-amount {
    font-size: 20px;
    font-weight: 500;
    color: #304073;
}

@media (min-width: 576px) {
    .payment-calculator {
        margin: 0 -24px;
    }
    .payment-calculator>div {
        padding: 0 24px;
        width: 50%;
    }
    .payment-calculator .ti {
        position: absolute;
        bottom: 8px;
        left: 50%;
        transform: rotate(-90deg) translate(50%, -50%);
        margin-bottom: 0;
    }
    .payment-item {
        margin-bottom: 10px;
    }
    .payment-item label {
        padding: 5px;
        display: block;
    }
    .payment-item label span {
        padding-left: 0;
    }
    .payment-item>span {
        position: static;
        margin-top: 2px;
        transform: translateY(0);
    }
    .payment-icon img {
        width: 30px;
    }
    .payment-icon [class*=fa-] {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}

@media (min-width: 419px) and (max-width: 575px) {
    .payment-list .col-sm-6 {
        width: 50%;
    }
    .payment-item>span {
        position: static;
        margin-top: 2px;
        transform: translateY(0);
    }
}

.wallet-chart-control {
    border-radius: 10px !important;
}

.wallet-chart-select-coin {
    padding-left: 10px !important;
    border-radius: 10px;
}

.wallet-chart-select-coin:after {
    position: absolute;
    right: 10px;
    top: 15px;
}

.coin-toggle-panel {
    margin-bottom: 10px;
}

.coin-toggle-panel a {
    display: flex !important;
    width: 100%;
    border-radius: 10px 10px 0 0 !important;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    transition: all ease-in-out .3s;
}

.coin-toggle-panel a.collapsed {
    border-radius: 10px 10px 10px 10px !important;
}

.coin-toggle-panel .card {
    border-radius: 0 0 10px 10px !important;
}

.coin-toggle-panel .card ul li {
    border-bottom: 1px #e0e0e0 solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.coin-toggle-panel .card ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.v2-space-between-center {
    justify-content: space-between;
    align-items: center;
}

.font-12 {
    font-size: 12px !important;
}

.v2-pl-50 {
    padding-left: 50px !important;
}

.btn-v2-light {
    background-color: #d3d4d5 !important;
    color: #000 !important;
}

.btn-v2-light .td-coin-balance {
    color: rgb(101 105 113);
}

.sidebar .footer {
    padding: 0 30px;
    color: #fff;
}

.sidebar .footer-content {
    border-top: 1px rgba(255, 255, 255, .1) solid;
    padding-top: 15px;
}

.is-collapsed .sidebar .footer {
    display: none;
}

.is-collapsed .sidebar:hover .footer {
    display: block;
}

.footer-social {
    display: flex;
    padding-bottom: 20px;
}

.footer-social a {
    color: #000;
    background-color: rgba(255, 255, 255, .7);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 15px;
    border-radius: 50%;
    transition: all ease-in-out .3s;
}

.footer-social a:hover {
    background-color: #fff;
}

@media (max-width: 991.98px) {
    .footer {
        display: none;
    }
}