.notifyWithClose__container--51bRL {
  position: relative;
  padding: 15px 20px 15px 0;
}
.notifyWithClose__buttonWrapper--1cySN {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notifyWithClose__button--2KvKV {
  border: 0;
  padding: 16px;
  padding: 1rem;
  -webkit-transition: none;
  transition: none;
}
.notifyWithClose__button--2KvKV:hover {
  opacity: 0.75;
}

.VerifyAnimation__circleLoader--EX02N {
  margin-bottom: 100px/2;
  border: 1px solid rgba(0, 0, 0, .2);
  border-left-color: #5cb85c;
  -webkit-animation: VerifyAnimation__loader-spin--2aB2C 1.2s infinite linear;
          animation: VerifyAnimation__loader-spin--2aB2C 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.VerifyAnimation__loadComplete--3L_Se {
  -webkit-animation: none;
  animation: none;
  border-color: #5cb85c;
  -webkit-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
}
.VerifyAnimation__checkmark--3IjAg.VerifyAnimation__draw--3t_Yd:after {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-name: VerifyAnimation__checkmark--3IjAg;
          animation-name: VerifyAnimation__checkmark--3IjAg;
  -webkit-transform: scaleX(-1) rotate(135deg);
          transform: scaleX(-1) rotate(135deg);
}
.VerifyAnimation__checkmark--3IjAg:after {
  opacity: 1;
  height: 50px;
  width: 25px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-right: 3px solid #5cb85c;
  border-top: 3px solid #5cb85c;
  content: '';
  left: 25px;
  top: 50px;
  position: absolute;
}
@-webkit-keyframes VerifyAnimation__loader-spin--2aB2C {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes VerifyAnimation__loader-spin--2aB2C {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes VerifyAnimation__checkmark--3IjAg {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 25px;
    opacity: 1;
  }
  40% {
    height: 50px;
    width: 25px;
    opacity: 1;
  }
  100% {
    height: 50px;
    width: 25px;
    opacity: 1;
  }
}
@keyframes VerifyAnimation__checkmark--3IjAg {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 25px;
    opacity: 1;
  }
  40% {
    height: 50px;
    width: 25px;
    opacity: 1;
  }
  100% {
    height: 50px;
    width: 25px;
    opacity: 1;
  }
}

