* {
    font-family: Roboto, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #303030;
    transition: all .5s
}

a {
    text-decoration: none;
    color: #0084ff;
    text-transform: uppercase
}

::-webkit-scrollbar {
    background: 0 0
}

::-moz-scrollbar {
    background: 0 0
}

::-o-scrollbar {
    background: 0 0
}

::-ms-scrollbar {
    background: 0 0
}

i {
    word-break: break-word
}

#overlay,
#overlay .rqst,
.overlay-text,
#pushalert-ticker,
.dots .msgTxt,
.email-pop,
.imgLdg video,
.init-pop,
.lstHook,
.second-screen .usrId,
.shwPop .lstHook.email-pop,
.shwPop .lstHook.init-pop,
.shwPop .lstHook.tg-pop,
.usrMsg span,
.ver input[type=checkbox] {
    display: none
}

.shwEmail .email-pop,
.shwPop .lstHook,
.shwPopInit .init-pop,
.shwPopTg .tg-pop {
    display: block
}

header,
#cht,
.blkWrp,
.mnCnt,
.shwRqst .rqst::before,
.txtLn {
    position: relative
}

#cht,
#ldng,
#overlay,
.arwDwn,
.btnNtf,
.chat-img,
.instructions header h1,
.rqst,
.usrId,
header,
header span:nth-child(2) {
    width: 100%
}

.blkWrp,
.cntImg,
.lstHook {
    width: 300px
}

header {
    display: flex;
    justify-content: space-between;
    height: 60px;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background: #fafafa
}

header span {
    width: 24px;
    height: auto
}

header span:nth-child(2) {
    text-align: center;
    font-size: 14px;
    font-weight: 400
}

input:focus {
    outline: 0
}

.mnCnt {
    overflow: hidden
}

#cht {
    overflow-y: scroll;
    height: 100%;
    padding: 20px 0
}

.chtMsg {
    padding: 10px 10px 0;
    overflow: auto
}

.chtMsg:not(:first-child) {
    padding: 10px 20px 10px 10px
}

.icons {
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    opacity: .75;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7px;
    cursor: pointer
}

.icons.i-info {
    background-image: url(../media/icons/info-24px.svg);
    left: unset;
    right: 7px
}

.icons.i-arrow-back {
    background-image: url(../media/icons/arrow_back-black-18dp.svg)
}

.icons.i-send {
    background-image: url(../media/icons/send-24px.svg);
    height: 24px;
    width: 24px;
    opacity: 1;
    left: unset;
    right: 14px;
    filter: invert(35%) sepia(90%) saturate(3648%) hue-rotate(197deg) brightness(106%) contrast(102%)
}

.icons.i-check-box {
    background-image: url(../media/icons/cb_full.svg);
    filter: invert(35%) sepia(90%) saturate(3648%) hue-rotate(197deg) brightness(106%) contrast(102%);
    width: 21px;
    height: 21px;
    left: 0
}

.usrId {
    font-size: 11px;
    color: rgba(3, 3, 3, .5);
    display: inline-block;
    float: left;
    max-width: calc(100% - 70px);
    margin: 0 0 2px 10px;
    font-weight: 700
}

