.tpsl-form {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.tpsl-form-col {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.tpsl-form-col.col-sl {
  padding-right: 15px;
}

.tpsl-form-col.col-tp {
  padding-left: 15px;
}

.tpsl-form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.tpsl-form-row .searchable-input {
  box-shadow: unset;
}

.tpsl-form-row .searchable-input input {
  font-size: 0.85rem;
}

.tpsl-form-row .searchable {
  font-family: unset;
}

.tpsl-form-row .searchable-list {
  background-color: var(--app-background-box) !important;
  padding: 0;
  box-shadow: none;
  border: 1px solid var(--app-border);
  border-radius: unset;
  top: calc(100% - 1px) !important;
}

.tpsl-form-row .searchable-list-item {
  font-size: 0.85rem;
  padding: 7px 14px;
}

.tpsl-form-row .searchable-list-item:hover {
  background-color: var(--app-background-box-hover) !important;
}

.tpsl-form-row .searchable-input .searchable-input-arrow {
  width: 10px;
  height: 10px;
}

.tpsl-form-row .searchable-input, .tpsl-form-row .input-step {
  width: 100px;
  background-color: var(--input-step-background) !important;
}

.tpsl-form-row .searchable-input {
  border: 1px solid var(--app-border);
}

.tpsl-form-row .searchable-input {
  border-radius: unset;
}

.tpsl-form-row input:focus {
  color: var(--info);
}

.tpsl-changeType {
  width: 100%;
}

.tpsl-changeType, .tpsl-changeType-item {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.tpsl-changeType-item {
  width: 50%;
  display: flex;
  align-items: center;
  margin: 0 10px;
}

.tpsl-changeType-item .title {
  margin: 0 5px;
}

.tpsl-changeType-item:first-child {
  justify-content: flex-end;
}

.tpsl-changeType-item:last-child {
  justify-content: flex-start;
}

.tpsl-form-col .searchable-list {
  z-index: 100;
}
