.page-dropdown .select2-container,
.page-dropdown .page-dropdown__label {
  display: block;
  margin: 0 auto;
  text-align: center;
}


.page-dropdown .select2-container--bootstrap .select2-selection {
  font-family: inherit;
  font-size: 16px;
  height: auto;
  line-height: 1.4;
}

.select2-selection--single {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  height: auto !important;
  border-color: #66afe9 !important;
  padding: 6px 24px 6px 12px;
}

.select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px !important;
  top: 0;
  width: 4px !important;
  height: 46px !important;
}