.keyreply-brand,
.keyreply-chat-icon,
.keyreply-button,
.keyreply-label {
    font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Lato, 'Segoe UI', Helvetica, Arial, sans-serif;
}

.keyreply-launcher, .keyreply-chat-icon {
    float: left;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 14px;
    bottom: 20px;
    border-radius: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05), 0 15px 30px -10px rgba(0, 0, 0, 0.3);
}


.keyreply-chat-icon {
    -webkit-transition: width 0.25s, height 0.25s;
    transition: width 0.25s, height 0.25s;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
}


.keyreply-button {
    color: white;
    border: 2px solid white;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    display: block;
    padding: 3px 6px;
    padding: 0.2rem 0.4rem;
    text-align: center;
}

.keyreply-chat-icon img {
    height: 45px;
    width: 45px;
    display: inline-block;
    float: left;
}

.keyreply-chat-icon.keyreply-panel {
    position: fixed;
    width: 280px;
    height: 280px;
    right: 50% !important;
    top: 50% !important;
    margin-right: -140px;
    margin-top: -140px;
    z-index: 11;
}



.keyreply-chat-icon:not(.keyreply-panel):hover {
    width: 150px;
    z-index: 12;
}


.keyreply-label {
    opacity: 0;
    filter: alpha(opacity=0);
    color: white;
    margin-top: 10px;
    /* margin-left: -4px; */
    left: 50px;
    line-height: 32px;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    white-space: nowrap;
}

.keyreply-button {
    color: white;
    border: 2px solid white;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    display: block;
    padding: 3px 6px;
    padding: 0.2rem 0.4rem;
    text-align: center;
}
.keyreply-chat-icon:not(.keyreply-panel) .keyreply-qr {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

.keyreply-qr {
    height: 200px;
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 40px;
    border-radius: 5px;
    visibility: visible;
    background-size: contain;
    -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear 0.2s;
    transition: visibility 0s linear 0.2s, opacity 0.2s linear 0.2s;
}

.keyreply-chat-icon:hover > .keyreply-label {
    opacity: 1;
    filter: alpha(opacity=100);
}

@-webkit-keyframes blinker {
  from {background-color:#f44336}
  to {background-color:#c43a50}
}
@-webkit-keyframes blinker2 {
 from {color:#327435}
  to {color:#4caf50}
}
.blink, .blink2, .navbar-header a{
    animation-name: blinker;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
}
.blink2{
    animation-name: blinker2;
    -webkit-animation-name: blinker2;
}

.blink3{
    animation-name: blinker3;
    -webkit-animation-name: blinker3;
}
@-webkit-keyframes blinker3 {
 from {color:#FFF}
  to {color: #FFEB3B;
    }
}

/***** phone *****/
.navbar-header a{
    color: #FFEB3B;
    animation-name: blinker3;
}
.phone{

}

.card.card-body {
    padding: 10px;
    border-radius: 5px;
    padding-bottom: 10px;
    background-color: #f7f7f7;
}

