﻿.msg-container {
    /* max-width: 720px; */
    width: 195px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-select {
    cursor: pointer !important;
}
.menu-sub.show {
    box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.25) !important;
    z-index: 999 !important;
}
.btnVazado {
    height: fit-content;
    padding: .2rem 2rem;
    border-radius: 20px;
    color: #071437;
    border: 1px solid #071437;
}
.btnVazadoR {
    height: fit-content;
    padding: .2rem 2rem;
    border-radius: 20px;
    color: #061052;
    border: 1px solid #061052;
}
.card {
    --bs-card-border-radius: 1.8rem !important;
} 
.btn-default {
    background-color: #333 !important;
    color: white !important;
}

.btn-default:hover {
    background-color: dimgray !important;
    color: white !important;
    transition: .3s ease;
}

.fileBorder {
    border: 2px solid #000;
}

.noFileBorder {
    border: 2px solid transparent;
}

@media(min-width: 992px) {
    .chat-scroll {
        overflow-y: scroll;
    }
}

@media (min-width: 520px) {
    .msg-container {
        width: 250px;
    }
}

@media (min-width: 650px) {
    .msg-container {
        width: 350px;
    }
}

@media (min-width: 768px) {
    .msg-container {
        width: 500px;
    }
}

@media (min-width: 875px) {
    .msg-container {
        width: 600px;
    }
}

@media (min-width: 992px) {
    .msg-container {
        width: 195px;
    }
}

.bg-light-tag {
    text-transform: capitalize !important;
    font-size: 13px;
    background: #e9ebf0 !important;
}
  