@keyframes dots-1 { from { opacity: 0; } 25% { opacity: 1; } }
@keyframes dots-2 { from { opacity: 0; } 50% { opacity: 1; } }
@keyframes dots-3 { from { opacity: 0; } 75% { opacity: 1; } }
@-webkit-keyframes dots-1 { from { opacity: 0; } 25% { opacity: 1; } }
@-webkit-keyframes dots-2 { from { opacity: 0; } 50% { opacity: 1; } }
@-webkit-keyframes dots-3 { from { opacity: 0; } 75% { opacity: 1; } }

.dots span {
    animation: dots-1 1.5s infinite steps(1);
    -webkit-animation: dots-1 1.5s infinite steps(1);
}

.dots span:first-child + span {
    animation-name: dots-2;
    -webkit-animation-name: dots-2;
}

.dots span:first-child + span + span {
    animation-name: dots-3;
    -webkit-animation-name: dots-3;
}

.flex-row-nowrap-space-between {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.flex-column-nowrap {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

.flex-row-wrap{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.flex-row-nowrap{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.flex-row-nowrap-space-around{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
}

.warning-grid{
	display: grid;
	grid-template-columns: 2fr 5fr;
}

.centered {
	width: 100%;
	margin: auto;
	text-align: center;
}

a {
	color: cornflowerblue;
}

.required-text {
	color: indianred;
}

.h1-simple {
	color: #2b4a78;
	font-size: 36px;
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
	font-weight: 600;
}

.h2-simple {
	color: #2b4a78;
	font-size: 28px;
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
	font-weight: 500;
}

.h3-simple {
	color: #2b4a78;
	font-size: 24px;
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
	font-weight: 500;
}

.h4-simple {
	color: #2b4a78;
	font-size: 18px;
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
	font-weight: 600;
}

.subtext-simple {
	color: #587baf;
	font-size: 16px;
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
	font-weight: 200;
}

.benchmarking-input {
	padding: 0.3em 0.7em;
	color: #587baf;
	font-size: 16px;
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
	font-weight: 200;
	border-radius: 5px;
	border: none;
	outline: none;
	background-color: white;
	box-shadow: 0 10px 20px 0 rgba(105,143,183,.1);
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.table-revert-styling{
	border-spacing: revert;
	border-collapse: revert;
}

/********************
** Ad Analytics CSS
*********************/
.card-currency{
	font-size: 32px;
	padding-right: 2px;
	color: #8f949c

}

@media (max-width: 1199px){
	.data-card-container-right{
		margin-top: 50px
	}
}

@media (min-width: 1200px){
	.account-dropdown-container {
		width: 430px;
		float: left;
	}
}


@media (max-width: 767px){
	.ad-creative-metrics-section{
		float: left;
	}
}
.ad-creative-metrics-section{
	display: flex;
	vertical-align: top; 
	flex-direction: column;
	margin-right: 10px;
	 
	}

@media (min-width: 1200px){
	.ad-creative-metrics-section .metric-card-left{
		padding-right: 10px;
		}
	.ad-creative-metrics-section .metric-card-center{
		padding: 0 10px;
		}
	.ad-creative-metrics-section .metric-card-right{
		padding-left: 10px;
		}
}

.ad-creative-side-panel{
	height: 740px;
	width: 320px;
	float: left;
	margin-left: 15px;
	display: flex;
	vertical-align: top; 
	flex-direction: column;
}

@media (max-width: 1199px){
	.ad-creative-side-panel{
        float: none;
        display: flex;
        flex-direction: row;
        height: auto;
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
 	}
	
	.ad-creative-side-panel .ad-creative-card-left{
        width: 300px;
        float: left;
       	margin-bottom: 0;
        margin-right:10px;
	}
	.ad-creative-side-panel .ad-creative-card-right{
        display: flex;
        flex-direction: column;
        margin-right: 10px;
 }

.ad-creative-side-panel .ad-creative-card-right > div{
       	flex-grow: 1;
        flex-shrink: 1;
        flex-basis: auto;
	}
}

.ad-creative-card-left{
	margin-bottom: 20px;
}
.ad-creative-card-left, 
.ad-creative-card-right{
	width: 300px;
	min-height: 1px;
	box-sizing: border-box;
}

.ad-creative-card-right{
   	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
}
.fb-creative-button {
	padding: 4px 8px !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    border-radius: 3px !important;
    pointer-events: none;
    display: flex !important; 
    float: right; 
    background-color: transparent; 
    border: 2px solid darkgrey !important;
}

.fb-creative-description{
	float: left;
	text-align: left; 
	font-size: 0.96rem; 
	overflow:hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
}

.fb-creative-title{
	float: left;
	text-align: left; 
	font-weight: bold; 
	font-size:1.1rem; 
	overflow:hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	-moz-box-orient: vertical;
}

.fb-creative-display-link{
	float: left;
	text-align: left; 
	text-transform: uppercase; 
	font-size: 0.96rem; 
	overflow:hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
}
.fb-creative-cta-section{
	overflow: hidden;
	display:flex; 
	flex-direction: column;
}

.fb-creative-body{
	display: -webkit-box; 
	float: left;
	text-align: left;
	font-size: 1.1rem;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	-mox-box-orient: vertical;
	float: left;
	text-align: left; 
	font-size:1.1rem;
}

table.table-grand-total>tfoot:last-child>tr:first-child>th{
	border-top: 6px double #ddd;
	text-align: center; 
	font-weight: bold;
	background-color: #ced6e9;
}
table.table-grand-total>tfoot:last-child>tr:first-child>th:first-child,
table.table-grand-total>tbody>tr:last-child>td:first-child{
	text-align: left; 
}

table.dataTable tr.dtrg-group td {
  background-color: #bac2d2 !important;
}

/* Overrides bootstrap  */
.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th{
	background-color: #E7ECF7;
}

.table>thead:first-child>tr:first-child>th,
.table>tfoot:last-child>tr:first-child>th{
	background-color: #ced6e9;
}
	


table.dataTable tr.dtrg-group.dtrg-level-0 td {
  font-weight: bold;
}
	

.section-header {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 95%;
	margin: auto;
	margin-bottom: 20px;
	padding: 0 15px;
}

.section-header .section-header-label {
    padding-left: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    display: inline-block;
}

.interactive-table tr:hover{
	background-color: #E7ECF7;
}

.interactive-table tr:hover th{
	background-color: #E7ECF7;
}

.interactive-table th {
	background-color: #CED6E9;
	font-weight:bold;
	padding: 0px 10px;
	position: sticky;
	top: 0;
	z-index: 10;
	
}

.interactive-table td.tooltip-row{
	opacity: 1;
}
.interactive-table td {
	padding: 0px 10px;
	opacity: 0.7;
	
}

.interactive-table th.row-selector, 
.interactive-table td.row-selector{
	text-align: center;
}

.interactive-table th.row-selector p,
.interactive-table td.row-selector p{
	margin: 0;
	padding: 5px;
	padding-right: 0
}


td.level-scroll{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

td.level-scroll p{
	margin: 0;
}


.table-holder-collapsed{
	max-height: 410px;
}

.table-collapse-button {
	bottom: 0px;
    right: 0px;
    z-index: 99;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    background-color: white;
    color: slategray;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    cursor: pointer;
    transition: height 0.5s;
  	-webkit-transition: height 0.5s;
  	overflow: hidden;
}

.table-collapse-button:hover {
	background-color: whitesmoke;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4)
}

/********************
** End Ad Analytics CSS
*********************/

@media ( max-width : 1024px) {
	.subtext-simple {
		font-size: 28px;
	}
}

.header-text {
	font-size: 28px;
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
	font-weight: 600;
    line-height: 1.5;
}

.lightgray {
	color: lightgray;
}

.alertify-cover {
	background-color: black !important;
	opacity: 0.7 !important;
}

.alertify {
	border: 2px solid rgba(0,0,0,.7) !important;
}

.alertify-button-ok, .alertify-button-ok:focus,
.ajs-ok,  .ajs-ok:focus{
	background-color: #7787f7;
	border: none;
	text-shadow: none;
    box-shadow: none;
    background-image: none;
}

.alertify-button-ok:hover, .ajs-ok:hover{
	background-color: #7787f7;
	border: none;
	text-shadow: none;
    background-image: none;
}

.alertify-button-cancel, .ajs-cancel {
	border: 1px indianred solid;
    background-color: white;
    color: indianred !important;
    text-shadow: none;
    box-shadow: none;
    background-image: none;
}

.alertify-button-cancel:focus, .ajs-cancel:focus {
	border: 1px indianred solid;
    background-color: white;
    color: indianred;
    text-shadow: none;
    background-image: none;
}

.alertify-button-cancel:hover, .ajs-cancel:hover {
	border: 1px indianred solid;
    background-color: indianred;
    color: white !important;
    text-shadow: none;
    box-shadow: none;
}

.alertify-message {
	margin-bottom: 5vh !important;
}

.alertify .ajs-button{    
	border-radius: 4px;
    color: #FFF;
    font-weight: bold;
    padding: 6px 15px;
    text-decoration: none;
    }
    
.alertify .ajs-dialog{
	border-radius: 8px;
	margin: 10vh auto !important;
}

.alertify .ajs-content {
    padding: 0 24px 0 16px !important;
    text-align: center;
}
    
.alertify .ajs-header{
	background-color: rgb(255 255 255 / 0%) !important;
	padding: 16px 24px 0 24px !important;
    text-align: center;
}
.alertify .ajs-footer{
	background-color: rgb(255 255 255 / 0%) !important;
	padding: 0 10px 20px 10px !important;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
    text-align: center;
}

.alertify .ajs-input{
	width: 100%;
	margin: 10px;
}

.alertify-notifier .ajs-message.ajs-error {
    background: rgba(217,92,92,.95);
    color: #FFF;
}

.cornflowerblue {
	color: cornflowerblue !important;
}

.input-error {
	width: max-content;
    max-width: 80%;
    padding: 0.5em 1em;
    border-radius: 5px;
    border: 1px indianred solid !important;
    color: indianred !important;
    background-color: white !important;
}

.padded-table td, th {
	padding-bottom: 20px !important;
	padding-top: 20px !important;
	border-bottom: 1px whitesmoke solid;
}

.slightly-padded-table td, th {
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}

.spaced-table {
	border-collapse: separate;
    border-spacing: 0 10px;
}

.spaced-table td, th {
	padding-bottom: 30px !important;
	padding-top: 30px !important;
}

.spaced-table tr {
	background-color: white;
}

.spaced-table td:first-child { 
	border-top-left-radius: 10px; 
	border-bottom-left-radius: 10px;
	padding-left: 10px;
}

.spaced-table td:last-child { 
	border-bottom-right-radius: 10px; 
	border-top-right-radius: 10px;
	padding-right: 10px; 
}

.spaced-table th:first-child { 
	border-top-left-radius: 10px; 
	border-bottom-left-radius: 10px;
	padding-left: 10px;
}

.spaced-table th:last-child { 
	border-bottom-right-radius: 10px; 
	border-top-right-radius: 10px;
	padding-right: 10px; 
}

.thin-spaced-table {
	border-collapse: separate;
    border-spacing: 0 10px;
}

.thin-spaced-table td, th {
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}

.thin-spaced-table tr {
	background-color: white;
}

.thin-spaced-table td:first-child { 
	border-top-left-radius: 10px; 
	border-bottom-left-radius: 10px;
}

.thin-spaced-table td:last-child { 
	border-bottom-right-radius: 10px; 
	border-top-right-radius: 10px; 
}

.bordered-table th {
	background-color: #bed3f91f !important;
}

.text {
	font-size: 18px;
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
	font-weight: 400;
    line-height: 1.5;
}

@media ( max-width : 1024px) {
	.text {
		font-size: 36px;
	}
}

@media ( max-width : 1024px) {
	.bot-circle {
		display: none !important;
	}
}

@media (max-width: 1024px) {
	.og-chat-box-outer {
		display: none !important;
	}
}

.gray-content-holder {
	width: 100%;
	min-height: 40vh;
	background-color: #f7fafe;
	padding-top: 10vh;
	padding-bottom: 15vh;
}

.clickable {
	cursor: pointer;
}

.clickable:hover {
	opacity: 0.7;
}

.red-text {
	color: indianred !important;	
}

.green-text {
	color: green !important;
}

.relative-header {
	padding-top: 10px;
	width: 100%;
	min-height: 10vh;
	background-color: white;
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    -webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.logo-header {
	width: 100%;
	min-height: 10vh;
	background-color: white;
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    -webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.header {
	padding-top: 10px;
	width: 100%;
	height: 10vh;
	z-index: 20;
	position: fixed; 
	color: white;
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    -webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.header-simple {
	padding-top: 10px;
	width: 100%;
	height: 10vh;
	z-index: 20;
	position: absolute; 
	color: #2a4a79;
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 1.5;
    display: inline-block;
    -webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.header.background {
	background-color: slategray;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.header.open {
	top: 0vh;
}

#header.transparent {
	background: rgba(0, 0, 0, 0);
	color: white !important;
}

.header-logo {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
}

.header-logo-text {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
}

.subtle-text {
	font-size: 16px;
}

@media ( max-width : 1024px) {
	.subtle-text {
		font-size: 10px;
	}
}

@media ( max-width : 1024px) {
	.header-logo-text {
    	font-size: 36px;
	}
}

.top-nav-bar {
	font-weight: lighter;
	word-spacing: 5px;
	text-align: center;
	color: white;
	font-size: 20px;
	z-index: 21;
	width: 100%;
	margin: auto;
	top: -10vh;
	position: fixed;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.top-nav-bar.open {
	top: 2vh;
}

@media ( max-width : 1024px) {
	.top-nav-bar {
		top: -5vh;
	}
}

.input-button,
.index-input-button {
	margin-left: 10px;
	font-size: 16px;
	background-color: slategray;
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
	padding: 16px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}

.clickable:hover {
	opacity: 0.7;	
}

.input-button:hover,
.index-input-button:hover {
	box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0
		rgba(0, 0, 0, 0.19);
}

.input-button[disabled],
.index-input-button[disabled] {
	background-color: lightgray !important;
	cursor: default !important;
}

.input-button[disabled]:hover,
.index-input-button[disabled]:hover {
	background-color: lightgray !important;
	box-shadow: none;
}

@media (max-width : 1024px) {
	.input-button {
	    font-size: 38px;
	    width: 100%;
	    min-height: 100px;
	    margin-top: 25px;
	    border-radius: 50px;
	    margin-left: 0;
	}
	
	.index-input-button {
		width: 100%;
	    margin-left: 0;
	    margin-top: 10px;
	    border-radius: 50px;
	}
}

.links-container {
	height: 100vh;
	width: 100vw;
	overflow-y: scroll !important;
}

.mobile-menu-color-background {
    background-color: #fff;
    color: #fff;
    display: none;
    font-size: 29px;
    font-weight: 100;
    height: 100vh;
    position: fixed;
    padding: 10vh 10% 10vh 10%;
    top: 0;
    width: 100%;
    z-index: 10;
}

.mobile-menu-color-background .link-header {
	color: #2b4a78;
	margin-top: 0.75em;
    letter-spacing: 1px;
    font-weight: 600;
}


.mobile-menu-color-background a {
	text-transform: none !important;
    color: cornflowerblue !important;
    margin: 0 !important;
    display: block;
    margin-top: 1em !important;
}

.mobile-menu {
	height: 100vh;
	width: 100%;
	position: fixed;
	overflow-y: scroll;
	top: 0;
	background-color: slategray;
	color: white;
	font-size: 48px;
	z-index: 10;
}

.mobile-menu-simple {
	height: 100vh;
    width: 100%;
    margin-top: 10vh;
    padding: 0 10% 10vh 10%;
	position: fixed;
	overflow-y: scroll;
	top: 0;
	background-color: white;
	color: #2b4a78;
	font-size: 29px;
	z-index: 10;
	display: none;
	font-weight: 100;
}

.mobile-menu-simple > .link-header {
	font-weight: 600;
	margin-top: 2em;
	letter-spacing: 1px;
}


.mobile-menu-simple a {
	text-transform: none !important;
    color: cornflowerblue !important;
    margin: 0 !important;
    display: block;
    margin-top: 1em !important;
}

.menu-item {
	width: 100%;
	padding: 1em;
	border-top: 1px lightgray solid;
	border-bottom: 1px lightgray solid;
}

.fading-blue {
	background: rgb(3, 92, 117);
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, rgb(3, 92, 117),
		rgb(59, 140, 163)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, rgb(3, 92, 117),
		rgb(59, 140, 163)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, rgb(3, 92, 117),
		rgb(59, 140, 163)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, rgb(3, 92, 117),
		rgb(59, 140, 163)); /* Standard syntax */
}

.fading-blue-transparent {
	background: rgba(141, 106, 132, .6);
	background: -webkit-linear-gradient(left top, rgba(109, 22, 192, 0.3), rgba(91, 174, 245, .3));
	background: -o-linear-gradient(bottom right, rgba(109, 22, 192, 0.3), rgba(91, 174, 245, .3)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, rgba(109, 22, 192, 0.3), rgba(91, 174, 245, .3)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, rgba(109, 22, 192, 0.3), rgba(91, 174, 245, .3)); /* Standard syntax */
}

.fading-purple-transparent {
	background: rgba(141, 106, 132, .6);
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, rgba(64, 69, 101, .6), rgba(141, 106, 132, .6)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, rgba(64, 69, 101, .6), rgba(141, 106, 132, .6)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, rgba(64, 69, 101, .6), rgba(141, 106, 132, .6)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, rgba(64, 69, 101, .6), rgba(141, 106, 132, .6)); /* Standard syntax */
}

.page-break,
.fading-purple {
	background: rgb(141, 106, 132);
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, rgb(64, 69, 101), rgb(141, 106, 132)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, rgb(64, 69, 101), rgb(141, 106, 132)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, rgb(64, 69, 101), rgb(141, 106, 132)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, rgb(64, 69, 101), rgb(141, 106, 132)); /* Standard syntax */
}

.purple {
	background: rgb(141, 106, 132);
}

.purple-font {
	color: rgb(141, 106, 132);
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#nav-icon {
  max-height: 8vh;
  max-width: 40px;
  position: relative;
  margin: 5px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  height: 4vh;
  top: 1.5vh; 
  width: 40px; 
  display: none; 
  margin-left: 10px; 
  margin-right: 10px;
}

@media (max-width : 1024px) {
	#nav-icon {
		top: .5vh;	
		display: inline-block;
		margin-right: 0;
	}
}

#header-table {
	width: 90%;
	margin: auto;
}

.simple-input {
	border-radius: 5px;
	border: 1px lightgray solid;
	padding: 1em;
	min-width: 150px;
	text-align: center;
	background-color: white;
	height: 50px;
	outline: none;
}

.simple-input.animated {
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.simple-input.animated:hover {
	background-color: slategray !important;
	color: white;
}

.simple-input.loading {
	background-color: lightgray !important;
	color: slategray;
	cursor: default !important;
}
	
button:disabled {
	background-color: lightgray !important;
	color: slategray;
	box-shadow: none !important;
	cursor: default !important;
}

/* Remove the gradient glaze shown on Safari and other browsers */
select{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMTYgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwLjIgKDU1MDQ3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5kb3dubG9hZDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJkb3dubG9hZCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1wYXRoIiBmaWxsPSIjRkZGRkZGIiBvcGFjaXR5PSIwLjAwOTk5OTk5OTc4IiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMzIiPjwvcmVjdD4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBmaWxsLW9wYWNpdHk9IjAuNCIgZmlsbD0iIzQ0NDQ0NCIgcG9pbnRzPSI1IDE1IDguNTE2NDMxOTIgMTAgMTIgMTUiPjwvcG9seWdvbj4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBmaWxsLW9wYWNpdHk9IjAuNCIgZmlsbD0iIzQ0NDQ0NCIgcG9pbnRzPSIxMiAxNyA4LjUxNjQzMTkyIDIyIDUgMTciPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat 95% 50%;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
    /* and then whatever styles you want*/
	height: 30px; 
	width: 100px;
	padding: 5px;
}

.twitter-icon {
	color: #000000;
}

.facebook-icon {
	color: #3b5998;
}

.linkedin-icon {
	color: #007bb6;
}

.pinterest-icon {
	color: #cb2027;
}

.instagram-icon {
	color: #e1306c;
}

.google-plus-icon {
	color: #d34836;
}

.youtube-icon {
	color: #FF0000;
}


.twitter:hover {
	color: white !important;
	background-color: #000000 !important;
}

.facebook:hover {
	color: white !important;
	background-color: #3b5998 !important;
}

.linkedin:hover {
	color: white !important;
	background-color: #007bb6 !important;
}

.pinterest:hover {
	color: white !important;
	background-color: #cb2027 !important;
}

.instagram:hover {
	color: white !important;
	background-color: #e1306c !important;
	background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF) !important;
}

.instagram-hover:hover {
	color: white !important;
	background-color: #e1306c !important;
	background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF) !important;
}

.google-plus:hover {
	color: white !important;
	background-color: #d34836 !important;
}


.twitter {
	color: white;
	background-color: #000000;
}

.facebook {
	color: white !important;
	background-color: #3b5998;
}

.instagram {
	color: white !important;
    background-color: #e1306c !important;
    background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF) !important;
}

.linkedin {
	color: white;
	background-color: #007bb6;
}

.youtube {
	color: white;
	background-color: #ff0000;
}

.gmb {
	background-color: #457ce7;
}

.other {
	background-color: #7787f7 !important;
}

.stories {
	color: white !important;
    background-color: #e1306c !important;
    background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF) !important;
}

.tiktok {
	background-color: #000000 !important;
}

.snapchat {
	background-color: #FFFC00 !important;
}

.tumblr {
	background-color: #35465c !important;
}

.reddit {
	background-color: #FF4500 !important;
}

.pinterest {
  background-color: #BD081C;
  color: white;
}

.fa-pinterest:before {
    content: "\f231";
}

#nav-icon span {
  display: none;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

@media ( max-width : 1024px) {
	#nav-icon span {
		display: block;
	}
}
#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  margin-top: 12px;
}

