::-webkit-scrollbar { width: 18px; height: 18px;}
::-webkit-scrollbar-button { display: none;}
::-webkit-scrollbar-track {  background-color: inherit; }
::-webkit-scrollbar-track-piece { background-color: inherit; /* #1d1f2f; */}
::-webkit-scrollbar-thumb { height: 50px; background-color: #474c5f; /*#8f97a1; */ border-radius: 14px; border: 5px solid #1f2233; }
::-webkit-scrollbar-corner { background-color: inherit;}}
::-webkit-resizer { background-color: #666;}

.table-responsive::-webkit-scrollbar-thumb { 
	border: 5px solid #2b3043;
	background-color: #4d4f5d;
}


a {
	color: #ddd;
}
a:hover {
	color: #ddd;
}

html, body {
	min-height: 100%;
}

body {
	background-color: #1F2233; /* #1F2233 */ /*#191C1F*/;
	color: #fff;	
}



.row-header .card {
	min-height: 160px;
	height: 160px;
}

.card-header-h5 {
	padding: .5rem 1.25rem
}

.table-dark {
	background-color: #272c41 !important;
}

.bg-dark {
	background-color: #2c3144 !important;
}

.btn-dark {
	background-color: #272c41;
    border-color: #272c41;
}

.btn-dark:hover {
	background-color: #1F2233;
    border-color: #1F2233;
}

body {
	font-family: Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;
}

h1 {
	/*margin-top: 16px;
	8px;*/
}

.table thead th, .table td, .table th {
	border: 0px;
}

.table td, .table th {
	border-top: 0px; /*1px solid #fff2*/;
}

.table th {
	color: #fffe;
}

.table td {
	color: #fffc;
}

.table td b {
	color: #fffd;
}

.table td small {
	color: #fff7;
}

.card-footer.small {
	color: #fff7;
}

.card-balance .h5 {
	color: #fffa;
}

.card-balance .h4 {
	color: #fffd;
}

.xnav-link {
	padding: .0rem 1rem;
}

.progress {
	margin-top: 6px;
	height: 10px;
	width: 65px;
	font-size: 6pt;
	color: #000;
	border-radius: 1rem;

	border: 1px solid #a1a5a9;
}

.progress-disabled {
	background-color: inherit;
}

.progress-stalled {
	background-color: #E2909A;	/* #e9ecef */
}

.progress-stalling {
	background-color: #E4ACB4;
}

.progress-bar {
	color: #fff;
	border-right: 1px solid #fff;
}

.progress-bar.bg-bright {
	background-color: #00ffa1;
}

.sl {
	cursor: pointer;
	font-weight: bold;
	background-color: #5d5d6d;
	padding: 1px 5px;
	margin: 0px 2px;
	font-size: 11px;
	display: inline-block;
}

.mp {
	cursor: pointer;
	font-weight: bold;
	background-color: #5d5d6d;
	padding: 1px 5px;
	margin: 0px 2px;
	font-size: 11px;
	display: inline-block;
	color: #191d2a;
}

.mtp {
	cursor: pointer;
	font-weight: bold;
	background-color: #5d5d6d;
	padding: 1px 5px;
	margin: 0px 2px;
	font-size: 11px;
	display: inline-block;
	color: #191d2a;
}

.fib {
	cursor: pointer;
	font-weight: bold;
	background-color: #5d5d6d;
	padding: 1px 5px;
	margin: 0px 2px;
	font-size: 11px;
	display: inline-block;
	color: #fff;
}

/** **/

.progress {
    height: .5rem;
    line-height: 0;
    font-size: .65625rem;
    background-color: rgba(0,0,0,.3);
    border-radius: .875rem;
    box-shadow: 0 0 0 3px rgb(0 0 0 / 30%);
    border: 0px;
}

.progress-bar {
    border-radius: .875rem;
    box-shadow: none;
    background: #344675;
}

.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
	border-right: 0px;
}




/* Sticky footer styles
-------------------------------------------------- */

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 70px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  line-height: 50px; /* Vertically center the text there */
  background-color: #f5f5f5;
}






/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.xxcontainer {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}


hr {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1); /*255, 255, 255, 0.2);*/
}

table.dataTable>tbody>tr.child span.dtr-title {
	display: block;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    position: absolute;
	
    height: auto;
    margin-top: 0px;
    line-height: 2em;

	border: .1em solid #000;
	background-color: #1f2233c0;
	border-radius: unset;

	top: 0px;
    left: 0px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-direction: column;
    bottom: 0px;
    width: 1.5em;
    font-size: 12px;

    content: "\25bc";	
}


table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
	background-color: #171926c0;

    justify-content: flex-end;
    content: "\25b2";	
	
}

.flex-center {
	display: flex;
	float: right;
	height: 100%;
	justify-content: center;
	align-content: center;
}
	
.cf {
    font-size: 1.2em;
	line-height: 2.4em;
    color: #4c4f5f;
}
	




.form-control, .form-control:focus {
	color: #fff;
	background-color: #1f2233;
}


.form-control:disabled, .form-control[readonly] {
	color: #696c77;
	background-color: #1b1e2c;
	border-color: #696c77;
}

.toggle-fiat[aria-expanded="true"] .fa-dollar-sign, .toggle-fiat[aria-expanded="false"] .fa-euro-sign {
	color: #fff;
}



.nav-item .nav-link {
	color: #6c757d;
}

.nav-item .nav-link.active {
	color: #ddd;
}


.nav-divider {
    margin: 0px 10px;
    border-right: 1px solid;
}

.text-dark {
	color: #535d67 !important;
}