/* .mainTable {
	margin-top:64px;
}
.mainTablewHash {
	margin-top:100px;
} */
a {
	color: inherit;
	text-decoration: none;
}
th {
	text-align: left;
}
.hidden {
	display: none !important;
}

.artwork {
	position: absolute;
}
.artwork-tools {
	display: none;
	position: absolute;
}
.button {
	display: none;
}

.artwork:hover + .artwork-tools,
.artwork-tools:hover {
	/* display: inline-block; */
	display: flex;
	flex-wrap: wrap;
	height: 128px;
}
.artwork-tools-btn {
	width: 50%;
	height: 50%;
	background-color: rgba(255, 255, 255, 0.5);
}
.ata-b {
	border: none;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	width: 100%;
}
.artwork-small {
	width: 24px;
	height: 24px;
}
.artwork-smaller {
	width: 17px;
	height: 17px;
	margin-right: 5px;
}
.autocomplete {
	position: relative;
	display: inline-block;
}
.autocomplete input {
	width: 100%;
}

.tvegic-album-popup .autocomplete ul {
	width: 100%;
	border: none;
	box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}
.tvegic-album-popup .autocomplete ul li {
	cursor: pointer;
	overflow: hidden;
	padding: 5px;
	color: #49728d;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
}
.tvegic-album-popup .autocomplete ul li img {
	margin-right: 5px;
}
.autocomplete ul {
	width: 300%;
	background: #fff;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 999;
	border: 1px solid black;
}
.autocomplete ul li {
	cursor: pointer;
	overflow: hidden;
	padding: 5px;
}
.autocomplete ul li:hover {
	background: #ddd;
}

.searchChoice {
	display: inline-block;
	min-width: 100px;
	text-align: center;
	margin-left: 5px;
}
.searchChoice:hover {
	background-color: #fff;
}
ul.searchList {
	width: 400%;
	left: -200px;
	top: 59px;
	border: none;
	box-shadow: 0 13px 23px 0 rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	color: #49728d;
}
ul.searchList li:not(:last-child) {
	border-bottom: solid 0.1px rgba(73, 114, 141, 0.34);
}
ul.searchList li {
	padding: 10px;
}

