.manage-popup .item {
  margin-top: 15px;
  border-bottom: 1px solid #EEEEEE;
  padding: 5px;
}
.manage-popup .icon {
  font-size: 20px;
}
.manage-popup .fa-trash {
  color: red;
}
.manage-popup .phone {
  font-size: 20px;
  margin-left: 20px;
}
.manage-popup input.checkbox {
  width: initial;
}
.manage-popup input {
  width: 92%;
  border: 2px solid rgba(238, 238, 238, 0.9333333333);
  padding: 11px;
  font-size: 18px;
  border-radius: 7px;
  text-align: center;
}
.manage-popup .submit-button {
  background: #f9ca24;
  padding: 5px;
  width: 265px;
  border-radius: 6px;
  text-align: center;
  height: 36px;
  line-height: 50px;
  border: 1px solid;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 19px auto;
}
.manage-popup .submit-button span {
  margin-right: 10px;
}
.manage-popup .list {
  height: 368px;
  margin-top: 34px;
}
.manage-popup .main-stage {
  width: 100%;
}
.manage-popup .no-data {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 400px;
}
.manage-popup .back {
  flex-direction: row-reverse;
}
.manage-popup .row {
  margin-bottom: 10px;
}

.manage-parking-popup .submit-button {
  width: 183px;
}
.manage-parking-popup .modal-content {
  height: 676px !important;
}
.manage-parking-popup .list {
  width: initial !important;
}
.manage-parking-popup .fa-pencil.icon {
  font-size: 22px;
}
.manage-parking-popup .phone {
  margin-left: 0px !important;
}
.manage-parking-popup .icon {
  font-size: 20px;
}
.manage-parking-popup .icon.user {
  font-size: 25px;
}

.add-subscription .submit-button {
  margin: 5px;
}

.pick-clocks-dates {
  border: 2px solid rgba(238, 238, 238, 0.9333333333);
  padding: 10px;
  border-radius: 8px;
  margin: 10px;
}
.pick-clocks-dates .buttons {
  margin-bottom: 10px;
}
.pick-clocks-dates .btn {
  cursor: pointer;
  border-bottom: 1px solid black;
}
.pick-clocks-dates .btn.selected {
  border-bottom: 2px solid #f9ca24;
}
.pick-clocks-dates .add-new-clock {
  text-align: center;
  margin-top: 15px;
  border: 1px solid;
  width: 110px;
  padding: 3px;
  border-radius: 5px;
  background: #f9ca24;
  font-size: 15px;
}

.manage-clocks-popup .update-clocks, .list-picked-clocks .update-clocks {
  background: #468ef7 !important;
  color: white;
}
.manage-clocks-popup .modal-content, .list-picked-clocks .modal-content {
  height: 730px !important;
}
.manage-clocks-popup .list, .list-picked-clocks .list {
  width: 630px;
}
.manage-clocks-popup.modal, .list-picked-clocks.modal {
  max-width: 700px;
  height: 750px;
}
.manage-clocks-popup .start-time-div, .list-picked-clocks .start-time-div {
  margin-left: 50px;
}
.manage-clocks-popup .item-clock, .list-picked-clocks .item-clock {
  border-bottom: 1px solid rgba(238, 238, 238, 0.9333333333);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.manage-clocks-popup .submit-button, .list-picked-clocks .submit-button {
  background: #f9ca24;
  padding: 5px;
  width: 152px;
  border-radius: 6px;
  text-align: center;
  height: 36px;
  line-height: 50px;
  border: 1px solid;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: initial;
}
.manage-clocks-popup input, .list-picked-clocks input {
  width: initial;
}
.manage-clocks-popup .days .day, .list-picked-clocks .days .day {
  float: right;
  padding-right: 5px;
  background: rgba(238, 238, 238, 0.9333333333);
  margin: 5px;
  padding: 5px;
}
.manage-clocks-popup .days .day.selected, .list-picked-clocks .days .day.selected {
  background-color: #f9ca24;
}
.manage-clocks-popup .remove-item, .list-picked-clocks .remove-item {
  color: red;
  font-size: 20px;
  height: 3px;
}
.manage-clocks-popup .days, .list-picked-clocks .days {
  height: 20px;
}
.manage-clocks-popup .active-clock, .list-picked-clocks .active-clock {
  color: green;
  align-items: center;
  justify-content: center;
  height: 0px;
}

.manage-managers-popup input {
  width: initial !important;
}
.manage-managers-popup .permissions {
  margin-top: 15px;
}
.manage-managers-popup .permissions .permission {
  text-align: right;
  margin-top: 10px;
}
.manage-managers-popup .permissions .left {
  margin-left: 51px;
}

.add-chips .select-quantity-chips {
  justify-content: space-between;
  padding-bottom: 30px;
}
.add-chips .select-quantity-chips .pick-number {
  width: 100px;
  direction: ltr;
}
.add-chips .chip-info {
  flex-direction: row-reverse;
}
.add-chips .row-item {
  margin-bottom: 10px;
}
.add-chips .row-item .chipId {
  margin-right: 10px;
  direction: ltr;
}
.add-chips .row-item input {
  height: 15px;
}
.add-chips .chips-container .list {
  margin-top: 0px;
  height: initial;
}
.add-chips .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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