/* CUSTOM PLUGN */
.mg-audio-player {
    display: block;
    vertical-align: middle;
    background: #39bca8;
    padding: 10px 5px;
    position: relative;
    line-height: 1em;
    border-radius: 5px;
    direction: ltr;
}

.mg-audio-com {
    display: inline-block;
    vertical-align: middle;
    max-width: 100px;
    color: #fff;
}

.mg-audio-player span {
    color: #fff;
    display: inline-block;
    font-size: 12px;
}

.mg-audio-loading,
.mg-audio-play,
.mg-audio-pause {
    color: #fff;
    color: #fff;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.mg-audio-play:hover,
.mg-audio-pause:hover {
    color: #f1f1f1;
}

.mg-audio-play.mg-disabled,
.mg-audio-pause.mg-disabled {
    pointer-events: none;
}

.mg-audio-loading {
    cursor: default;
    /*  -webkit-animation: spin 0.8s normal  cubic-bezier(0.4, 0, 1, 1) infinite;*/
    /*animation: spin 0.8s normal  cubic-bezier(0.4, 0, 1, 1) infinite;*/
}

.mg-audio-play,
.mg-audio-pause {
    display: none;
}


.mg-audio-slider-com {
    display: inline-block;
    width: calc(100% - 110px);
    overflow: hidden;
    vertical-align: middle;
    position: relative;
}




body.en .mg-audio-slider-com {
    margin-left: 10px;

}

body.ar .mg-audio-slider-com {
    margin-right: 10px;
}

.mg-audio-slider {
    width: 100%;
    height: 20px;
}


.mg-tracker {
    position: absolute;
    top: 10px;
    min-width: 1px;
    height: 3px;
    border-radius: 50px;
}

.mg-tracker {
    background: #fff;
}

._clnt_clip .mg-tracker {
    background: #fff;
}

._srvr_clip .mg-tracker {
    background: #34baa6;
}

input[type=range].mg-audio-slider {
    -webkit-appearance: none;
    background-color: transparent;
    width: 100%;
}

input[type=range].mg-audio-slider:focus {
    outline: none;
}


input[type=range].mg-audio-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #0e6555, 0px 0px 1px #0e6555;
    background: rgba(0, 0, 0, 0);
    border-radius: 1px;
    border: 0px solid #000000;
}


._clnt_clip input[type=range].mg-audio-slider::-webkit-slider-runnable-track {
    box-shadow: 1px 1px 1px #0e6555, 0px 0px 1px #0e6555;
}

._clnt_clip input[type=range].mg-audio-slider:focus::-webkit-slider-runnable-track {
    background: #0e6555;
}

._srvr_clip input[type=range].mg-audio-slider::-webkit-slider-runnable-track {
    box-shadow: 1px 1px 1px #939393, 0px 0px 1px #939393;
}

._srvr_clip input[type=range].mg-audio-slider:focus::-webkit-slider-runnable-track {
    background: #939393;
}






input[type=range].mg-audio-slider::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
    border: 1px solid rgba(204, 204, 204, 0.99);
    height: 15px;
    width: 15px;
    border-radius: 50px;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5.5px;
}

input[type=range].mg-audio-slider::-webkit-slider-thumb {
    border: 1px solid rgb(255, 255, 255);
    background-color: #fff;
}

._clnt_clip input[type=range].mg-audio-slider::-webkit-slider-thumb {
    border: 1px solid rgba(204, 204, 204, 0.99);
    background-color: #fff;

}

._srvr_clip input[type=range].mg-audio-slider::-webkit-slider-thumb {
    border: 1px solid rgb(52, 186, 166);
    background-color: #34baa6;

}


input[type=range].mg-audio-slider::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
    background: #cccccc;
    border-radius: 0px;
    border: 0px solid #010101;
}

input[type=range].mg-audio-slider::-moz-range-thumb {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
    border: 1px solid rgba(204, 204, 204, 0.99);
    height: 15px;
    width: 15px;
    border-radius: 50px;
    cursor: pointer;
}

input[type=range].mg-audio-slider::-ms-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range].mg-audio-slider::-ms-fill-lower {
    background: #bfbfbf;
    border: 0px solid #010101;
    border-radius: 0px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}

input[type=range].mg-audio-slider::-ms-fill-upper {
    background: #cccccc;
    border: 0px solid #010101;
    border-radius: 0px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}

input[type=range].mg-audio-slider::-ms-thumb {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
    border: 1px solid rgba(204, 204, 204, 0.99);
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background: #ffffff;
    cursor: pointer;
    height: 4px;
}

input[type=range].mg-audio-slider:focus::-ms-fill-lower {
    background: #fff;
}

input[type=range].mg-audio-slider:focus::-ms-fill-upper {
    background: #fff;
}



@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

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

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* THEMES */

/* ORIG THEME */
input[type=range].mg-audio-slider::-webkit-slider-runnable-track {
    background-color: #107061;
}

input[type=range].mg-audio-slider:focus::-webkit-slider-runnable-track {
    background-color: #107061;
}

