﻿.orange {
    color: #cd982e;
}

.purple {
    color: #c3456b;
}

.unread > * {
    font-weight: bold !important;
}

ion-item-divider ion-label {
    padding: 10px 0;
    font-weight: normal;
    text-transform: uppercase;
}

ion-item-divider.ios ion-label {
    padding: 20px 0;
    font-size: 14px;
    font-weight: normal;
}

ion-item-divider i.fas {
    font-size: 24px;
    padding-right: 10px;
}

.bold {
    font-weight: bold !important;
}

.message-piece {
    float: right;
    padding: 5px;
    font-size: 13px;
    border-radius: 4px;
    position: relative;
    background-color: #d5f7d3;
    border-bottom: 1px solid #002e70;
}

    .message-piece em {
        font-size: 12px;
        color: #6b6e6b;
        display: block;
        margin-top: 5px;
        text-align: right;
    }

    .message-piece i.fas {
        right: 0;
        top: -13px;
        color: #d5f7d3;
        font-size: 20px;
        position: absolute;
    }

    .message-piece.left {
        float: left;
        margin-left: 0;
        text-align: left;
        background-color: #F7F5B3;
    }

        .message-piece.left em {
            text-align: left;
        }

        .message-piece.left i.fas {
            left: 0;
            right: auto;
            color: #F7F5B3;
        }

.reply {
    left: 0;
    right: 0;
    clear: both;
    width: 100%;
    bottom: 50px;
    position: fixed;
    padding-bottom: 30px;
    background-color: #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

    .reply textarea {
        width: 100%;
        padding: 5px;
        font-size: 12px;
        border-radius: 2px;
        background-color: #fff;
        border: 0 none;
        resize: none;
        margin-top: 10px;
        min-height: 70px;
    }

    .reply .send {
        rotate: 45deg;
        color: #58585b;
        font-size: 25px;
    }
