[v-cloak] {
	display: none;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

#dropdown-filials {
	display: flex;
	justify-self: center;
	width: 400px;
}

.dropdown-menu {
	max-height: 280px;
	overflow-y: auto;
}

.dropdown-toggle,
.dropdown-toggle:hover {
	height: 42px;
	color: #0b0832 !important;
	background-color: #fff !important;
	border-color: #ff7f25 !important;
	border-radius: 26px;
	padding-left: 20px;
	padding-right: 20px;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #ff7f25;
}

.dropdown-item.active small,
.dropdown-item:active small {
	color: #fff !important;
}

@media (max-width: 768px) {
	#dropdown-filials {
		width: 100%;
	}
}