@import url("/api/cardetails/oplata/assets/service.css");

:root {
	
}

.color-1 {
	color: #559aaa;
}

dialog {
	padding: 2em;
	border: 1px solid #bce8f1;
	color: #31708f;
	text-align: center;
  /* background-color: #d9edf7; */
}
dialog .btn:focus {
	outline: 0px;
}

.dp__theme_light {
	--dp-font-size:  18px;
	--dp-border-radius: 6px;
	--dp-input-padding: 10px 16px;
	--dp-border-color: #ccc;
}

/* Показать стрелки в Chrome/Safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  appearance:  auto;
}

#phone:invalid:not(:placeholder-shown) {
	border-color: rgba(212, 63, 58, 1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(217, 83, 79, .6);
}

.mt-20 {
	margin-top: 20px;
}