/* Hide old navbar  */


header.old-nav {
	display: none !important;
}


/* Hide old side-menu  */


old-left-menu {
	display: none !important;
}


body {
	margin: 0px !important;
}

/* Main navbar styling */


.main-links {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #000;
	height: 50px;
	width: 100%;
	color: #fff;
	position: fixed;
	top: 0px;
	z-index: 99999991;
    font-family: "proxima-nova";
}

/* @media (max-width: 500px) {
    .main-links {
        overflow-x: scroll;
    }

} */

.main-links .dividing-line {
    height: 50px;
    margin: 0px 10px;
    border-left: 1px solid #151515;
}

.main-links .dividing-line.team {
    margin: 0px 0px;
}

.main-links .icon-ct {
	position: relative;
    cursor: pointer;
    margin: 0 10px
}

.main-links .icon-ct.side-menu-icon {
    margin: 0px
}

.main-links .avatar-ct {
    width: 22px;
    height: 26px;
    border-radius: 5px;
    border: 3px solid #4C4C4C;
    background-position: center;
    background-size: cover;
}

.main-links .icon-ct.icon-avatar {
    margin-right: 5px;
}

.main-links .icon-ct.icon-avatar .tooltip {
    left: -16px;
}

.notifications-icon .notifications-number {
	position: absolute;
	z-index: 2;
	width: 20;
	height: 16;
	background-color:  #F53A3A;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 35%;
	bottom: 14px;
	left: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}

nav .icon-ct:hover svg {
	filter: brightness(0) invert(1);
}

nav .settings-ct:hover svg {
	filter: brightness(0) invert(1);
}

nav .team-ct:hover a span {
	filter: brightness(0) invert(1);
}

nav .icon-ct:hover img {
	filter: brightness(0) invert(1);
}

nav .faq-ct:hover svg {
	filter: brightness(0) invert(1);
}

nav .verify-ct:hover a {
	color: #fff;
}


/* Navbar left section */


.main-links .left-section {
	display: flex;
	align-items: center;
	margin-left: 115px;
}

.left-section .separated {
	margin-right: 40px;
}

.left-section .notifications-icon {
	position: relative;
	cursor: pointer;
}

.main-links .left-section .search-ct {
	margin-right: 10px;
}

@media (max-width: 500px) {
    .main-links .left-section .search-ct {
        display: none;
    }
}

.main-links .left-section .search-bar-ct {
	display: none;
	position: relative;
}

.main-links .left-section .search-bar {
	height: 30px;
	width: 200px;
	border: none;
	border-radius: 3px;
	background: #4c4c4c;
	color: #f4f4f4;
	font-family: proxima-nova;
	font-size: 17px;
	font-weight: 600;
	padding-left: 10px;
}

.main-links .left-section .search-bar-ct button.advanced {
	height: 30px;
	padding: 0 5px;
	border: none;
	background: none;
	color: #4c4c4c;
	font-family: proxima-nova;
	font-size: 17px;
	display: flex;
	align-items: center;
	font-weight: 600;
	cursor: pointer;
}

.main-links .left-section .search-bar-ct button.advanced span {
	margin-left: 3px;
}

.main-links .left-section .search-bar-ct button.advanced:hover {
	color: #fff;
}

.main-links .left-section .search-bar::placeholder {
	color: grey;
}

.nav-lock-overlay {
	display: block;
	position: absolute;
	top: -8px;
	left: -10px;
	height: 38px;
	width: 100%;
	background-color: rgba(224,77,75,0.7);
	padding: 0 10px;
	cursor: default;
}

/* Advanced search dropdown  */

.main-links .left-section .search-bar-ct .dropdown {
	width: fit-content;
	height: fit-content;
	position: fixed;
	top: 50px;
	padding: 20px;
	border-radius: 3px;
	background: #4c4c4c;
	box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
	0 2px 2px rgba(0,0,0,0.12), 
	0 4px 4px rgba(0,0,0,0.12), 
	0 8px 8px rgba(0,0,0,0.12),
	0 16px 16px rgba(0,0,0,0.12);
	flex-direction: column;
	display: none;
	box-sizing: border-box;
}

.main-links .left-section .search-bar-ct .dropdown select {
    font-family: proxima-nova;
    border-radius: 17.5px;
    border: 1px solid #828282;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    width: 162px;
    height: 35px;
    padding: 0px 15px;
    display: block;
	cursor: pointer;
	appearance: none;
    background: url(/img/arrow-down-white.svg) no-repeat;
    background-position: 92%;
    background-size: 16px;
} 

.main-links .left-section .search-bar-ct .dropdown hr {
	margin: 15px 0px;
	border: 1px solid #5f5f5f;
	width: 100%;
}

.main-links .left-section .search-bar-ct .dropdown.show {
	display: flex;
}

.main-links .left-section .search-bar-ct .dropdown label.filter-title {
	font-size: 16px;
}


.main-links .left-section .search-bar-ct .dropdown label {
	font-weight: 600;
	font-size: 14px;
	margin-right: 10px;
	display: flex;
	align-items: center;
}