.usrMsg {
    max-width: calc(100% - 70px);
    float: left;
    padding: 10px;
    margin-left: 10px;
    border-radius: 4px 18px 18px 18px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.usrMsg.right {
    float: right
}

.time {
    font-size: 12px;
    opacity: .8
}

.msgTxt {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5
}

.quick-resp {
    display: flex;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    justify-content: center;
    flex-wrap: nowrap;
    position: absolute;
    transition: all .75s
}

.quick-resp-vis {
    opacity: 1;
    visibility: visible
}

.quick-resp span {
    background-color: #0284ff;
    padding: 7px 14px;
    border-radius: 25px;
    margin: 0 7px 7px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer
}

.audioMsg span {
    display: inline-flex;
    margin: 0 7px 0 0
}

.audLength {
    min-width: 80px;
    position: relative;
    font-size: 12px
}

.audLength:after {
    content: "";
    display: block;
    height: 2px;
    background: #0000005c;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.pop {
    opacity: 1;
    animation-name: pop;
    animation-duration: .3s;
    animation-delay: .5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out
}

.model-pic {
    width: 50px;
    min-width: 50px;
    float: left;
    height: 50px;
    background-size: cover;
    border-radius: 25px
}

.hdrImg {
    width: 25px;
    min-width: unset;
    height: 25px;
    float: initial;
    margin: 0 auto 5px
}

.dots span {
    width: 5px;
    height: 5px;
    background: rgba(0, 0, 0, .1);
    display: inline-block;
    border-radius: 20px;
    vertical-align: middle;
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    margin: 10px 3px 5px
}

.dots span:nth-child(2) {
    animation-delay: .2s
}

.dots span:nth-child(3) {
    animation-delay: .4s
}

.chat-img {
    background-size: cover;
    height: auto;
    border-radius: 4px;
    margin: 0 auto;
    width: 180px;
    min-height: 180px;
    background-position: center
}

.imgLdg {
    border: 10px solid rgba(255, 255, 255);
    border-top-color: rgba(97, 184, 250, .5);
    border-bottom-color: rgba(71, 155, 243, .5);
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    width: 80px !important;
    height: 80px !important;
    min-height: 80px !important;
    border-radius: 40px;
    background: 0 0 !important;
    margin: 40px auto
}

.rqst {
    background: #fff;
    top: -300px;
    position: absolute;
    font-size: 18px;
    line-height: 1.5;
    box-shadow: 0 .5px 0 rgba(0, 0, 0, .2);
    z-index: 9
}

.flex {
    display: flex;
    width: 100%;
    float: unset;
    justify-content: flex-end
}

.init-pop .flex {
    justify-content: space-between
}

.flex div.btn-pop {
    margin: 14px 0 0 !important;
    padding: 14px 0 !important;
    text-align: center;
    width: calc(50% - 7px) !important;
    border-radius: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #000
}

.init-pop .flex div.btn-pop {
    color: #fff;
    background: #2b78fe
}

.init-pop .flex div.btn-decline {
    color: #000;
    background: #fefdf8
}

.lstHook.init-pop .icons,
div.btn-pop {
    color: #2b78fe;
    background-color: transparent
}

.lstHook.init-pop .icons {
    margin-right: 14px;
    font-size: 28px
}

.lstHook i {
    display: block;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400 !important;
    text-align: center
}

.init-pop .model-pic {
    margin: 0 auto 14px;
    float: unset;
    min-width: 40px
}

.shwRqst .rqst {
    top: 0
}

.rqstText {
    text-align: center;
    padding: 20px 20px 70px;
    overflow: auto;
    font-size: 14px
}

.rqstText div {
    float: left;
    display: inline-block
}

.rqstText div:nth-child(1) {
    margin-right: 20px
}

.rqstText div:nth-child(2) {
    text-align: left;
    width: calc(100% - 90px)
}

#ldng span {
    width: 45px;
    height: 10px;
    background: #0084ff;
    display: inline-block;
    margin-top: 10px;
    border-radius: 20px;
    vertical-align: middle;
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    z-index: 99999999
}

#ldng span:nth-child(2) {
    animation-delay: .2s
}

#ldng span:nth-child(3) {
    animation-delay: .4s
}

#ldng span:nth-child(4) {
    animation-delay: .6s
}

#ldng span:nth-child(5) {
    animation-delay: .8s
}

.arwDwn {
    background-image: url(../media/arrow_down.svg);
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 35px;
    position: absolute;
    bottom: 20px
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    z-index: 1;
    /*background: rgba(0, 0, 0, .5)*/
}

#overlay.shwRqst .overlay-text,
#overlay.shwRqst::after {
    position: absolute
}

