.user_card {
	margin-top: auto;
	margin-bottom: 165px;
	background: #fff;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
}

.brand_logo_user_img {
	width: 200px;
	height: 175px;
	background-color: white;
	border-radius: 50%;
	overflow: hidden;
	margin-top: -120px;
}

.form_container {
	margin-top: 70px;
}

.brand_logo_container {
	position: absolute;
	height: 170px;
	width: 170px;
	top: -75px;
	border-radius: 50%;
	background: #FFF;
	padding: 10px;
	text-align: center;
}

.brand_logo {
	height: 150px;
	width: 150px;
	border-radius: 50%;
}

.login_btn {
	width: 100%;
	background: #03b3d7 !important;
	color: white !important;
}

.fs-7 {
	font-size: 0.75rem !important;
}

.full-screen-background {
	background-image: url('../../public/assets/img/background/bg-fB.jpg');
	background-image: url('../public/assets/img/background/bg-fB.jpg');
	background-size: cover;
	background-position: center;
	height: 100vh;
}

.custom-switch-container {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
}

.custom-switch-container.active {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.kanban-item:last-child {
	margin: 0;
	border: 1px solid #dde0e5;
	text-align: center;
}

.btn-green {
	--bs-btn-color: #fff;
	--bs-btn-bg: #67C23A !important;
	--bs-btn-border-color: #67C23A;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #67C23A;
	--bs-btn-hover-border-color: #76c84e;
	--bs-btn-focus-shadow-rgb: 88, 165, 49;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #85ce61;
	--bs-btn-active-border-color: #76c84e;
	--bs-btn-active-shadow: none;
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #67C23A;
	--bs-btn-disabled-border-color: #67C23A;
}

.mapa-cliente {
	width: 100%;
	height: 100%;
}

.mapa-modal {
	width: 100%;
	height: 450px;
}

.mapa-completo {
	overflow: hidden;
	width: 100%;
	height: 93vh !important;
}

@media (max-width: 767px) {
	.mapa-completo {
		height: 85vh !important;
	}
}

.btn-green {
	--bs-btn-color: #fff !important;
	--bs-btn-bg: #67C23A;
	--bs-btn-border-color: #67C23A;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #7ecb58;
	--bs-btn-hover-border-color: #76c84e;
	--bs-btn-focus-shadow-rgb: 88, 165, 49;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #85ce61;
	--bs-btn-active-border-color: #76c84e;
	--bs-btn-active-shadow: none;
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #67C23A;
	--bs-btn-disabled-border-color: #67C23A;
}

.btn-mnu {
	--bs-btn-padding-x: 1.5rem;
	--bs-btn-padding-y: 0.6875rem;
	--bs-btn-font-family: ;
	--bs-btn-font-size: 0.875rem;
	--bs-btn-font-weight: 600;
	--bs-btn-line-height: 1rem;
	--bs-btn-color: rgb(255, 255, 255);
	--bs-btn-bg: rgb(8, 43, 63);
	--bs-btn-border-width: 1px;
	--bs-btn-border-color: rgba(0, 149, 216, 1);
	--bs-btn-border-radius: 0.375rem;
	--bs-btn-box-shadow: 0 1px 2px 0px rgba(0, 149, 216, 1);
	--bs-btn-disabled-opacity: 0.65;
	--bs-btn-focus-box-shadow: 0 0 0 0.2rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
	display: inline-block;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	color: var(--bs-btn-color);
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-btn-border-radius);
	background-color: var(--bs-btn-bg);
	transition: all 0.14s cubic-bezier(0.655, 0.055, 0.345, 1);
	margin-top: 24px;
}

.btn-mnuclose {
	--bs-btn-padding-x: 1.5rem;
	--bs-btn-padding-y: 0.6875rem;
	--bs-btn-font-family: ;
	--bs-btn-font-size: 0.875rem;
	--bs-btn-font-weight: 600;
	--bs-btn-line-height: 1rem;
	--bs-btn-color: rgb(255, 255, 255);
	--bs-btn-bg: rgb(8, 43, 63);
	--bs-btn-border-width: 1px;
	--bs-btn-border-color: rgba(0, 149, 216, 1);
	--bs-btn-border-radius: 0.375rem;
	--bs-btn-box-shadow: 0 1px 2px 0px rgba(0, 149, 216, 1);
	--bs-btn-disabled-opacity: 0.65;
	--bs-btn-focus-box-shadow: 0 0 0 0.2rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
	display: inline-block;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	color: var(--bs-btn-color);
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-btn-border-radius);
	background-color: var(--bs-btn-bg);
	transition: all 0.14s cubic-bezier(0.655, 0.055, 0.345, 1);
	display: flex;
	align-items: center;
	justify-content: center;
}