/* CSS Document */


.modal-body {
	background-color: rgb(51, 51, 51);
	color: #ffffff;
	font-size: 14px;
}

.modal-header {
	border-bottom: 0;
}



.modal-body p a {
	color: #FFBA00;
	text-decoration: none;
}

.modal-body p a:hover {
	color: #FFBA00;
	text-decoration: underline;
}



.modal-body .form-control, .dSuportForm .form-control {
	background-color: #3B3B3B;
	color: #ffffff;
	border-color: #FFBA00;
	border-width: 1px;
	font-size: 14px;
	margin-top: 3px;
}

.form-control::placeholder {
  color: #FFFFFF;
  opacity: 0.5;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 4rem !important;
	height: 4rem !important;
}

.carousel-control-next, .carousel-control-prev {
	width: 55px !important;
}