#overlay.shwRqst .overlay-text {
    display: block;
    max-width: 150px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #d6ff00;
    text-align: left;
    left: calc(50vw - 150px);
    bottom: calc(50vh - 170px);
    text-shadow: 0 -1px 16px #fff, 0 1px 16px #d6ff00
}

#overlay.shwRqst::after {
    content: "";
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 40px;
    width: 140px;
    height: 140px;
    /*background-image: url(https://assets.topsrcs.com/media/overlay_arrow.svg);
    bottom: calc(50vh - 210px)*/
}

#overlay.shwPopInit,
#overlay.shwPopTg {
    opacity: 1
}

.lstHook {
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    padding: 20px;
    height: auto;
    font-size: 18px;
    text-align: center;
    border-radius: 4px
}

.lstHook a,
.lstHook.email-pop .btn-pop {
    color: #fff;
    display: block;
    background: #0084ff;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: 4px
}

.lstHook.email-pop>div:first-child {
    margin-bottom: 14px
}

label {
    font-size: 0
}

.txtLn {
    bottom: 0;
    width: 95%;
    height: 50px;
    margin: 0 auto 10px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 25px
}

.txtLn input {
    width: calc(100% - 50px);
    height: 100%;
    height: 50px;
    float: left;
    border: none;
    background: #fff;
    font-size: 14px;
    padding: 20px;
    color: #333;
    opacity: .4
}

.shwEmail,
.shwPop,
.shwRqst {
    opacity: 1 !important;
    visibility: visible !important
}

input#userEmail {
    color: #333 !important;
    border: 1px solid #00000036;
    padding: 14px 7px;
    width: 100%;
    border-radius: 4px;
    margin: 0 auto 14px
}

.ver {
    display: flex;
    position: relative;
    justify-content: flex-start;
    flex-wrap: nowrap;
    text-align: left;
    margin-bottom: 7px
}

.ver span:last-child {
    margin-left: 28px;
    font-size: 12px
}

.icon_audio {
    background: url(https://assets.topsrcs.com/media/icons/play_circle_filled.svg) no-repeat;
    width: 22px;
    height: 22px
}

.sp-widget a.sendpulse-send-to-tg,
.sendpulse-tg-button-holder {
    width: 100%
}

.sp-widget a.sendpulse-send-to-tg {
    background-color: #0384ff
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes pop {
    0% {
        font-size: 14px
    }
    100% {
        font-size: 16px
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes blink {
    0% {
        opacity: .2
    }
    20% {
        opacity: 1
    }
    100% {
        opacity: .2
    }
}

@media(orientation:landscape) {
    .overlay-text {
        top: 160px;
        left: 108px !important
    }
    #overlay.shwRqst::after {
        right: unset;
        left: 280px;
        top: 110px
    }
}

@media screen and (min-width:360px) {
    .chat-img {
        width: 220px;
        min-height: 220px
    }
    .rqstText div:nth-child(2) {
        padding-top: 10px
    }
}

@media screen and (min-width:600px) {
    .chat-img {
        width: 300px;
        min-height: 300px
    }
    .rqstText {
        font-size: 18px
    }
}

@media screen and (min-width:960px) {
    .shwRqst .rqst {
        width: 450px;
        border-radius: 4px;
        top: 160px;
        margin: 0 auto;
        left: 108px
    }
    .rqst::before {
        content: "";
        width: 70px;
        height: 70px;
        background: #fff;
        z-index: 9999;
        display: block;
        margin: -36px auto;
        transform: rotate(45deg);
        border-radius: 5px 0 0 0
    }
    .rqstText {
        padding: 40px 20px
    }
    .rqstText div:nth-child(2) {
        padding-top: 0
    }
    .arwDwn {
        display: none
    }
    .btnNtf {
        width: 400px;
        right: 0;
        height: 125px
    }
    .btnNtf p {
        text-align: center
    }
    .btnFlx {
        justify-content: center
    }
}