#cInfoSelectionBody {
  display: none;
}

#cAccNameBody {
  display: none;
}

#cSecPassWordBody {
  display: none;
}

#cEMailBody {
  display: none;
}

#cAnswerBody {
  display: none;
}

#cQuestionBody {
  display: none;
}

#paypal-cancel-alert {
  display: none;
}

#bank-success-alert {
  display: none;
}

#bank-cancel-alert {
  display: none;
}

#paypal-success-alert {
  display: none;
}

.account-login {
  background: #F3F3F3;
  color: white;
  border: 1px solid #e2e2e2;
}

#bank-body {
  display: none;
}

#bank-amount {
  display: none;
}

.lds-ring-body {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

.lds-ring-content {
  width: 80px;
  height: 80px;
  margin: auto;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: rgba(8, 8, 8, 0.418) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-position: calc(100% - 1em) 50% !important;
}

#count-down {
  height: 100px;
  width: 100%;
  line-height: 100px;
  font-size: 100px;
  text-align: center;
  color: #2e59d9;
}

#count-down-expired {
  height: 20px;
  width: 100%;
  line-height: 20px;
  font-size: 20px;
  text-align: center;
  color: red;
  display: none;
}

.header {
  padding: 7px 10px;
  border-bottom: 1px solid #387dc9;
  height: 64px;
  background-color: #42a3d6;
  position: relative;
  z-index: 10;
}

.content-64 {
  margin-top: 64px;
}

#navbarNav {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 70px;
  max-width: 268px;
  height: 100vh;
  background: white;
}

@media (max-width: 768px) {
  .zidbody .zid_sidemenu .zidmitem {
    width: 268px;
    box-shadow: none;
  }

  .zidbody .zid_sidemenu .zidmitem a.selected .zidm_itemwrapper {
    background-color: #ecf7ff;
  }

  .zidbody .zid_sidemenu .zidmitem .zidm_itemwrapper {
    box-shadow: none;
  }

  .zidbody .zid_sidemenu {
    position: fixed;
    max-width: 0;
    background-color: #fff;
    overflow: hidden;
    transition: all .3s ease;
    z-index: 8;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: none;
  }
}

@media (min-width: 768px) {
  #navbarNav{
    display: block;
  }
}

.zidmitem {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 0;
  padding: 10px 0;
}

.zidmitem a {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #555;
  line-height: normal;
  text-decoration: none;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-right: -1px;
  padding-left: 3px;
  transition: background-color 0.3s ease 0s;
  background-color: #f8f8f8;
}

.zidsprt,
.accbtns li a,
.zidregbtn,
.zidsignin_btn,
.captcha_refresh a,
.zidnextbtn,
.zidcancelbtn,
.zid_regbtn,
.zidokbtn,
.submitbtn,
.resetbtn,
.requiredfield_icn,
.account_valid,
.account_invalid,
.zidmitem .menuicn,
.socialcircle_icn,
.hctrmenu_icn,
.checkdoneicn {
  background-image: url(../images/zidsprt_1.13.png);
}

.zidmitem .menuicn {
  float: left;
  width: 26px;
  height: 26px;
  margin: 5px 5px 0px 5px;
}

.logininfo_icn {
  background-position: -32px -304px;
}
.generalinfo_icn {
  background-position: 0 -304px;
}
.socialconnect_icn {
  background-position: -64px -304px;
}
.security_icn {
  background-position: -96px -304px;
}

.zidmitem .zidm_itemwrapper span {
  display: block;
  font-size: 12px;
  color: #999;
  padding-top: 2px;
  font-weight: normal;
}

.zid_sidemenu {
  width: 268px;
  position: absolute;
  left: 0;
  height: 100vh;
  border-right: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  box-shadow: -2px 0 4px -4px #888 inset;
}