.lp-subscription2__queue-manager {
  position: fixed;
  right: 50px;
  bottom: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.lp-subscription2__queue-manager__manage-button {
  border-radius: 5px 5px 0 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-family: inherit;
  font-weight: bold;
  font-size: 16px;
}
.lp-subscription2__queue-manager__manage-button:hover,
.lp-subscription2__queue-manager__manage-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #efefef;
}
.lp-subscription2__queue-manager__manage-button:active {
  -webkit-box-shadow: inset 0 5px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  color: #000;
}
.lp-subscription2__queue-manager__manage-button-text {
  margin-left: 10px;
}
.lp-subscription2__queue-manager__icon {
  display: block;
  width: 1em;
  height: 1em;
}
.lp-subscription2__queue-manager__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 600px;
  max-height: 90vh;
  max-width: 80vw;
  border-radius: 5px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  z-index: 9999;
  overflow-y: scroll;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.lp-subscription2__queue-manager__modal p {
  font-size: 16px;
  font-family: inherit;
  line-height: 22px;
  margin: 0;
}
.lp-subscription2__queue-manager__modal-header {
  padding: 15px 25px 10px;
}
.lp-subscription2__queue-manager__modal-footer {
  padding: 10px 25px 15px;
}
.lp-subscription2__queue-manager__modal-body {
  padding: 10px 25px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.lp-subscription2__queue-manager__modal .lp-subscription2__queue-manager__modal-option-sets {
  border-bottom: 1px solid #efefef;
  padding: 15px 25px;
  font-size: 15px;
  font-style: italic;
}
.lp-subscription2__queue-manager__modal .lp-subscription2__queue-manager__modal-option-sets .lp-subscription2__queue-manager__icon {
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
}
.lp-subscription2__queue-manager__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9998;
}
.lp-subscription2__queue-manager__modal-title {
  font-size: 22px;
  margin: 0;
}
.lp-subscription2__queue-manager__queue-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp-subscription2__queue-manager__queue-list__item {
  position: relative;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #D8D8D8;
}
.lp-subscription2__queue-manager__queue-list__item:last-child {
  border-bottom: 0;
}
.lp-subscription2__queue-manager__queue-list__item__sent {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
}
.lp-subscription2__queue-manager__queue-list__item__sent-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  font-size: 13px;
  font-family: inherit;
}
.lp-subscription2__queue-manager__queue-list__item__sent-text span {
  margin-left: 5px;
}
.lp-subscription2__queue-manager__icon-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  padding: 10px;
  font-size: inherit;
  cursor: pointer;
}
.lp-subscription2__queue-manager__icon-button img {
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.lp-subscription2__queue-manager__icon-button:hover > img,
.lp-subscription2__queue-manager__icon-button:focus > img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.lp-subscription2__queue-manager__icon-button:active > img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.lp-subscription2__queue-manager__modal__close-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
  position: absolute;
  right: 21px;
  top: 10px;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.lp-subscription2__queue-manager__modal__close-button:hover,
.lp-subscription2__queue-manager__modal__close-buttonfocus {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.lp-subscription2__queue-manager__modal__close-button:active {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
.lp-subscription2__queue-manager__modal-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.lp-subscription2__queue-manager__button {
  border-radius: 4px;
  border: 0;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 16px;
  border: 1px solid #efefef;
  background-color: #fff;
  cursor: pointer;
  margin-left: 20px;
}
.lp-subscription2__queue-manager__button:disabled {
  background-color: #E9E9E9 !important;
  color: #AEAEAE;
  cursor: not-allowed;
}
.lp-subscription2__queue-manager__button:hover,
.lp-subscription2__queue-manager__button:focus {
  background-color: #efefef;
}
.lp-subscription2__queue-manager__button:active {
  background-color: #d6d6d6;
  color: #000;
}
.lp-subscription2__queue-manager__button--primary {
  background-color: #FDC801;
  font-weight: 600;
}
.lp-subscription2__queue-manager__button--primary:hover,
.lp-subscription2__queue-manager__button--primary:focus {
  background-color: #e4b401;
}
.lp-subscription2__queue-manager__button--primary:active {
  background-color: #caa001;
}
.lp-subscription2__queue-manager__no-queues {
  margin: 15px 0;
}
.lp-subscription2__queue-manager__context {
  margin: 15px 0;
}
.lp-subscription2__queue-manager__context p {
  background-color: #f8f8f7;
  border-radius: 0.3em;
  font-size: 0.85em;
  font-style: italic;
  margin-top: 1em;
  padding: 1em;
}
.lp-subscription2__queue-manager__field {
  margin-top: 1em;
}
.lp-subscription2__queue-manager__field-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.25em;
}
.lp-subscription2__queue-manager__field-control {
  border: 1px solid #999;
  border-radius: 0.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  padding: 0.5em;
  resize: vertical;
  width: 100%;
}

