.theme-header-topbar {
    display: none
}
.zcb-msg {
    text-align: left;
    color: black;
}

.zpdark-section .zpbutton.zpbutton-type-primary, .zpdark-section button.zpbutton-type-primary, .zpdark-section input[type=submit].zpbutton-type-primary, .zpdark-section input[type=button].zpbutton-type-primary {
    background: #00784D;
    color: white;
    border-color: transparent;
}
body .zpdark-section {
    color: black;
}
element.style {
    text-align: center;
    padding: 12px 15px;
    box-shadow: 0 0px 5px 1px #d6d6d6;
    position: fixed;
    bottom: 0;
    left: 0;
    background: whitesmoke;
    width: 100%;
    min-height: 60px;
    z-index: 1000001;
}