.modal-open .modal {
	display: flex !important;
	height: 100%;
}
.modal-open .modal .modal-dialog {
	margin: auto;
}
.card-title {
	font-size: 25px !important;
}
.modal-content {
	border: none !important;
}
.modal-header {
	padding: 0.75rem 1rem !important;
	background-color: #3F9379;
	/*background: linear-gradient(120deg, #6b53f4, #32a3ee);*/
}
.modal-title {
	/*color: white;*/
	color: black;
}
.card {
	padding: 1.5rem;
	/*border: 2px solid #232323 !important;*/
	min-height: 84px;
}
.btn-info {
	background-color: #8862e0 !important;
	border-color: #8862e0 !important;
}
.btn-info:hover {
	background-color: #7042da !important;
	border-color: #6837d8 !important;
}
.btn-outline-white-custom {
	color: #fff !important;
	background-color: transparent;
	background-image: none;
	border-color: #fff !important; }
	.btn-outline-white-custom:hover {
	  color: #2eb14f !important;
	  background-color: #fff;
	  border-color: #fff; }
	.btn-outline-white-custom:focus, .btn-outline-white-custom.focus {
	  box-shadow: 0 0 0 0.2rem rgba(46, 177, 79, 0.5); }
	.btn-outline-white-custom.disabled, .btn-outline-white-custom:disabled {
	  color: #fff;
	  background-color: transparent; }
	.btn-outline-white-custom:not(:disabled):not(.disabled):active, .btn-outline-white-custom:not(:disabled):not(.disabled).active,
	.show > .btn-outline-white-custom.dropdown-toggle {
	  color: #2eb14f;
	  background-color: #fff;
	  border-color: #fff; }
	  .btn-outline-white-custom:not(:disabled):not(.disabled):active:focus, .btn-outline-white-custom:not(:disabled):not(.disabled).active:focus,
	  .show > .btn-outline-white-custom.dropdown-toggle:focus {
		box-shadow: 0 0 0 0.2rem rgba(46, 177, 79, 0.5); }
.btn.btn-inverse-primary {
	color: #308ee0 !important;
	background-color: rgba(48,142,224,.2) !important;
}
.btn.btn-inverse-primary:hover {
	color: #fff !important;
	background-color:#308ee0 !important;
	border-color:#308ee0 !important;
}