

.dbc {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dcc {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dac {
	display: flex;
	align-items: center;
}

.dae {
	display: flex;
	align-items: flex-end;
}

.das {
	display: flex;
	align-items: flex-start;
}

.dje {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.djs {
	display: flex;
	justify-content: flex-start;
}

.dbs {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.dbe {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

/* ::-webkit-scrollbar {
	width: 0;
	height: 0;
	color: transparent;
	background-color: #C1C1C1;
	display: none;
} */


::-webkit-scrollbar {
	width: 0;
  }

  ::-webkit-scrollbar-thumb {
	background-color: #C1C1C1;
	/* border-radius: 4px; */
  }

  ::-webkit-scrollbar-track {
	background-color: #eee;
  }