.main-links .left-section .search-bar-ct .dropdown .length-ct {
	display: flex;
	align-items: center;
}

.main-links .left-section .search-bar-ct .dropdown .type-ct label.filter-title {
	font-size: 16px;
	margin-bottom: 5px;
}

.main-links .left-section .search-bar-ct .dropdown .type-ct .options {
	display: flex;
}


.main-links .left-section .search-bar-ct .dropdown .type-ct input {
	margin-right: 5px;
}

.main-links .left-section .search-bar-ct .dropdown .date-range-ct .filter-title {
	display: flex;
	margin-bottom: 5px;
} 

.main-links .left-section .search-bar-ct .dropdown .date-range-ct .inputs {
	display: flex;
	align-items: center;
	font-weight: 600;
} 

.main-links .left-section .search-bar-ct .dropdown .date-range-ct input {
	width: 162px;
	margin-right: 5px;
	font-family: proxima-nova;
    border-radius: 17.5px;
    border: 1px solid #828282;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
	color: #fff;
	height: 35px;
    padding: 0px 15px;
	cursor: pointer;
} 

.main-links .left-section .search-bar-ct .dropdown .date-range-ct input:last-of-type {
	margin-right: 0px;
	margin-left: 5px;
} 

.main-links .left-section .search-bar-ct .dropdown .political-bias-ct .filter-title {
	margin-bottom: 5px;
}

.main-links .left-section .search-bar-ct .dropdown .political-bias-ct .options {
	display: flex;
}

.main-links .left-section .search-bar-ct .dropdown .note-ct {
	display: flex;
	align-items: center;
}

.main-links .left-section .search-bar-ct .dropdown .thanks-type-ct .filter-title {
	margin-bottom: 5px;
}

.main-links .left-section .search-bar-ct .dropdown .thanks-type-ct .options {
	display: flex;
}

.main-links .left-section .search-bar-ct .dropdown .recommended-ct {
	display: flex;
	align-items: center;
} 

.main-links .left-section .user-dropdown-ct {
    margin-left: 20px;
    position: relative;
    height: 50px;
	display: flex;
	align-items: center;
    min-width: fit-content;
    box-sizing: border-box;
}

.main-links .left-section .user-dropdown-ct * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: proxima-nova;
}

.main-links .left-section .user-dropdown-ct.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.main-links .left-section .user-dropdown-ct p {
    /* cursor: pointer; */
    font-size: 14px;
    margin: 0px;
    user-select: none;
}

.main-links .left-section .user-dropdown-ct p img {
    margin-right: 6px;
    position: relative;
	top: -2;
}

.main-links .left-section .user-dropdown {
    background: #1E1E1E;
    padding: 20px;
    position: absolute;
    z-index: 999;
    width: max-content;
    top: 50px;
    left: -20px;
    display: none;
    overflow: hidden;
    max-width: 182px;
}


.main-links .left-section .user-dropdown-ct:hover .user-dropdown {
    display: block;
}

.main-links .left-section .user-dropdown.show {
    display: block;
}

.main-links .left-section .user-dropdown a {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
    text-decoration: none;
}

.main-links .left-section .user-dropdown a:last-of-type {
    margin-bottom: 0px;
}

.main-links .left-section .user-dropdown a img {
    opacity: 0.4;
}

.main-links .left-section .user-dropdown a img.logIcon {
    opacity: 0.3;
	filter: brightness(0) invert(1);
    margin-left: -3px;
    width: 27px
}

.main-links .left-section .user-dropdown a:hover img {
    opacity: 1;
	filter: brightness(0) invert(1);
}

.main-links .left-section .user-dropdown a:hover .avatar-ct {
    border-color: #fff;
}

.main-links .left-section .user-dropdown .icon-ct-dropdown {
    min-width: 26px;
}

.main-links .left-section .user-dropdown a p {
    color: #4FCEFF;
    font-size: 14px;
    margin: 0px;
    text-decoration: none;
    margin-left: 6px;
}

.main-links .left-section .user-dropdown a.activate {
    color: #4FCEFF;
    font-size: 14px;
    margin: 0px;
    text-decoration: none;
}

.main-links .left-section .user-dropdown a:hover p {
    opacity: 0.8;
}

.main-links .left-section .teams-dropdown .user-dropdown {
    padding: 0px;
}

.main-links .left-section .user-dropdown-ct .teams-list {
    width: 182px;
    padding: 18px 21px;
    position: relative;
    max-height: 240px;
    overflow-y: auto;
}

.main-links .left-section .user-dropdown-ct .teams-list::-webkit-scrollbar {
    width: 10px;
}

.main-links .left-section .user-dropdown-ct .teams-list::-webkit-scrollbar-track {
    background: #595959; 
}

.main-links .left-section .user-dropdown-ct .teams-list::-webkit-scrollbar-thumb {
    background: #3a3a3a; 
}

