.x-alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.x-alert-heading {
  color: inherit;
}

.x-alert-link {
  font-weight: 500;
}

.x-alert-dismissible {
  padding-right: 4rem;
}

.x-alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.x-alert-primary {
  color: #114e7e;
  background-color: #d3eafd;
  border-color: #c1e2fc;
}

.x-alert-primary hr {
  border-top-color: #a9d7fb;
}

.x-alert-primary .x-alert-link {
  color: #0b3251;
}

.x-alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.x-alert-secondary hr {
  border-top-color: #c8cbcf;
}

.x-alert-secondary .x-alert-link {
  color: #202326;
}

.x-alert-success {
  color: #285b2a;
  background-color: #dbefdc;
  border-color: #cde9ce;
}

.x-alert-success hr {
  border-top-color: #bbe1bd;
}

.x-alert-success .x-alert-link {
  color: #18381a;
}

.x-alert-info {
  color: #00626e;
  background-color: #ccf2f6;
  border-color: #b8ecf3;
}

.x-alert-info hr {
  border-top-color: #a2e6ef;
}

.x-alert-info .x-alert-link {
  color: #00353b;
}

.x-alert-warning {
  color: #857a1f;
  background-color: #fffbd8;
  border-color: #fff9c8;
}

.x-alert-warning hr {
  border-top-color: #fff6af;
}

.x-alert-warning .x-alert-link {
  color: #5c5415;
}

.x-alert-danger {
  color: #7f231c;
  background-color: #fdd9d7;
  border-color: #fccac7;
}

.x-alert-danger hr {
  border-top-color: #fbb3af;
}

.x-alert-danger .x-alert-link {
  color: #551713;
}

.x-alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.x-alert-light hr {
  border-top-color: #ececf6;
}

.x-alert-light .x-alert-link {
  color: #686868;
}

.x-alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.x-alert-dark hr {
  border-top-color: #b9bbbe;
}

.x-alert-dark .x-alert-link {
  color: #040505;
}


.x-alert {
  border: 0;
  border-radius: 3px;
  position: relative;
  padding: 20px 15px;
  line-height: 20px;
}

.x-alert b {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}

.x-alert,
.x-alert.x-alert-default {
  background-color: white;
  color: #555555;
}

.x-alert a,
.x-alert .x-alert-link,
.x-alert.x-alert-default a,
.x-alert.x-alert-default .x-alert-link {
  color: #555555;
}

.x-alert.x-alert-inverse {
  background-color: #292929;
  color: #fff;
}

.x-alert.x-alert-inverse a,
.x-alert.x-alert-inverse .x-alert-link {
  color: #fff;
}

.x-alert.x-alert-primary {
  background-color: #a72abd;
  color: #ffffff;
}

.x-alert.x-alert-primary a,
.x-alert.x-alert-primary .x-alert-link {
  color: #ffffff;
}

.x-alert.x-alert-success {
  background-color: #55b559;
  color: #ffffff;
}

.x-alert.x-alert-success a,
.x-alert.x-alert-success .x-alert-link {
  color: #ffffff;
}

.x-alert.x-alert-info {
  background-color: #00cae3;
  color: #ffffff;
}

.x-alert.x-alert-info a,
.x-alert.x-alert-info .x-alert-link {
  color: #ffffff;
}

.x-alert.x-alert-warning {
  background-color: #ff9e0f;
  color: #ffffff;
}

.x-alert.x-alert-warning a,
.x-alert.x-alert-warning .x-alert-link {
  color: #ffffff;
}

.x-alert.x-alert-danger {
  background-color: #f55145;
  color: #ffffff;
}

.x-alert.x-alert-danger a,
.x-alert.x-alert-danger .x-alert-link {
  color: #ffffff;
}

.x-alert.x-alert-rose {
  background-color: #ea2c6d;
  color: #ffffff;
}

.x-alert.x-alert-rose a,
.x-alert.x-alert-rose .x-alert-link {
  color: #ffffff;
}

.x-alert-info,
.x-alert-danger,
.x-alert-warning,
.x-alert-success,
.x-alert-rose {
  color: #ffffff;
}

.x-alert-default a,
.x-alert-default .x-alert-link {
  color: rgba(0, 0, 0, 0.87);
}

.x-alert span {
  display: block;
  max-width: 89%;
}

.x-alert.x-alert-danger {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(244, 67, 54, 0.4);
}

.x-alert.x-alert-danger i {
  color: #f44336;
}

.x-alert.x-alert-warning {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
}

.x-alert.x-alert-warning i {
  color: #ff9800;
}

.x-alert.x-alert-success {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);
}

.x-alert.x-alert-success i {
  color: #4caf50;
}

.x-alert.x-alert-info {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4);
}

.x-alert.x-alert-info i {
  color: #00bcd4;
}

.x-alert.x-alert-primary {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
}

.x-alert.x-alert-primary i {
  color: #9c27b0;
}

.x-alert.x-alert-rose {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(233, 30, 99, 0.4);
}

.x-alert.x-alert-rose i {
  color: #e91e63;
}

.x-alert.x-alert-with-icon {
  margin-top: 43px;
  padding-left: 66px;
}

.x-alert.x-alert-with-icon i[data-notify="icon"] {
  display: block;
  left: 15px;
  position: absolute;
  margin-top: -39px;
  font-size: 20px;
  background-color: #fff;
  padding: 9px;
  border-radius: 50%;
  max-width: 38px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.x-alert .close {
  line-height: .5;
}

.x-alert .close i {
  color: #fff;
  font-size: 11px;
}

.x-alert .close:focus {
  outline: none;
}

.x-alert i[data-notify="icon"] {
  display: none;
}

.x-alert .x-alert-icon {
  display: block;
  float: left;
  margin-right: 1.071rem;
}

.x-alert .x-alert-icon i {
  margin-top: -7px;
  top: 5px;
  position: relative;
}

.x-alert [data-notify="dismiss"] {
  margin-right: 5px;
}



@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  background-color: #2196f3;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}


/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}