.bg-modern-theme {
  background-color: #48aeeb;
}


  .quick-bio-wrapper {
    position: relative;
    overflow: hidden;

}



.sunny-bg-animation {
    background-image: linear-gradient(-45deg, #6ec6f8, #c9eaff, #95d3f7, #b4dff8) !important;
    /* background: #BD0F15; */


}

.quick-bio-wrapper{

   box-shadow: 0 0 6px #fff;
   z-index:1;
   position: relative;
}
/* .bio-title{
    color: #000 !important;
}
.bio-name{
    color: #000 !important;
} */
.quick-bio-item a{
    /* background-color: #BD0F15; */
    /* color: #000 !important; */
    /* border-radius: 60px !important; */

}
a.item-wrapper{
  background: #fff !important;

  border-radius: 12px !important;
  color: #000 !important;

}
.quick-bio-bg-item{
    /* background-color: #BD0F15; */
    /* border-radius: 20px !important; */


}
.quick-bio-bg-item a{

  background: linear-gradient(0deg, rgb(0, 0, 0) -11%, rgba(252,69,69,0) 60%) !important;
  border-radius: 0 !important;
}


.quick-bio-item a:hover{
    /* box-shadow: 0 0 5px #BD0F15; */
    /* opacity: 0.9; */
    opacity: 1;
}
/* .quick-bio-link-heading{
    color: #000 !important;

} */
.quick-bio-item{
  z-index: 9 !important;
}
.quick-social-icon{
  z-index:9 !important;
}
.quick-social-icon a{
    color: #fff !important;
    border-color: #fff !important;
    border-radius: 16% !important;
  background: #fff !important;

    box-shadow: 0 0 5px #fff;
    color: #38aaec !important;
}
.quick-social-icon a:hover{
  color: #fff !important;
  background: #38aaec !important;
    transform: scale(1.1);

}
.share-profile:hover{
    opacity: 0.8;
}

.share-profile path{

    fill: #000 !important;
}


.quick-bio-bg-item a div{
    /* background: #BD0F15 !important; */
    border-radius: 8px !important;
    padding: 4px 10px !important;
    /* color: #fff !important; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

