.modal-backdrop.fade.show {
    z-index: 101;
}
.modal-dialog {
    max-width: 60%;
    max-height: 40%;
}
#chat-form {
    bottom: 63px;
    position: fixed;
    right: 2em;
    z-index: -5;
    background-color: white;
    border-radius: 2px;
    border: black 1px solid;
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
    max-height: 400px;
    max-width: 310px;
    width: 310px;
    overflow: hidden;
    display: none;
}
.chat-form-mobile {
    bottom: 80px !important;
    position: fixed !important;
    width: 100%;
    max-width: none !important;
    width: 100% !important;
    right: 0 !important;
}
.chat-form-mobile-bottom0{
    bottom: 0px !important;
}
.chat-form-mobile-bottom80{
    bottom: 80px !important;
}
.chat-form-mobile .inputs-data input {
    width: 100%;
}
.chat-form-img {
    width: 30px;
    position: absolute;
    top: 5px;
}
.row .answers {
    min-height: 60px;
    margin-right: -5px !important;
    margin-left: -5px !important;
}
.signup-form-info-row .messages {
    border-radius: 5px;
    background-color: #f0f0f0;
    max-height: 250px;
    height: 250px;
    min-height: 200px;
    overflow-y: auto;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 15px;
}
#chat-form .red-bottom-line {
    border-bottom: 4px red solid;
    font-size: 10pt;
    line-height: 1.1em;
    padding-top: 5px;
}
.close-chat-form {
    background-color: red;
    border-radius: 0px;
    display: inline-block;
    height: 20px;
    opacity: 1;
    position: absolute;
    right: -10px;
    top: 0px;
    width: 20px;
}
.close-chat-form::before {
    transform: rotate(90deg);
    position: absolute;
    left: 9px;
    top: 5px;
    content: ' ';
    height: 10px;
    width: 2px;
    background-color:#fff;
}
.open-chat-form {
    background-color: red;
    border-radius: 0px;
    display: inline-block;
    height: 20px;
    opacity: 1;
    position: absolute;
    right: -10px;
    top: 0px;
    width: 20px;
}
.open-chat-form::before {
    position: absolute;
    left: 5px;
    top: 5px;
    content: ' ';
    height: 10px;
    width: 10px;
    border: 2px #fff solid;
}
.max-chat-height60 {
    max-height: 60px !important;
}
.max-chat-height400 {
    max-height: 400px !important;
}
.admin-message-text-div {
    background-color: white;
    color: #333;
    border-radius: 0px;
    box-shadow: 3px 3px 2px #808080;
    font-size: 16px;
    font-weight: 400;
    padding: 5px;
    padding-left: 8px;
    word-break: initial;
    width: 80% !important;
    max-width: 400px;
}
.signup-form-info-row .messages .admin-message-text-div {
    font-size: 10pt;
}
.chat-form-time-div {
    font-size: 10px;
    font-weight: 400;
    width: 15% !important;
}
.chat-form-time-div-user {
    margin-left: auto !important;
    text-align: right;
}
.signup-form-info-row .messages .user-message-text-div-p {
    font-size: 10pt;
}
.action-select-div .user-action-link-div {
    padding-bottom: 15px;
}
.action-select-div .user-action-link-div .user-action-link {
    font-weight: bold;
    color:#4d4d4d;
}
.user-message-text-div-p {
    background-color: #c6c6c6;
    border-radius: 0px;
    color:#333;
    font-size: 16px;
    font-weight: 400;
    margin-left: auto !important;
    padding: 5px;
    padding-left: 8px;
    word-break: initial;
    width: 80% !important;
    box-shadow: 3px 3px 2px #808080;
    max-width: 400px;
}
.row.inputs-data {
    border-top: 1px black solid;
    display: none;
    padding: 10px;
}
.row.inputs-data .signup-chat-help-btn {
    background-color:red;
    color:white;
    font-weight: bold;
    border-radius: 0px;
    padding: 4px 12px;
}
.chatColageModalBlock {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    margin-top: 100px;
    display: none;
    overflow: auto;
}
.chatColageModalContent {
    width: 80%;
    max-width: 800px;
    margin: 1.75rem auto;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.chat-darker {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0,0,0,0.8);
    z-index: 103;
    display: none;
    overflow: hidden;
}
.chatColageModalFooter {
    border-top: 1px solid #DDDDDD;
    padding: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px;
    border-top: 1px solid #e9ecef;
}
.chatColageModalContent .chatColageModalContentBody img {
    display: block;
    margin: 0 auto;
}
.typing-indicator-doted {
    background-color: white;
    border-radius: 6px;
    font-size: 20px;
    font-weight: bolder;
    height: 30px;
    margin-bottom: 5px;
    padding-left: 6px;
    width: 45px;
}