#nav-icon span:nth-child(4) {
	margin-top: 24px;
}

#nav-icon.open span:nth-child(1) {
	margin-top: 4px;
	width: 0%;
  /* top: 18px;
  width: 0%;
  left: 50%; */
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
 margin-top: 24px;
  width: 0%;
  left: 50%;
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid rgb(240,240,240);
  display: none;
}

.arrow-up.show {
  display: block;
}

.page-break {
	height: 5vh;
	width: 100%;
	margin-top: 5vh;
}

.mobile-links {
	display: none;
}

@media ( max-width : 1024px) {
		.mobile-links {
			display: inline-block;
		}
}

.desktop-table {
	display: table-cell;	
}

.desktop {
	display: inherit;	
}

.desktop-important { 
	display: inherit;
}

.desktop-inline {
	display: inline-block;	
}

.mobile {
	display: none;
}

.mobile-inline {
	display: none;
}

.mobile-table {
	display: none;
}

.mobile-table-row {
	display: none;
}

.desktop-left-aligned {
	margin-left: 0;
}

@media ( max-width : 1024px) {
	.desktop {
		display: none;
	}
	
	.desktop-left-aligned {
		margin-left: auto;
	}
	
	.desktop-important {
		display: none !important;
	}
	
	.desktop-inline {
		display: none;
	}
	
	.desktop-table {
		display: none;
	}
	
	.mobile {
		display: inherit;
	}
	
	.mobile-inline {
		display: inline-block;
	}
	
	.mobile-table {
		display: table-cell;
	}
	
	.mobile-table-row {
		display: table-row;
	}
}

