.ekko-lightbox{
    display:-ms-flexbox!important;
    display:flex!important;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding-right:0!important
}
.ekko-lightbox-container{
    position:relative
}
.ekko-lightbox-container>div.ekko-lightbox-item{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:100%
}
.ekko-lightbox iframe{
    width:100%;
    height:100%
}
.ekko-lightbox-nav-overlay{
    z-index:1;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:-ms-flexbox;
    display:flex
}
.ekko-lightbox-nav-overlay a{
    -ms-flex:1;
    flex:1;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    opacity:0;
    transition:opacity .5s;
    color:#fff;
    font-size:30px;
    z-index:1
}
.ekko-lightbox-nav-overlay a>*{
    -ms-flex-positive:1;
    flex-grow:1
}
.ekko-lightbox-nav-overlay a>:focus{
    outline:none
}
.ekko-lightbox-nav-overlay a span{
    padding:0 30px
}
.ekko-lightbox-nav-overlay a:last-child span{
    text-align:right
}
.ekko-lightbox-nav-overlay a:hover{
    text-decoration:none
}
.ekko-lightbox-nav-overlay a:focus{
    outline:none
}
.ekko-lightbox-nav-overlay a.disabled{
    cursor:default;
    visibility:hidden
}
.ekko-lightbox a:hover{
    opacity:1;
    text-decoration:none
}
.ekko-lightbox .modal-dialog{
    display:none
}
.ekko-lightbox .modal-footer{
    text-align:left
}
.ekko-lightbox-loader{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-align:center;
    align-items:center
}
.ekko-lightbox-loader>div{
    width:40px;
    height:40px;
    position:relative;
    text-align:center
}
.ekko-lightbox-loader>div>div{
    width:100%;
    height:100%;
    border-radius:50%;
    background-color:#fff;
    opacity:.6;
    position:absolute;
    top:0;
    left:0;
    animation:a 2s infinite ease-in-out
}
.ekko-lightbox-loader>div>div:last-child{
    animation-delay:-1s
}
.modal-dialog .ekko-lightbox-loader>div>div{
    background-color:#333
}
@keyframes a{
    0%,to{
        transform:scale(0);
        -webkit-transform:scale(0)
    }
    50%{
        transform:scale(1);
        -webkit-transform:scale(1)
    }
}
[class*='msg_box_']{
    position: fixed;
    bottom: 0px;
    z-index: 100;
    width:280px;
    background:white;
    border-radius:5px 5px 0px 0px;
    border: 1px solid #e6e6e6;
   }
   
   .msg_head{ 
    background:#00014c;
    color:white;
    padding:8px;
    font-weight:bold;
    cursor:pointer;
    border-radius:5px 5px 0px 0px;
   }
  .img-holder{
    background: #fffbdb;
    border: 1px solid #ddd;
    position: absolute;
    top: -77px;
}
   
   .msg_body{
    background:white;
    height:280px;
    font-size:14px;
    padding:15px;
    overflow:auto;
    overflow-x: hidden;
   }
   .msg_input{
    width:100%;
    height: 55px;
    border: 1px solid white;
    border-top:1px solid #DDDDDD;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;  
   }
   
   .msg_head_close{
    float:right;
    cursor:pointer;
   }
   .minimize{
    float:right;
    cursor:pointer;
    padding-right:5px;
    
   }
   
   .msg-left{
    position:relative;
    background:#e2e2e2;
    padding:10px;
    min-height:10px;
    margin-bottom:5px;
    margin-right:10px;
    border-radius:5px;
    word-break: break-word;
    float: left;
    clear: both;
   }
   
   .msg-right{
    background:#d4e7fa;
    padding:10px;
    min-height:15px;
    margin-bottom:5px;
    position:relative;
    margin-left:10px;
    border-radius:5px;
    word-break: break-word;
    float: right;
    clear: both;
   }

   .textarea-container { 
        position: relative; 
    } 
    .textarea-container textarea { 
        width: 100%; 
        height: 100%; 
        box-sizing: border-box; 
        outline: 0;
        resize: inherit;
        padding: 10px 20px 5px;
    font-size: 13px;

    } 
    .send_chat { 
        float: right;
        top: 0; 
        right: 0; 
    }
    .translated_val {
        font-size: 12px;
        border: 1px solid #aeaeae;
        background: #cfcfcf;
        padding: 5px 5px;
        margin: 12px 0 5px;
        border-radius: 7px;
        color: #000;
        font-weight: bold;
    }

    /* Upload button */

    .upload-btn-wrapper {
        position: relative;
        overflow: hidden;
        display: inline-block;
        float: right;
    }
      
    .chat-upload-btn {
        color: #bbbbbb;
        outline: 0;
        background-color: white;
        padding: 0px 10px;
        border-radius: 8px;
        font-size: 20px;
        font-weight: bold;
        border: 0;
        margin-top: 3px;
    }
    
    .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }
    .clear_chat_image {
        border: 1px solid #dbdbdb;
        outline: 0;
        color: #f00;
        background: white;
        font-weight: bold;
        font-size: 12px;
        border-radius: 50px;
        position: absolute;
        left: 78px;
        top: -3px;
    }
    .send_chat {
        background: #028af4;
        color: #fff;
        border: 0;
        padding: 5px 10px;
        margin-right: 7px;
        border-radius: 6px;
    }

    .chat_image_container{
        width: 70px;
        height: 70px;
        margin: 3px 10px;
        border: none;
        object-fit: contain;
        /* display: none; */
    }

    .chat-user-name{
        font-size: 10px;
    color: black;
    font-family: monospace;
    margin-bottom: 0;
    }

    /** scroll to bottom button **/

      .scroll_bottom{
        display: none;
        position:sticky;
        width:30px;
        height:30px;
        bottom:20px;
        right:40px;
        background-color:#0C9;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        box-shadow: 2px 2px 3px #999;
    }
    
    .my-float{
        margin-top:10px;
    }

    .msg_wrap{
        position: relative;
       /* overflow-y: scroll;*/
    }