input[type=range].mg-audio-slider::-moz-range-track {
    background-color: #107061;
}

/* PRIME THEME */
input[type=range].mg-audio-slider.prime::-webkit-slider-runnable-track {
    background-color: #a72966;
}

input[type=range].mg-audio-slider.prime:focus::-webkit-slider-runnable-track {
    background-color: #a72966;
}

input[type=range].mg-audio-slider.prime::-moz-range-track {
    background-color: #a72966;
}

.mg-audio-player.prime {
    background: #cb538d;
}

.mg-audio-player.prime .mg-audio-loading,
.mg-audio-player.prime .mg-audio-play,
.mg-audio-player.prime .mg-audio-pause .mg-audio-player.prime .mg-audio-com,
.mg-audio-com.prime,
.mg-audio-player.prime span {
    color: #fff;
}


/* DARK THEME */
input[type=range].mg-audio-slider.dark::-webkit-slider-runnable-track {
    background-color: #4d4d4d;
}

input[type=range].mg-audio-slider.dark:focus::-webkit-slider-runnable-track {
    background-color: #4d4d4d;
}

input[type=range].mg-audio-slider.dark::-moz-range-track {
    background-color: #4d4d4d;
}



.mg-audio-player.dark {
    background: #e3e3e3;
}

.mg-audio-player.dark .mg-audio-loading,
.mg-audio-player.dark .mg-audio-play,
.mg-audio-player.dark .mg-audio-pause .mg-audio-player.dark .mg-audio-com,
.mg-audio-com.dark,
.mg-audio-player.dark span {
    color: #4d4d4d;
}










/* CHAT */
.chat-support {
    position: fixed;
/*    right: 35`px;*/
    right: 90px;
    bottom: 20px;
    z-index: 2060;
}

.chat-support .btn-chat-expand {
    display: inline-block;
}

.chat-support .btn-chat-collapse {
    display: none !important;
}

.chat-icon {
    position: relative;
    background-color: #196DFB;
    color: #fff;
    /* border-radius: 50%; */
    /* font-size: 28px; */
    /* width: 20px; */
    /* height: 20px; */
    cursor: pointer;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
}

.chat-icon:hover {
    background-color: #0E3EC8;
    color: #fff;
}

.chat-relative {
    position: relative;
}

.chat-inline {
    display: inline-block;
    vertical-align: text-top;
    position: relative;
}

.chat-email {
    font-size: 12px;
    display: none;
}

.chat-logo {
    width: 60px;
    height: 35px;
    margin: 0px 10px;
    /* display: inline-block; */
    /* vertical-align: middle; */
    position: relative;
}

