@import "~cosmoUiVariables";

.container {
  padding: $padding-500;
}

.section {
  margin-bottom: $margin-200;
}

.input {
  width: 120px;
  max-width: 120px;
}

.header {
  margin-bottom: $margin-300;
}

.mainTitle {
  color: $brand-primary;
  font-size: 20px;
  font-weight: bold;
}

.courierDetails {
  font-size: 12px;
}

.detailsSection {
  margin-bottom: $margin-100;
}

.icon {
  fill: $color-gray-500;
  margin-right: $margin-200;
}

.block {
  border: $border-light;
  height: 120px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: max-content;
  padding: $padding-500;
}

.greyBlock{
  @extend .block;
  background-color: $color-gray-200;
}

.frequencyHeader {
  color: $brand-primary;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-top: -10px;
}

.frequencyMain {
  color: $brand-primary;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

.setTo{
  position: relative;
  width: 26px;
  height: 20px;
  top: -80px;
  left: 172px;
  font-size: 12px;
  font-weight: bold;
  background-color: white;
  border: $border-light;
  text-align: center;
  padding-top: 1px;
}

.buttonBar {
  margin-top:-15px;
}