@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');

body {
    background-color:#f8f9fa;
    font-family: 'Nunito', sans-serif;
}
.page .content{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.page- .content{
    padding-top: 0;
    padding-bottom: 0;
}
.card {
    border:none;

}
.card-header {
    background-color:#8A3DFF;
    color:#FFF;
}
.card-header strong {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 18px;
}
.username {
    font-family: "Open Sans", sans-serif;
}
.btn-primary {
    background-color: #213b52;
    border-color: #213b52;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #475c6f;
    border-color: #213b52;
    box-shadow:none;
}

.table .thead-primary th {
    color: #fff;
    background-color: #425f79;
    border-color: #425f79;
    font-weight: 500;
}

a {
    color:#41d058;
}

.table tbody tr td {
    vertical-align: middle;
}

.form-group label {
    font-weight: 600;
}
.filter_opts {
    margin-bottom: 2rem;
}
.filter_opts .heading {
    margin-bottom: 0.5rem;
}
.filter_opts .heading a{
    color:#666;
    font-weight: 700;
    font-size: 16px;
}
.filter_opts .form-check{
    margin-bottom: 0.6rem;
}

.browse-item span.img{
    max-width: 25px;
    max-height: 25px;
    display: inline-block;
}
.browse-item a{ 
    color:#000;
    text-decoration: none;
}

.profile-pic {
    max-width: 150px;
    display: inline-block;    
    margin: 0rem 1rem;
}
.profile-username {
    font-size: 25px;
    color: #434343;
}
.profile-username a{ 
    color:#000;
    text-decoration: none;
}

.favorite-item span.img{
    max-width: 35px;
    max-height: 35px;
    display: inline-block;
}
.favorite-item i, .favorite-item .username, .favorite-item .lock{ 
    color:#000;
    text-decoration: none;
}

.favorite-item a {
    text-decoration: none;
}

.inbox a {
    text-decoration: none;
    color: inherit;
}

.inbox li:hover {
    background-color: #f7f7f7;
}
.inbox li.selected {
    background-color: #e5f8e6;
}
.inbox-right .list-group-item small {
    color: #777;
}
.inbox-right .list-group-item small span:nth-child(2){
    border-left: 1px solid #b2b2b2;
    margin-left: 10px;
    padding-left: 10px;
}

.horizontal-tabs {
	margin:30px 0px 30px 0px;
	padding:0px;
	list-style:none;
}

.horizontal-tabs li {
	display:inline;	
}

.horizontal-tabs li a{
	padding:5px 15px;	
	border-radius:2px;
    text-decoration:none;
    color: #333;
    font-weight: 700;
}

.horizontal-tabs li:hover a{
	background:#EEE;
	color:#333;	
}

.horizontal-tabs li.active a{
	background:#fdc134;
	color:#FFF;	
}

.cart-item .profile-pic{
    max-width: 70px;
    margin-left: 0;
}

.checkout-item .profile-pic{
    max-width: 40px;
    margin-left: 0;
}

.campaign-item .profile-pic{
    max-width: 60px;
    margin-left: 0;
}
.footer-links {
    margin-top: 2rem;
}
.footer-links a{
    margin-right: 1rem;
}

.footer-links a::after{
    content:'.';
    padding-left: 1rem;
    vertical-align: text-bottom;
}

.footer-links a:last-child::after{
    content: '';
    padding:0;
}

.nav-menu .drop-down.notification > a:after {
    content:none;
}
.nav-menu .drop-down a {
    position: relative;
}

.nav-menu .drop-down a .tg-badge{
    position: absolute;
    top: 2px;
    left: 29px;
    font-size: 12px;
    font-weight: 800;
    color:#19f13e;
}

.nav-menu .notification .read_N {
	font-weight: 600;
}

.nav-menu .notification .read_Y {
	color:#9e9e9e !important;
}

.nav-menu .notification .dropdown-item .time {	
	font-size:11px; 
	display:block;
	text-align:left;	
	padding-top: 3px;
	font-weight:normal;
}

.influencer-item {
    margin-bottom: 1.5rem;
}

.influencer-item .premium{
    border-color: #FFD700;
    border-width: 2px;
    border-style:solid;
    box-shadow:0px 0px 5px #213b52 !important;  
    position:relative;  
}

.influencer-item .premium .premium_label{
    position: absolute;
    right:0;
    top:0;
    z-index: 1;
    background: #FFD700;
    color:#FFF;
    border-bottom-left-radius: 5px;
}

.nav-menu .dropdown-menu .dropdown-item {
    padding: 10px 20px;
    font-size: 14px;
    
    text-transform: none;
    color: #3e6f9b;
}

.nav-menu .dropdown-menu {
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.icon-social {
    display:inline-block;
}

.features i {
    color:#fdc134;
}

.features h4 {
    font-size: 20px;
    font-weight: 700;    
    color: #213b52;
}

.features p {
    font-size: 15px;
    color: #848484;    
}

.badge {
    font-family: "Open Sans", sans-serif;
}

.only-desktop {
    display: none;
}

@media (min-width: 992px) {
    .only-desktop {
        display: block;
    }
}

.media-image {
    height: 100%;
    width: 100%;
    text-align: center;
}

.media-image img{
    max-height: 120px;    
    overflow: hidden;
}

.steps {
    counter-reset: step;
}
.steps li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}
.steps li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}
.steps li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}
.steps li:first-child:after {
    content: none;
}
.steps li.active {
    color: green;
}
.steps li.active:before {
    border-color: #55b776;
}
.steps li.active + li:after {
    background-color: #55b776;
}