.chat-logo-img {
    background-image: url(../images/logo/Icon-60_3x.png);
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    border-radius: 50%;
    /* position: absolute; */
    top: 0px;
    /* margin-top: 30px; */
    position: absolute;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.chat-name {
    margin: 0px;
}

.chat-label {
    font-family: 'BESS-MEDIUM', 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    unicodeRange: 'U+0600-U+06FF';
    /*font-weight : bold;*/
    margin: 0px;
    margin-bottom: 5px;
}

.chat-badge {
    position: absolute;
    top: -10px;
    right: 0;
    background: #fab217;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    display: none;
    animation: chatbounce 1.2s linear infinite;
}

.chat-icon .chat,
.chat-icon .chat-close {
    /*    position: absolute;
    left: 29px;
    top: 30px;
    transform: translate(-50%, -50%);
*/
    transition: 0.3s;
    opacity: 1;
}

.chat-icon .chat {
    display: inline-block;
    transition: 0.3s;
    vertical-align: middle;
}

.chat-icon .chat-close {
    display: none;
    transition: 0.3s
}


.chat-icon.active {
    display: none;
    transition: 0.3s
}

.chat-icon.active .chat {
    display: none;
    transition: 0.3s
}

.chat-icon.active .chat-close {
    display: inline-block;
    transition: 0.3s
}

.chat-loading {
    background-image: url(../images/loop.gif);
    background-size: cover;
    background-size: 100px 100px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}

.ftch-msg {
    background-image: url(../images/loop.gif);
    background-size: cover;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    width: 100%;
    margin-bottom: 15px;
}

.chat-new {
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: #b3b3b3;
}

.chat-new .icon {
    background-image: url(../images/svg/chat-empty.svg);
    background-size: cover;
    width: 75px;
    height: 75px;
    position: relative;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.chat-new p {
    margin: 0px 30px;
    text-align: center;
}


.chat-container {
    /*max-height: 0px;*/
    /*height: 400px;*/
    position: absolute;
    bottom: 10px;
    right: 0px;
    /*display: none;*/
    background: #f7f7f7;
    width: 350px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    /*bottom: -500px;*/
    /*transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);*/
    overflow: hidden;
    box-sizing: border-box;

    height: 0px;
    /* approximate max height */

    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);

    opacity: 0;
    /*bottom: -250px;*/
    /*    -webkit-animation: chat-animate-closed 0.3s normal ease-in-out both;
            animation: chat-animate-closed 0.3s normal ease-in-out both;*/
}


.chat-title {
    /*height: 30px;*/
    background-color: #196DFB;
    color: #fff;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 10;
    padding: 10px;
    /*line-height: 1.6em;*/
    border-radius: 3px 3px 0px 0px;
    height: 60px;
}


.chat-status {
    position: absolute;
    top: 60px;
    /*height: 40px;*/
    width: 100%;
    z-index: 2;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    /*box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.52);*/
    padding: 10px;
}

.chat-status img {
    width: 20px;
    margin: 0px 5px;
}

.chat-status .fl-30-ico {
    margin: 0px 5px;
    width: 33px;
}

.chat-status .msg {
    line-height: normal;
}

.chat-status.error {
    background-color: #939393;
}

.chat-status.waiting {
    background-color: #fab217;
}

.chat-status.connected {
    background-color: #34baa6;
}

/*.chat-status.waiting .white-error { display: inline-block; }
.chat-status.waiting .white-success { display: none; }

.chat-status.connected .white-error { display: none; }
.chat-status.connected .white-success { display: inline-block; }

.chat-status.error .white-error { display: inline-block; }
.chat-status.error .white-success { display: none; }

*/
.chat-title span {
    display: inline-block;
    vertical-align: middle;
}

.chat-title .btn-chat-minimize,
.chat-title .btn-chat-collapse,
.chat-title .btn-chat-expand {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.chat-message {
    /*padding: 10px;*/
    /* margin-top: 30px; */
    bottom: 42px;
    /*position: absolute;*/
    width: 100%;
    /*min-height: calc(100% - 70px);*/
    /*  background-color: #f7f7f7;  */
    background-image: url(../images/svg/AkeedCare.png);
    /* background-position-x: center; */ 
    /*max-height: calc(100% -0 70px);*/
    /*position: absolute;*/
    top: 65px;
    align-items: baseline;
    height: calc(100% - 126px);
    position: relative;
    padding-top: 15px;
    transition: 1s;
    opacity: 0;
    z-index: 1;
    overflow: hidden;
}

.chat-message.scroll {
    overflow-y: scroll;
    padding-top: 55px;
}

.chat-message.scroll::-webkit-scrollbar-button {
    display: block;
    height: 100%;
    border-radius: 0px;
    background-color: #fff;
}

.chat-message.scroll::-webkit-scrollbar-button:hover {
    background-color: #f1f1f1;
}

.chat-message.scroll::-webkit-scrollbar-thumb {
    background-color: #FF56A1;
    border-radius: 50px;
}

.chat-message.scroll::-webkit-scrollbar-thumb:hover {
    background-color: #FF56A1;
    border-radius: 50px;
}

.chat-message.scroll::-webkit-scrollbar-track {
    background-color: #e3e3e3;
}

.chat-message.scroll::-webkit-scrollbar-track:hover {
    background-color: #e3e3e3;
}

.chat-message.scroll::-webkit-scrollbar {
    width: 10px;
}

.chat-message>._lst {
    padding: 0px 10px;
    position: absolute;
    bottom: 40px;
    width: 100%;
}

.chat-message.scroll>._lst {
    position: relative;
    bottom: 10px;
}

.chat-message.scroll>._action {
    position: relative;
    margin-bottom: 10px;
}

._lst ._chat:last-child {
    margin-bottom: 0px;
}

._seen {
    padding: 0px 15px 0px 0px;
    color: #888;
    /*font-style: italic;*/
    text-align: right;
    min-height: 18px;
    font-size: 11px;
    transition: 0.3s;
}

.isLogin {
    margin-top: 320px;
}

body.ar .isLogin {
    margin-top: 320px;
}

._seen * {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 2px;
    line-height: normal;
}

.chat-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /*overflow: hidden;*/
    background: #fff;
    border-top: 1px solid #cccccc;
    padding: 0px 10px;
    border-radius: inherit;
}

.chat-text textarea {
    width: calc(100% - 85px);
    display: inline-block;
    padding: 8px 5px;
    border: 0px;
    overflow: hidden;
    color: #231f20;
    resize: none;

    /* border: 1px solid #ccc;*/
    border-radius: 20px;
    margin: 10px 5px;
    vertical-align: middle;

    /*min-height: 35px;*/
    max-height: 105px;
    height: 40px;
}

.chat-text textarea.scroll {
    overflow-y: scroll;
}

.chat-text textarea.scroll::-webkit-scrollbar-track {
    background-color: transparent;
}

.chat-text textarea.scroll::-webkit-scrollbar {
    width: 19px;
    background-color: transparent;
}

.chat-text textarea.scroll::-webkit-scrollbar-thumb {
    border: 7px solid hsla(331, 61%, 41%, 0);
    background-clip: padding-box;
    -webkit-border-radius: 50px;
    background-color: rgb(56, 188, 168);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.chat-text textarea.scroll::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

.chat-text textarea:focus,
.chat-text textarea:active {
    outline: none;
    /*box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);*/
}

.chat-text button {
    color: #cb538d;
    background: #fff;
    box-shadow: none !important;
    outline: none !important;
    /*display: inline-block;*/
    width: 35px;
    /*height: 40px;*/
    /*line-height: 40px;*/
    padding: 0px;
    /*font-size: 20px;*/

    display: inline-flex;
    justify-content: center;
    align-items: center;
}


.chat-btn {
    display: inline-block;
    background-image: url(../images/svg/chaticon.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    transition: .2s all ease-in-out;
}

i.chat-btn:hover {
    opacity: .7;
}

.chat-btn.btn-img {
    background-position: 0px 0px;
}

.chat-btn.btn-mic {
    background-position: -30px 0px;
}

.chat-btn.btn-send {
    background-position: -60px 0px;
}

body.ar .chat-btn.btn-send {
    background-position: -60px 0px;
    transform: scaleX(-1);
}



._action {
    position: absolute;
    bottom: 5px;
    margin-bottom: 0px;
    width: 100%;
}

._action ._srvr_typing {
    padding: 0px 10px;
    display: none;
}

._action.typing ._srvr_typing {
    display: inline-block;
}

._action ._seen {
    display: none;
}

._action.seen ._seen {
    display: block;
}

._action.typing.seen ._seen {
    display: none;
}


._drag_img {
    background: rgba(255, 255, 255, 0.62);
    border: 5px dashed #a72966;
    height: calc(100% - 70px);
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 1;
    vertical-align: middle;
    align-items: center;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-spacing: 10px;
    color: #cb538d;
    display: none;
}

.chat-container.is_drag ._drag_img {
    display: flex;
}

.chat-container.is_drag * {
    pointer-events: none;
}

._time {
    color: #888;
    font-size: 10px;
    text-align: center;
    margin: -10px 0px 0px -webkit-transition: -webkit-transform 0.2s 0.1s, opacity 0.2s 0.1s;
    -moz-transition: -moz-transform 0.2s 0.1s, opacity 0.2s 0.1s;
    transition: transform 0.2s 0.1s, opacity 0.2s 0.1s;
    opacity: 0;
    margin-bottom: 10px;
}

._time hr {
    border-top: 1px solid #ccc;
    width: calc(50% - 33px);
    margin: 0px 10px;
    display: inline-block;
    vertical-align: middle;
}

._chat {
    position: relative;
    content: "";
    display: block;
    width: 100%;
    margin-bottom: 10px;
    -webkit-transition: -webkit-transform 0.2s 0.1s, opacity 0.2s 0.1s;
    -moz-transition: -moz-transform 0.2s 0.1s, opacity 0.2s 0.1s;
    transition: transform 0.2s 0.1s, opacity 0.2s 0.1s;
    opacity: 0;
}

._chat[data-audio] {
    margin-bottom: 15px;
}

._action {
    content: "";
    display: block;
    width: 100%;
    margin-bottom: 10px;
    -webkit-transition: -webkit-transform 0.2s 0.1s, opacity 0.2s 0.1s;
    -moz-transition: -moz-transform 0.2s 0.1s, opacity 0.2s 0.1s;
    transition: transform 0.2s 0.1s, opacity 0.2s 0.1s;
    opacity: 0;
}

._time,
._chat[t="clnt"] {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
}

._chat[t="srvr"] {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
}

.chat-message.is-visible ._time,
.chat-message.is-visible ._action,
.chat-message.is-visible ._chat {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.2s 0.6s, opacity 0.2s 0.6s;
    -moz-transition: -moz-transform 0.2s 0.6s, opacity 0.2s 0.6s;
    transition: transform 0.2s 0.6s, opacity 0.2s 0.6s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

._clnt {
    text-align: right;
}

._srvr {
    text-align: left;
    direction: ltr;
}

body.ar ._srvr {
    text-align: right;
    direction: rtl;
}

._clnt.pending>p {
    opacity: 0.5;
}

._clnt>p {
    background: #196DFB;
    padding: 10px 15px;
    border-radius: 20px;
    color: #fff;
    width: auto;
    max-width: calc(100% - 20px);
    display: inline-block;
    margin: 0px;
    cursor: default;
    position: relative;
    text-align: left;
    word-wrap: break-word;
    /*max-width: 164px;*/
    white-space: pre-wrap;
    font-family: 'BESS';
}

._clnt ._pndng {
    display: block;
    font-size: 12px;
    color: #c00;
}

._clnt>img {
    width: 50%;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

._clnt>audio {
    width: 100%;
}

._srvr>p {
    background: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    color: #4d4d4d;
    max-width: calc(100% - 20px);
    width: auto;
    display: inline-block;
    margin: 0px;
    cursor: default;
    vertical-align: top;
    position: relative;
    font-family: 'BESS';
}

body.ar ._srvr>p {
    float: left;
    margin-bottom: 10px;
}

._srvr>.srv_img {
    background-image: url('../images/no_profile.png');
    background-size: cover;
    background-position: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    background-size: cover;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: top;
}

._srvr span.timestamp,
._clnt span.timestamp {
    position: absolute;
    background: #272727;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
    /* transform: translateY(-50%); */
    /* top: 0px; */
    /* display: none; */
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    display: none;
}

/*._srvr span.timestamp { left: calc(100% + 5px); }
._clnt span.timestamp { right: calc(100% + 5px); }*/

._srvr span.timestamp:after,
._clnt span.timestamp:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #272727;
    border-width: 5px;
    margin-left: -5px;
}

/*._clnt > p > span:after{
    left: 100%;
    border-left-color: #272727;
}
._srvr > p > span:after {
    right: 100%;
    border-right-color: #272727;
}*/


._srvr>p:hover>span,
._clnt>p:hover>span {
    display: inline-block;
}

._srvr:hover>span.timestamp,
._clnt:hover>span.timestamp {
    display: inline-block;
}



._srvr_con {
    display: inline-block;
    padding: 0px 10px;
    background: #a2a2a2;
    border-radius: 20px;
    /*margin: 0px 15px;*/
}


._srvr_clip {
    display: inline-block;
    width: calc(100% - 60px);
    vertical-align: middle;
    /*    background: #a5a5a5;
    padding: 13px;*/
    border-radius: 30px;
}

._srvr_clip audio {
    width: 100%;
    margin: 0px;
    vertical-align: bottom;
}

._clnt_clip {
    display: inline-block;
    width: calc(100% - 60px);
    vertical-align: middle;
    background: #39bca8;
    /*padding: 13px;*/
    position: relative;
    border-radius: 30px;
}

._clnt_clip audio,
._srvr_clip audio {
    width: 100%;
    margin: 0px;
    vertical-align: bottom;
}

._clnt_clip ._igif {
    top: 0px;
    left: 0px;
    width: 100%;
}


._srvr ._srvr_pic {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

._srvr img {
    width: 50%;
    min-width: 50%;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ffffff;
    animation: wave 1.3s linear infinite;
    vertical-align: middle;

}

._srvr_con .dot:nth-child(2) {
    animation-delay: -1.1s;
}

._srvr_con .dot:nth-child(3) {
    animation-delay: -0.9s;
    margin-left: -1px;
}

._igif {
    background: url(../images/loop.gif) no-repeat;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.5);
    background-size: 60px;
    width: 50%;
    display: inline-block;
    height: 100%;
    z-index: 2;
    position: absolute;
}


@keyframes wave {

    0%,
    60%,
    100% {
        transform: initial;
    }

    30% {
        transform: translateY(-7px);
    }
}





.chat-container.active {
    /*    display: inline-block;
    -webkit-animation: chat-animate 0.3s normal ease-in-out both;
            animation: chat-animate 0.3s normal ease-in-out both;
*/
    height: 500px;
    overflow: inherit;
    opacity: 1;
}

.chat-container ._clnt>img {
    display: none;
}

.chat-container.active ._clnt>img {
    display: inline-block;
}

.chat-container.active .chat-message {
    opacity: 1;
    transition: 1s;
}

@keyframes chat-animate {
    50% {
        opacity: 0;
        min-height: 200px;
        max-height: 200px;
    }

    100% {
        bottom: 70px;
        top: inherit;
        opacity: 1;
        min-height: 450px;
        max-height: 450px;
    }
}

@keyframes chat-animate-closed {
    50% {
        min-height: 200px;
        max-height: 200px;
    }

    100% {
        top: 200%;
        top: inherit;
        opacity: 0;
        min-height: 450px;
        max-height: 450px;
    }
}




#mdl-recording .modal-dialog {
    /*    width: 300px;
    height: 300px;*/
    /*margin: calc(25% - 300px) auto;*/
}

#mdl-recording .modal-dialog .modal-content {
    /*height: 100%;*/
    display: flex;
    justify-content: center;
    align-items: center;
}


#rec-listen,
#rec-start,
#rec-stop {

    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    border-radius: 5px;

}

#rec-listen,
#rec-stop,
#rec-start {
    width: 370px;
    height: 225px;
    padding: 15px;
}

