/*-------------general-------------*/
.notice, 
div.error, 
div.updated, 
.notice-error, 
div.error,
.update-nag{ display: none !important; }
.premium_chat_wizard .container.top{
    margin-top: 20px;
}
.premium_chat_wizard h1, 
.premium_chat_wizard .h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.premium_chat_wizard .pr-5, 
.premium_chat_wizard .px-5 {
    padding-right: 3rem !important;
}
.premium_chat_wizard .mr-2, 
.premium_chat_wizard .mx-2 {
    margin-right: 0.5rem !important;
}
.premium_chat_wizard img {
    vertical-align: middle;
    border-style: none;
}
.premium_chat_wizard p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.premium_chat_wizard .btn {
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.premium_chat_wizard  .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    background-image: linear-gradient(to right, #7CCF6F, #4FC77F);
}
.premium_chat_wizard .ins-txt-shadow {
    text-shadow: 0px 0px 10px rgba(32, 76, 235, 0.1);
}
.premium_chat_wizard .color434F5E {
    color: #434F5E !important;
}
.premium_chat_wizard .color697B90 {
    color: #697B90;
}
.premium_chat_wizard .btn.btn-transparent {
    cursor: pointer;
    color: #fff;
    background-color: transparent;
    border-color: #E4E9FD;
}
.premium_chat_wizard .button.premium-chat-wizard-return-link{
    display: block;
    position: absolute;
    right: 88px;
}
.premium_chat_wizard .dashicons{
    padding-top: 5px;
}
