/*
--------------------
Table Of contents
--------------------
1.Helper Class
2. Header
3. Mobile menu
4. Sidebar menu
5. Buy sell form
6. Charts

/*
------------- Helper Class ---------------
 */

@font-face {
    font-family: "ProximaNova";
    src: local("ProximaNova Regular"), local("ProximaNova-Regular"),
        url("../fonts/ProximaNova-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "ProximaNova";
    src: local("ProximaNova SemiBold"), local("ProximaNova-SemiBold"),
        url("../fonts/ProximaNova-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "ProximaNova";
    src: local("ProximaNova Bold"), local("ProximaNova-Bold"),
        url("../fonts/ProximaNova-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Din Pro";
    src: local("DIN-Pro-Light"), local("DIN-Pro-Light"),
        url("../fonts/DINPro-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Din Pro";
    src: local("DIN-Pro-Regular"), local("DIN-Pro-Regular"),
        url("../fonts/DINPro.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Din Pro";
    src: local("DIN-Pro-Medium"), local("DIN-Pro-Medium"),
        url("../fonts/DINPro-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Din Pro";
    src: local("DIN-Pro-Bold"), local("DIN-Pro-Bold"),
        url("../fonts/DINPro-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}


body {
    font-family: "Din Pro", Arial, sans-serif;
    background: #f9faff;
    overflow-x: hidden;
    font-size: 13px;
}

iframe body {
    margin: 0;
}

/*------------- dark theme -------------*/

.crypt-dark {
    background: #121722;
}

.crypt-dark .icon-big {
    color: #fff;
}

.crypt-dark .input-group select {
    background: #131a33;
    border: 1px solid #2f3a56;
}

.instant-funding{
    box-shadow: 1px 1px 3px var(--theme-color), -1px -1px 3px var(--theme-color);
}

.crypt-dark h1,
.crypt-dark h2,
.crypt-dark h3,
.crypt-dark h4,
.crypt-dark h5,
.crypt-dark h6,
.crypt-dark p,
.crypt-dark a {
    color: #fff;
}

.crypt-dark-segment {
    background: #131722;
}

.crypt-deepblue-segment {
    background: #131a33;
}

body.crypt-dark .input-group-text {
    color: #e9ecef;
    text-align: center;
    white-space: nowrap;
    background-color: #121722;
    border: 1px solid #2f3a56;
    border-radius: 0;
}

body.crypt-dark .form-control {
    color: #ffffff;
    background-color: #121722;
    background-clip: padding-box;
    border: 1px solid #2f3a56;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bg-white {
    background: #fff;
}

g[opacity="0.3"],
g[opacity="0.4"] {
    display: none;
}

.crypt-logo img {
    height: 48px !important;
}

/*--- colors ----*/

.crypt-yellow {
    color: #f8a43e;
}

.crypt-green {
    color: #86d6a6;
}

.crypt-violet {
    color: #5d49c2;
}

.crypt-red {
    color: #f7614e;
}

.crypt-sky-blue {
    color: #31ccf8;
}

.crypt-pink {
    color: #fb7ab9;
}

.crypt-brown {
    color: #dca875;
}

.sm-box-shadow {
    box-shadow: 0 2px 30px #f1f1f1;
}

.container-full-width {
    width: 100%;
}

.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
    padding-right: 7px;
    padding-left: 7px;
}

.crypt-btn {
    color: #555;
    padding: 15px 20px;
    background: #fff;
    text-decoration: none;
    -webkit-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    transition: all 300ms cubic-bezier(1, 0, 0, 1);
    /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    /* easeInOutExpo */
}

.crypt-btn > i {
    font-size: 18px;
    vertical-align: text-bottom;
    -webkit-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    transition: all 300ms cubic-bezier(1, 0, 0, 1);
    /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    /* easeInOutExpo */
}

.crypt-btn:hover > i {
    padding-left: 7px;
}

.crypt-btn:hover {
    text-decoration: none;
    color: #555;
    box-shadow: 0 3px 30px #f1f1f1;
}

body.crypt-dark .crypt-btn:hover {
    box-shadow: none;
}

.crypt-button-inline {
    display: inline-block;
}

.crypt-btn-green {
    background: #49c279;
    color: #fff;
}

.crypt-btn-red {
    background: #f7614e;
    color: #fff;
}

.crypt-btn-green:hover,
.crypt-btn-red:hover {
    color: #fff;
}

.fright {
    float: right;
}

.crypt-bg-head {
    background: #ecf4fe;
    padding: 13px;
}

.crypt-boxed-area {
    border: 1px solid #f1f1f1;
    background: #fff;
}

body.crypt-dark .crypt-bg-head {
    background: #1f2638;
    padding: 13px;
}

body.crypt-dark .crypt-boxed-area {
    background: #131a33;
    border: none;
    color: #fff;
}

.crypt-up {
    color: #49c279 !important;
}

.crypt-down {
    color: red !important;
}

.padding-left {
    padding-left: 30px;
}

.crypt-button-green-full {
    background: #49c279;
    color: #fff;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
    font-size: 20px;
    transition: all 0.4s ease;
}

.crypt-button-green-full:hover {
    background: #34a560;
    text-decoration: none;
    color: #fff;
}

.crypt-button-red-full {
    background: #f7614e !important;
    border: none !important;
    color: #fff;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
    font-size: 20px;
    transition: all 0.4s ease;
}

.crypt-button-red-full:hover {
    text-decoration: none;
    color: #fff;
    background: #ca3a28;
}

.crypt-header {
    box-shadow: 0 2px 20px #f1f1f1;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 70px;
}

.crypt-mega-dropdown-menu {
    position: relative;
}

.crypt-mega-dropdown-menu a.crypt-mega-dropdown-toggle {
    color: #666;
    display: inline-block;
    font-weight: 400;
    padding: 25px 20px;
    text-decoration: none;
    outline: none;
    font-size: 15px;
}

.crypt-mega-dropdown-menu a.crypt-mega-dropdown-toggle i {
    font-weight: 400;
}

.crypt-mega-dropdown-menu a.crypt-mega-dropdown-toggle:hover {
    text-decoration: none;
}

.crypt-mega-dropdown-menu-block {
    position: absolute;
    background: #fff;
    padding: 20px;
    width: 200px;
    box-shadow: 0 7px 17px rgba(0, 0, 0, 0.08);
    top: 76px;
    opacity: 0;
    display: none;
    transition: all 0.4s ease;
    border: 1px solid #f1f1f1;
}

.crypt-mega-dropdown-menu-block.shown {
    opacity: 1;
    display: block;
}

.crypt-mega-dropdown-menu-block:after {
    position: absolute;
    content: "";
    z-index: -1;
    top: -10px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 0 -2px 20px #ddd;
}

.crypt-gross-market-cap {
    margin-top: 13px !important;
    display: flex;
}

.crypt-gross-market-cap p:first-child {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
}

.crypt-gross-market-cap p:last-child {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
}

/* -----------------------------------
----------- Header -------------------
------------------------------------ -- */
.crypt-header i:hover {
    cursor: pointer;
}

.crypt-heading-menu {
    list-style: none;
    padding-left: 0;
    margin: 16px 0;
    /* float: right; */
}

.crypt-heading-menu li {
    margin: 0 -18px;
    padding: 0 10px;
}

.crypt-heading-menu li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin-right: 18px;
}

.crypt-heading-menu li:last-child {
    margin-right: 7px !important;
}

.crypt-heading-menu li a {
    color: #555;
    text-decoration: none;
    transition: all 0.4s ease;
    padding: 9px 0px;
    display: inline-block;
    font-size: 11px;
}

.crypt-heading-menu li a:hover {
    color: #f7614e;
    border-bottom: 1px solid #f7614e;
}

.crypt-heading-menu li.active a {
    color: #f7614e;
    border-bottom: 1px solid #f7614e;
}

.crypt-dark .crypt-header {
    border-bottom: 1px solid var(--theme-color);
    box-shadow: 1px 1px 3px var(--theme-color);
    background: #1c222d;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 70px;
    color: #fff;
}

.crypt-dark .crypt-mega-dropdown-menu {
    position: relative;
    float: right;
}

.crypt-dark .crypt-mega-dropdown-menu a.crypt-mega-dropdown-toggle {
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    padding: 25px 20px;
    text-decoration: none;
    outline: none;
    font-size: 15px;
}

.crypt-dark .crypt-mega-dropdown-menu a.crypt-mega-dropdown-toggle i {
    font-weight: 400;
}

.crypt-dark .crypt-mega-dropdown-menu a.crypt-mega-dropdown-toggle:hover {
    text-decoration: none;
}

.crypt-dark .crypt-mega-dropdown-menu-block {
    position: absolute;
    background: black;
    padding: 20px;
    width: 175px;
    box-shadow: 0 7px 17px rgba(0, 0, 0, 0.08);
    top: 76px;
    opacity: 0;
    display: none;
    transition: all 0.4s ease;
    border: 1px solid var(--theme-color);
}

.crypt-dark .crypt-mega-dropdown-menu-block.shown {
    opacity: 1;
    display: block;
}

.crypt-dark .crypt-mega-dropdown-menu-block:after {
    position: absolute;
    content: "";
    z-index: -1;
    top: -10px;
    width: 20px;
    height: 20px;
    background: var(--theme-color);
    transform: rotate(45deg);
    box-shadow: 0 -2px 20px #121722;
}

/* .crypt-gross-market-cap {
    display: block;
} */

.crypt-dark .crypt-gross-market-cap p:first-child {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
}

.crypt-dark .crypt-gross-market-cap p:last-child {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
}

/* --menu -- */

.crypt-dark .crypt-header i:hover {
    cursor: pointer;
}

.crypt-dark .crypt-heading-menu {
    list-style: none;
    padding-left: 0;
    margin: 16px 16px;
    /* float: right; */
}

.crypt-dark .crypt-heading-menu li {
    margin: 0 -18px;
    padding: 0 10px;
}

.crypt-dark .crypt-heading-menu li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin-right: 16px;
}

.crypt-dark .crypt-heading-menu li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease;
    padding: 9px 0px;
    display: inline-block;
    font-size: 11px;
}

.crypt-dark .crypt-heading-menu li a:hover {
    color: #f7614e;
    border-bottom: 1px solid #f7614e;
}

.crypt-dark .crypt-heading-menu li.active a {
    color: #f7614e;
    border-bottom: 1px solid #f7614e;
}

.menu-red {
    background: #f7614e;
}

.menu-red a {
    color: #fff !important;
}

.menu-red a:hover {
    border-bottom: none !important;
    background: #e2513e;
}

.menu-green {
    background: #49c279;
}

.menu-green a {
    color: #fff !important;
}

.menu-green a:hover {
    border-bottom: none !important;
    background: #30ad62 !important;
}

/*----------------------------------
---------------Mobile menu------------
---------------------------------------*/

header p {
    margin-bottom: 5px;
}

.crypt-mobile-menu {
    position: fixed;
    width: 250px;
    padding: 15px;
    top: 0;
    margin-top: 70px;
    right: -100%;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    z-index: 999;
}

.crypt-dark .crypt-mobile-menu.show {
    right: 0;
    background: black;
    box-shadow: 0 20px 20px #000;
    border: 1px solid var(--theme-color);
}

.crypt-mobile-menu .crypt-heading-menu {
    list-style: none;
    padding-left: 0;
    margin: 30px 0;
    float: none;
}

.crypt-mobile-menu .crypt-heading-menu li {
    /* padding: 10px; */
    margin: 0 -18px;
}

.crypt-mobile-menu .crypt-heading-menu li {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0;
}

.crypt-mobile-menu .crypt-heading-menu li a:hover {
    border-bottom: none;
}

.crypt-mobile-menu .crypt-heading-menu li.active a {
    border-bottom: none;
}

.crypt-mobile-menu .crypt-heading-menu .crypt-box-menu {
    display: inline-block;
    margin: 0;
    margin-left: 10px;
}

.crypt-mobile-menu .list-group-item {
    color: #fff;
    font-size: 15px;
    border: none;
    padding: inherit;
    margin-left: 10px;
    background-color: transparent;
}

/*---  Side menu bar ----*/

.crypt-side-menu {
    height: 100vh;
    position: fixed;
    left: 0;
    width: 205px;
    padding: 25px;
    top: 0;
    z-index: 11;
    padding-top: 115px;
}

body.crypt-dark .crypt-side-menu {
    background: #1c222d !important;
}

.crypt-left-sided {
}

.crypt-side-menu ul {
    padding: 0;
}

.crypt-side-menu p {
    color: #999;
}

.crypt-side-menu ul li {
    list-style: none;
    padding: 10px 0;
}

.crypt-side-menu ul li a {
    color: #555;
    font-weight: 600 !important;
    text-decoration: none;
    position: relative;
}

body.crypt-dark .crypt-side-menu ul li a {
    color: #fff;
}

.crypt-side-menu ul li a:after {
    position: absolute;
    content: "";
    background: #666;
    height: 1px;
    width: 0;
    left: 0;
    bottom: -1px;
    transition: all 0.4s ease;
}

.crypt-side-menu ul li a:hover:after {
    width: 100%;
}

/* market status */

.crypt-market-status {
    /* background: #fff; */
    box-shadow: 0 2px 10px #f1f1f1;
}

ul.nav-tabs {
    padding: 13px 0px;
    border: none;
    background: #ecf4fe;
}

ul.nav-tabs li {
    padding: 0 13px;
}

ul.nav-tabs li a {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 12px;
    font-size: 13px;
}

ul.nav-tabs li {
}

ul.nav-tabs li a.active {
    border-bottom: 3px solid #f7614e;
}

.tab-content {
}

.crypt-table-danger {
    background: #ffedea !important;
}

.crypt-table-success {
    background: #f9fcff !important;
}

.crypt-table-hover tr:hover {
    background: #ffedea !important;
}

table td,
table th {
    border: none !important;
}

/*---- Dark ----*/

body.crypt-dark .crypt-market-status {
    /* background: #fff; */
    box-shadow: none;
}

body.crypt-dark ul.nav-tabs {
    padding: 10px 0px 13px
    border: none;
    background: black;
}

body.crypt-dark ul.nav-tabs li {
    padding: 0 10px;
}

body.crypt-dark ul.nav-tabs li a {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 12px;
    font-size: 13px;
}

body.crypt-dark ul.nav-tabs li {
}

body.crypt-dark ul.nav-tabs li a.active {
    border-bottom: 3px solid var(--theme-color);
}

body.crypt-dark .tab-content table {
    margin-bottom: 0;
}

body.crypt-dark .tab-content table thead {
    background: #131722;
    color: #fff;
}

body.crypt-dark .tab-content table thead tr {
    cursor: none;
    background: #131722 !important;
}

body.crypt-dark .tab-content table thead tr:hover {
    background: #131722 !important;
}

body.crypt-dark .tab-content table tbody {
}

body.crypt-dark .tab-content table tr:hover {
    background: #242c40 !important;
    cursor: pointer;
}

body.crypt-dark .tab-content table tr:nth-of-type(odd) {
    /* background: #131a33; */
    color: #fff;
}

body.crypt-dark .tab-content table tr:nth-of-type(even) {
    /* background: #11152b; */
    color: #fff;
}

body.crypt-dark .crypt-table-danger {
    background: #ffedea !important;
}

body.crypt-dark .crypt-table-success {
    background: #f9fcff !important;
}

body.crypt-dark .crypt-table-hover tr:hover {
    background: #ffedea !important;
}

body.crypt-dark table td,
body.crypt-dark table th {
    border: none !important;
}

body.crypt-dark .no-orders {
    background: #131a33;
}

/*------------ Table dark ends -------*/

#depthchart {
    width: 100%;
    height: 350px;
}

.crypto-depth-chart-small-height {
    height: 270px !important;
}

#chartdiv {
    width: 100%;
    height: 350px;
}

/*-------------------------------
--------- buy sell form ----------
--------------------------------------*/

.crypt-buy-sell-form > p {
    padding: 20px;
    margin-bottom: 0;
}

.crypt-buy {
    padding: 20px;
    border-top: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

.crypt-sell {
    padding: 20px;
    border-top: 1px solid #f1f1f1;
}

body.crypt-dark .crypt-buy {
    padding: 20px;
    border-top: 1px solid #233161;
    border-right: 1px solid #233161;
}

body.crypt-dark .crypt-sell {
    padding: 20px;
    border-top: 1px solid #233161;
}

/*0--- market Capacity ----*/

.crypt-table-striped tbody tr:nth-of-type(even) {
    background-color: #f7fbff;
}

.crypt-table-market-cap {
    background: #fff;
    font-size: 15px;
}

body.crypt-dark .crypt-table-market-cap {
    background: none;
    font-size: 15px;
    color: #fff;
}

.crypt-table-market-cap thead {
    background: #ecf4fe;
}

body.crypt-dark .crypt-table-market-cap thead {
    background: #1f2638;
}

.crypt-table-market-cap thead tr th {
    text-align: center;
    padding: 15px 0;
    vertical-align: middle;
}

.crypt-table-market-cap tbody {
}

.crypt-table-market-cap tbody tr:hover {
    background: #242c40 !important;
}

.crypt-table-market-cap tbody tr th {
    padding: 25px 20px;
    text-align: center;
}

.crypt-table-market-cap tbody tr td {
    padding: 25px 0;
    text-align: center;
}

@media screen and (max-width: 500px) {
    .crypt-table-market-cap tbody tr td {
        min-width: 103px;
    }
    #chat-button {
     
        width: 90px !important; height: 90px !important; border-radius: 50%;
        /* background:var(--theme-color); */

      }
}

.crypt-table-market-cap tbody tr td a {
    color: #555;
}

body.crypt-dark .crypt-table-market-cap tbody tr td a {
    color: #fff;
}

.crypt-table-market-cap tbody tr td:last-child {
    max-width: 120px;
    padding: 0;
}

.crypt-table-market-cap tbody tr td:last-child canvas {
    display: inline !important;
    margin-top: 15px;
}

img.crypt-market-cap-logo {
    margin-top: -3px;
}

/*---------------------------------------
------------------- chart -----------------
--------------------------------------------*/

.crypt-fulldiv-linechart {
    padding: 22px 0px 100px 0;
    text-align: center;
    position: relative;
}

.crypt-fulldiv-linechart:after {
    position: absolute;
    content: "";
    width: calc(100% - 10px);
    background: #fff;
    top: 0;
    left: 5px;
    height: 100%;
    z-index: -1;
    box-shadow: 0 3px 15px #f1f1f1;
}

body.crypt-dark .crypt-fulldiv-linechart:after {
    background: #1c222d;
    box-shadow: none;
}

.crypt-fulldiv-linechart h4.coinname {
    margin-top: 30px;
}

.crypt-fulldiv-linechart .crypt-individual-marketcap canvas {
    margin-left: -5px;
}

.crypt-fulldiv-linechart .coin-meta-data {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
}

.crypt-fulldiv-linechart .coin-meta-data h5 i {
    font-weight: 400;
    vertical-align: middle;
    margin-top: -5px;
}

.crypt-fulldiv-linechart .coin-meta-data h3 {
}

.crypt-fulldiv-linechart .coin-meta-data h6 {
}

.crypt-individual-marketcap iframe body {
    margin: 0;
}

.coin-meta-data h4 {
    font-weight: 800;
    margin-top: 12px;
}

/*---- Slider ---*/

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.crypt-currency-slider {
    border: 1px solid #ecf4fe;
}

body.crypt-dark .crypt-currency-slider {
    border: none;
}

.crypt-slider-content {
    background: #fff;
    /* padding: 40px; */
}

body.crypt-dark .crypt-slider-content {
    background: #121a2f;
}

.crypt-slider-content .crypt-slider-balance {
    padding: 60px 25px 60px 36px;
    border-right: 1px solid #ecf4fe;
}

body.crypt-dark .crypt-slider-content .crypt-slider-balance {
    border-right: 1px solid #1c222d;
}

.crypt-slider-content .crypt-slider-balance h5 {
}

.crypt-slider-content .crypt-slider-balance p:first-child {
}

.crypt-slider-content .crypt-slider-balance p:last-child {
    margin: 0;
}

.crypt-slider-content .crypt-slider-balance p:last-child a {
    text-decoration: none;
}

.crypt-slider-content .crypt-slider-balance p:last-child a:first-child {
    margin-right: 20px;
}

.crypt-slider-current-status {
    padding: 55px 30px;
}

/* =---- dash board ---- */

.crypt-dash-search {
    position: relative;
}

.crypt-dash-search input[type="search"] {
    height: 48px;
    border: 1px solid #ecf4fe;
    width: 100%;
    background: #f9fcff;
    padding: 10px;
}

body.crypt-dark .crypt-dash-search input[type="search"] {
    height: 48px;
    border: 1px solid #1c222d;
    width: 100%;
    background: #1c222d;
    padding: 10px;
    color: #fff;
}

.crypt-dash-search input[type="search"]:focus {
    outline: none;
}

.crypt-dash-search button[type="submit"] {
    position: absolute;
    top: 0;
    padding: 14px;
    background: transparent;
    border: none;
    right: 0;
}

.crypt-dash-search button[type="submit"] i {
    font-weight: 400;
    /* right: 0; */
}

body.crypt-dark .crypt-dash-search button[type="submit"] i {
    color: #fff;
    /* right: 0; */
}

.crypt-dash-search button[type="submit"]:focus {
}

.crypt-big-list {
    margin-top: 10px;
    padding: 0;
    margin-bottom: 0;
}

.crypt-big-list li {
    /* padding: 25px; */
    list-style: none;
    border: 1px solid #ecf4fe;
    margin-bottom: 10px;
}

body.crypt-dark .crypt-big-list li {
    border: 1px solid #2f3a56;
}

.crypt-big-list li a {
    display: block;
    padding: 30px;
    text-decoration: none;
    color: #555;
    font-weight: 800;
    font-size: 15px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

body.crypt-dark .crypt-big-list li a {
    color: #fff;
}

.crypt-big-list li a:hover,
.crypt-big-list li a:focus {
    background: #ffedea;
}

body.crypt-dark .crypt-big-list li a:hover,
body.crypt-dark .crypt-big-list li a:focus {
    background: #242c40 !important;
}

.crypt-big-list li:last-child {
    margin-bottom: 0;
}

.crypt-big-list li:nth-child(odd) {
    background: rgba(71, 88, 74, 0.07);
}

.crypt-dash-withdraw {
}

.crypt-withdraw-heading {
    background: #1c222d;
    padding: 25px 0 25px 35px;
}

.crypt-withdraw-heading p {
    margin-bottom: 0;
}

.icon-big {
    font-size: 35px;
    display: inline-block;
    font-weight: 800;
    vertical-align: middle;
    margin-top: -10px;
}

.icon-big + p {
    display: inline-block;
    margin-top: 10px;
}

body.crypt-dark .crypt-withdraw-body {
    background: #1c222d !important;
}

.crypt-withdraw-body .nav-pills {
    padding: 30px 7px;
}

.crypt-withdraw-body .nav-pills a {
    font-weight: 400;
    color: #555;
    font-size: 13px;
    font-weight: 800;
}

body.crypt-dark .crypt-withdraw-body .nav-pills a {
    color: #fff;
}

body.crypt-dark .crypt-withdraw-body .nav-pills a.active {
    color: #f7614e;
}

.crypt-withdraw-body .nav-pills a.active {
    background: transparent;
    color: #f7614e;
}

.crypt-withdraw-body .nav-pills a i {
    font-weight: 400;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
}

.crypt-withdraw-body .tab-content {
    border-left: 1px solid #f1f1f1;
    padding: 30px;
}

body.crypt-dark .crypt-withdraw-body .tab-content {
    border-left: 1px solid #2f3a56;
    padding: 30px;
}

.crypt-withdraw-body .tab-content .tab-pane {
}

/*---- deposit form ----*/

.deposit-form {
}

.crypt-radio-boxed {
    position: relative;
    display: inline-block;
    width: 49%;
}

.crypt-radio-boxed:nth-child(odd) {
    margin-right: 4px;
}

.crypt-radio-boxed input[type="radio"] {
    position: absolute;
    visibility: hidden;
}

.crypt-radio-boxed label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 20px;
    padding: 25px 25px 25px 56px;
    margin: 5px auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    border: 1px solid #f1f1f1;
    font-weight: 400;
}

body.crypt-dark .crypt-radio-boxed label {
    display: block;
    color: #fff;
    position: relative;
    font-weight: 300;
    font-size: 20px;
    padding: 25px 25px 25px 56px;
    margin: 5px auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    border: 1px solid #2f3a56;
    font-weight: 400;
}

.crypt-radio-boxed label:hover {
    border: 1px solid #ddd;
}

.crypt-radio-boxed:hover label {
    color: #555;
}

.crypt-radio-boxed label img {
    width: 25px;
    float: right;
}

.crypt-radio-boxed .check {
    display: block;
    position: absolute;
    border: 5px solid #aaaaaa;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 38%;
    left: 20px;
    z-index: 5;
    transition: border 0.25s linear;
    -webkit-transition: border 0.25s linear;
}

.crypt-radio-boxed:hover .check {
    border: 5px solid #888;
}

.crypt-radio-boxed .check::before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 100%;
    height: 11px;
    width: 11px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.crypt-radio-boxed input[type="radio"]:checked ~ .check {
    border: 5px solid #49c279;
}

.crypt-radio-boxed input[type="radio"]:checked ~ .check::before {
    background: #49c279;
}

.crypt-radio-boxed input[type="radio"]:checked ~ label {
    color: #49c279;
}

select.crypt-image-select {
    padding: 15px;
    width: 100%;
    border: 1px solid #f1f1f1;
    outline: none;
}

body.crypt-dark select.crypt-image-select {
    padding: 15px;
    width: 100%;
    border: 1px solid #2f3a56;
    outline: none;
    color: #ddd;
    background: #131a33;
}

select.crypt-image-select option {
}

.input-text-select {
}

.input-text-select input[type="text"] {
    border-radius: 0;
}

.input-text-select select {
    padding: 10px;
    height: 50px;
}

.input-text-select .input-group-prepend {
    width: 70%;
}

.crypt-input-lg {
    height: 50px;
}

row.md-gutter [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

/*----- candlestick chart --------*/

#crypt-candle-chart > div > div {
    width: 100%;
    /* min-height: 400px!important; */
    /* height: 400px; */
}

.crypt-star {
    margin-top: -4px;
}

@media (min-width: 350px) {
    .d-xs-none {
        display: none;
    }
}

@media (max-width: 1320px) {
    .crypt-floatable-menu {
        display: none;
    }
    .balance-header {
        display: none;
    }
    /* .crypt-gross-market-cap{
        display: block;
    } */
}

@media (max-width: 900px) {
    .crypt-radio-boxed {
        width: 98%;
    }
    .crypt-withdraw-body .nav-pills a {
        padding: 10px 0 0 10px;
    }
}

body {
    scrollbar-base-color: #c0c0c0;
    scrollbar-base-color: #c0c0c0;
    scrollbar-3dlight-color: #c0c0c0;
    scrollbar-highlight-color: #c0c0c0;
    scrollbar-track-color: #ebebeb;
    scrollbar-arrow-color: black;
    scrollbar-shadow-color: #c0c0c0;
    scrollbar-dark-shadow-color: #c0c0c0;
}

/*mozilla scrolbalken*/

@-moz-document url-prefix(http: //),url-prefix(https://)
{
    scrollbar {
        -moz-appearance: none !important;
        background: rgb(0, 255, 0) !important;
    }

    thumb,
    scrollbarbutton {
        -moz-appearance: none !important;
        background-color: rgb(0, 0, 255) !important;
    }

    thumb:hover,
    scrollbarbutton:hover {
        -moz-appearance: none !important;
        background-color: rgb(255, 0, 0) !important;
    }

    scrollbarbutton {
        display: none !important;
    }

    scrollbar[orient="vertical"] {
        width: 3px;
    }
}

/**/
::-webkit-scrollbar {
    background: transparent;
    width: 6px;
    height: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.5);
    border: solid rgba(0, 0, 0, 0) 2px;
    transition: all 0.4s ease;
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

/*------- Login / Register ------------*/

.cryptorio-forms-dark .cryptorio-main-form {
    background: rgb(0, 0, 0, 0.7) center no-repeat;
    padding: 60px 30px;
    box-shadow: 0 0 53px #00000063;
    border-radius: 5px;
}

@media (max-width: 400px){
    .cryptorio-forms-dark .cryptorio-main-form {
        padding: 30px 20px;
    }
}
.cryptorio-main-form label {
    margin-bottom: 5px;
    font-size: 16px;
}
.cryptorio-main-form a {
    font-size: 15px;
    font-weight: 400;
}
.cryptorio-main-form input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px;
    margin-bottom: 15px;
    border: none;
}
.cryptorio-forms-dark .cryptorio-main-form label {
    color: #fff;
}
.cryptorio-forms-dark .cryptorio-main-form input {
    background-color: rgb(255, 255, 255, 0.6);
    border: 1px solid #2c3552;
}
span.sidebar_open {
    display: block;
    padding: 17px 5px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    text-align: center;
    top: 30%;
    right: -10px;
    color: #ddd;
    cursor: pointer;
}
span.sidebar_close {
    display: none;
    padding: 17px 5px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    text-align: center;
    top: 30%;
    right: -10px;
    color: #ddd;
    cursor: pointer;
}
span.right_sidebar_open {
    display: block;
    padding: 2px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    text-align: center;
    top: 40%;
    left: -5%;
    color: #ddd;
    cursor: pointer;
    writing-mode: vertical-rl;
    text-orientation: upright;
    z-index: 1;
}
span.right_sidebar_close {
    display: none;
    padding: 2px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    text-align: center;
    top: 40%;
    right: 0%;
    color: #ddd;
    cursor: pointer;
    writing-mode: vertical-rl;
    text-orientation: upright;
}
.bottom_sidebar_open:after {
    content: " \02C5";
}
.bottom_sidebar_close:after {
    content: " \02C4";
}
span.bottom_sidebar_open {
    display: block;
    padding: 0px 30px;
    background: rgba(0, 0, 0, 0.3);
    /*position: absolute;*/
    text-align: center;
    left: 50%;
    /* left: -10px; */

    color: var(--theme-color);
    cursor: pointer;
}
span.bottom_sidebar_close {
    display: none;
    padding: 0px 30px;
    background: rgba(0, 0, 0, 0.3);
    /*position: absolute;*/
    text-align: center;
    left: 50%;
    /* left: -10px; */

    color: var(--theme-color);
    cursor: pointer;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.sidebarMain.expand {
    width: 0px !important;
    flex: 0;
}

.rightsidebarMain.expand {
    width: 0px !important;
    flex: 0;
}
    .chartArea.expand {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    @media (max-width: 768px) {
        .chartArea.expand {
            flex: 0 0 100%;
            max-width: 100%;
        }
        #swipe-icon{
            /* left:120px !important; */
            /* bottom: 30px !important; */
            display: block !important;
            /* animation: moveRightToLeftNew 5s linear infinite !important; */
        }
      
    }

    /* (1920x1080) Full HD Display */
    @media (min-width: 1600px) {
        /* insert styles here */

        .chartArea.expand {
            flex: 0 0 74%;
            max-width: 74%;
        }
    }

    /*
    .bottomsidebarMain.expand {
        height: 0px!important;
        flex: 0;
    } */
    .longer {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        /* max-width: 100%; */
        /* height: 90vh; */
    }
    .tradingview-widget-container {
        height: 400px;
        padding-right: 0px !important;
        padding-left: 6px !important;
    }
    .tradingview-widget-container.expand {
        height: 80vh;
    }
    #crypt-candle-chart {
        height: inherit;
    }

    /* @media (max-width: 768px){
         .chartArea.longer{

             flex: 0 0 100%;
             max-width: 100%;

        }
    }




    @media  (min-width: 1600px) {

        .chartArea.longer{

            flex: 0 0 74%;
            max-width: 74%;

       }
    } */
    .drop-menu-item li:hover {
        background-color: rgb(0, 0, 0, 0.3);
    }
    .drop-menu-item li {
        height: 35px;
        padding: 8px 10px;
    }
    .subs-home-page-footer-container .footer-copyright {
        font-size: 12px;
        text-align: center;
        color: #fff;
        background-color: #2b2b2b;
        padding: 26px 0 26px 15px;
    }
    .footer {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .contact {
        display: flex;
        align-items: center;
        margin-right: 15px;
        height: 37px;
        padding: 0px 10px;
        background: rgba(0, 0, 0, 0.15);
        cursor: pointer;
    }
    .terms {
        display: flex;
        align-items: center;
        margin-right: 15px;
        height: 37px;
        padding: 0px 10px;
        background: rgba(0, 0, 0, 0.15);
        cursor: pointer;
    }
    .policy {
        display: flex;
        align-items: center;
        margin-right: 15px;
        height: 37px;
        padding: 0px 10px;
        background: rgba(0, 0, 0, 0.15);
        cursor: pointer;
    }
    .about {
        display: flex;
        padding: 4px 7px;
        color: #fff;
        border-radius: 2px;
        background: rgba(0, 0, 0, 0.1);
        text-transform: uppercase;
        align-items: center;
        font-size: 13px;
        margin-right: 5px;
    }
    .kr-footer {
        padding-right: 4px;
        color: #b2b2b2;
        font-size: 14px;
    }
    footer .footer-content {
        display: flex;
        justify-content: space-between;
        background-color: #1c222d;
        /* border: 2px double #121722; */
    }
    footer .copy-right-text {
        margin: 0.5rem 0;
    }
    .kr-footer-contact {
        display: flex;
        align-items: center;
        height: 37px;
        padding: 0px 10px;
    }
    .about {
        text-align: right;
    }

    /* Chrome, Safari, Edge, Opera */
    .modal-quantity-input input::-webkit-outer-spin-button,
    .modal-quantity-input input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    .modal-quantity-input input[type="number"] {
        -moz-appearance: textfield;
    }
}

/* chat widget css */
.other-message .message-text {
    background-color:black !important;
    }
    ::-webkit-scrollbar {
      width: 12px; /* Adjust the width of the scrollbar */
    }
    
    /* Styles the scrollbar handle */
    ::-webkit-scrollbar-thumb {
      background: #888; /* Scrollbar handle color */
      border-radius: 6px;
    }
    
    /* Styles the scrollbar track */
    ::-webkit-scrollbar-track {
      background: #f0f0f0; /* Scrollbar track color */
      border-radius: 6px;
    }
    
    /* Optionally, style the scrollbar corner (where horizontal and vertical scrollbars meet) */
    ::-webkit-scrollbar-corner {
      background: #f0f0f0;
    }
    .chat-area {
    background-color: black;
    }
    
      .hidden { display: none; }
      
      #chat-widget-container {
    
        overflow: hidden;
        z-index: 1000; display: none;
        position: absolute;
        right: 0px;
        bottom: 0px;
        
      }
      #chat-widget-header {
        background: black;
        color: white; display: flex;
        align-items: center; justify-content: center; font-weight: bold;
        position: relative; height: 60px;
        width: 100%; /* Make header full width */
        border-bottom: 1px solid var(--theme-color)
      }
      #chat-widget-header img {
        height: 40px;
      }
      #light-switch {
        position: absolute; right: 20px; top: 10px; cursor: pointer;
      }
      #chat-widget-iframe {
        max-width: 400px;
        min-width: 390px;
        height: calc(100% - 30px); 
        border: none;
        position: fixed;
        bottom: 6px;
        display: none;
        right: 0px;
        z-index: 10000;
        
      }
      #chat-button {
        position: fixed; bottom: 20px; right: 20px;
        width: 120px; height: 120px; border-radius: 50%;
        /* background:var(--theme-color); */
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        cursor: pointer; z-index: 100001; display: flex;
        justify-content: center; align-items: center;
      }
      #chat-icon {
        width: 60%; height: auto;
      }
      #close-icon { display: none; }
      
      #popup-text {
        position: fixed; bottom: 115px; right: 100px;
        background: white; border: 1px solid #ddd; border-radius: 4px;
        padding: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        z-index: 1002; color: black;
        display: none;
      }
      /* Dark mode styles */
      .dark-mode {
        background-color: #333;
        color: white;
      }
      .dark-mode #chat-widget-header {
        background: linear-gradient(to right, #555, #777);
      }
      .dark-mode #popup-text {
        background: #555; color: white; border-color: #777;
      }
      .displayBlock{
        display: block !important;
      }

      #swipe-icon {
        position: absolute;
        top: 30px;
        left: -10px; /* Start from this position */
        width: 40px;
        height: 40px;
        display: none;
        /* background-color: #ff9925; */
        cursor: pointer;
        /* Apply the animation */
        animation: moveRightToLeftResposnive 5s linear infinite;
    }

    @keyframes moveRightToLeftResposnive {
        0% {
            left: -5px; /* Start at the initial left position */
        }
        50% {
            left: -10px; /* Move to the left edge of the viewport */
        }
       
        100% {
            left: -5px; /* Stay at the initial position */
        }
    }

    @keyframes moveRightToLeft {
        0% {
            left: 120px; /* Start at the initial left position */
        }
        50% {
            left: 60px; /* Move to the left edge of the viewport */
        }
       
        100% {
            left: 120px; /* Stay at the initial position */
        }
    }