/* BACK TO TOP */
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 60px;
	z-index: 1000;
	background: #1977cc;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 28px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: #298ce5;
	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}
/* BACK TO TOP ENDS */

/* SCROLL BAR */
::-webkit-scrollbar {
	height: 8px;
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #aaa;
    background: #ddd; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #666; 
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #ddd; 
}
/* SCROLL BAR ENDS */


/* CUSTOM CONTENT FOR CRM */
.fw-500 {
    font-weight: 500!important;
}

/* CUSTOM CONTENT FOR CRM ENDS */
.rounded-15 {
	border-radius: 15px !important;
}

.rounded-25 {
	border-radius: 25px !important;
}
		
a[aria-expanded=true] .mdi-chevron-down {
   display: none;
}
a[aria-expanded=false] .mdi-chevron-up {
   display: none;
}

button[aria-expanded=true] .mdi-chevron-down {
   display: none;
}
button[aria-expanded=false] .mdi-chevron-up {
   display: none;
}