.sprite {
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
}
.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.scope-truncate {
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: left;
	margin-right: 20px;
}
.scope-truncate-a-container a {
	display: block;
	text-overflow: ellipsis;
	width: 150px;
	overflow: hidden;
	font-size: 13px;
}
.truncate-txt-container {
	display: flex;
	flex-direction: column;
	color: #ecebeb;
	margin-top: 5px;
}
.table-truncate {
	width: 100%;
}
.table-truncate tr td {
	max-width: 130px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.table-form {
	width: 100%;
}
.table-form tr td {
	max-width: 200px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.on {
	background: #0f0;
}
.win {
	background: #0f0;
}
.diff {
	/* background:#fcc; */
	background-color: #49728d;
	color: white !important;
}
.added {
	background: #cfc;
}
.folder {
	background: #cff;
}
.new {
	color: #f00;
	font-style: italic;
}
.disabled {
	opacity: 0.4;
}
.pointer {
	cursor: pointer;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.error {
	color: #f00;
}
.check_reminder {
	color: #f00;
}
.check_verify {
	color: #f0f;
}
.playing {
	color: #f00;
}
.playing .sharing-content-track-title {
	color: #f00;
}
.unreleased {
	background: #fcc;
}
.private {
	background: #cff;
}

.menu-top-section {
	flex-grow: 1;
	flex-basis: 100%;
}
.menu-top-section.mts1 {
	display: flex;
	align-items: center;
}
.menu-top-section.mts1b {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 66px;
}
.menu-top-section.mts2 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 66px;
}
.menu-top-section.mts3 {
	display: flex;
	justify-content: flex-end;
}
.mts3-container {
	display: flex;
	height: 100%;
	width: 60%;
	justify-content: space-around;
	align-items: center;
}
.menu-top-toggle {
	border-radius: 2.8px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	padding: 6px 23px;
	color: #49728d;
}

.menu-top-toggle-edit {
	cursor: pointer;
	display: inline-block;
	align-items: center;
	vertical-align: middle;
	width: 40px;
	height: 17px;
	border-radius: 10px;
	box-shadow: 0 2px 6px 0 rgba(83, 153, 254, 0.15),
		inset 0 0 0 0.3px rgba(111, 188, 255, 0.14);
	background-color: #ffffff;
}
.track-toggle-auto,
.svpce-archive-toggle {
	cursor: pointer;
	display: flex;
	align-items: center;
	width: 40px;
	height: 17px;
	border-radius: 10px;
	box-shadow: 0 2px 6px 0 rgba(83, 153, 254, 0.15),
		inset 0 0 0 0.3px rgba(111, 188, 255, 0.14);
	background-color: #ffffff;
}
.mtte-child,
.tta-child,
.archive-toggle-child {
	cursor: pointer;
	width: 13px;
	height: 13px;
	margin-left: 2px;
	border-radius: 8px;
	box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	background-color: #49728d;
	transition: all ease 0.3s;
}
.mttActive .mtte-child,
.ttaActive .tta-child,
.svpceatActive .archive-toggle-child {
	background-color: #3be8c1;
	transform: translateX(23px);
}
.subcat {
	margin-left: 10px;
	cursor: pointer;
}
.subcatSelected {
	text-decoration: underline;
}
.svpceatDisable .archive-toggle-child {
	background-color: #695f5f;
	cursor: not-allowed;
}
.svpceatDisable {
	cursor: not-allowed;
}

.menu-top-link-home {
	display: block;
	width: 30px;
	height: 30px;
	margin-left: 50%;
	transform: translateX(-50%);
	margin-top: 15px;
}
.menu-top-link-top:focus {
	outline: 0;
	box-shadow: none;
}
/* .menu-top-search-container {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
} */
.menu-top-search-container input {
	border: none;
	font-size: 15px;
	width: 200px;
	height: 50px;
	text-align: center;
}
.menu-top-search-container img {
	margin-right: 10px;
}
.menu-top-search-container input::placeholder {
	color: #afafaf;
	font-weight: 300;
}
.menu-top-lang-picker {
	display: flex;
	width: 45px;
	font-size: 9px;
	justify-content: space-evenly;
	position: relative;
	z-index: 1;
}
.menu-top-lang-picker p {
	margin: 0;
}
.menu-top-lang-picker p:hover {
	transform: scale(1.05);
}
.menu-top-lang-picker p:active {
	transform: scale(1.02);
}

.menu-left-container {
	height: 100vh;
	background-color: white;
	position: fixed;
	z-index: 1000;
	width: 65px;
	box-shadow: rgba(0, 0, 0, 0.1) 1px 0px 3px 0px;
	/* box-shadow: rgba(0, 0, 0, 0.1) 1px 0; */
}
.ml-img {
	margin-right: 8px;
}
.invisible td {
	color: #aaa;
}
.invisible {
	color: #aaa;
}
.offcatalog {
	color: #aaf;
	font-style: italic;
}
.offcatalog td {
	color: #aaf;
	font-style: italic;
}
.diff-team {
	background: #fec;
}
.other-artist {
	background: #ccc;
}
.selected-pub {
	/* color:#f0f; */
	border: none;
	border-bottom: #909090 1px solid;
	color: #909090;
}
.trash {
	background: #ccc;
}
.logged-in {
	background-color: #000;
	color: #fff;
	padding: 5px;
}
.logged-in .login span {
	cursor: pointer;
	text-decoration: underline;
}
.login {
	text-align: center;
}
.menu-items div {
	border-left: 5px solid transparent;
	width: 55px;
	display: flex;
	justify-content: center;
	height: 25px;
	align-items: center;

	padding: 12px 0;
	margin: 5px 0;
	margin-left: 2px;
}
.menu-item-active {
	border-left: 5px solid #49728d !important;
	color: #49728d;
}
.menu-items {
	margin-top: 30px;
	margin-left: -2px;
	color: #4a4a4a;
}
.menu-items-img {
	width: 18px;
}
.menu-items-admin {
	margin-left: 7px;
	position: absolute;
	bottom: 75px;
	padding: 2px 8px;
	height: 13.6px;
	border-radius: 10.5px;
	box-shadow: 0 1px 3px 0 rgba(73, 114, 141, 0.15);
	background-color: #ffffff;
	font-size: 10px;
	display: flex;
	align-items: center;
	color: #49728d;
}
.block-form {
	background-color: #eee;
	margin-top: 20px;
}
.video-item {
	display: inline-block;
}
.video-list {
	list-style: none;
	padding-left: 0;
}
.video-list li {
	background-color: #eee;
	margin: 2px;
	padding: 5px;
}
.video-view {
	width: 400px;
	height: 300px;
}
.video-snapshots {
	margin-top: 5px;
	margin-bottom: 5px;
}
.video-snapshot {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 75px;
}
.video-volume {
	background: #fc0;
}
.video-countdown {
}

.session-listener-stars {
	display: inline-block;
	width: 100px;
}
.session-listener-stars img {
	height: 16px;
}

.session-item {
	margin-bottom: 5px;
	padding: 10px;
	vertical-align: top;
}
.session-drop {
	background-color: #eee;
	height: 150px;
}
.session-track {
	position: relative;
	background-color: #eee;
}
.session-track-cover {
	display: inline-block;
	width: 128px;
}
.session-track-info {
	display: inline-block;
	width: 400px;
	vertical-align: top;
}
.session-track-info table tr td {
	vertical-align: top;
}
.session-track-edit {
}
.session-track-edit .data {
	display: inline-block;
	width: 200px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: text-bottom;
}
.session-track-memo {
	display: inline-block;
}
.session-track-memo .data {
	font-style: italic;
}
.session-track-memo textarea {
	width: 500px;
	height: 100px;
	vertical-align: top;
	font-style: italic;
}
.videorecorder {
	/* width:410px; */
	height: 100%;
	margin: 0px;
	padding: 10px;
	vertical-align: top;
}
.session-list {
	background-color: #eee;
	margin: 5px;
	padding: 5px;
	cursor: pointer;
	font-size: 80%;
}
.session-list div {
	/* display:inline-block; */
}
.session-list .pitch {
	width: 100px;
}
.session-list .pitch img {
	height: 64px;
}
.session-list .user-name {
	width: 100px;
}
.session-list .user-category {
	width: 100px;
}
.session-list .date {
	width: 60px;
}
.session-list .tracks {
}
.session-list .tracks div {
	width: 80px;
}
.session-list .tracks img {
	height: 64px;
}
.session-list .tracks span {
	font-size: 12px;
}
.session-list .comment {
	width: 200px;
}
.session-track-stars {
	width: 100px;
	display: inline-block;
	vertical-align: middle;
}
.session-track-stars img {
	height: 16px;
	margin-right: 0px;
}
.session-list-wip {
	background-color: #cee;
}
.session-list-wip:hover {
	background-color: #8ee;
}
.session-list-sent {
	background-color: #cec;
}
.session-list-sent:hover {
	background-color: #8e8;
}
.session-list-rework {
	background-color: #ecc;
}
.session-list-rework:hover {
	background-color: #e88;
}
.session-list-archived {
	background-color: #eee;
}
.session-list-archived:hover {
	background-color: #ccc;
}
.session-comments {
}
.session-comments textarea {
	width: 100%;
	height: 64px;
}
.admin-list {
	color: #000;
	border-collapse: collapse;
}
.admin-list thead td {
	background-color: #626e88;
	color: white;
	text-transform: uppercase;
}
.admin-list td {
	border: 1px solid black;
	padding: 0px 3px;
}
.admin-list tr:hover {
	background-color: #eee;
}
.admin-video-list {
	display: inline-block;
	background: #eee;
	margin: 2px;
	padding: 5px;
	font-size: 12px;
}
.admin-video-list img {
	width: 100px;
	cursor: pointer;
}

.admin-video-list-ready {
	background-color: #cee;
}
.admin-video-list-mp4 {
	background-color: #cec;
}
.admin-video-list-stopped {
	background-color: #ecc;
}
.admin-video-list-ongoing {
	background-color: #eee;
}
.admin-video-mp4 {
	float: right;
	cursor: pointer;
}
.admin-video-preview {
	position: fixed;
	padding: 5px;
	background-color: #ece;
	font-size: 12px;
	width: 420px;
	max-width: 420px;
}
.admin-video-preview-close {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	font-size: 20px;
}
.admin-video-preview-right {
	right: 0px;
}
template {
	display: none;
}
.track-item {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 5px;
	font-size: 80%;
}
.track-item .track-cover {
	height: 32px;
	width: 32px;
}
.track-item .name {
	display: inline-block;
	width: 200px;
}
.track-item .artist {
	display: inline-block;
	width: 100px;
}
.track-item .user {
	display: inline-block;
	width: 100px;
}
.track-sessions {
	display: inline-block;
}
.track-sessions .pitch {
	height: 32px;
	cursor: pointer;
}
.scope {
	position: fixed;
	bottom: 0;
	/* bottom: 37px; */
	background: #2d536b;
	width: 100vw;
	left: 0;
	z-index: 2000;
}
.scope-container {
	display: flex;
	height: 65px;
}
.scope-left-container {
	display: flex;
	flex-grow: 1;
}
.scope-middle-container {
	display: flex;
	flex-grow: 1;
	justify-content: center;
}
.scope-right-container {
	display: flex;
	flex-grow: 1;
	/* justify-content: center; */

	justify-content: flex-end;
	transform: translateX(-10px);
}

.scope-track-control {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 110px;
	margin-right: 20px;
	padding-top: 3px;
}
.scope-track-control img {
	width: 33px;
	cursor: pointer;
	transition: 0.3s all ease;
}
.scope-track-control img:hover {
	transform: scale(1.1);
}
.scope-track-control img:active {
	transform: scale(1.05);
}
.scope-track-control-play {
	width: 33px;
	height: 33px;
	border: 2px white solid;
	border-radius: 50%;
}
.scope-control {
	width: 500px;
}
.scope-track-magnet {
	color: white;
	width: 25px;
	/* margin-top: 20px; */
	display: flex;
	align-items: center;
	margin-right: 5px;
}
.scope-track-magnet img {
	transition: all ease 0.3s;
}
.scope-track-magnet img:hover {
	transform: scale(1.1);
}
.scope-track-magnet img:active {
	transform: scale(1.04);
}
.scope-track-img {
	width: 55px;
	margin-left: 5px;
}
.scope-waveform {
	position: relative;
	vertical-align: top;
	/* top:-10px; */
}
.scope-waveform-container {
	width: 510px;
	height: 32px;
}
.scope-and-timer {
	display: flex;
	align-items: flex-end;
	margin-right: 60px;
}
.scope-and-timer-container {
	display: flex;
}
.scope-and-timer-container p {
	color: white;
	font-size: 10px;
	margin: 0;
	margin-top: 15px;
}
.scope-track-option {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 170px;
	padding-top: 3px;
}
.scope-track-option img {
	width: 16px;
}
.scope-shuffle-container {
	height: 29px;
	width: 29px;
	background-color: #49728d;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
input[type="range"].scope-volume-range {
	-webkit-appearance: none;
	width: 100px;
	margin: 3px 0;
	background-color: #2d536b;
}
input[type="range"].scope-volume-range:focus {
	outline: none;
}
input[type="range"].scope-volume-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	background: #49728d;
	border-radius: 7px;
}
input[type="range"].scope-volume-range::-webkit-slider-thumb {
	border: 1px solid #ffffff;
	height: 11px;
	width: 11px;
	border-radius: 50%;
	background: #49728d;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -3px;
}
input[type="range"].scope-volume-range:focus::-webkit-slider-runnable-track {
	background: #52809e;
}
input[type="range"].scope-volume-range::-moz-range-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	background: #49728d;
	border-radius: 7px;
}
input[type="range"].scope-volume-range::-moz-range-thumb {
	border: 1px solid #ffffff;
	height: 11px;
	width: 11px;
	border-radius: 50%;
	background: #49728d;
	cursor: pointer;
}
input[type="range"].scope-volume-range::-ms-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	color: transparent;
}
input[type="range"].scope-volume-range::-ms-fill-lower {
	background: #40647c;
	border-radius: 14px;
}
input[type="range"].scope-volume-range::-ms-fill-upper {
	background: #49728d;
	border-radius: 14px;
}
input[type="range"].scope-volume-range::-ms-thumb {
	border: 1px solid #ffffff;
	height: 11px;
	width: 11px;
	border-radius: 50%;
	background: #49728d;
	cursor: pointer;
	height: 5px;
}
input[type="range"].scope-volume-range:focus::-ms-fill-lower {
	background: #49728d;
}
input[type="range"].scope-volume-range:focus::-ms-fill-upper {
	background: #52809e;
}
.scope-shuffle-container img {
	height: 11px;
}
.scope-gestion-container {
	/* position: absolute; */
	right: 30px;
	display: flex;
	width: 150px;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.scope-gestion-icon-ct {
	width: 29px;
	height: 29px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.scope-gestion-icon-ct:hover {
	background-color: #49728d;
}
.audio-bar {
	position: absolute;
	display: inline-block;
	height: 32px;
	background-color: #fff;
	opacity: 1;
	z-index: 2;
}
.audio-click {
	position: absolute;
	display: inline-block;
	width: 500px;
	/* height:32px; */

	/* height: 50px;
  top: -20px; */

	height: 65px;
	top: -30px;

	cursor: pointer;
	z-index: 4;
}
.scope-waveform img {
	position: absolute;
	display: inline-block;
	z-index: 3;
	/* width:500px;
	height:32px; */
}
.waveform-initial-color {
	background-color: #fff;
	opacity: 0.5;
	position: absolute;
	height: 32px;
	width: 498px;
	z-index: 1;
}
.pages-list {
	color: #49728d;
	font-size: 10px;
}
.pages-list-link {
	color: #c5c5c5;
	cursor: pointer;
}
.selection {
	display: inline-block;
	width: 128px;
	height: 200px;
	margin: 10px 27px 0 0;
}
.selection-shadow img {
	width: 128px;
	height: 128px;
	padding-bottom: 10px;
}
.selection-shadow img:hover {
	opacity: 0.5;
	cursor: pointer;
}
.selection-shadow {
	display: block;
	width: 128px;
	height: 128px;
	position: relative;
	margin-bottom: 5px;
	padding-bottom: 10px;
	background-position: -1335px 125px;
	vertical-align: baseline;
}
.selection-view {
	/* width: calc( 99vw - 150px ); */
	width: calc(99vw - 56px);
	/* display: flex; */
}
.selection-view-img img {
	border-radius: 7px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.selection-view table tr td {
	/* vertical-align:top; */
}
.selection-name {
	font-size: 22px;
}
.selection-artist {
	font-size: 14px;
}
.selection-release {
	font-size: 12px;
}
.selection-comment {
	font-style: italic;
}
.selection-url {
	font-size: 12px;
}

.selection-list {
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
	background-color: #f3f9ff;
}
.selection-list-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(128px, 128px));
	justify-content: center;
	grid-column-gap: 50px;
	grid-row-gap: 20px;
	width: 90%;
}

.artist-list {
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
	background-color: rgb(243, 249, 255);
	padding-top: 20px;
}
.artist-list-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(138px, 138px));
	justify-content: center;
	grid-column-gap: 50px;
	grid-row-gap: 15px;
	width: 90%;
}

