.facebook-dialog {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    color: #000;
    background-color: rgba(0, 0, 0, .6)
}

.dlg-body {
    display: flex;
    flex-direction: column
}

.dlg-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    background-color: #f2efef;
    border-radius: 10px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 40px 20px 60px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #000;
    border: 2px solid #fff;
    color: #fff
}

.dlg-top {
    position: relative
}

.face-avatar {
    width: 129px;
    height: 129px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #a60000;
    box-shadow: 0 10px 30px 0 rgba(15, 107, 119, .69);
    text-align: center;
    line-height: 129px;
    font-size: 20px
}

.face-avatar img {
    max-width: 100%
}

.dlg-content {
    padding-left: 20px
}

.dlg-desc {
    font-size: 20px;
    line-height: 1.8;
    padding: 0 5px;
    text-align: left
}

.dlg-desc b {
    color: #316fea
}

.dlg-desc strong {
    color: #ed2f2f
}

.dlg-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    cursor: pointer;
    display: none
}

.dlg-close .icon_close_hover {
    display: none
}

.dlg-close:hover .icon_close_hover {
    display: block
}

.dlg-close:hover .icon_close {
    display: none
}

.dlg-b-text {
    font-size: 16px;
    margin-bottom: 1rem
}

.dlg-b-text span {
    color: #1877f2
}

.fb-like {
    display: inline-block;
    vertical-align: middle
}

.follow-btn {
    display: inline-block;
    padding: 6px 15px;
    font-size: 13px;
    background-color: #17a3f2;
    color: #fff;
    vertical-align: middle;
    border-radius: 4px
}

.share-fb {
    height: 32px;
    vertical-align: top
}

.share-fb {
    border: 0;
    background: #1877f2;
    border-radius: 4px;
    font-size: 13px;
    height: 28px;
    padding: 0 8px;
    color: #fff;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    position: relative;
    -webkit-user-select: none;
    white-space: nowrap
}

b {
    color: #1877f2
}

.close {
    margin: 10px
}

.dia-line {
    width: calc(100% - 40px);
    height: 1px;
    background-color: #d7d7d7;
    margin: 20px
}

.dialog-upgrade-btn {
    margin-top: 10px;
    min-width: 180px;
    border-radius: 20px;
    color: #fff;
    padding: 10px 30px;
    background-color: #a60c00
}

.dialog-upgrade-btn:hover {
    text-decoration: none;
    background-color: #a6330c
}

.facebook-dialog .share_block {
    padding: 0
}

@media screen and (max-width: 768px) {
    .dlg-container {
        width: 93%;
        display: block;
    }

    .dlg-top {
        margin-bottom: 20px;
    }

    .face-avatar {
        margin: auto;
    }

    .dialog-share-box {
        text-align: center;
    }

    .dlg-content {
        text-align: center;
    }
}