@charset "utf-8";

.sheer-id-popup { position: fixed; top: 0px; left: 0px; width: 100%; z-index: 9999999; }

.sheer-id-popup .sucesstitlepanel { display: flex; justify-content: space-between; background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 6px; border: 1px solid rgb(230, 226, 228); padding: 20px 10px; font: 700 24px Montserrat; letter-spacing: -0.72px; text-align: left; }

.sheer-id-popup .arrow-left { margin-right: 5px; }

.sheer-id-popup .sucessparentContainer { justify-content: center; align-items: center; height: 100vh; font-family: Lato; background: rgb(245, 245, 245); }

.sheer-id-popup .sucessNewOtpSection { background: rgb(255, 255, 255); padding: 16px; margin: 16px 10px 10px; }

.sheer-id-popup .sucessNewOtpSection .titlesucess { color: rgb(23, 23, 23); font-size: 28px; font-weight: bold; letter-spacing: 0px; }

.sheer-id-popup .sucessNewOtpSection .dessucess { letter-spacing: 0px; color: rgb(23, 23, 23); text-align: left; font-size: 16px; margin-top: 4px; }

.sheer-id-popup .sucessNewOtpSection .dessucess .sucessEmailId { font-weight: bold; }

.sheer-id-popup .sucessNewOtpSection .button_sucessContinue { width: 100%; height: 45px; background-color: rgb(0, 0, 0); border-radius: 20px; color: rgb(255, 255, 255); cursor: pointer; margin-top: 16px; font-size: 16px; font-weight: bold; }

.sheer-id-popup .sucessNewOtpSection .button_sucessContinue:disabled { background: 0% 0% no-repeat padding-box padding-box rgb(237, 237, 237); text-align: center; color: rgb(109, 101, 111); }

@media only screen and (max-width: 750px) {
  .sheer-id-popup { position: fixed; top: 0px; left: 0px; width: 100%; z-index: 9999999; }
  .sheer-id-popup .sucesstitlepanel { display: flex; justify-content: space-between; background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 6px; border: 1px solid rgb(230, 226, 228); padding: 20px 10px; font: 700 24px Montserrat; letter-spacing: -0.72px; text-align: left; }
  .sheer-id-popup .arrow-left { margin-right: 5px; }
  .sheer-id-popup .sucessparentContainer { justify-content: center; align-items: center; height: 100vh; font-family: Lato; background: rgb(245, 245, 245); }
  .sheer-id-popup .sucessNewOtpSection { background: rgb(255, 255, 255); padding: 16px; margin: 16px 10px 10px; }
  .sheer-id-popup .sucessNewOtpSection .titlesucess { color: rgb(23, 23, 23); font-size: 28px; font-weight: bold; letter-spacing: 0px; }
  .sheer-id-popup .sucessNewOtpSection .dessucess { letter-spacing: 0px; color: rgb(23, 23, 23); text-align: left; font-size: 16px; margin-top: 4px; }
  .sheer-id-popup .sucessNewOtpSection .dessucess .sucessEmailId { font-weight: bold; }
  .sheer-id-popup .sucessNewOtpSection .button_sucessContinue { width: 100%; height: 45px; background-color: rgb(0, 0, 0); border-radius: 20px; color: rgb(255, 255, 255); cursor: pointer; margin-top: 16px; font-size: 16px; font-weight: bold; }
  .sheer-id-popup .sucessNewOtpSection .button_sucessContinue:disabled { background: 0% 0% no-repeat padding-box padding-box rgb(237, 237, 237); text-align: center; color: rgb(109, 101, 111); }
}