[data-theme-version="dark"] .input-group input {
    background: #202332 !important;
    border-color: transparent;
    color: #fff;
}

[data-theme-version="dark"] .footer .copyright {
    background-color: #0000002a;
}

[data-theme-version="dark"] .chart-data {
    border: 1px solid rgba(54, 60, 78, 03);	
}

[data-theme-version="dark"] .market-trade-list li a {
    background: #2a2e39;
    color: #ffffff;
}

[data-theme-version="dark"] .market-trade-buy .market-trade-list li a:hover {
    background: #26de81;
    color: #fff;
}

[data-theme-version="dark"] .market-trade-sell .market-trade-list li a:hover {
    background: #ff231f;
    color: #fff;
}

[data-theme-version="dark"] #group-two {
    color: #fff;
}

[data-theme-version="dark"] #preloader .sk-three-bounce {
    background-color: #202332;
}	


[data-theme-version="light"] .chart-data {
    border: 1px solid rgba(54, 60, 78, 0.3);	
}

[data-theme-version="light"] .market-trade-buy .market-trade-list li a:hover {
    background: #26de81;
    color: #fff;
}

[data-theme-version="light"] .market-trade-sell .market-trade-list li a:hover {
    background: #ff231f;
    color: #fff;
}
[data-theme-version="light"] #group-two {
    color: #000;
}

[data-theme-version="light"] #preloader .sk-three-bounce {
    background-color: #FFF;
}

.row {
    --bs-gutter-x: 7px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.table td, .table th {
    padding: 3px 5px;
	font-size: 12px;
}
.table tr th {
	font-size: 12px;
}
.card {
    height: calc(100% - 7px);
}

#buy-footer {
    display:none;
}	
#price-two {
    display: none;
    margin-top: 10px;
    cursor: pointer;	
}	
.coin-list {
    max-height: 440px;	
}
.table-responsive {
    overflow-y: auto;
    overflow-x: auto;
}	
.table-responsive::-webkit-scrollbar-thumb {
    background-image: linear-gradient(180deg, #D0368A 0%, #708AD4 99%);
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
    border-radius: 0px;
}
.table-responsive::-webkit-scrollbar {
    width: 2px;
	height: 2px;
}

.language-style {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: auto;	
}

.language-style::-webkit-scrollbar-thumb {
    background-image: linear-gradient(180deg, #D0368A 0%, #708AD4 99%);
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
    border-radius: 0px;
}
.language-style::-webkit-scrollbar {
    width: 2px;
	height: 2px;
}

.content-body {
     margin-bottom:10px;
}

.form-wrapper .input-group .form-control {
    font-size: 12px;
    height: 40px;
    border: 1px solid #EEEEEE;
    text-align: right;
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
    border-left: 0;
}
.form-wrapper .input-group .input-group-prepend .input-group-text {
    background: var(--primary);
    border: 0;
    justify-content: left;
    font-size: 11px;
    font-weight: 500;
    padding-left: 8px;
    min-width: 50px;
    color: white;
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 40px;
}

.market-trade-list {
    margin-bottom: 23px;
}

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

.market-trade-list li a {
    background: #eff2f6;
    color: #4a4a4a;
    font-weight: 300;
    padding: 3px 15px;
    border-radius: 5px;
}

.market-trade-list li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 7px;
}

.market-trade-list li:last-child {
    margin-right: 0;
}

.list-group-item {
    padding: 0.5rem 1rem;
}

#language-list img{
	height: 15px;
	width: 20px;
	margin-right: 5px;
}

#nav-language img{
	height: 15px;
	width: 20px; 
}
	
#google_translate_element,.skiptranslate{
	display:none;
}
body{
	top:0!important;
}
.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important; 
    box-shadow: none !important;
}
#goog-gt-tt {
	display: none !important;
}	

.brand-logo .logo-mobile {
	display: none;
}

.header .navbar {
    padding: 0 20px;
}

table.dataTable thead th {
    font-size: 15px;	
}
table.dataTable tbody td {
    font-size: 14px;
    padding: 8px 15px;	
}	
[data-layout="horizontal"] .deznav {
    border-radius: 0 0 0.35rem 0.35rem;
}
[data-theme-version="dark"] .deznav .metismenu > li > a {
    border-right: 1px solid #eeeeee1c;
}
[data-theme-version="light"] .deznav .metismenu > li > a {
    border-right: 1px solid #EEEEEE;
}
[data-layout="horizontal"] .nav-header .brand-logo {
    padding-left: 20px;
    padding-right: 20px;
}	
[data-layout="horizontal"] .content-body .page-titles {
    margin-bottom: 5px;
}
.content-body .page-titles {
    margin-top: 5px;
	margin-bottom: 5px;
}

.card-header2 {
    padding-left:30px;
    padding-bottom:0px;
	padding-top:15px;	
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    height: 35px;
    width: 80px;
    padding: 0;
    margin: 0 5px;
    border: 0 !important;
    font-weight: 500;
    font-size: 12px;
    color: #000 !important;
    text-align: center;
    line-height: 35px;
    border-radius: 4px;
    background: #efefef !important;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button {
    height: 25px;
    width: 50px;
    padding: 0;
    margin: 0 2px;
    border: 0 !important;
    font-weight: 500;
    font-size: 12px;
    color: #000 !important;
    text-align: center;
    line-height: 25px;
    border-radius: 4px;
    background: transparent !important;
}

@media (max-width: 1023px) {
.content-body .page-titles {
    display: none;
}
} 