.main-links .left-section .user-dropdown-ct .teams-list .team-wrapper a {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main-links .left-section .user-dropdown-ct .teams-list .list-item {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main-links .left-section .user-dropdown-ct .teams-list .list-item:hover {
    opacity: 0.8;
}

.main-links .left-section .user-dropdown-ct .teams-list .team-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.main-links .left-section .user-dropdown-ct .teams-list a.team-wrapper:last-of-type {
    margin-bottom: 0px;
}

.main-links .left-section .user-dropdown-ct .teams-list .team-wrapper .image {
    width: 31px;
    min-width: 31px;
    height: 31px;
    border-radius: 8px;
    background-size: cover !important;
    background-position: center !important;
    background: grey;
    margin-right: 8px;
}

.main-links .left-section .user-dropdown-ct .teams-list .team-wrapper:hover a {
    opacity: 0.8;
}

.main-links .left-section .user-dropdown-ct .new-team {
    background-color: #4FCEFF;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    height: 43px;
    width: 182px;
    position: relative;
    border: none;
    cursor: pointer;
    padding-left: 27px;
}

.main-links .left-section .user-dropdown-ct .new-team span {
    margin-right: 11px;
}


.main-links .invites-link {
    color: #4FCEFF;
    font-size: 14px;
    margin-left: 20px;
    text-decoration: none;
}

.main-links .upgrade-link {
    color: #4FCEFF;
    font-size: 14px;
    margin-right: 20px;
    text-decoration: none;
}


/* Navbar right section  */


.main-links .right-section {
	display: flex;
	align-items: center;
	margin-right: 80px;
	
}


.right-section .verify-ct {
	margin-right: 25px;
}

.right-section .faq-ct {
	margin-right: 20px;
}

.right-section .settings-ct {
	margin-right: 25px;
	position: relative;
}

.right-section .subscribe-ct {
	width:150px;
	height: 50px;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.7rem;
	font-family: Arial;
	-webkit-font-smoothing: antialiased;
    margin-left: 3px;
}

.subscribe-ct div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.subscribe-ct .subscribedBtn {
	display: none;
}

.subscribe-ct .unSubscribeBtn {
	position: absolute;
	display: none;
	cursor: pointer;
}

.subscribe-ct .unSubscribeBtn.show {
	display: flex;
}

.subscribe-ct .subscribedBtn.show {
	display: flex;
}

.right-section a{
	text-decoration: none;
}


.right-section .verify {
	color: #FB6765;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 600;
}

.right-section .faq-ct {
	position: relative;
}

.right-section .team-ct {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 100px;
	position: relative;
	cursor: pointer;
}

/* Quick add */

.main-links .right-section .quick-add {
	height: 50px;
	background-color: #2EE278;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 19px;
	cursor: pointer;
	border: none;
}

.main-links .right-section .quick-add:focus{
	outline: none;
}

.main-links .right-section .quick-add svg {
	width: 20px;
	height: 20px;
}

.main-links .right-section .quick-add-ct {
	position: relative;
}

.main-links .right-section .quick-add-menu {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	background-color: #000;
	height: calc(100vh - 50px);
	width: 252px;
    padding: 40px 100px 0 0;
}

.main-links .right-section .quick-add-menu .quick-add-title {
    font-weight: 800;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'proxima-nova';
    font-size: 14px;
    text-align: right;
}

.main-links .right-section .quick-add-menu a {
	color: #FFFFFF;
	font-family: 'proxima-nova';
	font-size: 18px;
	margin-bottom: 10px;
}

.main-links .right-section .quick-add-menu .qadd-podcast {
	margin-bottom: 40px;
}

.quick-add-close-ct {
    position: absolute;
    right: -70px;
    display: none;
}

.main-links .right-section .quick-add-close-ct-show {
	display: flex;
}

.close-add-menu {
	width: calc(100vw - 252px);
}


.main-links .right-section .settings-dropdown-ct {
    position: relative;
    margin-right: 20px;
    user-select: none;
    height: 50px;
	display: flex;
	align-items: center;
}

.main-links .right-section .settings-dropdown-ct .settings-icon {
    /* cursor: pointer; */
    display: flex;
    align-items: center;
}

.main-links .right-section .settings-dropdown-ct .settings-icon:hover {
	filter: brightness(0) invert(1);
}

.main-links .right-section .settings-dropdown-ct .settings-icon img {
    margin-right: 7px;
}

.main-links .right-section .settings-dropdown-ct .settings-icon img.white {
    filter: brightness(0) invert(1);
}

.main-links .right-section .settings-dropdown-ct .settings-dropdown {
    position: absolute;
    top: 50px;
    background: #1E1E1E;
    padding: 20px;
    z-index: 999;
    text-align: end;
    width: max-content;
    left: -186px;
    display: none;
}

.main-links .right-section .settings-dropdown-ct:hover .settings-dropdown {
    display: block;
}

.main-links .right-section .settings-dropdown-ct .settings-dropdown.show {
    display: block;
}

.main-links .right-section .settings-dropdown-ct .settings-dropdown a {
    display: block;
    color: #4FCEFF;
    font-size: 14px;
    margin-bottom: 15px;
}

.main-links .right-section .settings-dropdown-ct .settings-dropdown a:hover {
    opacity: 0.8;
}


.main-links .right-section .settings-dropdown-ct .settings-dropdown a:last-of-type {
    margin-bottom: 0px;
}




/* Guest navbar  */

.main-links .guest-logo {
	height: 26px;
	width: auto;
	margin-left: 20px;
    opacity: 0.5;
}

.main-links .guest-right {
	margin-right: 0px;
	display: flex;
	align-items: center;
	position: relative;
}

.guest-right .faq-ct:hover .tooltip {
	top: 55px;
}

.guest-right .subscribe-ct {
	width:150px;
	height: 50px;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.7rem;
	font-family: Arial;
	-webkit-font-smoothing: antialiased;
	margin-left: 20px;
	background-color: #2EE278;
    cursor: pointer;
}

.guest-right .subscribe-ct .subscribeBtn {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #000;
}

@media(max-width: 600px) {
    nav .main-links .guest-logo {
        margin-left: 20px;
        opacity: 1;
    }

    nav .main-links .guest-right {
        margin-right: 0px;
    }

}
/* Navbar tooltip  */


.main-links .tooltip {
	color: #fff;
	position: absolute;
	top: 40px;
	left: -25px;
	display: none;
	text-align: center;
	padding: 10px 10px;
	background: #292929;
	font-size: 10px;
    border-radius: 5px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.3s ease;
	box-sizing: border-box;
	z-index: 99999999;
}

.tooltip .tooltip-arrow {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #292929;
	position: absolute;
	bottom: 32px;
	left: 50%;
	margin-left: -10px;
	z-index: 50001;
}

.tooltip .tooltip-arrow.share {
    top: -10px
}

.icon-ct:hover .tooltip {
	display: block;
}

.settings-ct:hover .tooltip {
	display: block;
}

.team-ct:hover .tooltip {
	display: block;
}

.faq-ct:hover .tooltip {
	display: block;
}

.icon-ct .tooltip {
	left: -22px;
}

.team-ct .tooltip {
	top: 55px;
	left: -16px;
    width: 130px;
}

.share-ct .tooltip {
	left: -46px;
}

.insights-icon-ct .tooltip {
	left: -25px;
}

.tray-ct .tooltip {
	left: -10px;
}

.search-ct .tooltip {
	left: -19px;
}

.faq-ct .tooltip {
	left: -9px;
}

.notifications-icon-ct .tooltip {
	left: -40px;
}


/* Side Menu  */


nav .side-menu {
	width: 400px;
	background-color: #000;
	position: fixed;
	left: -400px;
	top: 40px;
	height: 100vh;
	z-index: 9999999;
	transition: all 0.3s ease;
	box-sizing: border-box;
	padding:50px 50px 50px 150px;
	overflow: scroll;
}

nav .side-menu .close-side-menu {
	position: fixed;
	top: 50px;
	left: 400px;
	width: 100vw;
	height: 100vh;
	display: none;
}

.side-menu a:-webkit-any-link {
	text-decoration: none;
}

nav .side-menu a:link, nav .side-menu a:visited {
	color: #fff;
}

nav .show-side-menu {
	left: 0px;
}

.side-menu .side-menu-items {
	display: flex;
	flex-direction: column;
}

.side-menu-items a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	font-family: proxima-nova;
	margin: 9px 0 9px 10px;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
    text-decoration: none;
}

.side-menu-items a .connections-link {
	position: relative;
}

.side-menu-items a .leaderboards {
	position: relative;
}

.side-menu-items a .teams-filled-icon {
	position: absolute;
	left: 114px;
}

.side-menu-items a .leaderboards-icon {
	position: absolute;
	left: 113px;
	top: 89px;
}

.side-menu-items .connections-link:hover .teams-filled-icon{
	filter: brightness(0) invert(1);
}

.side-menu-items .leaderboards:hover .leaderboards-icon{
	filter: brightness(0) invert(1);
}

.side-menu-items .separator {
	width: 95%;
	border-top: 1px solid #979797;
	height: 1px;
	margin: 15px 0;
}


/* Notifications  */


nav .notifications-ct {
	width: 500px;
	height: 100vh;
	background-color: #000;
	position: fixed;
	left: -500px;
	top: 40px;
	z-index: 9999999;
	transition: all 0.3s ease;
	box-sizing: border-box;
	padding:30px 20px 40px 95px;
	color: #fff;
	overflow-y: scroll;
}

nav .notifications-ct .close-notifications {
	position: fixed;
	top: 50px;
	left: 500px;
	width: 100vw;
	height: 100vh;
	display: none;
}

.disable-scrollbar::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Chrome/Safari/Webkit */
}

