#selectedDocCode,#selectedSideCode{color:black}
#photoSelection .controls {height:50%}
#photoSelection .controls svg {width: 3vw;}

.prettydropdown > ul {
	margin: 0 !important;
	font: normal 14px Calibri, Arial;
	border: none;
}

.prettydropdown.disabled > ul > li, .prettydropdown > ul > li.disabled {
    cursor: default;
}

html, body {
    height: 100%;
    margin: 0;
    /*width: 100%;*/
}

body {
    background-color: #276998;
    /*color: #fff;*/
    padding: 0;
    overflow: hidden;
    color: #000;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    background-color: #333;
    width: 20px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #999;
    -webkit-box-shadow: 0 0 2px #666;
}

#back {
    /* background: url(/images/background.png) no-repeat left top fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    opacity: 0.6;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
	min-height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
    background-position: center center;
    background-color: #276998;
}

#logo {
    margin: 8px;
    width: 400px;
}

.inline-flex {
    display: inline-flex;
}
/* 
.hidden {
    display: none;
} */

a {
    color: #4285F4;
    text-decoration: none;
}

    a:hover {
        color: #3B78E7;
        text-decoration: underline;
    }

#room-link a {
    white-space: nowrap;
}

.row {
    width: 100%;
    max-width: 600px;
    margin: auto auto 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    padding: 32px;
}

.column {
    float: left;
    width: 33%;
    box-sizing: border-box;
    font-size: 14px;
    padding: 16px;
}

#remote-canvas {
    display: none;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}

div.warning {
    background-color: #a80202;
    color: black;
    font-weight: 400;
    opacity: .9;
}

#container {
    height: 100%;
    position: absolute;
}

#info-div {
    z-index: 3;
}

#room-link {
    margin: 0 0 29px 0;
}

#status {
    z-index: 4;
}

#videos {
    font-size: 0; /* to fix whitespace/scrollbars problem */
    /* height: 100%; */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;    
	transition: all 0.5s;
    transition-timing-function: ease-in-out;
    /* width: 100%; */
    background-color: black;
}

    #videos.active {
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

#flashwhite {
    z-index: 2;
    pointer-events: none;
    background-color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

#resetZoom {
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 0px;
    opacity: 0;
}

#btnResetZoom {
    margin: 20px;
    font-size: 20px;
    background-color: #666;
}

footer > div {
    background-color: black;
    bottom: 0;
    color: white;
    display: none;
    font-size: .9em;
    font-weight: 300;
    line-height: 2em;
    max-height: 80%;
    opacity: 0;
    overflow-y: auto;
    padding: 10px;
    position: absolute;
    transition: opacity 1s;
    width: calc(100% - 20px);
}

    footer > div.active {
        display: block;
        opacity: .8;
    }

#local-video, #remote-video, #waiting-video {
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    transition: opacity 1s;
    /*object-fit: cover;  /* no letterboxing */
}

#remote-video, #waiting-video {
    display: block;
    opacity: 0;
    position: absolute;
}

#local-video {
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

#mini-canvas {
    z-index: 4;
    bottom: 20px;
    left: 20px;
    position: absolute;
}

#mini-video {
    border: 1px solid gray;
    bottom: 20px;
    left: 20px;
    /* video div is flipped horizontally when active*/
    max-height: 17%;
    max-width: 17%;
    opacity: 0;
    position: absolute;
    transition: opacity 1s;
}

#remote-video {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

    #remote-video.active {
        opacity: 1;
        z-index: 1;
    }

#waiting-video.active {
    opacity: 1;
    z-index: 2;
    
}

#mini-video.active {
    opacity: 1;
    z-index: 3;
}

#confirm-join-div {
    z-index: 5;
    position: absolute;
    top: 80%;
    width: 100%;
    text-align: center;
}

    #confirm-join-div div {
        margin-bottom: 10px;
        font-size: 1.5em;
    }
#overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#documentSelectBox {
    position: absolute;
    padding: 10px;
    left: 30%;
    right: 30%;
    width: 40%;
    bottom: 40px;
    background: rgba(102,102,102,0.6);
    border-radius: 24px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    min-width: 440px;
}

    #documentSelectBox select, #documentSelectBox .prettydropdown {
        padding: 3px;
        padding-right: 6px;
        margin: 5px 0;
        vertical-align: top;
        font-size: 14px;
        border-radius: 4px;
    }

        #documentSelectBox select:invalid {
            color: #ccc;
        }

    #documentSelectBox [disabled] {
        color: #999;
        background: #eee;
    }

    #documentSelectBox option {
        color: #000;
    }

    #documentSelectBox button {
        padding: 3px;
        margin: -1px 0 0 -5px !important;
        color: #FFF;
        background: #666;
        text-align: center;
        vertical-align: top;
    }

#documentDisplayBox {
    position: absolute;
    padding: 10px;
    left: 33%;
    right: 33%;
    width: 34%;
    top: 10px;
    background: rgba(102,102,102,0.6);
    border-radius: 24px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
}

#photoSelection {
    width: 100%;
    background-color: black;
    height: 0px;
    bottom: -4px;
    position: absolute;
    text-align: center;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-user-select: none;
    border-top: 4px dashed #333;
    /*transition: all 1s;
    transition-timing-function: ease-in-out;*/

}

#arrowRightPanel {
    position: absolute;
    right: 10px;
    top: 50%;
    pointer-events: none;
    transition: all 0.5s;

    transition-timing-function: ease-in-out;
}

    #arrowRightPanel svg {
        transform: none;
        transform-origin: 0;
        margin: 0;
        pointer-events: auto;
    }

        #arrowRightPanel svg path {
            transition: all 0.5s;

            transition-timing-function: ease-in-out;
        }

        #arrowRightPanel svg:hover circle {
            fill: #407cf7;
        }

.buttonPanel{
    margin-top:15px
}
.buttons{
    width:100px;

}

#rightPanel {
    top: 0;
    bottom: 0;
    right: -284px;
    width: 280px;
    background-color: black;
    position: absolute;
    text-align: center;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: all 0.5s;
    transition-timing-function: ease-in-out;
    -webkit-user-select: none;
    border-left: 4px dashed #333;
    padding-left: 5;
}


    #rightPanel .photo {
        position: relative;
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 5px;
        /* width: 100%; */
        margin-left: 10px;
        margin-right: 10px!important;
    }

        #rightPanel .photo img {
            width: 100%;
            display: inline-block;
            border: 1px solid #333;
        }

        #rightPanel .photo .header {
            position: absolute;
            top: 0;
            width: 100%;
            text-align: center;
            background-color: rgba(0,0,0,0.5);
            color: white;
            font-size: 14px
        }

        #rightPanel .photo .trash {
            position: absolute;
            background-color: rgba(0,0,0,0.3);
            width: 36px;
            padding: 4px;
            border-radius: 24px;
            right: 6px;
            bottom: 8px;
            cursor: pointer;
            border: 1px solid rgba(0,0,0,0);
        }

            #rightPanel .photo .trash:hover {
                background-color: #000;
                border: 1px solid red;
            }

#photoSelection .photo {
    position: relative;
    height: 100%;
    display: inline-block;
    vertical-align: central;
}

#photoSelection .controls {
    position: absolute;

    display: inline-block;
    vertical-align: central;
    top: 0;
}


#photoSelection .photo img {
    position: relative;
    height: 94%;
    top: 0px;
    left: 0px;
    margin: 1.0%;
    border: 2px solid #ccc;
}

#photoSelection .photo.selected img {
    border-color: green;
}

#photoSelection .photo .check {
    position: absolute;
    right: 0px;
    top: 0px;
    font-family: Webdings;
    font-size: 10vh;
    color: green;
    display: none;
    -webkit-text-stroke: 2px white;
}

#photoSelection .photo.selected .check {
    display: block;
    color: green;
}

#photoSelection svg {
    transform: none;
    margin: 2vh;
}

#photoSelectionZoomPreview {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 66%;
    z-index: 20;
    pointer-events: none;
    display: none;
}

    #photoSelectionZoomPreview img {
        position: relative;
        height: 85%;
        border: 6px solid rgba(255,255,255,0.33);
        pointer-events: none;
        -webkit-box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.75);
    }
/*////// room selection start ///////////////////*/
#recent-rooms-list {
    list-style-type: none;
    padding: 0 15px;
}


.form-input-div {
    margin: 15px;
}

.form-input-buttons {
    margin: 0px 15px;
    position: absolute;
    z-index: 1;
}

