body {
	background-color: #F5F5F5;
}

a {text-decoration: none !important;}

.navbar-dark .navbar-toggler {
	border-color: transparent !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.dropdown-menu {
	min-width: 15rem !important;
}

.dropstart .dropdown-toggle::before {
	vertical-align: 0;
}

.dropstart .dropdown-toggle::before {
	display: none !important;
	margin-right: 0 !important;
	vertical-align: 0 !important;
	/*content: "";*/
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #FFF !important;
}

.crm-bg-dark {
	background-color: #171717 !important;
}

.tradingview-widget-footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 32px;
	padding-bottom: 16px;
	background-color: #171717;
	border-top: 2px solid #f00;
	z-index:2000;
}

#crm-btn-plus {
	display: none;
}

.crm-cont {
	position: fixed;
	bottom: 55px;
	right: 20px;
	z-index: 999;
}

.crm-reed a, .bi-plus{
	display: block;
	text-decoration: none;
	background-color: #F00;
	color: #FFF;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, .4);
	transition: all .5s ease;
}

.crm-reed a:hover{
	background-color: #FFF;
	color: #F00;
}

.crm-reed a{
	margin-bottom: -15px;
	opacity: 0;
	visibility: hidden;
}

#crm-btn-plus:checked~ .crm-reed a{
	margin-bottom: 10px;
	opacity: 1;
	visibility: visible;
}

.bi-plus {
	cursor: pointer;
	font-size: 23px;
}

#crm-btn-plus:checked~ .crm-btn-plus .bi-plus{
	transform: rotate(137deg);
	font-size: 25px;
}

/* Agregar Cliente */
.ocul {
	display: none;
}

@media (max-width: 780px){
	.crm-cont {
    	bottom: 85px;
	}

	.mb-sm-5 {
		margin-bottom: 3rem !important;
	}
}