.brtpmj_float_container * {
box-sizing: border-box;
}
.brtpmj_float_container,
.brtpmj_float_container .brtpmj_float_single_rvw,
.brtpmj_float_container .brtpmj_preloader {
height: 200px;
width: 500px;
position: fixed;
bottom: 20px;
background: white;
z-index: 99999;
padding: 20px;
border-radius: 10px;
font-size: 13px;
}
.brtpmj_float_left{
left: 20px;
}
.brtpmj_float_right{
right: 20px;
}
.brtpmj_float_container {
box-shadow: 0 0 15px #f1f1f1;
height: 200px;
padding: 0;
}
.brtpmj_float_left .brtpmj_float_collapse{
left: 0px;
}
.brtpmj_float_right .brtpmj_float_collapse{
right: -15px;
}
.brtpmj_float_collapse {
position: absolute;
top: -30px;
height: 40px;
z-index: 999999;
background: #fff;
border-radius: 500px;
box-shadow: 0 0 5px -2px #04da8d;
cursor: pointer;
}
.brtpmj_float_left .brtpmj_float_collapse img{
left: 5px;
}
.brtpmj_float_right .brtpmj_float_collapse img{
right: 5px;
}
.brtpmj_float_container .brtpmj_float_collapse img {
z-index: 999999;
position: absolute;
top: 5px;
height: 30px;
max-height: 30px;
width: 30px;
max-width: 30px;
opacity: 0.5;
cursor: pointer;
background: rgb(4, 218, 141);
border-radius: 500px;
}
.brtpmj_float_container .brtpmj_float_collapse img:first-child {
top: 15px;
}
.brtpmj_float_left .brtpmj_float_collapse p {
margin: 10px 0px 0 40px;
padding: 0 10px 0 0;
}
.brtpmj_float_right .brtpmj_float_collapse p {
margin: 10px 40px 0 0;
padding: 0 0 0 10px;
}
.brtpmj_float_container .brtpmj_float_sr_author_overview {
display: flex;
align-items: center;
gap: 20px;
justify-content: space-between;
}
.brtpmj_float_container .brtpmj_sr_img_name {
display: flex;
align-items: center;
gap: 10px;
}
.brtpmj_float_container .brtpmj_sr_ab_img img, 
.brtpmj_float_container .brtpmj_sr_ab_img span{
width: 45px;
height: 45px;
background: #d1f9ea;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.brtpmj_float_container .brtpmj_sr_ab_name {
font-weight: bold;
font-size: 15px;
}
.brtpmj_float_container .brtpmj_br_score_img img{
height: 20px;
}
.brtpmj_float_container .brtpmj_sr_title {
text-align: justify;
opacity: 0.8;
width: 100%; 
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 6;
line-clamp: 6; 
overflow: hidden;
} .brtpmj_preloader .brtpmj_sr_ab_img span{
box-shadow: 0 0 3px #aaa;
background-color: #f1f1f1;
height: 30px;
width: 30px;
}
.brtpmj_preloader .brtpmj_sr_ab_name {
background: #f1f1f1;
width: 200px;
height: 20px;
border-radius: 5px;
box-shadow: 0 0 3px #aaa;
}
.brtpmj_preloader .brtpmj_sr_title p {
background: #f1f1f1;
width: 100%;
height: 15px;
border-radius: 5px;
box-shadow: 0 0 3px #aaa;
}
.brtpmj_preloader .brtpmj_sr_rating {
background: #f1f1f1;
width: 100px;
height: 20px;
border-radius: 5px;
box-shadow: 0 0 3px #aaa;
}
.brtpmj-hidden {
display: none;
}
@media screen and (max-width: 768px) {
.brtpmj_float_container,
.brtpmj_float_container .brtpmj_float_single_rvw,
.brtpmj_float_container .brtpmj_preloader  {
width: 90%;
}
}