.smslinks-wrapper input[type=checkbox]:not(input.check-unique) {
  visibility: hidden;
}
.smslinks-wrapper .text-to-blank {
  text-overflow: ellipsis;
  width: 60vw;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.smslinks-wrapper .text-to-blank::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.3), #fff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3), #fff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.3), #fff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.3), #fff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3), #fff 100%);
}
.smslinks-wrapper .is-copied {
  position: absolute;
  font-style: normal;
  display: block;
  color: white;
  top: 0;
  background-color: #7eb336;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: initial;
  height: 25px;
  padding: 0 5px;
}
.linktable {
  white-space: nowrap;
}
.linktable .link-tr.template {
  display: none;
}
.linktable .is-empty > td {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.3rem;
}
.linktable .link_fly {
  font-size: 1.2rem;
}
.linktable .row {
  margin-bottom: 5px;
}
.linktable .link_client {
  font-size: 1rem;
}
.linktable .check-unique {
  margin-right: 5px;
}
.linktable .link-clicks {
  display: inline-block;
  min-width: 80px;
}
.linktable .link-type {
  display: inline-block;
  width: 15%;
  text-transform: uppercase;
  text-align: center;
}
.linktable .link-type.smartlink {
  color: #3DA0DB;
}
.linktable .link-type.review {
  color: #1c6896;
}
.modal-form {
  white-space: nowrap;
  width: 50%;
  margin: auto;
}
.modal-form .brandColor1,
.modal-form .brandColor2 {
  font-weight: bold;
}
.modal-form .smartlink-content > .row {
  display: flex;
  justify-content: space-between;
  margin: 5px;
}
.modal-form .smartlink-content > .row > .left {
  font-weight: bold;
  width: 25%;
  display: flex;
  justify-content: space-between;
}
.modal-form .smartlink-content > .row > .left span * {
  font-weight: normal;
}
.modal-form .smartlink-content > .row > .right {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 70%;
}
.modal-form .smartlink-content > .row > .right input,
.modal-form .smartlink-content > .row > .right select,
.modal-form .smartlink-content > .row > .right textarea,
.modal-form .smartlink-content > .row > .right .img-preview {
  width: 70%;
}
.modal-form .smartlink-content > .row > .right .img-preview {
  width: 50%;
  margin-right: 10%;
}
.modal-form .question {
  margin-left: 5px;
}
.modal-form .smartlink-content {
  display: none;
}
.modal-form .smartlink-content.active,
.modal-form .smartlink-content.general {
  display: block;
}
.modal-form .img-preview {
  border: 1px solid #bdbdbd;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.modal-form .img-preview i {
  margin: auto;
  color: #bdbdbd;
}
.modal-form .img-preview img {
  width: 100%;
  height: 100%;
}
.base-tooltip {
  font-size: 0.9rem;
}
.base-tooltip .tooltip-text {
  visibility: hidden;
  white-space: nowrap;
  max-width: 50vw;
  text-align: left;
}
.base-tooltip .tooltip-text::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
.icon.question {
  font-size: 0.9rem;
}
.icon.question .tooltip-text {
  visibility: hidden;
  white-space: nowrap;
  max-width: 50vw;
  text-align: left;
}
.icon.question .tooltip-text::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
.icon.question img {
  width: 16px;
  height: 16px;
}
.icon.question:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.icon.question:focus-within .tooltip-text,
.icon.question img:focus + .tooltip-text {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.icon.question img:focus {
  outline: none;
}
.tooltip-parent {
  font-size: 0.9rem;
}
.tooltip-parent .tooltip-text {
  visibility: hidden;
  white-space: nowrap;
  max-width: 50vw;
  text-align: left;
}
.tooltip-parent .tooltip-text::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
.tooltip-parent .tooltip-text.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  color: red;
}
.confirm-block {
  width: 100%;
  height: unset;
  border-radius: 10px;
  border: 1px solid #babdc3;
  color: gray;
  font-size: 17px;
  text-align: center;
  text-transform: unset;
  padding: 15px;
  position: relative;
  display: none;
  z-index: 1;
}
@media (hover: none) and (pointer: coarse) {
  .icon.question:hover,
  .tooltip-text.active .tooltip-text {
    visibility: hidden;
    opacity: 0;
  }
}
/*# sourceMappingURL=smslinks.css.map */