h1 {
    font-weight: 300;
    /*margin: 0 0 0.8em 0;*/
    margin: 15px;
    color: #ffffff;
    padding: 0 0 0.2em 0;
}

div#room-selection {
    position: absolute;
    z-index: 10;
    width: 34em;
	padding: 3%!important;
}

p {
    /*color: #eee;*/
    color: #ffffff;
    font-weight: 300;
    line-height: 1.6em;
    margin: 15px;
}

/*////// room selection end /////////////////////*/

.loading {
    text-align: center;
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
    color: #FFF;
    width: "100%";
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-spinner div {
        transform-origin: 32px 32px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 29px;
            width: 5px;
            height: 14px;
            border-radius: 20%;
            background: #fff;
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



/*////// icons CSS start ////////////////////////*/

#icons {
    bottom: 77px;
    left: 6vw;
    position: absolute;
    width: 200px;
    pointer-events: none;
}

    #icons svg {
        pointer-events: auto;
    }

circle {
    fill: #666;
    fill-opacity: 0.6;
}

svg.on circle {
    fill-opacity: 0;
}

/* on icons are hidden by default */
path.on {
    display: none;
}

/* off icons are displayed by default */
path.off {
    display: block;
}

/* on icons are displayed when parent svg has class 'on' */
svg.on path.on {
    display: block;
}

/* off icons are hidden when parent svg has class 'on' */
svg.on path.off {
    display: none;
}

svg {
    box-shadow: 2px 2px 24px #444;
    border-radius: 48px;
    display: block;
    margin: 0 0 3vh 3vh;
    transform: translateX(calc(-6vw - 192px));
    /*transition: all .1s;
    transition-timing-function: ease-in-out;*/

}

    svg:hover {
        box-shadow: 4px 4px 48px #666;
    }

#icons.active svg {
    transform: translateX(0);
}

#mute-audio {
    transition: 40ms;
}

    #mute-audio:hover,
    #mute-audio.on {
        background: #407cf7;
    }

        #mute-audio:hover circle {
            fill: #407cf7;
        }

#mute-video,
#mute-remote-video {
    transition: 120ms;
}

    #mute-video:hover,
    #mute-video.on,
    #mute-remote-video:hover,
    #mute-remote-video.on {
        background: #407cf7;
    }

        #mute-video:hover circle,
        #mute-remote-video:hover circle {
            fill: #407cf7;
        }

#switch-video {
    transition: 200ms;
}

    #switch-video:hover {
        background: #407cf7;
    }

        #switch-video:hover circle {
            fill: #407cf7;
        }

#fullscreen {
    transition: 280ms;
}

    #fullscreen:hover,
    #fullscreen.on {
        background: #407cf7;
    }

        #fullscreen:hover circle {
            fill: #407cf7;
        }

#hangup {
    transition: 360ms;
}

    #hangup:hover {
        background: #dd2c00;
    }

        #hangup:hover circle {
            fill: #dd2c00;
        }

#TakePhoto {
    transition: 260ms;
}

    #TakePhoto:hover {
        background: #407cf7;
    }

        #TakePhoto:hover circle {
            fill: #dd2c00;
        }
#FileShareStart {
    transition: 280ms;
}

    #FileShareStart:hover,
    #FileShareStart.on {
        background: #407cf7;
    }

        #FileShareStart:hover circle {
            fill: #407cf7;
        }

#ChatStart {
    transition: 280ms;
}

    #ChatStart:hover,
    #ChatStart.on {
        background: #407cf7 !important;
        opacity:1 !important;
    }

        #ChatStart:hover circle {
            animation: bloop 1s linear;
            fill: #407cf7 !important;
            fill-opacity: 1 !important;
        }

#screenShare {
    transition: 280ms;
}

    #screenShare:hover,
    #screenShare.on {
        background: #407cf7 !important;
        opacity:1 !important;
    }

        #screenShare:hover circle {
            animation: bloop 1s linear;
            fill: #407cf7 !important;
            fill-opacity: 1 !important;
        }
#swapView {
    transition: 280ms;
}

    #swapView:hover,
    #swapView.on {
        background: #407cf7 !important;
        opacity:1 !important;
    }

        #swapView:hover circle {
            animation: bloop 1s linear;
            fill: #407cf7 !important;
            fill-opacity: 1 !important;
        }
        


