
:root{
    font-size: calc((1vw + 1vh + 1vmin)*0.4)
}

html{
    scroll-behavior: smooth;
}
body {
    font-family: 'Nunito', sans-serif;
    background-image:url("/static/img/BGdesign.svg");
    background-size: cover;
}
a.size-12:hover{
    text-decoration: underline;
    color: #07295c;
}
a:hover{
    text-decoration: none;
}
.avg_engagement_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.acc-img{
    border-radius: 50%;
    border: solid 0.2rem transparent;
    padding:0.4rem;
    background-image:linear-gradient(white, white), linear-gradient(180deg, #00DEFC 0%, #2496FF 31.77%, #243AFF 61.46%, #A901F9 100%);
    background-origin:border-box;
    background-clip:padding-box,border-box;
}
.acc-img-size{
    width:6.5rem;
    height:6.5rem;
}
.benchmark-grid-container{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 15px;
}
.border-table-row{
    border-top:2px solid #F4F2FF;
}
.border-right-btm-top{
    border-bottom-right-radius: 1rem;
    border-top-right-radius: 1rem;
}
.border-left-btm-top{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-right:none !important;
}
.clickable-tag{
    cursor: pointer;
}
a.clickable-tag:hover{
    text-decoration: underline;
}
.category-filter-box-size{
    width:11rem;
}
#compare-overlay .grid-container {
    border: none;
}
#compare-overlay{
    position: absolute;
}
.compare-overlay {
    position: relative;  
    z-index: 99;
    display:flex;
    flex-wrap: wrap;
}
.btn-round{
    border-radius: 50%;
}
button.btn-cancel{
    padding: 0.3rem 0.9rem;
    background-color: #585858;
    color: white;
    border: none;
    outline: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
button.btn-cancel:hover{
    background-color: rgb(47, 47, 47);
}
button.pagination-btn,button.pagination-btn:focus{
    background-color: transparent;
    border:none;
    outline: none;
}
.border-btm{
    border-bottom: 1px solid #C6C2DE;
}
#category-filter-text,#date-filter-text,#quarter-filter-text,#country-filter-text{
    overflow: hidden;
    text-overflow: ellipsis;
}
.card{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}
.colour-black{
    color:black;
}
.colour-dark-blue{
    color:#013C95;
}
.colour-dark-purple{
    color:#6E6893;
}
.colour-insta {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
}
.colour-twitter{
    color:#00acee;
}
.colour-ytred{
    color: 	#FF0000;
}
.draggable{
    z-index: 100;
    width:100%;
}
.dropdown-menu::-webkit-scrollbar {
    width: 0.5rem;
}
.dropdown-menu{
    font-size: 1.1rem;
    border: 2px solid #d6d6d6;
}
.dropdown-menu#categories,.dropdown-menu#countries{
    padding : 0rem;
}
.fb-blue{
    color:rgba(24, 119, 242);
}
.filter-text{
    font-size: 1.4rem;
}
.filter-button:focus,.filter-button:active,.search-button:focus,.search-button:active,.input-field:focus,.input-field:active,.main-btn:focus{
    outline:none;
}
footer{
    padding-bottom:15px;
}
#footer-icon {
    padding-left:20px;
    opacity:0.4;
    display:inline-block;
    width:auto;
}
#footer-right {
    float:right;
    padding-right:20px;

}
.icon-small{
    font-size: 1.8rem;
}
.icon-big{
    font-size: 2.7rem;
}
.icon-middle{
    font-size: 2.5rem;
}
.icon-verybig{
    font-size: 5rem;
}
.input-field{
    border:2px solid #adadad;
    border-left:none;
    width:20rem;
    font-size:1.2rem;
    border-bottom-right-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.insightsrn-logo-size{
    width: 2.5rem;
    height: 2.5rem;
}
.insightsrn-logo-word-size{
    width: 8rem;
    height: 1.6rem;
}
.margin-left-right{
    margin: 0 4.5vw;
}
.padding-top{
    padding-top:4rem;
}
.padding-bottom{
    padding-bottom: 10%;
}
.padding-right-4{
    padding-right: 1.5rem;
}
.padding-left-right{
    padding-left: 4.5vw;
    padding-right: 4.5vw;
}
.padding-x4{
    padding-left:2rem;
    padding-right:2rem;
}
#pagination-container{
    padding-right: 3rem;
}
.pagination-margin-right{
    margin-right: 3rem;
}
.page-and-btn{
    display: inline-block;
}
#page-name-col{
    overflow: auto;
    height: max-content;
}
.page-col{
    max-height: 100%;
    overflow: auto;
}
.premium-cell{
    background-color: #EDFFFE;
}
.font-medium{
    font-size:1rem;
}
.small-font{
    font-size: 0.95rem;
}
.search-button{
    background-color: transparent;
    border:2px solid #adadad;
    font-size:1.2rem;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.scrollable {
    height: auto;
    max-height: 500%;
    overflow-x: hidden;
}
.sticky-header{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.size-12{
    font-size: 1.2rem;
}
.size-17{
    font-size: 1.7rem;
}
.sub-heading{
    font-size: 0.8em;
}
.sub-heading-2{
    font-size: 0.65em;
}
.title-heading{
    font-size: 1.8rem;
}
.zero-fontsize{
    font-size:0rem;
}
.grid-container{
    display: grid;
    grid-template-columns: 8% 22% repeat(7,10%);
    grid-template-areas: "empty empty first-pair first-pair sec-pair sec-pair third-pair third-pair view";
    width:100%;
}
.empty{
    grid-area:empty;
}
.first-pair{
    grid-area:first-pair;
}
.blue-cell{
    background-color: #F2FAFE;
}
.purple-cell{
    background-color: #FEF2FE;
}
.sec-pair{
    grid-area: sec-pair;
}
.third-pair{
    grid-area: third-pair;
}
.view{
    grid-area: view;
}
.table-header{
    background-color: #EDFFFE;
    padding-top:0.8rem;
}
.table-nav{
    background-color: #EDFFFE;
    border-top:2px solid #F4F2FF;
    justify-content: flex-end;
}

/* nav social media icon animation  */

.nav-icon {
	display: inline-block;
	font-size: 0px;
	margin: 0.5rem 1.5rem;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	text-align: center;
	position: relative;
	color: rgb(39, 39, 39);
}

.nav-icon::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.nav-icon::before {
	display: inline-block;
    content: '';
	font-style: normal;
    font-variant: normal;
    text-rendering: auto;
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	font-size: 1.7rem;
	line-height: 3rem;
	-webkit-font-smoothing: antialiased;
}

.nav-icon-facebook.nav-icon::before{
    content: "\f39e";
}
.nav-icon-instagram.nav-icon::before{
    content: "\f16d";
}
.nav-icon-youtube.nav-icon::before{
    content: "\f167";
}
.nav-icon-twitter.nav-icon::before{
    content: "\f099";
}
/* Effect */
.nav-icon::after {
	top: 0;
	left: 0;
	padding: 0;
    box-shadow: 0 0 0 2px rgb(58, 58, 58);
}
.nav-icon-effect .nav-icon:hover::after, .nav-icon.selected::after {
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.7;
}

.nav-icon-effect .nav-icon:hover, .nav-icon.selected {
	box-shadow: 0 0 0 3px rgb(58, 58, 58);
	color: rgb(39, 39, 39);
}

/* The below style which coloured coded for different platform, the colour here is specific to facebook */
.colour-main{
    color:#013C95;
}
.filter-button{
    background-color:transparent;
    font-weight: bold;
    border: 2px solid #6ea1eecc;
    padding: 0.5rem 1rem;
}
.draggable-row{
    display: flex;
    justify-content: center;
    align-items: center;
    width:98%;
    border: 4px solid #0e55bf;
    color:#9F9999;
    background-color: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}
.drag-handler{
    background-color: #0e55bf;
    width:2%;
    cursor: move;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.main-btn{
    background-color: #0e55bf;
    color:white;
    border:none;
    padding:0.4rem 0.8rem;
    border-radius: 0.4rem;
}
.main-btn:hover{
    background-color: #174d9e;
    color:white;
}
.dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color:#4e84d6;
    -webkit-box-shadow: inset 0 0 6px #0a3677; 
}
.dropdown-menu::-webkit-scrollbar-track {
    background-color: #89bdeea2;
    border-radius: 10px;
}
/* Styling checkbox */
/*overwrite default checkbox style*/
.btn-group #categories .input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.dropdown-menu >label > input[type=checkbox]{
    height: 1.7rem;
    width: 1.7rem;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 2px solid #A2D2FE;
    margin:0 0.5rem;
    border-radius: 0.4rem;
    outline: none;
    cursor: pointer;
}
.dropdown-menu >label > input[type=checkbox]:checked {
    background-color: #1E93FF;
}
.dropdown-menu >label > input[type=checkbox]:checked + span::before {
    font-family: "Font Awesome 5 Free";
    content:"\f00c";
    font-weight: 900;
    color: white;
    position: absolute;
    margin-left: -1.9rem;
}
/* appearance for disabled checkbox */
.dropdown-menu >label > input[type=checkbox][disabled]:checked  {
    background-color: rgba(207, 207, 207, 0.9);
}
.dropdown-menu >label > input[type=checkbox][disabled]{
    border: 2px solid rgba(207, 207, 207, 0.7);
}

/* Styling radio button */
input[type="radio"] {
    display: none;
}

input[type="radio"]+label:before {
content: "";
/* create custom radiobutton appearance */
display: inline-block;
width: 1rem;
height: 1rem;
padding: 1px;
margin: 0 5px;
/* background-color only for content */
background-clip: content-box;
border: 0.1rem solid #013C95;
background-color: #fffdff;
border-radius: 50%;
}
  
/* appearance for checked radio button */
input[type="radio"]:checked + label:before {
    background-color: #0e55bf;
}

/* appearance for disabled radio button */
input[type="radio"]:disabled + label:before {
    border: 0.1rem solid rgb(170, 170, 170);
}
input[type="radio"]:disabled:checked + label:before {
    background-color: rgb(170, 170, 170);
}
/* used for centering radio buttons */
label {
display: flex;
align-items: center;
}

@media screen and (max-width: 1400px){

    :root{
        font-size: 13px;
    }
    .font-medium{
        font-size: 1.1rem;
    }
}
@media screen and (max-width: 1100px){

    :root{
        font-size: 12px;
    }
    /* overflow set to make table scrollable */
    .card{
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        overflow: auto;
    }
    #all-filter-container{
        flex-direction: column;
    }
    #filter-icon-container{
        width: 100%;
    }
    #category-filter-text,#date-filter-text,#quarter-filter-text,#country-filter-text{
        width:350px;
    }
    button.filter-button{
        width:20%;
        padding: 0.5rem;
    }
    .btn-group{
        padding-top: 1rem;
        width: 100%;
    }
    .grid-container{
        display: grid;
        grid-template-columns: 5% 23% repeat(7,1fr);
        width:1100px;
    }
    /*set absolue width of draggable to make it scrollable*/
    .draggable{
        z-index: 100;
        width:1100px;
    }
    .sticky-left{
        position: -webkit-sticky;
        position: sticky;
        left:-1px;
    }
    .sticky-left-margin{
        position: -webkit-sticky;
        position: sticky;
        left:54px;
    }
    .bg-light-blue{
        background-color: #EDFFFE;
    }
}
@media screen and (max-width: 600px){

    :root{
        font-size: 12px;
    }
    .acc-img-size {
        width: 5.5rem;
        height: 5.5rem;
    }
    .insightsrn-logo-size{
        width: 2rem;
        height: 2rem;
    }
    .insightsrn-logo-word-size{
        width: 6.4rem;
        height: 1.3rem;
    }
    .nav-icon {
        margin: 1.05rem;
        width: 2.7rem;
        height: 2.7rem;
    }
    .nav-icon::before {
        line-height: 2.7rem;
    }
    #all-filter-container{
        flex-direction: column;
    }
    #filter-icon-container{
        width: 100%;
    }
    #pagination-container{
        padding-right: 1rem;
    }
    #title-heading-container{
        flex-direction: column;
    }
    .padding-right-4{
        padding-right: 0rem;
    }
    .padding-left-right{
        padding-left:15px;
        padding-right: 15px;
    }
    .pagination-margin-right{
        margin-right: 1rem;
    }
    #category-filter-text,#date-filter-text,#quarter-filter-text,#country-filter-text{
        width:80%;
    }
    button.filter-button{
        width:20%;
        padding: 0.5rem;
    }
    .btn-group{
        padding-top: 1rem;
        width: 100%;
    }
    .benchmark-grid-container{
        grid-template-columns: repeat(2,1fr);
        row-gap: 15px;
    }
    .title-heading{
        font-size: 1.6rem;
    }
    h4{
        font-size: 1.35rem;
    }
    #no-search-subheading{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        text-align: center;
    }
    .margin-left-right{
        margin: 0 15px;
    }
    .page-and-btn{
        display: block;
    }
    /* overflow set to make table scrollable */
    .card{
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        overflow: auto;
    }
    .grid-container{
        display: grid;
        grid-template-columns: 5% 23% repeat(7,1fr);
        width:800px;
    }
    /*set absolue width of draggable to make it scrollable*/
    .draggable{
        z-index: 100;
        width:800px;
    }
    .sticky-left{
        position: -webkit-sticky;
        position: sticky;
        left:-1px;
    }
    .sticky-left-margin{
        position: -webkit-sticky;
        position: sticky;
        left:38.5px;
    }
    .bg-light-blue{
        background-color: #EDFFFE;
    }
}
@media screen and (max-width: 400px){
    #platform-icons{
        width: 100%;
        justify-content: center;
    }
}


.mouse-animate {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.5rem;
    z-index: 9999999;
}
/* Google chart tooltup style */
.customTooltip * {
    font-size: 0.9rem;
}
.customTooltip .introjs-tooltip-title {
    font-size: 1.2rem;
}
a.introjs-disabled {
    color: #9e9e9e;
}
