/*Notification*/
/* line 4, ../sass/cp_notification.scss */
.alert {
  border-radius: 2px;
  border: none;
  color: #fff;
}
/* line 8, ../sass/cp_notification.scss */
.alert i {
  font-size: 24px;
}
/* line 11, ../sass/cp_notification.scss */
.alert.alert-success {
  background: #4aa23c;
}
/* line 14, ../sass/cp_notification.scss */
.alert.alert-info {
  background: #e7368d;
}
/* line 17, ../sass/cp_notification.scss */
.alert.alert-danger {
  background: #f33923;
}
/* line 20, ../sass/cp_notification.scss */
.alert.alert-warning {
  background: #f8b32d;
}
/* line 23, ../sass/cp_notification.scss */
.alert.alert-style-1 {
  padding-left: 70px;
  background: #fff;
  position: relative;
  color: #212121;
  border: 1px solid #dedede;
}
/* line 29, ../sass/cp_notification.scss */
.alert.alert-style-1 i {
  height: 100%;
  left: 0;
  margin: 0;
  padding-top: 13px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
  color: #fff;
}
/* line 41, ../sass/cp_notification.scss */
.alert.alert-style-1.alert-success i {
  color: #4aa23c;
  background: #f7f7f7;
}
/* line 47, ../sass/cp_notification.scss */
.alert.alert-style-1.alert-info i {
  color: #e7368d;
  background: #f7f7f7;
}
/* line 53, ../sass/cp_notification.scss */
.alert.alert-style-1.alert-danger i {
  color: #f33923;
  background: #f7f7f7;
}
/* line 59, ../sass/cp_notification.scss */
.alert.alert-style-1.alert-warning i {
  color: #f8b32d;
  background: #f7f7f7;
}

/* line 66, ../sass/cp_notification.scss */
.alert-dismissable .close, .alert-dismissible .close {
  top: 0;
}

/* line 69, ../sass/cp_notification.scss */
.jq-toast-wrap {
  width: 300px;
}
/* line 71, ../sass/cp_notification.scss */
.jq-toast-wrap .jq-toast-single {
  color: #fff;
  border-radius: 2px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background: #212121;
}
/* line 77, ../sass/cp_notification.scss */
.jq-toast-wrap .jq-toast-single .jq-toast-loader {
  border-radius: 2px 2px 0 0;
  height: 3px;
}
/* line 82, ../sass/cp_notification.scss */
.jq-toast-wrap .jq-toast-single .jq-toast-heading {
  font-size: 16px;
}
/* line 85, ../sass/cp_notification.scss */
.jq-toast-wrap .jq-toast-single.jq-has-icon {
  padding: 13px 10px 13px 15px;
}
/* line 87, ../sass/cp_notification.scss */
.jq-toast-wrap .jq-toast-single.jq-has-icon:before {
  position: absolute;
  font-family: "themify";
  font-size: 22px;
  left: 12px;
  top: 13px;
}
/* line 95, ../sass/cp_notification.scss */
.jq-toast-wrap .jq-toast-single.jq-icon-info {
  background: #229bd3;
  padding-left: 50px;
}
/* line 98, ../sass/cp_notification.scss */
.jq-toast-wrap .jq-toast-single.jq-icon-info:before {
  content: "\e717";
}
/* line 102, ../sass/cp_notification.scss */
.jq-toast-wrap .jq-toast-single.jq-icon-error {
  background: #f33923;
  padding-left: 50px;
}
/* line 105, ../sass/cp_notification.scss */
.jq-toast-wrap .jq-toast-single.jq-icon-error:before {
  content: "\e620";
}
/* line 109, ../sass/cp_notification.scss */
.jq-toast-wrap .jq-toast-single.jq-icon-success {
  background: #4aa23c;
  padding-left: 50px;
}
/* line 112, ../sass/cp_notification.scss */
.jq-toast-wrap .jq-toast-single.jq-icon-success:before {
  content: "\e64c";
}
/* line 116, ../sass/cp_notification.scss */
.jq-toast-wrap .jq-toast-single.jq-icon-warning {
  background: #f8b32d;
  padding-left: 50px;
}
/* line 119, ../sass/cp_notification.scss */
.jq-toast-wrap .jq-toast-single.jq-icon-warning:before {
  content: "\e6c5";
}

/* line 126, ../sass/cp_notification.scss */
.bottom-center-fullwidth .jq-toast-wrap {
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0 !important;
}

/* line 134, ../sass/cp_notification.scss */
.top-center-fullwidth .jq-toast-wrap {
  left: 0 !important;
  right: 0;
  width: 100%;
  top: 0px !important;
}