.disable-scrollbar {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}


nav .show-notifications-ct {
	left: 0px;
}

.notifications-ct a:visited, .notifications-ct a:link {
	color: #fff !important;
}

.notifications-ct .notification {
	display: flex;
	align-items: center;
	margin-top: 25px;
	margin-bottom: 25px;
	cursor: pointer;
    text-decoration: none;
}

.notifications-ct .notification * {
    text-decoration: none;
}

.notifications-new .notification:hover {
	background-color: #0c0c0c;
}

.notification img {
	border-radius: 50%;
	width: 60px;
	min-width: 60px;
	height: 60px;
	object-fit: cover;
	margin-right: 20px;
}

.notification p {
	margin: 0px;
}

.notifications-ct a:-webkit-any-link{
	text-decoration: none;
}

.notification .seen {
	margin-left: 20px;
}

.notification .mark-read {
	color:#818181;
    position: relative;
    bottom: 22px;
    font-style: normal;
	left: 8px;
    cursor: pointer;
    font-family: 'proxima-nova';
	font-weight: 600;
	text-transform: uppercase;
	font-size: 10px;
}

.notification-text-ct {
	width: 100%;
	font-family: benton-sans, sans-serif;
	line-height: 20px;
	/* white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis; */
	-webkit-font-smoothing: antialiased;
}

