#tp-box-now-drawer-lockers-button {
  height: 47px;
  transition: all 0.3s ease-in-out;
  border: none;
  width: 100%;
  margin-bottom: 12px;
}

#tp-box-now-drawer-lockers-button:hover {
  cursor: pointer;
  opacity: 0.8;
}

#tp-box-now-drawer-lockers-button-data {
  z-index: 9999999;
  position: relative;
}

.tp-box-now-drawer-country-select-wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 12px;
}

.tp-drawer-locker-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 10px 0;
  column-gap: 20px;
}

.tp-drawer-locker-name-wrapper {
  display: flex;
  flex-direction: column;
}

.tp-drawer-locker-actions-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.tp-drawer-locker-remove-button {
  color: #fff;
  background-color: #ff4d4d;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

.tp-box-now-drawer-locker-selection__country-select {
  width: 100px;
  min-height: 30px;
  background: #ffffff
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5z'/></svg>")
    no-repeat right 8px center;
  color: rgb(0, 0, 0);
  background-size: 16px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: none;
  border-radius: 8px;
  padding: 8px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.tp-box-now-drawer-locker-selection__country-select:hover,
.tp-box-now-drawer-locker-selection__country-select:focus,
.tp-box-now-drawer-locker-selection__country-select:active {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
