/*
Additional Style for SMS application
*/

@media (max-width: 768px) {
    .smsin {
        width: 80%;
    }
    .smsout {
        width: 80%;
    }
}

.sms-status {
    color: rgb(41, 41, 236);
    font-size: 0.6em;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 0px;
    clear: both;
}

.scroll-box {
    overflow-y: scroll;
    height: 400px;
    display: flex;
    flex-direction: column-reverse;
}

.smsdate {
    color: rgb(109, 109, 128);
    font-size: 0.6em;
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    
}

.smsout {
    background-color: rgb(48, 170, 48);
    color: white;
    border-radius: 10px;
    padding: 10px;
    width: 60%;
    float: right;
    clear: both;
}
   

.smsin {
    background-color: rgb(109, 109, 128);
    color: white;
    border-radius: 10px;
    padding: 10px;
    width: 60%;
    float: left;
    clear: both;
}

.mmspreview {
    padding: 10px;
    width: 100%;
    height: auto;
    margin: 10px;
    border-radius: 10px;
    width: 50%;
    float: left;
}

.g-recaptcha > div {
    margin: 0 auto;
}

.phonebookmatch {
    color: rgb(59, 59, 81);
    font-size: 0.8em;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 0px;
    margin-top: -15px;
    clear: both;
}