#signal-chat-container {
    font-family: 'Montserrat', sans-serif;
    display: none;
    z-index: 20;
    top: 30%;
    right: -50px;
    position: fixed;
    width: 100%;
    bottom: 20px;
    overscroll-behavior: contain;
}

#messageInput::placeholder {
    color: #a7a7a7;
}

.btn-option {
    border: 1px solid #00c500;
    color: white;
    font-weight: bold;
    background-color: green;
}

.btn-option:hover {
    color: white;
    border: 1px solid #00d400;
    background-color: #008b00;
}

.signal-chat {
    margin-top: auto;
    margin-bottom: 7px;
    max-width: 450px;
    right: -72vw;
}

.card.signal-chat {
    height: 500px !important;
    border-radius: 15px !important;
    background-color: #111111 !important;
}

#closeButton, #closeLoginButton {
    position: absolute;
    right: 20px;
    margin-top: 10px;
    color: white;
    cursor: pointer;
}

.contacts_body {
    padding: 0.75rem 0 !important;
    overflow-y: auto;
    white-space: nowrap;
}

.msg_card_body {
    overflow-y: auto;
}

.card-header {
    border-radius: 15px 15px 0 0 !important;
    border-bottom: 0 !important;
}

.card-footer {
    border-radius: 0 0 15px 15px !important;
    border-top: 0 !important;
}

.container {
    align-content: center;
}

.search {
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 0 !important;
    color: white !important;
}

.search:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.type_msg {
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 0 !important;
    color: white !important;
    height: 60px !important;
    overflow-y: auto;
}

.type_msg:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.attach_btn {
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
}

.send_btn {
    height: 100%;
    border-radius: 0 15px 15px 0 !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
}

.search_btn {
    border-radius: 0 15px 15px 0 !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
}

.contacts {
    list-style: none;
    padding: 0;
}

.contacts li {
    width: 100% !important;
    padding: 5px 10px;
    margin-bottom: 15px !important;
}

.active {
    background-color: rgba(0, 0, 0, 0.3);
}

.user_img {
    height: 70px;
    width: 70px;
    border: 1.5px solid #202020;

}

.user_img_msg {
    height: 40px;
    width: 40px;
    border: 1.5px solid #202020;

}

.img_cont {
    position: relative;
    height: 70px;
    width: 70px;
}

.user_info {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
}

.user_info span {
    font-size: 20px;
    color: white;
}

.user_info p {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.6);
}

.video_cam {
    margin-left: 50px;
    margin-top: 5px;
}

.video_cam span {
    color: white;
    font-size: 20px;
    cursor: pointer;
    margin-right: 20px;
}

.msg_text_cotainer {
    padding: 1em;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    border-radius: 25px;
    background-color: #ffef00;
    padding: 10px;
    position: relative;
}

.msg_cotainer {
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    border-radius: 25px;
    background-color: #ffef00;
    padding: 10px;
    position: relative;
}

.msg_cotainer_send {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    border-radius: 25px;
    background-color: #ffffff;
    padding: 10px;
    position: relative;
}

.msg_cotainer_send {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    border-radius: 25px;
    background-color: #ffffff;
    padding: 10px;
    position: relative;
}

.msg_time_chat_member {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
}

.msg_time_send {
    position: absolute;
    right: 0;
    bottom: -15px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
}

.msg_head {
    position: relative;
}

#action_menu_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    cursor: pointer;
    font-size: 20px;
}

.action_menu {
    z-index: 1;
    position: absolute;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 15px;
    top: 30px;
    right: 15px;
    display: none;
}

.action_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.action_menu ul li {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 5px;
}

.action_menu ul li i {
    padding-right: 10px;

}

.action_menu ul li:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: #757575;
}

.adtitle {
    color: white;
    text-align: center;
}

.ad_container {
    width: 100%;
    margin: auto;
}

.admessage {
    text-align: center;
    color: #ffef00;
    font-weight: bolder;
}

#messageInput::placeholder {
    color: #bebebe;
}

.float-signal-chat {
    cursor: pointer;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25b900d5;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 20px #66ff0093;
    z-index: 100;
    transition: 0.2s;
}

.float-signal-chat:hover {
    box-shadow: 2px 2px 30px #33ff00a1;
}

.my-signal-chat-float {
    margin-top: 16px;
}

.message-box {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    position: fixed;
    bottom: 40px;
    right: 110px;
    transform: translateY(-50%);
    background-color: #25b900d5;
    color: #FFF;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 14px;
}

@media(max-width: 576px) {
    .contacts_card {
        margin-bottom: 15px !important;
    }

    .card .signal-chat {
        max-height: 100vh !important;
        height: 100% !important;
        width: 100vw !important;
        min-width: 100% !important;
        border-radius: 0px !important;
    }

    .signal-chat {
        margin-top: auto;
        right: 0;
        border-radius: 0px !important;
        min-width: 100% !important;
        min-height: 100vh !important;
    }

    #signal-chat-container {
        top: 0;
        z-index: 20000;
        position: fixed;
        width: 100%;
        padding-bottom: 0 !important;
        left: 0;
        width: 100vw !important;
    }

    #optionsContainer {
        margin-bottom: 15%;
    }

    .float-signal-chat {
        position: static !important;
        width: 100% !important;
        display: block;
        border-radius: 10px 10px 0px 0px !important;
        box-shadow: none;
        background-color: #25b900;
    }

    .message-box {
        position: static !important;
        text-align: center;
        box-shadow: none;
        background-color: #25b900;
    }

    #chatdiv {
        padding: 25px 20px 0px;
    }

    .float-signal-chat:hover, .message-box:hover {
        box-shadow: none;
    }
}