.sound-con {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    z-index: 0;
}

.sound-con #analyser {
    width: 100%;
    margin: auto;
}


.btn-vc-con {
    z-index: 1;
    margin-top: 10px;
    position: relative;
}

.btn-vc-stop,
.btn-vc-record {
    width: 70px;
    height: 70px;
    display: flex;
    border: 1px solid #cb538d;
    color: #cb538d;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    border-radius: 50%;
    cursor: pointer;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.btn-vc-record .mic {
    display: inline-block;
}

.btn-vc-record .white-mic {
    display: none;
}

.btn-vc-record:hover {
    background-color: #cb538d;
    transition: 0.3s;
}

.btn-vc-record:hover .mic {
    display: none;
}

.btn-vc-record:hover .white-mic {
    display: inline-block;
}


.btn-vc-stop {
    background-color: #cb538d;
    color: #fff;
    width: 60px;
    height: 60px;
}

.btn-vc-stop:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border: 2px solid #cb538d;
    border-radius: 50%;
}

.rec-timer {
    /*position: absolute;*/
    /*top: 40px;*/
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
}

/* FOR CHAT FIXED */

.chat-support.chat-fixed {
    top: 0;
    z-index: 1060;
    right: 0;
    width: 350px;
    height: 100%;
    border-left: 1px solid #a72966;
}

