body {
	color:#9bbcd1;
}
.h1-title {
	padding: 0 1.5rem 0 1.5rem;
	text-transform: uppercase;
	margin: 0;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content:space-between;
	font-size: 1.1rem;
	margin: 0;
	color: #dcf3ff;
	font-weight: 400;
	background-color: #22313A;
}
.h1-title a {
	color:#fff!important;
}
.h1-intro {
	color:#9bbcd1;
	padding-left: 1.5rem;
	margin-top: -1rem;
	margin-bottom: 1.5rem;
}
.popover-header {
	color:#fff!important;
}
.popover{
	border-color: #415261!important;
}
#install-prompt {
	right: 0rem;
	top:0rem;
	left:auto;
	width: 280px;
}
.login {
	position: fixed;
	height: 100%;
	width: 100%;
	overflow: auto;
	text-align: center;
}
.login:before {
	content: '';
	height: 35%;
	min-height: 110px;
	width: 100%;
	background-color: #1e2a31;
	display: inline-block;
}
.login-inner {
	display: inline-block;
	max-width: 330px;
	width: 100%;
	text-align: center;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	background-color: #2b3c46;
	border-radius: .25rem;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
	margin-top: -116px;
}
.login-header {
	height: 108px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	border-radius: .25rem .25rem 0 0;
	background-color: #22313a;
}
.login-body {
	padding: 2rem;
}
.aside-left {
	max-width: 25rem;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background-color: #22313a;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
	box-shadow: 0 0 30px rgba(0, 0, 0, .5);
	opacity: 0;
}
#navigation-xl.aside-close {
	display: none!important;
}
.main {
	position: relative;
}
.content {
	padding: 0 1rem 0rem 1rem;
}
.flag-active {
	position: relative;
}
.flag-active:after {
	content:'';
	position: absolute;
	bottom: 0;
	left:0;
	right: 0;
	margin: 0 auto;
	width: 16px;
	height: 1px;
	background-color: #8bcefd;
}
#navigation-xl {
	width: 18rem;
	left: 0;
	display: none;
}
#navigation-sm {
	width: 5rem;
	left: 0;
}
.navigation-menu,
.navigation-item {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navigation-link {
	display: block;
	color: #7996a9!important;
	border-radius: .25rem;
	font-size: .90rem;
	padding: .8rem 1rem;
}
.navigation-link i {
	width: 30px;
	text-align: center;
}
.navigation-link.active {	color: #dcf3ff!important;
	background-color: #1e2a31;
}
.navigation-link.active i {
	color: #00f3e7!important;
}
.sidenav-light .sidenav-item .sidenav-link.active {
	color: #fbfbfb;
	background-color: hsla(0, 0%, 98.4%, .05);
}
.accordion-button:not(.collapsed) {
	box-shadow: none!important;
}
.btn-group,
.btn-group:hover,
.btn-group:focus {
	box-shadow: none;
}
.border-none {
	border:none!important;
}
#select-dropdown-container-payer-languages-id .select-option-icon.rounded-circle {
	border-radius:11%!important;
}
#select-dropdown-container-payer-languages-id .select-option-icon {
	width: 40px;
	height: 20px;
}
#select-dropdown-container-add-track-artists-id .select-option-icon {
	width: 24px;
	height: 24px;
}
#select-dropdown-container-add-track-artists-id .select-option-icon.rounded-circle {
	border-radius:50%!important;
}
.text-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.text-h-ellipsis {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.text-h-ellipsis-1 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.text-h-ellipsis-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.text-grey {
	color: #9a9a9a !important;
}
.text-underline {
	text-decoration: underline;
}
#main.close {
	transform: translateY(-100%);
	display: none;
}
body.modal-open #main {
	position: inherit;
}
span.required {
	color:#e91e63;
}
.form-outline .form-control~.form-notch div {
	border-color: hsla(204, 22%, 57%, 1);
}
.btn {
	box-shadow: none!important;
}
.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:hover:focus {
	color:#fff;
}
.btn-success {
	color:#fff;
	background-color: #578b6d;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:hover:focus {
	color:#fff;
	background-color: #427357;
}
.alert-info {
	background-color: #324654;
	color:#a6b5ce;
}
.modal-header .btn-close {
	background: none;
	font-family: "Font Awesome 6 Pro";
	color:#fff;
	font-size: 1.6rem;
	width: auto;
	margin: -14px 0 0 auto;
}
.modal-header .btn-close:before {
	content: "\f00d";
}
.page-link {
	border: 1px solid #6a6a6a!important;
	color: #ccc!important;
	margin-right: 0.3rem;
	padding: 0.5rem 0.9rem;
}
.page-link.active, .active>.page-link {
	border: 1px solid #fff!important;
	background-color: #fff!important;
	color:#000!important;
}
.page-link:hover {
	background-color: #fff!important;
	border: 1px solid #fff!important;
	color:#000!important;
}
.datatable table th, .datatable table td {
	vertical-align: middle;
}
.datatable-inner {
	overflow-x: auto!important;
	overflow-y: hidden!important;
}
.form-control.form-control-lg,
.form-outline .form-control.form-control-lg {
	font-weight: 600;
}
.form-control::-moz-placeholder{color:hsla(0,0%,100%,.7)!important;font-weight:300!important;font-size:0.9rem!important;opacity: 1!important;}
.form-control::placeholder{color:hsla(0,0%,100%,.7)!important;font-weight:300!important;font-size:0.9rem!important;opacity: 1!important;}

