﻿.chat-window {
    bottom: 0;
    position: fixed;
    right: 0;
    z-index: 1000;
}

.bg-rojo {
    background-color: #e40e20 !important;
}

#bntChatOpen {
    background-color: #e40e20 !important;
    border: 1px solid #FFF;
}

#chat4 .form-control {
    border-color: transparent;
}

    #chat4 .form-control:focus {
        border-color: transparent;
        box-shadow: inset 0px 0px 0px 1px transparent;
    }

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}