.chat-support.chat-fixed .btn-chat-expand {
    display: none;
}

.chat-support.chat-fixed .btn-chat-collapse {
    display: inline-block !important;
}

.chat-support.chat-fixed .chat-container {
    position: relative;
    box-shadow: none;
    border-radius: 0px;
    right: 0px;
    height: 100%;
    top: 0;
    -webkit-animation: none;
    animation: none;
}

.chat-support.chat-fixed .chat-title {
    border-radius: 0px;
}

.chat-support.chat-fixed .btn-chat-minimize,
.chat-support.chat-fixed .chat-icon {
    display: none;
}

.chat-support .srv-dl,
.chat-support .clt-dl {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    color: #38bca8;
}

.chat-support .srv-dl:hover,
.chat-support .srv-dl:after,
.chat-support .srv-dl:active,
.chat-support .clt-dl:hover,
.chat-support .clt-dl:after,
.chat-support .clt-dl:active {
    color: #fff;
    background-color: #289a89;
    transition: 0.3s;
}

.csr-status {
    width: 10px;
    height: 10px;
    line-height: 5px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
}

/* body.ar .csr-status{
    margin-right: 110px;
} */
body.ar .csr-status {
    margin-left: 5px;
}

body.ar #chat {
    float: left !important;
}

.csr-status.offline {
    background-color: #ccc;
}