.select2-results__option {
	padding: 6px 17px!important;
	color: #b9c1d2!important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	color: #fff!important;
}
.select2-container--default .select2-results__option--selected {
	color: #000!important;
}
.select2-dropdown {
	background-color:#2b3c46 !important;
	border-color: #636f78!important;
}
.select2-container .select2-search--inline .select2-search__field {
	color: #fff;
	font-weight: 600;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	background-color: #7995a1!important;
	color: #fff!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
	background-color: #cc0000!important;
	color: #fff!important;
}
.select2-container--default .select2-selection--multiple {
	background-color: transparent!important;
	border: solid #25A4FB 1px!important;
}
.select2-container .select2-selection--multiple.select2-lg {
	min-height: calc(1.5em + 1rem + 2px) !important;
	padding: 0.3rem 0.75rem!important;
}
.select2-container .select2-lg .select2-search--inline .select2-search__field {
	height: 21px!important;
	line-height: 21px;
	margin-top: 0px!important;
}
.select2-container--default .select2-selection--multiple.select2-lg .select2-selection__choice {
	margin-top: 2px!important;
	margin-left: 0px!important;
	margin-right:3px!important;
	background-color: #25A4FB!important;
	border: 1px solid #ffffff!important;
	color: #fff;
}
.select2-container--default .select2-selection--multiple.select2-lg .select2-selection__choice__display {
	font-size: 0.8rem;
}
.card-chart-select {
	border:2px solid transparent;
}
.card-chart-select.active {
	border:2px solid #8bcefd;
}

#table-top-sales th:nth-of-type(3),
#table-top-sales th:nth-of-type(4),
#table-top-sales th:last-child {
	text-align: right;
}

#table-top-sales th:nth-of-type(5),
#table-top-sales th:nth-of-type(6) {
	text-align: center;
}

#legend-container-plateform li,
#legend-container-type li {
	padding: 0.2rem 0;
	font-size: 0.875rem;
}

#player-track-wavform-outer {
	width: 100%;
}
#player-track-wavform {
	width:100%;
	height: 40px;
	background-size: 100% 100%;
}
#player .progress-bar-prepend {
	background-color: transparent;
	box-shadow: none;
}
#player .progress-offset {
	height: 40px;
	background-color: rgba(255, 255, 255, 0);
	cursor: pointer;
}
#player .progress-offset .progress-bar {
	transition:none;
}

#select-dropdown-container-trends-select-assets .select-option {
	padding-top: 0.5rem ;
	padding-bottom: 0.5rem ;
	height: auto!important;
}

.navbar-filters-active {
	display: none;
}
.projects-order-by,
.tracks-order-by {
	cursor: pointer;
}

.date-range-selection-group li,
.date-range-selection li {
	color:#dcf3ff;
	cursor: pointer;
	list-style: none;
}

/* #player-track-duration {
	color:#fff;
} */

/* input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
	-webkit-background-clip: text;
	-webkit-text-fill-color: #ffffff;
	transition: background-color 5000s ease-in-out 0s;
	box-shadow: inset 0 0 20px 20px #ffffff00;
	background-color: transparent;
} */

.toggle-password-outer {
	position: relative;
}
.toggle-password-outer .toggle-password {
	position: absolute;
	top: 10px;
	right: 15px;
	color: #d1d1d1;
	font-size: 17px;
	cursor: pointer;
}
.fixed-height-chart {
	height: 300px;
}
.logo-top {
	height: 31px;
}
.btn {
	text-transform: uppercase!important;
	box-shadow: none!important;
}
.btn-light {
	color:#1a1a1a;
}
.btn-light:hover {
	color:#000;
}
label {
	font-size: 0.875rem;
	font-weight: 300;
}
.table th {
	font-weight: 600!important;
}
.card-footer, .card-header {
	background-color: #232E38 !important;
	border:none!important;
	color:#acc8da!important;
	font-weight: 500;
}
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	display: block;
	height: 1em;
	width: 1em;
	border-radius: 50em;
	background: url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg) no-repeat 50% 50%;
	background-size: contain;
	opacity: 0;
	pointer-events: none;
	color: #2b2b2b;
}
input[type="search"]:focus::-webkit-search-cancel-button {
	opacity: .3;
	pointer-events: all;
}
input[type="search"]::-webkit-search-cancel-button {
	filter: invert(1);
}
div#timeline1 {
	width: 100%;
	display: block;
	cursor: pointer;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
div#seekObj1 {
	width: 0px;
	height: 40px;
	background: #5b7688;
	cursor: pointer;
	opacity: 0.8;
}
div#seekObjContainer {
	width: 90%;
}
div.blockOverlay {
	background-color: #242E38 !important;
}
#overlay-loading .blockMsg,
div.blockMsg {
	width: 40px;
	height: 40px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	background-color: transparent;
	border: none;
	box-shadow: none
}
#overlay-loading .blockMsg {
	position: absolute
}
#img-loading,
div.blockMsg img {
	-webkit-animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}
#overlay-loading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-align: center
}
@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg)
	}
}
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}
@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.toast-close-button {
	position: absolute;
	right: 0.75rem;
	top: 0rem;
	float: none;
	font-size: 30px;
	font-weight: 300;
	color: #fff;
	opacity: 1;
}
.toast-close-button:hover {
	opacity: 0.8;
	color: #fff;
}
#toast-container>div {
	position: relative;
	margin: 0 0 25p 0;
	padding: 2rem;
	opacity: 1;
}
#toast-container>.toast-success,
#toast-container>.toast-error,
#toast-container>.toast-warning,
#toast-container>.toast-info {
	background-image: none !important;
}
.toast-top-right {
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: toast_slidein;
}
@-webkit-keyframes toast_slidein {
	from {
		right: -355px;
	}
	to {
		right: 12px;
	}
}