/*
* Template Name : Crypto Wallet User Panel | Cryptocurrency Wallet
* Version : 1.0.0
* Created by : Crypto Wallet User Panel | Cryptocurrency Wallet
* File: Main Css 
*/


/*
====================================
[ CSS TABLE CONTENT ]
------------------------------------
    1.0 - Custom
    2.0 - header css
    3.0 - wallet css
    4.0 - popup css
    5.0 - tranfer coin css
    6.0 - invoice css
    7.0 - remove theme pupup css
    8.0 - profile css
    9.0 - color swittcher css
-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/


/* =============================================
                Theme Reset Style
============================================= */


/*@import url("color/dark/dark-blue.css");
@import url("color/dark/dark-green.css");
@import url("color/dark/dark-purple.css");
@import url("color/dark/dark-purple-pink.css");*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url("color/orrange.css");
@import url("color/cyan.css");
@import url("color/green.css");
@import url("color/purple.css");
@import url("color/purple-pink.css");
@import url("color/light-orange.css");
@import url("color/theme-dark-green.css");
@import url("color/theme-red.css");
@import url("color/theme-persian-green.css");
@import url("color/theme-light-green.css");
@import url("color/theme-light-dark-cofee.css");
@import url("color/theme-royal.css");
@import url("color/theme-under-lake.css");
@import url("color/theme-ash.css");
@import url("color/theme-alive.css");
@import url("color/theme-visions-grandeur.css");
@import url("color/theme-sha-la-color.css");
@import url("color/theme-header-blue.css");
@import url("color/theme-header-red.css");
@import url("color/theme-header-info.css");
@import url("color/header-theme-orrange.css");
@import url("color/theme-header-green.css");
@import url("color/theme-header-orchidgreen.css");
@import url("color/dark-mode.css");
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?s73usq');
    src: url('../fonts/icomoon.eot?s73usq#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?s73usq') format('truetype'), url('../fonts/icomoon.woff?s73usq') format('woff'), url('../fonts/icomoon.svg?s73usq#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-deposit:before {
    content: "\e901";
}

.icon-withdraw:before {
    content: "\e900";
}

body {
    font-family: 'Poppins' !important;
    font-weight: 300 !important;
    top: inherit !important;
    min-height: inherit !important;
    transition: all 0.3s;
    letter-spacing: 0.5px;
}

.dark-mode {
    background-color: #000;
}

ul,
li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    max-width: 100%;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}

-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #ccc;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #ccc;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ccc;
}


/* custom css */

.dark-mode .color-theme-menu .theme-defalt {
    background-color: #5a78d2 !important;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: visible;
    background-color: rgba(255, 255, 255, 0.98);
    transition: all 0.5s;
}

.loaded #loader-wrapper {
    visibility: hidden;
    opacity: 0;
}

.loader-images {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.loaded #loader-wrapper .loader-images {
    display: none;
}

#loader-wrapper .loader-images img {
    max-width: 480px;
}

.wallet-bradcrumb .theme-color-swith {
    width: 155px;
    position: absolute;
    top: 10px;
    right: 25px;
}

.wallet-balance .theme-swithcher {
    position: absolute;
    top: 32px;
    right: 30px;
}

.theme-color-swith,
.theme-swithcher {
    padding: 10px 0px 10px 15px;
    border-top: 1px solid #eee;
    position: relative;
}

.theme-swithcher {
    padding: 0px;
    border: 0px;
    display: inline-block;
}

.theme-color-swith a,
.theme-swithcher a {
    font-weight: 600;
    color: #666 !important;
    font-size: 14px;
    text-decoration: none !important;
}

.theme-color-swith .switch,
.theme-swithcher .switch {
    display: inline-block;
    width: 35px;
    height: 20px;
    position: absolute;
    top: 12px;
    right: 15px;
}

.theme-swithcher .switch {
    top: 1px;
    left: -42px;
    margin: 0px;
}

.theme-color-swith .switch input,
.theme-swithcher .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.theme-color-swith .slider,
.theme-swithcher .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.theme-color-swith .slider:before,
.theme-swithcher .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 5px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.theme-color-swith input:checked+.slider:before,
.theme-swithcher input:checked+.slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}


/* Rounded sliders */

.theme-color-swith .slider.round,
.theme-swithcher .slider.round {
    border-radius: 34px;
}

.theme-color-swith .slider.round:before,
.theme-swithcher .slider.round:before {
    border-radius: 50%;
}


/* theme color toggle */

@media (max-width:520px) {
    #toast {
        left: 70%;
        top: 120px;
    }
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadein 2s, fadeout 2s 4.5s;
    animation: fadein 2s, fadeout 2s 4.5s;
}

@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 120px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 120px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 120px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 120px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}


/*toast css over*/

