html, body {
  background: #e4e4e4;
}

body {
  font-family: 'Roboto', sans-serif;
}

.logo {
  margin: 0 auto;
}

.is-horizontal-center {
    justify-content: center;
}

p.help {
  font-size: 10.5pt;
}

label.help {
  font-size: 10.5pt;
}

a {
  color: #31419B;
}

.list-item:first-child {
  padding-top: 0px;
}

.list-item {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 2px solid #f5f5f5;
}

.list-item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.is-edit {
  background: none;
	color: #3e8ed0;
  font-size: 12.5pt;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: inherit;
}

p.is-success.dark {
  color: #0fa723;
}

.loader-wrapper {
  position: absolute;
  top: 48px;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 0;
  z-index: -1;
  transition: opacity .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem
}
  
.loader {
    height: 80px;
    width: 80px;
}
  
#loader.is-active {
  opacity: 1;
  z-index: 5;
}

.is-loading {
  position: relative;
}

.select2-container .select2-selection--single {
  height: auto !important;
  padding: 3px 0 !important;
  border: 1px solid #dbdbdb !important;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  top: 5px !important;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #dbdbdb !important;
}
.select2-container .select2-dropdown {
  border: 1px solid #dbdbdb !important;
  border-top: 0 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #234a85;
}
.select2-container .select2-dropdown .select2-search {
  margin: 5px;
}
.select2-container .select2-dropdown .select2-search .select2-search__field {
  padding: 10px !important;
  border-radius: 3px !important;
  font-size: 1rem;
  height: 2.25em;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
  max-width: 100%;
  width: 100%;
  border-radius: 3px !important;
}
.select2-container .select2-dropdown .select2-results__options {
  max-height: 200px !important;
}
.select2-container .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.37em 0.75em !important;
  font-size: 1rem;
}

@media only screen and (max-width: 467px) {
  .loader-wrapper {
    top: 72px;
  }
}

.banner-ad {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem auto;
  background-color: #f5f5f5;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.banner-ad iframe {
  max-width: 100%;
}