.xs-sms-wrapper {
    margin: 10px 5px;
    max-width: 450px;
    background-color: #f6f6f6;
    padding: 0 0px 5px 0px;
    border-radius: 15px;
    overflow: hidden;
    font-family: 'Poppins';
}

.xs-sms-from {
    padding: 10px 0;
    text-align: center;
    color: white;
    background-image: linear-gradient(to bottom, #b1bbc7, #77839d);
    font-weight: bold;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.4);
    font-size: 1.2em;
    margin-bottom: 5px;
}

.xs-sms-spacer {
    height: 5px;
}

.xs-sms-name {
    font-size: 0.75em;
    margin-bottom: -6px;
}

.xs-sms-name.left {
    text-align: left;
    margin-left: 15px;
    color: #1f1f1f;
}

.xs-sms-name.right {
    text-align: right;
    margin-right: 15px;
    color: #00531c;
}

.xs-sms {
    border-radius: 10px;
    max-width: 80%;
    padding: 10px;
    word-break: break-word;
    margin-bottom: 8px;
    position: relative;
    font-size: .85em;
}

.xs-sms.left {
    color: black;
    background-color: #e6e5eb;
    float: left;
    margin-left: 10px;
}

.xs-sms.right {
    color: white;
    background-color: #37d860;
    float: right;
    margin-right: 10px;
}



.xs-sms.left[data-last-of-type]:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: -7px;
    height: 20px;
    border-left: 15px solid #E5E5EA;
    border-bottom-right-radius: 16px 14px;
    -webkit-transform: translate(0, -2px);
}

.xs-sms.left[data-last-of-type]:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 4px;
    width: 26px;
    height: 20px;
    background: #f6f6f6;
    border-bottom-right-radius: 10px;
    -webkit-transform: translate(-30px, -2px);
}

.xs-sms.right[data-last-of-type]:before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -7px;
    height: 20px;
    border-right: 15px solid #37d860;
    border-bottom-left-radius: 16px 14px;
    -webkit-transform: translate(0, -2px);
}

.xs-sms.right[data-last-of-type]:after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -56px;
    width: 26px;
    height: 20px;
    background: #f6f6f6;
    border-bottom-left-radius: 10px;
    -webkit-transform: translate(-30px, -2px);
}

.xs-sms-wrapper .xs-lire-histoire-paragraphe {
    margin: 0;
    min-height: auto;
}

.xs-sms-wrapper .xs-lire-histoire-paragraphe {
    text-indent: 0;
}