.theme-btn {
    background-color: var(--bg-theme1);
    border: 0px;
    padding: 12px 30px;
    color: #fff !important;
    outline: 0;
    font-size: 15px;
    border-radius: 4px 4px;
    cursor: pointer;
    outline: 0 !important;
    text-decoration: none !important;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.theme-btn:hover {
    opacity: .8;
}

.theme-btn>i {
    margin-right: 3px;
}

.dark-mode .wallet-area-warpper {
    box-shadow: 0px 0px 15px #000;
}

.wallet-area-warpper {
    background-color: rgb(238 238 238 / 50%);
    height: calc(100vh - 60px);
    border-radius: 15px 15px;
    box-shadow: 0px 0px 15px #ccc;
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}


/*.wallet-area-warpper::before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 0px;
    z-index: 99;
    opacity: .99;
    transition: all 0.5s;
}*/

.wallet-box-scroll {
    height: calc(100vh - 160px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 30px;
}

.theme-custom-dropdown .dropdown-select {
    margin: 0px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    position: relative;
}

.theme-custom-dropdown .dropdown-select::before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: #444;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.dropdown-menu {
    width: 240px;
    padding: 0;
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.theme-custom-dropdown .dropdown-menu {
    padding: 0px;
    margin: 6px 0px 0px;
    border: 1px solid #eee;
    width: 100%;
    box-shadow: 0px 0px 15px #eee;
}

.wallet-bradcrumb .transaction-coin-filter .theme-input>a {
    color: #222;
    text-decoration: none;
}

.transaction-coin-filter .theme-custom-dropdown .dropdown-menu li {
    padding: 0px;
}

.transaction-coin-filter .theme-custom-dropdown .dropdown-menu li>a {
    padding: 10px 15px;
}

.theme-custom-dropdown .dropdown-menu li {
    border-bottom: 1px solid #eee;
    padding: 10px 15px;
    color: #222;
    cursor: pointer;
}

.theme-custom-dropdown .dropdown-menu li>a {
    font-size: 15px;
    display: block;
    text-decoration: none;
    color: #222;
}

.theme-custom-dropdown .dropdown-menu li:last-child {
    border: 0px;
}

.dropdown-menu li:hover {
    background-color: #eee;
}

.theme-custom-dropdown .dropdown-menu li>span,
.theme-custom-dropdown .dropdown-select>span {
    display: inline-block;
    width: 25px;
    margin-right: 10px;
    position: relative;
}

.theme-custom-dropdown .dropdown-select>span {
    margin-right: 8px;
}

.pagination-box>ul {
    margin: 30px 0px 0px;
}

.pagination-box>ul>li.current {
    background-color: var(--bg-theme1);
    color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    margin: 0px 8px 0px 0px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.pagination-box>ul>li {
    color: #000;
    font-size: 16px;
    margin: 0 12px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.pagination-box>ul>li>a {
    color: #000;
    transition: all 0.5s;
    text-decoration: none;
}

.pagination-box>ul>li>a>i {
    margin-left: 2px;
    vertical-align: middle;
}

.pagination-box>ul>li>a:hover {
    color: var(--bg-theme1);
}

.theme-edit-note {
    font-size: 12px;
    margin: 8px 0px 0px;
    font-weight: 600;
    color: #222;
    word-break: break-word;
}

.theme-edit-note>span {
    position: relative;
}

.theme-edit-note>span>span {
    display: inline-block;
    border-bottom: 2px dotted #ccc;
    font-weight: 400;
    color: #444;
    width: 100%;
    position: relative;
    padding-right: 22px;
}

.theme-edit-note span>i {
    font-size: 16px;
    position: absolute;
    top: -2px;
    right: 0px;
    cursor: pointer;
}

.theme-edit-note span:hover {
    background-color: #f7f7f7;
    outline: 0 !important;
    box-shadow: none !important;
}

.theme-edit-note span:focus {
    outline: 0;
}


/* custom css */


/* header css */

.header-logo {
    padding: 10px 20px;
    margin-bottom: 10px;
    background-color: var(--bg-theme2);
    background-color: #fff;
    border-radius: 15px 0px 0px;
}

.header-box {
    background-color: #fff;
    border-radius: 15px 0px 0px 15px;
    position: fixed;
    width: 255px;
    height: calc(100% - 60px);
}

.wallet-area {
    margin: 30px 30px;
}

.header-logo img {
    max-width: 100%;
    max-height: 100px;
    display: block;
    margin: 0px auto;
}

.header-nav-menu ul {
    margin: 0px;
}

.header-nav-menu ul li {
    padding-bottom: 20px;
    padding: 20px 30px 20px 60px;
    position: relative;
}

.header-nav-menu ul li a>i {
    font-size: 18px;
    position: absolute;
    top: 22px;
    left: 30px;
}

.header-nav-menu ul li.active {
    border-left: 4px solid var(--bg-theme1);
    border-radius: 6px;
}

.header-nav-menu ul li a {
    display: inline-block;
    font-size: 16px;
    color: rgb(0 0 0 / 50%);
    text-decoration: none;
    font-weight: 400;
    line-height: normal;
}

.header-nav-menu ul li.active>a,
.header-nav-menu ul li a:hover {
    color: var(--bg-theme1);
}


/* header css */


/* wallet css */

.wallet-chart {
    padding: 0px 30px;
    margin-bottom: 30px;
    position: relative;
}

.wallet-chart #loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 40px;
    color: #aaa;
}

.highcharts-background {
    fill: rgb(0 28 113 / 8%);
}

.highcharts-title {
    color: var(--bg-theme1) !important;
    fill: var(--bg-theme1) !important;
}

.highcharts-axis-labels text,
.highcharts-subtitle tspan {
    color: #222 !important;
    fill: #222 !important;
    font-weight: 600;
}

.highcharts-series>path:first-child {
    stroke: var(--bg-theme1);
}

.wallet-chart #chart {
    background-color: #fff;
    border-radius: 15px 15px;
    padding: 15px 15px;
}

.dashboard-chart-range {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.dashboard-chart-range>a {
    margin-left: 8px;
    color: #999;
    text-decoration: none !important;
    padding: 4px 10px;
    display: inline-block;
    border-radius: 4px 4px;
}

.dashboard-chart-range>a.active,
.dashboard-chart-range>a:hover {
    background-color: var(--bg-theme1);
    color: #fff;
}

.highcharts-container {
    width: 100% !important;
}

.highcharts-title tspan {
    font-weight: 600;
}

.highcharts-markers path {
    fill: #222222;
}

.apexcharts-toolbar,
.apexcharts-legend.apexcharts-align-left.position-top {
    display: none !important;
}

.wallet-chart #chart {
    background-color: #fff;
    border-radius: 15px 15px;
    padding: 20px 30px;
    overflow: hidden;
    box-shadow: 0px 0px 8px #eee;
}

.highcharts-plot-bands-0 .highcharts-plot-band {
    fill: transparent;
}

.wallet-area-right {
    margin-left: 255px;
    padding-bottom: 30px;
}

.wallet-top-header-left {
    float: left;
}

.wallet-top-header-right {
    float: right;
}

.wallet-top-header-box.user-top-detail {
    cursor: pointer;
    position: relative;
    margin-left: 20px;
}

.wallet-top-header-box.user-top-detail ul {
    position: absolute;
    top: 100%;
    margin: 28px 0px 0px;
    width: 150px !important;
    right: 0px;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0px 0px 8px #ccc;
    display: none;
}

.wallet-language-box {
    float: left;
    margin: 12px 0px 0px;
}

.wallet-language-box .dropdown {
    outline: 0;
    cursor: pointer;
}

.wallet-language-box .dropdown-menu {
    background-color: #fff;
    border: 0px;
    top: 58px;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    box-shadow: 0px 0px 8px #ccc;
}

.wallet-language-box .dropdown-menu .language-dropdown {
    height: 430px;
    overflow: auto;
    margin: 0;
}

.wallet-language-box .dropdown-menu li {
    font-size: 15px;
    padding: 10px 15px;
    color: var(--bg-theme1);
    border-bottom: 1px solid #eee;
}

.wallet-language-box .dropdown-menu li>a {
    color: #444444 !important;
    text-decoration: none;
}

.wallet-language-box .dropdown-menu li>a>span {
    display: inline-block;
    margin-right: 4px;
}

.wallet-language-box .dropdown-menu li.active {
    background-color: #274398;
    border-color: #274398;
}

.wallet-language-box .dropdown-menu li:last-child {
    border-bottom: 0px;
}

.wallet-language-box .dropdown-menu li img {
    width: 24px;
    margin-right: 5px;
}

.wallet-language-box .dropdown .select {
    font-size: 16px;
    color: #fff;
}

.wallet-language-box .dropdown .select span img {
    width: 24px;
    float: left;
    position: relative;
    top: 4px;
    margin-right: 6px;
}

.wallet-top-header-right .notification-box-area {
    float: left;
    margin-left: 20px;
    position: relative;
    z-index: 1;
}

#artitleTranslate,
#customTranslate,
.goog-te-banner-frame {
    display: none;
}

.notification-dropdown {
    position: absolute;
    width: 330px !important;
    background-color: #fff;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    box-shadow: 0px 0px 8px #ccc;
}

.notification-dropdown::before,
.profile-dropdown::before,
.wallet-language-box .dropdown-menu::before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.wallet-language-box .dropdown-menu::before {
    left: 60px;
}

.notification-dropdown::before {
    border-bottom-color: #f3f3f3;
}

.notification-dropdown .notification-list {
    margin: 0px;
    max-height: 288px;
    overflow-y: auto;
}

.notification-dropdown .notification-footer a {
    background-color: var(--bg-theme1);
    display: block;
    font-size: 15px;
    padding: 12px 15px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.notification-header h3 {
    font-size: 15px;
    margin: 0px;
    background-color: #f3f3f3 !important;
    padding: 15px 15px;
    text-align: center;
    color: #222222 !important;
}

.notification-dropdown li .notification-icon {
    font-size: 22px;
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.notification-success .notification-icon {
    color: #4CAF50 !important;
}

.notification-pending .notification-icon {
    color: #ffc107 !important;
}

.notification-cancel .notification-icon {
    color: #f05050 !important;
}

.notification-content {
    padding-left: 32px;
}

.notification-dropdown li {
    position: relative;
    padding: 15px 15px;
    border-bottom: 1px solid #eee;
    color: #717171;
    cursor: pointer;
}

.notification-dropdown li.read-notification {
    color: #aaa;
}

.notification-dropdown li:last-child {
    border-bottom: 0px;
}

.notification-dropdown li .notification-content h3 {
    font-size: 15px;
    margin: 0px 0px 5px;
    font-weight: 500;
}

.notification-dropdown li.read-notification .notification-content h3 {
    font-weight: normal;
}

.notification-dropdown li .notification-content h4 {
    font-size: 15px;
    font-weight: 400;
    margin: 0px;
    color: #aaaaaa;
}

.notification-dropdown li span {
    font-size: 12px;
    color: var(--bg-theme1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.wallet-top-header-right .notification-box-area .notification-box {
    position: relative;
}

.wallet-top-header-right .notification-box-area .notification-box>i {
    font-size: 20px;
    color: #fff;
    margin: 14px 0px 0px;
    cursor: pointer;
}

.wallet-top-header-right .notification-box-area .notification-box .notification-active {
    height: 8px;
    width: 8px;
    background-color: #87d682;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    right: -6px;
}

.wallet-top-header-box.user-top-detail .dropdown-menu a {
    display: block;
    font-size: 16px;
    color: #444444 !important;
    padding: 0;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}

.wallet-top-header-box.user-top-detail .dropdown-menu .dropdown-item {
    padding: .75rem 1.5rem;
}

.wallet-top-header-box.user-top-detail .dropdown-menu a:last-child {
    border-bottom: 0px;
}

.wallet-top-header-box.user-top-detail ul li a>i {
    font-size: 15px;
    margin-right: 5px;
}

.wallet-top-header-box {
    float: left;
    margin-left: 30px;
    position: relative;
    padding-left: 45px;
}

.wallet-top-header-box .header-wallet-ico {
    font-size: 30px;
    position: absolute;
    top: 0px;
    left: 0;
    color: #ccc;
}

.wallet-top-header-right .wallet-top-header-box .header-wallet-ico {
    left: -45px;
}

.wallet-top-header-box .header-wallet-ico img {
    height: 35px;
    width: 35px;
    border-radius: 100%;
}

.wallet-top-header-left {
    width: 100%;
}

.wallet-top-header-left .wallet-top-header-box:first-child {
    margin-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.wallet-top-header-left .wallet-top-header-box:first-child>div:last-child {
    position: relative;
    padding-left: 25px;
}

.wallet-top-header {
    background-color: var(--bg-theme1);
    padding: 28.5px 30px;
    border-top-right-radius: 15px;
}

.wallet-top-header-box .dropdown span,
.wallet-top-header-box span {
    font-size: 12px;
    color: #eff6ff;
    display: block;
    margin-bottom: 3px;
}

.wallet-top-header-box h3 {
    font-size: 18px;
    /* color: #e3e3e7; */
    margin: 0px;
    font-weight: 400;
}

.wallet-top-header-box .header-wallet-ico,
.wallet-top-header-box h3 {
    /* color: #fff !important; */
}

.theme-defalt .wallet-top-header-box .header-wallet-ico,
.theme-defalt .wallet-top-header-left .wallet-top-header-box h3 {
    color: #87d682 !important;
}

.wallet-top-header-right .notification-box-area .notification-box .notification-active {
    background-color: #fff;
}

.theme-defalt .wallet-top-header-right .notification-box-area .notification-box .notification-active {
    background-color: #87d682;
}

.wallet-top-header-box h3>i {
    font-size: 12px;
}

.wallet-bradcrumb {
    padding: 20px 30px;
    position: relative;
}

.wallet-bradcrumb .new-wallet-btn {
    position: absolute;
    top: 9px;
    right: 32px;
}

.theme-popup .modal-content .wallet-balance-box {
    padding: 15px 15px;
    background-color: #f6f6f6;
    border-radius: 8px 8px 0px 0px;
    margin: -20px -20px 20px;
}

.theme-popup .modal-content .wallet-balance-box .theme-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
    float: left;
    line-height: normal;
    text-transform: uppercase;
}

.theme-popup .modal-content .wallet-balance-box .theme-title img {
    max-width: 22px;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.theme-popup .modal-content .wallet-balance-box span {
    float: right;
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
    color: #000;
    line-height: normal;
    letter-spacing: 1px;
}

.theme-popup .modal-content .wallet-balance-box span>span {
    float: left;
    font-size: 12px;
    margin-right: 4px;
    position: relative;
    top: 5px;
    text-transform: uppercase;
    color: var(--bg-theme1);
}

.theme-popup .modal-content .modal-body .transfer-coin-content-box,
.theme-popup .modal-content .modal-body .theme-popup-scroll {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.wallet-popup .theme-input-box {
    margin-bottom: 18px;
}

.wallet-popup .theme-input-box.wallet-amount-box .theme-input {
    padding: 12px 75px 12px 15px;
}

.wallet-btn .theme-btn.cancel-btn {
    background-color: #eee;
    background-image: none;
    color: #000 !important;
}

.wallet-btn .theme-btn {
    margin-right: 6px;
}

.wallet-btn .theme-btn:last-child {
    margin-right: 0px;
}

.wallet-bradcrumb h2 {
    font-size: 20px;
    margin: 0px;
    color: #222222;
}

.wallet-bradcrumb h2>i {
    margin-right: 4px;
    vertical-align: middle;
}

.wallet-box-main {
    padding: 0px 15px;
}

.wallet-box-left {
    width: 45%;
    float: left;
    padding: 0px 15px;
}

.wallet-box-right {
    width: 55%;
    float: left;
    padding: 0px 15px;
}

.wallet-balance-box .wallet-balance-name {
    float: left;
    flex: 1;
}

.wallet-balance-box .wallet-balance-amount {
    float: right;
}

.wallet-balance {
    background-color: #fff;
    border-radius: 15px 15px;
    padding: 30px 30px;
    box-shadow: 0px 0px 8px #eee;
    position: relative;
}

.wallet-balance-box {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 19px;
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.wallet-balance-box:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.wallet-balance-box .wallet-balance-ico {
    width: 60px;
    margin-right: 10px;
}

.wallet-balance-box .wallet-balance-name h3,
.wallet-balance-box .wallet-balance-amount h3 {
    font-size: 16px;
    color: #444444;
    margin: 0px 0px 2px;
    font-weight: 400;
}

.wallet-balance-box span {
    font-size: 14px;
    color: #666;
    display: block;
    font-weight: 400;
    text-align: left;
}

.wallet-balance-box .wallet-balance-amount h3 {
    margin: 10px 0px;
}

.wallet-transaction {
    background-color: #fff;
    border-radius: 15px 15px;
    padding: 30px 30px;
    box-shadow: 0px 0px 8px #eee;
}

.wallet-transaction-box .wallet-transaction-ico {
    height: 40px;
    width: 40px;
    background-color: var(--bg-theme1);
    font-size: 18px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.wallet-transaction-box .wallet-transaction-ico>i {
    line-height: 40px;
}

.wallet-transaction-box .wallet-coin-ico {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.wallet-transaction-box {
    position: relative;
    padding-left: 52px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.wallet-transaction-box:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.wallet-transaction-box .wallet-transaction-name h3,
.wallet-transaction-balance h3,
.wallet-transaction-box .wallet-transaction-inner>div>h3 {
    font-size: 16px;
    color: #444444;
    margin: 0px 0px;
    margin-bottom: 2px;
    position: relative;
    font-weight: 400;
}

.wallet-transaction-balance h3,
.wallet-balance-box .wallet-balance-amount h3 {
    color: var(--bg-theme1);
    font-weight: 600;
}

.wallet-transaction-box .wallet-transaction-inner>div>h3>span {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.bs-tooltip-top {
    top: -32px !important;
}

.wallet-transaction-box .wallet-transaction-name span,
.wallet-transaction-balance span,
.wallet-transaction-box .wallet-transaction-inner>div>span {
    font-size: 13px;
    color: #666;
    display: block;
}

.wallet-transaction-box .wallet-transaction-name {
    float: left;
}

.wallet-transaction-box .wallet-transaction-balance {
    float: right;
}

.wallet-box-right .wallet-transaction-box .wallet-trx-id {
    display: inline-block;
    width: 100%;
    margin-top: 16px;
}

.wallet-box-right .wallet-transaction-box .wallet-trx-id .trx-id {
    margin-top: 0px;
}

.wallet-transaction-box .wallet-transaction-ico.wallet-Withdrawal {
    background-color: #87d682;
}

.wallet-transaction-box .wallet-transaction-ico.wallet-sync {
    background-color: #7ad9e3;
}

.wallet-transaction-box .wallet-transaction-inner>div {
    width: 25%;
    float: left;
    text-align: left;
}

.wallet-transaction-box .wallet-trx-id .trx-id {
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #222;
}

.wallet-transaction-box .wallet-trx-id .trx-id {
    margin: 0px;
    font-size: 15px;
    font-weight: 400;
    color: #444;
    background-color: #f7f7f7;
    padding: 10px 48px 10px 15px;
    margin-top: 12px;
    border-radius: 6px 6px;
    position: relative;
}

.wallet-transaction-box .wallet-trx-id .trx-id>span {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.wallet-transaction-box .wallet-trx-id .trx-id>a {
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #666666 !important;
}

.wallet-transaction-box .wallet-trx-id .trx-id>span>span {
    font-weight: 500;
    color: var(--bg-theme1);
}

.sent-coin-transaction {
    background-color: #87d682 !important;
}

.recive-coin-transaction {
    background-color: #7ad9e3 !important;
}

.dashboard-title {
    font-size: 20px;
    color: #222222;
    font-weight: 600;
    margin: 0px 0px 25px;
}

.dashboard-title>i {
    margin-right: 4px;
    vertical-align: middle;
}

.last-transaction-widget .dashboard-title {
    margin: 0px 30px 20px;
}

.last-transaction-widget {
    position: relative;
}

.last-transaction-widget .transaction-coin-filter,
.wallet-bradcrumb .transaction-coin-filter {
    width: 250px;
    position: absolute;
    top: -10px;
    right: 35px;
}

.last-transaction-widget .transaction-coin-filter .theme-input,
.wallet-bradcrumb .transaction-coin-filter .theme-input {
    padding: 10px 15px;
}

.last-transaction-widget .transaction-coin-filter .theme-input>span,
.wallet-bradcrumb .transaction-coin-filter .theme-input>span {
    width: 20px;
    margin-right: 6px;
    position: relative;
    top: -2px;
}

.wallet-bradcrumb .transaction-coin-filter {
    top: 10px;
}

.wallet-balance-area {
    margin: 0px 15px;
}

.wallet-balance-area .wallet-balance-box .wallet-balance-ico {
    position: static;
    text-align: center;
    margin: 0px auto 15px;
    width: 60px;
    height: 60px;
}

.wallet-balance-area .wallet-balance-box {
    width: calc(33.33% - 30px);
    text-align: center;
    margin: 0px 15px;
    float: left;
    padding: 20px 20px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    /*box-shadow: 0px 0px 8px #eee;*/
    margin-bottom: 30px;
}

.wallet-balance-area .wallet-balance-box.wallet1 {
    background-color: rgb(240 139 22 / 19%);
}

.wallet-balance-area .wallet-balance-box.wallet2 {
    background-color: rgb(98 126 234 / 19%);
}

.wallet-balance-area .wallet-balance-box.wallet3 {
    background-color: rgb(131 131 131 / 19%);
}

.wallet-balance-area .wallet-balance-box.wallet4 {
    background-color: rgb(141 195 81 / 19%);
}

.wallet-balance-area .wallet-balance-box.wallet5 {
    background-color: rgb(0 137 193 / 19%);
}

.wallet-balance-area .wallet-balance-box.wallet6 {
    background-color: rgb(3 136 229 / 19%);
}

.wallet-balance-area .wallet-balance-box h3 {
    font-size: 18px;
    color: #222;
    margin-bottom: 0px;
    font-weight: 400;
}

.wallet-balance-area .wallet-balance-box h4 {
    font-size: 15px;
    font-weight: normal;
    margin-top: 6px;
    color: #666;
    margin-bottom: 12px;
}

.wallet-balance-area .wallet-balance-box .my-wallet-address {
    background-color: #ffffff60;
    padding: 15px 35px 15px 15px;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    border-radius: 6px 6px;
}

.wallet-balance-area .wallet-balance-box .my-wallet-address span {
    display: initial;
}

.wallet-balance-area .wallet-balance-box .my-wallet-address>i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    font-size: 15px;
    color: #666;
    cursor: pointer;
}

.wallet-balance-area .wallet-balance-box .wallet-balance-btn {
    margin: 0px -10px;
}

.wallet-balance-btn .theme-btn {
    padding: 12px 8px;
    width: calc(50% - 10px);
    float: left;
    margin: 0px 5px;
    background-color: rgb(255 255 255 / 50%);
    background-image: none;
    color: #222 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.wallet-balance-btn .theme-btn>i {
    margin-right: 2px;
    font-size: 15px;
}

.my-wallet-area {
    padding: 0px 15px;
}

.my-wallet-box.create-new-box {
    text-align: center;
    padding: 36px 20px;
}

.my-wallet-box {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0px 15px 30px;
    padding: 20px 20px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    box-shadow: 0px 0px 8px #eee;
}

.my-wallet-box .remove-wallet {
    height: 32px;
    width: 32px;
    background-color: var(--bg-theme1);
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    position: absolute;
    top: -15px;
    right: -14px;
}

.my-wallet-box.create-new-box .my-wallet-ico {
    height: 45px;
    width: 45px;
    background-color: var(--bg-theme1);
    border-radius: 100%;
    color: #fff;
    font-size: 22px;
    margin: 0px auto 15px;
    box-shadow: 0px 0px 6px var(--bg-theme1);
}

.my-wallet-box.create-new-box .my-wallet-ico>i {
    line-height: 46px;
}

.my-wallet-box.create-new-box h3 {
    font-size: 18px;
    color: var(--bg-theme1);
    margin-bottom: 0px;
}

.my-wallet-box .my-wallet-name {
    position: relative;
    margin-bottom: 8px;
}

.my-wallet-box .my-wallet-name h3 {
    font-size: 16px;
    color: var(--bg-theme1);
    margin: 0px;
}

.my-wallet-box .my-wallet-balance {
    margin-top: 15px;
}

.my-wallet-box .my-wallet-balance h3 {
    font-size: 16px;
    color: #666;
    margin: 0px;
    font-weight: 400;
}

.my-wallet-box .my-wallet-balance h3 span {
    color: var(--bg-theme1);
}

.my-wallet-box .my-wallet-address {
    background-color: var(--bg-theme1)10;
    padding: 15px 35px 15px 15px;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.my-wallet-box .my-wallet-address>i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    font-size: 15px;
    color: #666;
    cursor: pointer;
}


/* wallet css */


/* popup css */

.modal-backdrop.show {
    opacity: .8 !important;
}

.modal-backdrop {
    background-color: #000 !important;
}

.modal-open .modal {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
}

.modal-open .modal .modal-dialog {
    margin: 0px auto !important;
    transform: none !important;
    -webkit-transform: translate(0px, 50%) !important;
    transform: translate(-50%, -50%) !important;
    position: fixed;
    top: 50%;
    left: 50%;
    /*max-height: calc(100vh - 50px);
    overflow: auto;
    pointer-events: none !important;*/
    max-width: 500px;
    width: 100%;
}

.close {
    text-shadow: none !important;
    color: #fff !important;
    opacity: 1 !important;
    outline: 0 !important;
}

.theme-popup .modal-content {
    border: 0px;
    border-radius: 8px 8px;
}

.wallet-popup-box {
    margin-bottom: 20px;
    position: relative;
}

.wallet-popup-box:last-child {
    margin-bottom: 0px;
}

.wallet-popup-box .theme-input {
    width: 100%;
    font-size: 15px;
    color: #222;
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 8px #eee;
    outline: 0;
}

.wallet-popup-box label {
    font-size: 14px;
    display: block;
    margin: 0px 0px 4px;
    font-weight: 500;
    color: var(--bg-theme1);
}

.wallet-popup-box select {
    background-color: #eee;
    border: 1px solid #eee;
    padding: 6.5px 8px;
    position: absolute;
    bottom: 4.5px;
    right: 5px;
    font-weight: 500;
    outline: 0;
}


/*.theme-popup .modal-content .modal-body .close {
    color: #666666 !important;
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 20px;
}*/

.theme-popup .modal-content .modal-body .close {
    color: #666666 !important;
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 20px;
    height: 30px;
    width: 30px;
    background-color: #1377be;
    position: absolute;
    top: -14px;
    right: -14px;
    z-index: 1;
    border-radius: 100%;
    font-size: 15px;
    color: #fff !important;
}

.theme-popup .modal-content .modal-body .close>i {
    display: block;
    position: relative;
    top: 1px;
}

.theme-popup .modal-content .modal-body {
    padding: 20px 20px;
}

.theme-popup .modal-content .dashboard-title {
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px -20px 25px;
    padding: 0px 15px 20px;
}


/* tranfer coin css */

.tranfer-coin-box {
    padding: 0px 30px;
}

.tranfer-coin-box .wallet-transaction {
    margin: 0px;
}

.transfer-coin-btn {
    text-align: center;
}

.transfer-coin-btn a {
    display: inline-block;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    margin-left: 8px;
    color: var(--bg-theme1);
    font-size: 15px;
    box-shadow: 0px 0px 15px #eee;
    text-decoration: none !important;
    font-weight: 400;
}

.transfer-coin-btn a.active,
.transfer-coin-btn a:hover {
    background-color: var(--bg-theme1);
    color: #fff;
}

.transfer-coin-btn a:first-child {
    margin-left: 0px;
}

.transfer-coin-btn a>i {
    margin-right: 2px;
    font-size: 18px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.transfer-coin-content-box.active {
    display: block;
}

.transfer-coin-input {
    margin-bottom: 20px;
    position: relative;
}

.transfer-coin-input .input-two>i,
.transfer-coin-input.transfer-coin-select>i {
    font-size: 18px;
    color: #666;
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
}

.transfer-coin-input .input-two {
    margin: 0px -20px 25px;
    position: relative;
}

.theme-input-box {
    position: relative;
}

.transfer-coin-content-box .theme-input-box {
    margin-bottom: 18px;
}

.transfer-coin-content-box .amount-box .theme-input {
    padding-right: 65px;
}

.theme-input-box .coin-status {
    font-size: 14px;
    color: #666;
    position: absolute;
    bottom: 13px;
    right: 15px;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
}

.transfer-coin-input .input-two .input-two-box input {
    padding: 10px 56px 10px 15px;
}

.transfer-coin-input label {
    font-size: 14px;
    display: block;
    margin: 0px 0px 4px;
    font-weight: 500;
    color: var(--bg-theme1);
}

.transfer-coin-input input {
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 0px 8px #eee;
    padding: 12px 15px;
    outline: 0;
    border-radius: 6px;
    font-size: 15px;
    color: #444;
}

.transfer-coin-input.transfer-coin-select {
    margin: 0px -15px 20px;
}

.transfer-coin-input .dropdown {
    width: calc(50% - 40px);
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 0px 8px #eee;
    padding: 12px 15px;
    outline: 0;
    border-radius: 6px;
    color: var(--bg-theme1);
    font-size: 15px;
    margin: 0px 20px;
    float: left;
    cursor: pointer;
}

.transfer-coin-input .dropdown .select {
    cursor: pointer;
    display: block;
}

.transfer-coin-input .dropdown .select span img,
.transfer-coin-input .dropdown .dropdown-menu li img {
    max-width: 20px;
    vertical-align: text-bottom;
    margin-right: 4px;
}

.transfer-coin-input .dropdown .select>i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    float: right;
    line-height: 20px
}

.transfer-coin-input .dropdown.active .select>i {
    transform: rotate(-90deg)
}

.transfer-coin-input .dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 4px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 8px #eee;
    overflow: hidden;
    display: none;
    max-height: 260px;
    overflow-y: auto;
    z-index: 9;
    border-radius: 6px;
}

.transfer-coin-input .dropdown .dropdown-menu li {
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.transfer-coin-input .dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}

.transfer-coin-input .dropdown .dropdown-menu li:last-child {
    border-bottom: 0px;
}

.transfer-coin-input .dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}

.transfer-coin-input .dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}

.transfer-coin-button .theme-btn {
    width: 75%;
    margin: 0px auto;
    display: block;
}


/* tranfer coin css */


/* invoice css */

.invoice-warning {
    padding: 0px 0px 15px;
    text-align: center;
}

.invoice-warning p {
    margin: 0px;
    font-size: 15px;
    line-height: 1.4;
    color: #555;
}

.invoice-warning p .invoice-text {
    margin-right: 2px;
}

.invoice-qr-img {
    margin-bottom: 15px;
    text-align: center;
}

.invoice-qr-img img {
    max-width: 100%;
    display: block;
    max-height: 180px;
    margin: 0px auto;
    background-color: #fff !important;
    padding: 10px;
    box-shadow: 0px 0px 6px #eee;
    cursor: pointer;
    outline: 0;
    border: 0px !important;
}

.invoice-qr-ammount-box {
    margin: 0px 0px 20px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 15px #eee;
}

.invoice-qr-ammount-box .invoice-ammount-box {
    padding: 25px 20px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.invoice-qr-ammount-box .invoice-ammount-box::before {
    content: "";
    border: solid #eee;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg) translate(-50%);
    -webkit-transform: rotate(45deg) translate(-50%);
    position: absolute;
    bottom: -10px;
    background-color: #fff;
    left: 50%;
}

.invoice-qr-ammount-box .invoice-ammount-box label {
    display: block;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.invoice-qr-ammount-box .invoice-ammount-box h2 {
    font-size: 20px;
    margin: 10px 0px 0px;
    text-align: center;
    cursor: pointer;
    color: #000;
    font-family: lato, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.invoice-qr-ammount-box .invoice-ammount-box h2 img {
    max-width: 32px;
    margin-right: 4px;
    position: relative;
    top: -2px;
}

.invoice-qr-ammount-box .invoice-qr-box {
    padding: 25px 20px;
    text-align: center;
}

.invoice-qr-ammount-box .invoice-qr-box .invoice-payment-url {
    position: relative;
}

.invoice-qr-ammount-box .invoice-qr-box .invoice-payment-url input {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    padding: 12px 60px 12px 15px;
    font-size: 15px;
    width: 100%;
}

.invoice-qr-ammount-box .invoice-qr-box .invoice-payment-url>i {
    font-size: 18px;
    color: #666;
    position: absolute;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 30px;
    right: 0px;
    border-left: 2px solid #ccc;
    padding: 0px 14px;
    border-radius: 2px;
    cursor: pointer;
}


/* invoice css */


/* remove theme pupup css */

.remove-theme-popup .modal-dialog {
    max-width: 420px;
}

.remove-theme-popup .modal-body {
    padding: 40px 40px;
    text-align: center;
}

.remove-theme-popup .close {
    color: #666 !important;
    float: none;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 18px;
    outline: 0;
}

.remove-popup h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0px 0px 25px;
}

.remove-popuo-btn .remove-btn {
    background-color: var(--bg-theme1);
    border: 0px !important;
    border-radius: 2px 2px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px;
    margin-right: 6px;
    color: #fff;
    cursor: pointer;
    outline: 0;
}

.remove-popuo-btn .remove-btn:last-child {
    margin-right: 0px;
}

.remove-popuo-btn .cancel-btn {
    background-color: #eee !important;
    border-color: #eee !important;
    background-image: none !important;
    color: #222;
}

.remove-popuo-btn {
    margin: 0px -20px;
}

.modal .modal-dialog {
    margin: 15px auto 0px;
}


/* remove theme pupup css */


/* profile css */

.profile-page-area {
    padding: 0px 30px;
}

.profile-page-area-main {
    background-color: #fff;
    border-radius: 15px 15px;
    padding: 30px 30px;
    box-shadow: 0px 0px 8px #eee;
    display: table;
    width: 100%;
}

.profile-page-area-main .profile-information,
.profile-page-area-main .profile-information-right {
    display: table-cell;
    vertical-align: middle;
}

.profile-page-area-main .profile-information {
    width: 30%;
}

.profile-page-area-main .profile-information-right {
    width: 70%;
    padding-left: 30px;
}

.editprofile-images .edit-images img {
    height: 200px;
    width: 200px;
    display: block;
    margin: 0px auto;
    border-radius: 100%;
}

.profile-page-area-main .profile-information-right .profile-information-box {
    margin: 0px -15px;
}

.profile-information-box .theme-input-box {
    width: calc(50% - 30px);
    margin: 0px 15px 20px;
    float: left;
}

.theme-input-box label {
    font-size: 15px;
    display: block;
    margin: 0px 0px 6px;
    font-weight: 600;
    color: #444444;
    font-family: 'Lato', sans-serif;
}

.theme-input-box .theme-input {
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 0px 8px #eee;
    padding: 15px 15px;
    outline: 0;
    border-radius: 4px 4px;
    font-size: 15px;
    color: #444;
    letter-spacing: 0.5px;
    font-family: 'Lato', sans-serif;
}

.theme-input-box .theme-input[disabled] {
    opacity: .6;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.profile-information-box .profile-btn {
    padding-left: 15px;
}

.editprofile-images {
    text-align: center;
}

.edit-images {
    display: inline-block;
    position: relative;
}

.edit-images .edit-label {
    height: 45px;
    width: 45px;
    background-color: var(--bg-theme1);
    display: block;
    border-radius: 100%;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 8px;
    right: 10px;
    cursor: pointer;
    border: 3px solid #fff;
}

.edit-images .edit-label>i {
    line-height: 38px;
}

.profile-reset-password .profile-information-box {
    background-color: #fff;
    border-radius: 15px 15px;
    padding: 30px 15px;
    box-shadow: 0px 0px 8px #eee;
    display: table;
    width: 100%;
    margin-top: 30px;
}

.profile-reset-password .profile-information-box .dashboard-title {
    padding-left: 15px;
}


/* profile css */


/* color swittcher css */

.color-switcher .toggle-button {
    line-height: 50px;
    text-align: center;
    width: 48px;
    color: #fff;
    display: block;
    height: 49px;
    background: var(--bg-theme1);
    float: left;
    cursor: pointer;
    display: none;
    font-size: 24px;
}

.color-theme-menu {
    float: none;
    width: 100%;
}

.color-switcher {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 10px;
}

.color-switcher .color-theme-menu h4 {
    font-size: 16px;
    margin: 0px;
    padding: 4px 15px 0px;
    text-align: left;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.color-switcher .color-theme-menu ul {
    margin: 0px 8px;
}

.color-theme-menu ul li {
    padding: 0px;
    width: 16.66%;
    float: left;
}

.color-theme-menu ul li>a {
    height: 25px;
    width: 25px;
    display: block;
    margin: 0 7px 16px;
    background: #f7921a;
    border-radius: 100%;
}

.color-theme-menu .theme-defalt {
    background: var(--bg-theme1) !important;
}

.color-theme-menu .theme-orrange {
    background: #d47707 !important;
}

.color-theme-menu .theme-cyan {
    background: #1a8edf !important;
}

.color-theme-menu .theme-green {
    background: #0d653d !important;
}

.color-theme-menu .theme-purple {
    background: #6c20f7 !important;
}

.color-theme-menu .purple-pink {
    background: #862b6a !important;
}

.color-theme-menu ul li>a.light-orange {
    background-color: #f5865d;
}

.color-theme-menu ul li>a.theme-dark-green {
    background-color: #85ad59;
}

.color-theme-menu ul li>a.theme-red {
    background-color: #f7645e;
}

.color-theme-menu ul li>a.theme-persian-green {
    background-color: #00B894;
}

.color-theme-menu ul li>a.theme-light-green {
    background-color: #8CBEB2;
}

.color-theme-menu ul li>a.theme-light-dark-cofee {
    background-color: #968c83;
}

.color-theme-menu ul li>a.theme-royal {
    background: #141E30;
    background: -webkit-linear-gradient(to right, #243B55, #141E30);
    background: linear-gradient(to right, #243B55, #141E30);
}

.dark-mode .color-theme-menu ul li>a.theme-royal {
    background: #141E30 !important;
    background: -webkit-linear-gradient(to right, #576d92, #6785b7) !important;
    background: linear-gradient(to right, #576d92, #6785b7) !important;
}

.color-theme-menu ul li>a.theme-under-lake {
    background: #093028;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #237A57, #093028);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #237A57, #093028);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.color-theme-menu ul li>a.theme-ash {
    background: #606c88;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3f4c6b, #606c88);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3f4c6b, #606c88);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.color-theme-menu ul li>a.theme-alive {
    background: #CB356B;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #BD3F32, #CB356B);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #BD3F32, #CB356B);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.color-theme-menu ul li>a.theme-visions-grandeur {
    background: #000046;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1CB5E0, #26849f);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1CB5E0, #26849f);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.color-theme-menu ul li>a.theme-sha-la-color {
    background: #D66D75;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #E29587, #D66D75);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #E29587, #D66D75);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.color-theme-menu ul li>a.theme-header-blue {
    background-color: #4099ff;
    background-image: -webkit-linear-gradient(90deg, #4099ff, #73b4ff);
    background: linear-gradient(90deg, #4099ff, #73b4ff);
}

.color-theme-menu ul li>a.theme-header-red {
    background-color: #ff5370;
    background-image: -webkit-linear-gradient(90deg, #ff5370, #f48fb1);
    background: linear-gradient(90deg, #ff5370, #f48fb1);
}

.color-theme-menu ul li>a.theme-header-info {
    background-color: #5e2ced;
    background-image: -webkit-linear-gradient(90deg, #38a9f9, #43e9b3);
    background: linear-gradient(90deg, #38a9f9, #43e9b3);
}

.color-theme-menu ul li>a.header-theme-orrange {
    background-color: #ff784f;
    background-image: -webkit-linear-gradient(90deg, #ff784f, #ff5370);
    background: linear-gradient(90deg, #ff784f, #ff5370);
}

.color-theme-menu ul li>a.theme-header-green {
    background-color: #11c788;
    background-image: -webkit-linear-gradient(90deg, #11c788, #54e2b7);
    background: linear-gradient(90deg, #11c788, #54e2b7);
}

.color-theme-menu ul li>a.theme-header-orchidgreen {
    background-color: #5e2ced;
    background-image: -webkit-linear-gradient(90deg, #39adb5, #7c4dff);
    background: linear-gradient(90deg, #39adb5, #7c4dff);
}


/* color swittcher css */


/*Custom Design*/

.login-bg {
    /* background-color: rgb(18, 29, 51); */
}

.user-login-area {
    position: relative;
    z-index: 1;
}

.user-login-area::before {
    content: "";
    background-image: url(../images/world-map.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-position: top center;
    opacity: 0.2;
    z-index: -1;
}

.user-login-area .user-login-logo {
    width: 100%;
    height: 112px;
    margin: 0px auto;
    padding: 0px 16px;
    position: relative;
    z-index: 1;
}

.user-login-area .user-login-logo::before {
    content: "";
    background-image: url(../images/bg-pattern.svg);
    background-size: cover;
    height: 112px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    display: none;
}

.user-login-area .user-login-logo>a {
    display: inline-block;
    position: relative;
    top: 40px;
}

.user-login-area .user-login-logo img {
    max-width: 250px;
}

.user-login-area .user-login-box {
    display: table;
    height: calc(100vh - 112px);
    width: 100%;
}

.user-login-area .user-login-box .login-box-table {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.user-login-area .theme-description {
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: lato, sans-serif;
    margin: 0px;
    color: #6d7c90;
    line-height: 1.6;
}

.user-login-area .user-login-box .login-box-table .theme-description {
    font-size: 18px;
    max-width: 450px;
    margin: 0px auto 15px;
}

.user-login-area .user-login-box .login-box-inner {
    max-width: 600px;
    margin: 0px auto;
    padding: 32px;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 21%) 0px 2px 8px 0px;
    width: 480px;
}

.user-login-area .login-title {
    font-weight: 600;
    font-size: 20px;
    line-height: inherit;
    text-transform: capitalize;
    font-style: normal;
    color: rgb(18, 29, 51);
    cursor: inherit;
    display: block;
    opacity: 1;
    padding-bottom: 8px;
    margin-bottom: 25px;
    position: relative;
}

.user-login-area .login-title::before {
    content: "";
    height: 4px;
    width: 50px;
    background-color: #121d33;
    position: absolute;
    bottom: 0px;
    z-index: 1;
}

.user-login-area .user-login-inner .theme-input-box:first-child {
    margin-top: 0px;
}

.user-login-area .theme-input-box {
    position: relative;
}

.user-login-area .theme-input-box label {
    font-weight: 600;
    font-size: 15px;
    line-height: inherit;
    color: var(--theme-landing);
    cursor: inherit;
    opacity: 1;
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.user-login-area .theme-input-box .theme-input {
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 0px 8px #eee;
    padding: 12px 15px;
    outline: 0;
    border-radius: 6px;
    font-size: 18px;
    color: #444;
    font-family: lato, sans-serif;
    letter-spacing: 1px;
}

.user-login-area .user-login-inner .theme-input-box {
    margin-top: 25px;
}

.theme-btn {
    display: inline-block;
    font-family: lato, sans-serif;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 6px 6px;
    padding: 12px 40px;
    border: none;
    cursor: pointer;
    -webkit-transition: 300ms all cubic-bezier(.4, 0, .2, 1);
    transition: 300ms all cubic-bezier(.4, 0, .2, 1);
    background: var(--theme-landing);
    outline: 0 !important;
    text-decoration: none !important;
}

.user-login-area .user-login-inner .theme-input-box .theme-btn {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    color: #fff;
    text-decoration: none;
}

.user-login-area .user-login-box .login-box-des {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 15px;
    line-height: inherit;
    text-transform: none;
    font-style: normal;
    color: var(--bg-theme1);
    cursor: inherit;
    display: block;
    opacity: 1;
    letter-spacing: 0.5px;
}

.user-login-area .user-login-box .login-box-des>a {
    font-weight: 500;
    color: #007bff;
    text-decoration: underline;
}

.depo-btn-box .deposit-btn {
    background: linear-gradient(to right, #87d682, #73c06e);
    padding: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 40px;
    height: 40px;
    transition: all .3s ease-out;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.depo-btn-box .deposit-btn:hover {
    width: 130px;
    opacity: 1;
}

.depo-btn-box .depo-icon {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.depo-btn-box .depo-icon img {
    height: 25px;
}

.depo-btn-box .depo-icon i {
    font-size: 18px;
}

.with-btn-box .withdraw-btn {
    background: linear-gradient(to right, #778ee9, #627eea);
    padding: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 40px;
    height: 40px;
    transition: all .3s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.with-btn-box .withdraw-btn:hover {
    width: 150px;
    opacity: 1;
}

.with-btn-box .with-icon {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.with-btn-box .with-icon img {
    height: 25px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.with-btn-box .with-icon i {
    font-size: 18px;
}

.wallet-top-header-box .btn,
.wallet-top-header-box .btn:hover,
.wallet-top-header-box .btn:focus {
    background: transparent !important;
    border: 0;
    padding: 0;
    outline: none;
    box-shadow: none !important;
}

.wallet-top-header-box .dropdown-toggle::after {
    display: none;
}

.wallet-top-header-box .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    margin: 28px 0px 0px;
    width: auto !important;
    right: 0 !important;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0px 0px 8px #ccc;
    transform: unset !important;
    left: unset !important;
}

.wallet-top-header-box .dropdown-menu:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: medium;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: medium;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: medium;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: rgba(194, 225, 245, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.transaction-page {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    font-size: 24px;
}

.payment-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.payment-icon-box {
    background: #f2f2f2;
    padding: 10px;
    width: calc(25% - 8px);
    margin-right: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    cursor: pointer;
}

.payment-icon-box:nth-child(4n) {
    margin-right: 0;
}

.payment-icon-box.selected {
    background-color: var(--bg-theme1);
    color: #fff;
}

.payment-icon-box img {
    height: 50px;
    width: 50px;
}

.payment-icon-box>div {
    width: 100%;
    text-align: center;
}

.payment-detail {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.payment-detail .col-md-8 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.payment-detail-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.payment-detail-box span {
    max-width: 45%;
}

.upload-ss {
    color: #000;
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px dashed #000;
}

.payment-detail .theme-input-box .theme-input {
    height: 44px;
}

.upload-ss label {
    margin: 0;
    width: 100%;
    cursor: pointer;
}

.loading-box {
    position: relative;
    min-height: 300px;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 40px;
    color: #fff;
    background: #0000003d;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.theme-btn.btn-sm {
    padding: 0.50rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.modal-header .close {
    color: #000 !important;
}

.my_accounts .wallet-transaction-box .wallet-balance-ico {
    height: 40px;
    width: 40px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.my_accounts .wallet-transaction-box .wallet-trx-buttons {
    display: inline-block;
    width: 100%;
    margin-top: 16px;
    width: 100%;
    float: left;
}

.wallet-transaction-box .wallet-transaction-ico.wallet-change-pass {
    background: linear-gradient(to right, #e9a14d, #f08b16);
}

.wallet-transaction-box .wallet-transaction-ico.wallet-deposit {
    background: linear-gradient(to right, #87d682, #73c06e);
}

.wallet-transaction-box .wallet-transaction-ico.wallet-Withdrawal {
    background: linear-gradient(to right, #778ee9, #627eea);
}

.my_accounts .wallet-transaction-box .wallet-trx-buttons .wallet-transaction-ico {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    position: unset;
    top: unset;
    left: unset;
    cursor: pointer;
}

.my_accounts .wallet-transaction-box .wallet-trx-buttons {
    display: flex;
    justify-content: flex-end;
}

.btn-trans {
    display: inline-block;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    margin-left: 8px;
    color: var(--bg-theme1);
    font-size: 15px;
    box-shadow: 0px 0px 15px #eee;
    text-decoration: none !important;
    font-weight: 400;
}

.withdraw-detail .wallet-balance-amount {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    min-width: 150px;
}

.withdraw-detail .wallet-balance-amount .with-detail-arrow {
    background: #cecece;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 10px;
    color: #444;
    cursor: pointer;
}

.verify-ss {
    height: 70px;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed;
    position: relative;
}

.verify-ss img {
    max-height: 100%;
}

.remove-ss {
    position: absolute;
    right: -12px;
    top: -12px;
    font-size: 24px;
    z-index: 1000;
    background: #fff;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #333;
    color: #333;
    cursor: pointer;
}

.with-option-detail {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.with-option-detail>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.withdraw .wallet-balance-area {
    margin: 0;
}

.withdraw .wallet-balance-area .wallet-balance-box {
    width: calc(50% - 30px);
}

.with-option-detail .theme-color-swith .switch {
    top: 0;
}

.with-option-detail .theme-color-swith .switch input:checked~.slider {
    background-color: #87d682;
}

.withdraw-detail .wallet-balance-box .wallet-balance-name h3 {
    margin-top: 11px;
}

.withdraw .btn-trans {
    padding: 10px;
    margin-left: 0;
}

.row.row5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row.row5>[class*="col-"],
.row.row5>[class*="col"] {
    padding-left: 5px;
    padding-right: 5px;
}


/*Landing Page*/

.landing .header-main {
    padding: 15px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
    -webkit-transition: 300ms all cubic-bezier(.4, 0, .2, 1);
    transition: 300ms all cubic-bezier(.4, 0, .2, 1);
    background-color: rgb(32 74 99 / 60%);
}

.landing .header-main.fixed-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
    background: #204a63;
    background: linear-gradient(to right, #1a3d51, #204a63);
    background: linear-gradient(to right, #1a3d51, #204a63);
    padding: 10px 0px;
}

.landing .header-main .header-navbar-menu {
    float: right;
}

.landing .header-main .header-logo {
    margin: 6px 0px;
    padding: 0;
    background: transparent;
}

.landing .header-logo img {
    max-width: 140px;
}

.landing .header-navbar-menu .navbar {
    padding: 0px;
    float: left;
}

.landing .header-navbar-menu .header-pricing-btn {
    float: left;
    margin-left: 30px;
}

.landing .header-pricing-btn .theme-btn {
    padding: 8px 30px;
}

.landing .header-navbar-menu .navbar-nav .nav-item .nav-link {
    font-family: lato, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    color: #fff;
    padding: 10px 0px;
    text-transform: uppercase;
}

.landing .header-navbar-menu .navbar-nav .nav-item .nav-link:hover,
.landing .header-navbar-menu .navbar-nav .nav-item .nav-link.active {
    color: #498cff !important;
}

.landing .header-navbar-menu .navbar-nav .nav-item {
    margin-right: 30px;
    position: relative;
}

.landing .header-navbar-menu .navbar-nav .nav-item:last-child {
    margin-right: 0px;
}

.landing .header-navbar-menu .navbar-nav {
    margin-left: auto !important;
    margin-right: inherit !important;
}

.landing .header-navbar-menu .navbar {
    padding: 0px;
}

.landing .nav-item .nav-dropdown-box {
    width: 240px;
    position: absolute;
    top: 100%;
    left: 0px;
    text-align: left;
    padding-top: 16px;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -khtml-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
}

.landing .nav-item .nav-dropdown-box::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: 8px;
    left: 25px;
}

.landing .header-main.fixed-header .nav-dropdown-box {
    padding-top: 10px;
}

.landing .header-main.fixed-header .nav-dropdown-box::before {
    top: 2px;
}

.landing .nav-item:hover .nav-dropdown-box {
    visibility: visible;
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.landing .nav-item .nav-dropdown-box .nav-dropdown-menu {
    background-color: #fff;
    z-index: 99;
    box-shadow: 0px 2px 8px #eee;
}

.landing .nav-dropdown-box .nav-dropdown-menu li>a {
    display: block;
    padding: 12px 15px;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: lato, sans-serif;
    text-decoration: none;
}

.landing .nav-dropdown-box .nav-dropdown-menu li>a:hover,
.landing .nav-dropdown-box .nav-dropdown-menu li>a.active {
    background-color: #f1f1f1;
}

.landing .header-navbar-menu .header-pricing-btn {
    float: left;
    margin-left: 30px;
}

.landing .header-pricing-btn .theme-btn {
    padding: 8px 30px;
}

.landing .slider-area {
    background: linear-gradient(to right, #1a3d51, #204a63);
    padding: 90px 0px 10px;
    position: relative;
    z-index: 1;
}

.slider-area a {
    background: #fff;
    color: #000;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 5px #a8a8a8;
    margin: 15px 0;
    display: inline-block;
    font-size: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.landing .slider-area::before {
    content: "";
    background-image: url(../images/site-images/banner_wave.png);
    background-position: left top;
    bottom: -1px;
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
    display: none;
}

.landing .slider-box-area .slider-header h1 {
    color: #ffffff;
    font-size: 40px;
    line-height: 1.3;
    font-family: lato, sans-serif;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 750;
    margin-bottom: 15px;
}

.landing .slider-box-area .slider-header p {
    font-size: 20px;
    font-family: lato, sans-serif;
    max-width: 920px;
    color: #ccc;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin: 0px auto;
    text-align: left;
    margin-top: 50px;
}

.landing .slider-images {
    margin-top: -350px;
}

.landing .slider-images .slider-box-img {
    position: relative;
    z-index: 2;
    text-align: center;
}

.landing .page-paddings {
    padding: 80px 0px;
}

.landing .our-mission-area .row,
.landing .our-services-area .row,
.landing .best-wallet-area .row {
    display: table;
    width: calc(100% - -15px);
}

.landing .our-mission-area .row>div,
.landing .our-services-area .row>div,
.landing .best-wallet-area .row>div {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

.landing .our-mission-images img {
    max-width: 480px;
}

.landing .section-heading h5 {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 0px;
    font-family: lato, sans-serif;
    color: var(--theme-landing);
    letter-spacing: 6px;
    text-transform: uppercase;
}

.landing .section-heading h2 {
    margin: 4px 0px 15px;
    color: #222;
    font-weight: 600;
    width: 100%;
    font-size: 30px;
    line-height: 1.4;
    font-family: lato, sans-serif;
    letter-spacing: 1px;
}

.landing .theme-description {
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: lato, sans-serif;
    margin: 0px;
    margin-bottom: 0px;
    color: #6d7c90;
    line-height: 1.6;
}

.landing .our-mission-content .theme-description,
.landing .our-services-area .our-services-description .theme-description {
    margin-bottom: 15px;
}

.landing .our-services-area .our-services-images {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}

.landing .our-services-images img {
    max-width: 520px;
}

.landing .theme-description {
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: lato, sans-serif;
    margin: 0px;
    color: #6d7c90;
    line-height: 1.6;
}

.landing .section-heading.center-heading .theme-description {
    max-width: 767px;
    margin: 0px auto;
}

.landing .trending-hot-area .trending-box {
    margin: 30px 10px 10px;
    background: #FFFFFF;
    border: 1px solid rgba(21, 83, 251, 0.1);
    box-shadow: 0px 0px 15px rgba(20, 83, 251, 0.1);
    border-radius: 15px;
    padding: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.landing .trending-ico .theme-icons {
    background-image: url(../images/icon/create-wallet.svg);
    height: 80px;
    width: 80px;
    display: block;
    margin: 0px auto 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.landing .theme-title {
    font-size: 22px;
    font-weight: 600;
    color: #222;
    margin-bottom: 6px;
    font-family: lato, sans-serif;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.landing .best-wallet-area .best-wallet-content h4 {
    margin: 25px 0px;
    color: var(--theme-landing);
    font-weight: 800;
    width: 100%;
    font-size: 18px;
    line-height: 1.4;
    font-family: lato, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.landing .best-wallet-content .mobile-app-box {
    display: block;
}

.landing .best-wallet-content .mobile-app-box>a {
    display: inline-block;
    margin-right: 12px;
}

.landing .best-wallet-content .mobile-app-box>a:last-child {
    margin-right: 0px;
}

.landing .best-services-area .best-services-box {
    margin-top: 30px;
    background-color: #f9f9fa;
    padding: 35px 25px;
    border-radius: 12px 12px;
}

.landing .trending-ico .theme-icons {
    background-image: url(../images/icon/create-wallet.svg);
    height: 80px;
    width: 80px;
    display: block;
    margin: 0px auto 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.landing .trending-ico .theme-icons.digital-money {
    background-image: url(../images/icon/digital-money.svg);
}

.landing .trending-ico .theme-icons.bitcoin-wallet {
    background-image: url(../images/icon/bitcoin-wallet.svg);
}

.landing .trending-ico .theme-icons.crypto-currency {
    background-image: url(../images/icon/crypto-currency.svg);
}

.landing .trending-ico .theme-icons.secure-transactions {
    background-image: url(../images/icon/secure-transactions.svg);
}

.landing .trending-ico .theme-icons.bitcoin-mining {
    background-image: url(../images/icon/bitcoin-mining.svg);
}

.landing .trending-ico .theme-icons.mining-technology {
    background-image: url(../images/icon/mining-technology.svg);
}

.landing .how-it-work-box .how-it-work-ico {
    height: 100px;
    width: 100px;
    background-color: #eee;
    border-radius: 100%;
    line-height: 104px;
    margin: 0px auto 20px;
}

.landing .how-it-work-box .how-it-work-ico img {
    max-width: 55px;
}

.landing .page-background {
    background-color: #f9f9fa;
    padding: 80px 0px;
    padding-top: 80px;
}

.landing .counter-area .counter-box {
    margin-top: 30px;
}

.landing .trending-ico {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.landing .trending-ico img {
    height: 100px;
}

.landing .trending-ico .theme-icons {
    background-image: url(../images/icon/create-wallet.svg);
    height: 80px;
    width: 80px;
    display: block;
    margin: 0px 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.landing .counter-box .counter-title {
    position: relative;
    padding-bottom: 20px;
    border-right: 1px solid #eee;
}

.landing .counter-box .counter-title::before {
    content: "";
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 40px;
    background-color: var(--theme-landing);
}

.landing .counter-box .counter-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--theme-landing);
    margin: 0px;
}

.landing .trending-ico .theme-icons.secure-transactions {
    background-image: url(../images/icon/secure-transactions.svg);
}

.landing .trending-ico .theme-icons.bitcoin-wallet {
    background-image: url(../images/icon/bitcoin-wallet.svg);
}

.landing .footer-main {
    background: linear-gradient(to right, #1a3d51, #204a63);
}

.landing .footer-main .footer-top {
    background-image: url(../images/site-images/map.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.landing .footer-newsletter .footer-logo {
    margin-bottom: 30px;
}

.landing .footer-newsletter .footer-logo .theme-description {
    max-width: 992px;
    margin: 20px auto 0px;
    color: #7c8ea7;
}

.landing .footer-newsletter form {
    max-width: 767px;
    margin: 0px auto 30px;
}

.landing .theme-input-box {
    position: relative;
}

.landing .theme-input-box .theme-input {
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 0px 8px #eee;
    padding: 12px 15px;
    outline: 0;
    border-radius: 6px;
    font-size: 18px;
    color: #444;
    font-family: lato, sans-serif;
    letter-spacing: 1px;
}

.landing .footer-newsletter .theme-input-box .theme-input {
    padding: 18px 175px 18px 25px;
    box-shadow: none;
    background-color: #1a3d51;
    border: 3px solid #1b3a4b;
    color: #ccc;
}

.landing .footer-newsletter .theme-input-box .theme-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #204961;
    background-image: none;
    padding: 12px 30px;
    color: #a4b6c3 !important;
}

.landing .footer-newsletter .theme-input-box .theme-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #204961;
    background-image: none;
    padding: 12px 30px;
    color: #a4b6c3 !important;
}

.landing .footer-social ul>li {
    display: inline-block;
    margin: 0 4px;
}

.landing .footer-social ul>li>a {
    border: 2px solid #ffffff;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    border-radius: 100%;
    color: #ffffff;
    display: block;
    font-size: 18px;
    height: 45px;
    line-height: 44px;
    text-align: center;
    width: 45px;
}

.landing .footer-social ul>li>a.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.landing .footer-social ul>li>a.linkedin {
    background-color: #0e76a8;
    border-color: #0e76a8;
}

.landing .footer-social ul>li>a.twitter {
    background-color: #00acee;
    border-color: #00acee;
}

.landing .footer-social ul>li>a.pinterest {
    background-color: #E60023;
    border-color: #E60023;
}

.landing .footer-main .footer-copyright {
    padding: 15px 0px;
    background-color: #1a3e52;
}

.landing .footer-copyright .footer-bottom-left p {
    margin: 0px;
    font-size: 16px;
    color: #7c8ea7;
}

.landing .footer-copyright .footer-bottom-right ul {
    margin: 0px;
    float: right;
}

.landing .footer-copyright .footer-bottom-right ul>li {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #7c8ea7;
    line-height: 1;
    margin-top: 5px;
}

.landing .footer-copyright .footer-bottom-right ul>li:last-child {
    border-right: 0;
}

.landing .footer-copyright .footer-bottom-right ul>li>a {
    font-size: 16px;
    color: #7c8ea7;
    display: block;
    text-decoration: none;
}

.landing .page-up-box {
    z-index: 99;
    cursor: pointer;
    transition: all 0.5s;
    opacity: 0;
    visibility: visible;
    height: 45px;
    width: 45px;
    background-color: #eee;
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: var(--theme-landing) !important;
    font-size: 30px;
    text-align: center;
    line-height: 44px;
    border-radius: 100%;
}

.landing .page-up-box.show {
    opacity: 1;
    visibility: visible;
}

.landing .switch-button {
    position: fixed;
    top: 29%;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    z-index: 9;
    background: var(--theme-landing);
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    cursor: pointer;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.landing .switch-button i {
    font-size: 23px;
}

.landing .switched-styles {
    position: fixed;
    top: 29%;
    right: -100%;
    width: 240px;
    height: 256px;
    z-index: 99;
    background: #fff;
    color: #fff;
    border-radius: 4px 0 0 4px;
    padding: 16px;
    box-shadow: 0 0 10px #ccc;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.landing .switched-styles h4 {
    display: inline-block;
    color: #222;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 1;
    font-weight: 600;
    padding: 6px 0px 12px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.landing .switched-styles ul {
    margin-bottom: 0;
}

.landing .switched-styles ul li {
    display: inline-block;
    cursor: pointer;
    height: 28px;
    width: calc(33.33% - 13px);
    margin: 4px 5px;
}

.landing .switched-styles ul li[data-color="dark-blue"] {
    background-color: var(--theme-landing);
}

.landing .switched-mode>ul>li>a {
    background-color: #eee;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #222;
    padding: 10px 15px;
    text-decoration: none;
    letter-spacing: 2px;
}

.landing .switched-mode>ul>li>a.active {
    background-color: var(--theme-landing) !important;
    color: #ffffff !important;
}

.landing .switched-styles .hide-button {
    position: absolute;
    top: 2px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #222;
}

.landing .wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.landing .gateway .item-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.landing .gateway .item-box img {
    height: 80px;
}

.landing .partners {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.help-btn-box {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.help-btn-box .help-btn {
    background: var(--bg-theme2);
    color: #fff;
    padding: 0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 60px;
    height: 60px;
    transition: all .3s ease-out;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    cursor: pointer;
}

.help-btn-box .help-icon {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.help-btn-box .help-icon i {
    font-size: 40px;
}

.help-btn-box .help-btn:hover {
    width: 220px;
    opacity: 1;
}

.whatsapp-btn-box {
    position: absolute;
    right: 20px;
    bottom: 90px;
}

.whatsapp-btn-box .whatsapp-btn {
    background: #25D366;
    color: #fff;
    padding: 0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 60px;
    height: 60px;
    transition: all .3s ease-out;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    cursor: pointer;
}

.whatsapp-btn-box .whatsapp-icon {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.whatsapp-btn-box .whatsapp-icon i {
    font-size: 40px;
}

.whatsapp-btn-box .whatsapp-btn:hover {
    width: 220px;
    opacity: 1;
}

.slick-dots li button::before {
    font-size: 30px !important;
}

.maintainence-area,
.error-area {
    position: relative;
    z-index: 1;
}

.user-login-logo {
    width: 100%;
    height: 112px;
    margin: 0px auto;
    padding: 0px 16px;
    position: relative;
    z-index: 1;
}

.user-login-logo>a {
    display: inline-block;
    position: relative;
    top: 80px;
}

.user-login-logo .login-logo {
    background-image: url(../../images/logo-black.png);
    width: 178px;
    height: 39px;
    display: block;
    background-size: contain;
}

.slick-prev::before,
.slick-next::before {
    opacity: 0 !important;
}

.exch-name {
    background: #ddd;
    padding: 10px;
    color: #000;
    border-radius: 8px;
}

.exch-link {
    background: #ddd;
    padding: 10px;
    border-radius: 10px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.id-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.id-buttons .deposit-btn {
    background: linear-gradient(to right, #87d682, #73c06e);
    color: #fff;
    padding: 5px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    width: 48%;
}

.id-buttons .withdraw-btn {
    background: var(--theme-landing);
    color: #fff;
    padding: 5px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    width: 48%;
}