.jq-toast-single {
  border-radius: 2px;
  word-break: break-word;
}

.jq-toast-wrap {
  width: unset;
  min-width: 480px !important;
  max-width: 50vw;
  top: 46px !important;
  left: 50% !important;
  margin-top: 15%;
  bottom: unset !important;
  transform: translate(-50%, -50%);
}

.jq-toast-loader,
.close-jq-toast-single {
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  top: calc(50% - 12px);
  border-radius: initial;
  background-color: initial;
}

.jq-toast-loader {
  left: 20px;
  background-color: unset !important;
}

.close-jq-toast-single {
  color: #999;
  line-height: inherit;
  font-family: 'giga';
  content: "\e697";
  font-size: 23px;
  font-weight: lighter;
}

/* error */
.jq-icon-error {
  background-image: initial;
  color: #333;
  background-color: #FFEDED;
  border: 1px solid #FF5D5D;
}

.jq-icon-error span:first-child {
  background-image: url('image/icon-error.png');
}

/* success */
.jq-icon-success {
  background-image: initial;
  color: #333;
  background-color: #E1FAF0;
  border: 1px solid #2FBF85;
}

.jq-icon-success span:first-child {
  background-image: url('image/icon-success.png');
}

/* info */
.jq-icon-info {
  background-image: initial;
  color: #333;
  background-color: #F2F5FC;
  border: 1px solid #496DE5;
}

.jq-icon-info span:first-child {
  background-image: url('image/icon-info.png');
}

/* warning */
.jq-icon-warning {
  background-image: none;
  color: #333;
  background-color: #FFF0E6;
  border: 1px solid #FF6600;
}

.jq-icon-warning span:first-child {
  background-image: none;
  font-family: 'giga-cloud';
}
.jq-icon-warning span:first-child:before {
  color: #FF6600;
  content: '\e6ed';
  font-size: 22px;
  line-height: 1;
}

/* default */
.jq-icon-default {
  background-image: initial;
  color: #000;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.jq-icon-default span:first-child {
  background-image: url('image/icon-success.png');
}

.jq-has-icon {
  padding: 14px 38px 14px 50px;
}