.sweet-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1700;
  display: none;
  background-color: rgba(0, 0, 0, .4);
}
.sweet-alert {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1700;
  display: none;
  width: 478px;
  padding: 20px 30px;
  margin-top: -200px;
  margin-left: -269px;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
}
@media all and (max-width: 767px) {
  .sweet-alert {
    right: 15px;
    left: 15px;
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}
.sweet-alert .icon {
  position: relative;
  width: 80px;
  height: 80px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  margin: 20px auto;
  border: 4px solid gray;
  border-radius: 50%;
}
.sweet-alert .icon.error {
  border-color: #f96868;
}
.sweet-alert .icon.error .x-mark {
  position: relative;
  display: block;
}
.sweet-alert .icon.error .line {
  position: absolute;
  top: 37px;
  display: block;
  width: 47px;
  height: 5px;
  background-color: #f96868;
  border-radius: 2px;
}
.sweet-alert .icon.error .line.left {
  left: 17px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sweet-alert .icon.error .line.right {
  right: 16px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sweet-alert .icon.warning {
  border-color: #f2a654;
}
.sweet-alert .icon.warning .body {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 5px;
  height: 47px;
  margin-left: -2px;
  background-color: #f2a654;
  border-radius: 2px;
}
.sweet-alert .icon.warning .dot {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 7px;
  height: 7px;
  margin-left: -3px;
  background-color: #f2a654;
  border-radius: 50%;
}
.sweet-alert .icon.info {
  border-color: #57c7d4;
}
.sweet-alert .icon.info::before {
  position: absolute;
  bottom: 17px;
  left: 50%;
  width: 5px;
  height: 29px;
  margin-left: -2px;
  content: "";
  background-color: #57c7d4;
  border-radius: 2px;
}
.sweet-alert .icon.info::after {
  position: absolute;
  top: 19px;
  width: 7px;
  height: 7px;
  margin-left: -3px;
  content: "";
  background-color: #57c7d4;
  border-radius: 50%;
}
.sweet-alert .icon.success {
  border-color: #46be8a;
}
.sweet-alert .icon.success::before,
.sweet-alert .icon.success::after {
  position: absolute;
  width: 60px;
  height: 120px;
  content: '';
  background: white;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sweet-alert .icon.success::before {
  top: -7px;
  left: -33px;
  border-radius: 120px 0 0 120px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
      -ms-transform-origin: 60px 60px;
       -o-transform-origin: 60px 60px;
          transform-origin: 60px 60px;
}
.sweet-alert .icon.success::after {
  top: -11px;
  left: 30px;
  border-radius: 0 120px 120px 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
      -ms-transform-origin: 0 60px;
       -o-transform-origin: 0 60px;
          transform-origin: 0 60px;
}
.sweet-alert .icon.success .placeholder {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 2;
  width: 80px;
  height: 80px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border: 4px solid rgba(70, 190, 138, .2);
  border-radius: 50%;
}
.sweet-alert .icon.success .fix {
  position: absolute;
  top: 8px;
  left: 27px;
  z-index: 1;
  width: 7px;
  height: 90px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sweet-alert .icon.success .line {
  position: absolute;
  z-index: 2;
  display: block;
  height: 5px;
  background-color: #46be8a;
  border-radius: 2px;
}
.sweet-alert .icon.success .line.tip {
  top: 46px;
  left: 14px;
  width: 25px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sweet-alert .icon.success .line.long {
  top: 38px;
  right: 8px;
  width: 47px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sweet-alert .icon.custom {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
          background-size: contain;
  border: none;
  border-radius: 0;
}
.sweet-alert .btn-default:focus {
  border-color: #e4eaec;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(228, 234, 236, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(228, 234, 236, .6);
}
.sweet-alert .btn-default.focus,
.sweet-alert .btn-default:focus {
  border-color: #e4eaec;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sweet-alert .btn-success:focus {
  border-color: #46be8a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(70, 190, 138, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(70, 190, 138, .6);
}
.sweet-alert .btn-success.focus,
.sweet-alert .btn-success:focus {
  border-color: #46be8a;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sweet-alert .btn-info:focus {
  border-color: #57c7d4;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(87, 199, 212, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(87, 199, 212, .6);
}
.sweet-alert .btn-info.focus,
.sweet-alert .btn-info:focus {
  border-color: #57c7d4;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sweet-alert .btn-danger:focus {
  border-color: #f96868;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(249, 104, 104, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(249, 104, 104, .6);
}
.sweet-alert .btn-danger.focus,
.sweet-alert .btn-danger:focus {
  border-color: #f96868;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sweet-alert .btn-warning:focus {
  border-color: #f2a654;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(242, 166, 84, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(242, 166, 84, .6);
}
.sweet-alert .btn-warning.focus,
.sweet-alert .btn-warning:focus {
  border-color: #f2a654;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(.7);
            transform: scale(.7);
  }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-o-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(.7);
         -o-transform: scale(.7);
            transform: scale(.7);
  }
  45% {
    -webkit-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(.95);
         -o-transform: scale(.95);
            transform: scale(.95);
  }
  100% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(.7);
         -o-transform: scale(.7);
            transform: scale(.7);
  }
  45% {
    -webkit-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(.95);
         -o-transform: scale(.95);
            transform: scale(.95);
  }
  100% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(.5);
            transform: scale(.5);
  }
}
@-o-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(.5);
         -o-transform: scale(.5);
            transform: scale(.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(.5);
         -o-transform: scale(.5);
            transform: scale(.5);
  }
}
.showSweetAlert {
  -webkit-animation: showSweetAlert .3s;
       -o-animation: showSweetAlert .3s;
          animation: showSweetAlert .3s;
}
.hideSweetAlert {
  -webkit-animation: hideSweetAlert .2s;
       -o-animation: hideSweetAlert .2s;
          animation: hideSweetAlert .2s;
}
@-webkit-keyframes animateSuccessTip {
  0% {
    top: 19px;
    left: 1px;
    width: 0;
  }
  54% {
    top: 19px;
    left: 1px;
    width: 0;
  }
  70% {
    top: 37px;
    left: -8px;
    width: 50px;
  }
  84% {
    top: 48px;
    left: 21px;
    width: 17px;
  }
  100% {
    top: 45px;
    left: 14px;
    width: 25px;
  }
}
@-o-keyframes animateSuccessTip {
  0% {
    top: 19px;
    left: 1px;
    width: 0;
  }
  54% {
    top: 19px;
    left: 1px;
    width: 0;
  }
  70% {
    top: 37px;
    left: -8px;
    width: 50px;
  }
  84% {
    top: 48px;
    left: 21px;
    width: 17px;
  }
  100% {
    top: 45px;
    left: 14px;
    width: 25px;
  }
}
@keyframes animateSuccessTip {
  0% {
    top: 19px;
    left: 1px;
    width: 0;
  }
  54% {
    top: 19px;
    left: 1px;
    width: 0;
  }
  70% {
    top: 37px;
    left: -8px;
    width: 50px;
  }
  84% {
    top: 48px;
    left: 21px;
    width: 17px;
  }
  100% {
    top: 45px;
    left: 14px;
    width: 25px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    top: 54px;
    right: 46px;
    width: 0;
  }
  65% {
    top: 54px;
    right: 46px;
    width: 0;
  }
  84% {
    top: 35px;
    right: 0;
    width: 55px;
  }
  100% {
    top: 38px;
    right: 8px;
    width: 47px;
  }
}
@-o-keyframes animateSuccessLong {
  0% {
    top: 54px;
    right: 46px;
    width: 0;
  }
  65% {
    top: 54px;
    right: 46px;
    width: 0;
  }
  84% {
    top: 35px;
    right: 0;
    width: 55px;
  }
  100% {
    top: 38px;
    right: 8px;
    width: 47px;
  }
}
@keyframes animateSuccessLong {
  0% {
    top: 54px;
    right: 46px;
    width: 0;
  }
  65% {
    top: 54px;
    right: 46px;
    width: 0;
  }
  84% {
    top: 35px;
    right: 0;
    width: 55px;
  }
  100% {
    top: 38px;
    right: 8px;
    width: 47px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@-o-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
         -o-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
         -o-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
         -o-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
         -o-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip .75s;
       -o-animation: animateSuccessTip .75s;
          animation: animateSuccessTip .75s;
}
.animateSuccessLong {
  -webkit-animation: animateSuccessLong .75s;
       -o-animation: animateSuccessLong .75s;
          animation: animateSuccessLong .75s;
}
.icon.success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
       -o-animation: rotatePlaceholder 4.25s ease-in;
          animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animateErrorIcon {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
@-o-keyframes animateErrorIcon {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
@keyframes animateErrorIcon {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon .5s;
       -o-animation: animateErrorIcon .5s;
          animation: animateErrorIcon .5s;
}
@-webkit-keyframes animateXMark {
  0% {
    margin-top: 26px;
    opacity: 0;
    -webkit-transform: scale(.4);
            transform: scale(.4);
  }
  50% {
    margin-top: 26px;
    opacity: 0;
    -webkit-transform: scale(.4);
            transform: scale(.4);
  }
  80% {
    margin-top: -6px;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-o-keyframes animateXMark {
  0% {
    margin-top: 26px;
    opacity: 0;
    -webkit-transform: scale(.4);
         -o-transform: scale(.4);
            transform: scale(.4);
  }
  50% {
    margin-top: 26px;
    opacity: 0;
    -webkit-transform: scale(.4);
         -o-transform: scale(.4);
            transform: scale(.4);
  }
  80% {
    margin-top: -6px;
    -webkit-transform: scale(1.15);
         -o-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes animateXMark {
  0% {
    margin-top: 26px;
    opacity: 0;
    -webkit-transform: scale(.4);
         -o-transform: scale(.4);
            transform: scale(.4);
  }
  50% {
    margin-top: 26px;
    opacity: 0;
    -webkit-transform: scale(.4);
         -o-transform: scale(.4);
            transform: scale(.4);
  }
  80% {
    margin-top: -6px;
    -webkit-transform: scale(1.15);
         -o-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.animateXMark {
  -webkit-animation: animateXMark .5s;
       -o-animation: animateXMark .5s;
          animation: animateXMark .5s;
}
@-webkit-keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }
  100% {
    border-color: #f8bb86;
  }
}
@-o-keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }
  100% {
    border-color: #f8bb86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }
  100% {
    border-color: #f8bb86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning .75s infinite alternate;
       -o-animation: pulseWarning .75s infinite alternate;
          animation: pulseWarning .75s infinite alternate;
}
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #f8d486;
  }
  100% {
    background-color: #f8bb86;
  }
}
@-o-keyframes pulseWarningIns {
  0% {
    background-color: #f8d486;
  }
  100% {
    background-color: #f8bb86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #f8d486;
  }
  100% {
    background-color: #f8bb86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns .75s infinite alternate;
       -o-animation: pulseWarningIns .75s infinite alternate;
          animation: pulseWarningIns .75s infinite alternate;
}
