#chat-circle .newMess {
    position: absolute;
    left: 24px;
    top: 3px;
    border: 1px solid red;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 7px 0px;
    background: red;
    text-align: center;
    color: white;
    font-weight: bold;
    display: none;
}

.chatHeader .newMess {
    position: absolute;
    left: -19px;
    top: -10px;
    border: 1px solid red;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 7px 0px;
    background: red;
    text-align: center;
    color: white;
    font-weight: bold;
    display: none;
}

.nabor {
    display: block;
    float: left;
    height: 19px;
    line-height: 12px;
}

.cfile {}

.cfile input {
    float: left !important;
}

.chatOnline {
    position: fixed;
    bottom: 30px;
    height: auto;
    z-index: 2222222222;
    right: 30px;
    border-radius: 5px;
    max-width: 290px;
    width: 290px;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    /* ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ */
    background: #f3f3f3;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3c1053, #ad5389);
    /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #3c1053, #ad5389); */
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.chatOnline .chatHeader {
    /* background: #1c65df; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: black;
    text-align: center;
    font-size: 13px;
    font-weight: 100;
    line-height: 20px;
    margin-bottom: 0px;
    cursor: pointer;
}

.chatOnline .window_msg {
    padding: 0px;
    /* border: 1px solid #ccc; */
    /*box-shadow: 0px -15px 27px 2px #ccc;*/
    overflow-y: scroll;
    /* background: white; */
    height: 350px;
    margin: 0px 0px;
    max-height: 350px;
    border-bottom: 0px;
}

.chatOnline div a {
    color: black;
    text-shadow: none;
    box-shadow: none;
    font-weight: 300;
    font-family: 'Roboto';
    font-style: normal;
}

.chatOnline div {
    clear: both;
    font-size: 12px;
    line-height: 14px;
    padding: 5px;
    color: #444444;
    text-align: left;
    font-family: 'Roboto';
    font-style: normal;
    /*word-break: break-all;*/
    word-wrap: break-word;
    font-weight: 100;
}

.chatOnline div span {
    font-size: 12px;
    float: right;
}

.chatOnline .ask {
    background: #0088cc;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);
    /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #24243e, #302b63, #0f0c29); */
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 5px;
    padding-right: 10px;
    color: white;
    float: right;
    width: 70%;
    margin-bottom: 10px;
    margin-right: 10px;
    font-weight: 100;
    line-height: 17px;
}

.no-register .alert {
    padding: 10px !important;
    height: 140px;
    margin-bottom: 0px;
}

.chatOnline .res {
    background: #4756d4;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2F0743, #41295a);
    /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #2F0743, #41295a); */
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 5px;
    padding-left: 10px;
    color: white;
    margin-bottom: 10px;
    width: 70%;
    margin-left: 10px;
    font-weight: 100;
    line-height: 17px;
}

.chatOnline div b {
    font-weight: 100;
    color: white;

}

.chatOnline .pad {
    display: block;
}

.textarea {
    resize: none;
    width: 100%;
    max-height: 100px;
}

.textar {

    padding: 0px;
    margin: 0px;
    margin-top: -10px;
}


#chat-circle {
    z-index: 111;
    display: block;
    position: fixed;
    bottom: 70px;
    width: 80px;
    height: 80px;
    right: 20px;
    border: none;
    border-radius: 50%;
    color: white;
    padding: 15px;
    cursor: pointer;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    background: #ad5389;
    background: -webkit-linear-gradient(to right, #3c1053, #ad5389);
    background: linear-gradient(to right, #3c1053, #ad5389);
}

.noty_theme__nest.noty_type__alert,
.noty_theme__nest.noty_type__notification {
    background-color: #1c65df;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

/*.blink {
        animation: blink 2s infinite;
       }
       @keyframes blink {
        from { opacity: 0.5;  }
        to { opacity: 0; }
       }*/

#chat-circle img {}

#chat-circle .help {
    display: block;
}

#chat-circle .plus {
    display: none;
}

#chat-circle:hover .help {
    display: none;
}

#chat-circle:hover .plus {
    display: block;
}

.btn#my-btn {
    background: white;
    padding-top: 13px;
    padding-bottom: 12px;
    border-radius: 45px;
    padding-right: 40px;
    padding-left: 40px;
    color: #5865C3;
}

#chat-overlay {
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: none;
}

.chatOnline .textar {
    padding: 0px;
    color: white;
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    /* background: white; */
    width: 100%;
    border-radius: 3px;
    /* border: 1px solid #b7b0b0; */
    border-top: none;
    /* top: 20px; */
    position: relative;
}

.chatOnline .textar textarea {

    font-size: 13px;

    overflow-y: auto !important;

    width: 86%;

    padding: 5px;

    padding-top: 5px;

    color: #444444;

    margin: 5px;

    background: #f3f3f3;

    border: 1px solid transparent;
}

.textar a {
    position: absolute;
    right: 13px;
    bottom: 17px;
}

.chatOnline .close {
    position: absolute;
    right: -32px;
    top: -24px;
    opacity: 1;
    cursor: pointer;
    background: #fff;
    border-radius: 40px;
}

.chatOnline .close img {
    width: 30px;
}

.chatOnline .textar .fileAAC {
    position: relative;
    width: 30px;
    cursor: pointer;
    height: 40px;
    left: 2px;
    top: 9px;
    float: left;
}

#msg_send {
    width: 30px;
}

.chatOnline .textar .fileAAC img {
    cursor: pointer;
    width: 30px;
}

.chatOnline .chatHeader .mailAAC {
    position: absolute;
    left: 10px;
    top: 3px;
    width: 26px;
}

.Send {
    cursor: pointer;
}

.Send img {
    cursor: pointer;
}

.no-register {
    background: transparent;
}


#wmsg::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 2px;
}

#wmsg::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

#msg::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
}

#msg::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

#msg::-moz-placeholder {
    color: #444;
}

#msg::-webkit-input-placeholder {
    color: #444;
}

#msg:-ms-input-placeholder {
    color: #444;
}

#msg::-ms-input-placeholder {
    color: #444;
}

#msg::placeholder {
    color: #444;
}


.ulogin1 .ulogin-buttons-container {
    height: 42px !important;
}

.h90 {
    height: 90px !important;
}
.bannerf{
 overflow: hidden;
}
@media all and (max-width:600px) {
    .chatHeader .newMess {
        position: absolute;
        left: -3px;
        top: -5px;
    }
   .chatOnline {
        /*width: 92%;*/
        /*max-width: 92%;*/
        margin: 5px;

       width: calc(100% - 10px);
       max-width: calc(100% - 10px);
        padding: 0px;
        bottom: 30px;
        left: 0px;
        right: 0px;
        display: none;
        height: calc(100% - 45px);
    }

    .chatOnline .close {
        display: none;
    }

    .chatOnline .window_msg {
        padding: 0px;
        background: transparent;
        height: calc(100% - 124px);
        max-height: none;
    }

    .chatOnlineBack {
        background: #00000073;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1111;
        top: 0px;
        left: 0;
        display: none;

    }


    .ulogin1 .ulogin-buttons-container {
        height: 71px !important;
    }

}

.ulogin1 .ulogin-buttons-container div {
    float: none !important;
}

.no-register p {
    font-size: 18px !important;
    line-height: 23px;
    font-weight: 500;
    text-align: center;
}






.pulse {
    animation: pulse 2s infinite;
}

.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(140, 20, 204, 0.77);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(157, 35, 201, 0.87);
        box-shadow: 0 0 0 0 rgba(118, 23, 148, 0.98);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}