.shwPop .lstHook.click-pop,
.shwPop.shwClickPop .lstHook.click-pop,
.shwPopInit .lstHook.click-pop,
.shwClickPop.shwPopInit .lstHook.click-pop,
.shwRqst .lstHook.click-pop,
.shwEmail .lstHook.click-pop {
    display: none
}

#overlay.shwClickPop {
    opacity: 1
}

.shwClickPop .lstHook.click-pop {
    display: block
}

.click-pop-header.flex,
.click-pop-notice.flex {
    justify-content: left;
    margin-bottom: 16px;
    align-items: center
}

.click-header-txt {
    text-align: left;
    margin: 4px 0 0 8px
}

.click-pop-header .model-pic {
    width: 50px;
    height: 50px;
    margin: 0 8px 0 0
}

.click-pop-online {
    color: green;
    opacity: .5;
    margin: 4px 0 0;
    font-size: 16px;
    line-height: 1
}

.click-pop-close {
    position: absolute;
    right: 8px;
    top: 4px;
    color: #303030 !important;
    line-height: 1;
    padding: 8px !important;
    margin: 0 !important;
    cursor: pointer;
    background-color: transparent !important
}

.click-pop-main-pic {
    width: 100%;
    height: 200px;
    margin: 0 auto 16px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    border-radius: 4px 4px 0 0
}

.click-pop-btns {
    width: 100%;
    justify-content: space-between
}

.click-pop-pics {
    justify-content: space-evenly;
    margin-bottom: 16px
}

.click-pop-pic {
    width: 70px;
    height: 70px;
    background-image: url(https://assets.topsrcs.com/profiles_chat/310/img_3.jpg);
    background-size: cover;
    background-position: center;
    filter: blur(4px)
}

.click-pop-pics .click-pop-pic:nth-child(1) {
    background-image: url(https://assets.topsrcs.com/profiles_chat/310/img_4.jpg)
}

.click-pop-pics .click-pop-pic:nth-child(2) {
    background-image: url(https://assets.topsrcs.com/profiles_chat/310/img_5.jpg)
}

.click-pop-notice {
    background: #fcf9e1;
    border: 2px solid #ffb822;
    padding: 8px;
    border-radius: 2px;
    align-items: center
}

span.warning-sign {
    background-image: url(https://assets.topsrcs.com/media/warning.svg);
    width: 50px;
    height: 50px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 8px;
    filter: invert(85%) sepia(46%) saturate(4672%) hue-rotate(342deg) brightness(111%) contrast(101%)
}

.click-pop-notice span {
    color: #ffb822
}

.click-pop-btns div,
.exit-btns div {
    width: calc(50% - 8px);
    text-align: center;
    background-color: #0084ff;
    padding: 12px 0;
    border-radius: 2px;
    color: #fff;
    line-height: 1
}

.exit-btns.flex * {
    width: calc(50% - 16px);
    border-radius: 4px;
    margin: 16px auto 0;
    line-height: 1;
    padding: 16px 0;
    font-size: 14px
}

.exit-btns.flex div {
    background-color: grey
}

.click-pop-btns div:first-child,
.exit-btns div:first-child {
    opacity: .5
}

.exit-btns.flex {
    align-items: center;
    justify-content: space-evenly
}

.first-message-wrap {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 21px auto -14px
}

.first-message-wrap * {
    font-size: 16px;
    margin: 0 4px 0 0 !important;
    font-weight: 700
}

.first-message-wrap .model-pic {
    width: 24px;
    height: 24px
}

.first-message-wrap.floating-msg {
    width: 320px;
    background: #fefdf8;
    position: fixed;
    border-radius: 14px;
    padding: 24px 0;
    z-index: 999999;
    top: 40px;
    left: 50%;
    transform: translateX(-50%)
}

.first-message-wrap.floating-msg .model-pic {
    width: 40px;
    height: 40px;
    margin-right: 8px !important
}

.first-message-wrap .click-pop-close {
    margin: 0 !important
}

.first-message-wrap.matching-message {
    background-color: #f6f3d4;
    width: 320px;
    padding: 25px 20px;
    text-align: center;
    flex-wrap: wrap;
    border-radius: 25px;
    position: relative
}

.first-message-wrap.matching-message h1 {
    font-size: 24px;
    margin: 0 0 8px !important
}

.first-message-wrap.matching-message p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    margin-right: 0 !important
}