body{
	background-color: rgba(255, 255, 255, 0.03);
	color: #fff;
}
.text-white{
	color: #fff;
}
.bg-primary{
	background-color : #4082f5 !important;
	color: #666;
}
.btn-primary{
	background-color : #4082f5;
	border-color : #4082f5;
	color: #fff;
	text-transform: uppercase;
}
.btn-primary:hover{
	background-color : #2c2c2c !important;
	border-color : #2c2c2c !important;
	color: #808080;
	text-transform: uppercase;
}
.btn-primary:active {
	color: #fff;
	background-color: #2c2c2c;
	border-color: #2c2c2c;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #2c2c2c;
	border-color: #4082f5;
	box-shadow: 0 0 0 0.25rem rgb(224 49 49 / 50%);
}
.bg-dark{
	background-color: #1c1c1c;
	color: #fff;
}
.border-top {
	border-top: 1px solid #4082f5! important;
}
.border-bottom {
	border-bottom: 1px solid #4082f5!important;
}
::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-track {
	background: #202020;
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
	background: #4082f5;
}
.form-control{
	border: 1px solid #202020;
	background-color: #202020;
	color: #fff;
}
.form-control:focus {
	color: #fff;
	background-color: #202020;
	border-color: #4082f5;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgb(224 49 49 / 25%);
}
.form-group{
	padding: 10px;
}
.block-length{
	width:100%;
}
.swal2-popup {
	display: none;
	position: relative;
	flex-direction: column;
	justify-content: center;
	width: 32em;
	max-width: 100%;
	padding: 1.25em;
	border-radius: 0.3125em;
	background: #0f101c;
	font-family: inherit;
	font-size: 1rem;
	box-sizing: border-box;
}
.swal2-popup .swal2-content {
	justify-content: center;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 1.125em;
	font-weight: 300;
	line-height: normal;
	z-index: 1;
	word-wrap: break-word;
}
.swal2-popup .swal2-styled.swal2-confirm {
	border: 0;
	border-radius: 0.25em;
	background: initial;
	background-color: #4082f5;
	color: #fff;
	font-size: 1.0625em;
}
.swal2-popup .swal2-title {
	display: block;
	position: relative;
	max-width: 100%;
	margin: 0 0 0.4em;
	padding: 0;
	color: #ffffff;
	font-size: 1.875em;
	font-weight: 600;
	text-align: center;
	text-transform: none;
	word-wrap: break-word;
}