.kuormat-service-point-search-form {
  display: none;
}

.kuormat-service-point-list-container {
  border: 1px solid #c2c4c6;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
}

.kuormat-service-point-item {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #c2c4c6;
  padding: 7px 10px 5px 10px;
}

.kuormat-active {
  background-color: #dbe4ef;
}

.kuormat-active:hover {
  background-color: #dbe4ef !important;
}

.kuormat-service-point-item:hover {
  background-color: #edf2f7;
  cursor: pointer;
}

.kuormat-service-point-loading {
  display: none;
  flex: 1;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.kuormat-return-label-loading {
  display: none;
}

.kuormat-loader {
  width: 25px;
  height: 25px;
  border: 2pt solid;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.kuormat-loader-2 {
  width: 25px;
  height: 25px;
  border: 2pt solid;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.kuormat-show-more-button {
  display: none;
  cursor: pointer;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-bottom: 1px solid #c2c4c6;
}

.kuormat-postal-code-input {
  width: 50%;
}
