#uca_popup_background {
	background-color: #0008;
	color: #ccc;

	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	overflow: hidden;
	
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10000;
}

.uca_ck_flex {
	display: flex;
}

.uca_ck_alert {
	width: 100%;
	margin-top: auto;
	height: auto;
	position: relative;
	padding: 30px 0;
	line-height: 18px;

	background-color: #FFF;
	color: #000;
	border-top: 2px solid #545454;
}
.ck_al_title {
	padding: 0 22px;
	margin-top: 0;
}
.ck_al_btns {
	display: flex;
	flex-direction: column;
}
.ck_al_btns .btn {
	margin: 10px;
}


.uca_ck_options {
	max-height: 50%;
	overflow: hidden;
	overflow-y: scroll;
	line-height: 18px;
	background-color: #FFF;
	color: #000;
	border: 2px solid #545454;
	border-radius: 5px;
}
.ck_opt_options {
	margin-top: 25px;
}
.ck_opt_row {
	padding: 0 30px;
}
.ck_opt_custom_options {
	list-style: none;
	padding-left: 10px;
	background-color: #EEE;
	margin-bottom: 0;
}
.ck_opt_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 15px;
	margin-bottom: 25px;
}
.ck_opt_title {
	text-align: center;
	margin-top: 1rem;
}
.ck_opt_i_title {
	font-weight: bold;
	width: 70%;
	font-size: 20px;
	align-self: self-start;
	padding-left: 15px;
}
.ck_opt_i_ctrl {
	width: 30%;
	text-align: right;
	padding-right: 10px;
	margin-top: 5px;
}
.ck_opt_i_ctrl .btn-group-toggle {
	border: 2px solid #555;
	border-radius: 6px;
}
.btn-group-toggle .btn-opt {
	padding: 2px 12px;
	font-size: 12px;
}
.ck_opt_i_txt {
	margin-top: 5px;
	margin-bottom: 0;
}
.ck_opt_btn {
	text-align: right;
	padding: 10px;
	padding-bottom: 20px;
}
.ck_opt_btn .ck_opt_bt_accept {
	width: 150px;
}
.btn-opt {
	background-color: #717171;
	color: #C1C1C1;
}
.btn-opt:hover {
	background-color: #888;
	color: #FFF;
}
.btn-opt.active {
	background-color: #6db76d;
	color: #FFF;
}

/************************************************************/
/************************ RESPONSIVE ************************/
/************************************************************/

@media screen and (max-width: 1200px) {
	.uca_ck_alert, .uca_ck_options {
		font-size: 14px;
	}
	.ck_al_btns .btn {
		margin: 4px;
		padding: 5px;
		font-size: 13px;
	}

	.ck_opt_options {
		margin-top: 10px;
	}
	.ck_opt_custom_options p {
		margin-bottom: 5px;
	}
	.ck_opt_item {
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.ck_opt_i_title {
		font-size: 16px;
	}
	.ck_opt_i_txt {
		font-size: 12px;
		line-height: 14px;
	}
}

/********************** md ************************/
@media screen and (max-width: 768px) {
	.uca_ck_options {
		max-height: 75%;
	}

}
/********************** Movil pequeño ************************/
@media screen and (max-width: 450px) {
	.ck_opt_row {
		padding: 0 10px;
	}
	.ck_opt_i_title {
		width: 100%;
	}
	.ck_opt_i_ctrl {
		width: 100%;
	}
	.hidden-xxs {
		display: none;
	}
}