
.squirrly-strb-main-container{
    width:500px; 
    height:500px;
    position:relative;
    display: flex;
    overflow: hidden;
}
.squirrly-strb-background-img img{
    width: 500px;
    height:500px;
    border-radius: 8px;
}

.squirrly-strb-innerContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height:135px;
    width:60%;
    position:absolute;
}
.squirrly-strb-pnl-color{
    z-index: 0;
    min-height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    background-color:rgba(10, 24, 24, 0.9);
    border-radius: 8px;
}
.squirrly-strb-pnl-color-white{
    background-color:rgb(254, 254, 254,0.9);
}
.squirrly-strb-data{
   z-index:10;
   
   margin-top:10px;
   height: 80px;
   width: 95%;
   display: flex;
   align-items: center;
   justify-content: center;
}
.squirrly-strb-user-img{
   display: flex;
   align-items: center;
   justify-content: center;
}
.squirrly-strb-user-img img{
    width:65px;
    height:65px;
}
.squirrly-strb-headder{
    width:70%;
    height:100%;
    margin-left:10px;
    overflow:hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
}
.strb-name{
    z-index:20;
    color:white;
    font-size:28px;
    font-weight:500;
    margin-left:5%;
    height:40px;
    width:100%;
    text-transform: capitalize;
}
.strb-name-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.strb-job{
   font-style:italic;
   font-size:16px;
   color:white;
   margin-left:5%;
   width:100%;
   margin-top:-5px;
}
.strb-job span{
    margin-left:5px;
}
.strb-bio{
    width:43%;
    color:white;
    display: flex;
    align-items:center;
    justify-content:center;
    
    overflow:hidden;
    font-size:12px;
    margin-left:5px;
    line-height:16px;
}
.squirrly-strb-social-wrap{
    margin-top: 10px;
    width: 27%;
    height: 35px;
    bottom:8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    position: relative;
    right: 45px;
   
}
.squirrly-strb-social-wrap-dinamic{
    margin-top: 10px;
    width: 27%;
    height: 30px;
    bottom:8px;
    display: flex;
    align-items: center;
    z-index: 10;
    position: relative;
    right: 45px;
    gap: 7px;
}
.squirrly-strb-social-wrap-dinamic a{
    display: flex;
    justify-content: center;
    align-items: center;
   text-decoration: none;
 
}
.squirrly-strb-social-wrap a{
    display: flex;
    justify-content: center;
    align-items: center;
   text-decoration: none;
}
.squirrly-strb-item-social{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22px;
    width: 22px;
    background-color: rgb(0, 0, 0); 
    border-radius: 50%;
}

.squirrly-strb-item-social i{
    margin-top:1px;
    color:white;
    font-size: 12px;
}
.squirrly-strb-item{
    color:white;
    font-size: 20px;
}
.social-item-black{
    color:black;
    font-size:18px;
}
.social-item-white{
    color:white;
    font-size:18px;
}
@media screen and (max-width: 700px) {
    .frontend-wrapper{
      display:flex;
      align-items:center;
      justify-content:center;
    }
    }
@media screen and (max-width: 700px) {
        .scale-wrapper{
            scale:0.8;
        }
    }
@media screen and (max-width: 500px) {
        .scale-wrapper{
            scale:0.8;
        }
}
@media screen and (max-width: 400px) {
    .scale-wrapper{
        scale:0.7;
    }
}
@media screen and (max-width: 358px) {
    .scale-wrapper{
        scale:0.6;
    }
}
@media screen and (max-width: 307px) {
    .scale-wrapper{
        scale:0.5;
    }
}
 
 
 
