.custom-scrollbar::-webkit-scrollbar { 	height: .75rem !important; 	background-color: #f8f8f8 !important; 	border-radius: 2rem; }  .custom-scrollbar::-webkit-scrollbar-thumb { 	background-color: #5fad56 !important; 	border-radius: 2rem; }  form-control:focus { 	outline-color: transparent; 	outline-style: none; 	border-color: none; 	box-shadow: none; }  .display-1, .display-2, .display-3, .display-4 { 	font-family: Asap, sans-serif; } .text-heading{ 	font-family: Asap, sans-serif !important; } .text-body{ font-family:Roboto, sans-serif !important; } .breadcrumb{font-size: 80%;     font-weight: 400; white-space: nowrap; flex-wrap: nowrap; overflow-x:auto;} .square {   position: relative;   overflow: hidden;   padding-bottom: 100%; }  .square img {   position: absolute;   max-width: 100%;   max-height: 100%;   top: 50%;   left: 50%;   transform: translateX(-50%) translateY(-50%); } .img-grayscale{ filter: grayscale(100%) opacity(0.25); } .text-orange{color:#ffa500} .bg-inherit:hover {   background-color: inherit !important; } .card-auth{min-width:300px;} a.custom-control-label{color:#244b5a}