.desktop-links {
	display: inline-block;
}

@media ( max-width : 1024px) {
	.desktop-links {
		display: none;
	}
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.banner-title {
	width: 90%;
	border-bottom: 1px gray solid;
	margin: auto;
	font-size: 16px;
	color: gray;
}

@media ( max-width : 1024px) {
	.banner-title {
		font-size: 30px;
	}
}

.footer {
	width: 100%;
	height: 15vh;
	text-align: center;
	font-size: 16px;
	background-color: lightgray;
	margin-top: 10vh;
	color: gray;
	bottom: 0;
}

@media ( max-width : 1024px) {
	.footer {
		font-size: 36px;
	}
}

.thirds {
	width: 30%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

@media ( max-width : 1024px) {
	.thirds {
		width: 80%;
	}
}

.halves {
	width: 45%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

@media ( max-width : 1024px) {
	.halves {
		width: 80%;
	}
}

.blue-banner {
	background-color: #357e9e;
    width: fit-content;
    margin: auto;
    padding: .3em;
    padding-right: 1em;
    padding-left: 1em;
    color: white;
    border-radius: 10px;
}

.desc-text {
	font-size: 16px; 
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
	margin: auto;
	width: 80%;
	margin-top: 30px;
	margin-bottom: 100px;
	color: slategray;
	letter-spacing: 0.5px;
}

@media ( max-width : 1024px) {
	.desc-text {
		font-size: 26px;
	}
} 

.separator {
	background-color: slategray;
    width: 120px;
    height: 2px;
    display: block;
    margin: auto;
    margin-top: 20px;
}

.blink-red-animation {
   animation-duration: 1000ms;
   animation-name: blink-red;
   animation-iteration-count: infinite;
   animation-direction: alternate;
}

@keyframes blink-red {
   from {
      color: slategray;
   }
   to {
      color: red;
   }
 }
 
.icon-toggle {
 	cursor: pointer;
 	color: lightgray;
 }
 
.icon-toggle:hover {
	color: slategray;
}
 
.icon-toggle-selected {
 	color: slategray;
 }
 
.pie-chart-parent {
    height: 400px;
    overflow: hidden;
 	margin: auto;
 	margin-left: 0;
 	margin-right: 0;
}

.disabled-recycle {
	opacity: 0.5;
}

.disabled-recycle:hover {
	border-radius: 5px;
    background-color: #5e6e7d;
}

.disabled-recycle.full-opacity {
	opacity: 1;
}

.disabled-icon {
	color: lightgray;
}

.disabled-icon:hover {
	border-radius: 5px;
    background-color: #8c99a5;
}

.disabled-icon.slategray-font {
	color: slategray;
}

.white-font {
	color: white;
}

.white-font-important {
	color: white !important;
}

.dark-gray-font {
	color: #4d4f52 !important;
}

.black-font {
	color: black;
}

.loading-text {
    position: relative;
    color: rgba(0, 0, 0, .3) !important;
    font-size: 5em
}

.loading-text:before {
    content: attr(data-text);
    position: absolute;
    overflow: hidden;
    max-width: 7em;
    white-space: nowrap;
    color: #fff !important;
    animation: loading 8s linear;
}
@keyframes loading {
    0% {
        max-width: 0;
    }
}

.light-placeholder::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: whitesmoke;
    opacity: 1; /* Firefox */
}

.light-placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: whitesmoke;
}

.light-placeholder::-ms-input-placeholder { /* Microsoft Edge */
    color: whitesmoke;
}

.client-report-title {
	text-align: left;
    width: 95%;
    margin: auto;
    margin-bottom: 0 !important;
    padding-top: 30px;
}

.client-report-desc {
	color: gray;
    width: 95%;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 100;
    line-height: 1.5em;
}

.social-icon {
	color: white;
	border-radius: 50%;
	padding: 0.5em;
	margin-right: 5px;
	margin-left: 5px; 
	background-color: #f0f6ff; 
	color: #2b4a78;
	width: 1em;
    height: 1em;
}

.no-legend-chart .chart-legend {
  display: none;
}

.player .outro-content {
	display: none !important;
}

.player .outro-bg, .player .outro-image {
	background-color: white !important;
}

.mobile-friendly-text {

}

@media ( max-width : 1024px) {
	.mobile-friendly-text {
		font-size: 18px;
	}
}

.profile-pic-platform-icon {
	border-radius: 50%;
    top: -10px;
    left: -10px;
    height: 1.5em;
    width: 1.5em;
    line-height: 1.5em;
    text-align: center;
    font-size: 20px;
    position: absolute;
    color: white;
}

.content-caption-text {
	font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
    color: black;
}

@media ( max-width : 1024px) {
	.content-caption-text {
		font-size: 24px;
	}
}

.subtle-font {
	/* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
	font-family: Helvetica,Arial,sans-serif;
}

.private-message {
	background-color: #c7d0dc !important;
    border-radius: 5px;
}

.fa-gmb:before {
    content: "\f1a0";
}

.fa-other:before {
    content: "\f1d8";
}

.fa-stories:before {
    content: "\f017";
}

.fa-tiktok:before {
    content: "\f001";
}

.fa-snapchat:before {
    content: "\f2ac";
}

.fa-reddit:before {
    content: "\f281";
}

.fa-youtube:before {
    content: "\f16a";
}

.dark-gray-text {
	color: #282828;
}

.analytics-stat,
.icon-analytics-stat {
    color: #2b4a78;
    font-family: Arial Rounded MT Bold,Helvetica Rounded,Arial,sans-serif;
}

.analytics-stat {
	font-size: 72px;
}

.analytics-stat.condensed {
	font-size: 48px;
}

.icon-analytics-stat {
	font-size: 48px;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Hashtag & cateogory reporting */
.hashtag-graph-desc-sort-button{
	cursor: pointer;
	display: none;
}

.category-graph-desc-sort-button {
	cursor: pointer;
}

.hashtag-graph-asc-sort-button,
.category-graph-asc-sort-button {
	cursor: pointer;
	display: inherit;
}

.hashtag-graph-desc-sort-button:hover,
.hashtag-graph-asc-sort-button:hover,
.category-graph-desc-sort-button:hover,
.category-graph-asc-sort-button:hover {
	opacity: 0.7;
}

.hashtag-stat-container,
.category-stat-container {
	display: flex;
 	justify-content: space-between;
	padding: 5px 5%;
	font-weight: 600;
	height: 40px;
}

.fullscreen-hashtag-graph,
.halfscreen-hashtag-graph,
.fullscreen-category-graph,
.halfscreen-category-graph {
	display: none;
}

@media (min-width: 990px){
	.fullscreen-hashtag-graph,
	.fullscreen-category-graph {
		display: inherit;
	}
}

@media (max-width: 989px){
	.halfscreen-hashtag-graph,
	.halfscreen-category-graph {
		display: inherit;
	}
}

.hashtag-stat-number,
.category-stat-number {
	width: 20%;
	text-align: right;
	margin-left: 10px;
}

.hashtag-stat-bar-container,
.category-stat-bar-container {
	position: relative;
	width: 90%;
	top: 26px;
	margin: auto;
}

.hashtag-stat-name-container,
.category-stat-name-container {
	position: relative;
	width: 75%;
}

.hashtag-stat-name,
.category-stat-name {
	width: 100%;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 5px;
}

.long-hashtag-stat-name,
.long-category-stat-name {
	cursor: pointer;
}

.hashtag-stat-key-container,
.category-stat-key-container {
	display: flex;
	align-items: center;
	padding: 10px 5%;
	font-weight: 600;
}

.hashtag-stat-key-bar,
.category-stat-key-bar {
	width: 14px;
	height: 14px;
	border-radius: 2px;
}

.hashtag-stat-key-text,
.category-stat-key-text {
	margin-left: 5px;
}

.hashtag-stat-expand-button,
.category-stat-expand-button {
	color: cornflowerblue; 
	padding-bottom: 15px;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.hashtag-stat-no-data-twitter-tooltip-parent,
.hashtag-stat-never-used-parent,
.category-stat-no-data-twitter-tooltip-parent,
.category-stat-never-used-parent {
	width: 100%;
}

.hashtag-stat-no-data,
.hashtag-stat-never-used,
.category-stat-no-data,
.category-stat-never-used {
	font-style: italic;
}

.hashtag-stat-bar,
.hashtag-stat-bar-inactive,
.category-stat-bar,
.category-stat-bar-inactive {
	height: 2px;
	position: absolute;
}

.hashtag-stat-bar-inactive,
.category-stat-bar-inactive {
	right: 0;
}

.hashtag-postcount-background,
.category-postcount-background,
.category-likes-background {
	background-color: #E1306C;
}

.hashtag-postcount-text,
.category-postcount-text,
.category-likes-text {
	color: #E1306C;
}

.hashtag-avgimpressions-background,
.category-avgimpressions-background,
.category-comments-background {
	background-color: #F5A038;
}

.hashtag-avgimpressions-text,
.category-avgimpressions-text,
.category-comments-text {
	color: #F5A038;
}

.hashtag-text-no-data,
.category-text-no-data {
	color: #888;
	text-decoration: underline;
	text-decoration-style: dashed;
}

.hashtag-avgengagement-background,
.category-avgengagement-background,
.category-shares-background {
	background-color: #1F77B4;
}

.hashtag-avgengagement-text,
.category-avgengagement-text,
.category-shares-text {
	color: #1F77B4;
}

.hashtag-stat-bar-inactive,
.category-stat-bar-inactive {
	background-color: whitesmoke;
}

.transparent-purple-gradient {
	background: #7787f7cc;
    background: linear-gradient(to bottom right, #7787f7cc, #ba77f7cc);
}

.confetti-button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  border: none; 
  background: none;
}

.confetti-button:focus { outline: 0; }

.confetti-button:before, .confetti-button:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}

.confetti-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #7787f7 20%, transparent 20%), radial-gradient(circle, transparent 20%, #7787f7 20%, transparent 30%), radial-gradient(circle, #7787f7 20%, transparent 20%), radial-gradient(circle, #7787f7 20%, transparent 20%), radial-gradient(circle, transparent 10%, #7787f7 15%, transparent 20%), radial-gradient(circle, #7787f7 20%, transparent 20%), radial-gradient(circle, #7787f7 20%, transparent 20%), radial-gradient(circle, #7787f7 20%, transparent 20%), radial-gradient(circle, #7787f7 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

.confetti-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ff0081 15%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.confetti-button:active {
  transform: scale(0.9);
}

.confetti-button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}

.confetti-button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}
 @keyframes