.csr-status.online {
    background-color: #5cb85c;
}

.chat_support ._seen {
    margin-top: -45px;
}

.csr-status-text {
    margin-left: 5px;
    margin-top: -5px;
}

body.chat-fixed {
    /*position: fixed;*/
    width: calc(100% - 350px);
}

body.chat-fixed .dashboard-nav,
body.chat-fixed .fa-navbar.navbar-default {
    /*width: calc(100% - 300px);*/
}

body.chat-fixed .fa-navbar.navbar-default.stick {
    width: calc(100% - 350px);
}

/* END CHAT */


/* IMAGE ENLARGEMENT */
._vw-con {
    background-color: rgba(0, 0, 0, 0.77);
    position: fixed;
    top: 0;
    z-index: 1061;
    /*display: flex;*/
    /*-webkit-transition: -webkit-transform 0.2s 0.6s, opacity 0.2s 0.6s;
    -moz-transition: -moz-transform 0.2s 0.6s, opacity 0.2s 0.6s;
    transition: transform 0.2s 0.6s, opacity 0.2s 0.6s;
*/

    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;

    /*    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);

*/
    /*    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;*/
    will-change: height;

    width: 100%;
    height: 0px;
}

._vw-con.is-visible {
    height: 100%;
    /*
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
/*    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
*/
}

._vw-con * {
    display: none;
    opacity: 0;
}

._vw-con.is-visible * {
    display: inherit;
    opacity: 1;
    transition: 1s;
}

._lg-vw-dl,
._lg-vc-close,
._lg-vw-close {
    position: absolute;
    color: rgba(255, 255, 255, 0.75);
    top: 10px;
    text-align: center;
    z-index: 1;
}

._lg-vc-close,
._lg-vw-close {
    right: 15px;
}

._lg-vw-dl {
    right: 50px;
}

._lg-vw-dl:visited {
    color: #fff;
}

._lg-vw-close:visited {
    color: #fff;
}

._lg-vw-close:focus,
._lg-vw-close:hover,
._lg-vw-dl:focus,
._lg-vw-dl:hover {
    color: #38bca8;
}


.chat-view-bg {
    margin: 20% auto;
    /*background-image: url(../images/png-bg.png);*/
    /*background-color: #f1f1f1;*/
    /* min-height: 99px; */
    min-width: 99px;
    max-height: 75%;
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: 75%;
    position: relative;
}

#chat-view-image {
    min-height: 1px;
    min-width: 1px;
    /* display: block; */
    max-height: auto;
    /* max-height: 90%; */
    /* position: relative; */
    /* background-image: url(../images/png-bg.png); */
    /* border-radius: 3px; */
    /* margin: 50px; */
    /* max-height: 100%; */
    /* margin: auto; */
    /* position: relative; */
    /* width: auto; */
    /* padding: 50px 0px; */
    /* max-width: 80%; */
    /* max-height: 80%; */
    /* width: calc(100% - 100px); */
    /* min-width: 1px; */
    /* max-width: 50%; */
    height: 100%;
    position: relative;
    width: 100%;
}

#chat-view-image img {
    /* width: 100%; */
    /* height: inherit; */
    /* max-height: 80%; */
    position: relative;
    /* width: auto; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* height: auto; */
    /* width: auto; */
    /* max-width: 100%; */
    /* max-width: calc(100% - 100px); */
    /* max-height: 80%; */
    /* z-index: 1; */
    /* transform: scale(0.8); */
    /* height: inherit; */
    /* width: auto; */
    /* margin: auto; */
    max-height: calc(100vh - 100px);
    width: auto;
    max-width: 50%;
    position: absolute;
    z-index: 0;
}