.notification-text-ct .name {
	text-transform: uppercase;
	font-weight: bold;
}

.notification-text-ct .person-title {
	font-weight: 100;
	-webkit-font-smoothing: antialiased;
	
}

.notification-text-ct .notification-received {
	font-weight: 100;
	color: #818181;
	font-size: 14px;
	margin-left: 10px;
}

.notification-text-ct .notification-action {
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

.notifications-seen {
	opacity: 0.3;
	border-top: 1px solid #818181;
}


.notifications-seen .seen{
	margin-right: 10px;
}

.notifications-seen .notification-action{
	font-weight: 100;
	-webkit-font-smoothing: antialiased;
}

.verification-notif i {
	margin-right: 35px;
	margin-left: 20px;
}

.verification-notif .mark-read {
	left: 44px;
}


/* Team accounts  */


nav .team-accounts {
	box-sizing: border-box;
	width: 300px;
	background-color: #000;
	position: fixed;
	top: 50px;
	right: -300px;
	height: 100vh;
	z-index: 9999999;
	padding: 15px 50px 15px 35px;
	transition: all 0.3s ease;
	-webkit-font-smoothing: antialiased;
    font-family: "proxima-nova";
}


nav .team-accounts .close-team-accounts {
	position: fixed;
	top: 50px;
	right: 300px;
	width: 100vw;
	height: 100vh;
	display: none;
}

.team-accounts a:-webkit-any-link {
	text-decoration: none
}

nav .show-team-accounts {
	right: 0px;
}

.team-accounts .team-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
}

.team-accounts .title {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}

.team-accounts .team {
	color: #54FE9C;
	font-size: 18px;
	font-weight: normal;
	cursor: pointer;
}

.team-accounts .team:hover {
	color: #00d264;

}

.team-accounts .settings-icon-teams:hover {
	filter: brightness(0) invert(1);
}

body {
    background-color: #0b0a0c;
    -webkit-font-smoothing: antialiased;
}


@media (max-width: 500px) {
    .main-links .invites-link {
        display: none;
    }

    .right-section .team-ct {
        display: none;
    }

    .right-section .faq-ct {
        display: none;
    }
}
/* Mobile nav */

@media (max-width: 500px) {
	
	.main-links .left-section {
		margin-left: 10px;
	}
	
	nav .notifications-ct {
		width: 100%;
		padding-left: 15px;
	}

    nav .guest-profile {
        display: none;
    }

}


/* Create company popup  */

.create-company-popup-ct {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    display: none;
    z-index: 999999;
}

.create-company-popup-ct * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: proxima-nova;
}

.create-company-popup-ct .create-company-popup {
    width: 524px;
    height: 637px;
    background:#D8D8D8;
    border: 1px solid #979797;
    padding: 47px 55px 20px 54px;
    display: flex;
    flex-direction: column;
}

.create-company-popup-ct .create-company-popup h2 {
    color: #000;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 14px;
}

.create-company-popup-ct .create-company-popup .company-name-input {
    width: 439px;
    height: 71px;
    background: #969696;
    padding-left: 25px;
    margin-left: -20px;
    color: #3AFF98;
    font-size: 28px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    margin-bottom: 38px;
    border-radius: 9px;
    text-align: left;
    font-family: din-condensed, sans-serif;
}



