@charset "UTF-8";
/*!
 * bootstrap-tokenfield
 * https://github.com/sliptree/bootstrap-tokenfield
 * Copyright 2013-2014 Sliptree and other contributors; Licensed MIT
 */
@-webkit-keyframes blink {
  0% {
    border-color: #ededed;
  }
  100% {
    border-color: #b94a48;
  }
}

@-moz-keyframes blink {
  0% {
    border-color: #ededed;
  }
  100% {
    border-color: #b94a48;
  }
}

@keyframes blink {
  0% {
    border-color: #ededed;
  }
  100% {
    border-color: #b94a48;
  }
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.tokenfield {
  height: auto;
  min-height: 34px;
  padding-bottom: 0;
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.tokenfield.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.tokenfield .token {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  background-color: #ededed;
  white-space: nowrap;
  margin: -1px 5px 5px 0;
  height: 22px;
  vertical-align: top;
  cursor: default;
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.tokenfield .token:hover {
  border-color: #b9b9b9;
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.tokenfield .token.active {
  border-color: #52a8ec;
  border-color: rgba(82, 168, 236, 0.8);
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.tokenfield .token.duplicate {
  border-color: #ebccd1;
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.tokenfield .token.invalid {
  background: 0 0;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px dotted #d9534f;
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.tokenfield .token.invalid.active {
  background: #ededed;
  border: 1px solid #ededed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.tokenfield .token .token-label {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 4px;
  vertical-align: top;
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.tokenfield .token .close {
  font-family: Arial;
  display: inline-block;
  line-height: 100%;
  font-size: 1.1em;
  line-height: 1.49em;
  margin-left: 5px;
  float: none;
  height: 100%;
  vertical-align: top;
  padding-right: 4px;
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.tokenfield .token-input {
  background: 0 0;
  width: 60px;
  min-width: 60px;
  border: 0;
  height: 20px;
  padding: 0;
  margin-bottom: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.tokenfield .token-input:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.tokenfield.disabled {
  cursor: not-allowed;
  background-color: #eee;
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.tokenfield.disabled .token-input {
  cursor: not-allowed;
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.tokenfield.disabled .token:hover {
  cursor: not-allowed;
  border-color: #d9d9d9;
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.tokenfield.disabled .token:hover .close {
  cursor: not-allowed;
  opacity: .2;
  filter: alpha(opacity=20);
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.has-warning .tokenfield.focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.has-error .tokenfield.focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.has-success .tokenfield.focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.tokenfield.input-sm, .input-group-sm .tokenfield {
  min-height: 30px;
  padding-bottom: 0;
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.input-group-sm .token, .tokenfield.input-sm .token {
  height: 20px;
  margin-bottom: 4px;
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.input-group-sm .token-input, .tokenfield.input-sm .token-input {
  height: 18px;
  margin-bottom: 5px;
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.tokenfield.input-lg, .input-group-lg .tokenfield {
  min-height: 45px;
  padding-bottom: 4px;
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.input-group-lg .token, .tokenfield.input-lg .token {
  height: 25px;
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.input-group-lg .token-label, .tokenfield.input-lg .token-label {
  line-height: 23px;
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.input-group-lg .token .close, .tokenfield.input-lg .token .close {
  line-height: 1.3em;
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.input-group-lg .token-input, .tokenfield.input-lg .token-input {
  height: 23px;
  line-height: 23px;
  margin-bottom: 6px;
  vertical-align: top;
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.tokenfield.rtl {
  direction: rtl;
  text-align: right;
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.tokenfield.rtl .token {
  margin: -1px 0 5px 5px;
}

/* line 5, vendor/assets/stylesheets/bootstrap-tokenfield.min.css */
.tokenfield.rtl .token .token-label {
  padding-left: 0;
  padding-right: 4px;
}

/* line 1, app/assets/stylesheets/crop-avatar.scss */
.avatar-view,
.avatar-view-md {
  display: block;
  height: 217px;
  width: 144px;
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  overflow: hidden;
}

/* line 13, app/assets/stylesheets/crop-avatar.scss */
.avatar-view-md {
  height: 100px;
  width: 100px;
  margin-left: 15px;
}

/* line 19, app/assets/stylesheets/crop-avatar.scss */
.avatar-view img {
  width: 100%;
}

/* line 23, app/assets/stylesheets/crop-avatar.scss */
.avatar-view-md img {
  width: 100%;
}

/* line 27, app/assets/stylesheets/crop-avatar.scss */
.avatar-body {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 32, app/assets/stylesheets/crop-avatar.scss */
.avatar-upload {
  overflow: hidden;
}

/* line 36, app/assets/stylesheets/crop-avatar.scss */
.avatar-upload label {
  display: block;
  float: left;
  clear: left;
  width: 100px;
}

/* line 43, app/assets/stylesheets/crop-avatar.scss */
.avatar-upload input {
  display: block;
  margin-left: 110px;
}

/* line 48, app/assets/stylesheets/crop-avatar.scss */
.avater-alert {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 53, app/assets/stylesheets/crop-avatar.scss */
.avatar-wrapper {
  height: 364px;
  width: 100%;
  margin-top: 15px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
  background-color: #fcfcfc;
  overflow: hidden;
}

/* line 61, app/assets/stylesheets/crop-avatar.scss */
.avatar-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* line 69, app/assets/stylesheets/crop-avatar.scss */
.avatar-preview {
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}

/* line 79, app/assets/stylesheets/crop-avatar.scss */
.avatar-preview:hover {
  border-color: #ccf;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

/* line 84, app/assets/stylesheets/crop-avatar.scss */
.avatar-preview img {
  width: 100%;
}

/* line 88, app/assets/stylesheets/crop-avatar.scss */
.preview-lg {
  height: 217px;
  width: 144px;
  margin-top: 15px;
}

/* line 94, app/assets/stylesheets/crop-avatar.scss */
.preview-md {
  height: 166px;
  width: 100px;
}

/* line 98, app/assets/stylesheets/crop-avatar.scss */
.preview-md img {
  width: 100%;
}

/* line 103, app/assets/stylesheets/crop-avatar.scss */
.avatar-preview-md-wrapper {
  height: 100px;
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}

/* line 113, app/assets/stylesheets/crop-avatar.scss */
.avatar-preview-md-wrapper .avatar-preview {
  margin: 0;
}

/* line 118, app/assets/stylesheets/crop-avatar.scss */
.preview-sm {
  height: 50px;
  width: 50px;
}

@media (min-width: 992px) {
  /* line 124, app/assets/stylesheets/crop-avatar.scss */
  .avatar-preview {
    float: none;
  }
}

/* line 129, app/assets/stylesheets/crop-avatar.scss */
.loading {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff url("/assets/loading.gif") no-repeat center center;
  opacity: .75;
  filter: alpha(opacity=75);
  z-index: 20140628;
}

/* line 1, app/assets/stylesheets/stickyheader.scss */
.hide {
  display: none;
}

/* line 5, app/assets/stylesheets/stickyheader.scss */
div.stickyHeader {
  top: 56px;
  position: fixed;
  _position: absolute;
}

/*!
 * bootstrap-tokenfield
 * https://github.com/sliptree/bootstrap-tokenfield
 * Copyright 2013-2014 Sliptree and other contributors; Licensed MIT
 */
/* line 5, vendor/assets/stylesheets/tokenfield-typeahead.min.css */
.twitter-typeahead {
  width: 100%;
  position: relative;
  vertical-align: top;
}

/* line 5, vendor/assets/stylesheets/tokenfield-typeahead.min.css */
.twitter-typeahead .tt-input, .twitter-typeahead .tt-hint {
  margin: 0;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
}

/* line 5, vendor/assets/stylesheets/tokenfield-typeahead.min.css */
.twitter-typeahead .tt-hint {
  color: #999;
  z-index: 1;
  border: 1px solid transparent;
}

/* line 5, vendor/assets/stylesheets/tokenfield-typeahead.min.css */
.twitter-typeahead .tt-input {
  color: #555;
  z-index: 2;
}

/* line 5, vendor/assets/stylesheets/tokenfield-typeahead.min.css */
.twitter-typeahead .tt-input, .twitter-typeahead .tt-hint {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
}

/* line 5, vendor/assets/stylesheets/tokenfield-typeahead.min.css */
.twitter-typeahead .input-sm.tt-input, .twitter-typeahead .hint-sm.tt-hint {
  border-radius: 3px;
}

/* line 5, vendor/assets/stylesheets/tokenfield-typeahead.min.css */
.twitter-typeahead .input-lg.tt-input, .twitter-typeahead .hint-lg.tt-hint {
  border-radius: 6px;
}

/* line 5, vendor/assets/stylesheets/tokenfield-typeahead.min.css */
.input-group .twitter-typeahead:first-child .tt-input, .input-group .twitter-typeahead:first-child .tt-hint {
  border-radius: 4px 0 0 4px !important;
}

/* line 5, vendor/assets/stylesheets/tokenfield-typeahead.min.css */
.input-group .twitter-typeahead:last-child .tt-input, .input-group .twitter-typeahead:last-child .tt-hint {
  border-radius: 0 4px 4px 0 !important;
}

/* line 5, vendor/assets/stylesheets/tokenfield-typeahead.min.css */
.input-group.input-group-sm .twitter-typeahead:first-child .tt-input, .input-group.input-group-sm .twitter-typeahead:first-child .tt-hint {
  border-radius: 3px 0 0 3px !important;
}

/* line 5, vendor/assets/stylesheets/tokenfield-typeahead.min.css */
.input-group.input-group-sm .twitter-typeahead:last-child .tt-input, .input-group.input-group-sm .twitter-typeahead:last-child .tt-hint {
  border-radius: 0 3px 3px 0 !important;
}

/* line 5, vendor/assets/stylesheets/tokenfield-typeahead.min.css */
.input-sm.tt-input, .hint-sm.tt-hint, .input-group.input-group-sm .tt-input, .input-group.input-group-sm .tt-hint {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 5, vendor/assets/stylesheets/tokenfield-typeahead.min.css */
.input-group.input-group-lg .twitter-typeahead:first-child .tt-input, .input-group.input-group-lg .twitter-typeahead:first-child .tt-hint {
  border-radius: 6px 0 0 6px !important;
}

/* line 5, vendor/assets/stylesheets/tokenfield-typeahead.min.css */
.input-group.input-group-lg .twitter-typeahead:last-child .tt-input, .input-group.input-group-lg .twitter-typeahead:last-child .tt-hint {
  border-radius: 0 6px 6px 0 !important;
}

/* line 5, vendor/assets/stylesheets/tokenfield-typeahead.min.css */
.input-lg.tt-input, .hint-lg.tt-hint, .input-group.input-group-lg .tt-input, .input-group.input-group-lg .tt-hint {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

/* line 5, vendor/assets/stylesheets/tokenfield-typeahead.min.css */
.tt-dropdown-menu {
  width: 100%;
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* line 5, vendor/assets/stylesheets/tokenfield-typeahead.min.css */
.tt-suggestion {
  display: block;
  padding: 3px 20px;
}

/* line 5, vendor/assets/stylesheets/tokenfield-typeahead.min.css */
.tt-suggestion.tt-cursor {
  color: #262626;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

/* line 5, vendor/assets/stylesheets/tokenfield-typeahead.min.css */
.tt-suggestion.tt-cursor a {
  color: #fff;
}

/* line 5, vendor/assets/stylesheets/tokenfield-typeahead.min.css */
.tt-suggestion p {
  margin: 0;
}

/* line 5, vendor/assets/stylesheets/tokenfield-typeahead.min.css */
.tokenfield .twitter-typeahead {
  width: auto;
}

/* line 5, vendor/assets/stylesheets/tokenfield-typeahead.min.css */
.tokenfield .twitter-typeahead .tt-hint {
  padding: 0;
  height: 20px;
}

/* line 5, vendor/assets/stylesheets/tokenfield-typeahead.min.css */
.tokenfield.input-sm .twitter-typeahead .tt-input, .tokenfield.input-sm .twitter-typeahead .tt-hint {
  height: 18px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 5, vendor/assets/stylesheets/tokenfield-typeahead.min.css */
.tokenfield.input-lg .twitter-typeahead .tt-input, .tokenfield.input-lg .twitter-typeahead .tt-hint {
  height: 23px;
  font-size: 18px;
  line-height: 1.33;
}

/* line 5, vendor/assets/stylesheets/tokenfield-typeahead.min.css */
.tokenfield .twitter-typeahead .tt-suggestions {
  font-size: 14px;
}

/* line 1, app/assets/stylesheets/intlTelInput.scss */
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}

/* line 20, app/assets/stylesheets/intlTelInput.scss */
.iti {
  position: relative;
  display: inline-block;
}

/* line 24, app/assets/stylesheets/intlTelInput.scss */
.iti * {
  box-sizing: border-box;
}

/* line 27, app/assets/stylesheets/intlTelInput.scss */
.iti__hide {
  display: none;
}

/* line 30, app/assets/stylesheets/intlTelInput.scss */
.iti__v-hide {
  visibility: hidden;
}

/* line 33, app/assets/stylesheets/intlTelInput.scss */
.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}

/* line 40, app/assets/stylesheets/intlTelInput.scss */
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin: 0 !important;
}

/* line 47, app/assets/stylesheets/intlTelInput.scss */
.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: var(--iti-border-width);
}

/* line 53, app/assets/stylesheets/intlTelInput.scss */
.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

/* line 71, app/assets/stylesheets/intlTelInput.scss */
.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}

/* line 77, app/assets/stylesheets/intlTelInput.scss */
.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

/* line 85, app/assets/stylesheets/intlTelInput.scss */
[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}

/* line 89, app/assets/stylesheets/intlTelInput.scss */
.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

/* line 93, app/assets/stylesheets/intlTelInput.scss */
.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}

/* line 97, app/assets/stylesheets/intlTelInput.scss */
.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

/* line 105, app/assets/stylesheets/intlTelInput.scss */
.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
}

/* line 110, app/assets/stylesheets/intlTelInput.scss */
.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}

/* line 113, app/assets/stylesheets/intlTelInput.scss */
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* line 120, app/assets/stylesheets/intlTelInput.scss */
.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}

/* line 123, app/assets/stylesheets/intlTelInput.scss */
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}

@media (max-width: 500px) {
  /* line 127, app/assets/stylesheets/intlTelInput.scss */
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}

/* line 131, app/assets/stylesheets/intlTelInput.scss */
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}

/* line 137, app/assets/stylesheets/intlTelInput.scss */
.iti__dial-code {
  color: var(--iti-dialcode-color);
}

/* line 140, app/assets/stylesheets/intlTelInput.scss */
.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}

/* line 143, app/assets/stylesheets/intlTelInput.scss */
.iti__country-list .iti__flag, .iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}

/* line 146, app/assets/stylesheets/intlTelInput.scss */
[dir=rtl] .iti__country-list .iti__flag, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}

/* line 150, app/assets/stylesheets/intlTelInput.scss */
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}

/* line 153, app/assets/stylesheets/intlTelInput.scss */
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}

/* line 157, app/assets/stylesheets/intlTelInput.scss */
.iti .iti__selected-dial-code {
  margin-left: 4px;
}

/* line 160, app/assets/stylesheets/intlTelInput.scss */
[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}

/* line 164, app/assets/stylesheets/intlTelInput.scss */
.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}

/* line 171, app/assets/stylesheets/intlTelInput.scss */
.iti--container:hover {
  cursor: pointer;
}

/* line 175, app/assets/stylesheets/intlTelInput.scss */
.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* line 187, app/assets/stylesheets/intlTelInput.scss */
.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}

/* line 193, app/assets/stylesheets/intlTelInput.scss */
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

/* line 198, app/assets/stylesheets/intlTelInput.scss */
.iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(/assets/flags-88591fcff70a9d5a8cc384d6e565811ce255ce51e7dce269986f330455ec8c40.png);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

/* line 210, app/assets/stylesheets/intlTelInput.scss */
.iti__ac {
  --iti-flag-offset: 0px;
}

/* line 214, app/assets/stylesheets/intlTelInput.scss */
.iti__ad {
  --iti-flag-offset: -16px;
}

/* line 218, app/assets/stylesheets/intlTelInput.scss */
.iti__ae {
  --iti-flag-offset: -32px;
}

/* line 222, app/assets/stylesheets/intlTelInput.scss */
.iti__af {
  --iti-flag-offset: -48px;
}

/* line 226, app/assets/stylesheets/intlTelInput.scss */
.iti__ag {
  --iti-flag-offset: -64px;
}

/* line 230, app/assets/stylesheets/intlTelInput.scss */
.iti__ai {
  --iti-flag-offset: -80px;
}

/* line 234, app/assets/stylesheets/intlTelInput.scss */
.iti__al {
  --iti-flag-offset: -96px;
}

/* line 238, app/assets/stylesheets/intlTelInput.scss */
.iti__am {
  --iti-flag-offset: -112px;
}

/* line 242, app/assets/stylesheets/intlTelInput.scss */
.iti__ao {
  --iti-flag-offset: -128px;
}

/* line 246, app/assets/stylesheets/intlTelInput.scss */
.iti__ar {
  --iti-flag-offset: -144px;
}

/* line 250, app/assets/stylesheets/intlTelInput.scss */
.iti__as {
  --iti-flag-offset: -160px;
}

/* line 254, app/assets/stylesheets/intlTelInput.scss */
.iti__at {
  --iti-flag-offset: -176px;
}

/* line 258, app/assets/stylesheets/intlTelInput.scss */
.iti__au {
  --iti-flag-offset: -192px;
}

/* line 262, app/assets/stylesheets/intlTelInput.scss */
.iti__aw {
  --iti-flag-offset: -208px;
}

/* line 266, app/assets/stylesheets/intlTelInput.scss */
.iti__ax {
  --iti-flag-offset: -224px;
}

/* line 270, app/assets/stylesheets/intlTelInput.scss */
.iti__az {
  --iti-flag-offset: -240px;
}

/* line 274, app/assets/stylesheets/intlTelInput.scss */
.iti__ba {
  --iti-flag-offset: -256px;
}

/* line 278, app/assets/stylesheets/intlTelInput.scss */
.iti__bb {
  --iti-flag-offset: -272px;
}

/* line 282, app/assets/stylesheets/intlTelInput.scss */
.iti__bd {
  --iti-flag-offset: -288px;
}

/* line 286, app/assets/stylesheets/intlTelInput.scss */
.iti__be {
  --iti-flag-offset: -304px;
}

/* line 290, app/assets/stylesheets/intlTelInput.scss */
.iti__bf {
  --iti-flag-offset: -320px;
}

/* line 294, app/assets/stylesheets/intlTelInput.scss */
.iti__bg {
  --iti-flag-offset: -336px;
}

/* line 298, app/assets/stylesheets/intlTelInput.scss */
.iti__bh {
  --iti-flag-offset: -352px;
}

/* line 302, app/assets/stylesheets/intlTelInput.scss */
.iti__bi {
  --iti-flag-offset: -368px;
}

/* line 306, app/assets/stylesheets/intlTelInput.scss */
.iti__bj {
  --iti-flag-offset: -384px;
}

/* line 310, app/assets/stylesheets/intlTelInput.scss */
.iti__bl {
  --iti-flag-offset: -400px;
}

/* line 314, app/assets/stylesheets/intlTelInput.scss */
.iti__bm {
  --iti-flag-offset: -416px;
}

/* line 318, app/assets/stylesheets/intlTelInput.scss */
.iti__bn {
  --iti-flag-offset: -432px;
}

/* line 322, app/assets/stylesheets/intlTelInput.scss */
.iti__bo {
  --iti-flag-offset: -448px;
}

/* line 326, app/assets/stylesheets/intlTelInput.scss */
.iti__bq {
  --iti-flag-offset: -464px;
}

/* line 330, app/assets/stylesheets/intlTelInput.scss */
.iti__br {
  --iti-flag-offset: -480px;
}

/* line 334, app/assets/stylesheets/intlTelInput.scss */
.iti__bs {
  --iti-flag-offset: -496px;
}

/* line 338, app/assets/stylesheets/intlTelInput.scss */
.iti__bt {
  --iti-flag-offset: -512px;
}

/* line 342, app/assets/stylesheets/intlTelInput.scss */
.iti__bw {
  --iti-flag-offset: -528px;
}

/* line 346, app/assets/stylesheets/intlTelInput.scss */
.iti__by {
  --iti-flag-offset: -544px;
}

/* line 350, app/assets/stylesheets/intlTelInput.scss */
.iti__bz {
  --iti-flag-offset: -560px;
}

/* line 354, app/assets/stylesheets/intlTelInput.scss */
.iti__ca {
  --iti-flag-offset: -576px;
}

/* line 358, app/assets/stylesheets/intlTelInput.scss */
.iti__cc {
  --iti-flag-offset: -592px;
}

/* line 362, app/assets/stylesheets/intlTelInput.scss */
.iti__cd {
  --iti-flag-offset: -608px;
}

/* line 366, app/assets/stylesheets/intlTelInput.scss */
.iti__cf {
  --iti-flag-offset: -624px;
}

/* line 370, app/assets/stylesheets/intlTelInput.scss */
.iti__cg {
  --iti-flag-offset: -640px;
}

/* line 374, app/assets/stylesheets/intlTelInput.scss */
.iti__ch {
  --iti-flag-offset: -656px;
}

/* line 378, app/assets/stylesheets/intlTelInput.scss */
.iti__ci {
  --iti-flag-offset: -672px;
}

/* line 382, app/assets/stylesheets/intlTelInput.scss */
.iti__ck {
  --iti-flag-offset: -688px;
}

/* line 386, app/assets/stylesheets/intlTelInput.scss */
.iti__cl {
  --iti-flag-offset: -704px;
}

/* line 390, app/assets/stylesheets/intlTelInput.scss */
.iti__cm {
  --iti-flag-offset: -720px;
}

/* line 394, app/assets/stylesheets/intlTelInput.scss */
.iti__cn {
  --iti-flag-offset: -736px;
}

/* line 398, app/assets/stylesheets/intlTelInput.scss */
.iti__co {
  --iti-flag-offset: -752px;
}

/* line 402, app/assets/stylesheets/intlTelInput.scss */
.iti__cr {
  --iti-flag-offset: -768px;
}

/* line 406, app/assets/stylesheets/intlTelInput.scss */
.iti__cu {
  --iti-flag-offset: -784px;
}

/* line 410, app/assets/stylesheets/intlTelInput.scss */
.iti__cv {
  --iti-flag-offset: -800px;
}

/* line 414, app/assets/stylesheets/intlTelInput.scss */
.iti__cw {
  --iti-flag-offset: -816px;
}

/* line 418, app/assets/stylesheets/intlTelInput.scss */
.iti__cx {
  --iti-flag-offset: -832px;
}

/* line 422, app/assets/stylesheets/intlTelInput.scss */
.iti__cy {
  --iti-flag-offset: -848px;
}

/* line 426, app/assets/stylesheets/intlTelInput.scss */
.iti__cz {
  --iti-flag-offset: -864px;
}

/* line 430, app/assets/stylesheets/intlTelInput.scss */
.iti__de {
  --iti-flag-offset: -880px;
}

/* line 434, app/assets/stylesheets/intlTelInput.scss */
.iti__dj {
  --iti-flag-offset: -896px;
}

/* line 438, app/assets/stylesheets/intlTelInput.scss */
.iti__dk {
  --iti-flag-offset: -912px;
}

/* line 442, app/assets/stylesheets/intlTelInput.scss */
.iti__dm {
  --iti-flag-offset: -928px;
}

/* line 446, app/assets/stylesheets/intlTelInput.scss */
.iti__do {
  --iti-flag-offset: -944px;
}

/* line 450, app/assets/stylesheets/intlTelInput.scss */
.iti__dz {
  --iti-flag-offset: -960px;
}

/* line 454, app/assets/stylesheets/intlTelInput.scss */
.iti__ec {
  --iti-flag-offset: -976px;
}

/* line 458, app/assets/stylesheets/intlTelInput.scss */
.iti__ee {
  --iti-flag-offset: -992px;
}

/* line 462, app/assets/stylesheets/intlTelInput.scss */
.iti__eg {
  --iti-flag-offset: -1008px;
}

/* line 466, app/assets/stylesheets/intlTelInput.scss */
.iti__eh {
  --iti-flag-offset: -1024px;
}

/* line 470, app/assets/stylesheets/intlTelInput.scss */
.iti__er {
  --iti-flag-offset: -1040px;
}

/* line 474, app/assets/stylesheets/intlTelInput.scss */
.iti__es {
  --iti-flag-offset: -1056px;
}

/* line 478, app/assets/stylesheets/intlTelInput.scss */
.iti__et {
  --iti-flag-offset: -1072px;
}

/* line 482, app/assets/stylesheets/intlTelInput.scss */
.iti__fi {
  --iti-flag-offset: -1088px;
}

/* line 486, app/assets/stylesheets/intlTelInput.scss */
.iti__fj {
  --iti-flag-offset: -1104px;
}

/* line 490, app/assets/stylesheets/intlTelInput.scss */
.iti__fk {
  --iti-flag-offset: -1120px;
}

/* line 494, app/assets/stylesheets/intlTelInput.scss */
.iti__fm {
  --iti-flag-offset: -1136px;
}

/* line 498, app/assets/stylesheets/intlTelInput.scss */
.iti__fo {
  --iti-flag-offset: -1152px;
}

/* line 502, app/assets/stylesheets/intlTelInput.scss */
.iti__fr {
  --iti-flag-offset: -1168px;
}

/* line 506, app/assets/stylesheets/intlTelInput.scss */
.iti__ga {
  --iti-flag-offset: -1184px;
}

/* line 510, app/assets/stylesheets/intlTelInput.scss */
.iti__gb {
  --iti-flag-offset: -1200px;
}

/* line 514, app/assets/stylesheets/intlTelInput.scss */
.iti__gd {
  --iti-flag-offset: -1216px;
}

/* line 518, app/assets/stylesheets/intlTelInput.scss */
.iti__ge {
  --iti-flag-offset: -1232px;
}

/* line 522, app/assets/stylesheets/intlTelInput.scss */
.iti__gf {
  --iti-flag-offset: -1248px;
}

/* line 526, app/assets/stylesheets/intlTelInput.scss */
.iti__gg {
  --iti-flag-offset: -1264px;
}

/* line 530, app/assets/stylesheets/intlTelInput.scss */
.iti__gh {
  --iti-flag-offset: -1280px;
}

/* line 534, app/assets/stylesheets/intlTelInput.scss */
.iti__gi {
  --iti-flag-offset: -1296px;
}

/* line 538, app/assets/stylesheets/intlTelInput.scss */
.iti__gl {
  --iti-flag-offset: -1312px;
}

/* line 542, app/assets/stylesheets/intlTelInput.scss */
.iti__gm {
  --iti-flag-offset: -1328px;
}

/* line 546, app/assets/stylesheets/intlTelInput.scss */
.iti__gn {
  --iti-flag-offset: -1344px;
}

/* line 550, app/assets/stylesheets/intlTelInput.scss */
.iti__gp {
  --iti-flag-offset: -1360px;
}

/* line 554, app/assets/stylesheets/intlTelInput.scss */
.iti__gq {
  --iti-flag-offset: -1376px;
}

/* line 558, app/assets/stylesheets/intlTelInput.scss */
.iti__gr {
  --iti-flag-offset: -1392px;
}

/* line 562, app/assets/stylesheets/intlTelInput.scss */
.iti__gt {
  --iti-flag-offset: -1408px;
}

/* line 566, app/assets/stylesheets/intlTelInput.scss */
.iti__gu {
  --iti-flag-offset: -1424px;
}

/* line 570, app/assets/stylesheets/intlTelInput.scss */
.iti__gw {
  --iti-flag-offset: -1440px;
}

/* line 574, app/assets/stylesheets/intlTelInput.scss */
.iti__gy {
  --iti-flag-offset: -1456px;
}

/* line 578, app/assets/stylesheets/intlTelInput.scss */
.iti__hk {
  --iti-flag-offset: -1472px;
}

/* line 582, app/assets/stylesheets/intlTelInput.scss */
.iti__hn {
  --iti-flag-offset: -1488px;
}

/* line 586, app/assets/stylesheets/intlTelInput.scss */
.iti__hr {
  --iti-flag-offset: -1504px;
}

/* line 590, app/assets/stylesheets/intlTelInput.scss */
.iti__ht {
  --iti-flag-offset: -1520px;
}

/* line 594, app/assets/stylesheets/intlTelInput.scss */
.iti__hu {
  --iti-flag-offset: -1536px;
}

/* line 598, app/assets/stylesheets/intlTelInput.scss */
.iti__id {
  --iti-flag-offset: -1552px;
}

/* line 602, app/assets/stylesheets/intlTelInput.scss */
.iti__ie {
  --iti-flag-offset: -1568px;
}

/* line 606, app/assets/stylesheets/intlTelInput.scss */
.iti__il {
  --iti-flag-offset: -1584px;
}

/* line 610, app/assets/stylesheets/intlTelInput.scss */
.iti__im {
  --iti-flag-offset: -1600px;
}

/* line 614, app/assets/stylesheets/intlTelInput.scss */
.iti__in {
  --iti-flag-offset: -1616px;
}

/* line 618, app/assets/stylesheets/intlTelInput.scss */
.iti__io {
  --iti-flag-offset: -1632px;
}

/* line 622, app/assets/stylesheets/intlTelInput.scss */
.iti__iq {
  --iti-flag-offset: -1648px;
}

/* line 626, app/assets/stylesheets/intlTelInput.scss */
.iti__ir {
  --iti-flag-offset: -1664px;
}

/* line 630, app/assets/stylesheets/intlTelInput.scss */
.iti__is {
  --iti-flag-offset: -1680px;
}

/* line 634, app/assets/stylesheets/intlTelInput.scss */
.iti__it {
  --iti-flag-offset: -1696px;
}

/* line 638, app/assets/stylesheets/intlTelInput.scss */
.iti__je {
  --iti-flag-offset: -1712px;
}

/* line 642, app/assets/stylesheets/intlTelInput.scss */
.iti__jm {
  --iti-flag-offset: -1728px;
}

/* line 646, app/assets/stylesheets/intlTelInput.scss */
.iti__jo {
  --iti-flag-offset: -1744px;
}

/* line 650, app/assets/stylesheets/intlTelInput.scss */
.iti__jp {
  --iti-flag-offset: -1760px;
}

/* line 654, app/assets/stylesheets/intlTelInput.scss */
.iti__ke {
  --iti-flag-offset: -1776px;
}

/* line 658, app/assets/stylesheets/intlTelInput.scss */
.iti__kg {
  --iti-flag-offset: -1792px;
}

/* line 662, app/assets/stylesheets/intlTelInput.scss */
.iti__kh {
  --iti-flag-offset: -1808px;
}

/* line 666, app/assets/stylesheets/intlTelInput.scss */
.iti__ki {
  --iti-flag-offset: -1824px;
}

/* line 670, app/assets/stylesheets/intlTelInput.scss */
.iti__km {
  --iti-flag-offset: -1840px;
}

/* line 674, app/assets/stylesheets/intlTelInput.scss */
.iti__kn {
  --iti-flag-offset: -1856px;
}

/* line 678, app/assets/stylesheets/intlTelInput.scss */
.iti__kp {
  --iti-flag-offset: -1872px;
}

/* line 682, app/assets/stylesheets/intlTelInput.scss */
.iti__kr {
  --iti-flag-offset: -1888px;
}

/* line 686, app/assets/stylesheets/intlTelInput.scss */
.iti__kw {
  --iti-flag-offset: -1904px;
}

/* line 690, app/assets/stylesheets/intlTelInput.scss */
.iti__ky {
  --iti-flag-offset: -1920px;
}

/* line 694, app/assets/stylesheets/intlTelInput.scss */
.iti__kz {
  --iti-flag-offset: -1936px;
}

/* line 698, app/assets/stylesheets/intlTelInput.scss */
.iti__la {
  --iti-flag-offset: -1952px;
}

/* line 702, app/assets/stylesheets/intlTelInput.scss */
.iti__lb {
  --iti-flag-offset: -1968px;
}

/* line 706, app/assets/stylesheets/intlTelInput.scss */
.iti__lc {
  --iti-flag-offset: -1984px;
}

/* line 710, app/assets/stylesheets/intlTelInput.scss */
.iti__li {
  --iti-flag-offset: -2000px;
}

/* line 714, app/assets/stylesheets/intlTelInput.scss */
.iti__lk {
  --iti-flag-offset: -2016px;
}

/* line 718, app/assets/stylesheets/intlTelInput.scss */
.iti__lr {
  --iti-flag-offset: -2032px;
}

/* line 722, app/assets/stylesheets/intlTelInput.scss */
.iti__ls {
  --iti-flag-offset: -2048px;
}

/* line 726, app/assets/stylesheets/intlTelInput.scss */
.iti__lt {
  --iti-flag-offset: -2064px;
}

/* line 730, app/assets/stylesheets/intlTelInput.scss */
.iti__lu {
  --iti-flag-offset: -2080px;
}

/* line 734, app/assets/stylesheets/intlTelInput.scss */
.iti__lv {
  --iti-flag-offset: -2096px;
}

/* line 738, app/assets/stylesheets/intlTelInput.scss */
.iti__ly {
  --iti-flag-offset: -2112px;
}

/* line 742, app/assets/stylesheets/intlTelInput.scss */
.iti__ma {
  --iti-flag-offset: -2128px;
}

/* line 746, app/assets/stylesheets/intlTelInput.scss */
.iti__mc {
  --iti-flag-offset: -2144px;
}

/* line 750, app/assets/stylesheets/intlTelInput.scss */
.iti__md {
  --iti-flag-offset: -2160px;
}

/* line 754, app/assets/stylesheets/intlTelInput.scss */
.iti__me {
  --iti-flag-offset: -2176px;
}

/* line 758, app/assets/stylesheets/intlTelInput.scss */
.iti__mf {
  --iti-flag-offset: -2192px;
}

/* line 762, app/assets/stylesheets/intlTelInput.scss */
.iti__mg {
  --iti-flag-offset: -2208px;
}

/* line 766, app/assets/stylesheets/intlTelInput.scss */
.iti__mh {
  --iti-flag-offset: -2224px;
}

/* line 770, app/assets/stylesheets/intlTelInput.scss */
.iti__mk {
  --iti-flag-offset: -2240px;
}

/* line 774, app/assets/stylesheets/intlTelInput.scss */
.iti__ml {
  --iti-flag-offset: -2256px;
}

/* line 778, app/assets/stylesheets/intlTelInput.scss */
.iti__mm {
  --iti-flag-offset: -2272px;
}

/* line 782, app/assets/stylesheets/intlTelInput.scss */
.iti__mn {
  --iti-flag-offset: -2288px;
}

/* line 786, app/assets/stylesheets/intlTelInput.scss */
.iti__mo {
  --iti-flag-offset: -2304px;
}

/* line 790, app/assets/stylesheets/intlTelInput.scss */
.iti__mp {
  --iti-flag-offset: -2320px;
}

/* line 794, app/assets/stylesheets/intlTelInput.scss */
.iti__mq {
  --iti-flag-offset: -2336px;
}

/* line 798, app/assets/stylesheets/intlTelInput.scss */
.iti__mr {
  --iti-flag-offset: -2352px;
}

/* line 802, app/assets/stylesheets/intlTelInput.scss */
.iti__ms {
  --iti-flag-offset: -2368px;
}

/* line 806, app/assets/stylesheets/intlTelInput.scss */
.iti__mt {
  --iti-flag-offset: -2384px;
}

/* line 810, app/assets/stylesheets/intlTelInput.scss */
.iti__mu {
  --iti-flag-offset: -2400px;
}

/* line 814, app/assets/stylesheets/intlTelInput.scss */
.iti__mv {
  --iti-flag-offset: -2416px;
}

/* line 818, app/assets/stylesheets/intlTelInput.scss */
.iti__mw {
  --iti-flag-offset: -2432px;
}

/* line 822, app/assets/stylesheets/intlTelInput.scss */
.iti__mx {
  --iti-flag-offset: -2448px;
}

/* line 826, app/assets/stylesheets/intlTelInput.scss */
.iti__my {
  --iti-flag-offset: -2464px;
}

/* line 830, app/assets/stylesheets/intlTelInput.scss */
.iti__mz {
  --iti-flag-offset: -2480px;
}

/* line 834, app/assets/stylesheets/intlTelInput.scss */
.iti__na {
  --iti-flag-offset: -2496px;
}

/* line 838, app/assets/stylesheets/intlTelInput.scss */
.iti__nc {
  --iti-flag-offset: -2512px;
}

/* line 842, app/assets/stylesheets/intlTelInput.scss */
.iti__ne {
  --iti-flag-offset: -2528px;
}

/* line 846, app/assets/stylesheets/intlTelInput.scss */
.iti__nf {
  --iti-flag-offset: -2544px;
}

/* line 850, app/assets/stylesheets/intlTelInput.scss */
.iti__ng {
  --iti-flag-offset: -2560px;
}

/* line 854, app/assets/stylesheets/intlTelInput.scss */
.iti__ni {
  --iti-flag-offset: -2576px;
}

/* line 858, app/assets/stylesheets/intlTelInput.scss */
.iti__nl {
  --iti-flag-offset: -2592px;
}

/* line 862, app/assets/stylesheets/intlTelInput.scss */
.iti__no {
  --iti-flag-offset: -2608px;
}

/* line 866, app/assets/stylesheets/intlTelInput.scss */
.iti__np {
  --iti-flag-offset: -2624px;
}

/* line 870, app/assets/stylesheets/intlTelInput.scss */
.iti__nr {
  --iti-flag-offset: -2640px;
}

/* line 874, app/assets/stylesheets/intlTelInput.scss */
.iti__nu {
  --iti-flag-offset: -2656px;
}

/* line 878, app/assets/stylesheets/intlTelInput.scss */
.iti__nz {
  --iti-flag-offset: -2672px;
}

/* line 882, app/assets/stylesheets/intlTelInput.scss */
.iti__om {
  --iti-flag-offset: -2688px;
}

/* line 886, app/assets/stylesheets/intlTelInput.scss */
.iti__pa {
  --iti-flag-offset: -2704px;
}

/* line 890, app/assets/stylesheets/intlTelInput.scss */
.iti__pe {
  --iti-flag-offset: -2720px;
}

/* line 894, app/assets/stylesheets/intlTelInput.scss */
.iti__pf {
  --iti-flag-offset: -2736px;
}

/* line 898, app/assets/stylesheets/intlTelInput.scss */
.iti__pg {
  --iti-flag-offset: -2752px;
}

/* line 902, app/assets/stylesheets/intlTelInput.scss */
.iti__ph {
  --iti-flag-offset: -2768px;
}

/* line 906, app/assets/stylesheets/intlTelInput.scss */
.iti__pk {
  --iti-flag-offset: -2784px;
}

/* line 910, app/assets/stylesheets/intlTelInput.scss */
.iti__pl {
  --iti-flag-offset: -2800px;
}

/* line 914, app/assets/stylesheets/intlTelInput.scss */
.iti__pm {
  --iti-flag-offset: -2816px;
}

/* line 918, app/assets/stylesheets/intlTelInput.scss */
.iti__pr {
  --iti-flag-offset: -2832px;
}

/* line 922, app/assets/stylesheets/intlTelInput.scss */
.iti__ps {
  --iti-flag-offset: -2848px;
}

/* line 926, app/assets/stylesheets/intlTelInput.scss */
.iti__pt {
  --iti-flag-offset: -2864px;
}

/* line 930, app/assets/stylesheets/intlTelInput.scss */
.iti__pw {
  --iti-flag-offset: -2880px;
}

/* line 934, app/assets/stylesheets/intlTelInput.scss */
.iti__py {
  --iti-flag-offset: -2896px;
}

/* line 938, app/assets/stylesheets/intlTelInput.scss */
.iti__qa {
  --iti-flag-offset: -2912px;
}

/* line 942, app/assets/stylesheets/intlTelInput.scss */
.iti__re {
  --iti-flag-offset: -2928px;
}

/* line 946, app/assets/stylesheets/intlTelInput.scss */
.iti__ro {
  --iti-flag-offset: -2944px;
}

/* line 950, app/assets/stylesheets/intlTelInput.scss */
.iti__rs {
  --iti-flag-offset: -2960px;
}

/* line 954, app/assets/stylesheets/intlTelInput.scss */
.iti__ru {
  --iti-flag-offset: -2976px;
}

/* line 958, app/assets/stylesheets/intlTelInput.scss */
.iti__rw {
  --iti-flag-offset: -2992px;
}

/* line 962, app/assets/stylesheets/intlTelInput.scss */
.iti__sa {
  --iti-flag-offset: -3008px;
}

/* line 966, app/assets/stylesheets/intlTelInput.scss */
.iti__sb {
  --iti-flag-offset: -3024px;
}

/* line 970, app/assets/stylesheets/intlTelInput.scss */
.iti__sc {
  --iti-flag-offset: -3040px;
}

/* line 974, app/assets/stylesheets/intlTelInput.scss */
.iti__sd {
  --iti-flag-offset: -3056px;
}

/* line 978, app/assets/stylesheets/intlTelInput.scss */
.iti__se {
  --iti-flag-offset: -3072px;
}

/* line 982, app/assets/stylesheets/intlTelInput.scss */
.iti__sg {
  --iti-flag-offset: -3088px;
}

/* line 986, app/assets/stylesheets/intlTelInput.scss */
.iti__sh {
  --iti-flag-offset: -3104px;
}

/* line 990, app/assets/stylesheets/intlTelInput.scss */
.iti__si {
  --iti-flag-offset: -3120px;
}

/* line 994, app/assets/stylesheets/intlTelInput.scss */
.iti__sj {
  --iti-flag-offset: -3136px;
}

/* line 998, app/assets/stylesheets/intlTelInput.scss */
.iti__sk {
  --iti-flag-offset: -3152px;
}

/* line 1002, app/assets/stylesheets/intlTelInput.scss */
.iti__sl {
  --iti-flag-offset: -3168px;
}

/* line 1006, app/assets/stylesheets/intlTelInput.scss */
.iti__sm {
  --iti-flag-offset: -3184px;
}

/* line 1010, app/assets/stylesheets/intlTelInput.scss */
.iti__sn {
  --iti-flag-offset: -3200px;
}

/* line 1014, app/assets/stylesheets/intlTelInput.scss */
.iti__so {
  --iti-flag-offset: -3216px;
}

/* line 1018, app/assets/stylesheets/intlTelInput.scss */
.iti__sr {
  --iti-flag-offset: -3232px;
}

/* line 1022, app/assets/stylesheets/intlTelInput.scss */
.iti__ss {
  --iti-flag-offset: -3248px;
}

/* line 1026, app/assets/stylesheets/intlTelInput.scss */
.iti__st {
  --iti-flag-offset: -3264px;
}

/* line 1030, app/assets/stylesheets/intlTelInput.scss */
.iti__sv {
  --iti-flag-offset: -3280px;
}

/* line 1034, app/assets/stylesheets/intlTelInput.scss */
.iti__sx {
  --iti-flag-offset: -3296px;
}

/* line 1038, app/assets/stylesheets/intlTelInput.scss */
.iti__sy {
  --iti-flag-offset: -3312px;
}

/* line 1042, app/assets/stylesheets/intlTelInput.scss */
.iti__sz {
  --iti-flag-offset: -3328px;
}

/* line 1046, app/assets/stylesheets/intlTelInput.scss */
.iti__tc {
  --iti-flag-offset: -3344px;
}

/* line 1050, app/assets/stylesheets/intlTelInput.scss */
.iti__td {
  --iti-flag-offset: -3360px;
}

/* line 1054, app/assets/stylesheets/intlTelInput.scss */
.iti__tg {
  --iti-flag-offset: -3376px;
}

/* line 1058, app/assets/stylesheets/intlTelInput.scss */
.iti__th {
  --iti-flag-offset: -3392px;
}

/* line 1062, app/assets/stylesheets/intlTelInput.scss */
.iti__tj {
  --iti-flag-offset: -3408px;
}

/* line 1066, app/assets/stylesheets/intlTelInput.scss */
.iti__tk {
  --iti-flag-offset: -3424px;
}

/* line 1070, app/assets/stylesheets/intlTelInput.scss */
.iti__tl {
  --iti-flag-offset: -3440px;
}

/* line 1074, app/assets/stylesheets/intlTelInput.scss */
.iti__tm {
  --iti-flag-offset: -3456px;
}

/* line 1078, app/assets/stylesheets/intlTelInput.scss */
.iti__tn {
  --iti-flag-offset: -3472px;
}

/* line 1082, app/assets/stylesheets/intlTelInput.scss */
.iti__to {
  --iti-flag-offset: -3488px;
}

/* line 1086, app/assets/stylesheets/intlTelInput.scss */
.iti__tr {
  --iti-flag-offset: -3504px;
}

/* line 1090, app/assets/stylesheets/intlTelInput.scss */
.iti__tt {
  --iti-flag-offset: -3520px;
}

/* line 1094, app/assets/stylesheets/intlTelInput.scss */
.iti__tv {
  --iti-flag-offset: -3536px;
}

/* line 1098, app/assets/stylesheets/intlTelInput.scss */
.iti__tw {
  --iti-flag-offset: -3552px;
}

/* line 1102, app/assets/stylesheets/intlTelInput.scss */
.iti__tz {
  --iti-flag-offset: -3568px;
}

/* line 1106, app/assets/stylesheets/intlTelInput.scss */
.iti__ua {
  --iti-flag-offset: -3584px;
}

/* line 1110, app/assets/stylesheets/intlTelInput.scss */
.iti__ug {
  --iti-flag-offset: -3600px;
}

/* line 1114, app/assets/stylesheets/intlTelInput.scss */
.iti__us {
  --iti-flag-offset: -3616px;
}

/* line 1118, app/assets/stylesheets/intlTelInput.scss */
.iti__uy {
  --iti-flag-offset: -3632px;
}

/* line 1122, app/assets/stylesheets/intlTelInput.scss */
.iti__uz {
  --iti-flag-offset: -3648px;
}

/* line 1126, app/assets/stylesheets/intlTelInput.scss */
.iti__va {
  --iti-flag-offset: -3664px;
}

/* line 1130, app/assets/stylesheets/intlTelInput.scss */
.iti__vc {
  --iti-flag-offset: -3680px;
}

/* line 1134, app/assets/stylesheets/intlTelInput.scss */
.iti__ve {
  --iti-flag-offset: -3696px;
}

/* line 1138, app/assets/stylesheets/intlTelInput.scss */
.iti__vg {
  --iti-flag-offset: -3712px;
}

/* line 1142, app/assets/stylesheets/intlTelInput.scss */
.iti__vi {
  --iti-flag-offset: -3728px;
}

/* line 1146, app/assets/stylesheets/intlTelInput.scss */
.iti__vn {
  --iti-flag-offset: -3744px;
}

/* line 1150, app/assets/stylesheets/intlTelInput.scss */
.iti__vu {
  --iti-flag-offset: -3760px;
}

/* line 1154, app/assets/stylesheets/intlTelInput.scss */
.iti__wf {
  --iti-flag-offset: -3776px;
}

/* line 1158, app/assets/stylesheets/intlTelInput.scss */
.iti__ws {
  --iti-flag-offset: -3792px;
}

/* line 1162, app/assets/stylesheets/intlTelInput.scss */
.iti__xk {
  --iti-flag-offset: -3808px;
}

/* line 1166, app/assets/stylesheets/intlTelInput.scss */
.iti__ye {
  --iti-flag-offset: -3824px;
}

/* line 1170, app/assets/stylesheets/intlTelInput.scss */
.iti__yt {
  --iti-flag-offset: -3840px;
}

/* line 1174, app/assets/stylesheets/intlTelInput.scss */
.iti__za {
  --iti-flag-offset: -3856px;
}

/* line 1178, app/assets/stylesheets/intlTelInput.scss */
.iti__zm {
  --iti-flag-offset: -3872px;
}

/* line 1182, app/assets/stylesheets/intlTelInput.scss */
.iti__zw {
  --iti-flag-offset: -3888px;
}

/* line 1186, app/assets/stylesheets/intlTelInput.scss */
.iti__globe {
  background-image: url(/assets/globe-5e33626e5183115563f970a1c7035db97fc93eb1f9be5a1bbea77309e14c6c05.png);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}

@media (min-resolution: 2x) {
  /* line 1195, app/assets/stylesheets/intlTelInput.scss */
  .iti__flag {
    background-image: url(/assets/flags@2x-4de59d237c68c592b959c21e59b075679f3e2a80dbf0bc165a3f3a0b86b121d8.png);
  }
  /* line 1198, app/assets/stylesheets/intlTelInput.scss */
  .iti__globe {
    background-image: url(/assets/globe@2x-51c4af449ac57113a8b46967fbb6184fed104e6fff2f243977328712651ab8cc.png);
  }
}

/* line 1, app/assets/stylesheets/styles.css */
.alert h3 {
  margin: 0 0 5px 0;
}

/* line 5, app/assets/stylesheets/styles.css */
.section-header {
  border-bottom: 1px solid #bebebe;
}

/* line 9, app/assets/stylesheets/styles.css */
.default-photo {
  margin: -10px 0 0 0;
  padding: 0;
  font-size: 8em;
}

/* line 15, app/assets/stylesheets/styles.css */
.list-contacts li {
  width: 80%;
  border: 1px solid #bebebe;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 10px;
  line-height: 2em;
}

/* line 24, app/assets/stylesheets/styles.css */
.help-block-info {
  border-left: 5px solid #FA9900;
  padding: 10px;
  font-size: 1.1em;
}

/* line 30, app/assets/stylesheets/styles.css */
.help-block-info h3 {
  margin-top: 0;
  font-size: 1.1em;
}

/* line 35, app/assets/stylesheets/styles.css */
a.source-label {
  text-decoration: none;
  padding: 6px 0 0 0;
}

/* line 40, app/assets/stylesheets/styles.css */
dt, dd {
  margin-bottom: 2px;
}

/* line 44, app/assets/stylesheets/styles.css */
.dl-locations dd {
  margin-bottom: 10px;
}

/* line 48, app/assets/stylesheets/styles.css */
.tab-pane {
  /* border-left: 1px solid #DDDDDD; */
  padding: 15px 5px 5px 0;
}

/* line 53, app/assets/stylesheets/styles.css */
.border-rt {
  border-right: 1px solid #DDDDDD;
}

/* line 57, app/assets/stylesheets/styles.css */
.profile-tabs-table {
  margin-left: 10px;
  width: 90%;
}

/* line 62, app/assets/stylesheets/styles.css */
.profile-photo {
  margin-bottom: 10px;
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

/* line 69, app/assets/stylesheets/styles.css */
.profile-photo-detail {
  border: 1px solid #b8b2a7;
  padding: 2px;
  width: 144px;
  margin-bottom: 10px;
}

/* line 76, app/assets/stylesheets/styles.css */
.panel-body .input-group {
  margin-bottom: 10px;
}

/* From: http://www.abeautifulsite.net/whipping-file-inputs-into-shape-with-bootstrap-3/ */
/* line 81, app/assets/stylesheets/styles.css */
.btn-file {
  position: relative;
  overflow: hidden;
  clear: both;
}

/* line 86, app/assets/stylesheets/styles.css */
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

/* line 102, app/assets/stylesheets/styles.css */
.btn-link {
  padding: 0;
}

/* line 106, app/assets/stylesheets/styles.css */
.jumbotron-wcm, .well-wcm {
  background-color: #f7f7f7;
}

/* line 110, app/assets/stylesheets/styles.css */
.alert-wcm {
  background-color: #ffc72c;
  color: #000000;
  border: 1px solid #dddddd;
}

/* line 116, app/assets/stylesheets/styles.css */
.well {
  padding: 5px 15px 5px 15px;
}

/* line 120, app/assets/stylesheets/styles.css */
.panel-title small {
  font-size: .8em;
}

/* line 124, app/assets/stylesheets/styles.css */
.panel-body table {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 129, app/assets/stylesheets/styles.css */
.small-for-error {
  color: #a94442;
  font-size: .7em;
}

/* line 134, app/assets/stylesheets/styles.css */
tbody th {
  text-align: right;
  font-weight: bold;
  color: #4D4E53;
}

/* line 140, app/assets/stylesheets/styles.css */
.q-term {
  background-color: #ffff99;
  padding: 2px 0;
}

/* line 145, app/assets/stylesheets/styles.css */
a.no-wrap {
  overflow: hidden;
  white-space: nowrap;
}

/* line 150, app/assets/stylesheets/styles.css */
a {
  color: #cf4520;
  /* As per James H */
}

/* line 154, app/assets/stylesheets/styles.css */
a:hover {
  color: #e87722;
  text-decoration: underline;
  /* As per James H */
}

/* line 159, app/assets/stylesheets/styles.css */
.search-btn {
  border: 1px solid #eee;
}

/* line 163, app/assets/stylesheets/styles.css */
.container-profile-picture {
  padding-left: 0;
  padding-right: 0;
}

/* line 168, app/assets/stylesheets/styles.css */
.dept-phone {
  padding: 2px 0;
  border-bottom: 1px dotted #B31B1B;
}

/* line 173, app/assets/stylesheets/styles.css */
.margin-left-30 {
  margin-left: 30px;
}

/* line 177, app/assets/stylesheets/styles.css */
.affiliation {
  padding: 5px 0 5px 0;
}

/* line 181, app/assets/stylesheets/styles.css */
.affiliation dl {
  margin: 0;
}

/* line 185, app/assets/stylesheets/styles.css */
.affiliation-primary {
  color: #44A340;
}

/* line 189, app/assets/stylesheets/styles.css */
.edit-picture-btn {
  margin-top: -36px;
}

/* line 193, app/assets/stylesheets/styles.css */
.alert-below-table {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px 10px;
}

/* line 199, app/assets/stylesheets/styles.css */
.addon-back-button {
  background-color: #fff;
}

/* line 203, app/assets/stylesheets/styles.css */
.addon-back-button a {
  color: #333;
}

/* line 207, app/assets/stylesheets/styles.css */
.addon-back-button a:hover {
  text-decoration: none;
}

/* line 211, app/assets/stylesheets/styles.css */
.margin-top-15 {
  margin-top: 15px;
}

/* line 215, app/assets/stylesheets/styles.css */
.org-checkboxes {
  margin-top: -12px;
}

/* line 219, app/assets/stylesheets/styles.css */
.scrolling-container {
  margin-top: 10px;
  overflow: auto;
}

/* line 223, app/assets/stylesheets/styles.css */
.tool-tip {
  color: #333;
  border-bottom: 1px dotted #333;
}

/* line 228, app/assets/stylesheets/styles.css */
.tool-tip:hover {
  color: #333;
  text-decoration: none;
}

/* line 233, app/assets/stylesheets/styles.css */
.nav-tabs > li > a {
  font-size: .9em;
  /* color: #cf4520; */
  color: #777777;
  /* As per James H */
  font-weight: bold;
}

/* line 240, app/assets/stylesheets/styles.css */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-top: 3px solid #FFC72C;
  /* color:  #cf4520; */
  color: #777777;
  /* As per James H */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-top: 8px;
}

/* line 250, app/assets/stylesheets/styles.css */
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #777777;
}

/* line 257, app/assets/stylesheets/styles.css */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #fff;
  /* color: #B31B1B; */
  color: #000000;
  /* As per James H */
  font-weight: bold;
  border-left: 3px solid #FFC72C;
  border-bottom: 1px dotted #DDDDDD;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-left: 12px;
}

/* line 270, app/assets/stylesheets/styles.css */
.nav-pills > li > a {
  color: #777777;
  /* As per James H */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px dotted #DDDDDD;
}

/* line 278, app/assets/stylesheets/styles.css */
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
  color: #e87722;
}

/* line 282, app/assets/stylesheets/styles.css */
.nav-pills > li > a.last {
  border-bottom: none;
}

/* line 286, app/assets/stylesheets/styles.css */
.nav-stacked-right-border {
  border-right: .1px dotted #DDDDDD;
}

/* line 290, app/assets/stylesheets/styles.css */
.panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 5px;
  margin-bottom: 10px;
}

/* line 298, app/assets/stylesheets/styles.css */
.tab-details > .tab-pane {
  min-height: 700px;
  border-left: 1px solid #DDDDDD;
  padding-left: 10px;
}

/* line 304, app/assets/stylesheets/styles.css */
.at-a-glance {
  padding-left: 5px;
}

/* line 308, app/assets/stylesheets/styles.css */
.options-popup {
  margin-top: -65px;
}

/* line 312, app/assets/stylesheets/styles.css */
.edit-button {
  margin-top: -35px;
}

/* line 316, app/assets/stylesheets/styles.css */
.advanced-search-label {
  margin-top: 1px;
  margin-left: 7px;
  margin-right: -10px;
  font-size: 1em;
}

/* line 323, app/assets/stylesheets/styles.css */
p#patient-disclaimer {
  font-size: 12px;
  margin-top: 50px;
}

/* line 328, app/assets/stylesheets/styles.css */
.qualifier {
  font-size: .970rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  /* line 334, app/assets/stylesheets/styles.css */
  table.results-table {
    border: 0;
  }
  /* line 338, app/assets/stylesheets/styles.css */
  table.results-table thead {
    display: none;
  }
  /* line 342, app/assets/stylesheets/styles.css */
  table.results-table tr {
    margin-bottom: 20px;
    display: block;
    border: 1px solid #ddd;
  }
  /* line 348, app/assets/stylesheets/styles.css */
  table.results-table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
  }
  /* line 355, app/assets/stylesheets/styles.css */
  table.results-table td:last-child {
    border-bottom: 0;
  }
  /* line 359, app/assets/stylesheets/styles.css */
  table.results-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  /* line 365, app/assets/stylesheets/styles.css */
  table td.results-name-title {
    text-align: center;
  }
  /* line 369, app/assets/stylesheets/styles.css */
  .dept-phone {
    border-bottom: none;
  }
  /* line 373, app/assets/stylesheets/styles.css */
  dl, .dl-horizontal, .affiliation {
    margin-left: 15px;
  }
  /* line 376, app/assets/stylesheets/styles.css */
  .hide-sc {
    display: none;
  }
  /* line 379, app/assets/stylesheets/styles.css */
  .hide-tc {
    display: none;
  }
  /* line 382, app/assets/stylesheets/styles.css */
  h1.small-device {
    display: block;
    margin-bottom: 10px;
  }
  /* line 386, app/assets/stylesheets/styles.css */
  h1.large-device {
    display: none;
  }
  /* line 389, app/assets/stylesheets/styles.css */
  .options-popup {
    margin-top: 0;
  }
}

/* line 1, app/assets/stylesheets/custom.scss */
footer {
  font-size: 1rem;
  margin-top: auto;
}

/* line 5, app/assets/stylesheets/custom.scss */
footer p {
  margin: 10px 0;
}

@media (max-width: 768px) {
  /* line 1, app/assets/stylesheets/custom.scss */
  footer {
    font-size: 0.8rem;
    position: relative !important;
  }
}

/* line 15, app/assets/stylesheets/custom.scss */
.bg-black {
  color: #fff;
  background-color: #333;
}

/* line 20, app/assets/stylesheets/custom.scss */
.main-content {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  /* line 20, app/assets/stylesheets/custom.scss */
  .main-content {
    min-height: calc(100vh - 100px);
    margin-bottom: 20px;
  }
}

/* line 30, app/assets/stylesheets/custom.scss */
.navbar-brand img {
  width: 100%;
}

/* line 35, app/assets/stylesheets/custom.scss */
.intl-tel-input .selected-flag {
  z-index: 4;
}

/* line 39, app/assets/stylesheets/custom.scss */
.intl-tel-input .country-list {
  z-index: 1000;
}

/* line 43, app/assets/stylesheets/custom.scss */
.error-msg {
  color: red;
}

/* line 47, app/assets/stylesheets/custom.scss */
.valid-msg {
  color: #00c900;
}

/* line 51, app/assets/stylesheets/custom.scss */
input.error {
  border: 1px solid #ff7c7c;
}

/* line 55, app/assets/stylesheets/custom.scss */
.hide {
  display: none;
}

/* line 59, app/assets/stylesheets/custom.scss */
.p-r-60 {
  padding-right: 60px !important;
}

/* line 63, app/assets/stylesheets/custom.scss */
.flag-container {
  display: inline-block;
}

/* line 67, app/assets/stylesheets/custom.scss */
.flag-container a {
  position: absolute;
  margin-left: 25px;
  margin-top: -6px;
}

@keyframes ellipsis {
  to {
    width: 30px;
  }
}

@media (max-width: 1199px) {
  /* line 7, app/assets/stylesheets/browse.scss */
  .browse-links {
    display: block;
    text-align: center;
  }
  /* line 12, app/assets/stylesheets/browse.scss */
  .browse-links li {
    display: inline-block;
  }
  /* line 15, app/assets/stylesheets/browse.scss */
  .browse-links li a,
.browse-links li span {
    margin-bottom: .5rem;
    min-width: 4rem;
  }
  /* line 23, app/assets/stylesheets/browse.scss */
  .browse-links li:first-child a,
.browse-links li:first-child span, .browse-links li:last-child a,
.browse-links li:last-child span {
    border-radius: 0;
  }
}

/* line 32, app/assets/stylesheets/browse.scss */
.ellipsis-after::after {
  animation: ellipsis steps(4, end) 900ms infinite;
  content: '\2026';
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  width: 0;
}

/* line 41, app/assets/stylesheets/browse.scss */
.results-loading {
  color: #777;
  margin-left: auto;
  margin-right: auto;
  width: 130px;
}

/* line 4, app/assets/stylesheets/forms.scss */
.form-group .bootstrap-tagsinput {
  height: 38.5px;
  padding: 6px 12px;
}

/* line 8, app/assets/stylesheets/forms.scss */
.form-group .bootstrap-tagsinput input {
  padding: 0;
}

/* line 11, app/assets/stylesheets/forms.scss */
.form-group .bootstrap-tagsinput input::placeholder {
  color: #6c757d;
  opacity: 1;
}

@media (min-width: 364px) {
  /* line 19, app/assets/stylesheets/forms.scss */
  .btn-delete {
    margin-top: -4rem;
  }
}

@media (max-width: 363px) {
  /* line 19, app/assets/stylesheets/forms.scss */
  .btn-delete {
    margin: 1rem;
  }
}

/* line 30, app/assets/stylesheets/forms.scss */
.form-horizontal .control-label {
  padding: 0;
}

/* line 34, app/assets/stylesheets/forms.scss */
.form-horizontal .form-group {
  align-items: center;
  display: flex;
}

/* line 40, app/assets/stylesheets/forms.scss */
.input-sm {
  display: inline-block;
}

/* line 44, app/assets/stylesheets/forms.scss */
.field_with_errors {
  color: #f00;
  display: contents;
}

/* line 48, app/assets/stylesheets/forms.scss */
.field_with_errors input,
.field_with_errors select {
  border: 2px solid #f00;
}

/* line 54, app/assets/stylesheets/forms.scss */
input:required,
select:required {
  background-image: linear-gradient(315deg, transparent, transparent 50%, #f00 50%, #f00 100%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}

/* line 63, app/assets/stylesheets/forms.scss */
.search input {
  background: none;
}

/* line 69, app/assets/stylesheets/forms.scss */
form th {
  padding: 5px;
}

/* line 73, app/assets/stylesheets/forms.scss */
form label,
form [type="text"],
form select {
  min-width: 5rem;
}

/* line 79, app/assets/stylesheets/forms.scss */
form [type="email"] {
  min-width: 20rem;
}

/* line 83, app/assets/stylesheets/forms.scss */
form [type="tel"] {
  min-width: 12rem;
}

/* line 1, app/assets/stylesheets/locations.scss */
.location-map {
  min-height: 240px;
}

/* line 1, app/assets/stylesheets/people.scss */
.people-container {
  display: none;
  margin-top: 5rem;
}

/* line 5, app/assets/stylesheets/people.scss */
.people-container a:active,
.people-container a:link,
.people-container a:visited {
  color: #333;
}

/* line 13, app/assets/stylesheets/people.scss */
.people-top-100 a:active,
.people-top-100 a:link,
.people-top-100 a:visited {
  color: #cf4520;
}

@media (min-width: 768px) {
  /* line 21, app/assets/stylesheets/people.scss */
  .people-top-100 {
    margin-top: -40px;
  }
  /* line 24, app/assets/stylesheets/people.scss */
  .people-top-100 a:active,
.people-top-100 a:link,
.people-top-100 a:visited {
    color: #cf4520;
  }
}

/* line 1, app/assets/stylesheets/search.scss */
.bg-dark {
  background-color: #767676;
  color: #fff;
}

/* line 6, app/assets/stylesheets/search.scss */
.d-block {
  display: block;
}

/* line 10, app/assets/stylesheets/search.scss */
.filters-menu {
  max-height: 80vh;
  max-width: 92vw;
  overflow: auto;
  padding: 2rem;
  white-space: nowrap;
}

/* line 18, app/assets/stylesheets/search.scss */
.list-style-none {
  list-style: none;
}

/* line 22, app/assets/stylesheets/search.scss */
.text-black,
.text-black:hover {
  color: #333;
}

/* line 27, app/assets/stylesheets/search.scss */
.no-wrap {
  white-space: nowrap;
}

@media (max-width: 767px) {
  /* line 31, app/assets/stylesheets/search.scss */
  .refined-by {
    display: inline-block;
  }
}

/* line 37, app/assets/stylesheets/search.scss */
.search-index {
  margin-bottom: 2rem;
}

/* line 41, app/assets/stylesheets/search.scss */
.search-img {
  height: 2rem;
  width: 2rem;
}

/* line 46, app/assets/stylesheets/search.scss */
.text-2x {
  font-size: 2rem;
}

/* line 50, app/assets/stylesheets/search.scss */
.underline {
  text-decoration: underline #E57833 dotted;
}

/* line 54, app/assets/stylesheets/search.scss */
.wcm-close {
  background-image: url(/assets/close-circle-7a61e9802bc1ed6305fec3991bb4f35e908f040eca5f8639bc6f6b0cdd4ba601.svg);
  background-size: 15px 15px;
  float: right;
  height: 15px;
  margin: 2px;
  position: relative;
  width: 15px;
}

/* line 63, app/assets/stylesheets/search.scss */
.wcm-close:hover {
  text-decoration: none;
}

/* line 69, app/assets/stylesheets/search.scss */
table.dataTable thead th,
table.dataTable thead td {
  padding: 8px;
}

/* line 75, app/assets/stylesheets/search.scss */
.caret-wcm {
  margin: 0 16px 0 4px;
  position: relative;
  top: 6px;
}

/* line 80, app/assets/stylesheets/search.scss */
.caret-wcm::before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #cf4520;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
}

/* line 90, app/assets/stylesheets/search.scss */
.caret-wcm::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  content: '';
  left: 4px;
  position: absolute;
  top: 0;
}

/* line 102, app/assets/stylesheets/search.scss */
.dropdown-wcm::after {
  content: none;
}

/* line 107, app/assets/stylesheets/search.scss */
.search-input {
  border: 5px solid #d3d3d3;
  border-bottom-right-radius: 0;
  border-right: 0;
  border-top-right-radius: 0;
}

/* line 113, app/assets/stylesheets/search.scss */
.search-input:focus {
  border-color: #777;
  box-shadow: none;
}

/* line 121, app/assets/stylesheets/search.scss */
table.dataTable thead .sorting::after {
  content: '\00a0\00a0\00a0';
}

/* line 126, app/assets/stylesheets/search.scss */
table.dataTable thead .sorting_asc {
  background-image: none;
}

/* line 129, app/assets/stylesheets/search.scss */
table.dataTable thead .sorting_asc::after {
  color: #f2b07e;
  content: '▲';
  float: right;
}

/* line 136, app/assets/stylesheets/search.scss */
table.dataTable thead .sorting_desc {
  background-image: none;
}

/* line 138, app/assets/stylesheets/search.scss */
table.dataTable thead .sorting_desc::after {
  color: #f2b07e;
  content: '▼';
  float: right;
}

/* line 146, app/assets/stylesheets/search.scss */
.z-9999 {
  z-index: 9999;
}

@media screen and (max-width: 994px) {
  /* line 150, app/assets/stylesheets/search.scss */
  .table-mobile-friendly {
    border: 0;
  }
  /* line 154, app/assets/stylesheets/search.scss */
  .table-mobile-friendly thead {
    display: none;
  }
  /* line 158, app/assets/stylesheets/search.scss */
  .table-mobile-friendly tr {
    display: block;
    border: 1px solid #ddd;
    margin-bottom: 20px;
  }
  /* line 164, app/assets/stylesheets/search.scss */
  .table-mobile-friendly td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
  }
  /* line 170, app/assets/stylesheets/search.scss */
  .table-mobile-friendly td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  /* line 176, app/assets/stylesheets/search.scss */
  .table-mobile-friendly td:empty {
    display: none;
  }
  /* line 180, app/assets/stylesheets/search.scss */
  .table-mobile-friendly td:last-child {
    border-bottom: 0;
  }
}

/* line 9, app/assets/stylesheets/pronunciation.scss */
.recording-indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #dc3545;
  border-radius: 50%;
  margin-right: 8px;
  animation: blink 1.5s infinite;
  vertical-align: middle;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

/* line 31, app/assets/stylesheets/pronunciation.scss */
.recording-active {
  background-color: #cfe2ff !important;
  border-color: #0d6efd !important;
  color: #084298 !important;
}
