.address {
  background-color: white;
  padding: 15px;
  margin-bottom: 9px;
  border: 1px solid #d8dade;
  border-radius: 5px;
}
.address .modem-type {
  color: #2f9cde;
  text-transform: uppercase;
}
.address.selected {
  border: 5px solid #f9ca24;
}
.address.cloose-to-expire {
  border: 3px solid red;
}
.address .category {
  padding: 5px;
  border: 0px;
  border-bottom: 1px solid black;
  height: 31px;
  text-align: center;
  font-size: 17px;
}
.address .left-days {
  color: #2f9cde;
}
.address .title {
  font-size: 18px;
  margin-right: 5px;
}
.address .icon {
  font-size: 20px;
}
.address .big-buttons {
  margin-top: 12px;
  color: #606770;
  flex-direction: row-reverse;
}
.address .big-buttons .icon {
  padding-left: 10px;
}
.address.inview {
  color: red;
  border: 1px solid red;
}
.address .subscription {
  padding-right: 15px;
  color: #468ef7;
}
.address .renew-subscription-address {
  color: #2ed573;
}
.address .status-signal {
  font-size: 20px;
}
.address .status-modem .circle {
  width: 15px;
  height: 15px;
  border-radius: 50px;
}
.address .status-modem .circle.online {
  background: yellowgreen;
}
.address .status-modem .circle.offline {
  background: red;
}

.addresses .center-screen-content-address {
  width: 100px;
  margin: 0 auto;
}
.addresses .center-screen-content-address img {
  width: 100%;
}

.address-section {
  width: 100%;
}
.address-section .fa-plus {
  padding-left: 11px;
}

/*# sourceMappingURL=address.css.map */
