.gate {
  background-color: white;
  border-bottom: 1px solid #d8dade;
  border-radius: 5px;
  padding: 10px;
}
.gate .right-icon {
  font-size: 20px;
  color: red;
}
.gate .icon {
  font-size: 20px;
  margin-right: 15px;
  color: #f9ca24;
}
.gate svg.icon.phone {
  font-size: 30px;
  color: white;
  background: #f9ca24;
  border-radius: 30px;
  position: relative;
  top: 7px;
  padding: 3px;
}
.gate svg.icon.phone.gray {
  background: gray;
}
.gate .item-phone {
  position: relative;
  top: 14px;
}
.gate .item-phone .phone-number {
  padding-right: 10px;
  font-size: 19px;
}
.gate .remove-gate {
  color: red;
}
.gate .modem-macId {
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.history-calls-popup .row {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.9333333333);
  padding-bottom: 10px;
  flex-direction: row-reverse;
}
.history-calls-popup .type-phone {
  font-size: 23px;
}
.history-calls-popup .no-history {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  font-size: 20px;
}
.history-calls-popup .text {
  text-align: center;
}

.add-address-popup .step2 {
  margin-top: 50px;
}
.add-address-popup input {
  width: 300px;
  padding: 10px;
  margin-bottom: 11px;
  font-size: 16px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid black;
}
.add-address-popup .submit-button {
  background: #f9ca24;
  padding: 5px;
  width: 300px;
  border-radius: 6px;
  text-align: center;
  height: 46px;
  line-height: 50px;
  border: 1px solid;
  margin: 61px auto;
  align-items: center;
  display: flex;
  justify-content: center;
}
.add-address-popup .submit-button span {
  margin-right: 10px;
}
.add-address-popup .icon {
  font-size: 25px;
}
.add-address-popup .allow-change-phone-gate, .add-address-popup .cancel-change-phone-gate {
  margin-top: 10px;
  text-decoration: underline;
}
.add-address-popup .btn {
  padding: 15px;
  background: rgba(238, 238, 238, 0.9333333333);
  border-radius: 8px;
}
.add-address-popup .btn.selected {
  background: #f9ca24;
}
.add-address-popup .slider .ui-slider-range {
  background: #f9ca24 !important;
}
.add-address-popup .slider .ui-slider-handle {
  border-color: #f9ca24 !important;
}
.add-address-popup .slider-relay, .add-address-popup .slider-car {
  margin: 25px;
}
.add-address-popup .slider-relay .top, .add-address-popup .slider-car .top {
  margin-bottom: 15px;
}
.add-address-popup .state-gate {
  margin-top: 25px;
}
.add-address-popup .state-gate .state-gate-title {
  padding-bottom: 25px;
}
.add-address-popup .state-gate .state-gate-buttons {
  margin-bottom: 30px;
}
.add-address-popup .state-gate .btn {
  padding: 10px;
  font-size: 14px;
  margin-right: 17px;
}
.add-address-popup .gate-phone {
  margin-bottom: 0px;
}
.add-address-popup .gate-name {
  margin-top: 30px;
}

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