topBubbles {  0% {
 background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
}
 50% {
 background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
}
 100% {
 background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
 background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
}
}
@keyframes
bottomBubbles {  0% {
 background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
}
 50% {
 background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
}
 100% {
 background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
 background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
}
}

.expanded-menu {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 20px 0 rgba(105,143,183,.1);
    box-shadow: 0 1px 3px 0 rgba(51,51,79,.1), 0 0 10px 0 rgba(51,51,79,.1);
    padding: 40px;
    position: absolute;
    box-sizing: border-box;
    text-align: left;
    visibility: collapse;
    opacity: 0;
    z-index: 100;
    transition: all .25s ease-out;
    transition-delay: .1s;
}

.expanded-menu.default {
    margin-left: -125px;
    width: 250px;
    left: 50%;
    top: 2.5em;
}

.expanded-menu.right {
    margin-left: -125px;
    width: 250px;
    right: 0;
    top: 2.5em;
}

.expanded-menu.left {
    width: 250px;
    left: -15px;
    top: 2.5em;
}

.expanded-menu.arrow-left {
	color: #333;
    height: inherit;
    white-space: nowrap;
    width: fit-content;
    left: 50px;
    top: 0px;
    padding: 0 20px;
}

.expanded-menu.top {
    width: 250px;
    left: -15px;
    top: inherit;
    bottom: 2.5em;
    padding: 25px 15px 25px 15px;
}