@media (min-width: 1023px) {
[data-layout="horizontal"] .search-area .form-control, [data-layout="horizontal"] .search-area .input-group-append .input-group-text {
    background: #f7f7f7 !important;
}
} 

@media only screen and (max-width: 1350px) {
.deznav {
    width: 20rem;
} }
.coin-logo-sm {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: transparent;
    border-radius: 0;
    padding: 1px;
}
 
@media only screen and (max-width: 575px) and (min-width: 250px)  {

table.dataTable tbody tr td {
    font-size: 12px;
}
table.dataTable thead tr th {
    font-size: 13px;
}

.card-header2 {
    padding-left:15px;	
}	
	
[data-sidebar-style="overlay"] .header .navbar {
    padding-left: 75px;
}
.nav-control {
    right: -1.75rem;
}
 
	.brand-logo .logo-mobile {
		/* remember to change after removing new year theme */
		display: block;
		width: 40px !important;
		height: 40px !important;
	}

	.brand-logo .logo-desktop {
		display: none;
	}	
	
	
	.d-xs1-none {
        display:none;		
	}	
    .col-sm-61 {
        width: 100%;
    }	
	
	#price-one {
        display: none;		
	}	
	#price-two {
        display: block;
	}	
	
    #buy-footer {
        position: fixed;
        bottom: 0;
        width: 100%;
		display:none;
		padding-left:5px;
		padding-right:5px;
		padding-top:15px;
		padding-bottom:10px;
    }	
    #footer {
		display:none;
    }	

	#chart-tradingview {
	    height: 275px;	
	}	
	#chart-data {
        height: 275px;
    } 
    .d-xs-none {
        display:none;		
	}	
.content-body .container-fluid, .content-body .container-sm, .content-body .container-md, .content-body .container-lg, .content-body .container-xl, .content-body .container-xxl {
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

[data-container="wide-boxed"] .content-body .container-fluid, [data-container="wide-boxed"] .content-body .container-sm, [data-container="wide-boxed"] .content-body .container-md, [data-container="wide-boxed"] .content-body .container-lg, [data-container="wide-boxed"] .content-body .container-xl, [data-container="wide-boxed"] .content-body .container-xxl {
    padding: 5px;
}
	
}

@media only screen and (max-width: 767px) and (min-width: 576px)  {

table.dataTable tbody tr td {
    font-size: 12px;
}
table.dataTable thead tr th {
    font-size: 13px;
}

.card-header2 {
    padding-left:15px;	
}

[data-sidebar-style="overlay"] .header .navbar {
    padding-left: 75px;
}

.nav-control {
    right: -1.75rem;
}
	
	.brand-logo .logo-mobile {
		/* remember to change after removing new year theme */
		display: block;
		width: 40px !important;
		height: 40px !important;
	}

	.brand-logo .logo-desktop {
		display: none;
	}	
	
    .col-sm-61 {
        width: 50%;
    }	
    .col-sm-62 {
        width: 100%;
    }	
	
	#chart-tradingview {
	    height: 275px;	
	}	
	#chart-data {
        height: 275px;
    } 
    .d-xs-none {
        display:none;		
	}	
.content-body .container-fluid, .content-body .container-sm, .content-body .container-md, .content-body .container-lg, .content-body .container-xl, .content-body .container-xxl {
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
}	

[data-container="wide-boxed"] .content-body .container-fluid, [data-container="wide-boxed"] .content-body .container-sm, [data-container="wide-boxed"] .content-body .container-md, [data-container="wide-boxed"] .content-body .container-lg, [data-container="wide-boxed"] .content-body .container-xl, [data-container="wide-boxed"] .content-body .container-xxl {
    padding: 5px;
}

}

@media only screen and (max-width: 1199px) and (min-width: 768px)  {

.nav-header {
    width: 0rem;
}

.nav-control {
    right: -260px;
}
	
[data-sidebar-style="overlay"] .header .navbar {
    padding-left: 220px;
}	
	
    .col-sm-61 {
        width: 50%;
    }	
    .col-sm-62 {
        width: 50%;
    }		
    .col-sm-121 {
        width: 100%;
    }	

.content-body .container-fluid, .content-body .container-sm, .content-body .container-md, .content-body .container-lg, .content-body .container-xl, .content-body .container-xxl {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

[data-container="wide-boxed"] .content-body .container-fluid, [data-container="wide-boxed"] .content-body .container-sm, [data-container="wide-boxed"] .content-body .container-md, [data-container="wide-boxed"] .content-body .container-lg, [data-container="wide-boxed"] .content-body .container-xl, [data-container="wide-boxed"] .content-body .container-xxl {
    padding: 10px;
}

#chart-data {
    height: 450px;
}
#chart-tradingview {
	height: 492px;	
}
	
}

@media only screen and (max-width: 4600px) and (min-width: 1200px) {

.nav-header {
    width: 0rem;
}

.nav-control {
    right: -260px;
}
	
[data-sidebar-style="overlay"] .header .navbar {
    padding-left: 220px;
}

.content-body .container-fluid, .content-body .container-sm, .content-body .container-md, .content-body .container-lg, .content-body .container-xl, .content-body .container-xxl {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

[data-container="wide-boxed"] .content-body .container-fluid, [data-container="wide-boxed"] .content-body .container-sm, [data-container="wide-boxed"] .content-body .container-md, [data-container="wide-boxed"] .content-body .container-lg, [data-container="wide-boxed"] .content-body .container-xl, [data-container="wide-boxed"] .content-body .container-xxl {
    padding: 10px;
}

#chart-data {
    height: 450px;
}
#chart-tradingview {
	height: 492px;	
}
	
}
.content-body {
    margin-left: 0;
}
