.customize_parameters {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-basis: 40%;
}

.customize_secContainer {
	display: flex;
	padding: 20px 10%;
	justify-content: space-between;
}

.customize_flex{
	display: flex;
	justify-content: space-between;
}

.custom-control-input{
	height: 50px;
}

.customize_element{
	margin-top:13px;
}

.customize_flex_column {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#customWidthLabel, #customHeightLabel {
	margin-right: 10px;
}

.customize_midSecHr {
	background-color: #1DA1F2;
	margin: 25px 0;
}

.customize_secondaryHr {
	background-color: #AAB8C2;
	width: 80%;
	margin: 20px 0;
}

.switch-field {
	display: flex;
	overflow: hidden;
}

	.switch-field input {
		position: absolute !important;
		clip: rect(0, 0, 0, 0);
		height: 1px;
		width: 1px;
		border: 0;
		overflow: hidden;
	}

	.switch-field label {
		background-color: #e4e4e4;
		color: rgba(0, 0, 0, 0.6);
		font-size: 14px;
		line-height: 1;
		text-align: center;
		padding: 8px 16px;
		margin-right: -1px;
		border: 1px solid rgba(0, 0, 0, 0.2);
		box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
		transition: all 0.1s ease-in-out;
	}

		.switch-field label:hover {
			cursor: pointer;
		}

	.switch-field input:checked + label {
		background-color: #007BFF;
		color: #fff;
		box-shadow: none;
	}

	.switch-field label:first-of-type {
		border-radius: 4px 0 0 4px;
	}

	.switch-field label:last-of-type {
		border-radius: 0 4px 4px 0;
	}


@media (max-width: 1400px) {
	.customize_secContainer{
		padding: 20px 1%;

	}

	#bot_showcase{
		right: 1% !important;
	}
}
