.card-header {
    border-bottom: none!important;
}
.card-footer {
    border-top: none!important;
}

.dark-mode .sidebar-dark-secondary .nav-sidebar > .nav-item > .nav-link.active, .dark-mode .sidebar-light-secondary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #06d59f!important;
    color: #333333 !important;
}

.color-susubs  {
	float: left;
	text-transform: uppercase;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	/* border-radius: 15px; */
	/* height: 60px; */
	padding-left: 2rem!important;
    padding-right: 2rem!important;
	/* border:2px transparent solid; */
	letter-spacing: 1px;
	/* background-color: transparent; */	
}

.color-susubs:hover {
	border: 1px solid;
}

.btn:hover {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.color-susubs {
    background-color: #06d59f!important;
    color: #333333 !important;
}

.color-susubs:hover {
    color: #efefef;
    background-color: transparent!important;
}

.table td, .table th {
    border: none;
    border-top: transparent!important;
    border-bottom: transparent!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.dt-container div.dt-scroll-body {
    border: none;
}

a, .btn-link{
    color: #cdcdcd;
}

.dark-mode a:not(.btn):hover {
    color: #f2f2f2;
}

.card-body {
    overflow-y: auto;
}

.table-bordered {
    border: none!important;
}
.dark-mode .table-bordered, .dark-mode .table-bordered td, .dark-mode .table-bordered th {
    border-color: #3e4449!important;
} 
/* width */
::-webkit-scrollbar {
width: 5px;
height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
background: transparent; 
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #6d6d6d; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555555; 
}
/*
.card-header {
    border-bottom: none;
}
.card-title {
    font-weight: 600;
}
*/

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #979797;
    background-color: #2b2b2b;
    background-clip: padding-box;
    border: 1px solid #737373;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #737373;
    border-radius: .25rem;
}

.form-control:focus {
    color: #e1e1e1;
    background-color: #252525;
    border-color: #d3d3d3;
    outline: 0;
    box-shadow: inset 0 0 0 transparent;
}

.login-card-body .input-group .form-control:focus~.input-group-append .input-group-text, .login-card-body .input-group .form-control:focus~.input-group-prepend .input-group-text, .register-card-body .input-group .form-control:focus~.input-group-append .input-group-text, .register-card-body .input-group .form-control:focus~.input-group-prepend .input-group-text {
    border-color: #d3d3d3;
}

.dark-mode input:-webkit-autofill, .dark-mode input:-webkit-autofill:focus, .dark-mode input:-webkit-autofill:hover, .dark-mode select:-webkit-autofill, .dark-mode select:-webkit-autofill:focus, .dark-mode select:-webkit-autofill:hover, .dark-mode textarea:-webkit-autofill, .dark-mode textarea:-webkit-autofill:focus, .dark-mode textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #3d3d3d;
}

@media only screen and (max-width:768px) {
    /* .dtfc-fixed-end {
        text-align: right !important;
    } */
    .btn-group-sm>.btn, .btn-sm {
        padding: 0.12rem 0.3rem;
        font-size: .675rem;
        line-height: 1.5;
        border-radius: .2rem;
    }
}

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

}

@media only screen and (min-width:769px) and (max-width:992px) {

}

@media only screen and (min-width:1441px) and (max-width:1919px) {
    .chart {
        height: 400px!important;
    }
    .chart-donut {
        height: 275px!important;
    }
}

@media only screen and (min-width:1920px) and (max-width:2560px) {
    .chart {
        height: 400px!important;
    }
    .chart-donut {
        height: 275px!important;
    }
}

@media only screen and (max-width:1080px) {
    .chart {
        height: 410px!important;
    }
    .chart-donut {
        height: 275px!important;
    }
}

.copy-btn {
    border: none;
    background: none;
    color: #d4d4d4; /* Bootstrap primary color */
    cursor: pointer;
}
.copy-btn:hover {
    color: #f3f3f3; /* Darken color on hover */
}

.dtfc-fixed-end {
    background-color: #333333 !important;
}

canvas {
    border: none;
}

.chartjs-render-monitor {
    box-shadow: none;
    border: none;
}

.content-wrapper > .content {
    padding: 0!important;
}









/* TEST CARDS */

.table-bordered.card-custom {
	border: 0 !important;
}
.card-custom thead {
	display: none;
}

.card-custom tbody tr {
	float: left;
	width: 25em;
	margin: 0.5em;
	border: 1px solid #bfbfbf;
	border-radius: 0.5em;
	background-color: transparent !important;
	box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}
.card-custom tbody tr td {
	display: block;
	border: 0;
}

.telegram-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 64px;
    height: 64px;
    background-color: #06d59f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.telegram-button svg {
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease;
    filter: invert(18%) sepia(0%) saturate(5190%) hue-rotate(71deg) brightness(97%) contrast(95%);
}

.telegram-button:hover svg {
    transform: rotate(360deg);
    filter: invert(100%) sepia(1%) saturate(5356%) hue-rotate(236deg) brightness(127%) contrast(87%);
}