.expanded-menu-trigger-icon {
	color: #d9e1ea;
	cursor: pointer;
}

.expanded-menu-trigger-icon:hover {
	color: cornflowerblue;
}

.expanded-menu-trigger:hover .expanded-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(400) rotate3d(0,0,0,0);
}

.expanded-menu:after, .expanded-menu:before {
    content: "";
    position: absolute;
    background: #fff;
    left: 50%;
}

.expanded-menu.right:after, .expanded-menu.right:before {
    content: "";
    position: absolute;
    background: #fff;
    right: 10px;
    left: inherit;
}

.expanded-menu.left:after, .expanded-menu.left:before {
    content: "";
    position: absolute;
    background: #fff;
    left: 25px;
    right: inherit;
}

.expanded-menu.arrow-left:before {
    content: "";
    position: absolute;
    background: #fff;
    left: 5px;
    top: 7px;
    right: inherit;
    box-shadow: none;
}

.expanded-menu.arrow-left:after {
	display: none;
}

.expanded-menu.top:after, .expanded-menu.top:before {
	left: 25px;
    right: inherit;
    top: inherit;
    bottom: 0px;
}

.expanded-menu.top:before {
    margin-bottom: -8px;
    margin-left: -8px;
}

.expanded-menu:before {
    width: 20px;
    height: 20px;
    top: -8px;
    border-radius: 4px;
    margin-left: -10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    box-shadow: 0 0 5px 0 rgba(51,51,79,.14);
}

.expanded-menu:after {
    width: 40px;
    height: 25px;
    top: 0;
    margin-left: -20px;
}

.expanded-menu > .link-header {
	font-weight: 600;
	margin-top: 15px;
	letter-spacing: 1px;
}

.expanded-menu a {
	text-transform: none !important;
    color: cornflowerblue;
    margin: 0 !important;
    display: block;
    font-family: 'Hind', 'Avenir', 'Helvetica', arial;
}

.master-view-button {
	font-weight: 400;
	margin: 20px;
	margin-left: 0;
	font-size: 14px;
	padding: 0.7em;
}

.load-more-button-bulk {
    text-align: center;
    background-color: white;
    color: slategray;
    border: 2px solid slategray;
    cursor: pointer;
	width: 100%; 
	display: flex; 
	justify-content: center;
	padding: 10px
}

.load-more-button-bulk:hover {
	opacity: 0.5;
}

.account-linking-text {
	margin: 50px auto auto;
	width: 90%;
	text-align: center;
}

.account-linking-loading-icon {
	width: 20px;
	margin-right: 20px;
}