/* Customize the label (the checkbox-ct) */
.create-company-popup-ct .create-company-popup .checkbox-ct {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-right: 5px;
	margin-top: 3px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .create-company-popup-ct .create-company-popup .checkbox-ct input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .create-company-popup-ct .create-company-popup .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: none;
    border-radius: 5px;
    border: 4px solid #000;
    box-sizing: border-box;
  }
  
  /* On mouse-over, add a grey background color */
  .create-company-popup-ct .create-company-popup .checkbox-ct:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .create-company-popup-ct .create-company-popup .checkbox-ct input:checked ~ .checkmark {
    background-color: #3AFF98;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .create-company-popup-ct .create-company-popup .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .create-company-popup-ct .create-company-popup .checkbox-ct input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .create-company-popup-ct .create-company-popup .checkbox-ct .checkmark:after {
    left: 5px;
	top: 1px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.create-company-popup-ct .create-company-popup .permission-ct {
    display: flex;
    margin-bottom: 27px;
}

.create-company-popup-ct .create-company-popup .permission-ct p {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    position: relative;
}

.create-company-popup-ct .create-company-popup .permission-ct p .checkboxErr {
    position: absolute;
    top: -20px;
    left: -40px;
	font-size: 15px;
    color: red;
    display: none;
}

.termsCompanyName {
    text-transform: uppercase;
}

.create-company-popup-ct .create-company-popup .btns-ct {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.create-company-popup-ct .create-company-popup .close-btn {
    border: none;
    background: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    font-weight: 600;
}
 
.create-company-popup-ct .create-company-popup .next-btn {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding-left: 26px;
    padding-right: 15px;
    background: #02DB73;
    width: 311px;
    height: 77px;
    border-radius: 5px;
    border: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.create-company-popup-ct .create-company-popup .next-btn img {
    width: 49px;
    height: auto;
}

.openCreateCompany {
    cursor: pointer;
}

.delete-collection-popup-ct {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.delete-collection-popup-ct .delete-collection-popup {
    padding: 50px;
    background: #1c1c1c;
    border-radius: 10px;
}

.delete-collection-popup-ct .delete-collection-popup h2 {
    font-size: 30px;
    margin-top: 0px;
    font-family: proxima-nova;
    margin-bottom: 50px;
}

.delete-collection-popup-ct .delete-collection-popup .buttons {
    display: flex;
	align-items: center;
	justify-content: center;
}

.delete-collection-popup-ct .delete-collection-popup .buttons .delete {
	color: #000000;
	font-weight: 900;
	font-family: "proxima-nova";
	text-transform: initial;
	font-size: 25px;
	padding: 10px 20px;
	border: none;
	display: block;
	border-radius: 0px;
    font-family: proxima-nova;
	cursor: pointer;
	background: #f44336;
	margin-bottom: 0px;
	height: auto;
}

.delete-collection-popup-ct .delete-collection-popup .buttons .cancel {
	font-size: 25px;
	color: #4F4F4F;
	font-weight: 900;
	line-height: 18px;
	letter-spacing: -1.5;
	margin-right: 20px;
    border: none;
    font-family: proxima-nova;
	background: none;
	cursor: pointer;
	margin-bottom: 0px;
	padding: 0px;
}

@media (max-width: 600px) {
    .collections-popup-ct {
        position: fixed !important;
        top: 0px !important;
        left: 0px !important;
        width: 100vw !important;
        height: 100vh !important;
    }
}

/* Full nav */

.main-links.full .left-section {
	margin-left: 30px;
}

.main-links.full .right-section {
	margin-right: 0px;
}


/* home button  */
nav .main-links .home-btn {
    height: 50px;
    background: #36E78A;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    min-width: 118px;
    left: -30px;
    text-decoration: none;
}

nav .main-links .home-btn.mobile {
    display: none;
}

nav .main-links .col-settings-ct {
    display: none;
}


nav .main-links .home-btn p {
    font-size: 14px;
    color: #000;
    margin-left: 10px;
}



/* onboard side panel  */

nav .main-links .open-onboard-panel {
    background: #36E78A;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    top: 31px;
    left: 35px;
    border-radius: 9px;
    height: 37px;
    width: 202px;
}

nav .close-onboard-panel {
    display: none;
    position: fixed;
    top: 50px;
    left: 340px;
    height: 100vh;
    width: 100vw;
    z-index: 9999999;
    user-select: none;
}
    
nav .main-links .open-onboard-panel p {
    font-weight: 600;
    color: #000;
    font-size: 13px;
    user-select: none;
    margin-right: 7px;
}

nav .main-links .open-onboard-panel img {
    user-select: none;
}

nav .onboard-side-panel {
    width: 340px;
	background-color: #222;
	position: fixed;
	left: -340px;
	top: 100px;
	height: 100vh;
	z-index: 9999999;
	transition: all 0.3s ease;
	box-sizing: border-box;
	padding: 13px 0px 50px 22px;
	overflow-y: scroll;
}

nav .onboard-side-panel * {
    box-sizing: border-box;
    margin: 0px;
    font-family: proxima-nova;
}

nav .onboard-side-panel .video-ct {
    width: 340px;
    height: 56px;
    background-color: #353535;
    display: flex;
    align-items: center;
    margin-left: -22px;
    margin-top: -13px;
    margin-bottom: 28px;
    padding-left: 22px;
}

nav .onboard-side-panel .video-ct p {
    color: fff;
    font-size: 14px;
}

nav .onboard-side-panel .video-ct p a {
    text-decoration: none;
    cursor: pointer;
}

nav .onboard-side-panel .task-ct {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: fit-content;
}

nav .onboard-side-panel .task-ct.completed {
    pointer-events: none;
}

nav .onboard-side-panel .task-ct.completed .task-text {
    opacity: 0.2;
    pointer-events: none;
}

nav .onboard-side-panel .task-ct.completed > img {
    opacity: 0.2;
    pointer-events: none;
}


nav .onboard-side-panel .task-ct .percent-bubble {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #000;
    margin-right: 16px;
    height: 38px;
    width: 38px;
}

nav .onboard-side-panel .task-ct .percent-bubble img {
    margin: 0px;
}

nav .onboard-side-panel .task-ct.completed .percent-bubble p {
    display: none;
}

nav .onboard-side-panel .task-ct.completed .percent-bubble img {
    display: none;
}

nav .onboard-side-panel .task-ct.completed .percent-bubble {
    background: #4740C6;
}

nav .onboard-side-panel .task-ct.completed .percent-bubble .percent-check {
    display: block;
}

nav .onboard-side-panel .task-ct .percent-bubble .percent-check {
    display: none;
}

nav .onboard-side-panel .task-ct .percent-bubble p {
    font-size: 13px;
    color: #626262;
    font-weight: 600;
}

nav .onboard-side-panel .task-ct img {
    margin-right: 11px;
}

nav .onboard-side-panel .task-ct .task-text {
    font-weight: 600;
    color: #fff;
    line-height: 14px;
    font-size: 14px;
}

nav .onboard-side-panel .task-ct .task-text a {
    color: #35E78A;
    text-decoration: none;
    cursor: pointer;
}

nav .onboard-side-panel .progress-bar-ct {
    overflow: hidden;
    background: #000;
    border-radius: 8px;
    height: 17px;
    width: 287px;
    margin-bottom: 27px;
}

nav .onboard-side-panel .progress-bar-ct .progress-bar {
    height: 17px;
    width: 0%;
    transition: width 0.3s ease;
    background: #4740C6;
}

nav .onboard-side-panel .email-popup {
    background: #000;
    padding: 12px 14px;
    position: absolute;
    top: 146px;
    left: 326px;
    display: none;
}

nav .onboard-side-panel .email-popup img {
    position: absolute;
    top: 10px;
    left: -14px;
}

nav .onboard-side-panel .email-popup img.close-email-popup {
    right: 0px !important;
	left: initial;
	filter: invert(1);
	opacity: 0.5;
	width: 15px;
    cursor: pointer;
}

nav .onboard-side-panel .email-popup .resend-email {
    cursor: pointer;
    color: #2DDB73;
}


nav .onboard-side-panel .email-popup p {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    width: 212px;
    margin-bottom: 14px;
}

nav .onboard-side-panel .email-popup button {
    background: #2DDB73;
    color: #000;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: -0.9px;
    height: 39px;
    cursor: pointer;
    width: 151px;
    border: none;
}

/* Report a bug popup */


.report-bug-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top:10px;
    left:0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.83);
    display: flex;
    justify-content: center;
    align-items:center;
    z-index: -2;
    transition: all 0.1s ease;
}

.report-bug-overlay.show {
    opacity: 1;
    z-index: 9999;
    top: 0px;
}

.report-bug-overlay .content {
    background: #000;
    border-radius: 5px;
    padding: 30px;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.report-bug-overlay .content img {
    width: 250px;
    margin-bottom: 40px;
}


.report-bug-overlay .content form  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.report-bug-overlay .content h3{
    width: 40%;
    font-size: 26px;
    text-align: left;
    margin: 20px auto 20px auto;
    color: #fff;
    font-family: 'proxima-nova';
}

.report-bug-overlay .content form input, .report-bug-overlay .content form textarea {
    border-radius: 2px;
    background-color: #f3f3f3;
    padding: 8px 12px;
    color: #a9a9a9;
    font-size: 1.125rem;
    border:none;
    width: 40%;
    resize: none;
    outline: none;
    margin-bottom: 15px;
}

.report-bug-overlay .content form.hide {
    display: none;
}

.report-bug-overlay .content form textarea {
    height: 120px;
}

.report-bug-overlay .content form button,
.report-bug-overlay .content #successMsg button {
    background: #02db73;
    font-size: 1.125rem;
    padding: 0px 20px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    border:none;
    margin-top: 16px;
    text-align: center;
    outline: none;
    border-radius: 2px;
    width: 40%;
    box-sizing: border-box;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.report-bug-overlay .content form button:disabled {
    opacity: 0.8;
}

.report-bug-overlay .content form button i {
    display: none;
    position: relative;
    width: 27px;
    height: 21px;
    background: url(/img/loader.gif) no-repeat center center / cover;
    margin-left: 3px;
}

.report-bug-overlay .content form span {
    width: 40%;
}

.report-bug-overlay .close-btn {
    background: #fff;
    border-radius: 50%;
    font-size: 1rem;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -10px;
    top: -10px
}

.report-bug-overlay .errorInline {
    color: red;
    text-align: left;
}

.report-bug-overlay #successMsg {
    display:none;
}

.report-bug-overlay #successMsg.show {
    display: block;
}

.report-bug-overlay #successMsg p {
    color: #fff;
    font-size: 24px;
    padding: 20px 0px;
    line-height: 32px;
    font-family: proxima-nova;
}

