.card-shadow {
	box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07),
		0 2px 9px 0 rgba(62, 57, 107, 0.06);
	margin: 1rem 0rem;
}

.footer-right {
	font-size: 10px;
	font-style: italic;
	letter-spacing: 0.5px;
}

.brand-logo-left {
	width: 150px;
}

input[readonly] {
	border: 1px solid lightgray;
	/* margin-top: 2rem; */
	border-radius: 5px;
	padding: 1rem 2rem;
}

select[readonly] {
	border: 1px solid lightgray;
	/* margin-top: 2rem; */
	border-radius: 5px;
	padding: 1rem 2rem;
}

.textarea-readonly {
	border: 1px solid lightgray;
	/* margin-top: 2rem; */
	border-radius: 5px;
	padding: 1rem 2rem;
}

.navbar-container {
	box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07),
		0 2px 9px 0 rgba(62, 57, 107, 0.06);
}

.navbar-collapse {
	height: 50px;
}

.button-top-datatable {
	padding-left: 15px;
	padding-bottom: 15px;
}

.select2-container--classic
	.select2-selection--multiple
	.select2-selection__choice__remove,
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove {
	color: #fff !important;
	float: right;
	margin-left: 0.5rem;
	background-color: transparent;
	border: 0px;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0;
	resize: none;
}

.iti {
	position: relative;
	display: inline-block;
	height: 40px;
}

.form-filter {
	font-size: 0.9rem;
}

@media only screen and (max-width: 600px) {
	.pr-sm-cus {
		padding-right: 5.5rem;
	}

	.padding-success {
		padding: 0rem;
	}

	.padding-success-2 {
		padding: 1rem;
	}
}

@media only screen and (min-width: 600px) {
	.pr-sm-cus {
		padding: 0px;
	}

	.padding-success {
		padding: 3.5rem;
	}

	.padding-success-2 {
		padding: 3rem;
	}
}

.bg-danger {
	background-color: #a8c79e !important;
	color: #ffffff !important;
}

.bg-primary {
	background-color: #f4d23a !important;
	color: #ffffff !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #ecc100 !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #80b96e !important;
}

@media only screen and (max-width: 400px) {
	#test1::after {
		content: "\a" !important;
		white-space: pre !important;
	}
}

.hidden {
	display: none;
}

button:disabled {
	cursor: not-allowed;
	pointer-events: all !important;
}
