body{
    background-color: #F7F7FA;
}


 /* Custom CSS for hiding/showing posts */
 .influencer-card {
    display: none;
}
.influencer-card.active {
    display: block;
}

.category-btn{
    border: 1px solid rgba(128, 128, 128, 0.3);
    color: black;
}

.category-btn.active {
    background-color: #EC1C24;
    color: white;
}

.category-btn:hover{
    background-color: #EC1C24;
    color: white;
}

.priceTag{
    border-width: 1px 0;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
}

.modal-backdrop {
    background-color: #111;
 }




.mt--10{
    margin-top: -10px;
}

.mt--15{
    margin-top: -15px;
}

.mt--100{
    margin-top: -100px;
}


.followerLine {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #0000002e;
    line-height: 0.1em;
    margin: 10px;
 }

 .followerLine span {
     background:#fff;
     padding:0 10px;
 }


 .shadow-1{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
 }






.dashBoard-nav-link{
    color: #1c1a19;
}

.dashBoard-nav-link:hover, .dashBoard-nav-link a:focus{
    color: #dc3545 !important;
}



.productGrid {
    height: 70vh;
    overflow-y: scroll;
    mask-image: linear-gradient(to bottom, transparent 0%, black 0% 100%, transparent 100%);
}



/* scrollbar styling */
.scrollable-section::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.scrollable-section::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #EDEDED;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);

}

/* Handle */
.scrollable-section::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #a7a7a7e0;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}

.scrollable-section::-webkit-scrollbar-thumb:window-inactive {
    background: #EDEDED;
}



.userIntro{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;

}

/* form profile img */
  .avatar-upload {
    position: relative;
    width: fit-content;
  }

  .avatar-edit {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .avatar-upload .avatar-edit input {
    display: none;
  }

  .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
  }
  .avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
  }
  .avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }
  .avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }















.profile-img{
    width: 40;
    height: 40;
    border-radius: 100%;
}








  .searchbox .form-control {
    border-color: transparent;
    border-right:solid 1px rgba(0,0,0,0.10);
  }


  @media (max-width:767px) {
    .searchbox .btn { width:100%; }
    .searchbox {
      padding: 20px 40px;
    }
  .searchbox .form-control {
    border-color: transparent;
    border-bottom:solid 1px rgba(0,0,0,0.10);
  }
  .searchbox select.form-control {
    border-bottom:solid 1px transparent;
  }
  }














































  /* cards */
