main{position: relative;}
/*partner only access css start*/
.zwc-notapartner-load {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vw;
  background: #fff;
  z-index: 100
}
.zwc-notapartner {
    width: 100%;
    height: 70vh;
    position: relative;
    text-align: center;
    display: none;
}
.zwc-ha-button{
    padding: 0 15px;
}
.zwc-showcontent,
.zwc-notapartner, .zw-template-inner > section {
    display: none;
}

.zwc-nopartner-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.zw-template-inner .zwc-ha-button p {
    margin-bottom: 5px;
    font-family: var(--secondaryfont-semibold);
    font-size: 19px;
}

.zwc-ha-button a {
    display: inline-block;
    font-size: 19px;
    color: var(--zwc-link-clr);
    text-decoration: underline;
}
.non-umain .zwc-p-loggedcase {
    display: none;
}
.body-umain .zwc-p-links{
    display: none;
}
.body-umain .zwc-p-loggedcase{
    display: block;
}
/*partner only access css end*/