._lg-vw-open {
    overflow: hidden;
}

._lg-vc-cmd {
    background: #fff;
    height: auto;
    margin: auto;
    /*text-align: center;*/
    width: 300px;
    padding: 10px;
    line-height: initial
}

#sound-bars {
    height: 30px;
    position: relative;
    width: 40px;
    margin: auto;
}

.bar {
    background: #E20074;
    bottom: 1px;
    height: 3px;
    position: absolute;
    width: 3px;
    animation: sound 0ms -800ms linear infinite alternate;
}

@keyframes sound {
    0% {
        opacity: .35;
        height: 3px;
    }

    100% {
        opacity: 1;
        height: 28px;
    }
}

.bar:nth-child(1) {
    left: 1px;
    animation-duration: 474ms;
}

.bar:nth-child(2) {
    left: 5px;
    animation-duration: 433ms;
}

.bar:nth-child(3) {
    left: 9px;
    animation-duration: 407ms;
}

.bar:nth-child(4) {
    left: 13px;
    animation-duration: 458ms;
}

.bar:nth-child(5) {
    left: 17px;
    animation-duration: 400ms;
}

.bar:nth-child(6) {
    left: 21px;
    animation-duration: 427ms;
}

.bar:nth-child(7) {
    left: 25px;
    animation-duration: 441ms;
}

.bar:nth-child(8) {
    left: 29px;
    animation-duration: 419ms;
}

.bar:nth-child(9) {
    left: 33px;
    animation-duration: 487ms;
}

.bar:nth-child(10) {
    left: 37px;
    animation-duration: 442ms;
}

.payment-container {
    width: 95%;
    position: relative;
    display: inline-block;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    z-index: 1;
}

body.ar .payment-container {
    float: left;
    margin-bottom: 10px;
}

.choice-container {
    width: 65%;
    position: relative;
    display: inline-block;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    z-index: 1;
}

.choice-cancellation {
    color: #939393;
}

.choice-approve-color {
    color: #939393 !important;
}

.choice-approve {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #f1f1f1;
    color: #38bca8;
    outline: none;
    box-shadow: none;
    border-radius: 10px 10px 0px 0px !important;
}

.btn-go-payment,
.btn-go-instructionsV2 {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #f1f1f1;
    color: #38bca8;
    outline: none;
    box-shadow: none;
    border-radius: 10px 10px 0px 0px !important;
}

.btn-resend-change-request {
    color: #289a89 !important;
    background-color: #fff !important;
    width: 100%;
    border: 1px solid #f1f1f1 !important;
    height: 40px;
    border-radius: 10px !important;
}

.btn-go-instructions {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #f1f1f1;
    color: #38bca8;
    outline: none;
    box-shadow: none;
    border-radius: 10px 10px 0px 0px !important;
}

.change-approve:hover {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #f1f1f1;
    color: #38bca8;
    outline: none;
    box-shadow: none;
    border-radius: 10px 10px 0px 0px !important;
}

.btn-go-payment2:focus {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #f1f1f1;
    color: #38bca8;
    outline: none;
    box-shadow: none;
    border-radius: 10px 10px 0px 0px !important;
}

.btn-go-payment2.disabled {
    display: inline-block;
    width: 100%;
    background: transparent;
    color: #939393;
    outline: none;
    box-shadow: none;
    border-radius: 10px 10px 0px 0px !important;
}

.btn-go-payment2.active {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #38bca8;
    color: #38bca8;
    outline: none;
    box-shadow: none;
    border-radius: 10px 10px 0px 0px !important;
}

.btn-cancel-esalv2.active {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #38bca8;
    color: #38bca8;
    outline: none;
    box-shadow: none;
    border-radius: 0px 0px 10px 10px !important;
}

.btn-cancel-esalv2.active:hover {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #38bca8;
    color: #38bca8;
    outline: none;
    box-shadow: none;
    border-radius: 0px 0px 10px 10px !important;
}

.change-cancel2.active {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #38bca8;
    color: #38bca8;
    outline: none;
    box-shadow: none;
    border-radius: 0px 0px 10px 10px !important;
}

.btn-go-payment2.active:hover,
.btn-go-payment2.active:focus {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #38bca8;
    color: #38bca8 !important;
    outline: none;
    box-shadow: none;
    border-radius: 10px 10px 0px 0px !important;
}

.btn-go-payment2.disabled:hover,
.btn-go-payment2.disabled:focus {
    display: inline-block;
    width: 100%;
    background: transparent;
    color: #939393;
    outline: none;
    box-shadow: none;
    border-radius: 10px 10px 0px 0px !important;
}

.change-approve {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #f1f1f1;
    color: #38bca8;
    outline: none;
    box-shadow: none;
    border-radius: 10px 10px 0px 0px !important;
}

.change-approve:focus {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #f1f1f1;
    color: #38bca8;
    outline: none;
    box-shadow: none;
    border-radius: 10px 10px 0px 0px !important;
}

