/* Hide old navbar  */


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


/* Hide old side-menu  */


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


body {
	margin: 0px !important;
}

.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 */

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

nav .menus-ct .quick-add:focus{
	outline: none;
}

nav .menus-ct .quick-add svg {
	width: 20px;
	height: 20px;
}

nav .menus-ct .quick-add-ct {
	position: relative;
    z-index: 99999991;
}

nav .menus-ct .quick-add-menu {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	height: calc(100vh - 50px);
	width: 180px;
    padding: 40px 40px 0 0;
    background-color: #0E0E19;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    border-left: 1px solid #252538;
}

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

nav .menus-ct .quick-add-menu a {
	color:  var(--theme-color);
	font-family: 'proxima-nova';
	font-size: 18px;
	margin-bottom: 10px;
    text-decoration: none;
}

nav .menus-ct .quick-add-menu .qadd-podcast {
	margin-bottom: 40px;
}

.quick-add-close-ct {
    display: none;
    position: fixed;
    right: 0;
    top: 58px;
}

nav .menus-ct .quick-add-close-ct-show {
	display: flex;
}

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

.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: 300px;
	background-color: #0E0E19;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
	position: fixed;
	right: -400px;
	top: 40px;
	height: 100vh;
	z-index: 9999999;
	transition: all 0.3s ease;
	box-sizing: border-box;
	padding: 40px 32px;
	overflow: scroll;
    border-left: 1px solid #252538;
}

nav .side-menu .close-side-menu {
	position: fixed;
	top: var(--nav-height);
	right: 300px;
	width: 100vw;
	height: 100vh;
	display: none;
}

body.viewOnlyProfile nav .side-menu .close-side-menu {
    top: calc(var(--nav-height) + var(--viewOnly-banner-height));
}

body.viewOnlyProfile nav .side-menu {
    top: calc(40px + var(--viewOnly-banner-height));
}

.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 {
	right: 0px;
}

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

.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,
.side-menu-items a.leaderboards,
.side-menu-items a.settings-nav-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.side-menu-items a.settings-nav-item span {
    color: #4C4C4C;
}

.side-menu-items a.settings-nav-item:hover span {
    filter: brightness(0) invert(1);
}

.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 #2c2c43;
	height: 1px;
	margin: 15px 0;
}


/* Notifications  */


nav .notifications-ct {
	width: 500px;
	height: calc(100vh - var(--nav-height));
	background-color: #0E0E19;
	position: fixed;
	right: -500px;
	top: var(--nav-height);
	z-index: 9999999;
	transition: all 0.3s ease;
	box-sizing: border-box;
	padding: 30px;
	color: #fff;
	overflow-y: scroll;
    border-left: 1px solid #252538;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

body.viewOnlyProfile nav .notifications-ct {
    top: calc(var(--nav-height) + var(--viewOnly-banner-height));
    height: calc(100vh - var(--nav-height) - var(--viewOnly-banner-height));
}

nav .notifications-ct .close-notifications {
	position: fixed;
	top: var(--nav-height);
    right: 500px;
	width: 100vw;
	height: 100vh;
	display: none;
}

body.viewOnlyProfile nav .notifications-ct .close-notifications {
    top: calc(var(--nav-height) + var(--viewOnly-banner-height));
}

.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 {
	right: 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;
}

.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) {

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

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

@media (max-width: 500px) {
	
	nav .notifications-ct {
		/* width: 100%; */
		padding-left: 15px;
	}

    nav .guest-profile {
        display: none;
    }

}

.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;
    }
}


/* onboard side panel  */

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

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

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

nav .onboard-side-panel {
    width: 340px;
	background-color: #222;
	position: fixed;
	left: -340px;
	top: 60px;
	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;
}

/* view only profile top banner  */

.view-only-banner {
    height: var(--viewOnly-banner-height);
    width: 100%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 50px; */
    /* margin-bottom: -50px; */
    position: sticky;
    top: 0;
    box-sizing: border-box;
    z-index: var(--nav-zIndex);
}

.view-only-banner * {
    font-family: proxima-nova;
    margin: 0px;
    box-sizing: border-box;
}
/* 
body.viewOnlyProfile {
    padding-top: 127px;
}

body.viewOnlyProfile .main-links {
    top: 127px !important;
}

.viewOnlyProfile nav .notifications-ct {
    top: 177px;
    height: calc(100vh - 177px)
}

.viewOnlyProfile nav .side-menu {
    top: 177px;
    height: calc(100vh - 177px)
} */

.view-only-banner a.upgrade-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3D00CE;
    height: 54px;
    width: 326px;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
    margin-right: 24px;
}

.view-only-banner p {
    font-size: 16px;
    line-height: 20px;
    margin-right: 24px;
    color: #fff;
}

.view-only-banner a {
    text-decoration: none;
    color: #00EC8A;
}

.view-only-banner .video-ct {
    background-image: url('https://readocracy-img.s3.amazonaws.com/onboard/video-placeholder.svg');
    cursor: pointer;
    width: 102px;
    height: 54px;
    margin-right: 24px;
}

@media (max-width: 600px) {
    .view-only-banner {
        flex-direction: column;
        padding: 20px;
    }

    .view-only-banner img {
        display: none;
    }

    .view-only-banner a.upgrade-btn {
        padding: 8px;
        width: 100%;
        margin-right: 0;
        font-size: 16px;
    }

    .view-only-banner p {
        margin-right: 0;
        font-size: 14px;
        line-height: 1.2;
        margin-top: 8px;
    }

    .view-only-banner .video-ct {
        display: none;
    }
}

