﻿/*
Template Name: Oncospark - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/Vishal/Desktop/Galaxy/Galaxy/Oncospark/wwwroot/assets/scss/config/galaxy/custom.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA%22%7D */
.center {
    text-align: center;
}

.f-16 {
    font-size: 16px;
}

.aggregate-dd {
    width: 200px;
}

.w-200 {
    width: 200px !important;
}

.w-100 {
    width: 100px !important;
}

.nav-link:hover {
    cursor: pointer;
}

.dropdown-menu > li > a {
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    clear: both;
    line-height: 18px;
    white-space: nowrap;
}
	.dropdown-menu > li > a > i {
		vertical-align: middle;
	}

#topSettings.dropdown > ul.dropdown-menu:before {
	position: absolute;
	top: -7px;
	right: 9px;
	display: inline-block !important;
	border-right: 7px solid rgb(0 0 0 / 0%);
	border-bottom: 7px solid rgb(238 238 238);
	border-left: 7px solid rgb(0 0 0 / 0%);
	border-bottom-color: rgb(0 0 0 / 20%);
	content: '';
}

#topSettings.dropdown > ul.dropdown-menu:after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block !important;
    border-right: 6px solid rgb(0 0 0 / 0%);
    border-bottom: 6px solid rgb(255 255 255);
    border-left: 6px solid rgb(0 0 0 / 0%);
    content: '';
}