.page-selection-nav {
	height: 30px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	display: flex;
	align-items: center;
	position: relative;
}
.page-selection-nav-container {
	/* width: 30%; */
	width: 380px;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-left: 20px;
}
.page-selection-nav button {
	border: none;
	background-color: white;
}

/* selection support start */
.selection-support-shadow {
	display: block;
	width: 128px;
	height: 128px;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;
}
.selection-support-shadow img {
	width: 128px;
	height: 128px;
	border-radius: 4.4px;
	padding-bottom: 0;
	box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.1);
}
.selection-support-info-container {
	box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	padding: 10px 15px;
	color: #4a4a4a;
}
.ssic-name {
	font-size: 12px;
	font-weight: 500;
}
.ssic-artist {
	font-size: 11px;
}
.ssic-release {
	text-align: right;
	font-size: 9px;
	margin-top: 10px;
}
.selectionSupportUnreleased {
	/* background:#fcc !important; */
}
/* selection support end */

/* selection artist start */
.selection-artist-shadow {
	display: block;
	width: 128px;
	height: 128px;
	position: relative;
	margin-bottom: 20px;
	box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	padding-bottom: 0;
}
.selection-artist-shadow img {
	border-radius: 50%;
}
.SelectionArtistTrash {
	/* background: #ccc; */
	border-radius: 10px;
}
/* selection artist end */

