﻿
.form-check-input {
    height: 30px;
    width: 30px;
}

.card {
    width: -webkit-fill-available;
    border: none;
    border-radius: 15px;
}

.chat {
    border: none;
    background: #E2FFE8;
    font-size: 14px;
    border-radius: 20px;
    margin-left:10px;
}

.bg-white {
    border: 1px solid #E7E7E9;
    font-size: 14px;
    border-radius: 20px;
    margin-right: 10px;
}


.dot {
    font-weight: bold;
}