/* Setup company account popup */

.setup-company-account {
    background: #D8D8D8;
    padding: 50px 55px;
    width: 542px;
    box-sizing: border-box;
    height: calc(100% - 50px);
    position: fixed;
    z-index: -10;
    visibility: hidden;
    top: 50px;
    left: -1000px;
    transition: all 0.5s ease;
}

.setup-company-account.show {
    left: 373px;
    z-index: 9999;
    visibility: visible;
}

.setup-company-account.show.loading:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    display: block;
    background: #D8D8D8 url("/img/loading.gif") no-repeat center center / cover;
    background-size: 80%;
}

.setup-company-account .setup-company, 
.setup-company-account .company-exists {
    display: none;
}

.setup-company-account h2 {
    font-size: 24px;
    line-height: 28px;
    margin:0px;
    color: #000;
    font-family: 'proxima-nova';
    font-weight: normal;
    padding-left: 15px;
}

.setup-company-account span.company {
    margin: 25px 0px 40px 0px;
    padding: 25px;
    background: #969696;
    display: block;
    text-transform: uppercase;
    font-family: din-condensed, sans-serif;
    font-size: 28px;    
    border-radius: 9px;
    font-weight: 300;
}

.setup-company-account fieldset.checkbox {
    display: block;
    border:none;
    padding:0 0 0 15px;
}

