@charset "UTF-8";
/*
 * This is a manifest file that will be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 *= require_self
 *= require . */
/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
body.swal2-shown {
  overflow-y: hidden;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-container.swal2-fade {
  -webkit-transition: background-color .1s;
  transition: background-color .1s;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal {
  background-color: #fff;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal:focus {
  outline: 0;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal.swal2-loading {
  overflow-y: hidden;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-title {
  color: #595959;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0 0 .4em;
  padding: 0;
  display: block;
  word-wrap: break-word;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-buttonswrapper {
  margin-top: 15px;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
  cursor: no-drop;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 7.5px;
  vertical-align: top;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
  margin-left: 30px;
  margin-right: 30px;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-confirm:not(.swal2-styled)::after {
  display: inline-block;
  content: '';
  margin-left: 5px;
  vertical-align: -1px;
  height: 15px;
  width: 15px;
  border: 3px solid #999;
  -webkit-box-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 1px #fff;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-styled {
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 15px 5px 0;
  padding: 10px 32px;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-image {
  margin: 20px auto;
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-close {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  width: 38px;
  height: 40px;
  font-size: 36px;
  line-height: 40px;
  font-family: serif;
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
  color: #ccc;
  -webkit-transition: color .1s ease;
  transition: color .1s ease;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-close:hover {
  color: #d55;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal > .swal2-checkbox, .swal2-modal > .swal2-file, .swal2-modal > .swal2-input, .swal2-modal > .swal2-radio, .swal2-modal > .swal2-select, .swal2-modal > .swal2-textarea {
  display: none;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-content {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #545454;
  word-wrap: break-word;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-checkbox, .swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-radio, .swal2-modal .swal2-select, .swal2-modal .swal2-textarea {
  margin: 20px auto;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-transition: border-color .3s,-webkit-box-shadow .3s;
  transition: border-color .3s,-webkit-box-shadow .3s;
  transition: border-color .3s,box-shadow .3s;
  transition: border-color .3s,box-shadow .3s,-webkit-box-shadow .3s;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-file.swal2-inputerror, .swal2-modal .swal2-input.swal2-inputerror, .swal2-modal .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  -webkit-box-shadow: 0 0 2px #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
  outline: 0;
  border: 1px solid #b4dbed;
  -webkit-box-shadow: 0 0 3px #c4e6f5;
  box-shadow: 0 0 3px #c4e6f5;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-file:focus::-webkit-input-placeholder, .swal2-modal .swal2-input:focus::-webkit-input-placeholder, .swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
  -webkit-transition: opacity .3s .03s ease;
  transition: opacity .3s .03s ease;
  opacity: .8;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-file:focus:-ms-input-placeholder, .swal2-modal .swal2-input:focus:-ms-input-placeholder, .swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
  -webkit-transition: opacity .3s .03s ease;
  transition: opacity .3s .03s ease;
  opacity: .8;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-file:focus::placeholder, .swal2-modal .swal2-input:focus::placeholder, .swal2-modal .swal2-textarea:focus::placeholder {
  -webkit-transition: opacity .3s .03s ease;
  transition: opacity .3s .03s ease;
  opacity: .8;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-file::-webkit-input-placeholder, .swal2-modal .swal2-input::-webkit-input-placeholder, .swal2-modal .swal2-textarea::-webkit-input-placeholder {
  color: #e6e6e6;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-file:-ms-input-placeholder, .swal2-modal .swal2-input:-ms-input-placeholder, .swal2-modal .swal2-textarea:-ms-input-placeholder {
  color: #e6e6e6;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-file::placeholder, .swal2-modal .swal2-input::placeholder, .swal2-modal .swal2-textarea::placeholder {
  color: #e6e6e6;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-range input {
  float: left;
  width: 80%;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-range output {
  float: right;
  width: 20%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-range input, .swal2-modal .swal2-range output {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  margin: 20px auto;
  padding: 0;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-input {
  height: 43px;
  padding: 0 12px;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-input[type=number] {
  max-width: 150px;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-file {
  font-size: 20px;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-textarea {
  height: 108px;
  padding: 12px;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-select {
  color: #545454;
  font-size: inherit;
  padding: 5px 10px;
  min-width: 40%;
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-radio {
  border: 0;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-radio label:not(:first-child) {
  margin-left: 20px;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-radio input, .swal2-modal .swal2-radio span {
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-radio input {
  margin: 0 3px 0 0;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-checkbox {
  color: #545454;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-checkbox input, .swal2-modal .swal2-checkbox span {
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-validationerror {
  background-color: #f0f0f0;
  margin: 0 -20px;
  overflow: hidden;
  padding: 10px;
  color: gray;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-modal .swal2-validationerror::before {
  content: '!';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 10px;
}

@supports (-ms-accelerator: true) {
  /* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
  .swal2-range input {
    width: 100% !important;
  }
  /* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
  .swal2-range input {
    width: 100% !important;
  }
  /* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
  .swal2-range output {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-icon.swal2-error {
  border-color: #f27474;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  display: block;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-icon.swal2-warning {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #f8bb86;
  border-color: #facea8;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-icon.swal2-info {
  font-family: 'Open Sans',sans-serif;
  color: #3fc3ee;
  border-color: #9de0f6;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-icon.swal2-question {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #87adbd;
  border-color: #c9dae1;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-icon.swal2-success .swal2-success-ring {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-icon.swal2-success .swal2-success-fix {
  width: 7px;
  height: 90px;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-icon.swal2-success [class^=swal2-success-line] {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-progresssteps .swal2-progresscircle {
  background: #3085d6;
  border-radius: 2em;
  color: #fff;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-progresssteps .swal2-progressline {
  background: #3085d6;
  height: .4em;
  margin: 0 -1px;
  z-index: 10;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-show {
  -webkit-animation: showSweetAlert .3s;
  animation: showSweetAlert .3s;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-hide {
  -webkit-animation: hideSweetAlert .15s forwards;
  animation: hideSweetAlert .15s forwards;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@-webkit-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-animate-success-line-tip {
  -webkit-animation: animate-success-tip .75s;
  animation: animate-success-tip .75s;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-animate-success-line-long {
  -webkit-animation: animate-success-long .75s;
  animation: animate-success-long .75s;
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}

@keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-animate-error-icon {
  -webkit-animation: animate-error-icon .5s;
  animation: animate-error-icon .5s;
}

@-webkit-keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

/* line 1, app/assets/stylesheets/vendor/sweetalert2/sweetalert2.min.css */
.swal2-animate-x-mark {
  -webkit-animation: animate-x-mark .5s;
  animation: animate-x-mark .5s;
}

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*! nouislider - 10.1.0 - 2017-07-28 13:09:54 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
/* line 6, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 19, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-target {
  position: relative;
  direction: ltr;
}

/* line 23, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

/* line 30, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

/* line 37, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}

/* line 42, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-handle {
  position: relative;
  z-index: 1;
}

/* line 46, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

/* line 51, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
/* line 57, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
/* line 64, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-horizontal {
  height: 18px;
}

/* line 67, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

/* line 73, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-vertical {
  width: 18px;
}

/* line 76, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

/* Styling;
 */
/* line 84, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

/* line 90, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-connect {
  background: #3FB8AF;
  border-radius: 4px;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

/* Handles and cursors;
 */
/* line 99, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-draggable {
  cursor: ew-resize;
}

/* line 102, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

/* line 105, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

/* line 112, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
/* line 117, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

/* line 128, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-handle:after {
  left: 17px;
}

/* line 131, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

/* line 138, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
/* line 143, app/assets/stylesheets/vendor/nouislider/nouislider.css */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

/* line 146, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-target[disabled],
.noUi-handle[disabled],
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
/* line 154, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 159, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
/* line 166, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

/* line 171, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
/* line 178, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

/* line 182, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-marker-sub {
  background: #AAA;
}

/* line 185, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
/* line 191, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

/* line 198, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}

/* line 202, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

/* line 207, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

/* line 210, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
/* line 216, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

/* line 222, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}

/* line 227, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

/* line 232, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

/* line 235, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

/* line 238, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

/* line 249, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

/* line 255, app/assets/stylesheets/vendor/nouislider/nouislider.css */
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/*
  	Flaticon icon font: Flaticon
  	Creation date: 31/10/2017 14:03
  	*/
@font-face {
  font-family: "Flaticon";
  src: url("/assets/Flaticon-eb36919ae41c965db879784f22de784a9ad764f26987279043cfdff214eed5aa.eot");
  src: url("/assets/Flaticon-eb36919ae41c965db879784f22de784a9ad764f26987279043cfdff214eed5aa.eot?#iefix") format("embedded-opentype"), url("/assets/Flaticon-d94d378dcd54abd15f40d4b98dd563141644d09feaf8502593550eddd71aec87.woff") format("woff"), url("/assets/Flaticon-8da47646f776d797bd246fea93eb7704e701d9031d4bb0d7e3105679a5954802.ttf") format("truetype"), url("/assets/Flaticon-fc59e21cc0620e1ab757e979b2857aa8b39e02d08a6a38803e5e255964765ec5.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("/assets/Flaticon-fc59e21cc0620e1ab757e979b2857aa8b39e02d08a6a38803e5e255964765ec5.svg#Flaticon") format("svg");
  }
}

/* line 24, app/assets/stylesheets/flaticon.scss */
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

/* line 30, app/assets/stylesheets/flaticon.scss */
.flaticon-interface-4:before {
  content: "\f100";
}

/* line 31, app/assets/stylesheets/flaticon.scss */
.flaticon-money-1:before {
  content: "\f101";
}

/* line 32, app/assets/stylesheets/flaticon.scss */
.flaticon-symbol:before {
  content: "\f102";
}

/* line 33, app/assets/stylesheets/flaticon.scss */
.flaticon-telephone-1:before {
  content: "\f103";
}

/* line 34, app/assets/stylesheets/flaticon.scss */
.flaticon-technology-3:before {
  content: "\f104";
}

/* line 35, app/assets/stylesheets/flaticon.scss */
.flaticon-arrow:before {
  content: "\f105";
}

/* line 36, app/assets/stylesheets/flaticon.scss */
.flaticon-business-1:before {
  content: "\f106";
}

/* line 37, app/assets/stylesheets/flaticon.scss */
.flaticon-people-1:before {
  content: "\f107";
}

/* line 38, app/assets/stylesheets/flaticon.scss */
.flaticon-pen:before {
  content: "\f108";
}

/* line 39, app/assets/stylesheets/flaticon.scss */
.flaticon-envelope:before {
  content: "\f109";
}

/* line 40, app/assets/stylesheets/flaticon.scss */
.flaticon-social-1:before {
  content: "\f10a";
}

/* line 41, app/assets/stylesheets/flaticon.scss */
.flaticon-social:before {
  content: "\f10b";
}

/* line 42, app/assets/stylesheets/flaticon.scss */
.flaticon-people:before {
  content: "\f10c";
}

/* line 43, app/assets/stylesheets/flaticon.scss */
.flaticon-phone-call:before {
  content: "\f10d";
}

/* line 44, app/assets/stylesheets/flaticon.scss */
.flaticon-office-1:before {
  content: "\f10e";
}

/* line 45, app/assets/stylesheets/flaticon.scss */
.flaticon-home:before {
  content: "\f10f";
}

/* line 46, app/assets/stylesheets/flaticon.scss */
.flaticon-upload:before {
  content: "\f110";
}

/* line 47, app/assets/stylesheets/flaticon.scss */
.flaticon-interface-3:before {
  content: "\f111";
}

/* line 48, app/assets/stylesheets/flaticon.scss */
.flaticon-delete:before {
  content: "\f112";
}

/* line 49, app/assets/stylesheets/flaticon.scss */
.flaticon-interface-2:before {
  content: "\f113";
}

/* line 50, app/assets/stylesheets/flaticon.scss */
.flaticon-interface-1:before {
  content: "\f114";
}

/* line 51, app/assets/stylesheets/flaticon.scss */
.flaticon-technology-2:before {
  content: "\f115";
}

/* line 52, app/assets/stylesheets/flaticon.scss */
.flaticon-telephone:before {
  content: "\f116";
}

/* line 53, app/assets/stylesheets/flaticon.scss */
.flaticon-multimedia:before {
  content: "\f117";
}

/* line 54, app/assets/stylesheets/flaticon.scss */
.flaticon-office:before {
  content: "\f118";
}

/* line 55, app/assets/stylesheets/flaticon.scss */
.flaticon-technology-1:before {
  content: "\f119";
}

/* line 56, app/assets/stylesheets/flaticon.scss */
.flaticon-signature:before {
  content: "\f11a";
}

/* line 57, app/assets/stylesheets/flaticon.scss */
.flaticon-application:before {
  content: "\f11b";
}

/* line 58, app/assets/stylesheets/flaticon.scss */
.flaticon-money:before {
  content: "\f11c";
}

/* line 59, app/assets/stylesheets/flaticon.scss */
.flaticon-business:before {
  content: "\f11d";
}

/* line 60, app/assets/stylesheets/flaticon.scss */
.flaticon-technology:before {
  content: "\f11e";
}

/* line 61, app/assets/stylesheets/flaticon.scss */
.flaticon-interface:before {
  content: "\f11f";
}

/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media print {
  /* line 8, app/assets/stylesheets/theme/core.scss */
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 13, app/assets/stylesheets/theme/core.scss */
  a, a:visited {
    text-decoration: underline;
  }
  /* line 17, app/assets/stylesheets/theme/core.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 21, app/assets/stylesheets/theme/core.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 25, app/assets/stylesheets/theme/core.scss */
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 30, app/assets/stylesheets/theme/core.scss */
  thead {
    display: table-header-group;
  }
  /* line 34, app/assets/stylesheets/theme/core.scss */
  img, tr {
    page-break-inside: avoid;
  }
  /* line 38, app/assets/stylesheets/theme/core.scss */
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  /* line 43, app/assets/stylesheets/theme/core.scss */
  h2, h3 {
    page-break-after: avoid;
  }
  /* line 47, app/assets/stylesheets/theme/core.scss */
  .navbar {
    display: none;
  }
  /* line 51, app/assets/stylesheets/theme/core.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 55, app/assets/stylesheets/theme/core.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 59, app/assets/stylesheets/theme/core.scss */
  .table td, .table th {
    background-color: #fff !important;
  }
  /* line 63, app/assets/stylesheets/theme/core.scss */
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

/* line 68, app/assets/stylesheets/theme/core.scss */
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

/* line 78, app/assets/stylesheets/theme/core.scss */
*, ::after, ::before {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

/* line 86, app/assets/stylesheets/theme/core.scss */
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 90, app/assets/stylesheets/theme/core.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

/* line 100, app/assets/stylesheets/theme/core.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 104, app/assets/stylesheets/theme/core.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 110, app/assets/stylesheets/theme/core.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* line 115, app/assets/stylesheets/theme/core.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 120, app/assets/stylesheets/theme/core.scss */
abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

/* line 128, app/assets/stylesheets/theme/core.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 134, app/assets/stylesheets/theme/core.scss */
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 139, app/assets/stylesheets/theme/core.scss */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

/* line 143, app/assets/stylesheets/theme/core.scss */
dt {
  font-weight: 700;
}

/* line 147, app/assets/stylesheets/theme/core.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 152, app/assets/stylesheets/theme/core.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 156, app/assets/stylesheets/theme/core.scss */
dfn {
  font-style: italic;
}

/* line 160, app/assets/stylesheets/theme/core.scss */
b, strong {
  font-weight: bolder;
}

/* line 164, app/assets/stylesheets/theme/core.scss */
small {
  font-size: 80%;
}

/* line 168, app/assets/stylesheets/theme/core.scss */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 175, app/assets/stylesheets/theme/core.scss */
sub {
  bottom: -.25em;
}

/* line 179, app/assets/stylesheets/theme/core.scss */
sup {
  top: -.5em;
}

/* line 183, app/assets/stylesheets/theme/core.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 190, app/assets/stylesheets/theme/core.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 195, app/assets/stylesheets/theme/core.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 200, app/assets/stylesheets/theme/core.scss */
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 205, app/assets/stylesheets/theme/core.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 209, app/assets/stylesheets/theme/core.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 214, app/assets/stylesheets/theme/core.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 220, app/assets/stylesheets/theme/core.scss */
figure {
  margin: 0 0 1rem;
}

/* line 224, app/assets/stylesheets/theme/core.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 229, app/assets/stylesheets/theme/core.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 233, app/assets/stylesheets/theme/core.scss */
[role=button], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* line 238, app/assets/stylesheets/theme/core.scss */
table {
  border-collapse: collapse;
}

/* line 242, app/assets/stylesheets/theme/core.scss */
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

/* line 250, app/assets/stylesheets/theme/core.scss */
th {
  text-align: left;
}

/* line 254, app/assets/stylesheets/theme/core.scss */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 259, app/assets/stylesheets/theme/core.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 264, app/assets/stylesheets/theme/core.scss */
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 271, app/assets/stylesheets/theme/core.scss */
button, input {
  overflow: visible;
}

/* line 275, app/assets/stylesheets/theme/core.scss */
button, select {
  text-transform: none;
}

/* line 279, app/assets/stylesheets/theme/core.scss */
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

/* line 283, app/assets/stylesheets/theme/core.scss */
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 288, app/assets/stylesheets/theme/core.scss */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* line 293, app/assets/stylesheets/theme/core.scss */
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

/* line 297, app/assets/stylesheets/theme/core.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 302, app/assets/stylesheets/theme/core.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 309, app/assets/stylesheets/theme/core.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 321, app/assets/stylesheets/theme/core.scss */
progress {
  vertical-align: baseline;
}

/* line 325, app/assets/stylesheets/theme/core.scss */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 329, app/assets/stylesheets/theme/core.scss */
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 334, app/assets/stylesheets/theme/core.scss */
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 338, app/assets/stylesheets/theme/core.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 343, app/assets/stylesheets/theme/core.scss */
output {
  display: inline-block;
}

/* line 347, app/assets/stylesheets/theme/core.scss */
summary {
  display: list-item;
}

/* line 351, app/assets/stylesheets/theme/core.scss */
template {
  display: none;
}

/* line 355, app/assets/stylesheets/theme/core.scss */
[hidden] {
  display: none !important;
}

/* line 359, app/assets/stylesheets/theme/core.scss */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 367, app/assets/stylesheets/theme/core.scss */
.h1, h1 {
  font-size: 2.5rem;
}

/* line 371, app/assets/stylesheets/theme/core.scss */
.h2, h2 {
  font-size: 2rem;
}

/* line 375, app/assets/stylesheets/theme/core.scss */
.h3, h3 {
  font-size: 1.75rem;
}

/* line 379, app/assets/stylesheets/theme/core.scss */
.h4, h4 {
  font-size: 1.5rem;
}

/* line 383, app/assets/stylesheets/theme/core.scss */
.h5, h5 {
  font-size: 1.25rem;
}

/* line 387, app/assets/stylesheets/theme/core.scss */
.h6, h6 {
  font-size: 1rem;
}

/* line 391, app/assets/stylesheets/theme/core.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 396, app/assets/stylesheets/theme/core.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 402, app/assets/stylesheets/theme/core.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 408, app/assets/stylesheets/theme/core.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 414, app/assets/stylesheets/theme/core.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 420, app/assets/stylesheets/theme/core.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 427, app/assets/stylesheets/theme/core.scss */
.small, small {
  font-size: 80%;
  font-weight: 400;
}

/* line 432, app/assets/stylesheets/theme/core.scss */
.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 437, app/assets/stylesheets/theme/core.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 442, app/assets/stylesheets/theme/core.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 447, app/assets/stylesheets/theme/core.scss */
.list-inline-item {
  display: inline-block;
}

/* line 451, app/assets/stylesheets/theme/core.scss */
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

/* line 455, app/assets/stylesheets/theme/core.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 460, app/assets/stylesheets/theme/core.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 465, app/assets/stylesheets/theme/core.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}

/* line 471, app/assets/stylesheets/theme/core.scss */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 475, app/assets/stylesheets/theme/core.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 480, app/assets/stylesheets/theme/core.scss */
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
  transition: all .2s ease-in-out;
  max-width: 100%;
  height: auto;
}

/* line 490, app/assets/stylesheets/theme/core.scss */
.figure {
  display: inline-block;
}

/* line 494, app/assets/stylesheets/theme/core.scss */
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

/* line 499, app/assets/stylesheets/theme/core.scss */
.figure-caption {
  font-size: 90%;
  color: #868e96;
}

/* line 504, app/assets/stylesheets/theme/core.scss */
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 508, app/assets/stylesheets/theme/core.scss */
code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: .25rem;
}

/* line 516, app/assets/stylesheets/theme/core.scss */
a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

/* line 522, app/assets/stylesheets/theme/core.scss */
kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}

/* line 530, app/assets/stylesheets/theme/core.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 536, app/assets/stylesheets/theme/core.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}

/* line 544, app/assets/stylesheets/theme/core.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

/* line 552, app/assets/stylesheets/theme/core.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 557, app/assets/stylesheets/theme/core.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 576px) {
  /* line 566, app/assets/stylesheets/theme/core.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 572, app/assets/stylesheets/theme/core.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 578, app/assets/stylesheets/theme/core.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 584, app/assets/stylesheets/theme/core.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 589, app/assets/stylesheets/theme/core.scss */
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

/* line 598, app/assets/stylesheets/theme/core.scss */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 607, app/assets/stylesheets/theme/core.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 612, app/assets/stylesheets/theme/core.scss */
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

/* line 617, app/assets/stylesheets/theme/core.scss */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 625, app/assets/stylesheets/theme/core.scss */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

/* line 633, app/assets/stylesheets/theme/core.scss */
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 640, app/assets/stylesheets/theme/core.scss */
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

/* line 646, app/assets/stylesheets/theme/core.scss */
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 652, app/assets/stylesheets/theme/core.scss */
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 658, app/assets/stylesheets/theme/core.scss */
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 664, app/assets/stylesheets/theme/core.scss */
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

/* line 670, app/assets/stylesheets/theme/core.scss */
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 676, app/assets/stylesheets/theme/core.scss */
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/* line 682, app/assets/stylesheets/theme/core.scss */
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

/* line 688, app/assets/stylesheets/theme/core.scss */
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 694, app/assets/stylesheets/theme/core.scss */
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 700, app/assets/stylesheets/theme/core.scss */
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

/* line 706, app/assets/stylesheets/theme/core.scss */
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 712, app/assets/stylesheets/theme/core.scss */
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

/* line 717, app/assets/stylesheets/theme/core.scss */
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

/* line 722, app/assets/stylesheets/theme/core.scss */
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

/* line 727, app/assets/stylesheets/theme/core.scss */
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

/* line 732, app/assets/stylesheets/theme/core.scss */
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

/* line 737, app/assets/stylesheets/theme/core.scss */
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

/* line 742, app/assets/stylesheets/theme/core.scss */
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

/* line 747, app/assets/stylesheets/theme/core.scss */
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

/* line 752, app/assets/stylesheets/theme/core.scss */
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

/* line 757, app/assets/stylesheets/theme/core.scss */
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

/* line 762, app/assets/stylesheets/theme/core.scss */
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

/* line 767, app/assets/stylesheets/theme/core.scss */
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

@media (min-width: 576px) {
  /* line 773, app/assets/stylesheets/theme/core.scss */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 781, app/assets/stylesheets/theme/core.scss */
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 788, app/assets/stylesheets/theme/core.scss */
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 794, app/assets/stylesheets/theme/core.scss */
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 800, app/assets/stylesheets/theme/core.scss */
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 806, app/assets/stylesheets/theme/core.scss */
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 812, app/assets/stylesheets/theme/core.scss */
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 818, app/assets/stylesheets/theme/core.scss */
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 824, app/assets/stylesheets/theme/core.scss */
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 830, app/assets/stylesheets/theme/core.scss */
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 836, app/assets/stylesheets/theme/core.scss */
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 842, app/assets/stylesheets/theme/core.scss */
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 848, app/assets/stylesheets/theme/core.scss */
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 854, app/assets/stylesheets/theme/core.scss */
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 860, app/assets/stylesheets/theme/core.scss */
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 865, app/assets/stylesheets/theme/core.scss */
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 870, app/assets/stylesheets/theme/core.scss */
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 875, app/assets/stylesheets/theme/core.scss */
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 880, app/assets/stylesheets/theme/core.scss */
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 885, app/assets/stylesheets/theme/core.scss */
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 890, app/assets/stylesheets/theme/core.scss */
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 895, app/assets/stylesheets/theme/core.scss */
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 900, app/assets/stylesheets/theme/core.scss */
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 905, app/assets/stylesheets/theme/core.scss */
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 910, app/assets/stylesheets/theme/core.scss */
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 915, app/assets/stylesheets/theme/core.scss */
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}

@media (min-width: 768px) {
  /* line 922, app/assets/stylesheets/theme/core.scss */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 930, app/assets/stylesheets/theme/core.scss */
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 937, app/assets/stylesheets/theme/core.scss */
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 943, app/assets/stylesheets/theme/core.scss */
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 949, app/assets/stylesheets/theme/core.scss */
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 955, app/assets/stylesheets/theme/core.scss */
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 961, app/assets/stylesheets/theme/core.scss */
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 967, app/assets/stylesheets/theme/core.scss */
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 973, app/assets/stylesheets/theme/core.scss */
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 979, app/assets/stylesheets/theme/core.scss */
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 985, app/assets/stylesheets/theme/core.scss */
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 991, app/assets/stylesheets/theme/core.scss */
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 997, app/assets/stylesheets/theme/core.scss */
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1003, app/assets/stylesheets/theme/core.scss */
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1009, app/assets/stylesheets/theme/core.scss */
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1014, app/assets/stylesheets/theme/core.scss */
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1019, app/assets/stylesheets/theme/core.scss */
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1024, app/assets/stylesheets/theme/core.scss */
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1029, app/assets/stylesheets/theme/core.scss */
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1034, app/assets/stylesheets/theme/core.scss */
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1039, app/assets/stylesheets/theme/core.scss */
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1044, app/assets/stylesheets/theme/core.scss */
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1049, app/assets/stylesheets/theme/core.scss */
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1054, app/assets/stylesheets/theme/core.scss */
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1059, app/assets/stylesheets/theme/core.scss */
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1064, app/assets/stylesheets/theme/core.scss */
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}

@media (min-width: 992px) {
  /* line 1071, app/assets/stylesheets/theme/core.scss */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1079, app/assets/stylesheets/theme/core.scss */
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 1086, app/assets/stylesheets/theme/core.scss */
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1092, app/assets/stylesheets/theme/core.scss */
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1098, app/assets/stylesheets/theme/core.scss */
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1104, app/assets/stylesheets/theme/core.scss */
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1110, app/assets/stylesheets/theme/core.scss */
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1116, app/assets/stylesheets/theme/core.scss */
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1122, app/assets/stylesheets/theme/core.scss */
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1128, app/assets/stylesheets/theme/core.scss */
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1134, app/assets/stylesheets/theme/core.scss */
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1140, app/assets/stylesheets/theme/core.scss */
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1146, app/assets/stylesheets/theme/core.scss */
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1152, app/assets/stylesheets/theme/core.scss */
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1158, app/assets/stylesheets/theme/core.scss */
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1163, app/assets/stylesheets/theme/core.scss */
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1168, app/assets/stylesheets/theme/core.scss */
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1173, app/assets/stylesheets/theme/core.scss */
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1178, app/assets/stylesheets/theme/core.scss */
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1183, app/assets/stylesheets/theme/core.scss */
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1188, app/assets/stylesheets/theme/core.scss */
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1193, app/assets/stylesheets/theme/core.scss */
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1198, app/assets/stylesheets/theme/core.scss */
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1203, app/assets/stylesheets/theme/core.scss */
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1208, app/assets/stylesheets/theme/core.scss */
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1213, app/assets/stylesheets/theme/core.scss */
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}

@media (min-width: 1200px) {
  /* line 1220, app/assets/stylesheets/theme/core.scss */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1228, app/assets/stylesheets/theme/core.scss */
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 1235, app/assets/stylesheets/theme/core.scss */
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1241, app/assets/stylesheets/theme/core.scss */
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1247, app/assets/stylesheets/theme/core.scss */
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1253, app/assets/stylesheets/theme/core.scss */
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1259, app/assets/stylesheets/theme/core.scss */
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1265, app/assets/stylesheets/theme/core.scss */
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1271, app/assets/stylesheets/theme/core.scss */
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1277, app/assets/stylesheets/theme/core.scss */
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1283, app/assets/stylesheets/theme/core.scss */
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1289, app/assets/stylesheets/theme/core.scss */
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1295, app/assets/stylesheets/theme/core.scss */
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1301, app/assets/stylesheets/theme/core.scss */
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1307, app/assets/stylesheets/theme/core.scss */
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1312, app/assets/stylesheets/theme/core.scss */
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1317, app/assets/stylesheets/theme/core.scss */
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1322, app/assets/stylesheets/theme/core.scss */
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1327, app/assets/stylesheets/theme/core.scss */
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1332, app/assets/stylesheets/theme/core.scss */
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1337, app/assets/stylesheets/theme/core.scss */
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1342, app/assets/stylesheets/theme/core.scss */
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1347, app/assets/stylesheets/theme/core.scss */
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1352, app/assets/stylesheets/theme/core.scss */
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1357, app/assets/stylesheets/theme/core.scss */
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1362, app/assets/stylesheets/theme/core.scss */
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}

/* line 1368, app/assets/stylesheets/theme/core.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

/* line 1375, app/assets/stylesheets/theme/core.scss */
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

/* line 1381, app/assets/stylesheets/theme/core.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}

/* line 1386, app/assets/stylesheets/theme/core.scss */
.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}

/* line 1390, app/assets/stylesheets/theme/core.scss */
.table .table {
  background-color: #fff;
}

/* line 1394, app/assets/stylesheets/theme/core.scss */
.table-sm td, .table-sm th {
  padding: .3rem;
}

/* line 1398, app/assets/stylesheets/theme/core.scss */
.table-bordered {
  border: 1px solid #e9ecef;
}

/* line 1402, app/assets/stylesheets/theme/core.scss */
.table-bordered td, .table-bordered th {
  border: 1px solid #e9ecef;
}

/* line 1406, app/assets/stylesheets/theme/core.scss */
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

/* line 1410, app/assets/stylesheets/theme/core.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 1414, app/assets/stylesheets/theme/core.scss */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1418, app/assets/stylesheets/theme/core.scss */
.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff;
}

/* line 1422, app/assets/stylesheets/theme/core.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 1426, app/assets/stylesheets/theme/core.scss */
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 1430, app/assets/stylesheets/theme/core.scss */
.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #dddfe2;
}

/* line 1434, app/assets/stylesheets/theme/core.scss */
.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}

/* line 1438, app/assets/stylesheets/theme/core.scss */
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}

/* line 1442, app/assets/stylesheets/theme/core.scss */
.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb;
}

/* line 1446, app/assets/stylesheets/theme/core.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 1450, app/assets/stylesheets/theme/core.scss */
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 1454, app/assets/stylesheets/theme/core.scss */
.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb;
}

/* line 1458, app/assets/stylesheets/theme/core.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 1462, app/assets/stylesheets/theme/core.scss */
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 1466, app/assets/stylesheets/theme/core.scss */
.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba;
}

/* line 1470, app/assets/stylesheets/theme/core.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 1474, app/assets/stylesheets/theme/core.scss */
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 1478, app/assets/stylesheets/theme/core.scss */
.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb;
}

/* line 1482, app/assets/stylesheets/theme/core.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 1486, app/assets/stylesheets/theme/core.scss */
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 1490, app/assets/stylesheets/theme/core.scss */
.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe;
}

/* line 1494, app/assets/stylesheets/theme/core.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 1498, app/assets/stylesheets/theme/core.scss */
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 1502, app/assets/stylesheets/theme/core.scss */
.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca;
}

/* line 1506, app/assets/stylesheets/theme/core.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 1510, app/assets/stylesheets/theme/core.scss */
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 1514, app/assets/stylesheets/theme/core.scss */
.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1518, app/assets/stylesheets/theme/core.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1522, app/assets/stylesheets/theme/core.scss */
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1526, app/assets/stylesheets/theme/core.scss */
.thead-inverse th {
  color: #fff;
  background-color: #212529;
}

/* line 1531, app/assets/stylesheets/theme/core.scss */
.thead-default th {
  color: #495057;
  background-color: #e9ecef;
}

/* line 1536, app/assets/stylesheets/theme/core.scss */
.table-inverse {
  color: #fff;
  background-color: #212529;
}

/* line 1541, app/assets/stylesheets/theme/core.scss */
.table-inverse td, .table-inverse th, .table-inverse thead th {
  border-color: #32383e;
}

/* line 1545, app/assets/stylesheets/theme/core.scss */
.table-inverse.table-bordered {
  border: 0;
}

/* line 1549, app/assets/stylesheets/theme/core.scss */
.table-inverse.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 1553, app/assets/stylesheets/theme/core.scss */
.table-inverse.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 991px) {
  /* line 1558, app/assets/stylesheets/theme/core.scss */
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 1565, app/assets/stylesheets/theme/core.scss */
  .table-responsive.table-bordered {
    border: 0;
  }
}

/* line 1570, app/assets/stylesheets/theme/core.scss */
.form-control {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 1585, app/assets/stylesheets/theme/core.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 1590, app/assets/stylesheets/theme/core.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}

/* line 1597, app/assets/stylesheets/theme/core.scss */
.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}

/* line 1602, app/assets/stylesheets/theme/core.scss */
.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

/* line 1607, app/assets/stylesheets/theme/core.scss */
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

/* line 1612, app/assets/stylesheets/theme/core.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 1617, app/assets/stylesheets/theme/core.scss */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

/* line 1621, app/assets/stylesheets/theme/core.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 1626, app/assets/stylesheets/theme/core.scss */
.form-control-file, .form-control-range {
  display: block;
}

/* line 1630, app/assets/stylesheets/theme/core.scss */
.col-form-label {
  padding-top: calc(.5rem - 1px * 2);
  padding-bottom: calc(.5rem - 1px * 2);
  margin-bottom: 0;
}

/* line 1636, app/assets/stylesheets/theme/core.scss */
.col-form-label-lg {
  padding-top: calc(.5rem - 1px * 2);
  padding-bottom: calc(.5rem - 1px * 2);
  font-size: 1.25rem;
}

/* line 1642, app/assets/stylesheets/theme/core.scss */
.col-form-label-sm {
  padding-top: calc(.25rem - 1px * 2);
  padding-bottom: calc(.25rem - 1px * 2);
  font-size: .875rem;
}

/* line 1648, app/assets/stylesheets/theme/core.scss */
.col-form-legend {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

/* line 1655, app/assets/stylesheets/theme/core.scss */
.form-control-plaintext {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 1664, app/assets/stylesheets/theme/core.scss */
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .form-control-plaintext.input-group-addon, .input-group-lg > .input-group-btn > .form-control-plaintext.btn, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .form-control-plaintext.input-group-addon, .input-group-sm > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 1669, app/assets/stylesheets/theme/core.scss */
.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

/* line 1676, app/assets/stylesheets/theme/core.scss */
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

/* line 1680, app/assets/stylesheets/theme/core.scss */
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

/* line 1687, app/assets/stylesheets/theme/core.scss */
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.3125rem + 2px);
}

/* line 1691, app/assets/stylesheets/theme/core.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 1695, app/assets/stylesheets/theme/core.scss */
.form-text {
  display: block;
  margin-top: .25rem;
}

/* line 1700, app/assets/stylesheets/theme/core.scss */
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 1709, app/assets/stylesheets/theme/core.scss */
.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 1714, app/assets/stylesheets/theme/core.scss */
.form-check {
  position: relative;
  display: block;
  margin-bottom: .5rem;
}

/* line 1720, app/assets/stylesheets/theme/core.scss */
.form-check.disabled .form-check-label {
  color: #868e96;
}

/* line 1724, app/assets/stylesheets/theme/core.scss */
.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

/* line 1729, app/assets/stylesheets/theme/core.scss */
.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}

/* line 1735, app/assets/stylesheets/theme/core.scss */
.form-check-input:only-child {
  position: static;
}

/* line 1739, app/assets/stylesheets/theme/core.scss */
.form-check-inline {
  display: inline-block;
}

/* line 1743, app/assets/stylesheets/theme/core.scss */
.form-check-inline .form-check-label {
  vertical-align: middle;
}

/* line 1747, app/assets/stylesheets/theme/core.scss */
.form-check-inline + .form-check-inline {
  margin-left: .75rem;
}

/* line 1751, app/assets/stylesheets/theme/core.scss */
.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545;
}

/* line 1758, app/assets/stylesheets/theme/core.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

/* line 1773, app/assets/stylesheets/theme/core.scss */
.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #28a745;
}

/* line 1777, app/assets/stylesheets/theme/core.scss */
.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 1781, app/assets/stylesheets/theme/core.scss */
.custom-select.is-valid ~ .invalid-feedback, .custom-select.is-valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback, .form-control.is-valid ~ .invalid-tooltip, .was-validated .custom-select:valid ~ .invalid-feedback, .was-validated .custom-select:valid ~ .invalid-tooltip, .was-validated .form-control:valid ~ .invalid-feedback, .was-validated .form-control:valid ~ .invalid-tooltip {
  display: block;
}

/* line 1785, app/assets/stylesheets/theme/core.scss */
.form-check-input.is-valid + .form-check-label, .was-validated .form-check-input:valid + .form-check-label {
  color: #28a745;
}

/* line 1789, app/assets/stylesheets/theme/core.scss */
.custom-control-input.is-valid ~ .custom-control-indicator, .was-validated .custom-control-input:valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}

/* line 1793, app/assets/stylesheets/theme/core.scss */
.custom-control-input.is-valid ~ .custom-control-description, .was-validated .custom-control-input:valid ~ .custom-control-description {
  color: #28a745;
}

/* line 1797, app/assets/stylesheets/theme/core.scss */
.custom-file-input.is-valid ~ .custom-file-control, .was-validated .custom-file-input:valid ~ .custom-file-control {
  border-color: #28a745;
}

/* line 1801, app/assets/stylesheets/theme/core.scss */
.custom-file-input.is-valid ~ .custom-file-control::before, .was-validated .custom-file-input:valid ~ .custom-file-control::before {
  border-color: inherit;
}

/* line 1805, app/assets/stylesheets/theme/core.scss */
.custom-file-input.is-valid:focus, .was-validated .custom-file-input:valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 1809, app/assets/stylesheets/theme/core.scss */
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
}

/* line 1813, app/assets/stylesheets/theme/core.scss */
.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 1817, app/assets/stylesheets/theme/core.scss */
.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 1821, app/assets/stylesheets/theme/core.scss */
.form-check-input.is-invalid + .form-check-label, .was-validated .form-check-input:invalid + .form-check-label {
  color: #dc3545;
}

/* line 1825, app/assets/stylesheets/theme/core.scss */
.custom-control-input.is-invalid ~ .custom-control-indicator, .was-validated .custom-control-input:invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}

/* line 1829, app/assets/stylesheets/theme/core.scss */
.custom-control-input.is-invalid ~ .custom-control-description, .was-validated .custom-control-input:invalid ~ .custom-control-description {
  color: #dc3545;
}

/* line 1833, app/assets/stylesheets/theme/core.scss */
.custom-file-input.is-invalid ~ .custom-file-control, .was-validated .custom-file-input:invalid ~ .custom-file-control {
  border-color: #dc3545;
}

/* line 1837, app/assets/stylesheets/theme/core.scss */
.custom-file-input.is-invalid ~ .custom-file-control::before, .was-validated .custom-file-input:invalid ~ .custom-file-control::before {
  border-color: inherit;
}

/* line 1841, app/assets/stylesheets/theme/core.scss */
.custom-file-input.is-invalid:focus, .was-validated .custom-file-input:invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 1845, app/assets/stylesheets/theme/core.scss */
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1854, app/assets/stylesheets/theme/core.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 1859, app/assets/stylesheets/theme/core.scss */
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 1869, app/assets/stylesheets/theme/core.scss */
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 1881, app/assets/stylesheets/theme/core.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 1887, app/assets/stylesheets/theme/core.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 1891, app/assets/stylesheets/theme/core.scss */
  .form-inline .input-group {
    width: auto;
  }
  /* line 1895, app/assets/stylesheets/theme/core.scss */
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 1900, app/assets/stylesheets/theme/core.scss */
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 1912, app/assets/stylesheets/theme/core.scss */
  .form-inline .form-check-label {
    padding-left: 0;
  }
  /* line 1916, app/assets/stylesheets/theme/core.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }
  /* line 1923, app/assets/stylesheets/theme/core.scss */
  .form-inline .custom-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }
  /* line 1933, app/assets/stylesheets/theme/core.scss */
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: .25rem;
    vertical-align: text-bottom;
  }
  /* line 1940, app/assets/stylesheets/theme/core.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 1945, app/assets/stylesheets/theme/core.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: .25rem;
  transition: all .15s ease-in-out;
}

/* line 1963, app/assets/stylesheets/theme/core.scss */
.btn:focus, .btn:hover {
  text-decoration: none;
}

/* line 1967, app/assets/stylesheets/theme/core.scss */
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

/* line 1972, app/assets/stylesheets/theme/core.scss */
.btn.disabled, .btn:disabled {
  opacity: .65;
}

/* line 1976, app/assets/stylesheets/theme/core.scss */
.btn.active, .btn:active {
  background-image: none;
}

/* line 1980, app/assets/stylesheets/theme/core.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 1984, app/assets/stylesheets/theme/core.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 1990, app/assets/stylesheets/theme/core.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 1996, app/assets/stylesheets/theme/core.scss */
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

/* line 2000, app/assets/stylesheets/theme/core.scss */
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2005, app/assets/stylesheets/theme/core.scss */
.btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  background-color: #0069d9;
  background-image: none;
  border-color: #0062cc;
}

/* line 2011, app/assets/stylesheets/theme/core.scss */
.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

/* line 2017, app/assets/stylesheets/theme/core.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

/* line 2023, app/assets/stylesheets/theme/core.scss */
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}

/* line 2027, app/assets/stylesheets/theme/core.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}

/* line 2032, app/assets/stylesheets/theme/core.scss */
.btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
  background-color: #727b84;
  background-image: none;
  border-color: #6c757d;
}

/* line 2038, app/assets/stylesheets/theme/core.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2044, app/assets/stylesheets/theme/core.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 2050, app/assets/stylesheets/theme/core.scss */
.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

/* line 2054, app/assets/stylesheets/theme/core.scss */
.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2059, app/assets/stylesheets/theme/core.scss */
.btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
  background-color: #218838;
  background-image: none;
  border-color: #1e7e34;
}

/* line 2065, app/assets/stylesheets/theme/core.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2071, app/assets/stylesheets/theme/core.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 2077, app/assets/stylesheets/theme/core.scss */
.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}

/* line 2081, app/assets/stylesheets/theme/core.scss */
.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2086, app/assets/stylesheets/theme/core.scss */
.btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
  background-color: #138496;
  background-image: none;
  border-color: #117a8b;
}

/* line 2092, app/assets/stylesheets/theme/core.scss */
.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2098, app/assets/stylesheets/theme/core.scss */
.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 2104, app/assets/stylesheets/theme/core.scss */
.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}

/* line 2108, app/assets/stylesheets/theme/core.scss */
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2113, app/assets/stylesheets/theme/core.scss */
.btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
  background-color: #e0a800;
  background-image: none;
  border-color: #d39e00;
}

/* line 2119, app/assets/stylesheets/theme/core.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2125, app/assets/stylesheets/theme/core.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 2131, app/assets/stylesheets/theme/core.scss */
.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}

/* line 2135, app/assets/stylesheets/theme/core.scss */
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2140, app/assets/stylesheets/theme/core.scss */
.btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
  background-color: #c82333;
  background-image: none;
  border-color: #bd2130;
}

/* line 2146, app/assets/stylesheets/theme/core.scss */
.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2152, app/assets/stylesheets/theme/core.scss */
.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 2158, app/assets/stylesheets/theme/core.scss */
.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}

/* line 2162, app/assets/stylesheets/theme/core.scss */
.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2167, app/assets/stylesheets/theme/core.scss */
.btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
  background-color: #e2e6ea;
  background-image: none;
  border-color: #dae0e5;
}

/* line 2173, app/assets/stylesheets/theme/core.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2179, app/assets/stylesheets/theme/core.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 2185, app/assets/stylesheets/theme/core.scss */
.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}

/* line 2189, app/assets/stylesheets/theme/core.scss */
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2194, app/assets/stylesheets/theme/core.scss */
.btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle {
  background-color: #23272b;
  background-image: none;
  border-color: #1d2124;
}

/* line 2200, app/assets/stylesheets/theme/core.scss */
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

/* line 2207, app/assets/stylesheets/theme/core.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2213, app/assets/stylesheets/theme/core.scss */
.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

/* line 2217, app/assets/stylesheets/theme/core.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 2222, app/assets/stylesheets/theme/core.scss */
.btn-outline-primary.active, .btn-outline-primary:active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2228, app/assets/stylesheets/theme/core.scss */
.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}

/* line 2235, app/assets/stylesheets/theme/core.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

/* line 2241, app/assets/stylesheets/theme/core.scss */
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}

/* line 2245, app/assets/stylesheets/theme/core.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}

/* line 2250, app/assets/stylesheets/theme/core.scss */
.btn-outline-secondary.active, .btn-outline-secondary:active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

/* line 2256, app/assets/stylesheets/theme/core.scss */
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

/* line 2263, app/assets/stylesheets/theme/core.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2269, app/assets/stylesheets/theme/core.scss */
.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

/* line 2273, app/assets/stylesheets/theme/core.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 2278, app/assets/stylesheets/theme/core.scss */
.btn-outline-success.active, .btn-outline-success:active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2284, app/assets/stylesheets/theme/core.scss */
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

/* line 2291, app/assets/stylesheets/theme/core.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2297, app/assets/stylesheets/theme/core.scss */
.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}

/* line 2301, app/assets/stylesheets/theme/core.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 2306, app/assets/stylesheets/theme/core.scss */
.btn-outline-info.active, .btn-outline-info:active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2312, app/assets/stylesheets/theme/core.scss */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

/* line 2319, app/assets/stylesheets/theme/core.scss */
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2325, app/assets/stylesheets/theme/core.scss */
.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}

/* line 2329, app/assets/stylesheets/theme/core.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 2334, app/assets/stylesheets/theme/core.scss */
.btn-outline-warning.active, .btn-outline-warning:active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2340, app/assets/stylesheets/theme/core.scss */
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

/* line 2347, app/assets/stylesheets/theme/core.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2353, app/assets/stylesheets/theme/core.scss */
.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}

/* line 2357, app/assets/stylesheets/theme/core.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 2362, app/assets/stylesheets/theme/core.scss */
.btn-outline-danger.active, .btn-outline-danger:active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2368, app/assets/stylesheets/theme/core.scss */
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

/* line 2375, app/assets/stylesheets/theme/core.scss */
.btn-outline-light:hover {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2381, app/assets/stylesheets/theme/core.scss */
.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}

/* line 2385, app/assets/stylesheets/theme/core.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 2390, app/assets/stylesheets/theme/core.scss */
.btn-outline-light.active, .btn-outline-light:active, .show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2396, app/assets/stylesheets/theme/core.scss */
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

/* line 2403, app/assets/stylesheets/theme/core.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2409, app/assets/stylesheets/theme/core.scss */
.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}

/* line 2413, app/assets/stylesheets/theme/core.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 2418, app/assets/stylesheets/theme/core.scss */
.btn-outline-dark.active, .btn-outline-dark:active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2424, app/assets/stylesheets/theme/core.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  border-radius: 0;
}

/* line 2430, app/assets/stylesheets/theme/core.scss */
.btn-link, .btn-link.active, .btn-link:active, .btn-link:disabled {
  background-color: transparent;
}

/* line 2434, app/assets/stylesheets/theme/core.scss */
.btn-link, .btn-link:active, .btn-link:focus {
  border-color: transparent;
  box-shadow: none;
}

/* line 2439, app/assets/stylesheets/theme/core.scss */
.btn-link:hover {
  border-color: transparent;
}

/* line 2443, app/assets/stylesheets/theme/core.scss */
.btn-link:focus, .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
}

/* line 2449, app/assets/stylesheets/theme/core.scss */
.btn-link:disabled {
  color: #868e96;
}

/* line 2453, app/assets/stylesheets/theme/core.scss */
.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

/* line 2457, app/assets/stylesheets/theme/core.scss */
.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

/* line 2464, app/assets/stylesheets/theme/core.scss */
.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

/* line 2471, app/assets/stylesheets/theme/core.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 2476, app/assets/stylesheets/theme/core.scss */
.btn-block + .btn-block {
  margin-top: .5rem;
}

/* line 2480, app/assets/stylesheets/theme/core.scss */
input.btn-block[type=button], input.btn-block[type=reset], input.btn-block[type=submit] {
  width: 100%;
}

/* line 2484, app/assets/stylesheets/theme/core.scss */
.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

/* line 2489, app/assets/stylesheets/theme/core.scss */
.fade.show {
  opacity: 1;
}

/* line 2493, app/assets/stylesheets/theme/core.scss */
.collapse {
  display: none;
}

/* line 2497, app/assets/stylesheets/theme/core.scss */
.collapse.show {
  display: block;
}

/* line 2501, app/assets/stylesheets/theme/core.scss */
tr.collapse.show {
  display: table-row;
}

/* line 2505, app/assets/stylesheets/theme/core.scss */
tbody.collapse.show {
  display: table-row-group;
}

/* line 2509, app/assets/stylesheets/theme/core.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

/* line 2516, app/assets/stylesheets/theme/core.scss */
.dropdown, .dropup {
  position: relative;
}

/* line 2520, app/assets/stylesheets/theme/core.scss */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}

/* line 2532, app/assets/stylesheets/theme/core.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2536, app/assets/stylesheets/theme/core.scss */
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: .125rem;
}

/* line 2541, app/assets/stylesheets/theme/core.scss */
.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: .3em solid;
}

/* line 2546, app/assets/stylesheets/theme/core.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

/* line 2566, app/assets/stylesheets/theme/core.scss */
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 2573, app/assets/stylesheets/theme/core.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}

/* line 2586, app/assets/stylesheets/theme/core.scss */
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 2592, app/assets/stylesheets/theme/core.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 2598, app/assets/stylesheets/theme/core.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

/* line 2603, app/assets/stylesheets/theme/core.scss */
.show > a {
  outline: 0;
}

/* line 2607, app/assets/stylesheets/theme/core.scss */
.dropdown-menu.show {
  display: block;
}

/* line 2611, app/assets/stylesheets/theme/core.scss */
.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #868e96;
  white-space: nowrap;
}

/* line 2620, app/assets/stylesheets/theme/core.scss */
.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

/* line 2627, app/assets/stylesheets/theme/core.scss */
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 0;
}

/* line 2634, app/assets/stylesheets/theme/core.scss */
.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 2;
}

/* line 2638, app/assets/stylesheets/theme/core.scss */
.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 2;
}

/* line 2642, app/assets/stylesheets/theme/core.scss */
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 2646, app/assets/stylesheets/theme/core.scss */
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 2655, app/assets/stylesheets/theme/core.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 2659, app/assets/stylesheets/theme/core.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 2663, app/assets/stylesheets/theme/core.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 2667, app/assets/stylesheets/theme/core.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2672, app/assets/stylesheets/theme/core.scss */
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2677, app/assets/stylesheets/theme/core.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 2681, app/assets/stylesheets/theme/core.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 2685, app/assets/stylesheets/theme/core.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2690, app/assets/stylesheets/theme/core.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2695, app/assets/stylesheets/theme/core.scss */
.btn + .dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}

/* line 2700, app/assets/stylesheets/theme/core.scss */
.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 2704, app/assets/stylesheets/theme/core.scss */
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}

/* line 2709, app/assets/stylesheets/theme/core.scss */
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

/* line 2714, app/assets/stylesheets/theme/core.scss */
.btn-group-vertical {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 2725, app/assets/stylesheets/theme/core.scss */
.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%;
}

/* line 2729, app/assets/stylesheets/theme/core.scss */
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 2734, app/assets/stylesheets/theme/core.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 2738, app/assets/stylesheets/theme/core.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2743, app/assets/stylesheets/theme/core.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 2748, app/assets/stylesheets/theme/core.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 2752, app/assets/stylesheets/theme/core.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2757, app/assets/stylesheets/theme/core.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 2762, app/assets/stylesheets/theme/core.scss */
[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 2768, app/assets/stylesheets/theme/core.scss */
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/* line 2775, app/assets/stylesheets/theme/core.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 2784, app/assets/stylesheets/theme/core.scss */
.input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover {
  z-index: 3;
}

/* line 2788, app/assets/stylesheets/theme/core.scss */
.input-group .form-control, .input-group-addon, .input-group-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

/* line 2795, app/assets/stylesheets/theme/core.scss */
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 2799, app/assets/stylesheets/theme/core.scss */
.input-group-addon, .input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

/* line 2804, app/assets/stylesheets/theme/core.scss */
.input-group-addon {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

/* line 2817, app/assets/stylesheets/theme/core.scss */
.input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}

/* line 2823, app/assets/stylesheets/theme/core.scss */
.input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

/* line 2829, app/assets/stylesheets/theme/core.scss */
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0;
}

/* line 2833, app/assets/stylesheets/theme/core.scss */
.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2838, app/assets/stylesheets/theme/core.scss */
.input-group-addon:not(:last-child) {
  border-right: 0;
}

/* line 2842, app/assets/stylesheets/theme/core.scss */
.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .input-group-btn:not(:last-child) > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2847, app/assets/stylesheets/theme/core.scss */
.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

/* line 2851, app/assets/stylesheets/theme/core.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 2857, app/assets/stylesheets/theme/core.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 2861, app/assets/stylesheets/theme/core.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 2865, app/assets/stylesheets/theme/core.scss */
.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 3;
}

/* line 2869, app/assets/stylesheets/theme/core.scss */
.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

/* line 2873, app/assets/stylesheets/theme/core.scss */
.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 2878, app/assets/stylesheets/theme/core.scss */
.input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:hover, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:hover {
  z-index: 3;
}

/* line 2882, app/assets/stylesheets/theme/core.scss */
.custom-control {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

/* line 2891, app/assets/stylesheets/theme/core.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 2897, app/assets/stylesheets/theme/core.scss */
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #007bff;
}

/* line 2902, app/assets/stylesheets/theme/core.scss */
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff;
}

/* line 2906, app/assets/stylesheets/theme/core.scss */
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #b3d7ff;
}

/* line 2911, app/assets/stylesheets/theme/core.scss */
.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}

/* line 2915, app/assets/stylesheets/theme/core.scss */
.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}

/* line 2919, app/assets/stylesheets/theme/core.scss */
.custom-control-indicator {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 2937, app/assets/stylesheets/theme/core.scss */
.custom-checkbox .custom-control-indicator {
  border-radius: .25rem;
}

/* line 2941, app/assets/stylesheets/theme/core.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

/* line 2945, app/assets/stylesheets/theme/core.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #007bff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

/* line 2950, app/assets/stylesheets/theme/core.scss */
.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

/* line 2954, app/assets/stylesheets/theme/core.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 2958, app/assets/stylesheets/theme/core.scss */
.custom-controls-stacked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 2965, app/assets/stylesheets/theme/core.scss */
.custom-controls-stacked .custom-control {
  margin-bottom: .25rem;
}

/* line 2969, app/assets/stylesheets/theme/core.scss */
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

/* line 2973, app/assets/stylesheets/theme/core.scss */
.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.25;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 2990, app/assets/stylesheets/theme/core.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
}

/* line 2995, app/assets/stylesheets/theme/core.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 3000, app/assets/stylesheets/theme/core.scss */
.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

/* line 3005, app/assets/stylesheets/theme/core.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 3009, app/assets/stylesheets/theme/core.scss */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%;
}

/* line 3016, app/assets/stylesheets/theme/core.scss */
.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
}

/* line 3024, app/assets/stylesheets/theme/core.scss */
.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0;
}

/* line 3032, app/assets/stylesheets/theme/core.scss */
.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

/* line 3052, app/assets/stylesheets/theme/core.scss */
.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}

/* line 3056, app/assets/stylesheets/theme/core.scss */
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 .25rem .25rem 0;
}

/* line 3072, app/assets/stylesheets/theme/core.scss */
.custom-file-control:lang(en)::before {
  content: "Browse";
}

/* line 3076, app/assets/stylesheets/theme/core.scss */
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3086, app/assets/stylesheets/theme/core.scss */
.nav-link {
  display: block;
  padding: .5rem 1rem;
}

/* line 3091, app/assets/stylesheets/theme/core.scss */
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

/* line 3095, app/assets/stylesheets/theme/core.scss */
.nav-link.disabled {
  color: #868e96;
}

/* line 3099, app/assets/stylesheets/theme/core.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 3103, app/assets/stylesheets/theme/core.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 3107, app/assets/stylesheets/theme/core.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 3113, app/assets/stylesheets/theme/core.scss */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}

/* line 3117, app/assets/stylesheets/theme/core.scss */
.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

/* line 3123, app/assets/stylesheets/theme/core.scss */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

/* line 3129, app/assets/stylesheets/theme/core.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3135, app/assets/stylesheets/theme/core.scss */
.nav-pills .nav-link {
  border-radius: .25rem;
}

/* line 3139, app/assets/stylesheets/theme/core.scss */
.nav-pills .nav-link.active, .show > .nav-pills .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 3144, app/assets/stylesheets/theme/core.scss */
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

/* line 3150, app/assets/stylesheets/theme/core.scss */
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

/* line 3158, app/assets/stylesheets/theme/core.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 3162, app/assets/stylesheets/theme/core.scss */
.tab-content > .active {
  display: block;
}

/* line 3166, app/assets/stylesheets/theme/core.scss */
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}

/* line 3179, app/assets/stylesheets/theme/core.scss */
.navbar > .container, .navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 3190, app/assets/stylesheets/theme/core.scss */
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 3200, app/assets/stylesheets/theme/core.scss */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

/* line 3204, app/assets/stylesheets/theme/core.scss */
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3214, app/assets/stylesheets/theme/core.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 3219, app/assets/stylesheets/theme/core.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 3224, app/assets/stylesheets/theme/core.scss */
.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* line 3230, app/assets/stylesheets/theme/core.scss */
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-align: center;
  align-items: center;
}

/* line 3237, app/assets/stylesheets/theme/core.scss */
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: .25rem;
}

/* line 3246, app/assets/stylesheets/theme/core.scss */
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

/* line 3250, app/assets/stylesheets/theme/core.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575px) {
  /* line 3261, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 3268, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-sm {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 3277, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 3282, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3286, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 3291, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 3296, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 3301, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 3306, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 3312, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 3319, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-md {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 3328, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 3333, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3337, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 3342, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 3347, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 3352, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 3357, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991px) {
  /* line 3363, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 3370, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-lg {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 3379, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 3384, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3388, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 3393, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 3398, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 3403, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 3408, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  /* line 3414, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 3421, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-xl {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 3430, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 3435, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3439, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 3444, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 3449, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 3454, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 3459, app/assets/stylesheets/theme/core.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 3464, app/assets/stylesheets/theme/core.scss */
.navbar-expand {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 3473, app/assets/stylesheets/theme/core.scss */
.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 3478, app/assets/stylesheets/theme/core.scss */
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 3483, app/assets/stylesheets/theme/core.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 3487, app/assets/stylesheets/theme/core.scss */
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 3492, app/assets/stylesheets/theme/core.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

/* line 3497, app/assets/stylesheets/theme/core.scss */
.navbar-expand > .container, .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 3502, app/assets/stylesheets/theme/core.scss */
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 3507, app/assets/stylesheets/theme/core.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 3511, app/assets/stylesheets/theme/core.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3515, app/assets/stylesheets/theme/core.scss */
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3519, app/assets/stylesheets/theme/core.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 3523, app/assets/stylesheets/theme/core.scss */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

/* line 3527, app/assets/stylesheets/theme/core.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 3531, app/assets/stylesheets/theme/core.scss */
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3535, app/assets/stylesheets/theme/core.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 3540, app/assets/stylesheets/theme/core.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 3544, app/assets/stylesheets/theme/core.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 3548, app/assets/stylesheets/theme/core.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 3552, app/assets/stylesheets/theme/core.scss */
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

/* line 3556, app/assets/stylesheets/theme/core.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 3560, app/assets/stylesheets/theme/core.scss */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

/* line 3564, app/assets/stylesheets/theme/core.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 3568, app/assets/stylesheets/theme/core.scss */
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

/* line 3572, app/assets/stylesheets/theme/core.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 3577, app/assets/stylesheets/theme/core.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 3581, app/assets/stylesheets/theme/core.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 3585, app/assets/stylesheets/theme/core.scss */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

/* line 3599, app/assets/stylesheets/theme/core.scss */
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 3605, app/assets/stylesheets/theme/core.scss */
.card-title {
  margin-bottom: .75rem;
}

/* line 3609, app/assets/stylesheets/theme/core.scss */
.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0;
}

/* line 3614, app/assets/stylesheets/theme/core.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 3618, app/assets/stylesheets/theme/core.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 3622, app/assets/stylesheets/theme/core.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 3626, app/assets/stylesheets/theme/core.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 3631, app/assets/stylesheets/theme/core.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 3636, app/assets/stylesheets/theme/core.scss */
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 3643, app/assets/stylesheets/theme/core.scss */
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

/* line 3647, app/assets/stylesheets/theme/core.scss */
.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 3653, app/assets/stylesheets/theme/core.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

/* line 3657, app/assets/stylesheets/theme/core.scss */
.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0;
}

/* line 3664, app/assets/stylesheets/theme/core.scss */
.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem;
}

/* line 3669, app/assets/stylesheets/theme/core.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 3678, app/assets/stylesheets/theme/core.scss */
.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px);
}

/* line 3683, app/assets/stylesheets/theme/core.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

/* line 3689, app/assets/stylesheets/theme/core.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

@media (min-width: 576px) {
  /* line 3696, app/assets/stylesheets/theme/core.scss */
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 3705, app/assets/stylesheets/theme/core.scss */
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 576px) {
  /* line 3718, app/assets/stylesheets/theme/core.scss */
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 3725, app/assets/stylesheets/theme/core.scss */
  .card-group .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  /* line 3730, app/assets/stylesheets/theme/core.scss */
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 3735, app/assets/stylesheets/theme/core.scss */
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 3740, app/assets/stylesheets/theme/core.scss */
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  /* line 3744, app/assets/stylesheets/theme/core.scss */
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  /* line 3748, app/assets/stylesheets/theme/core.scss */
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 3753, app/assets/stylesheets/theme/core.scss */
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  /* line 3757, app/assets/stylesheets/theme/core.scss */
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  /* line 3761, app/assets/stylesheets/theme/core.scss */
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  /* line 3765, app/assets/stylesheets/theme/core.scss */
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }
}

/* line 3770, app/assets/stylesheets/theme/core.scss */
.card-columns .card {
  margin-bottom: .75rem;
}

@media (min-width: 576px) {
  /* line 3775, app/assets/stylesheets/theme/core.scss */
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  /* line 3782, app/assets/stylesheets/theme/core.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 3788, app/assets/stylesheets/theme/core.scss */
.breadcrumb {
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

/* line 3796, app/assets/stylesheets/theme/core.scss */
.breadcrumb::after {
  display: block;
  clear: both;
  content: "";
}

/* line 3802, app/assets/stylesheets/theme/core.scss */
.breadcrumb-item {
  float: left;
}

/* line 3806, app/assets/stylesheets/theme/core.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #868e96;
  content: "/";
}

/* line 3814, app/assets/stylesheets/theme/core.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 3818, app/assets/stylesheets/theme/core.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 3822, app/assets/stylesheets/theme/core.scss */
.breadcrumb-item.active {
  color: #868e96;
}

/* line 3826, app/assets/stylesheets/theme/core.scss */
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

/* line 3833, app/assets/stylesheets/theme/core.scss */
.pagination li:first-child a {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 3839, app/assets/stylesheets/theme/core.scss */
.pagination li:last-child a {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* line 3844, app/assets/stylesheets/theme/core.scss */
.pagination li.active a, .pagination li.active span {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 3851, app/assets/stylesheets/theme/core.scss */
.pagination li.disabled a, .pagination li.disabled span {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

/* line 3858, app/assets/stylesheets/theme/core.scss */
.page-link, .pagination a, .pagination li span {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 3869, app/assets/stylesheets/theme/core.scss */
.page-link:focus, .page-link:hover, .pagination a:focus, .pagination a:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

/* line 3876, app/assets/stylesheets/theme/core.scss */
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 3882, app/assets/stylesheets/theme/core.scss */
.pagination-lg .pagination li:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

/* line 3887, app/assets/stylesheets/theme/core.scss */
.pagination-lg .pagination li:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

/* line 3892, app/assets/stylesheets/theme/core.scss */
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

/* line 3898, app/assets/stylesheets/theme/core.scss */
.pagination-sm .pagination li:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

/* line 3903, app/assets/stylesheets/theme/core.scss */
.pagination-sm .pagination li:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

/* line 3908, app/assets/stylesheets/theme/core.scss */
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

/* line 3921, app/assets/stylesheets/theme/core.scss */
.badge:empty {
  display: none;
}

/* line 3925, app/assets/stylesheets/theme/core.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 3930, app/assets/stylesheets/theme/core.scss */
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

/* line 3936, app/assets/stylesheets/theme/core.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 3941, app/assets/stylesheets/theme/core.scss */
.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

/* line 3947, app/assets/stylesheets/theme/core.scss */
.badge-secondary {
  color: #fff;
  background-color: #868e96;
}

/* line 3952, app/assets/stylesheets/theme/core.scss */
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}

/* line 3958, app/assets/stylesheets/theme/core.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 3963, app/assets/stylesheets/theme/core.scss */
.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

/* line 3969, app/assets/stylesheets/theme/core.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 3974, app/assets/stylesheets/theme/core.scss */
.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

/* line 3980, app/assets/stylesheets/theme/core.scss */
.badge-warning {
  color: #111;
  background-color: #ffc107;
}

/* line 3985, app/assets/stylesheets/theme/core.scss */
.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d39e00;
}

/* line 3991, app/assets/stylesheets/theme/core.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 3996, app/assets/stylesheets/theme/core.scss */
.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

/* line 4002, app/assets/stylesheets/theme/core.scss */
.badge-light {
  color: #111;
  background-color: #f8f9fa;
}

/* line 4007, app/assets/stylesheets/theme/core.scss */
.badge-light[href]:focus, .badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}

/* line 4013, app/assets/stylesheets/theme/core.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 4018, app/assets/stylesheets/theme/core.scss */
.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

/* line 4024, app/assets/stylesheets/theme/core.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}

@media (min-width: 576px) {
  /* line 4032, app/assets/stylesheets/theme/core.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 4037, app/assets/stylesheets/theme/core.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 4043, app/assets/stylesheets/theme/core.scss */
.alert {
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

/* line 4050, app/assets/stylesheets/theme/core.scss */
.alert-heading {
  color: inherit;
}

/* line 4054, app/assets/stylesheets/theme/core.scss */
.alert-link {
  font-weight: 700;
}

/* line 4058, app/assets/stylesheets/theme/core.scss */
.alert-dismissible .close {
  position: relative;
  top: -.75rem;
  right: -1.25rem;
  padding: .75rem 1.25rem;
  color: inherit;
}

/* line 4066, app/assets/stylesheets/theme/core.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 4072, app/assets/stylesheets/theme/core.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 4076, app/assets/stylesheets/theme/core.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 4080, app/assets/stylesheets/theme/core.scss */
.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

/* line 4086, app/assets/stylesheets/theme/core.scss */
.alert-secondary hr {
  border-top-color: #cfd2d6;
}

/* line 4090, app/assets/stylesheets/theme/core.scss */
.alert-secondary .alert-link {
  color: #2e3133;
}

/* line 4094, app/assets/stylesheets/theme/core.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 4100, app/assets/stylesheets/theme/core.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 4104, app/assets/stylesheets/theme/core.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 4108, app/assets/stylesheets/theme/core.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 4114, app/assets/stylesheets/theme/core.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 4118, app/assets/stylesheets/theme/core.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 4122, app/assets/stylesheets/theme/core.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 4128, app/assets/stylesheets/theme/core.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 4132, app/assets/stylesheets/theme/core.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 4136, app/assets/stylesheets/theme/core.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 4142, app/assets/stylesheets/theme/core.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 4146, app/assets/stylesheets/theme/core.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 4150, app/assets/stylesheets/theme/core.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 4156, app/assets/stylesheets/theme/core.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 4160, app/assets/stylesheets/theme/core.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 4164, app/assets/stylesheets/theme/core.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 4170, app/assets/stylesheets/theme/core.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 4174, app/assets/stylesheets/theme/core.scss */
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 4196, app/assets/stylesheets/theme/core.scss */
.progress {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: .75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #e9ecef;
  border-radius: .25rem;
}

/* line 4207, app/assets/stylesheets/theme/core.scss */
.progress-bar {
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  background-color: #007bff;
  transition: width .6s ease;
}

/* line 4215, app/assets/stylesheets/theme/core.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 4220, app/assets/stylesheets/theme/core.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

/* line 4225, app/assets/stylesheets/theme/core.scss */
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 4232, app/assets/stylesheets/theme/core.scss */
.media-body {
  -ms-flex: 1;
  flex: 1;
}

/* line 4237, app/assets/stylesheets/theme/core.scss */
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 4246, app/assets/stylesheets/theme/core.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 4252, app/assets/stylesheets/theme/core.scss */
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 4258, app/assets/stylesheets/theme/core.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 4263, app/assets/stylesheets/theme/core.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 4272, app/assets/stylesheets/theme/core.scss */
.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 4277, app/assets/stylesheets/theme/core.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 4283, app/assets/stylesheets/theme/core.scss */
.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}

/* line 4287, app/assets/stylesheets/theme/core.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}

/* line 4292, app/assets/stylesheets/theme/core.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 4299, app/assets/stylesheets/theme/core.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 4305, app/assets/stylesheets/theme/core.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 4309, app/assets/stylesheets/theme/core.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 4313, app/assets/stylesheets/theme/core.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 4318, app/assets/stylesheets/theme/core.scss */
a.list-group-item-primary, button.list-group-item-primary {
  color: #004085;
}

/* line 4322, app/assets/stylesheets/theme/core.scss */
a.list-group-item-primary:focus, a.list-group-item-primary:hover, button.list-group-item-primary:focus, button.list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff;
}

/* line 4327, app/assets/stylesheets/theme/core.scss */
a.list-group-item-primary.active, button.list-group-item-primary.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 4333, app/assets/stylesheets/theme/core.scss */
.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

/* line 4338, app/assets/stylesheets/theme/core.scss */
a.list-group-item-secondary, button.list-group-item-secondary {
  color: #464a4e;
}

/* line 4342, app/assets/stylesheets/theme/core.scss */
a.list-group-item-secondary:focus, a.list-group-item-secondary:hover, button.list-group-item-secondary:focus, button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}

/* line 4347, app/assets/stylesheets/theme/core.scss */
a.list-group-item-secondary.active, button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

/* line 4353, app/assets/stylesheets/theme/core.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 4358, app/assets/stylesheets/theme/core.scss */
a.list-group-item-success, button.list-group-item-success {
  color: #155724;
}

/* line 4362, app/assets/stylesheets/theme/core.scss */
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 4367, app/assets/stylesheets/theme/core.scss */
a.list-group-item-success.active, button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4373, app/assets/stylesheets/theme/core.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 4378, app/assets/stylesheets/theme/core.scss */
a.list-group-item-info, button.list-group-item-info {
  color: #0c5460;
}

/* line 4382, app/assets/stylesheets/theme/core.scss */
a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 4387, app/assets/stylesheets/theme/core.scss */
a.list-group-item-info.active, button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4393, app/assets/stylesheets/theme/core.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 4398, app/assets/stylesheets/theme/core.scss */
a.list-group-item-warning, button.list-group-item-warning {
  color: #856404;
}

/* line 4402, app/assets/stylesheets/theme/core.scss */
a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 4407, app/assets/stylesheets/theme/core.scss */
a.list-group-item-warning.active, button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4413, app/assets/stylesheets/theme/core.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 4418, app/assets/stylesheets/theme/core.scss */
a.list-group-item-danger, button.list-group-item-danger {
  color: #721c24;
}

/* line 4422, app/assets/stylesheets/theme/core.scss */
a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 4427, app/assets/stylesheets/theme/core.scss */
a.list-group-item-danger.active, button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4433, app/assets/stylesheets/theme/core.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 4438, app/assets/stylesheets/theme/core.scss */
a.list-group-item-light, button.list-group-item-light {
  color: #818182;
}

/* line 4442, app/assets/stylesheets/theme/core.scss */
a.list-group-item-light:focus, a.list-group-item-light:hover, button.list-group-item-light:focus, button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}

/* line 4447, app/assets/stylesheets/theme/core.scss */
a.list-group-item-light.active, button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4453, app/assets/stylesheets/theme/core.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 4458, app/assets/stylesheets/theme/core.scss */
a.list-group-item-dark, button.list-group-item-dark {
  color: #1b1e21;
}

/* line 4462, app/assets/stylesheets/theme/core.scss */
a.list-group-item-dark:focus, a.list-group-item-dark:hover, button.list-group-item-dark:focus, button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 4467, app/assets/stylesheets/theme/core.scss */
a.list-group-item-dark.active, button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 4473, app/assets/stylesheets/theme/core.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 4483, app/assets/stylesheets/theme/core.scss */
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

/* line 4489, app/assets/stylesheets/theme/core.scss */
button.close {
  padding: 0;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

/* line 4496, app/assets/stylesheets/theme/core.scss */
.modal-open {
  overflow: hidden;
}

/* line 4500, app/assets/stylesheets/theme/core.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

/* line 4512, app/assets/stylesheets/theme/core.scss */
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

/* line 4520, app/assets/stylesheets/theme/core.scss */
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 4525, app/assets/stylesheets/theme/core.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 4530, app/assets/stylesheets/theme/core.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 4536, app/assets/stylesheets/theme/core.scss */
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0;
}

/* line 4549, app/assets/stylesheets/theme/core.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 4559, app/assets/stylesheets/theme/core.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 4563, app/assets/stylesheets/theme/core.scss */
.modal-backdrop.show {
  opacity: .5;
}

/* line 4567, app/assets/stylesheets/theme/core.scss */
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
}

/* line 4578, app/assets/stylesheets/theme/core.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 4583, app/assets/stylesheets/theme/core.scss */
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}

/* line 4590, app/assets/stylesheets/theme/core.scss */
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}

/* line 4601, app/assets/stylesheets/theme/core.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 4605, app/assets/stylesheets/theme/core.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 4609, app/assets/stylesheets/theme/core.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 4618, app/assets/stylesheets/theme/core.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  /* line 4623, app/assets/stylesheets/theme/core.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 4629, app/assets/stylesheets/theme/core.scss */
  .modal-lg {
    max-width: 800px;
  }
}

/* line 4634, app/assets/stylesheets/theme/core.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 4658, app/assets/stylesheets/theme/core.scss */
.tooltip.show {
  opacity: .9;
}

/* line 4662, app/assets/stylesheets/theme/core.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}

/* line 4669, app/assets/stylesheets/theme/core.scss */
.tooltip.bs-tooltip-auto[x-placement^=top], .tooltip.bs-tooltip-top {
  padding: 5px 0;
}

/* line 4673, app/assets/stylesheets/theme/core.scss */
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.bs-tooltip-top .arrow {
  bottom: 0;
}

/* line 4677, app/assets/stylesheets/theme/core.scss */
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 4684, app/assets/stylesheets/theme/core.scss */
.tooltip.bs-tooltip-auto[x-placement^=right], .tooltip.bs-tooltip-right {
  padding: 0 5px;
}

/* line 4688, app/assets/stylesheets/theme/core.scss */
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.bs-tooltip-right .arrow {
  left: 0;
}

/* line 4692, app/assets/stylesheets/theme/core.scss */
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 4699, app/assets/stylesheets/theme/core.scss */
.tooltip.bs-tooltip-auto[x-placement^=bottom], .tooltip.bs-tooltip-bottom {
  padding: 5px 0;
}

/* line 4703, app/assets/stylesheets/theme/core.scss */
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.bs-tooltip-bottom .arrow {
  top: 0;
}

/* line 4707, app/assets/stylesheets/theme/core.scss */
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 4714, app/assets/stylesheets/theme/core.scss */
.tooltip.bs-tooltip-auto[x-placement^=left], .tooltip.bs-tooltip-left {
  padding: 0 5px;
}

/* line 4718, app/assets/stylesheets/theme/core.scss */
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.bs-tooltip-left .arrow {
  right: 0;
}

/* line 4722, app/assets/stylesheets/theme/core.scss */
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 4730, app/assets/stylesheets/theme/core.scss */
.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

/* line 4736, app/assets/stylesheets/theme/core.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}

/* line 4745, app/assets/stylesheets/theme/core.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
}

/* line 4775, app/assets/stylesheets/theme/core.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 5px;
}

/* line 4782, app/assets/stylesheets/theme/core.scss */
.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}

/* line 4789, app/assets/stylesheets/theme/core.scss */
.popover .arrow::before {
  content: "";
  border-width: 11px;
}

/* line 4794, app/assets/stylesheets/theme/core.scss */
.popover .arrow::after {
  content: "";
  border-width: 11px;
}

/* line 4799, app/assets/stylesheets/theme/core.scss */
.popover.bs-popover-auto[x-placement^=top], .popover.bs-popover-top {
  margin-bottom: 10px;
}

/* line 4803, app/assets/stylesheets/theme/core.scss */
.popover.bs-popover-auto[x-placement^=top] .arrow, .popover.bs-popover-top .arrow {
  bottom: 0;
}

/* line 4807, app/assets/stylesheets/theme/core.scss */
.popover.bs-popover-auto[x-placement^=top] .arrow::after, .popover.bs-popover-auto[x-placement^=top] .arrow::before, .popover.bs-popover-top .arrow::after, .popover.bs-popover-top .arrow::before {
  border-bottom-width: 0;
}

/* line 4811, app/assets/stylesheets/theme/core.scss */
.popover.bs-popover-auto[x-placement^=top] .arrow::before, .popover.bs-popover-top .arrow::before {
  bottom: -11px;
  margin-left: -6px;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 4817, app/assets/stylesheets/theme/core.scss */
.popover.bs-popover-auto[x-placement^=top] .arrow::after, .popover.bs-popover-top .arrow::after {
  bottom: -10px;
  margin-left: -6px;
  border-top-color: #fff;
}

/* line 4823, app/assets/stylesheets/theme/core.scss */
.popover.bs-popover-auto[x-placement^=right], .popover.bs-popover-right {
  margin-left: 10px;
}

/* line 4827, app/assets/stylesheets/theme/core.scss */
.popover.bs-popover-auto[x-placement^=right] .arrow, .popover.bs-popover-right .arrow {
  left: 0;
}

/* line 4831, app/assets/stylesheets/theme/core.scss */
.popover.bs-popover-auto[x-placement^=right] .arrow::after, .popover.bs-popover-auto[x-placement^=right] .arrow::before, .popover.bs-popover-right .arrow::after, .popover.bs-popover-right .arrow::before {
  margin-top: -8px;
  border-left-width: 0;
}

/* line 4836, app/assets/stylesheets/theme/core.scss */
.popover.bs-popover-auto[x-placement^=right] .arrow::before, .popover.bs-popover-right .arrow::before {
  left: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 4841, app/assets/stylesheets/theme/core.scss */
.popover.bs-popover-auto[x-placement^=right] .arrow::after, .popover.bs-popover-right .arrow::after {
  left: -10px;
  border-right-color: #fff;
}

/* line 4846, app/assets/stylesheets/theme/core.scss */
.popover.bs-popover-auto[x-placement^=bottom], .popover.bs-popover-bottom {
  margin-top: 10px;
}

/* line 4850, app/assets/stylesheets/theme/core.scss */
.popover.bs-popover-auto[x-placement^=bottom] .arrow, .popover.bs-popover-bottom .arrow {
  top: 0;
}

/* line 4854, app/assets/stylesheets/theme/core.scss */
.popover.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover.bs-popover-auto[x-placement^=bottom] .arrow::before, .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-bottom .arrow::before {
  margin-left: -7px;
  border-top-width: 0;
}

/* line 4859, app/assets/stylesheets/theme/core.scss */
.popover.bs-popover-auto[x-placement^=bottom] .arrow::before, .popover.bs-popover-bottom .arrow::before {
  top: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 4864, app/assets/stylesheets/theme/core.scss */
.popover.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover.bs-popover-bottom .arrow::after {
  top: -10px;
  border-bottom-color: #fff;
}

/* line 4869, app/assets/stylesheets/theme/core.scss */
.popover.bs-popover-auto[x-placement^=bottom] .popover-header::before, .popover.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 4880, app/assets/stylesheets/theme/core.scss */
.popover.bs-popover-auto[x-placement^=left], .popover.bs-popover-left {
  margin-right: 10px;
}

/* line 4884, app/assets/stylesheets/theme/core.scss */
.popover.bs-popover-auto[x-placement^=left] .arrow, .popover.bs-popover-left .arrow {
  right: 0;
}

/* line 4888, app/assets/stylesheets/theme/core.scss */
.popover.bs-popover-auto[x-placement^=left] .arrow::after, .popover.bs-popover-auto[x-placement^=left] .arrow::before, .popover.bs-popover-left .arrow::after, .popover.bs-popover-left .arrow::before {
  margin-top: -8px;
  border-right-width: 0;
}

/* line 4893, app/assets/stylesheets/theme/core.scss */
.popover.bs-popover-auto[x-placement^=left] .arrow::before, .popover.bs-popover-left .arrow::before {
  right: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 4898, app/assets/stylesheets/theme/core.scss */
.popover.bs-popover-auto[x-placement^=left] .arrow::after, .popover.bs-popover-left .arrow::after {
  right: -10px;
  border-left-color: #fff;
}

/* line 4903, app/assets/stylesheets/theme/core.scss */
.popover-header {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

/* line 4914, app/assets/stylesheets/theme/core.scss */
.popover-header:empty {
  display: none;
}

/* line 4918, app/assets/stylesheets/theme/core.scss */
.popover-body {
  padding: 9px 14px;
  color: #212529;
}

/* line 4923, app/assets/stylesheets/theme/core.scss */
.carousel {
  position: relative;
}

/* line 4927, app/assets/stylesheets/theme/core.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 4933, app/assets/stylesheets/theme/core.scss */
.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

/* line 4948, app/assets/stylesheets/theme/core.scss */
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

/* line 4952, app/assets/stylesheets/theme/core.scss */
.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 4957, app/assets/stylesheets/theme/core.scss */
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  /* line 4963, app/assets/stylesheets/theme/core.scss */
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 4969, app/assets/stylesheets/theme/core.scss */
.active.carousel-item-right, .carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  /* line 4975, app/assets/stylesheets/theme/core.scss */
  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 4981, app/assets/stylesheets/theme/core.scss */
.active.carousel-item-left, .carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  /* line 4987, app/assets/stylesheets/theme/core.scss */
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 4993, app/assets/stylesheets/theme/core.scss */
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
}

/* line 5009, app/assets/stylesheets/theme/core.scss */
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 5016, app/assets/stylesheets/theme/core.scss */
.carousel-control-prev {
  left: 0;
}

/* line 5020, app/assets/stylesheets/theme/core.scss */
.carousel-control-next {
  right: 0;
}

/* line 5024, app/assets/stylesheets/theme/core.scss */
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 5032, app/assets/stylesheets/theme/core.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 5036, app/assets/stylesheets/theme/core.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* line 5040, app/assets/stylesheets/theme/core.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 5056, app/assets/stylesheets/theme/core.scss */
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 5068, app/assets/stylesheets/theme/core.scss */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 5078, app/assets/stylesheets/theme/core.scss */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 5088, app/assets/stylesheets/theme/core.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 5092, app/assets/stylesheets/theme/core.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 5104, app/assets/stylesheets/theme/core.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 5108, app/assets/stylesheets/theme/core.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5112, app/assets/stylesheets/theme/core.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 5116, app/assets/stylesheets/theme/core.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 5120, app/assets/stylesheets/theme/core.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 5124, app/assets/stylesheets/theme/core.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 5128, app/assets/stylesheets/theme/core.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 5132, app/assets/stylesheets/theme/core.scss */
a.bg-primary:focus, a.bg-primary:hover {
  background-color: #0062cc !important;
}

/* line 5136, app/assets/stylesheets/theme/core.scss */
.bg-secondary {
  background-color: #868e96 !important;
}

/* line 5140, app/assets/stylesheets/theme/core.scss */
a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important;
}

/* line 5144, app/assets/stylesheets/theme/core.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 5148, app/assets/stylesheets/theme/core.scss */
a.bg-success:focus, a.bg-success:hover {
  background-color: #1e7e34 !important;
}

/* line 5152, app/assets/stylesheets/theme/core.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 5156, app/assets/stylesheets/theme/core.scss */
a.bg-info:focus, a.bg-info:hover {
  background-color: #117a8b !important;
}

/* line 5160, app/assets/stylesheets/theme/core.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 5164, app/assets/stylesheets/theme/core.scss */
a.bg-warning:focus, a.bg-warning:hover {
  background-color: #d39e00 !important;
}

/* line 5168, app/assets/stylesheets/theme/core.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 5172, app/assets/stylesheets/theme/core.scss */
a.bg-danger:focus, a.bg-danger:hover {
  background-color: #bd2130 !important;
}

/* line 5176, app/assets/stylesheets/theme/core.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 5180, app/assets/stylesheets/theme/core.scss */
a.bg-light:focus, a.bg-light:hover {
  background-color: #dae0e5 !important;
}

/* line 5184, app/assets/stylesheets/theme/core.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 5188, app/assets/stylesheets/theme/core.scss */
a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important;
}

/* line 5192, app/assets/stylesheets/theme/core.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 5196, app/assets/stylesheets/theme/core.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 5200, app/assets/stylesheets/theme/core.scss */
.border {
  border: 1px solid #e9ecef !important;
}

/* line 5204, app/assets/stylesheets/theme/core.scss */
.border-0 {
  border: 0 !important;
}

/* line 5208, app/assets/stylesheets/theme/core.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 5212, app/assets/stylesheets/theme/core.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 5216, app/assets/stylesheets/theme/core.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 5220, app/assets/stylesheets/theme/core.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 5224, app/assets/stylesheets/theme/core.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 5228, app/assets/stylesheets/theme/core.scss */
.border-secondary {
  border-color: #868e96 !important;
}

/* line 5232, app/assets/stylesheets/theme/core.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 5236, app/assets/stylesheets/theme/core.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 5240, app/assets/stylesheets/theme/core.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 5244, app/assets/stylesheets/theme/core.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 5248, app/assets/stylesheets/theme/core.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 5252, app/assets/stylesheets/theme/core.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 5256, app/assets/stylesheets/theme/core.scss */
.border-white {
  border-color: #fff !important;
}

/* line 5260, app/assets/stylesheets/theme/core.scss */
.rounded {
  border-radius: .25rem !important;
}

/* line 5264, app/assets/stylesheets/theme/core.scss */
.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}

/* line 5269, app/assets/stylesheets/theme/core.scss */
.rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}

/* line 5274, app/assets/stylesheets/theme/core.scss */
.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

/* line 5279, app/assets/stylesheets/theme/core.scss */
.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

/* line 5284, app/assets/stylesheets/theme/core.scss */
.rounded-circle {
  border-radius: 50%;
}

/* line 5288, app/assets/stylesheets/theme/core.scss */
.rounded-0 {
  border-radius: 0;
}

/* line 5292, app/assets/stylesheets/theme/core.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 5298, app/assets/stylesheets/theme/core.scss */
.d-none {
  display: none !important;
}

/* line 5302, app/assets/stylesheets/theme/core.scss */
.d-inline {
  display: inline !important;
}

/* line 5306, app/assets/stylesheets/theme/core.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 5310, app/assets/stylesheets/theme/core.scss */
.d-block {
  display: block !important;
}

/* line 5314, app/assets/stylesheets/theme/core.scss */
.d-table {
  display: table !important;
}

/* line 5318, app/assets/stylesheets/theme/core.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 5322, app/assets/stylesheets/theme/core.scss */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 5327, app/assets/stylesheets/theme/core.scss */
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 5333, app/assets/stylesheets/theme/core.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 5337, app/assets/stylesheets/theme/core.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 5341, app/assets/stylesheets/theme/core.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 5345, app/assets/stylesheets/theme/core.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 5349, app/assets/stylesheets/theme/core.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 5353, app/assets/stylesheets/theme/core.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 5357, app/assets/stylesheets/theme/core.scss */
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 5362, app/assets/stylesheets/theme/core.scss */
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 5369, app/assets/stylesheets/theme/core.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 5373, app/assets/stylesheets/theme/core.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 5377, app/assets/stylesheets/theme/core.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 5381, app/assets/stylesheets/theme/core.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 5385, app/assets/stylesheets/theme/core.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 5389, app/assets/stylesheets/theme/core.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 5393, app/assets/stylesheets/theme/core.scss */
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 5398, app/assets/stylesheets/theme/core.scss */
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 5405, app/assets/stylesheets/theme/core.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 5409, app/assets/stylesheets/theme/core.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 5413, app/assets/stylesheets/theme/core.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 5417, app/assets/stylesheets/theme/core.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 5421, app/assets/stylesheets/theme/core.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 5425, app/assets/stylesheets/theme/core.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 5429, app/assets/stylesheets/theme/core.scss */
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 5434, app/assets/stylesheets/theme/core.scss */
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 5441, app/assets/stylesheets/theme/core.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 5445, app/assets/stylesheets/theme/core.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 5449, app/assets/stylesheets/theme/core.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 5453, app/assets/stylesheets/theme/core.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 5457, app/assets/stylesheets/theme/core.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 5461, app/assets/stylesheets/theme/core.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 5465, app/assets/stylesheets/theme/core.scss */
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 5470, app/assets/stylesheets/theme/core.scss */
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* line 5476, app/assets/stylesheets/theme/core.scss */
.d-print-block {
  display: none !important;
}

@media print {
  /* line 5481, app/assets/stylesheets/theme/core.scss */
  .d-print-block {
    display: block !important;
  }
}

/* line 5486, app/assets/stylesheets/theme/core.scss */
.d-print-inline {
  display: none !important;
}

@media print {
  /* line 5491, app/assets/stylesheets/theme/core.scss */
  .d-print-inline {
    display: inline !important;
  }
}

/* line 5496, app/assets/stylesheets/theme/core.scss */
.d-print-inline-block {
  display: none !important;
}

@media print {
  /* line 5501, app/assets/stylesheets/theme/core.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 5507, app/assets/stylesheets/theme/core.scss */
  .d-print-none {
    display: none !important;
  }
}

/* line 5512, app/assets/stylesheets/theme/core.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 5520, app/assets/stylesheets/theme/core.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 5525, app/assets/stylesheets/theme/core.scss */
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 5535, app/assets/stylesheets/theme/core.scss */
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

/* line 5539, app/assets/stylesheets/theme/core.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 5543, app/assets/stylesheets/theme/core.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 5547, app/assets/stylesheets/theme/core.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 5551, app/assets/stylesheets/theme/core.scss */
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* line 5556, app/assets/stylesheets/theme/core.scss */
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 5561, app/assets/stylesheets/theme/core.scss */
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

/* line 5566, app/assets/stylesheets/theme/core.scss */
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

/* line 5571, app/assets/stylesheets/theme/core.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 5576, app/assets/stylesheets/theme/core.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 5581, app/assets/stylesheets/theme/core.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

/* line 5586, app/assets/stylesheets/theme/core.scss */
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 5591, app/assets/stylesheets/theme/core.scss */
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/* line 5596, app/assets/stylesheets/theme/core.scss */
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 5601, app/assets/stylesheets/theme/core.scss */
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* line 5606, app/assets/stylesheets/theme/core.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 5611, app/assets/stylesheets/theme/core.scss */
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 5616, app/assets/stylesheets/theme/core.scss */
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* line 5621, app/assets/stylesheets/theme/core.scss */
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 5626, app/assets/stylesheets/theme/core.scss */
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* line 5631, app/assets/stylesheets/theme/core.scss */
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* line 5636, app/assets/stylesheets/theme/core.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 5641, app/assets/stylesheets/theme/core.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 5646, app/assets/stylesheets/theme/core.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 5651, app/assets/stylesheets/theme/core.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 5656, app/assets/stylesheets/theme/core.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 5661, app/assets/stylesheets/theme/core.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 5666, app/assets/stylesheets/theme/core.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 5671, app/assets/stylesheets/theme/core.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 5676, app/assets/stylesheets/theme/core.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 5681, app/assets/stylesheets/theme/core.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 5686, app/assets/stylesheets/theme/core.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 5691, app/assets/stylesheets/theme/core.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 5697, app/assets/stylesheets/theme/core.scss */
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 5702, app/assets/stylesheets/theme/core.scss */
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 5707, app/assets/stylesheets/theme/core.scss */
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 5712, app/assets/stylesheets/theme/core.scss */
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 5717, app/assets/stylesheets/theme/core.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 5722, app/assets/stylesheets/theme/core.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 5727, app/assets/stylesheets/theme/core.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 5732, app/assets/stylesheets/theme/core.scss */
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 5737, app/assets/stylesheets/theme/core.scss */
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 5742, app/assets/stylesheets/theme/core.scss */
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 5747, app/assets/stylesheets/theme/core.scss */
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 5752, app/assets/stylesheets/theme/core.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 5757, app/assets/stylesheets/theme/core.scss */
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 5762, app/assets/stylesheets/theme/core.scss */
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 5767, app/assets/stylesheets/theme/core.scss */
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 5772, app/assets/stylesheets/theme/core.scss */
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 5777, app/assets/stylesheets/theme/core.scss */
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 5782, app/assets/stylesheets/theme/core.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 5787, app/assets/stylesheets/theme/core.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 5792, app/assets/stylesheets/theme/core.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 5797, app/assets/stylesheets/theme/core.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 5802, app/assets/stylesheets/theme/core.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 5807, app/assets/stylesheets/theme/core.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 5812, app/assets/stylesheets/theme/core.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 5817, app/assets/stylesheets/theme/core.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 5822, app/assets/stylesheets/theme/core.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 5827, app/assets/stylesheets/theme/core.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 5832, app/assets/stylesheets/theme/core.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 5837, app/assets/stylesheets/theme/core.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 5844, app/assets/stylesheets/theme/core.scss */
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 5849, app/assets/stylesheets/theme/core.scss */
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 5854, app/assets/stylesheets/theme/core.scss */
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 5859, app/assets/stylesheets/theme/core.scss */
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 5864, app/assets/stylesheets/theme/core.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 5869, app/assets/stylesheets/theme/core.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 5874, app/assets/stylesheets/theme/core.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 5879, app/assets/stylesheets/theme/core.scss */
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 5884, app/assets/stylesheets/theme/core.scss */
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 5889, app/assets/stylesheets/theme/core.scss */
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 5894, app/assets/stylesheets/theme/core.scss */
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 5899, app/assets/stylesheets/theme/core.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 5904, app/assets/stylesheets/theme/core.scss */
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 5909, app/assets/stylesheets/theme/core.scss */
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 5914, app/assets/stylesheets/theme/core.scss */
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 5919, app/assets/stylesheets/theme/core.scss */
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 5924, app/assets/stylesheets/theme/core.scss */
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 5929, app/assets/stylesheets/theme/core.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 5934, app/assets/stylesheets/theme/core.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 5939, app/assets/stylesheets/theme/core.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 5944, app/assets/stylesheets/theme/core.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 5949, app/assets/stylesheets/theme/core.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 5954, app/assets/stylesheets/theme/core.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 5959, app/assets/stylesheets/theme/core.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 5964, app/assets/stylesheets/theme/core.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 5969, app/assets/stylesheets/theme/core.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 5974, app/assets/stylesheets/theme/core.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 5979, app/assets/stylesheets/theme/core.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 5984, app/assets/stylesheets/theme/core.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 5991, app/assets/stylesheets/theme/core.scss */
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 5996, app/assets/stylesheets/theme/core.scss */
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 6001, app/assets/stylesheets/theme/core.scss */
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 6006, app/assets/stylesheets/theme/core.scss */
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 6011, app/assets/stylesheets/theme/core.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 6016, app/assets/stylesheets/theme/core.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 6021, app/assets/stylesheets/theme/core.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 6026, app/assets/stylesheets/theme/core.scss */
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 6031, app/assets/stylesheets/theme/core.scss */
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 6036, app/assets/stylesheets/theme/core.scss */
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 6041, app/assets/stylesheets/theme/core.scss */
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 6046, app/assets/stylesheets/theme/core.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 6051, app/assets/stylesheets/theme/core.scss */
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 6056, app/assets/stylesheets/theme/core.scss */
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 6061, app/assets/stylesheets/theme/core.scss */
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 6066, app/assets/stylesheets/theme/core.scss */
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 6071, app/assets/stylesheets/theme/core.scss */
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 6076, app/assets/stylesheets/theme/core.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 6081, app/assets/stylesheets/theme/core.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 6086, app/assets/stylesheets/theme/core.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 6091, app/assets/stylesheets/theme/core.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 6096, app/assets/stylesheets/theme/core.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 6101, app/assets/stylesheets/theme/core.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 6106, app/assets/stylesheets/theme/core.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 6111, app/assets/stylesheets/theme/core.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 6116, app/assets/stylesheets/theme/core.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 6121, app/assets/stylesheets/theme/core.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 6126, app/assets/stylesheets/theme/core.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 6131, app/assets/stylesheets/theme/core.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 6138, app/assets/stylesheets/theme/core.scss */
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 6143, app/assets/stylesheets/theme/core.scss */
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 6148, app/assets/stylesheets/theme/core.scss */
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 6153, app/assets/stylesheets/theme/core.scss */
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 6158, app/assets/stylesheets/theme/core.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 6163, app/assets/stylesheets/theme/core.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 6168, app/assets/stylesheets/theme/core.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 6173, app/assets/stylesheets/theme/core.scss */
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 6178, app/assets/stylesheets/theme/core.scss */
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 6183, app/assets/stylesheets/theme/core.scss */
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 6188, app/assets/stylesheets/theme/core.scss */
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 6193, app/assets/stylesheets/theme/core.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 6198, app/assets/stylesheets/theme/core.scss */
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 6203, app/assets/stylesheets/theme/core.scss */
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 6208, app/assets/stylesheets/theme/core.scss */
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 6213, app/assets/stylesheets/theme/core.scss */
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 6218, app/assets/stylesheets/theme/core.scss */
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 6223, app/assets/stylesheets/theme/core.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 6228, app/assets/stylesheets/theme/core.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 6233, app/assets/stylesheets/theme/core.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 6238, app/assets/stylesheets/theme/core.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 6243, app/assets/stylesheets/theme/core.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 6248, app/assets/stylesheets/theme/core.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 6253, app/assets/stylesheets/theme/core.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 6258, app/assets/stylesheets/theme/core.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 6263, app/assets/stylesheets/theme/core.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 6268, app/assets/stylesheets/theme/core.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 6273, app/assets/stylesheets/theme/core.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 6278, app/assets/stylesheets/theme/core.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/* line 6284, app/assets/stylesheets/theme/core.scss */
.float-left {
  float: left !important;
}

/* line 6288, app/assets/stylesheets/theme/core.scss */
.float-right {
  float: right !important;
}

/* line 6292, app/assets/stylesheets/theme/core.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 6297, app/assets/stylesheets/theme/core.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 6301, app/assets/stylesheets/theme/core.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 6305, app/assets/stylesheets/theme/core.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 6311, app/assets/stylesheets/theme/core.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 6315, app/assets/stylesheets/theme/core.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 6319, app/assets/stylesheets/theme/core.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 6325, app/assets/stylesheets/theme/core.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 6329, app/assets/stylesheets/theme/core.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 6333, app/assets/stylesheets/theme/core.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 6339, app/assets/stylesheets/theme/core.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 6343, app/assets/stylesheets/theme/core.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 6347, app/assets/stylesheets/theme/core.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 6352, app/assets/stylesheets/theme/core.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 6360, app/assets/stylesheets/theme/core.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 6369, app/assets/stylesheets/theme/core.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 6377, app/assets/stylesheets/theme/core.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

/* line 6390, app/assets/stylesheets/theme/core.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

/* line 6401, app/assets/stylesheets/theme/core.scss */
.w-25 {
  width: 25% !important;
}

/* line 6405, app/assets/stylesheets/theme/core.scss */
.w-50 {
  width: 50% !important;
}

/* line 6409, app/assets/stylesheets/theme/core.scss */
.w-75 {
  width: 75% !important;
}

/* line 6413, app/assets/stylesheets/theme/core.scss */
.w-100 {
  width: 100% !important;
}

/* line 6417, app/assets/stylesheets/theme/core.scss */
.h-25 {
  height: 25% !important;
}

/* line 6421, app/assets/stylesheets/theme/core.scss */
.h-50 {
  height: 50% !important;
}

/* line 6425, app/assets/stylesheets/theme/core.scss */
.h-75 {
  height: 75% !important;
}

/* line 6429, app/assets/stylesheets/theme/core.scss */
.h-100 {
  height: 100% !important;
}

/* line 6433, app/assets/stylesheets/theme/core.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 6437, app/assets/stylesheets/theme/core.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 6441, app/assets/stylesheets/theme/core.scss */
.m-0 {
  margin: 0 !important;
}

/* line 6445, app/assets/stylesheets/theme/core.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 6449, app/assets/stylesheets/theme/core.scss */
.mr-0 {
  margin-right: 0 !important;
}

/* line 6453, app/assets/stylesheets/theme/core.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 6457, app/assets/stylesheets/theme/core.scss */
.ml-0 {
  margin-left: 0 !important;
}

/* line 6461, app/assets/stylesheets/theme/core.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 6466, app/assets/stylesheets/theme/core.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 6471, app/assets/stylesheets/theme/core.scss */
.m-1 {
  margin: .25rem !important;
}

/* line 6475, app/assets/stylesheets/theme/core.scss */
.mt-1 {
  margin-top: .25rem !important;
}

/* line 6479, app/assets/stylesheets/theme/core.scss */
.mr-1 {
  margin-right: .25rem !important;
}

/* line 6483, app/assets/stylesheets/theme/core.scss */
.mb-1 {
  margin-bottom: .25rem !important;
}

/* line 6487, app/assets/stylesheets/theme/core.scss */
.ml-1 {
  margin-left: .25rem !important;
}

/* line 6491, app/assets/stylesheets/theme/core.scss */
.mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important;
}

/* line 6496, app/assets/stylesheets/theme/core.scss */
.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}

/* line 6501, app/assets/stylesheets/theme/core.scss */
.m-2 {
  margin: .5rem !important;
}

/* line 6505, app/assets/stylesheets/theme/core.scss */
.mt-2 {
  margin-top: .5rem !important;
}

/* line 6509, app/assets/stylesheets/theme/core.scss */
.mr-2 {
  margin-right: .5rem !important;
}

/* line 6513, app/assets/stylesheets/theme/core.scss */
.mb-2 {
  margin-bottom: .5rem !important;
}

/* line 6517, app/assets/stylesheets/theme/core.scss */
.ml-2 {
  margin-left: .5rem !important;
}

/* line 6521, app/assets/stylesheets/theme/core.scss */
.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important;
}

/* line 6526, app/assets/stylesheets/theme/core.scss */
.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

/* line 6531, app/assets/stylesheets/theme/core.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 6535, app/assets/stylesheets/theme/core.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 6539, app/assets/stylesheets/theme/core.scss */
.mr-3 {
  margin-right: 1rem !important;
}

/* line 6543, app/assets/stylesheets/theme/core.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 6547, app/assets/stylesheets/theme/core.scss */
.ml-3 {
  margin-left: 1rem !important;
}

/* line 6551, app/assets/stylesheets/theme/core.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 6556, app/assets/stylesheets/theme/core.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 6561, app/assets/stylesheets/theme/core.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 6565, app/assets/stylesheets/theme/core.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 6569, app/assets/stylesheets/theme/core.scss */
.mr-4 {
  margin-right: 1.5rem !important;
}

/* line 6573, app/assets/stylesheets/theme/core.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 6577, app/assets/stylesheets/theme/core.scss */
.ml-4 {
  margin-left: 1.5rem !important;
}

/* line 6581, app/assets/stylesheets/theme/core.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 6586, app/assets/stylesheets/theme/core.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 6591, app/assets/stylesheets/theme/core.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 6595, app/assets/stylesheets/theme/core.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 6599, app/assets/stylesheets/theme/core.scss */
.mr-5 {
  margin-right: 3rem !important;
}

/* line 6603, app/assets/stylesheets/theme/core.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 6607, app/assets/stylesheets/theme/core.scss */
.ml-5 {
  margin-left: 3rem !important;
}

/* line 6611, app/assets/stylesheets/theme/core.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 6616, app/assets/stylesheets/theme/core.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 6621, app/assets/stylesheets/theme/core.scss */
.p-0 {
  padding: 0 !important;
}

/* line 6625, app/assets/stylesheets/theme/core.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 6629, app/assets/stylesheets/theme/core.scss */
.pr-0 {
  padding-right: 0 !important;
}

/* line 6633, app/assets/stylesheets/theme/core.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 6637, app/assets/stylesheets/theme/core.scss */
.pl-0 {
  padding-left: 0 !important;
}

/* line 6641, app/assets/stylesheets/theme/core.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 6646, app/assets/stylesheets/theme/core.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 6651, app/assets/stylesheets/theme/core.scss */
.p-1 {
  padding: .25rem !important;
}

/* line 6655, app/assets/stylesheets/theme/core.scss */
.pt-1 {
  padding-top: .25rem !important;
}

/* line 6659, app/assets/stylesheets/theme/core.scss */
.pr-1 {
  padding-right: .25rem !important;
}

/* line 6663, app/assets/stylesheets/theme/core.scss */
.pb-1 {
  padding-bottom: .25rem !important;
}

/* line 6667, app/assets/stylesheets/theme/core.scss */
.pl-1 {
  padding-left: .25rem !important;
}

/* line 6671, app/assets/stylesheets/theme/core.scss */
.px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important;
}

/* line 6676, app/assets/stylesheets/theme/core.scss */
.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

/* line 6681, app/assets/stylesheets/theme/core.scss */
.p-2 {
  padding: .5rem !important;
}

/* line 6685, app/assets/stylesheets/theme/core.scss */
.pt-2 {
  padding-top: .5rem !important;
}

/* line 6689, app/assets/stylesheets/theme/core.scss */
.pr-2 {
  padding-right: .5rem !important;
}

/* line 6693, app/assets/stylesheets/theme/core.scss */
.pb-2 {
  padding-bottom: .5rem !important;
}

/* line 6697, app/assets/stylesheets/theme/core.scss */
.pl-2 {
  padding-left: .5rem !important;
}

/* line 6701, app/assets/stylesheets/theme/core.scss */
.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}

/* line 6706, app/assets/stylesheets/theme/core.scss */
.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

/* line 6711, app/assets/stylesheets/theme/core.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 6715, app/assets/stylesheets/theme/core.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 6719, app/assets/stylesheets/theme/core.scss */
.pr-3 {
  padding-right: 1rem !important;
}

/* line 6723, app/assets/stylesheets/theme/core.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 6727, app/assets/stylesheets/theme/core.scss */
.pl-3 {
  padding-left: 1rem !important;
}

/* line 6731, app/assets/stylesheets/theme/core.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 6736, app/assets/stylesheets/theme/core.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 6741, app/assets/stylesheets/theme/core.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 6745, app/assets/stylesheets/theme/core.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 6749, app/assets/stylesheets/theme/core.scss */
.pr-4 {
  padding-right: 1.5rem !important;
}

/* line 6753, app/assets/stylesheets/theme/core.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 6757, app/assets/stylesheets/theme/core.scss */
.pl-4 {
  padding-left: 1.5rem !important;
}

/* line 6761, app/assets/stylesheets/theme/core.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 6766, app/assets/stylesheets/theme/core.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 6771, app/assets/stylesheets/theme/core.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 6775, app/assets/stylesheets/theme/core.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 6779, app/assets/stylesheets/theme/core.scss */
.pr-5 {
  padding-right: 3rem !important;
}

/* line 6783, app/assets/stylesheets/theme/core.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 6787, app/assets/stylesheets/theme/core.scss */
.pl-5 {
  padding-left: 3rem !important;
}

/* line 6791, app/assets/stylesheets/theme/core.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 6796, app/assets/stylesheets/theme/core.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 6801, app/assets/stylesheets/theme/core.scss */
.m-auto {
  margin: auto !important;
}

/* line 6805, app/assets/stylesheets/theme/core.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 6809, app/assets/stylesheets/theme/core.scss */
.mr-auto {
  margin-right: auto !important;
}

/* line 6813, app/assets/stylesheets/theme/core.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 6817, app/assets/stylesheets/theme/core.scss */
.ml-auto {
  margin-left: auto !important;
}

/* line 6821, app/assets/stylesheets/theme/core.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 6826, app/assets/stylesheets/theme/core.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  /* line 6832, app/assets/stylesheets/theme/core.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 6836, app/assets/stylesheets/theme/core.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 6840, app/assets/stylesheets/theme/core.scss */
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  /* line 6844, app/assets/stylesheets/theme/core.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 6848, app/assets/stylesheets/theme/core.scss */
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  /* line 6852, app/assets/stylesheets/theme/core.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6857, app/assets/stylesheets/theme/core.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6862, app/assets/stylesheets/theme/core.scss */
  .m-sm-1 {
    margin: .25rem !important;
  }
  /* line 6866, app/assets/stylesheets/theme/core.scss */
  .mt-sm-1 {
    margin-top: .25rem !important;
  }
  /* line 6870, app/assets/stylesheets/theme/core.scss */
  .mr-sm-1 {
    margin-right: .25rem !important;
  }
  /* line 6874, app/assets/stylesheets/theme/core.scss */
  .mb-sm-1 {
    margin-bottom: .25rem !important;
  }
  /* line 6878, app/assets/stylesheets/theme/core.scss */
  .ml-sm-1 {
    margin-left: .25rem !important;
  }
  /* line 6882, app/assets/stylesheets/theme/core.scss */
  .mx-sm-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  /* line 6887, app/assets/stylesheets/theme/core.scss */
  .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  /* line 6892, app/assets/stylesheets/theme/core.scss */
  .m-sm-2 {
    margin: .5rem !important;
  }
  /* line 6896, app/assets/stylesheets/theme/core.scss */
  .mt-sm-2 {
    margin-top: .5rem !important;
  }
  /* line 6900, app/assets/stylesheets/theme/core.scss */
  .mr-sm-2 {
    margin-right: .5rem !important;
  }
  /* line 6904, app/assets/stylesheets/theme/core.scss */
  .mb-sm-2 {
    margin-bottom: .5rem !important;
  }
  /* line 6908, app/assets/stylesheets/theme/core.scss */
  .ml-sm-2 {
    margin-left: .5rem !important;
  }
  /* line 6912, app/assets/stylesheets/theme/core.scss */
  .mx-sm-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  /* line 6917, app/assets/stylesheets/theme/core.scss */
  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  /* line 6922, app/assets/stylesheets/theme/core.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 6926, app/assets/stylesheets/theme/core.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 6930, app/assets/stylesheets/theme/core.scss */
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 6934, app/assets/stylesheets/theme/core.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6938, app/assets/stylesheets/theme/core.scss */
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 6942, app/assets/stylesheets/theme/core.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6947, app/assets/stylesheets/theme/core.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6952, app/assets/stylesheets/theme/core.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 6956, app/assets/stylesheets/theme/core.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6960, app/assets/stylesheets/theme/core.scss */
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6964, app/assets/stylesheets/theme/core.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6968, app/assets/stylesheets/theme/core.scss */
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6972, app/assets/stylesheets/theme/core.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6977, app/assets/stylesheets/theme/core.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6982, app/assets/stylesheets/theme/core.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 6986, app/assets/stylesheets/theme/core.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 6990, app/assets/stylesheets/theme/core.scss */
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 6994, app/assets/stylesheets/theme/core.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6998, app/assets/stylesheets/theme/core.scss */
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 7002, app/assets/stylesheets/theme/core.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 7007, app/assets/stylesheets/theme/core.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 7012, app/assets/stylesheets/theme/core.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 7016, app/assets/stylesheets/theme/core.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 7020, app/assets/stylesheets/theme/core.scss */
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  /* line 7024, app/assets/stylesheets/theme/core.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 7028, app/assets/stylesheets/theme/core.scss */
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  /* line 7032, app/assets/stylesheets/theme/core.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 7037, app/assets/stylesheets/theme/core.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 7042, app/assets/stylesheets/theme/core.scss */
  .p-sm-1 {
    padding: .25rem !important;
  }
  /* line 7046, app/assets/stylesheets/theme/core.scss */
  .pt-sm-1 {
    padding-top: .25rem !important;
  }
  /* line 7050, app/assets/stylesheets/theme/core.scss */
  .pr-sm-1 {
    padding-right: .25rem !important;
  }
  /* line 7054, app/assets/stylesheets/theme/core.scss */
  .pb-sm-1 {
    padding-bottom: .25rem !important;
  }
  /* line 7058, app/assets/stylesheets/theme/core.scss */
  .pl-sm-1 {
    padding-left: .25rem !important;
  }
  /* line 7062, app/assets/stylesheets/theme/core.scss */
  .px-sm-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  /* line 7067, app/assets/stylesheets/theme/core.scss */
  .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  /* line 7072, app/assets/stylesheets/theme/core.scss */
  .p-sm-2 {
    padding: .5rem !important;
  }
  /* line 7076, app/assets/stylesheets/theme/core.scss */
  .pt-sm-2 {
    padding-top: .5rem !important;
  }
  /* line 7080, app/assets/stylesheets/theme/core.scss */
  .pr-sm-2 {
    padding-right: .5rem !important;
  }
  /* line 7084, app/assets/stylesheets/theme/core.scss */
  .pb-sm-2 {
    padding-bottom: .5rem !important;
  }
  /* line 7088, app/assets/stylesheets/theme/core.scss */
  .pl-sm-2 {
    padding-left: .5rem !important;
  }
  /* line 7092, app/assets/stylesheets/theme/core.scss */
  .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  /* line 7097, app/assets/stylesheets/theme/core.scss */
  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  /* line 7102, app/assets/stylesheets/theme/core.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 7106, app/assets/stylesheets/theme/core.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 7110, app/assets/stylesheets/theme/core.scss */
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 7114, app/assets/stylesheets/theme/core.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 7118, app/assets/stylesheets/theme/core.scss */
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 7122, app/assets/stylesheets/theme/core.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 7127, app/assets/stylesheets/theme/core.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 7132, app/assets/stylesheets/theme/core.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 7136, app/assets/stylesheets/theme/core.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 7140, app/assets/stylesheets/theme/core.scss */
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 7144, app/assets/stylesheets/theme/core.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 7148, app/assets/stylesheets/theme/core.scss */
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 7152, app/assets/stylesheets/theme/core.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 7157, app/assets/stylesheets/theme/core.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 7162, app/assets/stylesheets/theme/core.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 7166, app/assets/stylesheets/theme/core.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 7170, app/assets/stylesheets/theme/core.scss */
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 7174, app/assets/stylesheets/theme/core.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 7178, app/assets/stylesheets/theme/core.scss */
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 7182, app/assets/stylesheets/theme/core.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 7187, app/assets/stylesheets/theme/core.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 7192, app/assets/stylesheets/theme/core.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 7196, app/assets/stylesheets/theme/core.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 7200, app/assets/stylesheets/theme/core.scss */
  .mr-sm-auto {
    margin-right: auto !important;
  }
  /* line 7204, app/assets/stylesheets/theme/core.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 7208, app/assets/stylesheets/theme/core.scss */
  .ml-sm-auto {
    margin-left: auto !important;
  }
  /* line 7212, app/assets/stylesheets/theme/core.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 7217, app/assets/stylesheets/theme/core.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 7224, app/assets/stylesheets/theme/core.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 7228, app/assets/stylesheets/theme/core.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 7232, app/assets/stylesheets/theme/core.scss */
  .mr-md-0 {
    margin-right: 0 !important;
  }
  /* line 7236, app/assets/stylesheets/theme/core.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 7240, app/assets/stylesheets/theme/core.scss */
  .ml-md-0 {
    margin-left: 0 !important;
  }
  /* line 7244, app/assets/stylesheets/theme/core.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 7249, app/assets/stylesheets/theme/core.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 7254, app/assets/stylesheets/theme/core.scss */
  .m-md-1 {
    margin: .25rem !important;
  }
  /* line 7258, app/assets/stylesheets/theme/core.scss */
  .mt-md-1 {
    margin-top: .25rem !important;
  }
  /* line 7262, app/assets/stylesheets/theme/core.scss */
  .mr-md-1 {
    margin-right: .25rem !important;
  }
  /* line 7266, app/assets/stylesheets/theme/core.scss */
  .mb-md-1 {
    margin-bottom: .25rem !important;
  }
  /* line 7270, app/assets/stylesheets/theme/core.scss */
  .ml-md-1 {
    margin-left: .25rem !important;
  }
  /* line 7274, app/assets/stylesheets/theme/core.scss */
  .mx-md-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  /* line 7279, app/assets/stylesheets/theme/core.scss */
  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  /* line 7284, app/assets/stylesheets/theme/core.scss */
  .m-md-2 {
    margin: .5rem !important;
  }
  /* line 7288, app/assets/stylesheets/theme/core.scss */
  .mt-md-2 {
    margin-top: .5rem !important;
  }
  /* line 7292, app/assets/stylesheets/theme/core.scss */
  .mr-md-2 {
    margin-right: .5rem !important;
  }
  /* line 7296, app/assets/stylesheets/theme/core.scss */
  .mb-md-2 {
    margin-bottom: .5rem !important;
  }
  /* line 7300, app/assets/stylesheets/theme/core.scss */
  .ml-md-2 {
    margin-left: .5rem !important;
  }
  /* line 7304, app/assets/stylesheets/theme/core.scss */
  .mx-md-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  /* line 7309, app/assets/stylesheets/theme/core.scss */
  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  /* line 7314, app/assets/stylesheets/theme/core.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 7318, app/assets/stylesheets/theme/core.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 7322, app/assets/stylesheets/theme/core.scss */
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  /* line 7326, app/assets/stylesheets/theme/core.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 7330, app/assets/stylesheets/theme/core.scss */
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  /* line 7334, app/assets/stylesheets/theme/core.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 7339, app/assets/stylesheets/theme/core.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 7344, app/assets/stylesheets/theme/core.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 7348, app/assets/stylesheets/theme/core.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 7352, app/assets/stylesheets/theme/core.scss */
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 7356, app/assets/stylesheets/theme/core.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 7360, app/assets/stylesheets/theme/core.scss */
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 7364, app/assets/stylesheets/theme/core.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 7369, app/assets/stylesheets/theme/core.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 7374, app/assets/stylesheets/theme/core.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 7378, app/assets/stylesheets/theme/core.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 7382, app/assets/stylesheets/theme/core.scss */
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  /* line 7386, app/assets/stylesheets/theme/core.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 7390, app/assets/stylesheets/theme/core.scss */
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  /* line 7394, app/assets/stylesheets/theme/core.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 7399, app/assets/stylesheets/theme/core.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 7404, app/assets/stylesheets/theme/core.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 7408, app/assets/stylesheets/theme/core.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 7412, app/assets/stylesheets/theme/core.scss */
  .pr-md-0 {
    padding-right: 0 !important;
  }
  /* line 7416, app/assets/stylesheets/theme/core.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 7420, app/assets/stylesheets/theme/core.scss */
  .pl-md-0 {
    padding-left: 0 !important;
  }
  /* line 7424, app/assets/stylesheets/theme/core.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 7429, app/assets/stylesheets/theme/core.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 7434, app/assets/stylesheets/theme/core.scss */
  .p-md-1 {
    padding: .25rem !important;
  }
  /* line 7438, app/assets/stylesheets/theme/core.scss */
  .pt-md-1 {
    padding-top: .25rem !important;
  }
  /* line 7442, app/assets/stylesheets/theme/core.scss */
  .pr-md-1 {
    padding-right: .25rem !important;
  }
  /* line 7446, app/assets/stylesheets/theme/core.scss */
  .pb-md-1 {
    padding-bottom: .25rem !important;
  }
  /* line 7450, app/assets/stylesheets/theme/core.scss */
  .pl-md-1 {
    padding-left: .25rem !important;
  }
  /* line 7454, app/assets/stylesheets/theme/core.scss */
  .px-md-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  /* line 7459, app/assets/stylesheets/theme/core.scss */
  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  /* line 7464, app/assets/stylesheets/theme/core.scss */
  .p-md-2 {
    padding: .5rem !important;
  }
  /* line 7468, app/assets/stylesheets/theme/core.scss */
  .pt-md-2 {
    padding-top: .5rem !important;
  }
  /* line 7472, app/assets/stylesheets/theme/core.scss */
  .pr-md-2 {
    padding-right: .5rem !important;
  }
  /* line 7476, app/assets/stylesheets/theme/core.scss */
  .pb-md-2 {
    padding-bottom: .5rem !important;
  }
  /* line 7480, app/assets/stylesheets/theme/core.scss */
  .pl-md-2 {
    padding-left: .5rem !important;
  }
  /* line 7484, app/assets/stylesheets/theme/core.scss */
  .px-md-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  /* line 7489, app/assets/stylesheets/theme/core.scss */
  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  /* line 7494, app/assets/stylesheets/theme/core.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 7498, app/assets/stylesheets/theme/core.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 7502, app/assets/stylesheets/theme/core.scss */
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  /* line 7506, app/assets/stylesheets/theme/core.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 7510, app/assets/stylesheets/theme/core.scss */
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  /* line 7514, app/assets/stylesheets/theme/core.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 7519, app/assets/stylesheets/theme/core.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 7524, app/assets/stylesheets/theme/core.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 7528, app/assets/stylesheets/theme/core.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 7532, app/assets/stylesheets/theme/core.scss */
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 7536, app/assets/stylesheets/theme/core.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 7540, app/assets/stylesheets/theme/core.scss */
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 7544, app/assets/stylesheets/theme/core.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 7549, app/assets/stylesheets/theme/core.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 7554, app/assets/stylesheets/theme/core.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 7558, app/assets/stylesheets/theme/core.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 7562, app/assets/stylesheets/theme/core.scss */
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  /* line 7566, app/assets/stylesheets/theme/core.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 7570, app/assets/stylesheets/theme/core.scss */
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  /* line 7574, app/assets/stylesheets/theme/core.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 7579, app/assets/stylesheets/theme/core.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 7584, app/assets/stylesheets/theme/core.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 7588, app/assets/stylesheets/theme/core.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 7592, app/assets/stylesheets/theme/core.scss */
  .mr-md-auto {
    margin-right: auto !important;
  }
  /* line 7596, app/assets/stylesheets/theme/core.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 7600, app/assets/stylesheets/theme/core.scss */
  .ml-md-auto {
    margin-left: auto !important;
  }
  /* line 7604, app/assets/stylesheets/theme/core.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 7609, app/assets/stylesheets/theme/core.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 7616, app/assets/stylesheets/theme/core.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 7620, app/assets/stylesheets/theme/core.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 7624, app/assets/stylesheets/theme/core.scss */
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  /* line 7628, app/assets/stylesheets/theme/core.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 7632, app/assets/stylesheets/theme/core.scss */
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  /* line 7636, app/assets/stylesheets/theme/core.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 7641, app/assets/stylesheets/theme/core.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 7646, app/assets/stylesheets/theme/core.scss */
  .m-lg-1 {
    margin: .25rem !important;
  }
  /* line 7650, app/assets/stylesheets/theme/core.scss */
  .mt-lg-1 {
    margin-top: .25rem !important;
  }
  /* line 7654, app/assets/stylesheets/theme/core.scss */
  .mr-lg-1 {
    margin-right: .25rem !important;
  }
  /* line 7658, app/assets/stylesheets/theme/core.scss */
  .mb-lg-1 {
    margin-bottom: .25rem !important;
  }
  /* line 7662, app/assets/stylesheets/theme/core.scss */
  .ml-lg-1 {
    margin-left: .25rem !important;
  }
  /* line 7666, app/assets/stylesheets/theme/core.scss */
  .mx-lg-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  /* line 7671, app/assets/stylesheets/theme/core.scss */
  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  /* line 7676, app/assets/stylesheets/theme/core.scss */
  .m-lg-2 {
    margin: .5rem !important;
  }
  /* line 7680, app/assets/stylesheets/theme/core.scss */
  .mt-lg-2 {
    margin-top: .5rem !important;
  }
  /* line 7684, app/assets/stylesheets/theme/core.scss */
  .mr-lg-2 {
    margin-right: .5rem !important;
  }
  /* line 7688, app/assets/stylesheets/theme/core.scss */
  .mb-lg-2 {
    margin-bottom: .5rem !important;
  }
  /* line 7692, app/assets/stylesheets/theme/core.scss */
  .ml-lg-2 {
    margin-left: .5rem !important;
  }
  /* line 7696, app/assets/stylesheets/theme/core.scss */
  .mx-lg-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  /* line 7701, app/assets/stylesheets/theme/core.scss */
  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  /* line 7706, app/assets/stylesheets/theme/core.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 7710, app/assets/stylesheets/theme/core.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 7714, app/assets/stylesheets/theme/core.scss */
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 7718, app/assets/stylesheets/theme/core.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 7722, app/assets/stylesheets/theme/core.scss */
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 7726, app/assets/stylesheets/theme/core.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 7731, app/assets/stylesheets/theme/core.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 7736, app/assets/stylesheets/theme/core.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 7740, app/assets/stylesheets/theme/core.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 7744, app/assets/stylesheets/theme/core.scss */
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 7748, app/assets/stylesheets/theme/core.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 7752, app/assets/stylesheets/theme/core.scss */
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 7756, app/assets/stylesheets/theme/core.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 7761, app/assets/stylesheets/theme/core.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 7766, app/assets/stylesheets/theme/core.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 7770, app/assets/stylesheets/theme/core.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 7774, app/assets/stylesheets/theme/core.scss */
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 7778, app/assets/stylesheets/theme/core.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 7782, app/assets/stylesheets/theme/core.scss */
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 7786, app/assets/stylesheets/theme/core.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 7791, app/assets/stylesheets/theme/core.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 7796, app/assets/stylesheets/theme/core.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 7800, app/assets/stylesheets/theme/core.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 7804, app/assets/stylesheets/theme/core.scss */
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  /* line 7808, app/assets/stylesheets/theme/core.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 7812, app/assets/stylesheets/theme/core.scss */
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  /* line 7816, app/assets/stylesheets/theme/core.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 7821, app/assets/stylesheets/theme/core.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 7826, app/assets/stylesheets/theme/core.scss */
  .p-lg-1 {
    padding: .25rem !important;
  }
  /* line 7830, app/assets/stylesheets/theme/core.scss */
  .pt-lg-1 {
    padding-top: .25rem !important;
  }
  /* line 7834, app/assets/stylesheets/theme/core.scss */
  .pr-lg-1 {
    padding-right: .25rem !important;
  }
  /* line 7838, app/assets/stylesheets/theme/core.scss */
  .pb-lg-1 {
    padding-bottom: .25rem !important;
  }
  /* line 7842, app/assets/stylesheets/theme/core.scss */
  .pl-lg-1 {
    padding-left: .25rem !important;
  }
  /* line 7846, app/assets/stylesheets/theme/core.scss */
  .px-lg-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  /* line 7851, app/assets/stylesheets/theme/core.scss */
  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  /* line 7856, app/assets/stylesheets/theme/core.scss */
  .p-lg-2 {
    padding: .5rem !important;
  }
  /* line 7860, app/assets/stylesheets/theme/core.scss */
  .pt-lg-2 {
    padding-top: .5rem !important;
  }
  /* line 7864, app/assets/stylesheets/theme/core.scss */
  .pr-lg-2 {
    padding-right: .5rem !important;
  }
  /* line 7868, app/assets/stylesheets/theme/core.scss */
  .pb-lg-2 {
    padding-bottom: .5rem !important;
  }
  /* line 7872, app/assets/stylesheets/theme/core.scss */
  .pl-lg-2 {
    padding-left: .5rem !important;
  }
  /* line 7876, app/assets/stylesheets/theme/core.scss */
  .px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  /* line 7881, app/assets/stylesheets/theme/core.scss */
  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  /* line 7886, app/assets/stylesheets/theme/core.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 7890, app/assets/stylesheets/theme/core.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 7894, app/assets/stylesheets/theme/core.scss */
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 7898, app/assets/stylesheets/theme/core.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 7902, app/assets/stylesheets/theme/core.scss */
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 7906, app/assets/stylesheets/theme/core.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 7911, app/assets/stylesheets/theme/core.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 7916, app/assets/stylesheets/theme/core.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 7920, app/assets/stylesheets/theme/core.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 7924, app/assets/stylesheets/theme/core.scss */
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 7928, app/assets/stylesheets/theme/core.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 7932, app/assets/stylesheets/theme/core.scss */
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 7936, app/assets/stylesheets/theme/core.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 7941, app/assets/stylesheets/theme/core.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 7946, app/assets/stylesheets/theme/core.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 7950, app/assets/stylesheets/theme/core.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 7954, app/assets/stylesheets/theme/core.scss */
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 7958, app/assets/stylesheets/theme/core.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 7962, app/assets/stylesheets/theme/core.scss */
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 7966, app/assets/stylesheets/theme/core.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 7971, app/assets/stylesheets/theme/core.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 7976, app/assets/stylesheets/theme/core.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 7980, app/assets/stylesheets/theme/core.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 7984, app/assets/stylesheets/theme/core.scss */
  .mr-lg-auto {
    margin-right: auto !important;
  }
  /* line 7988, app/assets/stylesheets/theme/core.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 7992, app/assets/stylesheets/theme/core.scss */
  .ml-lg-auto {
    margin-left: auto !important;
  }
  /* line 7996, app/assets/stylesheets/theme/core.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 8001, app/assets/stylesheets/theme/core.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 8008, app/assets/stylesheets/theme/core.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 8012, app/assets/stylesheets/theme/core.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 8016, app/assets/stylesheets/theme/core.scss */
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  /* line 8020, app/assets/stylesheets/theme/core.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 8024, app/assets/stylesheets/theme/core.scss */
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  /* line 8028, app/assets/stylesheets/theme/core.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 8033, app/assets/stylesheets/theme/core.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 8038, app/assets/stylesheets/theme/core.scss */
  .m-xl-1 {
    margin: .25rem !important;
  }
  /* line 8042, app/assets/stylesheets/theme/core.scss */
  .mt-xl-1 {
    margin-top: .25rem !important;
  }
  /* line 8046, app/assets/stylesheets/theme/core.scss */
  .mr-xl-1 {
    margin-right: .25rem !important;
  }
  /* line 8050, app/assets/stylesheets/theme/core.scss */
  .mb-xl-1 {
    margin-bottom: .25rem !important;
  }
  /* line 8054, app/assets/stylesheets/theme/core.scss */
  .ml-xl-1 {
    margin-left: .25rem !important;
  }
  /* line 8058, app/assets/stylesheets/theme/core.scss */
  .mx-xl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  /* line 8063, app/assets/stylesheets/theme/core.scss */
  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  /* line 8068, app/assets/stylesheets/theme/core.scss */
  .m-xl-2 {
    margin: .5rem !important;
  }
  /* line 8072, app/assets/stylesheets/theme/core.scss */
  .mt-xl-2 {
    margin-top: .5rem !important;
  }
  /* line 8076, app/assets/stylesheets/theme/core.scss */
  .mr-xl-2 {
    margin-right: .5rem !important;
  }
  /* line 8080, app/assets/stylesheets/theme/core.scss */
  .mb-xl-2 {
    margin-bottom: .5rem !important;
  }
  /* line 8084, app/assets/stylesheets/theme/core.scss */
  .ml-xl-2 {
    margin-left: .5rem !important;
  }
  /* line 8088, app/assets/stylesheets/theme/core.scss */
  .mx-xl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  /* line 8093, app/assets/stylesheets/theme/core.scss */
  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  /* line 8098, app/assets/stylesheets/theme/core.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 8102, app/assets/stylesheets/theme/core.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 8106, app/assets/stylesheets/theme/core.scss */
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 8110, app/assets/stylesheets/theme/core.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8114, app/assets/stylesheets/theme/core.scss */
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 8118, app/assets/stylesheets/theme/core.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 8123, app/assets/stylesheets/theme/core.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 8128, app/assets/stylesheets/theme/core.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 8132, app/assets/stylesheets/theme/core.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8136, app/assets/stylesheets/theme/core.scss */
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8140, app/assets/stylesheets/theme/core.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8144, app/assets/stylesheets/theme/core.scss */
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8148, app/assets/stylesheets/theme/core.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 8153, app/assets/stylesheets/theme/core.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 8158, app/assets/stylesheets/theme/core.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 8162, app/assets/stylesheets/theme/core.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 8166, app/assets/stylesheets/theme/core.scss */
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 8170, app/assets/stylesheets/theme/core.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8174, app/assets/stylesheets/theme/core.scss */
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 8178, app/assets/stylesheets/theme/core.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 8183, app/assets/stylesheets/theme/core.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 8188, app/assets/stylesheets/theme/core.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 8192, app/assets/stylesheets/theme/core.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 8196, app/assets/stylesheets/theme/core.scss */
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  /* line 8200, app/assets/stylesheets/theme/core.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 8204, app/assets/stylesheets/theme/core.scss */
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  /* line 8208, app/assets/stylesheets/theme/core.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 8213, app/assets/stylesheets/theme/core.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 8218, app/assets/stylesheets/theme/core.scss */
  .p-xl-1 {
    padding: .25rem !important;
  }
  /* line 8222, app/assets/stylesheets/theme/core.scss */
  .pt-xl-1 {
    padding-top: .25rem !important;
  }
  /* line 8226, app/assets/stylesheets/theme/core.scss */
  .pr-xl-1 {
    padding-right: .25rem !important;
  }
  /* line 8230, app/assets/stylesheets/theme/core.scss */
  .pb-xl-1 {
    padding-bottom: .25rem !important;
  }
  /* line 8234, app/assets/stylesheets/theme/core.scss */
  .pl-xl-1 {
    padding-left: .25rem !important;
  }
  /* line 8238, app/assets/stylesheets/theme/core.scss */
  .px-xl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  /* line 8243, app/assets/stylesheets/theme/core.scss */
  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  /* line 8248, app/assets/stylesheets/theme/core.scss */
  .p-xl-2 {
    padding: .5rem !important;
  }
  /* line 8252, app/assets/stylesheets/theme/core.scss */
  .pt-xl-2 {
    padding-top: .5rem !important;
  }
  /* line 8256, app/assets/stylesheets/theme/core.scss */
  .pr-xl-2 {
    padding-right: .5rem !important;
  }
  /* line 8260, app/assets/stylesheets/theme/core.scss */
  .pb-xl-2 {
    padding-bottom: .5rem !important;
  }
  /* line 8264, app/assets/stylesheets/theme/core.scss */
  .pl-xl-2 {
    padding-left: .5rem !important;
  }
  /* line 8268, app/assets/stylesheets/theme/core.scss */
  .px-xl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  /* line 8273, app/assets/stylesheets/theme/core.scss */
  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  /* line 8278, app/assets/stylesheets/theme/core.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 8282, app/assets/stylesheets/theme/core.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 8286, app/assets/stylesheets/theme/core.scss */
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 8290, app/assets/stylesheets/theme/core.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8294, app/assets/stylesheets/theme/core.scss */
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 8298, app/assets/stylesheets/theme/core.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 8303, app/assets/stylesheets/theme/core.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 8308, app/assets/stylesheets/theme/core.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 8312, app/assets/stylesheets/theme/core.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8316, app/assets/stylesheets/theme/core.scss */
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8320, app/assets/stylesheets/theme/core.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8324, app/assets/stylesheets/theme/core.scss */
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8328, app/assets/stylesheets/theme/core.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 8333, app/assets/stylesheets/theme/core.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 8338, app/assets/stylesheets/theme/core.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 8342, app/assets/stylesheets/theme/core.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 8346, app/assets/stylesheets/theme/core.scss */
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 8350, app/assets/stylesheets/theme/core.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8354, app/assets/stylesheets/theme/core.scss */
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 8358, app/assets/stylesheets/theme/core.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 8363, app/assets/stylesheets/theme/core.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 8368, app/assets/stylesheets/theme/core.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 8372, app/assets/stylesheets/theme/core.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 8376, app/assets/stylesheets/theme/core.scss */
  .mr-xl-auto {
    margin-right: auto !important;
  }
  /* line 8380, app/assets/stylesheets/theme/core.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 8384, app/assets/stylesheets/theme/core.scss */
  .ml-xl-auto {
    margin-left: auto !important;
  }
  /* line 8388, app/assets/stylesheets/theme/core.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 8393, app/assets/stylesheets/theme/core.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

/* line 8399, app/assets/stylesheets/theme/core.scss */
.text-justify {
  text-align: justify !important;
}

/* line 8403, app/assets/stylesheets/theme/core.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 8407, app/assets/stylesheets/theme/core.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 8413, app/assets/stylesheets/theme/core.scss */
.text-left {
  text-align: left !important;
}

/* line 8417, app/assets/stylesheets/theme/core.scss */
.text-right {
  text-align: right !important;
}

/* line 8421, app/assets/stylesheets/theme/core.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 8426, app/assets/stylesheets/theme/core.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 8430, app/assets/stylesheets/theme/core.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 8434, app/assets/stylesheets/theme/core.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 8440, app/assets/stylesheets/theme/core.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 8444, app/assets/stylesheets/theme/core.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 8448, app/assets/stylesheets/theme/core.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 8454, app/assets/stylesheets/theme/core.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 8458, app/assets/stylesheets/theme/core.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 8462, app/assets/stylesheets/theme/core.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 8468, app/assets/stylesheets/theme/core.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 8472, app/assets/stylesheets/theme/core.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 8476, app/assets/stylesheets/theme/core.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 8481, app/assets/stylesheets/theme/core.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 8485, app/assets/stylesheets/theme/core.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 8489, app/assets/stylesheets/theme/core.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 8493, app/assets/stylesheets/theme/core.scss */
.font-weight-normal {
  font-weight: 400;
}

/* line 8497, app/assets/stylesheets/theme/core.scss */
.font-weight-bold {
  font-weight: 700;
}

/* line 8501, app/assets/stylesheets/theme/core.scss */
.font-italic {
  font-style: italic;
}

/* line 8505, app/assets/stylesheets/theme/core.scss */
.text-white {
  color: #fff !important;
}

/* line 8509, app/assets/stylesheets/theme/core.scss */
.text-primary {
  color: #007bff !important;
}

/* line 8513, app/assets/stylesheets/theme/core.scss */
a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important;
}

/* line 8517, app/assets/stylesheets/theme/core.scss */
.text-secondary {
  color: #868e96 !important;
}

/* line 8521, app/assets/stylesheets/theme/core.scss */
a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important;
}

/* line 8525, app/assets/stylesheets/theme/core.scss */
.text-success {
  color: #28a745 !important;
}

/* line 8529, app/assets/stylesheets/theme/core.scss */
a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

/* line 8533, app/assets/stylesheets/theme/core.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 8537, app/assets/stylesheets/theme/core.scss */
a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

/* line 8541, app/assets/stylesheets/theme/core.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 8545, app/assets/stylesheets/theme/core.scss */
a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

/* line 8549, app/assets/stylesheets/theme/core.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 8553, app/assets/stylesheets/theme/core.scss */
a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

/* line 8557, app/assets/stylesheets/theme/core.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 8561, app/assets/stylesheets/theme/core.scss */
a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

/* line 8565, app/assets/stylesheets/theme/core.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 8569, app/assets/stylesheets/theme/core.scss */
a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

/* line 8573, app/assets/stylesheets/theme/core.scss */
.text-muted {
  color: #868e96 !important;
}

/* line 8577, app/assets/stylesheets/theme/core.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 8585, app/assets/stylesheets/theme/core.scss */
.visible {
  visibility: visible !important;
}

/* line 8589, app/assets/stylesheets/theme/core.scss */
.invisible {
  visibility: hidden !important;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (../font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: FontAwesome;
  src: url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?v=4.7.0");
  src: url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2?v=4.7.0") format("woff2"), url("/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff?v=4.7.0") format("woff"), url("/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf?v=4.7.0") format("truetype"), url("/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

/* line 8609, app/assets/stylesheets/theme/core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 8618, app/assets/stylesheets/theme/core.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

/* line 8624, app/assets/stylesheets/theme/core.scss */
.fa-2x {
  font-size: 2em;
}

/* line 8628, app/assets/stylesheets/theme/core.scss */
.fa-3x {
  font-size: 3em;
}

/* line 8632, app/assets/stylesheets/theme/core.scss */
.fa-4x {
  font-size: 4em;
}

/* line 8636, app/assets/stylesheets/theme/core.scss */
.fa-5x {
  font-size: 5em;
}

/* line 8640, app/assets/stylesheets/theme/core.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 8645, app/assets/stylesheets/theme/core.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 8651, app/assets/stylesheets/theme/core.scss */
.fa-ul > li {
  position: relative;
}

/* line 8655, app/assets/stylesheets/theme/core.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

/* line 8663, app/assets/stylesheets/theme/core.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 8667, app/assets/stylesheets/theme/core.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

/* line 8673, app/assets/stylesheets/theme/core.scss */
.fa-pull-left {
  float: left;
}

/* line 8677, app/assets/stylesheets/theme/core.scss */
.fa-pull-right {
  float: right;
}

/* line 8681, app/assets/stylesheets/theme/core.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 8685, app/assets/stylesheets/theme/core.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* line 8689, app/assets/stylesheets/theme/core.scss */
.pull-right {
  float: right;
}

/* line 8693, app/assets/stylesheets/theme/core.scss */
.pull-left {
  float: left;
}

/* line 8697, app/assets/stylesheets/theme/core.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 8701, app/assets/stylesheets/theme/core.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 8705, app/assets/stylesheets/theme/core.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 8710, app/assets/stylesheets/theme/core.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 8737, app/assets/stylesheets/theme/core.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 8744, app/assets/stylesheets/theme/core.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 8751, app/assets/stylesheets/theme/core.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8758, app/assets/stylesheets/theme/core.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 8765, app/assets/stylesheets/theme/core.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 8772, app/assets/stylesheets/theme/core.scss */
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
  filter: none;
}

/* line 8776, app/assets/stylesheets/theme/core.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 8785, app/assets/stylesheets/theme/core.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 8792, app/assets/stylesheets/theme/core.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 8796, app/assets/stylesheets/theme/core.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 8800, app/assets/stylesheets/theme/core.scss */
.fa-inverse {
  color: #fff;
}

/* line 8804, app/assets/stylesheets/theme/core.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 8808, app/assets/stylesheets/theme/core.scss */
.fa-music:before {
  content: "\f001";
}

/* line 8812, app/assets/stylesheets/theme/core.scss */
.fa-search:before {
  content: "\f002";
}

/* line 8816, app/assets/stylesheets/theme/core.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 8820, app/assets/stylesheets/theme/core.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 8824, app/assets/stylesheets/theme/core.scss */
.fa-star:before {
  content: "\f005";
}

/* line 8828, app/assets/stylesheets/theme/core.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 8832, app/assets/stylesheets/theme/core.scss */
.fa-user:before {
  content: "\f007";
}

/* line 8836, app/assets/stylesheets/theme/core.scss */
.fa-film:before {
  content: "\f008";
}

/* line 8840, app/assets/stylesheets/theme/core.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 8844, app/assets/stylesheets/theme/core.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 8848, app/assets/stylesheets/theme/core.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 8852, app/assets/stylesheets/theme/core.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 8856, app/assets/stylesheets/theme/core.scss */
.fa-close:before, .fa-remove:before, .fa-times:before {
  content: "\f00d";
}

/* line 8860, app/assets/stylesheets/theme/core.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 8864, app/assets/stylesheets/theme/core.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 8868, app/assets/stylesheets/theme/core.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 8872, app/assets/stylesheets/theme/core.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 8876, app/assets/stylesheets/theme/core.scss */
.fa-cog:before, .fa-gear:before {
  content: "\f013";
}

/* line 8880, app/assets/stylesheets/theme/core.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 8884, app/assets/stylesheets/theme/core.scss */
.fa-home:before {
  content: "\f015";
}

/* line 8888, app/assets/stylesheets/theme/core.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 8892, app/assets/stylesheets/theme/core.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 8896, app/assets/stylesheets/theme/core.scss */
.fa-road:before {
  content: "\f018";
}

/* line 8900, app/assets/stylesheets/theme/core.scss */
.fa-download:before {
  content: "\f019";
}

/* line 8904, app/assets/stylesheets/theme/core.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 8908, app/assets/stylesheets/theme/core.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 8912, app/assets/stylesheets/theme/core.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 8916, app/assets/stylesheets/theme/core.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 8920, app/assets/stylesheets/theme/core.scss */
.fa-repeat:before, .fa-rotate-right:before {
  content: "\f01e";
}

/* line 8924, app/assets/stylesheets/theme/core.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 8928, app/assets/stylesheets/theme/core.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 8932, app/assets/stylesheets/theme/core.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 8936, app/assets/stylesheets/theme/core.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 8940, app/assets/stylesheets/theme/core.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 8944, app/assets/stylesheets/theme/core.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 8948, app/assets/stylesheets/theme/core.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 8952, app/assets/stylesheets/theme/core.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 8956, app/assets/stylesheets/theme/core.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 8960, app/assets/stylesheets/theme/core.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 8964, app/assets/stylesheets/theme/core.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 8968, app/assets/stylesheets/theme/core.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 8972, app/assets/stylesheets/theme/core.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 8976, app/assets/stylesheets/theme/core.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 8980, app/assets/stylesheets/theme/core.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 8984, app/assets/stylesheets/theme/core.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 8988, app/assets/stylesheets/theme/core.scss */
.fa-font:before {
  content: "\f031";
}

/* line 8992, app/assets/stylesheets/theme/core.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 8996, app/assets/stylesheets/theme/core.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 9000, app/assets/stylesheets/theme/core.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 9004, app/assets/stylesheets/theme/core.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 9008, app/assets/stylesheets/theme/core.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 9012, app/assets/stylesheets/theme/core.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 9016, app/assets/stylesheets/theme/core.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 9020, app/assets/stylesheets/theme/core.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 9024, app/assets/stylesheets/theme/core.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 9028, app/assets/stylesheets/theme/core.scss */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

/* line 9032, app/assets/stylesheets/theme/core.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 9036, app/assets/stylesheets/theme/core.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 9040, app/assets/stylesheets/theme/core.scss */
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
  content: "\f03e";
}

/* line 9044, app/assets/stylesheets/theme/core.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 9048, app/assets/stylesheets/theme/core.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 9052, app/assets/stylesheets/theme/core.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 9056, app/assets/stylesheets/theme/core.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 9060, app/assets/stylesheets/theme/core.scss */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

/* line 9064, app/assets/stylesheets/theme/core.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 9068, app/assets/stylesheets/theme/core.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 9072, app/assets/stylesheets/theme/core.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 9076, app/assets/stylesheets/theme/core.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 9080, app/assets/stylesheets/theme/core.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 9084, app/assets/stylesheets/theme/core.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 9088, app/assets/stylesheets/theme/core.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 9092, app/assets/stylesheets/theme/core.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 9096, app/assets/stylesheets/theme/core.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 9100, app/assets/stylesheets/theme/core.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 9104, app/assets/stylesheets/theme/core.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 9108, app/assets/stylesheets/theme/core.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 9112, app/assets/stylesheets/theme/core.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 9116, app/assets/stylesheets/theme/core.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 9120, app/assets/stylesheets/theme/core.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 9124, app/assets/stylesheets/theme/core.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 9128, app/assets/stylesheets/theme/core.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 9132, app/assets/stylesheets/theme/core.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 9136, app/assets/stylesheets/theme/core.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 9140, app/assets/stylesheets/theme/core.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 9144, app/assets/stylesheets/theme/core.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 9148, app/assets/stylesheets/theme/core.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 9152, app/assets/stylesheets/theme/core.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 9156, app/assets/stylesheets/theme/core.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 9160, app/assets/stylesheets/theme/core.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 9164, app/assets/stylesheets/theme/core.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 9168, app/assets/stylesheets/theme/core.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 9172, app/assets/stylesheets/theme/core.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 9176, app/assets/stylesheets/theme/core.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 9180, app/assets/stylesheets/theme/core.scss */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

/* line 9184, app/assets/stylesheets/theme/core.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 9188, app/assets/stylesheets/theme/core.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 9192, app/assets/stylesheets/theme/core.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 9196, app/assets/stylesheets/theme/core.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 9200, app/assets/stylesheets/theme/core.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 9204, app/assets/stylesheets/theme/core.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 9208, app/assets/stylesheets/theme/core.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 9212, app/assets/stylesheets/theme/core.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 9216, app/assets/stylesheets/theme/core.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 9220, app/assets/stylesheets/theme/core.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 9224, app/assets/stylesheets/theme/core.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 9228, app/assets/stylesheets/theme/core.scss */
.fa-exclamation-triangle:before, .fa-warning:before {
  content: "\f071";
}

/* line 9232, app/assets/stylesheets/theme/core.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 9236, app/assets/stylesheets/theme/core.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 9240, app/assets/stylesheets/theme/core.scss */
.fa-random:before {
  content: "\f074";
}

/* line 9244, app/assets/stylesheets/theme/core.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 9248, app/assets/stylesheets/theme/core.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 9252, app/assets/stylesheets/theme/core.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 9256, app/assets/stylesheets/theme/core.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 9260, app/assets/stylesheets/theme/core.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 9264, app/assets/stylesheets/theme/core.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 9268, app/assets/stylesheets/theme/core.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 9272, app/assets/stylesheets/theme/core.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 9276, app/assets/stylesheets/theme/core.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 9280, app/assets/stylesheets/theme/core.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 9284, app/assets/stylesheets/theme/core.scss */
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

/* line 9288, app/assets/stylesheets/theme/core.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 9292, app/assets/stylesheets/theme/core.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 9296, app/assets/stylesheets/theme/core.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 9300, app/assets/stylesheets/theme/core.scss */
.fa-key:before {
  content: "\f084";
}

/* line 9304, app/assets/stylesheets/theme/core.scss */
.fa-cogs:before, .fa-gears:before {
  content: "\f085";
}

/* line 9308, app/assets/stylesheets/theme/core.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 9312, app/assets/stylesheets/theme/core.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 9316, app/assets/stylesheets/theme/core.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 9320, app/assets/stylesheets/theme/core.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 9324, app/assets/stylesheets/theme/core.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 9328, app/assets/stylesheets/theme/core.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 9332, app/assets/stylesheets/theme/core.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 9336, app/assets/stylesheets/theme/core.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 9340, app/assets/stylesheets/theme/core.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 9344, app/assets/stylesheets/theme/core.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 9348, app/assets/stylesheets/theme/core.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 9352, app/assets/stylesheets/theme/core.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 9356, app/assets/stylesheets/theme/core.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 9360, app/assets/stylesheets/theme/core.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 9364, app/assets/stylesheets/theme/core.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 9368, app/assets/stylesheets/theme/core.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 9372, app/assets/stylesheets/theme/core.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 9376, app/assets/stylesheets/theme/core.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 9380, app/assets/stylesheets/theme/core.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 9384, app/assets/stylesheets/theme/core.scss */
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

/* line 9388, app/assets/stylesheets/theme/core.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 9392, app/assets/stylesheets/theme/core.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 9396, app/assets/stylesheets/theme/core.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 9400, app/assets/stylesheets/theme/core.scss */
.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

/* line 9404, app/assets/stylesheets/theme/core.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 9408, app/assets/stylesheets/theme/core.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 9412, app/assets/stylesheets/theme/core.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 9416, app/assets/stylesheets/theme/core.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 9420, app/assets/stylesheets/theme/core.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 9424, app/assets/stylesheets/theme/core.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 9428, app/assets/stylesheets/theme/core.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 9432, app/assets/stylesheets/theme/core.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 9436, app/assets/stylesheets/theme/core.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 9440, app/assets/stylesheets/theme/core.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 9444, app/assets/stylesheets/theme/core.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 9448, app/assets/stylesheets/theme/core.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 9452, app/assets/stylesheets/theme/core.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 9456, app/assets/stylesheets/theme/core.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 9460, app/assets/stylesheets/theme/core.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 9464, app/assets/stylesheets/theme/core.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 9468, app/assets/stylesheets/theme/core.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 9472, app/assets/stylesheets/theme/core.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 9476, app/assets/stylesheets/theme/core.scss */
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

/* line 9480, app/assets/stylesheets/theme/core.scss */
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

/* line 9484, app/assets/stylesheets/theme/core.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 9488, app/assets/stylesheets/theme/core.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 9492, app/assets/stylesheets/theme/core.scss */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

/* line 9496, app/assets/stylesheets/theme/core.scss */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

/* line 9500, app/assets/stylesheets/theme/core.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 9504, app/assets/stylesheets/theme/core.scss */
.fa-floppy-o:before, .fa-save:before {
  content: "\f0c7";
}

/* line 9508, app/assets/stylesheets/theme/core.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 9512, app/assets/stylesheets/theme/core.scss */
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
  content: "\f0c9";
}

/* line 9516, app/assets/stylesheets/theme/core.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 9520, app/assets/stylesheets/theme/core.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 9524, app/assets/stylesheets/theme/core.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 9528, app/assets/stylesheets/theme/core.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 9532, app/assets/stylesheets/theme/core.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 9536, app/assets/stylesheets/theme/core.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 9540, app/assets/stylesheets/theme/core.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 9544, app/assets/stylesheets/theme/core.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 9548, app/assets/stylesheets/theme/core.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 9552, app/assets/stylesheets/theme/core.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 9556, app/assets/stylesheets/theme/core.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 9560, app/assets/stylesheets/theme/core.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 9564, app/assets/stylesheets/theme/core.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 9568, app/assets/stylesheets/theme/core.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 9572, app/assets/stylesheets/theme/core.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 9576, app/assets/stylesheets/theme/core.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 9580, app/assets/stylesheets/theme/core.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 9584, app/assets/stylesheets/theme/core.scss */
.fa-sort:before, .fa-unsorted:before {
  content: "\f0dc";
}

/* line 9588, app/assets/stylesheets/theme/core.scss */
.fa-sort-desc:before, .fa-sort-down:before {
  content: "\f0dd";
}

/* line 9592, app/assets/stylesheets/theme/core.scss */
.fa-sort-asc:before, .fa-sort-up:before {
  content: "\f0de";
}

/* line 9596, app/assets/stylesheets/theme/core.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 9600, app/assets/stylesheets/theme/core.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 9604, app/assets/stylesheets/theme/core.scss */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

/* line 9608, app/assets/stylesheets/theme/core.scss */
.fa-gavel:before, .fa-legal:before {
  content: "\f0e3";
}

/* line 9612, app/assets/stylesheets/theme/core.scss */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

/* line 9616, app/assets/stylesheets/theme/core.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 9620, app/assets/stylesheets/theme/core.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 9624, app/assets/stylesheets/theme/core.scss */
.fa-bolt:before, .fa-flash:before {
  content: "\f0e7";
}

/* line 9628, app/assets/stylesheets/theme/core.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 9632, app/assets/stylesheets/theme/core.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 9636, app/assets/stylesheets/theme/core.scss */
.fa-clipboard:before, .fa-paste:before {
  content: "\f0ea";
}

/* line 9640, app/assets/stylesheets/theme/core.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 9644, app/assets/stylesheets/theme/core.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 9648, app/assets/stylesheets/theme/core.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 9652, app/assets/stylesheets/theme/core.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 9656, app/assets/stylesheets/theme/core.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 9660, app/assets/stylesheets/theme/core.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 9664, app/assets/stylesheets/theme/core.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 9668, app/assets/stylesheets/theme/core.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 9672, app/assets/stylesheets/theme/core.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 9676, app/assets/stylesheets/theme/core.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 9680, app/assets/stylesheets/theme/core.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 9684, app/assets/stylesheets/theme/core.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 9688, app/assets/stylesheets/theme/core.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 9692, app/assets/stylesheets/theme/core.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 9696, app/assets/stylesheets/theme/core.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 9700, app/assets/stylesheets/theme/core.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 9704, app/assets/stylesheets/theme/core.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 9708, app/assets/stylesheets/theme/core.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 9712, app/assets/stylesheets/theme/core.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 9716, app/assets/stylesheets/theme/core.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 9720, app/assets/stylesheets/theme/core.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 9724, app/assets/stylesheets/theme/core.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 9728, app/assets/stylesheets/theme/core.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 9732, app/assets/stylesheets/theme/core.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 9736, app/assets/stylesheets/theme/core.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 9740, app/assets/stylesheets/theme/core.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 9744, app/assets/stylesheets/theme/core.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 9748, app/assets/stylesheets/theme/core.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 9752, app/assets/stylesheets/theme/core.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 9756, app/assets/stylesheets/theme/core.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 9760, app/assets/stylesheets/theme/core.scss */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

/* line 9764, app/assets/stylesheets/theme/core.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 9768, app/assets/stylesheets/theme/core.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 9772, app/assets/stylesheets/theme/core.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 9776, app/assets/stylesheets/theme/core.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 9780, app/assets/stylesheets/theme/core.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 9784, app/assets/stylesheets/theme/core.scss */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

/* line 9788, app/assets/stylesheets/theme/core.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 9792, app/assets/stylesheets/theme/core.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 9796, app/assets/stylesheets/theme/core.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 9800, app/assets/stylesheets/theme/core.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 9804, app/assets/stylesheets/theme/core.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 9808, app/assets/stylesheets/theme/core.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 9812, app/assets/stylesheets/theme/core.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 9816, app/assets/stylesheets/theme/core.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 9820, app/assets/stylesheets/theme/core.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 9824, app/assets/stylesheets/theme/core.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 9828, app/assets/stylesheets/theme/core.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 9832, app/assets/stylesheets/theme/core.scss */
.fa-code:before {
  content: "\f121";
}

/* line 9836, app/assets/stylesheets/theme/core.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

/* line 9840, app/assets/stylesheets/theme/core.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

/* line 9844, app/assets/stylesheets/theme/core.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 9848, app/assets/stylesheets/theme/core.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 9852, app/assets/stylesheets/theme/core.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 9856, app/assets/stylesheets/theme/core.scss */
.fa-chain-broken:before, .fa-unlink:before {
  content: "\f127";
}

/* line 9860, app/assets/stylesheets/theme/core.scss */
.fa-question:before {
  content: "\f128";
}

/* line 9864, app/assets/stylesheets/theme/core.scss */
.fa-info:before {
  content: "\f129";
}

/* line 9868, app/assets/stylesheets/theme/core.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 9872, app/assets/stylesheets/theme/core.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 9876, app/assets/stylesheets/theme/core.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 9880, app/assets/stylesheets/theme/core.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 9884, app/assets/stylesheets/theme/core.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 9888, app/assets/stylesheets/theme/core.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 9892, app/assets/stylesheets/theme/core.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 9896, app/assets/stylesheets/theme/core.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 9900, app/assets/stylesheets/theme/core.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 9904, app/assets/stylesheets/theme/core.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 9908, app/assets/stylesheets/theme/core.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 9912, app/assets/stylesheets/theme/core.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 9916, app/assets/stylesheets/theme/core.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 9920, app/assets/stylesheets/theme/core.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 9924, app/assets/stylesheets/theme/core.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 9928, app/assets/stylesheets/theme/core.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 9932, app/assets/stylesheets/theme/core.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 9936, app/assets/stylesheets/theme/core.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 9940, app/assets/stylesheets/theme/core.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 9944, app/assets/stylesheets/theme/core.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 9948, app/assets/stylesheets/theme/core.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 9952, app/assets/stylesheets/theme/core.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 9956, app/assets/stylesheets/theme/core.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 9960, app/assets/stylesheets/theme/core.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 9964, app/assets/stylesheets/theme/core.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 9968, app/assets/stylesheets/theme/core.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 9972, app/assets/stylesheets/theme/core.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 9976, app/assets/stylesheets/theme/core.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 9980, app/assets/stylesheets/theme/core.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 9984, app/assets/stylesheets/theme/core.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 9988, app/assets/stylesheets/theme/core.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 9992, app/assets/stylesheets/theme/core.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 9996, app/assets/stylesheets/theme/core.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 10000, app/assets/stylesheets/theme/core.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 10004, app/assets/stylesheets/theme/core.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 10008, app/assets/stylesheets/theme/core.scss */
.fa-caret-square-o-down:before, .fa-toggle-down:before {
  content: "\f150";
}

/* line 10012, app/assets/stylesheets/theme/core.scss */
.fa-caret-square-o-up:before, .fa-toggle-up:before {
  content: "\f151";
}

/* line 10016, app/assets/stylesheets/theme/core.scss */
.fa-caret-square-o-right:before, .fa-toggle-right:before {
  content: "\f152";
}

/* line 10020, app/assets/stylesheets/theme/core.scss */
.fa-eur:before, .fa-euro:before {
  content: "\f153";
}

/* line 10024, app/assets/stylesheets/theme/core.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 10028, app/assets/stylesheets/theme/core.scss */
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

/* line 10032, app/assets/stylesheets/theme/core.scss */
.fa-inr:before, .fa-rupee:before {
  content: "\f156";
}

/* line 10036, app/assets/stylesheets/theme/core.scss */
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
  content: "\f157";
}

/* line 10040, app/assets/stylesheets/theme/core.scss */
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
  content: "\f158";
}

/* line 10044, app/assets/stylesheets/theme/core.scss */
.fa-krw:before, .fa-won:before {
  content: "\f159";
}

/* line 10048, app/assets/stylesheets/theme/core.scss */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

/* line 10052, app/assets/stylesheets/theme/core.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 10056, app/assets/stylesheets/theme/core.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 10060, app/assets/stylesheets/theme/core.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 10064, app/assets/stylesheets/theme/core.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 10068, app/assets/stylesheets/theme/core.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 10072, app/assets/stylesheets/theme/core.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 10076, app/assets/stylesheets/theme/core.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 10080, app/assets/stylesheets/theme/core.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 10084, app/assets/stylesheets/theme/core.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 10088, app/assets/stylesheets/theme/core.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 10092, app/assets/stylesheets/theme/core.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 10096, app/assets/stylesheets/theme/core.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 10100, app/assets/stylesheets/theme/core.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 10104, app/assets/stylesheets/theme/core.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 10108, app/assets/stylesheets/theme/core.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 10112, app/assets/stylesheets/theme/core.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 10116, app/assets/stylesheets/theme/core.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 10120, app/assets/stylesheets/theme/core.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 10124, app/assets/stylesheets/theme/core.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 10128, app/assets/stylesheets/theme/core.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 10132, app/assets/stylesheets/theme/core.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 10136, app/assets/stylesheets/theme/core.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 10140, app/assets/stylesheets/theme/core.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 10144, app/assets/stylesheets/theme/core.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 10148, app/assets/stylesheets/theme/core.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 10152, app/assets/stylesheets/theme/core.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 10156, app/assets/stylesheets/theme/core.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 10160, app/assets/stylesheets/theme/core.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 10164, app/assets/stylesheets/theme/core.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 10168, app/assets/stylesheets/theme/core.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 10172, app/assets/stylesheets/theme/core.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 10176, app/assets/stylesheets/theme/core.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 10180, app/assets/stylesheets/theme/core.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 10184, app/assets/stylesheets/theme/core.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 10188, app/assets/stylesheets/theme/core.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 10192, app/assets/stylesheets/theme/core.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 10196, app/assets/stylesheets/theme/core.scss */
.fa-female:before {
  content: "\f182";
}

/* line 10200, app/assets/stylesheets/theme/core.scss */
.fa-male:before {
  content: "\f183";
}

/* line 10204, app/assets/stylesheets/theme/core.scss */
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

/* line 10208, app/assets/stylesheets/theme/core.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 10212, app/assets/stylesheets/theme/core.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 10216, app/assets/stylesheets/theme/core.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 10220, app/assets/stylesheets/theme/core.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 10224, app/assets/stylesheets/theme/core.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 10228, app/assets/stylesheets/theme/core.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 10232, app/assets/stylesheets/theme/core.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 10236, app/assets/stylesheets/theme/core.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 10240, app/assets/stylesheets/theme/core.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 10244, app/assets/stylesheets/theme/core.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 10248, app/assets/stylesheets/theme/core.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 10252, app/assets/stylesheets/theme/core.scss */
.fa-caret-square-o-left:before, .fa-toggle-left:before {
  content: "\f191";
}

/* line 10256, app/assets/stylesheets/theme/core.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 10260, app/assets/stylesheets/theme/core.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 10264, app/assets/stylesheets/theme/core.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 10268, app/assets/stylesheets/theme/core.scss */
.fa-try:before, .fa-turkish-lira:before {
  content: "\f195";
}

/* line 10272, app/assets/stylesheets/theme/core.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 10276, app/assets/stylesheets/theme/core.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 10280, app/assets/stylesheets/theme/core.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 10284, app/assets/stylesheets/theme/core.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 10288, app/assets/stylesheets/theme/core.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 10292, app/assets/stylesheets/theme/core.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 10296, app/assets/stylesheets/theme/core.scss */
.fa-bank:before, .fa-institution:before, .fa-university:before {
  content: "\f19c";
}

/* line 10300, app/assets/stylesheets/theme/core.scss */
.fa-graduation-cap:before, .fa-mortar-board:before {
  content: "\f19d";
}

/* line 10304, app/assets/stylesheets/theme/core.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 10308, app/assets/stylesheets/theme/core.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 10312, app/assets/stylesheets/theme/core.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 10316, app/assets/stylesheets/theme/core.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 10320, app/assets/stylesheets/theme/core.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 10324, app/assets/stylesheets/theme/core.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 10328, app/assets/stylesheets/theme/core.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 10332, app/assets/stylesheets/theme/core.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 10336, app/assets/stylesheets/theme/core.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 10340, app/assets/stylesheets/theme/core.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 10344, app/assets/stylesheets/theme/core.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 10348, app/assets/stylesheets/theme/core.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 10352, app/assets/stylesheets/theme/core.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 10356, app/assets/stylesheets/theme/core.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 10360, app/assets/stylesheets/theme/core.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 10364, app/assets/stylesheets/theme/core.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 10368, app/assets/stylesheets/theme/core.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 10372, app/assets/stylesheets/theme/core.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 10376, app/assets/stylesheets/theme/core.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 10380, app/assets/stylesheets/theme/core.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 10384, app/assets/stylesheets/theme/core.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 10388, app/assets/stylesheets/theme/core.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 10392, app/assets/stylesheets/theme/core.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 10396, app/assets/stylesheets/theme/core.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 10400, app/assets/stylesheets/theme/core.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 10404, app/assets/stylesheets/theme/core.scss */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

/* line 10408, app/assets/stylesheets/theme/core.scss */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

/* line 10412, app/assets/stylesheets/theme/core.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 10416, app/assets/stylesheets/theme/core.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 10420, app/assets/stylesheets/theme/core.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 10424, app/assets/stylesheets/theme/core.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 10428, app/assets/stylesheets/theme/core.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 10432, app/assets/stylesheets/theme/core.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 10436, app/assets/stylesheets/theme/core.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 10440, app/assets/stylesheets/theme/core.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 10444, app/assets/stylesheets/theme/core.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 10448, app/assets/stylesheets/theme/core.scss */
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
  content: "\f1c5";
}

/* line 10452, app/assets/stylesheets/theme/core.scss */
.fa-file-archive-o:before, .fa-file-zip-o:before {
  content: "\f1c6";
}

/* line 10456, app/assets/stylesheets/theme/core.scss */
.fa-file-audio-o:before, .fa-file-sound-o:before {
  content: "\f1c7";
}

/* line 10460, app/assets/stylesheets/theme/core.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

/* line 10464, app/assets/stylesheets/theme/core.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 10468, app/assets/stylesheets/theme/core.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 10472, app/assets/stylesheets/theme/core.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 10476, app/assets/stylesheets/theme/core.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 10480, app/assets/stylesheets/theme/core.scss */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
  content: "\f1cd";
}

/* line 10484, app/assets/stylesheets/theme/core.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 10488, app/assets/stylesheets/theme/core.scss */
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
  content: "\f1d0";
}

/* line 10492, app/assets/stylesheets/theme/core.scss */
.fa-empire:before, .fa-ge:before {
  content: "\f1d1";
}

/* line 10496, app/assets/stylesheets/theme/core.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 10500, app/assets/stylesheets/theme/core.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 10504, app/assets/stylesheets/theme/core.scss */
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
  content: "\f1d4";
}

/* line 10508, app/assets/stylesheets/theme/core.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 10512, app/assets/stylesheets/theme/core.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 10516, app/assets/stylesheets/theme/core.scss */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

/* line 10520, app/assets/stylesheets/theme/core.scss */
.fa-paper-plane:before, .fa-send:before {
  content: "\f1d8";
}

/* line 10524, app/assets/stylesheets/theme/core.scss */
.fa-paper-plane-o:before, .fa-send-o:before {
  content: "\f1d9";
}

/* line 10528, app/assets/stylesheets/theme/core.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 10532, app/assets/stylesheets/theme/core.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 10536, app/assets/stylesheets/theme/core.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 10540, app/assets/stylesheets/theme/core.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 10544, app/assets/stylesheets/theme/core.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 10548, app/assets/stylesheets/theme/core.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 10552, app/assets/stylesheets/theme/core.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 10556, app/assets/stylesheets/theme/core.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 10560, app/assets/stylesheets/theme/core.scss */
.fa-futbol-o:before, .fa-soccer-ball-o:before {
  content: "\f1e3";
}

/* line 10564, app/assets/stylesheets/theme/core.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 10568, app/assets/stylesheets/theme/core.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 10572, app/assets/stylesheets/theme/core.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 10576, app/assets/stylesheets/theme/core.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 10580, app/assets/stylesheets/theme/core.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 10584, app/assets/stylesheets/theme/core.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 10588, app/assets/stylesheets/theme/core.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 10592, app/assets/stylesheets/theme/core.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 10596, app/assets/stylesheets/theme/core.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 10600, app/assets/stylesheets/theme/core.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 10604, app/assets/stylesheets/theme/core.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 10608, app/assets/stylesheets/theme/core.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 10612, app/assets/stylesheets/theme/core.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 10616, app/assets/stylesheets/theme/core.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 10620, app/assets/stylesheets/theme/core.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 10624, app/assets/stylesheets/theme/core.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 10628, app/assets/stylesheets/theme/core.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 10632, app/assets/stylesheets/theme/core.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 10636, app/assets/stylesheets/theme/core.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 10640, app/assets/stylesheets/theme/core.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 10644, app/assets/stylesheets/theme/core.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 10648, app/assets/stylesheets/theme/core.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 10652, app/assets/stylesheets/theme/core.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 10656, app/assets/stylesheets/theme/core.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 10660, app/assets/stylesheets/theme/core.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 10664, app/assets/stylesheets/theme/core.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 10668, app/assets/stylesheets/theme/core.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 10672, app/assets/stylesheets/theme/core.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 10676, app/assets/stylesheets/theme/core.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 10680, app/assets/stylesheets/theme/core.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 10684, app/assets/stylesheets/theme/core.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 10688, app/assets/stylesheets/theme/core.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 10692, app/assets/stylesheets/theme/core.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 10696, app/assets/stylesheets/theme/core.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 10700, app/assets/stylesheets/theme/core.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 10704, app/assets/stylesheets/theme/core.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 10708, app/assets/stylesheets/theme/core.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 10712, app/assets/stylesheets/theme/core.scss */
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
  content: "\f20b";
}

/* line 10716, app/assets/stylesheets/theme/core.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 10720, app/assets/stylesheets/theme/core.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 10724, app/assets/stylesheets/theme/core.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 10728, app/assets/stylesheets/theme/core.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 10732, app/assets/stylesheets/theme/core.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 10736, app/assets/stylesheets/theme/core.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 10740, app/assets/stylesheets/theme/core.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 10744, app/assets/stylesheets/theme/core.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 10748, app/assets/stylesheets/theme/core.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 10752, app/assets/stylesheets/theme/core.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 10756, app/assets/stylesheets/theme/core.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 10760, app/assets/stylesheets/theme/core.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 10764, app/assets/stylesheets/theme/core.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 10768, app/assets/stylesheets/theme/core.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 10772, app/assets/stylesheets/theme/core.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 10776, app/assets/stylesheets/theme/core.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 10780, app/assets/stylesheets/theme/core.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 10784, app/assets/stylesheets/theme/core.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 10788, app/assets/stylesheets/theme/core.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 10792, app/assets/stylesheets/theme/core.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 10796, app/assets/stylesheets/theme/core.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 10800, app/assets/stylesheets/theme/core.scss */
.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

/* line 10804, app/assets/stylesheets/theme/core.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 10808, app/assets/stylesheets/theme/core.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 10812, app/assets/stylesheets/theme/core.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 10816, app/assets/stylesheets/theme/core.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 10820, app/assets/stylesheets/theme/core.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 10824, app/assets/stylesheets/theme/core.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 10828, app/assets/stylesheets/theme/core.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 10832, app/assets/stylesheets/theme/core.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 10836, app/assets/stylesheets/theme/core.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 10840, app/assets/stylesheets/theme/core.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 10844, app/assets/stylesheets/theme/core.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 10848, app/assets/stylesheets/theme/core.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 10852, app/assets/stylesheets/theme/core.scss */
.fa-server:before {
  content: "\f233";
}

/* line 10856, app/assets/stylesheets/theme/core.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 10860, app/assets/stylesheets/theme/core.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 10864, app/assets/stylesheets/theme/core.scss */
.fa-bed:before, .fa-hotel:before {
  content: "\f236";
}

/* line 10868, app/assets/stylesheets/theme/core.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 10872, app/assets/stylesheets/theme/core.scss */
.fa-train:before {
  content: "\f238";
}

/* line 10876, app/assets/stylesheets/theme/core.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 10880, app/assets/stylesheets/theme/core.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 10884, app/assets/stylesheets/theme/core.scss */
.fa-y-combinator:before, .fa-yc:before {
  content: "\f23b";
}

/* line 10888, app/assets/stylesheets/theme/core.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 10892, app/assets/stylesheets/theme/core.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 10896, app/assets/stylesheets/theme/core.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 10900, app/assets/stylesheets/theme/core.scss */
.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
  content: "\f240";
}

/* line 10904, app/assets/stylesheets/theme/core.scss */
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 10908, app/assets/stylesheets/theme/core.scss */
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

/* line 10912, app/assets/stylesheets/theme/core.scss */
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

/* line 10916, app/assets/stylesheets/theme/core.scss */
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

/* line 10920, app/assets/stylesheets/theme/core.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 10924, app/assets/stylesheets/theme/core.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 10928, app/assets/stylesheets/theme/core.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 10932, app/assets/stylesheets/theme/core.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 10936, app/assets/stylesheets/theme/core.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 10940, app/assets/stylesheets/theme/core.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 10944, app/assets/stylesheets/theme/core.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 10948, app/assets/stylesheets/theme/core.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 10952, app/assets/stylesheets/theme/core.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 10956, app/assets/stylesheets/theme/core.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 10960, app/assets/stylesheets/theme/core.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 10964, app/assets/stylesheets/theme/core.scss */
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

/* line 10968, app/assets/stylesheets/theme/core.scss */
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

/* line 10972, app/assets/stylesheets/theme/core.scss */
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

/* line 10976, app/assets/stylesheets/theme/core.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 10980, app/assets/stylesheets/theme/core.scss */
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

/* line 10984, app/assets/stylesheets/theme/core.scss */
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
  content: "\f256";
}

/* line 10988, app/assets/stylesheets/theme/core.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 10992, app/assets/stylesheets/theme/core.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 10996, app/assets/stylesheets/theme/core.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 11000, app/assets/stylesheets/theme/core.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 11004, app/assets/stylesheets/theme/core.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 11008, app/assets/stylesheets/theme/core.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 11012, app/assets/stylesheets/theme/core.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 11016, app/assets/stylesheets/theme/core.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 11020, app/assets/stylesheets/theme/core.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 11024, app/assets/stylesheets/theme/core.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 11028, app/assets/stylesheets/theme/core.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 11032, app/assets/stylesheets/theme/core.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 11036, app/assets/stylesheets/theme/core.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 11040, app/assets/stylesheets/theme/core.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 11044, app/assets/stylesheets/theme/core.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 11048, app/assets/stylesheets/theme/core.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 11052, app/assets/stylesheets/theme/core.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 11056, app/assets/stylesheets/theme/core.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 11060, app/assets/stylesheets/theme/core.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 11064, app/assets/stylesheets/theme/core.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 11068, app/assets/stylesheets/theme/core.scss */
.fa-television:before, .fa-tv:before {
  content: "\f26c";
}

/* line 11072, app/assets/stylesheets/theme/core.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 11076, app/assets/stylesheets/theme/core.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 11080, app/assets/stylesheets/theme/core.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 11084, app/assets/stylesheets/theme/core.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 11088, app/assets/stylesheets/theme/core.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 11092, app/assets/stylesheets/theme/core.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 11096, app/assets/stylesheets/theme/core.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 11100, app/assets/stylesheets/theme/core.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 11104, app/assets/stylesheets/theme/core.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 11108, app/assets/stylesheets/theme/core.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 11112, app/assets/stylesheets/theme/core.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 11116, app/assets/stylesheets/theme/core.scss */
.fa-map:before {
  content: "\f279";
}

/* line 11120, app/assets/stylesheets/theme/core.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 11124, app/assets/stylesheets/theme/core.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 11128, app/assets/stylesheets/theme/core.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 11132, app/assets/stylesheets/theme/core.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 11136, app/assets/stylesheets/theme/core.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 11140, app/assets/stylesheets/theme/core.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 11144, app/assets/stylesheets/theme/core.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 11148, app/assets/stylesheets/theme/core.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 11152, app/assets/stylesheets/theme/core.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 11156, app/assets/stylesheets/theme/core.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 11160, app/assets/stylesheets/theme/core.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 11164, app/assets/stylesheets/theme/core.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 11168, app/assets/stylesheets/theme/core.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 11172, app/assets/stylesheets/theme/core.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 11176, app/assets/stylesheets/theme/core.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 11180, app/assets/stylesheets/theme/core.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 11184, app/assets/stylesheets/theme/core.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 11188, app/assets/stylesheets/theme/core.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 11192, app/assets/stylesheets/theme/core.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 11196, app/assets/stylesheets/theme/core.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 11200, app/assets/stylesheets/theme/core.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 11204, app/assets/stylesheets/theme/core.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 11208, app/assets/stylesheets/theme/core.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 11212, app/assets/stylesheets/theme/core.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 11216, app/assets/stylesheets/theme/core.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 11220, app/assets/stylesheets/theme/core.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 11224, app/assets/stylesheets/theme/core.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 11228, app/assets/stylesheets/theme/core.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 11232, app/assets/stylesheets/theme/core.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 11236, app/assets/stylesheets/theme/core.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 11240, app/assets/stylesheets/theme/core.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 11244, app/assets/stylesheets/theme/core.scss */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 11248, app/assets/stylesheets/theme/core.scss */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 11252, app/assets/stylesheets/theme/core.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 11256, app/assets/stylesheets/theme/core.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 11260, app/assets/stylesheets/theme/core.scss */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 11264, app/assets/stylesheets/theme/core.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 11268, app/assets/stylesheets/theme/core.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 11272, app/assets/stylesheets/theme/core.scss */
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
  content: "\f2a3";
}

/* line 11276, app/assets/stylesheets/theme/core.scss */
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
  content: "\f2a4";
}

/* line 11280, app/assets/stylesheets/theme/core.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 11284, app/assets/stylesheets/theme/core.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 11288, app/assets/stylesheets/theme/core.scss */
.fa-sign-language:before, .fa-signing:before {
  content: "\f2a7";
}

/* line 11292, app/assets/stylesheets/theme/core.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 11296, app/assets/stylesheets/theme/core.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 11300, app/assets/stylesheets/theme/core.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 11304, app/assets/stylesheets/theme/core.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 11308, app/assets/stylesheets/theme/core.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 11312, app/assets/stylesheets/theme/core.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 11316, app/assets/stylesheets/theme/core.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 11320, app/assets/stylesheets/theme/core.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 11324, app/assets/stylesheets/theme/core.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 11328, app/assets/stylesheets/theme/core.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 11332, app/assets/stylesheets/theme/core.scss */
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 11336, app/assets/stylesheets/theme/core.scss */
.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

/* line 11340, app/assets/stylesheets/theme/core.scss */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 11344, app/assets/stylesheets/theme/core.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 11348, app/assets/stylesheets/theme/core.scss */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 11352, app/assets/stylesheets/theme/core.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 11356, app/assets/stylesheets/theme/core.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 11360, app/assets/stylesheets/theme/core.scss */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 11364, app/assets/stylesheets/theme/core.scss */
.fa-address-card:before, .fa-vcard:before {
  content: "\f2bb";
}

/* line 11368, app/assets/stylesheets/theme/core.scss */
.fa-address-card-o:before, .fa-vcard-o:before {
  content: "\f2bc";
}

/* line 11372, app/assets/stylesheets/theme/core.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 11376, app/assets/stylesheets/theme/core.scss */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 11380, app/assets/stylesheets/theme/core.scss */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 11384, app/assets/stylesheets/theme/core.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 11388, app/assets/stylesheets/theme/core.scss */
.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

/* line 11392, app/assets/stylesheets/theme/core.scss */
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

/* line 11396, app/assets/stylesheets/theme/core.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 11400, app/assets/stylesheets/theme/core.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 11404, app/assets/stylesheets/theme/core.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 11408, app/assets/stylesheets/theme/core.scss */
.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
  content: "\f2c7";
}

/* line 11412, app/assets/stylesheets/theme/core.scss */
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 11416, app/assets/stylesheets/theme/core.scss */
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 11420, app/assets/stylesheets/theme/core.scss */
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 11424, app/assets/stylesheets/theme/core.scss */
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 11428, app/assets/stylesheets/theme/core.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 11432, app/assets/stylesheets/theme/core.scss */
.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
  content: "\f2cd";
}

/* line 11436, app/assets/stylesheets/theme/core.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 11440, app/assets/stylesheets/theme/core.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 11444, app/assets/stylesheets/theme/core.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 11448, app/assets/stylesheets/theme/core.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 11452, app/assets/stylesheets/theme/core.scss */
.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

/* line 11456, app/assets/stylesheets/theme/core.scss */
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

/* line 11460, app/assets/stylesheets/theme/core.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 11464, app/assets/stylesheets/theme/core.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 11468, app/assets/stylesheets/theme/core.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 11472, app/assets/stylesheets/theme/core.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 11476, app/assets/stylesheets/theme/core.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 11480, app/assets/stylesheets/theme/core.scss */
.fa-eercast:before {
  content: "\f2da";
}

/* line 11484, app/assets/stylesheets/theme/core.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 11488, app/assets/stylesheets/theme/core.scss */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 11492, app/assets/stylesheets/theme/core.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 11496, app/assets/stylesheets/theme/core.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 11500, app/assets/stylesheets/theme/core.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 11504, app/assets/stylesheets/theme/core.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 11515, app/assets/stylesheets/theme/core.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: themify;
  src: url("/assets/themify-dff415daec911b65dca5be02071a1825b75508ff158de5b8d85976957db931cb.eot?-fvbane");
  src: url("/assets/themify-dff415daec911b65dca5be02071a1825b75508ff158de5b8d85976957db931cb.eot?#iefix-fvbane") format("embedded-opentype"), url("/assets/themify-0db5c5a1475eb7a3e5028983ea1e642d1b2c00faff6a250a37502b0f3832a4a7.woff?-fvbane") format("woff"), url("/assets/themify-350663a4665e00072c68a87ad3fa0be47b8a91424127f5f3e09f664197295f01.ttf?-fvbane") format("truetype"), url("/assets/themify-f7af2e096c85c2ed6f68bb086f792c67f2a6041cbb814fc2796912b2eef4fe76.svg?-fvbane#themify") format("svg");
  font-weight: 400;
  font-style: normal;
}

/* line 11535, app/assets/stylesheets/theme/core.scss */
[class*=" ti-"], [class^=ti-] {
  font-family: themify;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 11547, app/assets/stylesheets/theme/core.scss */
.ti-wand:before {
  content: "\e600";
}

/* line 11551, app/assets/stylesheets/theme/core.scss */
.ti-volume:before {
  content: "\e601";
}

/* line 11555, app/assets/stylesheets/theme/core.scss */
.ti-user:before {
  content: "\e602";
}

/* line 11559, app/assets/stylesheets/theme/core.scss */
.ti-unlock:before {
  content: "\e603";
}

/* line 11563, app/assets/stylesheets/theme/core.scss */
.ti-unlink:before {
  content: "\e604";
}

/* line 11567, app/assets/stylesheets/theme/core.scss */
.ti-trash:before {
  content: "\e605";
}

/* line 11571, app/assets/stylesheets/theme/core.scss */
.ti-thought:before {
  content: "\e606";
}

/* line 11575, app/assets/stylesheets/theme/core.scss */
.ti-target:before {
  content: "\e607";
}

/* line 11579, app/assets/stylesheets/theme/core.scss */
.ti-tag:before {
  content: "\e608";
}

/* line 11583, app/assets/stylesheets/theme/core.scss */
.ti-tablet:before {
  content: "\e609";
}

/* line 11587, app/assets/stylesheets/theme/core.scss */
.ti-star:before {
  content: "\e60a";
}

/* line 11591, app/assets/stylesheets/theme/core.scss */
.ti-spray:before {
  content: "\e60b";
}

/* line 11595, app/assets/stylesheets/theme/core.scss */
.ti-signal:before {
  content: "\e60c";
}

/* line 11599, app/assets/stylesheets/theme/core.scss */
.ti-shopping-cart:before {
  content: "\e60d";
}

/* line 11603, app/assets/stylesheets/theme/core.scss */
.ti-shopping-cart-full:before {
  content: "\e60e";
}

/* line 11607, app/assets/stylesheets/theme/core.scss */
.ti-settings:before {
  content: "\e60f";
}

/* line 11611, app/assets/stylesheets/theme/core.scss */
.ti-search:before {
  content: "\e610";
}

/* line 11615, app/assets/stylesheets/theme/core.scss */
.ti-zoom-in:before {
  content: "\e611";
}

/* line 11619, app/assets/stylesheets/theme/core.scss */
.ti-zoom-out:before {
  content: "\e612";
}

/* line 11623, app/assets/stylesheets/theme/core.scss */
.ti-cut:before {
  content: "\e613";
}

/* line 11627, app/assets/stylesheets/theme/core.scss */
.ti-ruler:before {
  content: "\e614";
}

/* line 11631, app/assets/stylesheets/theme/core.scss */
.ti-ruler-pencil:before {
  content: "\e615";
}

/* line 11635, app/assets/stylesheets/theme/core.scss */
.ti-ruler-alt:before {
  content: "\e616";
}

/* line 11639, app/assets/stylesheets/theme/core.scss */
.ti-bookmark:before {
  content: "\e617";
}

/* line 11643, app/assets/stylesheets/theme/core.scss */
.ti-bookmark-alt:before {
  content: "\e618";
}

/* line 11647, app/assets/stylesheets/theme/core.scss */
.ti-reload:before {
  content: "\e619";
}

/* line 11651, app/assets/stylesheets/theme/core.scss */
.ti-plus:before {
  content: "\e61a";
}

/* line 11655, app/assets/stylesheets/theme/core.scss */
.ti-pin:before {
  content: "\e61b";
}

/* line 11659, app/assets/stylesheets/theme/core.scss */
.ti-pencil:before {
  content: "\e61c";
}

/* line 11663, app/assets/stylesheets/theme/core.scss */
.ti-pencil-alt:before {
  content: "\e61d";
}

/* line 11667, app/assets/stylesheets/theme/core.scss */
.ti-paint-roller:before {
  content: "\e61e";
}

/* line 11671, app/assets/stylesheets/theme/core.scss */
.ti-paint-bucket:before {
  content: "\e61f";
}

/* line 11675, app/assets/stylesheets/theme/core.scss */
.ti-na:before {
  content: "\e620";
}

/* line 11679, app/assets/stylesheets/theme/core.scss */
.ti-mobile:before {
  content: "\e621";
}

/* line 11683, app/assets/stylesheets/theme/core.scss */
.ti-minus:before {
  content: "\e622";
}

/* line 11687, app/assets/stylesheets/theme/core.scss */
.ti-medall:before {
  content: "\e623";
}

/* line 11691, app/assets/stylesheets/theme/core.scss */
.ti-medall-alt:before {
  content: "\e624";
}

/* line 11695, app/assets/stylesheets/theme/core.scss */
.ti-marker:before {
  content: "\e625";
}

/* line 11699, app/assets/stylesheets/theme/core.scss */
.ti-marker-alt:before {
  content: "\e626";
}

/* line 11703, app/assets/stylesheets/theme/core.scss */
.ti-arrow-up:before {
  content: "\e627";
}

/* line 11707, app/assets/stylesheets/theme/core.scss */
.ti-arrow-right:before {
  content: "\e628";
}

/* line 11711, app/assets/stylesheets/theme/core.scss */
.ti-arrow-left:before {
  content: "\e629";
}

/* line 11715, app/assets/stylesheets/theme/core.scss */
.ti-arrow-down:before {
  content: "\e62a";
}

/* line 11719, app/assets/stylesheets/theme/core.scss */
.ti-lock:before {
  content: "\e62b";
}

/* line 11723, app/assets/stylesheets/theme/core.scss */
.ti-location-arrow:before {
  content: "\e62c";
}

/* line 11727, app/assets/stylesheets/theme/core.scss */
.ti-link:before {
  content: "\e62d";
}

/* line 11731, app/assets/stylesheets/theme/core.scss */
.ti-layout:before {
  content: "\e62e";
}

/* line 11735, app/assets/stylesheets/theme/core.scss */
.ti-layers:before {
  content: "\e62f";
}

/* line 11739, app/assets/stylesheets/theme/core.scss */
.ti-layers-alt:before {
  content: "\e630";
}

/* line 11743, app/assets/stylesheets/theme/core.scss */
.ti-key:before {
  content: "\e631";
}

/* line 11747, app/assets/stylesheets/theme/core.scss */
.ti-import:before {
  content: "\e632";
}

/* line 11751, app/assets/stylesheets/theme/core.scss */
.ti-image:before {
  content: "\e633";
}

/* line 11755, app/assets/stylesheets/theme/core.scss */
.ti-heart:before {
  content: "\e634";
}

/* line 11759, app/assets/stylesheets/theme/core.scss */
.ti-heart-broken:before {
  content: "\e635";
}

/* line 11763, app/assets/stylesheets/theme/core.scss */
.ti-hand-stop:before {
  content: "\e636";
}

/* line 11767, app/assets/stylesheets/theme/core.scss */
.ti-hand-open:before {
  content: "\e637";
}

/* line 11771, app/assets/stylesheets/theme/core.scss */
.ti-hand-drag:before {
  content: "\e638";
}

/* line 11775, app/assets/stylesheets/theme/core.scss */
.ti-folder:before {
  content: "\e639";
}

/* line 11779, app/assets/stylesheets/theme/core.scss */
.ti-flag:before {
  content: "\e63a";
}

/* line 11783, app/assets/stylesheets/theme/core.scss */
.ti-flag-alt:before {
  content: "\e63b";
}

/* line 11787, app/assets/stylesheets/theme/core.scss */
.ti-flag-alt-2:before {
  content: "\e63c";
}

/* line 11791, app/assets/stylesheets/theme/core.scss */
.ti-eye:before {
  content: "\e63d";
}

/* line 11795, app/assets/stylesheets/theme/core.scss */
.ti-export:before {
  content: "\e63e";
}

/* line 11799, app/assets/stylesheets/theme/core.scss */
.ti-exchange-vertical:before {
  content: "\e63f";
}

/* line 11803, app/assets/stylesheets/theme/core.scss */
.ti-desktop:before {
  content: "\e640";
}

/* line 11807, app/assets/stylesheets/theme/core.scss */
.ti-cup:before {
  content: "\e641";
}

/* line 11811, app/assets/stylesheets/theme/core.scss */
.ti-crown:before {
  content: "\e642";
}

/* line 11815, app/assets/stylesheets/theme/core.scss */
.ti-comments:before {
  content: "\e643";
}

/* line 11819, app/assets/stylesheets/theme/core.scss */
.ti-comment:before {
  content: "\e644";
}

/* line 11823, app/assets/stylesheets/theme/core.scss */
.ti-comment-alt:before {
  content: "\e645";
}

/* line 11827, app/assets/stylesheets/theme/core.scss */
.ti-close:before {
  content: "\e646";
}

/* line 11831, app/assets/stylesheets/theme/core.scss */
.ti-clip:before {
  content: "\e647";
}

/* line 11835, app/assets/stylesheets/theme/core.scss */
.ti-angle-up:before {
  content: "\e648";
}

/* line 11839, app/assets/stylesheets/theme/core.scss */
.ti-angle-right:before {
  content: "\e649";
}

/* line 11843, app/assets/stylesheets/theme/core.scss */
.ti-angle-left:before {
  content: "\e64a";
}

/* line 11847, app/assets/stylesheets/theme/core.scss */
.ti-angle-down:before {
  content: "\e64b";
}

/* line 11851, app/assets/stylesheets/theme/core.scss */
.ti-check:before {
  content: "\e64c";
}

/* line 11855, app/assets/stylesheets/theme/core.scss */
.ti-check-box:before {
  content: "\e64d";
}

/* line 11859, app/assets/stylesheets/theme/core.scss */
.ti-camera:before {
  content: "\e64e";
}

/* line 11863, app/assets/stylesheets/theme/core.scss */
.ti-announcement:before {
  content: "\e64f";
}

/* line 11867, app/assets/stylesheets/theme/core.scss */
.ti-brush:before {
  content: "\e650";
}

/* line 11871, app/assets/stylesheets/theme/core.scss */
.ti-briefcase:before {
  content: "\e651";
}

/* line 11875, app/assets/stylesheets/theme/core.scss */
.ti-bolt:before {
  content: "\e652";
}

/* line 11879, app/assets/stylesheets/theme/core.scss */
.ti-bolt-alt:before {
  content: "\e653";
}

/* line 11883, app/assets/stylesheets/theme/core.scss */
.ti-blackboard:before {
  content: "\e654";
}

/* line 11887, app/assets/stylesheets/theme/core.scss */
.ti-bag:before {
  content: "\e655";
}

/* line 11891, app/assets/stylesheets/theme/core.scss */
.ti-move:before {
  content: "\e656";
}

/* line 11895, app/assets/stylesheets/theme/core.scss */
.ti-arrows-vertical:before {
  content: "\e657";
}

/* line 11899, app/assets/stylesheets/theme/core.scss */
.ti-arrows-horizontal:before {
  content: "\e658";
}

/* line 11903, app/assets/stylesheets/theme/core.scss */
.ti-fullscreen:before {
  content: "\e659";
}

/* line 11907, app/assets/stylesheets/theme/core.scss */
.ti-arrow-top-right:before {
  content: "\e65a";
}

/* line 11911, app/assets/stylesheets/theme/core.scss */
.ti-arrow-top-left:before {
  content: "\e65b";
}

/* line 11915, app/assets/stylesheets/theme/core.scss */
.ti-arrow-circle-up:before {
  content: "\e65c";
}

/* line 11919, app/assets/stylesheets/theme/core.scss */
.ti-arrow-circle-right:before {
  content: "\e65d";
}

/* line 11923, app/assets/stylesheets/theme/core.scss */
.ti-arrow-circle-left:before {
  content: "\e65e";
}

/* line 11927, app/assets/stylesheets/theme/core.scss */
.ti-arrow-circle-down:before {
  content: "\e65f";
}

/* line 11931, app/assets/stylesheets/theme/core.scss */
.ti-angle-double-up:before {
  content: "\e660";
}

/* line 11935, app/assets/stylesheets/theme/core.scss */
.ti-angle-double-right:before {
  content: "\e661";
}

/* line 11939, app/assets/stylesheets/theme/core.scss */
.ti-angle-double-left:before {
  content: "\e662";
}

/* line 11943, app/assets/stylesheets/theme/core.scss */
.ti-angle-double-down:before {
  content: "\e663";
}

/* line 11947, app/assets/stylesheets/theme/core.scss */
.ti-zip:before {
  content: "\e664";
}

/* line 11951, app/assets/stylesheets/theme/core.scss */
.ti-world:before {
  content: "\e665";
}

/* line 11955, app/assets/stylesheets/theme/core.scss */
.ti-wheelchair:before {
  content: "\e666";
}

/* line 11959, app/assets/stylesheets/theme/core.scss */
.ti-view-list:before {
  content: "\e667";
}

/* line 11963, app/assets/stylesheets/theme/core.scss */
.ti-view-list-alt:before {
  content: "\e668";
}

/* line 11967, app/assets/stylesheets/theme/core.scss */
.ti-view-grid:before {
  content: "\e669";
}

/* line 11971, app/assets/stylesheets/theme/core.scss */
.ti-uppercase:before {
  content: "\e66a";
}

/* line 11975, app/assets/stylesheets/theme/core.scss */
.ti-upload:before {
  content: "\e66b";
}

/* line 11979, app/assets/stylesheets/theme/core.scss */
.ti-underline:before {
  content: "\e66c";
}

/* line 11983, app/assets/stylesheets/theme/core.scss */
.ti-truck:before {
  content: "\e66d";
}

/* line 11987, app/assets/stylesheets/theme/core.scss */
.ti-timer:before {
  content: "\e66e";
}

/* line 11991, app/assets/stylesheets/theme/core.scss */
.ti-ticket:before {
  content: "\e66f";
}

/* line 11995, app/assets/stylesheets/theme/core.scss */
.ti-thumb-up:before {
  content: "\e670";
}

/* line 11999, app/assets/stylesheets/theme/core.scss */
.ti-thumb-down:before {
  content: "\e671";
}

/* line 12003, app/assets/stylesheets/theme/core.scss */
.ti-text:before {
  content: "\e672";
}

/* line 12007, app/assets/stylesheets/theme/core.scss */
.ti-stats-up:before {
  content: "\e673";
}

/* line 12011, app/assets/stylesheets/theme/core.scss */
.ti-stats-down:before {
  content: "\e674";
}

/* line 12015, app/assets/stylesheets/theme/core.scss */
.ti-split-v:before {
  content: "\e675";
}

/* line 12019, app/assets/stylesheets/theme/core.scss */
.ti-split-h:before {
  content: "\e676";
}

/* line 12023, app/assets/stylesheets/theme/core.scss */
.ti-smallcap:before {
  content: "\e677";
}

/* line 12027, app/assets/stylesheets/theme/core.scss */
.ti-shine:before {
  content: "\e678";
}

/* line 12031, app/assets/stylesheets/theme/core.scss */
.ti-shift-right:before {
  content: "\e679";
}

/* line 12035, app/assets/stylesheets/theme/core.scss */
.ti-shift-left:before {
  content: "\e67a";
}

/* line 12039, app/assets/stylesheets/theme/core.scss */
.ti-shield:before {
  content: "\e67b";
}

/* line 12043, app/assets/stylesheets/theme/core.scss */
.ti-notepad:before {
  content: "\e67c";
}

/* line 12047, app/assets/stylesheets/theme/core.scss */
.ti-server:before {
  content: "\e67d";
}

/* line 12051, app/assets/stylesheets/theme/core.scss */
.ti-quote-right:before {
  content: "\e67e";
}

/* line 12055, app/assets/stylesheets/theme/core.scss */
.ti-quote-left:before {
  content: "\e67f";
}

/* line 12059, app/assets/stylesheets/theme/core.scss */
.ti-pulse:before {
  content: "\e680";
}

/* line 12063, app/assets/stylesheets/theme/core.scss */
.ti-printer:before {
  content: "\e681";
}

/* line 12067, app/assets/stylesheets/theme/core.scss */
.ti-power-off:before {
  content: "\e682";
}

/* line 12071, app/assets/stylesheets/theme/core.scss */
.ti-plug:before {
  content: "\e683";
}

/* line 12075, app/assets/stylesheets/theme/core.scss */
.ti-pie-chart:before {
  content: "\e684";
}

/* line 12079, app/assets/stylesheets/theme/core.scss */
.ti-paragraph:before {
  content: "\e685";
}

/* line 12083, app/assets/stylesheets/theme/core.scss */
.ti-panel:before {
  content: "\e686";
}

/* line 12087, app/assets/stylesheets/theme/core.scss */
.ti-package:before {
  content: "\e687";
}

/* line 12091, app/assets/stylesheets/theme/core.scss */
.ti-music:before {
  content: "\e688";
}

/* line 12095, app/assets/stylesheets/theme/core.scss */
.ti-music-alt:before {
  content: "\e689";
}

/* line 12099, app/assets/stylesheets/theme/core.scss */
.ti-mouse:before {
  content: "\e68a";
}

/* line 12103, app/assets/stylesheets/theme/core.scss */
.ti-mouse-alt:before {
  content: "\e68b";
}

/* line 12107, app/assets/stylesheets/theme/core.scss */
.ti-money:before {
  content: "\e68c";
}

/* line 12111, app/assets/stylesheets/theme/core.scss */
.ti-microphone:before {
  content: "\e68d";
}

/* line 12115, app/assets/stylesheets/theme/core.scss */
.ti-menu:before {
  content: "\e68e";
}

/* line 12119, app/assets/stylesheets/theme/core.scss */
.ti-menu-alt:before {
  content: "\e68f";
}

/* line 12123, app/assets/stylesheets/theme/core.scss */
.ti-map:before {
  content: "\e690";
}

/* line 12127, app/assets/stylesheets/theme/core.scss */
.ti-map-alt:before {
  content: "\e691";
}

/* line 12131, app/assets/stylesheets/theme/core.scss */
.ti-loop:before {
  content: "\e692";
}

/* line 12135, app/assets/stylesheets/theme/core.scss */
.ti-location-pin:before {
  content: "\e693";
}

/* line 12139, app/assets/stylesheets/theme/core.scss */
.ti-list:before {
  content: "\e694";
}

/* line 12143, app/assets/stylesheets/theme/core.scss */
.ti-light-bulb:before {
  content: "\e695";
}

/* line 12147, app/assets/stylesheets/theme/core.scss */
.ti-Italic:before {
  content: "\e696";
}

/* line 12151, app/assets/stylesheets/theme/core.scss */
.ti-info:before {
  content: "\e697";
}

/* line 12155, app/assets/stylesheets/theme/core.scss */
.ti-infinite:before {
  content: "\e698";
}

/* line 12159, app/assets/stylesheets/theme/core.scss */
.ti-id-badge:before {
  content: "\e699";
}

/* line 12163, app/assets/stylesheets/theme/core.scss */
.ti-hummer:before {
  content: "\e69a";
}

/* line 12167, app/assets/stylesheets/theme/core.scss */
.ti-home:before {
  content: "\e69b";
}

/* line 12171, app/assets/stylesheets/theme/core.scss */
.ti-help:before {
  content: "\e69c";
}

/* line 12175, app/assets/stylesheets/theme/core.scss */
.ti-headphone:before {
  content: "\e69d";
}

/* line 12179, app/assets/stylesheets/theme/core.scss */
.ti-harddrives:before {
  content: "\e69e";
}

/* line 12183, app/assets/stylesheets/theme/core.scss */
.ti-harddrive:before {
  content: "\e69f";
}

/* line 12187, app/assets/stylesheets/theme/core.scss */
.ti-gift:before {
  content: "\e6a0";
}

/* line 12191, app/assets/stylesheets/theme/core.scss */
.ti-game:before {
  content: "\e6a1";
}

/* line 12195, app/assets/stylesheets/theme/core.scss */
.ti-filter:before {
  content: "\e6a2";
}

/* line 12199, app/assets/stylesheets/theme/core.scss */
.ti-files:before {
  content: "\e6a3";
}

/* line 12203, app/assets/stylesheets/theme/core.scss */
.ti-file:before {
  content: "\e6a4";
}

/* line 12207, app/assets/stylesheets/theme/core.scss */
.ti-eraser:before {
  content: "\e6a5";
}

/* line 12211, app/assets/stylesheets/theme/core.scss */
.ti-envelope:before {
  content: "\e6a6";
}

/* line 12215, app/assets/stylesheets/theme/core.scss */
.ti-download:before {
  content: "\e6a7";
}

/* line 12219, app/assets/stylesheets/theme/core.scss */
.ti-direction:before {
  content: "\e6a8";
}

/* line 12223, app/assets/stylesheets/theme/core.scss */
.ti-direction-alt:before {
  content: "\e6a9";
}

/* line 12227, app/assets/stylesheets/theme/core.scss */
.ti-dashboard:before {
  content: "\e6aa";
}

/* line 12231, app/assets/stylesheets/theme/core.scss */
.ti-control-stop:before {
  content: "\e6ab";
}

/* line 12235, app/assets/stylesheets/theme/core.scss */
.ti-control-shuffle:before {
  content: "\e6ac";
}

/* line 12239, app/assets/stylesheets/theme/core.scss */
.ti-control-play:before {
  content: "\e6ad";
}

/* line 12243, app/assets/stylesheets/theme/core.scss */
.ti-control-pause:before {
  content: "\e6ae";
}

/* line 12247, app/assets/stylesheets/theme/core.scss */
.ti-control-forward:before {
  content: "\e6af";
}

/* line 12251, app/assets/stylesheets/theme/core.scss */
.ti-control-backward:before {
  content: "\e6b0";
}

/* line 12255, app/assets/stylesheets/theme/core.scss */
.ti-cloud:before {
  content: "\e6b1";
}

/* line 12259, app/assets/stylesheets/theme/core.scss */
.ti-cloud-up:before {
  content: "\e6b2";
}

/* line 12263, app/assets/stylesheets/theme/core.scss */
.ti-cloud-down:before {
  content: "\e6b3";
}

/* line 12267, app/assets/stylesheets/theme/core.scss */
.ti-clipboard:before {
  content: "\e6b4";
}

/* line 12271, app/assets/stylesheets/theme/core.scss */
.ti-car:before {
  content: "\e6b5";
}

/* line 12275, app/assets/stylesheets/theme/core.scss */
.ti-calendar:before {
  content: "\e6b6";
}

/* line 12279, app/assets/stylesheets/theme/core.scss */
.ti-book:before {
  content: "\e6b7";
}

/* line 12283, app/assets/stylesheets/theme/core.scss */
.ti-bell:before {
  content: "\e6b8";
}

/* line 12287, app/assets/stylesheets/theme/core.scss */
.ti-basketball:before {
  content: "\e6b9";
}

/* line 12291, app/assets/stylesheets/theme/core.scss */
.ti-bar-chart:before {
  content: "\e6ba";
}

/* line 12295, app/assets/stylesheets/theme/core.scss */
.ti-bar-chart-alt:before {
  content: "\e6bb";
}

/* line 12299, app/assets/stylesheets/theme/core.scss */
.ti-back-right:before {
  content: "\e6bc";
}

/* line 12303, app/assets/stylesheets/theme/core.scss */
.ti-back-left:before {
  content: "\e6bd";
}

/* line 12307, app/assets/stylesheets/theme/core.scss */
.ti-arrows-corner:before {
  content: "\e6be";
}

/* line 12311, app/assets/stylesheets/theme/core.scss */
.ti-archive:before {
  content: "\e6bf";
}

/* line 12315, app/assets/stylesheets/theme/core.scss */
.ti-anchor:before {
  content: "\e6c0";
}

/* line 12319, app/assets/stylesheets/theme/core.scss */
.ti-align-right:before {
  content: "\e6c1";
}

/* line 12323, app/assets/stylesheets/theme/core.scss */
.ti-align-left:before {
  content: "\e6c2";
}

/* line 12327, app/assets/stylesheets/theme/core.scss */
.ti-align-justify:before {
  content: "\e6c3";
}

/* line 12331, app/assets/stylesheets/theme/core.scss */
.ti-align-center:before {
  content: "\e6c4";
}

/* line 12335, app/assets/stylesheets/theme/core.scss */
.ti-alert:before {
  content: "\e6c5";
}

/* line 12339, app/assets/stylesheets/theme/core.scss */
.ti-alarm-clock:before {
  content: "\e6c6";
}

/* line 12343, app/assets/stylesheets/theme/core.scss */
.ti-agenda:before {
  content: "\e6c7";
}

/* line 12347, app/assets/stylesheets/theme/core.scss */
.ti-write:before {
  content: "\e6c8";
}

/* line 12351, app/assets/stylesheets/theme/core.scss */
.ti-window:before {
  content: "\e6c9";
}

/* line 12355, app/assets/stylesheets/theme/core.scss */
.ti-widgetized:before {
  content: "\e6ca";
}

/* line 12359, app/assets/stylesheets/theme/core.scss */
.ti-widget:before {
  content: "\e6cb";
}

/* line 12363, app/assets/stylesheets/theme/core.scss */
.ti-widget-alt:before {
  content: "\e6cc";
}

/* line 12367, app/assets/stylesheets/theme/core.scss */
.ti-wallet:before {
  content: "\e6cd";
}

/* line 12371, app/assets/stylesheets/theme/core.scss */
.ti-video-clapper:before {
  content: "\e6ce";
}

/* line 12375, app/assets/stylesheets/theme/core.scss */
.ti-video-camera:before {
  content: "\e6cf";
}

/* line 12379, app/assets/stylesheets/theme/core.scss */
.ti-vector:before {
  content: "\e6d0";
}

/* line 12383, app/assets/stylesheets/theme/core.scss */
.ti-themify-logo:before {
  content: "\e6d1";
}

/* line 12387, app/assets/stylesheets/theme/core.scss */
.ti-themify-favicon:before {
  content: "\e6d2";
}

/* line 12391, app/assets/stylesheets/theme/core.scss */
.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

/* line 12395, app/assets/stylesheets/theme/core.scss */
.ti-support:before {
  content: "\e6d4";
}

/* line 12399, app/assets/stylesheets/theme/core.scss */
.ti-stamp:before {
  content: "\e6d5";
}

/* line 12403, app/assets/stylesheets/theme/core.scss */
.ti-split-v-alt:before {
  content: "\e6d6";
}

/* line 12407, app/assets/stylesheets/theme/core.scss */
.ti-slice:before {
  content: "\e6d7";
}

/* line 12411, app/assets/stylesheets/theme/core.scss */
.ti-shortcode:before {
  content: "\e6d8";
}

/* line 12415, app/assets/stylesheets/theme/core.scss */
.ti-shift-right-alt:before {
  content: "\e6d9";
}

/* line 12419, app/assets/stylesheets/theme/core.scss */
.ti-shift-left-alt:before {
  content: "\e6da";
}

/* line 12423, app/assets/stylesheets/theme/core.scss */
.ti-ruler-alt-2:before {
  content: "\e6db";
}

/* line 12427, app/assets/stylesheets/theme/core.scss */
.ti-receipt:before {
  content: "\e6dc";
}

/* line 12431, app/assets/stylesheets/theme/core.scss */
.ti-pin2:before {
  content: "\e6dd";
}

/* line 12435, app/assets/stylesheets/theme/core.scss */
.ti-pin-alt:before {
  content: "\e6de";
}

/* line 12439, app/assets/stylesheets/theme/core.scss */
.ti-pencil-alt2:before {
  content: "\e6df";
}

/* line 12443, app/assets/stylesheets/theme/core.scss */
.ti-palette:before {
  content: "\e6e0";
}

/* line 12447, app/assets/stylesheets/theme/core.scss */
.ti-more:before {
  content: "\e6e1";
}

/* line 12451, app/assets/stylesheets/theme/core.scss */
.ti-more-alt:before {
  content: "\e6e2";
}

/* line 12455, app/assets/stylesheets/theme/core.scss */
.ti-microphone-alt:before {
  content: "\e6e3";
}

/* line 12459, app/assets/stylesheets/theme/core.scss */
.ti-magnet:before {
  content: "\e6e4";
}

/* line 12463, app/assets/stylesheets/theme/core.scss */
.ti-line-double:before {
  content: "\e6e5";
}

/* line 12467, app/assets/stylesheets/theme/core.scss */
.ti-line-dotted:before {
  content: "\e6e6";
}

/* line 12471, app/assets/stylesheets/theme/core.scss */
.ti-line-dashed:before {
  content: "\e6e7";
}

/* line 12475, app/assets/stylesheets/theme/core.scss */
.ti-layout-width-full:before {
  content: "\e6e8";
}

/* line 12479, app/assets/stylesheets/theme/core.scss */
.ti-layout-width-default:before {
  content: "\e6e9";
}

/* line 12483, app/assets/stylesheets/theme/core.scss */
.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

/* line 12487, app/assets/stylesheets/theme/core.scss */
.ti-layout-tab:before {
  content: "\e6eb";
}

/* line 12491, app/assets/stylesheets/theme/core.scss */
.ti-layout-tab-window:before {
  content: "\e6ec";
}

/* line 12495, app/assets/stylesheets/theme/core.scss */
.ti-layout-tab-v:before {
  content: "\e6ed";
}

/* line 12499, app/assets/stylesheets/theme/core.scss */
.ti-layout-tab-min:before {
  content: "\e6ee";
}

/* line 12503, app/assets/stylesheets/theme/core.scss */
.ti-layout-slider:before {
  content: "\e6ef";
}

/* line 12507, app/assets/stylesheets/theme/core.scss */
.ti-layout-slider-alt:before {
  content: "\e6f0";
}

/* line 12511, app/assets/stylesheets/theme/core.scss */
.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

/* line 12515, app/assets/stylesheets/theme/core.scss */
.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

/* line 12519, app/assets/stylesheets/theme/core.scss */
.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

/* line 12523, app/assets/stylesheets/theme/core.scss */
.ti-layout-placeholder:before {
  content: "\e6f4";
}

/* line 12527, app/assets/stylesheets/theme/core.scss */
.ti-layout-menu:before {
  content: "\e6f5";
}

/* line 12531, app/assets/stylesheets/theme/core.scss */
.ti-layout-menu-v:before {
  content: "\e6f6";
}

/* line 12535, app/assets/stylesheets/theme/core.scss */
.ti-layout-menu-separated:before {
  content: "\e6f7";
}

/* line 12539, app/assets/stylesheets/theme/core.scss */
.ti-layout-menu-full:before {
  content: "\e6f8";
}

/* line 12543, app/assets/stylesheets/theme/core.scss */
.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

/* line 12547, app/assets/stylesheets/theme/core.scss */
.ti-layout-media-right:before {
  content: "\e6fa";
}

/* line 12551, app/assets/stylesheets/theme/core.scss */
.ti-layout-media-overlay:before {
  content: "\e6fb";
}

/* line 12555, app/assets/stylesheets/theme/core.scss */
.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

/* line 12559, app/assets/stylesheets/theme/core.scss */
.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

/* line 12563, app/assets/stylesheets/theme/core.scss */
.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

/* line 12567, app/assets/stylesheets/theme/core.scss */
.ti-layout-media-left:before {
  content: "\e6ff";
}

/* line 12571, app/assets/stylesheets/theme/core.scss */
.ti-layout-media-center-alt:before {
  content: "\e700";
}

/* line 12575, app/assets/stylesheets/theme/core.scss */
.ti-layout-media-center:before {
  content: "\e701";
}

/* line 12579, app/assets/stylesheets/theme/core.scss */
.ti-layout-list-thumb:before {
  content: "\e702";
}

/* line 12583, app/assets/stylesheets/theme/core.scss */
.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

/* line 12587, app/assets/stylesheets/theme/core.scss */
.ti-layout-list-post:before {
  content: "\e704";
}

/* line 12591, app/assets/stylesheets/theme/core.scss */
.ti-layout-list-large-image:before {
  content: "\e705";
}

/* line 12595, app/assets/stylesheets/theme/core.scss */
.ti-layout-line-solid:before {
  content: "\e706";
}

/* line 12599, app/assets/stylesheets/theme/core.scss */
.ti-layout-grid4:before {
  content: "\e707";
}

/* line 12603, app/assets/stylesheets/theme/core.scss */
.ti-layout-grid3:before {
  content: "\e708";
}

/* line 12607, app/assets/stylesheets/theme/core.scss */
.ti-layout-grid2:before {
  content: "\e709";
}

/* line 12611, app/assets/stylesheets/theme/core.scss */
.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

/* line 12615, app/assets/stylesheets/theme/core.scss */
.ti-layout-cta-right:before {
  content: "\e70b";
}

/* line 12619, app/assets/stylesheets/theme/core.scss */
.ti-layout-cta-left:before {
  content: "\e70c";
}

/* line 12623, app/assets/stylesheets/theme/core.scss */
.ti-layout-cta-center:before {
  content: "\e70d";
}

/* line 12627, app/assets/stylesheets/theme/core.scss */
.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

/* line 12631, app/assets/stylesheets/theme/core.scss */
.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

/* line 12635, app/assets/stylesheets/theme/core.scss */
.ti-layout-column4:before {
  content: "\e710";
}

/* line 12639, app/assets/stylesheets/theme/core.scss */
.ti-layout-column3:before {
  content: "\e711";
}

/* line 12643, app/assets/stylesheets/theme/core.scss */
.ti-layout-column2:before {
  content: "\e712";
}

/* line 12647, app/assets/stylesheets/theme/core.scss */
.ti-layout-accordion-separated:before {
  content: "\e713";
}

/* line 12651, app/assets/stylesheets/theme/core.scss */
.ti-layout-accordion-merged:before {
  content: "\e714";
}

/* line 12655, app/assets/stylesheets/theme/core.scss */
.ti-layout-accordion-list:before {
  content: "\e715";
}

/* line 12659, app/assets/stylesheets/theme/core.scss */
.ti-ink-pen:before {
  content: "\e716";
}

/* line 12663, app/assets/stylesheets/theme/core.scss */
.ti-info-alt:before {
  content: "\e717";
}

/* line 12667, app/assets/stylesheets/theme/core.scss */
.ti-help-alt:before {
  content: "\e718";
}

/* line 12671, app/assets/stylesheets/theme/core.scss */
.ti-headphone-alt:before {
  content: "\e719";
}

/* line 12675, app/assets/stylesheets/theme/core.scss */
.ti-hand-point-up:before {
  content: "\e71a";
}

/* line 12679, app/assets/stylesheets/theme/core.scss */
.ti-hand-point-right:before {
  content: "\e71b";
}

/* line 12683, app/assets/stylesheets/theme/core.scss */
.ti-hand-point-left:before {
  content: "\e71c";
}

/* line 12687, app/assets/stylesheets/theme/core.scss */
.ti-hand-point-down:before {
  content: "\e71d";
}

/* line 12691, app/assets/stylesheets/theme/core.scss */
.ti-gallery:before {
  content: "\e71e";
}

/* line 12695, app/assets/stylesheets/theme/core.scss */
.ti-face-smile:before {
  content: "\e71f";
}

/* line 12699, app/assets/stylesheets/theme/core.scss */
.ti-face-sad:before {
  content: "\e720";
}

/* line 12703, app/assets/stylesheets/theme/core.scss */
.ti-credit-card:before {
  content: "\e721";
}

/* line 12707, app/assets/stylesheets/theme/core.scss */
.ti-control-skip-forward:before {
  content: "\e722";
}

/* line 12711, app/assets/stylesheets/theme/core.scss */
.ti-control-skip-backward:before {
  content: "\e723";
}

/* line 12715, app/assets/stylesheets/theme/core.scss */
.ti-control-record:before {
  content: "\e724";
}

/* line 12719, app/assets/stylesheets/theme/core.scss */
.ti-control-eject:before {
  content: "\e725";
}

/* line 12723, app/assets/stylesheets/theme/core.scss */
.ti-comments-smiley:before {
  content: "\e726";
}

/* line 12727, app/assets/stylesheets/theme/core.scss */
.ti-brush-alt:before {
  content: "\e727";
}

/* line 12731, app/assets/stylesheets/theme/core.scss */
.ti-youtube:before {
  content: "\e728";
}

/* line 12735, app/assets/stylesheets/theme/core.scss */
.ti-vimeo:before {
  content: "\e729";
}

/* line 12739, app/assets/stylesheets/theme/core.scss */
.ti-twitter:before {
  content: "\e72a";
}

/* line 12743, app/assets/stylesheets/theme/core.scss */
.ti-time:before {
  content: "\e72b";
}

/* line 12747, app/assets/stylesheets/theme/core.scss */
.ti-tumblr:before {
  content: "\e72c";
}

/* line 12751, app/assets/stylesheets/theme/core.scss */
.ti-skype:before {
  content: "\e72d";
}

/* line 12755, app/assets/stylesheets/theme/core.scss */
.ti-share:before {
  content: "\e72e";
}

/* line 12759, app/assets/stylesheets/theme/core.scss */
.ti-share-alt:before {
  content: "\e72f";
}

/* line 12763, app/assets/stylesheets/theme/core.scss */
.ti-rocket:before {
  content: "\e730";
}

/* line 12767, app/assets/stylesheets/theme/core.scss */
.ti-pinterest:before {
  content: "\e731";
}

/* line 12771, app/assets/stylesheets/theme/core.scss */
.ti-new-window:before {
  content: "\e732";
}

/* line 12775, app/assets/stylesheets/theme/core.scss */
.ti-microsoft:before {
  content: "\e733";
}

/* line 12779, app/assets/stylesheets/theme/core.scss */
.ti-list-ol:before {
  content: "\e734";
}

/* line 12783, app/assets/stylesheets/theme/core.scss */
.ti-linkedin:before {
  content: "\e735";
}

/* line 12787, app/assets/stylesheets/theme/core.scss */
.ti-layout-sidebar-2:before {
  content: "\e736";
}

/* line 12791, app/assets/stylesheets/theme/core.scss */
.ti-layout-grid4-alt:before {
  content: "\e737";
}

/* line 12795, app/assets/stylesheets/theme/core.scss */
.ti-layout-grid3-alt:before {
  content: "\e738";
}

/* line 12799, app/assets/stylesheets/theme/core.scss */
.ti-layout-grid2-alt:before {
  content: "\e739";
}

/* line 12803, app/assets/stylesheets/theme/core.scss */
.ti-layout-column4-alt:before {
  content: "\e73a";
}

/* line 12807, app/assets/stylesheets/theme/core.scss */
.ti-layout-column3-alt:before {
  content: "\e73b";
}

/* line 12811, app/assets/stylesheets/theme/core.scss */
.ti-layout-column2-alt:before {
  content: "\e73c";
}

/* line 12815, app/assets/stylesheets/theme/core.scss */
.ti-instagram:before {
  content: "\e73d";
}

/* line 12819, app/assets/stylesheets/theme/core.scss */
.ti-google:before {
  content: "\e73e";
}

/* line 12823, app/assets/stylesheets/theme/core.scss */
.ti-github:before {
  content: "\e73f";
}

/* line 12827, app/assets/stylesheets/theme/core.scss */
.ti-flickr:before {
  content: "\e740";
}

/* line 12831, app/assets/stylesheets/theme/core.scss */
.ti-facebook:before {
  content: "\e741";
}

/* line 12835, app/assets/stylesheets/theme/core.scss */
.ti-dropbox:before {
  content: "\e742";
}

/* line 12839, app/assets/stylesheets/theme/core.scss */
.ti-dribbble:before {
  content: "\e743";
}

/* line 12843, app/assets/stylesheets/theme/core.scss */
.ti-apple:before {
  content: "\e744";
}

/* line 12847, app/assets/stylesheets/theme/core.scss */
.ti-android:before {
  content: "\e745";
}

/* line 12851, app/assets/stylesheets/theme/core.scss */
.ti-save:before {
  content: "\e746";
}

/* line 12855, app/assets/stylesheets/theme/core.scss */
.ti-save-alt:before {
  content: "\e747";
}

/* line 12859, app/assets/stylesheets/theme/core.scss */
.ti-yahoo:before {
  content: "\e748";
}

/* line 12863, app/assets/stylesheets/theme/core.scss */
.ti-wordpress:before {
  content: "\e749";
}

/* line 12867, app/assets/stylesheets/theme/core.scss */
.ti-vimeo-alt:before {
  content: "\e74a";
}

/* line 12871, app/assets/stylesheets/theme/core.scss */
.ti-twitter-alt:before {
  content: "\e74b";
}

/* line 12875, app/assets/stylesheets/theme/core.scss */
.ti-tumblr-alt:before {
  content: "\e74c";
}

/* line 12879, app/assets/stylesheets/theme/core.scss */
.ti-trello:before {
  content: "\e74d";
}

/* line 12883, app/assets/stylesheets/theme/core.scss */
.ti-stack-overflow:before {
  content: "\e74e";
}

/* line 12887, app/assets/stylesheets/theme/core.scss */
.ti-soundcloud:before {
  content: "\e74f";
}

/* line 12891, app/assets/stylesheets/theme/core.scss */
.ti-sharethis:before {
  content: "\e750";
}

/* line 12895, app/assets/stylesheets/theme/core.scss */
.ti-sharethis-alt:before {
  content: "\e751";
}

/* line 12899, app/assets/stylesheets/theme/core.scss */
.ti-reddit:before {
  content: "\e752";
}

/* line 12903, app/assets/stylesheets/theme/core.scss */
.ti-pinterest-alt:before {
  content: "\e753";
}

/* line 12907, app/assets/stylesheets/theme/core.scss */
.ti-microsoft-alt:before {
  content: "\e754";
}

/* line 12911, app/assets/stylesheets/theme/core.scss */
.ti-linux:before {
  content: "\e755";
}

/* line 12915, app/assets/stylesheets/theme/core.scss */
.ti-jsfiddle:before {
  content: "\e756";
}

/* line 12919, app/assets/stylesheets/theme/core.scss */
.ti-joomla:before {
  content: "\e757";
}

/* line 12923, app/assets/stylesheets/theme/core.scss */
.ti-html5:before {
  content: "\e758";
}

/* line 12927, app/assets/stylesheets/theme/core.scss */
.ti-flickr-alt:before {
  content: "\e759";
}

/* line 12931, app/assets/stylesheets/theme/core.scss */
.ti-email:before {
  content: "\e75a";
}

/* line 12935, app/assets/stylesheets/theme/core.scss */
.ti-drupal:before {
  content: "\e75b";
}

/* line 12939, app/assets/stylesheets/theme/core.scss */
.ti-dropbox-alt:before {
  content: "\e75c";
}

/* line 12943, app/assets/stylesheets/theme/core.scss */
.ti-css3:before {
  content: "\e75d";
}

/* line 12947, app/assets/stylesheets/theme/core.scss */
.ti-rss:before {
  content: "\e75e";
}

/* line 12951, app/assets/stylesheets/theme/core.scss */
.ti-rss-alt:before {
  content: "\e75f";
}

/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
/* line 12962, app/assets/stylesheets/theme/core.scss */
.animsition, .animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 12969, app/assets/stylesheets/theme/core.scss */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}

/* line 12977, app/assets/stylesheets/theme/core.scss */
.animsition-loading, .animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 2;
}

/* line 12989, app/assets/stylesheets/theme/core.scss */
.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 13047, app/assets/stylesheets/theme/core.scss */
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 13070, app/assets/stylesheets/theme/core.scss */
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* line 13101, app/assets/stylesheets/theme/core.scss */
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}

@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}

/* line 13132, app/assets/stylesheets/theme/core.scss */
.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up;
}

@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* line 13163, app/assets/stylesheets/theme/core.scss */
.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm;
}

@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}

@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}

/* line 13194, app/assets/stylesheets/theme/core.scss */
.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm;
}

@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* line 13225, app/assets/stylesheets/theme/core.scss */
.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg;
}

@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}

@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}

/* line 13256, app/assets/stylesheets/theme/core.scss */
.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg;
}

@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* line 13287, app/assets/stylesheets/theme/core.scss */
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}

@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}

/* line 13318, app/assets/stylesheets/theme/core.scss */
.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down;
}

@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* line 13349, app/assets/stylesheets/theme/core.scss */
.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm;
}

@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}

@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}

/* line 13380, app/assets/stylesheets/theme/core.scss */
.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm;
}

/* line 13385, app/assets/stylesheets/theme/core.scss */
.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}

@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}

/* line 13416, app/assets/stylesheets/theme/core.scss */
.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/* line 13447, app/assets/stylesheets/theme/core.scss */
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}

@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}

/* line 13478, app/assets/stylesheets/theme/core.scss */
.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left;
}

@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/* line 13509, app/assets/stylesheets/theme/core.scss */
.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm;
}

@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}

@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}

/* line 13540, app/assets/stylesheets/theme/core.scss */
.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm;
}

@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/* line 13571, app/assets/stylesheets/theme/core.scss */
.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg;
}

@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}

@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}

/* line 13602, app/assets/stylesheets/theme/core.scss */
.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg;
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/* line 13633, app/assets/stylesheets/theme/core.scss */
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}

@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}

/* line 13664, app/assets/stylesheets/theme/core.scss */
.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right;
}

@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/* line 13695, app/assets/stylesheets/theme/core.scss */
.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm;
}

@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}

@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}

/* line 13726, app/assets/stylesheets/theme/core.scss */
.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm;
}

@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/* line 13757, app/assets/stylesheets/theme/core.scss */
.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg;
}

@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}

@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}

/* line 13788, app/assets/stylesheets/theme/core.scss */
.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg;
}

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}

@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}

/* line 13829, app/assets/stylesheets/theme/core.scss */
.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in;
}

@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: center center;
    opacity: 0;
  }
}

@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: center center;
    opacity: 0;
  }
}

/* line 13870, app/assets/stylesheets/theme/core.scss */
.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out;
}

@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}

@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}

/* line 13911, app/assets/stylesheets/theme/core.scss */
.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm;
}

@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    opacity: 0;
  }
}

@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    opacity: 0;
  }
}

/* line 13952, app/assets/stylesheets/theme/core.scss */
.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm;
}

@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}

@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}

/* line 13993, app/assets/stylesheets/theme/core.scss */
.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg;
}

@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transform-origin: center center;
    opacity: 0;
  }
}

@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transform-origin: center center;
    opacity: 0;
  }
}

/* line 14034, app/assets/stylesheets/theme/core.scss */
.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg;
}

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(550px) rotateX(0);
    transform: perspective(550px) rotateX(0);
    opacity: 1;
  }
}

@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(550px) rotateX(0);
    transform: perspective(550px) rotateX(0);
    opacity: 1;
  }
}

/* line 14065, app/assets/stylesheets/theme/core.scss */
.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0);
    transform: perspective(550px) rotateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0);
    transform: perspective(550px) rotateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}

/* line 14098, app/assets/stylesheets/theme/core.scss */
.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(100px) rotateX(0);
    transform: perspective(100px) rotateX(0);
    opacity: 1;
  }
}

@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(100px) rotateX(0);
    transform: perspective(100px) rotateX(0);
    opacity: 1;
  }
}

/* line 14131, app/assets/stylesheets/theme/core.scss */
.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0);
    transform: perspective(100px) rotateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0);
    transform: perspective(100px) rotateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}

/* line 14164, app/assets/stylesheets/theme/core.scss */
.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
    opacity: 1;
  }
}

@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
    opacity: 1;
  }
}

/* line 14197, app/assets/stylesheets/theme/core.scss */
.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}

/* line 14230, app/assets/stylesheets/theme/core.scss */
.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(550px) rotateY(0);
    transform: perspective(550px) rotateY(0);
    opacity: 1;
  }
}

@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(550px) rotateY(0);
    transform: perspective(550px) rotateY(0);
    opacity: 1;
  }
}

/* line 14263, app/assets/stylesheets/theme/core.scss */
.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0);
    transform: perspective(550px) rotateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0);
    transform: perspective(550px) rotateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}

/* line 14296, app/assets/stylesheets/theme/core.scss */
.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(100px) rotateY(0);
    transform: perspective(100px) rotateY(0);
    opacity: 1;
  }
}

@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(100px) rotateY(0);
    transform: perspective(100px) rotateY(0);
    opacity: 1;
  }
}

/* line 14329, app/assets/stylesheets/theme/core.scss */
.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0);
    transform: perspective(100px) rotateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0);
    transform: perspective(100px) rotateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}

/* line 14362, app/assets/stylesheets/theme/core.scss */
.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
    opacity: 1;
  }
}

@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
    opacity: 1;
  }
}

/* line 14395, app/assets/stylesheets/theme/core.scss */
.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}

/* line 14428, app/assets/stylesheets/theme/core.scss */
.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 14457, app/assets/stylesheets/theme/core.scss */
.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  50%, to {
    opacity: 0;
  }
}

@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  50%, to {
    opacity: 0;
  }
}

/* line 14492, app/assets/stylesheets/theme/core.scss */
.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}

@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 14519, app/assets/stylesheets/theme/core.scss */
.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm;
}

@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50%, to {
    opacity: 0;
  }
}

@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50%, to {
    opacity: 0;
  }
}

/* line 14554, app/assets/stylesheets/theme/core.scss */
.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}

@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 14581, app/assets/stylesheets/theme/core.scss */
.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg;
}

@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  50%, to {
    opacity: 0;
  }
}

@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  50%, to {
    opacity: 0;
  }
}

/* line 14616, app/assets/stylesheets/theme/core.scss */
.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg;
}

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  to {
    height: 0;
  }
}

@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  to {
    height: 0;
  }
}

/* line 14639, app/assets/stylesheets/theme/core.scss */
.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}

@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}

@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}

/* line 14664, app/assets/stylesheets/theme/core.scss */
.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}

@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  to {
    height: 0;
  }
}

@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  to {
    height: 0;
  }
}

/* line 14689, app/assets/stylesheets/theme/core.scss */
.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom;
}

@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}

@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}

/* line 14714, app/assets/stylesheets/theme/core.scss */
.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom;
}

@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}

@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}

/* line 14739, app/assets/stylesheets/theme/core.scss */
.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left;
}

@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* line 14763, app/assets/stylesheets/theme/core.scss */
.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left;
}

@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}

@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}

/* line 14788, app/assets/stylesheets/theme/core.scss */
.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right;
}

@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* line 14813, app/assets/stylesheets/theme/core.scss */
.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
}

/* line 14820, app/assets/stylesheets/theme/core.scss */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  /* line 14828, app/assets/stylesheets/theme/core.scss */
  .ps-container {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 14834, app/assets/stylesheets/theme/core.scss */
  .ps-container {
    overflow: auto !important;
  }
}

/* line 14839, app/assets/stylesheets/theme/core.scss */
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}

/* line 14844, app/assets/stylesheets/theme/core.scss */
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9;
}

/* line 14849, app/assets/stylesheets/theme/core.scss */
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px;
}

/* line 14854, app/assets/stylesheets/theme/core.scss */
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9;
}

/* line 14859, app/assets/stylesheets/theme/core.scss */
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px;
}

/* line 14864, app/assets/stylesheets/theme/core.scss */
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0;
  height: 15px;
}

/* line 14876, app/assets/stylesheets/theme/core.scss */
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  bottom: 2px;
  height: 6px;
}

/* line 14892, app/assets/stylesheets/theme/core.scss */
.ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  height: 11px;
}

/* line 14896, app/assets/stylesheets/theme/core.scss */
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  width: 15px;
}

/* line 14908, app/assets/stylesheets/theme/core.scss */
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  right: 2px;
  width: 6px;
}

/* line 14924, app/assets/stylesheets/theme/core.scss */
.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  width: 11px;
}

/* line 14928, app/assets/stylesheets/theme/core.scss */
.ps-container.ps-in-scrolling.ps-x:hover > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9;
}

/* line 14933, app/assets/stylesheets/theme/core.scss */
.ps-container.ps-in-scrolling.ps-x:hover > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px;
}

/* line 14938, app/assets/stylesheets/theme/core.scss */
.ps-container.ps-in-scrolling.ps-y:hover > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9;
}

/* line 14943, app/assets/stylesheets/theme/core.scss */
.ps-container.ps-in-scrolling.ps-y:hover > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px;
}

/* line 14948, app/assets/stylesheets/theme/core.scss */
.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: .6;
}

/* line 14952, app/assets/stylesheets/theme/core.scss */
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: .9;
}

/* line 14957, app/assets/stylesheets/theme/core.scss */
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}

/* line 14961, app/assets/stylesheets/theme/core.scss */
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: .9;
}

/* line 14966, app/assets/stylesheets/theme/core.scss */
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}

/* line 2, app/assets/stylesheets/theme/app.scss */
body {
  font-family: Roboto, sans-serif;
  color: #545a63;
  font-weight: 300;
  font-size: .9em;
  line-height: 24px;
}

/* line 10, app/assets/stylesheets/theme/app.scss */
button, input, optgroup, select, textarea {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

/* line 15, app/assets/stylesheets/theme/app.scss */
canvas:focus {
  outline: none;
}

/* line 19, app/assets/stylesheets/theme/app.scss */
::-moz-selection {
  background: #4ed2c5;
  color: #fff;
}

/* line 24, app/assets/stylesheets/theme/app.scss */
::selection {
  background: #4ed2c5;
  color: #fff;
}

/* line 29, app/assets/stylesheets/theme/app.scss */
::-moz-selection {
  background: #4ed2c5;
  color: #fff;
}

/* line 34, app/assets/stylesheets/theme/app.scss */
a {
  color: #33cabb;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

/* line 40, app/assets/stylesheets/theme/app.scss */
a:hover, a:focus {
  color: #616a78;
  text-decoration: none;
  outline: none;
}

/* line 46, app/assets/stylesheets/theme/app.scss */
a.media {
  color: #616a78;
}

/* line 50, app/assets/stylesheets/theme/app.scss */
a[class*="text-"]:hover, a[class*="text-"]:focus {
  text-decoration: none;
}

/* line 54, app/assets/stylesheets/theme/app.scss */
a[class*="hover-"] {
  color: #616a78;
}

/* line 58, app/assets/stylesheets/theme/app.scss */
b,
strong {
  font-weight: 500;
}

/* line 63, app/assets/stylesheets/theme/app.scss */
small,
time,
.small {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #929daf;
}

/* line 72, app/assets/stylesheets/theme/app.scss */
small a,
time a,
.small a {
  color: #929daf;
  border-bottom: 1px dotted #929daf;
}

/* line 79, app/assets/stylesheets/theme/app.scss */
small a:hover,
time a:hover,
.small a:hover {
  color: #33cabb;
  border-bottom-color: transparent;
}

/* line 86, app/assets/stylesheets/theme/app.scss */
.lead {
  font-size: 16px;
  line-height: 32px;
}

/* line 91, app/assets/stylesheets/theme/app.scss */
.semibold {
  font-weight: 400;
}

/* line 95, app/assets/stylesheets/theme/app.scss */
.dropcap:first-child:first-letter {
  float: left;
  color: #903;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

/* line 105, app/assets/stylesheets/theme/app.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #37404d;
  line-height: 1.5;
  letter-spacing: .5px;
}

/* line 114, app/assets/stylesheets/theme/app.scss */
h1 b,
h1 strong, h2 b,
h2 strong, h3 b,
h3 strong, h4 b,
h4 strong, h5 b,
h5 strong, h6 b,
h6 strong,
.h1 b,
.h1 strong, .h2 b,
.h2 strong, .h3 b,
.h3 strong, .h4 b,
.h4 strong, .h5 b,
.h5 strong, .h6 b,
.h6 strong {
  font-weight: 400;
}

/* line 131, app/assets/stylesheets/theme/app.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  font-size: 65%;
}

/* line 136, app/assets/stylesheets/theme/app.scss */
h1 a,
h1 a[class*="hover-"], h2 a,
h2 a[class*="hover-"], h3 a,
h3 a[class*="hover-"], h4 a,
h4 a[class*="hover-"], h5 a,
h5 a[class*="hover-"], h6 a,
h6 a[class*="hover-"],
.h1 a,
.h1 a[class*="hover-"], .h2 a,
.h2 a[class*="hover-"], .h3 a,
.h3 a[class*="hover-"], .h4 a,
.h4 a[class*="hover-"], .h5 a,
.h5 a[class*="hover-"], .h6 a,
.h6 a[class*="hover-"] {
  color: #37404d;
}

/* line 153, app/assets/stylesheets/theme/app.scss */
h1, .h1 {
  font-size: 33px;
}

/* line 157, app/assets/stylesheets/theme/app.scss */
h2, .h2 {
  font-size: 28px;
}

/* line 161, app/assets/stylesheets/theme/app.scss */
h3, .h3 {
  font-size: 23px;
}

/* line 165, app/assets/stylesheets/theme/app.scss */
h4, .h4 {
  font-size: 19px;
}

/* line 169, app/assets/stylesheets/theme/app.scss */
h5, .h5 {
  font-size: 16px;
  font-weight: 400;
}

/* line 174, app/assets/stylesheets/theme/app.scss */
h6, .h6 {
  font-size: 14px;
  font-weight: 400;
}

/* line 179, app/assets/stylesheets/theme/app.scss */
.font-alt {
  font-family: Roboto, sans-serif;
}

/* line 183, app/assets/stylesheets/theme/app.scss */
.sidetitle {
  font-style: italic;
  margin-left: 0.5rem;
}

/* line 188, app/assets/stylesheets/theme/app.scss */
.sidetitle::before {
  content: '\2014 \00A0';
}

/* line 192, app/assets/stylesheets/theme/app.scss */
.subtitle {
  display: block;
  margin-top: 8px;
}

/* line 197, app/assets/stylesheets/theme/app.scss */
.list-iconic {
  list-style: none;
  padding-left: 1.5rem;
}

/* line 202, app/assets/stylesheets/theme/app.scss */
.list-iconic .icon {
  padding-right: 0.5rem;
  font-size: 0.75em;
}

/* line 207, app/assets/stylesheets/theme/app.scss */
.blockquote {
  font-style: italic;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 1rem;
  color: #616a78;
}

/* line 215, app/assets/stylesheets/theme/app.scss */
.blockquote p {
  font-size: 1.125rem;
  line-height: 1.875rem;
}

/* line 220, app/assets/stylesheets/theme/app.scss */
.blockquote a {
  color: #616a78;
}

/* line 224, app/assets/stylesheets/theme/app.scss */
.blockquote footer {
  color: #929daf;
  font-size: 0.875rem;
}

/* line 229, app/assets/stylesheets/theme/app.scss */
.blockquote footer::before {
  content: '\2014 \00A0';
}

/* line 233, app/assets/stylesheets/theme/app.scss */
.blockquote-inverse,
.blockquote-inverse footer {
  color: #fff;
}

/* line 238, app/assets/stylesheets/theme/app.scss */
dt {
  font-weight: 400;
}

/* line 242, app/assets/stylesheets/theme/app.scss */
time {
  font-size: 12px;
  color: #929daf;
}

/* line 247, app/assets/stylesheets/theme/app.scss */
.dl-inline dt,
.dl-inline dd {
  display: inline-block;
}

/* line 252, app/assets/stylesheets/theme/app.scss */
.dl-inline dd {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  /* line 257, app/assets/stylesheets/theme/app.scss */
  html {
    font-size: 16px;
  }
  /* line 260, app/assets/stylesheets/theme/app.scss */
  h1, .h1 {
    font-size: 31px;
  }
  /* line 263, app/assets/stylesheets/theme/app.scss */
  h2, .h2 {
    font-size: 26px;
  }
  /* line 266, app/assets/stylesheets/theme/app.scss */
  h3, .h3 {
    font-size: 22px;
  }
  /* line 269, app/assets/stylesheets/theme/app.scss */
  h4, .h4 {
    font-size: 18px;
  }
  /* line 272, app/assets/stylesheets/theme/app.scss */
  h5, .h5 {
    font-size: 15px;
  }
  /* line 275, app/assets/stylesheets/theme/app.scss */
  h6, .h6 {
    font-size: 13px;
  }
  /* line 278, app/assets/stylesheets/theme/app.scss */
  .blockquote {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media (max-width: 767px) {
  /* line 285, app/assets/stylesheets/theme/app.scss */
  html {
    font-size: 15px;
  }
  /* line 288, app/assets/stylesheets/theme/app.scss */
  h1, .h1 {
    font-size: 24px;
  }
  /* line 291, app/assets/stylesheets/theme/app.scss */
  h2, .h2 {
    font-size: 22px;
  }
  /* line 294, app/assets/stylesheets/theme/app.scss */
  h3, .h3 {
    font-size: 20px;
  }
  /* line 297, app/assets/stylesheets/theme/app.scss */
  h4, .h4 {
    font-size: 16px;
  }
  /* line 300, app/assets/stylesheets/theme/app.scss */
  .lead {
    font-size: 15px;
  }
  /* line 303, app/assets/stylesheets/theme/app.scss */
  .blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 309, app/assets/stylesheets/theme/app.scss */
hr {
  border-top-color: rgba(97, 106, 120, 0.07);
  margin: 2rem auto;
}

/* line 314, app/assets/stylesheets/theme/app.scss */
.divider-dash {
  opacity: .7;
  margin: 0 4px;
  vertical-align: middle;
  color: #929daf;
}

/* line 321, app/assets/stylesheets/theme/app.scss */
.divider-dash::before {
  content: '\2014 \00A0';
}

/* line 325, app/assets/stylesheets/theme/app.scss */
.divider-dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin: 0 4px;
  vertical-align: middle;
  opacity: .5;
  background-color: #929daf;
}

/* line 336, app/assets/stylesheets/theme/app.scss */
.divider-line {
  display: -webkit-inline-box;
  display: inline-flex;
  height: 20px;
  width: 1px;
  margin: 0 4px;
  background-color: rgba(97, 106, 120, 0.07);
}

/* line 345, app/assets/stylesheets/theme/app.scss */
.divider {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  flex: 0 1 0%;
  color: #929daf;
  font-size: 11px;
  letter-spacing: .5px;
  margin: 2rem auto;
  width: 100%;
}

/* line 359, app/assets/stylesheets/theme/app.scss */
.divider::before, .divider::after {
  content: '';
  -webkit-box-flex: 1;
  flex-grow: 1;
  border-top: 1px solid #ebebeb;
}

/* line 366, app/assets/stylesheets/theme/app.scss */
.divider::before {
  margin-right: 16px;
}

/* line 370, app/assets/stylesheets/theme/app.scss */
.divider::after {
  margin-left: 16px;
}

/* line 374, app/assets/stylesheets/theme/app.scss */
.divider a {
  color: #929daf;
}

/* line 378, app/assets/stylesheets/theme/app.scss */
.divider-vertical {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 2rem;
}

/* line 389, app/assets/stylesheets/theme/app.scss */
.divider-vertical::before, .divider-vertical::after {
  border-top: none;
  border-right: 1px solid #ebebeb;
  margin: 0;
}

/* line 395, app/assets/stylesheets/theme/app.scss */
.divider-vertical::before {
  margin-bottom: 16px;
}

/* line 399, app/assets/stylesheets/theme/app.scss */
.divider-vertical::after {
  margin-top: 16px;
}

/* line 403, app/assets/stylesheets/theme/app.scss */
.hr-sm,
.divider-sm {
  margin: 1rem auto;
}

/* line 408, app/assets/stylesheets/theme/app.scss */
.hr-lg,
.divider-lg {
  margin: 3rem auto;
}

/* line 413, app/assets/stylesheets/theme/app.scss */
.divider-vertical.divider-sm {
  padding: 0 1rem;
}

/* line 417, app/assets/stylesheets/theme/app.scss */
.divider-vertical.divider-lg {
  padding: 0 3rem;
}

/* line 421, app/assets/stylesheets/theme/app.scss */
.article a {
  color: #48b0f7;
}

/* line 425, app/assets/stylesheets/theme/app.scss */
.article .lead {
  font-size: 17px;
  color: #788394;
  opacity: .8;
}

/* line 431, app/assets/stylesheets/theme/app.scss */
.article p {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.1px;
}

/* line 437, app/assets/stylesheets/theme/app.scss */
.article b, .article strong {
  font-weight: 400;
}

/* line 441, app/assets/stylesheets/theme/app.scss */
.article blockquote {
  margin: 40px 0;
}

/* line 445, app/assets/stylesheets/theme/app.scss */
.article blockquote p {
  font-size: 18px;
}

/* line 449, app/assets/stylesheets/theme/app.scss */
.container-article {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  /* line 456, app/assets/stylesheets/theme/app.scss */
  .article .lead {
    font-size: 15px;
  }
  /* line 459, app/assets/stylesheets/theme/app.scss */
  .article p {
    font-size: 13px;
    line-height: 24px;
  }
  /* line 463, app/assets/stylesheets/theme/app.scss */
  .article blockquote p {
    font-size: 15px;
  }
}

/* line 468, app/assets/stylesheets/theme/app.scss */
pre {
  background-color: #f9fafb;
  border-left: 5px solid #ebebeb;
  padding: 12px;
  border-radius: 3px;
  color: #788394;
}

/* line 476, app/assets/stylesheets/theme/app.scss */
code {
  white-space: nowrap;
  color: #ba5e63;
}

/* line 481, app/assets/stylesheets/theme/app.scss */
.code-bold {
  color: #bd4147;
  font-weight: 600;
  letter-spacing: .5px;
}

/* line 487, app/assets/stylesheets/theme/app.scss */
kbd {
  background-color: #465161;
}

/* line 491, app/assets/stylesheets/theme/app.scss */
.pre-scrollable {
  max-height: 360px;
}

/* line 495, app/assets/stylesheets/theme/app.scss */
.clipboard-copy {
  position: absolute;
  top: 6px;
  right: 13px;
  line-height: 20px;
  opacity: 0;
  z-index: 9;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

/* line 506, app/assets/stylesheets/theme/app.scss */
.clipboard-copy:hover {
  text-decoration: none;
}

/* line 510, app/assets/stylesheets/theme/app.scss */
pre:hover .clipboard-copy {
  opacity: 1;
  -webkit-transition: opacity .5s, -webkit-transform 0s;
  transition: opacity .5s, -webkit-transform 0s;
  transition: transform 0s, opacity .5s;
  transition: transform 0s, opacity .5s, -webkit-transform 0s;
}

/* line 518, app/assets/stylesheets/theme/app.scss */
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  position: relative;
  background-color: #f9fafb;
  padding-bottom: 12px;
  margin-top: 0;
  margin-bottom: 25px;
  word-wrap: normal;
  border: 1px solid #ebebeb;
}

/* line 529, app/assets/stylesheets/theme/app.scss */
.line-numbers .line-numbers-rows {
  border-right-color: #ebebeb;
}

/* line 533, app/assets/stylesheets/theme/app.scss */
div.prism-show-language > div.prism-show-language-label {
  border-radius: 0;
  background-color: transparent;
  color: #929daf;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  opacity: 0.5;
  letter-spacing: 1px;
  right: 8px;
  top: 4px;
}

/* line 545, app/assets/stylesheets/theme/app.scss */
.prism-show-language {
  display: none;
}

/* line 549, app/assets/stylesheets/theme/app.scss */
.line-highlight {
  background: rgba(255, 255, 0, 0.1);
}

/* line 553, app/assets/stylesheets/theme/app.scss */
.token.badge {
  font-size: 100%;
  padding: 0;
}

/* line 558, app/assets/stylesheets/theme/app.scss */
.code-preview {
  border: 1px solid #ebebeb;
  border-bottom: none;
  padding: 20px;
  background-color: #fff;
}

/* line 565, app/assets/stylesheets/theme/app.scss */
.code-preview > *:last-child {
  margin-bottom: 0;
}

/* line 569, app/assets/stylesheets/theme/app.scss */
.code-title {
  background-color: #f9fafb;
  border: 1px solid #ebebeb;
  border-bottom: none;
  padding: 15px 20px;
  margin-bottom: 0;
}

/* line 577, app/assets/stylesheets/theme/app.scss */
.code-title > *:last-child {
  margin-bottom: 0;
}

/* line 581, app/assets/stylesheets/theme/app.scss */
.code {
  margin-bottom: 30px;
}

/* line 585, app/assets/stylesheets/theme/app.scss */
.code.code-fold pre {
  display: none;
}

/* line 589, app/assets/stylesheets/theme/app.scss */
.code pre {
  margin-bottom: 0;
}

/* line 593, app/assets/stylesheets/theme/app.scss */
.code.show-language .prism-show-language {
  display: block;
}

/* line 597, app/assets/stylesheets/theme/app.scss */
.code-card .code-title {
  font-family: Roboto, sans-serif;
}

/* line 601, app/assets/stylesheets/theme/app.scss */
.code-card .code-preview {
  padding: 0;
}

/* line 605, app/assets/stylesheets/theme/app.scss */
.code-toggler {
  border-top: 1px solid #ebebeb;
  margin-top: -1px;
  text-align: right;
}

/* line 611, app/assets/stylesheets/theme/app.scss */
.code-toggler .btn {
  border-radius: 0;
  background-color: #f9fafb;
  border-top: none;
  color: #929daf;
}

/* line 618, app/assets/stylesheets/theme/app.scss */
.code-toggler .btn i {
  vertical-align: middle;
}

/* line 622, app/assets/stylesheets/theme/app.scss */
img {
  max-width: 100%;
}

/* line 626, app/assets/stylesheets/theme/app.scss */
.img-thumbnail {
  padding: 0.25rem;
  border-color: #f3f3f3;
  border-radius: 3px;
}

/* line 632, app/assets/stylesheets/theme/app.scss */
.img-shadow {
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.2);
}

/* line 637, app/assets/stylesheets/theme/app.scss */
.img-outside-right {
  overflow: hidden;
}

/* line 641, app/assets/stylesheets/theme/app.scss */
.img-outside-right img {
  width: 100%;
  -webkit-transform: translateX(15%);
  transform: translateX(15%);
}

/* line 647, app/assets/stylesheets/theme/app.scss */
.avatar {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 100%;
  background-color: #f5f6f7;
  color: #929daf;
  text-transform: uppercase;
}

/* line 660, app/assets/stylesheets/theme/app.scss */
.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  vertical-align: top;
}

/* line 667, app/assets/stylesheets/theme/app.scss */
.avatar-bordered {
  border: 4px solid rgba(255, 255, 255, 0.25);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

/* line 675, app/assets/stylesheets/theme/app.scss */
.avatar-square {
  border-radius: 0;
}

/* line 679, app/assets/stylesheets/theme/app.scss */
.avatar-sm {
  width: 29px;
  height: 29px;
  line-height: 29px;
  font-size: 0.75rem;
}

/* line 686, app/assets/stylesheets/theme/app.scss */
.avatar-lg {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 1.125rem;
}

/* line 693, app/assets/stylesheets/theme/app.scss */
.avatar-xl {
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 1.25rem;
}

/* line 700, app/assets/stylesheets/theme/app.scss */
.avatar-xxl {
  width: 96px;
  height: 96px;
  line-height: 96px;
  font-size: 1.375rem;
}

/* line 707, app/assets/stylesheets/theme/app.scss */
.avatar-xxxl {
  width: 128px;
  height: 128px;
  line-height: 128px;
  font-size: 1.5rem;
}

/* line 714, app/assets/stylesheets/theme/app.scss */
.avatar-pill {
  width: auto;
  border-radius: 18px;
  color: #788394;
  text-transform: none;
  letter-spacing: 0;
  background-color: #f9fafb;
  font-size: 0.875rem;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}

/* line 728, app/assets/stylesheets/theme/app.scss */
.avatar-pill:hover, .avatar-pill:focus {
  color: #788394;
  background-color: #f5f6f7;
}

/* line 733, app/assets/stylesheets/theme/app.scss */
.avatar-pill img {
  width: 36px;
}

/* line 737, app/assets/stylesheets/theme/app.scss */
.avatar-pill span {
  padding-right: 18px;
  padding-left: 8px;
}

/* line 742, app/assets/stylesheets/theme/app.scss */
.avatar-pill .close {
  padding-left: 0;
  padding-right: 8px;
  font-size: 19px;
  line-height: inherit;
}

/* line 749, app/assets/stylesheets/theme/app.scss */
.avatar-pill.avatar-sm {
  border-radius: 14.5px;
  font-size: 0.8125rem;
}

/* line 754, app/assets/stylesheets/theme/app.scss */
.avatar-pill.avatar-sm img {
  width: 29px;
}

/* line 758, app/assets/stylesheets/theme/app.scss */
.avatar-pill.avatar-sm span {
  padding-right: 14.5px;
}

/* line 762, app/assets/stylesheets/theme/app.scss */
.avatar-pill.avatar-sm .close {
  padding-right: 6px;
  font-size: 18px;
}

/* line 767, app/assets/stylesheets/theme/app.scss */
.avatar-pill.avatar-lg {
  border-radius: 24px;
  font-size: 0.9375rem;
}

/* line 772, app/assets/stylesheets/theme/app.scss */
.avatar-pill.avatar-lg img {
  width: 48px;
}

/* line 776, app/assets/stylesheets/theme/app.scss */
.avatar-pill.avatar-lg span {
  padding-right: 24px;
}

/* line 780, app/assets/stylesheets/theme/app.scss */
.avatar-pill.avatar-lg .close {
  padding-right: 10px;
  font-size: 20px;
}

/* line 785, app/assets/stylesheets/theme/app.scss */
.avatar-pill.avatar-xl {
  border-radius: 32px;
  font-size: 1rem;
}

/* line 790, app/assets/stylesheets/theme/app.scss */
.avatar-pill.avatar-xl img {
  width: 64px;
}

/* line 794, app/assets/stylesheets/theme/app.scss */
.avatar-pill.avatar-xl span {
  padding-right: 32px;
  padding-left: 12px;
}

/* line 799, app/assets/stylesheets/theme/app.scss */
.avatar-pill.avatar-xl .close {
  padding-right: 12px;
  font-size: 22px;
}

/* line 804, app/assets/stylesheets/theme/app.scss */
.avatar-pill.avatar-xxl {
  border-radius: 48px;
  font-size: 1.125rem;
}

/* line 809, app/assets/stylesheets/theme/app.scss */
.avatar-pill.avatar-xxl img {
  width: 96px;
}

/* line 813, app/assets/stylesheets/theme/app.scss */
.avatar-pill.avatar-xxl span {
  padding-right: 48px;
  padding-left: 12px;
}

/* line 818, app/assets/stylesheets/theme/app.scss */
.avatar-pill.avatar-xxl .close {
  padding-right: 16px;
  font-size: 24px;
}

/* line 823, app/assets/stylesheets/theme/app.scss */
.avatar-pill.avatar-xxxl {
  border-radius: 64px;
  font-size: 1.25rem;
}

/* line 828, app/assets/stylesheets/theme/app.scss */
.avatar-pill.avatar-xxxl img {
  width: 128px;
}

/* line 832, app/assets/stylesheets/theme/app.scss */
.avatar-pill.avatar-xxxl span {
  padding-right: 64px;
  padding-left: 12px;
}

/* line 837, app/assets/stylesheets/theme/app.scss */
.avatar-pill.avatar-xxxl .close {
  padding-right: 20px;
  font-size: 24px;
}

/* line 842, app/assets/stylesheets/theme/app.scss */
.avatar[class*='status-']::after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: #33cabb;
}

/* line 855, app/assets/stylesheets/theme/app.scss */
.avatar.avatar-sm[class*='status-']::after {
  right: -2px;
  width: 9px;
  height: 9px;
}

/* line 861, app/assets/stylesheets/theme/app.scss */
.avatar.avatar-lg[class*='status-']::after {
  right: 4px;
}

/* line 865, app/assets/stylesheets/theme/app.scss */
.avatar.avatar-xl[class*='status-']::after {
  right: 5px;
  width: 11px;
  height: 11px;
}

/* line 871, app/assets/stylesheets/theme/app.scss */
.avatar.avatar-xxl[class*='status-']::after {
  right: 15px;
  width: 12px;
  height: 12px;
}

/* line 877, app/assets/stylesheets/theme/app.scss */
.avatar.avatar-xxxl[class*='status-']::after {
  right: 25px;
  width: 16px;
  height: 16px;
}

/* line 883, app/assets/stylesheets/theme/app.scss */
.avatar.status-success::after {
  background-color: #15c377;
}

/* line 887, app/assets/stylesheets/theme/app.scss */
.avatar.status-info::after {
  background-color: #48b0f7;
}

/* line 891, app/assets/stylesheets/theme/app.scss */
.avatar.status-warning::after {
  background-color: #faa64b;
}

/* line 895, app/assets/stylesheets/theme/app.scss */
.avatar.status-danger::after {
  background-color: #f96868;
}

/* line 899, app/assets/stylesheets/theme/app.scss */
.avatar.status-dark::after {
  background-color: #465161;
}

/* line 903, app/assets/stylesheets/theme/app.scss */
.avatar-list {
  display: -webkit-inline-box;
  display: inline-flex;
}

/* line 908, app/assets/stylesheets/theme/app.scss */
.avatar-list:not(.avatar-list-overlap) {
  margin: -2px;
}

/* line 912, app/assets/stylesheets/theme/app.scss */
.avatar-list:not(.avatar-list-overlap) > * {
  margin: 2px;
}

/* line 916, app/assets/stylesheets/theme/app.scss */
.avatar-list-overlap .avatar {
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  -webkit-transition: .15s linear;
  transition: .15s linear;
}

/* line 924, app/assets/stylesheets/theme/app.scss */
.avatar-list-overlap .avatar + .avatar {
  margin-left: -16px;
}

/* line 928, app/assets/stylesheets/theme/app.scss */
.avatar-list-overlap .avatar + .avatar-sm {
  margin-left: -12px;
}

/* line 932, app/assets/stylesheets/theme/app.scss */
.avatar-list-overlap .avatar + .avatar-lg {
  margin-left: -20px;
}

/* line 936, app/assets/stylesheets/theme/app.scss */
.avatar-list-overlap .avatar + .avatar-xl {
  margin-left: -26px;
}

/* line 940, app/assets/stylesheets/theme/app.scss */
.avatar-list-overlap .avatar + .avatar-xxl {
  margin-left: -36px;
}

/* line 944, app/assets/stylesheets/theme/app.scss */
.avatar-list-overlap .avatar + .avatar-xxxl {
  margin-left: -48px;
}

/* line 948, app/assets/stylesheets/theme/app.scss */
.avatar-list-overlap .overlap-exclude,
.avatar-list-overlap .avatar:hover + .avatar {
  margin-left: 0;
}

/* line 953, app/assets/stylesheets/theme/app.scss */
.avatar-add {
  font-family: themify;
  background-color: transparent;
  border: 1px dashed #afb7c5;
  color: #929daf;
  font-size: 0.875rem;
}

/* line 961, app/assets/stylesheets/theme/app.scss */
.avatar-add::before {
  content: "\e61a";
}

/* line 965, app/assets/stylesheets/theme/app.scss */
.avatar-add:hover {
  background-color: #33cabb;
  border-color: #33cabb;
  color: #fff;
}

/* line 971, app/assets/stylesheets/theme/app.scss */
.avatar-more span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

/* line 984, app/assets/stylesheets/theme/app.scss */
.avatar-more:hover span {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
}

/* line 989, app/assets/stylesheets/theme/app.scss */
[data-provide~="more-avatar"] ~ .avatar {
  display: none;
}

/* line 993, app/assets/stylesheets/theme/app.scss */
[class*="img-hov-"] {
  overflow: hidden;
}

/* line 997, app/assets/stylesheets/theme/app.scss */
[class*="img-hov-"] img {
  -webkit-transition: .45s;
  transition: .45s;
  -webkit-backface-visibility: hidden;
}

/* line 1003, app/assets/stylesheets/theme/app.scss */
.img-hov-fadein {
  -webkit-transition: .45s;
  transition: .45s;
}

/* line 1008, app/assets/stylesheets/theme/app.scss */
.img-hov-fadein:hover {
  opacity: .7;
}

/* line 1012, app/assets/stylesheets/theme/app.scss */
.img-hov-fadeout {
  opacity: .7;
  -webkit-transition: .45s;
  transition: .45s;
}

/* line 1018, app/assets/stylesheets/theme/app.scss */
.img-hov-fadeout:hover {
  opacity: 1;
}

/* line 1022, app/assets/stylesheets/theme/app.scss */
.img-hov-zoomin img:hover {
  -webkit-transform: scale(1.045);
  transform: scale(1.045);
}

/* line 1027, app/assets/stylesheets/theme/app.scss */
.img-hov-zoomout img {
  -webkit-transform: scale(1.045);
  transform: scale(1.045);
}

/* line 1032, app/assets/stylesheets/theme/app.scss */
.img-hov-zoomout img:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 1037, app/assets/stylesheets/theme/app.scss */
.img-hov-stretchin img {
  -webkit-transform-origin: left top 0;
  transform-origin: left top 0;
}

/* line 1042, app/assets/stylesheets/theme/app.scss */
.img-hov-stretchin img:hover {
  -webkit-transform: scale(1.045);
  transform: scale(1.045);
}

/* line 1047, app/assets/stylesheets/theme/app.scss */
.img-hov-stretchout img {
  -webkit-transform-origin: left top 0;
  transform-origin: left top 0;
  -webkit-transform: scale(1.045);
  transform: scale(1.045);
}

/* line 1054, app/assets/stylesheets/theme/app.scss */
.img-hov-stretchout img:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 1059, app/assets/stylesheets/theme/app.scss */
.img-hov-slideleft img {
  -webkit-transform-origin: left center 0;
  transform-origin: left center 0;
  -webkit-transform: scale(1.045) translateX(0);
  transform: scale(1.045) translateX(0);
}

/* line 1066, app/assets/stylesheets/theme/app.scss */
.img-hov-slideleft img:hover {
  -webkit-transform: scale(1.045) translateX(-4.5%);
  transform: scale(1.045) translateX(-4.5%);
}

/* line 1071, app/assets/stylesheets/theme/app.scss */
.img-hov-slideright img {
  -webkit-transform-origin: right center 0;
  transform-origin: right center 0;
  -webkit-transform: scale(1.045) translateX(0);
  transform: scale(1.045) translateX(0);
}

/* line 1078, app/assets/stylesheets/theme/app.scss */
.img-hov-slideright img:hover {
  -webkit-transform: scale(1.045) translateX(4.5%);
  transform: scale(1.045) translateX(4.5%);
}

/* line 1083, app/assets/stylesheets/theme/app.scss */
.img-hov-slideup img {
  -webkit-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transform: scale(1.045) translateY(0);
  transform: scale(1.045) translateY(0);
}

/* line 1090, app/assets/stylesheets/theme/app.scss */
.img-hov-slideup img:hover {
  -webkit-transform: scale(1.045) translateY(-4.5%);
  transform: scale(1.045) translateY(-4.5%);
}

/* line 1095, app/assets/stylesheets/theme/app.scss */
.img-hov-slidedown img {
  -webkit-transform-origin: center bottom 0;
  transform-origin: center bottom 0;
  -webkit-transform: scale(1.045) translateY(0);
  transform: scale(1.045) translateY(0);
}

/* line 1102, app/assets/stylesheets/theme/app.scss */
.img-hov-slidedown img:hover {
  -webkit-transform: scale(1.045) translateY(4.5%);
  transform: scale(1.045) translateY(4.5%);
}

/* line 1107, app/assets/stylesheets/theme/app.scss */
.img-hov-rotateleft img {
  -webkit-transform: rotateZ(0) scale(1);
  transform: rotateZ(0) scale(1);
}

/* line 1112, app/assets/stylesheets/theme/app.scss */
.img-hov-rotateleft img:hover {
  -webkit-transform: rotateZ(-5deg) scale(1.1);
  transform: rotateZ(-5deg) scale(1.1);
}

/* line 1117, app/assets/stylesheets/theme/app.scss */
.img-hov-rotateright img {
  -webkit-transform: rotateZ(0) scale(1);
  transform: rotateZ(0) scale(1);
}

/* line 1122, app/assets/stylesheets/theme/app.scss */
.img-hov-rotateright img:hover {
  -webkit-transform: rotateZ(5deg) scale(1.1);
  transform: rotateZ(5deg) scale(1.1);
}

/* line 1127, app/assets/stylesheets/theme/app.scss */
.teaser {
  background: #465161;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

/* line 1135, app/assets/stylesheets/theme/app.scss */
.teaser img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  width: 100%;
  opacity: 0.7;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* line 1146, app/assets/stylesheets/theme/app.scss */
.teaser figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* line 1155, app/assets/stylesheets/theme/app.scss */
.teaser figcaption::before, .teaser figcaption::after {
  pointer-events: none;
}

/* line 1159, app/assets/stylesheets/theme/app.scss */
.teaser figcaption,
.teaser figcaption > a:not(.btn) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1168, app/assets/stylesheets/theme/app.scss */
.teaser figcaption > a {
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

/* line 1175, app/assets/stylesheets/theme/app.scss */
.teaser h2,
.teaser h3,
.teaser h4 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  margin: 0;
}

/* line 1184, app/assets/stylesheets/theme/app.scss */
.teaser h2 span,
.teaser h3 span,
.teaser h4 span {
  font-weight: 500;
}

/* line 1190, app/assets/stylesheets/theme/app.scss */
.teaser p {
  letter-spacing: 1px;
  font-size: 68.5%;
  margin: 0;
}

/* line 1196, app/assets/stylesheets/theme/app.scss */
.teaser-honey img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

/* line 1202, app/assets/stylesheets/theme/app.scss */
.teaser-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #33cabb;
  content: '';
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

/* line 1214, app/assets/stylesheets/theme/app.scss */
.teaser-honey h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

/* line 1225, app/assets/stylesheets/theme/app.scss */
.teaser-honey h3 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

/* line 1236, app/assets/stylesheets/theme/app.scss */
.teaser-honey figcaption::before,
.teaser-honey h3 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

/* line 1244, app/assets/stylesheets/theme/app.scss */
.teaser-honey:hover img {
  opacity: 0.5;
}

/* line 1248, app/assets/stylesheets/theme/app.scss */
.teaser-honey:hover figcaption::before,
.teaser-honey:hover h3,
.teaser-honey:hover h3 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1256, app/assets/stylesheets/theme/app.scss */
.teaser-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: #fff;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

/* line 1271, app/assets/stylesheets/theme/app.scss */
.teaser-zoe h3 {
  color: #37404d;
  float: left;
}

/* line 1276, app/assets/stylesheets/theme/app.scss */
.teaser-zoe .icon-links a {
  float: right;
  color: #616a78;
  font-size: 1.4em;
}

/* line 1282, app/assets/stylesheets/theme/app.scss */
.teaser-zoe:hover .icon-links a:hover,
.teaser-zoe:hover .icon-links a:focus {
  color: #37404d;
}

/* line 1287, app/assets/stylesheets/theme/app.scss */
.teaser-zoe p.description {
  position: absolute;
  bottom: 8em;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
}

/* line 1300, app/assets/stylesheets/theme/app.scss */
.teaser-zoe h3,
.teaser-zoe .icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

/* line 1310, app/assets/stylesheets/theme/app.scss */
.teaser-zoe .icon-links a span::before {
  padding: 8px 10px;
}

/* line 1314, app/assets/stylesheets/theme/app.scss */
.teaser-zoe h3 {
  display: inline-block;
}

/* line 1318, app/assets/stylesheets/theme/app.scss */
.teaser-zoe:hover p.description {
  opacity: 1;
}

/* line 1322, app/assets/stylesheets/theme/app.scss */
.teaser-zoe:hover figcaption,
.teaser-zoe:hover h3,
.teaser-zoe:hover .icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1329, app/assets/stylesheets/theme/app.scss */
.teaser-zoe:hover h3 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

/* line 1334, app/assets/stylesheets/theme/app.scss */
.teaser-zoe:hover .icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* line 1339, app/assets/stylesheets/theme/app.scss */
.teaser-zoe:hover .icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

/* line 1344, app/assets/stylesheets/theme/app.scss */
.teaser-zoe:hover .icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* line 1349, app/assets/stylesheets/theme/app.scss */
.teaser-marley figcaption {
  text-align: right;
}

/* line 1353, app/assets/stylesheets/theme/app.scss */
.teaser-marley h3,
.teaser-marley p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
}

/* line 1361, app/assets/stylesheets/theme/app.scss */
.teaser-marley p {
  bottom: 30px;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

/* line 1368, app/assets/stylesheets/theme/app.scss */
.teaser-marley h3 {
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

/* line 1378, app/assets/stylesheets/theme/app.scss */
.teaser-marley:hover h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1383, app/assets/stylesheets/theme/app.scss */
.teaser-marley h3::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

/* line 1395, app/assets/stylesheets/theme/app.scss */
.teaser-marley h3::after,
.teaser-marley p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

/* line 1404, app/assets/stylesheets/theme/app.scss */
.teaser-marley:hover h3::after,
.teaser-marley:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1411, app/assets/stylesheets/theme/app.scss */
.teaser-bubba img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

/* line 1417, app/assets/stylesheets/theme/app.scss */
.teaser-bubba:hover img {
  opacity: 0.4;
}

/* line 1421, app/assets/stylesheets/theme/app.scss */
.teaser-bubba figcaption::before,
.teaser-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

/* line 1436, app/assets/stylesheets/theme/app.scss */
.teaser-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

/* line 1443, app/assets/stylesheets/theme/app.scss */
.teaser-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

/* line 1450, app/assets/stylesheets/theme/app.scss */
.teaser-bubba h3 {
  padding-top: 27%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

/* line 1460, app/assets/stylesheets/theme/app.scss */
.teaser-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

/* line 1471, app/assets/stylesheets/theme/app.scss */
.teaser-bubba:hover figcaption::before,
.teaser-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 1478, app/assets/stylesheets/theme/app.scss */
.teaser-bubba:hover h3,
.teaser-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1485, app/assets/stylesheets/theme/app.scss */
.teaser-milo img {
  max-width: none;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-20px, 0, 0) scale(1.12);
  transform: translate3d(-20px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 1499, app/assets/stylesheets/theme/app.scss */
.teaser-milo h3 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
}

/* line 1506, app/assets/stylesheets/theme/app.scss */
.teaser-milo p {
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

/* line 1520, app/assets/stylesheets/theme/app.scss */
.teaser-milo:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* line 1526, app/assets/stylesheets/theme/app.scss */
.teaser-milo:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1532, app/assets/stylesheets/theme/app.scss */
.teaser-hera h3 {
  font-size: 158.75%;
}

/* line 1536, app/assets/stylesheets/theme/app.scss */
.teaser-hera h3,
.teaser-hera p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}

/* line 1551, app/assets/stylesheets/theme/app.scss */
.teaser-hera figcaption::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  border: 2px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}

/* line 1570, app/assets/stylesheets/theme/app.scss */
.teaser-hera p {
  width: 60px;
  text-transform: none;
  font-size: 121%;
  line-height: 2;
}

/* line 1577, app/assets/stylesheets/theme/app.scss */
.teaser-hera p a {
  color: #fff;
}

/* line 1581, app/assets/stylesheets/theme/app.scss */
.teaser-hera p a:hover,
.teaser-hera p a:focus {
  opacity: 0.6;
}

/* line 1586, app/assets/stylesheets/theme/app.scss */
.teaser-hera p a i {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

/* line 1594, app/assets/stylesheets/theme/app.scss */
.teaser-hera p a:first-child i {
  -webkit-transform: translate3d(-60px, -60px, 0);
  transform: translate3d(-60px, -60px, 0);
}

/* line 1599, app/assets/stylesheets/theme/app.scss */
.teaser-hera p a:nth-child(2) i {
  -webkit-transform: translate3d(60px, -60px, 0);
  transform: translate3d(60px, -60px, 0);
}

/* line 1604, app/assets/stylesheets/theme/app.scss */
.teaser-hera p a:nth-child(3) i {
  -webkit-transform: translate3d(-60px, 60px, 0);
  transform: translate3d(-60px, 60px, 0);
}

/* line 1609, app/assets/stylesheets/theme/app.scss */
.teaser-hera p a:nth-child(4) i {
  -webkit-transform: translate3d(60px, 60px, 0);
  transform: translate3d(60px, 60px, 0);
}

/* line 1614, app/assets/stylesheets/theme/app.scss */
.teaser-hera:hover figcaption::before {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}

/* line 1620, app/assets/stylesheets/theme/app.scss */
.teaser-hera:hover h3 {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
}

/* line 1626, app/assets/stylesheets/theme/app.scss */
.teaser-hera:hover p i:empty {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 1632, app/assets/stylesheets/theme/app.scss */
.teaser-winston {
  text-align: left;
}

/* line 1636, app/assets/stylesheets/theme/app.scss */
.teaser-winston img {
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 1643, app/assets/stylesheets/theme/app.scss */
.teaser-winston figcaption::before {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 200%;
  height: 100%;
  background-color: #fff;
  content: '';
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s, transform 0.45s;
  transition: opacity 0.45s, transform 0.45s, -webkit-transform 0.45s;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

/* line 1659, app/assets/stylesheets/theme/app.scss */
.teaser-winston h3 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

/* line 1668, app/assets/stylesheets/theme/app.scss */
.teaser-winston p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1.5em 7% 0;
}

/* line 1675, app/assets/stylesheets/theme/app.scss */
.teaser-winston a {
  margin: 0 10px;
  color: #37404d;
  font-size: 170%;
}

/* line 1681, app/assets/stylesheets/theme/app.scss */
.teaser-winston a:hover,
.teaser-winston a:focus {
  color: #33cabb;
}

/* line 1686, app/assets/stylesheets/theme/app.scss */
.teaser-winston p a i {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

/* line 1696, app/assets/stylesheets/theme/app.scss */
.teaser-winston:hover img {
  opacity: 0.6;
}

/* line 1700, app/assets/stylesheets/theme/app.scss */
.teaser-winston:hover h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1705, app/assets/stylesheets/theme/app.scss */
.teaser-winston:hover figcaption::before {
  opacity: 0.7;
  -webkit-transform: rotate3d(0, 0, 1, -15deg);
  transform: rotate3d(0, 0, 1, -15deg);
}

/* line 1711, app/assets/stylesheets/theme/app.scss */
.teaser-winston:hover p i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1717, app/assets/stylesheets/theme/app.scss */
.teaser-winston:hover p a:nth-child(3) i {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

/* line 1722, app/assets/stylesheets/theme/app.scss */
.teaser-winston:hover p a:nth-child(2) i {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* line 1727, app/assets/stylesheets/theme/app.scss */
.teaser-winston:hover p a:first-child i {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

/* line 1732, app/assets/stylesheets/theme/app.scss */
.teaser-terry figcaption {
  padding: 1em;
}

/* line 1736, app/assets/stylesheets/theme/app.scss */
.teaser-terry figcaption::before,
.teaser-terry figcaption::after {
  position: absolute;
  width: 200%;
  height: 200%;
  border-style: solid;
  border-color: #101010;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

/* line 1750, app/assets/stylesheets/theme/app.scss */
.teaser-terry figcaption::before {
  right: 0;
  bottom: 0;
  border-width: 0 70px 60px 0;
  -webkit-transform: translate3d(70px, 60px, 0);
  transform: translate3d(70px, 60px, 0);
}

/* line 1758, app/assets/stylesheets/theme/app.scss */
.teaser-terry figcaption::after {
  top: 0;
  left: 0;
  border-width: 15px 0 0 15px;
  -webkit-transform: translate3d(-15px, -15px, 0);
  transform: translate3d(-15px, -15px, 0);
}

/* line 1766, app/assets/stylesheets/theme/app.scss */
.teaser-terry img,
.teaser-terry p a {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

/* line 1774, app/assets/stylesheets/theme/app.scss */
.teaser-terry img {
  opacity: 0.85;
}

/* line 1778, app/assets/stylesheets/theme/app.scss */
.teaser-terry h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.4em 10px;
  width: 50%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

@media screen and (max-width: 920px) {
  /* line 1793, app/assets/stylesheets/theme/app.scss */
  .teaser-terry h3 {
    padding: 0.75em 10px;
    font-size: 120%;
  }
}

/* line 1799, app/assets/stylesheets/theme/app.scss */
.teaser-terry p {
  float: right;
  clear: both;
  text-align: left;
  text-transform: none;
  font-size: 111%;
}

/* line 1807, app/assets/stylesheets/theme/app.scss */
.teaser-terry p a {
  display: block;
  margin-bottom: 1em;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate3d(90px, 0, 0);
  transform: translate3d(90px, 0, 0);
}

/* line 1816, app/assets/stylesheets/theme/app.scss */
.teaser-terry p a:hover,
.teaser-terry p a:focus {
  color: #f3cf3f;
}

/* line 1821, app/assets/stylesheets/theme/app.scss */
.teaser-terry:hover figcaption::before,
.teaser-terry:hover figcaption::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1827, app/assets/stylesheets/theme/app.scss */
.teaser-terry:hover img {
  opacity: 0.6;
}

/* line 1831, app/assets/stylesheets/theme/app.scss */
.teaser-terry:hover h3,
.teaser-terry:hover p a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1837, app/assets/stylesheets/theme/app.scss */
.teaser-terry:hover p a {
  opacity: 1;
}

/* line 1841, app/assets/stylesheets/theme/app.scss */
.teaser-terry:hover p a:first-child {
  -webkit-transition-delay: 0.025s;
  transition-delay: 0.025s;
}

/* line 1846, app/assets/stylesheets/theme/app.scss */
.teaser-terry:hover p a:nth-child(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

/* line 1851, app/assets/stylesheets/theme/app.scss */
.teaser-terry:hover p a:nth-child(3) {
  -webkit-transition-delay: 0.075s;
  transition-delay: 0.075s;
}

/* line 1856, app/assets/stylesheets/theme/app.scss */
.teaser-terry:hover p a:nth-child(4) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* line 1861, app/assets/stylesheets/theme/app.scss */
.teaser-steve {
  z-index: auto;
  overflow: visible;
}

/* line 1866, app/assets/stylesheets/theme/app.scss */
.teaser-steve:before,
.teaser-steve h2:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

/* line 1880, app/assets/stylesheets/theme/app.scss */
.teaser-steve:before {
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
  opacity: 0;
}

/* line 1886, app/assets/stylesheets/theme/app.scss */
.teaser-steve figcaption {
  z-index: 1;
}

/* line 1890, app/assets/stylesheets/theme/app.scss */
.teaser-steve img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0);
}

/* line 1900, app/assets/stylesheets/theme/app.scss */
.teaser-steve h2,
.teaser-steve p {
  background: #fff;
  color: #2d434e;
}

/* line 1906, app/assets/stylesheets/theme/app.scss */
.teaser-steve h2 {
  position: relative;
  margin-top: 2em;
  padding: 0.25em;
}

/* line 1912, app/assets/stylesheets/theme/app.scss */
.teaser-steve h2:before {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

/* line 1917, app/assets/stylesheets/theme/app.scss */
.teaser-steve p {
  margin-top: 1em;
  padding: 0.5em;
  font-weight: 800;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
}

/* line 1930, app/assets/stylesheets/theme/app.scss */
.teaser-steve:hover:before {
  opacity: 1;
}

/* line 1934, app/assets/stylesheets/theme/app.scss */
.teaser-steve:hover img {
  -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
  transform: perspective(1000px) translate3d(0, 0, 21px);
}

/* line 1939, app/assets/stylesheets/theme/app.scss */
.teaser-steve:hover h2:before {
  opacity: 0;
}

/* line 1943, app/assets/stylesheets/theme/app.scss */
.teaser-steve:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* line 1949, app/assets/stylesheets/theme/app.scss */
.teaser-kira {
  text-align: left;
}

/* line 1953, app/assets/stylesheets/theme/app.scss */
.teaser-kira img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

/* line 1958, app/assets/stylesheets/theme/app.scss */
.teaser-kira figcaption {
  z-index: 1;
}

/* line 1962, app/assets/stylesheets/theme/app.scss */
.teaser-kira h2 {
  color: #fff;
}

/* line 1966, app/assets/stylesheets/theme/app.scss */
.teaser-kira p {
  padding: 28px 10px;
  font-weight: 500;
  font-size: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

/* line 1979, app/assets/stylesheets/theme/app.scss */
.teaser-kira p a {
  margin: 0 0.5em;
  color: #37404d;
  vertical-align: middle;
}

/* line 1985, app/assets/stylesheets/theme/app.scss */
.teaser-kira p a:hover, .teaser-kira p a:focus {
  opacity: 0.6;
}

/* line 1989, app/assets/stylesheets/theme/app.scss */
.teaser-kira figcaption::before {
  position: absolute;
  top: 8px;
  right: 2em;
  left: 2em;
  z-index: -1;
  height: 3.1em;
  background: #fff;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 4em, 0) scale3d(1, 0.023, 1);
  transform: translate3d(0, 4em, 0) scale3d(1, 0.023, 1);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

/* line 2008, app/assets/stylesheets/theme/app.scss */
.teaser-kira:hover img {
  opacity: 0.5;
}

/* line 2012, app/assets/stylesheets/theme/app.scss */
.teaser-kira:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 2018, app/assets/stylesheets/theme/app.scss */
.teaser-kira:hover figcaption::before {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 5em, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 5em, 0) scale3d(1, 1, 1);
}

/* line 2024, app/assets/stylesheets/theme/app.scss */
.teaser-julia img {
  max-width: none;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 2034, app/assets/stylesheets/theme/app.scss */
.teaser-julia figcaption {
  text-align: left;
}

/* line 2038, app/assets/stylesheets/theme/app.scss */
.teaser-julia h2 {
  position: relative;
  padding: 0.5em 0;
}

/* line 2043, app/assets/stylesheets/theme/app.scss */
.teaser-julia p {
  display: table;
  margin: 0 0 0.25em;
  padding: 0.4em 1em;
  background: rgba(255, 255, 255, 0.9);
  color: #616a78;
  text-transform: none;
  font-weight: 500;
  font-size: 75%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0);
}

/* line 2060, app/assets/stylesheets/theme/app.scss */
.teaser-julia p:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

/* line 2065, app/assets/stylesheets/theme/app.scss */
.teaser-julia p:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* line 2070, app/assets/stylesheets/theme/app.scss */
.teaser-julia p:nth-of-type(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

/* line 2075, app/assets/stylesheets/theme/app.scss */
.teaser-julia:hover p:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* line 2080, app/assets/stylesheets/theme/app.scss */
.teaser-julia:hover p:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

/* line 2085, app/assets/stylesheets/theme/app.scss */
.teaser-julia:hover p:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* line 2090, app/assets/stylesheets/theme/app.scss */
.teaser-julia:hover img {
  opacity: 0.4;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

/* line 2096, app/assets/stylesheets/theme/app.scss */
.teaser-julia:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 2102, app/assets/stylesheets/theme/app.scss */
.teaser-simple {
  cursor: default;
}

/* line 2106, app/assets/stylesheets/theme/app.scss */
.teaser-simple img {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* line 2112, app/assets/stylesheets/theme/app.scss */
.teaser-simple figcaption {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-transform: none;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .35s;
  transition: .35s;
}

/* line 2126, app/assets/stylesheets/theme/app.scss */
.teaser-simple figcaption > * {
  margin-left: 4px;
  margin-right: 4px;
}

/* line 2131, app/assets/stylesheets/theme/app.scss */
.teaser-simple figcaption > *:first-child {
  margin-left: 0;
}

/* line 2135, app/assets/stylesheets/theme/app.scss */
.teaser-simple figcaption > *:last-child {
  margin-right: 0;
}

/* line 2139, app/assets/stylesheets/theme/app.scss */
.teaser-simple figcaption a {
  position: static;
  z-index: auto;
  text-indent: 0;
  white-space: nowrap;
  font-size: inherit;
  opacity: 1;
}

/* line 2148, app/assets/stylesheets/theme/app.scss */
.teaser-simple figcaption a:not(.btn) {
  width: auto;
  height: auto;
  font-size: 13px;
}

/* line 2154, app/assets/stylesheets/theme/app.scss */
.teaser-simple:hover img {
  opacity: 0.5;
}

/* line 2158, app/assets/stylesheets/theme/app.scss */
.teaser-simple:hover figcaption {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 2163, app/assets/stylesheets/theme/app.scss */
.media {
  padding: 16px 12px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

/* line 2169, app/assets/stylesheets/theme/app.scss */
.media > * {
  margin: 0 8px;
}

/* line 2173, app/assets/stylesheets/theme/app.scss */
.media a:not(.btn):not(.avatar) {
  color: #616a78;
}

/* line 2177, app/assets/stylesheets/theme/app.scss */
.media.flex-column > * {
  margin: 0;
}

/* line 2181, app/assets/stylesheets/theme/app.scss */
.media.flex-column > div {
  width: 100%;
}

/* line 2185, app/assets/stylesheets/theme/app.scss */
.media.active {
  background-color: #f9fafb;
}

/* line 2189, app/assets/stylesheets/theme/app.scss */
.media.bordered {
  border: 1px solid #ebebeb;
}

/* line 2193, app/assets/stylesheets/theme/app.scss */
.media.items-center {
  -webkit-box-align: center;
  align-items: center;
}

/* line 2198, app/assets/stylesheets/theme/app.scss */
.media[data-provide~="checkable"], .media[data-provide~="selectable"] {
  cursor: pointer;
}

/* line 2202, app/assets/stylesheets/theme/app.scss */
.media .media {
  margin-top: 1.25rem;
}

/* line 2206, app/assets/stylesheets/theme/app.scss */
.media .lead {
  line-height: 1.875rem;
}

/* line 2210, app/assets/stylesheets/theme/app.scss */
.media .title {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
}

/* line 2215, app/assets/stylesheets/theme/app.scss */
.media .avatar {
  flex-shrink: 0;
}

/* line 2219, app/assets/stylesheets/theme/app.scss */
.media .align-center {
  -ms-grid-row-align: center;
  align-self: center;
}

/* line 2224, app/assets/stylesheets/theme/app.scss */
.media .media-hover-show {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 2230, app/assets/stylesheets/theme/app.scss */
.media .dropdown .dropdown-toggle {
  opacity: .7;
}

/* line 2234, app/assets/stylesheets/theme/app.scss */
.media .dropdown:hover .dropdown-toggle, .media .dropdown.open .dropdown-toggle {
  opacity: 1;
}

/* line 2238, app/assets/stylesheets/theme/app.scss */
.media:hover .media-hover-show {
  opacity: 1;
}

/* line 2242, app/assets/stylesheets/theme/app.scss */
.media .custom-control {
  margin-right: 0;
}

/* line 2246, app/assets/stylesheets/theme/app.scss */
.media .nav {
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

/* line 2252, app/assets/stylesheets/theme/app.scss */
.media .nav-link {
  line-height: 24px;
  font-size: 90%;
  padding: 0 8px;
}

/* line 2258, app/assets/stylesheets/theme/app.scss */
.media-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

/* line 2264, app/assets/stylesheets/theme/app.scss */
.media-center {
  -webkit-box-align: center;
  align-items: center;
}

/* line 2269, app/assets/stylesheets/theme/app.scss */
.media-block-actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 1rem;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 2281, app/assets/stylesheets/theme/app.scss */
.media:hover .media-block-actions {
  opacity: 1;
}

/* line 2285, app/assets/stylesheets/theme/app.scss */
.media-collapsible {
  flex-wrap: wrap;
}

/* line 2289, app/assets/stylesheets/theme/app.scss */
.media-collapsible .collapse {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 0;
  min-width: 100%;
}

/* line 2296, app/assets/stylesheets/theme/app.scss */
.collapse-arrow::before {
  content: "\e64b";
  font-family: themify;
  display: inline-block;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 2304, app/assets/stylesheets/theme/app.scss */
.collapse-arrow:not(.collapsed)::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 2309, app/assets/stylesheets/theme/app.scss */
.media-body {
  min-width: 0;
}

/* line 2313, app/assets/stylesheets/theme/app.scss */
.media-body > * {
  margin-bottom: 0;
}

/* line 2317, app/assets/stylesheets/theme/app.scss */
.media-body .media > *:first-child {
  margin-left: 0;
}

/* line 2321, app/assets/stylesheets/theme/app.scss */
.media-body .media > *:last-child {
  margin-right: 0;
}

/* line 2325, app/assets/stylesheets/theme/app.scss */
.media-left {
  padding-right: 0;
}

/* line 2329, app/assets/stylesheets/theme/app.scss */
.media-right-out {
  padding-left: 1.25rem;
}

/* line 2333, app/assets/stylesheets/theme/app.scss */
.media-right-out a {
  color: #788394;
  font-size: 1.125rem;
  opacity: 0.8;
}

/* line 2339, app/assets/stylesheets/theme/app.scss */
.media-right-out a:hover {
  color: #33cabb;
}

/* line 2343, app/assets/stylesheets/theme/app.scss */
.media-right-out a + a {
  margin-left: 0.5rem;
}

/* line 2347, app/assets/stylesheets/theme/app.scss */
.media-action {
  opacity: 0;
  color: #929daf;
}

/* line 2352, app/assets/stylesheets/theme/app.scss */
.media:hover .media-action {
  opacity: 1;
}

/* line 2356, app/assets/stylesheets/theme/app.scss */
.media-action-visible .media-action {
  opacity: 1;
}

/* line 2360, app/assets/stylesheets/theme/app.scss */
.media.media-xs {
  padding: 10px 6px;
}

/* line 2364, app/assets/stylesheets/theme/app.scss */
.media.media-sm {
  padding: 12px 8px;
}

/* line 2368, app/assets/stylesheets/theme/app.scss */
.media.media-lg {
  padding-top: 20px 16px;
}

/* line 2372, app/assets/stylesheets/theme/app.scss */
.media.media-xl {
  padding-top: 24px 20px;
}

/* line 2376, app/assets/stylesheets/theme/app.scss */
.media.media-xxl {
  padding-top: 32px 24px;
}

/* line 2380, app/assets/stylesheets/theme/app.scss */
.media-inverse,
.media-inverse h1, .media-inverse h2, .media-inverse h3, .media-inverse h4, .media-inverse h5, .media-inverse h6 {
  color: #fff;
}

/* line 2385, app/assets/stylesheets/theme/app.scss */
.media-inverse .small,
.media-inverse small,
.media-inverse time {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2391, app/assets/stylesheets/theme/app.scss */
.media-inverse .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2395, app/assets/stylesheets/theme/app.scss */
.media-inverse .nav-link:hover {
  color: white;
}

/* line 2399, app/assets/stylesheets/theme/app.scss */
.media-new {
  background-color: #f3f9ff;
}

/* line 2403, app/assets/stylesheets/theme/app.scss */
.media-list-hover .media-new:hover {
  background-color: #ecf5fe !important;
}

/* line 2407, app/assets/stylesheets/theme/app.scss */
.media-single,
.media-center-v {
  -webkit-box-align: center;
  align-items: center;
}

/* line 2413, app/assets/stylesheets/theme/app.scss */
.media-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

/* line 2419, app/assets/stylesheets/theme/app.scss */
.media-chat {
  padding-right: 64px;
  margin-bottom: 0;
}

/* line 2424, app/assets/stylesheets/theme/app.scss */
.media-chat.media-chat-reverse {
  padding-right: 12px;
  padding-left: 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

/* line 2432, app/assets/stylesheets/theme/app.scss */
.media-chat .media-body {
  display: table;
}

/* line 2436, app/assets/stylesheets/theme/app.scss */
.media-chat .media-body p {
  position: relative;
  padding: 6px 8px;
  margin: 4px 0;
  background-color: #f5f6f7;
  border-radius: 3px;
}

/* line 2444, app/assets/stylesheets/theme/app.scss */
.media-chat .media-body p.inverse {
  color: #fff;
}

/* line 2448, app/assets/stylesheets/theme/app.scss */
.media-chat .media-body p.meta {
  background-color: transparent !important;
  padding: 0;
  opacity: .8;
}

/* line 2454, app/assets/stylesheets/theme/app.scss */
.media-chat .media-body p.meta time {
  font-weight: 300;
}

/* line 2458, app/assets/stylesheets/theme/app.scss */
.media-chat.media-chat-reverse .media-body p {
  float: right;
  clear: right;
  background-color: #48b0f7;
  color: #fff;
}

/* line 2465, app/assets/stylesheets/theme/app.scss */
.media-meta-day {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 0;
  color: #929daf;
  opacity: .8;
  font-weight: 400;
}

/* line 2476, app/assets/stylesheets/theme/app.scss */
.media-meta-day::before, .media-meta-day::after {
  content: '';
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  border-top: 1px solid #ebebeb;
}

/* line 2483, app/assets/stylesheets/theme/app.scss */
.media-meta-day::before {
  margin-right: 16px;
}

/* line 2487, app/assets/stylesheets/theme/app.scss */
.media-meta-day::after {
  margin-left: 16px;
}

@media (max-width: 767px) {
  /* line 2492, app/assets/stylesheets/theme/app.scss */
  .media-doc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  /* line 2497, app/assets/stylesheets/theme/app.scss */
  .media-doc > * {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 2501, app/assets/stylesheets/theme/app.scss */
  .media-doc .media-body {
    margin: 30px 0;
  }
}

/* line 2506, app/assets/stylesheets/theme/app.scss */
.media-list > .media:not(.media-list-header):not(.media-list-footer),
.media-list .media-list-body > .media {
  margin-bottom: 0;
}

/* line 2511, app/assets/stylesheets/theme/app.scss */
.media-listul {
  padding-left: 0;
}

/* line 2515, app/assets/stylesheets/theme/app.scss */
.media-list .media .sortable-dot {
  margin: 0;
  margin-left: -5px;
  opacity: 0;
  border-radius: 2px;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 2524, app/assets/stylesheets/theme/app.scss */
.media-list .media:hover .sortable-dot {
  opacity: .6;
}

/* line 2528, app/assets/stylesheets/theme/app.scss */
.media-list[data-provide~="selectable"] .media:not(.media-list-header):not(.media-list-footer) {
  cursor: pointer;
}

/* line 2532, app/assets/stylesheets/theme/app.scss */
.media-list-hover > .media:not(.media-list-header):not(.media-list-footer):hover,
.media-list-hover .media-list-body > .media:hover {
  background-color: #f9fafb;
}

/* line 2537, app/assets/stylesheets/theme/app.scss */
.media-list-divided > .media:not(.media-list-header):not(.media-list-footer),
.media-list-divided .media-list-body > .media {
  border-bottom: 1px solid rgba(97, 106, 120, 0.07);
}

/* line 2542, app/assets/stylesheets/theme/app.scss */
.media-list-divided > .media:not(.media-list-header):not(.media-list-footer):last-child,
.media-list-divided .media-list-body > .media:last-child {
  border-bottom: none;
}

/* line 2547, app/assets/stylesheets/theme/app.scss */
.media-list-bordered {
  border: 1px solid #f1f2f3;
}

/* line 2551, app/assets/stylesheets/theme/app.scss */
.media-list-striped .media:not(.media-list-header):not(.media-list-footer):nth-child(even) {
  background-color: #f9fafb;
}

/* line 2555, app/assets/stylesheets/theme/app.scss */
.media-list-xs .media {
  padding: 10px 16px;
}

/* line 2559, app/assets/stylesheets/theme/app.scss */
.media-list-sm .media {
  padding: 12px 16px;
}

/* line 2563, app/assets/stylesheets/theme/app.scss */
.media-list-lg .media {
  padding: 20px 16px;
}

/* line 2567, app/assets/stylesheets/theme/app.scss */
.media-list-xl .media {
  padding: 24px 20px;
}

/* line 2571, app/assets/stylesheets/theme/app.scss */
.media-list-xxl .media {
  padding: 32px 24px;
}

/* line 2575, app/assets/stylesheets/theme/app.scss */
.media-list-header {
  border-bottom: 1px solid #ebebeb;
  background-color: #fcfdfe;
}

/* line 2580, app/assets/stylesheets/theme/app.scss */
.media-list-footer {
  border-top: 1px solid #ebebeb;
  background-color: #fcfdfe;
}

/* line 2585, app/assets/stylesheets/theme/app.scss */
.media-grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
}

/* line 2592, app/assets/stylesheets/theme/app.scss */
.media-grid::after {
  content: '';
  -webkit-box-flex: 1;
  flex: auto;
}

/* line 2598, app/assets/stylesheets/theme/app.scss */
.media-grid.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 2603, app/assets/stylesheets/theme/app.scss */
.media-grid.row .media {
  margin-bottom: 15px;
}

/* line 2607, app/assets/stylesheets/theme/app.scss */
.media-grid > .media {
  margin-right: 15px;
  margin-bottom: 15px;
  width: 200px;
}

/* line 2613, app/assets/stylesheets/theme/app.scss */
.media-grid-bordered .media {
  border: 1px solid #ebebeb;
}

/* line 2617, app/assets/stylesheets/theme/app.scss */
.media-grid-hover .media:hover {
  background-color: #f9fafb;
}

/* line 2621, app/assets/stylesheets/theme/app.scss */
.table th {
  border-top: 0;
  font-weight: 400;
}

/* line 2626, app/assets/stylesheets/theme/app.scss */
.table tbody th {
  border-top: 1px solid #eceeef;
}

/* line 2630, app/assets/stylesheets/theme/app.scss */
.table thead th {
  border-bottom: 1px solid #ebebeb;
}

/* line 2634, app/assets/stylesheets/theme/app.scss */
.table tfoot th {
  border-top: 1px solid #ebebeb;
  border-bottom: 0;
}

/* line 2639, app/assets/stylesheets/theme/app.scss */
.thead-default th {
  background-color: #fcfdfe;
}

/* line 2643, app/assets/stylesheets/theme/app.scss */
.table-hover tbody tr {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

/* line 2648, app/assets/stylesheets/theme/app.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fcfdfe;
}

/* line 2652, app/assets/stylesheets/theme/app.scss */
.table-hover tbody tr:hover {
  background-color: #f9fafb;
}

/* line 2656, app/assets/stylesheets/theme/app.scss */
.table-sm th,
.table-sm td {
  padding: .5rem;
}

/* line 2661, app/assets/stylesheets/theme/app.scss */
.table-lg th,
.table-lg td {
  padding: 1rem;
}

/* line 2666, app/assets/stylesheets/theme/app.scss */
.table-separated {
  border-collapse: separate;
  border-spacing: 0 8px;
}

/* line 2671, app/assets/stylesheets/theme/app.scss */
.table-separated.table-striped tbody tr:nth-of-type(odd),
.table-separated.table-hover tbody tr:hover {
  background-color: #f9fafb;
}

/* line 2676, app/assets/stylesheets/theme/app.scss */
.table-separated tbody tr {
  background-color: #fcfdfe;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 2682, app/assets/stylesheets/theme/app.scss */
.table-separated tbody tr > *:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 2687, app/assets/stylesheets/theme/app.scss */
.table-separated tbody tr > *:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 2692, app/assets/stylesheets/theme/app.scss */
.table-separated tbody tr th,
.table-separated tbody tr td {
  border-top: none;
}

/* line 2697, app/assets/stylesheets/theme/app.scss */
.table-separated thead th {
  border-bottom: none;
}

/* line 2701, app/assets/stylesheets/theme/app.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: #f5f6f7;
}

/* line 2707, app/assets/stylesheets/theme/app.scss */
.table tr[class*="bl-"] > *:first-child {
  border-left: inherit;
}

/* line 2711, app/assets/stylesheets/theme/app.scss */
.table tr[class*="br-"] > *:last-child {
  border-right: inherit;
}

/* line 2715, app/assets/stylesheets/theme/app.scss */
.table tr[class*="bt-"] > * {
  border-top: inherit;
}

/* line 2719, app/assets/stylesheets/theme/app.scss */
.table tr[class*="bb-"] > * {
  border-bottom: inherit;
}

/* line 2723, app/assets/stylesheets/theme/app.scss */
.table tr[class*="bx-"] > *:first-child {
  border-left: inherit;
}

/* line 2727, app/assets/stylesheets/theme/app.scss */
.table tr[class*="bx-"] > *:last-child {
  border-right: inherit;
}

/* line 2731, app/assets/stylesheets/theme/app.scss */
.table tr[class*="by-"] > * {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 2736, app/assets/stylesheets/theme/app.scss */
.table tr[class*="b-"] > * {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 2741, app/assets/stylesheets/theme/app.scss */
.table tr[class*="b-"] > *:first-child {
  border-left: inherit;
}

/* line 2745, app/assets/stylesheets/theme/app.scss */
.table tr[class*="b-"] > *:last-child {
  border-right: inherit;
}

/* line 2749, app/assets/stylesheets/theme/app.scss */
.table .media {
  padding: 0;
}

/* line 2753, app/assets/stylesheets/theme/app.scss */
.table-actions .table-action {
  padding: 0 4px;
  font-size: 1rem;
  color: #929daf;
}

/* line 2759, app/assets/stylesheets/theme/app.scss */
.table-actions .table-action:first-child {
  padding-left: 0;
}

/* line 2763, app/assets/stylesheets/theme/app.scss */
.table-actions .table-action:last-child {
  padding-rightt: 0;
}

/* line 2767, app/assets/stylesheets/theme/app.scss */
.table-actions .dropdown {
  display: inline-block;
}

/* line 2771, app/assets/stylesheets/theme/app.scss */
.table tr.active {
  background-color: #f9fafb;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

/* line 2777, app/assets/stylesheets/theme/app.scss */
.alert {
  border: none;
  border-radius: 3px;
}

/* line 2782, app/assets/stylesheets/theme/app.scss */
.alert hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 2787, app/assets/stylesheets/theme/app.scss */
.alert-link {
  font-weight: 400;
}

/* line 2791, app/assets/stylesheets/theme/app.scss */
.alert-primary {
  color: #1c7068;
  background-color: #d5f5f3;
}

/* line 2796, app/assets/stylesheets/theme/app.scss */
.alert-secondary {
  background-color: #e4e7ea;
}

/* line 2800, app/assets/stylesheets/theme/app.scss */
.alert-info {
  color: #004085;
  background-color: #cce5ff;
}

/* line 2805, app/assets/stylesheets/theme/app.scss */
.alert-light {
  background-color: #f7fafc;
}

/* line 2809, app/assets/stylesheets/theme/app.scss */
.callout {
  padding: 15px 20px;
  margin-bottom: 20px;
  border-left: 3px solid transparent;
}

/* line 2815, app/assets/stylesheets/theme/app.scss */
.callout-success {
  border-left-color: #15c377;
  background-color: #fcfdfe;
}

/* line 2820, app/assets/stylesheets/theme/app.scss */
.callout-success h3,
.callout-success h4,
.callout-success h5,
.callout-success h6,
.callout-success a {
  color: #15c377;
}

/* line 2828, app/assets/stylesheets/theme/app.scss */
.callout-success h3,
.callout-success h4,
.callout-success h5,
.callout-success h6 {
  text-transform: uppercase;
}

/* line 2835, app/assets/stylesheets/theme/app.scss */
.callout-success > *:last-child {
  margin-bottom: 0;
}

/* line 2839, app/assets/stylesheets/theme/app.scss */
.callout-info {
  border-left-color: #48b0f7;
  background-color: #fcfdfe;
}

/* line 2844, app/assets/stylesheets/theme/app.scss */
.callout-info h3,
.callout-info h4,
.callout-info h5,
.callout-info h6,
.callout-info a {
  color: #48b0f7;
}

/* line 2852, app/assets/stylesheets/theme/app.scss */
.callout-info h3,
.callout-info h4,
.callout-info h5,
.callout-info h6 {
  text-transform: uppercase;
}

/* line 2859, app/assets/stylesheets/theme/app.scss */
.callout-info > *:last-child {
  margin-bottom: 0;
}

/* line 2863, app/assets/stylesheets/theme/app.scss */
.callout-warning {
  border-left-color: #faa64b;
  background-color: #fcfdfe;
}

/* line 2868, app/assets/stylesheets/theme/app.scss */
.callout-warning h3,
.callout-warning h4,
.callout-warning h5,
.callout-warning h6,
.callout-warning a {
  color: #faa64b;
}

/* line 2876, app/assets/stylesheets/theme/app.scss */
.callout-warning h3,
.callout-warning h4,
.callout-warning h5,
.callout-warning h6 {
  text-transform: uppercase;
}

/* line 2883, app/assets/stylesheets/theme/app.scss */
.callout-warning > *:last-child {
  margin-bottom: 0;
}

/* line 2887, app/assets/stylesheets/theme/app.scss */
.callout-danger {
  border-left-color: #f96868;
  background-color: #fcfdfe;
}

/* line 2892, app/assets/stylesheets/theme/app.scss */
.callout-danger h3,
.callout-danger h4,
.callout-danger h5,
.callout-danger h6,
.callout-danger a {
  color: #f96868;
}

/* line 2900, app/assets/stylesheets/theme/app.scss */
.callout-danger h3,
.callout-danger h4,
.callout-danger h5,
.callout-danger h6 {
  text-transform: uppercase;
}

/* line 2907, app/assets/stylesheets/theme/app.scss */
.callout-danger > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /* line 2912, app/assets/stylesheets/theme/app.scss */
  .callout {
    padding: 10px;
  }
}

/* line 2917, app/assets/stylesheets/theme/app.scss */
.tooltip-inner {
  background-color: #323232;
  border-radius: 2px;
  font-size: 12px;
}

/* line 2923, app/assets/stylesheets/theme/app.scss */
.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #323232;
}

/* line 2927, app/assets/stylesheets/theme/app.scss */
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #323232;
}

/* line 2931, app/assets/stylesheets/theme/app.scss */
.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #323232;
}

/* line 2935, app/assets/stylesheets/theme/app.scss */
.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #323232;
}

/* line 2939, app/assets/stylesheets/theme/app.scss */
.tooltip-primary.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #33cabb;
}

/* line 2943, app/assets/stylesheets/theme/app.scss */
.tooltip-primary.bs-tooltip-top .arrow::before {
  border-top-color: #33cabb;
}

/* line 2947, app/assets/stylesheets/theme/app.scss */
.tooltip-primary.bs-tooltip-right .arrow::before {
  border-right-color: #33cabb;
}

/* line 2951, app/assets/stylesheets/theme/app.scss */
.tooltip-primary.bs-tooltip-left .arrow::before {
  border-left-color: #33cabb;
}

/* line 2955, app/assets/stylesheets/theme/app.scss */
.tooltip-primary .tooltip-inner {
  color: #fff;
  background-color: #33cabb;
}

/* line 2960, app/assets/stylesheets/theme/app.scss */
.tooltip-secondary.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #e4e7ea;
}

/* line 2964, app/assets/stylesheets/theme/app.scss */
.tooltip-secondary.bs-tooltip-top .arrow::before {
  border-top-color: #e4e7ea;
}

/* line 2968, app/assets/stylesheets/theme/app.scss */
.tooltip-secondary.bs-tooltip-right .arrow::before {
  border-right-color: #e4e7ea;
}

/* line 2972, app/assets/stylesheets/theme/app.scss */
.tooltip-secondary.bs-tooltip-left .arrow::before {
  border-left-color: #e4e7ea;
}

/* line 2976, app/assets/stylesheets/theme/app.scss */
.tooltip-secondary .tooltip-inner {
  color: #fff;
  background-color: #e4e7ea;
}

/* line 2981, app/assets/stylesheets/theme/app.scss */
.tooltip-success.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #15c377;
}

/* line 2985, app/assets/stylesheets/theme/app.scss */
.tooltip-success.bs-tooltip-top .arrow::before {
  border-top-color: #15c377;
}

/* line 2989, app/assets/stylesheets/theme/app.scss */
.tooltip-success.bs-tooltip-right .arrow::before {
  border-right-color: #15c377;
}

/* line 2993, app/assets/stylesheets/theme/app.scss */
.tooltip-success.bs-tooltip-left .arrow::before {
  border-left-color: #15c377;
}

/* line 2997, app/assets/stylesheets/theme/app.scss */
.tooltip-success .tooltip-inner {
  color: #fff;
  background-color: #15c377;
}

/* line 3002, app/assets/stylesheets/theme/app.scss */
.tooltip-info.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #48b0f7;
}

/* line 3006, app/assets/stylesheets/theme/app.scss */
.tooltip-info.bs-tooltip-top .arrow::before {
  border-top-color: #48b0f7;
}

/* line 3010, app/assets/stylesheets/theme/app.scss */
.tooltip-info.bs-tooltip-right .arrow::before {
  border-right-color: #48b0f7;
}

/* line 3014, app/assets/stylesheets/theme/app.scss */
.tooltip-info.bs-tooltip-left .arrow::before {
  border-left-color: #48b0f7;
}

/* line 3018, app/assets/stylesheets/theme/app.scss */
.tooltip-info .tooltip-inner {
  color: #fff;
  background-color: #48b0f7;
}

/* line 3023, app/assets/stylesheets/theme/app.scss */
.tooltip-warning.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #faa64b;
}

/* line 3027, app/assets/stylesheets/theme/app.scss */
.tooltip-warning.bs-tooltip-top .arrow::before {
  border-top-color: #faa64b;
}

/* line 3031, app/assets/stylesheets/theme/app.scss */
.tooltip-warning.bs-tooltip-right .arrow::before {
  border-right-color: #faa64b;
}

/* line 3035, app/assets/stylesheets/theme/app.scss */
.tooltip-warning.bs-tooltip-left .arrow::before {
  border-left-color: #faa64b;
}

/* line 3039, app/assets/stylesheets/theme/app.scss */
.tooltip-warning .tooltip-inner {
  color: #fff;
  background-color: #faa64b;
}

/* line 3044, app/assets/stylesheets/theme/app.scss */
.tooltip-danger.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #f96868;
}

/* line 3048, app/assets/stylesheets/theme/app.scss */
.tooltip-danger.bs-tooltip-top .arrow::before {
  border-top-color: #f96868;
}

/* line 3052, app/assets/stylesheets/theme/app.scss */
.tooltip-danger.bs-tooltip-right .arrow::before {
  border-right-color: #f96868;
}

/* line 3056, app/assets/stylesheets/theme/app.scss */
.tooltip-danger.bs-tooltip-left .arrow::before {
  border-left-color: #f96868;
}

/* line 3060, app/assets/stylesheets/theme/app.scss */
.tooltip-danger .tooltip-inner {
  color: #fff;
  background-color: #f96868;
}

/* line 3065, app/assets/stylesheets/theme/app.scss */
.tooltip-pink.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #f96197;
}

/* line 3069, app/assets/stylesheets/theme/app.scss */
.tooltip-pink.bs-tooltip-top .arrow::before {
  border-top-color: #f96197;
}

/* line 3073, app/assets/stylesheets/theme/app.scss */
.tooltip-pink.bs-tooltip-right .arrow::before {
  border-right-color: #f96197;
}

/* line 3077, app/assets/stylesheets/theme/app.scss */
.tooltip-pink.bs-tooltip-left .arrow::before {
  border-left-color: #f96197;
}

/* line 3081, app/assets/stylesheets/theme/app.scss */
.tooltip-pink .tooltip-inner {
  color: #fff;
  background-color: #f96197;
}

/* line 3086, app/assets/stylesheets/theme/app.scss */
.tooltip-purple.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #926dde;
}

/* line 3090, app/assets/stylesheets/theme/app.scss */
.tooltip-purple.bs-tooltip-top .arrow::before {
  border-top-color: #926dde;
}

/* line 3094, app/assets/stylesheets/theme/app.scss */
.tooltip-purple.bs-tooltip-right .arrow::before {
  border-right-color: #926dde;
}

/* line 3098, app/assets/stylesheets/theme/app.scss */
.tooltip-purple.bs-tooltip-left .arrow::before {
  border-left-color: #926dde;
}

/* line 3102, app/assets/stylesheets/theme/app.scss */
.tooltip-purple .tooltip-inner {
  color: #fff;
  background-color: #926dde;
}

/* line 3107, app/assets/stylesheets/theme/app.scss */
.tooltip-brown.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #8d6658;
}

/* line 3111, app/assets/stylesheets/theme/app.scss */
.tooltip-brown.bs-tooltip-top .arrow::before {
  border-top-color: #8d6658;
}

/* line 3115, app/assets/stylesheets/theme/app.scss */
.tooltip-brown.bs-tooltip-right .arrow::before {
  border-right-color: #8d6658;
}

/* line 3119, app/assets/stylesheets/theme/app.scss */
.tooltip-brown.bs-tooltip-left .arrow::before {
  border-left-color: #8d6658;
}

/* line 3123, app/assets/stylesheets/theme/app.scss */
.tooltip-brown .tooltip-inner {
  color: #fff;
  background-color: #8d6658;
}

/* line 3128, app/assets/stylesheets/theme/app.scss */
.tooltip-cyan.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #57c7d4;
}

/* line 3132, app/assets/stylesheets/theme/app.scss */
.tooltip-cyan.bs-tooltip-top .arrow::before {
  border-top-color: #57c7d4;
}

/* line 3136, app/assets/stylesheets/theme/app.scss */
.tooltip-cyan.bs-tooltip-right .arrow::before {
  border-right-color: #57c7d4;
}

/* line 3140, app/assets/stylesheets/theme/app.scss */
.tooltip-cyan.bs-tooltip-left .arrow::before {
  border-left-color: #57c7d4;
}

/* line 3144, app/assets/stylesheets/theme/app.scss */
.tooltip-cyan .tooltip-inner {
  color: #fff;
  background-color: #57c7d4;
}

/* line 3149, app/assets/stylesheets/theme/app.scss */
.tooltip-yellow.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #fcc525;
}

/* line 3153, app/assets/stylesheets/theme/app.scss */
.tooltip-yellow.bs-tooltip-top .arrow::before {
  border-top-color: #fcc525;
}

/* line 3157, app/assets/stylesheets/theme/app.scss */
.tooltip-yellow.bs-tooltip-right .arrow::before {
  border-right-color: #fcc525;
}

/* line 3161, app/assets/stylesheets/theme/app.scss */
.tooltip-yellow.bs-tooltip-left .arrow::before {
  border-left-color: #fcc525;
}

/* line 3165, app/assets/stylesheets/theme/app.scss */
.tooltip-yellow .tooltip-inner {
  color: #fff;
  background-color: #fcc525;
}

/* line 3170, app/assets/stylesheets/theme/app.scss */
.tooltip-gray.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #868e96;
}

/* line 3174, app/assets/stylesheets/theme/app.scss */
.tooltip-gray.bs-tooltip-top .arrow::before {
  border-top-color: #868e96;
}

/* line 3178, app/assets/stylesheets/theme/app.scss */
.tooltip-gray.bs-tooltip-right .arrow::before {
  border-right-color: #868e96;
}

/* line 3182, app/assets/stylesheets/theme/app.scss */
.tooltip-gray.bs-tooltip-left .arrow::before {
  border-left-color: #868e96;
}

/* line 3186, app/assets/stylesheets/theme/app.scss */
.tooltip-gray .tooltip-inner {
  color: #fff;
  background-color: #868e96;
}

/* line 3191, app/assets/stylesheets/theme/app.scss */
.tooltip-dark.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #465161;
}

/* line 3195, app/assets/stylesheets/theme/app.scss */
.tooltip-dark.bs-tooltip-top .arrow::before {
  border-top-color: #465161;
}

/* line 3199, app/assets/stylesheets/theme/app.scss */
.tooltip-dark.bs-tooltip-right .arrow::before {
  border-right-color: #465161;
}

/* line 3203, app/assets/stylesheets/theme/app.scss */
.tooltip-dark.bs-tooltip-left .arrow::before {
  border-left-color: #465161;
}

/* line 3207, app/assets/stylesheets/theme/app.scss */
.tooltip-dark .tooltip-inner {
  color: #fff;
  background-color: #465161;
}

/* line 3212, app/assets/stylesheets/theme/app.scss */
.tooltip-secondary .tooltip-inner {
  color: #616a78;
}

/* line 3216, app/assets/stylesheets/theme/app.scss */
.tooltip-light.bs-tooltip-bottom .arrow::before,
.tooltip-white.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #fff;
}

/* line 3221, app/assets/stylesheets/theme/app.scss */
.tooltip-light.bs-tooltip-top .arrow::before,
.tooltip-white.bs-tooltip-top .arrow::before {
  border-top-color: #fff;
}

/* line 3226, app/assets/stylesheets/theme/app.scss */
.tooltip-light.bs-tooltip-right .arrow::before,
.tooltip-white.bs-tooltip-right .arrow::before {
  border-right-color: #fff;
}

/* line 3231, app/assets/stylesheets/theme/app.scss */
.tooltip-light.bs-tooltip-left .arrow::before,
.tooltip-white.bs-tooltip-left .arrow::before {
  border-left-color: #fff;
}

/* line 3236, app/assets/stylesheets/theme/app.scss */
.tooltip-light .tooltip-inner,
.tooltip-white .tooltip-inner {
  color: #616a78;
  background-color: #fff;
}

/* line 3242, app/assets/stylesheets/theme/app.scss */
.popover {
  font-family: Roboto, sans-serif;
  border-color: #ebebeb;
  border-radius: 2px;
}

/* line 3248, app/assets/stylesheets/theme/app.scss */
.popover.bs-popover-bottom .arrow::before {
  border-bottom-color: #ebebeb;
}

/* line 3252, app/assets/stylesheets/theme/app.scss */
.popover.bs-popover-bottom .arrow::after {
  border-bottom-color: #fcfdfe;
}

/* line 3256, app/assets/stylesheets/theme/app.scss */
.popover.bs-popover-top .arrow::before {
  border-top-color: #ebebeb;
}

/* line 3260, app/assets/stylesheets/theme/app.scss */
.popover.bs-popover-left .arrow::before {
  border-left-color: #ebebeb;
}

/* line 3264, app/assets/stylesheets/theme/app.scss */
.popover.bs-popover-right .arrow::before {
  border-right-color: #ebebeb;
}

/* line 3268, app/assets/stylesheets/theme/app.scss */
.popover-header {
  background-color: #fcfdfe;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #788394;
  border-bottom-color: #f1f2f3;
}

/* line 3279, app/assets/stylesheets/theme/app.scss */
.popover-body {
  font-weight: 300;
}

/* line 3283, app/assets/stylesheets/theme/app.scss */
.toastOld {
  padding: 14px 24px;
  line-height: 20px;
  color: #fff;
  background: #323232;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
  z-index: 1051;
  min-width: 288px;
  max-width: 80%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 3308, app/assets/stylesheets/theme/app.scss */
.toastOld.reveal {
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

/* line 3313, app/assets/stylesheets/theme/app.scss */
.toastOld .text {
  flex-basis: 1;
  font-weight: 400;
  white-space: nowrap;
  margin-right: 48px;
}

/* line 3320, app/assets/stylesheets/theme/app.scss */
.toastOld .action {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.875rem;
}

/* line 3326, app/assets/stylesheets/theme/app.scss */
.toastOld .action a:hover {
  text-decoration: none;
}

/* line 3330, app/assets/stylesheets/theme/app.scss */
.accordion .card {
  background-color: #fff;
  border: 1px solid #f1f2f3;
  margin-bottom: 16px;
}

/* line 3336, app/assets/stylesheets/theme/app.scss */
.accordion .card:last-child {
  margin-bottom: 0;
}

/* line 3340, app/assets/stylesheets/theme/app.scss */
.accordion .card-title {
  background-color: #fcfdfe;
}

/* line 3344, app/assets/stylesheets/theme/app.scss */
.accordion .card-title a {
  display: block;
  letter-spacing: 1px;
  padding-left: 33px;
}

/* line 3350, app/assets/stylesheets/theme/app.scss */
.accordion .card-title a::before {
  content: "\e648";
  display: inline-block;
  font-family: themify;
  font-size: 12px;
  margin-right: 20px;
  margin-left: -33px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

/* line 3361, app/assets/stylesheets/theme/app.scss */
.accordion .card-title a.collapsed::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 3366, app/assets/stylesheets/theme/app.scss */
.accordion-connected .card {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #f1f2f3;
}

/* line 3372, app/assets/stylesheets/theme/app.scss */
.accordion-connected .card:last-child {
  border-bottom: 0;
}

/* line 3376, app/assets/stylesheets/theme/app.scss */
.accordion-connected .card-title {
  border-bottom: 0;
  background-color: #fff;
}

/* line 3381, app/assets/stylesheets/theme/app.scss */
.nav-tabs {
  border-bottom-color: #ebebeb;
  margin-bottom: 1rem;
}

/* line 3386, app/assets/stylesheets/theme/app.scss */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .nav-link:focus,
.nav-tabs .nav-item.show .nav-link:hover {
  color: #616a78;
}

/* line 3392, app/assets/stylesheets/theme/app.scss */
.nav-tabs .nav-link {
  position: relative;
  border: none;
  text-align: center;
  color: #929daf;
  border-bottom: 2px solid transparent;
  padding: 10px 16px;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  /* line 3406, app/assets/stylesheets/theme/app.scss */
  .nav-tabs .nav-link {
    padding: 8px 12px;
  }
}

/* line 3411, app/assets/stylesheets/theme/app.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
  color: #616a78;
  border-color: #33cabb;
}

/* line 3416, app/assets/stylesheets/theme/app.scss */
.nav-tabs .nav-link .icon {
  margin-right: 4px;
}

/* line 3420, app/assets/stylesheets/theme/app.scss */
.nav-tabs .nav-link .close {
  width: 12px;
  height: 12px;
  margin-top: 6px;
  font-size: 20px;
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* line 3430, app/assets/stylesheets/theme/app.scss */
.nav-tabs .nav-link .close span {
  display: inline-block;
  width: inherit;
  height: inherit;
}

/* line 3436, app/assets/stylesheets/theme/app.scss */
.nav-tabs .nav-link:hover .close {
  opacity: .25;
}

/* line 3440, app/assets/stylesheets/theme/app.scss */
.nav-tabs.nav-tabs-primary .nav-link:hover, .nav-tabs.nav-tabs-primary .nav-link.active, .nav-tabs.nav-tabs-primary .nav-link.active:focus, .nav-tabs.nav-tabs-primary .nav-link.active:hover {
  border-color: #33cabb;
}

/* line 3444, app/assets/stylesheets/theme/app.scss */
.nav-tabs.nav-tabs-secondary .nav-link:hover, .nav-tabs.nav-tabs-secondary .nav-link.active, .nav-tabs.nav-tabs-secondary .nav-link.active:focus, .nav-tabs.nav-tabs-secondary .nav-link.active:hover {
  border-color: #e4e7ea;
}

/* line 3448, app/assets/stylesheets/theme/app.scss */
.nav-tabs.nav-tabs-success .nav-link:hover, .nav-tabs.nav-tabs-success .nav-link.active, .nav-tabs.nav-tabs-success .nav-link.active:focus, .nav-tabs.nav-tabs-success .nav-link.active:hover {
  border-color: #15c377;
}

/* line 3452, app/assets/stylesheets/theme/app.scss */
.nav-tabs.nav-tabs-info .nav-link:hover, .nav-tabs.nav-tabs-info .nav-link.active, .nav-tabs.nav-tabs-info .nav-link.active:focus, .nav-tabs.nav-tabs-info .nav-link.active:hover {
  border-color: #48b0f7;
}

/* line 3456, app/assets/stylesheets/theme/app.scss */
.nav-tabs.nav-tabs-warning .nav-link:hover, .nav-tabs.nav-tabs-warning .nav-link.active, .nav-tabs.nav-tabs-warning .nav-link.active:focus, .nav-tabs.nav-tabs-warning .nav-link.active:hover {
  border-color: #faa64b;
}

/* line 3460, app/assets/stylesheets/theme/app.scss */
.nav-tabs.nav-tabs-danger .nav-link:hover, .nav-tabs.nav-tabs-danger .nav-link.active, .nav-tabs.nav-tabs-danger .nav-link.active:focus, .nav-tabs.nav-tabs-danger .nav-link.active:hover {
  border-color: #f96868;
}

/* line 3464, app/assets/stylesheets/theme/app.scss */
.nav-tabs.nav-tabs-pink .nav-link:hover, .nav-tabs.nav-tabs-pink .nav-link.active, .nav-tabs.nav-tabs-pink .nav-link.active:focus, .nav-tabs.nav-tabs-pink .nav-link.active:hover {
  border-color: #f96197;
}

/* line 3468, app/assets/stylesheets/theme/app.scss */
.nav-tabs.nav-tabs-purple .nav-link:hover, .nav-tabs.nav-tabs-purple .nav-link.active, .nav-tabs.nav-tabs-purple .nav-link.active:focus, .nav-tabs.nav-tabs-purple .nav-link.active:hover {
  border-color: #926dde;
}

/* line 3472, app/assets/stylesheets/theme/app.scss */
.nav-tabs.nav-tabs-brown .nav-link:hover, .nav-tabs.nav-tabs-brown .nav-link.active, .nav-tabs.nav-tabs-brown .nav-link.active:focus, .nav-tabs.nav-tabs-brown .nav-link.active:hover {
  border-color: #8d6658;
}

/* line 3476, app/assets/stylesheets/theme/app.scss */
.nav-tabs.nav-tabs-cyan .nav-link:hover, .nav-tabs.nav-tabs-cyan .nav-link.active, .nav-tabs.nav-tabs-cyan .nav-link.active:focus, .nav-tabs.nav-tabs-cyan .nav-link.active:hover {
  border-color: #57c7d4;
}

/* line 3480, app/assets/stylesheets/theme/app.scss */
.nav-tabs.nav-tabs-yellow .nav-link:hover, .nav-tabs.nav-tabs-yellow .nav-link.active, .nav-tabs.nav-tabs-yellow .nav-link.active:focus, .nav-tabs.nav-tabs-yellow .nav-link.active:hover {
  border-color: #fcc525;
}

/* line 3484, app/assets/stylesheets/theme/app.scss */
.nav-tabs.nav-tabs-gray .nav-link:hover, .nav-tabs.nav-tabs-gray .nav-link.active, .nav-tabs.nav-tabs-gray .nav-link.active:focus, .nav-tabs.nav-tabs-gray .nav-link.active:hover {
  border-color: #868e96;
}

/* line 3488, app/assets/stylesheets/theme/app.scss */
.nav-tabs.nav-tabs-dark .nav-link:hover, .nav-tabs.nav-tabs-dark .nav-link.active, .nav-tabs.nav-tabs-dark .nav-link.active:focus, .nav-tabs.nav-tabs-dark .nav-link.active:hover {
  border-color: #465161;
}

/* line 3492, app/assets/stylesheets/theme/app.scss */
.nav-tabs-light-mode {
  border-bottom: none;
  background-color: #f9fafb;
}

/* line 3497, app/assets/stylesheets/theme/app.scss */
.nav-tabs-light-mode .nav-link {
  border-bottom: none;
}

/* line 3501, app/assets/stylesheets/theme/app.scss */
.nav-tabs-inverse-mode {
  border-bottom: none;
  background-color: transparent;
  margin-bottom: 0;
}

/* line 3507, app/assets/stylesheets/theme/app.scss */
.nav-tabs-inverse-mode .nav-link {
  border-bottom: none;
}

/* line 3511, app/assets/stylesheets/theme/app.scss */
.nav-tabs-inverse-mode .nav-link.active, .nav-tabs-inverse-mode .nav-link.active:focus, .nav-tabs-inverse-mode .nav-link.active:hover {
  background-color: #f9fafb;
}

/* line 3515, app/assets/stylesheets/theme/app.scss */
.nav-tabs-inverse-mode + .tab-content {
  background-color: #f9fafb;
  padding: 20px 16px;
}

/* line 3520, app/assets/stylesheets/theme/app.scss */
.nav-tabs-left,
.nav-tabs-right {
  display: -webkit-box;
  display: flex;
}

/* line 3526, app/assets/stylesheets/theme/app.scss */
.nav-tabs-left .nav-tabs,
.nav-tabs-right .nav-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-bottom: 0;
}

/* line 3534, app/assets/stylesheets/theme/app.scss */
.nav-tabs-left .nav-tabs .nav-item + .nav-item,
.nav-tabs-right .nav-tabs .nav-item + .nav-item {
  margin-left: 0;
}

/* line 3539, app/assets/stylesheets/theme/app.scss */
.nav-tabs-left .nav-tabs .nav-link,
.nav-tabs-right .nav-tabs .nav-link {
  border-bottom: none;
  text-align: left;
}

/* line 3545, app/assets/stylesheets/theme/app.scss */
.nav-tabs-left .tab-content,
.nav-tabs-right .tab-content {
  overflow: hidden;
}

/* line 3550, app/assets/stylesheets/theme/app.scss */
.nav-tabs-left .nav-tabs {
  border-right: 1px solid #ebebeb;
}

/* line 3554, app/assets/stylesheets/theme/app.scss */
.nav-tabs-left .nav-tabs .nav-link {
  border-right: 2px solid transparent;
}

/* line 3558, app/assets/stylesheets/theme/app.scss */
.nav-tabs-left .tab-content {
  padding-left: 20px;
}

/* line 3562, app/assets/stylesheets/theme/app.scss */
.nav-tabs-right .nav-tabs {
  -webkit-box-ordinal-group: 3;
  order: 2;
  border-left: 1px solid #ebebeb;
}

/* line 3568, app/assets/stylesheets/theme/app.scss */
.nav-tabs-right .nav-tabs .nav-link {
  border-left: 2px solid transparent;
}

/* line 3572, app/assets/stylesheets/theme/app.scss */
.nav-tabs-right .tab-content {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 20px;
}

/* line 3578, app/assets/stylesheets/theme/app.scss */
.nav-process {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 1rem;
}

/* line 3588, app/assets/stylesheets/theme/app.scss */
.nav-process .nav-title {
  font-weight: 400;
}

/* line 3592, app/assets/stylesheets/theme/app.scss */
.nav-process .nav-item {
  -webkit-box-align: center;
  align-items: center;
}

/* line 3597, app/assets/stylesheets/theme/app.scss */
.nav-process .nav-link {
  padding: 0;
}

/* line 3601, app/assets/stylesheets/theme/app.scss */
.nav-process-circle .nav-item {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  color: #929daf;
  padding: 0 12px;
}

/* line 3614, app/assets/stylesheets/theme/app.scss */
.nav-process-circle .nav-item:first-child .nav-link::before {
  display: none;
}

/* line 3618, app/assets/stylesheets/theme/app.scss */
.nav-process-circle .nav-item.complete .nav-link, .nav-process-circle .nav-item.complete .nav-link::before, .nav-process-circle .nav-item.processing .nav-link, .nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #dcfcfa;
}

/* line 3622, app/assets/stylesheets/theme/app.scss */
.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #33cabb;
  width: 29px;
  height: 29px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  color: #fff;
}

/* line 3631, app/assets/stylesheets/theme/app.scss */
.nav-process-circle .nav-item.complete .nav-link::after {
  width: 29px;
  height: 29px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  color: #fff;
}

/* line 3639, app/assets/stylesheets/theme/app.scss */
.nav-process-circle .nav-item.processing {
  color: #616a78;
}

/* line 3643, app/assets/stylesheets/theme/app.scss */
.nav-process-circle .nav-item.processing .nav-link::after {
  width: 13px;
  height: 13px;
  margin-top: 8px;
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
  color: transparent;
}

/* line 3652, app/assets/stylesheets/theme/app.scss */
.nav-process-circle .nav-link {
  display: -webkit-inline-box;
  display: inline-flex;
  margin: 10px 0;
  width: 29px;
  height: 29px;
  max-height: 29px;
  border-radius: 50%;
  background-color: #f7fafc;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 1;
}

/* line 3666, app/assets/stylesheets/theme/app.scss */
.nav-process-circle .nav-link::before {
  content: '';
  position: absolute;
  left: calc(-50% + 14.5px);
  right: calc(50% + 14.5px);
  height: 10px;
  margin-top: 9.5px;
  background-color: #f7fafc;
  cursor: default;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 3679, app/assets/stylesheets/theme/app.scss */
.nav-process-circle .nav-link::after {
  content: "\e64c";
  font-family: themify;
  width: 0;
  height: 0;
  text-align: center;
  font-size: 15px;
  position: absolute;
  border-radius: 50%;
  background-color: transparent;
  color: transparent;
  -webkit-transform: translate(14.5px, 14.5px);
  transform: translate(14.5px, 14.5px);
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 1;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

/* line 3703, app/assets/stylesheets/theme/app.scss */
.nav-process-iconic .nav-item {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  text-align: center;
  color: #929daf;
  padding: 0 12px;
}

/* line 3717, app/assets/stylesheets/theme/app.scss */
.nav-process-iconic .nav-item i {
  color: #929daf;
}

/* line 3721, app/assets/stylesheets/theme/app.scss */
.nav-process-iconic .nav-item:first-child .nav-link::before {
  display: none;
}

/* line 3725, app/assets/stylesheets/theme/app.scss */
.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #33cabb;
}

/* line 3729, app/assets/stylesheets/theme/app.scss */
.nav-process-iconic .nav-item.complete i {
  color: #fff;
}

/* line 3733, app/assets/stylesheets/theme/app.scss */
.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #33cabb;
}

/* line 3737, app/assets/stylesheets/theme/app.scss */
.nav-process-iconic .nav-item.processing {
  color: #616a78;
}

/* line 3741, app/assets/stylesheets/theme/app.scss */
.nav-process-iconic .nav-item.processing i {
  color: #33cabb;
}

/* line 3745, app/assets/stylesheets/theme/app.scss */
.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #33cabb;
  background-color: #fff;
}

/* line 3750, app/assets/stylesheets/theme/app.scss */
.nav-process-iconic .nav-link {
  font-size: 22px;
  -webkit-box-pack: center !important;
  justify-content: center !important;
  margin: 10px 0;
  width: 48px;
  height: 48px;
  line-height: 44px;
  max-height: 48px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: #f7fafc;
  color: inherit;
}

/* line 3765, app/assets/stylesheets/theme/app.scss */
.nav-process-iconic .nav-link::before {
  content: '';
  position: absolute;
  left: calc(-50% + 24px);
  right: calc(50% + 24px);
  height: 3px;
  margin-top: 22.5px;
  background-color: #f7fafc;
  cursor: default;
}

/* line 3776, app/assets/stylesheets/theme/app.scss */
.nav-process-box {
  margin-bottom: 0;
}

/* line 3780, app/assets/stylesheets/theme/app.scss */
.nav-process-box .nav-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  border-right: 1px solid #f1f2f3;
}

/* line 3788, app/assets/stylesheets/theme/app.scss */
.nav-process-box .nav-item::after {
  content: "\e649";
  font-family: themify;
  color: #f1f2f3;
  background-color: #fff;
  margin-right: -10px;
  line-height: 1;
}

/* line 3797, app/assets/stylesheets/theme/app.scss */
.nav-process-box .nav-item:last-child {
  border-right: none;
}

/* line 3801, app/assets/stylesheets/theme/app.scss */
.nav-process-box .nav-item:last-child::after {
  display: none;
}

/* line 3805, app/assets/stylesheets/theme/app.scss */
.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #fff;
  background-color: #33cabb;
}

/* line 3810, app/assets/stylesheets/theme/app.scss */
.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number i {
  color: #fff;
}

/* line 3814, app/assets/stylesheets/theme/app.scss */
.nav-process-box .nav-item.processing .nav-link-number {
  background-color: #465161;
  color: #fff;
}

/* line 3819, app/assets/stylesheets/theme/app.scss */
.nav-process-box .nav-item.processing .nav-title {
  color: #465161;
}

/* line 3823, app/assets/stylesheets/theme/app.scss */
.nav-process-box .nav-link {
  padding: 12px 20px;
  width: 100%;
}

/* line 3828, app/assets/stylesheets/theme/app.scss */
.nav-process-box .nav-link-number {
  display: inline-block;
  max-width: 29px;
  width: 29px;
  height: 29px;
  line-height: 29px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 50%;
  background-color: #f7fafc;
  color: #929daf;
  text-align: center;
}

/* line 3842, app/assets/stylesheets/theme/app.scss */
.nav-process-box .nav-link-number i {
  font-size: 12px;
}

/* line 3846, app/assets/stylesheets/theme/app.scss */
.nav-process-block .nav-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  color: #929daf;
  margin-right: 4px;
}

/* line 3855, app/assets/stylesheets/theme/app.scss */
.nav-process-block .nav-item:last-child {
  margin-right: 0;
}

/* line 3859, app/assets/stylesheets/theme/app.scss */
.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #33cabb;
  color: #fff;
}

/* line 3864, app/assets/stylesheets/theme/app.scss */
.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #33cabb;
  font-weight: 400;
}

/* line 3869, app/assets/stylesheets/theme/app.scss */
.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #33cabb;
  color: #fff;
}

/* line 3874, app/assets/stylesheets/theme/app.scss */
.nav-process-block .nav-link {
  display: -webkit-box;
  display: flex;
  width: 100%;
  background-color: #f7fafc;
  padding: 20px;
}

/* line 3882, app/assets/stylesheets/theme/app.scss */
.nav-process-block .nav-link-number {
  max-width: 48px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 28px;
  font-weight: 300;
  border-radius: 50%;
  background-color: #fff;
  color: #929daf;
  text-align: center;
  flex-shrink: 0;
}

/* line 3896, app/assets/stylesheets/theme/app.scss */
.nav-process-block .nav-link-body {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  white-space: normal;
  padding-left: 12px;
  line-height: 1.25rem;
  font-weight: 300;
  white-space: nowrap;
}

/* line 3912, app/assets/stylesheets/theme/app.scss */
.nav-process-block .nav-title {
  margin-bottom: 10px;
  font-size: 1rem;
}

@media (max-width: 767px) {
  /* line 3918, app/assets/stylesheets/theme/app.scss */
  .nav-process-block .nav-link {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  /* line 3926, app/assets/stylesheets/theme/app.scss */
  .nav-process-block .nav-link-number {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  /* line 3930, app/assets/stylesheets/theme/app.scss */
  .nav-process-block .nav-link-body {
    text-align: center;
    margin-left: 0 !important;
    padding-left: 0;
    margin-top: 10px;
  }
}

/* line 3938, app/assets/stylesheets/theme/app.scss */
.nav-process-sm.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-sm.nav-process-circle .nav-item.processing .nav-link::after {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

/* line 3944, app/assets/stylesheets/theme/app.scss */
.nav-process-sm.nav-process-circle .nav-item.complete .nav-link::after {
  width: 24px;
  height: 24px;
}

/* line 3949, app/assets/stylesheets/theme/app.scss */
.nav-process-sm.nav-process-circle .nav-item.processing .nav-link::after {
  width: 8px;
  height: 8px;
  margin-top: 8px;
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

/* line 3957, app/assets/stylesheets/theme/app.scss */
.nav-process-sm.nav-process-circle .nav-link {
  margin: 10px 0;
  width: 24px;
  height: 24px;
  max-height: 24px;
}

/* line 3964, app/assets/stylesheets/theme/app.scss */
.nav-process-sm.nav-process-circle .nav-link::before {
  left: calc(-50% + 12px);
  right: calc(50% + 12px);
  height: 10px;
  margin-top: 7px;
}

/* line 3971, app/assets/stylesheets/theme/app.scss */
.nav-process-sm.nav-process-circle .nav-link::after {
  font-size: 12px;
}

/* line 3975, app/assets/stylesheets/theme/app.scss */
.nav-process-sm.nav-process-iconic .nav-link {
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 32px;
  max-height: 36px;
}

/* line 3983, app/assets/stylesheets/theme/app.scss */
.nav-process-sm.nav-process-iconic .nav-link::before {
  left: calc(-50% + 18px);
  right: calc(50% + 18px);
  margin-top: 16.5px;
}

/* line 3989, app/assets/stylesheets/theme/app.scss */
.nav-process-sm.nav-process-box .nav-link {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 3994, app/assets/stylesheets/theme/app.scss */
.nav-process-sm.nav-process-box .nav-link-number {
  max-width: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}

/* line 4002, app/assets/stylesheets/theme/app.scss */
.nav-process-sm.nav-process-box .nav-link-number i {
  font-size: 10px;
}

/* line 4006, app/assets/stylesheets/theme/app.scss */
.nav-process-sm.nav-process-box .nav-title {
  font-size: 12px;
}

/* line 4010, app/assets/stylesheets/theme/app.scss */
.nav-process-sm.nav-process-block .nav-link {
  padding: 16px;
}

/* line 4014, app/assets/stylesheets/theme/app.scss */
.nav-process-sm.nav-process-block .nav-link-number {
  max-width: 36px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 24px;
}

/* line 4022, app/assets/stylesheets/theme/app.scss */
.nav-process-sm.nav-process-block .nav-link-body {
  line-height: 1rem;
}

/* line 4026, app/assets/stylesheets/theme/app.scss */
.nav-process-sm.nav-process-block .nav-title {
  font-size: .9375rem;
}

/* line 4030, app/assets/stylesheets/theme/app.scss */
.nav-process-lg.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-lg.nav-process-circle .nav-item.processing .nav-link::after {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

/* line 4036, app/assets/stylesheets/theme/app.scss */
.nav-process-lg.nav-process-circle .nav-item.complete .nav-link::after {
  width: 36px;
  height: 36px;
}

/* line 4041, app/assets/stylesheets/theme/app.scss */
.nav-process-lg.nav-process-circle .nav-item.processing .nav-link::after {
  width: 14px;
  height: 14px;
  margin-top: 11px;
  -webkit-transform: translateX(11px);
  transform: translateX(11px);
}

/* line 4049, app/assets/stylesheets/theme/app.scss */
.nav-process-lg.nav-process-circle .nav-link {
  margin: 10px 0;
  width: 36px;
  height: 36px;
  max-height: 36px;
}

/* line 4056, app/assets/stylesheets/theme/app.scss */
.nav-process-lg.nav-process-circle .nav-link::before {
  left: calc(-50% + 18px);
  right: calc(50% + 18px);
  height: 10px;
  margin-top: 13px;
}

/* line 4063, app/assets/stylesheets/theme/app.scss */
.nav-process-lg.nav-process-circle .nav-link::after {
  font-size: 18px;
}

/* line 4067, app/assets/stylesheets/theme/app.scss */
.nav-process-lg.nav-process-iconic .nav-link {
  font-size: 28px;
  width: 64px;
  height: 64px;
  line-height: 60px;
  max-height: 64px;
}

/* line 4075, app/assets/stylesheets/theme/app.scss */
.nav-process-lg.nav-process-iconic .nav-link::before {
  left: calc(-50% + 32px);
  right: calc(50% + 32px);
  margin-top: 30.5px;
}

/* line 4081, app/assets/stylesheets/theme/app.scss */
.nav-process-lg.nav-process-box .nav-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* line 4086, app/assets/stylesheets/theme/app.scss */
.nav-process-lg.nav-process-box .nav-link-number {
  max-width: 36px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}

/* line 4094, app/assets/stylesheets/theme/app.scss */
.nav-process-lg.nav-process-box .nav-link-number i {
  font-size: 12px;
}

/* line 4098, app/assets/stylesheets/theme/app.scss */
.nav-process-lg.nav-process-box .nav-title {
  font-size: 14px;
}

/* line 4102, app/assets/stylesheets/theme/app.scss */
.nav-process-lg.nav-process-block .nav-link {
  padding: 24px;
}

/* line 4106, app/assets/stylesheets/theme/app.scss */
.nav-process-lg.nav-process-block .nav-link-number {
  max-width: 64px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 32px;
}

/* line 4114, app/assets/stylesheets/theme/app.scss */
.nav-process-lg.nav-process-block .nav-link-body {
  line-height: 1.5rem;
}

/* line 4118, app/assets/stylesheets/theme/app.scss */
.nav-process-lg.nav-process-block .nav-title {
  font-size: 1.125rem;
}

/* line 4122, app/assets/stylesheets/theme/app.scss */
.nav-process-secondary.nav-process-circle .nav-item.complete .nav-link, .nav-process-secondary.nav-process-circle .nav-item.complete .nav-link::before,
.nav-process-secondary.nav-process-circle .nav-item.processing .nav-link,
.nav-process-secondary.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #f7fafc;
}

/* line 4128, app/assets/stylesheets/theme/app.scss */
.nav-process-secondary.nav-process-circle .nav-item.complete .nav-link::after,
.nav-process-secondary.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #e4e7ea;
}

/* line 4133, app/assets/stylesheets/theme/app.scss */
.nav-process-secondary.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-secondary.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #e4e7ea;
}

/* line 4137, app/assets/stylesheets/theme/app.scss */
.nav-process-secondary.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #e4e7ea;
}

/* line 4141, app/assets/stylesheets/theme/app.scss */
.nav-process-secondary.nav-process-iconic .nav-item.processing i {
  color: #e4e7ea;
}

/* line 4145, app/assets/stylesheets/theme/app.scss */
.nav-process-secondary.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #e4e7ea;
}

/* line 4149, app/assets/stylesheets/theme/app.scss */
.nav-process-secondary.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #e4e7ea;
}

/* line 4153, app/assets/stylesheets/theme/app.scss */
.nav-process-secondary.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #e4e7ea;
}

/* line 4157, app/assets/stylesheets/theme/app.scss */
.nav-process-secondary.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #e4e7ea;
}

/* line 4161, app/assets/stylesheets/theme/app.scss */
.nav-process-secondary.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #e4e7ea;
}

/* line 4165, app/assets/stylesheets/theme/app.scss */
.nav-process-gray.nav-process-circle .nav-item.complete .nav-link, .nav-process-gray.nav-process-circle .nav-item.complete .nav-link::before,
.nav-process-gray.nav-process-circle .nav-item.processing .nav-link,
.nav-process-gray.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #f2f2f2;
}

/* line 4171, app/assets/stylesheets/theme/app.scss */
.nav-process-gray.nav-process-circle .nav-item.complete .nav-link::after,
.nav-process-gray.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #868e96;
}

/* line 4176, app/assets/stylesheets/theme/app.scss */
.nav-process-gray.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-gray.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #868e96;
}

/* line 4180, app/assets/stylesheets/theme/app.scss */
.nav-process-gray.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #868e96;
}

/* line 4184, app/assets/stylesheets/theme/app.scss */
.nav-process-gray.nav-process-iconic .nav-item.processing i {
  color: #868e96;
}

/* line 4188, app/assets/stylesheets/theme/app.scss */
.nav-process-gray.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #868e96;
}

/* line 4192, app/assets/stylesheets/theme/app.scss */
.nav-process-gray.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #868e96;
}

/* line 4196, app/assets/stylesheets/theme/app.scss */
.nav-process-gray.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #868e96;
}

/* line 4200, app/assets/stylesheets/theme/app.scss */
.nav-process-gray.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #868e96;
}

/* line 4204, app/assets/stylesheets/theme/app.scss */
.nav-process-gray.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #868e96;
}

/* line 4208, app/assets/stylesheets/theme/app.scss */
.nav-process-dark.nav-process-circle .nav-item.complete .nav-link, .nav-process-dark.nav-process-circle .nav-item.complete .nav-link::before,
.nav-process-dark.nav-process-circle .nav-item.processing .nav-link,
.nav-process-dark.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #c8c8c8;
}

/* line 4214, app/assets/stylesheets/theme/app.scss */
.nav-process-dark.nav-process-circle .nav-item.complete .nav-link::after,
.nav-process-dark.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #465161;
}

/* line 4219, app/assets/stylesheets/theme/app.scss */
.nav-process-dark.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-dark.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #465161;
}

/* line 4223, app/assets/stylesheets/theme/app.scss */
.nav-process-dark.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #465161;
}

/* line 4227, app/assets/stylesheets/theme/app.scss */
.nav-process-dark.nav-process-iconic .nav-item.processing i {
  color: #465161;
}

/* line 4231, app/assets/stylesheets/theme/app.scss */
.nav-process-dark.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #465161;
}

/* line 4235, app/assets/stylesheets/theme/app.scss */
.nav-process-dark.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #465161;
}

/* line 4239, app/assets/stylesheets/theme/app.scss */
.nav-process-dark.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #465161;
}

/* line 4243, app/assets/stylesheets/theme/app.scss */
.nav-process-dark.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #465161;
}

/* line 4247, app/assets/stylesheets/theme/app.scss */
.nav-process-dark.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #465161;
}

/* line 4251, app/assets/stylesheets/theme/app.scss */
.nav-process-success.nav-process-circle .nav-item.complete .nav-link, .nav-process-success.nav-process-circle .nav-item.complete .nav-link::before,
.nav-process-success.nav-process-circle .nav-item.processing .nav-link,
.nav-process-success.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #e3fcf2;
}

/* line 4257, app/assets/stylesheets/theme/app.scss */
.nav-process-success.nav-process-circle .nav-item.complete .nav-link::after,
.nav-process-success.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #15c377;
}

/* line 4262, app/assets/stylesheets/theme/app.scss */
.nav-process-success.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-success.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #15c377;
}

/* line 4266, app/assets/stylesheets/theme/app.scss */
.nav-process-success.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #15c377;
}

/* line 4270, app/assets/stylesheets/theme/app.scss */
.nav-process-success.nav-process-iconic .nav-item.processing i {
  color: #15c377;
}

/* line 4274, app/assets/stylesheets/theme/app.scss */
.nav-process-success.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #15c377;
}

/* line 4278, app/assets/stylesheets/theme/app.scss */
.nav-process-success.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #15c377;
}

/* line 4282, app/assets/stylesheets/theme/app.scss */
.nav-process-success.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #15c377;
}

/* line 4286, app/assets/stylesheets/theme/app.scss */
.nav-process-success.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #15c377;
}

/* line 4290, app/assets/stylesheets/theme/app.scss */
.nav-process-success.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #15c377;
}

/* line 4294, app/assets/stylesheets/theme/app.scss */
.nav-process-info.nav-process-circle .nav-item.complete .nav-link, .nav-process-info.nav-process-circle .nav-item.complete .nav-link::before,
.nav-process-info.nav-process-circle .nav-item.processing .nav-link,
.nav-process-info.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #e3f3fc;
}

/* line 4300, app/assets/stylesheets/theme/app.scss */
.nav-process-info.nav-process-circle .nav-item.complete .nav-link::after,
.nav-process-info.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #48b0f7;
}

/* line 4305, app/assets/stylesheets/theme/app.scss */
.nav-process-info.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-info.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #48b0f7;
}

/* line 4309, app/assets/stylesheets/theme/app.scss */
.nav-process-info.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #48b0f7;
}

/* line 4313, app/assets/stylesheets/theme/app.scss */
.nav-process-info.nav-process-iconic .nav-item.processing i {
  color: #48b0f7;
}

/* line 4317, app/assets/stylesheets/theme/app.scss */
.nav-process-info.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #48b0f7;
}

/* line 4321, app/assets/stylesheets/theme/app.scss */
.nav-process-info.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #48b0f7;
}

/* line 4325, app/assets/stylesheets/theme/app.scss */
.nav-process-info.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #48b0f7;
}

/* line 4329, app/assets/stylesheets/theme/app.scss */
.nav-process-info.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #48b0f7;
}

/* line 4333, app/assets/stylesheets/theme/app.scss */
.nav-process-info.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #48b0f7;
}

/* line 4337, app/assets/stylesheets/theme/app.scss */
.nav-process-warning.nav-process-circle .nav-item.complete .nav-link, .nav-process-warning.nav-process-circle .nav-item.complete .nav-link::before,
.nav-process-warning.nav-process-circle .nav-item.processing .nav-link,
.nav-process-warning.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #fcf0e3;
}

/* line 4343, app/assets/stylesheets/theme/app.scss */
.nav-process-warning.nav-process-circle .nav-item.complete .nav-link::after,
.nav-process-warning.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #faa64b;
}

/* line 4348, app/assets/stylesheets/theme/app.scss */
.nav-process-warning.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-warning.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #faa64b;
}

/* line 4352, app/assets/stylesheets/theme/app.scss */
.nav-process-warning.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #faa64b;
}

/* line 4356, app/assets/stylesheets/theme/app.scss */
.nav-process-warning.nav-process-iconic .nav-item.processing i {
  color: #faa64b;
}

/* line 4360, app/assets/stylesheets/theme/app.scss */
.nav-process-warning.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #faa64b;
}

/* line 4364, app/assets/stylesheets/theme/app.scss */
.nav-process-warning.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #faa64b;
}

/* line 4368, app/assets/stylesheets/theme/app.scss */
.nav-process-warning.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #faa64b;
}

/* line 4372, app/assets/stylesheets/theme/app.scss */
.nav-process-warning.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #faa64b;
}

/* line 4376, app/assets/stylesheets/theme/app.scss */
.nav-process-warning.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #faa64b;
}

/* line 4380, app/assets/stylesheets/theme/app.scss */
.nav-process-danger.nav-process-circle .nav-item.complete .nav-link, .nav-process-danger.nav-process-circle .nav-item.complete .nav-link::before,
.nav-process-danger.nav-process-circle .nav-item.processing .nav-link,
.nav-process-danger.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #fce3e3;
}

/* line 4386, app/assets/stylesheets/theme/app.scss */
.nav-process-danger.nav-process-circle .nav-item.complete .nav-link::after,
.nav-process-danger.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #f96868;
}

/* line 4391, app/assets/stylesheets/theme/app.scss */
.nav-process-danger.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-danger.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #f96868;
}

/* line 4395, app/assets/stylesheets/theme/app.scss */
.nav-process-danger.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #f96868;
}

/* line 4399, app/assets/stylesheets/theme/app.scss */
.nav-process-danger.nav-process-iconic .nav-item.processing i {
  color: #f96868;
}

/* line 4403, app/assets/stylesheets/theme/app.scss */
.nav-process-danger.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #f96868;
}

/* line 4407, app/assets/stylesheets/theme/app.scss */
.nav-process-danger.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #f96868;
}

/* line 4411, app/assets/stylesheets/theme/app.scss */
.nav-process-danger.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #f96868;
}

/* line 4415, app/assets/stylesheets/theme/app.scss */
.nav-process-danger.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #f96868;
}

/* line 4419, app/assets/stylesheets/theme/app.scss */
.nav-process-danger.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #f96868;
}

/* line 4423, app/assets/stylesheets/theme/app.scss */
.nav-process-pink.nav-process-circle .nav-item.complete .nav-link, .nav-process-pink.nav-process-circle .nav-item.complete .nav-link::before,
.nav-process-pink.nav-process-circle .nav-item.processing .nav-link,
.nav-process-pink.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #fce3ec;
}

/* line 4429, app/assets/stylesheets/theme/app.scss */
.nav-process-pink.nav-process-circle .nav-item.complete .nav-link::after,
.nav-process-pink.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #f96197;
}

/* line 4434, app/assets/stylesheets/theme/app.scss */
.nav-process-pink.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-pink.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #f96197;
}

/* line 4438, app/assets/stylesheets/theme/app.scss */
.nav-process-pink.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #f96197;
}

/* line 4442, app/assets/stylesheets/theme/app.scss */
.nav-process-pink.nav-process-iconic .nav-item.processing i {
  color: #f96197;
}

/* line 4446, app/assets/stylesheets/theme/app.scss */
.nav-process-pink.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #f96197;
}

/* line 4450, app/assets/stylesheets/theme/app.scss */
.nav-process-pink.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #f96197;
}

/* line 4454, app/assets/stylesheets/theme/app.scss */
.nav-process-pink.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #f96197;
}

/* line 4458, app/assets/stylesheets/theme/app.scss */
.nav-process-pink.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #f96197;
}

/* line 4462, app/assets/stylesheets/theme/app.scss */
.nav-process-pink.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #f96197;
}

/* line 4466, app/assets/stylesheets/theme/app.scss */
.nav-process-purple.nav-process-circle .nav-item.complete .nav-link, .nav-process-purple.nav-process-circle .nav-item.complete .nav-link::before,
.nav-process-purple.nav-process-circle .nav-item.processing .nav-link,
.nav-process-purple.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #ece3fc;
}

/* line 4472, app/assets/stylesheets/theme/app.scss */
.nav-process-purple.nav-process-circle .nav-item.complete .nav-link::after,
.nav-process-purple.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #926dde;
}

/* line 4477, app/assets/stylesheets/theme/app.scss */
.nav-process-purple.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-purple.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #926dde;
}

/* line 4481, app/assets/stylesheets/theme/app.scss */
.nav-process-purple.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #926dde;
}

/* line 4485, app/assets/stylesheets/theme/app.scss */
.nav-process-purple.nav-process-iconic .nav-item.processing i {
  color: #926dde;
}

/* line 4489, app/assets/stylesheets/theme/app.scss */
.nav-process-purple.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #926dde;
}

/* line 4493, app/assets/stylesheets/theme/app.scss */
.nav-process-purple.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #926dde;
}

/* line 4497, app/assets/stylesheets/theme/app.scss */
.nav-process-purple.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #926dde;
}

/* line 4501, app/assets/stylesheets/theme/app.scss */
.nav-process-purple.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #926dde;
}

/* line 4505, app/assets/stylesheets/theme/app.scss */
.nav-process-purple.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #926dde;
}

/* line 4509, app/assets/stylesheets/theme/app.scss */
.nav-process-brown.nav-process-circle .nav-item.complete .nav-link, .nav-process-brown.nav-process-circle .nav-item.complete .nav-link::before,
.nav-process-brown.nav-process-circle .nav-item.processing .nav-link,
.nav-process-brown.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #eddcd5;
}

/* line 4515, app/assets/stylesheets/theme/app.scss */
.nav-process-brown.nav-process-circle .nav-item.complete .nav-link::after,
.nav-process-brown.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #8d6658;
}

/* line 4520, app/assets/stylesheets/theme/app.scss */
.nav-process-brown.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-brown.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #8d6658;
}

/* line 4524, app/assets/stylesheets/theme/app.scss */
.nav-process-brown.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #8d6658;
}

/* line 4528, app/assets/stylesheets/theme/app.scss */
.nav-process-brown.nav-process-iconic .nav-item.processing i {
  color: #8d6658;
}

/* line 4532, app/assets/stylesheets/theme/app.scss */
.nav-process-brown.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #8d6658;
}

/* line 4536, app/assets/stylesheets/theme/app.scss */
.nav-process-brown.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #8d6658;
}

/* line 4540, app/assets/stylesheets/theme/app.scss */
.nav-process-brown.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #8d6658;
}

/* line 4544, app/assets/stylesheets/theme/app.scss */
.nav-process-brown.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #8d6658;
}

/* line 4548, app/assets/stylesheets/theme/app.scss */
.nav-process-brown.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #8d6658;
}

/* line 4552, app/assets/stylesheets/theme/app.scss */
.nav-process-cyan.nav-process-circle .nav-item.complete .nav-link, .nav-process-cyan.nav-process-circle .nav-item.complete .nav-link::before,
.nav-process-cyan.nav-process-circle .nav-item.processing .nav-link,
.nav-process-cyan.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #e3fafc;
}

/* line 4558, app/assets/stylesheets/theme/app.scss */
.nav-process-cyan.nav-process-circle .nav-item.complete .nav-link::after,
.nav-process-cyan.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #57c7d4;
}

/* line 4563, app/assets/stylesheets/theme/app.scss */
.nav-process-cyan.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-cyan.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #57c7d4;
}

/* line 4567, app/assets/stylesheets/theme/app.scss */
.nav-process-cyan.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #57c7d4;
}

/* line 4571, app/assets/stylesheets/theme/app.scss */
.nav-process-cyan.nav-process-iconic .nav-item.processing i {
  color: #57c7d4;
}

/* line 4575, app/assets/stylesheets/theme/app.scss */
.nav-process-cyan.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #57c7d4;
}

/* line 4579, app/assets/stylesheets/theme/app.scss */
.nav-process-cyan.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #57c7d4;
}

/* line 4583, app/assets/stylesheets/theme/app.scss */
.nav-process-cyan.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #57c7d4;
}

/* line 4587, app/assets/stylesheets/theme/app.scss */
.nav-process-cyan.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #57c7d4;
}

/* line 4591, app/assets/stylesheets/theme/app.scss */
.nav-process-cyan.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #57c7d4;
}

/* line 4595, app/assets/stylesheets/theme/app.scss */
.nav-process-yellow.nav-process-circle .nav-item.complete .nav-link, .nav-process-yellow.nav-process-circle .nav-item.complete .nav-link::before,
.nav-process-yellow.nav-process-circle .nav-item.processing .nav-link,
.nav-process-yellow.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #fcf8e3;
}

/* line 4601, app/assets/stylesheets/theme/app.scss */
.nav-process-yellow.nav-process-circle .nav-item.complete .nav-link::after,
.nav-process-yellow.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #fcc525;
}

/* line 4606, app/assets/stylesheets/theme/app.scss */
.nav-process-yellow.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-yellow.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #fcc525;
}

/* line 4610, app/assets/stylesheets/theme/app.scss */
.nav-process-yellow.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #fcc525;
}

/* line 4614, app/assets/stylesheets/theme/app.scss */
.nav-process-yellow.nav-process-iconic .nav-item.processing i {
  color: #fcc525;
}

/* line 4618, app/assets/stylesheets/theme/app.scss */
.nav-process-yellow.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #fcc525;
}

/* line 4622, app/assets/stylesheets/theme/app.scss */
.nav-process-yellow.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #fcc525;
}

/* line 4626, app/assets/stylesheets/theme/app.scss */
.nav-process-yellow.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #fcc525;
}

/* line 4630, app/assets/stylesheets/theme/app.scss */
.nav-process-yellow.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #fcc525;
}

/* line 4634, app/assets/stylesheets/theme/app.scss */
.nav-process-yellow.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #fcc525;
}

/* line 4638, app/assets/stylesheets/theme/app.scss */
.nav-process-secondary.nav-process-circle .nav-item.complete .nav-link::after {
  color: #929daf;
}

/* line 4642, app/assets/stylesheets/theme/app.scss */
.nav-process-secondary.nav-process-iconic .nav-item .nav-link {
  color: #e4e7ea;
}

/* line 4646, app/assets/stylesheets/theme/app.scss */
.nav-process-secondary.nav-process-iconic .nav-item.complete .nav-link {
  color: #929daf;
}

/* line 4650, app/assets/stylesheets/theme/app.scss */
.nav-process-secondary.nav-process-block .nav-item.complete .nav-link {
  color: #929daf;
}

/* line 4654, app/assets/stylesheets/theme/app.scss */
.nav-process-secondary.nav-process-block .nav-item.processing .nav-link-number {
  color: #929daf;
}

/* line 4658, app/assets/stylesheets/theme/app.scss */
.progress {
  border-radius: 2px;
  margin-bottom: 8px;
  background-color: #f5f6f7;
}

/* line 4664, app/assets/stylesheets/theme/app.scss */
.progress-bar {
  height: 5px;
  background-color: #33cabb;
}

/* line 4669, app/assets/stylesheets/theme/app.scss */
progress {
  width: 100%;
}

/* line 4673, app/assets/stylesheets/theme/app.scss */
.progress-xs {
  height: 3px;
}

/* line 4677, app/assets/stylesheets/theme/app.scss */
.progress-sm {
  height: 4px;
}

/* line 4681, app/assets/stylesheets/theme/app.scss */
.progress-lg {
  height: 6px;
}

/* line 4685, app/assets/stylesheets/theme/app.scss */
.progress-xl {
  height: 7px;
}

/* line 4689, app/assets/stylesheets/theme/app.scss */
.progress[value] {
  color: #f9fafb;
}

/* line 4693, app/assets/stylesheets/theme/app.scss */
.progress[value]::-webkit-progress-bar {
  background-color: #f9fafb;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 4700, app/assets/stylesheets/theme/app.scss */
.progress[value]::-webkit-progress-value {
  background-color: #33cabb;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4706, app/assets/stylesheets/theme/app.scss */
.progress[value="100"]::-webkit-progress-value {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 4711, app/assets/stylesheets/theme/app.scss */
.progress-primary[value]::-webkit-progress-value {
  background-color: #33cabb;
}

/* line 4715, app/assets/stylesheets/theme/app.scss */
.progress-primary[value]::-moz-progress-bar {
  background-color: #33cabb;
}

/* line 4719, app/assets/stylesheets/theme/app.scss */
.progress-secondary[value]::-webkit-progress-value {
  background-color: #e4e7ea;
}

/* line 4723, app/assets/stylesheets/theme/app.scss */
.progress-secondary[value]::-moz-progress-bar {
  background-color: #e4e7ea;
}

/* line 4727, app/assets/stylesheets/theme/app.scss */
.progress-success[value]::-webkit-progress-value {
  background-color: #15c377;
}

/* line 4731, app/assets/stylesheets/theme/app.scss */
.progress-success[value]::-moz-progress-bar {
  background-color: #15c377;
}

/* line 4735, app/assets/stylesheets/theme/app.scss */
.progress-info[value]::-webkit-progress-value {
  background-color: #48b0f7;
}

/* line 4739, app/assets/stylesheets/theme/app.scss */
.progress-info[value]::-moz-progress-bar {
  background-color: #48b0f7;
}

/* line 4743, app/assets/stylesheets/theme/app.scss */
.progress-warning[value]::-webkit-progress-value {
  background-color: #faa64b;
}

/* line 4747, app/assets/stylesheets/theme/app.scss */
.progress-warning[value]::-moz-progress-bar {
  background-color: #faa64b;
}

/* line 4751, app/assets/stylesheets/theme/app.scss */
.progress-danger[value]::-webkit-progress-value {
  background-color: #f96868;
}

/* line 4755, app/assets/stylesheets/theme/app.scss */
.progress-danger[value]::-moz-progress-bar {
  background-color: #f96868;
}

/* line 4759, app/assets/stylesheets/theme/app.scss */
.progress-pink[value]::-webkit-progress-value {
  background-color: #f96197;
}

/* line 4763, app/assets/stylesheets/theme/app.scss */
.progress-pink[value]::-moz-progress-bar {
  background-color: #f96197;
}

/* line 4767, app/assets/stylesheets/theme/app.scss */
.progress-purple[value]::-webkit-progress-value {
  background-color: #926dde;
}

/* line 4771, app/assets/stylesheets/theme/app.scss */
.progress-purple[value]::-moz-progress-bar {
  background-color: #926dde;
}

/* line 4775, app/assets/stylesheets/theme/app.scss */
.progress-brown[value]::-webkit-progress-value {
  background-color: #8d6658;
}

/* line 4779, app/assets/stylesheets/theme/app.scss */
.progress-brown[value]::-moz-progress-bar {
  background-color: #8d6658;
}

/* line 4783, app/assets/stylesheets/theme/app.scss */
.progress-cyan[value]::-webkit-progress-value {
  background-color: #57c7d4;
}

/* line 4787, app/assets/stylesheets/theme/app.scss */
.progress-cyan[value]::-moz-progress-bar {
  background-color: #57c7d4;
}

/* line 4791, app/assets/stylesheets/theme/app.scss */
.progress-yellow[value]::-webkit-progress-value {
  background-color: #fcc525;
}

/* line 4795, app/assets/stylesheets/theme/app.scss */
.progress-yellow[value]::-moz-progress-bar {
  background-color: #fcc525;
}

/* line 4799, app/assets/stylesheets/theme/app.scss */
.progress-gray[value]::-webkit-progress-value {
  background-color: #868e96;
}

/* line 4803, app/assets/stylesheets/theme/app.scss */
.progress-gray[value]::-moz-progress-bar {
  background-color: #868e96;
}

/* line 4807, app/assets/stylesheets/theme/app.scss */
.progress-dark[value]::-webkit-progress-value {
  background-color: #465161;
}

/* line 4811, app/assets/stylesheets/theme/app.scss */
.progress-dark[value]::-moz-progress-bar {
  background-color: #465161;
}

/* line 4815, app/assets/stylesheets/theme/app.scss */
.spinner-linear {
  position: relative;
  height: 2px;
  display: block;
  width: 100%;
  background-color: #f5f6f7;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}

/* line 4827, app/assets/stylesheets/theme/app.scss */
.spinner-linear .line {
  background-color: #33cabb;
}

/* line 4831, app/assets/stylesheets/theme/app.scss */
.spinner-linear .line::before, .spinner-linear .line::after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
}

/* line 4841, app/assets/stylesheets/theme/app.scss */
.spinner-linear .line::before {
  -webkit-animation: spinner-linear 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: spinner-linear 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

/* line 4846, app/assets/stylesheets/theme/app.scss */
.spinner-linear .line::after {
  -webkit-animation: spinner-linear-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: spinner-linear-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

@-webkit-keyframes spinner-linear {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes spinner-linear {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes spinner-linear-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes spinner-linear-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

/* line 4913, app/assets/stylesheets/theme/app.scss */
.spinner-dots {
  width: 70px;
  text-align: center;
}

/* line 4918, app/assets/stylesheets/theme/app.scss */
.spinner-dots span {
  width: 12px;
  height: 12px;
  background-color: #33cabb;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: spinner-dots 1.4s infinite ease-in-out both;
  animation: spinner-dots 1.4s infinite ease-in-out both;
}

/* line 4928, app/assets/stylesheets/theme/app.scss */
.spinner-dots .dot1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

/* line 4933, app/assets/stylesheets/theme/app.scss */
.spinner-dots .dot2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes spinner-dots {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes spinner-dots {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 4960, app/assets/stylesheets/theme/app.scss */
.spinner-ball {
  width: 50px;
  height: 50px;
  -webkit-animation: spinner-ball infinite linear 1s;
  animation: spinner-ball infinite linear 1s;
  border-radius: 100%;
  background-color: #33cabb;
}

@-webkit-keyframes spinner-ball {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes spinner-ball {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/* line 4995, app/assets/stylesheets/theme/app.scss */
.spinner-circle {
  width: 25px;
  height: 25px;
  -webkit-animation: spinner-circle infinite .75s linear;
  animation: spinner-circle infinite .75s linear;
  border: 1px solid #33cabb;
  border-top-color: transparent;
  border-radius: 100%;
}

/* line 5005, app/assets/stylesheets/theme/app.scss */
.spinner-circle-shadow {
  position: relative;
  width: 25px;
  height: 25px;
  -webkit-animation: spinner-circle infinite .75s linear;
  animation: spinner-circle infinite .75s linear;
  border: 1px solid rgba(51, 202, 187, 0.3);
  border-left-color: #33cabb;
  border-radius: 100%;
}

@-webkit-keyframes spinner-circle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-circle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 5038, app/assets/stylesheets/theme/app.scss */
.spinner-circle-material-svg {
  -webkit-animation: spinner-svg-spinner 1.5s linear infinite;
  animation: spinner-svg-spinner 1.5s linear infinite;
  height: 54px;
  width: 54px;
}

/* line 5045, app/assets/stylesheets/theme/app.scss */
.spinner-circle-material-svg .circle {
  -webkit-animation: spinner-svg-progress 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite, spinner-svg-colors 6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: spinner-svg-progress 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite, spinner-svg-colors 6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  fill: none;
  stroke: #db3236;
  stroke-linecap: round;
  stroke-width: 2;
}

@-webkit-keyframes spinner-svg-spinner {
  0% {
    -webkit-transform: rotate(-110deg);
    transform: rotate(-110deg);
  }
  20% {
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
  }
  60% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(250deg);
    transform: rotate(250deg);
  }
}

@keyframes spinner-svg-spinner {
  0% {
    -webkit-transform: rotate(-110deg);
    transform: rotate(-110deg);
  }
  20% {
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
  }
  60% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(250deg);
    transform: rotate(250deg);
  }
}

@-webkit-keyframes spinner-svg-progress {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  20% {
    stroke-dasharray: 1, 150;
    stroke-dash-offset: 0;
  }
  60% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

@keyframes spinner-svg-progress {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  20% {
    stroke-dasharray: 1, 150;
    stroke-dash-offset: 0;
  }
  60% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

@-webkit-keyframes spinner-svg-colors {
  0% {
    stroke: #db3236;
  }
  23% {
    stroke: #db3236;
  }
  27% {
    stroke: #4885ed;
  }
  48% {
    stroke: #4885ed;
  }
  52% {
    stroke: #3cba54;
  }
  73% {
    stroke: #3cba54;
  }
  77% {
    stroke: #f4c20d;
  }
  98% {
    stroke: #f4c20d;
  }
}

@keyframes spinner-svg-colors {
  0% {
    stroke: #db3236;
  }
  23% {
    stroke: #db3236;
  }
  27% {
    stroke: #4885ed;
  }
  48% {
    stroke: #4885ed;
  }
  52% {
    stroke: #3cba54;
  }
  73% {
    stroke: #3cba54;
  }
  77% {
    stroke: #f4c20d;
  }
  98% {
    stroke: #f4c20d;
  }
}

/* line 5184, app/assets/stylesheets/theme/app.scss */
.spinner-circle-material {
  height: 50px;
  min-height: 50px;
  width: 50px;
  border-radius: 100px;
  border: 2px transparent solid;
  border-top: 2px #3F51B5 solid;
  -webkit-animation: spinner-material 4s infinite;
  animation: spinner-material 4s infinite;
}

@-webkit-keyframes spinner-material {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border-top-color: #3F51B5;
  }
  25% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border-top-color: #F44336;
  }
  50% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
    border-top-color: #FFC107;
  }
  75% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
    border-top-color: #4CAF50;
  }
  100% {
    -webkit-transform: rotate(1440deg);
    transform: rotate(1440deg);
    border-top-color: #3F51B5;
  }
}

@keyframes spinner-material {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border-top-color: #3F51B5;
  }
  25% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border-top-color: #F44336;
  }
  50% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
    border-top-color: #FFC107;
  }
  75% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
    border-top-color: #4CAF50;
  }
  100% {
    -webkit-transform: rotate(1440deg);
    transform: rotate(1440deg);
    border-top-color: #3F51B5;
  }
}

/* line 5251, app/assets/stylesheets/theme/app.scss */
.spinner-primary.spinner-linear .line,
.spinner-primary.spinner-dots span, .spinner-primary.spinner-ball {
  background-color: #33cabb;
}

/* line 5256, app/assets/stylesheets/theme/app.scss */
.spinner-primary.spinner-circle {
  border-color: #33cabb;
  border-top-color: transparent;
}

/* line 5261, app/assets/stylesheets/theme/app.scss */
.spinner-primary.spinner-circle-shadow {
  border-color: rgba(51, 202, 187, 0.3);
  border-left-color: #33cabb;
}

/* line 5266, app/assets/stylesheets/theme/app.scss */
.spinner-secondary.spinner-linear .line,
.spinner-secondary.spinner-dots span, .spinner-secondary.spinner-ball {
  background-color: #e4e7ea;
}

/* line 5271, app/assets/stylesheets/theme/app.scss */
.spinner-secondary.spinner-circle {
  border-color: #e4e7ea;
  border-top-color: transparent;
}

/* line 5276, app/assets/stylesheets/theme/app.scss */
.spinner-secondary.spinner-circle-shadow {
  border-color: rgba(228, 231, 234, 0.3);
  border-left-color: #e4e7ea;
}

/* line 5281, app/assets/stylesheets/theme/app.scss */
.spinner-success.spinner-linear .line,
.spinner-success.spinner-dots span, .spinner-success.spinner-ball {
  background-color: #15c377;
}

/* line 5286, app/assets/stylesheets/theme/app.scss */
.spinner-success.spinner-circle {
  border-color: #15c377;
  border-top-color: transparent;
}

/* line 5291, app/assets/stylesheets/theme/app.scss */
.spinner-success.spinner-circle-shadow {
  border-color: rgba(21, 195, 119, 0.3);
  border-left-color: #15c377;
}

/* line 5296, app/assets/stylesheets/theme/app.scss */
.spinner-info.spinner-linear .line,
.spinner-info.spinner-dots span, .spinner-info.spinner-ball {
  background-color: #48b0f7;
}

/* line 5301, app/assets/stylesheets/theme/app.scss */
.spinner-info.spinner-circle {
  border-color: #48b0f7;
  border-top-color: transparent;
}

/* line 5306, app/assets/stylesheets/theme/app.scss */
.spinner-info.spinner-circle-shadow {
  border-color: rgba(72, 176, 247, 0.3);
  border-left-color: #48b0f7;
}

/* line 5311, app/assets/stylesheets/theme/app.scss */
.spinner-warning.spinner-linear .line,
.spinner-warning.spinner-dots span, .spinner-warning.spinner-ball {
  background-color: #faa64b;
}

/* line 5316, app/assets/stylesheets/theme/app.scss */
.spinner-warning.spinner-circle {
  border-color: #faa64b;
  border-top-color: transparent;
}

/* line 5321, app/assets/stylesheets/theme/app.scss */
.spinner-warning.spinner-circle-shadow {
  border-color: rgba(250, 166, 75, 0.3);
  border-left-color: #faa64b;
}

/* line 5326, app/assets/stylesheets/theme/app.scss */
.spinner-danger.spinner-linear .line,
.spinner-danger.spinner-dots span, .spinner-danger.spinner-ball {
  background-color: #f96868;
}

/* line 5331, app/assets/stylesheets/theme/app.scss */
.spinner-danger.spinner-circle {
  border-color: #f96868;
  border-top-color: transparent;
}

/* line 5336, app/assets/stylesheets/theme/app.scss */
.spinner-danger.spinner-circle-shadow {
  border-color: rgba(249, 104, 104, 0.3);
  border-left-color: #f96868;
}

/* line 5341, app/assets/stylesheets/theme/app.scss */
.spinner-pink.spinner-linear .line,
.spinner-pink.spinner-dots span, .spinner-pink.spinner-ball {
  background-color: #f96197;
}

/* line 5346, app/assets/stylesheets/theme/app.scss */
.spinner-pink.spinner-circle {
  border-color: #f96197;
  border-top-color: transparent;
}

/* line 5351, app/assets/stylesheets/theme/app.scss */
.spinner-pink.spinner-circle-shadow {
  border-color: rgba(249, 97, 151, 0.3);
  border-left-color: #f96197;
}

/* line 5356, app/assets/stylesheets/theme/app.scss */
.spinner-purple.spinner-linear .line,
.spinner-purple.spinner-dots span, .spinner-purple.spinner-ball {
  background-color: #926dde;
}

/* line 5361, app/assets/stylesheets/theme/app.scss */
.spinner-purple.spinner-circle {
  border-color: #926dde;
  border-top-color: transparent;
}

/* line 5366, app/assets/stylesheets/theme/app.scss */
.spinner-purple.spinner-circle-shadow {
  border-color: rgba(146, 109, 222, 0.3);
  border-left-color: #926dde;
}

/* line 5371, app/assets/stylesheets/theme/app.scss */
.spinner-brown.spinner-linear .line,
.spinner-brown.spinner-dots span, .spinner-brown.spinner-ball {
  background-color: #8d6658;
}

/* line 5376, app/assets/stylesheets/theme/app.scss */
.spinner-brown.spinner-circle {
  border-color: #8d6658;
  border-top-color: transparent;
}

/* line 5381, app/assets/stylesheets/theme/app.scss */
.spinner-brown.spinner-circle-shadow {
  border-color: rgba(141, 102, 88, 0.3);
  border-left-color: #8d6658;
}

/* line 5386, app/assets/stylesheets/theme/app.scss */
.spinner-cyan.spinner-linear .line,
.spinner-cyan.spinner-dots span, .spinner-cyan.spinner-ball {
  background-color: #57c7d4;
}

/* line 5391, app/assets/stylesheets/theme/app.scss */
.spinner-cyan.spinner-circle {
  border-color: #57c7d4;
  border-top-color: transparent;
}

/* line 5396, app/assets/stylesheets/theme/app.scss */
.spinner-cyan.spinner-circle-shadow {
  border-color: rgba(87, 199, 212, 0.3);
  border-left-color: #57c7d4;
}

/* line 5401, app/assets/stylesheets/theme/app.scss */
.spinner-yellow.spinner-linear .line,
.spinner-yellow.spinner-dots span, .spinner-yellow.spinner-ball {
  background-color: #fcc525;
}

/* line 5406, app/assets/stylesheets/theme/app.scss */
.spinner-yellow.spinner-circle {
  border-color: #fcc525;
  border-top-color: transparent;
}

/* line 5411, app/assets/stylesheets/theme/app.scss */
.spinner-yellow.spinner-circle-shadow {
  border-color: rgba(252, 197, 37, 0.3);
  border-left-color: #fcc525;
}

/* line 5416, app/assets/stylesheets/theme/app.scss */
.spinner-gray.spinner-linear .line,
.spinner-gray.spinner-dots span, .spinner-gray.spinner-ball {
  background-color: #868e96;
}

/* line 5421, app/assets/stylesheets/theme/app.scss */
.spinner-gray.spinner-circle {
  border-color: #868e96;
  border-top-color: transparent;
}

/* line 5426, app/assets/stylesheets/theme/app.scss */
.spinner-gray.spinner-circle-shadow {
  border-color: rgba(134, 142, 150, 0.3);
  border-left-color: #868e96;
}

/* line 5431, app/assets/stylesheets/theme/app.scss */
.spinner-dark.spinner-linear .line,
.spinner-dark.spinner-dots span, .spinner-dark.spinner-ball {
  background-color: #465161;
}

/* line 5436, app/assets/stylesheets/theme/app.scss */
.spinner-dark.spinner-circle {
  border-color: #465161;
  border-top-color: transparent;
}

/* line 5441, app/assets/stylesheets/theme/app.scss */
.spinner-dark.spinner-circle-shadow {
  border-color: rgba(70, 81, 97, 0.3);
  border-left-color: #465161;
}

/* line 5446, app/assets/stylesheets/theme/app.scss */
.dock-list {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  align-items: flex-end;
  padding-right: 22px;
  height: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 994;
  max-width: calc(100% - 30px);
}

/* line 5463, app/assets/stylesheets/theme/app.scss */
.dock-list.maximize {
  z-index: 999;
}

@media (max-width: 767px) {
  /* line 5468, app/assets/stylesheets/theme/app.scss */
  .dock-list {
    padding-right: 7px;
    max-width: calc(100% - 23px);
  }
}

/* line 5474, app/assets/stylesheets/theme/app.scss */
.modal-open .dock-list {
  z-index: 1050;
}

/* line 5478, app/assets/stylesheets/theme/app.scss */
.modal-open .dock-list .dock {
  border-color: transparent;
  -webkit-transition: border-color 0s;
  transition: border-color 0s;
}

/* line 5484, app/assets/stylesheets/theme/app.scss */
.modal-open .dock-list .modal.in {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 5488, app/assets/stylesheets/theme/app.scss */
.dock {
  border: 1px solid #f1f2f3;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  margin: 0 8px;
  -webkit-transition: .3s;
  transition: .3s;
  display: none;
  max-width: 100%;
}

/* line 5501, app/assets/stylesheets/theme/app.scss */
.dock:hover {
  -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.06);
}

/* line 5506, app/assets/stylesheets/theme/app.scss */
.dock.reveal {
  display: block;
}

/* line 5510, app/assets/stylesheets/theme/app.scss */
.dock.shake:not(.minimize),
.dock.shake.minimize .dock-header {
  -webkit-animation: h-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: h-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

/* line 5522, app/assets/stylesheets/theme/app.scss */
.dock.blink .dock-header {
  background-color: #e3f3fc;
}

/* line 5526, app/assets/stylesheets/theme/app.scss */
.dock.minimize {
  -webkit-transform: translateY(calc(100% - 44px));
  transform: translateY(calc(100% - 44px));
}

/* line 5531, app/assets/stylesheets/theme/app.scss */
.dock.minimize .dock-header {
  cursor: pointer;
}

/* line 5535, app/assets/stylesheets/theme/app.scss */
.dock.minimize .dock-body {
  width: 0;
  min-width: 0;
}

/* line 5540, app/assets/stylesheets/theme/app.scss */
.dock.minimize .dock-actions {
  margin-left: 20px;
}

/* line 5544, app/assets/stylesheets/theme/app.scss */
.dock.minimize .dock-actions > * {
  display: none;
}

/* line 5548, app/assets/stylesheets/theme/app.scss */
.dock.minimize .dock-actions [data-dock="close"] {
  display: inline-block;
  opacity: 0;
}

/* line 5553, app/assets/stylesheets/theme/app.scss */
.dock.minimize:hover .dock-actions [data-dock="close"] {
  opacity: 1;
}

/* line 5557, app/assets/stylesheets/theme/app.scss */
.dock.maximize {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 0;
  margin-right: 0;
  z-index: 999;
}

/* line 5568, app/assets/stylesheets/theme/app.scss */
.dock.maximize .dock-body {
  width: 100%;
  height: 100%;
}

/* line 5573, app/assets/stylesheets/theme/app.scss */
.dock-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 6px 12px;
  height: 44px;
  background-color: #f9fafb;
  border-bottom: 1px solid #f1f2f3;
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 5588, app/assets/stylesheets/theme/app.scss */
.dock-title {
  display: -webkit-box;
  display: flex;
  font-weight: 300;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 8px;
  margin: -8px;
}

/* line 5600, app/assets/stylesheets/theme/app.scss */
.dock-title > * {
  margin: 8px;
}

/* line 5604, app/assets/stylesheets/theme/app.scss */
.dock-actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  position: relative;
  z-index: 9;
  color: #929daf;
  margin: -8px;
}

/* line 5616, app/assets/stylesheets/theme/app.scss */
.dock-actions > * {
  margin: 8px;
}

/* line 5620, app/assets/stylesheets/theme/app.scss */
.dock-actions > *:not(.dropdown),
.dock-actions > .dropdown .dropdown-toggle {
  min-width: 20px;
  height: 44px;
  text-align: center;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

/* line 5631, app/assets/stylesheets/theme/app.scss */
.dock-actions > *:not(.dropdown):hover,
.dock-actions > .dropdown .dropdown-toggle:hover {
  opacity: 1;
}

/* line 5636, app/assets/stylesheets/theme/app.scss */
.dock-actions > *:not(.dropdown),
.dock-actions .dropdown-toggle {
  line-height: 44px;
}

/* line 5641, app/assets/stylesheets/theme/app.scss */
.dock-actions [data-dock="close"]::before,
.dock-actions [data-dock="maximize"]::before,
.dock-actions [data-dock="minimize"]::before {
  font-family: themify;
}

/* line 5647, app/assets/stylesheets/theme/app.scss */
.dock-actions [data-dock="close"]::before {
  content: "\e646";
}

/* line 5651, app/assets/stylesheets/theme/app.scss */
.dock-actions [data-dock="maximize"]::before {
  content: "\e6be";
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5658, app/assets/stylesheets/theme/app.scss */
.dock-actions [data-dock="minimize"]::before {
  content: "\e622";
  vertical-align: sub;
}

/* line 5663, app/assets/stylesheets/theme/app.scss */
.dock-header-inverse .dock-info {
  color: #fff;
}

/* line 5667, app/assets/stylesheets/theme/app.scss */
.dock-header-inverse .dock-actions {
  color: #fff;
}

/* line 5671, app/assets/stylesheets/theme/app.scss */
.dock-body {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  background-color: #fff;
  min-height: 300px;
  min-width: 240px;
  max-width: 100%;
  width: 400px;
  height: 400px;
}

/* line 5682, app/assets/stylesheets/theme/app.scss */
.dock-block {
  padding: 20px;
}

/* line 5686, app/assets/stylesheets/theme/app.scss */
.dock-xs .dock-body {
  width: 260px;
  height: 300px;
}

/* line 5691, app/assets/stylesheets/theme/app.scss */
.dock-sm .dock-body {
  width: 340px;
  height: 340px;
}

/* line 5696, app/assets/stylesheets/theme/app.scss */
.dock-lg .dock-body {
  width: 480px;
  height: 480px;
}

/* line 5701, app/assets/stylesheets/theme/app.scss */
.dock-xl .dock-body {
  width: 560px;
  height: 560px;
}

/* line 5706, app/assets/stylesheets/theme/app.scss */
.dock-footer {
  padding: 12px;
  background-color: #fff;
}

@-webkit-keyframes h-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes h-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}

@-webkit-keyframes dock-show {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform-origin: right bottom 0;
    transform-origin: right bottom 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes dock-show {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform-origin: right bottom 0;
    transform-origin: right bottom 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes dock-w {
  from {
  }
  to {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin: 0 8px;
  }
}

@keyframes dock-w {
  from {
  }
  to {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin: 0 8px;
  }
}

/* line 5811, app/assets/stylesheets/theme/app.scss */
.modal-content {
  border-radius: 3px;
  border: none;
}

/* line 5816, app/assets/stylesheets/theme/app.scss */
.modal-header {
  border-bottom-color: #f1f2f3;
}

/* line 5820, app/assets/stylesheets/theme/app.scss */
.modal-header.no-border {
  margin-bottom: 1rem;
}

/* line 5824, app/assets/stylesheets/theme/app.scss */
.modal-title {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  letter-spacing: .5px;
}

/* line 5830, app/assets/stylesheets/theme/app.scss */
.modal-footer {
  border: none;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* line 5836, app/assets/stylesheets/theme/app.scss */
.modal[data-backdrop="false"]:not(.modal-fill) .modal-content {
  border: 1px solid #f1f2f3;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.06);
}

/* line 5842, app/assets/stylesheets/theme/app.scss */
.modal-top {
  opacity: 1;
}

/* line 5846, app/assets/stylesheets/theme/app.scss */
.modal-top.show .modal-dialog {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

/* line 5851, app/assets/stylesheets/theme/app.scss */
.modal-top .modal-dialog {
  margin-top: 0;
  -webkit-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important;
}

/* line 5857, app/assets/stylesheets/theme/app.scss */
.modal-top .modal-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5862, app/assets/stylesheets/theme/app.scss */
.modal-center {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 5869, app/assets/stylesheets/theme/app.scss */
.modal-center.show {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 5874, app/assets/stylesheets/theme/app.scss */
.modal-center .modal-dialog {
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) !important;
  transform: translate(-50%, 50%) !important;
}

/* line 5884, app/assets/stylesheets/theme/app.scss */
.modal-bottom {
  opacity: 1;
  overflow-y: hidden !important;
}

/* line 5889, app/assets/stylesheets/theme/app.scss */
.modal-bottom.show .modal-dialog {
  -webkit-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important;
}

/* line 5894, app/assets/stylesheets/theme/app.scss */
.modal-bottom .modal-dialog {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 100%) !important;
  transform: translate(-50%, 100%) !important;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 5906, app/assets/stylesheets/theme/app.scss */
.modal-bottom .modal-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 5911, app/assets/stylesheets/theme/app.scss */
.modal-left {
  opacity: 1;
}

/* line 5915, app/assets/stylesheets/theme/app.scss */
.modal-left.show .modal-dialog {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

/* line 5920, app/assets/stylesheets/theme/app.scss */
.modal-left .modal-dialog {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 360px;
  max-width: 100%;
  margin: 0;
  -webkit-transform: translate(-100%, 0) !important;
  transform: translate(-100%, 0) !important;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 5934, app/assets/stylesheets/theme/app.scss */
.modal-left .modal-content {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-radius: 0;
}

/* line 5944, app/assets/stylesheets/theme/app.scss */
.modal-left .modal-body {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

/* line 5949, app/assets/stylesheets/theme/app.scss */
.modal-right {
  opacity: 1;
}

/* line 5953, app/assets/stylesheets/theme/app.scss */
.modal-right.show .modal-dialog {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

/* line 5958, app/assets/stylesheets/theme/app.scss */
.modal-right .modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 360px;
  max-width: 100%;
  margin: 0;
  -webkit-transform: translate(100%, 0) !important;
  transform: translate(100%, 0) !important;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 5972, app/assets/stylesheets/theme/app.scss */
.modal-right .modal-content {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-radius: 0;
}

/* line 5982, app/assets/stylesheets/theme/app.scss */
.modal-right .modal-body {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

/* line 5987, app/assets/stylesheets/theme/app.scss */
.modal-fill {
  background: rgba(255, 255, 255, 0.97);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 5995, app/assets/stylesheets/theme/app.scss */
.modal-fill.show {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 6009, app/assets/stylesheets/theme/app.scss */
.modal-fill .modal-dialog {
  display: -webkit-box;
  display: flex;
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  align-content: center;
  -webkit-box-align: center;
  align-items: center;
}

/* line 6026, app/assets/stylesheets/theme/app.scss */
.modal-fill .modal-content {
  background: transparent;
  width: 100%;
  max-width: 600px;
}

/* line 6032, app/assets/stylesheets/theme/app.scss */
.modal-fill .modal-header {
  border-bottom: none;
}

/* line 6036, app/assets/stylesheets/theme/app.scss */
.modal-fill .modal-header .close {
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px;
  font-size: 2.5rem;
  font-weight: 300;
}

@media (min-width: 576px) {
  /* line 6046, app/assets/stylesheets/theme/app.scss */
  .modal-sm {
    width: 360px;
    max-width: 360px;
  }
}

/* line 6052, app/assets/stylesheets/theme/app.scss */
.btn {
  font-size: 14px;
  padding: 5px 16px;
  line-height: inherit;
  color: #929daf;
  letter-spacing: 1px;
  border-radius: 2px;
  background-color: #fff;
  border-color: #ebebeb;
  outline: none !important;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}

/* line 6066, app/assets/stylesheets/theme/app.scss */
.btn:hover {
  cursor: pointer;
}

/* line 6070, app/assets/stylesheets/theme/app.scss */
.btn:focus, .btn.focus, .btn:active, .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 6075, app/assets/stylesheets/theme/app.scss */
.btn-bold {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}

/* line 6082, app/assets/stylesheets/theme/app.scss */
.btn-group-xs > .btn,
.btn-xs {
  font-size: 11px;
  padding: 2px 8px;
  line-height: 18px;
}

/* line 6089, app/assets/stylesheets/theme/app.scss */
.btn-group-xs > .btn.btn-bold,
.btn-xs.btn-bold {
  font-size: 9px;
}

/* line 6094, app/assets/stylesheets/theme/app.scss */
.btn-group-sm > .btn,
.btn-sm {
  font-size: 12px;
  padding: 4px 12px;
  line-height: 20px;
}

/* line 6101, app/assets/stylesheets/theme/app.scss */
.btn-group-sm > .btn.btn-bold,
.btn-sm.btn-bold {
  font-size: 11px;
}

/* line 6106, app/assets/stylesheets/theme/app.scss */
.btn-group-lg > .btn,
.btn-lg {
  font-size: 15px;
  padding: 7px 20px;
  line-height: 32px;
}

/* line 6113, app/assets/stylesheets/theme/app.scss */
.btn-group-lg > .btn.btn-bold,
.btn-lg.btn-bold {
  font-size: 14px;
}

/* line 6118, app/assets/stylesheets/theme/app.scss */
.btn-w-xs {
  width: 85px;
}

/* line 6122, app/assets/stylesheets/theme/app.scss */
.btn-w-sm {
  width: 100px;
}

/* line 6126, app/assets/stylesheets/theme/app.scss */
.btn-w-md {
  width: 120px;
}

/* line 6130, app/assets/stylesheets/theme/app.scss */
.btn-w-lg {
  width: 145px;
}

/* line 6134, app/assets/stylesheets/theme/app.scss */
.btn-w-xl {
  width: 180px;
}

/* line 6138, app/assets/stylesheets/theme/app.scss */
.btn-round {
  border-radius: 10rem;
}

/* line 6142, app/assets/stylesheets/theme/app.scss */
.btn-primary {
  background-color: #33cabb;
  border-color: #33cabb;
  color: #fff;
}

/* line 6148, app/assets/stylesheets/theme/app.scss */
.btn-primary:hover {
  background-color: #52d3c7;
  border-color: #52d3c7;
  color: #fff;
}

/* line 6154, app/assets/stylesheets/theme/app.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
}

/* line 6158, app/assets/stylesheets/theme/app.scss */
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #33cabb;
  border-color: #33cabb;
  opacity: 0.5;
}

/* line 6164, app/assets/stylesheets/theme/app.scss */
.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #2ba99d;
  border-color: #2ba99d;
  color: #fff;
}

/* line 6171, app/assets/stylesheets/theme/app.scss */
.btn-success {
  background-color: #15c377;
  border-color: #15c377;
  color: #fff;
}

/* line 6177, app/assets/stylesheets/theme/app.scss */
.btn-success:hover {
  background-color: #16d17f;
  border-color: #16d17f;
  color: #fff;
}

/* line 6183, app/assets/stylesheets/theme/app.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
}

/* line 6187, app/assets/stylesheets/theme/app.scss */
.btn-success.disabled, .btn-success:disabled {
  background-color: #15c377;
  border-color: #15c377;
  opacity: 0.5;
}

/* line 6193, app/assets/stylesheets/theme/app.scss */
.btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  background-color: #14b56f;
  border-color: #14b56f;
  color: #fff;
}

/* line 6200, app/assets/stylesheets/theme/app.scss */
.btn-info {
  background-color: #48b0f7;
  border-color: #48b0f7;
  color: #fff;
}

/* line 6206, app/assets/stylesheets/theme/app.scss */
.btn-info:hover {
  background-color: #65bdf8;
  border-color: #65bdf8;
  color: #fff;
}

/* line 6212, app/assets/stylesheets/theme/app.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
}

/* line 6216, app/assets/stylesheets/theme/app.scss */
.btn-info.disabled, .btn-info:disabled {
  background-color: #48b0f7;
  border-color: #48b0f7;
  opacity: 0.5;
}

/* line 6222, app/assets/stylesheets/theme/app.scss */
.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  background-color: #2ba3f6;
  border-color: #2ba3f6;
  color: #fff;
}

/* line 6229, app/assets/stylesheets/theme/app.scss */
.btn-warning {
  background-color: #faa64b;
  border-color: #faa64b;
  color: #fff;
}

/* line 6235, app/assets/stylesheets/theme/app.scss */
.btn-warning:hover {
  background-color: #fbb264;
  border-color: #fbb264;
  color: #fff;
}

/* line 6241, app/assets/stylesheets/theme/app.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
}

/* line 6245, app/assets/stylesheets/theme/app.scss */
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #faa64b;
  border-color: #faa64b;
  opacity: 0.5;
}

/* line 6251, app/assets/stylesheets/theme/app.scss */
.btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  background-color: #f99a32;
  border-color: #f99a32;
  color: #fff;
}

/* line 6258, app/assets/stylesheets/theme/app.scss */
.btn-danger {
  background-color: #f96868;
  border-color: #f96868;
  color: #fff;
}

/* line 6264, app/assets/stylesheets/theme/app.scss */
.btn-danger:hover {
  background-color: #fa8181;
  border-color: #fa8181;
  color: #fff;
}

/* line 6270, app/assets/stylesheets/theme/app.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
}

/* line 6274, app/assets/stylesheets/theme/app.scss */
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #f96868;
  border-color: #f96868;
  opacity: 0.5;
}

/* line 6280, app/assets/stylesheets/theme/app.scss */
.btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  background-color: #f84f4f;
  border-color: #f84f4f;
  color: #fff;
}

/* line 6287, app/assets/stylesheets/theme/app.scss */
.btn-secondary {
  color: #616a78 !important;
  background-color: #e4e7ea;
  border-color: #e4e7ea;
  color: #fff;
}

/* line 6294, app/assets/stylesheets/theme/app.scss */
.btn-secondary:hover {
  background-color: #edeff1;
  border-color: #edeff1;
  color: #fff;
}

/* line 6300, app/assets/stylesheets/theme/app.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
}

/* line 6304, app/assets/stylesheets/theme/app.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #e4e7ea;
  border-color: #e4e7ea;
  opacity: 0.5;
}

/* line 6310, app/assets/stylesheets/theme/app.scss */
.btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #dbdfe3;
  border-color: #dbdfe3;
  color: #fff;
}

/* line 6317, app/assets/stylesheets/theme/app.scss */
.btn-link {
  color: #48b0f7;
  font-weight: 500;
}

/* line 6322, app/assets/stylesheets/theme/app.scss */
.btn-link:hover, .btn-link:focus {
  text-decoration: none;
  color: #e4e7ea;
}

/* line 6327, app/assets/stylesheets/theme/app.scss */
.btn-light {
  background-color: #fcfdfe;
  border-color: #ebebeb;
  color: #929daf;
}

/* line 6333, app/assets/stylesheets/theme/app.scss */
.btn-light:hover, .btn-light:focus {
  background-color: #f9fafb;
  color: #616a78;
}

/* line 6338, app/assets/stylesheets/theme/app.scss */
.btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
  background-color: #f9fafb;
  color: #616a78;
}

/* line 6344, app/assets/stylesheets/theme/app.scss */
.btn-purple {
  background-color: #926dde;
  border-color: #926dde;
  color: #fff;
}

/* line 6350, app/assets/stylesheets/theme/app.scss */
.btn-purple:hover {
  background-color: #a282e3;
  border-color: #a282e3;
  color: #fff;
}

/* line 6356, app/assets/stylesheets/theme/app.scss */
.btn-purple:focus, .btn-purple.focus {
  color: #fff;
}

/* line 6360, app/assets/stylesheets/theme/app.scss */
.btn-purple.disabled, .btn-purple:disabled {
  background-color: #926dde;
  border-color: #926dde;
  opacity: 0.5;
}

/* line 6366, app/assets/stylesheets/theme/app.scss */
.btn-purple:active, .btn-purple.active,
.show > .btn-purple.dropdown-toggle {
  background-color: #8258d9;
  border-color: #8258d9;
  color: #fff;
}

/* line 6373, app/assets/stylesheets/theme/app.scss */
.btn-pink {
  background-color: #f96197;
  border-color: #f96197;
  color: #fff;
}

/* line 6379, app/assets/stylesheets/theme/app.scss */
.btn-pink:hover {
  background-color: #fa75a4;
  border-color: #fa75a4;
  color: #fff;
}

/* line 6385, app/assets/stylesheets/theme/app.scss */
.btn-pink:focus, .btn-pink.focus {
  color: #fff;
}

/* line 6389, app/assets/stylesheets/theme/app.scss */
.btn-pink.disabled, .btn-pink:disabled {
  background-color: #f96197;
  border-color: #f96197;
  opacity: 0.5;
}

/* line 6395, app/assets/stylesheets/theme/app.scss */
.btn-pink:active, .btn-pink.active,
.show > .btn-pink.dropdown-toggle {
  background-color: #f84d8a;
  border-color: #f84d8a;
  color: #fff;
}

/* line 6402, app/assets/stylesheets/theme/app.scss */
.btn-cyan {
  background-color: #57c7d4;
  border-color: #57c7d4;
  color: #fff;
}

/* line 6408, app/assets/stylesheets/theme/app.scss */
.btn-cyan:hover {
  background-color: #77d2dc;
  border-color: #77d2dc;
  color: #fff;
}

/* line 6414, app/assets/stylesheets/theme/app.scss */
.btn-cyan:focus, .btn-cyan.focus {
  color: #fff;
}

/* line 6418, app/assets/stylesheets/theme/app.scss */
.btn-cyan.disabled, .btn-cyan:disabled {
  background-color: #57c7d4;
  border-color: #57c7d4;
  opacity: 0.5;
}

/* line 6424, app/assets/stylesheets/theme/app.scss */
.btn-cyan:active, .btn-cyan.active,
.show > .btn-cyan.dropdown-toggle {
  background-color: #37bccc;
  border-color: #37bccc;
  color: #fff;
}

/* line 6431, app/assets/stylesheets/theme/app.scss */
.btn-yellow {
  background-color: #fcc525;
  border-color: #fcc525;
  color: #fff;
}

/* line 6437, app/assets/stylesheets/theme/app.scss */
.btn-yellow:hover {
  background-color: #fdd04d;
  border-color: #fdd04d;
  color: #fff;
}

/* line 6443, app/assets/stylesheets/theme/app.scss */
.btn-yellow:focus, .btn-yellow.focus {
  color: #fff;
}

/* line 6447, app/assets/stylesheets/theme/app.scss */
.btn-yellow.disabled, .btn-yellow:disabled {
  background-color: #fcc525;
  border-color: #fcc525;
  opacity: 0.5;
}

/* line 6453, app/assets/stylesheets/theme/app.scss */
.btn-yellow:active, .btn-yellow.active,
.show > .btn-yellow.dropdown-toggle {
  background-color: #f5b703;
  border-color: #f5b703;
  color: #fff;
}

/* line 6460, app/assets/stylesheets/theme/app.scss */
.btn-brown {
  background-color: #8d6658;
  border-color: #8d6658;
  color: #fff;
}

/* line 6466, app/assets/stylesheets/theme/app.scss */
.btn-brown:hover {
  background-color: #9d7162;
  border-color: #9d7162;
  color: #fff;
}

/* line 6472, app/assets/stylesheets/theme/app.scss */
.btn-brown:focus, .btn-brown.focus {
  color: #fff;
}

/* line 6476, app/assets/stylesheets/theme/app.scss */
.btn-brown.disabled, .btn-brown:disabled {
  background-color: #8d6658;
  border-color: #8d6658;
  opacity: 0.5;
}

/* line 6482, app/assets/stylesheets/theme/app.scss */
.btn-brown:active, .btn-brown.active,
.show > .btn-brown.dropdown-toggle {
  background-color: #7d5b4e;
  border-color: #7d5b4e;
  color: #fff;
}

/* line 6489, app/assets/stylesheets/theme/app.scss */
.btn-dark {
  background-color: #465161;
  border-color: #465161;
  color: #fff;
}

/* line 6495, app/assets/stylesheets/theme/app.scss */
.btn-dark:hover {
  background-color: #515d70;
  border-color: #515d70;
  color: #fff;
}

/* line 6501, app/assets/stylesheets/theme/app.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
}

/* line 6505, app/assets/stylesheets/theme/app.scss */
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #465161;
  border-color: #465161;
  opacity: 0.5;
}

/* line 6511, app/assets/stylesheets/theme/app.scss */
.btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  background-color: #3b4552;
  border-color: #3b4552;
  color: #fff;
}

/* line 6518, app/assets/stylesheets/theme/app.scss */
.btn-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}

/* line 6524, app/assets/stylesheets/theme/app.scss */
.btn-facebook:hover {
  background-color: #466ab5;
  border-color: #466ab5;
  color: #fff;
}

/* line 6530, app/assets/stylesheets/theme/app.scss */
.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
}

/* line 6534, app/assets/stylesheets/theme/app.scss */
.btn-facebook.disabled, .btn-facebook:disabled {
  background-color: #3b5998;
  border-color: #3b5998;
  opacity: 0.5;
}

/* line 6540, app/assets/stylesheets/theme/app.scss */
.btn-facebook:active, .btn-facebook.active,
.show > .btn-facebook.dropdown-toggle {
  background-color: #30487b;
  border-color: #30487b;
  color: #fff;
}

/* line 6547, app/assets/stylesheets/theme/app.scss */
.btn-google {
  background-color: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}

/* line 6553, app/assets/stylesheets/theme/app.scss */
.btn-google:hover {
  background-color: #e36b5c;
  border-color: #e36b5c;
  color: #fff;
}

/* line 6559, app/assets/stylesheets/theme/app.scss */
.btn-google:focus, .btn-google.focus {
  color: #fff;
}

/* line 6563, app/assets/stylesheets/theme/app.scss */
.btn-google.disabled, .btn-google:disabled {
  background-color: #dd4b39;
  border-color: #dd4b39;
  opacity: 0.5;
}

/* line 6569, app/assets/stylesheets/theme/app.scss */
.btn-google:active, .btn-google.active,
.show > .btn-google.dropdown-toggle {
  background-color: #ca3523;
  border-color: #ca3523;
  color: #fff;
}

/* line 6576, app/assets/stylesheets/theme/app.scss */
.btn-twitter {
  background-color: #00aced;
  border-color: #00aced;
  color: #fff;
}

/* line 6582, app/assets/stylesheets/theme/app.scss */
.btn-twitter:hover {
  background-color: #17bfff;
  border-color: #17bfff;
  color: #fff;
}

/* line 6588, app/assets/stylesheets/theme/app.scss */
.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
}

/* line 6592, app/assets/stylesheets/theme/app.scss */
.btn-twitter.disabled, .btn-twitter:disabled {
  background-color: #00aced;
  border-color: #00aced;
  opacity: 0.5;
}

/* line 6598, app/assets/stylesheets/theme/app.scss */
.btn-twitter:active, .btn-twitter.active,
.show > .btn-twitter.dropdown-toggle {
  background-color: #008ec4;
  border-color: #008ec4;
  color: #fff;
}

/* line 6605, app/assets/stylesheets/theme/app.scss */
.btn-linkedin {
  background-color: #007bb6;
  border-color: #007bb6;
  color: #fff;
}

/* line 6611, app/assets/stylesheets/theme/app.scss */
.btn-linkedin:hover {
  background-color: #0097df;
  border-color: #0097df;
  color: #fff;
}

/* line 6617, app/assets/stylesheets/theme/app.scss */
.btn-linkedin:focus, .btn-linkedin.focus {
  color: #fff;
}

/* line 6621, app/assets/stylesheets/theme/app.scss */
.btn-linkedin.disabled, .btn-linkedin:disabled {
  background-color: #007bb6;
  border-color: #007bb6;
  opacity: 0.5;
}

/* line 6627, app/assets/stylesheets/theme/app.scss */
.btn-linkedin:active, .btn-linkedin.active,
.show > .btn-linkedin.dropdown-toggle {
  background-color: #005f8d;
  border-color: #005f8d;
  color: #fff;
}

/* line 6634, app/assets/stylesheets/theme/app.scss */
.btn-pinterest {
  background-color: #cb2027;
  border-color: #cb2027;
  color: #fff;
}

/* line 6640, app/assets/stylesheets/theme/app.scss */
.btn-pinterest:hover {
  background-color: #df353c;
  border-color: #df353c;
  color: #fff;
}

/* line 6646, app/assets/stylesheets/theme/app.scss */
.btn-pinterest:focus, .btn-pinterest.focus {
  color: #fff;
}

/* line 6650, app/assets/stylesheets/theme/app.scss */
.btn-pinterest.disabled, .btn-pinterest:disabled {
  background-color: #cb2027;
  border-color: #cb2027;
  opacity: 0.5;
}

/* line 6656, app/assets/stylesheets/theme/app.scss */
.btn-pinterest:active, .btn-pinterest.active,
.show > .btn-pinterest.dropdown-toggle {
  background-color: #a81a20;
  border-color: #a81a20;
  color: #fff;
}

/* line 6663, app/assets/stylesheets/theme/app.scss */
.btn-git {
  background-color: #666666;
  border-color: #666666;
  color: #fff;
}

/* line 6669, app/assets/stylesheets/theme/app.scss */
.btn-git:hover {
  background-color: #7a7a7a;
  border-color: #7a7a7a;
  color: #fff;
}

/* line 6675, app/assets/stylesheets/theme/app.scss */
.btn-git:focus, .btn-git.focus {
  color: #fff;
}

/* line 6679, app/assets/stylesheets/theme/app.scss */
.btn-git.disabled, .btn-git:disabled {
  background-color: #666666;
  border-color: #666666;
  opacity: 0.5;
}

/* line 6685, app/assets/stylesheets/theme/app.scss */
.btn-git:active, .btn-git.active,
.show > .btn-git.dropdown-toggle {
  background-color: #525252;
  border-color: #525252;
  color: #fff;
}

/* line 6692, app/assets/stylesheets/theme/app.scss */
.btn-tumblr {
  background-color: #32506d;
  border-color: #32506d;
  color: #fff;
}

/* line 6698, app/assets/stylesheets/theme/app.scss */
.btn-tumblr:hover {
  background-color: #3f6589;
  border-color: #3f6589;
  color: #fff;
}

/* line 6704, app/assets/stylesheets/theme/app.scss */
.btn-tumblr:focus, .btn-tumblr.focus {
  color: #fff;
}

/* line 6708, app/assets/stylesheets/theme/app.scss */
.btn-tumblr.disabled, .btn-tumblr:disabled {
  background-color: #32506d;
  border-color: #32506d;
  opacity: 0.5;
}

/* line 6714, app/assets/stylesheets/theme/app.scss */
.btn-tumblr:active, .btn-tumblr.active,
.show > .btn-tumblr.dropdown-toggle {
  background-color: #253b51;
  border-color: #253b51;
  color: #fff;
}

/* line 6721, app/assets/stylesheets/theme/app.scss */
.btn-vimeo {
  background-color: #aad450;
  border-color: #aad450;
  color: #fff;
}

/* line 6727, app/assets/stylesheets/theme/app.scss */
.btn-vimeo:hover {
  background-color: #badc71;
  border-color: #badc71;
  color: #fff;
}

/* line 6733, app/assets/stylesheets/theme/app.scss */
.btn-vimeo:focus, .btn-vimeo.focus {
  color: #fff;
}

/* line 6737, app/assets/stylesheets/theme/app.scss */
.btn-vimeo.disabled, .btn-vimeo:disabled {
  background-color: #aad450;
  border-color: #aad450;
  opacity: 0.5;
}

/* line 6743, app/assets/stylesheets/theme/app.scss */
.btn-vimeo:active, .btn-vimeo.active,
.show > .btn-vimeo.dropdown-toggle {
  background-color: #99ca32;
  border-color: #99ca32;
  color: #fff;
}

/* line 6750, app/assets/stylesheets/theme/app.scss */
.btn-youtube {
  background-color: #bb0000;
  border-color: #bb0000;
  color: #fff;
}

/* line 6756, app/assets/stylesheets/theme/app.scss */
.btn-youtube:hover {
  background-color: #e40000;
  border-color: #e40000;
  color: #fff;
}

/* line 6762, app/assets/stylesheets/theme/app.scss */
.btn-youtube:focus, .btn-youtube.focus {
  color: #fff;
}

/* line 6766, app/assets/stylesheets/theme/app.scss */
.btn-youtube.disabled, .btn-youtube:disabled {
  background-color: #bb0000;
  border-color: #bb0000;
  opacity: 0.5;
}

/* line 6772, app/assets/stylesheets/theme/app.scss */
.btn-youtube:active, .btn-youtube.active,
.show > .btn-youtube.dropdown-toggle {
  background-color: #920000;
  border-color: #920000;
  color: #fff;
}

/* line 6779, app/assets/stylesheets/theme/app.scss */
.btn-flickr {
  background-color: #ff0084;
  border-color: #ff0084;
  color: #fff;
}

/* line 6785, app/assets/stylesheets/theme/app.scss */
.btn-flickr:hover {
  background-color: #ff2998;
  border-color: #ff2998;
  color: #fff;
}

/* line 6791, app/assets/stylesheets/theme/app.scss */
.btn-flickr:focus, .btn-flickr.focus {
  color: #fff;
}

/* line 6795, app/assets/stylesheets/theme/app.scss */
.btn-flickr.disabled, .btn-flickr:disabled {
  background-color: #ff0084;
  border-color: #ff0084;
  opacity: 0.5;
}

/* line 6801, app/assets/stylesheets/theme/app.scss */
.btn-flickr:active, .btn-flickr.active,
.show > .btn-flickr.dropdown-toggle {
  background-color: #d6006f;
  border-color: #d6006f;
  color: #fff;
}

/* line 6808, app/assets/stylesheets/theme/app.scss */
.btn-reddit {
  background-color: #ff4500;
  border-color: #ff4500;
  color: #fff;
}

/* line 6814, app/assets/stylesheets/theme/app.scss */
.btn-reddit:hover {
  background-color: #ff6329;
  border-color: #ff6329;
  color: #fff;
}

/* line 6820, app/assets/stylesheets/theme/app.scss */
.btn-reddit:focus, .btn-reddit.focus {
  color: #fff;
}

/* line 6824, app/assets/stylesheets/theme/app.scss */
.btn-reddit.disabled, .btn-reddit:disabled {
  background-color: #ff4500;
  border-color: #ff4500;
  opacity: 0.5;
}

/* line 6830, app/assets/stylesheets/theme/app.scss */
.btn-reddit:active, .btn-reddit.active,
.show > .btn-reddit.dropdown-toggle {
  background-color: #d63a00;
  border-color: #d63a00;
  color: #fff;
}

/* line 6837, app/assets/stylesheets/theme/app.scss */
.btn-dribbble {
  background-color: #ea4c89;
  border-color: #ea4c89;
  color: #fff;
}

/* line 6843, app/assets/stylesheets/theme/app.scss */
.btn-dribbble:hover {
  background-color: #ee71a1;
  border-color: #ee71a1;
  color: #fff;
}

/* line 6849, app/assets/stylesheets/theme/app.scss */
.btn-dribbble:focus, .btn-dribbble.focus {
  color: #fff;
}

/* line 6853, app/assets/stylesheets/theme/app.scss */
.btn-dribbble.disabled, .btn-dribbble:disabled {
  background-color: #ea4c89;
  border-color: #ea4c89;
  opacity: 0.5;
}

/* line 6859, app/assets/stylesheets/theme/app.scss */
.btn-dribbble:active, .btn-dribbble.active,
.show > .btn-dribbble.dropdown-toggle {
  background-color: #e62771;
  border-color: #e62771;
  color: #fff;
}

/* line 6866, app/assets/stylesheets/theme/app.scss */
.btn-skype {
  background-color: #00aff0;
  border-color: #00aff0;
  color: #fff;
}

/* line 6872, app/assets/stylesheets/theme/app.scss */
.btn-skype:hover {
  background-color: #1ac1ff;
  border-color: #1ac1ff;
  color: #fff;
}

/* line 6878, app/assets/stylesheets/theme/app.scss */
.btn-skype:focus, .btn-skype.focus {
  color: #fff;
}

/* line 6882, app/assets/stylesheets/theme/app.scss */
.btn-skype.disabled, .btn-skype:disabled {
  background-color: #00aff0;
  border-color: #00aff0;
  opacity: 0.5;
}

/* line 6888, app/assets/stylesheets/theme/app.scss */
.btn-skype:active, .btn-skype.active,
.show > .btn-skype.dropdown-toggle {
  background-color: #0091c7;
  border-color: #0091c7;
  color: #fff;
}

/* line 6895, app/assets/stylesheets/theme/app.scss */
.btn-instagram {
  background-color: #517fa4;
  border-color: #517fa4;
  color: #fff;
}

/* line 6901, app/assets/stylesheets/theme/app.scss */
.btn-instagram:hover {
  background-color: #6993b5;
  border-color: #6993b5;
  color: #fff;
}

/* line 6907, app/assets/stylesheets/theme/app.scss */
.btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
}

/* line 6911, app/assets/stylesheets/theme/app.scss */
.btn-instagram.disabled, .btn-instagram:disabled {
  background-color: #517fa4;
  border-color: #517fa4;
  opacity: 0.5;
}

/* line 6917, app/assets/stylesheets/theme/app.scss */
.btn-instagram:active, .btn-instagram.active,
.show > .btn-instagram.dropdown-toggle {
  background-color: #446a89;
  border-color: #446a89;
  color: #fff;
}

/* line 6924, app/assets/stylesheets/theme/app.scss */
.btn-lastfm {
  background-color: #c3000d;
  border-color: #c3000d;
  color: #fff;
}

/* line 6930, app/assets/stylesheets/theme/app.scss */
.btn-lastfm:hover {
  background-color: #ec0010;
  border-color: #ec0010;
  color: #fff;
}

/* line 6936, app/assets/stylesheets/theme/app.scss */
.btn-lastfm:focus, .btn-lastfm.focus {
  color: #fff;
}

/* line 6940, app/assets/stylesheets/theme/app.scss */
.btn-lastfm.disabled, .btn-lastfm:disabled {
  background-color: #c3000d;
  border-color: #c3000d;
  opacity: 0.5;
}

/* line 6946, app/assets/stylesheets/theme/app.scss */
.btn-lastfm:active, .btn-lastfm.active,
.show > .btn-lastfm.dropdown-toggle {
  background-color: #9a000a;
  border-color: #9a000a;
  color: #fff;
}

/* line 6953, app/assets/stylesheets/theme/app.scss */
.btn-behance {
  background-color: #1769ff;
  border-color: #1769ff;
  color: #fff;
}

/* line 6959, app/assets/stylesheets/theme/app.scss */
.btn-behance:hover {
  background-color: #4083ff;
  border-color: #4083ff;
  color: #fff;
}

/* line 6965, app/assets/stylesheets/theme/app.scss */
.btn-behance:focus, .btn-behance.focus {
  color: #fff;
}

/* line 6969, app/assets/stylesheets/theme/app.scss */
.btn-behance.disabled, .btn-behance:disabled {
  background-color: #1769ff;
  border-color: #1769ff;
  opacity: 0.5;
}

/* line 6975, app/assets/stylesheets/theme/app.scss */
.btn-behance:active, .btn-behance.active,
.show > .btn-behance.dropdown-toggle {
  background-color: #0054ed;
  border-color: #0054ed;
  color: #fff;
}

/* line 6982, app/assets/stylesheets/theme/app.scss */
.btn-rss {
  background-color: #f26522;
  border-color: #f26522;
  color: #fff;
}

/* line 6988, app/assets/stylesheets/theme/app.scss */
.btn-rss:hover {
  background-color: #f48049;
  border-color: #f48049;
  color: #fff;
}

/* line 6994, app/assets/stylesheets/theme/app.scss */
.btn-rss:focus, .btn-rss.focus {
  color: #fff;
}

/* line 6998, app/assets/stylesheets/theme/app.scss */
.btn-rss.disabled, .btn-rss:disabled {
  background-color: #f26522;
  border-color: #f26522;
  opacity: 0.5;
}

/* line 7004, app/assets/stylesheets/theme/app.scss */
.btn-rss:active, .btn-rss.active,
.show > .btn-rss.dropdown-toggle {
  background-color: #de500d;
  border-color: #de500d;
  color: #fff;
}

/* line 7011, app/assets/stylesheets/theme/app.scss */
.btn-primary-outline {
  color: #33cabb;
  background-color: transparent;
  border-color: #33cabb;
}

/* line 7017, app/assets/stylesheets/theme/app.scss */
.btn-primary-outline:hover {
  color: #fff;
  background-color: #33cabb;
  border-color: #33cabb;
}

/* line 7023, app/assets/stylesheets/theme/app.scss */
.btn-primary-outline:active, .btn-primary-outline.active,
.show > .btn-primary-outline.dropdown-toggle {
  background-color: #2ba99d;
  border-color: #2ba99d;
}

/* line 7029, app/assets/stylesheets/theme/app.scss */
.btn-success-outline {
  color: #15c377;
  background-color: transparent;
  border-color: #15c377;
}

/* line 7035, app/assets/stylesheets/theme/app.scss */
.btn-success-outline:hover {
  color: #fff;
  background-color: #15c377;
  border-color: #15c377;
}

/* line 7041, app/assets/stylesheets/theme/app.scss */
.btn-success-outline:active, .btn-success-outline.active,
.show > .btn-success-outline.dropdown-toggle {
  background-color: #12a766;
  border-color: #12a766;
}

/* line 7047, app/assets/stylesheets/theme/app.scss */
.btn-info-outline {
  color: #48b0f7;
  background-color: transparent;
  border-color: #48b0f7;
}

/* line 7053, app/assets/stylesheets/theme/app.scss */
.btn-info-outline:hover {
  color: #fff;
  background-color: #48b0f7;
  border-color: #48b0f7;
}

/* line 7059, app/assets/stylesheets/theme/app.scss */
.btn-info-outline:active, .btn-info-outline.active,
.show > .btn-info-outline.dropdown-toggle {
  background-color: #2ba3f6;
  border-color: #2ba3f6;
}

/* line 7065, app/assets/stylesheets/theme/app.scss */
.btn-warning-outline {
  color: #faa64b;
  background-color: transparent;
  border-color: #faa64b;
}

/* line 7071, app/assets/stylesheets/theme/app.scss */
.btn-warning-outline:hover {
  color: #fff;
  background-color: #faa64b;
  border-color: #faa64b;
}

/* line 7077, app/assets/stylesheets/theme/app.scss */
.btn-warning-outline:active, .btn-warning-outline.active,
.show > .btn-warning-outline.dropdown-toggle {
  background-color: #f99a32;
  border-color: #f99a32;
}

/* line 7083, app/assets/stylesheets/theme/app.scss */
.btn-danger-outline {
  color: #f96868;
  background-color: transparent;
  border-color: #f96868;
}

/* line 7089, app/assets/stylesheets/theme/app.scss */
.btn-danger-outline:hover {
  color: #fff;
  background-color: #f96868;
  border-color: #f96868;
}

/* line 7095, app/assets/stylesheets/theme/app.scss */
.btn-danger-outline:active, .btn-danger-outline.active,
.show > .btn-danger-outline.dropdown-toggle {
  background-color: #f84f4f;
  border-color: #f84f4f;
}

/* line 7101, app/assets/stylesheets/theme/app.scss */
.btn-secondary-outline {
  color: #e4e7ea;
  background-color: transparent;
  border-color: #e4e7ea;
}

/* line 7107, app/assets/stylesheets/theme/app.scss */
.btn-secondary-outline:hover {
  color: #fff;
  background-color: #e4e7ea;
  border-color: #e4e7ea;
}

/* line 7113, app/assets/stylesheets/theme/app.scss */
.btn-secondary-outline:active, .btn-secondary-outline.active,
.show > .btn-secondary-outline.dropdown-toggle {
  background-color: #dbdfe3;
  border-color: #dbdfe3;
}

/* line 7119, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-primary {
  color: #33cabb;
  background-color: transparent;
  border-color: #33cabb;
}

/* line 7125, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-primary:hover {
  color: #fff;
  background-color: #33cabb;
  border-color: #33cabb;
}

/* line 7131, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-primary:active, .btn-outline.btn-primary.active,
.show > .btn-outline.btn-primary.dropdown-toggle {
  background-color: #2ba99d;
  border-color: #2ba99d;
}

/* line 7137, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-success {
  color: #15c377;
  background-color: transparent;
  border-color: #15c377;
}

/* line 7143, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-success:hover {
  color: #fff;
  background-color: #15c377;
  border-color: #15c377;
}

/* line 7149, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-success:active, .btn-outline.btn-success.active,
.show > .btn-outline.btn-success.dropdown-toggle {
  background-color: #12a766;
  border-color: #12a766;
}

/* line 7155, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-info {
  color: #48b0f7;
  background-color: transparent;
  border-color: #48b0f7;
}

/* line 7161, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-info:hover {
  color: #fff;
  background-color: #48b0f7;
  border-color: #48b0f7;
}

/* line 7167, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-info:active, .btn-outline.btn-info.active,
.show > .btn-outline.btn-info.dropdown-toggle {
  background-color: #2ba3f6;
  border-color: #2ba3f6;
}

/* line 7173, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-warning {
  color: #faa64b;
  background-color: transparent;
  border-color: #faa64b;
}

/* line 7179, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-warning:hover {
  color: #fff;
  background-color: #faa64b;
  border-color: #faa64b;
}

/* line 7185, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-warning:active, .btn-outline.btn-warning.active,
.show > .btn-outline.btn-warning.dropdown-toggle {
  background-color: #f99a32;
  border-color: #f99a32;
}

/* line 7191, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-danger {
  color: #f96868;
  background-color: transparent;
  border-color: #f96868;
}

/* line 7197, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-danger:hover {
  color: #fff;
  background-color: #f96868;
  border-color: #f96868;
}

/* line 7203, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-danger:active, .btn-outline.btn-danger.active,
.show > .btn-outline.btn-danger.dropdown-toggle {
  background-color: #f84f4f;
  border-color: #f84f4f;
}

/* line 7209, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-secondary {
  color: #e4e7ea;
  background-color: transparent;
  border-color: #e4e7ea;
}

/* line 7215, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-secondary:hover {
  color: #fff;
  background-color: #e4e7ea;
  border-color: #e4e7ea;
}

/* line 7221, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-secondary:active, .btn-outline.btn-secondary.active,
.show > .btn-outline.btn-secondary.dropdown-toggle {
  background-color: #dbdfe3;
  border-color: #dbdfe3;
}

/* line 7227, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-light {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

/* line 7233, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-light:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

/* line 7239, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-light:active, .btn-outline.btn-light.active,
.show > .btn-outline.btn-light.dropdown-toggle {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

/* line 7245, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-purple {
  color: #926dde;
  background-color: transparent;
  border-color: #926dde;
}

/* line 7251, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-purple:hover {
  color: #fff;
  background-color: #926dde;
  border-color: #926dde;
}

/* line 7257, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-purple:active, .btn-outline.btn-purple.active,
.show > .btn-outline.btn-purple.dropdown-toggle {
  background-color: #8258d9;
  border-color: #8258d9;
}

/* line 7263, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-pink {
  color: #f96197;
  background-color: transparent;
  border-color: #f96197;
}

/* line 7269, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-pink:hover {
  color: #fff;
  background-color: #f96197;
  border-color: #f96197;
}

/* line 7275, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-pink:active, .btn-outline.btn-pink.active,
.show > .btn-outline.btn-pink.dropdown-toggle {
  background-color: #f84d8a;
  border-color: #f84d8a;
}

/* line 7281, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-cyan {
  color: #57c7d4;
  background-color: transparent;
  border-color: #57c7d4;
}

/* line 7287, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-cyan:hover {
  color: #fff;
  background-color: #57c7d4;
  border-color: #57c7d4;
}

/* line 7293, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-cyan:active, .btn-outline.btn-cyan.active,
.show > .btn-outline.btn-cyan.dropdown-toggle {
  background-color: #37bccc;
  border-color: #37bccc;
}

/* line 7299, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-yellow {
  color: #fcc525;
  background-color: transparent;
  border-color: #fcc525;
}

/* line 7305, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-yellow:hover {
  color: #fff;
  background-color: #fcc525;
  border-color: #fcc525;
}

/* line 7311, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-yellow:active, .btn-outline.btn-yellow.active,
.show > .btn-outline.btn-yellow.dropdown-toggle {
  background-color: #f5b703;
  border-color: #f5b703;
}

/* line 7317, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-brown {
  color: #8d6658;
  background-color: transparent;
  border-color: #8d6658;
}

/* line 7323, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-brown:hover {
  color: #fff;
  background-color: #8d6658;
  border-color: #8d6658;
}

/* line 7329, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-brown:active, .btn-outline.btn-brown.active,
.show > .btn-outline.btn-brown.dropdown-toggle {
  background-color: #7d5b4e;
  border-color: #7d5b4e;
}

/* line 7335, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-dark {
  color: #465161;
  background-color: transparent;
  border-color: #465161;
}

/* line 7341, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-dark:hover {
  color: #fff;
  background-color: #465161;
  border-color: #465161;
}

/* line 7347, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-dark:active, .btn-outline.btn-dark.active,
.show > .btn-outline.btn-dark.dropdown-toggle {
  background-color: #3b4552;
  border-color: #3b4552;
}

/* line 7353, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-light:hover {
  color: #616a78;
}

/* line 7357, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-facebook {
  color: #3b5998;
  background-color: transparent;
  border-color: #3b5998;
}

/* line 7363, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-facebook:hover {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

/* line 7369, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-facebook:active, .btn-outline.btn-facebook.active,
.show > .btn-outline.btn-facebook.dropdown-toggle {
  background-color: #30487b;
  border-color: #30487b;
}

/* line 7375, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-google {
  color: #dd4b39;
  background-color: transparent;
  border-color: #dd4b39;
}

/* line 7381, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-google:hover {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}

/* line 7387, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-google:active, .btn-outline.btn-google.active,
.show > .btn-outline.btn-google.dropdown-toggle {
  background-color: #ca3523;
  border-color: #ca3523;
}

/* line 7393, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-twitter {
  color: #00aced;
  background-color: transparent;
  border-color: #00aced;
}

/* line 7399, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-twitter:hover {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced;
}

/* line 7405, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-twitter:active, .btn-outline.btn-twitter.active,
.show > .btn-outline.btn-twitter.dropdown-toggle {
  background-color: #008ec4;
  border-color: #008ec4;
}

/* line 7411, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-linkedin {
  color: #007bb6;
  background-color: transparent;
  border-color: #007bb6;
}

/* line 7417, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-linkedin:hover {
  color: #fff;
  background-color: #007bb6;
  border-color: #007bb6;
}

/* line 7423, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-linkedin:active, .btn-outline.btn-linkedin.active,
.show > .btn-outline.btn-linkedin.dropdown-toggle {
  background-color: #005f8d;
  border-color: #005f8d;
}

/* line 7429, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-pinterest {
  color: #cb2027;
  background-color: transparent;
  border-color: #cb2027;
}

/* line 7435, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-pinterest:hover {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}

/* line 7441, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-pinterest:active, .btn-outline.btn-pinterest.active,
.show > .btn-outline.btn-pinterest.dropdown-toggle {
  background-color: #a81a20;
  border-color: #a81a20;
}

/* line 7447, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-git {
  color: #666666;
  background-color: transparent;
  border-color: #666666;
}

/* line 7453, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-git:hover {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

/* line 7459, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-git:active, .btn-outline.btn-git.active,
.show > .btn-outline.btn-git.dropdown-toggle {
  background-color: #525252;
  border-color: #525252;
}

/* line 7465, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-tumblr {
  color: #32506d;
  background-color: transparent;
  border-color: #32506d;
}

/* line 7471, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-tumblr:hover {
  color: #fff;
  background-color: #32506d;
  border-color: #32506d;
}

/* line 7477, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-tumblr:active, .btn-outline.btn-tumblr.active,
.show > .btn-outline.btn-tumblr.dropdown-toggle {
  background-color: #253b51;
  border-color: #253b51;
}

/* line 7483, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-vimeo {
  color: #aad450;
  background-color: transparent;
  border-color: #aad450;
}

/* line 7489, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-vimeo:hover {
  color: #fff;
  background-color: #aad450;
  border-color: #aad450;
}

/* line 7495, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-vimeo:active, .btn-outline.btn-vimeo.active,
.show > .btn-outline.btn-vimeo.dropdown-toggle {
  background-color: #99ca32;
  border-color: #99ca32;
}

/* line 7501, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-youtube {
  color: #bb0000;
  background-color: transparent;
  border-color: #bb0000;
}

/* line 7507, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-youtube:hover {
  color: #fff;
  background-color: #bb0000;
  border-color: #bb0000;
}

/* line 7513, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-youtube:active, .btn-outline.btn-youtube.active,
.show > .btn-outline.btn-youtube.dropdown-toggle {
  background-color: #920000;
  border-color: #920000;
}

/* line 7519, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-flickr {
  color: #ff0084;
  background-color: transparent;
  border-color: #ff0084;
}

/* line 7525, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-flickr:hover {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084;
}

/* line 7531, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-flickr:active, .btn-outline.btn-flickr.active,
.show > .btn-outline.btn-flickr.dropdown-toggle {
  background-color: #d6006f;
  border-color: #d6006f;
}

/* line 7537, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-reddit {
  color: #ff4500;
  background-color: transparent;
  border-color: #ff4500;
}

/* line 7543, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-reddit:hover {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500;
}

/* line 7549, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-reddit:active, .btn-outline.btn-reddit.active,
.show > .btn-outline.btn-reddit.dropdown-toggle {
  background-color: #d63a00;
  border-color: #d63a00;
}

/* line 7555, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-dribbble {
  color: #ea4c89;
  background-color: transparent;
  border-color: #ea4c89;
}

/* line 7561, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-dribbble:hover {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}

/* line 7567, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-dribbble:active, .btn-outline.btn-dribbble.active,
.show > .btn-outline.btn-dribbble.dropdown-toggle {
  background-color: #e62771;
  border-color: #e62771;
}

/* line 7573, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-skype {
  color: #00aff0;
  background-color: transparent;
  border-color: #00aff0;
}

/* line 7579, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-skype:hover {
  color: #fff;
  background-color: #00aff0;
  border-color: #00aff0;
}

/* line 7585, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-skype:active, .btn-outline.btn-skype.active,
.show > .btn-outline.btn-skype.dropdown-toggle {
  background-color: #0091c7;
  border-color: #0091c7;
}

/* line 7591, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-instagram {
  color: #517fa4;
  background-color: transparent;
  border-color: #517fa4;
}

/* line 7597, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-instagram:hover {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
}

/* line 7603, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-instagram:active, .btn-outline.btn-instagram.active,
.show > .btn-outline.btn-instagram.dropdown-toggle {
  background-color: #446a89;
  border-color: #446a89;
}

/* line 7609, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-lastfm {
  color: #c3000d;
  background-color: transparent;
  border-color: #c3000d;
}

/* line 7615, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-lastfm:hover {
  color: #fff;
  background-color: #c3000d;
  border-color: #c3000d;
}

/* line 7621, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-lastfm:active, .btn-outline.btn-lastfm.active,
.show > .btn-outline.btn-lastfm.dropdown-toggle {
  background-color: #9a000a;
  border-color: #9a000a;
}

/* line 7627, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-behance {
  color: #1769ff;
  background-color: transparent;
  border-color: #1769ff;
}

/* line 7633, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-behance:hover {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
}

/* line 7639, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-behance:active, .btn-outline.btn-behance.active,
.show > .btn-outline.btn-behance.dropdown-toggle {
  background-color: #0054ed;
  border-color: #0054ed;
}

/* line 7645, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-rss {
  color: #f26522;
  background-color: transparent;
  border-color: #f26522;
}

/* line 7651, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-rss:hover {
  color: #fff;
  background-color: #f26522;
  border-color: #f26522;
}

/* line 7657, app/assets/stylesheets/theme/app.scss */
.btn-outline.btn-rss:active, .btn-outline.btn-rss.active,
.show > .btn-outline.btn-rss.dropdown-toggle {
  background-color: #de500d;
  border-color: #de500d;
}

/* line 7663, app/assets/stylesheets/theme/app.scss */
.btn-label {
  position: relative;
  padding-left: 52px;
  overflow: hidden;
}

/* line 7669, app/assets/stylesheets/theme/app.scss */
.btn-label label {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 36px;
  line-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 0;
}

/* line 7683, app/assets/stylesheets/theme/app.scss */
.btn-label.btn-xs {
  padding-left: 32px;
}

/* line 7687, app/assets/stylesheets/theme/app.scss */
.btn-label.btn-xs label {
  width: 24px;
}

/* line 7691, app/assets/stylesheets/theme/app.scss */
.btn-label.btn-sm {
  padding-left: 41px;
}

/* line 7695, app/assets/stylesheets/theme/app.scss */
.btn-label.btn-sm label {
  width: 29px;
}

/* line 7699, app/assets/stylesheets/theme/app.scss */
.btn-label.btn-lg {
  padding-left: 64px;
}

/* line 7703, app/assets/stylesheets/theme/app.scss */
.btn-label.btn-lg label {
  width: 48px;
}

/* line 7707, app/assets/stylesheets/theme/app.scss */
.btn-float {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  margin: 0;
  font-size: 24px;
  border-radius: 100%;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

/* line 7724, app/assets/stylesheets/theme/app.scss */
.btn-float.btn-sm {
  width: 40px;
  height: 40px;
  font-size: 16px;
}

/* line 7730, app/assets/stylesheets/theme/app.scss */
.btn-float:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 7735, app/assets/stylesheets/theme/app.scss */
.btn-sq,
.btn-square {
  padding: 5px;
  width: 36px;
  height: 36px;
}

/* line 7742, app/assets/stylesheets/theme/app.scss */
.btn-sq.btn-lg,
.btn-square.btn-lg {
  width: 48px;
  height: 48px;
}

/* line 7748, app/assets/stylesheets/theme/app.scss */
.btn-sq.btn-sm,
.btn-square.btn-sm {
  width: 29px;
  height: 29px;
}

/* line 7754, app/assets/stylesheets/theme/app.scss */
.btn-sq.btn-xs,
.btn-square.btn-xs {
  width: 24px;
  height: 24px;
}

/* line 7760, app/assets/stylesheets/theme/app.scss */
.btn-pure {
  background-color: transparent !important;
  border-color: transparent !important;
}

/* line 7765, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-primary {
  color: #33cabb;
}

/* line 7769, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-primary:hover, .btn-pure.btn-primary:active, .btn-pure.btn-primary.active,
.show > .btn-pure.btn-primary.dropdown-toggle {
  color: #29a195;
}

/* line 7774, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-secondary {
  color: #e4e7ea;
}

/* line 7778, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-secondary:hover, .btn-pure.btn-secondary:active, .btn-pure.btn-secondary.active,
.show > .btn-pure.btn-secondary.dropdown-toggle {
  color: #c7ced4;
}

/* line 7783, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-success {
  color: #15c377;
}

/* line 7787, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-success:hover, .btn-pure.btn-success:active, .btn-pure.btn-success.active,
.show > .btn-pure.btn-success.dropdown-toggle {
  color: #10955b;
}

/* line 7792, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-info {
  color: #48b0f7;
}

/* line 7796, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-info:hover, .btn-pure.btn-info:active, .btn-pure.btn-info.active,
.show > .btn-pure.btn-info.dropdown-toggle {
  color: #179bf5;
}

/* line 7801, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-warning {
  color: #faa64b;
}

/* line 7805, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-warning:hover, .btn-pure.btn-warning:active, .btn-pure.btn-warning.active,
.show > .btn-pure.btn-warning.dropdown-toggle {
  color: #f98d19;
}

/* line 7810, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-danger {
  color: #f96868;
}

/* line 7814, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-danger:hover, .btn-pure.btn-danger:active, .btn-pure.btn-danger.active,
.show > .btn-pure.btn-danger.dropdown-toggle {
  color: #f73737;
}

/* line 7819, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-pink {
  color: #f96197;
}

/* line 7823, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-pink:hover, .btn-pure.btn-pink:active, .btn-pure.btn-pink.active,
.show > .btn-pure.btn-pink.dropdown-toggle {
  color: #f73077;
}

/* line 7828, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-purple {
  color: #926dde;
}

/* line 7832, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-purple:hover, .btn-pure.btn-purple:active, .btn-pure.btn-purple.active,
.show > .btn-pure.btn-purple.dropdown-toggle {
  color: #7343d5;
}

/* line 7837, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-brown {
  color: #8d6658;
}

/* line 7841, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-brown:hover, .btn-pure.btn-brown:active, .btn-pure.btn-brown.active,
.show > .btn-pure.btn-brown.dropdown-toggle {
  color: #6e4f44;
}

/* line 7846, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-cyan {
  color: #57c7d4;
}

/* line 7850, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-cyan:hover, .btn-pure.btn-cyan:active, .btn-pure.btn-cyan.active,
.show > .btn-pure.btn-cyan.dropdown-toggle {
  color: #33b6c5;
}

/* line 7855, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-yellow {
  color: #fcc525;
}

/* line 7859, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-yellow:hover, .btn-pure.btn-yellow:active, .btn-pure.btn-yellow.active,
.show > .btn-pure.btn-yellow.dropdown-toggle {
  color: #ebb003;
}

/* line 7864, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-gray {
  color: #868e96;
}

/* line 7868, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-gray:hover, .btn-pure.btn-gray:active, .btn-pure.btn-gray.active,
.show > .btn-pure.btn-gray.dropdown-toggle {
  color: #6c757d;
}

/* line 7873, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-dark {
  color: #465161;
}

/* line 7877, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-dark:hover, .btn-pure.btn-dark:active, .btn-pure.btn-dark.active,
.show > .btn-pure.btn-dark.dropdown-toggle {
  color: #313843;
}

/* line 7882, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-facebook {
  color: #3b5998;
}

/* line 7886, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-facebook:hover, .btn-pure.btn-facebook:active, .btn-pure.btn-facebook.active,
.show > .btn-pure.btn-facebook.dropdown-toggle {
  color: #2d4373;
}

/* line 7891, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-google {
  color: #dd4b39;
}

/* line 7895, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-google:hover, .btn-pure.btn-google:active, .btn-pure.btn-google.active,
.show > .btn-pure.btn-google.dropdown-toggle {
  color: #c23321;
}

/* line 7900, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-twitter {
  color: #00aced;
}

/* line 7904, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-twitter:hover, .btn-pure.btn-twitter:active, .btn-pure.btn-twitter.active,
.show > .btn-pure.btn-twitter.dropdown-toggle {
  color: #0087ba;
}

/* line 7909, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-linkedin {
  color: #007bb6;
}

/* line 7913, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-linkedin:hover, .btn-pure.btn-linkedin:active, .btn-pure.btn-linkedin.active,
.show > .btn-pure.btn-linkedin.dropdown-toggle {
  color: #005983;
}

/* line 7918, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-pinterest {
  color: #cb2027;
}

/* line 7922, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-pinterest:hover, .btn-pure.btn-pinterest:active, .btn-pure.btn-pinterest.active,
.show > .btn-pure.btn-pinterest.dropdown-toggle {
  color: #9f191f;
}

/* line 7927, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-git {
  color: #666666;
}

/* line 7931, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-git:hover, .btn-pure.btn-git:active, .btn-pure.btn-git.active,
.show > .btn-pure.btn-git.dropdown-toggle {
  color: #4d4c4c;
}

/* line 7936, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-tumblr {
  color: #32506d;
}

/* line 7940, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-tumblr:hover, .btn-pure.btn-tumblr:active, .btn-pure.btn-tumblr.active,
.show > .btn-pure.btn-tumblr.dropdown-toggle {
  color: #22364a;
}

/* line 7945, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-vimeo {
  color: #aad450;
}

/* line 7949, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-vimeo:hover, .btn-pure.btn-vimeo:active, .btn-pure.btn-vimeo.active,
.show > .btn-pure.btn-vimeo.dropdown-toggle {
  color: #93c130;
}

/* line 7954, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-youtube {
  color: #bb0000;
}

/* line 7958, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-youtube:hover, .btn-pure.btn-youtube:active, .btn-pure.btn-youtube.active,
.show > .btn-pure.btn-youtube.dropdown-toggle {
  color: #880000;
}

/* line 7963, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-flickr {
  color: #ff0084;
}

/* line 7967, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-flickr:hover, .btn-pure.btn-flickr:active, .btn-pure.btn-flickr.active,
.show > .btn-pure.btn-flickr.dropdown-toggle {
  color: #cc006a;
}

/* line 7972, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-reddit {
  color: #ff4500;
}

/* line 7976, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-reddit:hover, .btn-pure.btn-reddit:active, .btn-pure.btn-reddit.active,
.show > .btn-pure.btn-reddit.dropdown-toggle {
  color: #cc3700;
}

/* line 7981, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-dribbble {
  color: #ea4c89;
}

/* line 7985, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-dribbble:hover, .btn-pure.btn-dribbble:active, .btn-pure.btn-dribbble.active,
.show > .btn-pure.btn-dribbble.dropdown-toggle {
  color: #e51e6b;
}

/* line 7990, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-skype {
  color: #00aff0;
}

/* line 7994, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-skype:hover, .btn-pure.btn-skype:active, .btn-pure.btn-skype.active,
.show > .btn-pure.btn-skype.dropdown-toggle {
  color: #008abd;
}

/* line 7999, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-instagram {
  color: #517fa4;
}

/* line 8003, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-instagram:hover, .btn-pure.btn-instagram:active, .btn-pure.btn-instagram.active,
.show > .btn-pure.btn-instagram.dropdown-toggle {
  color: #406582;
}

/* line 8008, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-lastfm {
  color: #c3000d;
}

/* line 8012, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-lastfm:hover, .btn-pure.btn-lastfm:active, .btn-pure.btn-lastfm.active,
.show > .btn-pure.btn-lastfm.dropdown-toggle {
  color: #90000a;
}

/* line 8017, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-behance {
  color: #1769ff;
}

/* line 8021, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-behance:hover, .btn-pure.btn-behance:active, .btn-pure.btn-behance.active,
.show > .btn-pure.btn-behance.dropdown-toggle {
  color: #0050e3;
}

/* line 8026, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-rss {
  color: #f26522;
}

/* line 8030, app/assets/stylesheets/theme/app.scss */
.btn-pure.btn-rss:hover, .btn-pure.btn-rss:active, .btn-pure.btn-rss.active,
.show > .btn-pure.btn-rss.dropdown-toggle {
  color: #d54d0d;
}

/* line 8035, app/assets/stylesheets/theme/app.scss */
.btn-flat {
  position: relative;
  font-size: 13px;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  background-color: #fcfdfe;
  border: none;
  letter-spacing: 1px;
  border-radius: 0;
}

/* line 8046, app/assets/stylesheets/theme/app.scss */
.btn-flat:hover {
  background-color: #f9fafb;
}

/* line 8050, app/assets/stylesheets/theme/app.scss */
.btn-flat svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 8058, app/assets/stylesheets/theme/app.scss */
.btn-flat circle {
  fill: rgba(255, 255, 255, 0.3);
}

/* line 8062, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-primary {
  color: #33cabb;
}

/* line 8066, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-primary circle {
  fill: rgba(51, 202, 187, 0.1);
}

/* line 8070, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-secondary {
  color: #e4e7ea;
}

/* line 8074, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-secondary circle {
  fill: rgba(228, 231, 234, 0.1);
}

/* line 8078, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-success {
  color: #15c377;
}

/* line 8082, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-success circle {
  fill: rgba(21, 195, 119, 0.1);
}

/* line 8086, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-info {
  color: #48b0f7;
}

/* line 8090, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-info circle {
  fill: rgba(72, 176, 247, 0.1);
}

/* line 8094, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-warning {
  color: #faa64b;
}

/* line 8098, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-warning circle {
  fill: rgba(250, 166, 75, 0.1);
}

/* line 8102, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-danger {
  color: #f96868;
}

/* line 8106, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-danger circle {
  fill: rgba(249, 104, 104, 0.1);
}

/* line 8110, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-pink {
  color: #f96197;
}

/* line 8114, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-pink circle {
  fill: rgba(249, 97, 151, 0.1);
}

/* line 8118, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-purple {
  color: #926dde;
}

/* line 8122, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-purple circle {
  fill: rgba(146, 109, 222, 0.1);
}

/* line 8126, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-brown {
  color: #8d6658;
}

/* line 8130, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-brown circle {
  fill: rgba(141, 102, 88, 0.1);
}

/* line 8134, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-cyan {
  color: #57c7d4;
}

/* line 8138, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-cyan circle {
  fill: rgba(87, 199, 212, 0.1);
}

/* line 8142, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-yellow {
  color: #fcc525;
}

/* line 8146, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-yellow circle {
  fill: rgba(252, 197, 37, 0.1);
}

/* line 8150, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-gray {
  color: #868e96;
}

/* line 8154, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-gray circle {
  fill: rgba(134, 142, 150, 0.1);
}

/* line 8158, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-dark {
  color: #465161;
}

/* line 8162, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-dark circle {
  fill: rgba(70, 81, 97, 0.1);
}

/* line 8166, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-secondary {
  color: #788394;
}

/* line 8170, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-facebook {
  color: #3b5998;
}

/* line 8174, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-facebook circle {
  fill: rgba(59, 89, 152, 0.1);
}

/* line 8178, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-google {
  color: #dd4b39;
}

/* line 8182, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-google circle {
  fill: rgba(221, 75, 57, 0.1);
}

/* line 8186, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-twitter {
  color: #00aced;
}

/* line 8190, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-twitter circle {
  fill: rgba(0, 172, 237, 0.1);
}

/* line 8194, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-linkedin {
  color: #007bb6;
}

/* line 8198, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-linkedin circle {
  fill: rgba(0, 123, 182, 0.1);
}

/* line 8202, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-pinterest {
  color: #cb2027;
}

/* line 8206, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-pinterest circle {
  fill: rgba(203, 32, 39, 0.1);
}

/* line 8210, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-git {
  color: #666666;
}

/* line 8214, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-git circle {
  fill: rgba(102, 102, 102, 0.1);
}

/* line 8218, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-tumblr {
  color: #32506d;
}

/* line 8222, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-tumblr circle {
  fill: rgba(50, 80, 109, 0.1);
}

/* line 8226, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-vimeo {
  color: #aad450;
}

/* line 8230, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-vimeo circle {
  fill: rgba(170, 212, 80, 0.1);
}

/* line 8234, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-youtube {
  color: #bb0000;
}

/* line 8238, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-youtube circle {
  fill: rgba(187, 0, 0, 0.1);
}

/* line 8242, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-flickr {
  color: #ff0084;
}

/* line 8246, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-flickr circle {
  fill: rgba(255, 0, 132, 0.1);
}

/* line 8250, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-reddit {
  color: #ff4500;
}

/* line 8254, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-reddit circle {
  fill: rgba(255, 69, 0, 0.1);
}

/* line 8258, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-dribbble {
  color: #ea4c89;
}

/* line 8262, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-dribbble circle {
  fill: rgba(234, 76, 137, 0.1);
}

/* line 8266, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-skype {
  color: #00aff0;
}

/* line 8270, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-skype circle {
  fill: rgba(0, 175, 240, 0.1);
}

/* line 8274, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-instagram {
  color: #517fa4;
}

/* line 8278, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-instagram circle {
  fill: rgba(81, 127, 164, 0.1);
}

/* line 8282, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-lastfm {
  color: #c3000d;
}

/* line 8286, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-lastfm circle {
  fill: rgba(195, 0, 13, 0.1);
}

/* line 8290, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-behance {
  color: #1769ff;
}

/* line 8294, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-behance circle {
  fill: rgba(23, 105, 255, 0.1);
}

/* line 8298, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-rss {
  color: #f26522;
}

/* line 8302, app/assets/stylesheets/theme/app.scss */
.btn-flat.btn-rss circle {
  fill: rgba(242, 101, 34, 0.1);
}

/* line 8306, app/assets/stylesheets/theme/app.scss */
.btn-multiline {
  padding-top: 15px;
  padding-bottom: 5px;
}

/* line 8311, app/assets/stylesheets/theme/app.scss */
.btn-group,
.btn-group-vertical {
  vertical-align: initial;
}

/* line 8316, app/assets/stylesheets/theme/app.scss */
.btn-group .btn i {
  vertical-align: middle;
}

/* line 8320, app/assets/stylesheets/theme/app.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
}

/* line 8324, app/assets/stylesheets/theme/app.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
}

/* line 8328, app/assets/stylesheets/theme/app.scss */
.btn-spacer .btn + .btn {
  margin-left: 8px;
}

/* line 8332, app/assets/stylesheets/theme/app.scss */
.btn-group-justified {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

/* line 8339, app/assets/stylesheets/theme/app.scss */
.btn-group-justified .btn {
  width: 100%;
}

/* line 8343, app/assets/stylesheets/theme/app.scss */
.btn-group-round .btn:first-child {
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
}

/* line 8348, app/assets/stylesheets/theme/app.scss */
.btn-group-round .btn:last-child {
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
}

/* line 8353, app/assets/stylesheets/theme/app.scss */
.fab {
  position: relative;
  display: inline-block;
  z-index: 9;
}

/* line 8359, app/assets/stylesheets/theme/app.scss */
.fab > .btn {
  position: relative;
  z-index: 1;
}

/* line 8364, app/assets/stylesheets/theme/app.scss */
.fab-fixed {
  position: fixed;
  right: 40px;
  bottom: 40px;
}

/* line 8370, app/assets/stylesheets/theme/app.scss */
.fab-buttons {
  position: absolute;
  bottom: 64px;
  right: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

/* line 8384, app/assets/stylesheets/theme/app.scss */
.fab-buttons li {
  padding: 4px 0;
  text-align: right;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 8392, app/assets/stylesheets/theme/app.scss */
.fab-buttons li:nth-child(1) {
  -webkit-transform: translateY(103%);
  transform: translateY(103%);
}

/* line 8397, app/assets/stylesheets/theme/app.scss */
.fab-buttons li:nth-child(2) {
  -webkit-transform: translateY(206%);
  transform: translateY(206%);
}

/* line 8402, app/assets/stylesheets/theme/app.scss */
.fab-buttons li:nth-child(3) {
  -webkit-transform: translateY(309%);
  transform: translateY(309%);
}

/* line 8407, app/assets/stylesheets/theme/app.scss */
.fab-buttons li:nth-child(4) {
  -webkit-transform: translateY(412%);
  transform: translateY(412%);
}

/* line 8412, app/assets/stylesheets/theme/app.scss */
.fab-buttons li:nth-child(5) {
  -webkit-transform: translateY(515%);
  transform: translateY(515%);
}

/* line 8417, app/assets/stylesheets/theme/app.scss */
.fab-buttons li:nth-child(6) {
  -webkit-transform: translateY(618%);
  transform: translateY(618%);
}

/* line 8422, app/assets/stylesheets/theme/app.scss */
.fab-buttons li:nth-child(7) {
  -webkit-transform: translateY(721%);
  transform: translateY(721%);
}

/* line 8427, app/assets/stylesheets/theme/app.scss */
.fab-buttons li:nth-child(8) {
  -webkit-transform: translateY(824%);
  transform: translateY(824%);
}

/* line 8432, app/assets/stylesheets/theme/app.scss */
.fab-buttons li:nth-child(9) {
  -webkit-transform: translateY(927%);
  transform: translateY(927%);
}

/* line 8437, app/assets/stylesheets/theme/app.scss */
.fab-icon-default,
.fab-icon-active {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 8450, app/assets/stylesheets/theme/app.scss */
.fab-icon-active {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

/* line 8456, app/assets/stylesheets/theme/app.scss */
.fab > .btn.active .fab-icon-default {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

/* line 8462, app/assets/stylesheets/theme/app.scss */
.fab > .btn.active .fab-icon-active {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

/* line 8468, app/assets/stylesheets/theme/app.scss */
.fab > .btn.active + .fab-buttons li {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}

/* line 8474, app/assets/stylesheets/theme/app.scss */
.fab-dir-bottom .fab-buttons {
  top: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

/* line 8481, app/assets/stylesheets/theme/app.scss */
.fab-dir-bottom .fab-buttons li:nth-child(1) {
  -webkit-transform: translateY(-103%);
  transform: translateY(-103%);
}

/* line 8486, app/assets/stylesheets/theme/app.scss */
.fab-dir-bottom .fab-buttons li:nth-child(2) {
  -webkit-transform: translateY(-206%);
  transform: translateY(-206%);
}

/* line 8491, app/assets/stylesheets/theme/app.scss */
.fab-dir-bottom .fab-buttons li:nth-child(3) {
  -webkit-transform: translateY(-309%);
  transform: translateY(-309%);
}

/* line 8496, app/assets/stylesheets/theme/app.scss */
.fab-dir-bottom .fab-buttons li:nth-child(4) {
  -webkit-transform: translateY(-412%);
  transform: translateY(-412%);
}

/* line 8501, app/assets/stylesheets/theme/app.scss */
.fab-dir-bottom .fab-buttons li:nth-child(5) {
  -webkit-transform: translateY(-515%);
  transform: translateY(-515%);
}

/* line 8506, app/assets/stylesheets/theme/app.scss */
.fab-dir-bottom .fab-buttons li:nth-child(6) {
  -webkit-transform: translateY(-618%);
  transform: translateY(-618%);
}

/* line 8511, app/assets/stylesheets/theme/app.scss */
.fab-dir-bottom .fab-buttons li:nth-child(7) {
  -webkit-transform: translateY(-721%);
  transform: translateY(-721%);
}

/* line 8516, app/assets/stylesheets/theme/app.scss */
.fab-dir-bottom .fab-buttons li:nth-child(8) {
  -webkit-transform: translateY(-824%);
  transform: translateY(-824%);
}

/* line 8521, app/assets/stylesheets/theme/app.scss */
.fab-dir-bottom .fab-buttons li:nth-child(9) {
  -webkit-transform: translateY(-927%);
  transform: translateY(-927%);
}

/* line 8526, app/assets/stylesheets/theme/app.scss */
.fab-dir-left .fab-buttons {
  top: 0;
  right: 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

/* line 8534, app/assets/stylesheets/theme/app.scss */
.fab-dir-left .fab-buttons li {
  padding: 8px 4px;
}

/* line 8538, app/assets/stylesheets/theme/app.scss */
.fab-dir-left .fab-buttons li:nth-child(1) {
  -webkit-transform: translateX(103%);
  transform: translateX(103%);
}

/* line 8543, app/assets/stylesheets/theme/app.scss */
.fab-dir-left .fab-buttons li:nth-child(2) {
  -webkit-transform: translateX(206%);
  transform: translateX(206%);
}

/* line 8548, app/assets/stylesheets/theme/app.scss */
.fab-dir-left .fab-buttons li:nth-child(3) {
  -webkit-transform: translateX(309%);
  transform: translateX(309%);
}

/* line 8553, app/assets/stylesheets/theme/app.scss */
.fab-dir-left .fab-buttons li:nth-child(4) {
  -webkit-transform: translateX(412%);
  transform: translateX(412%);
}

/* line 8558, app/assets/stylesheets/theme/app.scss */
.fab-dir-left .fab-buttons li:nth-child(5) {
  -webkit-transform: translateX(515%);
  transform: translateX(515%);
}

/* line 8563, app/assets/stylesheets/theme/app.scss */
.fab-dir-left .fab-buttons li:nth-child(6) {
  -webkit-transform: translateX(618%);
  transform: translateX(618%);
}

/* line 8568, app/assets/stylesheets/theme/app.scss */
.fab-dir-left .fab-buttons li:nth-child(7) {
  -webkit-transform: translateX(721%);
  transform: translateX(721%);
}

/* line 8573, app/assets/stylesheets/theme/app.scss */
.fab-dir-left .fab-buttons li:nth-child(8) {
  -webkit-transform: translateX(824%);
  transform: translateX(824%);
}

/* line 8578, app/assets/stylesheets/theme/app.scss */
.fab-dir-left .fab-buttons li:nth-child(9) {
  -webkit-transform: translateX(927%);
  transform: translateX(927%);
}

/* line 8583, app/assets/stylesheets/theme/app.scss */
.fab-dir-right .fab-buttons {
  top: 0;
  left: 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

/* line 8591, app/assets/stylesheets/theme/app.scss */
.fab-dir-right .fab-buttons li {
  padding: 8px 4px;
}

/* line 8595, app/assets/stylesheets/theme/app.scss */
.fab-dir-right .fab-buttons li:nth-child(1) {
  -webkit-transform: translateX(-103%);
  transform: translateX(-103%);
}

/* line 8600, app/assets/stylesheets/theme/app.scss */
.fab-dir-right .fab-buttons li:nth-child(2) {
  -webkit-transform: translateX(-206%);
  transform: translateX(-206%);
}

/* line 8605, app/assets/stylesheets/theme/app.scss */
.fab-dir-right .fab-buttons li:nth-child(3) {
  -webkit-transform: translateX(-309%);
  transform: translateX(-309%);
}

/* line 8610, app/assets/stylesheets/theme/app.scss */
.fab-dir-right .fab-buttons li:nth-child(4) {
  -webkit-transform: translateX(-412%);
  transform: translateX(-412%);
}

/* line 8615, app/assets/stylesheets/theme/app.scss */
.fab-dir-right .fab-buttons li:nth-child(5) {
  -webkit-transform: translateX(-515%);
  transform: translateX(-515%);
}

/* line 8620, app/assets/stylesheets/theme/app.scss */
.fab-dir-right .fab-buttons li:nth-child(6) {
  -webkit-transform: translateX(-618%);
  transform: translateX(-618%);
}

/* line 8625, app/assets/stylesheets/theme/app.scss */
.fab-dir-right .fab-buttons li:nth-child(7) {
  -webkit-transform: translateX(-721%);
  transform: translateX(-721%);
}

/* line 8630, app/assets/stylesheets/theme/app.scss */
.fab-dir-right .fab-buttons li:nth-child(8) {
  -webkit-transform: translateX(-824%);
  transform: translateX(-824%);
}

/* line 8635, app/assets/stylesheets/theme/app.scss */
.fab-dir-right .fab-buttons li:nth-child(9) {
  -webkit-transform: translateX(-927%);
  transform: translateX(-927%);
}

/* line 8640, app/assets/stylesheets/theme/app.scss */
.dropdown .flex-row,
.dropup .flex-row {
  -webkit-box-align: center;
  align-items: center;
}

/* line 8646, app/assets/stylesheets/theme/app.scss */
.dropdown-backdrop {
  cursor: default;
}

/* line 8650, app/assets/stylesheets/theme/app.scss */
.dropdown-toggle {
  cursor: pointer;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

/* line 8656, app/assets/stylesheets/theme/app.scss */
.dropdown-toggle::after {
  margin-left: .5em;
  vertical-align: .12em;
}

/* line 8661, app/assets/stylesheets/theme/app.scss */
.dropup .dropdown-toggle::after {
  vertical-align: .2em;
}

/* line 8665, app/assets/stylesheets/theme/app.scss */
.dropdown-toggle.no-caret::after {
  display: none;
}

/* line 8669, app/assets/stylesheets/theme/app.scss */
.dropdown-toggle .icon {
  vertical-align: baseline;
  margin-right: 6px;
  font-size: 0.75rem;
}

/* line 8675, app/assets/stylesheets/theme/app.scss */
.open > .btn-primary.dropdown-toggle {
  background-color: #33cabb;
  border-color: #33cabb;
}

/* line 8680, app/assets/stylesheets/theme/app.scss */
.open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
  background-color: #2ba99d;
  border-color: #2ba99d;
}

/* line 8685, app/assets/stylesheets/theme/app.scss */
.open > .btn-secondary.dropdown-toggle {
  background-color: #e4e7ea;
  border-color: #e4e7ea;
}

/* line 8690, app/assets/stylesheets/theme/app.scss */
.open > .btn-secondary.dropdown-toggle.focus, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle:hover {
  background-color: #dbdfe3;
  border-color: #dbdfe3;
}

/* line 8695, app/assets/stylesheets/theme/app.scss */
.open > .btn-success.dropdown-toggle {
  background-color: #15c377;
  border-color: #15c377;
}

/* line 8700, app/assets/stylesheets/theme/app.scss */
.open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
  background-color: #12a766;
  border-color: #12a766;
}

/* line 8705, app/assets/stylesheets/theme/app.scss */
.open > .btn-info.dropdown-toggle {
  background-color: #48b0f7;
  border-color: #48b0f7;
}

/* line 8710, app/assets/stylesheets/theme/app.scss */
.open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
  background-color: #2ba3f6;
  border-color: #2ba3f6;
}

/* line 8715, app/assets/stylesheets/theme/app.scss */
.open > .btn-warning.dropdown-toggle {
  background-color: #faa64b;
  border-color: #faa64b;
}

/* line 8720, app/assets/stylesheets/theme/app.scss */
.open > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
  background-color: #f99a32;
  border-color: #f99a32;
}

/* line 8725, app/assets/stylesheets/theme/app.scss */
.open > .btn-danger.dropdown-toggle {
  background-color: #f96868;
  border-color: #f96868;
}

/* line 8730, app/assets/stylesheets/theme/app.scss */
.open > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
  background-color: #f84f4f;
  border-color: #f84f4f;
}

/* line 8735, app/assets/stylesheets/theme/app.scss */
.dropdown-grid {
  position: absolute;
  top: 100%;
  float: left;
  min-width: 300px;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 8749, app/assets/stylesheets/theme/app.scss */
.dropdown-menu,
.dropdown-grid {
  color: #616a78;
  border-radius: 2px;
  font-size: 13px;
  border-color: #f1f2f3;
  padding: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  z-index: 992;
  /*
  &.open-top-right {
    transform-origin: 97% top 0;
    transform: scale(0,0);
  }

  &.open-top-left {
    transform-origin: 3% top 0;
    transform: scale(0,0);
  }

  &.open-top-center {
    left: 50%;
    transform: scale(0,0) translateX(-50%);
  }


  &.open-bottom-right {
    transform-origin: 97% bottom 0;
    transform: scale(0,0);
  }

  &.open-bottom-left {
    transform-origin: 3% bottom 0;
    transform: scale(0,0);
  }

  &.open-bottom-center {
    left: 50%;
    transform-origin: center bottom 0;
    transform: scale(1,0) translateX(-50%);
  }
  */
}

/* line 8794, app/assets/stylesheets/theme/app.scss */
.dropdown-menu a,
.dropdown-grid a {
  color: #616a78;
}

/* line 8799, app/assets/stylesheets/theme/app.scss */
.show > {
  /*
  .dropdown-menu,
  .dropdown-grid {
    transform: scale(1,1) !important;
  }

  .open-top-center,
  .open-bottom-center {
    transform: scale(1,1) translateX(-50%) !important;
  }
  */
}

/* line 8813, app/assets/stylesheets/theme/app.scss */
.show > .dropdown-grid {
  display: -webkit-box;
  display: flex;
}

/* line 8818, app/assets/stylesheets/theme/app.scss */
.dropdown-item {
  color: #747e8e;
  font-weight: 300;
  padding: 4px 12px;
  width: auto;
  margin: 4px;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}

/* line 8828, app/assets/stylesheets/theme/app.scss */
.dropdown-item:hover, .dropdown-item:focus {
  background-color: #f9fafb;
}

/* line 8832, app/assets/stylesheets/theme/app.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #616a78;
  background-color: #f5f6f7;
}

/* line 8837, app/assets/stylesheets/theme/app.scss */
.dropdown-item.show, .dropdown-item.show:focus, .dropdown-item.show:hover {
  background-color: #f9fafb;
  color: #616a78;
}

/* line 8842, app/assets/stylesheets/theme/app.scss */
.dropdown-item.disabled {
  opacity: .5;
  cursor: not-allowed;
}

/* line 8847, app/assets/stylesheets/theme/app.scss */
.dropdown-item.disabled:hover {
  background-color: transparent;
}

/* line 8851, app/assets/stylesheets/theme/app.scss */
.dropdown-item.flexbox,
.dropdown-item .flexbox {
  -webkit-box-align: baseline;
  align-items: baseline;
}

/* line 8857, app/assets/stylesheets/theme/app.scss */
.dropdown-item i {
  margin-right: 0.5rem;
}

/* line 8861, app/assets/stylesheets/theme/app.scss */
.dropdown-item .icon {
  vertical-align: baseline;
  margin-right: 6px;
  font-size: 0.875rem;
}

/* line 8867, app/assets/stylesheets/theme/app.scss */
.dropdown-grid {
  display: none;
  flex-wrap: wrap;
  padding: 8px;
}

/* line 8873, app/assets/stylesheets/theme/app.scss */
.dropdown-grid .dropdown-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  flex-basis: 33.333333%;
  overflow: hidden;
  text-align: center;
  padding: 12px;
  margin: 0;
  min-height: 90px;
  border: 1px solid transparent;
}

/* line 8890, app/assets/stylesheets/theme/app.scss */
.dropdown-grid .dropdown-item:hover {
  border-color: #f1f2f3;
}

/* line 8894, app/assets/stylesheets/theme/app.scss */
.dropdown-grid .icon {
  font-size: 24px;
}

/* line 8898, app/assets/stylesheets/theme/app.scss */
.dropdown-grid .title {
  margin: 6px -12px 0;
}

/* line 8902, app/assets/stylesheets/theme/app.scss */
.dropdown-grid .i8-icon {
  margin: 0 12px -4px;
}

/* line 8906, app/assets/stylesheets/theme/app.scss */
.dropdown-grid .i8-icon + .title {
  margin-top: 0;
}

/* line 8910, app/assets/stylesheets/theme/app.scss */
.dropdown-grid.cols-2 {
  min-width: 200px;
}

/* line 8914, app/assets/stylesheets/theme/app.scss */
.dropdown-grid.cols-2 .dropdown-item {
  flex-basis: 50%;
}

/* line 8918, app/assets/stylesheets/theme/app.scss */
.dropdown-grid.cols-4 {
  min-width: 400px;
}

/* line 8922, app/assets/stylesheets/theme/app.scss */
.dropdown-grid.cols-4 .dropdown-item {
  flex-basis: 25%;
}

/* line 8926, app/assets/stylesheets/theme/app.scss */
.dropdown-grid-right {
  right: 0;
  left: auto;
}

/* line 8931, app/assets/stylesheets/theme/app.scss */
.dropdown-header {
  text-transform: uppercase;
  color: #929daf;
  font-size: 12px;
  margin-bottom: 0;
  padding: 12px;
  letter-spacing: .25px;
  opacity: 0.8;
}

/* line 8941, app/assets/stylesheets/theme/app.scss */
.dropdown-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background-color: #f9fafb;
  border-top: 1px solid #ebebeb;
  padding: 0 0.75rem;
}

/* line 8951, app/assets/stylesheets/theme/app.scss */
.dropdown-footer a {
  display: inline-block;
  padding: 10px 8px;
  color: #929daf;
}

/* line 8957, app/assets/stylesheets/theme/app.scss */
.dropdown-footer a:hover {
  color: #616a78;
}

/* line 8961, app/assets/stylesheets/theme/app.scss */
.topbar .dropdown-menu,
.topbar .dropdown-grid {
  margin-top: 7px !important;
  overflow: visible !important;
}

/* line 8967, app/assets/stylesheets/theme/app.scss */
.topbar .dropdown-menu::before, .topbar .dropdown-menu::after,
.topbar .dropdown-grid::before,
.topbar .dropdown-grid::after {
  content: '';
  position: absolute;
  top: -11px;
  left: 17px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 9px solid rgba(0, 0, 0, 0.045);
}

/* line 8981, app/assets/stylesheets/theme/app.scss */
.topbar .dropdown-menu::after,
.topbar .dropdown-grid::after {
  top: -9px;
  border-bottom-color: #fdfeff;
}

/* line 8987, app/assets/stylesheets/theme/app.scss */
.topbar .dropdown-menu.dropdown-menu-right::before, .topbar .dropdown-menu.dropdown-menu-right::after,
.topbar .dropdown-grid.dropdown-menu-right::before,
.topbar .dropdown-grid.dropdown-menu-right::after {
  left: auto;
  right: 17px;
}

/* line 8994, app/assets/stylesheets/theme/app.scss */
.dropdown-divider {
  background-color: #f1f2f3;
  margin: 4px 0;
}

/* line 8999, app/assets/stylesheets/theme/app.scss */
.dropdown-sm .dropdown-item {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* line 9004, app/assets/stylesheets/theme/app.scss */
.dropdown-sm .dropdown-grid {
  min-width: 270px;
}

/* line 9008, app/assets/stylesheets/theme/app.scss */
.dropdown-sm .dropdown-grid .dropdown-item {
  min-height: 80px;
  font-size: .8125rem;
}

/* line 9013, app/assets/stylesheets/theme/app.scss */
.dropdown-sm .dropdown-grid .icon {
  font-size: 20px;
}

/* line 9017, app/assets/stylesheets/theme/app.scss */
.dropdown-sm .dropdown-grid.cols-2 {
  min-width: 180px;
}

/* line 9021, app/assets/stylesheets/theme/app.scss */
.dropdown-sm .dropdown-grid.cols-4 {
  min-width: 360px;
}

/* line 9025, app/assets/stylesheets/theme/app.scss */
.dropdown-lg .dropdown-item {
  padding-top: 7px;
  padding-bottom: 7px;
}

/* line 9030, app/assets/stylesheets/theme/app.scss */
.dropdown-lg .dropdown-grid {
  min-width: 330px;
}

/* line 9034, app/assets/stylesheets/theme/app.scss */
.dropdown-lg .dropdown-grid .dropdown-item {
  min-height: 100px;
}

/* line 9038, app/assets/stylesheets/theme/app.scss */
.dropdown-lg .dropdown-grid .icon {
  font-size: 28px;
}

/* line 9042, app/assets/stylesheets/theme/app.scss */
.dropdown-lg .dropdown-grid.cols-2 {
  min-width: 220px;
}

/* line 9046, app/assets/stylesheets/theme/app.scss */
.dropdown-lg .dropdown-grid.cols-4 {
  min-width: 440px;
}

/* line 9050, app/assets/stylesheets/theme/app.scss */
.breadcrumb {
  background-color: transparent;
  padding: 0;
}

/* line 9055, app/assets/stylesheets/theme/app.scss */
.breadcrumb a {
  color: #929daf;
}

/* line 9059, app/assets/stylesheets/theme/app.scss */
.breadcrumb a:hover {
  color: #33cabb;
  text-decoration: none;
}

/* line 9064, app/assets/stylesheets/theme/app.scss */
.breadcrumb .breadcrumb-item i {
  opacity: .9;
  margin-right: 2px;
}

/* line 9069, app/assets/stylesheets/theme/app.scss */
.breadcrumb-item + .breadcrumb-item::before {
  color: #929daf;
}

/* line 9073, app/assets/stylesheets/theme/app.scss */
.breadcrumb-arrow .breadcrumb-item + .breadcrumb-item::before {
  content: "\e649";
  font-family: themify;
  font-size: 0.5rem;
  vertical-align: middle;
}

/* line 9080, app/assets/stylesheets/theme/app.scss */
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

/* line 9086, app/assets/stylesheets/theme/app.scss */
.carousel-caption {
  padding-bottom: 0;
}

/* line 9090, app/assets/stylesheets/theme/app.scss */
.carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption h5, .carousel-caption h6 {
  color: #fff;
}

/* line 9094, app/assets/stylesheets/theme/app.scss */
.carousel-control-next-icon,
.carousel-control-prev-icon {
  font-family: themify;
  font-size: 28px;
  background: none;
}

/* line 9101, app/assets/stylesheets/theme/app.scss */
.carousel-control-next-icon::before {
  content: "\e649";
}

/* line 9105, app/assets/stylesheets/theme/app.scss */
.carousel-control-prev-icon::before {
  content: "\e64a";
}

/* line 9109, app/assets/stylesheets/theme/app.scss */
.carousel-indicators {
  bottom: 16px;
  margin-bottom: 0;
}

/* line 9114, app/assets/stylesheets/theme/app.scss */
.carousel-indicators li {
  border: none;
  background-color: #fff;
  opacity: .4;
  margin-left: 2px;
  margin-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/* line 9124, app/assets/stylesheets/theme/app.scss */
.carousel-indicators .active {
  opacity: .8;
}

/* line 9128, app/assets/stylesheets/theme/app.scss */
.carousel-indicators-outside {
  position: static;
  margin: 0 auto;
  padding-top: 16px;
}

/* line 9134, app/assets/stylesheets/theme/app.scss */
.carousel-indicators-outside li {
  background-color: #dcddde;
}

/* line 9138, app/assets/stylesheets/theme/app.scss */
.carousel-indicators-outside .active {
  background-color: #c2c8cf;
}

/* line 9142, app/assets/stylesheets/theme/app.scss */
.carousel-indicators-primary .active {
  background-color: #33cabb;
}

/* line 9146, app/assets/stylesheets/theme/app.scss */
.carousel-indicators-secondary .active {
  background-color: #e4e7ea;
}

/* line 9150, app/assets/stylesheets/theme/app.scss */
.carousel-indicators-success .active {
  background-color: #15c377;
}

/* line 9154, app/assets/stylesheets/theme/app.scss */
.carousel-indicators-info .active {
  background-color: #48b0f7;
}

/* line 9158, app/assets/stylesheets/theme/app.scss */
.carousel-indicators-warning .active {
  background-color: #faa64b;
}

/* line 9162, app/assets/stylesheets/theme/app.scss */
.carousel-indicators-danger .active {
  background-color: #f96868;
}

/* line 9166, app/assets/stylesheets/theme/app.scss */
.carousel-indicators-pink .active {
  background-color: #f96197;
}

/* line 9170, app/assets/stylesheets/theme/app.scss */
.carousel-indicators-purple .active {
  background-color: #926dde;
}

/* line 9174, app/assets/stylesheets/theme/app.scss */
.carousel-indicators-brown .active {
  background-color: #8d6658;
}

/* line 9178, app/assets/stylesheets/theme/app.scss */
.carousel-indicators-cyan .active {
  background-color: #57c7d4;
}

/* line 9182, app/assets/stylesheets/theme/app.scss */
.carousel-indicators-yellow .active {
  background-color: #fcc525;
}

/* line 9186, app/assets/stylesheets/theme/app.scss */
.carousel-indicators-gray .active {
  background-color: #868e96;
}

/* line 9190, app/assets/stylesheets/theme/app.scss */
.carousel-indicators-dark .active {
  background-color: #465161;
}

/* line 9194, app/assets/stylesheets/theme/app.scss */
.close {
  font-weight: 300;
  outline: none !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/* line 9201, app/assets/stylesheets/theme/app.scss */
.badge {
  border-radius: 3px;
  font-weight: 400;
  line-height: 1.3;
  font-size: 85%;
}

/* line 9208, app/assets/stylesheets/theme/app.scss */
.badge:empty {
  display: inline-block;
  vertical-align: inherit;
}

/* line 9213, app/assets/stylesheets/theme/app.scss */
.badge-pill {
  border-radius: 10rem;
}

/* line 9217, app/assets/stylesheets/theme/app.scss */
.badge-primary {
  background-color: #33cabb;
}

/* line 9221, app/assets/stylesheets/theme/app.scss */
.badge-primary[href]:focus, .badge-primary[href]:hover {
  background-color: #2eb6a8;
}

/* line 9225, app/assets/stylesheets/theme/app.scss */
.badge-secondary {
  background-color: #e4e7ea;
}

/* line 9229, app/assets/stylesheets/theme/app.scss */
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  background-color: #d6dadf;
}

/* line 9233, app/assets/stylesheets/theme/app.scss */
.badge-success {
  background-color: #15c377;
}

/* line 9237, app/assets/stylesheets/theme/app.scss */
.badge-success[href]:focus, .badge-success[href]:hover {
  background-color: #13ac69;
}

/* line 9241, app/assets/stylesheets/theme/app.scss */
.badge-info {
  background-color: #48b0f7;
}

/* line 9245, app/assets/stylesheets/theme/app.scss */
.badge-info[href]:focus, .badge-info[href]:hover {
  background-color: #30a5f6;
}

/* line 9249, app/assets/stylesheets/theme/app.scss */
.badge-warning {
  background-color: #faa64b;
}

/* line 9253, app/assets/stylesheets/theme/app.scss */
.badge-warning[href]:focus, .badge-warning[href]:hover {
  background-color: #f99a32;
}

/* line 9257, app/assets/stylesheets/theme/app.scss */
.badge-danger {
  background-color: #f96868;
}

/* line 9261, app/assets/stylesheets/theme/app.scss */
.badge-danger[href]:focus, .badge-danger[href]:hover {
  background-color: #f84f4f;
}

/* line 9265, app/assets/stylesheets/theme/app.scss */
.badge-pink {
  background-color: #f96197;
}

/* line 9269, app/assets/stylesheets/theme/app.scss */
.badge-pink[href]:focus, .badge-pink[href]:hover {
  background-color: #f84887;
}

/* line 9273, app/assets/stylesheets/theme/app.scss */
.badge-purple {
  background-color: #926dde;
}

/* line 9277, app/assets/stylesheets/theme/app.scss */
.badge-purple[href]:focus, .badge-purple[href]:hover {
  background-color: #8258d9;
}

/* line 9281, app/assets/stylesheets/theme/app.scss */
.badge-brown {
  background-color: #8d6658;
}

/* line 9285, app/assets/stylesheets/theme/app.scss */
.badge-brown[href]:focus, .badge-brown[href]:hover {
  background-color: #7d5b4e;
}

/* line 9289, app/assets/stylesheets/theme/app.scss */
.badge-cyan {
  background-color: #57c7d4;
}

/* line 9293, app/assets/stylesheets/theme/app.scss */
.badge-cyan[href]:focus, .badge-cyan[href]:hover {
  background-color: #43c0cf;
}

/* line 9297, app/assets/stylesheets/theme/app.scss */
.badge-yellow {
  background-color: #fcc525;
}

/* line 9301, app/assets/stylesheets/theme/app.scss */
.badge-yellow[href]:focus, .badge-yellow[href]:hover {
  background-color: #fcbe0c;
}

/* line 9305, app/assets/stylesheets/theme/app.scss */
.badge-gray {
  background-color: #868e96;
}

/* line 9309, app/assets/stylesheets/theme/app.scss */
.badge-gray[href]:focus, .badge-gray[href]:hover {
  background-color: #78818a;
}

/* line 9313, app/assets/stylesheets/theme/app.scss */
.badge-dark {
  background-color: #465161;
}

/* line 9317, app/assets/stylesheets/theme/app.scss */
.badge-dark[href]:focus, .badge-dark[href]:hover {
  background-color: #3b4552;
}

/* line 9321, app/assets/stylesheets/theme/app.scss */
.badge-warning {
  color: #fff;
}

/* line 9325, app/assets/stylesheets/theme/app.scss */
.badge-default {
  color: #788394;
  background-color: #f5f6f7;
}

/* line 9330, app/assets/stylesheets/theme/app.scss */
.badge-default[href]:focus, .badge-default[href]:hover {
  color: #788394;
  background-color: #edeef0;
}

/* line 9335, app/assets/stylesheets/theme/app.scss */
.badge-secondary {
  color: #788394;
  background-color: #e4e7ea;
}

/* line 9340, app/assets/stylesheets/theme/app.scss */
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #788394;
  background-color: #dbdfe3;
}

/* line 9345, app/assets/stylesheets/theme/app.scss */
.badge-sm {
  line-height: 1.2;
  padding-top: 1px;
  padding-bottom: 2px;
  font-size: 75%;
}

/* line 9352, app/assets/stylesheets/theme/app.scss */
.badge-lg {
  line-height: 1.5;
  padding: 5px 7px;
  font-size: 95%;
}

/* line 9358, app/assets/stylesheets/theme/app.scss */
.badge-xl {
  line-height: 1.7;
  padding: 7px 9px;
  font-size: 100%;
}

/* line 9364, app/assets/stylesheets/theme/app.scss */
.badge-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 100%;
  vertical-align: middle;
}

/* line 9372, app/assets/stylesheets/theme/app.scss */
.badge-dot.badge-sm {
  width: 6px;
  height: 6px;
}

/* line 9377, app/assets/stylesheets/theme/app.scss */
.badge-dot.badge-lg {
  width: 10px;
  height: 10px;
}

/* line 9382, app/assets/stylesheets/theme/app.scss */
.badge-dot.badge-xl {
  width: 12px;
  height: 12px;
}

/* line 9387, app/assets/stylesheets/theme/app.scss */
.badge-ring {
  position: relative;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 100%;
  vertical-align: middle;
}

/* line 9396, app/assets/stylesheets/theme/app.scss */
.badge-ring::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 9411, app/assets/stylesheets/theme/app.scss */
.badge-ring.badge-sm {
  width: 8px;
  height: 8px;
}

/* line 9416, app/assets/stylesheets/theme/app.scss */
.badge-ring.badge-sm::after {
  width: 4px;
  height: 4px;
}

/* line 9421, app/assets/stylesheets/theme/app.scss */
.badge-ring.badge-lg {
  width: 12px;
  height: 12px;
}

/* line 9426, app/assets/stylesheets/theme/app.scss */
.badge-ring.badge-lg::after {
  width: 8px;
  height: 8px;
}

/* line 9431, app/assets/stylesheets/theme/app.scss */
.badge-ring.badge-xl {
  width: 14px;
  height: 14px;
}

/* line 9436, app/assets/stylesheets/theme/app.scss */
.badge-ring.badge-xl::after {
  width: 10px;
  height: 10px;
}

/* line 9441, app/assets/stylesheets/theme/app.scss */
.badge-ring.fill::after {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* line 9446, app/assets/stylesheets/theme/app.scss */
.badge-bold {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

/* line 9453, app/assets/stylesheets/theme/app.scss */
.list-group .badge-pill {
  margin-top: 3px;
}

/* line 9457, app/assets/stylesheets/theme/app.scss */
.list-group.bordered {
  border: 1px solid #ebebeb;
}

/* line 9461, app/assets/stylesheets/theme/app.scss */
.list-group-item {
  font-weight: 0.875rem;
  border: 0;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 0;
  border-radius: 0 !important;
}

/* line 9469, app/assets/stylesheets/theme/app.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #33cabb;
  border-color: #33cabb;
}

/* line 9474, app/assets/stylesheets/theme/app.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #fff;
}

/* line 9478, app/assets/stylesheets/theme/app.scss */
.list-group-item:last-child {
  border-bottom: 0;
}

/* line 9482, app/assets/stylesheets/theme/app.scss */
.list-group-item .media {
  margin-bottom: 0;
}

/* line 9486, app/assets/stylesheets/theme/app.scss */
.list-group-item-heading {
  font-weight: 400;
}

/* line 9490, app/assets/stylesheets/theme/app.scss */
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  background-color: #f9fafb;
}

/* line 9497, app/assets/stylesheets/theme/app.scss */
.nav-item i {
  width: 1.28571429em;
  text-align: center;
}

/* line 9502, app/assets/stylesheets/theme/app.scss */
.nav-link {
  font-weight: 400;
  color: #929daf;
  line-height: 33px;
  padding: 0px 12px;
  white-space: nowrap;
}

/* line 9510, app/assets/stylesheets/theme/app.scss */
.nav-link:hover, .nav-link:focus, .nav-link.active {
  color: #616a78;
}

/* line 9514, app/assets/stylesheets/theme/app.scss */
.nav-link.disabled {
  color: #929daf;
  opacity: .7;
}

/* line 9519, app/assets/stylesheets/theme/app.scss */
.nav-primary .nav-link:not(.disabled):hover, .nav-primary .nav-link:not(.disabled):focus {
  color: #33cabb;
}

/* line 9523, app/assets/stylesheets/theme/app.scss */
.nav:not(.nav-tabs) .nav-link > * {
  margin: 0 4px;
}

/* line 9527, app/assets/stylesheets/theme/app.scss */
.nav:not(.nav-tabs) .nav-link > *:first-child {
  margin-left: 0;
}

/* line 9531, app/assets/stylesheets/theme/app.scss */
.nav:not(.nav-tabs) .nav-link > *:last-child {
  margin-right: 0;
}

/* line 9535, app/assets/stylesheets/theme/app.scss */
.nav:not(.nav-tabs) .nav-link > *:not(.badge) {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

/* line 9540, app/assets/stylesheets/theme/app.scss */
.nav-action {
  color: #929daf;
  font-size: 14px;
  opacity: 0;
  margin: 0 4px;
}

/* line 9547, app/assets/stylesheets/theme/app.scss */
.nav-action:hover {
  color: #616a78;
}

/* line 9551, app/assets/stylesheets/theme/app.scss */
.nav-item:hover .nav-action {
  opacity: 1;
}

/* line 9555, app/assets/stylesheets/theme/app.scss */
.nav-actions-visible .nav-action {
  opacity: 1;
}

/* line 9559, app/assets/stylesheets/theme/app.scss */
.nav-pills::after {
  display: none;
}

/* line 9563, app/assets/stylesheets/theme/app.scss */
.nav-pills .nav-link {
  border-radius: 2px;
}

/* line 9567, app/assets/stylesheets/theme/app.scss */
.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
  color: #616a78;
  background-color: #f9fafb;
}

/* line 9573, app/assets/stylesheets/theme/app.scss */
.nav.flex-column .nav-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  height: 29px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

/* line 9585, app/assets/stylesheets/theme/app.scss */
.nav.flex-column .nav-item + .nav-item {
  margin: 4px 0;
}

/* line 9589, app/assets/stylesheets/theme/app.scss */
.nav.flex-column .nav-item:first-child {
  margin-bottom: 4px;
}

/* line 9593, app/assets/stylesheets/theme/app.scss */
.nav.flex-column .nav-item:last-child {
  margin-bottom: 0;
}

/* line 9597, app/assets/stylesheets/theme/app.scss */
.nav.flex-column .nav-item.active .nav-link {
  color: #616a78;
}

/* line 9601, app/assets/stylesheets/theme/app.scss */
.nav.flex-column .nav-item.disabled {
  background-color: transparent;
  opacity: .7;
  cursor: not-allowed;
}

/* line 9607, app/assets/stylesheets/theme/app.scss */
.nav.flex-column .nav-item.disabled .nav-link {
  color: #929daf;
}

/* line 9611, app/assets/stylesheets/theme/app.scss */
.nav.flex-column .nav-item.disabled > * {
  cursor: not-allowed;
}

/* line 9615, app/assets/stylesheets/theme/app.scss */
.nav.flex-column .nav-link {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  padding: 0;
}

/* line 9621, app/assets/stylesheets/theme/app.scss */
.nav.flex-column.nav-pills .nav-item {
  padding: 0 12px;
  height: 36px;
  border-radius: 2px;
}

/* line 9627, app/assets/stylesheets/theme/app.scss */
.nav.flex-column.nav-pills .nav-item.active, .nav.flex-column.nav-pills .nav-item:hover {
  background-color: #f9fafb;
}

/* line 9631, app/assets/stylesheets/theme/app.scss */
.nav.flex-column.nav-pills .nav-item > * {
  margin: 0 6px;
}

/* line 9635, app/assets/stylesheets/theme/app.scss */
.nav-dot-separated .nav-item,
.nav-dot-separated > .nav-link {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0 !important;
}

/* line 9644, app/assets/stylesheets/theme/app.scss */
.nav-dot-separated .nav-item::after,
.nav-dot-separated > .nav-link::after {
  content: '•';
  vertical-align: middle;
  color: #788394;
  opacity: 0.4;
  cursor: default;
}

/* line 9653, app/assets/stylesheets/theme/app.scss */
.nav-dot-separated .nav-item:last-child::after,
.nav-dot-separated > .nav-link:last-child::after {
  display: none;
}

/* line 9658, app/assets/stylesheets/theme/app.scss */
.nav-dot-separated .nav-item:hover::after,
.nav-dot-separated > .nav-link:hover::after {
  color: #788394;
}

/* line 9663, app/assets/stylesheets/theme/app.scss */
.nav-dot-separated > .nav-link {
  padding-right: 0;
}

/* line 9667, app/assets/stylesheets/theme/app.scss */
.nav-dot-separated > .nav-link::after {
  padding-left: inherit;
}

/* line 9671, app/assets/stylesheets/theme/app.scss */
.nav-dotted .nav-link {
  line-height: normal;
  padding: 0 4px;
  margin-left: 8px;
  margin-right: 8px;
  border-bottom: 1px dotted #b1b7c1;
}

/* line 9679, app/assets/stylesheets/theme/app.scss */
.nav-sm .nav-item {
  height: 29px !important;
}

/* line 9683, app/assets/stylesheets/theme/app.scss */
.nav-sm .nav-link {
  line-height: 29px;
}

/* line 9687, app/assets/stylesheets/theme/app.scss */
.nav-lg .nav-item {
  height: 48px !important;
  font-size: 14px;
}

/* line 9692, app/assets/stylesheets/theme/app.scss */
.nav-lg .nav-link {
  line-height: 48px;
  font-weight: 300;
}

/* line 9697, app/assets/stylesheets/theme/app.scss */
.nav.gap-0 .nav-link {
  padding: 0;
}

/* line 9701, app/assets/stylesheets/theme/app.scss */
.nav.gap-1 .nav-link {
  padding: 0 4px;
}

/* line 9705, app/assets/stylesheets/theme/app.scss */
.nav.gap-2 .nav-link {
  padding: 0 8px;
}

/* line 9709, app/assets/stylesheets/theme/app.scss */
.nav.gap-3 .nav-link {
  padding: 0 12px;
}

/* line 9713, app/assets/stylesheets/theme/app.scss */
.nav.gap-4 .nav-link {
  padding: 0 16px;
}

/* line 9717, app/assets/stylesheets/theme/app.scss */
.nav.gap-5 .nav-link {
  padding: 0 20px;
}

/* line 9721, app/assets/stylesheets/theme/app.scss */
.nav.no-gutters > .nav-link:first-child,
.nav.no-gutters .nav-item:first-child .nav-link {
  padding-left: 0;
}

/* line 9726, app/assets/stylesheets/theme/app.scss */
.nav.no-gutters > .nav-link:last-child,
.nav.no-gutters .nav-item:last-child .nav-link {
  padding-right: 0;
}

/* line 9731, app/assets/stylesheets/theme/app.scss */
.page-link, .pagination a, .pagination li span {
  color: #929daf;
  font-weight: 400;
  border-color: #ebebeb;
  padding: 0 8px;
  margin: 0 3px;
  min-width: 31px;
  line-height: 29px;
  text-align: center;
  border-radius: 2px !important;
  display: inline-block;
}

/* line 9744, app/assets/stylesheets/theme/app.scss */
.pagination a:hover, .pagination a:focus, .page-link:hover, .page-link:focus {
  background-color: #f9fafb;
  color: #616a78;
}

/* line 9749, app/assets/stylesheets/theme/app.scss */
.page-link span {
  font-size: 75%;
}

/* line 9753, app/assets/stylesheets/theme/app.scss */
.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
  opacity: 0.6;
}

/* line 9757, app/assets/stylesheets/theme/app.scss */
.pagination li.active a,
.pagination li.active span,
.pagination li.active a:focus,
.pagination li.active a:hover,
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  background-color: #33cabb;
  border-color: #33cabb;
  font-weight: 500;
}

/* line 9769, app/assets/stylesheets/theme/app.scss */
.pagination.no-border .page-link {
  border: none;
}

/* line 9773, app/assets/stylesheets/theme/app.scss */
.pagination.no-border .page-link:hover, .pagination.no-border .page-link:focus {
  border-color: #f9fafb;
}

/* line 9777, app/assets/stylesheets/theme/app.scss */
.pagination.no-gutters {
  margin-left: 1px;
}

/* line 9781, app/assets/stylesheets/theme/app.scss */
.pagination.no-gutters .page-link {
  margin: 0;
  margin-left: -1px;
  border-radius: 0 !important;
}

/* line 9787, app/assets/stylesheets/theme/app.scss */
.pagination-circle .page-link {
  border-radius: 50% !important;
}

/* line 9791, app/assets/stylesheets/theme/app.scss */
.pagination-sm .page-link {
  padding: 0;
  min-width: 26px;
  line-height: 24px;
}

/* line 9797, app/assets/stylesheets/theme/app.scss */
.pagination-lg .page-link {
  padding: 0;
  min-width: 38px;
  line-height: 36px;
}

/* line 9803, app/assets/stylesheets/theme/app.scss */
.pagination-primary .page-item.active .page-link, .pagination-primary .page-item.active .page-link:focus, .pagination-primary .page-item.active .page-link:hover {
  background-color: #33cabb;
  border-color: #33cabb;
}

/* line 9808, app/assets/stylesheets/theme/app.scss */
.pagination-secondary .page-item.active .page-link, .pagination-secondary .page-item.active .page-link:focus, .pagination-secondary .page-item.active .page-link:hover {
  background-color: #e4e7ea;
  border-color: #e4e7ea;
}

/* line 9813, app/assets/stylesheets/theme/app.scss */
.pagination-success .page-item.active .page-link, .pagination-success .page-item.active .page-link:focus, .pagination-success .page-item.active .page-link:hover {
  background-color: #15c377;
  border-color: #15c377;
}

/* line 9818, app/assets/stylesheets/theme/app.scss */
.pagination-info .page-item.active .page-link, .pagination-info .page-item.active .page-link:focus, .pagination-info .page-item.active .page-link:hover {
  background-color: #48b0f7;
  border-color: #48b0f7;
}

/* line 9823, app/assets/stylesheets/theme/app.scss */
.pagination-warning .page-item.active .page-link, .pagination-warning .page-item.active .page-link:focus, .pagination-warning .page-item.active .page-link:hover {
  background-color: #faa64b;
  border-color: #faa64b;
}

/* line 9828, app/assets/stylesheets/theme/app.scss */
.pagination-danger .page-item.active .page-link, .pagination-danger .page-item.active .page-link:focus, .pagination-danger .page-item.active .page-link:hover {
  background-color: #f96868;
  border-color: #f96868;
}

/* line 9833, app/assets/stylesheets/theme/app.scss */
.pagination-pink .page-item.active .page-link, .pagination-pink .page-item.active .page-link:focus, .pagination-pink .page-item.active .page-link:hover {
  background-color: #f96197;
  border-color: #f96197;
}

/* line 9838, app/assets/stylesheets/theme/app.scss */
.pagination-purple .page-item.active .page-link, .pagination-purple .page-item.active .page-link:focus, .pagination-purple .page-item.active .page-link:hover {
  background-color: #926dde;
  border-color: #926dde;
}

/* line 9843, app/assets/stylesheets/theme/app.scss */
.pagination-brown .page-item.active .page-link, .pagination-brown .page-item.active .page-link:focus, .pagination-brown .page-item.active .page-link:hover {
  background-color: #8d6658;
  border-color: #8d6658;
}

/* line 9848, app/assets/stylesheets/theme/app.scss */
.pagination-cyan .page-item.active .page-link, .pagination-cyan .page-item.active .page-link:focus, .pagination-cyan .page-item.active .page-link:hover {
  background-color: #57c7d4;
  border-color: #57c7d4;
}

/* line 9853, app/assets/stylesheets/theme/app.scss */
.pagination-yellow .page-item.active .page-link, .pagination-yellow .page-item.active .page-link:focus, .pagination-yellow .page-item.active .page-link:hover {
  background-color: #fcc525;
  border-color: #fcc525;
}

/* line 9858, app/assets/stylesheets/theme/app.scss */
.pagination-gray .page-item.active .page-link, .pagination-gray .page-item.active .page-link:focus, .pagination-gray .page-item.active .page-link:hover {
  background-color: #868e96;
  border-color: #868e96;
}

/* line 9863, app/assets/stylesheets/theme/app.scss */
.pagination-dark .page-item.active .page-link, .pagination-dark .page-item.active .page-link:focus, .pagination-dark .page-item.active .page-link:hover {
  background-color: #465161;
  border-color: #465161;
}

/* line 9868, app/assets/stylesheets/theme/app.scss */
.pagination-secondary .page-item.active .page-link, .pagination-secondary .page-item.active .page-link:focus, .pagination-secondary .page-item.active .page-link:hover {
  color: #929daf;
}

/* line 9872, app/assets/stylesheets/theme/app.scss */
.timeline {
  position: relative;
  list-style: none;
  margin: 0 auto 30px;
  padding-left: 0;
  width: 90%;
  z-index: 1;
}

/* line 9881, app/assets/stylesheets/theme/app.scss */
.timeline-block {
  display: -webkit-box;
  display: flex;
}

/* line 9886, app/assets/stylesheets/theme/app.scss */
.timeline-detail {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  /* line 9893, app/assets/stylesheets/theme/app.scss */
  .timeline-detail {
    display: none;
  }
}

/* line 9898, app/assets/stylesheets/theme/app.scss */
.timeline-point {
  position: relative;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 3;
  order: 2;
  width: 96px;
  padding-bottom: 30px;
  text-align: center;
}

/* line 9910, app/assets/stylesheets/theme/app.scss */
.timeline-point::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 50%;
  bottom: -9px;
  width: 1px;
  margin-left: -1px;
  z-index: -1;
  background-color: #ebebeb;
}

/* line 9922, app/assets/stylesheets/theme/app.scss */
.timeline .timeline-block:first-child .timeline-point::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  border-radius: 50%;
}

/* line 9934, app/assets/stylesheets/theme/app.scss */
.timeline .timeline-block:last-child .timeline-point::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  border-radius: 50%;
}

/* line 9946, app/assets/stylesheets/theme/app.scss */
.timeline-point-primary::before {
  background-color: #33cabb;
}

/* line 9950, app/assets/stylesheets/theme/app.scss */
.timeline-point-secondary::before {
  background-color: #e4e7ea;
}

/* line 9954, app/assets/stylesheets/theme/app.scss */
.timeline-point-success::before {
  background-color: #15c377;
}

/* line 9958, app/assets/stylesheets/theme/app.scss */
.timeline-point-info::before {
  background-color: #48b0f7;
}

/* line 9962, app/assets/stylesheets/theme/app.scss */
.timeline-point-warning::before {
  background-color: #faa64b;
}

/* line 9966, app/assets/stylesheets/theme/app.scss */
.timeline-point-danger::before {
  background-color: #f96868;
}

/* line 9970, app/assets/stylesheets/theme/app.scss */
.timeline-point-pink::before {
  background-color: #f96197;
}

/* line 9974, app/assets/stylesheets/theme/app.scss */
.timeline-point-purple::before {
  background-color: #926dde;
}

/* line 9978, app/assets/stylesheets/theme/app.scss */
.timeline-point-brown::before {
  background-color: #8d6658;
}

/* line 9982, app/assets/stylesheets/theme/app.scss */
.timeline-point-cyan::before {
  background-color: #57c7d4;
}

/* line 9986, app/assets/stylesheets/theme/app.scss */
.timeline-point-yellow::before {
  background-color: #fcc525;
}

/* line 9990, app/assets/stylesheets/theme/app.scss */
.timeline-point-gray::before {
  background-color: #868e96;
}

/* line 9994, app/assets/stylesheets/theme/app.scss */
.timeline-point-dark::before {
  background-color: #465161;
}

/* line 9998, app/assets/stylesheets/theme/app.scss */
.timeline-content {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  margin-bottom: 60px;
}

/* line 10004, app/assets/stylesheets/theme/app.scss */
.timeline-content .card {
  margin-bottom: 0;
}

/* line 10008, app/assets/stylesheets/theme/app.scss */
.timeline-period {
  position: relative;
  padding: 30px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  color: #929daf;
}

/* line 10017, app/assets/stylesheets/theme/app.scss */
.timeline-period::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #ebebeb;
  border-radius: 50%;
}

/* line 10030, app/assets/stylesheets/theme/app.scss */
.timeline-period time {
  font-size: inherit;
  font-weight: inherit;
}

/* line 10035, app/assets/stylesheets/theme/app.scss */
.timeline .timeline-period:first-child::after {
  display: none;
}

@media (max-width: 991px) {
  /* line 10040, app/assets/stylesheets/theme/app.scss */
  .timeline .timeline-block .timeline-detail {
    -webkit-box-ordinal-group: 2;
    order: 1;
    text-align: right;
  }
  /* line 10045, app/assets/stylesheets/theme/app.scss */
  .timeline .timeline-block .timeline-content {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
}

@media (min-width: 992px) {
  /* line 10052, app/assets/stylesheets/theme/app.scss */
  .timeline .timeline-block:nth-child(even) .timeline-detail {
    -webkit-box-ordinal-group: 2;
    order: 1;
    text-align: right;
  }
  /* line 10057, app/assets/stylesheets/theme/app.scss */
  .timeline .timeline-block:nth-child(even) .timeline-content {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  /* line 10061, app/assets/stylesheets/theme/app.scss */
  .timeline .timeline-block:nth-child(odd) .timeline-detail {
    -webkit-box-ordinal-group: 4;
    order: 3;
    text-align: left;
  }
  /* line 10066, app/assets/stylesheets/theme/app.scss */
  .timeline .timeline-block:nth-child(odd) .timeline-content {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

/* line 10072, app/assets/stylesheets/theme/app.scss */
.timeline.timeline-content-left .timeline-block .timeline-detail {
  -webkit-box-ordinal-group: 4;
  order: 3;
  text-align: left;
}

/* line 10078, app/assets/stylesheets/theme/app.scss */
.timeline.timeline-content-left .timeline-block .timeline-content {
  -webkit-box-ordinal-group: 2;
  order: 1;
}

/* line 10083, app/assets/stylesheets/theme/app.scss */
.timeline.timeline-content-right .timeline-block .timeline-detail {
  -webkit-box-ordinal-group: 2;
  order: 1;
  text-align: right;
}

/* line 10089, app/assets/stylesheets/theme/app.scss */
.timeline.timeline-content-right .timeline-block .timeline-content {
  -webkit-box-ordinal-group: 4;
  order: 3;
}

/* line 10094, app/assets/stylesheets/theme/app.scss */
.timeline-activity .timeline-content {
  margin-bottom: 10px;
}

/* line 10098, app/assets/stylesheets/theme/app.scss */
.timeline-point-xs .timeline-point {
  width: 32px;
}

/* line 10102, app/assets/stylesheets/theme/app.scss */
.timeline-point-sm .timeline-point {
  width: 64px;
}

/* line 10106, app/assets/stylesheets/theme/app.scss */
.timeline-point-lg .timeline-point {
  width: 128px;
}

/* line 10110, app/assets/stylesheets/theme/app.scss */
.timeline-point-xl .timeline-point {
  width: 256px;
}

/* line 10114, app/assets/stylesheets/theme/app.scss */
[data-provide~="fullscreen"] .fullscreen-active {
  display: none;
}

/* line 10118, app/assets/stylesheets/theme/app.scss */
.is-fullscreen[data-provide~="fullscreen"] .fullscreen-default {
  display: none;
}

/* line 10122, app/assets/stylesheets/theme/app.scss */
.is-fullscreen[data-provide~="fullscreen"] .fullscreen-active {
  display: inline-block;
}

/* line 10126, app/assets/stylesheets/theme/app.scss */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}

/* line 10136, app/assets/stylesheets/theme/app.scss */
.pace .pace-progress {
  background: #33cabb;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 2001;
}

/* line 10146, app/assets/stylesheets/theme/app.scss */
.pace-inactive {
  display: none;
}

/* line 10150, app/assets/stylesheets/theme/app.scss */
body[data-provide~="pace"] .pace {
  display: block;
}

/* line 10154, app/assets/stylesheets/theme/app.scss */
body[data-provide~="pace"] .pace-inactive {
  display: none;
}

/* line 10158, app/assets/stylesheets/theme/app.scss */
.pace-primary .pace-progress {
  background: #33cabb;
}

/* line 10162, app/assets/stylesheets/theme/app.scss */
.pace-secondary .pace-progress {
  background: #e4e7ea;
}

/* line 10166, app/assets/stylesheets/theme/app.scss */
.pace-success .pace-progress {
  background: #15c377;
}

/* line 10170, app/assets/stylesheets/theme/app.scss */
.pace-info .pace-progress {
  background: #48b0f7;
}

/* line 10174, app/assets/stylesheets/theme/app.scss */
.pace-warning .pace-progress {
  background: #faa64b;
}

/* line 10178, app/assets/stylesheets/theme/app.scss */
.pace-danger .pace-progress {
  background: #f96868;
}

/* line 10182, app/assets/stylesheets/theme/app.scss */
.pace-pink .pace-progress {
  background: #f96197;
}

/* line 10186, app/assets/stylesheets/theme/app.scss */
.pace-purple .pace-progress {
  background: #926dde;
}

/* line 10190, app/assets/stylesheets/theme/app.scss */
.pace-brown .pace-progress {
  background: #8d6658;
}

/* line 10194, app/assets/stylesheets/theme/app.scss */
.pace-cyan .pace-progress {
  background: #57c7d4;
}

/* line 10198, app/assets/stylesheets/theme/app.scss */
.pace-yellow .pace-progress {
  background: #fcc525;
}

/* line 10202, app/assets/stylesheets/theme/app.scss */
.pace-gray .pace-progress {
  background: #868e96;
}

/* line 10206, app/assets/stylesheets/theme/app.scss */
.pace-dark .pace-progress {
  background: #465161;
}

/* line 10210, app/assets/stylesheets/theme/app.scss */
.mapael {
  /* Reset Zoom button first */
  /* Then Zoom In button */
  /* Then Zoom Out button */
}

/* line 10216, app/assets/stylesheets/theme/app.scss */
.mapael .map {
  position: relative;
}

/* line 10220, app/assets/stylesheets/theme/app.scss */
.mapael .zoomButton {
  background-color: #fff;
  border: 1px solid #f1f2f3;
  color: #616a78;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  top: 0;
  font-weight: bold;
  left: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

/* line 10242, app/assets/stylesheets/theme/app.scss */
.mapael .zoomButton:hover {
  background-color: #f9fafb;
}

/* line 10246, app/assets/stylesheets/theme/app.scss */
.mapael .zoomReset {
  top: 10px;
}

/* line 10250, app/assets/stylesheets/theme/app.scss */
.mapael .zoomIn {
  top: 34px;
}

/* line 10254, app/assets/stylesheets/theme/app.scss */
.mapael .zoomOut {
  top: 58px;
}

/* line 10258, app/assets/stylesheets/theme/app.scss */
.mapael .mapTooltip {
  position: absolute;
  background-color: #474c4b;
  opacity: 0.70;
  border-radius: 3px;
  padding: 4px 8px;
  max-width: 200px;
  display: none;
  color: #fff;
  z-index: 1000;
}

/* line 10270, app/assets/stylesheets/theme/app.scss */
svg.emojione {
  width: 18px;
  height: 18px;
  margin: 0 2px;
  vertical-align: text-bottom;
}

/* line 10277, app/assets/stylesheets/theme/app.scss */
.fc button {
  font-weight: 400;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  text-transform: capitalize;
}

/* line 10285, app/assets/stylesheets/theme/app.scss */
.fc-state-default {
  border: 1px solid #ebebeb;
  background-color: #fcfdfe;
  background-image: none;
  color: #616a78;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 10295, app/assets/stylesheets/theme/app.scss */
.fc-state-default:hover {
  background-color: #f5f6f7;
}

/* line 10299, app/assets/stylesheets/theme/app.scss */
.fc-state-default.fc-corner-right {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 10304, app/assets/stylesheets/theme/app.scss */
.fc-state-default.fc-corner-left {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 10309, app/assets/stylesheets/theme/app.scss */
.fc-state-active {
  background-color: #f5f6f7;
}

/* line 10313, app/assets/stylesheets/theme/app.scss */
.fc-state-disabled:hover {
  background-color: #fcfdfe;
}

/* line 10317, app/assets/stylesheets/theme/app.scss */
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #ebebeb;
}

/* line 10330, app/assets/stylesheets/theme/app.scss */
.fc th {
  font-weight: 400;
  border: none;
  padding: 12px 0;
}

/* line 10336, app/assets/stylesheets/theme/app.scss */
.fc-event {
  font-size: 12px;
  border: none;
  color: #fff;
  border-radius: 2px;
  padding: 2px 6px;
  opacity: .9;
  -webkit-transition: none;
  transition: none;
}

/* line 10347, app/assets/stylesheets/theme/app.scss */
.fc-event:hover {
  opacity: 1;
}

/* line 10351, app/assets/stylesheets/theme/app.scss */
.fc-event:not(.badge),
.fc-event-dot:not(.badge) {
  background-color: #33cabb;
}

/* line 10356, app/assets/stylesheets/theme/app.scss */
.fc-content {
  color: #fff;
}

/* line 10360, app/assets/stylesheets/theme/app.scss */
.fc-day-grid-event .fc-time {
  font-weight: 500;
  padding-right: 4px;
}

/* line 10365, app/assets/stylesheets/theme/app.scss */
.fc-day-grid-event {
  margin-top: 2px;
  margin-bottom: 2px;
}

/* line 10370, app/assets/stylesheets/theme/app.scss */
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
  background-color: #f5f6f7;
}

/* line 10376, app/assets/stylesheets/theme/app.scss */
.fc-popover .fc-header {
  padding: 4px 8px;
}

/* line 10380, app/assets/stylesheets/theme/app.scss */
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #929daf;
  opacity: .7;
  margin-top: 6px;
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 10388, app/assets/stylesheets/theme/app.scss */
.fc-unthemed .fc-popover .fc-header .fc-close:hover {
  opacity: 1;
}

/* line 10392, app/assets/stylesheets/theme/app.scss */
.fc-toolbar h2 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  color: #616a78;
  padding-top: 8px;
}

/* line 10399, app/assets/stylesheets/theme/app.scss */
.fc-head-container {
  border: none !important;
}

/* line 10403, app/assets/stylesheets/theme/app.scss */
.pswp__caption__center {
  text-align: center;
}

/* line 10407, app/assets/stylesheets/theme/app.scss */
.ps-container {
  position: relative;
}

/* line 10411, app/assets/stylesheets/theme/app.scss */
.ps-container > .ps-scrollbar-x-rail {
  height: 3px;
}

/* line 10415, app/assets/stylesheets/theme/app.scss */
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 0;
  height: 3px;
  bottom: 0;
}

/* line 10422, app/assets/stylesheets/theme/app.scss */
.ps-container > .ps-scrollbar-x-rail:hover,
.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active,
.ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 7px;
}

/* line 10428, app/assets/stylesheets/theme/app.scss */
.ps-container > .ps-scrollbar-y-rail {
  width: 3px;
  right: 2px !important;
}

/* line 10433, app/assets/stylesheets/theme/app.scss */
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 0;
  width: 3px;
  right: 0;
}

/* line 10440, app/assets/stylesheets/theme/app.scss */
.ps-container > .ps-scrollbar-y-rail:hover,
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active,
.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 7px;
}

/* line 10446, app/assets/stylesheets/theme/app.scss */
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail,
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 10451, app/assets/stylesheets/theme/app.scss */
.ps-container.ps-in-scrolling.ps-x:hover > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.4);
  height: 7px;
}

/* line 10457, app/assets/stylesheets/theme/app.scss */
.ps-container.ps-in-scrolling.ps-y:hover > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.4);
  width: 7px;
}

/* line 10463, app/assets/stylesheets/theme/app.scss */
.ps-container:hover > .ps-scrollbar-x-rail:hover,
.ps-container:hover > .ps-scrollbar-y-rail:hover,
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail,
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail,
.ps-container.ps-in-scrolling.ps-x:hover > .ps-scrollbar-x-rail,
.ps-container.ps-in-scrolling.ps-y:hover > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 10472, app/assets/stylesheets/theme/app.scss */
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x,
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.ps-container.ps-in-scrolling.ps-x:hover > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.ps-container.ps-in-scrolling.ps-y:hover > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 10481, app/assets/stylesheets/theme/app.scss */
.swal2-modal .swal2-title {
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .5px;
  color: #37404d;
}

/* line 10489, app/assets/stylesheets/theme/app.scss */
.swal2-modal .swal2-content {
  color: #616a78;
  font-size: 1rem;
}

/* line 10494, app/assets/stylesheets/theme/app.scss */
.swal2-modal .swal2-confirm,
.swal2-modal .swal2-cancel {
  min-width: 80px;
}

/* line 10499, app/assets/stylesheets/theme/app.scss */
.swal2-modal button + button {
  margin-left: 12px;
}

/* line 10503, app/assets/stylesheets/theme/app.scss */
.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-has-title .shepherd-content header {
  background-color: #f5f6f7;
}

/* line 10507, app/assets/stylesheets/theme/app.scss */
.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-has-title .shepherd-content header h3 {
  font-size: 16px;
}

/* line 10511, app/assets/stylesheets/theme/app.scss */
.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-content:before,
.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before,
.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before {
  border-bottom-color: #f5f6f7;
}

/* line 10517, app/assets/stylesheets/theme/app.scss */
.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content {
  font-size: 14px;
  line-height: 24px;
  width: 400px;
  max-width: calc(100% - 32px);
  -webkit-filter: none;
  filter: none;
  border: 1px solid #f1f2f3;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}

/* line 10530, app/assets/stylesheets/theme/app.scss */
.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content::before {
  border-width: 12px;
}

/* line 10534, app/assets/stylesheets/theme/app.scss */
.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content footer .shepherd-buttons li .shepherd-button {
  color: #fff;
}

/* line 10538, app/assets/stylesheets/theme/app.scss */
.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content .shepherd-text p {
  line-height: inherit;
}

/* line 10542, app/assets/stylesheets/theme/app.scss */
.backdrop-tour {
  background-color: rgba(0, 0, 0, 0.3) !important;
  z-index: 999;
}

/* line 10547, app/assets/stylesheets/theme/app.scss */
.shepherd-active .shepherd-step,
.shepherd-active .shepherd-target.shepherd-enabled {
  z-index: 1000;
}

/* line 10552, app/assets/stylesheets/theme/app.scss */
.shepherd-active .shepherd-target .shepherd-target {
  z-index: 1001;
}

/* line 10556, app/assets/stylesheets/theme/app.scss */
[data-provide~="sortable"] [draggable="true"] {
  cursor: move;
}

/* line 10560, app/assets/stylesheets/theme/app.scss */
.sortable-placeholder {
  background-color: #f9fafb;
  border: 2px dashed #ebebeb;
}

/* line 10565, app/assets/stylesheets/theme/app.scss */
.sortable-dot {
  display: inline-block;
  width: 5px;
  min-height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC);
  cursor: move;
  cursor: -webkit-zoom-grabbing;
  opacity: .6;
}

/* line 10575, app/assets/stylesheets/theme/app.scss */
.lity-close {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  opacity: .6;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 10583, app/assets/stylesheets/theme/app.scss */
.lity-close:hover, .lity-close:focus, .lity-close:active {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  opacity: 1;
}

/* line 10589, app/assets/stylesheets/theme/app.scss */
.bootstrap-table {
  margin-bottom: 1rem;
}

/* line 10593, app/assets/stylesheets/theme/app.scss */
.bootstrap-table .table {
  padding: 0 !important;
  border-bottom: 0;
}

/* line 10598, app/assets/stylesheets/theme/app.scss */
.bootstrap-table .table td,
.bootstrap-table .table th {
  padding: .75rem !important;
}

/* line 10603, app/assets/stylesheets/theme/app.scss */
.bootstrap-table .table > thead > tr > th {
  border-bottom-color: #ebebeb;
}

/* line 10607, app/assets/stylesheets/theme/app.scss */
.bootstrap-table .table-separated {
  border-collapse: separate !important;
}

/* line 10611, app/assets/stylesheets/theme/app.scss */
.bootstrap-table .table-separated > thead > tr > th {
  border-bottom: 0;
}

/* line 10615, app/assets/stylesheets/theme/app.scss */
.bootstrap-table .table-sm th,
.bootstrap-table .table-sm td {
  padding: .5rem !important;
}

/* line 10620, app/assets/stylesheets/theme/app.scss */
.bootstrap-table .table-lg th,
.bootstrap-table .table-lg td {
  padding: 1rem !important;
}

/* line 10625, app/assets/stylesheets/theme/app.scss */
.fixed-table-container {
  border: none;
  border-radius: 0;
}

/* line 10630, app/assets/stylesheets/theme/app.scss */
.fixed-table-container thead th,
.fixed-table-container tbody td {
  border-left: none;
}

/* line 10635, app/assets/stylesheets/theme/app.scss */
.fixed-table-container thead th {
  position: relative;
}

/* line 10639, app/assets/stylesheets/theme/app.scss */
.fixed-table-container thead th .th-inner {
  background-image: none !important;
  padding: 0;
}

/* line 10644, app/assets/stylesheets/theme/app.scss */
.fixed-table-container thead th .th-inner::before, .fixed-table-container thead th .th-inner::after {
  content: '';
  position: absolute;
  right: 12px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

/* line 10652, app/assets/stylesheets/theme/app.scss */
.fixed-table-container thead th .both::before {
  border-bottom: 8px solid #ebebeb;
  bottom: 55%;
}

/* line 10657, app/assets/stylesheets/theme/app.scss */
.fixed-table-container thead th .both::after {
  border-top: 8px solid #ebebeb;
  top: 55%;
}

/* line 10662, app/assets/stylesheets/theme/app.scss */
.fixed-table-container thead th .desc::before {
  display: none;
}

/* line 10666, app/assets/stylesheets/theme/app.scss */
.fixed-table-container thead th .desc::after {
  border-top-color: #929daf;
}

/* line 10670, app/assets/stylesheets/theme/app.scss */
.fixed-table-container thead th .asc::before {
  border-bottom-color: #929daf;
}

/* line 10674, app/assets/stylesheets/theme/app.scss */
.fixed-table-container thead th .asc::after {
  display: none;
}

/* line 10678, app/assets/stylesheets/theme/app.scss */
.fixed-table-body .table > thead > tr > th {
  border-bottom: none;
}

/* line 10682, app/assets/stylesheets/theme/app.scss */
.fixed-table-body .card-view .title {
  font-weight: 500;
}

/* line 10686, app/assets/stylesheets/theme/app.scss */
.fixed-table-header .table th {
  padding: 0 !important;
}

/* line 10690, app/assets/stylesheets/theme/app.scss */
.fixed-table-header .table .th-inner {
  padding: .75rem;
}

/* line 10694, app/assets/stylesheets/theme/app.scss */
.dataTables_wrapper {
  padding-left: 0;
  padding-right: 0;
}

/* line 10699, app/assets/stylesheets/theme/app.scss */
.dataTables_wrapper tfoot .form-control {
  width: auto;
}

/* line 10703, app/assets/stylesheets/theme/app.scss */
.jsgrid-cell {
  padding: .625rem;
}

/* line 10707, app/assets/stylesheets/theme/app.scss */
.jsgrid-header-cell {
  font-weight: 400;
  padding: .75rem;
}

/* line 10712, app/assets/stylesheets/theme/app.scss */
.jsgrid-grid-header,
.jsgrid-header-row > .jsgrid-header-cell {
  background-color: #f9fafb;
}

/* line 10717, app/assets/stylesheets/theme/app.scss */
.jsgrid-edit-row > .jsgrid-cell,
.jsgrid-filter-row > .jsgrid-cell,
.jsgrid-grid-body,
.jsgrid-grid-header,
.jsgrid-header-row > .jsgrid-header-cell,
.jsgrid-insert-row > .jsgrid-cell {
  border-color: #f1f2f3;
}

/* line 10726, app/assets/stylesheets/theme/app.scss */
.jsgrid-alt-row > .jsgrid-cell {
  background: #fcfdfe;
}

/* line 10730, app/assets/stylesheets/theme/app.scss */
.jsgrid-selected-row > .jsgrid-cell {
  background: #f3f9ff;
  border-color: #f1f2f3;
}

/* line 10735, app/assets/stylesheets/theme/app.scss */
.jsgrid-grid-body tr:last-child .jsgrid-cell {
  border-bottom: 0;
}

/* line 10739, app/assets/stylesheets/theme/app.scss */
.jsgrid input,
.jsgrid select,
.jsgrid textarea {
  border: 1px solid #ebebeb;
  border-radius: 2px;
  color: #929daf;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/* line 10752, app/assets/stylesheets/theme/app.scss */
.jsgrid input:focus,
.jsgrid select:focus,
.jsgrid textarea:focus {
  border-color: #83e0d7;
  color: #616a78;
  outline: none;
}

/* line 10760, app/assets/stylesheets/theme/app.scss */
.jsgrid select {
  height: 32px;
}

/* line 10764, app/assets/stylesheets/theme/app.scss */
.jsgrid-pager {
  text-align: center;
}

/* line 10768, app/assets/stylesheets/theme/app.scss */
.jsgrid-pager a {
  color: #48b0f7;
}

/* line 10772, app/assets/stylesheets/theme/app.scss */
.jsgrid-pager-current-page {
  font-weight: 500;
}

/* line 10776, app/assets/stylesheets/theme/app.scss */
.swiper-container {
  width: 100%;
  height: 100%;
}

/* line 10781, app/assets/stylesheets/theme/app.scss */
.swiper-container .container,
.swiper-container [class^="col-"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 10787, app/assets/stylesheets/theme/app.scss */
.swiper-slide .card-shadowed {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 10792, app/assets/stylesheets/theme/app.scss */
.swiper-button-next,
.swiper-button-prev {
  background-image: none;
  color: #929daf;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 10800, app/assets/stylesheets/theme/app.scss */
.swiper-button-next::before,
.swiper-button-prev::before {
  font-family: themify;
  font-size: 1.75rem;
  opacity: .7;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 10809, app/assets/stylesheets/theme/app.scss */
.swiper-button-next:hover::before,
.swiper-button-prev:hover::before {
  opacity: 1;
}

/* line 10814, app/assets/stylesheets/theme/app.scss */
.swiper-button-next::before {
  content: "\e649";
}

/* line 10818, app/assets/stylesheets/theme/app.scss */
.swiper-button-prev::before {
  content: "\e64a";
}

/* line 10822, app/assets/stylesheets/theme/app.scss */
.swiper-button-next {
  right: 0;
}

/* line 10826, app/assets/stylesheets/theme/app.scss */
.swiper-button-prev {
  left: 0;
}

/* line 10830, app/assets/stylesheets/theme/app.scss */
.swiper-button-hidden .swiper-button-next {
  right: -44px;
}

/* line 10834, app/assets/stylesheets/theme/app.scss */
.swiper-button-hidden .swiper-button-prev {
  left: -44px;
}

/* line 10838, app/assets/stylesheets/theme/app.scss */
.swiper-button-hidden:hover .swiper-button-next {
  right: 24px;
}

/* line 10842, app/assets/stylesheets/theme/app.scss */
.swiper-button-hidden:hover .swiper-button-prev {
  left: 24px;
}

/* line 10846, app/assets/stylesheets/theme/app.scss */
.swiper-button-box .swiper-button-next,
.swiper-button-box .swiper-button-prev {
  width: 44px;
  height: 64px;
  margin-top: -32px;
  line-height: 64px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: .6;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 10860, app/assets/stylesheets/theme/app.scss */
.swiper-button-box .swiper-button-next::before,
.swiper-button-box .swiper-button-prev::before {
  font-family: themify;
  font-size: 1.75rem;
  opacity: 1;
}

/* line 10867, app/assets/stylesheets/theme/app.scss */
.swiper-button-box .swiper-button-next:hover,
.swiper-button-box .swiper-button-prev:hover {
  opacity: 1;
}

@media (max-width: 991px) {
  /* line 10873, app/assets/stylesheets/theme/app.scss */
  .swiper-button-box .swiper-button-next,
.swiper-button-box .swiper-button-prev {
    width: 24px;
    height: 30px;
    margin-top: -15px;
    line-height: 30px;
  }
  /* line 10880, app/assets/stylesheets/theme/app.scss */
  .swiper-button-box .swiper-button-next::before,
.swiper-button-box .swiper-button-prev::before {
    font-size: 1rem;
  }
}

/* line 10886, app/assets/stylesheets/theme/app.scss */
.swiper-button-box .swiper-button-next {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 10891, app/assets/stylesheets/theme/app.scss */
.swiper-button-box .swiper-button-prev {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 10896, app/assets/stylesheets/theme/app.scss */
.swiper-button-box.swiper-button-hidden:hover .swiper-button-next {
  right: 0;
}

/* line 10900, app/assets/stylesheets/theme/app.scss */
.swiper-button-box.swiper-button-hidden:hover .swiper-button-prev {
  left: 0;
}

/* line 10904, app/assets/stylesheets/theme/app.scss */
.swiper-button-circular .swiper-button-next,
.swiper-button-circular .swiper-button-prev {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  color: #788394;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 10918, app/assets/stylesheets/theme/app.scss */
.swiper-button-circular .swiper-button-next:hover,
.swiper-button-circular .swiper-button-prev:hover {
  color: #616a78;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
}

/* line 10925, app/assets/stylesheets/theme/app.scss */
.swiper-button-circular .swiper-button-next::before,
.swiper-button-circular .swiper-button-prev::before {
  font-size: 14px;
}

/* line 10930, app/assets/stylesheets/theme/app.scss */
.swiper-button-circular .swiper-button-prev {
  left: 5%;
}

/* line 10934, app/assets/stylesheets/theme/app.scss */
.swiper-button-circular .swiper-button-next {
  right: 5%;
}

/* line 10938, app/assets/stylesheets/theme/app.scss */
.swiper-button-circular .swiper-button-next::before {
  content: "\e649";
}

/* line 10942, app/assets/stylesheets/theme/app.scss */
.swiper-button-circular .swiper-button-prev::before {
  content: "\e64a";
}

/* line 10946, app/assets/stylesheets/theme/app.scss */
.swiper-pagination-outline .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: transparent;
}

/* line 10951, app/assets/stylesheets/theme/app.scss */
.swiper-pagination-bullet {
  position: relative;
  background: #ccc;
  opacity: 1;
  width: 6px;
  height: 6px;
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 10961, app/assets/stylesheets/theme/app.scss */
.swiper-pagination-bullet:hover {
  background: #aaa;
}

/* line 10965, app/assets/stylesheets/theme/app.scss */
.swiper-pagination-bullet::before, .swiper-pagination-bullet::after {
  position: absolute;
  left: -7px;
  display: inline-block;
  width: 20px;
  height: 13px;
  content: "";
  cursor: pointer;
}

/* line 10975, app/assets/stylesheets/theme/app.scss */
.swiper-pagination-bullet::before {
  top: -10px;
}

/* line 10979, app/assets/stylesheets/theme/app.scss */
.swiper-pagination-bullet::after {
  bottom: -10px;
}

/* line 10983, app/assets/stylesheets/theme/app.scss */
.swiper-pagination-bullet-active {
  background: #777;
}

/* line 10987, app/assets/stylesheets/theme/app.scss */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

/* line 10991, app/assets/stylesheets/theme/app.scss */
.swiper-pagination-outside .swiper-wrapper {
  padding-bottom: 30px;
}

/* line 10995, app/assets/stylesheets/theme/app.scss */
.swiper-pagination-outside.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

/* line 10999, app/assets/stylesheets/theme/app.scss */
.swiper-container[data-centered-slides="true"] .swiper-slide {
  opacity: .1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

/* line 11005, app/assets/stylesheets/theme/app.scss */
.swiper-container[data-centered-slides="true"] .swiper-slide-active,
.swiper-container[data-centered-slides="true"] .swiper-slide-duplicate-active {
  opacity: 1;
}

@media (max-width: 767px) {
  /* line 11011, app/assets/stylesheets/theme/app.scss */
  .swiper-button-next,
.swiper-button-prev {
    display: none;
  }
}

/* line 11017, app/assets/stylesheets/theme/app.scss */
.peity {
  vertical-align: middle;
}

/* line 11021, app/assets/stylesheets/theme/app.scss */
.jqstooltip {
  background-color: #323232 !important;
  font-size: 13px !important;
  padding: 4px 6px !important;
  color: #fff !important;
  overflow: hidden !important;
  text-align: center !important;
  border: none !important;
  max-width: 400px !important;
  max-height: 400px !important;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 11035, app/assets/stylesheets/theme/app.scss */
.jqsfield {
  font-size: 13px !important;
  color: #fff !important;
  /*set the text color here */
}

/* line 11041, app/assets/stylesheets/theme/app.scss */
[data-provide="easypie"] {
  display: -webkit-inline-box;
  display: inline-flex;
  text-align: center;
  position: relative;
}

/* line 11048, app/assets/stylesheets/theme/app.scss */
.easypie-data {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

/* line 11066, app/assets/stylesheets/theme/app.scss */
.morris-hover {
  z-index: 900;
}

/* line 11070, app/assets/stylesheets/theme/app.scss */
.morris-hover.morris-default-style {
  border-radius: 2px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.95);
  font-family: inherit;
  font-weight: 400;
  border: 1px solid #f1f2f3;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

/* line 11081, app/assets/stylesheets/theme/app.scss */
.morris-hover.morris-default-style .morris-hover-point {
  text-align: left;
}

/* line 11085, app/assets/stylesheets/theme/app.scss */
.bootstrap-select.btn-group .dropdown-toggle {
  letter-spacing: 0;
  font-weight: 300;
  padding: 5px 12px;
  padding-right: 25px;
}

/* line 11092, app/assets/stylesheets/theme/app.scss */
.bootstrap-select.btn-group .dropdown-toggle::after {
  opacity: .7;
}

/* line 11096, app/assets/stylesheets/theme/app.scss */
.bootstrap-select.btn-group .dropdown-toggle:focus {
  outline: none !important;
}

/* line 11100, app/assets/stylesheets/theme/app.scss */
.bootstrap-select.btn-group .dropdown-toggle .filter-option i {
  margin-right: 8px;
}

/* line 11104, app/assets/stylesheets/theme/app.scss */
.bootstrap-select.btn-group.standalone {
  vertical-align: text-bottom;
}

/* line 11108, app/assets/stylesheets/theme/app.scss */
.bootstrap-select.btn-group.standalone .dropdown-toggle {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 11114, app/assets/stylesheets/theme/app.scss */
.bootstrap-select.btn-group.standalone .dropdown-toggle .filter-option {
  width: auto;
}

/* line 11118, app/assets/stylesheets/theme/app.scss */
.bootstrap-select.btn-group .dropdown-item.divider {
  height: 1px;
  background-color: #f1f2f3;
  margin: 4px 0;
  padding: 0;
}

/* line 11125, app/assets/stylesheets/theme/app.scss */
.bootstrap-select.btn-group .dropdown-item.dropdown-header {
  text-transform: uppercase;
  color: #929daf;
  font-size: 12px;
  margin-bottom: 0;
  padding: 8px;
  padding-bottom: 0;
  letter-spacing: .25px;
  opacity: 0.8;
}

/* line 11136, app/assets/stylesheets/theme/app.scss */
.bootstrap-select.btn-group .dropdown-item.dropdown-header:hover {
  background-color: transparent;
}

/* line 11140, app/assets/stylesheets/theme/app.scss */
.bootstrap-select.btn-group .dropdown-item.selected {
  color: #616a78;
  background-color: #f5f6f7;
}

/* line 11145, app/assets/stylesheets/theme/app.scss */
.bootstrap-select.btn-group .dropdown-item.disabled:hover,
.bootstrap-select.btn-group .dropdown-item.disabled .dropdown-item-inner:hover {
  background-color: transparent;
  cursor: not-allowed;
}

/* line 11151, app/assets/stylesheets/theme/app.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner.opt {
  padding-left: 8px;
}

/* line 11155, app/assets/stylesheets/theme/app.scss */
.bootstrap-select.btn-group .popover-title {
  color: #929daf;
  padding: 6px 16px;
  background-color: #fcfdfe;
}

/* line 11161, app/assets/stylesheets/theme/app.scss */
.bootstrap-select.btn-group .no-results {
  margin: 0;
  padding: 6px 20px;
}

/* line 11166, app/assets/stylesheets/theme/app.scss */
.dropdown-item-inner {
  outline: none;
}

/* line 11170, app/assets/stylesheets/theme/app.scss */
.bs-searchbox .form-control {
  line-height: 20px;
  font-size: 13px;
  padding: 4px 8px 3px;
}

/* line 11176, app/assets/stylesheets/theme/app.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #c9ccce;
}

/* line 11180, app/assets/stylesheets/theme/app.scss */
.datepicker.dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0s;
  transition: 0s;
  padding: 6px;
}

/* line 11188, app/assets/stylesheets/theme/app.scss */
.datepicker-dropdown:before {
  border-bottom-color: #ebebeb;
}

/* line 11192, app/assets/stylesheets/theme/app.scss */
.datepicker-dropdown.datepicker-orient-top:before {
  border-top-color: #ebebeb;
}

/* line 11196, app/assets/stylesheets/theme/app.scss */
.datepicker > div.datepicker-days {
  display: block;
}

/* line 11200, app/assets/stylesheets/theme/app.scss */
.datepicker table tr td,
.datepicker table tr th,
.datepicker table tr td span {
  border-radius: 0;
  font-size: 12px;
  color: #616a78;
}

/* line 11208, app/assets/stylesheets/theme/app.scss */
.datepicker table tr th {
  font-weight: 500;
}

/* line 11212, app/assets/stylesheets/theme/app.scss */
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #d6d9de;
}

/* line 11216, app/assets/stylesheets/theme/app.scss */
.datepicker table tr td.range {
  background-color: #f5f6f7;
  border-color: #f5f6f7;
}

/* line 11221, app/assets/stylesheets/theme/app.scss */
.datepicker table tr td.range-start, .datepicker table tr td.range-end {
  background-color: #33cabb !important;
  border-color: #33cabb !important;
  text-shadow: none;
  border-radius: 100%;
}

/* line 11228, app/assets/stylesheets/theme/app.scss */
.datepicker table tr td.range-start {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 11233, app/assets/stylesheets/theme/app.scss */
.datepicker table tr td.range-end {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 11238, app/assets/stylesheets/theme/app.scss */
.datepicker table tr td.range-start.range-end {
  border-radius: 100% !important;
}

/* line 11242, app/assets/stylesheets/theme/app.scss */
.datepicker table tr .dow {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  font-size: 11px;
}

/* line 11248, app/assets/stylesheets/theme/app.scss */
.datepicker .datepicker-switch {
  font-weight: 300;
  font-size: 13px;
}

/* line 11253, app/assets/stylesheets/theme/app.scss */
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next {
  line-height: 36px;
}

/* line 11259, app/assets/stylesheets/theme/app.scss */
.datepicker .prev,
.datepicker .next {
  font-size: 0;
}

/* line 11264, app/assets/stylesheets/theme/app.scss */
.datepicker .prev::before,
.datepicker .next::before {
  font-family: themify;
  color: #929daf;
  font-size: 12px;
  vertical-align: top;
}

/* line 11272, app/assets/stylesheets/theme/app.scss */
.datepicker .prev::before {
  content: "\e629";
}

/* line 11276, app/assets/stylesheets/theme/app.scss */
.datepicker .next::before {
  content: "\e628";
}

/* line 11280, app/assets/stylesheets/theme/app.scss */
.datepicker table tr td.day:hover,
.datepicker table tr td.focused,
.datepicker tfoot tr th:hover,
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover {
  background-color: #f9fafb;
}

/* line 11289, app/assets/stylesheets/theme/app.scss */
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
  background-color: #33cabb;
  border-color: #33cabb;
  text-shadow: none;
  border-radius: 100%;
}

/* line 11299, app/assets/stylesheets/theme/app.scss */
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover:active {
  background-color: #33cabb;
  border-color: #33cabb;
}

/* line 11311, app/assets/stylesheets/theme/app.scss */
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted.focus:active,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.focus:active,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
  background-color: #31c2b3;
  border-color: #31c2b3;
}

/* line 11327, app/assets/stylesheets/theme/app.scss */
.datepicker table tr td.today {
  color: #616a78;
  background-color: #f5f6f7;
  border-color: #f5f6f7;
}

/* line 11333, app/assets/stylesheets/theme/app.scss */
.clockpicker.dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  padding: 6px;
  -webkit-transition: initial;
  transition: initial;
}

/* line 11341, app/assets/stylesheets/theme/app.scss */
.clockpicker-button {
  color: #616a78;
  padding: 3px;
  height: auto;
  font-size: .875rem;
}

/* line 11348, app/assets/stylesheets/theme/app.scss */
.clockpicker-popover .popover-content {
  background-color: #f9fafb;
}

/* line 11352, app/assets/stylesheets/theme/app.scss */
.clockpicker-plate {
  border-color: #ebebeb;
}

/* line 11356, app/assets/stylesheets/theme/app.scss */
.bootstrap-timepicker-widget.dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0s;
  transition: 0s;
  padding: 6px;
}

/* line 11364, app/assets/stylesheets/theme/app.scss */
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom-color: #ebebeb;
}

/* line 11368, app/assets/stylesheets/theme/app.scss */
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  border-top-color: #ebebeb;
}

/* line 11372, app/assets/stylesheets/theme/app.scss */
.bootstrap-timepicker-widget table td input {
  border-radius: 2px;
  border: 1px solid #ebebeb;
  font-size: 0.875rem;
  height: 29px;
  width: 29px;
  line-height: 29px;
}

/* line 11381, app/assets/stylesheets/theme/app.scss */
.bootstrap-timepicker-widget table td input:focus {
  outline: none;
}

/* line 11385, app/assets/stylesheets/theme/app.scss */
.bootstrap-timepicker-widget table td a {
  color: #929daf;
  height: 29px;
  width: 29px;
  line-height: 29px;
  padding: 0;
}

/* line 11393, app/assets/stylesheets/theme/app.scss */
.bootstrap-timepicker-widget table td a:hover {
  background-color: #fcfdfe;
  border-color: #ebebeb;
  border-radius: 2px;
}

/* line 11399, app/assets/stylesheets/theme/app.scss */
.bootstrap-timepicker-widget .glyphicon {
  font-family: themify;
}

/* line 11403, app/assets/stylesheets/theme/app.scss */
.bootstrap-timepicker-widget .glyphicon-chevron-up::before {
  content: "\e648";
}

/* line 11407, app/assets/stylesheets/theme/app.scss */
.bootstrap-timepicker-widget .glyphicon-chevron-down::before {
  content: "\e64b";
}

/* line 11411, app/assets/stylesheets/theme/app.scss */
.rating {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 11422, app/assets/stylesheets/theme/app.scss */
.rating input {
  display: none;
}

/* line 11426, app/assets/stylesheets/theme/app.scss */
.rating label {
  color: #e3e4e5;
  cursor: pointer;
}

/* line 11431, app/assets/stylesheets/theme/app.scss */
.rating label::before {
  margin-right: 5px;
  font-size: 20px;
  display: inline-block;
}

/* line 11437, app/assets/stylesheets/theme/app.scss */
.rating .active,
.rating :checked ~ label,
.rating label:hover,
.rating label:hover ~ label {
  color: #33cabb;
}

/* line 11444, app/assets/stylesheets/theme/app.scss */
.rating-static {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

/* line 11450, app/assets/stylesheets/theme/app.scss */
.rating-static label {
  cursor: default;
}

/* line 11454, app/assets/stylesheets/theme/app.scss */
.rating-static label:not(.active) {
  color: #e3e4e5 !important;
}

/* line 11458, app/assets/stylesheets/theme/app.scss */
.rating-xs label::before {
  margin-right: 1px;
  font-size: 13px;
}

/* line 11463, app/assets/stylesheets/theme/app.scss */
.rating-sm label::before {
  margin-right: 2px;
  font-size: 16px;
}

/* line 11468, app/assets/stylesheets/theme/app.scss */
.rating-lg label::before {
  font-size: 24px;
}

/* line 11472, app/assets/stylesheets/theme/app.scss */
.rating-remove {
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

/* line 11483, app/assets/stylesheets/theme/app.scss */
[data-has-rate="true"]:hover .rating-remove {
  opacity: .6;
  visibility: visible;
}

/* line 11488, app/assets/stylesheets/theme/app.scss */
[data-has-rate="true"]:hover .rating-remove:hover {
  opacity: 1;
}

/* line 11492, app/assets/stylesheets/theme/app.scss */
.rating-primary .active,
.rating-primary :checked ~ label,
.rating-primary label:hover,
.rating-primary label:hover ~ label {
  color: #33cabb;
}

/* line 11499, app/assets/stylesheets/theme/app.scss */
.rating-secondary .active,
.rating-secondary :checked ~ label,
.rating-secondary label:hover,
.rating-secondary label:hover ~ label {
  color: #e4e7ea;
}

/* line 11506, app/assets/stylesheets/theme/app.scss */
.rating-success .active,
.rating-success :checked ~ label,
.rating-success label:hover,
.rating-success label:hover ~ label {
  color: #15c377;
}

/* line 11513, app/assets/stylesheets/theme/app.scss */
.rating-info .active,
.rating-info :checked ~ label,
.rating-info label:hover,
.rating-info label:hover ~ label {
  color: #48b0f7;
}

/* line 11520, app/assets/stylesheets/theme/app.scss */
.rating-warning .active,
.rating-warning :checked ~ label,
.rating-warning label:hover,
.rating-warning label:hover ~ label {
  color: #faa64b;
}

/* line 11527, app/assets/stylesheets/theme/app.scss */
.rating-danger .active,
.rating-danger :checked ~ label,
.rating-danger label:hover,
.rating-danger label:hover ~ label {
  color: #f96868;
}

/* line 11534, app/assets/stylesheets/theme/app.scss */
.rating-pink .active,
.rating-pink :checked ~ label,
.rating-pink label:hover,
.rating-pink label:hover ~ label {
  color: #f96197;
}

/* line 11541, app/assets/stylesheets/theme/app.scss */
.rating-purple .active,
.rating-purple :checked ~ label,
.rating-purple label:hover,
.rating-purple label:hover ~ label {
  color: #926dde;
}

/* line 11548, app/assets/stylesheets/theme/app.scss */
.rating-brown .active,
.rating-brown :checked ~ label,
.rating-brown label:hover,
.rating-brown label:hover ~ label {
  color: #8d6658;
}

/* line 11555, app/assets/stylesheets/theme/app.scss */
.rating-cyan .active,
.rating-cyan :checked ~ label,
.rating-cyan label:hover,
.rating-cyan label:hover ~ label {
  color: #57c7d4;
}

/* line 11562, app/assets/stylesheets/theme/app.scss */
.rating-yellow .active,
.rating-yellow :checked ~ label,
.rating-yellow label:hover,
.rating-yellow label:hover ~ label {
  color: #fcc525;
}

/* line 11569, app/assets/stylesheets/theme/app.scss */
.rating-gray .active,
.rating-gray :checked ~ label,
.rating-gray label:hover,
.rating-gray label:hover ~ label {
  color: #868e96;
}

/* line 11576, app/assets/stylesheets/theme/app.scss */
.rating-dark .active,
.rating-dark :checked ~ label,
.rating-dark label:hover,
.rating-dark label:hover ~ label {
  color: #465161;
}

/* line 11583, app/assets/stylesheets/theme/app.scss */
.toggler {
  color: #e3e4e5;
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1;
}

/* line 11591, app/assets/stylesheets/theme/app.scss */
.toggler i {
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

/* line 11596, app/assets/stylesheets/theme/app.scss */
.toggler input {
  display: none;
}

/* line 11600, app/assets/stylesheets/theme/app.scss */
.toggler input:checked + i {
  color: #fcc525;
}

/* line 11604, app/assets/stylesheets/theme/app.scss */
.toggler-primary input:checked + i {
  color: #33cabb;
}

/* line 11608, app/assets/stylesheets/theme/app.scss */
.toggler-secondary input:checked + i {
  color: #e4e7ea;
}

/* line 11612, app/assets/stylesheets/theme/app.scss */
.toggler-success input:checked + i {
  color: #15c377;
}

/* line 11616, app/assets/stylesheets/theme/app.scss */
.toggler-info input:checked + i {
  color: #48b0f7;
}

/* line 11620, app/assets/stylesheets/theme/app.scss */
.toggler-warning input:checked + i {
  color: #faa64b;
}

/* line 11624, app/assets/stylesheets/theme/app.scss */
.toggler-danger input:checked + i {
  color: #f96868;
}

/* line 11628, app/assets/stylesheets/theme/app.scss */
.toggler-pink input:checked + i {
  color: #f96197;
}

/* line 11632, app/assets/stylesheets/theme/app.scss */
.toggler-purple input:checked + i {
  color: #926dde;
}

/* line 11636, app/assets/stylesheets/theme/app.scss */
.toggler-brown input:checked + i {
  color: #8d6658;
}

/* line 11640, app/assets/stylesheets/theme/app.scss */
.toggler-cyan input:checked + i {
  color: #57c7d4;
}

/* line 11644, app/assets/stylesheets/theme/app.scss */
.toggler-yellow input:checked + i {
  color: #fcc525;
}

/* line 11648, app/assets/stylesheets/theme/app.scss */
.toggler-gray input:checked + i {
  color: #868e96;
}

/* line 11652, app/assets/stylesheets/theme/app.scss */
.toggler-dark input:checked + i {
  color: #465161;
}

/* line 11656, app/assets/stylesheets/theme/app.scss */
.minicolors-panel {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
}

/* line 11662, app/assets/stylesheets/theme/app.scss */
.minicolors-theme-bootstrap .minicolors-input-swatch {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: none;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 11673, app/assets/stylesheets/theme/app.scss */
.minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border-color: #ebebeb;
}

/* line 11680, app/assets/stylesheets/theme/app.scss */
.minicolors-swatches .minicolors-swatch {
  margin-right: 6px;
}

/* line 11684, app/assets/stylesheets/theme/app.scss */
.minicolors input[type=hidden] + .minicolors-swatch {
  width: 20px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 11690, app/assets/stylesheets/theme/app.scss */
.minicolors-theme-bootstrap .minicolors-input {
  padding-left: 40px !important;
}

/* line 11694, app/assets/stylesheets/theme/app.scss */
.form-type-line .minicolors-theme-bootstrap .minicolors-input-swatch,
.form-type-material .minicolors-theme-bootstrap .minicolors-input-swatch {
  left: 0;
}

/* line 11699, app/assets/stylesheets/theme/app.scss */
.form-type-line .minicolors-theme-bootstrap .minicolors-input,
.form-type-material .minicolors-theme-bootstrap .minicolors-input {
  padding-left: 28px !important;
}

/* line 11704, app/assets/stylesheets/theme/app.scss */
.color-selector {
  display: inline-block;
}

/* line 11708, app/assets/stylesheets/theme/app.scss */
.color-selector label {
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 4px;
  margin-bottom: 4px;
}

/* line 11719, app/assets/stylesheets/theme/app.scss */
.color-selector label.inverse {
  border: 1px solid #e3e4e5;
}

/* line 11723, app/assets/stylesheets/theme/app.scss */
.color-selector label.inverse span::after {
  color: #616a78;
}

/* line 11727, app/assets/stylesheets/theme/app.scss */
.color-selector span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
}

/* line 11736, app/assets/stylesheets/theme/app.scss */
.color-selector span::after {
  content: "\e64c";
  font-family: themify;
  font-size: 1rem;
  font-weight: bold;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0, 0);
  transform: translateY(-50%) scale(0, 0);
  -webkit-transition: .2s;
  transition: .2s;
}

/* line 11753, app/assets/stylesheets/theme/app.scss */
.color-selector input {
  opacity: 0;
}

/* line 11757, app/assets/stylesheets/theme/app.scss */
.color-selector input:checked ~ span::after {
  -webkit-transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1);
}

/* line 11762, app/assets/stylesheets/theme/app.scss */
.color-selector-sm label {
  width: 24px;
  height: 24px;
}

/* line 11767, app/assets/stylesheets/theme/app.scss */
.color-selector-sm span::after {
  font-size: .875rem;
}

/* line 11771, app/assets/stylesheets/theme/app.scss */
.color-selector-lg label {
  width: 36px;
  height: 36px;
}

/* line 11776, app/assets/stylesheets/theme/app.scss */
.color-selector-lg span::after {
  font-size: 1.125rem;
}

/* line 11780, app/assets/stylesheets/theme/app.scss */
[data-provide~="knob"] {
  outline: none !important;
}

/* line 11784, app/assets/stylesheets/theme/app.scss */
.noUi-target {
  margin: 1rem 0;
}

/* line 11788, app/assets/stylesheets/theme/app.scss */
.noUi-target.noUi-vertical {
  display: inline-block;
  margin: 0 1rem;
}

/* line 11793, app/assets/stylesheets/theme/app.scss */
.noUi-target.noUi-connect,
.noUi-target .noUi-connect {
  background-color: #33cabb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 11800, app/assets/stylesheets/theme/app.scss */
.noUi-background {
  background: #f5f6f7;
}

/* line 11804, app/assets/stylesheets/theme/app.scss */
.noUi-handle {
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #ebebeb;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* line 11818, app/assets/stylesheets/theme/app.scss */
.noUi-handle::before, .noUi-handle::after {
  display: none;
}

/* line 11822, app/assets/stylesheets/theme/app.scss */
.noUi-handle:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 11827, app/assets/stylesheets/theme/app.scss */
.noUi-handle:hover .noUi-tooltip {
  display: block;
}

/* line 11831, app/assets/stylesheets/theme/app.scss */
.noUi-handle:active {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* line 11836, app/assets/stylesheets/theme/app.scss */
.noUi-horizontal {
  height: 4px;
  border-radius: 4px;
  background: #f5f6f7;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 11845, app/assets/stylesheets/theme/app.scss */
.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -10px;
  top: -8px;
}

/* line 11852, app/assets/stylesheets/theme/app.scss */
.noUi-vertical {
  width: 4px;
  height: 180px;
  border-radius: 4px;
  background: #f5f6f7;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 11862, app/assets/stylesheets/theme/app.scss */
.noUi-vertical .noUi-handle {
  width: 20px;
  height: 20px;
  left: -8px;
  top: -10px;
}

/* line 11869, app/assets/stylesheets/theme/app.scss */
.noUi-tooltip {
  background-color: #323232;
  font-size: 0.75rem;
  border: none;
  color: #fff;
  padding: 0 6px;
  height: 24px;
  line-height: 25px;
  display: none;
}

/* line 11880, app/assets/stylesheets/theme/app.scss */
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 11885, app/assets/stylesheets/theme/app.scss */
.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
  bottom: auto;
  top: -32px;
}

/* line 11890, app/assets/stylesheets/theme/app.scss */
.slider-primary.noUi-connect,
.slider-primary .noUi-connect {
  background-color: #33cabb;
}

/* line 11895, app/assets/stylesheets/theme/app.scss */
.slider-secondary.noUi-connect,
.slider-secondary .noUi-connect {
  background-color: #e4e7ea;
}

/* line 11900, app/assets/stylesheets/theme/app.scss */
.slider-success.noUi-connect,
.slider-success .noUi-connect {
  background-color: #15c377;
}

/* line 11905, app/assets/stylesheets/theme/app.scss */
.slider-info.noUi-connect,
.slider-info .noUi-connect {
  background-color: #48b0f7;
}

/* line 11910, app/assets/stylesheets/theme/app.scss */
.slider-warning.noUi-connect,
.slider-warning .noUi-connect {
  background-color: #faa64b;
}

/* line 11915, app/assets/stylesheets/theme/app.scss */
.slider-danger.noUi-connect,
.slider-danger .noUi-connect {
  background-color: #f96868;
}

/* line 11920, app/assets/stylesheets/theme/app.scss */
.slider-pink.noUi-connect,
.slider-pink .noUi-connect {
  background-color: #f96197;
}

/* line 11925, app/assets/stylesheets/theme/app.scss */
.slider-purple.noUi-connect,
.slider-purple .noUi-connect {
  background-color: #926dde;
}

/* line 11930, app/assets/stylesheets/theme/app.scss */
.slider-brown.noUi-connect,
.slider-brown .noUi-connect {
  background-color: #8d6658;
}

/* line 11935, app/assets/stylesheets/theme/app.scss */
.slider-cyan.noUi-connect,
.slider-cyan .noUi-connect {
  background-color: #57c7d4;
}

/* line 11940, app/assets/stylesheets/theme/app.scss */
.slider-yellow.noUi-connect,
.slider-yellow .noUi-connect {
  background-color: #fcc525;
}

/* line 11945, app/assets/stylesheets/theme/app.scss */
.slider-gray.noUi-connect,
.slider-gray .noUi-connect {
  background-color: #868e96;
}

/* line 11950, app/assets/stylesheets/theme/app.scss */
.slider-dark.noUi-connect,
.slider-dark .noUi-connect {
  background-color: #465161;
}

/* line 11955, app/assets/stylesheets/theme/app.scss */
.bootstrap-tagsinput {
  display: block;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 12px 12px 0;
  min-height: 52px;
}

/* line 11964, app/assets/stylesheets/theme/app.scss */
.bootstrap-tagsinput input {
  font-size: 0.875rem;
  font-weight: 400;
  color: #616a78;
}

/* line 11970, app/assets/stylesheets/theme/app.scss */
.bootstrap-tagsinput .badge {
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  padding: 0 0.75rem;
  font-size: 0.875rem;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}

/* line 11980, app/assets/stylesheets/theme/app.scss */
.bootstrap-tagsinput .badge.badge-default, .bootstrap-tagsinput .badge.badge-secondary {
  color: #788394;
}

/* line 11984, app/assets/stylesheets/theme/app.scss */
.bootstrap-tagsinput .badge [data-role=remove] {
  font-weight: 300;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/* line 11991, app/assets/stylesheets/theme/app.scss */
.bootstrap-tagsinput .badge [data-role=remove]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}

/* line 11997, app/assets/stylesheets/theme/app.scss */
.bootstrap-tagsinput .badge:not([class*="badge-"]) {
  color: #788394;
  background-color: #f5f6f7;
}

/* line 12002, app/assets/stylesheets/theme/app.scss */
.bootstrap-tagsinput .twitter-typeahead {
  display: inline-block !important;
}

/* line 12006, app/assets/stylesheets/theme/app.scss */
.bootstrap-tagsinput .twitter-typeahead .tt-menu {
  margin-top: 20px;
  min-width: 180px;
}

/* line 12011, app/assets/stylesheets/theme/app.scss */
.twitter-typeahead {
  display: block !important;
}

/* line 12015, app/assets/stylesheets/theme/app.scss */
.tt-menu {
  background-color: #fff;
  right: 0;
  margin-top: 2px;
  border-radius: 2px;
  border: 1px solid #f1f2f3;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

/* line 12025, app/assets/stylesheets/theme/app.scss */
.tt-suggestion {
  display: block;
  margin: 4px;
  padding: 6px 12px;
  cursor: pointer;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}

/* line 12034, app/assets/stylesheets/theme/app.scss */
.tt-suggestion.tt-cursor, .tt-suggestion:hover, .tt-suggestion:focus {
  background-color: #f9fafb;
}

/* line 12038, app/assets/stylesheets/theme/app.scss */
.typeahead-scrollable .tt-menu {
  max-height: 220px;
  overflow-y: auto;
}

/* line 12043, app/assets/stylesheets/theme/app.scss */
.bootstrap-maxlength {
  border-radius: 0;
  margin: 1px 0;
}

/* line 12048, app/assets/stylesheets/theme/app.scss */
.pwstrength {
  position: relative;
}

/* line 12052, app/assets/stylesheets/theme/app.scss */
.pwstrength .progress {
  height: 3px;
}

/* line 12056, app/assets/stylesheets/theme/app.scss */
.pwstrength [data-vertical] + .progress {
  position: absolute;
  height: 3px;
  margin-bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* line 12064, app/assets/stylesheets/theme/app.scss */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 12070, app/assets/stylesheets/theme/app.scss */
.form-control {
  border-color: #ebebeb;
  border-radius: 2px;
  color: #929daf;
  padding: 5px 12px;
  font-size: 14px;
  line-height: inherit;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/* line 12081, app/assets/stylesheets/theme/app.scss */
.form-control:disabled, .form-control[readonly] {
  color: #929daf;
}

/* line 12085, app/assets/stylesheets/theme/app.scss */
.form-control[readonly] {
  background-color: #fff;
}

/* line 12089, app/assets/stylesheets/theme/app.scss */
.form-control:focus {
  border-color: #83e0d7;
  color: #616a78;
  -webkit-box-shadow: 0 0 0 0.1rem rgba(51, 202, 187, 0.15);
  box-shadow: 0 0 0 0.1rem rgba(51, 202, 187, 0.15);
}

/* line 12096, app/assets/stylesheets/theme/app.scss */
.form-control[readonly]:focus {
  border-color: #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 12102, app/assets/stylesheets/theme/app.scss */
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c9ccce;
}

/* line 12107, app/assets/stylesheets/theme/app.scss */
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #c9ccce;
}

/* line 12112, app/assets/stylesheets/theme/app.scss */
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #c9ccce;
}

/* line 12117, app/assets/stylesheets/theme/app.scss */
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #c9ccce;
}

/* line 12122, app/assets/stylesheets/theme/app.scss */
.form-control option {
  font-weight: 300;
}

/* line 12126, app/assets/stylesheets/theme/app.scss */
label {
  font-weight: 400;
  letter-spacing: .5px;
}

/* line 12132, app/assets/stylesheets/theme/app.scss */
label.require::after, label.required::after {
  content: '*';
  color: #f96868;
  font-weight: 500;
  margin-left: 8px;
}

/* line 12139, app/assets/stylesheets/theme/app.scss */
select.form-control:not([size]):not([multiple]) {
  height: 36px;
}

/* line 12143, app/assets/stylesheets/theme/app.scss */
.form-group small {
  color: #868e96;
  font-weight: 300;
  font-size: 85%;
  line-height: 1.4;
}

/* line 12150, app/assets/stylesheets/theme/app.scss */
.form-group small.form-text {
  color: #929daf;
  font-size: 90%;
  padding-left: 0;
  line-height: 1.4;
}

/* line 12157, app/assets/stylesheets/theme/app.scss */
.form-group label + small {
  padding-left: 10px;
}

/* line 12161, app/assets/stylesheets/theme/app.scss */
.has-form-text:hover .form-text,
.has-form-text .form-control:focus + .form-text {
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 12168, app/assets/stylesheets/theme/app.scss */
.has-form-text .form-text {
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 12174, app/assets/stylesheets/theme/app.scss */
.checkbox label,
.radio label {
  font-weight: 300;
  letter-spacing: 0;
}

/* line 12180, app/assets/stylesheets/theme/app.scss */
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  margin-top: 6px;
  vertical-align: top;
}

/* line 12188, app/assets/stylesheets/theme/app.scss */
.form-control-plaintext {
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 24px;
}

/* line 12194, app/assets/stylesheets/theme/app.scss */
.auto-expand {
  overflow: hidden;
  resize: none;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 12201, app/assets/stylesheets/theme/app.scss */
.form-inline .form-group {
  margin-right: 1rem;
}

/* line 12205, app/assets/stylesheets/theme/app.scss */
.custom-file {
  width: 100%;
}

/* line 12209, app/assets/stylesheets/theme/app.scss */
.custom-file-control {
  border-radius: 2px;
  border-color: #ebebeb;
}

/* line 12214, app/assets/stylesheets/theme/app.scss */
.custom-file-control::before {
  border-color: #ebebeb;
  background-color: #ebebeb;
  color: #929daf;
}

/* line 12220, app/assets/stylesheets/theme/app.scss */
.custom-file-control::after {
  color: #616a78;
  font-weight: 300;
}

/* line 12225, app/assets/stylesheets/theme/app.scss */
.custom-file-control:lang(en)::after {
  content: attr(data-input-value);
}

/* line 12229, app/assets/stylesheets/theme/app.scss */
.custom-select {
  border-color: #ebebeb;
}

/* line 12233, app/assets/stylesheets/theme/app.scss */
.bootstrap-select.btn-group.show .dropdown-toggle {
  border-color: #83e0d7;
  color: #616a78;
}

/* line 12238, app/assets/stylesheets/theme/app.scss */
.input-group-addon {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #f9fafb;
  border-color: #ebebeb;
  color: #929daf;
  line-height: 1.5;
  font-weight: 300;
  border-radius: 2px;
  padding: 5px 12px;
  font-size: 14px;
  line-height: inherit;
}

/* line 12256, app/assets/stylesheets/theme/app.scss */
.input-group-addon .custom-control {
  margin-right: 0;
}

/* line 12260, app/assets/stylesheets/theme/app.scss */
.input-group-btn .btn-group,
.input-group-btn .btn {
  height: 100%;
}

/* line 12265, app/assets/stylesheets/theme/app.scss */
.input-group-input + .input-group-input {
  margin-left: 16px;
}

/* line 12269, app/assets/stylesheets/theme/app.scss */
.form-control-lg,
.input-group-lg .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  line-height: 32px;
  font-size: 16px;
  padding: 7px 16px;
}

/* line 12278, app/assets/stylesheets/theme/app.scss */
.form-control-sm,
.input-group-sm .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  line-height: 20px;
  font-size: 13px;
  padding: 4px 8px 3px;
}

/* line 12287, app/assets/stylesheets/theme/app.scss */
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: 29px;
}

/* line 12294, app/assets/stylesheets/theme/app.scss */
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: 48px;
}

/* line 12301, app/assets/stylesheets/theme/app.scss */
.has-success .form-control {
  border-color: #15c377;
}

/* line 12305, app/assets/stylesheets/theme/app.scss */
.has-success .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 12310, app/assets/stylesheets/theme/app.scss */
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .custom-control,
.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #15c377;
}

/* line 12324, app/assets/stylesheets/theme/app.scss */
.has-warning .form-control {
  border-color: #faa64b;
}

/* line 12328, app/assets/stylesheets/theme/app.scss */
.has-warning .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 12333, app/assets/stylesheets/theme/app.scss */
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .custom-control,
.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #faa64b;
}

/* line 12347, app/assets/stylesheets/theme/app.scss */
.has-danger .form-control {
  border-color: #f96868;
}

/* line 12351, app/assets/stylesheets/theme/app.scss */
.has-danger .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 12356, app/assets/stylesheets/theme/app.scss */
.has-danger .checkbox,
.has-danger .checkbox-inline,
.has-danger .custom-control,
.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .radio-inline,
.has-danger.checkbox label,
.has-danger.checkbox-inline label,
.has-danger.radio label,
.has-danger.radio-inline label {
  color: #f96868;
}

/* line 12370, app/assets/stylesheets/theme/app.scss */
.form-group .form-control-feedback {
  display: none;
}

/* line 12374, app/assets/stylesheets/theme/app.scss */
.form-group .form-control-feedback ul {
  margin-bottom: .5rem;
}

/* line 12378, app/assets/stylesheets/theme/app.scss */
.form-group.has-success .form-control-feedback, .form-group.has-warning .form-control-feedback, .form-group.has-danger .form-control-feedback {
  display: block;
}

/* line 12382, app/assets/stylesheets/theme/app.scss */
.invalid-feedback {
  color: #f96868;
  font-size: 13px;
}

/* line 12387, app/assets/stylesheets/theme/app.scss */
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #f96868 !important;
}

/* line 12394, app/assets/stylesheets/theme/app.scss */
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  -webkit-box-shadow: 0 0 0 0.1rem rgba(249, 104, 104, 0.15) !important;
  box-shadow: 0 0 0 0.1rem rgba(249, 104, 104, 0.15) !important;
}

/* line 12402, app/assets/stylesheets/theme/app.scss */
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #15c377 !important;
}

/* line 12409, app/assets/stylesheets/theme/app.scss */
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  -webkit-box-shadow: 0 0 0 0.1rem rgba(21, 195, 119, 0.15) !important;
  box-shadow: 0 0 0 0.1rem rgba(21, 195, 119, 0.15) !important;
}

/* line 12417, app/assets/stylesheets/theme/app.scss */
.form-type-roundinput.form-control,
.form-type-round input.form-control, .form-type-roundselect.form-control:not([multiple]),
.form-type-round select.form-control:not([multiple]) {
  border-radius: 10rem;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 12425, app/assets/stylesheets/theme/app.scss */
.form-type-roundinput.form-control-sm, .form-type-roundselect.form-control-sm:not([multiple]),
.form-type-round.input-group-sm input.form-control,
.form-type-round input.form-control-sm,
.form-type-round select.form-control-sm:not([multiple]),
.form-type-round .input-group-sm input.form-control {
  padding-left: 16px;
  padding-right: 16px;
}

/* line 12434, app/assets/stylesheets/theme/app.scss */
.form-type-roundinput.form-control-lg, .form-type-roundselect.form-control-lg:not([multiple]),
.form-type-round.input-group-lg input.form-control,
.form-type-round input.form-control-lg,
.form-type-round select.form-control-lg:not([multiple]),
.form-type-round .input-group-lg input.form-control {
  padding-left: 24px;
  padding-right: 24px;
}

/* line 12443, app/assets/stylesheets/theme/app.scss */
.form-type-round.input-group,
.form-type-round .input-group {
  border-radius: 10rem;
}

/* line 12448, app/assets/stylesheets/theme/app.scss */
.form-type-round.input-group > *:first-child,
.form-type-round.input-group > *:first-child > .btn,
.form-type-round .input-group > *:first-child,
.form-type-round .input-group > *:first-child > .btn {
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
}

/* line 12456, app/assets/stylesheets/theme/app.scss */
.form-type-round.input-group > *:last-child,
.form-type-round.input-group > *:last-child > .btn,
.form-type-round .input-group > *:last-child,
.form-type-round .input-group > *:last-child > .btn {
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
}

/* line 12464, app/assets/stylesheets/theme/app.scss */
.form-type-round .custom-file-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ebebeb;
  padding-left: 0;
  padding-right: 0;
}

/* line 12472, app/assets/stylesheets/theme/app.scss */
.form-type-round .custom-file-control::before {
  border-radius: 0;
}

/* line 12476, app/assets/stylesheets/theme/app.scss */
.form-type-round .bootstrap-select.btn-group .dropdown-toggle {
  border-radius: 10rem;
}

/* line 12480, app/assets/stylesheets/theme/app.scss */
.form-type-fill.form-control,
.form-type-fill .form-control {
  background-color: #f7f9fa;
  border-color: #f1f2f3;
}

/* line 12486, app/assets/stylesheets/theme/app.scss */
.form-type-fill.form-control:focus,
.form-type-fill .form-control:focus {
  background-color: #f3f5f7;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  border-color: #f1f2f3;
}

/* line 12494, app/assets/stylesheets/theme/app.scss */
.form-type-fill .input-group-addon {
  border-color: #f1f2f3;
  background-color: #f7f9fa;
  border-right: 1px solid #f1f2f3;
}

/* line 12500, app/assets/stylesheets/theme/app.scss */
.form-type-fill .input-group .form-control + .input-group-addon {
  border-left: 1px solid #f1f2f3;
  border-right: 0;
}

/* line 12505, app/assets/stylesheets/theme/app.scss */
.form-type-fill .input-group-btn:not(:first-child) > .btn,
.form-type-fill .input-group-btn:not(:first-child) > .btn-group {
  z-index: initial;
}

/* line 12510, app/assets/stylesheets/theme/app.scss */
.form-type-fill .bootstrap-select.btn-group .dropdown-toggle {
  background-color: #f7f9fa;
  border-color: #f1f2f3;
}

/* line 12515, app/assets/stylesheets/theme/app.scss */
.form-type-fill .bootstrap-select.btn-group.show .dropdown-toggle {
  background-color: #f3f5f7;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  border-color: #f1f2f3;
}

/* line 12522, app/assets/stylesheets/theme/app.scss */
.form-type-line.form-control,
.form-type-line .form-control {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
  -webkit-background-size: 0 1px, 100% 1px;
  background-size: 0 1px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#33cabb), to(#33cabb)), -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
  background-image: -webkit-linear-gradient(#33cabb, #33cabb), -webkit-linear-gradient(#ebebeb, #ebebeb);
  background-image: linear-gradient(#33cabb, #33cabb), linear-gradient(#ebebeb, #ebebeb);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

/* line 12538, app/assets/stylesheets/theme/app.scss */
.form-type-line.form-control:focus, .form-type-line.form-control.focus,
.form-type-line .form-control:focus,
.form-type-line .form-control.focus {
  -webkit-background-size: 100% 1px, 100% 1px;
  background-size: 100% 1px, 100% 1px;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 12548, app/assets/stylesheets/theme/app.scss */
.form-type-line.form-control:disabled, .form-type-line.form-control[readonly],
.form-type-line .form-control:disabled,
.form-type-line .form-control[readonly] {
  background-color: #fff;
  opacity: 0.7;
}

/* line 12555, app/assets/stylesheets/theme/app.scss */
.form-type-line.form-group label,
.form-type-line .form-group label {
  margin-bottom: 0;
}

/* line 12560, app/assets/stylesheets/theme/app.scss */
.form-type-line.input-group .btn,
.form-type-line .input-group .btn {
  border-radius: 0;
}

/* line 12565, app/assets/stylesheets/theme/app.scss */
.form-type-line.input-group .input-group-addon,
.form-type-line .input-group .input-group-addon {
  background-color: #fff;
  border: none;
  color: #929daf;
}

/* line 12572, app/assets/stylesheets/theme/app.scss */
.form-type-line.input-group .input-group-btn ~ .form-control,
.form-type-line.input-group .form-control ~ .input-group-btn,
.form-type-line .input-group .input-group-btn ~ .form-control,
.form-type-line .input-group .form-control ~ .input-group-btn {
  margin-left: 1rem;
}

/* line 12579, app/assets/stylesheets/theme/app.scss */
.form-type-line .custom-file-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ebebeb;
  padding-left: 0;
  padding-right: 0;
}

/* line 12587, app/assets/stylesheets/theme/app.scss */
.form-type-line .custom-file-control::before {
  border-radius: 0;
}

/* line 12591, app/assets/stylesheets/theme/app.scss */
.form-type-line .bootstrap-select.btn-group .dropdown-toggle {
  border: none;
  background-color: transparent;
  padding-left: 0;
  -webkit-background-size: 0 1px, 100% 1px;
  background-size: 0 1px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#33cabb), to(#33cabb)), -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
  background-image: -webkit-linear-gradient(#33cabb, #33cabb), -webkit-linear-gradient(#ebebeb, #ebebeb);
  background-image: linear-gradient(#33cabb, #33cabb), linear-gradient(#ebebeb, #ebebeb);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

/* line 12606, app/assets/stylesheets/theme/app.scss */
.form-type-line .bootstrap-select.btn-group .dropdown-toggle:focus {
  background-color: #fff;
}

/* line 12610, app/assets/stylesheets/theme/app.scss */
.form-type-line .bootstrap-select.btn-group.show .dropdown-toggle {
  -webkit-background-size: 100% 1px, 100% 1px;
  background-size: 100% 1px, 100% 1px;
  border-color: transparent;
}

/* line 12616, app/assets/stylesheets/theme/app.scss */
.form-type-line .has-success .form-control,
.form-type-line.has-success .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#15c377), to(#15c377)), -webkit-gradient(linear, left top, left bottom, from(#15c377), to(#15c377));
  background-image: -webkit-linear-gradient(#15c377, #15c377), -webkit-linear-gradient(#15c377, #15c377);
  background-image: linear-gradient(#15c377, #15c377), linear-gradient(#15c377, #15c377);
}

/* line 12623, app/assets/stylesheets/theme/app.scss */
.form-type-line .has-warning .form-control,
.form-type-line.has-warning .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#faa64b), to(#faa64b)), -webkit-gradient(linear, left top, left bottom, from(#faa64b), to(#faa64b));
  background-image: -webkit-linear-gradient(#faa64b, #faa64b), -webkit-linear-gradient(#faa64b, #faa64b);
  background-image: linear-gradient(#faa64b, #faa64b), linear-gradient(#faa64b, #faa64b);
}

/* line 12630, app/assets/stylesheets/theme/app.scss */
.form-type-line .has-danger .form-control,
.form-type-line.has-danger .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868)), -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868));
  background-image: -webkit-linear-gradient(#f96868, #f96868), -webkit-linear-gradient(#f96868, #f96868);
  background-image: linear-gradient(#f96868, #f96868), linear-gradient(#f96868, #f96868);
}

/* line 12637, app/assets/stylesheets/theme/app.scss */
.form-type-line .custom-select.is-invalid,
.form-type-line .form-control.is-invalid,
.form-type-line .was-validated .custom-select:invalid,
.form-type-line .was-validated .form-control:invalid {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868)), -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868));
  background-image: -webkit-linear-gradient(#f96868, #f96868), -webkit-linear-gradient(#f96868, #f96868);
  background-image: linear-gradient(#f96868, #f96868), linear-gradient(#f96868, #f96868);
  border: none;
}

/* line 12647, app/assets/stylesheets/theme/app.scss */
.form-type-line .custom-select.is-invalid:focus,
.form-type-line .form-control.is-invalid:focus,
.form-type-line .was-validated .custom-select:invalid:focus,
.form-type-line .was-validated .form-control:invalid:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 12655, app/assets/stylesheets/theme/app.scss */
.form-type-line .custom-select.is-valid,
.form-type-line .form-control.is-valid,
.form-type-line .was-validated .custom-select:valid,
.form-type-line .was-validated .form-control:valid {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#15c377), to(#15c377)), -webkit-gradient(linear, left top, left bottom, from(#15c377), to(#15c377));
  background-image: -webkit-linear-gradient(#15c377, #15c377), -webkit-linear-gradient(#15c377, #15c377);
  background-image: linear-gradient(#15c377, #15c377), linear-gradient(#15c377, #15c377);
  border: none;
}

/* line 12665, app/assets/stylesheets/theme/app.scss */
.form-type-line .custom-select.is-valid:focus,
.form-type-line .form-control.is-valid:focus,
.form-type-line .was-validated .custom-select:valid:focus,
.form-type-line .was-validated .form-control:valid:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 12673, app/assets/stylesheets/theme/app.scss */
.form-type-material.form-control,
.form-type-material .form-control {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
  -webkit-background-size: 0 2px, 100% 1px;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#33cabb), to(#33cabb)), -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
  background-image: -webkit-linear-gradient(#33cabb, #33cabb), -webkit-linear-gradient(#ebebeb, #ebebeb);
  background-image: linear-gradient(#33cabb, #33cabb), linear-gradient(#ebebeb, #ebebeb);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

/* line 12689, app/assets/stylesheets/theme/app.scss */
.form-type-material.form-control:focus, .form-type-material.form-control.focus,
.form-type-material .form-control:focus,
.form-type-material .form-control.focus {
  -webkit-background-size: 100% 2px, 100% 1px;
  background-size: 100% 2px, 100% 1px;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 12699, app/assets/stylesheets/theme/app.scss */
.form-type-material.form-control:disabled, .form-type-material.form-control[readonly],
.form-type-material .form-control:disabled,
.form-type-material .form-control[readonly] {
  background-color: #fff;
  opacity: 0.7;
}

/* line 12706, app/assets/stylesheets/theme/app.scss */
.form-type-material.form-control.form-control-sm ~ label,
.form-type-material .form-control.form-control-sm ~ label {
  font-size: 80%;
}

/* line 12711, app/assets/stylesheets/theme/app.scss */
.form-type-material.form-control.form-control-lg ~ label,
.form-type-material .form-control.form-control-lg ~ label {
  font-size: 120%;
}

/* line 12716, app/assets/stylesheets/theme/app.scss */
.form-type-material.form-group,
.form-type-material .form-group {
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
}

/* line 12723, app/assets/stylesheets/theme/app.scss */
.form-type-material.form-group label:not(.custom-control):not(.switch),
.form-type-material .form-group label:not(.custom-control):not(.switch) {
  position: absolute;
  left: 0;
  top: 13px;
  font-weight: 300;
  padding: 0;
  pointer-events: none;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* line 12736, app/assets/stylesheets/theme/app.scss */
.form-type-material.form-group .form-control-lg ~ label,
.form-type-material .form-group .form-control-lg ~ label {
  top: 20px;
}

/* line 12741, app/assets/stylesheets/theme/app.scss */
.form-type-material.input-group,
.form-type-material .input-group {
  position: relative;
  padding-top: 10px;
}

/* line 12747, app/assets/stylesheets/theme/app.scss */
.form-type-material.input-group label:not(.custom-control),
.form-type-material .input-group label:not(.custom-control) {
  position: absolute;
  left: 0;
  top: 8px !important;
  font-weight: 300;
  padding: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* line 12759, app/assets/stylesheets/theme/app.scss */
.form-type-material.input-group .input-group-addon,
.form-type-material .input-group .input-group-addon {
  background-color: #fff;
  border: none;
  color: #929daf;
}

/* line 12766, app/assets/stylesheets/theme/app.scss */
.form-type-material.input-group .input-group-btn + .form-control,
.form-type-material.input-group .form-control + .input-group-btn,
.form-type-material.input-group .input-group-btn + .input-group-input,
.form-type-material.input-group .input-group-input + .input-group-btn,
.form-type-material .input-group .input-group-btn + .form-control,
.form-type-material .input-group .form-control + .input-group-btn,
.form-type-material .input-group .input-group-btn + .input-group-input,
.form-type-material .input-group .input-group-input + .input-group-btn {
  margin-left: 1rem;
}

/* line 12777, app/assets/stylesheets/theme/app.scss */
.form-type-material.input-group.input-group-lg label,
.form-type-material .input-group.input-group-lg label {
  font-size: 120%;
  top: 14px !important;
}

/* line 12783, app/assets/stylesheets/theme/app.scss */
.form-type-material.input-group.input-group-sm label,
.form-type-material .input-group.input-group-sm label {
  font-size: 80%;
  top: 3px !important;
}

/* line 12789, app/assets/stylesheets/theme/app.scss */
.form-type-material .custom-file-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ebebeb;
  padding-left: 0;
  padding-right: 0;
}

/* line 12797, app/assets/stylesheets/theme/app.scss */
.form-type-material .custom-file-control::before {
  border-radius: 0;
}

/* line 12801, app/assets/stylesheets/theme/app.scss */
.form-type-material .input-group-input {
  position: relative;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

/* line 12807, app/assets/stylesheets/theme/app.scss */
.form-type-material .input-group-input .form-control {
  width: 100%;
}

/* line 12811, app/assets/stylesheets/theme/app.scss */
.form-type-material .input-group-input label {
  top: 6px !important;
  z-index: 3;
}

/* line 12816, app/assets/stylesheets/theme/app.scss */
.form-type-material .input-group-input.do-float label,
.form-type-material .input-group-input .label-floated {
  top: -13px !important;
}

/* line 12821, app/assets/stylesheets/theme/app.scss */
.form-type-material .bootstrap-select.btn-group .dropdown-toggle {
  background-color: transparent;
  border: none;
  padding-left: 0;
  -webkit-background-size: 0 2px, 100% 1px;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#33cabb), to(#33cabb)), -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
  background-image: -webkit-linear-gradient(#33cabb, #33cabb), -webkit-linear-gradient(#ebebeb, #ebebeb);
  background-image: linear-gradient(#33cabb, #33cabb), linear-gradient(#ebebeb, #ebebeb);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

/* line 12836, app/assets/stylesheets/theme/app.scss */
.form-type-material .bootstrap-select.btn-group .dropdown-toggle:focus {
  background-color: #fff;
}

/* line 12840, app/assets/stylesheets/theme/app.scss */
.form-type-material .bootstrap-select.btn-group.show .dropdown-toggle {
  -webkit-background-size: 100% 2px, 100% 1px;
  background-size: 100% 2px, 100% 1px;
  border-color: transparent;
}

/* line 12846, app/assets/stylesheets/theme/app.scss */
.form-type-material .bootstrap-select.btn-group.input-group-btn .dropdown-toggle {
  margin-top: 0;
}

/* line 12850, app/assets/stylesheets/theme/app.scss */
.form-type-material .bootstrap-select.btn-group + label {
  z-index: 3;
}

/* line 12854, app/assets/stylesheets/theme/app.scss */
.do-float label,
.label-floated {
  top: -8px !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  opacity: .5;
}

/* line 12862, app/assets/stylesheets/theme/app.scss */
.form-type-material .has-success .form-control,
.form-type-material.has-success .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#15c377), to(#15c377)), -webkit-gradient(linear, left top, left bottom, from(#15c377), to(#15c377));
  background-image: -webkit-linear-gradient(#15c377, #15c377), -webkit-linear-gradient(#15c377, #15c377);
  background-image: linear-gradient(#15c377, #15c377), linear-gradient(#15c377, #15c377);
}

/* line 12869, app/assets/stylesheets/theme/app.scss */
.form-type-material .has-success.do-float label,
.form-type-material .has-success .do-float label,
.form-type-material.has-success.do-float label,
.form-type-material.has-success .do-float label {
  color: #15c377;
}

/* line 12876, app/assets/stylesheets/theme/app.scss */
.form-type-material .has-warning .form-control,
.form-type-material.has-warning .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#faa64b), to(#faa64b)), -webkit-gradient(linear, left top, left bottom, from(#faa64b), to(#faa64b));
  background-image: -webkit-linear-gradient(#faa64b, #faa64b), -webkit-linear-gradient(#faa64b, #faa64b);
  background-image: linear-gradient(#faa64b, #faa64b), linear-gradient(#faa64b, #faa64b);
}

/* line 12883, app/assets/stylesheets/theme/app.scss */
.form-type-material .has-warning.do-float label,
.form-type-material .has-warning .do-float label,
.form-type-material.has-warning.do-float label,
.form-type-material.has-warning .do-float label {
  color: #faa64b;
}

/* line 12890, app/assets/stylesheets/theme/app.scss */
.form-type-material .has-danger .form-control,
.form-type-material.has-danger .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868)), -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868));
  background-image: -webkit-linear-gradient(#f96868, #f96868), -webkit-linear-gradient(#f96868, #f96868);
  background-image: linear-gradient(#f96868, #f96868), linear-gradient(#f96868, #f96868);
}

/* line 12897, app/assets/stylesheets/theme/app.scss */
.form-type-material .has-danger.do-float label,
.form-type-material .has-danger .do-float label,
.form-type-material.has-danger.do-float label,
.form-type-material.has-danger .do-float label {
  color: #f96868;
}

/* line 12904, app/assets/stylesheets/theme/app.scss */
.form-type-material .custom-select.is-invalid,
.form-type-material .form-control.is-invalid,
.form-type-material .was-validated .custom-select:invalid,
.form-type-material .was-validated .form-control:invalid {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868)), -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868));
  background-image: -webkit-linear-gradient(#f96868, #f96868), -webkit-linear-gradient(#f96868, #f96868);
  background-image: linear-gradient(#f96868, #f96868), linear-gradient(#f96868, #f96868);
  border: none;
}

/* line 12914, app/assets/stylesheets/theme/app.scss */
.form-type-material .custom-select.is-invalid:focus,
.form-type-material .form-control.is-invalid:focus,
.form-type-material .was-validated .custom-select:invalid:focus,
.form-type-material .was-validated .form-control:invalid:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 12922, app/assets/stylesheets/theme/app.scss */
.form-type-material .custom-select.is-valid,
.form-type-material .form-control.is-valid,
.form-type-material .was-validated .custom-select:valid,
.form-type-material .was-validated .form-control:valid {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#15c377), to(#15c377)), -webkit-gradient(linear, left top, left bottom, from(#15c377), to(#15c377));
  background-image: -webkit-linear-gradient(#15c377, #15c377), -webkit-linear-gradient(#15c377, #15c377);
  background-image: linear-gradient(#15c377, #15c377), linear-gradient(#15c377, #15c377);
  border: none;
}

/* line 12932, app/assets/stylesheets/theme/app.scss */
.form-type-material .custom-select.is-valid:focus,
.form-type-material .form-control.is-valid:focus,
.form-type-material .was-validated .custom-select:valid:focus,
.form-type-material .was-validated .form-control:valid:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 12940, app/assets/stylesheets/theme/app.scss */
.form-type-combine .form-group,
.form-type-combine.form-group,
.form-type-combine .input-group,
.form-type-combine.input-group {
  position: relative;
  background-color: #fff;
  position: relative;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  padding: 4px 12px 8px;
  cursor: text;
  outline: none !important;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 12956, app/assets/stylesheets/theme/app.scss */
.form-type-combine .form-group:focus, .form-type-combine .form-group.focused,
.form-type-combine.form-group:focus,
.form-type-combine.form-group.focused,
.form-type-combine .input-group:focus,
.form-type-combine .input-group.focused,
.form-type-combine.input-group:focus,
.form-type-combine.input-group.focused {
  background-color: #fcfdfe;
}

/* line 12966, app/assets/stylesheets/theme/app.scss */
.form-type-combine .form-group:focus label,
.form-type-combine .form-group:focus small,
.form-type-combine .form-group:focus .form-text, .form-type-combine .form-group.focused label,
.form-type-combine .form-group.focused small,
.form-type-combine .form-group.focused .form-text,
.form-type-combine.form-group:focus label,
.form-type-combine.form-group:focus small,
.form-type-combine.form-group:focus .form-text,
.form-type-combine.form-group.focused label,
.form-type-combine.form-group.focused small,
.form-type-combine.form-group.focused .form-text,
.form-type-combine .input-group:focus label,
.form-type-combine .input-group:focus small,
.form-type-combine .input-group:focus .form-text,
.form-type-combine .input-group.focused label,
.form-type-combine .input-group.focused small,
.form-type-combine .input-group.focused .form-text,
.form-type-combine.input-group:focus label,
.form-type-combine.input-group:focus small,
.form-type-combine.input-group:focus .form-text,
.form-type-combine.input-group.focused label,
.form-type-combine.input-group.focused small,
.form-type-combine.input-group.focused .form-text {
  opacity: .4;
}

/* line 12992, app/assets/stylesheets/theme/app.scss */
.form-type-combine .form-group.disabled,
.form-type-combine.form-group.disabled,
.form-type-combine .input-group.disabled,
.form-type-combine.input-group.disabled {
  background-color: #f9fafb;
  opacity: .5;
  cursor: not-allowed;
}

/* line 13001, app/assets/stylesheets/theme/app.scss */
.form-type-combine .form-group label,
.form-type-combine .form-group small,
.form-type-combine .form-group .form-text,
.form-type-combine.form-group label,
.form-type-combine.form-group small,
.form-type-combine.form-group .form-text,
.form-type-combine .input-group label,
.form-type-combine .input-group small,
.form-type-combine .input-group .form-text,
.form-type-combine.input-group label,
.form-type-combine.input-group small,
.form-type-combine.input-group .form-text {
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 13017, app/assets/stylesheets/theme/app.scss */
.form-type-combine .form-group .form-control,
.form-type-combine .form-group .form-control-plaintext,
.form-type-combine.form-group .form-control,
.form-type-combine.form-group .form-control-plaintext,
.form-type-combine .input-group .form-control,
.form-type-combine .input-group .form-control-plaintext,
.form-type-combine.input-group .form-control,
.form-type-combine.input-group .form-control-plaintext {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 100%;
  height: 25px;
  line-height: 25px;
  min-height: auto;
}

/* line 13034, app/assets/stylesheets/theme/app.scss */
.form-type-combine .form-group .form-control:focus,
.form-type-combine .form-group .form-control.focused,
.form-type-combine.form-group .form-control:focus,
.form-type-combine.form-group .form-control.focused,
.form-type-combine .input-group .form-control:focus,
.form-type-combine .input-group .form-control.focused,
.form-type-combine.input-group .form-control:focus,
.form-type-combine.input-group .form-control.focused {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 13046, app/assets/stylesheets/theme/app.scss */
.form-type-combine .form-group textarea,
.form-type-combine .form-group select[multiple],
.form-type-combine.form-group textarea,
.form-type-combine.form-group select[multiple],
.form-type-combine .input-group textarea,
.form-type-combine .input-group select[multiple],
.form-type-combine.input-group textarea,
.form-type-combine.input-group select[multiple] {
  height: auto !important;
}

/* line 13057, app/assets/stylesheets/theme/app.scss */
.form-type-combine .form-group label,
.form-type-combine.form-group label,
.form-type-combine .input-group label,
.form-type-combine.input-group label {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  cursor: inherit;
}

/* line 13071, app/assets/stylesheets/theme/app.scss */
.form-type-combine .form-group.require::after,
.form-type-combine.form-group.require::after,
.form-type-combine .input-group.require::after,
.form-type-combine.input-group.require::after {
  content: '*';
  color: #f96868;
  font-size: 0.875rem;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 6px;
}

/* line 13084, app/assets/stylesheets/theme/app.scss */
.form-type-combine .form-group.form-group-sm .form-control,
.form-type-combine .form-group.form-group-sm .form-control-plaintext,
.form-type-combine.form-group.form-group-sm .form-control,
.form-type-combine.form-group.form-group-sm .form-control-plaintext,
.form-type-combine .input-group.form-group-sm .form-control,
.form-type-combine .input-group.form-group-sm .form-control-plaintext,
.form-type-combine.input-group.form-group-sm .form-control,
.form-type-combine.input-group.form-group-sm .form-control-plaintext {
  height: 20px;
  line-height: 20px;
  font-size: 13px;
}

/* line 13097, app/assets/stylesheets/theme/app.scss */
.form-type-combine .form-group.form-group-sm label,
.form-type-combine.form-group.form-group-sm label,
.form-type-combine .input-group.form-group-sm label,
.form-type-combine.input-group.form-group-sm label {
  font-size: 10px;
}

/* line 13104, app/assets/stylesheets/theme/app.scss */
.form-type-combine .form-group.form-group-sm .input-group-addon,
.form-type-combine.form-group.form-group-sm .input-group-addon,
.form-type-combine .input-group.form-group-sm .input-group-addon,
.form-type-combine.input-group.form-group-sm .input-group-addon {
  line-height: 58px;
  font-size: 13px;
}

/* line 13112, app/assets/stylesheets/theme/app.scss */
.form-type-combine .form-group.form-group-lg .form-control,
.form-type-combine .form-group.form-group-lg .form-control-plaintext,
.form-type-combine.form-group.form-group-lg .form-control,
.form-type-combine.form-group.form-group-lg .form-control-plaintext,
.form-type-combine .input-group.form-group-lg .form-control,
.form-type-combine .input-group.form-group-lg .form-control-plaintext,
.form-type-combine.input-group.form-group-lg .form-control,
.form-type-combine.input-group.form-group-lg .form-control-plaintext {
  height: 32px;
  line-height: 32px;
  font-size: 15px;
}

/* line 13125, app/assets/stylesheets/theme/app.scss */
.form-type-combine .form-group.form-group-lg label,
.form-type-combine.form-group.form-group-lg label,
.form-type-combine .input-group.form-group-lg label,
.form-type-combine.input-group.form-group-lg label {
  font-size: 12px;
}

/* line 13132, app/assets/stylesheets/theme/app.scss */
.form-type-combine .form-group.form-group-lg .input-group-addon,
.form-type-combine.form-group.form-group-lg .input-group-addon,
.form-type-combine .input-group.form-group-lg .input-group-addon,
.form-type-combine.input-group.form-group-lg .input-group-addon {
  line-height: 70px;
  font-size: 15px;
}

/* line 13140, app/assets/stylesheets/theme/app.scss */
.form-type-combine .form-group .bootstrap-select.btn-group .dropdown-toggle,
.form-type-combine.form-group .bootstrap-select.btn-group .dropdown-toggle,
.form-type-combine .input-group .bootstrap-select.btn-group .dropdown-toggle,
.form-type-combine.input-group .bootstrap-select.btn-group .dropdown-toggle {
  background-color: transparent;
  border: none;
  padding: 0 18px 0 0;
  height: 25px;
  line-height: 25px;
  min-height: auto;
}

/* line 13152, app/assets/stylesheets/theme/app.scss */
.form-type-combine .form-group .bootstrap-select.btn-group.show .dropdown-toggle,
.form-type-combine.form-group .bootstrap-select.btn-group.show .dropdown-toggle,
.form-type-combine .input-group .bootstrap-select.btn-group.show .dropdown-toggle,
.form-type-combine.input-group .bootstrap-select.btn-group.show .dropdown-toggle {
  -webkit-background-size: 100% 2px, 100% 1px;
  background-size: 100% 2px, 100% 1px;
  border-color: transparent;
}

/* line 13161, app/assets/stylesheets/theme/app.scss */
.form-type-combine .input-group,
.form-type-combine.input-group {
  padding: 0;
  display: -webkit-box;
  display: flex;
  overflow: visible;
  margin-bottom: 1rem;
}

/* line 13170, app/assets/stylesheets/theme/app.scss */
.form-type-combine .input-group .input-group-addon,
.form-type-combine.input-group .input-group-addon {
  flex-shrink: 0;
  -webkit-box-pack: center;
  justify-content: center;
  border: none;
  min-width: 63px;
  line-height: 63px;
  padding-top: 0;
  padding-bottom: 0;
  cursor: default;
}

/* line 13183, app/assets/stylesheets/theme/app.scss */
.form-type-combine .input-group .input-group-addon .custom-control,
.form-type-combine.input-group .input-group-addon .custom-control {
  cursor: pointer;
  vertical-align: super;
}

/* line 13189, app/assets/stylesheets/theme/app.scss */
.form-type-combine .input-group .input-group-btn .btn,
.form-type-combine.input-group .input-group-btn .btn {
  height: 100%;
  border: 0;
  margin: 0;
}

/* line 13196, app/assets/stylesheets/theme/app.scss */
.form-type-combine .input-group .input-group-input,
.form-type-combine.input-group .input-group-input {
  padding: 4px 12px 8px;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 13205, app/assets/stylesheets/theme/app.scss */
.form-type-combine .input-group .input-group-input:focus, .form-type-combine .input-group .input-group-input.focused,
.form-type-combine.input-group .input-group-input:focus,
.form-type-combine.input-group .input-group-input.focused {
  background-color: #fcfdfe;
}

/* line 13211, app/assets/stylesheets/theme/app.scss */
.form-type-combine .input-group .input-group-input:focus label,
.form-type-combine .input-group .input-group-input:focus small,
.form-type-combine .input-group .input-group-input:focus .form-text, .form-type-combine .input-group .input-group-input.focused label,
.form-type-combine .input-group .input-group-input.focused small,
.form-type-combine .input-group .input-group-input.focused .form-text,
.form-type-combine.input-group .input-group-input:focus label,
.form-type-combine.input-group .input-group-input:focus small,
.form-type-combine.input-group .input-group-input:focus .form-text,
.form-type-combine.input-group .input-group-input.focused label,
.form-type-combine.input-group .input-group-input.focused small,
.form-type-combine.input-group .input-group-input.focused .form-text {
  opacity: .4;
}

/* line 13225, app/assets/stylesheets/theme/app.scss */
.form-type-combine .input-group .input-group-input .form-control:focus,
.form-type-combine.input-group .input-group-input .form-control:focus {
  background-color: transparent;
}

/* line 13230, app/assets/stylesheets/theme/app.scss */
.form-type-combine .input-group .input-group-addon + .input-group-input,
.form-type-combine .input-group .input-group-btn + .input-group-input,
.form-type-combine .input-group .input-group-input + .input-group-addon,
.form-type-combine .input-group .input-group-input + .input-group-btn .btn,
.form-type-combine .input-group .input-group-btn .btn + .btn,
.form-type-combine.input-group .input-group-addon + .input-group-input,
.form-type-combine.input-group .input-group-btn + .input-group-input,
.form-type-combine.input-group .input-group-input + .input-group-addon,
.form-type-combine.input-group .input-group-input + .input-group-btn .btn,
.form-type-combine.input-group .input-group-btn .btn + .btn {
  border-left: 1px solid #ebebeb;
}

/* line 13243, app/assets/stylesheets/theme/app.scss */
.form-type-combine .input-group .form-control:focus,
.form-type-combine.input-group .form-control:focus {
  border-color: #ebebeb;
  background-color: #fcfdfe;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 13251, app/assets/stylesheets/theme/app.scss */
.form-type-combine.has-success,
.form-type-combine .has-success {
  border-color: #15c377;
}

/* line 13256, app/assets/stylesheets/theme/app.scss */
.form-type-combine.has-success + .form-control-feedback,
.form-type-combine .has-success + .form-control-feedback {
  color: #15c377;
}

/* line 13261, app/assets/stylesheets/theme/app.scss */
.form-type-combine.has-warning,
.form-type-combine .has-warning {
  border-color: #faa64b;
}

/* line 13266, app/assets/stylesheets/theme/app.scss */
.form-type-combine.has-warning + .form-control-feedback,
.form-type-combine .has-warning + .form-control-feedback {
  color: #faa64b;
}

/* line 13271, app/assets/stylesheets/theme/app.scss */
.form-type-combine.has-danger,
.form-type-combine .has-danger {
  border-color: #f96868;
}

/* line 13276, app/assets/stylesheets/theme/app.scss */
.form-type-combine.has-danger + .form-control-feedback,
.form-type-combine .has-danger + .form-control-feedback {
  color: #f96868;
}

/* line 13281, app/assets/stylesheets/theme/app.scss */
.form-type-combine .form-group + .form-control-feedback {
  margin-top: -.5rem;
  line-height: 20px;
}

/* line 13286, app/assets/stylesheets/theme/app.scss */
.form-type-combine .custom-select.is-invalid,
.form-type-combine .form-control.is-invalid,
.form-type-combine .was-validated .custom-select:invalid,
.form-type-combine .was-validated .form-control:invalid {
  border-color: #f96868 !important;
}

/* line 13293, app/assets/stylesheets/theme/app.scss */
.form-type-combine .custom-select.is-invalid:focus,
.form-type-combine .form-control.is-invalid:focus,
.form-type-combine .was-validated .custom-select:invalid:focus,
.form-type-combine .was-validated .form-control:invalid:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 13301, app/assets/stylesheets/theme/app.scss */
.form-type-combine .custom-select.is-valid,
.form-type-combine .form-control.is-valid,
.form-type-combine .was-validated .custom-select:valid,
.form-type-combine .was-validated .form-control:valid {
  border-color: #15c377 !important;
}

/* line 13308, app/assets/stylesheets/theme/app.scss */
.form-type-combine .custom-select.is-valid:focus,
.form-type-combine .form-control.is-valid:focus,
.form-type-combine .was-validated .custom-select:valid:focus,
.form-type-combine .was-validated .form-control:valid:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 13316, app/assets/stylesheets/theme/app.scss */
.form-groups-attached {
  margin-bottom: 1rem;
}

/* line 13320, app/assets/stylesheets/theme/app.scss */
.form-groups-attached .form-group {
  margin-bottom: 0;
  border-radius: 0;
}

/* line 13325, app/assets/stylesheets/theme/app.scss */
.form-groups-attached > div:not(:last-child),
.form-groups-attached > div:not(:last-child) .form-group {
  border-bottom-color: transparent;
}

/* line 13330, app/assets/stylesheets/theme/app.scss */
.form-groups-attached .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 13335, app/assets/stylesheets/theme/app.scss */
.form-groups-attached .row > .form-group:not(:last-child) {
  border-right-color: transparent;
}

/* line 13339, app/assets/stylesheets/theme/app.scss */
.file-group {
  position: relative;
  overflow: hidden;
}

/* line 13344, app/assets/stylesheets/theme/app.scss */
.file-group input[type="file"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 20px;
}

/* line 13351, app/assets/stylesheets/theme/app.scss */
.file-group-inline {
  display: inline-block;
}

/* line 13355, app/assets/stylesheets/theme/app.scss */
.form-control.file-value {
  cursor: text;
}

/* line 13359, app/assets/stylesheets/theme/app.scss */
.dropify-wrapper {
  border: 1px solid #ebebeb;
  padding: 12px;
}

/* line 13364, app/assets/stylesheets/theme/app.scss */
.dropify-wrapper .dropify-clear,
.dropify-wrapper.touch-fallback .dropify-clear {
  bottom: 6px;
  border: none;
  color: #f96868;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 6px 12px;
  cursor: pointer;
}

/* line 13376, app/assets/stylesheets/theme/app.scss */
.dropify-wrapper .dropify-clear:hover,
.dropify-wrapper.touch-fallback .dropify-clear:hover {
  background-color: #f9fafb;
}

/* line 13381, app/assets/stylesheets/theme/app.scss */
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner {
  padding-top: 10px;
  padding-bottom: 0;
}

/* line 13386, app/assets/stylesheets/theme/app.scss */
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p,
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p {
  color: #929daf;
  font-weight: 300;
}

/* line 13392, app/assets/stylesheets/theme/app.scss */
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
  font-size: 12px;
  opacity: 0.6;
  display: none;
}

/* line 13398, app/assets/stylesheets/theme/app.scss */
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename {
  font-weight: 400;
  font-size: 13px;
  color: #788394;
}

/* line 13404, app/assets/stylesheets/theme/app.scss */
.dropzone {
  padding: 10px;
  border: 2px dashed #ebebeb;
  background-color: #fcfdfe;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 13412, app/assets/stylesheets/theme/app.scss */
.dropzone.dz-drag-hover {
  border: 2px dashed #48b0f7;
}

/* line 13416, app/assets/stylesheets/theme/app.scss */
.dropzone .dz-preview {
  margin: 10px;
}

/* line 13420, app/assets/stylesheets/theme/app.scss */
.dropzone .dz-preview .dz-image {
  border-radius: 4px !important;
}

/* line 13424, app/assets/stylesheets/theme/app.scss */
.dz-message {
  color: #a5b3c7;
  font-size: 1rem;
}

/* line 13429, app/assets/stylesheets/theme/app.scss */
.dz-message span::before {
  font-family: FontAwesome;
  content: "\f0ee";
  font-size: 2rem;
  display: block;
  padding-bottom: 16px;
  opacity: .5;
}

/* line 13438, app/assets/stylesheets/theme/app.scss */
.form-check-input {
  outline: none !important;
}

/* line 13442, app/assets/stylesheets/theme/app.scss */
.custom-control {
  color: #616a78;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 0;
  outline: none !important;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 0;
}

/* line 13455, app/assets/stylesheets/theme/app.scss */
.custom-controls-stacked::after {
  display: block;
  content: "";
  clear: both;
}

/* line 13461, app/assets/stylesheets/theme/app.scss */
.custom-controls-stacked .custom-control {
  display: -webkit-inline-box;
  display: inline-flex;
  margin-bottom: 6px;
}

/* line 13467, app/assets/stylesheets/theme/app.scss */
.custom-control-input:checked ~ .custom-control-indicator,
.custom-control-input:active:not(:disabled) ~ .custom-control-indicator {
  background-image: none !important;
  background-color: #fcfdfe;
}

/* line 13473, app/assets/stylesheets/theme/app.scss */
.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 13478, app/assets/stylesheets/theme/app.scss */
.custom-control-input:checked ~ .custom-control-indicator::before, .custom-control-input:checked ~ .custom-control-indicator::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 13483, app/assets/stylesheets/theme/app.scss */
.custom-control-input:disabled ~ .custom-control-indicator {
  opacity: .5;
}

/* line 13487, app/assets/stylesheets/theme/app.scss */
.custom-control-input:checked ~ .custom-control-description.strike-on-check {
  text-decoration: line-through;
  opacity: .6;
}

/* line 13492, app/assets/stylesheets/theme/app.scss */
.custom-control-indicator {
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  background-color: #fcfdfe;
  border: 1px solid #ebebeb;
  position: static;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
  text-align: center;
}

/* line 13506, app/assets/stylesheets/theme/app.scss */
.custom-control-indicator::after {
  content: '';
  display: inline-block;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

/* line 13517, app/assets/stylesheets/theme/app.scss */
.custom-control-description {
  padding-left: 8px;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

/* line 13523, app/assets/stylesheets/theme/app.scss */
.custom-radio {
  cursor: pointer;
}

/* line 13527, app/assets/stylesheets/theme/app.scss */
.custom-radio .custom-control-indicator::after {
  border-radius: 50%;
  vertical-align: top;
  margin-top: 4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #33cabb;
}

/* line 13537, app/assets/stylesheets/theme/app.scss */
.custom-checkbox {
  cursor: pointer;
}

/* line 13541, app/assets/stylesheets/theme/app.scss */
.custom-checkbox .custom-control-indicator {
  border-radius: 0;
}

/* line 13545, app/assets/stylesheets/theme/app.scss */
.custom-checkbox .custom-control-indicator::after {
  content: "\e64c";
  font-family: themify;
  font-size: 11px;
  font-weight: bold;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #33cabb;
}

/* line 13558, app/assets/stylesheets/theme/app.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator::before, .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator::after {
  border-radius: 0;
}

/* line 13562, app/assets/stylesheets/theme/app.scss */
.custom-control.no-border .custom-control-indicator {
  border-color: transparent;
  background-color: transparent !important;
}

/* line 13567, app/assets/stylesheets/theme/app.scss */
.custom-control.no-border .custom-control-indicator::before {
  background-color: transparent;
}

/* line 13571, app/assets/stylesheets/theme/app.scss */
.custom-control.no-border.custom-checkbox .custom-control-indicator::after {
  font-size: 14px;
}

/* line 13575, app/assets/stylesheets/theme/app.scss */
.custom-control.no-border.custom-radio .custom-control-indicator::after {
  margin-top: 3px;
  display: inline-block;
  width: 9px;
  height: 9px;
}

/* line 13582, app/assets/stylesheets/theme/app.scss */
.custom-control-sm .custom-control-indicator {
  width: 14px;
  height: 14px;
  line-height: 12px;
}

/* line 13588, app/assets/stylesheets/theme/app.scss */
.custom-control-sm.custom-radio .custom-control-indicator::after {
  margin-top: 3px;
  width: 6px;
  height: 6px;
}

/* line 13594, app/assets/stylesheets/theme/app.scss */
.custom-control-sm.custom-radio.no-border .custom-control-indicator::after {
  margin-top: 2px;
  width: 7px;
  height: 7px;
}

/* line 13600, app/assets/stylesheets/theme/app.scss */
.custom-control-sm.custom-checkbox .custom-control-indicator::after {
  font-size: 9px;
}

/* line 13604, app/assets/stylesheets/theme/app.scss */
.custom-control-sm.custom-checkbox.no-border .custom-control-indicator::after {
  font-size: 11px;
}

/* line 13608, app/assets/stylesheets/theme/app.scss */
.custom-control-lg .custom-control-indicator {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

/* line 13614, app/assets/stylesheets/theme/app.scss */
.custom-control-lg.custom-radio .custom-control-indicator::after {
  margin-top: 5px;
  width: 10px;
  height: 10px;
}

/* line 13620, app/assets/stylesheets/theme/app.scss */
.custom-control-lg.custom-radio.no-border .custom-control-indicator::after {
  margin-top: 5px;
  width: 10px;
  height: 10px;
}

/* line 13626, app/assets/stylesheets/theme/app.scss */
.custom-control-lg.custom-checkbox .custom-control-indicator::after {
  font-size: 14px;
}

/* line 13630, app/assets/stylesheets/theme/app.scss */
.custom-control-lg.custom-checkbox.no-border .custom-control-indicator::after {
  font-size: 16px;
}

/* line 13634, app/assets/stylesheets/theme/app.scss */
.custom-control-light .custom-control-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}

/* line 13642, app/assets/stylesheets/theme/app.scss */
.custom-control-primary.custom-checkbox .custom-control-indicator::after {
  color: #33cabb;
}

/* line 13646, app/assets/stylesheets/theme/app.scss */
.custom-control-primary.custom-radio .custom-control-indicator::after {
  background-color: #33cabb;
}

/* line 13650, app/assets/stylesheets/theme/app.scss */
.custom-control-secondary.custom-checkbox .custom-control-indicator::after {
  color: #e4e7ea;
}

/* line 13654, app/assets/stylesheets/theme/app.scss */
.custom-control-secondary.custom-radio .custom-control-indicator::after {
  background-color: #e4e7ea;
}

/* line 13658, app/assets/stylesheets/theme/app.scss */
.custom-control-success.custom-checkbox .custom-control-indicator::after {
  color: #15c377;
}

/* line 13662, app/assets/stylesheets/theme/app.scss */
.custom-control-success.custom-radio .custom-control-indicator::after {
  background-color: #15c377;
}

/* line 13666, app/assets/stylesheets/theme/app.scss */
.custom-control-info.custom-checkbox .custom-control-indicator::after {
  color: #48b0f7;
}

/* line 13670, app/assets/stylesheets/theme/app.scss */
.custom-control-info.custom-radio .custom-control-indicator::after {
  background-color: #48b0f7;
}

/* line 13674, app/assets/stylesheets/theme/app.scss */
.custom-control-warning.custom-checkbox .custom-control-indicator::after {
  color: #faa64b;
}

/* line 13678, app/assets/stylesheets/theme/app.scss */
.custom-control-warning.custom-radio .custom-control-indicator::after {
  background-color: #faa64b;
}

/* line 13682, app/assets/stylesheets/theme/app.scss */
.custom-control-danger.custom-checkbox .custom-control-indicator::after {
  color: #f96868;
}

/* line 13686, app/assets/stylesheets/theme/app.scss */
.custom-control-danger.custom-radio .custom-control-indicator::after {
  background-color: #f96868;
}

/* line 13690, app/assets/stylesheets/theme/app.scss */
.custom-control-pink.custom-checkbox .custom-control-indicator::after {
  color: #f96197;
}

/* line 13694, app/assets/stylesheets/theme/app.scss */
.custom-control-pink.custom-radio .custom-control-indicator::after {
  background-color: #f96197;
}

/* line 13698, app/assets/stylesheets/theme/app.scss */
.custom-control-purple.custom-checkbox .custom-control-indicator::after {
  color: #926dde;
}

/* line 13702, app/assets/stylesheets/theme/app.scss */
.custom-control-purple.custom-radio .custom-control-indicator::after {
  background-color: #926dde;
}

/* line 13706, app/assets/stylesheets/theme/app.scss */
.custom-control-brown.custom-checkbox .custom-control-indicator::after {
  color: #8d6658;
}

/* line 13710, app/assets/stylesheets/theme/app.scss */
.custom-control-brown.custom-radio .custom-control-indicator::after {
  background-color: #8d6658;
}

/* line 13714, app/assets/stylesheets/theme/app.scss */
.custom-control-cyan.custom-checkbox .custom-control-indicator::after {
  color: #57c7d4;
}

/* line 13718, app/assets/stylesheets/theme/app.scss */
.custom-control-cyan.custom-radio .custom-control-indicator::after {
  background-color: #57c7d4;
}

/* line 13722, app/assets/stylesheets/theme/app.scss */
.custom-control-yellow.custom-checkbox .custom-control-indicator::after {
  color: #fcc525;
}

/* line 13726, app/assets/stylesheets/theme/app.scss */
.custom-control-yellow.custom-radio .custom-control-indicator::after {
  background-color: #fcc525;
}

/* line 13730, app/assets/stylesheets/theme/app.scss */
.custom-control-gray.custom-checkbox .custom-control-indicator::after {
  color: #868e96;
}

/* line 13734, app/assets/stylesheets/theme/app.scss */
.custom-control-gray.custom-radio .custom-control-indicator::after {
  background-color: #868e96;
}

/* line 13738, app/assets/stylesheets/theme/app.scss */
.custom-control-dark.custom-checkbox .custom-control-indicator::after {
  color: #465161;
}

/* line 13742, app/assets/stylesheets/theme/app.scss */
.custom-control-dark.custom-radio .custom-control-indicator::after {
  background-color: #465161;
}

/* line 13746, app/assets/stylesheets/theme/app.scss */
.custom-control-light.custom-checkbox .custom-control-indicator::after {
  color: #fff;
}

/* line 13750, app/assets/stylesheets/theme/app.scss */
.custom-control-light.custom-radio .custom-control-indicator::after {
  background-color: #fff;
}

/* line 13754, app/assets/stylesheets/theme/app.scss */
.custom-control-secondary .custom-control-indicator::after {
  color: #616a78;
}

/* line 13758, app/assets/stylesheets/theme/app.scss */
.custom-control-light .custom-control-indicator::after {
  color: #33cabb;
}

/* line 13762, app/assets/stylesheets/theme/app.scss */
.custom-control-light.custom-radio .custom-control-indicator::after {
  background-color: #33cabb;
}

/* line 13766, app/assets/stylesheets/theme/app.scss */
.custom-control-input.is-invalid ~ .custom-control-indicator,
.was-validated .custom-control-input:invalid ~ .custom-control-indicator,
.custom-control-input.is-valid ~ .custom-control-indicator,
.was-validated .custom-control-input:valid ~ .custom-control-indicator {
  background-color: #fcfdfe;
}

/* line 13773, app/assets/stylesheets/theme/app.scss */
.custom-control-input.is-invalid ~ .custom-control-description {
  color: #f96868;
}

/* line 13777, app/assets/stylesheets/theme/app.scss */
.custom-control-input.is-invalid ~ .invalid-feedback {
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding-left: 1rem;
  font-size: 12px;
  margin-top: 0;
  font-style: italic;
}

/* line 13787, app/assets/stylesheets/theme/app.scss */
.custom-control-input.is-invalid ~ .invalid-feedback::before {
  content: '\2014 \00A0';
}

/* line 13791, app/assets/stylesheets/theme/app.scss */
.custom-control-input.is-valid ~ .custom-control-description {
  color: #15c377;
}

/* line 13795, app/assets/stylesheets/theme/app.scss */
.switch {
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 29px;
  cursor: pointer;
  white-space: nowrap;
}

/* line 13804, app/assets/stylesheets/theme/app.scss */
.switch input {
  display: none;
}

/* line 13808, app/assets/stylesheets/theme/app.scss */
.switch input:checked ~ .switch-indicator {
  background: #dcfcfa;
}

/* line 13812, app/assets/stylesheets/theme/app.scss */
.switch input:checked ~ .switch-indicator::after {
  background: #33cabb;
  left: calc(100% - 20px);
  -webkit-box-shadow: 0px 0px 3px #fcfdfe;
  box-shadow: 0px 0px 3px #fcfdfe;
}

/* line 13819, app/assets/stylesheets/theme/app.scss */
.switch input:disabled ~ span {
  cursor: not-allowed;
  opacity: .5;
}

/* line 13824, app/assets/stylesheets/theme/app.scss */
.switch.disabled {
  opacity: .5;
  cursor: not-allowed;
}

/* line 13829, app/assets/stylesheets/theme/app.scss */
.switch-indicator {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 10px;
  background: #e3e4e5;
  border-radius: 20px;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* line 13841, app/assets/stylesheets/theme/app.scss */
.switch-indicator::after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: inherit;
  background: #fff;
  border-radius: 50%;
  top: -5px;
  -webkit-box-shadow: 0px 0px 3px #bbb;
  box-shadow: 0px 0px 3px #bbb;
}

/* line 13859, app/assets/stylesheets/theme/app.scss */
.switch-description {
  padding-left: 6px;
}

/* line 13863, app/assets/stylesheets/theme/app.scss */
.switch-border input:checked + .switch-indicator {
  border-color: #dcfcfa;
}

/* line 13867, app/assets/stylesheets/theme/app.scss */
.switch-border input:checked + .switch-indicator::after {
  left: calc(100% - 14px);
}

/* line 13871, app/assets/stylesheets/theme/app.scss */
.switch-border .switch-indicator {
  border: 2px solid #e3e4e5;
  background: transparent !important;
  height: 20px;
}

/* line 13877, app/assets/stylesheets/theme/app.scss */
.switch-border .switch-indicator::after {
  background: #d6d7d9;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  top: 2px;
  left: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 13888, app/assets/stylesheets/theme/app.scss */
.switch-sm .switch-indicator {
  height: 4px;
  border-radius: 0;
}

/* line 13893, app/assets/stylesheets/theme/app.scss */
.switch-sm .switch-indicator::after {
  top: -8px;
}

/* line 13897, app/assets/stylesheets/theme/app.scss */
.switch-lg input:checked + .switch-indicator::after {
  left: calc(100% - 18px);
}

/* line 13901, app/assets/stylesheets/theme/app.scss */
.switch-lg .switch-indicator {
  height: 20px;
}

/* line 13905, app/assets/stylesheets/theme/app.scss */
.switch-lg .switch-indicator::after {
  background: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px;
}

/* line 13914, app/assets/stylesheets/theme/app.scss */
.switch-stacked .switch {
  display: inline;
}

/* line 13918, app/assets/stylesheets/theme/app.scss */
.switch-stacked .switch::after {
  display: block;
  margin-bottom: .25rem;
  content: "";
}

/* line 13924, app/assets/stylesheets/theme/app.scss */
.switch-secondary input:checked + .switch-indicator {
  background: #f7fafc;
  border-color: #f7fafc;
}

/* line 13929, app/assets/stylesheets/theme/app.scss */
.switch-secondary input:checked + .switch-indicator::after {
  background: #e4e7ea;
}

/* line 13933, app/assets/stylesheets/theme/app.scss */
.switch-success input:checked + .switch-indicator {
  background: #e3fcf2;
  border-color: #e3fcf2;
}

/* line 13938, app/assets/stylesheets/theme/app.scss */
.switch-success input:checked + .switch-indicator::after {
  background: #15c377;
}

/* line 13942, app/assets/stylesheets/theme/app.scss */
.switch-info input:checked + .switch-indicator {
  background: #e3f3fc;
  border-color: #e3f3fc;
}

/* line 13947, app/assets/stylesheets/theme/app.scss */
.switch-info input:checked + .switch-indicator::after {
  background: #48b0f7;
}

/* line 13951, app/assets/stylesheets/theme/app.scss */
.switch-warning input:checked + .switch-indicator {
  background: #fcf0e3;
  border-color: #fcf0e3;
}

/* line 13956, app/assets/stylesheets/theme/app.scss */
.switch-warning input:checked + .switch-indicator::after {
  background: #faa64b;
}

/* line 13960, app/assets/stylesheets/theme/app.scss */
.switch-danger input:checked + .switch-indicator {
  background: #fce3e3;
  border-color: #fce3e3;
}

/* line 13965, app/assets/stylesheets/theme/app.scss */
.switch-danger input:checked + .switch-indicator::after {
  background: #f96868;
}

/* line 13969, app/assets/stylesheets/theme/app.scss */
.switch-gray input:checked + .switch-indicator {
  background: #f2f2f2;
  border-color: #f2f2f2;
}

/* line 13974, app/assets/stylesheets/theme/app.scss */
.switch-gray input:checked + .switch-indicator::after {
  background: #868e96;
}

/* line 13978, app/assets/stylesheets/theme/app.scss */
.switch-dark input:checked + .switch-indicator {
  background: #c8c8c8;
  border-color: #c8c8c8;
}

/* line 13983, app/assets/stylesheets/theme/app.scss */
.switch-dark input:checked + .switch-indicator::after {
  background: #465161;
}

/* line 13987, app/assets/stylesheets/theme/app.scss */
.switch-pink input:checked + .switch-indicator {
  background: #fce3ec;
  border-color: #fce3ec;
}

/* line 13992, app/assets/stylesheets/theme/app.scss */
.switch-pink input:checked + .switch-indicator::after {
  background: #f96197;
}

/* line 13996, app/assets/stylesheets/theme/app.scss */
.switch-purple input:checked + .switch-indicator {
  background: #ece3fc;
  border-color: #ece3fc;
}

/* line 14001, app/assets/stylesheets/theme/app.scss */
.switch-purple input:checked + .switch-indicator::after {
  background: #926dde;
}

/* line 14005, app/assets/stylesheets/theme/app.scss */
.switch-brown input:checked + .switch-indicator {
  background: #eddcd5;
  border-color: #eddcd5;
}

/* line 14010, app/assets/stylesheets/theme/app.scss */
.switch-brown input:checked + .switch-indicator::after {
  background: #8d6658;
}

/* line 14014, app/assets/stylesheets/theme/app.scss */
.switch-cyan input:checked + .switch-indicator {
  background: #e3fafc;
  border-color: #e3fafc;
}

/* line 14019, app/assets/stylesheets/theme/app.scss */
.switch-cyan input:checked + .switch-indicator::after {
  background: #57c7d4;
}

/* line 14023, app/assets/stylesheets/theme/app.scss */
.switchery > small {
  padding-left: 0;
}

/* line 14027, app/assets/stylesheets/theme/app.scss */
.note-editor.note-frame,
.note-popover.note-frame {
  border-color: #f1f2f3;
}

/* line 14032, app/assets/stylesheets/theme/app.scss */
.note-editor .dropdown-menu,
.note-popover .dropdown-menu {
  white-space: nowrap;
  width: auto;
}

/* line 14038, app/assets/stylesheets/theme/app.scss */
.note-editor .dropdown-menu li a,
.note-popover .dropdown-menu li a {
  display: block;
  margin: 4px;
  padding: 4px 12px;
}

/* line 14045, app/assets/stylesheets/theme/app.scss */
.note-editor .dropdown-menu li a:hover,
.note-popover .dropdown-menu li a:hover {
  background-color: #f9fafb;
}

/* line 14050, app/assets/stylesheets/theme/app.scss */
.note-editor .dropdown-menu li a > *,
.note-popover .dropdown-menu li a > * {
  margin: 0;
}

/* line 14055, app/assets/stylesheets/theme/app.scss */
.note-editor .note-color .dropdown-menu,
.note-popover .note-color .dropdown-menu {
  padding: 5px 0;
}

/* line 14060, app/assets/stylesheets/theme/app.scss */
.note-editor .note-color .btn + .btn::after,
.note-popover .note-color .btn + .btn::after {
  margin-left: 0;
}

/* line 14065, app/assets/stylesheets/theme/app.scss */
.note-toolbar .btn,
.note-popover .btn {
  background-color: #eff1f2;
  color: #929daf;
  font-size: .8125rem;
}

/* line 14072, app/assets/stylesheets/theme/app.scss */
.note-toolbar .btn:hover, .note-toolbar .btn.active,
.note-popover .btn:hover,
.note-popover .btn.active {
  background-color: #eaecee;
  color: #616a78;
}

/* line 14079, app/assets/stylesheets/theme/app.scss */
.note-toolbar .btn.dropdown-toggle,
.note-popover .btn.dropdown-toggle {
  z-index: initial;
}

/* line 14084, app/assets/stylesheets/theme/app.scss */
.note-toolbar .open .dropdown-toggle,
.note-toolbar .show .dropdown-toggle,
.note-popover .open .dropdown-toggle,
.note-popover .show .dropdown-toggle {
  background-color: #eaecee;
}

/* line 14091, app/assets/stylesheets/theme/app.scss */
.panel-heading.note-toolbar,
.note-editor.note-frame .note-statusbar {
  background-color: #f9fafb;
  border-bottom: 1px solid #f4f5f5;
}

/* line 14097, app/assets/stylesheets/theme/app.scss */
.note-icon-caret,
.note-popover.popover {
  display: none;
}

/* line 14102, app/assets/stylesheets/theme/app.scss */
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  border-top-color: #ebebeb;
}

/* line 14106, app/assets/stylesheets/theme/app.scss */
.note-popover .popover-content .note-para .dropdown-menu,
.panel-heading.note-toolbar .note-para .dropdown-menu {
  min-width: 204px;
}

/* line 14111, app/assets/stylesheets/theme/app.scss */
.note-editor.note-frame .note-editing-area .note-codable {
  background-color: #f9fafb;
  color: #616a78;
}

/* line 14116, app/assets/stylesheets/theme/app.scss */
.note-editor.note-frame .note-editing-area .note-codable:focus {
  outline: none;
}

/* line 14120, app/assets/stylesheets/theme/app.scss */
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset,
.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  border-radius: 2px;
  margin: 5px;
  height: 29px;
  line-height: 27px;
  font-size: 0.75rem;
}

/* line 14129, app/assets/stylesheets/theme/app.scss */
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover,
.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background-color: #f9fafb;
}

/* line 14134, app/assets/stylesheets/theme/app.scss */
.note-palette-title {
  font-weight: 400;
  line-height: 24px;
}

/* line 14139, app/assets/stylesheets/theme/app.scss */
.note-btn-group.note-fontname {
  vertical-align: top;
}

/* line 14143, app/assets/stylesheets/theme/app.scss */
.note-btn-group.note-fontname .note-btn {
  line-height: 22px;
}

/* line 14147, app/assets/stylesheets/theme/app.scss */
.note-btn-group.note-fontsize {
  vertical-align: top;
}

/* line 14151, app/assets/stylesheets/theme/app.scss */
.b-0[data-provide~="summernote"] + .note-editor {
  border: none;
}

/* line 14155, app/assets/stylesheets/theme/app.scss */
.b-0[data-provide~="summernote"] + .note-editor .note-statusbar {
  display: none;
}

/*
 * Fix for Bootstrap Beta 1. Color picker doesn't open.
 */
/* line 14162, app/assets/stylesheets/theme/app.scss */
.note-popover .popover-content .note-color .dropdown-menu .btn-group,
.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

/* line 14169, app/assets/stylesheets/theme/app.scss */
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: visible;
}

/* line 14174, app/assets/stylesheets/theme/app.scss */
.ql-toolbar.ql-snow {
  font-family: Roboto, sans-serif;
  border-color: #ebebeb;
  border-bottom-color: #f1f2f3;
  background-color: #fcfdfe;
}

/* line 14181, app/assets/stylesheets/theme/app.scss */
.ql-container.ql-snow {
  border-color: #ebebeb;
}

/* line 14185, app/assets/stylesheets/theme/app.scss */
.ql-toolbar.ql-snow .ql-picker-label {
  font-weight: 300;
}

/* line 14189, app/assets/stylesheets/theme/app.scss */
.ql-editor.ql-blank::before {
  color: #c9ccce;
  font-style: normal;
}

/* line 14194, app/assets/stylesheets/theme/app.scss */
.ql-container {
  font-family: Roboto, sans-serif;
  height: auto;
}

/* line 14199, app/assets/stylesheets/theme/app.scss */
.ql-editor {
  line-height: 24px;
}

/* line 14203, app/assets/stylesheets/theme/app.scss */
.quill-no-border .ql-container.ql-snow {
  border: none;
}

/* line 14207, app/assets/stylesheets/theme/app.scss */
.quill-no-border .ql-toolbar.ql-snow {
  border: none;
  border-bottom: 1px solid #f1f2f3;
}

/* line 14212, app/assets/stylesheets/theme/app.scss */
.lookup {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}

/* line 14220, app/assets/stylesheets/theme/app.scss */
.lookup::before {
  content: "\e610";
  font-family: themify;
  font-size: 16px;
  position: absolute;
  top: 52%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(97, 106, 120, 0.4);
  width: 36px;
  text-align: center;
  cursor: text;
}

/* line 14235, app/assets/stylesheets/theme/app.scss */
.lookup input {
  color: #616a78;
  border: 1px solid #ebebeb;
  border-radius: 18px;
  height: 36px;
  width: 200px;
  max-width: 100%;
  padding-left: 36px;
  padding-right: 18px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .5px;
  outline: none !important;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 14253, app/assets/stylesheets/theme/app.scss */
.lookup input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(97, 106, 120, 0.7);
}

/* line 14258, app/assets/stylesheets/theme/app.scss */
.lookup input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(97, 106, 120, 0.7);
}

/* line 14263, app/assets/stylesheets/theme/app.scss */
.lookup input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(97, 106, 120, 0.7);
}

/* line 14268, app/assets/stylesheets/theme/app.scss */
.lookup input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(97, 106, 120, 0.7);
}

/* line 14273, app/assets/stylesheets/theme/app.scss */
.lookup input:focus {
  background-color: rgba(97, 106, 120, 0.04);
}

/* line 14277, app/assets/stylesheets/theme/app.scss */
.lookup input + input,
.lookup input + .bootstrap-select .dropdown-toggle {
  border-left: none;
}

/* line 14282, app/assets/stylesheets/theme/app.scss */
.lookup .bootstrap-select + .bootstrap-select .dropdown-toggle {
  border-left: none;
}

/* line 14286, app/assets/stylesheets/theme/app.scss */
.lookup .btn {
  height: 36px;
  line-height: 36px;
}

/* line 14291, app/assets/stylesheets/theme/app.scss */
.lookup.no-icon::before {
  display: none;
}

/* line 14295, app/assets/stylesheets/theme/app.scss */
.lookup.no-icon input {
  padding-left: 18px;
}

/* line 14299, app/assets/stylesheets/theme/app.scss */
.lookup-sm::before {
  font-size: 14px;
  width: 29px;
}

/* line 14304, app/assets/stylesheets/theme/app.scss */
.lookup-sm input {
  border-radius: 14.5px;
  height: 29px;
  width: 29px;
  padding-left: 29px;
  padding-right: 14.5px;
  font-size: 14px;
  width: 160px;
}

/* line 14314, app/assets/stylesheets/theme/app.scss */
.lookup-sm .btn {
  height: 29px;
  line-height: 29px;
}

/* line 14319, app/assets/stylesheets/theme/app.scss */
.lookup-lg::before {
  font-size: 20px;
  width: 48px;
}

/* line 14324, app/assets/stylesheets/theme/app.scss */
.lookup-lg input {
  border-radius: 24px;
  height: 48px;
  width: 48px;
  padding-left: 48px;
  padding-right: 24px;
  font-size: 16px;
  width: 250px;
}

/* line 14334, app/assets/stylesheets/theme/app.scss */
.lookup-lg .btn {
  height: 48px;
  line-height: 48px;
}

/* line 14339, app/assets/stylesheets/theme/app.scss */
.lookup-right::before {
  left: auto;
  right: 0;
}

/* line 14344, app/assets/stylesheets/theme/app.scss */
.lookup-right input {
  padding-left: 18px;
  padding-right: 36px;
}

/* line 14349, app/assets/stylesheets/theme/app.scss */
.lookup-right.lookup-sm input {
  padding-left: 14.5px;
  padding-right: 29px;
}

/* line 14354, app/assets/stylesheets/theme/app.scss */
.lookup-right.lookup-lg input {
  padding-left: 24px;
  padding-right: 48px;
}

/* line 14359, app/assets/stylesheets/theme/app.scss */
.lookup-right.no-icon input {
  padding-right: 18px;
}

/* line 14363, app/assets/stylesheets/theme/app.scss */
.lookup-right.no-icon.lookup-sm input {
  padding-right: 14.5px;
}

/* line 14367, app/assets/stylesheets/theme/app.scss */
.lookup-right.no-icon.lookup-lg input {
  padding-right: 24px;
}

/* line 14371, app/assets/stylesheets/theme/app.scss */
.lookup-circle {
  z-index: 0;
}

/* line 14375, app/assets/stylesheets/theme/app.scss */
.lookup-circle::before {
  z-index: -1;
}

/* line 14379, app/assets/stylesheets/theme/app.scss */
.lookup-circle input {
  background-color: rgba(97, 106, 120, 0.04);
  border: none;
  width: 36px;
  padding-right: 0;
}

/* line 14386, app/assets/stylesheets/theme/app.scss */
.lookup-circle input:focus {
  background-color: rgba(97, 106, 120, 0.05);
  width: 170px;
  padding-right: 18px;
}

/* line 14392, app/assets/stylesheets/theme/app.scss */
.lookup-circle.lookup-sm::before {
  font-size: 14px;
  width: 29px;
}

/* line 14397, app/assets/stylesheets/theme/app.scss */
.lookup-circle.lookup-sm input {
  border-radius: 14.5px;
  height: 29px;
  width: 29px;
  padding-left: 29px;
}

/* line 14404, app/assets/stylesheets/theme/app.scss */
.lookup-circle.lookup-sm input:focus {
  width: 150px;
  padding-right: 14.5px;
}

/* line 14409, app/assets/stylesheets/theme/app.scss */
.lookup-circle.lookup-lg::before {
  font-size: 16px;
  width: 48px;
}

/* line 14414, app/assets/stylesheets/theme/app.scss */
.lookup-circle.lookup-lg input {
  border-radius: 24px;
  height: 48px;
  width: 48px;
  padding-left: 48px;
}

/* line 14421, app/assets/stylesheets/theme/app.scss */
.lookup-circle.lookup-lg input:focus {
  width: 200px;
  padding-right: 24px;
}

/* line 14426, app/assets/stylesheets/theme/app.scss */
.lookup-circle.lookup-right::before {
  left: auto;
  right: 0;
}

/* line 14431, app/assets/stylesheets/theme/app.scss */
.lookup-circle.lookup-right input {
  padding-left: 0;
  padding-right: 36px;
}

/* line 14436, app/assets/stylesheets/theme/app.scss */
.lookup-circle.lookup-right input:focus {
  padding-left: 18px;
}

/* line 14440, app/assets/stylesheets/theme/app.scss */
.lookup-circle.lookup-right.lookup-sm input {
  padding-left: 0;
  padding-right: 29px;
}

/* line 14445, app/assets/stylesheets/theme/app.scss */
.lookup-circle.lookup-right.lookup-sm input:focus {
  padding-left: 14.5px;
}

/* line 14449, app/assets/stylesheets/theme/app.scss */
.lookup-circle.lookup-right.lookup-lg input {
  padding-left: 0;
  padding-right: 48px;
}

/* line 14454, app/assets/stylesheets/theme/app.scss */
.lookup-circle.lookup-right.lookup-lg input:focus {
  padding-left: 24px;
}

/* line 14458, app/assets/stylesheets/theme/app.scss */
.lookup-huge {
  display: -webkit-box;
  display: flex;
}

/* line 14463, app/assets/stylesheets/theme/app.scss */
.lookup-huge::before {
  font-size: 24px;
  width: 64px;
}

/* line 14468, app/assets/stylesheets/theme/app.scss */
.lookup-huge input {
  border-radius: 32px;
  height: 64px;
  width: 64px;
  padding-left: 64px;
  padding-right: 32px;
  font-size: 20px;
  font-weight: 100;
  width: 100%;
}

/* line 14479, app/assets/stylesheets/theme/app.scss */
.lookup-huge input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c9ccce;
}

/* line 14484, app/assets/stylesheets/theme/app.scss */
.lookup-huge input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c9ccce;
}

/* line 14489, app/assets/stylesheets/theme/app.scss */
.lookup-huge input:-ms-input-placeholder {
  /* IE 10+ */
  color: #c9ccce;
}

/* line 14494, app/assets/stylesheets/theme/app.scss */
.lookup-huge input:-moz-placeholder {
  /* Firefox 18- */
  color: #c9ccce;
}

/* line 14499, app/assets/stylesheets/theme/app.scss */
.lookup-huge .btn,
.lookup-huge .bootstrap-select.btn-group > .dropdown-toggle {
  height: 64px;
  line-height: 100%;
}

/* line 14505, app/assets/stylesheets/theme/app.scss */
.lookup-huge.no-icon input {
  padding-left: 32px;
}

/* line 14509, app/assets/stylesheets/theme/app.scss */
.lookup-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.985);
  z-index: 1050;
  padding: 50px 5%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

/* line 14524, app/assets/stylesheets/theme/app.scss */
.lookup-fullscreen.reveal {
  display: -webkit-box;
  display: flex;
}

/* line 14529, app/assets/stylesheets/theme/app.scss */
.lookup-fullscreen > .close {
  position: absolute;
  top: 32px;
  right: 32px;
}

/* line 14535, app/assets/stylesheets/theme/app.scss */
.lookup-fullscreen .lookup-form {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 2rem;
}

/* line 14540, app/assets/stylesheets/theme/app.scss */
.lookup-fullscreen .lookup-form input {
  border: none;
  font-size: 44px;
  background-color: transparent;
  outline: none !important;
  padding: 25px 0;
  color: #616a78;
  width: 100%;
}

/* line 14550, app/assets/stylesheets/theme/app.scss */
.lookup-fullscreen .lookup-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c9ccce;
}

/* line 14555, app/assets/stylesheets/theme/app.scss */
.lookup-fullscreen .lookup-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c9ccce;
}

/* line 14560, app/assets/stylesheets/theme/app.scss */
.lookup-fullscreen .lookup-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #c9ccce;
}

/* line 14565, app/assets/stylesheets/theme/app.scss */
.lookup-fullscreen .lookup-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #c9ccce;
}

/* line 14570, app/assets/stylesheets/theme/app.scss */
.lookup-fullscreen .lookup-results {
  height: 100%;
}

/* line 14574, app/assets/stylesheets/theme/app.scss */
.lookup-fullscreen .lookup-results .ps-scrollbar-x-rail {
  display: none;
}

@media (max-width: 767px) {
  /* line 14579, app/assets/stylesheets/theme/app.scss */
  .lookup-fullscreen .lookup-results.scrollable .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 14583, app/assets/stylesheets/theme/app.scss */
  .lookup-fullscreen .lookup-results.scrollable .row [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 14589, app/assets/stylesheets/theme/app.scss */
.publisher {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 12px 20px;
  background-color: #f9fafb;
}

/* line 14599, app/assets/stylesheets/theme/app.scss */
.publisher > * {
  margin: 0 8px;
}

/* line 14603, app/assets/stylesheets/theme/app.scss */
.publisher > *:first-child {
  margin-left: 0;
}

/* line 14607, app/assets/stylesheets/theme/app.scss */
.publisher > *:last-child {
  margin-right: 0;
}

/* line 14611, app/assets/stylesheets/theme/app.scss */
.publisher-multi {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
}

/* line 14619, app/assets/stylesheets/theme/app.scss */
.publisher-multi > * {
  margin: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  width: 100%;
}

/* line 14626, app/assets/stylesheets/theme/app.scss */
.publisher-multi .publisher-input {
  margin-bottom: 1rem;
}

/* line 14630, app/assets/stylesheets/theme/app.scss */
.publisher-input {
  -webkit-box-flex: 1;
  flex-grow: 1;
  border: none;
  outline: none !important;
  background-color: transparent;
}

/* line 14638, app/assets/stylesheets/theme/app.scss */
.publisher-btn {
  background-color: transparent;
  border: none;
  color: #929daf;
  font-size: 16px;
  cursor: pointer;
  overflow: -moz-hidden-unscrollable;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

/* line 14649, app/assets/stylesheets/theme/app.scss */
.publisher-btn:hover {
  color: #616a78;
}

/* line 14653, app/assets/stylesheets/theme/app.scss */
.publisher-avatar {
  position: absolute;
  width: auto;
  left: -18px;
  top: 8px;
}

/* line 14660, app/assets/stylesheets/theme/app.scss */
.publisher-avatar.avatar-sm {
  left: -14.5px;
  top: auto;
}

/* line 14665, app/assets/stylesheets/theme/app.scss */
.disabled[data-wizard] {
  opacity: 0;
}

@media (min-width: 992px) {
  /* line 14670, app/assets/stylesheets/theme/app.scss */
  .modal-open .topbar {
    padding-right: 37px;
  }
}

/* line 14675, app/assets/stylesheets/theme/app.scss */
body > main {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-height: 100vh;
  -webkit-transition: margin-left .3s ease-out;
  transition: margin-left .3s ease-out;
}

/* line 14686, app/assets/stylesheets/theme/app.scss */
body > .topbar + main {
  padding-top: 64px;
}

/* line 14690, app/assets/stylesheets/theme/app.scss */
body > .topbar-secondary + main {
  padding-top: 80px;
}

/* line 14694, app/assets/stylesheets/theme/app.scss */
.main-content {
  padding: 30px 30px 0;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
}

/* line 14700, app/assets/stylesheets/theme/app.scss */
.main-content > .container {
  padding-left: 0;
  padding-right: 0;
}

/* line 14705, app/assets/stylesheets/theme/app.scss */
.container-full {
  margin-left: -30px;
  margin-right: -30px;
}

/* line 14710, app/assets/stylesheets/theme/app.scss */
.site-footer {
  padding: 15px 30px;
}

/* line 14714, app/assets/stylesheets/theme/app.scss */
.app-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 14723, app/assets/stylesheets/theme/app.scss */
.app-backdrop.backdrop-sidebar {
  z-index: 997;
}

/* line 14727, app/assets/stylesheets/theme/app.scss */
.app-backdrop.backdrop-topbar-menu {
  z-index: 992;
}

/* line 14731, app/assets/stylesheets/theme/app.scss */
.app-backdrop.backdrop-quickview {
  background-color: transparent;
  z-index: 998;
}

@media (min-width: 768px) {
  /* line 14737, app/assets/stylesheets/theme/app.scss */
  .card-maximize {
    left: 260px;
  }
}

@media (max-width: 991px) {
  /* line 14743, app/assets/stylesheets/theme/app.scss */
  .topbar,
body > main {
    margin-left: 0;
  }
  /* line 14747, app/assets/stylesheets/theme/app.scss */
  .card-maximize {
    left: 0;
  }
  /* line 14750, app/assets/stylesheets/theme/app.scss */
  .site-footer,
.site-footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  /* line 14759, app/assets/stylesheets/theme/app.scss */
  .topbar {
    padding: 0 0.25rem;
  }
  /* line 14762, app/assets/stylesheets/theme/app.scss */
  .site-footer,
.main-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 14767, app/assets/stylesheets/theme/app.scss */
  .container-full {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media print {
  /* line 14774, app/assets/stylesheets/theme/app.scss */
  body * {
    visibility: hidden;
  }
  /* line 14777, app/assets/stylesheets/theme/app.scss */
  .printing-area {
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 14783, app/assets/stylesheets/theme/app.scss */
  .printing-area * {
    visibility: visible;
  }
}

/* line 14788, app/assets/stylesheets/theme/app.scss */
body {
  background-color: #f3f5f7;
}

/* line 14792, app/assets/stylesheets/theme/app.scss */
.sticker-stick {
  position: fixed;
}

/* line 14796, app/assets/stylesheets/theme/app.scss */
.row.no-gap, .row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

/* line 14801, app/assets/stylesheets/theme/app.scss */
.row.no-gap > .col,
.row.no-gap > [class*="col-"], .row.no-gutters > .col,
.row.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 14808, app/assets/stylesheets/theme/app.scss */
.row.gap-1 {
  margin-left: -4px;
  margin-right: -4px;
}

/* line 14813, app/assets/stylesheets/theme/app.scss */
.row.gap-1 > .col,
.row.gap-1 > [class*="col-"] {
  padding-left: 4px;
  padding-right: 4px;
}

/* line 14819, app/assets/stylesheets/theme/app.scss */
.row.gap-2 {
  margin-left: -8px;
  margin-right: -8px;
}

/* line 14824, app/assets/stylesheets/theme/app.scss */
.row.gap-2 > .col,
.row.gap-2 > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 14830, app/assets/stylesheets/theme/app.scss */
.row.gap-3 {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 14835, app/assets/stylesheets/theme/app.scss */
.row.gap-3 > .col,
.row.gap-3 > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 14841, app/assets/stylesheets/theme/app.scss */
.row.gap-4 {
  margin-left: -24px;
  margin-right: -24px;
}

/* line 14846, app/assets/stylesheets/theme/app.scss */
.row.gap-4 > .col,
.row.gap-4 > [class*="col-"] {
  padding-left: 24px;
  padding-right: 24px;
}

/* line 14852, app/assets/stylesheets/theme/app.scss */
.row.gap-5 {
  margin-left: -32px;
  margin-right: -32px;
}

/* line 14857, app/assets/stylesheets/theme/app.scss */
.row.gap-5 > .col,
.row.gap-5 > [class*="col-"] {
  padding-left: 32px;
  padding-right: 32px;
}

/* line 14863, app/assets/stylesheets/theme/app.scss */
.row.gap-y {
  margin-top: -15px;
  margin-bottom: -15px;
}

/* line 14868, app/assets/stylesheets/theme/app.scss */
.row.gap-y > .col,
.row.gap-y > [class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 14874, app/assets/stylesheets/theme/app.scss */
.row.gap-y.gap-1 {
  margin-top: -4px;
  margin-bottom: -4px;
}

/* line 14879, app/assets/stylesheets/theme/app.scss */
.row.gap-y.gap-1 > .col,
.row.gap-y.gap-1 > [class*="col-"] {
  padding-top: 4px;
  padding-bottom: 4px;
}

/* line 14885, app/assets/stylesheets/theme/app.scss */
.row.gap-y.gap-2 {
  margin-top: -8px;
  margin-bottom: -8px;
}

/* line 14890, app/assets/stylesheets/theme/app.scss */
.row.gap-y.gap-2 > .col,
.row.gap-y.gap-2 > [class*="col-"] {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 14896, app/assets/stylesheets/theme/app.scss */
.row.gap-y.gap-3 {
  margin-top: -15px;
  margin-bottom: -15px;
}

/* line 14901, app/assets/stylesheets/theme/app.scss */
.row.gap-y.gap-3 > .col,
.row.gap-y.gap-3 > [class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 14907, app/assets/stylesheets/theme/app.scss */
.row.gap-y.gap-4 {
  margin-top: -24px;
  margin-bottom: -24px;
}

/* line 14912, app/assets/stylesheets/theme/app.scss */
.row.gap-y.gap-4 > .col,
.row.gap-y.gap-4 > [class*="col-"] {
  padding-top: 24px;
  padding-bottom: 24px;
}

/* line 14918, app/assets/stylesheets/theme/app.scss */
.row.gap-y.gap-5 {
  margin-top: -32px;
  margin-bottom: -32px;
}

/* line 14923, app/assets/stylesheets/theme/app.scss */
.row.gap-y.gap-5 > .col,
.row.gap-y.gap-5 > [class*="col-"] {
  padding-top: 32px;
  padding-bottom: 32px;
}

/* line 14929, app/assets/stylesheets/theme/app.scss */
.flexbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

/* line 14936, app/assets/stylesheets/theme/app.scss */
.flexbox > * {
  margin-left: 4px;
  margin-right: 4px;
}

/* line 14941, app/assets/stylesheets/theme/app.scss */
.flexbox > *:first-child {
  margin-left: 0;
}

/* line 14945, app/assets/stylesheets/theme/app.scss */
.flexbox > *:last-child {
  margin-right: 0;
}

/* line 14949, app/assets/stylesheets/theme/app.scss */
.flexbox.no-gap > *,
.flexbox.no-gutters > * {
  margin-left: 0;
  margin-right: 0;
}

/* line 14955, app/assets/stylesheets/theme/app.scss */
ul.flexbox {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 14961, app/assets/stylesheets/theme/app.scss */
.flexbox-vertical {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

/* line 14971, app/assets/stylesheets/theme/app.scss */
.flexbox-vertical.no-gap > *,
.flexbox-vertical.no-gutters > * {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 14977, app/assets/stylesheets/theme/app.scss */
.flex-justified > *,
.flex-grow-all > *,
.flex-cols-wide > *,
.flex-col-wide,
.flex-grow {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
}

/* line 14986, app/assets/stylesheets/theme/app.scss */
.flex-grow-1 {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

/* line 14991, app/assets/stylesheets/theme/app.scss */
.flex-grow-2 {
  -webkit-box-flex: 2;
  flex-grow: 2;
}

/* line 14996, app/assets/stylesheets/theme/app.scss */
.flex-grow-3 {
  -webkit-box-flex: 3;
  flex-grow: 3;
}

/* line 15001, app/assets/stylesheets/theme/app.scss */
.flex-grow-4 {
  -webkit-box-flex: 4;
  flex-grow: 4;
}

/* line 15006, app/assets/stylesheets/theme/app.scss */
.flex-grow-5 {
  -webkit-box-flex: 5;
  flex-grow: 5;
}

/* line 15011, app/assets/stylesheets/theme/app.scss */
.flex-grow-6 {
  -webkit-box-flex: 6;
  flex-grow: 6;
}

/* line 15016, app/assets/stylesheets/theme/app.scss */
.flex-grow-7 {
  -webkit-box-flex: 7;
  flex-grow: 7;
}

/* line 15021, app/assets/stylesheets/theme/app.scss */
.flex-grow-8 {
  -webkit-box-flex: 8;
  flex-grow: 8;
}

/* line 15026, app/assets/stylesheets/theme/app.scss */
.flex-grow-9 {
  -webkit-box-flex: 9;
  flex-grow: 9;
}

/* line 15031, app/assets/stylesheets/theme/app.scss */
.flex-grow-0 {
  -webkit-box-flex: 0;
  flex-grow: 0;
}

/* line 15036, app/assets/stylesheets/theme/app.scss */
.masonry-grid {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

/* line 15045, app/assets/stylesheets/theme/app.scss */
.masonry-grid.no-gap, .masonry-grid.no-gutters {
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

/* line 15051, app/assets/stylesheets/theme/app.scss */
.masonry-grid.no-gap .masonry-item, .masonry-grid.no-gutters .masonry-item {
  padding-bottom: 0;
}

/* line 15055, app/assets/stylesheets/theme/app.scss */
.masonry-grid.gap-1 {
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

/* line 15061, app/assets/stylesheets/theme/app.scss */
.masonry-grid.gap-1 .masonry-item {
  padding-bottom: 8px;
}

/* line 15065, app/assets/stylesheets/theme/app.scss */
.masonry-grid.gap-2 {
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

/* line 15071, app/assets/stylesheets/theme/app.scss */
.masonry-grid.gap-2 .masonry-item {
  padding-bottom: 16px;
}

/* line 15075, app/assets/stylesheets/theme/app.scss */
.masonry-grid.gap-3 {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

/* line 15081, app/assets/stylesheets/theme/app.scss */
.masonry-grid.gap-3 .masonry-item {
  padding-bottom: 30px;
}

/* line 15085, app/assets/stylesheets/theme/app.scss */
.masonry-grid.gap-4 {
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
}

/* line 15091, app/assets/stylesheets/theme/app.scss */
.masonry-grid.gap-4 .masonry-item {
  padding-bottom: 48px;
}

/* line 15095, app/assets/stylesheets/theme/app.scss */
.masonry-grid.gap-5 {
  -webkit-column-gap: 64px;
  -moz-column-gap: 64px;
  column-gap: 64px;
}

/* line 15101, app/assets/stylesheets/theme/app.scss */
.masonry-grid.gap-5 .masonry-item {
  padding-bottom: 64px;
}

/* line 15105, app/assets/stylesheets/theme/app.scss */
.masonry-cols-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

/* line 15111, app/assets/stylesheets/theme/app.scss */
.masonry-cols-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

/* line 15117, app/assets/stylesheets/theme/app.scss */
.masonry-cols-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

/* line 15123, app/assets/stylesheets/theme/app.scss */
.masonry-cols-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}

/* line 15129, app/assets/stylesheets/theme/app.scss */
.masonry-item {
  display: block;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  padding-bottom: 30px;
}

/* line 15137, app/assets/stylesheets/theme/app.scss */
.layout-chat {
  height: 100vh;
}

/* line 15141, app/assets/stylesheets/theme/app.scss */
.layout-chat .main-content {
  display: -webkit-box;
  display: flex;
  height: 10%;
}

/* line 15147, app/assets/stylesheets/theme/app.scss */
.menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

/* line 15153, app/assets/stylesheets/theme/app.scss */
.menu-item {
  vertical-align: top;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 15159, app/assets/stylesheets/theme/app.scss */
.menu-link {
  height: 56px;
  padding: 0 12px;
  font-weight: 400;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

/* line 15171, app/assets/stylesheets/theme/app.scss */
.menu-link > * {
  margin-left: 8px;
  margin-right: 8px;
}

/* line 15176, app/assets/stylesheets/theme/app.scss */
.menu-link .icon {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  flex-basis: 30px;
  flex-shrink: 0;
}

/* line 15185, app/assets/stylesheets/theme/app.scss */
.menu-link .icon::before {
  letter-spacing: 0;
}

/* line 15189, app/assets/stylesheets/theme/app.scss */
.menu-link .dot {
  position: relative;
  flex-basis: 30px;
  flex-shrink: 0;
}

/* line 15195, app/assets/stylesheets/theme/app.scss */
.menu-link .dot::after {
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

/* line 15209, app/assets/stylesheets/theme/app.scss */
.menu-link .title {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  line-height: 1;
}

/* line 15222, app/assets/stylesheets/theme/app.scss */
.menu-link .title small {
  color: inherit;
  font-weight: 300;
  font-size: 11px;
  margin-top: .375rem;
  opacity: 0.4;
}

/* line 15230, app/assets/stylesheets/theme/app.scss */
.menu-link .arrow::before {
  content: "\e649";
  font-family: themify;
  font-size: 8px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

/* line 15242, app/assets/stylesheets/theme/app.scss */
.menu-link .badge {
  margin-top: auto;
  margin-bottom: auto;
}

/* line 15247, app/assets/stylesheets/theme/app.scss */
.menu-submenu {
  background-color: #455160;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  display: none;
  list-style-type: none;
  margin-bottom: 0;
}

/* line 15257, app/assets/stylesheets/theme/app.scss */
.menu-submenu .menu-link {
  height: 32px;
  font-size: .875rem;
  font-weight: 300;
  letter-spacing: 0;
  color: #fff;
  opacity: 0.8;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/* line 15268, app/assets/stylesheets/theme/app.scss */
.menu-submenu .menu-link .icon {
  font-size: 13px;
  font-weight: 400;
}

/* line 15277, app/assets/stylesheets/theme/app.scss */
.menu-submenu .menu-link .arrow::before {
  font-size: .5rem;
}

/* line 15281, app/assets/stylesheets/theme/app.scss */
.menu-submenu .menu-item.active > .menu-link,
.menu-submenu .menu-item:hover > .menu-link {
  opacity: 1;
  background-color: transparent;
}

/* line 15287, app/assets/stylesheets/theme/app.scss */
.menu-sub-submenu {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 40px;
}

/* line 15293, app/assets/stylesheets/theme/app.scss */
.menu-sub-submenu .menu-item {
  padding-left: 12px;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/* line 15300, app/assets/stylesheets/theme/app.scss */
.menu-sub-submenu .menu-item:hover, .menu-sub-submenu .menu-item.active {
  opacity: 1;
}

/* line 15304, app/assets/stylesheets/theme/app.scss */
.menu-sub-submenu .menu-link .dot {
  flex-basis: 0;
}

/* line 15308, app/assets/stylesheets/theme/app.scss */
.menu-sub-submenu .menu-link .dot::after {
  left: -12px;
}

/* line 15312, app/assets/stylesheets/theme/app.scss */
.menu-category {
  position: relative;
  font-family: Roboto, sans-serif;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 32px;
  padding: 1rem 20px 0.5rem;
  color: #fff;
  opacity: 0.7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 15329, app/assets/stylesheets/theme/app.scss */
.menu-category::after {
  content: '';
  width: 100%;
  height: 0;
  border-top: 1px dashed #fff;
  vertical-align: middle;
  margin-left: 1.5rem;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  margin-top: 3px;
}

/* line 15342, app/assets/stylesheets/theme/app.scss */
.menu-divider {
  display: block;
  height: 1px;
  background-color: #fff;
  opacity: 0.08;
  margin: 1rem 0;
}

/* line 15350, app/assets/stylesheets/theme/app.scss */
.menu-xs > .menu-item > .menu-link {
  height: 42px;
}

/* line 15354, app/assets/stylesheets/theme/app.scss */
.menu-sm > .menu-item > .menu-link {
  height: 48px;
}

/* line 15358, app/assets/stylesheets/theme/app.scss */
.menu-lg > .menu-item > .menu-link {
  height: 64px;
}

/* line 15362, app/assets/stylesheets/theme/app.scss */
.menu-xl > .menu-item > .menu-link {
  height: 72px;
}

/* line 15366, app/assets/stylesheets/theme/app.scss */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 260px;
  background-color: #3f4a59;
  white-space: nowrap;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  z-index: 997;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  will-change: transform;
}

/* line 15393, app/assets/stylesheets/theme/app.scss */
.sidebar ~ .topbar,
.sidebar ~ main {
  margin-left: 260px;
}

/* line 15398, app/assets/stylesheets/theme/app.scss */
.sidebar-sm {
  width: 220px;
}

/* line 15402, app/assets/stylesheets/theme/app.scss */
.sidebar-sm ~ .topbar,
.sidebar-sm ~ main {
  margin-left: 220px;
}

/* line 15407, app/assets/stylesheets/theme/app.scss */
.sidebar-lg {
  width: 300px;
}

/* line 15411, app/assets/stylesheets/theme/app.scss */
.sidebar-lg ~ .topbar,
.sidebar-lg ~ main {
  margin-left: 300px;
}

/* line 15416, app/assets/stylesheets/theme/app.scss */
.sidebar-header,
.sidebar-footer {
  height: 64px;
}

/* line 15421, app/assets/stylesheets/theme/app.scss */
.sidebar-navigation {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  flex: 1 1 0%;
}

/* line 15428, app/assets/stylesheets/theme/app.scss */
.sidebar-profile {
  text-align: center;
  padding: 40px 20px 30px;
}

/* line 15433, app/assets/stylesheets/theme/app.scss */
.sidebar-profile .avatar {
  width: 100px;
  height: 100px;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 15440, app/assets/stylesheets/theme/app.scss */
.sidebar-profile .profile-info {
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-top: 1rem;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 15448, app/assets/stylesheets/theme/app.scss */
.sidebar-header {
  background-color: #926dde;
  padding: 0 12px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
}

/* line 15458, app/assets/stylesheets/theme/app.scss */
.sidebar-header > * {
  margin-left: 8px;
  margin-right: 8px;
}

/* line 15463, app/assets/stylesheets/theme/app.scss */
.sidebar-header .logo-icon {
  text-align: center;
  flex-basis: 30px;
  font-size: 1.25rem;
  flex-shrink: 0;
}

/* line 15470, app/assets/stylesheets/theme/app.scss */
.sidebar-header .logo {
  font-size: 1rem;
  font-weight: 500;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

/* line 15477, app/assets/stylesheets/theme/app.scss */
.sidebar-header a {
  color: #fff;
}

/* line 15481, app/assets/stylesheets/theme/app.scss */
.sidebar-toggle-fold {
  margin: 0;
  padding: 12px 8px;
  cursor: pointer;
}

/* line 15487, app/assets/stylesheets/theme/app.scss */
.sidebar-toggle-fold::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/* line 15499, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar-toggle-fold::before {
  background-color: transparent;
}

/* line 15503, app/assets/stylesheets/theme/app.scss */
.sidebar-header-inverse {
  color: #616a78;
  background-color: #fff;
}

/* line 15508, app/assets/stylesheets/theme/app.scss */
.sidebar-header-inverse .sidebar-toggle-fold::before {
  border-color: #616a78;
}

/* line 15512, app/assets/stylesheets/theme/app.scss */
.sidebar-header-inverse a {
  color: #616a78;
}

/* line 15516, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar-header-inverse .sidebar-toggle-fold::before {
  background-color: #616a78;
}

/* line 15520, app/assets/stylesheets/theme/app.scss */
.sidebar-footer {
  border-top: 1px solid rgba(97, 106, 120, 0.07);
  padding: 0 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

/* line 15531, app/assets/stylesheets/theme/app.scss */
.sidebar-footer > * {
  margin: 0 4px;
}

/* line 15535, app/assets/stylesheets/theme/app.scss */
.sidebar-footer > *:first-child {
  margin-left: 0;
}

/* line 15539, app/assets/stylesheets/theme/app.scss */
.sidebar-footer > *:last-child {
  margin-right: 0;
}

/* line 15543, app/assets/stylesheets/theme/app.scss */
.sidebar-spacer-sm {
  height: 32px;
}

/* line 15547, app/assets/stylesheets/theme/app.scss */
.sidebar-spacer {
  height: 64px;
}

/* line 15551, app/assets/stylesheets/theme/app.scss */
.sidebar-spacer-lg {
  height: 96px;
}

/* line 15555, app/assets/stylesheets/theme/app.scss */
.sidebar-open {
  overflow: hidden;
}

/* line 15559, app/assets/stylesheets/theme/app.scss */
.sidebar-open .sidebar {
  left: 0 !important;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1) !important;
}

/* line 15565, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar ~ .topbar,
.sidebar-folded .sidebar ~ main {
  margin-left: 80px;
}

/* line 15570, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar .hide-on-fold {
  display: none;
}

/* line 15574, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar .fade-on-fold {
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 15580, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar:not(.sidebar-icons-right) {
  width: 80px;
}

/* line 15584, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar:not(.sidebar-icons-right) .sidebar-profile .avatar {
  width: 40px;
  height: 40px;
}

/* line 15589, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar:not(.sidebar-icons-right) .sidebar-profile .profile-info {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  margin-left: -100px;
  margin-right: -100px;
}

/* line 15596, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar:not(.sidebar-icons-right):hover {
  width: 260px;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

/* line 15602, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar:not(.sidebar-icons-right):hover .sidebar-profile .avatar {
  width: 100px;
  height: 100px;
}

/* line 15607, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar:not(.sidebar-icons-right):hover .sidebar-profile .profile-info {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 15612, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar.sidebar-sm:not(.sidebar-icons-right):hover {
  width: 220px;
}

/* line 15616, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar.sidebar-lg:not(.sidebar-icons-right):hover {
  width: 300px;
}

/* line 15620, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar-icons-right {
  left: -180px;
}

/* line 15624, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar-icons-right:hover {
  left: 0;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

/* line 15630, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar-icons-right.sidebar-sm {
  left: -140px;
}

/* line 15634, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar-icons-right.sidebar-lg {
  left: -220px;
}

/* line 15638, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .card-maximize {
  left: 80px;
}

/* line 15642, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar .hide-on-fold {
  display: initial;
}

/* line 15646, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar .fade-on-fold {
  opacity: 1;
}

/* line 15650, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar .title,
.sidebar-folded .sidebar .logo {
  margin-left: 8px;
}

/* line 15655, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar:not(.sidebar-icons-right) .sidebar-profile .avatar {
  width: 100px;
  height: 100px;
}

/* line 15660, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar:not(.sidebar-icons-right) .sidebar-profile .profile-info {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 15665, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar.sidebar-icons-right:not(.sidebar-icons-boxed) .logo-icon,
.sidebar-folded .sidebar.sidebar-icons-right:not(.sidebar-icons-boxed) .icon,
.sidebar-folded .sidebar.sidebar-icons-right:not(.sidebar-icons-boxed) .dot {
  margin-left: 8px;
  flex-basis: 30px;
}

/* line 15672, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar.sidebar-icons-right.sidebar-icons-boxed .logo-icon,
.sidebar-folded .sidebar.sidebar-icons-right.sidebar-icons-boxed .icon {
  margin-left: 8px;
}

/* line 15677, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar.sidebar-icons-right.sidebar-icons-boxed .menu-submenu .icon,
.sidebar-folded .sidebar.sidebar-icons-right.sidebar-icons-boxed .menu-submenu .dot {
  margin-left: 13px;
}

/* line 15682, app/assets/stylesheets/theme/app.scss */
.sidebar .menu-item.open .menu-submenu {
  display: block;
}

/* line 15686, app/assets/stylesheets/theme/app.scss */
.sidebar .menu-link {
  position: relative;
}

/* line 15690, app/assets/stylesheets/theme/app.scss */
.sidebar .menu-link .title small {
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

/* line 15695, app/assets/stylesheets/theme/app.scss */
.sidebar .open .arrow::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 15700, app/assets/stylesheets/theme/app.scss */
.sidebar-icons-boxed .sidebar-header .logo-icon {
  flex-basis: 40px;
}

/* line 15704, app/assets/stylesheets/theme/app.scss */
.sidebar-icons-boxed .menu-link .icon {
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.07);
  flex-basis: 40px;
  line-height: 40px;
  border-radius: 2px;
}

/* line 15712, app/assets/stylesheets/theme/app.scss */
.sidebar-icons-boxed .menu-submenu .menu-link .icon {
  font-size: 13px;
  flex-basis: 30px;
  line-height: 30px;
}

/* line 15718, app/assets/stylesheets/theme/app.scss */
.sidebar-icons-boxed .menu .active > .menu-link .icon {
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 15722, app/assets/stylesheets/theme/app.scss */
.sidebar-icons-boxed .menu-sub-submenu {
  padding-left: 50px;
}

/* line 15726, app/assets/stylesheets/theme/app.scss */
.sidebar-icons-boxed .menu-submenu .icon,
.sidebar-icons-boxed .menu-submenu .dot {
  margin-left: 13px;
  margin-right: 13px;
}

/* line 15732, app/assets/stylesheets/theme/app.scss */
.sidebar-icons-right .sidebar-header .logo-icon,
.sidebar-icons-right .sidebar-navigation .menu-link .icon,
.sidebar-icons-right .sidebar-navigation .menu-link .dot {
  -webkit-box-ordinal-group: 2;
  order: 1;
}

/* line 15739, app/assets/stylesheets/theme/app.scss */
.sidebar-icons-right .sidebar-navigation .menu-sub-submenu {
  padding-left: 0;
}

/* line 15743, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar .title,
.sidebar-folded .sidebar .logo {
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 15749, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar:not(.sidebar-icons-right) .title,
.sidebar-folded .sidebar:not(.sidebar-icons-right) .logo {
  margin-left: 20px;
}

/* line 15754, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar:not(.sidebar-icons-boxed):not(.sidebar-icons-right) .sidebar-header,
.sidebar-folded .sidebar:not(.sidebar-icons-boxed):not(.sidebar-icons-right) .menu-link {
  padding-left: 17px;
}

/* line 15759, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar.sidebar-icons-right:not(.sidebar-icons-boxed) .logo-icon,
.sidebar-folded .sidebar.sidebar-icons-right:not(.sidebar-icons-boxed) .icon,
.sidebar-folded .sidebar.sidebar-icons-right:not(.sidebar-icons-boxed) .dot {
  margin-left: 20px;
  flex-basis: 40px;
}

/* line 15766, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar.sidebar-icons-right.sidebar-icons-boxed .logo-icon,
.sidebar-folded .sidebar.sidebar-icons-right.sidebar-icons-boxed .icon,
.sidebar-folded .sidebar.sidebar-icons-right.sidebar-icons-boxed .dot {
  margin-left: 25px;
}

/* line 15772, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar:hover .hide-on-fold {
  display: initial;
}

/* line 15776, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar:hover .fade-on-fold {
  opacity: 1;
}

/* line 15780, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar:hover .title,
.sidebar-folded .sidebar:hover .logo {
  margin-left: 8px;
}

/* line 15785, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar:hover:not(.sidebar-icons-right) .sidebar-profile .avatar {
  width: 100px;
  height: 100px;
}

/* line 15790, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar:hover:not(.sidebar-icons-right) .sidebar-profile .profile-info {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 15795, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar.sidebar-icons-right:hover:not(.sidebar-icons-boxed) .logo-icon,
.sidebar-folded .sidebar.sidebar-icons-right:hover:not(.sidebar-icons-boxed) .icon,
.sidebar-folded .sidebar.sidebar-icons-right:hover:not(.sidebar-icons-boxed) .dot {
  margin-left: 8px;
  flex-basis: 30px;
}

/* line 15802, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar.sidebar-icons-right.sidebar-icons-boxed:hover .logo-icon,
.sidebar-folded .sidebar.sidebar-icons-right.sidebar-icons-boxed:hover .icon {
  margin-left: 8px;
}

/* line 15807, app/assets/stylesheets/theme/app.scss */
.sidebar-folded .sidebar.sidebar-icons-right.sidebar-icons-boxed:hover .menu-submenu .icon,
.sidebar-folded .sidebar.sidebar-icons-right.sidebar-icons-boxed:hover .menu-submenu .dot {
  margin-left: 13px;
}

/* line 15812, app/assets/stylesheets/theme/app.scss */
.sidebar-collapse .hidden-expand-down {
  display: none;
}

/* line 15816, app/assets/stylesheets/theme/app.scss */
.sidebar-collapse ~ .topbar .sidebar-toggler {
  display: inline-block;
}

/* line 15820, app/assets/stylesheets/theme/app.scss */
.sidebar-collapse .sidebar-toggle-fold {
  display: none;
}

/* line 15824, app/assets/stylesheets/theme/app.scss */
.sidebar-collapse.sidebar {
  -webkit-box-shadow: none;
  box-shadow: none;
  left: -260px;
}

/* line 15830, app/assets/stylesheets/theme/app.scss */
.sidebar-collapse.sidebar ~ .topbar,
.sidebar-collapse.sidebar ~ main {
  margin-left: 0;
}

/* line 15835, app/assets/stylesheets/theme/app.scss */
.sidebar-collapse.sidebar-sm {
  left: -220px;
}

/* line 15839, app/assets/stylesheets/theme/app.scss */
.sidebar-collapse.sidebar-lg {
  left: -300px;
}

/* line 15843, app/assets/stylesheets/theme/app.scss */
.sidebar-expand .hidden-expand-up {
  display: none;
}

/* line 15847, app/assets/stylesheets/theme/app.scss */
.sidebar-expand ~ .topbar .sidebar-toggler {
  display: none;
}

/* line 15851, app/assets/stylesheets/theme/app.scss */
.sidebar-expand.sidebar-iconic {
  width: 100px;
  overflow: visible;
}

/* line 15856, app/assets/stylesheets/theme/app.scss */
.sidebar-expand.sidebar-iconic ~ .topbar,
.sidebar-expand.sidebar-iconic ~ main {
  margin-left: 100px;
}

/* line 15861, app/assets/stylesheets/theme/app.scss */
.sidebar-expand.sidebar-iconic .menu-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: auto;
  padding-top: 12px;
  padding-bottom: 8px;
}

/* line 15870, app/assets/stylesheets/theme/app.scss */
.sidebar-expand.sidebar-iconic .menu-link .title {
  -webkit-box-flex: 0;
  flex-grow: 0;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: 0;
}

/* line 15878, app/assets/stylesheets/theme/app.scss */
.sidebar-expand.sidebar-iconic .menu-link .icon {
  font-size: 20px;
  line-height: 36px;
}

/* line 15883, app/assets/stylesheets/theme/app.scss */
.sidebar-expand.sidebar-iconic .menu-link .badge {
  position: absolute;
  top: 8px;
  right: 4px;
}

/* line 15889, app/assets/stylesheets/theme/app.scss */
.sidebar-expand.sidebar-iconic .sidebar-header {
  -webkit-box-pack: center;
  justify-content: center;
}

/* line 15894, app/assets/stylesheets/theme/app.scss */
.sidebar-expand.sidebar-iconic .sidebar-profile {
  padding: 20px;
}

/* line 15898, app/assets/stylesheets/theme/app.scss */
.sidebar-expand.sidebar-iconic .sidebar-profile .avatar {
  width: 56px;
  height: 56px;
}

/* line 15903, app/assets/stylesheets/theme/app.scss */
.sidebar-expand.sidebar-iconic.sidebar-sm {
  width: 80px;
}

/* line 15907, app/assets/stylesheets/theme/app.scss */
.sidebar-expand.sidebar-iconic.sidebar-sm ~ .topbar,
.sidebar-expand.sidebar-iconic.sidebar-sm ~ main {
  margin-left: 80px;
}

/* line 15912, app/assets/stylesheets/theme/app.scss */
.sidebar-expand.sidebar-iconic.sidebar-sm .menu-link {
  padding-top: 8px;
  padding-bottom: 4px;
}

/* line 15917, app/assets/stylesheets/theme/app.scss */
.sidebar-expand.sidebar-iconic.sidebar-sm .menu-link .title {
  line-height: 29px;
  font-size: 12px;
}

/* line 15922, app/assets/stylesheets/theme/app.scss */
.sidebar-expand.sidebar-iconic.sidebar-sm .menu-link .icon {
  font-size: 16px;
  line-height: 29px;
}

/* line 15927, app/assets/stylesheets/theme/app.scss */
.sidebar-expand.sidebar-iconic.sidebar-sm .menu-link .badge {
  top: 4px;
  right: 2px;
}

/* line 15932, app/assets/stylesheets/theme/app.scss */
.sidebar-expand.sidebar-iconic.sidebar-sm .sidebar-profile .avatar {
  width: 40px;
  height: 40px;
}

/* line 15937, app/assets/stylesheets/theme/app.scss */
.sidebar-expand.sidebar-iconic.sidebar-lg {
  width: 120px;
}

/* line 15941, app/assets/stylesheets/theme/app.scss */
.sidebar-expand.sidebar-iconic.sidebar-lg ~ .topbar,
.sidebar-expand.sidebar-iconic.sidebar-lg ~ main {
  margin-left: 120px;
}

/* line 15946, app/assets/stylesheets/theme/app.scss */
.sidebar-expand.sidebar-iconic.sidebar-lg .menu-link {
  padding-top: 16px;
  padding-bottom: 12px;
}

/* line 15951, app/assets/stylesheets/theme/app.scss */
.sidebar-expand.sidebar-iconic.sidebar-lg .menu-link .icon {
  font-size: 24px;
}

/* line 15955, app/assets/stylesheets/theme/app.scss */
.sidebar-expand.sidebar-iconic.sidebar-lg .menu-link .badge {
  top: 12px;
  right: 8px;
}

/* line 15960, app/assets/stylesheets/theme/app.scss */
.sidebar-expand.sidebar-iconic.sidebar-lg .sidebar-profile .avatar {
  width: 76px;
  height: 76px;
}

@media (max-width: 575px) {
  /* line 15966, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm .hidden-expand-down {
    display: none;
  }
  /* line 15969, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm ~ .topbar .sidebar-toggler {
    display: inline-block;
  }
  /* line 15972, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm .sidebar-toggle-fold {
    display: none;
  }
  /* line 15975, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm.sidebar {
    -webkit-box-shadow: none;
    box-shadow: none;
    left: -260px;
  }
  /* line 15980, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm.sidebar ~ .topbar,
.sidebar-expand-sm.sidebar ~ main {
    margin-left: 0;
  }
  /* line 15984, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm.sidebar-sm {
    left: -220px;
  }
  /* line 15987, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm.sidebar-lg {
    left: -300px;
  }
}

@media (min-width: 576px) {
  /* line 15993, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm .hidden-expand-up {
    display: none;
  }
  /* line 15996, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm ~ .topbar .sidebar-toggler {
    display: none;
  }
  /* line 15999, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm.sidebar-iconic {
    width: 100px;
    overflow: visible;
  }
  /* line 16003, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm.sidebar-iconic ~ .topbar,
.sidebar-expand-sm.sidebar-iconic ~ main {
    margin-left: 100px;
  }
  /* line 16007, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm.sidebar-iconic .menu-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: auto;
    padding-top: 12px;
    padding-bottom: 8px;
  }
  /* line 16015, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm.sidebar-iconic .menu-link .title {
    -webkit-box-flex: 0;
    flex-grow: 0;
    line-height: 36px;
    font-weight: 300;
    letter-spacing: 0;
  }
  /* line 16022, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm.sidebar-iconic .menu-link .icon {
    font-size: 20px;
    line-height: 36px;
  }
  /* line 16026, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm.sidebar-iconic .menu-link .badge {
    position: absolute;
    top: 8px;
    right: 4px;
  }
  /* line 16031, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm.sidebar-iconic .sidebar-header {
    -webkit-box-pack: center;
    justify-content: center;
  }
  /* line 16035, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm.sidebar-iconic .sidebar-profile {
    padding: 20px;
  }
  /* line 16038, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm.sidebar-iconic .sidebar-profile .avatar {
    width: 56px;
    height: 56px;
  }
  /* line 16042, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm.sidebar-iconic.sidebar-sm {
    width: 80px;
  }
  /* line 16045, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm.sidebar-iconic.sidebar-sm ~ .topbar,
.sidebar-expand-sm.sidebar-iconic.sidebar-sm ~ main {
    margin-left: 80px;
  }
  /* line 16049, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm.sidebar-iconic.sidebar-sm .menu-link {
    padding-top: 8px;
    padding-bottom: 4px;
  }
  /* line 16053, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm.sidebar-iconic.sidebar-sm .menu-link .title {
    line-height: 29px;
    font-size: 12px;
  }
  /* line 16057, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm.sidebar-iconic.sidebar-sm .menu-link .icon {
    font-size: 16px;
    line-height: 29px;
  }
  /* line 16061, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm.sidebar-iconic.sidebar-sm .menu-link .badge {
    top: 4px;
    right: 2px;
  }
  /* line 16065, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm.sidebar-iconic.sidebar-sm .sidebar-profile .avatar {
    width: 40px;
    height: 40px;
  }
  /* line 16069, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm.sidebar-iconic.sidebar-lg {
    width: 120px;
  }
  /* line 16072, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm.sidebar-iconic.sidebar-lg ~ .topbar,
.sidebar-expand-sm.sidebar-iconic.sidebar-lg ~ main {
    margin-left: 120px;
  }
  /* line 16076, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm.sidebar-iconic.sidebar-lg .menu-link {
    padding-top: 16px;
    padding-bottom: 12px;
  }
  /* line 16080, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm.sidebar-iconic.sidebar-lg .menu-link .icon {
    font-size: 24px;
  }
  /* line 16083, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm.sidebar-iconic.sidebar-lg .menu-link .badge {
    top: 12px;
    right: 8px;
  }
  /* line 16087, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-sm.sidebar-iconic.sidebar-lg .sidebar-profile .avatar {
    width: 76px;
    height: 76px;
  }
}

@media (max-width: 767px) {
  /* line 16094, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md .hidden-expand-down {
    display: none;
  }
  /* line 16097, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md ~ .topbar .sidebar-toggler {
    display: inline-block;
  }
  /* line 16100, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md .sidebar-toggle-fold {
    display: none;
  }
  /* line 16103, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md.sidebar {
    -webkit-box-shadow: none;
    box-shadow: none;
    left: -260px;
  }
  /* line 16108, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md.sidebar ~ .topbar,
.sidebar-expand-md.sidebar ~ main {
    margin-left: 0;
  }
  /* line 16112, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md.sidebar-sm {
    left: -220px;
  }
  /* line 16115, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md.sidebar-lg {
    left: -300px;
  }
}

@media (min-width: 768px) {
  /* line 16121, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md .hidden-expand-up {
    display: none;
  }
  /* line 16124, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md ~ .topbar .sidebar-toggler {
    display: none;
  }
  /* line 16127, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md.sidebar-iconic {
    width: 100px;
    overflow: visible;
  }
  /* line 16131, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md.sidebar-iconic ~ .topbar,
.sidebar-expand-md.sidebar-iconic ~ main {
    margin-left: 100px;
  }
  /* line 16135, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md.sidebar-iconic .menu-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: auto;
    padding-top: 12px;
    padding-bottom: 8px;
  }
  /* line 16143, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md.sidebar-iconic .menu-link .title {
    -webkit-box-flex: 0;
    flex-grow: 0;
    line-height: 36px;
    font-weight: 300;
    letter-spacing: 0;
  }
  /* line 16150, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md.sidebar-iconic .menu-link .icon {
    font-size: 20px;
    line-height: 36px;
  }
  /* line 16154, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md.sidebar-iconic .menu-link .badge {
    position: absolute;
    top: 8px;
    right: 4px;
  }
  /* line 16159, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md.sidebar-iconic .sidebar-header {
    -webkit-box-pack: center;
    justify-content: center;
  }
  /* line 16163, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md.sidebar-iconic .sidebar-profile {
    padding: 20px;
  }
  /* line 16166, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md.sidebar-iconic .sidebar-profile .avatar {
    width: 56px;
    height: 56px;
  }
  /* line 16170, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md.sidebar-iconic.sidebar-sm {
    width: 80px;
  }
  /* line 16173, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md.sidebar-iconic.sidebar-sm ~ .topbar,
.sidebar-expand-md.sidebar-iconic.sidebar-sm ~ main {
    margin-left: 80px;
  }
  /* line 16177, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md.sidebar-iconic.sidebar-sm .menu-link {
    padding-top: 8px;
    padding-bottom: 4px;
  }
  /* line 16181, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md.sidebar-iconic.sidebar-sm .menu-link .title {
    line-height: 29px;
    font-size: 12px;
  }
  /* line 16185, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md.sidebar-iconic.sidebar-sm .menu-link .icon {
    font-size: 16px;
    line-height: 29px;
  }
  /* line 16189, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md.sidebar-iconic.sidebar-sm .menu-link .badge {
    top: 4px;
    right: 2px;
  }
  /* line 16193, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md.sidebar-iconic.sidebar-sm .sidebar-profile .avatar {
    width: 40px;
    height: 40px;
  }
  /* line 16197, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md.sidebar-iconic.sidebar-lg {
    width: 120px;
  }
  /* line 16200, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md.sidebar-iconic.sidebar-lg ~ .topbar,
.sidebar-expand-md.sidebar-iconic.sidebar-lg ~ main {
    margin-left: 120px;
  }
  /* line 16204, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md.sidebar-iconic.sidebar-lg .menu-link {
    padding-top: 16px;
    padding-bottom: 12px;
  }
  /* line 16208, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md.sidebar-iconic.sidebar-lg .menu-link .icon {
    font-size: 24px;
  }
  /* line 16211, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md.sidebar-iconic.sidebar-lg .menu-link .badge {
    top: 12px;
    right: 8px;
  }
  /* line 16215, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-md.sidebar-iconic.sidebar-lg .sidebar-profile .avatar {
    width: 76px;
    height: 76px;
  }
}

@media (max-width: 991px) {
  /* line 16222, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg .hidden-expand-down {
    display: none;
  }
  /* line 16225, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg ~ .topbar .sidebar-toggler {
    display: inline-block;
  }
  /* line 16228, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg .sidebar-toggle-fold {
    display: none;
  }
  /* line 16231, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg.sidebar {
    -webkit-box-shadow: none;
    box-shadow: none;
    left: -260px;
  }
  /* line 16236, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg.sidebar ~ .topbar,
.sidebar-expand-lg.sidebar ~ main {
    margin-left: 0;
  }
  /* line 16240, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg.sidebar-sm {
    left: -220px;
  }
  /* line 16243, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg.sidebar-lg {
    left: -300px;
  }
}

@media (min-width: 992px) {
  /* line 16249, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg .hidden-expand-up {
    display: none;
  }
  /* line 16252, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg ~ .topbar .sidebar-toggler {
    display: none;
  }
  /* line 16255, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg.sidebar-iconic {
    width: 100px;
    overflow: visible;
  }
  /* line 16259, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg.sidebar-iconic ~ .topbar,
.sidebar-expand-lg.sidebar-iconic ~ main {
    margin-left: 100px;
  }
  /* line 16263, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg.sidebar-iconic .menu-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: auto;
    padding-top: 12px;
    padding-bottom: 8px;
  }
  /* line 16271, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg.sidebar-iconic .menu-link .title {
    -webkit-box-flex: 0;
    flex-grow: 0;
    line-height: 36px;
    font-weight: 300;
    letter-spacing: 0;
  }
  /* line 16278, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg.sidebar-iconic .menu-link .icon {
    font-size: 20px;
    line-height: 36px;
  }
  /* line 16282, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg.sidebar-iconic .menu-link .badge {
    position: absolute;
    top: 8px;
    right: 4px;
  }
  /* line 16287, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg.sidebar-iconic .sidebar-header {
    -webkit-box-pack: center;
    justify-content: center;
  }
  /* line 16291, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg.sidebar-iconic .sidebar-profile {
    padding: 20px;
  }
  /* line 16294, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg.sidebar-iconic .sidebar-profile .avatar {
    width: 56px;
    height: 56px;
  }
  /* line 16298, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg.sidebar-iconic.sidebar-sm {
    width: 80px;
  }
  /* line 16301, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg.sidebar-iconic.sidebar-sm ~ .topbar,
.sidebar-expand-lg.sidebar-iconic.sidebar-sm ~ main {
    margin-left: 80px;
  }
  /* line 16305, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg.sidebar-iconic.sidebar-sm .menu-link {
    padding-top: 8px;
    padding-bottom: 4px;
  }
  /* line 16309, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg.sidebar-iconic.sidebar-sm .menu-link .title {
    line-height: 29px;
    font-size: 12px;
  }
  /* line 16313, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg.sidebar-iconic.sidebar-sm .menu-link .icon {
    font-size: 16px;
    line-height: 29px;
  }
  /* line 16317, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg.sidebar-iconic.sidebar-sm .menu-link .badge {
    top: 4px;
    right: 2px;
  }
  /* line 16321, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg.sidebar-iconic.sidebar-sm .sidebar-profile .avatar {
    width: 40px;
    height: 40px;
  }
  /* line 16325, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg.sidebar-iconic.sidebar-lg {
    width: 120px;
  }
  /* line 16328, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg.sidebar-iconic.sidebar-lg ~ .topbar,
.sidebar-expand-lg.sidebar-iconic.sidebar-lg ~ main {
    margin-left: 120px;
  }
  /* line 16332, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg.sidebar-iconic.sidebar-lg .menu-link {
    padding-top: 16px;
    padding-bottom: 12px;
  }
  /* line 16336, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg.sidebar-iconic.sidebar-lg .menu-link .icon {
    font-size: 24px;
  }
  /* line 16339, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg.sidebar-iconic.sidebar-lg .menu-link .badge {
    top: 12px;
    right: 8px;
  }
  /* line 16343, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-lg.sidebar-iconic.sidebar-lg .sidebar-profile .avatar {
    width: 76px;
    height: 76px;
  }
}

@media (max-width: 1199px) {
  /* line 16350, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl .hidden-expand-down {
    display: none;
  }
  /* line 16353, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl ~ .topbar .sidebar-toggler {
    display: inline-block;
  }
  /* line 16356, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl .sidebar-toggle-fold {
    display: none;
  }
  /* line 16359, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl.sidebar {
    -webkit-box-shadow: none;
    box-shadow: none;
    left: -260px;
  }
  /* line 16364, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl.sidebar ~ .topbar,
.sidebar-expand-xl.sidebar ~ main {
    margin-left: 0;
  }
  /* line 16368, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl.sidebar-sm {
    left: -220px;
  }
  /* line 16371, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl.sidebar-lg {
    left: -300px;
  }
}

@media (min-width: 1200px) {
  /* line 16377, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl .hidden-expand-up {
    display: none;
  }
  /* line 16380, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl ~ .topbar .sidebar-toggler {
    display: none;
  }
  /* line 16383, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl.sidebar-iconic {
    width: 100px;
    overflow: visible;
  }
  /* line 16387, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl.sidebar-iconic ~ .topbar,
.sidebar-expand-xl.sidebar-iconic ~ main {
    margin-left: 100px;
  }
  /* line 16391, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl.sidebar-iconic .menu-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: auto;
    padding-top: 12px;
    padding-bottom: 8px;
  }
  /* line 16399, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl.sidebar-iconic .menu-link .title {
    -webkit-box-flex: 0;
    flex-grow: 0;
    line-height: 36px;
    font-weight: 300;
    letter-spacing: 0;
  }
  /* line 16406, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl.sidebar-iconic .menu-link .icon {
    font-size: 20px;
    line-height: 36px;
  }
  /* line 16410, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl.sidebar-iconic .menu-link .badge {
    position: absolute;
    top: 8px;
    right: 4px;
  }
  /* line 16415, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl.sidebar-iconic .sidebar-header {
    -webkit-box-pack: center;
    justify-content: center;
  }
  /* line 16419, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl.sidebar-iconic .sidebar-profile {
    padding: 20px;
  }
  /* line 16422, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl.sidebar-iconic .sidebar-profile .avatar {
    width: 56px;
    height: 56px;
  }
  /* line 16426, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl.sidebar-iconic.sidebar-sm {
    width: 80px;
  }
  /* line 16429, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl.sidebar-iconic.sidebar-sm ~ .topbar,
.sidebar-expand-xl.sidebar-iconic.sidebar-sm ~ main {
    margin-left: 80px;
  }
  /* line 16433, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl.sidebar-iconic.sidebar-sm .menu-link {
    padding-top: 8px;
    padding-bottom: 4px;
  }
  /* line 16437, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl.sidebar-iconic.sidebar-sm .menu-link .title {
    line-height: 29px;
    font-size: 12px;
  }
  /* line 16441, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl.sidebar-iconic.sidebar-sm .menu-link .icon {
    font-size: 16px;
    line-height: 29px;
  }
  /* line 16445, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl.sidebar-iconic.sidebar-sm .menu-link .badge {
    top: 4px;
    right: 2px;
  }
  /* line 16449, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl.sidebar-iconic.sidebar-sm .sidebar-profile .avatar {
    width: 40px;
    height: 40px;
  }
  /* line 16453, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl.sidebar-iconic.sidebar-lg {
    width: 120px;
  }
  /* line 16456, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl.sidebar-iconic.sidebar-lg ~ .topbar,
.sidebar-expand-xl.sidebar-iconic.sidebar-lg ~ main {
    margin-left: 120px;
  }
  /* line 16460, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl.sidebar-iconic.sidebar-lg .menu-link {
    padding-top: 16px;
    padding-bottom: 12px;
  }
  /* line 16464, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl.sidebar-iconic.sidebar-lg .menu-link .icon {
    font-size: 24px;
  }
  /* line 16467, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl.sidebar-iconic.sidebar-lg .menu-link .badge {
    top: 12px;
    right: 8px;
  }
  /* line 16471, app/assets/stylesheets/theme/app.scss */
  .sidebar-expand-xl.sidebar-iconic.sidebar-lg .sidebar-profile .avatar {
    width: 76px;
    height: 76px;
  }
}

/* line 16477, app/assets/stylesheets/theme/app.scss */
.sidebar .menu-link {
  color: #fff;
}

/* line 16481, app/assets/stylesheets/theme/app.scss */
.sidebar .menu-item:hover > .menu-link {
  color: #fff;
}

/* line 16485, app/assets/stylesheets/theme/app.scss */
.sidebar .menu-item:hover > .menu-link .title small {
  opacity: 0.7;
}

/* line 16489, app/assets/stylesheets/theme/app.scss */
.sidebar .menu-item.active > .menu-link {
  color: #fff;
}

/* line 16493, app/assets/stylesheets/theme/app.scss */
.sidebar .menu-item.active > .menu-link .title small {
  opacity: .8;
}

/* line 16497, app/assets/stylesheets/theme/app.scss */
.sidebar .menu > .menu-item:hover > .menu-link {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 16501, app/assets/stylesheets/theme/app.scss */
.sidebar-profile {
  color: #fff;
}

/* line 16505, app/assets/stylesheets/theme/app.scss */
.sidebar-profile h3, .sidebar-profile h4, .sidebar-profile h5, .sidebar-profile h6 {
  color: #fff;
}

/* line 16509, app/assets/stylesheets/theme/app.scss */
.sidebar-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* line 16513, app/assets/stylesheets/theme/app.scss */
.sidebar-iconic .menu-item + .menu-item {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* line 16517, app/assets/stylesheets/theme/app.scss */
.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #33cabb;
}

/* line 16521, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-dark {
  background-color: #242a33;
}

/* line 16525, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-dark .menu-submenu {
  background-color: #2b323b;
}

/* line 16529, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-light {
  background-color: #fff;
}

/* line 16533, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-light .sidebar-profile {
  color: #616a78;
  border-bottom-color: rgba(97, 106, 120, 0.07);
}

/* line 16538, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-light .sidebar-profile h3, .sidebar.sidebar-light .sidebar-profile h4, .sidebar.sidebar-light .sidebar-profile h5, .sidebar.sidebar-light .sidebar-profile h6 {
  color: #37404d;
}

/* line 16542, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-light .sidebar-footer {
  border-top-color: rgba(97, 106, 120, 0.07);
}

/* line 16546, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-light.sidebar-icons-boxed .menu .menu-link .icon {
  background-color: rgba(0, 0, 0, 0.035);
}

/* line 16550, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-light.sidebar-icons-boxed .menu .active > .menu-link .icon {
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 16554, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  color: #fff;
}

/* line 16558, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-light.sidebar-iconic .menu-item + .menu-item {
  border-top-color: rgba(97, 106, 120, 0.07);
}

/* line 16562, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-light .menu .menu-link {
  color: #4e555f;
  opacity: 1;
}

/* line 16567, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-light .menu .dot::after {
  border-color: #6c7686;
}

/* line 16571, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-light .menu .menu-link .title small {
  opacity: 0.7;
  color: #616a78;
}

/* line 16576, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-light .menu > .menu-item:hover > .menu-link {
  color: #616a78;
  background-color: #f9fafb;
}

/* line 16581, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-light .menu > .menu-item:hover > .menu-link .title small {
  opacity: 1;
}

/* line 16585, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link,
.sidebar.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  color: #fff;
}

/* line 16590, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link .title small,
.sidebar.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link .title small {
  color: #fff;
}

/* line 16595, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-light .menu-submenu {
  background-color: #f7f9fa;
}

/* line 16599, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-light .menu-submenu .menu-item:hover .menu-link,
.sidebar.sidebar-light .menu-submenu .menu-item.active .menu-link {
  color: #616a78;
}

/* line 16604, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-light .menu-category {
  color: #000;
}

/* line 16608, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-light .menu-category::after {
  border-top-color: #616a78;
}

/* line 16612, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-light .menu-divider {
  background-color: #000;
}

/* line 16616, app/assets/stylesheets/theme/app.scss */
.sidebar .menu.menu-bordery > .menu-item > .menu-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 16627, app/assets/stylesheets/theme/app.scss */
.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  color: #fff;
}

/* line 16631, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-light .menu > .menu-item.active > .menu-link {
  background-color: #f9fafb;
  color: #616a78;
}

/* line 16636, app/assets/stylesheets/theme/app.scss */
.sidebar .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #33cabb;
}

/* line 16640, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(51, 202, 187, 0.95);
}

/* line 16644, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(51, 202, 187, 0.85);
}

/* line 16648, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #33cabb;
}

/* line 16652, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link,
.sidebar.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #33cabb;
}

/* line 16657, app/assets/stylesheets/theme/app.scss */
.sidebar .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #33cabb;
}

/* line 16662, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #33cabb !important;
}

/* line 16666, app/assets/stylesheets/theme/app.scss */
.sidebar .menu-submenu .menu-item.active > .menu-link .dot::after,
.sidebar .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #33cabb;
  border-color: #33cabb;
}

/* line 16672, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-primary .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #33cabb;
}

/* line 16676, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-primary.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(51, 202, 187, 0.95);
}

/* line 16680, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-primary.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(51, 202, 187, 0.85);
}

/* line 16684, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-primary.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #33cabb;
}

/* line 16688, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-primary.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link,
.sidebar.sidebar-color-primary.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #33cabb;
}

/* line 16693, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-primary .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar.sidebar-color-primary .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #33cabb;
}

/* line 16698, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-primary.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #33cabb !important;
}

/* line 16702, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-primary .menu-submenu .menu-item.active > .menu-link .dot::after,
.sidebar.sidebar-color-primary .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #33cabb;
  border-color: #33cabb;
}

/* line 16708, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-secondary .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #e4e7ea;
}

/* line 16712, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-secondary.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(228, 231, 234, 0.95);
}

/* line 16716, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-secondary.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(228, 231, 234, 0.85);
}

/* line 16720, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-secondary.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #e4e7ea;
}

/* line 16724, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-secondary.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link,
.sidebar.sidebar-color-secondary.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #e4e7ea;
}

/* line 16729, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-secondary .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar.sidebar-color-secondary .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #e4e7ea;
}

/* line 16734, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-secondary.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #e4e7ea !important;
}

/* line 16738, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-secondary .menu-submenu .menu-item.active > .menu-link .dot::after,
.sidebar.sidebar-color-secondary .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #e4e7ea;
  border-color: #e4e7ea;
}

/* line 16744, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-success .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #15c377;
}

/* line 16748, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-success.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(21, 195, 119, 0.95);
}

/* line 16752, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-success.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(21, 195, 119, 0.85);
}

/* line 16756, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-success.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #15c377;
}

/* line 16760, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-success.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link,
.sidebar.sidebar-color-success.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #15c377;
}

/* line 16765, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-success .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar.sidebar-color-success .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #15c377;
}

/* line 16770, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-success.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #15c377 !important;
}

/* line 16774, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-success .menu-submenu .menu-item.active > .menu-link .dot::after,
.sidebar.sidebar-color-success .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #15c377;
  border-color: #15c377;
}

/* line 16780, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-info .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #48b0f7;
}

/* line 16784, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-info.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(72, 176, 247, 0.95);
}

/* line 16788, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-info.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(72, 176, 247, 0.85);
}

/* line 16792, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-info.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #48b0f7;
}

/* line 16796, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-info.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link,
.sidebar.sidebar-color-info.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #48b0f7;
}

/* line 16801, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-info .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar.sidebar-color-info .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #48b0f7;
}

/* line 16806, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-info.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #48b0f7 !important;
}

/* line 16810, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-info .menu-submenu .menu-item.active > .menu-link .dot::after,
.sidebar.sidebar-color-info .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #48b0f7;
  border-color: #48b0f7;
}

/* line 16816, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-warning .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #faa64b;
}

/* line 16820, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-warning.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(250, 166, 75, 0.95);
}

/* line 16824, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-warning.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(250, 166, 75, 0.85);
}

/* line 16828, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-warning.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #faa64b;
}

/* line 16832, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-warning.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link,
.sidebar.sidebar-color-warning.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #faa64b;
}

/* line 16837, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-warning .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar.sidebar-color-warning .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #faa64b;
}

/* line 16842, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-warning.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #faa64b !important;
}

/* line 16846, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-warning .menu-submenu .menu-item.active > .menu-link .dot::after,
.sidebar.sidebar-color-warning .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #faa64b;
  border-color: #faa64b;
}

/* line 16852, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-danger .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #f96868;
}

/* line 16856, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-danger.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(249, 104, 104, 0.95);
}

/* line 16860, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-danger.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(249, 104, 104, 0.85);
}

/* line 16864, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-danger.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #f96868;
}

/* line 16868, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-danger.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link,
.sidebar.sidebar-color-danger.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #f96868;
}

/* line 16873, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-danger .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar.sidebar-color-danger .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #f96868;
}

/* line 16878, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-danger.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #f96868 !important;
}

/* line 16882, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-danger .menu-submenu .menu-item.active > .menu-link .dot::after,
.sidebar.sidebar-color-danger .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #f96868;
  border-color: #f96868;
}

/* line 16888, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-pink .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #f96197;
}

/* line 16892, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-pink.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(249, 97, 151, 0.95);
}

/* line 16896, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-pink.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(249, 97, 151, 0.85);
}

/* line 16900, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-pink.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #f96197;
}

/* line 16904, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-pink.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link,
.sidebar.sidebar-color-pink.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #f96197;
}

/* line 16909, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-pink .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar.sidebar-color-pink .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #f96197;
}

/* line 16914, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-pink.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #f96197 !important;
}

/* line 16918, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-pink .menu-submenu .menu-item.active > .menu-link .dot::after,
.sidebar.sidebar-color-pink .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #f96197;
  border-color: #f96197;
}

/* line 16924, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-purple .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #926dde;
}

/* line 16928, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-purple.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(146, 109, 222, 0.95);
}

/* line 16932, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-purple.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(146, 109, 222, 0.85);
}

/* line 16936, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-purple.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #926dde;
}

/* line 16940, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-purple.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link,
.sidebar.sidebar-color-purple.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #926dde;
}

/* line 16945, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-purple .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar.sidebar-color-purple .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #926dde;
}

/* line 16950, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-purple.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #926dde !important;
}

/* line 16954, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-purple .menu-submenu .menu-item.active > .menu-link .dot::after,
.sidebar.sidebar-color-purple .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #926dde;
  border-color: #926dde;
}

/* line 16960, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-brown .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #8d6658;
}

/* line 16964, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-brown.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(141, 102, 88, 0.95);
}

/* line 16968, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-brown.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(141, 102, 88, 0.85);
}

/* line 16972, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-brown.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #8d6658;
}

/* line 16976, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-brown.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link,
.sidebar.sidebar-color-brown.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #8d6658;
}

/* line 16981, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-brown .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar.sidebar-color-brown .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #8d6658;
}

/* line 16986, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-brown.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #8d6658 !important;
}

/* line 16990, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-brown .menu-submenu .menu-item.active > .menu-link .dot::after,
.sidebar.sidebar-color-brown .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #8d6658;
  border-color: #8d6658;
}

/* line 16996, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-cyan .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #57c7d4;
}

/* line 17000, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-cyan.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(87, 199, 212, 0.95);
}

/* line 17004, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-cyan.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(87, 199, 212, 0.85);
}

/* line 17008, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-cyan.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #57c7d4;
}

/* line 17012, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-cyan.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link,
.sidebar.sidebar-color-cyan.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #57c7d4;
}

/* line 17017, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-cyan .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar.sidebar-color-cyan .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #57c7d4;
}

/* line 17022, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-cyan.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #57c7d4 !important;
}

/* line 17026, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-cyan .menu-submenu .menu-item.active > .menu-link .dot::after,
.sidebar.sidebar-color-cyan .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #57c7d4;
  border-color: #57c7d4;
}

/* line 17032, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-yellow .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #fcc525;
}

/* line 17036, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-yellow.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(252, 197, 37, 0.95);
}

/* line 17040, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-yellow.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(252, 197, 37, 0.85);
}

/* line 17044, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-yellow.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #fcc525;
}

/* line 17048, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-yellow.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link,
.sidebar.sidebar-color-yellow.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #fcc525;
}

/* line 17053, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-yellow .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar.sidebar-color-yellow .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #fcc525;
}

/* line 17058, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-yellow.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #fcc525 !important;
}

/* line 17062, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-yellow .menu-submenu .menu-item.active > .menu-link .dot::after,
.sidebar.sidebar-color-yellow .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #fcc525;
  border-color: #fcc525;
}

/* line 17068, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-gray .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #868e96;
}

/* line 17072, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-gray.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(134, 142, 150, 0.95);
}

/* line 17076, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-gray.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(134, 142, 150, 0.85);
}

/* line 17080, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-gray.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #868e96;
}

/* line 17084, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-gray.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link,
.sidebar.sidebar-color-gray.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #868e96;
}

/* line 17089, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-gray .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar.sidebar-color-gray .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #868e96;
}

/* line 17094, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-gray.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #868e96 !important;
}

/* line 17098, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-gray .menu-submenu .menu-item.active > .menu-link .dot::after,
.sidebar.sidebar-color-gray .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #868e96;
  border-color: #868e96;
}

/* line 17104, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #465161;
}

/* line 17108, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-dark.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(70, 81, 97, 0.95);
}

/* line 17112, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-dark.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(70, 81, 97, 0.85);
}

/* line 17116, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-dark.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #465161;
}

/* line 17120, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-dark.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link,
.sidebar.sidebar-color-dark.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #465161;
}

/* line 17125, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-dark .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar.sidebar-color-dark .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #465161;
}

/* line 17130, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-dark.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #465161 !important;
}

/* line 17134, app/assets/stylesheets/theme/app.scss */
.sidebar.sidebar-color-dark .menu-submenu .menu-item.active > .menu-link .dot::after,
.sidebar.sidebar-color-dark .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #465161;
  border-color: #465161;
}

/* line 17140, app/assets/stylesheets/theme/app.scss */
.topbar {
  padding: 0 18px;
  height: 64px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 996;
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
  background-color: #fff;
  -webkit-box-shadow: 4px 0 5px rgba(0, 0, 0, 0.08);
  box-shadow: 4px 0 5px rgba(0, 0, 0, 0.08);
}

/* line 17161, app/assets/stylesheets/theme/app.scss */
.topbar .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

/* line 17168, app/assets/stylesheets/theme/app.scss */
.topbar .container .topbar-left {
  margin-left: 0;
}

@media (max-width: 767px) {
  /* line 17173, app/assets/stylesheets/theme/app.scss */
  .topbar .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

/* line 17180, app/assets/stylesheets/theme/app.scss */
.topbar.topbar-unfix {
  position: absolute;
}

/* line 17184, app/assets/stylesheets/theme/app.scss */
.topbar .form-control:focus,
.topbar .form-control.focused {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 17190, app/assets/stylesheets/theme/app.scss */
.topbar-btn {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 64px;
  padding: 0 12px;
  text-align: center;
  color: rgba(97, 106, 120, 0.7);
  cursor: pointer;
  min-width: 48px;
  white-space: nowrap;
  border: none;
  border-top: 1px solid transparent;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  position: relative;
  z-index: 991;
}

/* line 17209, app/assets/stylesheets/theme/app.scss */
.topbar-btn:hover {
  color: #616a78;
  border-top-color: #33cabb;
}

/* line 17214, app/assets/stylesheets/theme/app.scss */
.topbar-btn .icon {
  vertical-align: baseline;
  margin-right: 6px;
  font-size: 0.75rem;
}

/* line 17220, app/assets/stylesheets/theme/app.scss */
.topbar-btn .material-icons {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  font-size: 26px;
}

/* line 17226, app/assets/stylesheets/theme/app.scss */
.topbar-btn strong {
  font-weight: 500;
}

/* line 17230, app/assets/stylesheets/theme/app.scss */
.topbar-btn img {
  max-height: 64px;
}

/* line 17234, app/assets/stylesheets/theme/app.scss */
.topbar-brand {
  flex-shrink: 0;
}

/* line 17238, app/assets/stylesheets/theme/app.scss */
.topbar .dropdown-menu,
.topbar .dropdown-grid {
  border: none;
  border-radius: 0;
  margin-top: -1px;
  top: 100%;
  border: 1px solid rgba(235, 235, 235, 0.4);
  border-top: 0;
  line-height: 1.625rem;
  overflow: hidden;
}

/* line 17250, app/assets/stylesheets/theme/app.scss */
.topbar .dropdown-menu:not(.dropdown-grid) {
  min-width: 180px;
  max-width: 360px;
}

/* line 17255, app/assets/stylesheets/theme/app.scss */
.topbar .dropdown.show .topbar-btn {
  color: #616a78;
  border-top-color: #33cabb;
}

/* line 17260, app/assets/stylesheets/theme/app.scss */
.topbar .media-list {
  width: 358px !important;
}

/* line 17264, app/assets/stylesheets/theme/app.scss */
.topbar .lookup-circle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 17269, app/assets/stylesheets/theme/app.scss */
.topbar .lookup-circle::before {
  left: 12px;
}

/* line 17273, app/assets/stylesheets/theme/app.scss */
.topbar .lookup-circle.lookup-right::before {
  left: auto;
  right: 12px;
}

/* line 17278, app/assets/stylesheets/theme/app.scss */
.topbar .topbar-lookup-text {
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
  color: rgba(97, 106, 120, 0.4);
  cursor: text;
  -webkit-transition: .7s;
  transition: .7s;
}

/* line 17288, app/assets/stylesheets/theme/app.scss */
.topbar .topbar-lookup-text:hover {
  color: rgba(97, 106, 120, 0.7);
}

/* line 17292, app/assets/stylesheets/theme/app.scss */
.topbar .form-control {
  line-height: 24px;
}

/* line 17296, app/assets/stylesheets/theme/app.scss */
.topbar p {
  margin-bottom: 0;
}

/* line 17300, app/assets/stylesheets/theme/app.scss */
.topbar-divider,
.topbar-divider-full {
  border-left: 1px solid rgba(97, 106, 120, 0.07);
  height: 20px;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0 12px;
}

/* line 17309, app/assets/stylesheets/theme/app.scss */
.topbar-divider-full {
  height: 64px;
}

/* line 17313, app/assets/stylesheets/theme/app.scss */
.topbar-left {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

/* line 17320, app/assets/stylesheets/theme/app.scss */
.topbar-title {
  margin-bottom: 0;
  margin-right: 12px;
  font-size: 1.25rem;
  font-weight: 500;
  -ms-grid-row-align: center;
  align-self: center;
}

/* line 17329, app/assets/stylesheets/theme/app.scss */
.sidebar-toggler,
.topbar-menu-toggler {
  font-size: 21px;
  background: 0 0;
  outline: none !important;
}

/* line 17336, app/assets/stylesheets/theme/app.scss */
.sidebar-toggler i,
.topbar-menu-toggler i {
  font-style: normal;
  display: inline-block;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* line 17344, app/assets/stylesheets/theme/app.scss */
.topbar-right {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

/* line 17354, app/assets/stylesheets/theme/app.scss */
.topbar-btns {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

/* line 17365, app/assets/stylesheets/theme/app.scss */
.topbar-btns .dropdown {
  flex-shrink: 0;
}

/* line 17369, app/assets/stylesheets/theme/app.scss */
.topbar-btns .topbar-btn {
  font-size: 1.125rem;
  min-width: 48px;
  color: rgba(97, 106, 120, 0.4);
}

/* line 17377, app/assets/stylesheets/theme/app.scss */
.topbar-btns .topbar-btn.has-new i::after {
  content: '';
  position: absolute;
  top: 16px;
  right: 35px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: #f96868;
}

/* line 17390, app/assets/stylesheets/theme/app.scss */
.topbar-btns .topbar-btn .avatar {
  margin-top: -6px;
}

/* line 17394, app/assets/stylesheets/theme/app.scss */
.topbar-btns .media-list-divided + .dropdown-footer {
  border-top: 0;
}

/* line 17398, app/assets/stylesheets/theme/app.scss */
.topbar-search::before {
  display: none;
}

/* line 17402, app/assets/stylesheets/theme/app.scss */
.topbar-search input {
  border: none;
  border-radius: 0;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  z-index: 2;
}

/* line 17411, app/assets/stylesheets/theme/app.scss */
.topbar-search .lookup-placeholder {
  position: absolute;
  top: 20px;
  left: 0;
  padding: 0 12px;
  white-space: nowrap;
  opacity: .6;
  z-index: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 17423, app/assets/stylesheets/theme/app.scss */
.topbar-search .lookup-placeholder span {
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

/* line 17428, app/assets/stylesheets/theme/app.scss */
.topbar-search .lookup-placeholder i {
  margin-top: 2px;
}

/* line 17432, app/assets/stylesheets/theme/app.scss */
.topbar-search:hover .lookup-placeholder {
  opacity: .8;
}

/* line 17436, app/assets/stylesheets/theme/app.scss */
.topbar-search .form-control {
  height: 64px;
  line-height: 64px;
  background-color: transparent;
  padding-left: 38px;
}

/* line 17443, app/assets/stylesheets/theme/app.scss */
.topbar-search .lookup-placeholder .ti-search {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  font-size: 16px;
  margin-right: 6px;
}

/* line 17451, app/assets/stylesheets/theme/app.scss */
.topbar-search .tt-menu {
  margin-top: 0;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 17458, app/assets/stylesheets/theme/app.scss */
.topbar-search .tt-dropdown-menu {
  max-height: 320px;
  overflow-y: auto;
}

/* line 17463, app/assets/stylesheets/theme/app.scss */
.topbar-inverse .topbar-search {
  color: #fff;
}

@media (max-width: 767px) {
  /* line 17468, app/assets/stylesheets/theme/app.scss */
  .topbar-title {
    margin-left: 0;
    font-size: 1.375rem;
    font-weight: 400;
  }
}

/* line 17475, app/assets/stylesheets/theme/app.scss */
.topbar .menu {
  margin-left: 12px;
  margin-bottom: 0;
  white-space: nowrap;
}

/* line 17481, app/assets/stylesheets/theme/app.scss */
.topbar .menu-item {
  position: relative;
  display: inline-block;
}

/* line 17486, app/assets/stylesheets/theme/app.scss */
.topbar .menu-item:hover > .menu-link,
.topbar .menu-item.active > .menu-link {
  color: #616a78;
  border-top-color: #33cabb;
}

/* line 17492, app/assets/stylesheets/theme/app.scss */
.topbar .menu-link {
  height: 64px;
  color: rgba(97, 106, 120, 0.7);
  border-top: 2px solid transparent;
}

/* line 17498, app/assets/stylesheets/theme/app.scss */
.topbar .menu-link .icon,
.topbar .menu-link .dot {
  flex-basis: 16px;
}

/* line 17503, app/assets/stylesheets/theme/app.scss */
.topbar .menu-link .title small {
  opacity: 1;
}

/* line 17507, app/assets/stylesheets/theme/app.scss */
.topbar .menu-link .arrow::before {
  content: "\e64b";
}

/* line 17511, app/assets/stylesheets/theme/app.scss */
.topbar .menu-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  min-width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* line 17522, app/assets/stylesheets/theme/app.scss */
.topbar .menu-submenu .menu-item {
  display: block;
}

/* line 17526, app/assets/stylesheets/theme/app.scss */
.topbar .menu-submenu .menu-item:hover .menu-sub-submenu {
  display: block;
}

/* line 17530, app/assets/stylesheets/theme/app.scss */
.topbar .menu-submenu .menu-item:hover > .menu-link {
  color: #616a78;
  background-color: #f9fafb;
}

/* line 17535, app/assets/stylesheets/theme/app.scss */
.topbar .menu-submenu .menu-item.active > .menu-link {
  color: #616a78;
  background-color: #f9fafb;
}

/* line 17540, app/assets/stylesheets/theme/app.scss */
.topbar .menu-submenu .menu-item .icon,
.topbar .menu-submenu .menu-item .dot {
  margin-left: 6px;
}

/* line 17545, app/assets/stylesheets/theme/app.scss */
.topbar .menu-submenu .menu-link {
  height: 32px;
  border-top: none;
  opacity: 1;
}

/* line 17551, app/assets/stylesheets/theme/app.scss */
.topbar .menu-submenu .menu-link .arrow::before {
  content: "\e649";
}

/* line 17555, app/assets/stylesheets/theme/app.scss */
.topbar .menu-submenu .dot::after {
  border-color: #616a78;
}

/* line 17559, app/assets/stylesheets/theme/app.scss */
.topbar .menu-sub-submenu {
  position: absolute;
  top: -4px;
  left: 100%;
  display: none;
  background-color: #fff;
  min-width: 200px;
  padding-left: 0;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.06);
}

/* line 17571, app/assets/stylesheets/theme/app.scss */
.topbar .menu-sub-submenu .menu-item {
  padding-left: 0;
  opacity: 1;
}

/* line 17576, app/assets/stylesheets/theme/app.scss */
.topbar .menu-category,
.topbar .menu-divider {
  display: none;
}

/* line 17581, app/assets/stylesheets/theme/app.scss */
.topbar-expand .hidden-expand-up {
  display: none;
}

/* line 17585, app/assets/stylesheets/theme/app.scss */
.topbar-expand .topbar-menu-toggler {
  display: none;
}

/* line 17589, app/assets/stylesheets/theme/app.scss */
.topbar-expand.topbar .menu-item:hover .menu-submenu {
  display: block;
}

/* line 17593, app/assets/stylesheets/theme/app.scss */
.topbar-expand.topbar .menu-submenu .menu-item {
  margin: 4px;
}

@media (max-width: 575px) {
  /* line 17598, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-sm .hidden-expand-down {
    display: none;
  }
  /* line 17601, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-sm .topbar-menu-toggler {
    display: inline-block;
  }
  /* line 17604, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-sm.topbar .topbar-navigation {
    background-color: #fff;
  }
  /* line 17607, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-sm.topbar .menu {
    margin-left: 0;
    width: 260px;
  }
  /* line 17611, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-sm.topbar .menu-category {
    display: block;
    color: #616a78;
  }
  /* line 17615, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-sm.topbar .menu-category::after {
    border-top-color: #616a78;
  }
  /* line 17618, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-sm.topbar .menu-divider {
    display: block;
    background-color: #616a78;
  }
  /* line 17622, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-sm.topbar .menu-item {
    display: block;
  }
  /* line 17625, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-sm.topbar .menu-item.open .menu-submenu {
    display: block !important;
  }
  /* line 17628, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-sm.topbar .menu-item:hover > .menu-link {
    color: #616a78;
  }
  /* line 17631, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-sm.topbar .menu-item.active > .menu-link {
    color: #fff;
    background-color: #33cabb;
  }
  /* line 17635, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-sm.topbar .menu-link {
    border-top: none;
    color: #929daf;
  }
  /* line 17639, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-sm.topbar .menu-link .arrow::before {
    content: "\e649";
  }
  /* line 17642, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-sm.topbar .open .arrow::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /* line 17646, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-sm.topbar .menu-submenu {
    position: static;
    display: none;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #f7f9fa;
  }
  /* line 17656, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-sm.topbar .menu-submenu .menu-item:hover > .menu-link,
.topbar-expand-sm.topbar .menu-submenu .menu-item.active > .menu-link {
    color: #616a78;
    background-color: transparent;
  }
  /* line 17661, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-sm.topbar .menu-submenu .arrow::before {
    display: none;
  }
  /* line 17664, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-sm.topbar .menu-sub-submenu {
    position: static;
    display: block;
    background-color: transparent;
    padding-left: 48px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 17672, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-sm.topbar.topbar-secondary .menu-item.active > .menu-link {
    color: #616a78;
  }
  /* line 17675, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-sm .topbar-navigation {
    position: fixed;
    top: 0;
    left: -260px;
    bottom: 0;
    width: 260px;
    overflow: hidden;
    z-index: 999;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  /* line 17686, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-sm.topbar-inverse .menu > .menu-item > .menu-link,
.topbar-expand-sm.topbar-inverse .menu > .menu-item > .menu-link .icon::before {
    color: #616a78;
  }
  /* line 17690, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-sm.topbar-inverse .menu > .menu-item.active > .menu-link,
.topbar-expand-sm.topbar-inverse .menu > .menu-item.active > .menu-link .icon::before {
    color: #fff;
  }
}

@media (min-width: 576px) {
  /* line 17697, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-sm .hidden-expand-up {
    display: none;
  }
  /* line 17700, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-sm .topbar-menu-toggler {
    display: none;
  }
  /* line 17703, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-sm.topbar .menu-item:hover .menu-submenu {
    display: block;
  }
  /* line 17706, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-sm.topbar .menu-submenu .menu-item {
    margin: 4px;
  }
}

@media (max-width: 767px) {
  /* line 17712, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-md .hidden-expand-down {
    display: none;
  }
  /* line 17715, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-md .topbar-menu-toggler {
    display: inline-block;
  }
  /* line 17718, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-md.topbar .topbar-navigation {
    background-color: #fff;
  }
  /* line 17721, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-md.topbar .menu {
    margin-left: 0;
    width: 260px;
  }
  /* line 17725, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-md.topbar .menu-category {
    display: block;
    color: #616a78;
  }
  /* line 17729, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-md.topbar .menu-category::after {
    border-top-color: #616a78;
  }
  /* line 17732, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-md.topbar .menu-divider {
    display: block;
    background-color: #616a78;
  }
  /* line 17736, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-md.topbar .menu-item {
    display: block;
  }
  /* line 17739, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-md.topbar .menu-item.open .menu-submenu {
    display: block !important;
  }
  /* line 17742, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-md.topbar .menu-item:hover > .menu-link {
    color: #616a78;
  }
  /* line 17745, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-md.topbar .menu-item.active > .menu-link {
    color: #fff;
    background-color: #33cabb;
  }
  /* line 17749, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-md.topbar .menu-link {
    border-top: none;
    color: #929daf;
  }
  /* line 17753, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-md.topbar .menu-link .arrow::before {
    content: "\e649";
  }
  /* line 17756, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-md.topbar .open .arrow::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /* line 17760, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-md.topbar .menu-submenu {
    position: static;
    display: none;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #f7f9fa;
  }
  /* line 17770, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-md.topbar .menu-submenu .menu-item:hover > .menu-link,
.topbar-expand-md.topbar .menu-submenu .menu-item.active > .menu-link {
    color: #616a78;
    background-color: transparent;
  }
  /* line 17775, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-md.topbar .menu-submenu .arrow::before {
    display: none;
  }
  /* line 17778, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-md.topbar .menu-sub-submenu {
    position: static;
    display: block;
    background-color: transparent;
    padding-left: 48px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 17786, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-md.topbar.topbar-secondary .menu-item.active > .menu-link {
    color: #616a78;
  }
  /* line 17789, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-md .topbar-navigation {
    position: fixed;
    top: 0;
    left: -260px;
    bottom: 0;
    width: 260px;
    overflow: hidden;
    z-index: 999;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  /* line 17800, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-md.topbar-inverse .menu > .menu-item > .menu-link,
.topbar-expand-md.topbar-inverse .menu > .menu-item > .menu-link .icon::before {
    color: #616a78;
  }
  /* line 17804, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-md.topbar-inverse .menu > .menu-item.active > .menu-link,
.topbar-expand-md.topbar-inverse .menu > .menu-item.active > .menu-link .icon::before {
    color: #fff;
  }
}

@media (min-width: 768px) {
  /* line 17811, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-md .hidden-expand-up {
    display: none;
  }
  /* line 17814, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-md .topbar-menu-toggler {
    display: none;
  }
  /* line 17817, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-md.topbar .menu-item:hover .menu-submenu {
    display: block;
  }
  /* line 17820, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-md.topbar .menu-submenu .menu-item {
    margin: 4px;
  }
}

@media (max-width: 991px) {
  /* line 17826, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-lg .hidden-expand-down {
    display: none;
  }
  /* line 17829, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-lg .topbar-menu-toggler {
    display: inline-block;
  }
  /* line 17832, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-lg.topbar .topbar-navigation {
    background-color: #fff;
  }
  /* line 17835, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-lg.topbar .menu {
    margin-left: 0;
    width: 260px;
  }
  /* line 17839, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-lg.topbar .menu-category {
    display: block;
    color: #616a78;
  }
  /* line 17843, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-lg.topbar .menu-category::after {
    border-top-color: #616a78;
  }
  /* line 17846, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-lg.topbar .menu-divider {
    display: block;
    background-color: #616a78;
  }
  /* line 17850, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-lg.topbar .menu-item {
    display: block;
  }
  /* line 17853, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-lg.topbar .menu-item.open .menu-submenu {
    display: block !important;
  }
  /* line 17856, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-lg.topbar .menu-item:hover > .menu-link {
    color: #616a78;
  }
  /* line 17859, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-lg.topbar .menu-item.active > .menu-link {
    color: #fff;
    background-color: #33cabb;
  }
  /* line 17863, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-lg.topbar .menu-link {
    border-top: none;
    color: #929daf;
  }
  /* line 17867, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-lg.topbar .menu-link .arrow::before {
    content: "\e649";
  }
  /* line 17870, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-lg.topbar .open .arrow::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /* line 17874, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-lg.topbar .menu-submenu {
    position: static;
    display: none;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #f7f9fa;
  }
  /* line 17884, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-lg.topbar .menu-submenu .menu-item:hover > .menu-link,
.topbar-expand-lg.topbar .menu-submenu .menu-item.active > .menu-link {
    color: #616a78;
    background-color: transparent;
  }
  /* line 17889, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-lg.topbar .menu-submenu .arrow::before {
    display: none;
  }
  /* line 17892, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-lg.topbar .menu-sub-submenu {
    position: static;
    display: block;
    background-color: transparent;
    padding-left: 48px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 17900, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-lg.topbar.topbar-secondary .menu-item.active > .menu-link {
    color: #616a78;
  }
  /* line 17903, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-lg .topbar-navigation {
    position: fixed;
    top: 0;
    left: -260px;
    bottom: 0;
    width: 260px;
    overflow: hidden;
    z-index: 999;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  /* line 17914, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-lg.topbar-inverse .menu > .menu-item > .menu-link,
.topbar-expand-lg.topbar-inverse .menu > .menu-item > .menu-link .icon::before {
    color: #616a78;
  }
  /* line 17918, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-lg.topbar-inverse .menu > .menu-item.active > .menu-link,
.topbar-expand-lg.topbar-inverse .menu > .menu-item.active > .menu-link .icon::before {
    color: #fff;
  }
}

@media (min-width: 992px) {
  /* line 17925, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-lg .hidden-expand-up {
    display: none;
  }
  /* line 17928, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-lg .topbar-menu-toggler {
    display: none;
  }
  /* line 17931, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-lg.topbar .menu-item:hover .menu-submenu {
    display: block;
  }
  /* line 17934, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-lg.topbar .menu-submenu .menu-item {
    margin: 4px;
  }
}

@media (max-width: 1199px) {
  /* line 17940, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-xl .hidden-expand-down {
    display: none;
  }
  /* line 17943, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-xl .topbar-menu-toggler {
    display: inline-block;
  }
  /* line 17946, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-xl.topbar .topbar-navigation {
    background-color: #fff;
  }
  /* line 17949, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-xl.topbar .menu {
    margin-left: 0;
    width: 260px;
  }
  /* line 17953, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-xl.topbar .menu-category {
    display: block;
    color: #616a78;
  }
  /* line 17957, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-xl.topbar .menu-category::after {
    border-top-color: #616a78;
  }
  /* line 17960, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-xl.topbar .menu-divider {
    display: block;
    background-color: #616a78;
  }
  /* line 17964, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-xl.topbar .menu-item {
    display: block;
  }
  /* line 17967, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-xl.topbar .menu-item.open .menu-submenu {
    display: block !important;
  }
  /* line 17970, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-xl.topbar .menu-item:hover > .menu-link {
    color: #616a78;
  }
  /* line 17973, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-xl.topbar .menu-item.active > .menu-link {
    color: #fff;
    background-color: #33cabb;
  }
  /* line 17977, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-xl.topbar .menu-link {
    border-top: none;
    color: #929daf;
  }
  /* line 17981, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-xl.topbar .menu-link .arrow::before {
    content: "\e649";
  }
  /* line 17984, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-xl.topbar .open .arrow::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /* line 17988, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-xl.topbar .menu-submenu {
    position: static;
    display: none;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #f7f9fa;
  }
  /* line 17998, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-xl.topbar .menu-submenu .menu-item:hover > .menu-link,
.topbar-expand-xl.topbar .menu-submenu .menu-item.active > .menu-link {
    color: #616a78;
    background-color: transparent;
  }
  /* line 18003, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-xl.topbar .menu-submenu .arrow::before {
    display: none;
  }
  /* line 18006, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-xl.topbar .menu-sub-submenu {
    position: static;
    display: block;
    background-color: transparent;
    padding-left: 48px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 18014, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-xl.topbar.topbar-secondary .menu-item.active > .menu-link {
    color: #616a78;
  }
  /* line 18017, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-xl .topbar-navigation {
    position: fixed;
    top: 0;
    left: -260px;
    bottom: 0;
    width: 260px;
    overflow: hidden;
    z-index: 999;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  /* line 18028, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-xl.topbar-inverse .menu > .menu-item > .menu-link,
.topbar-expand-xl.topbar-inverse .menu > .menu-item > .menu-link .icon::before {
    color: #616a78;
  }
  /* line 18032, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-xl.topbar-inverse .menu > .menu-item.active > .menu-link,
.topbar-expand-xl.topbar-inverse .menu > .menu-item.active > .menu-link .icon::before {
    color: #fff;
  }
}

@media (min-width: 1200px) {
  /* line 18039, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-xl .hidden-expand-up {
    display: none;
  }
  /* line 18042, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-xl .topbar-menu-toggler {
    display: none;
  }
  /* line 18045, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-xl.topbar .menu-item:hover .menu-submenu {
    display: block;
  }
  /* line 18048, app/assets/stylesheets/theme/app.scss */
  .topbar-expand-xl.topbar .menu-submenu .menu-item {
    margin: 4px;
  }
}

/* line 18053, app/assets/stylesheets/theme/app.scss */
.topbar-menu-open {
  overflow: hidden;
}

/* line 18057, app/assets/stylesheets/theme/app.scss */
.topbar-menu-open .topbar-navigation {
  left: 0;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

/* line 18063, app/assets/stylesheets/theme/app.scss */
.topbar-secondary {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 81px;
}

/* line 18070, app/assets/stylesheets/theme/app.scss */
.topbar-secondary .topbar-btn {
  line-height: 80px;
  border-top: none;
}

/* line 18075, app/assets/stylesheets/theme/app.scss */
.topbar-secondary .topbar-btn.has-new i::after {
  top: -2px;
  right: -2px;
  width: 8px;
  height: 8px;
  border: none;
}

/* line 18083, app/assets/stylesheets/theme/app.scss */
.topbar-secondary .topbar-btn i {
  font-size: 20px;
}

/* line 18087, app/assets/stylesheets/theme/app.scss */
.topbar-secondary .dropdown.show .topbar-btn,
.topbar-secondary .topbar-btn:hover {
  background-color: #f7fafc;
}

/* line 18092, app/assets/stylesheets/theme/app.scss */
.topbar-secondary .dropdown-menu {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
  margin-top: 0 !important;
}

/* line 18101, app/assets/stylesheets/theme/app.scss */
.topbar-secondary .dropdown-menu::before, .topbar-secondary .dropdown-menu::after {
  display: none;
}

/* line 18105, app/assets/stylesheets/theme/app.scss */
.topbar-secondary .dropdown:hover .topbar-btn {
  background-color: #f7fafc;
}

/* line 18109, app/assets/stylesheets/theme/app.scss */
.topbar-secondary .dropdown-item {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  height: 38px;
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 18119, app/assets/stylesheets/theme/app.scss */
.topbar-secondary .dropdown-item:hover, .topbar-secondary .dropdown-item:focus {
  background-color: transparent;
}

/* line 18123, app/assets/stylesheets/theme/app.scss */
.topbar-secondary .dropdown-divider {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 18127, app/assets/stylesheets/theme/app.scss */
.topbar-secondary .menu-link {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 80px;
  border-top: none;
}

/* line 18136, app/assets/stylesheets/theme/app.scss */
.topbar-secondary .menu-link .title {
  font-weight: 500;
  letter-spacing: 1.5px;
}

/* line 18141, app/assets/stylesheets/theme/app.scss */
.topbar-secondary .menu-submenu .menu-link {
  height: 38px;
}

/* line 18145, app/assets/stylesheets/theme/app.scss */
.topbar-secondary .dropdown-menu,
.topbar-secondary .menu > .menu-item:hover,
.topbar-secondary .menu > .menu-item.active,
.topbar-secondary .menu-submenu,
.topbar-secondary .menu-sub-submenu {
  background-color: #f7fafc;
}

/* line 18153, app/assets/stylesheets/theme/app.scss */
.topbar-secondary .menu-item.active > .menu-link,
.topbar-secondary .menu-item:hover > .menu-link {
  color: #616a78;
  background-color: transparent !important;
}

/* line 18159, app/assets/stylesheets/theme/app.scss */
.topbar-secondary .menu-submenu,
.topbar-secondary .menu-sub-submenu {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 18165, app/assets/stylesheets/theme/app.scss */
.topbar-secondary .menu-submenu .title,
.topbar-secondary .menu-sub-submenu .title {
  letter-spacing: 1px;
}

/* line 18170, app/assets/stylesheets/theme/app.scss */
.topbar-secondary .menu-sub-submenu {
  border-left: 1px solid rgba(0, 0, 0, 0.03);
}

/* line 18174, app/assets/stylesheets/theme/app.scss */
.topbar-inverse {
  background-color: #3f4a59;
}

/* line 18178, app/assets/stylesheets/theme/app.scss */
.topbar-inverse .topbar-title,
.topbar-inverse .sidebar-toggler,
.topbar-inverse .topbar-menu-toggler {
  color: white;
}

/* line 18184, app/assets/stylesheets/theme/app.scss */
.topbar-inverse .topbar-btn {
  color: rgba(255, 255, 255, 0.7);
}

/* line 18188, app/assets/stylesheets/theme/app.scss */
.topbar-inverse .topbar-btn:hover,
.topbar-inverse .dropdown.show .topbar-btn {
  color: white;
  border-top-color: rgba(255, 255, 255, 0.7);
}

/* line 18194, app/assets/stylesheets/theme/app.scss */
.topbar-inverse .topbar-divider {
  border-left-color: rgba(255, 255, 255, 0.08);
}

/* line 18198, app/assets/stylesheets/theme/app.scss */
.topbar-inverse .topbar-btns .topbar-btn.has-new {
  color: white;
}

/* line 18202, app/assets/stylesheets/theme/app.scss */
.topbar-inverse .topbar-btns .topbar-btn.has-new i::after {
  border: none;
  top: -2px;
  right: -2px;
  width: 8px;
  height: 8px;
}

/* line 18210, app/assets/stylesheets/theme/app.scss */
.topbar-inverse .lookup-circle::before {
  color: rgba(255, 255, 255, 0.7);
}

/* line 18214, app/assets/stylesheets/theme/app.scss */
.topbar-inverse .lookup-circle input {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}

/* line 18219, app/assets/stylesheets/theme/app.scss */
.topbar-inverse .lookup-circle input:focus {
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 18223, app/assets/stylesheets/theme/app.scss */
.topbar-inverse .lookup-circle input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.7);
}

/* line 18228, app/assets/stylesheets/theme/app.scss */
.topbar-inverse .lookup-circle input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.7);
}

/* line 18233, app/assets/stylesheets/theme/app.scss */
.topbar-inverse .lookup-circle input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.7);
}

/* line 18238, app/assets/stylesheets/theme/app.scss */
.topbar-inverse .lookup-circle input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.7);
}

/* line 18243, app/assets/stylesheets/theme/app.scss */
.topbar-inverse .menu > .menu-item > .menu-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 18247, app/assets/stylesheets/theme/app.scss */
.topbar-inverse .menu > .menu-item:hover > .menu-link,
.topbar-inverse .menu > .menu-item.active > .menu-link {
  color: white;
  border-top-color: rgba(255, 255, 255, 0.7);
}

/* line 18253, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}

/* line 18257, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary .dropdown-menu,
.topbar-inverse.topbar-secondary .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary .menu > .menu-item.active,
.topbar-inverse.topbar-secondary .menu-submenu,
.topbar-inverse.topbar-secondary .menu-sub-submenu,
.topbar-inverse.topbar-secondary .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary .topbar-btn:hover {
  background-color: #3b4553;
}

/* line 18268, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary .dropdown-item {
  color: rgba(255, 255, 255, 0.7);
}

/* line 18272, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary .dropdown-item:hover, .topbar-inverse.topbar-secondary .dropdown-item:focus {
  color: white;
  background-color: #394350;
}

/* line 18277, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary .dropdown-divider {
  border-top-color: rgba(255, 255, 255, 0.07);
}

/* line 18281, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary .menu-item:hover > .menu-link,
.topbar-inverse.topbar-secondary .menu-item.active > .menu-link {
  color: white;
  border-top-color: rgba(255, 255, 255, 0.7);
}

/* line 18287, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary .menu-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 18291, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary.bg-primary .dropdown-menu,
.topbar-inverse.topbar-secondary.bg-primary .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary.bg-primary .menu > .menu-item.active,
.topbar-inverse.topbar-secondary.bg-primary .menu-submenu,
.topbar-inverse.topbar-secondary.bg-primary .menu-sub-submenu,
.topbar-inverse.topbar-secondary.bg-primary .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary.bg-primary .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary.bg-primary .topbar-btn:hover {
  background-color: #31c2b3;
}

/* line 18302, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary.bg-primary .dropdown-item:hover, .topbar-inverse.topbar-secondary.bg-primary .dropdown-item:focus {
  background-color: #30beb0;
}

/* line 18306, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary.bg-secondary .dropdown-menu,
.topbar-inverse.topbar-secondary.bg-secondary .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary.bg-secondary .menu > .menu-item.active,
.topbar-inverse.topbar-secondary.bg-secondary .menu-submenu,
.topbar-inverse.topbar-secondary.bg-secondary .menu-sub-submenu,
.topbar-inverse.topbar-secondary.bg-secondary .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary.bg-secondary .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary.bg-secondary .topbar-btn:hover {
  background-color: #dee2e6;
}

/* line 18317, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary.bg-secondary .dropdown-item:hover, .topbar-inverse.topbar-secondary.bg-secondary .dropdown-item:focus {
  background-color: #dbdfe3;
}

/* line 18321, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary.bg-success .dropdown-menu,
.topbar-inverse.topbar-secondary.bg-success .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary.bg-success .menu > .menu-item.active,
.topbar-inverse.topbar-secondary.bg-success .menu-submenu,
.topbar-inverse.topbar-secondary.bg-success .menu-sub-submenu,
.topbar-inverse.topbar-secondary.bg-success .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary.bg-success .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary.bg-success .topbar-btn:hover {
  background-color: #14ba71;
}

/* line 18332, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary.bg-success .dropdown-item:hover, .topbar-inverse.topbar-secondary.bg-success .dropdown-item:focus {
  background-color: #14b56f;
}

/* line 18336, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary.bg-info .dropdown-menu,
.topbar-inverse.topbar-secondary.bg-info .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary.bg-info .menu > .menu-item.active,
.topbar-inverse.topbar-secondary.bg-info .menu-submenu,
.topbar-inverse.topbar-secondary.bg-info .menu-sub-submenu,
.topbar-inverse.topbar-secondary.bg-info .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary.bg-info .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary.bg-info .topbar-btn:hover {
  background-color: #3eacf7;
}

/* line 18347, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary.bg-info .dropdown-item:hover, .topbar-inverse.topbar-secondary.bg-info .dropdown-item:focus {
  background-color: #39aaf6;
}

/* line 18351, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary.bg-warning .dropdown-menu,
.topbar-inverse.topbar-secondary.bg-warning .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary.bg-warning .menu > .menu-item.active,
.topbar-inverse.topbar-secondary.bg-warning .menu-submenu,
.topbar-inverse.topbar-secondary.bg-warning .menu-sub-submenu,
.topbar-inverse.topbar-secondary.bg-warning .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary.bg-warning .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary.bg-warning .topbar-btn:hover {
  background-color: #faa141;
}

/* line 18362, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary.bg-warning .dropdown-item:hover, .topbar-inverse.topbar-secondary.bg-warning .dropdown-item:focus {
  background-color: #fa9f3c;
}

/* line 18366, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary.bg-danger .dropdown-menu,
.topbar-inverse.topbar-secondary.bg-danger .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary.bg-danger .menu > .menu-item.active,
.topbar-inverse.topbar-secondary.bg-danger .menu-submenu,
.topbar-inverse.topbar-secondary.bg-danger .menu-sub-submenu,
.topbar-inverse.topbar-secondary.bg-danger .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary.bg-danger .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary.bg-danger .topbar-btn:hover {
  background-color: #f95e5e;
}

/* line 18377, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary.bg-danger .dropdown-item:hover, .topbar-inverse.topbar-secondary.bg-danger .dropdown-item:focus {
  background-color: #f85959;
}

/* line 18381, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary.bg-pink .dropdown-menu,
.topbar-inverse.topbar-secondary.bg-pink .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary.bg-pink .menu > .menu-item.active,
.topbar-inverse.topbar-secondary.bg-pink .menu-submenu,
.topbar-inverse.topbar-secondary.bg-pink .menu-sub-submenu,
.topbar-inverse.topbar-secondary.bg-pink .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary.bg-pink .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary.bg-pink .topbar-btn:hover {
  background-color: #f95791;
}

/* line 18392, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary.bg-pink .dropdown-item:hover, .topbar-inverse.topbar-secondary.bg-pink .dropdown-item:focus {
  background-color: #f8528d;
}

/* line 18396, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary.bg-purple .dropdown-menu,
.topbar-inverse.topbar-secondary.bg-purple .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary.bg-purple .menu > .menu-item.active,
.topbar-inverse.topbar-secondary.bg-purple .menu-submenu,
.topbar-inverse.topbar-secondary.bg-purple .menu-sub-submenu,
.topbar-inverse.topbar-secondary.bg-purple .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary.bg-purple .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary.bg-purple .topbar-btn:hover {
  background-color: #8c65dc;
}

/* line 18407, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary.bg-purple .dropdown-item:hover, .topbar-inverse.topbar-secondary.bg-purple .dropdown-item:focus {
  background-color: #8961db;
}

/* line 18411, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary.bg-brown .dropdown-menu,
.topbar-inverse.topbar-secondary.bg-brown .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary.bg-brown .menu > .menu-item.active,
.topbar-inverse.topbar-secondary.bg-brown .menu-submenu,
.topbar-inverse.topbar-secondary.bg-brown .menu-sub-submenu,
.topbar-inverse.topbar-secondary.bg-brown .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary.bg-brown .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary.bg-brown .topbar-btn:hover {
  background-color: #876154;
}

/* line 18422, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary.bg-brown .dropdown-item:hover, .topbar-inverse.topbar-secondary.bg-brown .dropdown-item:focus {
  background-color: #845f52;
}

/* line 18426, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary.bg-cyan .dropdown-menu,
.topbar-inverse.topbar-secondary.bg-cyan .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary.bg-cyan .menu > .menu-item.active,
.topbar-inverse.topbar-secondary.bg-cyan .menu-submenu,
.topbar-inverse.topbar-secondary.bg-cyan .menu-sub-submenu,
.topbar-inverse.topbar-secondary.bg-cyan .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary.bg-cyan .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary.bg-cyan .topbar-btn:hover {
  background-color: #4fc4d2;
}

/* line 18437, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary.bg-cyan .dropdown-item:hover, .topbar-inverse.topbar-secondary.bg-cyan .dropdown-item:focus {
  background-color: #4bc3d1;
}

/* line 18441, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary.bg-yellow .dropdown-menu,
.topbar-inverse.topbar-secondary.bg-yellow .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary.bg-yellow .menu > .menu-item.active,
.topbar-inverse.topbar-secondary.bg-yellow .menu-submenu,
.topbar-inverse.topbar-secondary.bg-yellow .menu-sub-submenu,
.topbar-inverse.topbar-secondary.bg-yellow .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary.bg-yellow .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary.bg-yellow .topbar-btn:hover {
  background-color: #fcc21b;
}

/* line 18452, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary.bg-yellow .dropdown-item:hover, .topbar-inverse.topbar-secondary.bg-yellow .dropdown-item:focus {
  background-color: #fcc116;
}

/* line 18456, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary.bg-gray .dropdown-menu,
.topbar-inverse.topbar-secondary.bg-gray .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary.bg-gray .menu > .menu-item.active,
.topbar-inverse.topbar-secondary.bg-gray .menu-submenu,
.topbar-inverse.topbar-secondary.bg-gray .menu-sub-submenu,
.topbar-inverse.topbar-secondary.bg-gray .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary.bg-gray .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary.bg-gray .topbar-btn:hover {
  background-color: #818991;
}

/* line 18467, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary.bg-gray .dropdown-item:hover, .topbar-inverse.topbar-secondary.bg-gray .dropdown-item:focus {
  background-color: #7e868f;
}

/* line 18471, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary.bg-dark .dropdown-menu,
.topbar-inverse.topbar-secondary.bg-dark .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary.bg-dark .menu > .menu-item.active,
.topbar-inverse.topbar-secondary.bg-dark .menu-submenu,
.topbar-inverse.topbar-secondary.bg-dark .menu-sub-submenu,
.topbar-inverse.topbar-secondary.bg-dark .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary.bg-dark .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary.bg-dark .topbar-btn:hover {
  background-color: #424c5b;
}

/* line 18482, app/assets/stylesheets/theme/app.scss */
.topbar-inverse.topbar-secondary.bg-dark .dropdown-item:hover, .topbar-inverse.topbar-secondary.bg-dark .dropdown-item:focus {
  background-color: #404a58;
}

/* line 18486, app/assets/stylesheets/theme/app.scss */
.aside {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.04);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.04);
  position: fixed;
  top: 0;
  bottom: 0;
  width: 250px;
  padding-top: 64px;
  z-index: 991;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  will-change: transform;
}

/* line 18507, app/assets/stylesheets/theme/app.scss */
.aside ~ .header,
.aside ~ .main-content,
.aside ~ .site-footer {
  margin-left: 250px;
}

/* line 18513, app/assets/stylesheets/theme/app.scss */
.aside > .nav-tabs {
  margin-bottom: 0;
}

/* line 18517, app/assets/stylesheets/theme/app.scss */
.aside-open .aside {
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.07) !important;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.07) !important;
}

/* line 18522, app/assets/stylesheets/theme/app.scss */
.aside-sm {
  width: 200px;
}

/* line 18526, app/assets/stylesheets/theme/app.scss */
.aside-sm ~ .header,
.aside-sm ~ .main-content,
.aside-sm ~ .site-footer {
  margin-left: 200px;
}

/* line 18532, app/assets/stylesheets/theme/app.scss */
.aside-lg {
  width: 300px;
}

/* line 18536, app/assets/stylesheets/theme/app.scss */
.aside-lg ~ .header,
.aside-lg ~ .main-content,
.aside-lg ~ .site-footer {
  margin-left: 300px;
}

/* line 18542, app/assets/stylesheets/theme/app.scss */
.aside-open .aside {
  left: 0 !important;
}

/* line 18546, app/assets/stylesheets/theme/app.scss */
.aside-body {
  padding: 20px 0;
  height: 100%;
}

/* line 18551, app/assets/stylesheets/theme/app.scss */
.aside-block {
  padding: 0 20px;
}

/* line 18555, app/assets/stylesheets/theme/app.scss */
.aside-title {
  color: #929daf;
  font-size: 13px;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  opacity: .65;
}

/* line 18564, app/assets/stylesheets/theme/app.scss */
.aside-toggler {
  display: none;
  background-color: #fff;
  height: 48px;
  width: 24px;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  border: 1px solid #ebebeb;
  border-left: none;
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -24px;
  font-family: themify;
  padding-left: 2px;
  color: #788394;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.07);
}

/* line 18585, app/assets/stylesheets/theme/app.scss */
.aside-toggler:focus {
  outline: none;
}

/* line 18589, app/assets/stylesheets/theme/app.scss */
.aside-toggler::before {
  content: "\e649";
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

/* line 18595, app/assets/stylesheets/theme/app.scss */
.aside-open .aside-toggler::before {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  /* line 18602, app/assets/stylesheets/theme/app.scss */
  .aside-toggler {
    height: 36px;
    width: 18px;
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
    right: -18px;
    margin-top: -18px;
    font-size: 0.875rem;
  }
}

/* line 18613, app/assets/stylesheets/theme/app.scss */
.aside-collapse .aside-toggler {
  display: inline-block;
}

/* line 18617, app/assets/stylesheets/theme/app.scss */
.aside-collapse.aside {
  left: -250px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 18623, app/assets/stylesheets/theme/app.scss */
.aside-collapse.aside ~ .header,
.aside-collapse.aside ~ .main-content,
.aside-collapse.aside ~ .site-footer {
  margin-left: 0;
}

/* line 18629, app/assets/stylesheets/theme/app.scss */
.aside-collapse.aside-sm {
  left: -200px;
}

/* line 18633, app/assets/stylesheets/theme/app.scss */
.aside-collapse.aside-lg {
  left: -300px;
}

@media (max-width: 575px) {
  /* line 18638, app/assets/stylesheets/theme/app.scss */
  .aside-expand-sm .aside-toggler {
    display: inline-block;
  }
  /* line 18641, app/assets/stylesheets/theme/app.scss */
  .aside-expand-sm.aside {
    left: -250px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 18646, app/assets/stylesheets/theme/app.scss */
  .aside-expand-sm.aside ~ .header,
.aside-expand-sm.aside ~ .main-content,
.aside-expand-sm.aside ~ .site-footer {
    margin-left: 0;
  }
  /* line 18651, app/assets/stylesheets/theme/app.scss */
  .aside-expand-sm.aside-sm {
    left: -200px;
  }
  /* line 18654, app/assets/stylesheets/theme/app.scss */
  .aside-expand-sm.aside-lg {
    left: -300px;
  }
}

@media (max-width: 767px) {
  /* line 18660, app/assets/stylesheets/theme/app.scss */
  .aside-expand-md .aside-toggler {
    display: inline-block;
  }
  /* line 18663, app/assets/stylesheets/theme/app.scss */
  .aside-expand-md.aside {
    left: -250px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 18668, app/assets/stylesheets/theme/app.scss */
  .aside-expand-md.aside ~ .header,
.aside-expand-md.aside ~ .main-content,
.aside-expand-md.aside ~ .site-footer {
    margin-left: 0;
  }
  /* line 18673, app/assets/stylesheets/theme/app.scss */
  .aside-expand-md.aside-sm {
    left: -200px;
  }
  /* line 18676, app/assets/stylesheets/theme/app.scss */
  .aside-expand-md.aside-lg {
    left: -300px;
  }
}

@media (max-width: 991px) {
  /* line 18682, app/assets/stylesheets/theme/app.scss */
  .aside-expand-lg .aside-toggler {
    display: inline-block;
  }
  /* line 18685, app/assets/stylesheets/theme/app.scss */
  .aside-expand-lg.aside {
    left: -250px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 18690, app/assets/stylesheets/theme/app.scss */
  .aside-expand-lg.aside ~ .header,
.aside-expand-lg.aside ~ .main-content,
.aside-expand-lg.aside ~ .site-footer {
    margin-left: 0;
  }
  /* line 18695, app/assets/stylesheets/theme/app.scss */
  .aside-expand-lg.aside-sm {
    left: -200px;
  }
  /* line 18698, app/assets/stylesheets/theme/app.scss */
  .aside-expand-lg.aside-lg {
    left: -300px;
  }
}

@media (max-width: 1199px) {
  /* line 18704, app/assets/stylesheets/theme/app.scss */
  .aside-expand-xl .aside-toggler {
    display: inline-block;
  }
  /* line 18707, app/assets/stylesheets/theme/app.scss */
  .aside-expand-xl.aside {
    left: -250px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 18712, app/assets/stylesheets/theme/app.scss */
  .aside-expand-xl.aside ~ .header,
.aside-expand-xl.aside ~ .main-content,
.aside-expand-xl.aside ~ .site-footer {
    margin-left: 0;
  }
  /* line 18717, app/assets/stylesheets/theme/app.scss */
  .aside-expand-xl.aside-sm {
    left: -200px;
  }
  /* line 18720, app/assets/stylesheets/theme/app.scss */
  .aside-expand-xl.aside-lg {
    left: -300px;
  }
}

/* line 18725, app/assets/stylesheets/theme/app.scss */
.site-footer {
  background-color: #fff;
  font-size: 12px;
  color: #788394;
  border-top: 1px solid #f1f2f3;
}

/* line 18732, app/assets/stylesheets/theme/app.scss */
.site-footer p {
  margin-bottom: 0;
  font-weight: 400;
}

/* line 18737, app/assets/stylesheets/theme/app.scss */
.site-footer a {
  color: #788394;
}

/* line 18741, app/assets/stylesheets/theme/app.scss */
.site-footer a:hover {
  color: #33cabb;
}

/* line 18745, app/assets/stylesheets/theme/app.scss */
.card {
  border: 0;
  border-radius: 0;
  margin-bottom: 30px;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 18753, app/assets/stylesheets/theme/app.scss */
.card > .table-responsive .table,
.card > .table {
  margin-bottom: 0;
}

/* line 18758, app/assets/stylesheets/theme/app.scss */
.card > .table-responsive .table tr td:first-child,
.card > .table-responsive .table tr th:first-child,
.card > .table tr td:first-child,
.card > .table tr th:first-child {
  padding-left: 20px;
}

/* line 18765, app/assets/stylesheets/theme/app.scss */
.card > .table-responsive .table tr td:last-child,
.card > .table-responsive .table tr th:last-child,
.card > .table tr td:last-child,
.card > .table tr th:last-child {
  padding-right: 20px;
}

/* line 18772, app/assets/stylesheets/theme/app.scss */
.card .card-hover-show {
  opacity: 0;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

/* line 18778, app/assets/stylesheets/theme/app.scss */
.card:hover .card-hover-show {
  opacity: 1;
}

/* line 18782, app/assets/stylesheets/theme/app.scss */
.card > .alert,
.card-content > .alert {
  border-radius: 0;
  margin-bottom: 0;
}

/* line 18788, app/assets/stylesheets/theme/app.scss */
.card > .callout,
.card-content > .callout {
  margin-bottom: 0;
}

/* line 18793, app/assets/stylesheets/theme/app.scss */
.card > .nav-tabs,
.card-content > .nav-tabs {
  margin-bottom: 0;
}

/* line 18798, app/assets/stylesheets/theme/app.scss */
.card-title {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(97, 106, 120, 0.07);
}

/* line 18807, app/assets/stylesheets/theme/app.scss */
.card-title a {
  color: #37404d;
}

/* line 18811, app/assets/stylesheets/theme/app.scss */
.card-title strong,
.card-title b {
  font-weight: 400;
}

/* line 18816, app/assets/stylesheets/theme/app.scss */
.h6.card-title, h6.card-title {
  font-size: 13.5px;
}

/* line 18820, app/assets/stylesheets/theme/app.scss */
.h5.card-title, h5.card-title {
  font-size: 15px;
}

/* line 18824, app/assets/stylesheets/theme/app.scss */
.h4.card-title, h4.card-title {
  font-size: 17px;
}

/* line 18828, app/assets/stylesheets/theme/app.scss */
.h3.card-title, h3.card-title {
  font-size: 19px;
}

/* line 18832, app/assets/stylesheets/theme/app.scss */
.h2.card-title, h2.card-title {
  font-size: 22px;
}

/* line 18836, app/assets/stylesheets/theme/app.scss */
.h1.card-title, h1.card-title {
  font-size: 26px;
}

/* line 18840, app/assets/stylesheets/theme/app.scss */
.card-title-bold {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
}

/* line 18847, app/assets/stylesheets/theme/app.scss */
.card-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 15px 20px;
  background-color: transparent;
  border-bottom: 1px solid rgba(97, 106, 120, 0.07);
}

/* line 18859, app/assets/stylesheets/theme/app.scss */
.card-header::after {
  display: none;
}

/* line 18863, app/assets/stylesheets/theme/app.scss */
.card-header > * {
  margin-left: 8px;
  margin-right: 8px;
}

/* line 18868, app/assets/stylesheets/theme/app.scss */
.card-header > *:first-child {
  margin-left: 0;
}

/* line 18872, app/assets/stylesheets/theme/app.scss */
.card-header > *:last-child {
  margin-right: 0;
}

/* line 18876, app/assets/stylesheets/theme/app.scss */
.card-header.card-header-sm {
  padding-top: 8px;
  padding-bottom: 4px;
}

/* line 18881, app/assets/stylesheets/theme/app.scss */
.card-header.card-header-sm .card-title {
  font-size: 0.9375rem;
}

/* line 18885, app/assets/stylesheets/theme/app.scss */
.card-header .card-title {
  padding: 0;
  border: none;
}

/* line 18890, app/assets/stylesheets/theme/app.scss */
.card-header progress,
.card-header input {
  margin-bottom: 0;
}

/* line 18895, app/assets/stylesheets/theme/app.scss */
.card-header .pagination {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 18900, app/assets/stylesheets/theme/app.scss */
.card-header-actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: -4px;
}

/* line 18908, app/assets/stylesheets/theme/app.scss */
.card-header-actions > * {
  margin: 4px;
}

/* line 18912, app/assets/stylesheets/theme/app.scss */
.card-footer {
  background-color: #fcfdfe;
  border-top: 1px solid rgba(97, 106, 120, 0.07);
  color: #929daf;
  padding: 10px 20px;
}

/* line 18919, app/assets/stylesheets/theme/app.scss */
.card-footer > *:last-child {
  margin-bottom: 0;
}

/* line 18923, app/assets/stylesheets/theme/app.scss */
.card-controls {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

/* line 18934, app/assets/stylesheets/theme/app.scss */
.card-controls li > a {
  font-family: themify;
  font-size: 12px;
  display: inline-block;
  padding: 0 4px;
  margin: 0 4px;
  color: #929daf;
  opacity: .8;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

/* line 18946, app/assets/stylesheets/theme/app.scss */
.card-controls li > a:hover {
  color: #33cabb;
}

/* line 18950, app/assets/stylesheets/theme/app.scss */
.card-controls li:first-child > a {
  margin-right: 0;
}

/* line 18954, app/assets/stylesheets/theme/app.scss */
.card-controls .dropdown.show > a {
  color: #33cabb;
}

/* line 18958, app/assets/stylesheets/theme/app.scss */
.card-controls [data-toggle="dropdown"],
.card-controls .card-btn-reload {
  font-size: 14px;
}

/* line 18963, app/assets/stylesheets/theme/app.scss */
.card-btn-close::before {
  content: "\e646";
}

/* line 18967, app/assets/stylesheets/theme/app.scss */
.card-btn-slide::before {
  content: "\e648";
}

/* line 18971, app/assets/stylesheets/theme/app.scss */
.card-btn-maximize::before {
  content: "\e6e8";
}

/* line 18975, app/assets/stylesheets/theme/app.scss */
.card-btn-fullscreen::before {
  content: "\e659";
}

/* line 18979, app/assets/stylesheets/theme/app.scss */
.card-btn-prev::before {
  content: "\e64a";
}

/* line 18983, app/assets/stylesheets/theme/app.scss */
.card-btn-next::before {
  content: "\e649";
}

/* line 18987, app/assets/stylesheets/theme/app.scss */
.card-carousel .card-footer .carousel-indicators-outside {
  padding: 6px 0;
}

/* line 18991, app/assets/stylesheets/theme/app.scss */
.card-body > *:last-child {
  margin-bottom: 0;
}

/* line 18995, app/assets/stylesheets/theme/app.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  border-radius: 0;
}

/* line 19001, app/assets/stylesheets/theme/app.scss */
.card-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  opacity: 0;
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 19020, app/assets/stylesheets/theme/app.scss */
.card-loading.reveal {
  opacity: 1;
  z-index: auto;
}

/* line 19025, app/assets/stylesheets/theme/app.scss */
.card-inverse {
  color: #fff !important;
  background-color: #465161;
}

/* line 19030, app/assets/stylesheets/theme/app.scss */
.card-inverse h1, .card-inverse h2, .card-inverse h3, .card-inverse h4, .card-inverse h5, .card-inverse h6,
.card-inverse .card-title,
.card-inverse small,
.card-inverse .card-controls li > a {
  color: #fff !important;
}

/* line 19037, app/assets/stylesheets/theme/app.scss */
.card-inverse .card-title small {
  opacity: 0.8;
}

/* line 19041, app/assets/stylesheets/theme/app.scss */
.card-inverse .card-btn-more::before,
.card-inverse .card-btn-more::after {
  border-color: #fff;
}

/* line 19046, app/assets/stylesheets/theme/app.scss */
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-action {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 19052, app/assets/stylesheets/theme/app.scss */
.card-primary {
  background-color: #33cabb;
}

/* line 19056, app/assets/stylesheets/theme/app.scss */
.card-primary.card-bordered {
  border-color: #33cabb;
}

/* line 19060, app/assets/stylesheets/theme/app.scss */
.card-secondary {
  background-color: #e4e7ea;
}

/* line 19064, app/assets/stylesheets/theme/app.scss */
.card-secondary.card-bordered {
  border-color: #e4e7ea;
}

/* line 19068, app/assets/stylesheets/theme/app.scss */
.card-success {
  background-color: #15c377;
}

/* line 19072, app/assets/stylesheets/theme/app.scss */
.card-success.card-bordered {
  border-color: #15c377;
}

/* line 19076, app/assets/stylesheets/theme/app.scss */
.card-info {
  background-color: #48b0f7;
}

/* line 19080, app/assets/stylesheets/theme/app.scss */
.card-info.card-bordered {
  border-color: #48b0f7;
}

/* line 19084, app/assets/stylesheets/theme/app.scss */
.card-warning {
  background-color: #faa64b;
}

/* line 19088, app/assets/stylesheets/theme/app.scss */
.card-warning.card-bordered {
  border-color: #faa64b;
}

/* line 19092, app/assets/stylesheets/theme/app.scss */
.card-danger {
  background-color: #f96868;
}

/* line 19096, app/assets/stylesheets/theme/app.scss */
.card-danger.card-bordered {
  border-color: #f96868;
}

/* line 19100, app/assets/stylesheets/theme/app.scss */
.card-pink {
  background-color: #f96197;
}

/* line 19104, app/assets/stylesheets/theme/app.scss */
.card-pink.card-bordered {
  border-color: #f96197;
}

/* line 19108, app/assets/stylesheets/theme/app.scss */
.card-purple {
  background-color: #926dde;
}

/* line 19112, app/assets/stylesheets/theme/app.scss */
.card-purple.card-bordered {
  border-color: #926dde;
}

/* line 19116, app/assets/stylesheets/theme/app.scss */
.card-brown {
  background-color: #8d6658;
}

/* line 19120, app/assets/stylesheets/theme/app.scss */
.card-brown.card-bordered {
  border-color: #8d6658;
}

/* line 19124, app/assets/stylesheets/theme/app.scss */
.card-cyan {
  background-color: #57c7d4;
}

/* line 19128, app/assets/stylesheets/theme/app.scss */
.card-cyan.card-bordered {
  border-color: #57c7d4;
}

/* line 19132, app/assets/stylesheets/theme/app.scss */
.card-yellow {
  background-color: #fcc525;
}

/* line 19136, app/assets/stylesheets/theme/app.scss */
.card-yellow.card-bordered {
  border-color: #fcc525;
}

/* line 19140, app/assets/stylesheets/theme/app.scss */
.card-gray {
  background-color: #868e96;
}

/* line 19144, app/assets/stylesheets/theme/app.scss */
.card-gray.card-bordered {
  border-color: #868e96;
}

/* line 19148, app/assets/stylesheets/theme/app.scss */
.card-dark {
  background-color: #465161;
}

/* line 19152, app/assets/stylesheets/theme/app.scss */
.card-dark.card-bordered {
  border-color: #465161;
}

/* line 19156, app/assets/stylesheets/theme/app.scss */
.card-outline-primary {
  background-color: #fff;
  border: 1px solid #33cabb;
}

/* line 19161, app/assets/stylesheets/theme/app.scss */
.card-outline-secondary {
  background-color: #fff;
  border: 1px solid #e4e7ea;
}

/* line 19166, app/assets/stylesheets/theme/app.scss */
.card-outline-success {
  background-color: #fff;
  border: 1px solid #15c377;
}

/* line 19171, app/assets/stylesheets/theme/app.scss */
.card-outline-info {
  background-color: #fff;
  border: 1px solid #48b0f7;
}

/* line 19176, app/assets/stylesheets/theme/app.scss */
.card-outline-warning {
  background-color: #fff;
  border: 1px solid #faa64b;
}

/* line 19181, app/assets/stylesheets/theme/app.scss */
.card-outline-danger {
  background-color: #fff;
  border: 1px solid #f96868;
}

/* line 19186, app/assets/stylesheets/theme/app.scss */
.card-outline-pink {
  background-color: #fff;
  border: 1px solid #f96197;
}

/* line 19191, app/assets/stylesheets/theme/app.scss */
.card-outline-purple {
  background-color: #fff;
  border: 1px solid #926dde;
}

/* line 19196, app/assets/stylesheets/theme/app.scss */
.card-outline-brown {
  background-color: #fff;
  border: 1px solid #8d6658;
}

/* line 19201, app/assets/stylesheets/theme/app.scss */
.card-outline-cyan {
  background-color: #fff;
  border: 1px solid #57c7d4;
}

/* line 19206, app/assets/stylesheets/theme/app.scss */
.card-outline-yellow {
  background-color: #fff;
  border: 1px solid #fcc525;
}

/* line 19211, app/assets/stylesheets/theme/app.scss */
.card-outline-gray {
  background-color: #fff;
  border: 1px solid #868e96;
}

/* line 19216, app/assets/stylesheets/theme/app.scss */
.card-outline-dark {
  background-color: #fff;
  border: 1px solid #465161;
}

/* line 19221, app/assets/stylesheets/theme/app.scss */
.card-bordered {
  border: 1px solid #ebebeb;
}

/* line 19225, app/assets/stylesheets/theme/app.scss */
.card-shadowed {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
}

/* line 19230, app/assets/stylesheets/theme/app.scss */
.card-hover-shadow:hover {
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
}

/* line 19235, app/assets/stylesheets/theme/app.scss */
.card-transparent {
  background-color: transparent;
}

/* line 19239, app/assets/stylesheets/theme/app.scss */
.card-round {
  border-radius: 4px;
}

/* line 19243, app/assets/stylesheets/theme/app.scss */
.card-maximize {
  position: fixed;
  top: 64px;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  z-index: 900;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

/* line 19254, app/assets/stylesheets/theme/app.scss */
.card-maximize .card-btn-maximize {
  color: #33cabb;
}

/* line 19258, app/assets/stylesheets/theme/app.scss */
.card-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  z-index: 998;
}

/* line 19268, app/assets/stylesheets/theme/app.scss */
.card-fullscreen .card-btn-fullscreen {
  color: #33cabb;
}

/* line 19272, app/assets/stylesheets/theme/app.scss */
.card-slided-up .card-content {
  display: none;
}

/* line 19276, app/assets/stylesheets/theme/app.scss */
.card-slided-up .card-btn-slide::before {
  content: "\e64b";
}

/* line 19280, app/assets/stylesheets/theme/app.scss */
.card-columns {
  margin-bottom: 30px;
}

@media (min-width: 0) {
  /* line 19285, app/assets/stylesheets/theme/app.scss */
  .card-group .card + .card {
    border-left: 1px solid rgba(97, 106, 120, 0.07);
  }
}

/* line 19290, app/assets/stylesheets/theme/app.scss */
.quickview {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background-color: #fff;
  width: 300px;
  max-width: calc( 100% - 50px);
  position: fixed;
  top: 0;
  bottom: 0;
  right: -300px;
  z-index: 999;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  will-change: transform;
}

/* line 19315, app/assets/stylesheets/theme/app.scss */
.quickview.quickview-sm {
  width: 220px;
  right: -220px;
}

/* line 19320, app/assets/stylesheets/theme/app.scss */
.quickview.quickview-lg {
  width: 420px;
  right: -420px;
}

/* line 19325, app/assets/stylesheets/theme/app.scss */
.quickview.quickview-xl {
  width: 640px;
  right: -640px;
}

/* line 19330, app/assets/stylesheets/theme/app.scss */
.quickview.quickview-xxl {
  width: 860px;
  right: -860px;
}

/* line 19335, app/assets/stylesheets/theme/app.scss */
.quickview.reveal {
  right: 0;
  -webkit-box-shadow: 5px 0px 13px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0px 13px 3px rgba(0, 0, 0, 0.1);
}

/* line 19341, app/assets/stylesheets/theme/app.scss */
.quickview.backdrop-light + .backdrop-quickview {
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 19345, app/assets/stylesheets/theme/app.scss */
.quickview.backdrop-dark + .backdrop-quickview {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 19349, app/assets/stylesheets/theme/app.scss */
.quickview > .nav-tabs {
  margin-bottom: 0;
  height: 64px;
}

/* line 19354, app/assets/stylesheets/theme/app.scss */
.quickview-body {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
}

/* line 19359, app/assets/stylesheets/theme/app.scss */
.quickview-block {
  padding: 20px;
  width: 100%;
}

/* line 19364, app/assets/stylesheets/theme/app.scss */
.quickview-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 20px;
  min-height: 64px !important;
  border-bottom: 1px solid #ebebeb;
}

/* line 19376, app/assets/stylesheets/theme/app.scss */
.quickview-header .close {
  margin-left: 16px;
  font-size: 16px;
}

/* line 19381, app/assets/stylesheets/theme/app.scss */
.quickview-header.nav-tabs {
  padding: 0;
}

/* line 19385, app/assets/stylesheets/theme/app.scss */
.quickview-header .nav-link {
  height: 64px;
  line-height: 58px;
  padding-top: 6px;
  padding-bottom: 0;
}

/* line 19392, app/assets/stylesheets/theme/app.scss */
.quickview-header-lg {
  height: 80px;
}

/* line 19396, app/assets/stylesheets/theme/app.scss */
.quickview-header-lg .nav-link {
  height: 64px;
  line-height: 74px;
}

/* line 19401, app/assets/stylesheets/theme/app.scss */
.quickview-title {
  margin-bottom: 0;
  letter-spacing: .5px;
}

/* line 19406, app/assets/stylesheets/theme/app.scss */
.quickview-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 16px;
  min-height: 64px;
  background-color: #fcfdfe;
  border-top: 1px solid #f1f2f3;
}

/* line 19417, app/assets/stylesheets/theme/app.scss */
.quickview-footer .row {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
}

/* line 19422, app/assets/stylesheets/theme/app.scss */
.quickview-footer > *:not(.row) {
  margin: 0 4px;
}

/* line 19426, app/assets/stylesheets/theme/app.scss */
.quickview-footer a:not(.btn) {
  display: inline-block;
  padding: 0.75rem 0.5rem;
  color: #929daf;
}

/* line 19432, app/assets/stylesheets/theme/app.scss */
.quickview-footer a:not(.btn):hover {
  color: #37404d;
}

/* line 19436, app/assets/stylesheets/theme/app.scss */
.header {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  border-bottom: 1px solid #ebebeb;
}

/* line 19454, app/assets/stylesheets/theme/app.scss */
.header > .container {
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
}

/* line 19468, app/assets/stylesheets/theme/app.scss */
.header > .container .header-info,
.header > .container .header-action,
.header > .container .header-bar {
  padding-left: 0;
  padding-right: 0;
}

/* line 19475, app/assets/stylesheets/theme/app.scss */
.header, .header.bg-img {
  z-index: 2;
}

/* line 19479, app/assets/stylesheets/theme/app.scss */
.header-bar {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  padding: 12px 30px;
  background-color: #fff;
  border-bottom: 1px solid #f1f2f3;
}

/* line 19492, app/assets/stylesheets/theme/app.scss */
.header-bar > * {
  margin-bottom: 0;
}

/* line 19496, app/assets/stylesheets/theme/app.scss */
.header-title {
  font-weight: 100;
  font-family: Roboto, sans-serif;
  color: #616a78;
}

/* line 19502, app/assets/stylesheets/theme/app.scss */
.header-title strong {
  font-weight: 300;
}

/* line 19506, app/assets/stylesheets/theme/app.scss */
.header-title small {
  display: block;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.7;
  color: inherit;
  opacity: 0.7;
  padding-top: 16px;
}

/* line 19516, app/assets/stylesheets/theme/app.scss */
.header-info {
  margin: 50px 0;
  padding: 0 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 767px) {
  /* line 19528, app/assets/stylesheets/theme/app.scss */
  .header-info {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/* line 19534, app/assets/stylesheets/theme/app.scss */
.header-info .left {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
}

/* line 19539, app/assets/stylesheets/theme/app.scss */
.header-info .breadcrumb-item::before {
  color: rgba(97, 106, 120, 0.7);
}

/* line 19543, app/assets/stylesheets/theme/app.scss */
.header-info .breadcrumb-item.active {
  color: #616a78;
}

/* line 19547, app/assets/stylesheets/theme/app.scss */
.header-info .breadcrumb-item a {
  color: rgba(97, 106, 120, 0.7);
}

/* line 19551, app/assets/stylesheets/theme/app.scss */
.header-info .breadcrumb-item a:hover {
  color: #616a78;
}

/* line 19555, app/assets/stylesheets/theme/app.scss */
.header-action {
  position: relative;
  padding: 0 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}

/* line 19568, app/assets/stylesheets/theme/app.scss */
.header-action .nav {
  white-space: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 0;
  border-bottom: none;
  /*
    @include media-down(sm) {
      overflow-x: auto;
    }
    */
}

/* line 19580, app/assets/stylesheets/theme/app.scss */
.header-action .nav-link {
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.75rem 1rem 1rem;
  border-bottom: 3px solid transparent;
  color: rgba(97, 106, 120, 0.7);
  background-color: transparent !important;
}

/* line 19593, app/assets/stylesheets/theme/app.scss */
.header-action .nav-link.active, .header-action .nav-link:hover {
  color: #616a78;
  border-bottom-color: #33cabb;
}

/* line 19598, app/assets/stylesheets/theme/app.scss */
.header-action .nav-link + .nav-link {
  margin-left: 0;
}

/* line 19602, app/assets/stylesheets/theme/app.scss */
.header-action .nav-link i {
  margin-right: 4px;
}

/* line 19606, app/assets/stylesheets/theme/app.scss */
.header-action .nav-link small {
  color: inherit;
  vertical-align: bottom;
  opacity: 0.7;
}

@media (max-width: 767px) {
  /* line 19613, app/assets/stylesheets/theme/app.scss */
  .header-action .nav-link {
    padding: 0.5rem 0.75rem 0.75rem;
  }
}

/* line 19618, app/assets/stylesheets/theme/app.scss */
.header-action .dropdown-menu {
  margin-top: 0;
}

/* line 19622, app/assets/stylesheets/theme/app.scss */
.header-action .dropdown.show .nav-link {
  color: #616a78;
  border-bottom-color: #33cabb;
}

/* line 19627, app/assets/stylesheets/theme/app.scss */
.header-action .nav-item {
  margin-bottom: 0;
}

/* line 19631, app/assets/stylesheets/theme/app.scss */
.header-action .nav-tabs .nav-link {
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

/* line 19636, app/assets/stylesheets/theme/app.scss */
.header-action .buttons {
  position: absolute;
  right: 30px;
  bottom: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

/* line 19644, app/assets/stylesheets/theme/app.scss */
.header-action .buttons .btn {
  margin-left: 4px;
}

/* line 19648, app/assets/stylesheets/theme/app.scss */
.header-transparent {
  background-color: transparent;
  border-bottom: none;
}

/* line 19653, app/assets/stylesheets/theme/app.scss */
.header-inverse {
  background-color: #3f4a59;
}

/* line 19657, app/assets/stylesheets/theme/app.scss */
.header-inverse .header-info .header-title {
  color: white;
}

/* line 19661, app/assets/stylesheets/theme/app.scss */
.header-inverse .header-info .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.7);
}

/* line 19665, app/assets/stylesheets/theme/app.scss */
.header-inverse .header-info .breadcrumb-item.active {
  color: white;
}

/* line 19669, app/assets/stylesheets/theme/app.scss */
.header-inverse .header-info .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.7);
}

/* line 19673, app/assets/stylesheets/theme/app.scss */
.header-inverse .header-info .breadcrumb-item a:hover {
  color: white;
}

/* line 19677, app/assets/stylesheets/theme/app.scss */
.header-inverse .header-action .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 19681, app/assets/stylesheets/theme/app.scss */
.header-inverse .header-action .nav-link.active, .header-inverse .header-action .nav-link:hover {
  color: white;
  border-bottom-color: #33cabb;
}

/* line 19686, app/assets/stylesheets/theme/app.scss */
.header-inverse .header-action .dropdown.show .nav-link {
  color: white;
}

/* line 19690, app/assets/stylesheets/theme/app.scss */
.header-inverse[class*="bg-"] .header-action .nav-link.active, .header-inverse[class*="bg-"] .header-action .nav-link:hover {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

/* line 19694, app/assets/stylesheets/theme/app.scss */
.header-inverse[class*="bg-"] .header-action .dropdown.show .nav-link {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

/* line 19698, app/assets/stylesheets/theme/app.scss */
.header-inverse .lookup-circle::before {
  color: rgba(255, 255, 255, 0.7);
}

/* line 19702, app/assets/stylesheets/theme/app.scss */
.header-inverse .lookup-circle input {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}

/* line 19707, app/assets/stylesheets/theme/app.scss */
.header-inverse .lookup-circle input:focus {
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 19711, app/assets/stylesheets/theme/app.scss */
.header-inverse .lookup-circle input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.7);
}

/* line 19716, app/assets/stylesheets/theme/app.scss */
.header-inverse .lookup-circle input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.7);
}

/* line 19721, app/assets/stylesheets/theme/app.scss */
.header-inverse .lookup-circle input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.7);
}

/* line 19726, app/assets/stylesheets/theme/app.scss */
.header-inverse .lookup-circle input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 991px) {
  /* line 19732, app/assets/stylesheets/theme/app.scss */
  .page-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 2rem;
  }
  /* line 19738, app/assets/stylesheets/theme/app.scss */
  .page-info > div {
    width: 100%;
    margin: 0.5rem 0;
  }
  /* line 19742, app/assets/stylesheets/theme/app.scss */
  .page-info .header-search::before {
    right: 24px;
  }
  /* line 19745, app/assets/stylesheets/theme/app.scss */
  .page-action nav a {
    padding-top: 0.5rem;
    padding-bottom: 1.25rem;
  }
}

/* line 19751, app/assets/stylesheets/theme/app.scss */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  z-index: 2000;
}

/* line 19767, app/assets/stylesheets/theme/app.scss */
.price {
  font-family: Roboto, sans-serif;
  font-weight: bold;
  font-size: 75px;
  line-height: 75px;
  color: #000;
  padding: 10px 0;
}

/* line 19776, app/assets/stylesheets/theme/app.scss */
.price span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  color: #788394;
}

/* line 19784, app/assets/stylesheets/theme/app.scss */
.price sup {
  font-size: 28px;
  vertical-align: super;
}

/* line 19789, app/assets/stylesheets/theme/app.scss */
.price-dollar {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  margin-right: -10px;
  margin-top: 14px;
}

/* line 19797, app/assets/stylesheets/theme/app.scss */
.price-interval {
  display: inline-block;
  font-size: 12px;
  vertical-align: text-bottom;
  margin-left: -10px;
  margin-bottom: 14px;
  color: #929daf;
}

/* line 19806, app/assets/stylesheets/theme/app.scss */
.b-0 {
  border: 0px solid #ebebeb !important;
}

/* line 19810, app/assets/stylesheets/theme/app.scss */
.bt-0 {
  border-top: 0px solid #ebebeb !important;
}

/* line 19814, app/assets/stylesheets/theme/app.scss */
.br-0 {
  border-right: 0px solid #ebebeb !important;
}

/* line 19818, app/assets/stylesheets/theme/app.scss */
.bb-0 {
  border-bottom: 0px solid #ebebeb !important;
}

/* line 19822, app/assets/stylesheets/theme/app.scss */
.bl-0 {
  border-left: 0px solid #ebebeb !important;
}

/* line 19826, app/assets/stylesheets/theme/app.scss */
.bx-0 {
  border-right: 0px solid #ebebeb !important;
  border-left: 0px solid #ebebeb !important;
}

/* line 19831, app/assets/stylesheets/theme/app.scss */
.by-0 {
  border-top: 0px solid #ebebeb !important;
  border-bottom: 0px solid #ebebeb !important;
}

/* line 19836, app/assets/stylesheets/theme/app.scss */
.b-1 {
  border: 1px solid #ebebeb !important;
}

/* line 19840, app/assets/stylesheets/theme/app.scss */
.bt-1 {
  border-top: 1px solid #ebebeb !important;
}

/* line 19844, app/assets/stylesheets/theme/app.scss */
.br-1 {
  border-right: 1px solid #ebebeb !important;
}

/* line 19848, app/assets/stylesheets/theme/app.scss */
.bb-1 {
  border-bottom: 1px solid #ebebeb !important;
}

/* line 19852, app/assets/stylesheets/theme/app.scss */
.bl-1 {
  border-left: 1px solid #ebebeb !important;
}

/* line 19856, app/assets/stylesheets/theme/app.scss */
.bx-1 {
  border-right: 1px solid #ebebeb !important;
  border-left: 1px solid #ebebeb !important;
}

/* line 19861, app/assets/stylesheets/theme/app.scss */
.by-1 {
  border-top: 1px solid #ebebeb !important;
  border-bottom: 1px solid #ebebeb !important;
}

/* line 19866, app/assets/stylesheets/theme/app.scss */
.b-2 {
  border: 2px solid #ebebeb !important;
}

/* line 19870, app/assets/stylesheets/theme/app.scss */
.bt-2 {
  border-top: 2px solid #ebebeb !important;
}

/* line 19874, app/assets/stylesheets/theme/app.scss */
.br-2 {
  border-right: 2px solid #ebebeb !important;
}

/* line 19878, app/assets/stylesheets/theme/app.scss */
.bb-2 {
  border-bottom: 2px solid #ebebeb !important;
}

/* line 19882, app/assets/stylesheets/theme/app.scss */
.bl-2 {
  border-left: 2px solid #ebebeb !important;
}

/* line 19886, app/assets/stylesheets/theme/app.scss */
.bx-2 {
  border-right: 2px solid #ebebeb !important;
  border-left: 2px solid #ebebeb !important;
}

/* line 19891, app/assets/stylesheets/theme/app.scss */
.by-2 {
  border-top: 2px solid #ebebeb !important;
  border-bottom: 2px solid #ebebeb !important;
}

/* line 19896, app/assets/stylesheets/theme/app.scss */
.b-3 {
  border: 3px solid #ebebeb !important;
}

/* line 19900, app/assets/stylesheets/theme/app.scss */
.bt-3 {
  border-top: 3px solid #ebebeb !important;
}

/* line 19904, app/assets/stylesheets/theme/app.scss */
.br-3 {
  border-right: 3px solid #ebebeb !important;
}

/* line 19908, app/assets/stylesheets/theme/app.scss */
.bb-3 {
  border-bottom: 3px solid #ebebeb !important;
}

/* line 19912, app/assets/stylesheets/theme/app.scss */
.bl-3 {
  border-left: 3px solid #ebebeb !important;
}

/* line 19916, app/assets/stylesheets/theme/app.scss */
.bx-3 {
  border-right: 3px solid #ebebeb !important;
  border-left: 3px solid #ebebeb !important;
}

/* line 19921, app/assets/stylesheets/theme/app.scss */
.by-3 {
  border-top: 3px solid #ebebeb !important;
  border-bottom: 3px solid #ebebeb !important;
}

/* line 19926, app/assets/stylesheets/theme/app.scss */
.border {
  border: 1px solid #ebebeb !important;
}

/* line 19930, app/assets/stylesheets/theme/app.scss */
.border-primary {
  border-color: #33cabb !important;
}

/* line 19934, app/assets/stylesheets/theme/app.scss */
.border-secondary {
  border-color: #e4e7ea !important;
}

/* line 19938, app/assets/stylesheets/theme/app.scss */
.border-success {
  border-color: #15c377 !important;
}

/* line 19942, app/assets/stylesheets/theme/app.scss */
.border-info {
  border-color: #48b0f7 !important;
}

/* line 19946, app/assets/stylesheets/theme/app.scss */
.border-warning {
  border-color: #faa64b !important;
}

/* line 19950, app/assets/stylesheets/theme/app.scss */
.border-danger {
  border-color: #f96868 !important;
}

/* line 19954, app/assets/stylesheets/theme/app.scss */
.border-pink {
  border-color: #f96197 !important;
}

/* line 19958, app/assets/stylesheets/theme/app.scss */
.border-purple {
  border-color: #926dde !important;
}

/* line 19962, app/assets/stylesheets/theme/app.scss */
.border-brown {
  border-color: #8d6658 !important;
}

/* line 19966, app/assets/stylesheets/theme/app.scss */
.border-cyan {
  border-color: #57c7d4 !important;
}

/* line 19970, app/assets/stylesheets/theme/app.scss */
.border-yellow {
  border-color: #fcc525 !important;
}

/* line 19974, app/assets/stylesheets/theme/app.scss */
.border-gray {
  border-color: #868e96 !important;
}

/* line 19978, app/assets/stylesheets/theme/app.scss */
.border-dark {
  border-color: #465161 !important;
}

/* line 19982, app/assets/stylesheets/theme/app.scss */
.border-transparent {
  border-color: transparent !important;
}

/* line 19986, app/assets/stylesheets/theme/app.scss */
.border-white {
  border-color: #fff !important;
}

/* line 19990, app/assets/stylesheets/theme/app.scss */
.border-light {
  border-color: #f1f2f3 !important;
}

/* line 19994, app/assets/stylesheets/theme/app.scss */
.border-fade {
  border-color: rgba(97, 106, 120, 0.07) !important;
}

/* line 19998, app/assets/stylesheets/theme/app.scss */
.bg-primary {
  background-color: #33cabb !important;
  color: #fff;
}

/* line 20003, app/assets/stylesheets/theme/app.scss */
.bg-secondary {
  background-color: #e4e7ea !important;
  color: #fff;
}

/* line 20008, app/assets/stylesheets/theme/app.scss */
.bg-success {
  background-color: #15c377 !important;
  color: #fff;
}

/* line 20013, app/assets/stylesheets/theme/app.scss */
.bg-info {
  background-color: #48b0f7 !important;
  color: #fff;
}

/* line 20018, app/assets/stylesheets/theme/app.scss */
.bg-warning {
  background-color: #faa64b !important;
  color: #fff;
}

/* line 20023, app/assets/stylesheets/theme/app.scss */
.bg-danger {
  background-color: #f96868 !important;
  color: #fff;
}

/* line 20028, app/assets/stylesheets/theme/app.scss */
.bg-pink {
  background-color: #f96197 !important;
  color: #fff;
}

/* line 20033, app/assets/stylesheets/theme/app.scss */
.bg-purple {
  background-color: #926dde !important;
  color: #fff;
}

/* line 20038, app/assets/stylesheets/theme/app.scss */
.bg-brown {
  background-color: #8d6658 !important;
  color: #fff;
}

/* line 20043, app/assets/stylesheets/theme/app.scss */
.bg-cyan {
  background-color: #57c7d4 !important;
  color: #fff;
}

/* line 20048, app/assets/stylesheets/theme/app.scss */
.bg-yellow {
  background-color: #fcc525 !important;
  color: #fff;
}

/* line 20053, app/assets/stylesheets/theme/app.scss */
.bg-gray {
  background-color: #868e96 !important;
  color: #fff;
}

/* line 20058, app/assets/stylesheets/theme/app.scss */
.bg-dark {
  background-color: #465161 !important;
  color: #fff;
}

/* line 20063, app/assets/stylesheets/theme/app.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 20067, app/assets/stylesheets/theme/app.scss */
.bg-inverse {
  background-color: #465161 !important;
  color: #fff;
}

/* line 20072, app/assets/stylesheets/theme/app.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 20076, app/assets/stylesheets/theme/app.scss */
.bg-secondary {
  color: #616a78;
}

/* line 20080, app/assets/stylesheets/theme/app.scss */
.bg-lightest {
  background-color: #fcfdfe !important;
}

/* line 20084, app/assets/stylesheets/theme/app.scss */
.bg-lighter {
  background-color: #f9fafb !important;
}

/* line 20088, app/assets/stylesheets/theme/app.scss */
.bg-light {
  background-color: #f5f6f7 !important;
}

/* line 20092, app/assets/stylesheets/theme/app.scss */
.bg-pale-primary {
  background-color: #dcfcfa !important;
}

/* line 20096, app/assets/stylesheets/theme/app.scss */
.bg-pale-secondary {
  background-color: #f7fafc !important;
}

/* line 20100, app/assets/stylesheets/theme/app.scss */
.bg-pale-success {
  background-color: #e3fcf2 !important;
}

/* line 20104, app/assets/stylesheets/theme/app.scss */
.bg-pale-info {
  background-color: #e3f3fc !important;
}

/* line 20108, app/assets/stylesheets/theme/app.scss */
.bg-pale-warning {
  background-color: #fcf0e3 !important;
}

/* line 20112, app/assets/stylesheets/theme/app.scss */
.bg-pale-danger {
  background-color: #fce3e3 !important;
}

/* line 20116, app/assets/stylesheets/theme/app.scss */
.bg-pale-pink {
  background-color: #fce3ec !important;
}

/* line 20120, app/assets/stylesheets/theme/app.scss */
.bg-pale-purple {
  background-color: #ece3fc !important;
}

/* line 20124, app/assets/stylesheets/theme/app.scss */
.bg-pale-brown {
  background-color: #eddcd5 !important;
}

/* line 20128, app/assets/stylesheets/theme/app.scss */
.bg-pale-cyan {
  background-color: #e3fafc !important;
}

/* line 20132, app/assets/stylesheets/theme/app.scss */
.bg-pale-yellow {
  background-color: #fcf8e3 !important;
}

/* line 20136, app/assets/stylesheets/theme/app.scss */
.bg-pale-gray {
  background-color: #f2f2f2 !important;
}

/* line 20140, app/assets/stylesheets/theme/app.scss */
.bg-pale-dark {
  background-color: #c8c8c8 !important;
}

/* line 20144, app/assets/stylesheets/theme/app.scss */
.text-primary {
  color: #33cabb !important;
}

/* line 20148, app/assets/stylesheets/theme/app.scss */
.text-secondary {
  color: #e4e7ea !important;
}

/* line 20152, app/assets/stylesheets/theme/app.scss */
.text-success {
  color: #15c377 !important;
}

/* line 20156, app/assets/stylesheets/theme/app.scss */
.text-info {
  color: #48b0f7 !important;
}

/* line 20160, app/assets/stylesheets/theme/app.scss */
.text-warning {
  color: #faa64b !important;
}

/* line 20164, app/assets/stylesheets/theme/app.scss */
.text-danger {
  color: #f96868 !important;
}

/* line 20168, app/assets/stylesheets/theme/app.scss */
.text-pink {
  color: #f96197 !important;
}

/* line 20172, app/assets/stylesheets/theme/app.scss */
.text-purple {
  color: #926dde !important;
}

/* line 20176, app/assets/stylesheets/theme/app.scss */
.text-brown {
  color: #8d6658 !important;
}

/* line 20180, app/assets/stylesheets/theme/app.scss */
.text-cyan {
  color: #57c7d4 !important;
}

/* line 20184, app/assets/stylesheets/theme/app.scss */
.text-yellow {
  color: #fcc525 !important;
}

/* line 20188, app/assets/stylesheets/theme/app.scss */
.text-gray {
  color: #868e96 !important;
}

/* line 20192, app/assets/stylesheets/theme/app.scss */
.text-dark {
  color: #465161 !important;
}

/* line 20196, app/assets/stylesheets/theme/app.scss */
.text-facebook {
  color: #3b5998 !important;
}

/* line 20200, app/assets/stylesheets/theme/app.scss */
.text-google {
  color: #dd4b39 !important;
}

/* line 20204, app/assets/stylesheets/theme/app.scss */
.text-twitter {
  color: #00aced !important;
}

/* line 20208, app/assets/stylesheets/theme/app.scss */
.text-linkedin {
  color: #007bb6 !important;
}

/* line 20212, app/assets/stylesheets/theme/app.scss */
.text-pinterest {
  color: #cb2027 !important;
}

/* line 20216, app/assets/stylesheets/theme/app.scss */
.text-git {
  color: #666666 !important;
}

/* line 20220, app/assets/stylesheets/theme/app.scss */
.text-tumblr {
  color: #32506d !important;
}

/* line 20224, app/assets/stylesheets/theme/app.scss */
.text-vimeo {
  color: #aad450 !important;
}

/* line 20228, app/assets/stylesheets/theme/app.scss */
.text-youtube {
  color: #bb0000 !important;
}

/* line 20232, app/assets/stylesheets/theme/app.scss */
.text-flickr {
  color: #ff0084 !important;
}

/* line 20236, app/assets/stylesheets/theme/app.scss */
.text-reddit {
  color: #ff4500 !important;
}

/* line 20240, app/assets/stylesheets/theme/app.scss */
.text-dribbble {
  color: #ea4c89 !important;
}

/* line 20244, app/assets/stylesheets/theme/app.scss */
.text-skype {
  color: #00aff0 !important;
}

/* line 20248, app/assets/stylesheets/theme/app.scss */
.text-instagram {
  color: #517fa4 !important;
}

/* line 20252, app/assets/stylesheets/theme/app.scss */
.text-lastfm {
  color: #c3000d !important;
}

/* line 20256, app/assets/stylesheets/theme/app.scss */
.text-behance {
  color: #1769ff !important;
}

/* line 20260, app/assets/stylesheets/theme/app.scss */
.text-rss {
  color: #f26522 !important;
}

/* line 20264, app/assets/stylesheets/theme/app.scss */
.text-default {
  color: #616a78 !important;
}

/* line 20268, app/assets/stylesheets/theme/app.scss */
.text-muted {
  color: #868e96 !important;
}

/* line 20272, app/assets/stylesheets/theme/app.scss */
.text-light {
  color: #788394 !important;
}

/* line 20276, app/assets/stylesheets/theme/app.scss */
.text-lighter {
  color: #a5b3c7 !important;
}

/* line 20280, app/assets/stylesheets/theme/app.scss */
.text-fade {
  color: rgba(97, 106, 120, 0.7) !important;
}

/* line 20284, app/assets/stylesheets/theme/app.scss */
.text-fader {
  color: rgba(97, 106, 120, 0.5) !important;
}

/* line 20288, app/assets/stylesheets/theme/app.scss */
.text-fadest {
  color: rgba(97, 106, 120, 0.4) !important;
}

/* line 20292, app/assets/stylesheets/theme/app.scss */
.text-transparent {
  color: transparent !important;
}

/* line 20296, app/assets/stylesheets/theme/app.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #33cabb !important;
}

/* line 20300, app/assets/stylesheets/theme/app.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #e4e7ea !important;
}

/* line 20304, app/assets/stylesheets/theme/app.scss */
a.text-info:hover, a.text-info:focus {
  color: #48b0f7 !important;
}

/* line 20308, app/assets/stylesheets/theme/app.scss */
a.text-success:hover, a.text-success:focus {
  color: #15c377 !important;
}

/* line 20312, app/assets/stylesheets/theme/app.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #faa64b !important;
}

/* line 20316, app/assets/stylesheets/theme/app.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #f96868 !important;
}

/* line 20320, app/assets/stylesheets/theme/app.scss */
.hover-primary:hover, .hover-primary:focus {
  color: #33cabb !important;
}

/* line 20324, app/assets/stylesheets/theme/app.scss */
.hover-secondary:hover, .hover-secondary:focus {
  color: #e4e7ea !important;
}

/* line 20328, app/assets/stylesheets/theme/app.scss */
.hover-success:hover, .hover-success:focus {
  color: #15c377 !important;
}

/* line 20332, app/assets/stylesheets/theme/app.scss */
.hover-info:hover, .hover-info:focus {
  color: #48b0f7 !important;
}

/* line 20336, app/assets/stylesheets/theme/app.scss */
.hover-warning:hover, .hover-warning:focus {
  color: #faa64b !important;
}

/* line 20340, app/assets/stylesheets/theme/app.scss */
.hover-danger:hover, .hover-danger:focus {
  color: #f96868 !important;
}

/* line 20344, app/assets/stylesheets/theme/app.scss */
.hover-pink:hover, .hover-pink:focus {
  color: #f96197 !important;
}

/* line 20348, app/assets/stylesheets/theme/app.scss */
.hover-purple:hover, .hover-purple:focus {
  color: #926dde !important;
}

/* line 20352, app/assets/stylesheets/theme/app.scss */
.hover-brown:hover, .hover-brown:focus {
  color: #8d6658 !important;
}

/* line 20356, app/assets/stylesheets/theme/app.scss */
.hover-cyan:hover, .hover-cyan:focus {
  color: #57c7d4 !important;
}

/* line 20360, app/assets/stylesheets/theme/app.scss */
.hover-yellow:hover, .hover-yellow:focus {
  color: #fcc525 !important;
}

/* line 20364, app/assets/stylesheets/theme/app.scss */
.hover-gray:hover, .hover-gray:focus {
  color: #868e96 !important;
}

/* line 20368, app/assets/stylesheets/theme/app.scss */
.hover-dark:hover, .hover-dark:focus {
  color: #465161 !important;
}

/* line 20372, app/assets/stylesheets/theme/app.scss */
.hover-facebook:hover, .hover-facebook:focus {
  color: #3b5998 !important;
}

/* line 20376, app/assets/stylesheets/theme/app.scss */
.hover-google:hover, .hover-google:focus {
  color: #dd4b39 !important;
}

/* line 20380, app/assets/stylesheets/theme/app.scss */
.hover-twitter:hover, .hover-twitter:focus {
  color: #00aced !important;
}

/* line 20384, app/assets/stylesheets/theme/app.scss */
.hover-linkedin:hover, .hover-linkedin:focus {
  color: #007bb6 !important;
}

/* line 20388, app/assets/stylesheets/theme/app.scss */
.hover-pinterest:hover, .hover-pinterest:focus {
  color: #cb2027 !important;
}

/* line 20392, app/assets/stylesheets/theme/app.scss */
.hover-git:hover, .hover-git:focus {
  color: #666666 !important;
}

/* line 20396, app/assets/stylesheets/theme/app.scss */
.hover-tumblr:hover, .hover-tumblr:focus {
  color: #32506d !important;
}

/* line 20400, app/assets/stylesheets/theme/app.scss */
.hover-vimeo:hover, .hover-vimeo:focus {
  color: #aad450 !important;
}

/* line 20404, app/assets/stylesheets/theme/app.scss */
.hover-youtube:hover, .hover-youtube:focus {
  color: #bb0000 !important;
}

/* line 20408, app/assets/stylesheets/theme/app.scss */
.hover-flickr:hover, .hover-flickr:focus {
  color: #ff0084 !important;
}

/* line 20412, app/assets/stylesheets/theme/app.scss */
.hover-reddit:hover, .hover-reddit:focus {
  color: #ff4500 !important;
}

/* line 20416, app/assets/stylesheets/theme/app.scss */
.hover-dribbble:hover, .hover-dribbble:focus {
  color: #ea4c89 !important;
}

/* line 20420, app/assets/stylesheets/theme/app.scss */
.hover-skype:hover, .hover-skype:focus {
  color: #00aff0 !important;
}

/* line 20424, app/assets/stylesheets/theme/app.scss */
.hover-instagram:hover, .hover-instagram:focus {
  color: #517fa4 !important;
}

/* line 20428, app/assets/stylesheets/theme/app.scss */
.hover-lastfm:hover, .hover-lastfm:focus {
  color: #c3000d !important;
}

/* line 20432, app/assets/stylesheets/theme/app.scss */
.hover-behance:hover, .hover-behance:focus {
  color: #1769ff !important;
}

/* line 20436, app/assets/stylesheets/theme/app.scss */
.hover-rss:hover, .hover-rss:focus {
  color: #f26522 !important;
}

/* line 20440, app/assets/stylesheets/theme/app.scss */
.hover-white:hover, .hover-white:focus {
  color: #fff !important;
}

/* line 20444, app/assets/stylesheets/theme/app.scss */
.hover-muted:hover, .hover-muted:focus {
  color: #868e96 !important;
}

/* line 20448, app/assets/stylesheets/theme/app.scss */
.hover-light:hover, .hover-light:focus {
  color: #788394 !important;
}

/* line 20452, app/assets/stylesheets/theme/app.scss */
.hover-lighter:hover, .hover-lighter:focus {
  color: #a5b3c7 !important;
}

/* line 20456, app/assets/stylesheets/theme/app.scss */
.hover-fade:hover, .hover-fade:focus {
  color: rgba(97, 106, 120, 0.4) !important;
}

/* line 20460, app/assets/stylesheets/theme/app.scss */
.hover-transparent:hover, .hover-transparent:focus {
  color: transparent !important;
}

/* line 20464, app/assets/stylesheets/theme/app.scss */
.active.active-primary {
  background-color: #dcfcfa !important;
}

/* line 20468, app/assets/stylesheets/theme/app.scss */
.active.active-secondary {
  background-color: #f7fafc !important;
}

/* line 20472, app/assets/stylesheets/theme/app.scss */
.active.active-success {
  background-color: #e3fcf2 !important;
}

/* line 20476, app/assets/stylesheets/theme/app.scss */
.active.active-info {
  background-color: #e3f3fc !important;
}

/* line 20480, app/assets/stylesheets/theme/app.scss */
.active.active-warning {
  background-color: #fcf0e3 !important;
}

/* line 20484, app/assets/stylesheets/theme/app.scss */
.active.active-danger {
  background-color: #fce3e3 !important;
}

/* line 20488, app/assets/stylesheets/theme/app.scss */
.active.active-pink {
  background-color: #fce3ec !important;
}

/* line 20492, app/assets/stylesheets/theme/app.scss */
.active.active-purple {
  background-color: #ece3fc !important;
}

/* line 20496, app/assets/stylesheets/theme/app.scss */
.active.active-brown {
  background-color: #eddcd5 !important;
}

/* line 20500, app/assets/stylesheets/theme/app.scss */
.active.active-cyan {
  background-color: #e3fafc !important;
}

/* line 20504, app/assets/stylesheets/theme/app.scss */
.active.active-yellow {
  background-color: #fcf8e3 !important;
}

/* line 20508, app/assets/stylesheets/theme/app.scss */
.active.active-gray {
  background-color: #f2f2f2 !important;
}

/* line 20512, app/assets/stylesheets/theme/app.scss */
.active.active-dark {
  background-color: #c8c8c8 !important;
}

/* line 20516, app/assets/stylesheets/theme/app.scss */
.active.active-white {
  background-color: #fff !important;
}

/* line 20520, app/assets/stylesheets/theme/app.scss */
.active.active-transparent {
  background-color: transparent !important;
}

/* line 20524, app/assets/stylesheets/theme/app.scss */
.bg-img {
  position: relative;
  border-bottom: none;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

/* line 20534, app/assets/stylesheets/theme/app.scss */
.overlay {
  position: relative;
}

/* line 20538, app/assets/stylesheets/theme/app.scss */
.overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 20549, app/assets/stylesheets/theme/app.scss */
.overlay-dark::before {
  background-color: rgba(0, 0, 0, 0.35);
}

/* line 20553, app/assets/stylesheets/theme/app.scss */
.overlay-darker::before {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 20557, app/assets/stylesheets/theme/app.scss */
.overlay-darkest::before {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 20561, app/assets/stylesheets/theme/app.scss */
.overlay-light::before {
  background-color: rgba(255, 255, 255, 0.55);
}

/* line 20565, app/assets/stylesheets/theme/app.scss */
.overlay-lighter::before {
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 20569, app/assets/stylesheets/theme/app.scss */
.overlay-lightest::before {
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 20573, app/assets/stylesheets/theme/app.scss */
.bg-fixed {
  background-attachment: fixed;
}

/* line 20577, app/assets/stylesheets/theme/app.scss */
.bg-repeat {
  background-repeat: repeat;
  -webkit-background-size: auto auto;
  background-size: auto;
}

/* line 20583, app/assets/stylesheets/theme/app.scss */
.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translate(-50% -50%);
  transform: translate(-50% -50%);
  overflow: hidden;
}

/* line 20597, app/assets/stylesheets/theme/app.scss */
.bg-img-left {
  background-position: left center;
}

/* line 20601, app/assets/stylesheets/theme/app.scss */
.bg-img-right {
  background-position: right center;
}

/* line 20605, app/assets/stylesheets/theme/app.scss */
[data-overlay],
[data-overlay-light] {
  position: relative;
}

/* line 20610, app/assets/stylesheets/theme/app.scss */
[data-overlay]::before,
[data-overlay-light]::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #191919;
  z-index: -1;
  border-radius: inherit;
}

/* line 20623, app/assets/stylesheets/theme/app.scss */
[data-overlay-light]::before {
  background: #fff;
}

/* line 20627, app/assets/stylesheets/theme/app.scss */
[data-overlay-primary]::before {
  background: #33cabb;
}

/* line 20631, app/assets/stylesheets/theme/app.scss */
[data-overlay="1"]::before {
  opacity: 0.1;
}

/* line 20635, app/assets/stylesheets/theme/app.scss */
[data-overlay="2"]::before {
  opacity: 0.2;
}

/* line 20639, app/assets/stylesheets/theme/app.scss */
[data-overlay="3"]::before {
  opacity: 0.3;
}

/* line 20643, app/assets/stylesheets/theme/app.scss */
[data-overlay="4"]::before {
  opacity: 0.4;
}

/* line 20647, app/assets/stylesheets/theme/app.scss */
[data-overlay="5"]::before {
  opacity: 0.5;
}

/* line 20651, app/assets/stylesheets/theme/app.scss */
[data-overlay="6"]::before {
  opacity: 0.6;
}

/* line 20655, app/assets/stylesheets/theme/app.scss */
[data-overlay="7"]::before {
  opacity: 0.7;
}

/* line 20659, app/assets/stylesheets/theme/app.scss */
[data-overlay="8"]::before {
  opacity: 0.8;
}

/* line 20663, app/assets/stylesheets/theme/app.scss */
[data-overlay="9"]::before {
  opacity: 0.9;
}

/* line 20667, app/assets/stylesheets/theme/app.scss */
[data-overlay-light="1"]::before {
  opacity: 0.1;
}

/* line 20671, app/assets/stylesheets/theme/app.scss */
[data-overlay-light="2"]::before {
  opacity: 0.2;
}

/* line 20675, app/assets/stylesheets/theme/app.scss */
[data-overlay-light="3"]::before {
  opacity: 0.3;
}

/* line 20679, app/assets/stylesheets/theme/app.scss */
[data-overlay-light="4"]::before {
  opacity: 0.4;
}

/* line 20683, app/assets/stylesheets/theme/app.scss */
[data-overlay-light="5"]::before {
  opacity: 0.5;
}

/* line 20687, app/assets/stylesheets/theme/app.scss */
[data-overlay-light="6"]::before {
  opacity: 0.6;
}

/* line 20691, app/assets/stylesheets/theme/app.scss */
[data-overlay-light="7"]::before {
  opacity: 0.7;
}

/* line 20695, app/assets/stylesheets/theme/app.scss */
[data-overlay-light="8"]::before {
  opacity: 0.8;
}

/* line 20699, app/assets/stylesheets/theme/app.scss */
[data-overlay-light="9"]::before {
  opacity: 0.9;
}

/* line 20703, app/assets/stylesheets/theme/app.scss */
[data-scrim-top],
[data-scrim-bottom] {
  position: relative;
}

/* line 20708, app/assets/stylesheets/theme/app.scss */
[data-scrim-top]::before,
[data-scrim-bottom]::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 20%;
  background: -webkit-gradient(linear, left top, left bottom, from(#191919), to(transparent));
  background: -webkit-linear-gradient(top, #191919 0%, transparent 100%);
  background: linear-gradient(to bottom, #191919 0%, transparent 100%);
  z-index: -1;
  border-radius: inherit;
}

/* line 20723, app/assets/stylesheets/theme/app.scss */
[data-scrim-bottom]::before {
  top: 20%;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#191919));
  background: -webkit-linear-gradient(top, transparent 0%, #191919 100%);
  background: linear-gradient(to bottom, transparent 0%, #191919 100%);
}

/* line 20731, app/assets/stylesheets/theme/app.scss */
[data-scrim-top="1"]::before,
[data-scrim-bottom="1"]::before {
  opacity: 0.1;
}

/* line 20736, app/assets/stylesheets/theme/app.scss */
[data-scrim-top="2"]::before,
[data-scrim-bottom="2"]::before {
  opacity: 0.2;
}

/* line 20741, app/assets/stylesheets/theme/app.scss */
[data-scrim-top="3"]::before,
[data-scrim-bottom="3"]::before {
  opacity: 0.3;
}

/* line 20746, app/assets/stylesheets/theme/app.scss */
[data-scrim-top="4"]::before,
[data-scrim-bottom="4"]::before {
  opacity: 0.4;
}

/* line 20751, app/assets/stylesheets/theme/app.scss */
[data-scrim-top="5"]::before,
[data-scrim-bottom="5"]::before {
  opacity: 0.5;
}

/* line 20756, app/assets/stylesheets/theme/app.scss */
[data-scrim-top="6"]::before,
[data-scrim-bottom="6"]::before {
  opacity: 0.6;
}

/* line 20761, app/assets/stylesheets/theme/app.scss */
[data-scrim-top="7"]::before,
[data-scrim-bottom="7"]::before {
  opacity: 0.7;
}

/* line 20766, app/assets/stylesheets/theme/app.scss */
[data-scrim-top="8"]::before,
[data-scrim-bottom="8"]::before {
  opacity: 0.8;
}

/* line 20771, app/assets/stylesheets/theme/app.scss */
[data-scrim-top="9"]::before,
[data-scrim-bottom="9"]::before {
  opacity: 0.9;
}

/* line 20776, app/assets/stylesheets/theme/app.scss */
.bring-front {
  z-index: 1;
}

/* line 20780, app/assets/stylesheets/theme/app.scss */
.transition-3s {
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 20785, app/assets/stylesheets/theme/app.scss */
.transition-5s {
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 20790, app/assets/stylesheets/theme/app.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 20794, app/assets/stylesheets/theme/app.scss */
.center-v {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
}

/* line 20805, app/assets/stylesheets/theme/app.scss */
.center-h {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

/* line 20812, app/assets/stylesheets/theme/app.scss */
.center-vh {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}

/* line 20822, app/assets/stylesheets/theme/app.scss */
.rotate-45 {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 20828, app/assets/stylesheets/theme/app.scss */
.rotate-90 {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 20834, app/assets/stylesheets/theme/app.scss */
.rotate-180 {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 20840, app/assets/stylesheets/theme/app.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 20844, app/assets/stylesheets/theme/app.scss */
.opacity-5 {
  opacity: 0.05 !important;
}

/* line 20848, app/assets/stylesheets/theme/app.scss */
.opacity-10 {
  opacity: 0.1 !important;
}

/* line 20852, app/assets/stylesheets/theme/app.scss */
.opacity-15 {
  opacity: 0.15 !important;
}

/* line 20856, app/assets/stylesheets/theme/app.scss */
.opacity-20 {
  opacity: 0.2 !important;
}

/* line 20860, app/assets/stylesheets/theme/app.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 20864, app/assets/stylesheets/theme/app.scss */
.opacity-30 {
  opacity: 0.3 !important;
}

/* line 20868, app/assets/stylesheets/theme/app.scss */
.opacity-35 {
  opacity: 0.35 !important;
}

/* line 20872, app/assets/stylesheets/theme/app.scss */
.opacity-40 {
  opacity: 0.4 !important;
}

/* line 20876, app/assets/stylesheets/theme/app.scss */
.opacity-45 {
  opacity: 0.45 !important;
}

/* line 20880, app/assets/stylesheets/theme/app.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 20884, app/assets/stylesheets/theme/app.scss */
.opacity-55 {
  opacity: 0.55 !important;
}

/* line 20888, app/assets/stylesheets/theme/app.scss */
.opacity-60 {
  opacity: 0.6 !important;
}

/* line 20892, app/assets/stylesheets/theme/app.scss */
.opacity-65 {
  opacity: 0.65 !important;
}

/* line 20896, app/assets/stylesheets/theme/app.scss */
.opacity-70 {
  opacity: 0.7 !important;
}

/* line 20900, app/assets/stylesheets/theme/app.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 20904, app/assets/stylesheets/theme/app.scss */
.opacity-80 {
  opacity: 0.8 !important;
}

/* line 20908, app/assets/stylesheets/theme/app.scss */
.opacity-85 {
  opacity: 0.85 !important;
}

/* line 20912, app/assets/stylesheets/theme/app.scss */
.opacity-90 {
  opacity: 0.9 !important;
}

/* line 20916, app/assets/stylesheets/theme/app.scss */
.opacity-95 {
  opacity: 0.95 !important;
}

/* line 20920, app/assets/stylesheets/theme/app.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 20924, app/assets/stylesheets/theme/app.scss */
.cursor-default {
  cursor: default !important;
}

/* line 20928, app/assets/stylesheets/theme/app.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 20932, app/assets/stylesheets/theme/app.scss */
.cursor-text {
  cursor: text;
}

/* line 20936, app/assets/stylesheets/theme/app.scss */
.shadow-1 {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}

/* line 20941, app/assets/stylesheets/theme/app.scss */
.shadow-2 {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

/* line 20946, app/assets/stylesheets/theme/app.scss */
.shadow-3 {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.09);
}

/* line 20951, app/assets/stylesheets/theme/app.scss */
.shadow-4 {
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.11);
}

/* line 20956, app/assets/stylesheets/theme/app.scss */
.shadow-5 {
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.13);
}

/* line 20961, app/assets/stylesheets/theme/app.scss */
.hover-shadow-1:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}

/* line 20966, app/assets/stylesheets/theme/app.scss */
.hover-shadow-2:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

/* line 20971, app/assets/stylesheets/theme/app.scss */
.hover-shadow-3:hover {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.09);
}

/* line 20976, app/assets/stylesheets/theme/app.scss */
.hover-shadow-4:hover {
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.11);
}

/* line 20981, app/assets/stylesheets/theme/app.scss */
.hover-shadow-5:hover {
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.13);
}

/* line 20986, app/assets/stylesheets/theme/app.scss */
.shadow-material-1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* line 20991, app/assets/stylesheets/theme/app.scss */
.shadow-material-2 {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/* line 20996, app/assets/stylesheets/theme/app.scss */
.shadow-material-3 {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* line 21001, app/assets/stylesheets/theme/app.scss */
.shadow-material-4 {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

/* line 21006, app/assets/stylesheets/theme/app.scss */
.shadow-material-5 {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

/* line 21011, app/assets/stylesheets/theme/app.scss */
.hover-shadow-material-1:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* line 21016, app/assets/stylesheets/theme/app.scss */
.hover-shadow-material-2:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/* line 21021, app/assets/stylesheets/theme/app.scss */
.hover-shadow-material-3:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* line 21026, app/assets/stylesheets/theme/app.scss */
.hover-shadow-material-4:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

/* line 21031, app/assets/stylesheets/theme/app.scss */
.hover-shadow-material-5:hover {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

/* line 21036, app/assets/stylesheets/theme/app.scss */
.shadow-0,
.hover-shadow-0,
.shadow-material-0,
.hover-shadow-material-0 {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 21044, app/assets/stylesheets/theme/app.scss */
.text-hue-rotate {
  color: #f35626;
  background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue-rotate 60s infinite linear;
}

/* line 21052, app/assets/stylesheets/theme/app.scss */
.bg-hue-rotate {
  -webkit-animation: hue-rotate 30s linear infinite;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

/* line 21065, app/assets/stylesheets/theme/app.scss */
.no-border {
  border: none !important;
}

/* line 21069, app/assets/stylesheets/theme/app.scss */
.no-padding {
  padding: 0 !important;
}

/* line 21073, app/assets/stylesheets/theme/app.scss */
.no-margin {
  margin: 0 !important;
}

/* line 21077, app/assets/stylesheets/theme/app.scss */
.no-shadow {
  shadow: none;
}

/* line 21081, app/assets/stylesheets/theme/app.scss */
.no-text-shadow {
  text-shadow: none;
}

/* line 21085, app/assets/stylesheets/theme/app.scss */
.no-scroll {
  overflow: hidden;
}

/* line 21089, app/assets/stylesheets/theme/app.scss */
.no-radius {
  border-radius: 0 !important;
}

/* line 21093, app/assets/stylesheets/theme/app.scss */
.no-shrink {
  flex-shrink: 0;
}

/* line 21097, app/assets/stylesheets/theme/app.scss */
.no-grow {
  -webkit-box-flex: 0;
  flex-grow: 0;
}

/* line 21102, app/assets/stylesheets/theme/app.scss */
.no-letter-spacing {
  letter-spacing: 0;
}

/* line 21106, app/assets/stylesheets/theme/app.scss */
.no-wrap {
  white-space: nowrap;
  flex-wrap: nowrap;
}

/* line 21111, app/assets/stylesheets/theme/app.scss */
.no-underline:hover, .no-underline:focus {
  text-decoration: none;
}

/* line 21115, app/assets/stylesheets/theme/app.scss */
.w-0px {
  width: 0px !important;
}

/* line 21119, app/assets/stylesheets/theme/app.scss */
.h-0px {
  height: 0px !important;
}

/* line 21123, app/assets/stylesheets/theme/app.scss */
.w-10px {
  width: 10px !important;
}

/* line 21127, app/assets/stylesheets/theme/app.scss */
.h-10px {
  height: 10px !important;
}

/* line 21131, app/assets/stylesheets/theme/app.scss */
.w-20px {
  width: 20px !important;
}

/* line 21135, app/assets/stylesheets/theme/app.scss */
.h-20px {
  height: 20px !important;
}

/* line 21139, app/assets/stylesheets/theme/app.scss */
.w-25px {
  width: 25px !important;
}

/* line 21143, app/assets/stylesheets/theme/app.scss */
.h-25px {
  height: 25px !important;
}

/* line 21147, app/assets/stylesheets/theme/app.scss */
.w-30px {
  width: 30px !important;
}

/* line 21151, app/assets/stylesheets/theme/app.scss */
.h-30px {
  height: 30px !important;
}

/* line 21155, app/assets/stylesheets/theme/app.scss */
.w-40px {
  width: 40px !important;
}

/* line 21159, app/assets/stylesheets/theme/app.scss */
.h-40px {
  height: 40px !important;
}

/* line 21163, app/assets/stylesheets/theme/app.scss */
.w-50px {
  width: 50px !important;
}

/* line 21167, app/assets/stylesheets/theme/app.scss */
.h-50px {
  height: 50px !important;
}

/* line 21171, app/assets/stylesheets/theme/app.scss */
.w-60px {
  width: 60px !important;
}

/* line 21175, app/assets/stylesheets/theme/app.scss */
.h-60px {
  height: 60px !important;
}

/* line 21179, app/assets/stylesheets/theme/app.scss */
.w-64px {
  width: 64px !important;
}

/* line 21183, app/assets/stylesheets/theme/app.scss */
.h-64px {
  height: 64px !important;
}

/* line 21187, app/assets/stylesheets/theme/app.scss */
.w-70px {
  width: 70px !important;
}

/* line 21191, app/assets/stylesheets/theme/app.scss */
.h-70px {
  height: 70px !important;
}

/* line 21195, app/assets/stylesheets/theme/app.scss */
.w-75px {
  width: 75px !important;
}

/* line 21199, app/assets/stylesheets/theme/app.scss */
.h-75px {
  height: 75px !important;
}

/* line 21203, app/assets/stylesheets/theme/app.scss */
.w-80px {
  width: 80px !important;
}

/* line 21207, app/assets/stylesheets/theme/app.scss */
.h-80px {
  height: 80px !important;
}

/* line 21211, app/assets/stylesheets/theme/app.scss */
.w-90px {
  width: 90px !important;
}

/* line 21215, app/assets/stylesheets/theme/app.scss */
.h-90px {
  height: 90px !important;
}

/* line 21219, app/assets/stylesheets/theme/app.scss */
.w-100px {
  width: 100px !important;
}

/* line 21223, app/assets/stylesheets/theme/app.scss */
.h-100px {
  height: 100px !important;
}

/* line 21227, app/assets/stylesheets/theme/app.scss */
.w-120px {
  width: 120px !important;
}

/* line 21231, app/assets/stylesheets/theme/app.scss */
.h-120px {
  height: 120px !important;
}

/* line 21235, app/assets/stylesheets/theme/app.scss */
.w-140px {
  width: 140px !important;
}

/* line 21239, app/assets/stylesheets/theme/app.scss */
.h-140px {
  height: 140px !important;
}

/* line 21243, app/assets/stylesheets/theme/app.scss */
.w-150px {
  width: 150px !important;
}

/* line 21247, app/assets/stylesheets/theme/app.scss */
.h-150px {
  height: 150px !important;
}

/* line 21251, app/assets/stylesheets/theme/app.scss */
.w-160px {
  width: 160px !important;
}

/* line 21255, app/assets/stylesheets/theme/app.scss */
.h-160px {
  height: 160px !important;
}

/* line 21259, app/assets/stylesheets/theme/app.scss */
.w-180px {
  width: 180px !important;
}

/* line 21263, app/assets/stylesheets/theme/app.scss */
.h-180px {
  height: 180px !important;
}

/* line 21267, app/assets/stylesheets/theme/app.scss */
.w-200px {
  width: 200px !important;
}

/* line 21271, app/assets/stylesheets/theme/app.scss */
.h-200px {
  height: 200px !important;
}

/* line 21275, app/assets/stylesheets/theme/app.scss */
.w-250px {
  width: 250px !important;
}

/* line 21279, app/assets/stylesheets/theme/app.scss */
.h-250px {
  height: 250px !important;
}

/* line 21283, app/assets/stylesheets/theme/app.scss */
.w-300px {
  width: 300px !important;
}

/* line 21287, app/assets/stylesheets/theme/app.scss */
.h-300px {
  height: 300px !important;
}

/* line 21291, app/assets/stylesheets/theme/app.scss */
.w-350px {
  width: 350px !important;
}

/* line 21295, app/assets/stylesheets/theme/app.scss */
.h-350px {
  height: 350px !important;
}

/* line 21299, app/assets/stylesheets/theme/app.scss */
.w-400px {
  width: 400px !important;
}

/* line 21303, app/assets/stylesheets/theme/app.scss */
.h-400px {
  height: 400px !important;
}

/* line 21307, app/assets/stylesheets/theme/app.scss */
.w-450px {
  width: 450px !important;
}

/* line 21311, app/assets/stylesheets/theme/app.scss */
.h-450px {
  height: 450px !important;
}

/* line 21315, app/assets/stylesheets/theme/app.scss */
.w-500px {
  width: 500px !important;
}

/* line 21319, app/assets/stylesheets/theme/app.scss */
.h-500px {
  height: 500px !important;
}

/* line 21323, app/assets/stylesheets/theme/app.scss */
.w-600px {
  width: 600px !important;
}

/* line 21327, app/assets/stylesheets/theme/app.scss */
.h-600px {
  height: 600px !important;
}

/* line 21331, app/assets/stylesheets/theme/app.scss */
.w-700px {
  width: 700px !important;
}

/* line 21335, app/assets/stylesheets/theme/app.scss */
.h-700px {
  height: 700px !important;
}

/* line 21339, app/assets/stylesheets/theme/app.scss */
.w-800px {
  width: 800px !important;
}

/* line 21343, app/assets/stylesheets/theme/app.scss */
.h-800px {
  height: 800px !important;
}

/* line 21347, app/assets/stylesheets/theme/app.scss */
.w-900px {
  width: 900px !important;
}

/* line 21351, app/assets/stylesheets/theme/app.scss */
.h-900px {
  height: 900px !important;
}

/* line 21355, app/assets/stylesheets/theme/app.scss */
.w-0 {
  width: 0 !important;
}

/* line 21359, app/assets/stylesheets/theme/app.scss */
.h-0 {
  height: 0 !important;
}

/* line 21363, app/assets/stylesheets/theme/app.scss */
.w-full {
  width: 100% !important;
}

/* line 21367, app/assets/stylesheets/theme/app.scss */
.w-half {
  width: 50%  !important;
}

/* line 21371, app/assets/stylesheets/theme/app.scss */
.w-third {
  width: 33.333333% !important;
}

/* line 21375, app/assets/stylesheets/theme/app.scss */
.w-fourth {
  width: 25%  !important;
}

/* line 21379, app/assets/stylesheets/theme/app.scss */
.w-fifth {
  width: 20%  !important;
}

/* line 21383, app/assets/stylesheets/theme/app.scss */
.h-full {
  height: 100% !important;
}

/* line 21387, app/assets/stylesheets/theme/app.scss */
.h-half {
  height: 50%  !important;
}

/* line 21391, app/assets/stylesheets/theme/app.scss */
.h-third {
  height: 33.333333% !important;
}

/* line 21395, app/assets/stylesheets/theme/app.scss */
.h-fourth {
  height: 25%  !important;
}

/* line 21399, app/assets/stylesheets/theme/app.scss */
.h-fifth {
  height: 20%  !important;
}

/* line 21403, app/assets/stylesheets/theme/app.scss */
.w-fullscreen {
  width: 100vw !important;
}

/* line 21407, app/assets/stylesheets/theme/app.scss */
.h-fullscreen {
  height: 100vh !important;
}

/* line 21411, app/assets/stylesheets/theme/app.scss */
.min-w-fullscreen {
  min-width: 100vw !important;
}

/* line 21415, app/assets/stylesheets/theme/app.scss */
.min-h-fullscreen {
  min-height: 100vh !important;
}

/* line 21419, app/assets/stylesheets/theme/app.scss */
.m-10 {
  margin: 10px !important;
}

/* line 21423, app/assets/stylesheets/theme/app.scss */
.mt-10 {
  margin-top: 10px !important;
}

/* line 21427, app/assets/stylesheets/theme/app.scss */
.mr-10 {
  margin-right: 10px !important;
}

/* line 21431, app/assets/stylesheets/theme/app.scss */
.mb-10 {
  margin-bottom: 10px !important;
}

/* line 21435, app/assets/stylesheets/theme/app.scss */
.ml-10 {
  margin-left: 10px !important;
}

/* line 21439, app/assets/stylesheets/theme/app.scss */
.mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

/* line 21444, app/assets/stylesheets/theme/app.scss */
.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* line 21449, app/assets/stylesheets/theme/app.scss */
.m-12 {
  margin: 12px !important;
}

/* line 21453, app/assets/stylesheets/theme/app.scss */
.mt-12 {
  margin-top: 12px !important;
}

/* line 21457, app/assets/stylesheets/theme/app.scss */
.mr-12 {
  margin-right: 12px !important;
}

/* line 21461, app/assets/stylesheets/theme/app.scss */
.mb-12 {
  margin-bottom: 12px !important;
}

/* line 21465, app/assets/stylesheets/theme/app.scss */
.ml-12 {
  margin-left: 12px !important;
}

/* line 21469, app/assets/stylesheets/theme/app.scss */
.mx-12 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

/* line 21474, app/assets/stylesheets/theme/app.scss */
.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

/* line 21479, app/assets/stylesheets/theme/app.scss */
.m-15 {
  margin: 15px !important;
}

/* line 21483, app/assets/stylesheets/theme/app.scss */
.mt-15 {
  margin-top: 15px !important;
}

/* line 21487, app/assets/stylesheets/theme/app.scss */
.mr-15 {
  margin-right: 15px !important;
}

/* line 21491, app/assets/stylesheets/theme/app.scss */
.mb-15 {
  margin-bottom: 15px !important;
}

/* line 21495, app/assets/stylesheets/theme/app.scss */
.ml-15 {
  margin-left: 15px !important;
}

/* line 21499, app/assets/stylesheets/theme/app.scss */
.mx-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

/* line 21504, app/assets/stylesheets/theme/app.scss */
.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

/* line 21509, app/assets/stylesheets/theme/app.scss */
.m-16 {
  margin: 16px !important;
}

/* line 21513, app/assets/stylesheets/theme/app.scss */
.mt-16 {
  margin-top: 16px !important;
}

/* line 21517, app/assets/stylesheets/theme/app.scss */
.mr-16 {
  margin-right: 16px !important;
}

/* line 21521, app/assets/stylesheets/theme/app.scss */
.mb-16 {
  margin-bottom: 16px !important;
}

/* line 21525, app/assets/stylesheets/theme/app.scss */
.ml-16 {
  margin-left: 16px !important;
}

/* line 21529, app/assets/stylesheets/theme/app.scss */
.mx-16 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

/* line 21534, app/assets/stylesheets/theme/app.scss */
.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

/* line 21539, app/assets/stylesheets/theme/app.scss */
.m-20 {
  margin: 20px !important;
}

/* line 21543, app/assets/stylesheets/theme/app.scss */
.mt-20 {
  margin-top: 20px !important;
}

/* line 21547, app/assets/stylesheets/theme/app.scss */
.mr-20 {
  margin-right: 20px !important;
}

/* line 21551, app/assets/stylesheets/theme/app.scss */
.mb-20 {
  margin-bottom: 20px !important;
}

/* line 21555, app/assets/stylesheets/theme/app.scss */
.ml-20 {
  margin-left: 20px !important;
}

/* line 21559, app/assets/stylesheets/theme/app.scss */
.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

/* line 21564, app/assets/stylesheets/theme/app.scss */
.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

/* line 21569, app/assets/stylesheets/theme/app.scss */
.m-24 {
  margin: 24px !important;
}

/* line 21573, app/assets/stylesheets/theme/app.scss */
.mt-24 {
  margin-top: 24px !important;
}

/* line 21577, app/assets/stylesheets/theme/app.scss */
.mr-24 {
  margin-right: 24px !important;
}

/* line 21581, app/assets/stylesheets/theme/app.scss */
.mb-24 {
  margin-bottom: 24px !important;
}

/* line 21585, app/assets/stylesheets/theme/app.scss */
.ml-24 {
  margin-left: 24px !important;
}

/* line 21589, app/assets/stylesheets/theme/app.scss */
.mx-24 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

/* line 21594, app/assets/stylesheets/theme/app.scss */
.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

/* line 21599, app/assets/stylesheets/theme/app.scss */
.m-25 {
  margin: 25px !important;
}

/* line 21603, app/assets/stylesheets/theme/app.scss */
.mt-25 {
  margin-top: 25px !important;
}

/* line 21607, app/assets/stylesheets/theme/app.scss */
.mr-25 {
  margin-right: 25px !important;
}

/* line 21611, app/assets/stylesheets/theme/app.scss */
.mb-25 {
  margin-bottom: 25px !important;
}

/* line 21615, app/assets/stylesheets/theme/app.scss */
.ml-25 {
  margin-left: 25px !important;
}

/* line 21619, app/assets/stylesheets/theme/app.scss */
.mx-25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

/* line 21624, app/assets/stylesheets/theme/app.scss */
.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

/* line 21629, app/assets/stylesheets/theme/app.scss */
.m-30 {
  margin: 30px !important;
}

/* line 21633, app/assets/stylesheets/theme/app.scss */
.mt-30 {
  margin-top: 30px !important;
}

/* line 21637, app/assets/stylesheets/theme/app.scss */
.mr-30 {
  margin-right: 30px !important;
}

/* line 21641, app/assets/stylesheets/theme/app.scss */
.mb-30 {
  margin-bottom: 30px !important;
}

/* line 21645, app/assets/stylesheets/theme/app.scss */
.ml-30 {
  margin-left: 30px !important;
}

/* line 21649, app/assets/stylesheets/theme/app.scss */
.mx-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

/* line 21654, app/assets/stylesheets/theme/app.scss */
.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

/* line 21659, app/assets/stylesheets/theme/app.scss */
.m-35 {
  margin: 35px !important;
}

/* line 21663, app/assets/stylesheets/theme/app.scss */
.mt-35 {
  margin-top: 35px !important;
}

/* line 21667, app/assets/stylesheets/theme/app.scss */
.mr-35 {
  margin-right: 35px !important;
}

/* line 21671, app/assets/stylesheets/theme/app.scss */
.mb-35 {
  margin-bottom: 35px !important;
}

/* line 21675, app/assets/stylesheets/theme/app.scss */
.ml-35 {
  margin-left: 35px !important;
}

/* line 21679, app/assets/stylesheets/theme/app.scss */
.mx-35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

/* line 21684, app/assets/stylesheets/theme/app.scss */
.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

/* line 21689, app/assets/stylesheets/theme/app.scss */
.m-40 {
  margin: 40px !important;
}

/* line 21693, app/assets/stylesheets/theme/app.scss */
.mt-40 {
  margin-top: 40px !important;
}

/* line 21697, app/assets/stylesheets/theme/app.scss */
.mr-40 {
  margin-right: 40px !important;
}

/* line 21701, app/assets/stylesheets/theme/app.scss */
.mb-40 {
  margin-bottom: 40px !important;
}

/* line 21705, app/assets/stylesheets/theme/app.scss */
.ml-40 {
  margin-left: 40px !important;
}

/* line 21709, app/assets/stylesheets/theme/app.scss */
.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

/* line 21714, app/assets/stylesheets/theme/app.scss */
.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

/* line 21719, app/assets/stylesheets/theme/app.scss */
.m-45 {
  margin: 45px !important;
}

/* line 21723, app/assets/stylesheets/theme/app.scss */
.mt-45 {
  margin-top: 45px !important;
}

/* line 21727, app/assets/stylesheets/theme/app.scss */
.mr-45 {
  margin-right: 45px !important;
}

/* line 21731, app/assets/stylesheets/theme/app.scss */
.mb-45 {
  margin-bottom: 45px !important;
}

/* line 21735, app/assets/stylesheets/theme/app.scss */
.ml-45 {
  margin-left: 45px !important;
}

/* line 21739, app/assets/stylesheets/theme/app.scss */
.mx-45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

/* line 21744, app/assets/stylesheets/theme/app.scss */
.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

/* line 21749, app/assets/stylesheets/theme/app.scss */
.m-50 {
  margin: 50px !important;
}

/* line 21753, app/assets/stylesheets/theme/app.scss */
.mt-50 {
  margin-top: 50px !important;
}

/* line 21757, app/assets/stylesheets/theme/app.scss */
.mr-50 {
  margin-right: 50px !important;
}

/* line 21761, app/assets/stylesheets/theme/app.scss */
.mb-50 {
  margin-bottom: 50px !important;
}

/* line 21765, app/assets/stylesheets/theme/app.scss */
.ml-50 {
  margin-left: 50px !important;
}

/* line 21769, app/assets/stylesheets/theme/app.scss */
.mx-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

/* line 21774, app/assets/stylesheets/theme/app.scss */
.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

/* line 21779, app/assets/stylesheets/theme/app.scss */
.m-60 {
  margin: 60px !important;
}

/* line 21783, app/assets/stylesheets/theme/app.scss */
.mt-60 {
  margin-top: 60px !important;
}

/* line 21787, app/assets/stylesheets/theme/app.scss */
.mr-60 {
  margin-right: 60px !important;
}

/* line 21791, app/assets/stylesheets/theme/app.scss */
.mb-60 {
  margin-bottom: 60px !important;
}

/* line 21795, app/assets/stylesheets/theme/app.scss */
.ml-60 {
  margin-left: 60px !important;
}

/* line 21799, app/assets/stylesheets/theme/app.scss */
.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

/* line 21804, app/assets/stylesheets/theme/app.scss */
.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

/* line 21809, app/assets/stylesheets/theme/app.scss */
.m-70 {
  margin: 70px !important;
}

/* line 21813, app/assets/stylesheets/theme/app.scss */
.mt-70 {
  margin-top: 70px !important;
}

/* line 21817, app/assets/stylesheets/theme/app.scss */
.mr-70 {
  margin-right: 70px !important;
}

/* line 21821, app/assets/stylesheets/theme/app.scss */
.mb-70 {
  margin-bottom: 70px !important;
}

/* line 21825, app/assets/stylesheets/theme/app.scss */
.ml-70 {
  margin-left: 70px !important;
}

/* line 21829, app/assets/stylesheets/theme/app.scss */
.mx-70 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}

/* line 21834, app/assets/stylesheets/theme/app.scss */
.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

/* line 21839, app/assets/stylesheets/theme/app.scss */
.m-80 {
  margin: 80px !important;
}

/* line 21843, app/assets/stylesheets/theme/app.scss */
.mt-80 {
  margin-top: 80px !important;
}

/* line 21847, app/assets/stylesheets/theme/app.scss */
.mr-80 {
  margin-right: 80px !important;
}

/* line 21851, app/assets/stylesheets/theme/app.scss */
.mb-80 {
  margin-bottom: 80px !important;
}

/* line 21855, app/assets/stylesheets/theme/app.scss */
.ml-80 {
  margin-left: 80px !important;
}

/* line 21859, app/assets/stylesheets/theme/app.scss */
.mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

/* line 21864, app/assets/stylesheets/theme/app.scss */
.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

/* line 21869, app/assets/stylesheets/theme/app.scss */
.m-90 {
  margin: 90px !important;
}

/* line 21873, app/assets/stylesheets/theme/app.scss */
.mt-90 {
  margin-top: 90px !important;
}

/* line 21877, app/assets/stylesheets/theme/app.scss */
.mr-90 {
  margin-right: 90px !important;
}

/* line 21881, app/assets/stylesheets/theme/app.scss */
.mb-90 {
  margin-bottom: 90px !important;
}

/* line 21885, app/assets/stylesheets/theme/app.scss */
.ml-90 {
  margin-left: 90px !important;
}

/* line 21889, app/assets/stylesheets/theme/app.scss */
.mx-90 {
  margin-right: 90px !important;
  margin-left: 90px !important;
}

/* line 21894, app/assets/stylesheets/theme/app.scss */
.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

/* line 21899, app/assets/stylesheets/theme/app.scss */
.m-100 {
  margin: 100px !important;
}

/* line 21903, app/assets/stylesheets/theme/app.scss */
.mt-100 {
  margin-top: 100px !important;
}

/* line 21907, app/assets/stylesheets/theme/app.scss */
.mr-100 {
  margin-right: 100px !important;
}

/* line 21911, app/assets/stylesheets/theme/app.scss */
.mb-100 {
  margin-bottom: 100px !important;
}

/* line 21915, app/assets/stylesheets/theme/app.scss */
.ml-100 {
  margin-left: 100px !important;
}

/* line 21919, app/assets/stylesheets/theme/app.scss */
.mx-100 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

/* line 21924, app/assets/stylesheets/theme/app.scss */
.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

/* line 21929, app/assets/stylesheets/theme/app.scss */
.m-120 {
  margin: 120px !important;
}

/* line 21933, app/assets/stylesheets/theme/app.scss */
.mt-120 {
  margin-top: 120px !important;
}

/* line 21937, app/assets/stylesheets/theme/app.scss */
.mr-120 {
  margin-right: 120px !important;
}

/* line 21941, app/assets/stylesheets/theme/app.scss */
.mb-120 {
  margin-bottom: 120px !important;
}

/* line 21945, app/assets/stylesheets/theme/app.scss */
.ml-120 {
  margin-left: 120px !important;
}

/* line 21949, app/assets/stylesheets/theme/app.scss */
.mx-120 {
  margin-right: 120px !important;
  margin-left: 120px !important;
}

/* line 21954, app/assets/stylesheets/theme/app.scss */
.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

/* line 21959, app/assets/stylesheets/theme/app.scss */
.m-140 {
  margin: 140px !important;
}

/* line 21963, app/assets/stylesheets/theme/app.scss */
.mt-140 {
  margin-top: 140px !important;
}

/* line 21967, app/assets/stylesheets/theme/app.scss */
.mr-140 {
  margin-right: 140px !important;
}

/* line 21971, app/assets/stylesheets/theme/app.scss */
.mb-140 {
  margin-bottom: 140px !important;
}

/* line 21975, app/assets/stylesheets/theme/app.scss */
.ml-140 {
  margin-left: 140px !important;
}

/* line 21979, app/assets/stylesheets/theme/app.scss */
.mx-140 {
  margin-right: 140px !important;
  margin-left: 140px !important;
}

/* line 21984, app/assets/stylesheets/theme/app.scss */
.my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

/* line 21989, app/assets/stylesheets/theme/app.scss */
.m-150 {
  margin: 150px !important;
}

/* line 21993, app/assets/stylesheets/theme/app.scss */
.mt-150 {
  margin-top: 150px !important;
}

/* line 21997, app/assets/stylesheets/theme/app.scss */
.mr-150 {
  margin-right: 150px !important;
}

/* line 22001, app/assets/stylesheets/theme/app.scss */
.mb-150 {
  margin-bottom: 150px !important;
}

/* line 22005, app/assets/stylesheets/theme/app.scss */
.ml-150 {
  margin-left: 150px !important;
}

/* line 22009, app/assets/stylesheets/theme/app.scss */
.mx-150 {
  margin-right: 150px !important;
  margin-left: 150px !important;
}

/* line 22014, app/assets/stylesheets/theme/app.scss */
.my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

/* line 22019, app/assets/stylesheets/theme/app.scss */
.m-160 {
  margin: 160px !important;
}

/* line 22023, app/assets/stylesheets/theme/app.scss */
.mt-160 {
  margin-top: 160px !important;
}

/* line 22027, app/assets/stylesheets/theme/app.scss */
.mr-160 {
  margin-right: 160px !important;
}

/* line 22031, app/assets/stylesheets/theme/app.scss */
.mb-160 {
  margin-bottom: 160px !important;
}

/* line 22035, app/assets/stylesheets/theme/app.scss */
.ml-160 {
  margin-left: 160px !important;
}

/* line 22039, app/assets/stylesheets/theme/app.scss */
.mx-160 {
  margin-right: 160px !important;
  margin-left: 160px !important;
}

/* line 22044, app/assets/stylesheets/theme/app.scss */
.my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

/* line 22049, app/assets/stylesheets/theme/app.scss */
.m-180 {
  margin: 180px !important;
}

/* line 22053, app/assets/stylesheets/theme/app.scss */
.mt-180 {
  margin-top: 180px !important;
}

/* line 22057, app/assets/stylesheets/theme/app.scss */
.mr-180 {
  margin-right: 180px !important;
}

/* line 22061, app/assets/stylesheets/theme/app.scss */
.mb-180 {
  margin-bottom: 180px !important;
}

/* line 22065, app/assets/stylesheets/theme/app.scss */
.ml-180 {
  margin-left: 180px !important;
}

/* line 22069, app/assets/stylesheets/theme/app.scss */
.mx-180 {
  margin-right: 180px !important;
  margin-left: 180px !important;
}

/* line 22074, app/assets/stylesheets/theme/app.scss */
.my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

/* line 22079, app/assets/stylesheets/theme/app.scss */
.m-200 {
  margin: 200px !important;
}

/* line 22083, app/assets/stylesheets/theme/app.scss */
.mt-200 {
  margin-top: 200px !important;
}

/* line 22087, app/assets/stylesheets/theme/app.scss */
.mr-200 {
  margin-right: 200px !important;
}

/* line 22091, app/assets/stylesheets/theme/app.scss */
.mb-200 {
  margin-bottom: 200px !important;
}

/* line 22095, app/assets/stylesheets/theme/app.scss */
.ml-200 {
  margin-left: 200px !important;
}

/* line 22099, app/assets/stylesheets/theme/app.scss */
.mx-200 {
  margin-right: 200px !important;
  margin-left: 200px !important;
}

/* line 22104, app/assets/stylesheets/theme/app.scss */
.my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

/* line 22109, app/assets/stylesheets/theme/app.scss */
.m-250 {
  margin: 250px !important;
}

/* line 22113, app/assets/stylesheets/theme/app.scss */
.mt-250 {
  margin-top: 250px !important;
}

/* line 22117, app/assets/stylesheets/theme/app.scss */
.mr-250 {
  margin-right: 250px !important;
}

/* line 22121, app/assets/stylesheets/theme/app.scss */
.mb-250 {
  margin-bottom: 250px !important;
}

/* line 22125, app/assets/stylesheets/theme/app.scss */
.ml-250 {
  margin-left: 250px !important;
}

/* line 22129, app/assets/stylesheets/theme/app.scss */
.mx-250 {
  margin-right: 250px !important;
  margin-left: 250px !important;
}

/* line 22134, app/assets/stylesheets/theme/app.scss */
.my-250 {
  margin-top: 250px !important;
  margin-bottom: 250px !important;
}

/* line 22139, app/assets/stylesheets/theme/app.scss */
.m-300 {
  margin: 300px !important;
}

/* line 22143, app/assets/stylesheets/theme/app.scss */
.mt-300 {
  margin-top: 300px !important;
}

/* line 22147, app/assets/stylesheets/theme/app.scss */
.mr-300 {
  margin-right: 300px !important;
}

/* line 22151, app/assets/stylesheets/theme/app.scss */
.mb-300 {
  margin-bottom: 300px !important;
}

/* line 22155, app/assets/stylesheets/theme/app.scss */
.ml-300 {
  margin-left: 300px !important;
}

/* line 22159, app/assets/stylesheets/theme/app.scss */
.mx-300 {
  margin-right: 300px !important;
  margin-left: 300px !important;
}

/* line 22164, app/assets/stylesheets/theme/app.scss */
.my-300 {
  margin-top: 300px !important;
  margin-bottom: 300px !important;
}

/* line 22169, app/assets/stylesheets/theme/app.scss */
.m-400 {
  margin: 400px !important;
}

/* line 22173, app/assets/stylesheets/theme/app.scss */
.mt-400 {
  margin-top: 400px !important;
}

/* line 22177, app/assets/stylesheets/theme/app.scss */
.mr-400 {
  margin-right: 400px !important;
}

/* line 22181, app/assets/stylesheets/theme/app.scss */
.mb-400 {
  margin-bottom: 400px !important;
}

/* line 22185, app/assets/stylesheets/theme/app.scss */
.ml-400 {
  margin-left: 400px !important;
}

/* line 22189, app/assets/stylesheets/theme/app.scss */
.mx-400 {
  margin-right: 400px !important;
  margin-left: 400px !important;
}

/* line 22194, app/assets/stylesheets/theme/app.scss */
.my-400 {
  margin-top: 400px !important;
  margin-bottom: 400px !important;
}

/* line 22199, app/assets/stylesheets/theme/app.scss */
.m-500 {
  margin: 500px !important;
}

/* line 22203, app/assets/stylesheets/theme/app.scss */
.mt-500 {
  margin-top: 500px !important;
}

/* line 22207, app/assets/stylesheets/theme/app.scss */
.mr-500 {
  margin-right: 500px !important;
}

/* line 22211, app/assets/stylesheets/theme/app.scss */
.mb-500 {
  margin-bottom: 500px !important;
}

/* line 22215, app/assets/stylesheets/theme/app.scss */
.ml-500 {
  margin-left: 500px !important;
}

/* line 22219, app/assets/stylesheets/theme/app.scss */
.mx-500 {
  margin-right: 500px !important;
  margin-left: 500px !important;
}

/* line 22224, app/assets/stylesheets/theme/app.scss */
.my-500 {
  margin-top: 500px !important;
  margin-bottom: 500px !important;
}

/* line 22229, app/assets/stylesheets/theme/app.scss */
.p-10 {
  padding: 10px !important;
}

/* line 22233, app/assets/stylesheets/theme/app.scss */
.pt-10 {
  padding-top: 10px !important;
}

/* line 22237, app/assets/stylesheets/theme/app.scss */
.pr-10 {
  padding-right: 10px !important;
}

/* line 22241, app/assets/stylesheets/theme/app.scss */
.pb-10 {
  padding-bottom: 10px !important;
}

/* line 22245, app/assets/stylesheets/theme/app.scss */
.pl-10 {
  padding-left: 10px !important;
}

/* line 22249, app/assets/stylesheets/theme/app.scss */
.px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

/* line 22254, app/assets/stylesheets/theme/app.scss */
.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* line 22259, app/assets/stylesheets/theme/app.scss */
.p-12 {
  padding: 12px !important;
}

/* line 22263, app/assets/stylesheets/theme/app.scss */
.pt-12 {
  padding-top: 12px !important;
}

/* line 22267, app/assets/stylesheets/theme/app.scss */
.pr-12 {
  padding-right: 12px !important;
}

/* line 22271, app/assets/stylesheets/theme/app.scss */
.pb-12 {
  padding-bottom: 12px !important;
}

/* line 22275, app/assets/stylesheets/theme/app.scss */
.pl-12 {
  padding-left: 12px !important;
}

/* line 22279, app/assets/stylesheets/theme/app.scss */
.px-12 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

/* line 22284, app/assets/stylesheets/theme/app.scss */
.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

/* line 22289, app/assets/stylesheets/theme/app.scss */
.p-15 {
  padding: 15px !important;
}

/* line 22293, app/assets/stylesheets/theme/app.scss */
.pt-15 {
  padding-top: 15px !important;
}

/* line 22297, app/assets/stylesheets/theme/app.scss */
.pr-15 {
  padding-right: 15px !important;
}

/* line 22301, app/assets/stylesheets/theme/app.scss */
.pb-15 {
  padding-bottom: 15px !important;
}

/* line 22305, app/assets/stylesheets/theme/app.scss */
.pl-15 {
  padding-left: 15px !important;
}

/* line 22309, app/assets/stylesheets/theme/app.scss */
.px-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

/* line 22314, app/assets/stylesheets/theme/app.scss */
.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

/* line 22319, app/assets/stylesheets/theme/app.scss */
.p-16 {
  padding: 16px !important;
}

/* line 22323, app/assets/stylesheets/theme/app.scss */
.pt-16 {
  padding-top: 16px !important;
}

/* line 22327, app/assets/stylesheets/theme/app.scss */
.pr-16 {
  padding-right: 16px !important;
}

/* line 22331, app/assets/stylesheets/theme/app.scss */
.pb-16 {
  padding-bottom: 16px !important;
}

/* line 22335, app/assets/stylesheets/theme/app.scss */
.pl-16 {
  padding-left: 16px !important;
}

/* line 22339, app/assets/stylesheets/theme/app.scss */
.px-16 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

/* line 22344, app/assets/stylesheets/theme/app.scss */
.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* line 22349, app/assets/stylesheets/theme/app.scss */
.p-20 {
  padding: 20px !important;
}

/* line 22353, app/assets/stylesheets/theme/app.scss */
.pt-20 {
  padding-top: 20px !important;
}

/* line 22357, app/assets/stylesheets/theme/app.scss */
.pr-20 {
  padding-right: 20px !important;
}

/* line 22361, app/assets/stylesheets/theme/app.scss */
.pb-20 {
  padding-bottom: 20px !important;
}

/* line 22365, app/assets/stylesheets/theme/app.scss */
.pl-20 {
  padding-left: 20px !important;
}

/* line 22369, app/assets/stylesheets/theme/app.scss */
.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

/* line 22374, app/assets/stylesheets/theme/app.scss */
.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* line 22379, app/assets/stylesheets/theme/app.scss */
.p-24 {
  padding: 24px !important;
}

/* line 22383, app/assets/stylesheets/theme/app.scss */
.pt-24 {
  padding-top: 24px !important;
}

/* line 22387, app/assets/stylesheets/theme/app.scss */
.pr-24 {
  padding-right: 24px !important;
}

/* line 22391, app/assets/stylesheets/theme/app.scss */
.pb-24 {
  padding-bottom: 24px !important;
}

/* line 22395, app/assets/stylesheets/theme/app.scss */
.pl-24 {
  padding-left: 24px !important;
}

/* line 22399, app/assets/stylesheets/theme/app.scss */
.px-24 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

/* line 22404, app/assets/stylesheets/theme/app.scss */
.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

/* line 22409, app/assets/stylesheets/theme/app.scss */
.p-25 {
  padding: 25px !important;
}

/* line 22413, app/assets/stylesheets/theme/app.scss */
.pt-25 {
  padding-top: 25px !important;
}

/* line 22417, app/assets/stylesheets/theme/app.scss */
.pr-25 {
  padding-right: 25px !important;
}

/* line 22421, app/assets/stylesheets/theme/app.scss */
.pb-25 {
  padding-bottom: 25px !important;
}

/* line 22425, app/assets/stylesheets/theme/app.scss */
.pl-25 {
  padding-left: 25px !important;
}

/* line 22429, app/assets/stylesheets/theme/app.scss */
.px-25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

/* line 22434, app/assets/stylesheets/theme/app.scss */
.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

/* line 22439, app/assets/stylesheets/theme/app.scss */
.p-30 {
  padding: 30px !important;
}

/* line 22443, app/assets/stylesheets/theme/app.scss */
.pt-30 {
  padding-top: 30px !important;
}

/* line 22447, app/assets/stylesheets/theme/app.scss */
.pr-30 {
  padding-right: 30px !important;
}

/* line 22451, app/assets/stylesheets/theme/app.scss */
.pb-30 {
  padding-bottom: 30px !important;
}

/* line 22455, app/assets/stylesheets/theme/app.scss */
.pl-30 {
  padding-left: 30px !important;
}

/* line 22459, app/assets/stylesheets/theme/app.scss */
.px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

/* line 22464, app/assets/stylesheets/theme/app.scss */
.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

/* line 22469, app/assets/stylesheets/theme/app.scss */
.p-35 {
  padding: 35px !important;
}

/* line 22473, app/assets/stylesheets/theme/app.scss */
.pt-35 {
  padding-top: 35px !important;
}

/* line 22477, app/assets/stylesheets/theme/app.scss */
.pr-35 {
  padding-right: 35px !important;
}

/* line 22481, app/assets/stylesheets/theme/app.scss */
.pb-35 {
  padding-bottom: 35px !important;
}

/* line 22485, app/assets/stylesheets/theme/app.scss */
.pl-35 {
  padding-left: 35px !important;
}

/* line 22489, app/assets/stylesheets/theme/app.scss */
.px-35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

/* line 22494, app/assets/stylesheets/theme/app.scss */
.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

/* line 22499, app/assets/stylesheets/theme/app.scss */
.p-40 {
  padding: 40px !important;
}

/* line 22503, app/assets/stylesheets/theme/app.scss */
.pt-40 {
  padding-top: 40px !important;
}

/* line 22507, app/assets/stylesheets/theme/app.scss */
.pr-40 {
  padding-right: 40px !important;
}

/* line 22511, app/assets/stylesheets/theme/app.scss */
.pb-40 {
  padding-bottom: 40px !important;
}

/* line 22515, app/assets/stylesheets/theme/app.scss */
.pl-40 {
  padding-left: 40px !important;
}

/* line 22519, app/assets/stylesheets/theme/app.scss */
.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

/* line 22524, app/assets/stylesheets/theme/app.scss */
.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

/* line 22529, app/assets/stylesheets/theme/app.scss */
.p-45 {
  padding: 45px !important;
}

/* line 22533, app/assets/stylesheets/theme/app.scss */
.pt-45 {
  padding-top: 45px !important;
}

/* line 22537, app/assets/stylesheets/theme/app.scss */
.pr-45 {
  padding-right: 45px !important;
}

/* line 22541, app/assets/stylesheets/theme/app.scss */
.pb-45 {
  padding-bottom: 45px !important;
}

/* line 22545, app/assets/stylesheets/theme/app.scss */
.pl-45 {
  padding-left: 45px !important;
}

/* line 22549, app/assets/stylesheets/theme/app.scss */
.px-45 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

/* line 22554, app/assets/stylesheets/theme/app.scss */
.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

/* line 22559, app/assets/stylesheets/theme/app.scss */
.p-50 {
  padding: 50px !important;
}

/* line 22563, app/assets/stylesheets/theme/app.scss */
.pt-50 {
  padding-top: 50px !important;
}

/* line 22567, app/assets/stylesheets/theme/app.scss */
.pr-50 {
  padding-right: 50px !important;
}

/* line 22571, app/assets/stylesheets/theme/app.scss */
.pb-50 {
  padding-bottom: 50px !important;
}

/* line 22575, app/assets/stylesheets/theme/app.scss */
.pl-50 {
  padding-left: 50px !important;
}

/* line 22579, app/assets/stylesheets/theme/app.scss */
.px-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

/* line 22584, app/assets/stylesheets/theme/app.scss */
.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

/* line 22589, app/assets/stylesheets/theme/app.scss */
.p-60 {
  padding: 60px !important;
}

/* line 22593, app/assets/stylesheets/theme/app.scss */
.pt-60 {
  padding-top: 60px !important;
}

/* line 22597, app/assets/stylesheets/theme/app.scss */
.pr-60 {
  padding-right: 60px !important;
}

/* line 22601, app/assets/stylesheets/theme/app.scss */
.pb-60 {
  padding-bottom: 60px !important;
}

/* line 22605, app/assets/stylesheets/theme/app.scss */
.pl-60 {
  padding-left: 60px !important;
}

/* line 22609, app/assets/stylesheets/theme/app.scss */
.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

/* line 22614, app/assets/stylesheets/theme/app.scss */
.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

/* line 22619, app/assets/stylesheets/theme/app.scss */
.p-70 {
  padding: 70px !important;
}

/* line 22623, app/assets/stylesheets/theme/app.scss */
.pt-70 {
  padding-top: 70px !important;
}

/* line 22627, app/assets/stylesheets/theme/app.scss */
.pr-70 {
  padding-right: 70px !important;
}

/* line 22631, app/assets/stylesheets/theme/app.scss */
.pb-70 {
  padding-bottom: 70px !important;
}

/* line 22635, app/assets/stylesheets/theme/app.scss */
.pl-70 {
  padding-left: 70px !important;
}

/* line 22639, app/assets/stylesheets/theme/app.scss */
.px-70 {
  padding-right: 70px !important;
  padding-left: 70px !important;
}

/* line 22644, app/assets/stylesheets/theme/app.scss */
.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

/* line 22649, app/assets/stylesheets/theme/app.scss */
.p-80 {
  padding: 80px !important;
}

/* line 22653, app/assets/stylesheets/theme/app.scss */
.pt-80 {
  padding-top: 80px !important;
}

/* line 22657, app/assets/stylesheets/theme/app.scss */
.pr-80 {
  padding-right: 80px !important;
}

/* line 22661, app/assets/stylesheets/theme/app.scss */
.pb-80 {
  padding-bottom: 80px !important;
}

/* line 22665, app/assets/stylesheets/theme/app.scss */
.pl-80 {
  padding-left: 80px !important;
}

/* line 22669, app/assets/stylesheets/theme/app.scss */
.px-80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

/* line 22674, app/assets/stylesheets/theme/app.scss */
.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* line 22679, app/assets/stylesheets/theme/app.scss */
.p-90 {
  padding: 90px !important;
}

/* line 22683, app/assets/stylesheets/theme/app.scss */
.pt-90 {
  padding-top: 90px !important;
}

/* line 22687, app/assets/stylesheets/theme/app.scss */
.pr-90 {
  padding-right: 90px !important;
}

/* line 22691, app/assets/stylesheets/theme/app.scss */
.pb-90 {
  padding-bottom: 90px !important;
}

/* line 22695, app/assets/stylesheets/theme/app.scss */
.pl-90 {
  padding-left: 90px !important;
}

/* line 22699, app/assets/stylesheets/theme/app.scss */
.px-90 {
  padding-right: 90px !important;
  padding-left: 90px !important;
}

/* line 22704, app/assets/stylesheets/theme/app.scss */
.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

/* line 22709, app/assets/stylesheets/theme/app.scss */
.p-100 {
  padding: 100px !important;
}

/* line 22713, app/assets/stylesheets/theme/app.scss */
.pt-100 {
  padding-top: 100px !important;
}

/* line 22717, app/assets/stylesheets/theme/app.scss */
.pr-100 {
  padding-right: 100px !important;
}

/* line 22721, app/assets/stylesheets/theme/app.scss */
.pb-100 {
  padding-bottom: 100px !important;
}

/* line 22725, app/assets/stylesheets/theme/app.scss */
.pl-100 {
  padding-left: 100px !important;
}

/* line 22729, app/assets/stylesheets/theme/app.scss */
.px-100 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

/* line 22734, app/assets/stylesheets/theme/app.scss */
.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

/* line 22739, app/assets/stylesheets/theme/app.scss */
.p-120 {
  padding: 120px !important;
}

/* line 22743, app/assets/stylesheets/theme/app.scss */
.pt-120 {
  padding-top: 120px !important;
}

/* line 22747, app/assets/stylesheets/theme/app.scss */
.pr-120 {
  padding-right: 120px !important;
}

/* line 22751, app/assets/stylesheets/theme/app.scss */
.pb-120 {
  padding-bottom: 120px !important;
}

/* line 22755, app/assets/stylesheets/theme/app.scss */
.pl-120 {
  padding-left: 120px !important;
}

/* line 22759, app/assets/stylesheets/theme/app.scss */
.px-120 {
  padding-right: 120px !important;
  padding-left: 120px !important;
}

/* line 22764, app/assets/stylesheets/theme/app.scss */
.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

/* line 22769, app/assets/stylesheets/theme/app.scss */
.p-140 {
  padding: 140px !important;
}

/* line 22773, app/assets/stylesheets/theme/app.scss */
.pt-140 {
  padding-top: 140px !important;
}

/* line 22777, app/assets/stylesheets/theme/app.scss */
.pr-140 {
  padding-right: 140px !important;
}

/* line 22781, app/assets/stylesheets/theme/app.scss */
.pb-140 {
  padding-bottom: 140px !important;
}

/* line 22785, app/assets/stylesheets/theme/app.scss */
.pl-140 {
  padding-left: 140px !important;
}

/* line 22789, app/assets/stylesheets/theme/app.scss */
.px-140 {
  padding-right: 140px !important;
  padding-left: 140px !important;
}

/* line 22794, app/assets/stylesheets/theme/app.scss */
.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

/* line 22799, app/assets/stylesheets/theme/app.scss */
.p-150 {
  padding: 150px !important;
}

/* line 22803, app/assets/stylesheets/theme/app.scss */
.pt-150 {
  padding-top: 150px !important;
}

/* line 22807, app/assets/stylesheets/theme/app.scss */
.pr-150 {
  padding-right: 150px !important;
}

/* line 22811, app/assets/stylesheets/theme/app.scss */
.pb-150 {
  padding-bottom: 150px !important;
}

/* line 22815, app/assets/stylesheets/theme/app.scss */
.pl-150 {
  padding-left: 150px !important;
}

/* line 22819, app/assets/stylesheets/theme/app.scss */
.px-150 {
  padding-right: 150px !important;
  padding-left: 150px !important;
}

/* line 22824, app/assets/stylesheets/theme/app.scss */
.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

/* line 22829, app/assets/stylesheets/theme/app.scss */
.p-160 {
  padding: 160px !important;
}

/* line 22833, app/assets/stylesheets/theme/app.scss */
.pt-160 {
  padding-top: 160px !important;
}

/* line 22837, app/assets/stylesheets/theme/app.scss */
.pr-160 {
  padding-right: 160px !important;
}

/* line 22841, app/assets/stylesheets/theme/app.scss */
.pb-160 {
  padding-bottom: 160px !important;
}

/* line 22845, app/assets/stylesheets/theme/app.scss */
.pl-160 {
  padding-left: 160px !important;
}

/* line 22849, app/assets/stylesheets/theme/app.scss */
.px-160 {
  padding-right: 160px !important;
  padding-left: 160px !important;
}

/* line 22854, app/assets/stylesheets/theme/app.scss */
.py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

/* line 22859, app/assets/stylesheets/theme/app.scss */
.p-180 {
  padding: 180px !important;
}

/* line 22863, app/assets/stylesheets/theme/app.scss */
.pt-180 {
  padding-top: 180px !important;
}

/* line 22867, app/assets/stylesheets/theme/app.scss */
.pr-180 {
  padding-right: 180px !important;
}

/* line 22871, app/assets/stylesheets/theme/app.scss */
.pb-180 {
  padding-bottom: 180px !important;
}

/* line 22875, app/assets/stylesheets/theme/app.scss */
.pl-180 {
  padding-left: 180px !important;
}

/* line 22879, app/assets/stylesheets/theme/app.scss */
.px-180 {
  padding-right: 180px !important;
  padding-left: 180px !important;
}

/* line 22884, app/assets/stylesheets/theme/app.scss */
.py-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

/* line 22889, app/assets/stylesheets/theme/app.scss */
.p-200 {
  padding: 200px !important;
}

/* line 22893, app/assets/stylesheets/theme/app.scss */
.pt-200 {
  padding-top: 200px !important;
}

/* line 22897, app/assets/stylesheets/theme/app.scss */
.pr-200 {
  padding-right: 200px !important;
}

/* line 22901, app/assets/stylesheets/theme/app.scss */
.pb-200 {
  padding-bottom: 200px !important;
}

/* line 22905, app/assets/stylesheets/theme/app.scss */
.pl-200 {
  padding-left: 200px !important;
}

/* line 22909, app/assets/stylesheets/theme/app.scss */
.px-200 {
  padding-right: 200px !important;
  padding-left: 200px !important;
}

/* line 22914, app/assets/stylesheets/theme/app.scss */
.py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

/* line 22919, app/assets/stylesheets/theme/app.scss */
.p-250 {
  padding: 250px !important;
}

/* line 22923, app/assets/stylesheets/theme/app.scss */
.pt-250 {
  padding-top: 250px !important;
}

/* line 22927, app/assets/stylesheets/theme/app.scss */
.pr-250 {
  padding-right: 250px !important;
}

/* line 22931, app/assets/stylesheets/theme/app.scss */
.pb-250 {
  padding-bottom: 250px !important;
}

/* line 22935, app/assets/stylesheets/theme/app.scss */
.pl-250 {
  padding-left: 250px !important;
}

/* line 22939, app/assets/stylesheets/theme/app.scss */
.px-250 {
  padding-right: 250px !important;
  padding-left: 250px !important;
}

/* line 22944, app/assets/stylesheets/theme/app.scss */
.py-250 {
  padding-top: 250px !important;
  padding-bottom: 250px !important;
}

/* line 22949, app/assets/stylesheets/theme/app.scss */
.p-300 {
  padding: 300px !important;
}

/* line 22953, app/assets/stylesheets/theme/app.scss */
.pt-300 {
  padding-top: 300px !important;
}

/* line 22957, app/assets/stylesheets/theme/app.scss */
.pr-300 {
  padding-right: 300px !important;
}

/* line 22961, app/assets/stylesheets/theme/app.scss */
.pb-300 {
  padding-bottom: 300px !important;
}

/* line 22965, app/assets/stylesheets/theme/app.scss */
.pl-300 {
  padding-left: 300px !important;
}

/* line 22969, app/assets/stylesheets/theme/app.scss */
.px-300 {
  padding-right: 300px !important;
  padding-left: 300px !important;
}

/* line 22974, app/assets/stylesheets/theme/app.scss */
.py-300 {
  padding-top: 300px !important;
  padding-bottom: 300px !important;
}

/* line 22979, app/assets/stylesheets/theme/app.scss */
.p-400 {
  padding: 400px !important;
}

/* line 22983, app/assets/stylesheets/theme/app.scss */
.pt-400 {
  padding-top: 400px !important;
}

/* line 22987, app/assets/stylesheets/theme/app.scss */
.pr-400 {
  padding-right: 400px !important;
}

/* line 22991, app/assets/stylesheets/theme/app.scss */
.pb-400 {
  padding-bottom: 400px !important;
}

/* line 22995, app/assets/stylesheets/theme/app.scss */
.pl-400 {
  padding-left: 400px !important;
}

/* line 22999, app/assets/stylesheets/theme/app.scss */
.px-400 {
  padding-right: 400px !important;
  padding-left: 400px !important;
}

/* line 23004, app/assets/stylesheets/theme/app.scss */
.py-400 {
  padding-top: 400px !important;
  padding-bottom: 400px !important;
}

/* line 23009, app/assets/stylesheets/theme/app.scss */
.p-500 {
  padding: 500px !important;
}

/* line 23013, app/assets/stylesheets/theme/app.scss */
.pt-500 {
  padding-top: 500px !important;
}

/* line 23017, app/assets/stylesheets/theme/app.scss */
.pr-500 {
  padding-right: 500px !important;
}

/* line 23021, app/assets/stylesheets/theme/app.scss */
.pb-500 {
  padding-bottom: 500px !important;
}

/* line 23025, app/assets/stylesheets/theme/app.scss */
.pl-500 {
  padding-left: 500px !important;
}

/* line 23029, app/assets/stylesheets/theme/app.scss */
.px-500 {
  padding-right: 500px !important;
  padding-left: 500px !important;
}

/* line 23034, app/assets/stylesheets/theme/app.scss */
.py-500 {
  padding-top: 500px !important;
  padding-bottom: 500px !important;
}

/* line 23039, app/assets/stylesheets/theme/app.scss */
.gap-items > *,
.gap-items-3 > * {
  margin-left: 8px;
  margin-right: 8px;
}

/* line 23045, app/assets/stylesheets/theme/app.scss */
.gap-items > *:first-child,
.gap-items-3 > *:first-child {
  margin-left: 0;
}

/* line 23050, app/assets/stylesheets/theme/app.scss */
.gap-items > *:last-child,
.gap-items-3 > *:last-child {
  margin-right: 0;
}

/* line 23055, app/assets/stylesheets/theme/app.scss */
.gap-items-1 > * {
  margin-left: 2px;
  margin-right: 2px;
}

/* line 23060, app/assets/stylesheets/theme/app.scss */
.gap-items-1 > *:first-child {
  margin-left: 0;
}

/* line 23064, app/assets/stylesheets/theme/app.scss */
.gap-items-1 > *:last-child {
  margin-right: 0;
}

/* line 23068, app/assets/stylesheets/theme/app.scss */
.gap-items-2 > * {
  margin-left: 4px;
  margin-right: 4px;
}

/* line 23073, app/assets/stylesheets/theme/app.scss */
.gap-items-2 > *:first-child {
  margin-left: 0;
}

/* line 23077, app/assets/stylesheets/theme/app.scss */
.gap-items-2 > *:last-child {
  margin-right: 0;
}

/* line 23081, app/assets/stylesheets/theme/app.scss */
.gap-items-4 > * {
  margin-left: 12px;
  margin-right: 12px;
}

/* line 23086, app/assets/stylesheets/theme/app.scss */
.gap-items-4 > *:first-child {
  margin-left: 0;
}

/* line 23090, app/assets/stylesheets/theme/app.scss */
.gap-items-4 > *:last-child {
  margin-right: 0;
}

/* line 23094, app/assets/stylesheets/theme/app.scss */
.gap-items-5 > * {
  margin-left: 16px;
  margin-right: 16px;
}

/* line 23099, app/assets/stylesheets/theme/app.scss */
.gap-items-5 > *:first-child {
  margin-left: 0;
}

/* line 23103, app/assets/stylesheets/theme/app.scss */
.gap-items-5 > *:last-child {
  margin-right: 0;
}

/* line 23107, app/assets/stylesheets/theme/app.scss */
.gap-multiline-items,
.gap-multiline-items-3 {
  margin: -8px;
}

/* line 23112, app/assets/stylesheets/theme/app.scss */
.gap-multiline-items > *,
.gap-multiline-items-3 > * {
  margin: 8px;
}

/* line 23117, app/assets/stylesheets/theme/app.scss */
.gap-multiline-items-1 {
  margin: -2px;
}

/* line 23121, app/assets/stylesheets/theme/app.scss */
.gap-multiline-items-1 > * {
  margin: 2px;
}

/* line 23125, app/assets/stylesheets/theme/app.scss */
.gap-multiline-items-2 {
  margin: -4px;
}

/* line 23129, app/assets/stylesheets/theme/app.scss */
.gap-multiline-items-2 > * {
  margin: 4px;
}

/* line 23133, app/assets/stylesheets/theme/app.scss */
.gap-multiline-items-4 {
  margin: -12px;
}

/* line 23137, app/assets/stylesheets/theme/app.scss */
.gap-multiline-items-4 > * {
  margin: 12px;
}

/* line 23141, app/assets/stylesheets/theme/app.scss */
.gap-multiline-items-5 {
  margin: -16px;
}

/* line 23145, app/assets/stylesheets/theme/app.scss */
.gap-multiline-items-5 > * {
  margin: 16px;
}

/* line 23149, app/assets/stylesheets/theme/app.scss */
.gap-y.gap-items,
.gap-y.gap-items-3 {
  margin: -8px;
}

/* line 23154, app/assets/stylesheets/theme/app.scss */
.gap-y.gap-items > *,
.gap-y.gap-items-3 > * {
  margin: 8px;
}

/* line 23159, app/assets/stylesheets/theme/app.scss */
.gap-y.gap-items-1 {
  margin: -2px;
}

/* line 23163, app/assets/stylesheets/theme/app.scss */
.gap-y.gap-items-1 > * {
  margin: 2px;
}

/* line 23167, app/assets/stylesheets/theme/app.scss */
.gap-y.gap-items-2 {
  margin: -4px;
}

/* line 23171, app/assets/stylesheets/theme/app.scss */
.gap-y.gap-items-2 > * {
  margin: 4px;
}

/* line 23175, app/assets/stylesheets/theme/app.scss */
.gap-y.gap-items-4 {
  margin: -12px;
}

/* line 23179, app/assets/stylesheets/theme/app.scss */
.gap-y.gap-items-4 > * {
  margin: 12px;
}

/* line 23183, app/assets/stylesheets/theme/app.scss */
.gap-y.gap-items-5 {
  margin: -16px;
}

/* line 23187, app/assets/stylesheets/theme/app.scss */
.gap-y.gap-items-5 > * {
  margin: 16px;
}

/* line 23191, app/assets/stylesheets/theme/app.scss */
.font-body,
.font-roboto {
  font-family: Roboto, sans-serif;
}

/* line 23196, app/assets/stylesheets/theme/app.scss */
.font-title,
.font-ubuntu {
  font-family: Roboto, sans-serif;
}

/* line 23201, app/assets/stylesheets/theme/app.scss */
.font-article,
.font-lora {
  font-family: Roboto, sans-serif;
}

/* line 23206, app/assets/stylesheets/theme/app.scss */
.fs-8 {
  font-size: 8px !important;
}

/* line 23210, app/assets/stylesheets/theme/app.scss */
.fs-9 {
  font-size: 9px !important;
}

/* line 23214, app/assets/stylesheets/theme/app.scss */
.fs-10 {
  font-size: 10px !important;
}

/* line 23218, app/assets/stylesheets/theme/app.scss */
.fs-11 {
  font-size: 11px !important;
}

/* line 23222, app/assets/stylesheets/theme/app.scss */
.fs-12 {
  font-size: 12px !important;
}

/* line 23226, app/assets/stylesheets/theme/app.scss */
.fs-13 {
  font-size: 13px !important;
}

/* line 23230, app/assets/stylesheets/theme/app.scss */
.fs-14 {
  font-size: 14px !important;
}

/* line 23234, app/assets/stylesheets/theme/app.scss */
.fs-15 {
  font-size: 15px !important;
}

/* line 23238, app/assets/stylesheets/theme/app.scss */
.fs-16 {
  font-size: 16px !important;
}

/* line 23242, app/assets/stylesheets/theme/app.scss */
.fs-17 {
  font-size: 17px !important;
}

/* line 23246, app/assets/stylesheets/theme/app.scss */
.fs-18 {
  font-size: 18px !important;
}

/* line 23250, app/assets/stylesheets/theme/app.scss */
.fs-19 {
  font-size: 19px !important;
}

/* line 23254, app/assets/stylesheets/theme/app.scss */
.fs-20 {
  font-size: 20px !important;
}

/* line 23258, app/assets/stylesheets/theme/app.scss */
.fs-22 {
  font-size: 22px !important;
}

/* line 23262, app/assets/stylesheets/theme/app.scss */
.fs-24 {
  font-size: 24px !important;
}

/* line 23266, app/assets/stylesheets/theme/app.scss */
.fs-25 {
  font-size: 25px !important;
}

/* line 23270, app/assets/stylesheets/theme/app.scss */
.fs-26 {
  font-size: 26px !important;
}

/* line 23274, app/assets/stylesheets/theme/app.scss */
.fs-28 {
  font-size: 28px !important;
}

/* line 23278, app/assets/stylesheets/theme/app.scss */
.fs-30 {
  font-size: 30px !important;
  line-height: 1.2;
}

/* line 23283, app/assets/stylesheets/theme/app.scss */
.fs-35 {
  font-size: 35px !important;
  line-height: 1.2;
}

/* line 23288, app/assets/stylesheets/theme/app.scss */
.fs-40 {
  font-size: 40px !important;
  line-height: 1.2;
}

/* line 23293, app/assets/stylesheets/theme/app.scss */
.fs-45 {
  font-size: 45px !important;
  line-height: 1.2;
}

/* line 23298, app/assets/stylesheets/theme/app.scss */
.fs-50 {
  font-size: 50px !important;
  line-height: 1.2;
}

/* line 23303, app/assets/stylesheets/theme/app.scss */
.fs-60 {
  font-size: 60px !important;
  line-height: 1.2;
}

/* line 23308, app/assets/stylesheets/theme/app.scss */
.fs-70 {
  font-size: 70px !important;
  line-height: 1.2;
}

/* line 23313, app/assets/stylesheets/theme/app.scss */
.fs-80 {
  font-size: 80px !important;
  line-height: 1.2;
}

/* line 23318, app/assets/stylesheets/theme/app.scss */
.fs-90 {
  font-size: 90px !important;
  line-height: 1.2;
}

/* line 23323, app/assets/stylesheets/theme/app.scss */
.fw-100 {
  font-weight: 100 !important;
}

/* line 23327, app/assets/stylesheets/theme/app.scss */
.fw-200 {
  font-weight: 200 !important;
}

/* line 23331, app/assets/stylesheets/theme/app.scss */
.fw-300 {
  font-weight: 300 !important;
}

/* line 23335, app/assets/stylesheets/theme/app.scss */
.fw-400 {
  font-weight: 400 !important;
}

/* line 23339, app/assets/stylesheets/theme/app.scss */
.fw-500 {
  font-weight: 500 !important;
}

/* line 23343, app/assets/stylesheets/theme/app.scss */
.fw-600 {
  font-weight: 600 !important;
}

/* line 23347, app/assets/stylesheets/theme/app.scss */
.fw-700 {
  font-weight: 700 !important;
}

/* line 23351, app/assets/stylesheets/theme/app.scss */
.fw-800 {
  font-weight: 800 !important;
}

/* line 23355, app/assets/stylesheets/theme/app.scss */
.fw-900 {
  font-weight: 900 !important;
}

/* line 23359, app/assets/stylesheets/theme/app.scss */
.lh-0 {
  line-height: 0   !important;
}

/* line 23363, app/assets/stylesheets/theme/app.scss */
.lh-1 {
  line-height: 1   !important;
}

/* line 23367, app/assets/stylesheets/theme/app.scss */
.lh-11 {
  line-height: 1.1 !important;
}

/* line 23371, app/assets/stylesheets/theme/app.scss */
.lh-12 {
  line-height: 1.2 !important;
}

/* line 23375, app/assets/stylesheets/theme/app.scss */
.lh-13 {
  line-height: 1.3 !important;
}

/* line 23379, app/assets/stylesheets/theme/app.scss */
.lh-14 {
  line-height: 1.4 !important;
}

/* line 23383, app/assets/stylesheets/theme/app.scss */
.lh-15 {
  line-height: 1.5 !important;
}

/* line 23387, app/assets/stylesheets/theme/app.scss */
.lh-16 {
  line-height: 1.6 !important;
}

/* line 23391, app/assets/stylesheets/theme/app.scss */
.lh-17 {
  line-height: 1.7 !important;
}

/* line 23395, app/assets/stylesheets/theme/app.scss */
.lh-18 {
  line-height: 1.8 !important;
}

/* line 23399, app/assets/stylesheets/theme/app.scss */
.lh-19 {
  line-height: 1.9 !important;
}

/* line 23403, app/assets/stylesheets/theme/app.scss */
.lh-2 {
  line-height: 2   !important;
}

/* line 23407, app/assets/stylesheets/theme/app.scss */
.lh-22 {
  line-height: 2.2 !important;
}

/* line 23411, app/assets/stylesheets/theme/app.scss */
.lh-24 {
  line-height: 2.4 !important;
}

/* line 23415, app/assets/stylesheets/theme/app.scss */
.lh-25 {
  line-height: 2.5 !important;
}

/* line 23419, app/assets/stylesheets/theme/app.scss */
.lh-26 {
  line-height: 2.6 !important;
}

/* line 23423, app/assets/stylesheets/theme/app.scss */
.lh-28 {
  line-height: 2.8 !important;
}

/* line 23427, app/assets/stylesheets/theme/app.scss */
.lh-3 {
  line-height: 3   !important;
}

/* line 23431, app/assets/stylesheets/theme/app.scss */
.lh-35 {
  line-height: 3.5 !important;
}

/* line 23435, app/assets/stylesheets/theme/app.scss */
.lh-4 {
  line-height: 4   !important;
}

/* line 23439, app/assets/stylesheets/theme/app.scss */
.lh-45 {
  line-height: 4.5 !important;
}

/* line 23443, app/assets/stylesheets/theme/app.scss */
.lh-5 {
  line-height: 5   !important;
}

/* line 23447, app/assets/stylesheets/theme/app.scss */
.letter-spacing-0 {
  letter-spacing: 0px !important;
}

/* line 23451, app/assets/stylesheets/theme/app.scss */
.ls-0 {
  letter-spacing: 0px !important;
}

/* line 23455, app/assets/stylesheets/theme/app.scss */
.letter-spacing-1 {
  letter-spacing: 1px !important;
}

/* line 23459, app/assets/stylesheets/theme/app.scss */
.ls-1 {
  letter-spacing: 1px !important;
}

/* line 23463, app/assets/stylesheets/theme/app.scss */
.letter-spacing-2 {
  letter-spacing: 2px !important;
}

/* line 23467, app/assets/stylesheets/theme/app.scss */
.ls-2 {
  letter-spacing: 2px !important;
}

/* line 23471, app/assets/stylesheets/theme/app.scss */
.letter-spacing-3 {
  letter-spacing: 3px !important;
}

/* line 23475, app/assets/stylesheets/theme/app.scss */
.ls-3 {
  letter-spacing: 3px !important;
}

/* line 23479, app/assets/stylesheets/theme/app.scss */
.letter-spacing-4 {
  letter-spacing: 4px !important;
}

/* line 23483, app/assets/stylesheets/theme/app.scss */
.ls-4 {
  letter-spacing: 4px !important;
}

/* line 23487, app/assets/stylesheets/theme/app.scss */
.letter-spacing-5 {
  letter-spacing: 5px !important;
}

/* line 23491, app/assets/stylesheets/theme/app.scss */
.ls-5 {
  letter-spacing: 5px !important;
}

/* line 23495, app/assets/stylesheets/theme/app.scss */
.text-truncate {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 23502, app/assets/stylesheets/theme/app.scss */
.align-sub {
  vertical-align: sub;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.dashboard-receivables.card-danger {
  color: #fff;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.dashboard-receivables.card-danger span {
  color: #fff;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.account-edit-link {
  position: absolute;
  right: 50px;
  top: 16px;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.field_with_errors input, .field_with_errors textarea {
  border-color: #f96868 !important;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.card-slide .card-header {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.error {
  color: #f96868;
  font-size: 13px;
  margin-top: .25rem;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.swal2-cancel {
  background-color: transparent !important;
  color: #444 !important;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.swal2-cancel:hover {
  background-color: #eee !important;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.quickview .btn-flat {
  text-transform: none;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.toast .text {
  margin-right: 10px;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.fab ul {
  max-height: 0;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.fab .active + ul {
  max-height: 1000px;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.mobile-arrow {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-align: right;
  display: table-cell;
  position: relative;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.mobile-arrow:before {
  content: "\f107";
  top: 50%;
  margin-top: -5px;
  position: relative;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.mobile-arrow.active:before {
  content: "\f106";
}

@media screen and (min-width: 800px) {
  /* line 1, app/assets/stylesheets/common.css.sass */
  .state-class {
    width: 160px;
    text-align: left;
    padding: 0;
  }
}

/* line 1, app/assets/stylesheets/common.css.sass */
.info-icon-color {
  color: red;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.check-icon-color {
  color: #48b0f7;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.note-editor.note-frame {
  border: 1px solid #f1f2f3;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.cancel-vertical-align td {
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.download-button {
  padding: 5px;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.public-payment-bulutfon-logo {
  max-width: 145px;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.help-block.has-error {
  color: red;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.hq-tab-content {
  overflow: unset !important;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.full-width {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  /* line 1, app/assets/stylesheets/common.css.sass */
  .add_new_model_mobile {
    top: 10px;
    position: absolute;
    right: 20px;
  }
  /* line 1, app/assets/stylesheets/common.css.sass */
  .filter-container {
    width: 100%;
  }
  /* line 1, app/assets/stylesheets/common.css.sass */
  .filter-container .filter-content {
    width: calc(100% - 30px) !important;
  }
}

/* line 1, app/assets/stylesheets/common.css.sass */
.filter_button {
  border-color: #ebebeb !important;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.filter_button:hover > span {
  color: #48b0f7;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.filter_button:hover {
  background-color: transparent !important;
  border-color: #48b0f7 !important;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.filter_apply_button {
  color: #48b0f7 !important;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.blue-border {
  border-color: #48b0f7 !important;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.blue-color {
  color: #48b0f7 !important;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.is-invalid {
  border-color: #dc3545;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.state-badge {
  padding: .3rem !important;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.actions i {
  color: #a5b3c7 !important;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.actions i:hover {
  color: #33cabb !important;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.new-account-info.hidden, .new-account-info .hidden, .company-info.hidden, .company-info .hidden, .user-type.hidden, .user-type .hidden {
  display: none;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.unset-nav-align {
  flex-direction: unset !important;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.filter-container {
  position: relative;
  z-index: 1;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.filter-container hr:first-child {
  display: none;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.filter-container .filter-toggle {
  position: relative;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.filter-container .filter-toggle:hover {
  color: #fff;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.filter-container .filter-toggle.blue-color:hover {
  color: #fff !important;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.filter-container .filter-content {
  position: absolute;
  display: none;
  border-radius: 2px;
  font-size: 13px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-color: #f1f2f3;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  width: 600px;
  background: #fff;
  top: 100%;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.filter-container .filter-content.open {
  display: block;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.pagination {
  float: right;
}

@media (min-width: 1250px) {
  /* line 1, app/assets/stylesheets/common.css.sass */
  .modal-xlg {
    max-width: 1200px;
  }
}

/* line 1, app/assets/stylesheets/common.css.sass */
.check-icon {
  color: #46be8a;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.disabled-permission {
  opacity: .5;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.popover {
  max-width: 330px;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.list-no-style {
  list-style: none;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.text-align-left {
  text-align: end;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.text-align-center {
  text-align: center;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.table-nowrap {
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.link-btn-color {
  color: #fff !important;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.table-display {
  display: table;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.bolder {
  font-weight: bolder;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.guide-ml-70 {
  margin-left: 35px;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.topbar p {
  line-height: 2.1rem;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.start-here {
  margin-top: 22px;
  margin-left: 63px;
  text-align: center;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.guide-check {
  margin-top: 10px;
  color: green;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.guide-icon {
  margin-top: 12px;
}

@media screen and (max-width: 600px) {
  /* line 1, app/assets/stylesheets/common.css.sass */
  .hide-tab {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/common.css.sass */
#qr-code {
  margin-top: 10px;
}

/* line 1, app/assets/stylesheets/common.css.sass */
#qr-code table {
  border-width: 0;
  border-style: none;
  border-color: #0000ff;
  border-collapse: collapse;
}

/* line 1, app/assets/stylesheets/common.css.sass */
#qr-code td {
  border-left: solid 6px #000;
  padding: 0;
  margin: 0;
  width: 0;
  height: 6px;
}

/* line 1, app/assets/stylesheets/common.css.sass */
#qr-code td.black {
  border-color: #000;
}

/* line 1, app/assets/stylesheets/common.css.sass */
#qr-code td.white {
  border-color: #fff;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.modal-md {
  max-width: 650px;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.table-condensed .form-control {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.table-condensed .custom-control {
  margin: 0;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.table-condensed td {
  padding: .50rem;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.dropdown-header {
  font-weight: 500;
  color: #000 !important;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.td-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  max-width: 0;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.btn-swal-label {
  position: relative;
  overflow: hidden;
  padding-left: 52px !important;
  padding-top: 10px !important;
  padding-right: 32px !important;
  padding-bottom: 10px !important;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.btn-swal-label label {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 36px;
  line-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 0;
  line-height: 2 !important;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.btn-swal-label.btn-xs {
  padding-left: 32px;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.btn-swal-label.btn-xs label {
  width: 24px;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.btn-swal-label.btn-sm {
  padding-left: 41px;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.btn-swal-label.btn-sm label {
  width: 29px;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.btn-swal-label.btn-lg {
  padding-left: 64px;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.btn-swal-label.btn-lg label {
  width: 48px;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.btn-swal-label-cancel {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.swal-input-class::-webkit-input-placeholder {
  color: #000 !important;
  opacity: 0.5 !important;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.btn-xs-icon {
  font-size: 11px;
  padding: 4px 8px;
  line-height: 18px;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.table-icon {
  color: #616a78 !important;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.table-icon:hover {
  color: #33cabb !important;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.mobile-icon-border {
  padding: 2px 7px !important;
}

@media (max-width: 576px) {
  /* line 1, app/assets/stylesheets/common.css.sass */
  .audiojs {
    width: 250px !important;
  }
  /* line 1, app/assets/stylesheets/common.css.sass */
  .audiojs .scrubber {
    width: 110px !important;
  }
}

/* line 1, app/assets/stylesheets/common.css.sass */
.mb-36rem {
  margin-bottom: 0.36rem;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.site-footer a {
  color: #33cabb !important;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.site-footer a:hover {
  color: #788394 !important;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.sortable-table th .current {
  padding-right: 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.sortable-table th .asc {
  background-image: url("/assets/up_arrow-d070bba90d00c37963ecdd2054f9e09bd609586cabd1cea6eaf339c975d474cd.gif");
}

/* line 1, app/assets/stylesheets/common.css.sass */
.sortable-table th .desc {
  background-image: url("/assets/down_arrow-8b9f05bbbe27def93870d39aee1b023a857ad8ac19d2bf78ce094d3da7e7ad6e.gif");
}

/* line 1, app/assets/stylesheets/common.css.sass */
.btn-slide-card::before {
  content: "\e64b";
}

/* line 1, app/assets/stylesheets/common.css.sass */
#lblCartCount {
  font-size: 10px;
  color: #fff;
  padding: 0 5px;
  margin-left: 10px;
  position: absolute;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.clipboard-list {
  display: block;
  width: 20px;
  height: 21px;
  background: url("/assets/clipboard_list-63eb6991001b6cc7c969cd61bc7354a15fc7620dca41dc3371bd0f667d220cae.svg") no-repeat;
}

/* line 1, app/assets/stylesheets/common.css.sass */
.custom-mark {
  color: black;
  background-color: #fcf8e3;
}

/* line 3, app/assets/stylesheets/custom.sass */
.breadcrumb li {
  float: left;
}

/* line 6, app/assets/stylesheets/custom.sass */
.breadcrumb li:first-child:before {
  display: none;
}

/* line 9, app/assets/stylesheets/custom.sass */
.breadcrumb li:before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #868e96;
  content: "/";
}

/* line 17, app/assets/stylesheets/custom.sass */
.switch-account-list {
  width: 100%;
  text-align: left;
}

/* line 21, app/assets/stylesheets/custom.sass */
.switch-account-list li {
  border-bottom: 1px solid #ddd;
}

/* line 24, app/assets/stylesheets/custom.sass */
.switch-account-list li:last-child {
  border-bottom: none;
}

/* line 27, app/assets/stylesheets/custom.sass */
.switch-account-list li i {
  font-size: 20px;
  margin-right: 8px;
}

/* line 31, app/assets/stylesheets/custom.sass */
.switch-account-list li a {
  line-height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #37404d;
  opacity: .6;
}

/* line 40, app/assets/stylesheets/custom.sass */
.media .lead {
  min-width: 36px;
}

/* line 44, app/assets/stylesheets/custom.sass */
.media .media-body .col-md-4 {
  line-height: 2;
}

/* line 46, app/assets/stylesheets/custom.sass */
.media .media-body h6 {
  margin-bottom: 0;
  line-height: 2;
}

/* line 50, app/assets/stylesheets/custom.sass */
.did-destination {
  display: none;
}

/* line 53, app/assets/stylesheets/custom.sass */
.did-destination.show {
  display: block;
}

/* line 57, app/assets/stylesheets/custom.sass */
.destinations .destination {
  display: none;
}

/* line 59, app/assets/stylesheets/custom.sass */
.destinations .destination.show {
  display: block;
}

/* line 65, app/assets/stylesheets/custom.sass */
#new-did-page .numbers-reloading.hidden {
  display: none;
}

/* line 67, app/assets/stylesheets/custom.sass */
#new-did-page .nts-number {
  display: none;
}

/* line 70, app/assets/stylesheets/custom.sass */
#new-did-page .nts-checkboxes {
  margin-top: 15px;
  display: none;
}

/* line 75, app/assets/stylesheets/custom.sass */
#new-did-page .numbers-media .media {
  padding: 10px 12px;
}

/* line 77, app/assets/stylesheets/custom.sass */
#new-did-page .numbers-media .media.active {
  background: none;
}

/* line 81, app/assets/stylesheets/custom.sass */
#new-did-page .did-addresses .address-text {
  line-height: 34px;
}

/* line 83, app/assets/stylesheets/custom.sass */
#new-did-page .did-addresses .address-text a {
  margin-left: 15px;
}

/* line 86, app/assets/stylesheets/custom.sass */
.confirm-phone-btn {
  position: fixed;
  z-index: 99999;
  left: -75px;
  bottom: -75px;
  width: 150px;
  height: 150px;
  text-align: center;
  background: #ff0c2a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
}

/* line 100, app/assets/stylesheets/custom.sass */
.confirm-phone-btn i {
  font-size: 50px;
  color: #fff;
  position: relative;
  right: -30px;
  top: 20px;
}

/* line 107, app/assets/stylesheets/custom.sass */
.gsm-validation {
  position: fixed;
  z-index: 99999;
  left: -75px;
  text-align: center;
  background: #ff0c2a;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 27px;
  font-size: 16px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  height: 74px;
  overflow: hidden;
  width: 0;
  color: #fff;
  bottom: 0;
}

/* line 128, app/assets/stylesheets/custom.sass */
.gsm-validation .close {
  cursor: pointer;
}

/* line 131, app/assets/stylesheets/custom.sass */
.gsm-validation.open {
  left: 0;
  width: 100%;
}

/* line 135, app/assets/stylesheets/custom.sass */
.address_city_id .dropdown-item:first-child,
.address_town_id .dropdown-item:first-child,
.nts-provider .dropdown-item:first-child,
.outgoing_fax_did_id .dropdown-item:first-child,
.automatic_call_form_announcement_id .dropdown-item:first-child {
  display: none;
}

/* line 142, app/assets/stylesheets/custom.sass */
.dark-link {
  color: #000;
}

/* line 145, app/assets/stylesheets/custom.sass */
.border-bottom {
  border-bottom: 1px solid #ddd;
}

/* line 148, app/assets/stylesheets/custom.sass */
.ps-container > .ps-scrollbar-y-rail {
  opacity: 1;
}

/* line 152, app/assets/stylesheets/custom.sass */
.call-record-details .call-record-param {
  margin-bottom: 10px;
}

/* line 154, app/assets/stylesheets/custom.sass */
.call-record-details strong {
  display: block;
}

/* line 156, app/assets/stylesheets/custom.sass */
.call-record-details strong.duration {
  display: inline;
}

/* line 160, app/assets/stylesheets/custom.sass */
.custom-selectbox .help-block.has-error {
  position: absolute;
  left: 0;
  top: 100%;
}

/* line 166, app/assets/stylesheets/custom.sass */
#toast-container > .toast {
  background-image: none !important;
}

/* line 169, app/assets/stylesheets/custom.sass */
#toast-container > div:hover {
  opacity: 1;
}

/* line 172, app/assets/stylesheets/custom.sass */
#toast-container > .toast:before {
  position: fixed;
  font-family: FontAwesome;
  font-size: 26px;
  line-height: 18px;
  float: left;
  color: #FFF;
  margin: auto 0.5em auto -1em;
  top: 40%;
  position: absolute;
}

/* line 183, app/assets/stylesheets/custom.sass */
#toast-container > .toast-success:before {
  content: "\f00C";
  margin: auto 0.5em auto -1.3em !important;
}

/* line 187, app/assets/stylesheets/custom.sass */
#toast-container > .toast-success {
  opacity: 0.9;
  background-color: #46be8a;
}

/* line 191, app/assets/stylesheets/custom.sass */
#toast-container > .toast-error {
  background-color: #dc3545;
  opacity: 0.9;
}

/* line 194, app/assets/stylesheets/custom.sass */
#toast-container > .toast-error:before {
  content: "\f12A";
}

/* line 198, app/assets/stylesheets/custom.sass */
input.form-control.is-valid:not(#card_number) {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* line 206, app/assets/stylesheets/custom.sass */
input.form-control.is-invalid:not(#card_number) {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* line 1, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

/* line 19, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

/* line 23, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
/* line 34, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker button {
  border: none !important;
}

/* line 38, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 48, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_noselect::selection {
  background: transparent;
}

/* line 49, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}

/* line 51, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

/* line 57, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* line 64, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

/* line 68, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

/* line 72, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

/* line 77, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 83, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

/* line 87, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

/* line 94, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 100, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

/* line 105, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

/* line 110, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

/* line 117, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

/* line 126, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

/* line 130, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

/* line 136, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

/* line 141, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

/* line 162, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

/* line 172, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

/* line 179, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

/* line 185, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

/* line 191, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

/* line 204, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

/* line 208, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 215, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

/* line 231, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

/* line 235, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

/* line 239, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

/* line 251, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

/* line 252, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

/* line 253, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

/* line 258, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

/* line 263, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 270, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

/* line 275, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

/* line 279, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

/* line 284, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

/* line 290, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

/* line 294, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

/* line 298, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

/* line 311, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

/* line 315, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

/* line 319, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

/* line 323, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 328, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 334, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 343, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}

/* line 351, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

/* line 356, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

/* line 363, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

/* line 370, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}

/* line 377, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

/* line 384, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

/* line 392, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

/* line 393, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

/* line 395, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

/* line 399, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

/* line 404, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

/* line 412, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

/* line 416, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_scroller_box {
  position: relative;
}

/* line 420, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

/* line 430, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

/* line 433, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

/* line 439, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

/* line 442, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

/* line 447, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

/* line 452, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 458, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

/* line 465, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

/* line 472, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

/* line 476, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

/* line 480, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 485, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 491, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 499, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

/* line 505, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

/* line 509, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

/* line 510, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

/* line 511, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

/* line 513, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

/* line 517, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

/* line 520, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

/* line 528, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
  /* IE6-9 */
}

/* line 552, ../../usr/local/bundle/gems/rails-assets-datetimepicker-2.5.20/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}

/**Icon Font: fontcustom */
@font-face {
  font-family: "fontcustom";
  src: url(/fonts/fontcustom_d9192ef5338659432e550700796cc26b.eot);
  src: url(/fonts/fontcustom_d9192ef5338659432e550700796cc26b.eot?#iefix) format("embedded-opentype"), url(/fonts/fontcustom_d9192ef5338659432e550700796cc26b.woff) format("woff"), url(/fonts/fontcustom_d9192ef5338659432e550700796cc26b.ttf) format("truetype"), url(/fonts/fontcustom_d9192ef5338659432e550700796cc26b.svg#fontcustom) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "fontcustom";
    src: url(/fonts/fontcustom_d9192ef5338659432e550700796cc26b.svg#fontcustom) format("svg");
  }
}

/* line 1, app/assets/stylesheets/bulutfon-fonts.css.sass */
.size-12 {
  font-size: 12px;
}

/* line 1, app/assets/stylesheets/bulutfon-fonts.css.sass */
.size-14 {
  font-size: 14px;
}

/* line 1, app/assets/stylesheets/bulutfon-fonts.css.sass */
.size-16 {
  font-size: 16px;
}

/* line 1, app/assets/stylesheets/bulutfon-fonts.css.sass */
.size-18 {
  font-size: 18px;
}

/* line 1, app/assets/stylesheets/bulutfon-fonts.css.sass */
.size-21 {
  font-size: 21px;
}

/* line 1, app/assets/stylesheets/bulutfon-fonts.css.sass */
.size-24 {
  font-size: 24px;
}

/* line 1, app/assets/stylesheets/bulutfon-fonts.css.sass */
.size-36 {
  font-size: 36px;
}

/* line 1, app/assets/stylesheets/bulutfon-fonts.css.sass */
.size-48 {
  font-size: 48px;
}

/* line 1, app/assets/stylesheets/bulutfon-fonts.css.sass */
.size-60 {
  font-size: 60px;
}

/* line 1, app/assets/stylesheets/bulutfon-fonts.css.sass */
.size-72 {
  font-size: 72px;
}

/* line 1, app/assets/stylesheets/bulutfon-fonts.css.sass */
[data-icon]:before {
  content: attr(data-icon);
  display: inline-block;
  font-family: "fontcustom";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 1, app/assets/stylesheets/bulutfon-fonts.css.sass */
.icon-domestic-dark:before, .icon-domestic-light:before, .icon-local-dark:before, .icon-local-light:before, .icon-gsm-dark:before, .icon-gsm-light:before, .icon-in-dark:before, .icon-in-light:before, .icon-international-dark:before, .icon-international-light:before, .icon-out-dark:before, .icon-out-light:before {
  display: inline-block;
  font-family: "fontcustom";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 1, app/assets/stylesheets/bulutfon-fonts.css.sass */
.icon-domestic-dark:before {
  content: "\f13c";
}

/* line 1, app/assets/stylesheets/bulutfon-fonts.css.sass */
.icon-domestic-light:before {
  content: "\f13d";
}

/* line 1, app/assets/stylesheets/bulutfon-fonts.css.sass */
.icon-local-dark:before {
  content: "\f13e";
}

/* line 1, app/assets/stylesheets/bulutfon-fonts.css.sass */
.icon-local-light:before {
  content: "\f13f";
}

/* line 1, app/assets/stylesheets/bulutfon-fonts.css.sass */
.icon-gsm-dark:before {
  content: "\f148";
}

/* line 1, app/assets/stylesheets/bulutfon-fonts.css.sass */
.icon-gsm-light:before {
  content: "\f149";
}

/* line 1, app/assets/stylesheets/bulutfon-fonts.css.sass */
.icon-in-dark:before {
  content: "\f140";
}

/* line 1, app/assets/stylesheets/bulutfon-fonts.css.sass */
.icon-in-light:before {
  content: "\f141";
}

/* line 1, app/assets/stylesheets/bulutfon-fonts.css.sass */
.icon-international-dark:before {
  content: "\f142";
}

/* line 1, app/assets/stylesheets/bulutfon-fonts.css.sass */
.icon-international-light:before {
  content: "\f143";
}

/* line 1, app/assets/stylesheets/bulutfon-fonts.css.sass */
.icon-out-dark:before {
  content: "\f144";
}

/* line 1, app/assets/stylesheets/bulutfon-fonts.css.sass */
.icon-out-light:before {
  content: "\f145";
}

/* line 1, app/assets/stylesheets/bulutfon-fonts.css.sass */
.label-prim {
  background-color: #337ab7;
}

/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */
/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
.toast-title {
  font-weight: 700;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
.toast-message a, .toast-message label {
  color: #FFF;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
.rtl .toast-close-button {
  left: -.3em;
  float: left;
  right: .3em;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
.toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
.toast-top-right {
  top: 12px;
  right: 12px;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
.toast {
  background-color: #030303;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
.toast-success {
  background-color: #51A351;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
.toast-error {
  background-color: #BD362F;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
.toast-info {
  background-color: #2F96B4;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
.toast-warning {
  background-color: #F89406;
}

/* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  /* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  /* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  /* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
  /* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  /* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  /* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  /* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
  /* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  /* line 1, app/assets/stylesheets/vendor/toastr/toastr.min.css */
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.isDisabled {
  color: currentColor;
  cursor: not-allowed !important;
  opacity: 0.3 !important;
  text-decoration: none !important;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis .nav .nav-item .nav-link {
  padding: 5px 15px;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis .nav-tabs.mis-header-tabs {
  border-bottom: 0;
  margin-bottom: -1px;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis .nav-tabs.mis-header-tabs .nav-link.active {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 0;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-rotate-90 {
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-transation-all {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.filter-content {
  z-index: 9999;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  to {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  to {
    background-position: 468px 0;
  }
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.text-line {
  height: 10px;
  width: auto;
  margin: 4px 0;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #f6f6f6), color-stop(18%, #f0f0f0), color-stop(33%, #f6f6f6));
  background: linear-gradient(90deg, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
  background-size: 800px 104px;
  position: relative;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.menububble svg {
  width: 14px;
  height: 14px;
  fill: #fff;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.menubar__button {
  border: 0;
  background: #fff;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.menubar__button:hover {
  background: #e3e3e3;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.ProseMirror {
  border: 1px solid #c2c8ce;
  outline: 0;
  padding: 5px;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.menububble {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
  background: #000;
  border-radius: 5px;
  padding: .3rem;
  margin-bottom: .5rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .2s,visibility .2s;
  transition: opacity .2s,visibility .2s;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.menububble.is-active {
  opacity: 1;
  visibility: visible;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.menububble__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: transparent;
  border: 0;
  color: #fff;
  padding: .2rem .5rem;
  margin-right: .2rem;
  border-radius: 3px;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.menububble__button:last-child {
  margin-right: 0;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.menububble__button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.menububble__button.is-active {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.menububble__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.menububble__input {
  font: inherit;
  border: none;
  background: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.editor-result strong {
  font-weight: 700;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-autocomplete {
  position: relative;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-autocomplete-results {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  margin: 0;
  border: 1px solid #83e0d7;
  border-top: 0;
  overflow: auto;
  width: 100%;
  -webkit-box-shadow: 0 0 0 0.1rem rgba(51, 202, 187, 0.15);
  box-shadow: 0 0 0 0.1rem rgba(51, 202, 187, 0.15);
  background: #f3f3f3;
  z-index: 9999;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-autocomplete-result {
  list-style: none;
  text-align: left;
  padding: 4px 10px;
  cursor: pointer;
  position: relative;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-autocomplete-result.is-active, .mis-autocomplete-result:hover {
  background-color: #4aae9b;
  color: #fff;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-is-new-company-badge {
  position: absolute;
  top: 7px;
  right: 10px;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.icon-container {
  width: 16px;
  height: 16px;
  margin-top: -6px;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-cursor {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-events {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-events-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 10px 0;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-title {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-marker {
  z-index: 0;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-icon, .mis-marker {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-icon {
  width: 36px;
  height: 36px;
  margin-right: 15px;
  z-index: 5;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-icon:hover {
  border: 1px solid #48b0f7;
  background: #48b0f7;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-icon:hover i {
  color: #fff;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-icon i {
  font-size: 1rem;
  color: #48b0f7;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-marker:after {
  display: block;
  position: absolute;
  content: " ";
  right: auto;
  top: 45px;
  left: 17px;
  width: 2px;
  height: 100%;
  background-color: #ccc;
  z-index: 1;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-events-step:last-child .mis-marker:after {
  display: none;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-event-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-text {
  width: 100%;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-event-action {
  width: 54px;
  height: 54px;
  display: block;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-event-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.modal .popover-body {
  padding: 0;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.modal .popover {
  -webkit-box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #cbd6e2;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.search-related-record input[type=text] {
  min-width: 300px;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.search-related-record .search-related-record--header {
  background: #eaf0f6;
  padding: 10px;
  position: relative;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.search-related-record .search-related-record--header .icon {
  position: absolute;
  font-size: 1.2rem;
  top: 16px;
  right: 20px;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.search-related-record .search-related-record--content {
  padding: 15px;
  font-size: 12px;
  color: #545a63;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.search-related-record .search-related-record--content h5 {
  font-size: 16px;
  margin-bottom: 5px;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.search-related-record .search-related-record--content ul li {
  margin-bottom: 5px;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
td.strikeout {
  text-decoration: line-through;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.v-import {
  border: 1px solid #ccd4e0;
  border-radius: 4px;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.v-number {
  width: 50px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.v-row {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.v-row.item {
  border-top: 1px solid #ccd4e0;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.v-row.item .v-number {
  border-right: 1px solid #ccd4e0;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.v-row.item .v-input {
  padding: 10px 15px;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.v-row div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.v-text {
  border-right: 1px solid #ccd4e0;
  margin-right: 30px;
  padding-left: 15px;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.v-input {
  width: 300px;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.v-input select {
  width: 100%;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%238C98F2'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 20px) 15px;
  background-repeat: no-repeat;
  background-color: #fff;
  outline: 0;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.v-input select:active, .v-input select:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.v-input select::-moz-focus-inner {
  border: 0;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.v-input select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.gray-background, .v-text {
  background: #f5f8fa;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.v-text {
  position: relative;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.v-text:after, .v-text:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.v-text:after {
  border-color: rgba(245, 248, 250, 0);
  border-left-color: #f5f8fa;
  border-width: 20px;
  margin-top: -20px;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.v-text:before {
  border-color: rgba(204, 212, 224, 0);
  border-left-color: #ccd4e0;
  border-width: 21px;
  margin-top: -21px;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.table-importer, .table.table-importer.table-bordered td, .table.table-importer thead th {
  border: 1px solid #ccd4e0;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.table-importer tbody tr td:first-child {
  text-align: center;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.table-importer thead tr th:nth-child(3) {
  padding: 0 !important;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.table-importer thead th select {
  width: 100%;
  border: 0;
  height: 100%;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.inputfile {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.inputfile + label {
  color: #fff;
  background-color: #33cabb;
  display: inline-block;
  cursor: pointer;
  padding: 5px 16px;
  padding-left: 0;
  letter-spacing: 1px;
  border-radius: 2px;
  height: 36px;
  position: relative;
  padding-left: 52px;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.inputfile + label span.icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 36px;
  line-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 0;
  text-align: center;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.inputfile + label:hover, .inputfile:focus + label {
  background-color: #52d3c7;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.importer-row {
  width: 100%;
  height: 30px;
  text-align: center;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.importer-row:first-child {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.importer-row div:first-child {
  border-left: 1px solid #ebebeb;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.importer-row div {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #ebebeb;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.importer-row:last-child {
  border-bottom: 1px solid #ebebeb;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-modal {
  display: block;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 600px;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 700;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.mis-close:focus, .mis-close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.vue-tags-input [class*=" ti-"], .vue-tags-input [class^=ti-] {
  font-family: Roboto, sans-serif !important;
  font-size: 14px;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.vue-tags-input .ti-tag:before {
  display: none;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.vue-tags-input .ti-icon-close {
  font-family: icomoon !important;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.ti-input {
  border: 1px solid #ebebeb !important;
  border-radius: 2px !important;
  color: #929daf !important;
  padding: 5px 12px !important;
  font-size: 14px !important;
  line-height: inherit !important;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.button-icons {
  width: 40px;
}

/* line 1, app/assets/stylesheets/account/bulutfon-mis.css */
.pointer {
  cursor: pointer;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti {
  position: relative;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__hide {
  display: none;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__v-hide {
  visibility: hidden;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti input {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti input[type=text], .iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  /* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
  .iti__country-list {
    white-space: normal;
  }
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__country {
  padding: 5px 10px;
  outline: none;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__dial-code {
  color: #999;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti--allow-dropdown input {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti--separate-dial-code input {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti--container:hover {
  cursor: pointer;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(/assets/icon/intl-tel-flags-0a012cf808a24573168308916092d2d4bd3f2b4af8e16b59167013cc77acee55.png);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__be {
  width: 18px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ch {
  width: 15px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__mc {
  width: 19px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ne {
  width: 18px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__np {
  width: 13px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__va {
  width: 15px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

/* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
.iti__flag.iti__np {
  background-color: transparent;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
  .iti__flag {
    background-size: 5652px 15px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 1, app/assets/vendor/intl-tel-input/intlTelInput.css.sass */
  .iti__flag {
    background-image: url(/assets/icon/intl-tel-flags@2x-8ab4e961a71e2a404aab37e528b0312282c258015d58f5e0eb5dec6aa4ff63d2.png);
  }
}

/* line 1, app/assets/stylesheets/account/validateCreditCard.css.sass */
#card_number {
  background-image: url(/assets/icon/creditCards-9ceb5dd891dff8f07c58095008fddd13dad862305a475e3971bed6eea1708cad.png), url(/assets/icon/creditCards-9ceb5dd891dff8f07c58095008fddd13dad862305a475e3971bed6eea1708cad.png);
  background-position: 2px -121px, 135% -61px;
  background-size: 120px 361px, 35% 361px;
  background-repeat: no-repeat;
  padding-left: 54px;
}

/* line 1, app/assets/stylesheets/account/validateCreditCard.css.sass */
#card_number.visa {
  background-position: 2px -163px, 135% -61px;
}

/* line 1, app/assets/stylesheets/account/validateCreditCard.css.sass */
#card_number.visa_electron {
  background-position: 2px -205px, 135% -61px;
}

/* line 1, app/assets/stylesheets/account/validateCreditCard.css.sass */
#card_number.mastercard {
  background-position: 2px -247px, 135% -61px;
}

/* line 1, app/assets/stylesheets/account/validateCreditCard.css.sass */
#card_number.maestro {
  background-position: 2px -289px, 135% -61px;
}

/* line 1, app/assets/stylesheets/account/validateCreditCard.css.sass */
#card_number.discover {
  background-position: 2px -331px, 135% -61px;
}

/* line 1, app/assets/stylesheets/account/validateCreditCard.css.sass */
#card_number.valid.visa {
  background-position: 2px -163px, 135% -87px;
}

/* line 1, app/assets/stylesheets/account/validateCreditCard.css.sass */
#card_number.valid.visa_electron {
  background-position: 2px -205px, 135% -87px;
}

/* line 1, app/assets/stylesheets/account/validateCreditCard.css.sass */
#card_number.valid.mastercard {
  background-position: 2px -247px, 135% -87px;
}

/* line 1, app/assets/stylesheets/account/validateCreditCard.css.sass */
#card_number.valid.maestro {
  background-position: 2px -289px, 135% -87px;
}

/* line 1, app/assets/stylesheets/account/validateCreditCard.css.sass */
#card_number.valid.discover {
  background-position: 2px -331px, 135% -87px;
}

/* line 1, app/assets/stylesheets/account/validateCreditCard.css.sass */
#card_number.valid.amex {
  background-position: 2px -121px, 135% -87px;
}

/* line 29, app/assets/stylesheets/account/application.css.sass */
.account-details-page .options {
  padding-right: 10px;
  float: right;
  margin-top: -12px;
}

/* line 49, app/assets/stylesheets/account/application.css.sass */
#groups-table input.start, #groups-table input.finish {
  width: 20px;
}

/* line 52, app/assets/stylesheets/account/application.css.sass */
.login-logo {
  position: relative;
}

/* line 54, app/assets/stylesheets/account/application.css.sass */
.login-logo img {
  position: relative;
}

/* line 56, app/assets/stylesheets/account/application.css.sass */
.login-logo p {
  position: absolute;
  bottom: -9px;
  left: 40px;
  margin: 0;
}

/* line 62, app/assets/stylesheets/account/application.css.sass */
abbr {
  display: none;
}

/* line 65, app/assets/stylesheets/account/application.css.sass */
.hidden {
  display: none;
}

/* line 69, app/assets/stylesheets/account/application.css.sass */
.show_for.user .wrapper {
  margin-bottom: 30px;
}

/* line 72, app/assets/stylesheets/account/application.css.sass */
.line-through {
  text-decoration: line-through;
}

/* line 76, app/assets/stylesheets/account/application.css.sass */
.datepicker-days .disabled {
  color: #d6d9de !important;
}

/* line 79, app/assets/stylesheets/account/application.css.sass */
.qty-input input[type="number"] {
  text-align: center;
  width: 50px;
}

/* line 83, app/assets/stylesheets/account/application.css.sass */
.device {
  margin-bottom: 30px;
}

/* line 85, app/assets/stylesheets/account/application.css.sass */
.device .more-info {
  font-size: 30px;
  position: absolute;
  right: 45px;
  top: 95px;
}

/* line 90, app/assets/stylesheets/account/application.css.sass */
.device img {
  height: 250px;
}

/* line 94, app/assets/stylesheets/account/application.css.sass */
.payment-table tr:first-child th {
  border: none;
}

/* line 98, app/assets/stylesheets/account/application.css.sass */
#pbx .nav-tabs .active {
  background: none;
}

/* line 102, app/assets/stylesheets/account/application.css.sass */
#new_sms_object .has-error {
  display: block;
}

/* line 106, app/assets/stylesheets/account/application.css.sass */
.destination-timeout input, .aa-redirection input {
  line-height: 19px;
}

/* line 108, app/assets/stylesheets/account/application.css.sass */
.destination-timeout .input-group-addon, .aa-redirection .input-group-addon {
  border-right: 1px solid #ebebeb;
}

/* line 110, app/assets/stylesheets/account/application.css.sass */
.redirection-select {
  margin-bottom: 30px;
}

/* line 113, app/assets/stylesheets/account/application.css.sass */
.audiojs {
  width: 315px;
  height: 20px;
  background: #404040;
  overflow: hidden;
  font-family: monospace;
  font-size: 12px;
}

/* line 114, app/assets/stylesheets/account/application.css.sass */
.audiojs audio {
  position: absolute;
  left: -1px;
}

/* line 123, app/assets/stylesheets/account/application.css.sass */
.audiojs .play-pause {
  width: 25px;
  height: 20px;
  padding: 0 6px;
  margin: 0px;
  float: left;
  overflow: hidden;
}

/* line 130, app/assets/stylesheets/account/application.css.sass */
.audiojs p {
  display: none;
  width: 25px;
  height: 40px;
  margin: 0px;
  cursor: pointer;
  margin: -4px 0 0 -5px;
}

/* line 137, app/assets/stylesheets/account/application.css.sass */
.audiojs .play {
  display: block;
}

/* line 139, app/assets/stylesheets/account/application.css.sass */
.audiojs .scrubber {
  position: relative;
  float: left;
  background: #5a5a5a;
  width: 180px;
  height: 11px;
  margin: 4px 0 0 0;
  border-top: 1px solid #3f3f3f;
  border-left: 0px;
  border-bottom: 0px;
  overflow: hidden;
}

/* line 150, app/assets/stylesheets/account/application.css.sass */
.audiojs .progress {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 10px;
  width: 0px;
  background: #1abc9c;
  z-index: 1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 162, app/assets/stylesheets/account/application.css.sass */
.audiojs .loaded {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 14px;
  width: 0px;
  background: #000;
}

/* line 169, app/assets/stylesheets/account/application.css.sass */
.audiojs .time {
  float: left;
  height: 16px;
  line-height: 16px;
  margin: 2px 0px 0px 6px;
  padding: 0px 6px 0px 12px;
  color: #ddd;
}

/* line 176, app/assets/stylesheets/account/application.css.sass */
.audiojs .time em {
  padding: 0px 2px 0px 0px;
  color: #f9f9f9;
  font-style: normal;
}

/* line 180, app/assets/stylesheets/account/application.css.sass */
.audiojs .time strong {
  padding: 0px 0px 0px 2px;
  font-weight: normal;
}

/* line 183, app/assets/stylesheets/account/application.css.sass */
.audiojs .error-message {
  float: left;
  display: none;
  margin: 0px 10px;
  height: 36px;
  width: 400px;
  overflow: hidden;
  line-height: 36px;
  white-space: nowrap;
  color: #fff;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}

/* line 199, app/assets/stylesheets/account/application.css.sass */
.audiojs .error-message a {
  color: #eee;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #999;
  white-space: wrap;
}

/* line 208, app/assets/stylesheets/account/application.css.sass */
.playing .play, .playing .loading, .playing .error {
  display: none;
}

/* line 210, app/assets/stylesheets/account/application.css.sass */
.playing .pause {
  display: block;
}

/* line 214, app/assets/stylesheets/account/application.css.sass */
.loading .play, .loading .pause, .loading .error {
  display: none;
}

/* line 216, app/assets/stylesheets/account/application.css.sass */
.loading .loading {
  display: block;
}

/* line 220, app/assets/stylesheets/account/application.css.sass */
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
  display: none;
}

/* line 222, app/assets/stylesheets/account/application.css.sass */
.error .error {
  display: block;
}

/* line 224, app/assets/stylesheets/account/application.css.sass */
.error .play-pause p {
  cursor: auto;
}

/* line 226, app/assets/stylesheets/account/application.css.sass */
.error .error-message {
  display: block;
}

/* line 229, app/assets/stylesheets/account/application.css.sass */
.modal .edit-destination-link {
  display: none;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* line 260, app/assets/stylesheets/account/application.css.sass */
.flex-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 265, app/assets/stylesheets/account/application.css.sass */
[v-cloak] > * {
  display: none;
}

/* line 267, app/assets/stylesheets/account/application.css.sass */
[v-cloak]::before {
  content: "Loading…";
}

/* line 271, app/assets/stylesheets/account/application.css.sass */
.mis .main-mis-view {
  padding: 0 30px 30px 30px;
}

/* line 273, app/assets/stylesheets/account/application.css.sass */
.mis .breadcrumb {
  display: none;
}

/* line 276, app/assets/stylesheets/account/application.css.sass */
.mis #apps .breadcrumb {
  display: block;
}

/* line 278, app/assets/stylesheets/account/application.css.sass */
.mis .main-content {
  padding: 0;
}

/* line 282, app/assets/stylesheets/account/application.css.sass */
th[role=columnheader]:not(.no-sort) {
  cursor: pointer;
}

/* line 285, app/assets/stylesheets/account/application.css.sass */
th[role=columnheader]:not(.no-sort):after {
  content: '';
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #404040 transparent;
  visibility: hidden;
  opacity: 0;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 299, app/assets/stylesheets/account/application.css.sass */
th[aria-sort=ascending]:not(.no-sort):after {
  border-bottom: none;
  border-width: 4px 4px 0;
}

/* line 303, app/assets/stylesheets/account/application.css.sass */
th[aria-sort]:not(.no-sort):after {
  visibility: visible;
  opacity: 0.4;
}

/* line 307, app/assets/stylesheets/account/application.css.sass */
th[role=columnheader]:not(.no-sort):hover:after {
  visibility: visible;
  opacity: 1;
}
