@import url(https://fonts.googleapis.com/css?family=Nunito:300,400,600,700);
html {
  min-height: 100vh;
}

body {
  font-family: Nunito, sans-serif;
  min-height: 100vh;
  padding-bottom: 15px;
}

.logotype {
  width: 147px;
  height: 40px;
}

.icon_user {
  color: red;
  width: 35px;
  height: 35px;
  margin: 0 0 0 5px;
  cursor: pointer;
  opacity: .5;
}

.profile {
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  position: relative;
  margin: 0 5px 0 0;
}

.profile__menu {
  display: flex;
  justify-content: center;
}

.profile__email {
  margin: auto;
}

.profile__button {
  background-color: #555;
  color: #d7d7d7;
  padding: 10px;
}

.profile__button a {
  color: #d7d7d7;
}

.profile__button:hover {
  background-color: #828282;
}

.profile__controls {
  background-color: #555;
  -webkit-box-shadow: 0px 4px 3px 4px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 4px 3px 4px rgba(0, 0, 0, 0.46);
  border-top: none;
  width: 150px;
  z-index: 3;
  position: absolute;
  display: none;
  top: 35px;
  right: 0;
}

.profile__controls.active {
  display: flex;
}

.profile__image {
  font-size: 30px;
  margin: auto 5px;
  cursor: pointer;
  opacity: 0.5;
}

.profile__image#dropdownMenuButton {
  opacity: 1;
}

.profile img {
  padding: 0 10px;
  cursor: pointer;
  width: 55px;
}

tr[data-link] {
  cursor: pointer;
}

.api-key-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.no-filter-control {
  height: 0
}

.fht-cell .filter-control select {
  width: auto !important;
  margin: 0 auto;
}

.is-archived {
  color: darkgrey;
}

.is-points-consumed {
  color: #ffd500 !important;
}

.is-spent {
  color: orange !important;
}

.is_permanent {
  color: plum !important;
}

.is-blocked {
  color: red !important;
}

.is-active {
  color: limegreen !important;
}

.is-paid {
  color: mediumpurple !important;
}

.is-temporary {
  color: #17a2b8;
}

.is-permanent {
  color: inherit;
}

.is-common {
  color: inherit;
}

.bootstrap-table .fixed-table-container .table td {
  white-space: nowrap;
}

.plan-card {
  min-width: 300px;
  max-width: 345px;
}

.plan-card tbody :nth-child(1) td {
  border-top: none;
}

.license-card {
  min-width: 300px;
  max-width: 600px;
}

.license-card tbody :nth-child(1) td {
  border-top: none;
}

.coin-image, .card-image {
  width: auto;
  height: 30px;
  margin-right: 5px;
}

.row--active {
  background: rgba(0, 255, 0, 0.25);
}

.row--archived {
  background: rgba(0, 0, 0, 0.05);
}

a.sort_link {
  color: black !important;
}

a.sort_link:hover {
  text-decoration: none;
}

.table-header {
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

.table-header .th-inner {
  display: block;
  padding: 0.75rem;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.table-header .th-inner--pre {
  white-space: pre;
}

.table-header .th-inner.sortable {
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px !important;
}

.table-header .sort_link {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
}

.table-header .sort_link.asc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==);
}

.table-header .sort_link.desc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=);
}

input[type=checkbox] {
  cursor: pointer;
}

.table thead th {
  vertical-align: middle;
  white-space: nowrap;
}

.table tbody td {
  vertical-align: middle;
  white-space: nowrap;
}

.plus-button {
  font-size: 12px;
  line-height: 12px;
  padding: 2px 2px;
}

.minus-button {
  font-size: 12px;
  padding: 2px 12px;
}

.invalid {
  border-color: red;
  color: red;
}

.dashed {
  color: #007bff;
  text-underline: #007bff;
  text-decoration: underline;
  text-decoration-style: dashed;
  cursor: pointer;
}

.is-gray {
  background-color: gray !important;
}

.is-red {
  background-color: red !important;
}

.is-orange {
  background-color: orange !important;
}

.is-green {
  background-color: limegreen !important;
}

.system-status {
  position: relative;
  font-size: 16px;
  color: #ffffff;
  top: -2px;
}

.table tbody td.blockchains {
  vertical-align: middle;
  white-space: unset;
}

.tooltip {
  position: absolute;
  border: none !important;
  border-radius: 5px !important;
  padding: 6px !important;
  background: none !important;
  pointer-events: none !important;
}

.tooltip .tooltip-inner {
  text-align: left;
  max-width: 700px !important;
}

.tr-no-borders th,
.tr-no-borders td {
  border: none;
}

.accordion-btn:focus {
  box-shadow: none;
  text-decoration: none;
}

.pre-wrapped {
  white-space: pre-wrap;
}

.wrapper-30 {
  position: absolute;
  top: 30%;
}

.wrapper-20 {
  position: absolute;
  top: 20%;
}

.text-pink {
  color: #e83e8c
}

.c-badge {
  padding: 0.5em 1.2em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  font-size: 45%;
  background: linear-gradient(90deg, #6c1c44, #3db3bf);
  color: white;
}

.hubspot-btn-outline {
  border-color: #CA3568;
  color: #CA3568;
  font-family: helvetica, sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
}

.fz-16 {
  font-size: 16px;
}

.fz-14 {
  font-size: 14px;
}

.fz-12 {
  font-size: 12px;
}

.fz-10 {
  font-size: 10px;
}


/*# sourceMappingURL=application-49888a6f.css.map*/