.textwidget {
    font-size: 0.67em;
}

.address {
    position: absolute;
    z-index: 0;
}

.disabled-icon {
    opacity: 0.5;
    pointer-events: none;
}

/*////// icons CSS end /////////////////////////*/

@media only screen and (max-width: 800px) {
    #back {
        background: url(/images/shutterstock_181040792.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #logo {
        width: 50%;
    }

    p {
        max-width: 75%;
        line-height: initial;
    }

    p,
    h1 {
        margin-top: 4px;
        margin-bottom: 2px;
    }

    #room-selection {
        margin: 0;
    }

    .row {
        padding: 0;
    }

    .column {
        font-size: 60%;
    }
}
@media only screen and (max-width: 480px) {
    .chat {
        width: 100vw !important;
    }
    #chatArea{
        bottom:auto !important;
    }
}

@media only screen and (max-width: 800px) and (orientation: landscape) {
    #logo {
        width: 200px;
    }

    p {
        font-size: 12px;
    }

    #instructions,
    .form-input-panel,
    .form-input-div,
    .form-input-buttons {
        display: inline-block;
    }

    p,
    h1,
    .form-input-panel,
    .form-input-div,
    .form-input-buttons {
        margin-top: 2px;
        margin-bottom: 0;
    }

    #room-selection {
        width: 100%;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .row {
        padding: 0;
        max-width: initial;
        max-width: 600px;
    }
}
/* @import url(https://fonts.googleapis.com/css?family=Lato:400,700); */
@import url(https://fonts.googleapis.com/css2?family=Comfortaa&display=swap);
 *, *:before, *:after {
	 box-sizing: border-box;
}
 body {
	 font: 14px/20px "Comfortaa", Arial, sans-serif;
	 padding: 10px 0;
	 color: black;
}
 .container {
	 margin: 0 auto;
	 width: auto;
	 background: #444753;
	 border-radius: 5px;
}
 .people-list {
	 width: 260px;
	 float: left;
}
 .people-list .search {
	 padding: 20px;
}
 .people-list input {
	 border-radius: 3px;
	 border: none;
	 padding: 14px;
	 color: white;
	 background: #6a6c75;
	 width: 90%;
	 font-size: 14px;
}
 .people-list .fa-search {
	 position: relative;
	 left: -25px;
}
 .people-list ul {
	 padding: 20px;
	 height: 770px;
}
 .people-list ul li {
	 padding-bottom: 20px;
}
 .people-list img {
	 float: left;
}
 .people-list .about {
	 float: left;
	 margin-top: 8px;
}
 .people-list .about {
	 padding-left: 8px;
}
 .people-list .status {
	 color: #92959e;
}
 .chat {
	 width: 490px;
	 float: left;
	 background: #f2f5f8;
	 border-top-right-radius: 5px;
	 border-bottom-right-radius: 5px;
	 color: #434651;
}
 .chat .chat-header {
	 padding: 20px;
	 border-bottom: 2px solid white;
}
 .chat .chat-header img {
	 float: left;
}
 .chat .chat-header .chat-about {
	 float: left;
	 padding-left: 10px;
	 margin-top: 6px;
}
 .chat .chat-header .chat-with {
	 font-weight: bold;
	 font-size: 16px;
}
 .chat .chat-header .chat-num-messages {
	 color: #92959e;
}
 .chat .chat-header .fa-star {
	 float: right;
	 color: #d8dadf;
	 font-size: 20px;
	 margin-top: 12px;
}
 .chat .chat-history {
	 padding: 30px 30px 20px;
	 border-bottom: 2px solid white;
     overflow-y: scroll;
     height: 50vh;
}
 .chat .chat-history .message-data {
	 margin-bottom: 15px;
}
 .chat .chat-history .message-data-time {
	 color: #a8aab1;
	 padding-left: 6px;
}
 .chat .chat-history .message {
	 color: white;
	 padding: 18px 20px;
	 line-height: 26px;
	 font-size: 16px;
	 border-radius: 7px;
	 margin-bottom: 30px;
	 width: 90%;
	 position: relative;
}
 .chat .chat-history .message:after {
	 bottom: 100%;
	 left: 7%;
	 border: solid transparent;
	 content: " ";
	 height: 0;
	 width: 0;
	 position: absolute;
	 pointer-events: none;
	 border-bottom-color: #86bb71;
	 border-width: 10px;
	 margin-left: -10px;
}
 .chat .chat-history .my-message {
	 background: #86bb71;
}
 .chat .chat-history .other-message {
	 background: #94c2ed;
}
 .chat .chat-history .other-message:after {
	 border-bottom-color: #94c2ed;
	 left: 93%;
}
 .chat .chat-message {
	 padding: 30px;
}
 .chat .chat-message textarea {
	 width: 100%;
	 border: none;
	 padding: 10px 20px;
	 font: 14px/22px "Lato", Arial, sans-serif;
	 margin-bottom: 10px;
	 border-radius: 5px;
	 resize: none;
}
 .chat .chat-message .fa-file-o, .chat .chat-message .fa-file-image-o {
	 font-size: 16px;
	 color: gray;
	 cursor: pointer;
}
 .chat .chat-message button {
	 float: right;
	 color: #94c2ed;
	 font-size: 16px;
	 text-transform: uppercase;
	 border: none;
	 cursor: pointer;
	 font-weight: bold;
	 background: #f2f5f8;
}
 .chat .chat-message button:hover {
	 color: #75b1e8;
}
 .online, .offline, .me {
	 margin-right: 3px;
	 font-size: 10px;
}
 .online {
	 color: #86bb71;
}
 .offline {
	 color: #e38968;
}
 .me {
	 color: #94c2ed;
}
 .align-left {
	 text-align: left;
}
 .align-right {
	 text-align: right;
}
 .float-right {
	 float: right;
}
 .clearfix:after {
	 visibility: hidden;
	 display: block;
	 font-size: 0;
	 content: " ";
	 clear: both;
	 height: 0;
}

.chatIconMenu{
    background: #666 !important;
    opacity: 0.6 !important;
}


/* Homepage */
div#actionArea {
    background-color: #F0F8FD;
    box-shadow: 1px 3px 6px #4e697b5e;
    border-radius: 5px 25px;
    opacity: 1;
    max-width: 400px;
}