/* selection projet start*/
.selection-view-project {
	display: flex;
	/* justify-content: center; */
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.1);
	background-color: #f8f8f8;
	height: 210px;

	height: calc(100vh - 65px);
	width: 230px;
	position: fixed;
	overflow-x: scroll;
	flex-direction: column;
	z-index: 2;
	left: 65px;
}
.selection-view-project input {
	border: none;
	border-radius: 2.7px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	height: 17px;
	padding-left: 2px;
}
.selection-view-project-container {
	display: flex;
	/* justify-content: space-between; */
	width: 100%;
	align-items: center;
	flex-direction: column;
	position: relative;
	padding-bottom: 65px;
}
.commentaire-toggle {
	position: absolute;
	top: 10px;
	right: 10px;
}
.selection-view-project-container-img-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 25px;
}
.svpc-actions {
	height: 50px;
	width: 80%;
	border-top: solid 0.2px #d8d8d8;
	border-bottom: solid 0.2px #d8d8d8;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 20px;
}
.svpc-actions img {
	width: 15px;
	transition: 0.3s all cubic-bezier(0.25, 0.1, 0.22, 0.92);
}
.svpc-actions img:hover {
	transform: scale(1.2);
}
.svpc-actions img:active {
	transform: scale(1.1);
}
.project-state-toggle-container {
	display: flex;
	width: 80%;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.selection-view-project-container-info-container {
	width: 80%;
	display: flex;
	justify-content: space-between;
}
.svpce-field {
	margin-bottom: 10px;
}
.svpce-field textarea {
	border: none;
	border-radius: 2.7px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
	height: 84px;
	padding-left: 2px;
	margin: 0px;
	width: 182px;
}
.svpce-field select {
	border: none;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	border-bottom: solid 1px #49728d;
	background: white;
}

.selection-view-project-container-info-container-noedit,
.selection-view-project-container-info-container-edit {
	width: 95%;
}
.selection-view-project-container-info-container-noedit p,
.selection-view-project-container-info-container-edit p {
	margin: 0;
}
.svpcicn-content {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.svpcicn-content-name-container {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.svpcicn-content-name-container p {
	font-weight: 500;
}
.svpcicn-content-name {
	color: #49728d;
	font-size: 20px;
	font-weight: 500;
	width: 80%;
	text-align: center;
}
.svpcicn-content-all {
	color: #49728d;
	font-size: 14px;
	margin-bottom: 5px !important;
	font-weight: 500;
}
.svpcicn-content-label {
	color: #7f7f7f;
	font-size: 11px;
	margin-bottom: 8px !important;
}
.svpcicn-content-comment-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 25%;
	height: 125px;
	/* overflow: scroll; */
}
.svpcicn-content-comment-container-c {
	height: 70%;
}
.svpcicn-content-all.svpcicn-comment {
	height: 80%;
	overflow: scroll;
}

.comment-container {
	width: 320px;
	height: calc(100vh - 65px);
	box-shadow: 3px 2px 13px 0 rgba(0, 0, 0, 0.1);
	background-color: #f8f8f8;
	/* position: absolute;
	right: -320px; */
	transition: all ease 0.3s;
	z-index: 1;

	position: fixed;
	left: 295px;
	top: 65px;
	overflow-y: auto;
}
.comment-container.cc-hidden {
	/* right: 0; */
	left: -40px;
}

/* edit */
.svpcice-content {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding-bottom: 25px;
}
.svpcice-content-name-container {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.svpcice-content-name {
	color: #49728d;
	font-size: 20px;
}
.svpcice-content-all {
	color: #49728d;
	font-size: 14px;
	margin-bottom: 5px !important;
}
.svpcice-content-label {
	color: #7f7f7f;
	font-size: 11px;
	margin-bottom: 8px !important;
}
.svpcice-content-comment-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 25%;
}
.svpcice-rh {
	max-width: 150px;
}
/* selection projet end*/

/* page Project start*/

.project-list-btn-view {
	background-color: white;
	font-size: 11px;
	padding: 0;
	padding: 0 10px;
	border: none;
	color: #4a4a4a;
	height: 30px;
}

.project-list-btn-view:disabled {
	border-bottom: 2px solid #49728d;
	color: #49728d;
}

.project-list-btn-rows,
.project-list-btn-lists {
	height: 30px;
	display: flex;
	padding: 0 7px;
	cursor: pointer;
}
.project-list-btn-rows img,
.project-list-btn-lists img {
	opacity: 0.5;
}
.project-list-btn-rows img {
	/* transform: rotate(-90deg); */
}

.plbr-active,
.plbl-active {
	border-top: 1px solid #49728d;
	border-bottom: 1px solid #49728d;
	cursor: default;
}

.plbr-active img,
.plbl-active img {
	opacity: 1;
}

/* page Project end*/

.session-view {
	/* background:#ca5; */
	padding: 10px;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
}
.session-view table tr td {
	/* vertical-align:top; */
}

/* view inbox open  */
.session-view-inbox-open {
	display: flex;
	margin-bottom: 15px;
	justify-content: space-between;
}
.session-vi-open-video-container {
	position: relative;
}
.session-vi-open-video {
	/* height:128px; */
	height: 150px;
	transform: scale(1.1);
	padding: 0;
	padding-bottom: 15px;
	margin-top: -5px;
	margin-right: 30px;
}
.session-vi-open-video video {
	width: 200px !important;
	height: 150px !important;
	border-radius: 4px;
}
.session-view-inbox-open-edit {
	display: flex;
	align-items: center;
	/* width: 350px; */
	width: 530px;
	justify-content: space-between;
}
.session-view-inbox-open-edit-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	justify-content: space-around;
}
.session-vi-open-edit-info-name {
	color: #4a4a4a;
	font-size: 14px;
	margin: 0;
}
.session-vi-open-edit-info-name span {
	text-transform: uppercase;
}
.session-vi-open-edit-info-copy-mail-container {
	position: relative;
}
.session-vi-open-edit-info-copy-mail-container input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	width: 1px;
	height: 1px;
}
.session-vi-open-edit-info-copy-mail-container button {
	border: none;
	border-radius: 2.8px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	background-color: #49728d;
	color: white;
}
.session-vi-open-edit-info-copy-mail-container button:hover {
	transform: scale(1.03);
}
.session-vi-open-edit-info-copy-mail-container button:active {
	transform: scale(1.01);
}
.sviei-detail {
	font-size: 10px;
	color: #49728d;
	margin-left: 10px;
}
.sviei-date {
	font-size: 12px;
	color: #4a4a4a;
}
.sviei-button-container {
	display: flex;
}
.sviei-button-container-btn {
	border: none;
	border-radius: 2.8px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 3px 0px;
	background-color: rgb(255, 255, 255);
	font-size: 11px;
	padding: 5px 10px;
	border-bottom: 1px solid #49728d;
	color: #49728d;
}
.sviei-button-container-btn:hover {
	transform: scale(1.04);
}
.sviei-button-container-btn:active {
	transform: scale(1.01);
}
.sviei-btnplay {
	width: 75px;
	margin-right: 10px;
}
.sviei-btndl {
	width: 55px;
	padding: 7px 15px;
}
.sviei-btndl:hover {
	color: #49728d;
}
.svie-comment-titre {
	color: #49728d;
}
.svie-comment {
	border: none;
	border-radius: 2.7px;
	border-left: 2px solid #49728d;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	resize: none;
	width: 280px;
	height: 70px;
}
.svie-comment:focus {
	outline: none;
}

/* view inbox session closed  */
.session-view-inbox-closed {
	display: flex;
	position: relative;
	width: 100%;
	justify-content: space-between;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.1);
	align-items: center;
}
.session-view-inbox-closed-creation {
	position: absolute;
	top: -30px;
	left: 30px;
	color: #4a4a4a;
}
.session-view-inbox-closed-evaluation {
	position: absolute;
	top: -30px;
	right: 30px;
	color: #4a4a4a;
}
.svic-tinytext {
	color: #49728d;
	font-size: 10px;
	margin-right: 5px;
}
.session-view-inbox-closed-sender {
	display: flex;
	align-items: center;
	width: 300px;
}
.session-view-inbox-closed-sender img {
	width: 128px;
	margin-right: 30px;
	transform: scale(1.05);
	border-radius: 4px;
}
.session-view-inbox-closed-sender-name p {
	margin: 0;
	color: #49728d;
	font-size: 14px;
}
.session-view-inbox-closed-sender-name span {
	text-transform: uppercase;
}
.session-view-inbox-closed-cover {
	width: 250px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.session-view-inbox-closed-cover img {
	height: 64px;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.1);
}
.session-view-inbox-closed-stars span,
.session-view-inbox-closed-actions span {
	display: flex;
	justify-content: space-between;
}
.session-view-inbox-closed-actions {
	width: 300px;
	padding-right: 20px;
}
.session-view-inbox-closed-actions button {
	border: none;
	border-radius: 4px;
	background-color: #ededed;
	padding: 5px 25px;
}

/* view inbox share closed  */
.share-view-inbox-closed {
	background-color: #fefefe;
	display: flex;
	align-items: center;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}
.share-view-inbox-closed-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.share-view-inbox-closed-left {
	display: flex;
	align-items: center;
	margin-right: 30px;
	width: 400px;
}
.share-view-inbox-closed-artwork {
	margin-right: 20px;
}
.share-view-inbox-closed-info-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 60px;
}
.svici-date {
	margin: 0;
	color: #4a4a4a;
	font-size: 10px;
}
.svici-name {
	margin: 0;
	color: #49728d;
	font-size: 14px;
}
.svici-mail {
	margin: 0;
	color: #4a4a4a;
	font-size: 12px;
}
.share-view-inbox-closed-name {
	font-size: 20px;
	color: rgb(73, 114, 141);
	font-weight: 500;
}

