/* Social Reviews */
.tpgb-wrap-fw {
    width: 100%;
}
.tpgb-social-reviews .grid-item {
    padding: 15px
}
.tpgb-review {
    background-color: #f8f9f9;
    border: 1px solid #d0d1d5;
    border-radius: 3px;
    padding: 15px;
    width: 100%
}
.tpgb-sr-bottom,.tpgb-sr-header,.tpgb-review {
    display: block;
    position: relative;
}
.tpgb-sr-showid {
    padding-top: 10px;
    font-size: 12px
}
.tpgb-sr-showid {
    text-align: center
}
.tpgb-social-reviews img.tpgb-sr-profile {
    width: 50px!important;
    height: 50px;
    border-radius: 50%;
    margin: 0 10px 0 auto
}
.tpgb-sr-username,.tpgb-sr-username a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.38;
    color: #000;
    text-decoration: none;
}
.sr-star {
    color: #ffc107;
}
.tpgb-sr-content {
    display: inline-flex;
    position: relative;
    color: #000;
    font-size: 14px;
    line-height: 1.38;
    word-break: break-word;
    margin: 0;
}
img.tpgb-sr-logo {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: text-bottom
}
.tpgb-sr-logotext {
    font-size: 10px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}
.tpgb-newline {
    display: block;
    text-align: left;
}
.tpgb-sr-time {
    display: inline-flex;
    position: relative;
    font-size: 10px;
    font-weight: 700;
}
.tpgb-sr-top-hr {
    position: absolute;
    left: 0;
    width: 100%;
    border: 1px solid silver
}
.danger-error {
    font-weight: 700;
    background-color: #f2dede
}
.danger-error .tpgb-sr-content {
    padding-top: 25px
}
.tpgb-social-reviews .tpgb-message {
    padding: 10px 0;
}
.error-handal {
    text-align: center;
    color: #d8000c;
    background-color: #ffd2d2;
    padding: 20px;
    border: 1px solid #da1111;
    width: 100%
}
.FBExample {
    padding-bottom: 10px;
    font-size: 11px;
    font-style: italic;
    line-height: 1.4;
    color: #a4afb7;
    text-align: right;
    font-weight: 700
}
.FBExample a {
    color: #d30c5c;
    text-decoration: none
}
.tpgb-social-reviews .moreText {
    display: none
}
.tpgb-social-reviews .tpgb-message.show-text .moreText {
    display: inline
}
.tpgb-social-reviews .grid-item a.readbtn {
    color: #d30c5c;
    text-decoration: none;
    font-weight: 200;
    cursor: pointer
}
/* Social Reviews */
/* Scroll Start */
.tpgb-normal-scroll {
    border-radius: 0;
    scroll-behavior: smooth;
    word-wrap: break-word;
    overflow-y: scroll
}
.tpgb-normal-scroll::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5
}
.tpgb-normal-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #555;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
.tpgb-normal-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f5f5f5;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
/* scroll End */
.tpgb-sr-bottom a {
    position: relative;
    display: inline-flex;
    align-items: center;
}