.mytab {
	display:block !important;
}
.btn .fa, .btn .fas {
  text-align: center;
  width: 1.25em;
}
.spinner-grow {
	vertical-align: text-top;
	width: 1.25em;
	height: 1.25em;
}
.required label:after {
	content:" *";
	color:red;
}
a, a:hover, a:focus {
	text-decoration: none;
}

.form-floating .select2-selection {
    padding: 1rem .75rem;
    padding-top: 1.625rem;
    padding-bottom: .625rem;
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}
.form-floating .select2-container ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transition: none;
}
.form-floating label {
    white-space: nowrap;
    opacity: .65;
}
.form-floating-group input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
