html,
body {
    min-width: 0 !important;
}

#zmmtg-root {
    display: none;
}

main {
    width: 70%;
    margin: auto;
    text-align: center;
}

main button {
    margin-top: 20px;
    background-color: #2d8cff;
    color: #ffffff;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    display: inline-block;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    outline: none;
}

main button:hover {
    background-color: #2681f2;
}

.mini-layout {
    margin-top: 0 !important;
}

.page-header {
    margin: 0 !important;
    padding-bottom: 0 !important;
}

.waiting-pannel-btn {
    margin-top: 0 !important;
}

.waiting-pannel-btn>.joinWindowBtn {
    height: 35px !important;
}

.form>.new-register-webinar {
    margin-top: 0 !important;
}

.manual-success-title {
    margin-bottom: 0px !important;
}

.mini-layout-old>.form {
    margin-bottom: 170px !important;
}

#wc-loading {
    display: none;
}