.change-approve2.active {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #38bca8;
    color: #38bca8;
    outline: none;
    box-shadow: none;
    border-radius: 10px 10px 0px 0px !important;
}

.change-approve2.disabled {
    display: inline-block;
    width: 100%;
    background: transparent;
    color: #939393;
    outline: none;
    box-shadow: none;
    border-radius: 10px 10px 0px 0px !important;
}

.change-approve2.active {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #38bca8;
    color: #38bca8;
    outline: none;
    box-shadow: none;
    border-radius: 10px 10px 0px 0px !important;
}

.change-notapprove2.active {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #38bca8;
    color: #38bca8;
    outline: none;
    box-shadow: none;
    border-radius: 0px 0px 10px 10px !important;
}

.change-notapprove2.active:hover {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #38bca8;
    color: #38bca8;
    outline: none;
    box-shadow: none;
    border-radius: 0px 0px 10px 10px !important;
}

.change-approve.active:hover,
.change-approve.active:focus {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #38bca8;
    color: #38bca8 !important;
    outline: none;
    box-shadow: none;
    border-radius: 10px 10px 0px 0px !important;
}

.change-approve.disabled:hover,
.change-approve.disabled:focus {
    display: inline-block;
    width: 100%;
    background: transparent;
    color: #939393;
    outline: none;
    box-shadow: none;
    border-radius: 10px 10px 0px 0px !important;
}

.change-cancel.active:hover,
.change-cancel.active:focus {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #38bca8;
    color: #38bca8;
    outline: none;
    box-shadow: none;
    border-radius: 0px 0px 10px 10px !important;
}

.change-cancel.disabled:hover,
.change-cancel.disabled:focus {
    display: inline-block;
    width: 100%;
    background: transparent;
    color: #939393;
    outline: none;
    box-shadow: none;
    border-radius: 0px 0px 10px 10px !important;
}

.btn-go-payment:hover,
.btn-go-instructionsV2:hover {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #f1f1f1;
    color: #38bca8;
    outline: none;
    box-shadow: none;
    border-radius: 10px 10px 0px 0px !important;
}

.btn-go-instructions:hover {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #f1f1f1;
    color: #38bca8;
    outline: none;
    box-shadow: none;
    border-radius: 10px 10px 0px 0px !important;
}

.choice-cancel {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #f1f1f1;
    color: #939393;
    outline: none;
    box-shadow: none;
    border-radius: 0px 0px 10px 10px !important;
    border-top: 1px solid #fff;
    white-space: normal;
}

.change-cancel,
.btn-cancel-esalV2 {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #f1f1f1;
    color: #939393;
    outline: none;
    box-shadow: none;
    border-radius: 0px 0px 10px 10px !important;
    border-top: 1px solid #fff;
    white-space: normal;
}

.change-cancel:hover,
.btn-cancel-esalV2:hover {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #f1f1f1;
    color: #939393;
    outline: none;
    box-shadow: none;
    border-radius: 0px 0px 10px 10px !important;
    border-top: 1px solid #fff;
    white-space: normal;
}

.btn-go-change-payment {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #f1f1f1;
    color: #939393;
    outline: none;
    box-shadow: none;
    border-radius: 0px 0px 10px 10px !important;
    border-top: 1px solid #fff;
    white-space: normal;
}

.btn-go-change-payment:hover {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #f1f1f1;
    color: #939393;
    outline: none;
    box-shadow: none;
    border-radius: 0px 0px 10px 10px !important;
    border-top: 1px solid #fff;
    white-space: normal;
}

.change-notapprove {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #f1f1f1;
    color: #939393;
    outline: none;
    box-shadow: none;
    border-radius: 0px 0px 10px 10px !important;
    border-top: 1px solid #fff;
    white-space: normal;
}

.change-notapprove:hover {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid #f1f1f1;
    color: #939393;
    outline: none;
    box-shadow: none;
    border-radius: 0px 0px 10px 10px !important;
    border-top: 1px solid #fff;
    white-space: normal;
}

.selected {
    border: 1px solid #38bca8;
    color: #38bca8;
}

.notSelected {
    border: 1px solid #939393;
    color: #939393;
}

.change-container {
    width: 95%;
    position: relative;
    display: inline-block;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    z-index: 1;
}

.change-text {
    color: #38bca8;
}

.valid-text {
    color: #3685f7;
}

.audio-loader {
    width: 10px;
    height: 10px;
    margin: 0px;
    background-color: #fff;
    display: inline-block;

    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

body.ar .chat-support {
    left: 20px;
    right: inherit;
}

body.ar .chat-container,
body.ar .chat-container.active {
    right: inherit;
    left: 0px;
}

body.ar .chat-support.chat-fixed {
    left: 0px;
    right: inherit;
}

body.ar .chat-support.chat-fixed {
    border-right: 0px;
    border-right: 1px solid #a72966;
}


@-webkit-keyframes chatbounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -7px, 0);
        transform: translate3d(0, -7px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}


@keyframes push {
    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}