/* <custom_pg_videochat> */
#videochat {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.75);
    z-index: 5000;
}

#videochat iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    border: none;
}

.chat_btn {
    /*width: 46px;
    height: 46px;
    background: url(../img/call.png) no-repeat;
    background-size: cover;*/
    vertical-align: middle;
}

.chat_btn,
.chat_btn:hover,
.chat_btn:focus,
.chat_btn:active {
    color: #fff;
    background: #008800;
    border-color: #008800;
    outline: none;
}

.chat_btn .fa {
    font-family: "Font Awesome 5 Pro" !important;
    font-size: 18px;
}

.magazine-profile__actions .chat_btn{
    /*width: 46px;
    height: 46px;
    margin-right: 10px;*/
}

.chatbox .chat_btn span {
    display: none;
}

#chatbox_message_form {
    display: flex;
}

#chatbox_message_form .chat_btn {
    margin-left: 10px;
}

.chatbox-dialog__footer-msgbox {
    flex: 1;
}

#gritter-notice-wrapper > div.center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    width: 500px;
    max-width: 100%;
}

#gritter-notice-wrapper > div.center a,
#gritter-notice-wrapper > div.center a:hover,
#gritter-notice-wrapper > div.center a:focus,
#gritter-notice-wrapper > div.center a.active {
    color: #ee2c55;
}

#gritter-notice-wrapper > div.center .gritter-item-wrapper {
    background: #fff !important;
}

#gritter-notice-wrapper > div.center .gritter-item {
    color: #000 !important;
}

#gritter-notice-wrapper > div.center .gritter-image {
    width: 200px;
    height: 200px;
    border-radius: 100%;
}

#gritter-notice-wrapper > div.center .gritter-with-image {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}

#gritter-notice-wrapper > div.center .gritter-title {
    margin-bottom: 10px;
    font-size: 1.7em;
    font-weight: normal;
}

#gritter-notice-wrapper > div.center .request-chat p {
    margin: 0;
    margin-bottom: 20px;
    font-size: 1.3em;
}

#gritter-notice-wrapper > div.center .gritter-close {
    display: none !important;
}

#gritter-notice-wrapper > div.center .gritter-top,
#gritter-notice-wrapper > div.center .gritter-bottom {
    height: 20px;
}

.vc-form {
    text-align: center;
    margin-top: 20px !important;
}
/* </custom_pg_videochat> */