div#introPhoto {
    background-color: #F0F8FD !important;
    box-shadow: 1px 3px 6px #4e697b5e;
    border-radius: 50% 50% 2% 50% !important;
    opacity: 1;
    width: 40vw;
    height: 40vw;
    max-width: 340px;
    max-height: 340px;
}

div#ecvLogo {
    background: url(/images/ECV_logo.svg) no-repeat right center;
    background-size: auto;
    background-position: center;
}


div#pureConnectLogo {
    background: url(/images/connectLogo.svg) no-repeat center center;
    background-size: 80%;
}


div#pureEngageLogo {
    background: url(/images/engageLogo.svg) no-repeat center center;
    background-size: contain;
}

div#introImage {
    background: url(/images/intro.png) no-repeat center center;
    background-position: 50% 50%;
    background-size: cover;
    width: 60%;
    height: 50%;
}

img#selectedConnectionIcon {
    margin-top: -10px;
}

/* Chat Icon - yeni mesaj durumunda kırmızı yapma için özel css */
  
  /* .container {
    position: relative;
    display: block;
    width: 80px;
    margin: 60px auto;
  } */
  /* .chatIconMenu:hover .delay1 {
    animation: waves 2.5s linear;
    animation-delay: 0.1s;
  }
  .chatIconMenu:hover .delay2 {
    animation: waves 2.5s linear 0.7s forwards;
  }
  .chatIconMenu:hover .delay3 {
    animation: waves 2.5s linear 1.3s forwards;
  }
  .chatIconMenu:hover .delay4 {
    animation: waves 2.5s linear 1.9s forwards;
  } */
  
  /* .svg-box {
    position: relative;
    z-index: 10;
  }
  
  .svg-box:hover {
    animation: bloop 1s linear;
  }
  
  .circle {
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #0194c7;
    margin: 10px;
    transition: 5s ease;
    position: absolute;
    top: 0px;
  } */
  
  /* @keyframes waves {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(4);
      opacity: 0;
    }
  }
  @keyframes bloop {
    0% {
      transform: scale3d(1, 1, 1);
    }
    30% {
      transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      transform: scale3d(1.05, 0.95, 1);
    }
    100% {
      transform: scale3d(1, 1, 1);
    }
  } */