.session-name {
	font-size: 22px;
}
.session-release {
	font-size: 12px;
}
.selection-comment {
	font-style: italic;
}
/* .session-list:hover {
	background:#ccc;
} */
.user-view {
	width: 100%;
	background: #cff;
	padding: 10px;
}
.user-view table tr:hover {
	background: #cff;
}
.user-view table tr td {
	vertical-align: top;
}
.user-email {
	font-size: 22px;
}
.user-name {
	font-size: 14px;
}
.user-team {
	font-size: 12px;
}
.user-locked {
	font-size: 12px;
	font-style: bold;
}
.user-profile {
	font-style: italic;
}

.team-view {
	width: 100%;
	background: #cff;
	padding: 10px;
}
.team-view table tbody tr:hover {
	background: #cff;
}
.team-view table tr td {
	vertical-align: top;
}
.team-name {
	font-size: 22px;
}
.team-admin {
	font-size: 14px;
}

.artist-view {
	background: #f3f9ff;
	/* background:#ccf; */
	/* padding:10px; */
}
.artist-view table tr td {
	vertical-align: top;
}
.artist-name {
	font-size: 22px;
}
.artist-comment {
	font-style: italic;
}
.artist-url {
	font-size: 12px;
}

.track-table {
	background: #eee;
	border-collapse: collapse;
}
.track-table th {
	font-weight: bold;
}
.track-table thead tr th {
	color: #7f7f7f;
	font-size: 12px;
	font-weight: normal;
}
.td-container {
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tdname {
	max-width: 160px !important;
}
.td-container.td-less {
	width: 65%;
}
.track-table tr:hover {
	background: #ddd;
}
.track-table tr {
	color: #49728d;
}
.track-table tr:nth-child(even) {
	background-color: #f7f7f7;
}
.track-table tr:nth-child(odd) {
	background-color: #fff;
}
.track-table tr:nth-child(odd):hover,
.track-table tr:nth-child(even):hover {
	background-color: #ddd;
}
.track-table-list {
	margin-top: 10px;
}
.track-page-nav {
	margin-top: 20px;
	height: 30px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.track-page-nav-container {
	height: 100%;
	display: flex;
}
.track-page-nav button {
	border: none;
	color: #49728d;
	background-color: white;
	padding: 0;
}
.track-page-nav-csv {
	border-radius: 2.8px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	padding: 6px 23px !important;
}
.track-page-nav button:disabled {
	border: none;
	border-bottom: 1px solid #49728d;
}
.round-table {
	background: #eee;
}
.round-table th {
	font-weight: bold;
}
.round-table tr:hover {
	background: #ddd;
}
.user-table {
	background: #eee;
}
.user-table tr:hover {
	background: #ddd;
}
.team-table {
	background: #eee;
}
.team-table tr:hover {
	background: #ddd;
}
.slider table tr td {
	vertical-align: top;
}
.project-table {
	background-color: rgb(243, 249, 255);
	border-collapse: separate;
	border-spacing: 0 5px;
	padding: 0 15px;
}
.project-table tr {
	height: 40px;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	background-color: white;
	color: #7f7f7f;
}
.project-table thead tr {
	background-color: rgb(243, 249, 255);
	box-shadow: none;
	height: 20px;
}
.project-table thead tr:hover {
	background-color: rgb(243, 249, 255);
}
.project-table tr:hover {
	background: #ddd;
}
.round-view {
	margin-top: 20px;
	background: #eee;
}
.round-name {
	font-size: 18px;
}
.track-view {
	/* background:#333;
	color:#fff; */
	font-size: 12px;
}
.track-view-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
}
.track-view-nav.tvn-edit {
	justify-content: space-between;
}
.track-view-nav-more {
	display: flex;
	justify-content: space-between;
	height: 100%;
	width: 225px;
}
.track-view-nav-more button {
	border: none;
	border-bottom: #49728d 2px solid;
	color: #4a4a4a;
	font-size: 11px;
	background-color: white;
}
.track-view-nav-container {
	width: 55%;
	height: 100%;
	display: flex;
	justify-content: space-around;
}
.track-view-nav-gbtn {
	border: none;
	border-bottom: #49728d 2px solid;
	color: #4a4a4a;
	background-color: white;
	font-size: 11px;
	padding: 0 10px;
}

button.track-view-nav-gbtn.tvng-active,
.track-view-nav-gbtn:hover {
	background-color: #49728d;
	color: white;
}

button.track-view-nav-gbtn.tvng-active,
button.track-view-nav-btn.tvnb-active {
	/* margin-top: 1px; */
	/* font-weight: 500; */
}
.track-view-nav-btn {
	border: none;
	color: #4a4a4a;
	background-color: white;
	font-size: 11px;
	padding: 0;
	padding: 0 10px;
}
.track-view table tr td {
	/* vertical-align:top; */
	padding: 0;
}
/* track_search start*/
.tab-general {
	display: flex;
	justify-content: center;
	width: 100%;
	background-color: #f8f8f8;
}
.tab-general-container {
	width: 80%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #f8f8f8;
	height: 210px;
}
.tab-general-left-panel-content,
.tab-general-right-panel-content {
	display: flex;
	align-items: baseline;
}
.tab-general-left-panel-content.wstars {
	align-items: center;
}
.tab-general-label,
.tab-general-selectwl {
	font-size: 14px;
	color: #49728d;
}
.tab-general-label {
	width: 90px;
}
.tab-general-stars img {
	width: 14px;
}
.tab-general-checkbox,
.tab-general-select {
	font-size: 9px;
	color: #4a4a4a;
}
.tab-general-arrow-container {
	position: relative;
	display: flex;
	justify-content: center;
	/* background: rgba(248, 248, 248, 1);
  background: -moz-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 50%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 248, 248, 1)), color-stop(50%, rgba(248, 248, 248, 1)), color-stop(51%, rgba(255, 255, 255, 1)), color-stop(71%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 50%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 50%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 50%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 50%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#ffffff', GradientType=0); */
	background: rgba(243, 249, 255, 1);
	background: -moz-linear-gradient(
		top,
		rgba(243, 249, 255, 1) 0%,
		rgba(243, 249, 255, 1) 50%,
		rgba(255, 255, 255, 1) 51%,
		rgba(255, 255, 255, 1) 71%,
		rgba(255, 255, 255, 1) 100%
	);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(243, 249, 255, 1)),
		color-stop(50%, rgba(243, 249, 255, 1)),
		color-stop(51%, rgba(255, 255, 255, 1)),
		color-stop(71%, rgba(255, 255, 255, 1)),
		color-stop(100%, rgba(255, 255, 255, 1))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(243, 249, 255, 1) 0%,
		rgba(243, 249, 255, 1) 50%,
		rgba(255, 255, 255, 1) 51%,
		rgba(255, 255, 255, 1) 71%,
		rgba(255, 255, 255, 1) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(243, 249, 255, 1) 0%,
		rgba(243, 249, 255, 1) 50%,
		rgba(255, 255, 255, 1) 51%,
		rgba(255, 255, 255, 1) 71%,
		rgba(255, 255, 255, 1) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(243, 249, 255, 1) 0%,
		rgba(243, 249, 255, 1) 50%,
		rgba(255, 255, 255, 1) 51%,
		rgba(255, 255, 255, 1) 71%,
		rgba(255, 255, 255, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(243, 249, 255, 1) 0%,
		rgba(243, 249, 255, 1) 50%,
		rgba(255, 255, 255, 1) 51%,
		rgba(255, 255, 255, 1) 71%,
		rgba(255, 255, 255, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F9FF', endColorstr='#ffffff', GradientType=0);
}

.tagPanelBack {
	background-color: #f3f9ff;
	height: 165px;
	padding-top: 45px;
}
/* track_search end*/

/* track_edit start */
.track-view-edit-history {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	height: 30px;
	/* align-items: baseline; */
}
.tvehc-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 290px;
}
.tvehc-content button {
	border: none;
	border-bottom: #4a4a4a 1px solid;
	background-color: white;
}
.track-view-edit-general {
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #f3f9ff;
	height: 210px;
}
.track-view-edit-general-noeditable {
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #f8f8f8;
	height: 210px;
}
.track-view-edit-general-info-container {
	display: flex;
	align-items: baseline;
}
.track-view-edit-general-info-container.ws {
	align-items: center;
}
.track-view-edit-general-info-container.ws .session-track-stars img {
	width: 14px;
	height: auto;
}
.track-view-edit-general-info-container input {
	border: none;
	border-radius: 2.7px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	height: 20px;
	padding-left: 10px;
	width: 135px;
}
.track-view-edit-general-info-container .tvegic-album-popup input {
	width: 200px;
}
.tvegic-select {
	border: none;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	border-bottom: solid 1px #49728d;
	background: white;
	margin-right: 8px;
}
.track-view-edit-general-info {
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
.g-info-subcat-label {
	margin: 0;
	display: inline-block;
	width: 85px;
	color: #49728d;
	font-size: 14px;
}
.g-info-container-label {
	margin: 0;
	display: inherit;
	width: 85px;
	color: #49728d;
	font-size: 14px;
}
.track-view-edit-general-input {
	margin-top: 5px;
	margin-right: 25px;
}
.track-view-edit-general-input input {
	border: none;
	border-radius: 2.7px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	height: 20px;
	padding-left: 10px;
}
.track-view-edit-general-more-info {
	font-size: 14px;
	color: #49728d;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
.tve-g-mi-label {
	display: inline-block;
	width: 75px;
}

.tvegic-album-btn {
	position: relative;
	height: 20px;
	width: 20px;
	background-color: white;
	border-radius: 50px;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
}
.tvegic-album-btn-less,
.tvegic-album-btn-more {
	position: absolute;
	top: 9px;
	left: 5px;
	width: 10px;
	height: 2px;
	background: black;
}
.tvegic-album-btn-more {
	transform: rotate(90deg);
	transition: 0.3s all ease;
}
.tvegic-album-btn-more-active {
	transform: rotate(0deg);
}

.tvegic-album-popup {
	position: absolute;
	/* display: flex;	 */
	display: none;
	height: 35px;
	background: white;
	width: 455px;
	align-items: center;
	justify-content: flex-start;
	z-index: 4;
	border-radius: 5px;
	box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
}
.tvegic-album-popup-active {
	display: flex;
}

.track-view-edit-general-info-container .tvegic-album-popup input {
	width: 245px;
	height: 30px;
	margin-right: 10px;
}

.tvegic-albumCard {
	margin-right: 7px;
	border-radius: 2px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	display: flex;
	color: #49728d;
	background-color: white;
	height: 25px;
	align-items: center;
	font-size: 11px;
	min-width: 60px;
	padding: 0 5px;
}

.track-view-edit-arrow-container {
	position: relative;
	display: flex;
	justify-content: center;
	/* background: rgba(248, 248, 248, 1);
  background: -moz-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 50%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 248, 248, 1)), color-stop(50%, rgba(248, 248, 248, 1)), color-stop(51%, rgba(255, 255, 255, 1)), color-stop(71%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 50%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 50%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 50%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 50%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#ffffff', GradientType=0); */
	background: rgba(243, 249, 255, 1);
	background: -moz-linear-gradient(
		top,
		rgba(243, 249, 255, 1) 0%,
		rgba(243, 249, 255, 1) 50%,
		rgba(255, 255, 255, 1) 51%,
		rgba(255, 255, 255, 1) 71%,
		rgba(255, 255, 255, 1) 100%
	);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(243, 249, 255, 1)),
		color-stop(50%, rgba(243, 249, 255, 1)),
		color-stop(51%, rgba(255, 255, 255, 1)),
		color-stop(71%, rgba(255, 255, 255, 1)),
		color-stop(100%, rgba(255, 255, 255, 1))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(243, 249, 255, 1) 0%,
		rgba(243, 249, 255, 1) 50%,
		rgba(255, 255, 255, 1) 51%,
		rgba(255, 255, 255, 1) 71%,
		rgba(255, 255, 255, 1) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(243, 249, 255, 1) 0%,
		rgba(243, 249, 255, 1) 50%,
		rgba(255, 255, 255, 1) 51%,
		rgba(255, 255, 255, 1) 71%,
		rgba(255, 255, 255, 1) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(243, 249, 255, 1) 0%,
		rgba(243, 249, 255, 1) 50%,
		rgba(255, 255, 255, 1) 51%,
		rgba(255, 255, 255, 1) 71%,
		rgba(255, 255, 255, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(243, 249, 255, 1) 0%,
		rgba(243, 249, 255, 1) 50%,
		rgba(255, 255, 255, 1) 51%,
		rgba(255, 255, 255, 1) 71%,
		rgba(255, 255, 255, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F9FF', endColorstr='#ffffff', GradientType=0);
}

.track-view-subcat {
	background-color: #f3f9ff;
	height: 20px;
}
.track-view-edit-business {
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-color: #f3f9ff;
	height: 190px;
}
/* track_edit end */

.arrow {
	/* width: 880px;
  height: 90px;
  background-position: -530px -96px; */
	width: 915px;
	height: 130px;
	background: no-repeat;
}
.arrowSprite {
	background-image: url(../img/arrow_bg.png);
}
.versions-table {
	background: #eee;
	margin-bottom: 5px;
}
.versions-table tr:hover {
	background: #ddd;
}
.diff_field {
	display: inline-block;
	min-width: 50px;
}
.diff_artwork {
	padding: 5px;
}
.track-number {
	width: 30px;
}

.familyAxis {
	color: white;
	/* text-shadow:1px 1px 1px black; */
	position: absolute;
	text-align: center;
	cursor: default;
	font-weight: normal;
	font-family: Verdana;
	font-size: 9px;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
}
.familyAxis span.lines {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -2px;
	/* left:4px; */
	right: 0;
	height: 4px;
	/* border:2px groove #3b3b3b; */
	border-bottom: 0;

	left: 10%;
	border-top: 1px solid #49728d;
	width: 80%;

	left: 7%;
	width: 86%;
}
.familyAxis span.title {
	/* background:#2f2f2f; */
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 3px;

	background: #f8f8f8;
	color: #49728d;
}
.labelAxis {
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	z-index: 3;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	line-height: 21px;
	white-space: nowrap;
	padding: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	background-color: white;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.labelParent {
	cursor: pointer;
}
.childTagCursor {
	cursor: grab;
}
.childTagCursor:active {
	cursor: grabbing;
}
.musthave {
	/* display:inline-block; */
	width: 11px;
	height: 11px;
	border-radius: 5px;
	margin-left: 3px;
	cursor: pointer;
}
.musthaveNok {
	background: #f00;
}
.musthaveOk {
	background: #0f0;
}

.matrix-val {
	text-align: center;
	cursor: pointer;
}
.matrix-not-null {
	background: #fc0;
}
.diagonal {
	background: #0f0;
}
.share img {
	height: 16px;
	vertical-align: bottom;
}
.workArbo {
	/* font-size:75%; */
	margin-top: 0px !important;
	width: 150px;
}
.dropCandidate {
	background: #ccc;
}
.dropHover {
	background: #c00;
	background: white;
}
.workFolder-container {
	/* width: 195px; */
	width: 205px;
}
.workFolder {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	margin-right: 15px;
	margin-top: 35px;
	width: 220px;
	vertical-align: top;
	/* box-shadow: 0 4px 12px 0 rgba(91, 128, 152,0.08);
  border-radius: 4px;
	background-color: #ffffff; */

	height: calc(94vh - 66px - 18px - 35px - 65px);
}
.workFolder.wfNewFolder {
	cursor: pointer;
	width: 96px;
	height: 21px;
	border-radius: 2.8px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	color: #49728d;
	border-bottom: 2px solid #49728d;
}
.workFolder.wfNewFolder:hover {
	transform: scale(1.05);
}
.workFolder.wfNewFolder:active {
	transform: scale(1.02);
}
.wfNewFolder-container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wfNewFolder-container p {
	margin: 0;
	font-size: 11px;
}
.workFolder:first-child {
	margin-left: 20px;
}
.workFolder-name {
	color: #49728d;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 0.3px solid #d4d4d4;
	display: flex;
	justify-content: space-between;
}
.dragIconContainer {
	height: 15px;
	display: flex;
	align-items: center;
	margin-right: 15px;
	padding: 0 2px;
	cursor: grab;
}
.dragIconContainer:active {
	cursor: grabbing;
}
.dragIcon {
	color: #4a4a4a;
	position: relative;
	width: 17px;
	height: 0px;
	background-color: currentColor;
}
.dragIcon:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 3px;
	background-color: currentColor;
}
.dragIcon:after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 17px;
	height: 3px;
	background-color: currentColor;
}
.workFolder-add-track-btn {
	border: none;
	border-radius: 1.9px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	border-bottom: 2px #49728d solid;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #49728d;
	width: 85%;
}
.workInside {
	/* white-space: nowrap; */
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 5px;
	/* border-bottom: 0.3px solid #d4d4d4; */
	width: 216px;
}
.workItem {
	vertical-align: top;
	background: #fff;
	width: 180px;
	margin-top: 10px;
	white-space: normal;
	/* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); */
	box-shadow: 0 1px 3px 0 rgba(91, 128, 152, 0.08);
	background-color: #ffffff;
	padding: 10px 10px;
	border-radius: 4px;
	/* overflow: hidden;
	text-overflow: ellipsis; */
}
.work_container {
	overflow-x: auto;
	white-space: nowrap;
	overflow-y: auto;
	/* display: flex; */

	-ms-overflow-style: none;
	scrollbar-width: none;
}
.work_container::-webkit-scrollbar {
	display: none;
}

.new-work-btn-container {
	padding-top: 25px;
	border-top: 0.3px solid #d4d4d4;
}
.new-work-btn {
	cursor: pointer;
	/* margin-top: 25px; */
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	color: #49728d;
	border-bottom: 2px solid #49728d;
	border-radius: 2.8px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
}
.new-work-btn:hover {
	transform: scale(1.05);
}
.new-work-btn:active {
	transform: scale(1.02);
}
.label {
	display: inline-block;
	width: 60px;
}
.rightholder {
	border-radius: 10px;
	background: #eee;
	padding: 5px;
	margin-top: 5px;
	width: 350px;
}
.newRightholder {
	position: relative;
	cursor: pointer;
	margin-right: 7px;
	border-radius: 6px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	display: flex;
	color: #49728d;
	background-color: white;
	height: 25px;
	align-items: center;
	font-size: 11px;
	min-width: 60px;
	width: 150px;
	padding: 0 5px;
	margin-top: 10px;
	white-space: nowrap;
}
.rightholder-project {
	border-radius: 2px;
	background: white;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	color: #49728d;
	height: 15px;

	padding: 5px;
	margin-top: 5px;
	width: 350px;
}
.rightholder-project .artwork-small {
	width: 15px;
	height: 15px;
}
.rightholder-project strong {
	font-size: 12px;
	margin-left: 5px;
}

.dump tr:nth-child(odd) {
	background: #eee;
}
.dump tr:hover {
	background: #ccc;
}
.dump {
	border-spacing: 5px 2px;
}

.snapshot-list-table {
	background-color: rgb(243, 249, 255);
	border-collapse: separate;
	border-spacing: 0px 10px;
	padding: 0 25px;
}
.slt-main-tr {
	height: 45px;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	background-color: white;
}
.snapshot-list-table thead tr {
	background-color: rgb(243, 249, 255);
	box-shadow: none;
	height: 20px;
	color: #49728d;
}

.dumpArtwork {
	width: 24px;
	height: 24px;
}
.itemContent {
	width: 100%;
	height: 32px;
}

.itemContent:hover {
	background: #ddd;
}
.itemFolderParent {
	/* background-color: pink; */
}
.itemSubFolder {
	background-color: #f4fbff;
}

/* vue de partage */
.itemFolderContainer {
	background-color: #f6f6f6;
	display: flex;
	align-items: center;
	color: #49728d;
}

.itemContentShare {
	width: 100%;
	height: 32px;
	padding-left: 20px;
}
.itemContentShare:not(.itemFolderContainer) {
	height: 70px;
	display: flex;
	align-items: center;
}
.itemContentShare:last-child {
	height: 0px;
}

.drawerState {
	cursor: pointer;
}

.drawerClose img {
	transform: rotate(-90deg);
	transition: 0.3s ease all;
}
.drawerImg {
	transition: 0.3s ease all;
}

/* fin vue de partage*/

.itemChildren {
	color: #49728d;
}
/* .itemChildren:nth-of-type(even) {
  background-color: #f7f7f7;
} */
.itemFolder {
}
.itemHeader {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 140px;
	/* font-weight: bold; */
}
.itemField {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 140px;
}
.item-field-action {
	width: 15px;
}
.item-field-action a {
	display: inline-grid;
}
.itemDroppable .indicator-man {
	/* background:#f0f; */
	background: #40647c;
}
.indicatorContainer {
	display: flex;
	align-items: center;
}
.proposal {
	display: inline-block;
	background: #fff;
	border-radius: 5px;
	margin: 2px;
	padding: 2px;
	vertical-align: top;
	width: 400px;
}

/* ZIP & SHARE VIEW PAGES */

.sharing-page-container {
	/*  background-image: url(../img/bg-player-img.png);*/
	width: 100vw;
	/* height: 100vh; */
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;

	min-height: 100vh;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
.sharing-page-header {
	width: 100vw;
	height: 60px;
	background-color: white;
	position: fixed;
	top: 0;
	z-index: 5;
	display: flex;
	justify-content: center;
	/* border-bottom: 1px solid rgba(63, 109, 147, 0.5); */
	box-shadow: rgba(63, 109, 147, 0.15) 0 1px;
}
.sharing-page-header-container {
	display: flex;
	width: 60%;
	justify-content: space-between;
	align-items: center;
}
.sstd-control-track-container {
	display: flex;
	align-items: center;
	position: absolute;
	right: 10px;
	top: 60px;
}
.ics-container {
	width: 90%;
}
@media (max-width: 840px) {
	.sharing-page-header-container {
		width: 80%;
	}
}
@media (max-width: 800px) {
	.sharing-view-container {
		width: 352px !important;
	}
	.header-branding-container p {
		display: none;
	}
	.sstd-control-track-container {
		display: none;
	}
	.selection-view-share-img {
		width: 90px !important;
	}
	.selection-view-share-img div,
	.selection-view-share-img img {
		width: 80px !important;
		height: 80px !important;
	}
	.ics-container {
		width: 80%;
	}
	.ics-file-link {
		white-space: nowrap;
		width: 240px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: inline-block;
	}
}

.header-branding-container {
	display: flex;
	align-items: center;
}
.header-branding-container img {
	width: 40px;
	margin-right: 15px;
}
.header-branding-container p {
	font-size: 11px;
	color: #49728d;
}
.sharing-page-blue-bg {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 1;
	top: 0px;
	left: 0px;
	background-color: #406d93;
	opacity: 0.4;
}
.sharing-dl-container {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	position: relative;
	z-index: 2;
	width: 360px;
	height: 351px;
	border-radius: 8px;
	box-shadow: 0 2px 20px 0 rgba(64, 109, 147, 0.6);
	background-color: #ffffff;
}
.snapshotHeaderStdView {
	margin-bottom: 20px;
}
.snapshotHeaderShareView {
	position: sticky;
	background: white;
	top: 0px;
	/* border-bottom: 1px solid rgba(63, 109, 147, 0.15) */
	box-shadow: rgba(63, 109, 147, 0.15) 0 1px;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.snapshotHeaderNotSticky {
	position: inherit;
}
.snapshotHeaderShareViewPName {
	display: flex;
	/* flex-direction: column; */
	justify-content: space-between;
	align-items: center;
	height: 125px;
	/* max-width: 100% !important; */
	max-width: 85% !important;
}
.playPauseBtnShareView {
	width: 60px;
	cursor: pointer;
	transition: all ease 0.3s;
	margin-left: 20px;
	margin-right: 20px;
}
.playPauseBtnShareView:hover {
	transform: scale(1.1);
}
.playPauseBtnShareView:active {
	transform: scale(1.04);
}
.playNextBtnShareView {
	width: 30px;
	cursor: pointer;
	transition: all ease 0.3s;
}
.playNextBtnShareView:hover {
	transform: scale(1.1);
}
.playNextBtnShareView:active {
	transform: scale(1.04);
}
.selection-view-share-img {
	width: 165px;
}
.selection-view-std-img {
	width: 260px;
}
.selection-view-shareOnly {
	margin-bottom: 100px;
}

.sharing-dl-container img {
	width: 150px;
}

.sharing-dl-btn,
.sharing-dl-all-btn {
	cursor: pointer;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 138px;
	height: 30px;
	border-radius: 100px;
	background-color: #406d93;
	color: #f7f7f7;
	font-size: 11px;
}
.sharing-dl-all-btn {
	transition: all ease 0.3s;
	/* -webkit-font-smoothing: subpixel-antialiased; */
	transform: translateZ(0);
}
.sharing-dl-all-btn:hover {
	color: #f7f7f7;
	transform: scale(1.038);
}
.sharing-dl-all-btn:active {
	color: #f7f7f7;
	transform: scale(1.008);
}
.sharing-dl-all-btn:focus {
	color: #f7f7f7;
	border-radius: 100px;
}
.sharing-view-container {
	z-index: 2;
	border-radius: 4px;
	box-shadow: 0 2px 20px 0 rgba(64, 109, 147, 0.6);
	background-color: #ffffff;
	width: 800px;
	margin-top: 100px;
	/* padding: 25px 35px; */
}
.sharing-view-container-snapshot {
	z-index: 2;
	border-radius: 4px;
	box-shadow: 0 2px 20px 0 rgba(64, 109, 147, 0.6);
	background-color: #ffffff;
	width: 800px;
}

.sharing-contentImg-client {
	border: 1px solid rgba(192, 192, 192, 0.5);
	width: 50px;
	display: block;
	margin-right: 10px;
}

.sharing-content-client-el {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sharing-content-client-el p {
	margin: 0;
}
.sharing-content-track-title {
	font-size: 14px;
	font-weight: 600;
	color: #49728d;
	margin-bottom: 2px;
}
.sharing-content-track-artist {
	font-size: 11px;
	font-weight: normal;
	color: #727272;
}

/* Loader */

@keyframes Rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.circleLogo {
	width: 100px;
	height: 100px;
	position: relative;
	box-shadow: 0 10px 16px 0 rgba(73, 114, 141, 0.1);
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 60px 0;
	background-color: rgba(0, 0, 0, 0);
}

.circleLogo img {
	width: 65px;
}

.animateBorder {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-top-color: #f7f7f7;
	border-right-color: #f7f7f7;
	border-bottom-color: #f7f7f7;
	animation-name: Rotate;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.main-loader {
	width: 100vw;
	height: 100vh;
	background-color: rgba(128, 128, 128, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.request-loader {
	width: 100%;
	height: 100%;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.assistant-container {
	position: fixed;
	background: rgba(0, 0, 0, 0.1);
	width: 100vw;
	/* height: 100vh; */
	z-index: 4;
	top: 0;
}

.assistant-close-zone {
	position: absolute;
	height: 50%;
	width: 100%;
	top: 0;
}

.assistant-container-position {
	width: 100%;
	position: fixed;
	bottom: 64px;
}

.assistant-content {
	background: #f4f9ff;
	width: 100%;
	height: 50%;
	z-index: 4;
	transition: ease-in all 0.5s;
	overflow-x: auto;
	overflow-y: hidden;
}

.assistant-content-container {
	display: flex;
	/* justify-content: space-between; */
	height: 50vh;
}

.assistant-content-el {
	width: 430px;
	flex-shrink: 0;
	height: 50vh;
	/* width: 48vw; */
	width: calc(50vw - 35px);
	border-right: #c4c5c6 1px solid;
}

.db-src {
	width: 100%;
	height: 50px;
	background: white;
	box-shadow: 0 2px 2px 0 rgba(180, 180, 180, 0.06);
	display: flex;
	align-items: center;
}

.db-src p {
	margin: 0;
	margin-left: 50px;
}

.assistant-content-el .db-src {
	color: #63d884;
}
.assistant-content-gn .db-src {
	color: #49ade9;
}

.ace-main-container {
	display: flex;
	padding-top: 40px;
	padding-left: 40px;
	height: calc(50vh - 50px);
	overflow-y: scroll;
	box-sizing: border-box;
}

.ace-artwork-container {
	margin-right: 50px;
}

.aic-section-name {
	color: #406d93;
	font-size: 16px;
	margin: 0;
	margin-right: 30px;
}

.aic-current-name {
	color: #35577d;
	font-weight: 600;
	margin: 0;
}
.ace-info-container button {
	border-radius: 13.8px;
	box-shadow: 0 2px 2px 0 rgba(73, 114, 141, 0.1);
	border: solid 0.5px rgba(73, 114, 141, 0.2);
	padding: 5px 10px;
	color: #49728d;
}
.ace-info-container button:hover {
	transform: scale(1.1);
}
.ace-info-container button:active {
	transform: scale(1.04);
}

.db-songname,
.db-artistname,
.db-albumname,
.db-releasedate,
.db-tempo,
.db-popularity,
.db-style,
.db-mood,
.db-labelname,
.db-isrc,
.db-notes {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.fingerPrintFailed {
	background: #b73e5e;
	color: rgb(255, 255, 255);
	padding: 2px 5px;
	font-weight: 500;
	border-radius: 2px;
}

.fade-enter-active {
	transition: all 0.5s ease;
}
.fade-leave-active {
	transition: all 0.4s;
}
.fade-enter-to {
	bottom: 64px;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
	bottom: -50%;
}

.btn-assistant-container {
	position: fixed;
	top: calc(100vh - 65px - 65px);
	right: 25px;
	z-index: 10;
	transition: all 0.35s ease;
	cursor: pointer;
}
.bac-open {
	top: calc(100vh - 50vh - 65px - 55px);
}
.btn-assistant {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: #ff7561;
	box-shadow: 0 2px 10px 2px rgba(143, 143, 143, 0.5);

	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
}
.btn-assistant p {
	margin: 0;
}

.assistantCross {
	position: relative;
	width: 20px;
	height: 2px;
	background-color: white;
	transition: all ease 0.5s;
}

.assistantCross.assistantCrossOpened {
	transform: rotate(45deg);
}

.assistantCross::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: white;
	transform: rotate(90deg);
}

/* body {
  background-color: #f4f9ff;
} */