.setup-company-account fieldset.checkbox label {
    text-transform: initial;
    font-size: 18px;
    color: #000;
    font-family: 'proxima-nova';
    line-height: 20px;
    width: 90%;
    letter-spacing: normal;
    margin-bottom: 0;
    cursor: pointer;
}

.setup-company-account fieldset.checkbox label a {
    text-decoration: underline;
    color: #000;
}

.setup-company-account fieldset.checkbox input[type="checkbox"]{
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    margin-bottom: 20px;
    outline: none;
    border-radius: 5px;
    border: solid 4px #000;
    background: none;
    padding: 0;
    /* float: left; */
    margin-right: 15px;
    display: inline-block;
}


.setup-company-account fieldset.checkbox input:checked {
    content: "";
    width: 25px;
    height: 25px;
    background: #39fe98;
    border-radius: 5px;
    display: block;
    position: relative;
}

.setup-company-account .btn-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


.setup-company-account .btn {
    border-radius: 5px;
    color: #FFF!important;
    font-size: 24px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    padding: 12px 15px 16px 24px;
    width: 311px;
    margin-top: 42px;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
    display: inline-flex;
    border:none;
    background: #02db73;
    align-items: center;
    justify-content: space-between;
}

.setup-company-account .btn[disabled='true'] {
    background: gray!important;
    opacity: 0.3;
    pointer-events: none;
}


.setup-company-account .btn i {
    background: url("/img/onboard/arrow-right.png") no-repeat  center center / cover;
    width: 49px;
    height: 49px;
    display: inline-block;
}

.setup-company-account .btn-close {
    background: none;
    border:none;
    outline: none;
    cursor: pointer;
    margin-top: 10px;
    font-size: 16px;
}

.company-exists p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    padding-left: 15px;
}

.company-exists .btn {
    width: auto;
} 

.company-exists .btn i {
    margin-left: 20px;
}

nav .main-links .activeTab {
    display: none;
    align-items: center;
	margin-left: 27px;
    text-decoration: none;
}

nav .main-links .activeTab p {
    color: #fff;
    font-size: 14px;
    margin-left: 8px;
}

nav .main-links .activeTab img {
    filter: brightness(0) invert(1);
}

nav .main-links.profileTab .activeProfileTab {
    display: flex;
}

nav .main-links.profileTab .profileLink {
    display: none;
}

nav .main-links.assetsTab .activeAssetsTab {
    display: flex;
}

nav .main-links.assetsTab .assetsLink {
    display: none;
}

nav .main-links.insightsTab .activeInsightsTab {
    display: flex;
}

nav .main-links.insightsTab .insightsLink {
    display: none;
}

nav .main-links.logTab .activeLogTab {
    display: flex;
}

nav .main-links.logTab .logLink {
    display: none;
}

nav .main-links.trayTab .activeTrayTab {
    display: flex;
}

nav .main-links.trayTab .trayLink {
    display: none;
}

nav .main-links.groupsTab .activeGroupsTab {
    display: flex;
}

nav .main-links.groupsTab .groupsLink {
    display: none;
}

nav .main-links.collectionsTab .collectionsLink {
    display: none;
}

nav .main-links.collectionsTab .activeCollectionsTab {
    display: flex;
}

/* socials  */
.follow-row {
    display: flex;
    align-items: center;
    padding-right: 5px;
}

.follow-row p {
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}

.follow-row img {
    height: 33px;
    margin-right: 4px;
}

@media(max-width: 600px){
    .follow-row {
        display: none;
    }
}

/* mobile nav */
@media (max-width: 600px) {
    nav .main-links .home-btn {
        max-width: 50px;
        min-width: 50px;
        margin-left: -30px;
        position: static;
        margin-right: 10px;
    }

    nav .main-links.collectionsTab .activeCollectionsTab,
    nav .main-links.profileTab .activeProfileTab,
    nav .main-links.insightsTab .activeInsightsTab,
    nav .main-links.assetsTab .activeAssetsTab,
    nav .main-links.trayTab .activeTrayTab,
    nav .main-links.groupsTab .activeGroupsTab,
    .main-links .right-section .quick-add,
    nav .main-links .home-btn p,
    .right-section .team-ct,
    .main-links .dividing-line.team,
    .right-section .subscribe-ct,
    nav .collections-nav span {
        display: none;
    }
}