.chatZone {
    height: 345px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
}

.chatZone .ongletChat {
    width: 100%;
    height: 100%;
    float:right;
    margin-left:10px;
    border-radius: 5px 0 0 0;
    position: relative;
}

.chatZone .ongletChat .ocHead {
    color: black;
    padding: 10px 24px 0 55px;
    border-radius: 5px 0 0 0;
    height: 65px;
}

.chatZone .ongletChat .ocHead img{
    position: absolute;
    left:8px;
    top:18px;
    width: 35px;
    border-radius: 50%;
}

.chatZone .oclstConvAlert {
    background-color: red;
    color: white;
    position: absolute;
    right: 4px;
    top: 0;
    width: 16px;
    height: 16px;
    font-size: 11px;
    border-radius: 50%;
    font-weight: bolder;
    text-align: center;
}
.chatZone .ongletChat .ocHead i.ocClose{
    position: absolute;
    right:8px;
    top:3px;
    cursor: pointer;
}

.chatZone .ongletChat .ocHead i.ocMinimize{
    position: absolute;
    right:7px;
    top:30px;
    cursor: pointer;
}

.chatZone .ongletChat .ocBody {
    position:relative;
    background-color: white;
    border: 0;
    height: calc(100% - 145px);
    overflow-y: auto;
    overflow-x: hidden;
}

.chatZone .ongletChat .ocMsgInput {
    position: absolute;
    width: 100%;
    bottom:0;
    margin: 0;
    border: 0;
}

.chatZone .ongletChat .ocMsgInput input {
    background-color: white;
    opacity: 1 !important;
    border : 1px solid #F5F6FA;
    margin: 0 10px 10px 10px !important;
    padding: 15px;
    border-radius: 5px;
    width: 280px;
}
.chatZone .ongletChat .ocMsgInput input:disabled {
    background-color: #e4e4e4 ;
    -webkit-text-fill-color: dark-grey !important;
}

.chatZone .ongletChat .ocMsgInput i {
    position: absolute;
    bottom:5px;
    color: #757575;
}

.chatZone .ongletChat .ocBody .ocMsgEnv,
.chatZone .ongletChat .ocBody .ocMsgRec {
    font-size: 15px;
    padding: 8px 5px;
}

.chatZone .ongletChat .ocBody .ocMsgRec a {
    border: 1px solid #b9b9b9;
    color: black;
    display: inline-block;
    padding: 0 3px 0 3px;
    margin-left : 3px;
    background-color: #efefef;
    border-radius: 5px 5px 5px 5px;
}
.chatZone .ongletChat .ocBody .ocMsgRec a:before {
    font-family: "FontAwesome";
    content: "\f0c6";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}

.chatZone .ongletChat .ocBody .ocMsgRec, .chatZone .ongletChat .ocBody .ocMsgEnv {
    float: left;
    clear:both;
    text-align: left;
    width: 100%;
    padding-left: 6%;
    font-size: 15px;
}

.chatZone .ongletChat .ocBody .ocMsgEnv img,
.chatZone .ongletChat .ocBody .ocMsgRec img {
    height: auto;
    width: 35px;
    vertical-align: text-top;
    border-radius: 50%;
    margin-right: 5%;
    font-size: 15px;
}

.ocHead[data-dest=salon] {
    font-size: 18px;
    padding: 0 24px 0 15px !important;
}

.ocHead[data-dest=salon] img {
    display:none
}
.ocHead[data-dest=salon] span {
    font-size: 30px;
}
.chatZone .ocBody::-webkit-scrollbar-track, .chatZone .oclstConvList::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    border-radius: 6px;
}

.chatZone .ocBody::-webkit-scrollbar , .chatZone .oclstConvList::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.chatZone .ocBody::-webkit-scrollbar-thumb , .chatZone .oclstConvList::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.ocBtConv {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
    width: 4.5rem;
    height: 4.5rem;
    z-index: 1;
    border-radius: 50%;
    box-shadow: 0 0 0 -2px black, 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    transition: box-shadow 250ms ease;
    -webkit-animation: pulse 2s ease-in-out 5;
    animation: pulse 2s ease-in-out 5;

}
.ocBtConv:hover {
    box-shadow: 0 16px 10px -8px rgba(0, 0, 0, 0.3), 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}

.ocBtConv svg{
    width: 2.5rem;
    height: auto;
    color: white;
}

.ocBtConv svg path {
    fill: white;
}
.ocBtConv i {
    color: white;
    font-size: 54px;
    margin: 15px 15px 0 0
}

.oclstConv {
    position: fixed;
    bottom:0;
    left:0;
    background-color: white;
    padding: 0;
    border-radius: 5px 5px 0 0 ;
}

.oclstConv .oclstConvTitle {
    width:100%;
    color:white;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}
.oclstConv .oclstConvTitle i.ocIcon {
    position: absolute;
    left:3px;
    top:3px;
    font-size:25px;
}
.oclstConv .oclstConvTitle i.ocClose {
    position: absolute;
    right:3px;
    top:7px;
    font-size:16px;
    cursor: pointer;
}



.oclstConv  .oclstConvZone {
    width: 300px;
    float:left;
    height: 500px;
    margin-bottom: 0;
    border-radius: 5px 0 0 0 ;
}
.oclstConv  .oclstConvList {
    width: 57px;
    float: right;
    height: 500px;
    background-color: #0E0E10;
    margin-bottom: 0;
    border-radius: 0 5px 0 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.oclstConv  .oclstConvList .oclstConvListConv {
    cursor: pointer;
    padding:5px;
    margin: 2px;
    position: relative;
}

/*.oclstConv  .oclstConvList .oclstConvListConv:hover {*/
/*    background-color: lightgray;*/
/*}*/

.oclstConv .oclstConvList .oclstConvListConv img {
    width: 35px;
    border-radius: 50%;
    margin:0 5px;
    margin-top: 21%;
}
.blink {
     animation: blinker 1s linear infinite;
 }
form.ocMsgSend { background-color: #e4e4e4 !important}
.oclstConvListConv.disabled { filter: grayscale(1);opacity: 0.33; }
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@media only screen and (max-width: 560px) {
    .chatZone {
        height: 100%;
    }
    .oclstConv {
        width: 100vw !important;
        height: 100vh;
    }
    .chatZone .ongletChat {
        width: calc(100vw - 60px) !important;
        height: 100%;
        border-radius: 0;
    }
    i.ocMinimize { display: none}
    .chatZone .ongletChat .ocHead {border-radius: 0;}
    .oclstConvZone {height: 100% !important; width: calc(100vw - 60px) !important}
    .oclstConvList {height: 100% !important}
}