/* line 1, app/assets/stylesheets/_buttons.scss */
.button {
  border-radius: 10px;
}

/* line 5, app/assets/stylesheets/_buttons.scss */
.fixed-action-btn {
  position: fixed;
  right: 32px;
  bottom: 32px;
}

/* line 11, app/assets/stylesheets/_buttons.scss */
.button {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 100%;
  margin: 0;
  padding: 12px 32px 12px 32px;
}

/* line 20, app/assets/stylesheets/_buttons.scss */
.button-small {
  border-radius: 20px;
  padding-top: 7px;
  padding-right: 10px;
  padding-bottom: 7px;
  padding-left: 10px;
  font-size: 11px;
}

/* line 29, app/assets/stylesheets/_buttons.scss */
.button[disabled="disabled"] {
  background-color: #E6E5EB;
  pointer-events: none;
}

/* line 34, app/assets/stylesheets/_buttons.scss */
.button-default {
  background-color: #FFFFFF;
  color: #0066B3;
}

/* line 39, app/assets/stylesheets/_buttons.scss */
.button-primary {
  background-color: #0066B3;
  color: #fff;
}

/* line 44, app/assets/stylesheets/_buttons.scss */
.button-important {
  border-radius: 25px;
  background-color: #2F9287;
  color: #fff;
}

/* line 49, app/assets/stylesheets/_buttons.scss */
.button-important .button-w-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  transition: all 0.2s ease;
}

/* line 57, app/assets/stylesheets/_buttons.scss */
.button-important .button-w-icon .icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  fill: currentColor;
}

/* line 65, app/assets/stylesheets/_buttons.scss */
.button-important .button-w-icon i {
  font-size: 16px;
  line-height: 1;
}

/* line 73, app/assets/stylesheets/_buttons.scss */
.button-important-close {
  background-color: #FFFFFF;
  color: #2F9287;
}

/* line 78, app/assets/stylesheets/_buttons.scss */
.button-filter {
  color: #4A4A4A;
  border-radius: 25px;
}

/* line 83, app/assets/stylesheets/_buttons.scss */
.button-filtered {
  border-radius: 25px;
  background-color: #2F9287;
  color: #fff;
}

/* line 90, app/assets/stylesheets/_buttons.scss */
.selected_modality .edit_modality {
  background-color: #fff;
  background-image: url(/assets/svg/edit_modality-bee22486c4aa5e4743d07d92f2af4c76ff6c2d05a3edfe2d2175e2c102285f82.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  border: 1px solid #E8EBF6;
  margin-left: 10px;
}

/* line 102, app/assets/stylesheets/_buttons.scss */
.selected_modality .remove_modality {
  background-color: #D4EAFF;
  background-image: url(/assets/svg/remove_modality-300f054a9db8a313c64e2d72755ec215be6607f26fabca99c109789e7d892876.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  margin-left: 10px;
}

/* line 370, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.materialize-red {
  background-color: #e51c23 !important;
}

/* line 373, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.materialize-red-text {
  color: #e51c23 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.materialize-red.darken-1 {
  background-color: #d0181e !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.materialize-red.darken-2 {
  background-color: #b9151b !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.materialize-red.darken-3 {
  background-color: #a21318 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}

/* line 370, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red {
  background-color: #F44336 !important;
}

/* line 373, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red-text {
  color: #F44336 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red.lighten-5 {
  background-color: #FFEBEE !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red.lighten-4 {
  background-color: #FFCDD2 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red.lighten-3 {
  background-color: #EF9A9A !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red.lighten-2 {
  background-color: #E57373 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red-text.text-lighten-2 {
  color: #E57373 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red.lighten-1 {
  background-color: #EF5350 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red-text.text-lighten-1 {
  color: #EF5350 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red.darken-1 {
  background-color: #E53935 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red-text.text-darken-1 {
  color: #E53935 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red.darken-2 {
  background-color: #D32F2F !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red-text.text-darken-2 {
  color: #D32F2F !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red.darken-3 {
  background-color: #C62828 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red-text.text-darken-3 {
  color: #C62828 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red.darken-4 {
  background-color: #B71C1C !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red-text.text-darken-4 {
  color: #B71C1C !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red.accent-1 {
  background-color: #FF8A80 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red-text.text-accent-1 {
  color: #FF8A80 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red.accent-2 {
  background-color: #FF5252 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red-text.text-accent-2 {
  color: #FF5252 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red.accent-3 {
  background-color: #FF1744 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red-text.text-accent-3 {
  color: #FF1744 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red.accent-4 {
  background-color: #D50000 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.red-text.text-accent-4 {
  color: #D50000 !important;
}

/* line 370, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink {
  background-color: #e91e63 !important;
}

/* line 373, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink-text {
  color: #e91e63 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink.lighten-5 {
  background-color: #fce4ec !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink.lighten-2 {
  background-color: #f06292 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink-text.text-lighten-2 {
  color: #f06292 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink.lighten-1 {
  background-color: #ec407a !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink-text.text-lighten-1 {
  color: #ec407a !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink.darken-1 {
  background-color: #d81b60 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink-text.text-darken-1 {
  color: #d81b60 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink.darken-2 {
  background-color: #c2185b !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink-text.text-darken-2 {
  color: #c2185b !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink.darken-3 {
  background-color: #ad1457 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink-text.text-darken-3 {
  color: #ad1457 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink.darken-4 {
  background-color: #880e4f !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink-text.text-darken-4 {
  color: #880e4f !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink.accent-1 {
  background-color: #ff80ab !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink-text.text-accent-1 {
  color: #ff80ab !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink.accent-2 {
  background-color: #ff4081 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink-text.text-accent-2 {
  color: #ff4081 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink.accent-3 {
  background-color: #f50057 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink-text.text-accent-3 {
  color: #f50057 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink.accent-4 {
  background-color: #c51162 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.pink-text.text-accent-4 {
  color: #c51162 !important;
}

/* line 370, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple {
  background-color: #9c27b0 !important;
}

/* line 373, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple-text {
  color: #9c27b0 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple.lighten-1 {
  background-color: #ab47bc !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple.darken-1 {
  background-color: #8e24aa !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple-text.text-darken-1 {
  color: #8e24aa !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple.darken-3 {
  background-color: #6a1b9a !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple.darken-4 {
  background-color: #4a148c !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple-text.text-darken-4 {
  color: #4a148c !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple.accent-1 {
  background-color: #ea80fc !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple-text.text-accent-1 {
  color: #ea80fc !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple.accent-2 {
  background-color: #e040fb !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple-text.text-accent-2 {
  color: #e040fb !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple.accent-3 {
  background-color: #d500f9 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple-text.text-accent-3 {
  color: #d500f9 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple.accent-4 {
  background-color: #aa00ff !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.purple-text.text-accent-4 {
  color: #aa00ff !important;
}

/* line 370, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple {
  background-color: #673ab7 !important;
}

/* line 373, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple-text {
  color: #673ab7 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple.accent-3 {
  background-color: #651fff !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

/* line 370, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo {
  background-color: #3f51b5 !important;
}

/* line 373, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo-text {
  color: #3f51b5 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo.lighten-2 {
  background-color: #7986cb !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo.darken-1 {
  background-color: #3949ab !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo-text.text-darken-1 {
  color: #3949ab !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo.darken-2 {
  background-color: #303f9f !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo-text.text-darken-2 {
  color: #303f9f !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo.darken-3 {
  background-color: #283593 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo-text.text-darken-3 {
  color: #283593 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo.darken-4 {
  background-color: #1a237e !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo-text.text-darken-4 {
  color: #1a237e !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo.accent-1 {
  background-color: #8c9eff !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo.accent-2 {
  background-color: #536dfe !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo-text.text-accent-2 {
  color: #536dfe !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo.accent-3 {
  background-color: #3d5afe !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo.accent-4 {
  background-color: #304ffe !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.indigo-text.text-accent-4 {
  color: #304ffe !important;
}

/* line 370, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue {
  background-color: #2196F3 !important;
}

/* line 373, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-text {
  color: #2196F3 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue.lighten-5 {
  background-color: #E3F2FD !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue.lighten-4 {
  background-color: #BBDEFB !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue.lighten-3 {
  background-color: #90CAF9 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue.lighten-2 {
  background-color: #64B5F6 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue.lighten-1 {
  background-color: #42A5F5 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue.darken-1 {
  background-color: #1E88E5 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue.darken-2 {
  background-color: #1976D2 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-text.text-darken-2 {
  color: #1976D2 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue.darken-3 {
  background-color: #1565C0 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-text.text-darken-3 {
  color: #1565C0 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue.darken-4 {
  background-color: #0D47A1 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue.accent-1 {
  background-color: #82B1FF !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-text.text-accent-1 {
  color: #82B1FF !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue.accent-2 {
  background-color: #448AFF !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-text.text-accent-2 {
  color: #448AFF !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue.accent-3 {
  background-color: #2979FF !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-text.text-accent-3 {
  color: #2979FF !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue.accent-4 {
  background-color: #2962FF !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-text.text-accent-4 {
  color: #2962FF !important;
}

/* line 370, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue {
  background-color: #03a9f4 !important;
}

/* line 373, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue-text {
  color: #03a9f4 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue.darken-1 {
  background-color: #039be5 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue.darken-3 {
  background-color: #0277bd !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue.darken-4 {
  background-color: #01579b !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue-text.text-darken-4 {
  color: #01579b !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue.accent-4 {
  background-color: #0091ea !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

/* line 370, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan {
  background-color: #00bcd4 !important;
}

/* line 373, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan-text {
  color: #00bcd4 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan.lighten-3 {
  background-color: #80deea !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan-text.text-lighten-3 {
  color: #80deea !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan.lighten-1 {
  background-color: #26c6da !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan.darken-1 {
  background-color: #00acc1 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan.darken-2 {
  background-color: #0097a7 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan.darken-3 {
  background-color: #00838f !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan-text.text-darken-3 {
  color: #00838f !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan.darken-4 {
  background-color: #006064 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan-text.text-darken-4 {
  color: #006064 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan.accent-1 {
  background-color: #84ffff !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan-text.text-accent-1 {
  color: #84ffff !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan.accent-2 {
  background-color: #18ffff !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan-text.text-accent-2 {
  color: #18ffff !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan.accent-3 {
  background-color: #00e5ff !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

/* line 370, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal {
  background-color: #009688 !important;
}

/* line 373, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal-text {
  color: #009688 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal.lighten-2 {
  background-color: #4db6ac !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal.lighten-1 {
  background-color: #26a69a !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal-text.text-lighten-1 {
  color: #26a69a !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal.darken-1 {
  background-color: #00897b !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal-text.text-darken-1 {
  color: #00897b !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal.darken-2 {
  background-color: #00796b !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal-text.text-darken-2 {
  color: #00796b !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal.darken-3 {
  background-color: #00695c !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal-text.text-darken-3 {
  color: #00695c !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal.darken-4 {
  background-color: #004d40 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal-text.text-darken-4 {
  color: #004d40 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal.accent-1 {
  background-color: #a7ffeb !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal.accent-2 {
  background-color: #64ffda !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal-text.text-accent-2 {
  color: #64ffda !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal.accent-3 {
  background-color: #1de9b6 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal.accent-4 {
  background-color: #00bfa5 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

/* line 370, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green {
  background-color: #4CAF50 !important;
}

/* line 373, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green-text {
  color: #4CAF50 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green.lighten-5 {
  background-color: #E8F5E9 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green.lighten-4 {
  background-color: #C8E6C9 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green.lighten-3 {
  background-color: #A5D6A7 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green.lighten-2 {
  background-color: #81C784 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green-text.text-lighten-2 {
  color: #81C784 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green.lighten-1 {
  background-color: #66BB6A !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green-text.text-lighten-1 {
  color: #66BB6A !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green.darken-1 {
  background-color: #43A047 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green-text.text-darken-1 {
  color: #43A047 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green.darken-2 {
  background-color: #388E3C !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green-text.text-darken-2 {
  color: #388E3C !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green.darken-3 {
  background-color: #2E7D32 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green-text.text-darken-3 {
  color: #2E7D32 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green.darken-4 {
  background-color: #1B5E20 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green-text.text-darken-4 {
  color: #1B5E20 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green.accent-1 {
  background-color: #B9F6CA !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green-text.text-accent-1 {
  color: #B9F6CA !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green.accent-2 {
  background-color: #69F0AE !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green-text.text-accent-2 {
  color: #69F0AE !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green.accent-3 {
  background-color: #00E676 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green-text.text-accent-3 {
  color: #00E676 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green.accent-4 {
  background-color: #00C853 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.green-text.text-accent-4 {
  color: #00C853 !important;
}

/* line 370, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green {
  background-color: #8bc34a !important;
}

/* line 373, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green-text {
  color: #8bc34a !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green.lighten-2 {
  background-color: #aed581 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green.darken-1 {
  background-color: #7cb342 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green.darken-2 {
  background-color: #689f38 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green-text.text-darken-2 {
  color: #689f38 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green.darken-3 {
  background-color: #558b2f !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green-text.text-darken-3 {
  color: #558b2f !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green.darken-4 {
  background-color: #33691e !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green-text.text-darken-4 {
  color: #33691e !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green.accent-1 {
  background-color: #ccff90 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green.accent-3 {
  background-color: #76ff03 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green.accent-4 {
  background-color: #64dd17 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

/* line 370, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime {
  background-color: #cddc39 !important;
}

/* line 373, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime-text {
  color: #cddc39 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime.lighten-2 {
  background-color: #dce775 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime-text.text-lighten-2 {
  color: #dce775 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime.lighten-1 {
  background-color: #d4e157 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime.darken-1 {
  background-color: #c0ca33 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime.darken-2 {
  background-color: #afb42b !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime-text.text-darken-2 {
  color: #afb42b !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime.darken-3 {
  background-color: #9e9d24 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime.darken-4 {
  background-color: #827717 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime-text.text-darken-4 {
  color: #827717 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime.accent-1 {
  background-color: #f4ff81 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime.accent-2 {
  background-color: #eeff41 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime-text.text-accent-2 {
  color: #eeff41 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime.accent-3 {
  background-color: #c6ff00 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime.accent-4 {
  background-color: #aeea00 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.lime-text.text-accent-4 {
  color: #aeea00 !important;
}

/* line 370, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow {
  background-color: #ffeb3b !important;
}

/* line 373, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow-text {
  color: #ffeb3b !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow.lighten-3 {
  background-color: #fff59d !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow.lighten-2 {
  background-color: #fff176 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow.darken-1 {
  background-color: #fdd835 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow.darken-2 {
  background-color: #fbc02d !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow.darken-3 {
  background-color: #f9a825 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow.darken-4 {
  background-color: #f57f17 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow.accent-1 {
  background-color: #ffff8d !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow.accent-2 {
  background-color: #ffff00 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow.accent-3 {
  background-color: #ffea00 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow.accent-4 {
  background-color: #ffd600 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}

/* line 370, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber {
  background-color: #ffc107 !important;
}

/* line 373, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber-text {
  color: #ffc107 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber.lighten-3 {
  background-color: #ffe082 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber.lighten-2 {
  background-color: #ffd54f !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber.lighten-1 {
  background-color: #ffca28 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber.darken-1 {
  background-color: #ffb300 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber-text.text-darken-1 {
  color: #ffb300 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber.darken-2 {
  background-color: #ffa000 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber-text.text-darken-2 {
  color: #ffa000 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber.darken-3 {
  background-color: #ff8f00 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber.darken-4 {
  background-color: #ff6f00 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber.accent-1 {
  background-color: #ffe57f !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber-text.text-accent-1 {
  color: #ffe57f !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber.accent-2 {
  background-color: #ffd740 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber-text.text-accent-2 {
  color: #ffd740 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber.accent-3 {
  background-color: #ffc400 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber-text.text-accent-3 {
  color: #ffc400 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber.accent-4 {
  background-color: #ffab00 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.amber-text.text-accent-4 {
  color: #ffab00 !important;
}

/* line 370, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange {
  background-color: #ff9800 !important;
}

/* line 373, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange-text {
  color: #ff9800 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange.lighten-2 {
  background-color: #ffb74d !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange.lighten-1 {
  background-color: #ffa726 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange.darken-1 {
  background-color: #fb8c00 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange.darken-2 {
  background-color: #f57c00 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange-text.text-darken-2 {
  color: #f57c00 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange.darken-3 {
  background-color: #ef6c00 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange.darken-4 {
  background-color: #e65100 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange-text.text-darken-4 {
  color: #e65100 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange.accent-1 {
  background-color: #ffd180 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange-text.text-accent-1 {
  color: #ffd180 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange.accent-2 {
  background-color: #ffab40 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange-text.text-accent-2 {
  color: #ffab40 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange.accent-3 {
  background-color: #ff9100 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange-text.text-accent-3 {
  color: #ff9100 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange.accent-4 {
  background-color: #ff6d00 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}

/* line 370, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange {
  background-color: #ff5722 !important;
}

/* line 373, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange-text {
  color: #ff5722 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}

/* line 370, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.brown {
  background-color: #795548 !important;
}

/* line 373, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.brown-text {
  color: #795548 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.brown.lighten-5 {
  background-color: #efebe9 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.brown.lighten-2 {
  background-color: #a1887f !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.brown-text.text-lighten-2 {
  color: #a1887f !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.brown.darken-1 {
  background-color: #6d4c41 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.brown.darken-2 {
  background-color: #5d4037 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.brown-text.text-darken-2 {
  color: #5d4037 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.brown.darken-3 {
  background-color: #4e342e !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.brown-text.text-darken-3 {
  color: #4e342e !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.brown.darken-4 {
  background-color: #3e2723 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.brown-text.text-darken-4 {
  color: #3e2723 !important;
}

/* line 370, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-grey {
  background-color: #607d8b !important;
}

/* line 373, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-grey-text {
  color: #607d8b !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-grey.darken-3 {
  background-color: #37474f !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-grey.darken-4 {
  background-color: #263238 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

/* line 370, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.grey {
  background-color: #9e9e9e !important;
}

/* line 373, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.grey-text {
  color: #9e9e9e !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.grey.lighten-5 {
  background-color: #fafafa !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.grey-text.text-lighten-5 {
  color: #fafafa !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.grey.lighten-3 {
  background-color: #eeeeee !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.grey.darken-1 {
  background-color: #757575 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.grey-text.text-darken-1 {
  color: #757575 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.grey.darken-2 {
  background-color: #616161 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.grey-text.text-darken-2 {
  color: #616161 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.grey.darken-3 {
  background-color: #424242 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.grey-text.text-darken-3 {
  color: #424242 !important;
}

/* line 378, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.grey.darken-4 {
  background-color: #212121 !important;
}

/* line 381, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.grey-text.text-darken-4 {
  color: #212121 !important;
}

/* line 390, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.black {
  background-color: #000000 !important;
}

/* line 393, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.black-text {
  color: #000000 !important;
}

/* line 390, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.white {
  background-color: #FFFFFF !important;
}

/* line 393, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.white-text {
  color: #FFFFFF !important;
}

/* line 390, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.transparent {
  background-color: transparent !important;
}

/* line 393, vendor/assets/stylesheets/materialize-src/components/_color.scss */
.transparent-text {
  color: transparent !important;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 9, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 77, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 356, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 367, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 387, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 405, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, vendor/assets/stylesheets/materialize-src/components/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 3, vendor/assets/stylesheets/materialize-src/components/_global.scss */
html {
  box-sizing: border-box;
}

/* line 6, vendor/assets/stylesheets/materialize-src/components/_global.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 21, vendor/assets/stylesheets/materialize-src/components/_global.scss */
ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

/* line 25, vendor/assets/stylesheets/materialize-src/components/_global.scss */
ul:not(.browser-default) > li {
  list-style-type: none;
}

/* line 31, vendor/assets/stylesheets/materialize-src/components/_global.scss */
a {
  color: #0085EA;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 41, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.valign-wrapper {
  display: flex;
  align-items: center;
}

/* line 48, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.clearfix {
  clear: both;
}

/* line 54, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.z-depth-0 {
  box-shadow: none !important;
}

/* line 57, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.z-depth-1, .toast, .side-nav, .card, .card-panel, nav {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

/* line 60, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.z-depth-1-half {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* line 63, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* line 66, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.z-depth-3 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

/* line 69, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.z-depth-4, .modal {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

/* line 72, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.z-depth-5 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

/* line 76, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.hoverable {
  transition: box-shadow .25s;
}

/* line 79, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* line 86, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

/* line 95, vendor/assets/stylesheets/materialize-src/components/_global.scss */
blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #0085EA;
}

/* line 103, vendor/assets/stylesheets/materialize-src/components/_global.scss */
i {
  line-height: inherit;
}

/* line 106, vendor/assets/stylesheets/materialize-src/components/_global.scss */
i.left {
  float: left;
  margin-right: 15px;
}

/* line 110, vendor/assets/stylesheets/materialize-src/components/_global.scss */
i.right {
  float: right;
  margin-left: 15px;
}

/* line 114, vendor/assets/stylesheets/materialize-src/components/_global.scss */
i.tiny {
  font-size: 1rem;
}

/* line 117, vendor/assets/stylesheets/materialize-src/components/_global.scss */
i.small {
  font-size: 2rem;
}

/* line 120, vendor/assets/stylesheets/materialize-src/components/_global.scss */
i.medium {
  font-size: 4rem;
}

/* line 123, vendor/assets/stylesheets/materialize-src/components/_global.scss */
i.large {
  font-size: 6rem;
}

/* line 129, vendor/assets/stylesheets/materialize-src/components/_global.scss */
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

/* line 140, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

/* line 147, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}

/* line 155, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.pagination li.active a {
  color: #fff;
}

/* line 157, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.pagination li.active {
  background-color: #0085EA;
}

/* line 159, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.pagination li.disabled a {
  cursor: default;
  color: #999;
}

/* line 164, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.pagination li i {
  font-size: 2rem;
}

/* line 170, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width : 992px) {
  /* line 176, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  .pagination {
    width: 100%;
  }
  /* line 179, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  .pagination li.prev,
.pagination li.next {
    width: 10%;
  }
  /* line 184, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}

/* line 193, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

/* line 198, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* line 206, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.parallax-container .parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}

/* line 220, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.pin-top, .pin-bottom {
  position: relative;
}

/* line 223, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/
/* line 231, vendor/assets/stylesheets/materialize-src/components/_global.scss */
ul.staggered-list li {
  opacity: 0;
}

/* line 235, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.fade-in {
  opacity: 0;
  transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width : 600px) {
  /* line 244, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width : 992px) {
  /* line 249, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width : 601px) {
  /* line 254, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 259, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width : 993px) {
  /* line 264, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 993px) {
  /* line 269, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 274, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  /* line 279, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width : 601px) {
  /* line 284, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width : 992px) {
  /* line 289, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  /* line 297, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  .center-on-small-only {
    text-align: center;
  }
}

/* line 304, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #0085EA;
}

/* line 309, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.page-footer .footer-copyright {
  overflow: hidden;
  align-items: center;
  padding: 6px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

/* line 322, vendor/assets/stylesheets/materialize-src/components/_global.scss */
table, th, td {
  border: none;
}

/* line 326, vendor/assets/stylesheets/materialize-src/components/_global.scss */
table {
  width: 100%;
  display: table;
}

/* line 330, vendor/assets/stylesheets/materialize-src/components/_global.scss */
table.bordered > thead > tr, table.bordered > tbody > tr {
  border-bottom: 1px solid #d0d0d0;
}

/* line 336, vendor/assets/stylesheets/materialize-src/components/_global.scss */
table.striped > tbody > tr:nth-child(odd) {
  background-color: #f2f2f2;
}

/* line 340, vendor/assets/stylesheets/materialize-src/components/_global.scss */
table.striped > tbody > tr > td {
  border-radius: 0;
}

/* line 345, vendor/assets/stylesheets/materialize-src/components/_global.scss */
table.highlight > tbody > tr {
  transition: background-color .25s ease;
}

/* line 347, vendor/assets/stylesheets/materialize-src/components/_global.scss */
table.highlight > tbody > tr:hover {
  background-color: #f2f2f2;
}

/* line 353, vendor/assets/stylesheets/materialize-src/components/_global.scss */
table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

/* line 360, vendor/assets/stylesheets/materialize-src/components/_global.scss */
thead {
  border-bottom: 1px solid #d0d0d0;
}

/* line 364, vendor/assets/stylesheets/materialize-src/components/_global.scss */
td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width : 992px) {
  /* line 375, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  /* line 382, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  /* line 386, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  table.responsive-table th,
table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  /* line 392, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  table.responsive-table th {
    text-align: left;
  }
  /* line 393, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  table.responsive-table thead {
    display: block;
    float: left;
  }
  /* line 397, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  /* line 401, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  /* line 406, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  /* line 413, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  /* line 418, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  /* line 422, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  /* line 427, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  table.responsive-table tr {
    padding: 0 10px;
  }
  /* line 430, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid #d0d0d0;
  }
  /* line 436, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  table.responsive-table.bordered th {
    border-bottom: 0;
    border-left: 0;
  }
  /* line 437, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  table.responsive-table.bordered td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  /* line 438, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  table.responsive-table.bordered tr {
    border: 0;
  }
  /* line 439, vendor/assets/stylesheets/materialize-src/components/_global.scss */
  table.responsive-table.bordered tbody tr {
    border-right: 1px solid #d0d0d0;
  }
}

/* line 448, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

/* line 455, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 463, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

/* line 469, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}

/* line 479, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}

/* line 488, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.collection .collection-item.avatar .title {
  font-size: 16px;
}

/* line 492, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.collection .collection-item.avatar p {
  margin: 0;
}

/* line 496, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

/* line 505, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.collection .collection-item:last-child {
  border-bottom: none;
}

/* line 509, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.collection .collection-item.active {
  background-color: #0085EA;
  color: white;
}

/* line 513, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.collection .collection-item.active .secondary-content {
  color: #fff;
}

/* line 518, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.collection a.collection-item {
  display: block;
  transition: .25s;
  color: #0085EA;
}

/* line 523, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

/* line 530, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 20px;
}

/* line 535, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.collection.with-header .collection-item {
  padding-left: 30px;
}

/* line 538, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

/* line 545, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.secondary-content {
  float: right;
  color: #0085EA;
}

/* line 549, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.collapsible .collection {
  margin: 0;
  border: none;
}

/* line 557, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* line 563, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 573, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #b7e0ff;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}

/* line 582, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #0085EA;
  transition: width .3s linear;
}

/* line 590, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.progress .indeterminate {
  background-color: #0085EA;
}

/* line 592, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

/* line 604, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

/*******************
  Utility Classes
*******************/
/* line 653, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.hide {
  display: none !important;
}

/* line 658, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.left-align {
  text-align: left;
}

/* line 661, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.right-align {
  text-align: right;
}

/* line 664, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.center, .center-align {
  text-align: center;
}

/* line 668, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.left {
  float: left !important;
}

/* line 671, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.right {
  float: right !important;
}

/* line 676, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.no-select {
  user-select: none;
}

/* line 680, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.circle {
  border-radius: 50%;
}

/* line 684, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 690, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.truncate, .collection.list-medicine_partner .descr-0 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 697, vendor/assets/stylesheets/materialize-src/components/_global.scss */
.no-padding {
  padding: 0 !important;
}

/* line 2, vendor/assets/stylesheets/materialize-src/components/_badges.scss */
span.badge {
  min-width: 3rem;
  padding: 0 6px;
  margin-left: 14px;
  text-align: center;
  font-size: 1rem;
  line-height: 22px;
  height: 22px;
  color: #757575;
  float: right;
  box-sizing: border-box;
}

/* line 14, vendor/assets/stylesheets/materialize-src/components/_badges.scss */
span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #0085EA;
  border-radius: 2px;
}

/* line 21, vendor/assets/stylesheets/materialize-src/components/_badges.scss */
span.badge.new:after {
  content: " new";
}

/* line 25, vendor/assets/stylesheets/materialize-src/components/_badges.scss */
span.badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption);
}

/* line 29, vendor/assets/stylesheets/materialize-src/components/_badges.scss */
nav ul a span.badge {
  display: inline-block;
  float: none;
  margin-left: 4px;
  line-height: 22px;
  height: 22px;
}

/* line 38, vendor/assets/stylesheets/materialize-src/components/_badges.scss */
.collection-item span.badge {
  margin-top: calc(0.75rem - 11px);
}

/* line 41, vendor/assets/stylesheets/materialize-src/components/_badges.scss */
.collapsible span.badge {
  margin-top: calc(1.5rem - 11px);
}

/* line 44, vendor/assets/stylesheets/materialize-src/components/_badges.scss */
.side-nav span.badge {
  margin-top: calc(24px - 11px);
}

/* This is needed for some mobile phones to display the Google Icon font properly */
/* line 2, vendor/assets/stylesheets/materialize-src/components/_icons-material-design.scss */
.material-icons {
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}

/* line 1, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav {
  color: #fff;
  background-color: #0085EA;
  width: 100%;
  height: 56px;
  line-height: 56px;
}

/* line 2, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav.nav-extended {
  height: auto;
}

/* line 5, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav.nav-extended .nav-wrapper {
  min-height: 56px;
  height: auto;
}

/* line 10, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}

/* line 23, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav a {
  color: #fff;
}

/* line 25, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav i,
nav [class^="mdi-"], nav [class*="mdi-"],
nav i.material-icons {
  display: block;
  font-size: 24px;
  height: 56px;
  line-height: 56px;
}

/* line 34, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav .nav-wrapper {
  position: relative;
  height: 100%;
}

@media only screen and (min-width : 993px) {
  /* line 40, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
  nav a.button-collapse {
    display: none;
  }
}

/* line 45, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav .button-collapse {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}

/* line 52, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav .button-collapse i {
  height: 56px;
  line-height: 56px;
}

/* line 60, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
}

/* line 67, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav .brand-logo.center {
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width : 992px) {
  /* line 60, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
  nav .brand-logo {
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 76, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
  nav .brand-logo.left, nav .brand-logo.right {
    padding: 0;
    transform: none;
  }
  /* line 81, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
  nav .brand-logo.left {
    left: 0.5rem;
  }
  /* line 82, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}

/* line 88, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}

/* line 93, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav .brand-logo i,
nav .brand-logo [class^="mdi-"], nav .brand-logo [class*="mdi-"],
nav .brand-logo i.material-icons {
  float: left;
  margin-right: 15px;
}

/* line 103, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}

/* line 111, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav ul {
  margin: 0;
}

/* line 114, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav ul li {
  transition: background-color .3s;
  float: left;
  padding: 0;
}

/* line 119, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 123, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav ul a {
  transition: background-color .3s;
  font-size: 1rem;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}

/* line 130, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav ul a:hover {
  background-color: inherit !important;
}

/* line 133, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav ul a.btn, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}

/* line 138, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav ul a.btn > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-flat > .material-icons, nav ul a.btn-floating > .material-icons {
  height: inherit;
  line-height: inherit;
}

/* line 144, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 149, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav ul.left {
  float: left;
}

/* line 155, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav form {
  height: 100%;
}

/* line 159, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav .input-field {
  margin: 0;
  height: 100%;
}

/* line 163, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}

/* line 169, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav .input-field input:focus, nav .input-field input[type=text]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=url]:valid, nav .input-field input[type=date]:valid {
  border: none;
  box-shadow: none;
}

/* line 176, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav .input-field label {
  top: 0;
  left: 0;
}

/* line 180, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  transition: color .3s;
}

/* line 184, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
nav .input-field label.active i {
  color: #fff;
}

/* line 190, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}

/* line 195, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
.navbar-fixed nav {
  position: fixed;
}

@media only screen and (min-width : 601px) {
  /* line 200, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
  nav.nav-extended .nav-wrapper {
    min-height: 4rem;
  }
  /* line 203, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
  nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 4rem;
    line-height: 4rem;
  }
  /* line 207, vendor/assets/stylesheets/materialize-src/components/_navbar.scss */
  .navbar-fixed {
    height: 4rem;
  }
}

/* line 2, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
a {
  text-decoration: none;
}

/* line 6, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
html {
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

@media only screen and (min-width: 0) {
  /* line 6, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 6, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
  html {
    font-size: 14.5px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 6, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
  html {
    font-size: 15px;
  }
}

/* line 25, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.1;
}

/* line 31, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

/* line 32, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.1rem 0 1.68rem 0;
}

/* line 33, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 1.78rem 0 1.424rem 0;
}

/* line 34, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.46rem 0 1.168rem 0;
}

/* line 35, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.14rem 0 0.912rem 0;
}

/* line 36, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 0.82rem 0 0.656rem 0;
}

/* line 37, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
h6 {
  font-size: 1rem;
  line-height: 110%;
  margin: 0.5rem 0 0.4rem 0;
}

/* line 40, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
em {
  font-style: italic;
}

/* line 41, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
strong {
  font-weight: 500;
}

/* line 42, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
small {
  font-size: 75%;
}

/* line 43, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
.light, .page-footer .footer-copyright {
  font-weight: 300;
}

/* line 44, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
.thin {
  font-weight: 200;
}

/* line 47, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
.flow-text {
  font-weight: 300;
}

@media only screen and (min-width: 360px) {
  /* line 47, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
  .flow-text {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 390px) {
  /* line 47, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
  .flow-text {
    font-size: 1.224rem;
  }
}

@media only screen and (min-width: 420px) {
  /* line 47, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
  .flow-text {
    font-size: 1.248rem;
  }
}

@media only screen and (min-width: 450px) {
  /* line 47, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
  .flow-text {
    font-size: 1.272rem;
  }
}

@media only screen and (min-width: 480px) {
  /* line 47, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
  .flow-text {
    font-size: 1.296rem;
  }
}

@media only screen and (min-width: 510px) {
  /* line 47, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
  .flow-text {
    font-size: 1.32rem;
  }
}

@media only screen and (min-width: 540px) {
  /* line 47, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
  .flow-text {
    font-size: 1.344rem;
  }
}

@media only screen and (min-width: 570px) {
  /* line 47, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
  .flow-text {
    font-size: 1.368rem;
  }
}

@media only screen and (min-width: 600px) {
  /* line 47, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
  .flow-text {
    font-size: 1.392rem;
  }
}

@media only screen and (min-width: 630px) {
  /* line 47, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
  .flow-text {
    font-size: 1.416rem;
  }
}

@media only screen and (min-width: 660px) {
  /* line 47, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
  .flow-text {
    font-size: 1.44rem;
  }
}

@media only screen and (min-width: 690px) {
  /* line 47, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
  .flow-text {
    font-size: 1.464rem;
  }
}

@media only screen and (min-width: 720px) {
  /* line 47, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
  .flow-text {
    font-size: 1.488rem;
  }
}

@media only screen and (min-width: 750px) {
  /* line 47, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
  .flow-text {
    font-size: 1.512rem;
  }
}

@media only screen and (min-width: 780px) {
  /* line 47, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
  .flow-text {
    font-size: 1.536rem;
  }
}

@media only screen and (min-width: 810px) {
  /* line 47, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
  .flow-text {
    font-size: 1.56rem;
  }
}

@media only screen and (min-width: 840px) {
  /* line 47, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
  .flow-text {
    font-size: 1.584rem;
  }
}

@media only screen and (min-width: 870px) {
  /* line 47, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
  .flow-text {
    font-size: 1.608rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 47, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
  .flow-text {
    font-size: 1.632rem;
  }
}

@media only screen and (min-width: 930px) {
  /* line 47, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
  .flow-text {
    font-size: 1.656rem;
  }
}

@media only screen and (min-width: 960px) {
  /* line 47, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
  .flow-text {
    font-size: 1.68rem;
  }
}

@media only screen and (max-width: 360px) {
  /* line 47, vendor/assets/stylesheets/materialize-src/components/_typography.scss */
  .flow-text {
    font-size: 1.2rem;
  }
}

/* line 2, vendor/assets/stylesheets/materialize-src/components/_transitions.scss */
.scale-transition {
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}

/* line 3, vendor/assets/stylesheets/materialize-src/components/_transitions.scss */
.scale-transition.scale-out {
  transform: scale(0);
  transition: transform .2s !important;
}

/* line 8, vendor/assets/stylesheets/materialize-src/components/_transitions.scss */
.scale-transition.scale-in {
  transform: scale(1);
}

/* line 3, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card-panel {
  transition: box-shadow .25s;
  padding: 24px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}

/* line 12, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px;
}

/* line 21, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card .card-title {
  font-size: 24px;
  font-weight: 300;
}

/* line 24, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card .card-title.activator {
  cursor: pointer;
}

/* line 30, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card.small, .card.medium, .card.large {
  position: relative;
}

/* line 33, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}

/* line 37, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
  max-height: 40%;
}

/* line 40, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 44, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card.small .card-action, .card.medium .card-action, .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 52, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card.small {
  height: 300px;
}

/* line 56, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card.medium {
  height: 400px;
}

/* line 60, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card.large {
  height: 500px;
}

/* line 65, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card.horizontal {
  display: flex;
}

/* line 67, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}

/* line 72, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
  height: 100%;
}

/* line 80, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card.horizontal .card-image {
  max-width: 50%;
}

/* line 82, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card.horizontal .card-image img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
}

/* line 89, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card.horizontal .card-stacked {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

/* line 95, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card.horizontal .card-stacked .card-content {
  flex-grow: 1;
}

/* line 103, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card.sticky-action .card-action {
  z-index: 2;
}

/* line 107, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}

/* line 116, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card .card-image {
  position: relative;
}

/* line 120, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* line 131, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}

/* line 141, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}

/* line 145, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card .card-content p {
  margin: 0;
  color: inherit;
}

/* line 149, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
}

/* line 154, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card .card-content .card-title i {
  line-height: 32px;
}

/* line 160, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card .card-action {
  position: relative;
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 16px 24px;
}

/* line 161, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}

/* line 169, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 24px;
  transition: color .3s ease;
  text-transform: uppercase;
}

/* line 175, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}

/* line 179, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card .card-reveal {
  padding: 24px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

/* line 191, vendor/assets/stylesheets/materialize-src/components/_cards.scss */
.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

/* line 1, vendor/assets/stylesheets/materialize-src/components/_tabs.scss */
.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}

/* line 2, vendor/assets/stylesheets/materialize-src/components/_tabs.scss */
.tabs.tabs-transparent {
  background-color: transparent;
}

/* line 5, vendor/assets/stylesheets/materialize-src/components/_tabs.scss */
.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11, vendor/assets/stylesheets/materialize-src/components/_tabs.scss */
.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}

/* line 16, vendor/assets/stylesheets/materialize-src/components/_tabs.scss */
.tabs.tabs-transparent .indicator {
  background-color: #fff;
}

/* line 21, vendor/assets/stylesheets/materialize-src/components/_tabs.scss */
.tabs.tabs-fixed-width {
  display: flex;
}

/* line 24, vendor/assets/stylesheets/materialize-src/components/_tabs.scss */
.tabs.tabs-fixed-width .tab {
  flex-grow: 1;
}

/* line 38, vendor/assets/stylesheets/materialize-src/components/_tabs.scss */
.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

/* line 47, vendor/assets/stylesheets/materialize-src/components/_tabs.scss */
.tabs .tab a {
  color: rgba(0, 133, 234, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color .28s ease;
}

/* line 48, vendor/assets/stylesheets/materialize-src/components/_tabs.scss */
.tabs .tab a:hover, .tabs .tab a.active {
  background-color: transparent;
  color: #0085EA;
}

/* line 65, vendor/assets/stylesheets/materialize-src/components/_tabs.scss */
.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
  color: rgba(0, 133, 234, 0.7);
  cursor: default;
}

/* line 71, vendor/assets/stylesheets/materialize-src/components/_tabs.scss */
.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #38a9ff;
  will-change: left, right;
}

@media only screen and (max-width : 992px) {
  /* line 82, vendor/assets/stylesheets/materialize-src/components/_tabs.scss */
  .tabs {
    display: flex;
  }
  /* line 85, vendor/assets/stylesheets/materialize-src/components/_tabs.scss */
  .tabs .tab {
    flex-grow: 1;
  }
  /* line 88, vendor/assets/stylesheets/materialize-src/components/_tabs.scss */
  .tabs .tab a {
    padding: 0 12px;
  }
}

/* line 1, vendor/assets/stylesheets/materialize-src/components/_tooltip.scss */
.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
}

/* line 21, vendor/assets/stylesheets/materialize-src/components/_tooltip.scss */
.backdrop {
  position: absolute;
  opacity: 0;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  transform-origin: 50% 0%;
  visibility: hidden;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
/* line 12, vendor/assets/stylesheets/materialize-src/components/_waves.scss */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: .3s ease-out;
}

/* line 23, vendor/assets/stylesheets/materialize-src/components/_waves.scss */
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}

/* line 40, vendor/assets/stylesheets/materialize-src/components/_waves.scss */
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

/* line 43, vendor/assets/stylesheets/materialize-src/components/_waves.scss */
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

/* line 46, vendor/assets/stylesheets/materialize-src/components/_waves.scss */
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

/* line 49, vendor/assets/stylesheets/materialize-src/components/_waves.scss */
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

/* line 52, vendor/assets/stylesheets/materialize-src/components/_waves.scss */
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

/* line 55, vendor/assets/stylesheets/materialize-src/components/_waves.scss */
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

/* line 58, vendor/assets/stylesheets/materialize-src/components/_waves.scss */
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

/* line 63, vendor/assets/stylesheets/materialize-src/components/_waves.scss */
.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

/* line 71, vendor/assets/stylesheets/materialize-src/components/_waves.scss */
.waves-effect img {
  position: relative;
  z-index: -1;
}

/* line 77, vendor/assets/stylesheets/materialize-src/components/_waves.scss */
.waves-notransition {
  transition: none !important;
}

/* line 81, vendor/assets/stylesheets/materialize-src/components/_waves.scss */
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

/* line 86, vendor/assets/stylesheets/materialize-src/components/_waves.scss */
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

/* line 90, vendor/assets/stylesheets/materialize-src/components/_waves.scss */
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 98, vendor/assets/stylesheets/materialize-src/components/_waves.scss */
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

/* line 107, vendor/assets/stylesheets/materialize-src/components/_waves.scss */
.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
/* line 112, vendor/assets/stylesheets/materialize-src/components/_waves.scss */
.waves-effect .waves-ripple {
  z-index: -1;
}

/* line 1, vendor/assets/stylesheets/materialize-src/components/_modal.scss */
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}

@media only screen and (max-width : 992px) {
  /* line 1, vendor/assets/stylesheets/materialize-src/components/_modal.scss */
  .modal {
    width: 80%;
  }
}

/* line 22, vendor/assets/stylesheets/materialize-src/components/_modal.scss */
.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 0;
}

/* line 26, vendor/assets/stylesheets/materialize-src/components/_modal.scss */
.modal .modal-content {
  padding: 24px;
}

/* line 29, vendor/assets/stylesheets/materialize-src/components/_modal.scss */
.modal .modal-close {
  cursor: pointer;
}

/* line 33, vendor/assets/stylesheets/materialize-src/components/_modal.scss */
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}

/* line 41, vendor/assets/stylesheets/materialize-src/components/_modal.scss */
.modal .modal-footer .btn, .modal .modal-footer .btn-flat {
  margin: 6px 0;
}

/* line 46, vendor/assets/stylesheets/materialize-src/components/_modal.scss */
.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

/* line 62, vendor/assets/stylesheets/materialize-src/components/_modal.scss */
.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}

/* line 66, vendor/assets/stylesheets/materialize-src/components/_modal.scss */
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

/* line 74, vendor/assets/stylesheets/materialize-src/components/_modal.scss */
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

/* line 82, vendor/assets/stylesheets/materialize-src/components/_modal.scss */
.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

/* line 1, vendor/assets/stylesheets/materialize-src/components/_chips.scss */
.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}

/* line 14, vendor/assets/stylesheets/materialize-src/components/_chips.scss */
.chip > img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

/* line 22, vendor/assets/stylesheets/materialize-src/components/_chips.scss */
.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}

/* line 31, vendor/assets/stylesheets/materialize-src/components/_chips.scss */
.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  box-shadow: none;
  margin: 0 0 20px 0;
  min-height: 45px;
  outline: none;
  transition: all .3s;
}

/* line 40, vendor/assets/stylesheets/materialize-src/components/_chips.scss */
.chips.focus {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

/* line 45, vendor/assets/stylesheets/materialize-src/components/_chips.scss */
.chips:hover {
  cursor: text;
}

/* line 49, vendor/assets/stylesheets/materialize-src/components/_chips.scss */
.chips .chip.selected {
  background-color: #26a69a;
  color: #fff;
}

/* line 54, vendor/assets/stylesheets/materialize-src/components/_chips.scss */
.chips .input {
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 1rem;
  height: 3rem;
  line-height: 32px;
  outline: 0;
  margin: 0;
  padding: 0 !important;
  width: 120px !important;
}

/* line 68, vendor/assets/stylesheets/materialize-src/components/_chips.scss */
.chips .input:focus {
  border: 0 !important;
  box-shadow: none !important;
}

/* line 74, vendor/assets/stylesheets/materialize-src/components/_chips.scss */
.chips .autocomplete-content {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 81, vendor/assets/stylesheets/materialize-src/components/_chips.scss */
.prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 86, vendor/assets/stylesheets/materialize-src/components/_chips.scss */
.chips:empty ~ label {
  font-size: 0.8rem;
  transform: translateY(-140%);
}

/* line 1, vendor/assets/stylesheets/materialize-src/components/_materialbox.scss */
.materialboxed {
  display: block;
  cursor: zoom-in;
  position: relative;
  transition: opacity .4s;
  -webkit-backface-visibility: hidden;
}

/* line 3, vendor/assets/stylesheets/materialize-src/components/_materialbox.scss */
.materialboxed:hover:not(.active) {
  opacity: .8;
}

/* line 14, vendor/assets/stylesheets/materialize-src/components/_materialbox.scss */
.materialboxed.active {
  cursor: zoom-out;
}

/* line 19, vendor/assets/stylesheets/materialize-src/components/_materialbox.scss */
#materialbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}

/* line 30, vendor/assets/stylesheets/materialize-src/components/_materialbox.scss */
.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}

/* File Input
   ========================================================================== */
/* line 4, vendor/assets/stylesheets/materialize-src/components/forms/_file-input.scss */
.file-field {
  position: relative;
}

/* line 7, vendor/assets/stylesheets/materialize-src/components/forms/_file-input.scss */
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}

/* line 12, vendor/assets/stylesheets/materialize-src/components/forms/_file-input.scss */
.file-field input.file-path {
  width: 100%;
}

/* line 14, vendor/assets/stylesheets/materialize-src/components/forms/_file-input.scss */
.file-field .btn {
  float: left;
  height: 3rem;
  line-height: 3rem;
}

/* line 20, vendor/assets/stylesheets/materialize-src/components/forms/_file-input.scss */
.file-field span {
  cursor: pointer;
}

/* line 24, vendor/assets/stylesheets/materialize-src/components/forms/_file-input.scss */
.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 27, vendor/assets/stylesheets/materialize-src/components/forms/_file-input.scss */
.file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}

/***************
    Nav List
***************/
/* line 5, vendor/assets/stylesheets/materialize-src/components/_table_of_contents.scss */
.table-of-contents.fixed {
  position: fixed;
}

/* line 9, vendor/assets/stylesheets/materialize-src/components/_table_of_contents.scss */
.table-of-contents li {
  padding: 2px 0;
}

/* line 12, vendor/assets/stylesheets/materialize-src/components/_table_of_contents.scss */
.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 20px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block;
}

/* line 22, vendor/assets/stylesheets/materialize-src/components/_table_of_contents.scss */
.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 19px;
  border-left: 1px solid #0085EA;
}

/* line 27, vendor/assets/stylesheets/materialize-src/components/_table_of_contents.scss */
.table-of-contents a.active {
  font-weight: 500;
  padding-left: 18px;
  border-left: 2px solid #0085EA;
}

/* line 1, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #0085EA;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
}

/* line 22, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav.right-aligned {
  right: 0;
  transform: translateX(105%);
  left: auto;
  transform: translateX(100%);
}

/* line 29, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav .collapsible {
  margin: 0;
}

/* line 34, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav li {
  float: none;
  line-height: 48px;
}

/* line 38, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 41, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav li > a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}

/* line 50, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 52, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav li > a.btn, .side-nav li > a.btn-large, .side-nav li > a.btn-flat, .side-nav li > a.btn-floating {
  margin: 10px 15px;
}

/* line 56, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav li > a.btn, .side-nav li > a.btn-large, .side-nav li > a.btn-floating {
  color: #fff;
}

/* line 59, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav li > a.btn-flat {
  color: #343434;
}

/* line 61, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav li > a.btn:hover, .side-nav li > a.btn-large:hover {
  background-color: #0593ff;
}

/* line 63, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav li > a.btn-floating:hover {
  background-color: #0085EA;
}

/* line 65, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav li > a > i, .side-nav li > a > [class^="mdi-"], .side-nav li > a li > a > [class*="mdi-"], .side-nav li > a > i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}

/* line 78, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav .divider {
  margin: 8px 0 0 0;
}

/* line 82, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}

/* line 83, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav .subheader:hover {
  background-color: transparent;
}

/* line 95, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav .user-view,
.side-nav .userView {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}

/* line 101, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav .user-view > a,
.side-nav .userView > a {
  height: auto;
  padding: 0;
}

/* line 102, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav .user-view > a:hover,
.side-nav .userView > a:hover {
  background-color: transparent;
}

/* line 107, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav .user-view .background,
.side-nav .userView .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* line 117, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav .user-view .circle, .side-nav .user-view .name, .side-nav .user-view .email,
.side-nav .userView .circle,
.side-nav .userView .name,
.side-nav .userView .email {
  display: block;
}

/* line 121, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav .user-view .circle,
.side-nav .userView .circle {
  height: 64px;
  width: 64px;
}

/* line 126, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav .user-view .name,
.side-nav .user-view .email,
.side-nav .userView .name,
.side-nav .userView .email {
  font-size: 14px;
  line-height: 24px;
}

/* line 132, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav .user-view .name,
.side-nav .userView .name {
  margin-top: 16px;
  font-weight: 500;
}

/* line 137, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav .user-view .email,
.side-nav .userView .email {
  padding-bottom: 16px;
  font-weight: 400;
}

/* line 146, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

/* line 156, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav.fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}

/* line 162, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav.fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width : 992px) {
  /* line 171, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
  .side-nav.fixed {
    transform: translateX(-105%);
  }
  /* line 174, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
  .side-nav.fixed.right-aligned {
    transform: translateX(105%);
  }
  /* line 179, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
  .side-nav a {
    padding: 0 16px;
  }
  /* line 183, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
  .side-nav .user-view,
.side-nav .userView {
    padding: 16px 16px 0;
  }
}

/* line 191, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav .collapsible-body > ul:not(.collapsible) > li.active,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #0085EA;
}

/* line 194, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav .collapsible-body > ul:not(.collapsible) > li.active a,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #0085EA;
}

/* line 198, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
.side-nav .collapsible-body {
  padding: 0;
}

/* line 203, vendor/assets/stylesheets/materialize-src/components/_sideNav.scss */
#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  will-change: opacity;
}

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
/* line 30, vendor/assets/stylesheets/materialize-src/components/_preloader.scss */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}

/* line 36, vendor/assets/stylesheets/materialize-src/components/_preloader.scss */
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}

/* line 41, vendor/assets/stylesheets/materialize-src/components/_preloader.scss */
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}

/* line 46, vendor/assets/stylesheets/materialize-src/components/_preloader.scss */
.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}

/* line 61, vendor/assets/stylesheets/materialize-src/components/_preloader.scss */
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #0085EA;
}

/* line 69, vendor/assets/stylesheets/materialize-src/components/_preloader.scss */
.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

/* line 74, vendor/assets/stylesheets/materialize-src/components/_preloader.scss */
.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

/* line 79, vendor/assets/stylesheets/materialize-src/components/_preloader.scss */
.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

/* line 84, vendor/assets/stylesheets/materialize-src/components/_preloader.scss */
.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
/* line 102, vendor/assets/stylesheets/materialize-src/components/_preloader.scss */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 108, vendor/assets/stylesheets/materialize-src/components/_preloader.scss */
.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 114, vendor/assets/stylesheets/materialize-src/components/_preloader.scss */
.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 120, vendor/assets/stylesheets/materialize-src/components/_preloader.scss */
.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 126, vendor/assets/stylesheets/materialize-src/components/_preloader.scss */
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}

@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}

@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}

@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}

@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
/* line 229, vendor/assets/stylesheets/materialize-src/components/_preloader.scss */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 239, vendor/assets/stylesheets/materialize-src/components/_preloader.scss */
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

/* line 244, vendor/assets/stylesheets/materialize-src/components/_preloader.scss */
.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 252, vendor/assets/stylesheets/materialize-src/components/_preloader.scss */
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 268, vendor/assets/stylesheets/materialize-src/components/_preloader.scss */
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}

/* line 274, vendor/assets/stylesheets/materialize-src/components/_preloader.scss */
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}

/* line 284, vendor/assets/stylesheets/materialize-src/components/_preloader.scss */
.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 290, vendor/assets/stylesheets/materialize-src/components/_preloader.scss */
.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}

@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}

@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}

/* line 320, vendor/assets/stylesheets/materialize-src/components/_preloader.scss */
#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 1, vendor/assets/stylesheets/materialize-src/components/_slider.scss */
.slider {
  position: relative;
  height: 400px;
  width: 100%;
}

/* line 7, vendor/assets/stylesheets/materialize-src/components/_slider.scss */
.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 16, vendor/assets/stylesheets/materialize-src/components/_slider.scss */
.slider.fullscreen ul.slides {
  height: 100%;
}

/* line 20, vendor/assets/stylesheets/materialize-src/components/_slider.scss */
.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}

/* line 26, vendor/assets/stylesheets/materialize-src/components/_slider.scss */
.slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}

/* line 31, vendor/assets/stylesheets/materialize-src/components/_slider.scss */
.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

/* line 41, vendor/assets/stylesheets/materialize-src/components/_slider.scss */
.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

/* line 48, vendor/assets/stylesheets/materialize-src/components/_slider.scss */
.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}

/* line 56, vendor/assets/stylesheets/materialize-src/components/_slider.scss */
.slider .slides li .caption p {
  color: #e0e0e0;
}

/* line 59, vendor/assets/stylesheets/materialize-src/components/_slider.scss */
.slider .slides li.active {
  z-index: 2;
}

/* line 66, vendor/assets/stylesheets/materialize-src/components/_slider.scss */
.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* line 74, vendor/assets/stylesheets/materialize-src/components/_slider.scss */
.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  transition: background-color .3s;
  border-radius: 50%;
}

/* line 86, vendor/assets/stylesheets/materialize-src/components/_slider.scss */
.slider .indicators .indicator-item.active {
  background-color: #4CAF50;
}

/* line 1, vendor/assets/stylesheets/materialize-src/components/_carousel.scss */
.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
}

/* line 2, vendor/assets/stylesheets/materialize-src/components/_carousel.scss */
.carousel.carousel-slider {
  top: 0;
  left: 0;
}

/* line 6, vendor/assets/stylesheets/materialize-src/components/_carousel.scss */
.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}

/* line 7, vendor/assets/stylesheets/materialize-src/components/_carousel.scss */
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}

/* line 18, vendor/assets/stylesheets/materialize-src/components/_carousel.scss */
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 26, vendor/assets/stylesheets/materialize-src/components/_carousel.scss */
.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

/* line 32, vendor/assets/stylesheets/materialize-src/components/_carousel.scss */
.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}

/* line 46, vendor/assets/stylesheets/materialize-src/components/_carousel.scss */
.carousel .carousel-item {
  display: none;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 54, vendor/assets/stylesheets/materialize-src/components/_carousel.scss */
.carousel .carousel-item > img {
  width: 100%;
}

/* line 59, vendor/assets/stylesheets/materialize-src/components/_carousel.scss */
.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* line 67, vendor/assets/stylesheets/materialize-src/components/_carousel.scss */
.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color .3s;
  border-radius: 50%;
}

/* line 68, vendor/assets/stylesheets/materialize-src/components/_carousel.scss */
.carousel .indicators .indicator-item.active {
  background-color: #fff;
}

/* line 86, vendor/assets/stylesheets/materialize-src/components/_carousel.scss */
.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}

/* line 1, vendor/assets/stylesheets/materialize-src/components/_tapTarget.scss */
.tap-target-wrapper {
  width: 800px;
  height: 800px;
  position: fixed;
  z-index: 1000;
  visibility: hidden;
  transition: visibility 0s .3s;
}

/* line 10, vendor/assets/stylesheets/materialize-src/components/_tapTarget.scss */
.tap-target-wrapper.open {
  visibility: visible;
  transition: visibility 0s;
}

/* line 14, vendor/assets/stylesheets/materialize-src/components/_tapTarget.scss */
.tap-target-wrapper.open .tap-target {
  transform: scale(1);
  opacity: .95;
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 22, vendor/assets/stylesheets/materialize-src/components/_tapTarget.scss */
.tap-target-wrapper.open .tap-target-wave::before {
  transform: scale(1);
}

/* line 25, vendor/assets/stylesheets/materialize-src/components/_tapTarget.scss */
.tap-target-wrapper.open .tap-target-wave::after {
  visibility: visible;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  transition: opacity .3s, transform .3s, visibility 0s 1s;
}

/* line 35, vendor/assets/stylesheets/materialize-src/components/_tapTarget.scss */
.tap-target {
  position: absolute;
  font-size: 1rem;
  border-radius: 50%;
  background-color: #0085EA;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 50, vendor/assets/stylesheets/materialize-src/components/_tapTarget.scss */
.tap-target-content {
  position: relative;
  display: table-cell;
}

/* line 55, vendor/assets/stylesheets/materialize-src/components/_tapTarget.scss */
.tap-target-wave {
  position: absolute;
  border-radius: 50%;
  z-index: 10001;
}

/* line 56, vendor/assets/stylesheets/materialize-src/components/_tapTarget.scss */
.tap-target-wave::before, .tap-target-wave::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
}

/* line 66, vendor/assets/stylesheets/materialize-src/components/_tapTarget.scss */
.tap-target-wave::before {
  transform: scale(0);
  transition: transform .3s;
}

/* line 70, vendor/assets/stylesheets/materialize-src/components/_tapTarget.scss */
.tap-target-wave::after {
  visibility: hidden;
  transition: opacity .3s, transform .3s, visibility 0s;
  z-index: -1;
}

/* line 84, vendor/assets/stylesheets/materialize-src/components/_tapTarget.scss */
.tap-target-origin {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10002;
  position: absolute !important;
}

/* line 85, vendor/assets/stylesheets/materialize-src/components/_tapTarget.scss */
.tap-target-origin:not(.btn), .tap-target-origin:not(.btn):hover {
  background: none;
}

@media only screen and (max-width: 600px) {
  /* line 99, vendor/assets/stylesheets/materialize-src/components/_tapTarget.scss */
  .tap-target, .tap-target-wrapper {
    width: 600px;
    height: 600px;
  }
}

/* line 1, vendor/assets/stylesheets/materialize-src/components/_pulse.scss */
.pulse {
  overflow: initial;
  position: relative;
}

/* line 2, vendor/assets/stylesheets/materialize-src/components/_pulse.scss */
.pulse::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  transition: opacity .3s, transform .3s;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

@keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
/* line 7, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.scss */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

/**
 * The picker input element.
 */
/* line 23, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.scss */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is "activated".
 */
/* line 29, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.scss */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only "scrollable" top-level container element.
 */
/* line 35, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.scss */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
/**
 * Make the holder and frame fullscreen.
 */
/* line 51, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.scss */
.picker__holder,
.picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
}

/**
 * The holder should overlay the entire screen.
 */
/* line 61, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.scss */
.picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
  -moz-transition: background 0.15s ease-out, top 0s 0.15s;
  transition: background 0.15s ease-out, top 0s 0.15s;
  -webkit-backface-visibility: hidden;
}

/**
 * The frame that bounds the box contents of the picker.
 */
/* line 71, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.scss */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  width: 300px;
  max-height: 350px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

@media (min-height: 28.875em) {
  /* line 89, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.scss */
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}

@media (min-height: 40.125em) {
  /* line 97, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.scss */
  .picker__frame {
    margin-bottom: 7.5%;
  }
}

/**
 * The wrapper sets the stage to vertically align the box contents.
 */
/* line 104, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.scss */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 28.875em) {
  /* line 110, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.scss */
  .picker__wrap {
    display: block;
  }
}

/**
 * The box contains all the picker contents.
 */
/* line 117, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.scss */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 28.875em) {
  /* line 128, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.scss */
  .picker__box {
    display: block;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}

/**
 * When the picker opens...
 */
/* line 157, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.scss */
.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}

/* line 167, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.scss */
.picker--opened .picker__frame {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 35.875em) {
  /* line 175, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.scss */
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}

/**
 * For `large` screens, transform into an inline picker.
 */
/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
/* line 188, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.scss */
.picker__input.picker__input--active {
  border-color: #E3F2FD;
}

/* line 192, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.scss */
.picker__frame {
  margin: 0 auto;
  max-width: 325px;
}

@media (min-height: 38.875em) {
  /* line 198, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.scss */
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}

@media only screen and (min-width: 601px) {
  /* line 205, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.scss */
  .picker__box {
    display: flex;
  }
  /* line 208, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.scss */
  .picker__frame {
    width: 80%;
    max-width: 600px;
  }
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
/* line 7, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__box {
  padding: 0;
  border-radius: 2px;
  overflow: hidden;
}

/**
 * The header containing the month and year stuff.
 */
/* line 15, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

/**
 * The month and year labels.
 */
/* line 23, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__month,
.picker__year {
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

/**
 * The month and year selectors.
 */
/* line 33, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__select--month,
.picker__select--year {
  height: 2em;
  padding: 0;
  margin-left: .25em;
  margin-right: .25em;
}

/* line 43, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__select--month.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 40%;
}

/* line 48, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__select--year.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 26%;
}

/* line 53, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: rgba(0, 0, 0, 0.05);
}

/**
 * The month navigation buttons.
 */
/* line 60, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

/* line 75, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

/* line 84, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

/* line 94, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
/* line 106, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1rem;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

/* line 119, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__table th, .picker__table td {
  text-align: center;
}

/* line 128, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
/* line 135, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  /* line 144, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
  .picker__weekday {
    padding-bottom: .5em;
  }
}

/**
 * The days on the calendar
 */
/* line 152, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__day--today {
  position: relative;
  color: #595959;
  letter-spacing: -.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}

/* line 172, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

/* line 177, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__day--infocus:hover {
  cursor: pointer;
  color: #000;
  font-weight: 500;
}

/* line 183, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__day--outfocus {
  display: none;
  padding: .75rem 0;
  color: #fff;
}

/* line 189, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #dddddd;
  font-weight: 500;
}

/* line 200, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
}

/* line 207, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  transform: scale(0.75);
  background: #0089ec;
  color: #ffffff;
}

/* line 218, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

/* line 226, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
/* line 233, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__footer {
  text-align: right;
}

/* line 236, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

/* line 248, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

/* line 256, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: rgba(0, 0, 0, 0.05);
  outline: none;
}

/* line 263, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

/* line 270, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}

/* line 275, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}

/* line 281, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}

/* line 286, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}

/* line 294, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

/* line 301, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
/*.picker__box {
  border-radius: 2px;
  overflow: hidden;
}*/
/* line 313, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__date-display {
  text-align: left;
  background-color: #0085EA;
  color: #fff;
  padding: 18px;
  font-weight: 300;
}

@media only screen and (min-width: 601px) {
  /* line 322, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
  .picker__date-display {
    flex: 1;
  }
  /* line 325, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
  .picker__weekday-display {
    display: block;
  }
  /* line 328, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
  .picker__container__wrapper {
    flex: 2;
  }
}

/* line 333, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #a5d4f8;
}

/* line 340, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__weekday-display {
  font-weight: 500;
  font-size: 2.8rem;
  margin-right: 5px;
  margin-top: 4px;
}

/* line 347, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__month-display {
  font-size: 2.8rem;
  font-weight: 500;
}

/* line 352, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__day-display {
  font-size: 2.8rem;
  font-weight: 500;
  margin-right: 5px;
}

/* line 357, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__year-display {
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}

/*.picker__box {
  padding: 0;
}*/
/* line 366, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__calendar-container {
  padding: 0 1rem;
}

/* line 369, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__calendar-container thead {
  border: none;
}

/* line 375, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__table {
  margin-top: 0;
  margin-bottom: .5em;
}

/* line 380, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__day--infocus {
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: -.3px;
  padding: 0.75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}

@media only screen and (min-width: 601px) {
  /* line 388, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
  .picker__day--infocus {
    padding: 1.1rem 0;
  }
}

/* line 395, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__day.picker__day--today {
  color: #0085EA;
}

/* line 399, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__day.picker__day--today.picker__day--selected {
  color: #fff;
}

/* line 404, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__weekday {
  font-size: .9rem;
}

/* line 409, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  transform: scale(0.9);
  background-color: #0085EA;
  color: #ffffff;
}

/* line 416, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__day--selected.picker__day--outfocus,
.picker__day--selected.picker__day--outfocus:hover,
.picker--focused .picker__day--selected.picker__day--outfocus {
  background-color: #a5d4f8;
}

/* line 422, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__footer {
  text-align: right;
  padding: 5px 10px;
}

/* line 428, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__close, .picker__today, .picker__clear {
  font-size: 1.1rem;
  padding: 0 1rem;
  color: #0085EA;
}

/* line 433, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__clear {
  color: #f44336;
  float: left;
}

/* line 439, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #676767;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

/* line 450, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #676767;
}

/* line 454, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.date.scss */
button.picker__today:focus, button.picker__clear:focus, button.picker__close:focus {
  background-color: #a5d4f8;
}

/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
/* line 7, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}

/**
 * The times on the clock.
 */
/* line 15, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: .75em 1.25em;
}

@media (min-height: 46.75em) {
  /* line 24, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
  .picker__list-item {
    padding: .5em 1em;
  }
}

/* Hovered time */
/* line 29, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.picker__list-item:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}

/* Highlighted and hovered/focused time */
/* line 37, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}

/* line 41, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

/* Selected and hovered/focused time */
/* line 48, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #fff;
  z-index: 10;
}

/* Disabled time */
/* line 56, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}

/**
 * The clear button
 */
/* line 69, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
}

/* line 82, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #fff;
  outline: none;
}

/* line 92, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.25em;
  font-weight: bold;
}

/* line 98, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #fff;
}

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
/* line 109, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}

/**
 * The picker box.
 */
/* line 116, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}

@media (min-height: 40.125em) {
  /* line 122, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/* line 130, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.clockpicker-display {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  clear: both;
  position: relative;
}

/* line 140, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.clockpicker-span-am-pm {
  font-size: 1.3rem;
  position: absolute;
  right: 1rem;
  bottom: 0.3rem;
  line-height: 2rem;
  font-weight: 500;
}

@media only screen and (min-width: 601px) {
  /* line 149, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
  .clockpicker-display {
    top: 32%;
  }
  /* line 152, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
  .clockpicker-span-am-pm {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 1.2rem;
  }
}

/* line 162, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.text-primary {
  color: white;
}

/* line 165, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.clockpicker-span-hours {
  margin-right: 3px;
}

/* line 168, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.clockpicker-span-minutes {
  margin-left: 3px;
}

/* line 172, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.clockpicker-span-hours,
.clockpicker-span-minutes,
.clockpicker-span-am-pm div {
  cursor: pointer;
}

/* line 177, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.clockpicker-moving {
  cursor: move;
}

/* line 180, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.clockpicker-plate {
  background-color: #eee;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  overflow: visible;
  position: relative;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 5px;
  user-select: none;
}

/* line 192, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.clockpicker-canvas,
.clockpicker-dial {
  width: 270px;
  height: 270px;
  position: absolute;
  left: -1px;
  top: -1px;
}

/* line 200, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.clockpicker-minutes {
  visibility: hidden;
}

/* line 203, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.clockpicker-tick {
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.87);
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
}

/* line 213, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.clockpicker-tick.active,
.clockpicker-tick:hover {
  background-color: rgba(0, 133, 234, 0.25);
}

/* line 217, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.clockpicker-dial {
  -webkit-transition: -webkit-transform 350ms, opacity 350ms;
  -moz-transition: -moz-transform 350ms, opacity 350ms;
  -ms-transition: -ms-transform 350ms, opacity 350ms;
  -o-transition: -o-transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms;
}

/* line 224, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.clockpicker-dial-out {
  opacity: 0;
}

/* line 227, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.clockpicker-hours.clockpicker-dial-out {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

/* line 234, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.clockpicker-minutes.clockpicker-dial-out {
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

/* line 241, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.clockpicker-canvas {
  -webkit-transition: opacity 175ms;
  -moz-transition: opacity 175ms;
  -ms-transition: opacity 175ms;
  -o-transition: opacity 175ms;
  transition: opacity 175ms;
}

/* line 248, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.clockpicker-canvas-out {
  opacity: 0.25;
}

/* line 251, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.clockpicker-canvas-bearing {
  stroke: none;
  fill: #0085EA;
}

/* line 255, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.clockpicker-canvas-bg {
  stroke: none;
  fill: #0085EA;
}

/* line 259, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.clockpicker-canvas-bg-trans {
  fill: #0085EA;
}

/* line 262, vendor/assets/stylesheets/materialize-src/components/date_picker/_default.time.scss */
.clockpicker-canvas line {
  stroke: #0085EA;
  stroke-width: 4;
  stroke-linecap: round;
  /*shape-rendering: crispEdges;*/
}

/*
 * blueimp Gallery CSS 2.10.0
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
/* line 13, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}

/* line 31, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
.blueimp-gallery {
  position: fixed;
  z-index: 9999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
}

/* line 42, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
}

/* line 50, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}

/* line 54, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}

/* line 59, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
.blueimp-gallery-carousel > .slides {
  position: absolute;
}

/* line 62, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 73, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

/* line 81, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
.blueimp-gallery > .slides > .slide-loading {
  background: url(/assets/loading-6f1c9a2c9e4932c71d86ded184887c41e4f8db70d5eecbca3b8a51a1c807adc3.gif) center no-repeat;
  background-size: 64px 64px;
}

/* line 85, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}

/* line 88, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
.blueimp-gallery > .slides > .slide-error {
  background: url(/assets/error-23e0b1effe0dbbad17e7697dccc8ddc2d8066ef69a31cd4bc74444e0e8377789.png) center no-repeat;
}

/* line 91, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}

/* line 94, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}

/* line 123, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
.blueimp-gallery > .next {
  left: auto;
  right: 15px;
}

/* line 127, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}

/* line 140, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}

/* line 149, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(/assets/play-pause-80193197354886a8997d91eb8e197008e372ddc54570ac6a4b4bef211f35e8d9.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}

/* line 160, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}

/* line 163, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 176, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}

/* line 183, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
/* line 196, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(/assets/error-58a939fb13691608b41e2a642a8f0955eb8941bdaac0e51507bc957593eeceb6.svg);
}

/* line 199, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(/assets/play-pause-45d216e24de66fb09d5017db878293fb0df9db5a36a70415d94e0f3417fcbf64.svg);
}

/* line 205, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}

/* IE7 fixes */
/* line 210, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}

/* line 213, ../../shared/bundle/ruby/3.2.0/gems/blueimp-gallery-2.11.0.1/vendor/assets/stylesheets/blueimp-gallery.css */
* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}

/* line 1, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-offscreen {
  /* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). */
  position: absolute !important;
  top: -10000px;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

/* line 11, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
}

/* line 20, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-container:focus {
  outline: none;
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.me-plugin {
  position: absolute;
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}

/* line 37, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important;
}

/* line 42, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}

/* line 51, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-clear {
  clear: both;
}

/* Start: LAYERS */
/* line 62, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 68, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 76, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 84, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
:root .mejs-poster img {
  display: none;
}

/* line 88, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0;
}

/* line 94, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 100, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-overlay-play {
  cursor: pointer;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(/assets/mediaelement_rails/bigplay-4e0f92784103380741830fe7647e3b2e8dc47ff85a676f1b9210ea58e70194a1.svg) no-repeat;
}

/* line 114, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.no-svg .mejs-overlay-button {
  background-image: url(/assets/mediaelement_rails/bigplay-73ddd91a292890983a43b81ed2f6e24e0986bc69c3cb85cfeff22a7a4e4f5b67.png);
}

/* line 118, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}

/* line 122, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(/assets/mediaelement_rails/background-c4ccbb76b2b8be3b55c646c875b5a2a3b9b59e4c0e14b210d7e20d90c80bd4a5.png);
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}

/* line 140, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(/assets/mediaelement_rails/loading-ef853dd827d3038e752a80fa8add43fe7d2dcfba5a4c84f5e7125da97a297818.gif) 50% 50% no-repeat;
}

/* End: LAYERS */
/* Start: CONTROL BAR */
/* line 150, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(/assets/mediaelement_rails/background-c4ccbb76b2b8be3b55c646c875b5a2a3b9b59e4c0e14b210d7e20d90c80bd4a5.png);
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
}

/* line 168, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
  border: 0;
}

/* line 183, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(/assets/mediaelement_rails/controls-768007eee6ead12df55ca33067f5540b6b85d3a09d7f3e6a1717b0e1f4d77d37.svg) no-repeat;
}

/* line 198, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.no-svg .mejs-controls .mejs-button button {
  background-image: url(/assets/mediaelement_rails/controls-be7847ebe73060b313213baaf48a0b21bac7701d48f73fc37603726e169608ea.png);
}

/* :focus for accessibility */
/* line 203, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999;
}

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
/* line 210, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 10px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 223, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-container .mejs-controls .mejs-time a {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
/* line 235, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-play button {
  background-position: 0 0;
}

/* line 239, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}

/* line 243, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}

/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
/* line 249, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px;
}

/* line 255, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}

/* line 266, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}

/* line 278, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -o-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-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-image: -ms-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-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);
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}

@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}

@-ms-keyframes buffering-stripes {
  /* line 299, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
  from {
    background-position: 0 0;
  }
  /* line 299, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
  to {
    background-position: 30px 0;
  }
}

@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}

@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}

/* line 303, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
  background: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -ms-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0;
}

/* line 315, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0;
}

/* line 327, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}

/* line 342, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}

/* line 355, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}

/* line 363, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px;
}

/* line 378, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}

/* line 382, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}

/* line 386, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
/* line 398, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}

/* line 402, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}

/* End: Fullscreen */
/* Start: Mute/Volume */
/* line 412, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}

/* line 416, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}

/* line 420, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-volume-button {
  position: relative;
}

/* line 424, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(/assets/mediaelement_rails/background-c4ccbb76b2b8be3b55c646c875b5a2a3b9b59e4c0e14b210d7e20d90c80bd4a5.png);
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}

/* line 440, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/
/* line 452, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}

/* line 463, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}

/* line 474, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
}

/* horizontal version */
/* line 490, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle;
}

/* line 499, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}

/* line 521, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}

/* line 543, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
/* line 550, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-captions-button {
  position: relative;
}

/* line 554, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}

/* line 557, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url(/assets/mediaelement_rails/background-c4ccbb76b2b8be3b55c646c875b5a2a3b9b59e4c0e14b210d7e20d90c80bd4a5.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/
/* line 580, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

/* line 588, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

/* line 597, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

/* line 603, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}

/* line 612, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}

/* line 617, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}

/* line 626, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
  overflow: hidden;
  border: 0;
}

/* line 642, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}

/* line 652, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}

/* line 656, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);
}

/* line 668, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}

/* line 678, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 687, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}

/* line 697, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}

/* line 702, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}

/* line 707, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}

/* line 714, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-captions-position-hover {
  bottom: 35px;
}

/* line 718, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-captions-text {
  padding: 3px 5px;
  background: url(/assets/mediaelement_rails/background-c4ccbb76b2b8be3b55c646c875b5a2a3b9b59e4c0e14b210d7e20d90c80bd4a5.png);
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap;
}

/* End: Track (Captions and Chapters) */
/* Start: Error */
/* line 730, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}

/* line 735, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.me-cannotplay span {
  padding: 15px;
  display: block;
}

/* End: Error */
/* Start: Loop */
/* line 743, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}

/* line 747, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}

/* End: Loop */
/* Start: backlight */
/* line 754, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}

/* line 758, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}

/* End: backlight */
/* Start: Picture Controls */
/* line 764, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}

/* End: Picture Controls */
/* context menu */
/* line 771, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */
}

/* line 782, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}

/* line 789, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}

/* line 796, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}

/* Start: Source Chooser */
/* line 802, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}

/* line 806, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}

/* line 810, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(/assets/mediaelement_rails/background-c4ccbb76b2b8be3b55c646c875b5a2a3b9b59e4c0e14b210d7e20d90c80bd4a5.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 827, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

/* line 835, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

/* line 844, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

/* line 850, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}

/* End: Source Chooser */
/* Start: Postroll */
/* line 861, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/mediaelement_rails/background-c4ccbb76b2b8be3b55c646c875b5a2a3b9b59e4c0e14b210d7e20d90c80bd4a5.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}

/* line 872, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}

/* line 876, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(/assets/mediaelement_rails/background-c4ccbb76b2b8be3b55c646c875b5a2a3b9b59e4c0e14b210d7e20d90c80bd4a5.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}

/* End: Postroll */
/* Start: Speed */
/* line 891, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
div.mejs-speed-button {
  width: 46px !important;
  position: relative;
}

/* line 896, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #ffffff;
}

/* line 904, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-speed-button .mejs-speed-selector {
  display: none;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url(/assets/mediaelement_rails/background-c4ccbb76b2b8be3b55c646c875b5a2a3b9b59e4c0e14b210d7e20d90c80bd4a5.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 922, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  display: block;
}

/* line 926, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8;
}

/* line 930, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

/* line 938, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

/* line 947, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none;
}

/* line 954, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 11.5px;
  color: white;
  margin-left: 5px;
  cursor: pointer;
}

/* line 966, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

/* End: Speed */
/* Start: Jump Forward */
/* line 974, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-button.mejs-jump-forward-button {
  background: transparent url(/mediaelement_rails/jumpforward.png) no-repeat;
  background-position: 3px 3px;
}

/* line 978, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-button.mejs-jump-forward-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff;
}

/* End: Jump Forward */
/* Start: Skip Back */
/* line 989, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-button.mejs-skip-back-button {
  background: transparent url(/assets/mediaelement_rails/skipback-79d5becaeed55d42cf2eb3deed4562585efc3fc07217d06b9fed3f681b3d2984.png) no-repeat;
  background-position: 3px 3px;
}

/* line 993, ../../shared/bundle/ruby/3.2.0/gems/mediaelement_rails-0.8.2/app/assets/stylesheets/mediaelement_rails/mediaelementplayer.css.erb */
.mejs-controls .mejs-button.mejs-skip-back-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff;
}

/* End: Skip Back */
/* line 1, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2;
}

/* line 17, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper {
  position: absolute;
  z-index: 996;
  border: 1px solid #bfbfbf;
  background-color: #efefef;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  font-family: Arial, sans-serif;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-sizing: initial;
}

/* line 29, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .caption {
  font-size: 1rem;
}

/* line 34, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper.inline-wrapper {
  position: relative;
  box-shadow: none;
  display: inline-block;
}

/* line 40, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper.single-date {
  width: auto;
}

/* line 44, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px;
}

/* line 48, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper.no-topbar {
  padding-top: 12px;
}

/* line 52, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}

/* line 57, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}

/* line 62, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline;
}

/* line 67, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .month-name {
  text-transform: uppercase;
}

/* line 71, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

/* line 78, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}

/* line 82, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}

/* line 87, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .select-wrapper select {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01;
}

/* line 111, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .month-wrapper {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden;
}

/* line 121, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .month-wrapper table {
  width: 190px;
  float: left;
}

/* line 126, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left;
}

/* line 131, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}

/* line 140, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .month-wrapper table .day {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default;
}

/* line 149, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}

/* line 155, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #9cdbf7;
}

/* line 159, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
}

/* line 166, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}

/* line 170, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .time label {
  white-space: nowrap;
  font-size: 1rem;
  color: #aaa;
}

/* line 174, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .time label .thumb {
  display: none;
}

/* line 179, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer;
}

/* line 184, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #cdecfa;
}

/* line 188, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .month-wrapper table .day.nextMonth,
.date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none;
}

/* line 193, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #ffe684;
}

/* line 197, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #70ccd5;
}

/* line 202, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper table .caption {
  height: 40px;
}

/* line 206, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
}

/* line 212, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: white;
}

/* line 218, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}

/* line 233, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}

/* line 238, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}

/* line 244, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}

/* line 252, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white;
}

/* line 262, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}

/* line 272, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}

/* line 282, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}

/* line 292, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .selected-days {
  display: none;
}

/* line 296, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}

/* line 301, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .drp_top-bar i.material-icons:hover {
  color: red;
}

/* line 307, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .drp_top-bar .error-top {
  display: none;
}

/* line 311, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}

/* line 315, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}

/* line 319, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}

/* line 323, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}

/* line 328, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}

/* line 332, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}

/* line 336, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .drp_top-bar .apply-btn {
  line-height: initial;
  display: block !important;
  position: absolute;
  right: 0px;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

/* line 362, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

/*time styling*/
/* line 375, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .time {
  position: relative;
}

/* line 379, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper.single-month .time {
  display: block;
}

/* line 383, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}

/* line 391, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .time1,
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

/* line 398, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .time1 {
  float: left;
}

/* line 402, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .time2 {
  float: right;
}

/* line 406, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .hour,
.minute {
  text-align: right;
}

/* line 411, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .hide {
  display: none;
}

/* line 415, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .first-date-selected {
  background-color: #49e !important;
  color: white !important;
}

/* line 420, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .last-date-selected {
  background-color: #49e !important;
  color: white !important;
}

/* line 425, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: yellow;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

/* line 443, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .date-range-length-tip:after {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid yellow;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}

/* line 454, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}

/* line 459, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}

/* line 468, vendor/assets/stylesheets/daterangepicker.scss */
.date-picker-wrapper .week-number.week-number-selected {
  color: #4499EE;
  font-weight: bold;
}

/* line 1, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

/* line 20, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

/* line 27, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

/* line 34, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

/* line 41, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker.opensleft:before {
  right: 9px;
}

/* line 45, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker.opensleft:after {
  right: 10px;
}

/* line 49, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 57, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 65, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker.opensright:before {
  left: 9px;
}

/* line 69, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker.opensright:after {
  left: 10px;
}

/* line 73, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker.drop-up {
  margin-top: -7px;
}

/* line 77, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

/* line 84, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

/* line 91, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

/* line 95, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker.single .drp-selected {
  display: none;
}

/* line 99, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

/* line 103, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

/* line 107, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

/* line 111, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker .drp-calendar {
  display: none;
  max-width: 500px;
}

/* line 116, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

/* line 120, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker .drp-calendar.right {
  padding: 8px;
}

/* line 124, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

/* line 128, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0px 2px 4px 2px;
  border-radius: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0 4px 8px 4px;
  border-style: solid;
  border-color: transparent transparent #5986b3 transparent;
}

/* line 141, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker .calendar-table .next span {
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
}

/* line 146, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker .calendar-table .prev span {
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}

/* line 151, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  padding: 0;
}

/* line 167, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker .calendar-table th {
  width: 40px;
  height: 40px;
}

/* line 172, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

/* line 178, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 185, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

/* line 191, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

/* line 196, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
  cursor: default !important;
  pointer-events: none;
}

/* line 204, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

/* line 211, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

/* line 215, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

/* line 219, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

/* line 223, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

/* line 229, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker th.month {
  width: auto;
}

/* line 233, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
}

/* line 237, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #000;
}

/* line 248, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 40%;
}

/* line 253, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker select.yearselect {
  width: 40%;
}

/* line 257, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

/* line 267, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

/* line 274, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

/* line 279, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

/* line 289, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

/* line 295, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

/* line 302, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

/* line 306, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

/* line 310, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

/* line 314, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

/* line 318, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

/* line 324, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

/* line 328, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* line 335, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

/* line 341, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker .ranges li:hover {
  background-color: #eee;
}

/* line 345, vendor/assets/stylesheets/daterangepickernew.scss */
.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  /* line 352, vendor/assets/stylesheets/daterangepickernew.scss */
  .daterangepicker {
    width: auto;
  }
  /* line 356, vendor/assets/stylesheets/daterangepickernew.scss */
  .daterangepicker .ranges ul {
    width: 140px;
  }
  /* line 360, vendor/assets/stylesheets/daterangepickernew.scss */
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  /* line 364, vendor/assets/stylesheets/daterangepickernew.scss */
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  /* line 368, vendor/assets/stylesheets/daterangepickernew.scss */
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  /* line 372, vendor/assets/stylesheets/daterangepickernew.scss */
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  /* line 377, vendor/assets/stylesheets/daterangepickernew.scss */
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  /* line 382, vendor/assets/stylesheets/daterangepickernew.scss */
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 388, vendor/assets/stylesheets/daterangepickernew.scss */
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  /* line 392, vendor/assets/stylesheets/daterangepickernew.scss */
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 398, vendor/assets/stylesheets/daterangepickernew.scss */
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  /* line 402, vendor/assets/stylesheets/daterangepickernew.scss */
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  /* line 408, vendor/assets/stylesheets/daterangepickernew.scss */
  .daterangepicker .ranges {
    width: auto;
  }
  /* line 412, vendor/assets/stylesheets/daterangepickernew.scss */
  .daterangepicker .ranges {
    float: left;
  }
  /* line 416, vendor/assets/stylesheets/daterangepickernew.scss */
  .daterangepicker.rtl .ranges {
    float: right;
  }
  /* line 420, vendor/assets/stylesheets/daterangepickernew.scss */
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/*!
 * Materialize v0.100.2 (http://materializecss.com)
 * Copyright 2014-2015 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */
/*! nouislider - 9.1.0 - 2016-12-10 16:00:32 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
/* line 14, vendor/assets/stylesheets/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 27, vendor/assets/stylesheets/nouislider.css */
.noUi-target {
  position: relative;
  direction: ltr;
}

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

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

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

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

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

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

/* line 62, vendor/assets/stylesheets/nouislider.css */
.noUi-handle-touch-area {
  position: relative;
  width: 44px;
  height: 44px;
  left: -15px;
  top: -15px;
  cursor: pointer;
}

/* line 70, vendor/assets/stylesheets/nouislider.css */
.noUi-handle-touch-area:hover {
  cursor: pointer;
}

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

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

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

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

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

/* Styling;
 */
/* line 106, vendor/assets/stylesheets/nouislider.css */
.noUi-target {
  background: #cdcdcd;
  border-radius: 4px;
  border: 1px solid transparent;
}

/* line 111, vendor/assets/stylesheets/nouislider.css */
.noUi-connect {
  background: #26A69A;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

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

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

/* line 125, vendor/assets/stylesheets/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 134, vendor/assets/stylesheets/nouislider.css */
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

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

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

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

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

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

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

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

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

/* Values;
 *
 */
/* line 196, vendor/assets/stylesheets/nouislider.css */
.noUi-value {
  position: absolute;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Materialize Styles */
/* line 297, vendor/assets/stylesheets/nouislider.css */
.noUi-target {
  border: 0;
  border-radius: 0;
}

/* line 301, vendor/assets/stylesheets/nouislider.css */
.noUi-horizontal {
  height: 3px;
}

/* line 305, vendor/assets/stylesheets/nouislider.css */
.noUi-vertical {
  height: 100%;
  width: 3px;
}

/* line 310, vendor/assets/stylesheets/nouislider.css */
.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: none;
  background-color: #26A69A;
  border: none;
  left: -7px;
  top: -6px;
  transition: width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 325, vendor/assets/stylesheets/nouislider.css */
.noUi-handle:before {
  content: none;
}

/* line 328, vendor/assets/stylesheets/nouislider.css */
.noUi-handle:after {
  content: none;
}

/* line 332, vendor/assets/stylesheets/nouislider.css */
.noUi-target .noUi-active.noUi-handle {
  width: 3px;
  height: 3px;
  left: 0;
  top: 0;
}

/* line 339, vendor/assets/stylesheets/nouislider.css */
.noUi-target.noUi-horizontal .noUi-tooltip {
  position: absolute;
  height: 30px;
  width: 30px;
  top: -17px;
  left: -2px;
  background-color: #26A69A;
  border-radius: 50%;
  transition: border-radius 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0.5) rotate(-45deg);
  transform-origin: 50% 100%;
}

/* line 352, vendor/assets/stylesheets/nouislider.css */
.noUi-target.noUi-horizontal .noUi-active .noUi-tooltip {
  border-radius: 15px 15px 15px 0;
  transform: rotate(-45deg) translate(23px, -25px);
}

/* line 357, vendor/assets/stylesheets/nouislider.css */
.noUi-tooltip span {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  opacity: 0;
  position: absolute;
  top: 6px;
  left: -1px;
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 369, vendor/assets/stylesheets/nouislider.css */
.noUi-horizontal .noUi-tooltip span {
  transform: rotate(45deg);
}

/* line 373, vendor/assets/stylesheets/nouislider.css */
.noUi-vertical .noUi-tooltip span {
  transform: rotate(135deg);
}

/* line 378, vendor/assets/stylesheets/nouislider.css */
.noUi-target.noUi-vertical .noUi-tooltip {
  position: absolute;
  height: 30px;
  width: 30px;
  top: -17px;
  left: -2px;
  background-color: #26A69A;
  border-radius: 50%;
  transition: border-radius 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0.5) rotate(-45deg);
  transform-origin: 50% 100%;
}

/* line 391, vendor/assets/stylesheets/nouislider.css */
.noUi-target.noUi-vertical .noUi-active .noUi-tooltip {
  border-radius: 15px 15px 15px 0;
  transform: rotate(-135deg) translate(35px, -10px);
}

/* line 395, vendor/assets/stylesheets/nouislider.css */
.noUi-vertical .noUi-tooltip span {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  transform: rotate(135deg);
  opacity: 0;
  position: absolute;
  top: 7px;
  left: -1px;
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 408, vendor/assets/stylesheets/nouislider.css */
.noUi-horizontal .noUi-active .noUi-tooltip span,
.noUi-vertical .noUi-active .noUi-tooltip span {
  opacity: 1;
}

/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
/* line 11, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-holder {
  direction: ltr;
  text-align: left;
}

/* Selection Border */
/* line 16, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url(/Jcrop.gif);
  font-size: 0;
  position: absolute;
}

/* line 22, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}

/* line 26, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-vline.right {
  right: 0;
}

/* line 29, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}

/* line 33, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-hline.bottom {
  bottom: 0;
}

/* Invisible click targets */
/* line 37, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}

/* Selection Handles */
/* line 48, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}

/* line 55, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}

/* line 61, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}

/* line 67, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}

/* line 73, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}

/* line 79, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}

/* line 85, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}

/* line 91, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}

/* line 97, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}

/* Dragbars */
/* line 104, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}

/* line 109, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}

/* line 114, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}

/* line 117, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}

/* line 121, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}

/* line 125, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}

/* The "jcrop-light" class/extension */
/* line 129, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}

/* line 135, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}

/* The "jcrop-dark" class/extension */
/* line 143, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}

/* line 149, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}

/* Simple macro to turn off the antlines */
/* line 157, vendor/assets/stylesheets/jquery.Jcrop.css */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}

/* Fix for twitter bootstrap et al. */
/* line 162, vendor/assets/stylesheets/jquery.Jcrop.css */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}

/* line 1, vendor/assets/stylesheets/perfect-scrollbar.css */
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}

/* line 3, vendor/assets/stylesheets/perfect-scrollbar.css */
.ps-container.ps-in-scrolling {
  pointer-events: none;
}

/* line 5, vendor/assets/stylesheets/perfect-scrollbar.css */
.ps-container.ps-in-scrolling > .ps-scrollbar-x-rail {
  background-color: rgba(10, 10, 10, 0.3);
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

/* line 10, vendor/assets/stylesheets/perfect-scrollbar.css */
.ps-container.ps-in-scrolling > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(130, 130, 138, 0.9);
}

/* line 12, vendor/assets/stylesheets/perfect-scrollbar.css */
.ps-container.ps-in-scrolling > .ps-scrollbar-y-rail {
  background-color: rgba(10, 10, 10, 0.3);
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

/* line 17, vendor/assets/stylesheets/perfect-scrollbar.css */
.ps-container.ps-in-scrolling > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(130, 130, 138, 0.9);
}

/* line 19, vendor/assets/stylesheets/perfect-scrollbar.css */
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 5px;
}

/* line 37, vendor/assets/stylesheets/perfect-scrollbar.css */
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #82828a;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 5px;
}

/* line 52, vendor/assets/stylesheets/perfect-scrollbar.css */
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 5px;
}

/* line 70, vendor/assets/stylesheets/perfect-scrollbar.css */
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #82828a;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 5px;
}

/* line 85, vendor/assets/stylesheets/perfect-scrollbar.css */
.ps-container.ps-in-scrolling:hover {
  pointer-events: none;
}

/* line 87, vendor/assets/stylesheets/perfect-scrollbar.css */
.ps-container.ps-in-scrolling:hover > .ps-scrollbar-x-rail {
  background-color: rgba(10, 10, 10, 0.3);
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

/* line 92, vendor/assets/stylesheets/perfect-scrollbar.css */
.ps-container.ps-in-scrolling:hover > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(130, 130, 138, 0.9);
}

/* line 94, vendor/assets/stylesheets/perfect-scrollbar.css */
.ps-container.ps-in-scrolling:hover > .ps-scrollbar-y-rail {
  background-color: rgba(10, 10, 10, 0.3);
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

/* line 99, vendor/assets/stylesheets/perfect-scrollbar.css */
.ps-container.ps-in-scrolling:hover > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(130, 130, 138, 0.9);
}

/* line 101, vendor/assets/stylesheets/perfect-scrollbar.css */
.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

/* line 105, vendor/assets/stylesheets/perfect-scrollbar.css */
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: rgba(10, 10, 10, 0.3);
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

/* line 110, vendor/assets/stylesheets/perfect-scrollbar.css */
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: rgba(130, 130, 138, 0.9);
}

/* line 112, vendor/assets/stylesheets/perfect-scrollbar.css */
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: rgba(10, 10, 10, 0.3);
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

/* line 117, vendor/assets/stylesheets/perfect-scrollbar.css */
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: rgba(130, 130, 138, 0.9);
}

/* line 1, app/assets/stylesheets/_select2.scss */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 9, app/assets/stylesheets/_select2.scss */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 15, app/assets/stylesheets/_select2.scss */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;
}

/* line 21, app/assets/stylesheets/_select2.scss */
.select2-container .select2-selection--single:focus {
  outline: none;
}

/* line 24, app/assets/stylesheets/_select2.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #FFF;
  border-radius: 12px;
}

/* line 34, app/assets/stylesheets/_select2.scss */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 38, app/assets/stylesheets/_select2.scss */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 45, app/assets/stylesheets/_select2.scss */
.select2-container .select2-selection--multiple:focus {
  outline: none;
}

/* line 48, app/assets/stylesheets/_select2.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  background-color: #FFF;
  border-radius: 12px;
}

/* line 58, app/assets/stylesheets/_select2.scss */
.select2-container .select2-search--inline {
  float: left;
}

/* line 60, app/assets/stylesheets/_select2.scss */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

/* line 69, app/assets/stylesheets/_select2.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 76, app/assets/stylesheets/_select2.scss */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 78, app/assets/stylesheets/_select2.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 83, app/assets/stylesheets/_select2.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 93, app/assets/stylesheets/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 96, app/assets/stylesheets/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 102, app/assets/stylesheets/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 108, app/assets/stylesheets/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 113, app/assets/stylesheets/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 120, app/assets/stylesheets/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 123, app/assets/stylesheets/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 127, app/assets/stylesheets/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 131, app/assets/stylesheets/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 137, app/assets/stylesheets/_select2.scss */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 144, app/assets/stylesheets/_select2.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 152, app/assets/stylesheets/_select2.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 160, app/assets/stylesheets/_select2.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}

/* line 165, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-selection--single {
  background-color: #F8F9FD;
  border: solid #E6E5EB 1px;
  border-radius: 0.5rem;
}

/* line 169, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 14px;
}

/* line 172, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  padding-right: 16px;
  font-weight: bold;
}

/* line 178, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 181, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
}

/* line 189, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 202, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-selection--multiple {
  border-radius: 4px;
  cursor: text;
}

/* line 207, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  border: 1px solid #E6E5EB;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 7px;
  width: 100%;
}

/* line 215, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 219, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

/* line 224, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

/* line 231, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #F8F9FD;
  border: 1px solid #E6E5EB;
  border-radius: 0.5rem;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 3px;
  padding: 0 5px;
  font-size: 90%;
}

/* line 242, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 248, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 254, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 2rem;
  margin: 0;
  border: 1px solid #E6E5EB;
  box-shadow: none;
}

/* line 259, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  box-shadow: none;
  border: 1px solid #E6E5EB;
}

/* line 266, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  min-width: 100px;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 276, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 282, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 285, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 289, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #F8F9FD;
}

/* line 292, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option {
  margin: 7px;
  padding-left: 1em;
}

/* line 296, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 299, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 302, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 305, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 308, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 311, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 314, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 324, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F8F9FD;
}

/* line 327, app/assets/stylesheets/_select2.scss */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 336, app/assets/stylesheets/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 339, app/assets/stylesheets/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #E6E5EB;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 350, app/assets/stylesheets/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 356, app/assets/stylesheets/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 364, app/assets/stylesheets/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 374, app/assets/stylesheets/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 381, app/assets/stylesheets/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 391, app/assets/stylesheets/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 397, app/assets/stylesheets/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 399, app/assets/stylesheets/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 402, app/assets/stylesheets/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 408, app/assets/stylesheets/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 411, app/assets/stylesheets/_select2.scss */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #F8F9FD;
}

/* line 415, app/assets/stylesheets/_select2.scss */
.select2-container--classic .select2-selection--single {
  background-color: #F8F9FD;
  border: 1px solid #E6E5EB;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 425, app/assets/stylesheets/_select2.scss */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 428, app/assets/stylesheets/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 432, app/assets/stylesheets/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 438, app/assets/stylesheets/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 441, app/assets/stylesheets/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #F8F9FD;
  border: none;
  border-left: 1px solid #E6E5EB;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 457, app/assets/stylesheets/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 471, app/assets/stylesheets/_select2.scss */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #E6E5EB;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 477, app/assets/stylesheets/_select2.scss */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 480, app/assets/stylesheets/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 485, app/assets/stylesheets/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 488, app/assets/stylesheets/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #E6E5EB;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 498, app/assets/stylesheets/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 504, app/assets/stylesheets/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 510, app/assets/stylesheets/_select2.scss */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 515, app/assets/stylesheets/_select2.scss */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 519, app/assets/stylesheets/_select2.scss */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 522, app/assets/stylesheets/_select2.scss */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 526, app/assets/stylesheets/_select2.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  outline: 0;
  border: 1px solid #E6E5EB;
  box-shadow: none;
}

/* line 530, app/assets/stylesheets/_select2.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field:focus {
  box-shadow: none;
  border: 1px solid #E6E5EB;
}

/* line 537, app/assets/stylesheets/_select2.scss */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 543, app/assets/stylesheets/_select2.scss */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 546, app/assets/stylesheets/_select2.scss */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 550, app/assets/stylesheets/_select2.scss */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
}

/* line 553, app/assets/stylesheets/_select2.scss */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 559, app/assets/stylesheets/_select2.scss */
.select2-dropdown {
  background-color: #F8F9FD;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 568, app/assets/stylesheets/_select2.scss */
.select2-results {
  display: block;
  border: 1px solid lightgrey;
  border-radius: 12px;
}

/* line 573, app/assets/stylesheets/_select2.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 578, app/assets/stylesheets/_select2.scss */
.select2-results__option {
  padding: 7px;
  margin: 7px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 583, app/assets/stylesheets/_select2.scss */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 587, app/assets/stylesheets/_select2.scss */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 590, app/assets/stylesheets/_select2.scss */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 593, app/assets/stylesheets/_select2.scss */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 597, app/assets/stylesheets/_select2.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 602, app/assets/stylesheets/_select2.scss */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 619, app/assets/stylesheets/_select2.scss */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  border-color: #5897fb;
}

/* line 630, app/assets/stylesheets/_select2.scss */
.service_option_displayed_name {
  max-width: 475px;
}

/* Slider */
/* line 3, vendor/assets/stylesheets/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, vendor/assets/stylesheets/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, vendor/assets/stylesheets/slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 28, vendor/assets/stylesheets/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, vendor/assets/stylesheets/slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, vendor/assets/stylesheets/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, vendor/assets/stylesheets/slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 56, vendor/assets/stylesheets/slick.scss */
.slick-track:after {
  clear: both;
}

/* line 60, vendor/assets/stylesheets/slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, vendor/assets/stylesheets/slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, vendor/assets/stylesheets/slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, vendor/assets/stylesheets/slick.scss */
.slick-slide img {
  display: block;
}

/* line 74, vendor/assets/stylesheets/slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 80, vendor/assets/stylesheets/slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, vendor/assets/stylesheets/slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 88, vendor/assets/stylesheets/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, vendor/assets/stylesheets/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, vendor/assets/stylesheets/slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 9, app/assets/stylesheets/_dropdown.scss */
.dropdown-content {
  background-color: #fff;
  display: none;
  min-width: 256px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
}

/* line 20, app/assets/stylesheets/_dropdown.scss */
.dropdown-content li {
  clear: both;
  color: #000;
  cursor: pointer;
  min-height: 1rem;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
  text-transform: none;
  padding: 10px;
}

/* line 31, app/assets/stylesheets/_dropdown.scss */
.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
  background-color: "grey";
}

/* line 35, app/assets/stylesheets/_dropdown.scss */
.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

/* line 40, app/assets/stylesheets/_dropdown.scss */
.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  color: #000;
  display: block;
  line-height: 22px;
  padding: -10.5rem 16px;
}

/* line 48, app/assets/stylesheets/_dropdown.scss */
.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}

/* line 55, app/assets/stylesheets/_dropdown.scss */
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

/* line 66, app/assets/stylesheets/_dropdown.scss */
.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
}

/* line 3, app/assets/stylesheets/_layout.scss */
body {
  color: #4a4a4a;
  background: #F8F9FD;
}

/* line 7, app/assets/stylesheets/_layout.scss */
body h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 12px;
}

/* line 14, app/assets/stylesheets/_layout.scss */
body h2 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 12px;
}

/* line 20, app/assets/stylesheets/_layout.scss */
body.wait {
  overflow: hidden;
}

/* line 22, app/assets/stylesheets/_layout.scss */
body.wait .wait-wrp {
  display: block;
}

/* line 23, app/assets/stylesheets/_layout.scss */
body.wait .gspin {
  display: block;
}

/* line 27, app/assets/stylesheets/_layout.scss */
.clear {
  clear: both;
}

/* line 31, app/assets/stylesheets/_layout.scss */
.wait-wrp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  text-align: center;
}

/* line 40, app/assets/stylesheets/_layout.scss */
.wait-wrp .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: black;
}

/* line 49, app/assets/stylesheets/_layout.scss */
.wait-wrp .preloader-wrapper {
  top: 50%;
  margin-top: -50%;
}

/* line 55, app/assets/stylesheets/_layout.scss */
.gspin {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000;
}

/* line 63, app/assets/stylesheets/_layout.scss */
.gspin .gfade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
}

/* line 72, app/assets/stylesheets/_layout.scss */
.gspin .loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(/assets/loading-4d05f65aa396e9b64d44baf11628e4616e8452e1f33911210c32779bc195e30b.svg) no-repeat center;
}

/* line 82, app/assets/stylesheets/_layout.scss */
.avatar {
  position: relative;
}

/* line 84, app/assets/stylesheets/_layout.scss */
.avatar img {
  width: 60px;
  height: 60px;
  border-radius: 15px;
}

/* line 89, app/assets/stylesheets/_layout.scss */
.avatar .rf-badge {
  position: absolute;
  background-color: #0085EA;
  border: 1px solid white;
  border-radius: 30px;
  bottom: 0px;
  color: white;
}

/* line 99, app/assets/stylesheets/_layout.scss */
#sidenav-overlay {
  z-index: 997;
}

/* line 103, app/assets/stylesheets/_layout.scss */
.masquerade {
  height: 6rem;
  text-align: center;
  font-size: 18px;
  color: #842029;
}

/* line 109, app/assets/stylesheets/_layout.scss */
.masquerade__fixed {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px;
  background: #f5c2c7;
  border: 2px solid #f5c2c7;
  z-index: 997;
}

/* line 119, app/assets/stylesheets/_layout.scss */
.masquerade p {
  margin-bottom: 4px;
  white-space: nowrap;
}

/* line 123, app/assets/stylesheets/_layout.scss */
.masquerade a {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

/* line 129, app/assets/stylesheets/_layout.scss */
.masquerade a i {
  display: inline-block;
  margin-left: 4px;
}

/* line 136, app/assets/stylesheets/_layout.scss */
.inprogress-bar {
  min-height: 15px;
  border-radius: 5px;
  width: 45px;
  box-shadow: 0px 10px 13px -6px #2c3e50;
  background-color: #0085EA;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, #0085EA 4px, white 11px);
  animation: slide 4s linear infinite;
  will-change: background-position;
}

@media print {
  /* line 155, app/assets/stylesheets/_layout.scss */
  .navbar-fixed,
.side-nav,
.filter,
.tabs,
.no-print {
    display: none !important;
  }
}

/* line 164, app/assets/stylesheets/_layout.scss */
.backlink {
  font-size: 18px;
}

/* line 3, app/assets/stylesheets/_collection.scss */
.collection-title {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  min-height: 48px;
}

/* line 9, app/assets/stylesheets/_collection.scss */
.collection-title .title {
  align-content: center;
  font-family: 'Inter', sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: capitalize;
  list-style: 100%;
  color: #4A4A4A;
  min-height: 48px;
  width: 50%;
}

/* line 23, app/assets/stylesheets/_collection.scss */
.collection-title .actions {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 50%;
}

/* line 28, app/assets/stylesheets/_collection.scss */
.collection-title .actions img, .collection-title .actions i {
  display: inline;
}

/* line 33, app/assets/stylesheets/_collection.scss */
.collection-title .filter {
  min-height: 48px;
}

/* line 35, app/assets/stylesheets/_collection.scss */
.collection-title .filter > a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
}

/* line 40, app/assets/stylesheets/_collection.scss */
.collection-title .filter > a i {
  vertical-align: middle;
}

/* line 42, app/assets/stylesheets/_collection.scss */
.collection-title .filter .btn.filtered {
  background-color: #820101;
}

/* line 44, app/assets/stylesheets/_collection.scss */
.collection-title .filter .btn.filtered + a {
  color: #820101;
}

/* line 48, app/assets/stylesheets/_collection.scss */
.collection-title .back {
  font-size: 16px;
  text-transform: none;
}

/* line 54, app/assets/stylesheets/_collection.scss */
.collection-subtitle {
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 61, app/assets/stylesheets/_collection.scss */
ul.collection {
  position: relative;
  margin: 1rem 0 4rem;
  overflow: initial;
  border: none;
}

/* line 67, app/assets/stylesheets/_collection.scss */
ul.collection li.collection-item {
  border-radius: 12px;
  font-size: 1rem;
  position: relative;
  margin-bottom: 14px;
  background: white;
}

/* line 74, app/assets/stylesheets/_collection.scss */
ul.collection li.collection-item[data-href^='/'], ul.collection li.collection-item[data-link^='/'] {
  cursor: pointer;
}

/* line 77, app/assets/stylesheets/_collection.scss */
ul.collection li.collection-item[data-href^='/']:hover, ul.collection li.collection-item[data-link^='/']:hover {
  cursor: pointer;
}

/* line 81, app/assets/stylesheets/_collection.scss */
ul.collection li.collection-item:hover {
  box-shadow: 0px 0px 3px 2px #e5e5e5;
  -webkit-box-shadow: 0px 0px 3px 2px #e5e5e5;
  -moz-box-shadow: 0px 0px 3px 2px #e5e5e5;
  z-index: 1;
}

/* line 89, app/assets/stylesheets/_collection.scss */
ul.collection li.collection-item:not(.has_img) p {
  display: inline-block;
  margin: 0;
}

/* line 94, app/assets/stylesheets/_collection.scss */
ul.collection li.collection-item.active {
  background: white;
  color: inherit;
}

/* line 97, app/assets/stylesheets/_collection.scss */
ul.collection li.collection-item.active .secondary-content {
  color: #0085EA;
}

/* line 101, app/assets/stylesheets/_collection.scss */
ul.collection li.collection-item.disabled {
  opacity: 60%;
  cursor: default;
}

/* line 104, app/assets/stylesheets/_collection.scss */
ul.collection li.collection-item.disabled a {
  cursor: default;
}

/* line 106, app/assets/stylesheets/_collection.scss */
ul.collection li.collection-item.has-action {
  padding-right: 3rem;
}

/* line 109, app/assets/stylesheets/_collection.scss */
ul.collection li.collection-item span.title {
  font-size: 18px;
}

/* line 112, app/assets/stylesheets/_collection.scss */
ul.collection li.collection-item a.secondary-content {
  display: flex;
  align-items: center;
  height: 2rem;
  line-height: 2rem;
  position: absolute;
  right: 0.5rem !important;
  top: 50% !important;
  margin-top: -1rem;
}

/* line 121, app/assets/stylesheets/_collection.scss */
ul.collection li.collection-item a.secondary-content i {
  font-size: 1.8rem;
}

/* line 125, app/assets/stylesheets/_collection.scss */
ul.collection li.collection-item .ctrl {
  position: absolute;
  right: 1.5rem;
  top: 1rem;
}

/* line 131, app/assets/stylesheets/_collection.scss */
ul.collection li.collection-item .inner-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 137, app/assets/stylesheets/_collection.scss */
ul.collection li.collection-item .login_as {
  display: inline-flex;
  margin-left: 10px;
  pointer-events: all;
}

/* line 146, app/assets/stylesheets/_collection.scss */
ul.collection li.collection-item.avatar .circle {
  overflow: visible !important;
}

/* line 149, app/assets/stylesheets/_collection.scss */
ul.collection li.collection-item.avatar .circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
  border-radius: 50%;
}

/* line 157, app/assets/stylesheets/_collection.scss */
ul.collection li.collection-item.avatar .circle i {
  width: 100%;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #999;
}

/* line 169, app/assets/stylesheets/_collection.scss */
ul.collection .preloader-wrapper {
  display: none;
  margin-left: calc(50% - 1rem);
  position: absolute;
  bottom: -4rem;
}

/* line 175, app/assets/stylesheets/_collection.scss */
ul.collection .preloader-wrapper .spinner-layer {
  border-color: #0085EA;
}

/* line 178, app/assets/stylesheets/_collection.scss */
ul.collection p.pagination {
  margin: 0;
}

/* line 180, app/assets/stylesheets/_collection.scss */
ul.collection p.pagination.loading + .preloader-wrapper {
  display: block;
}

/* line 184, app/assets/stylesheets/_collection.scss */
ul.collection.collection-table {
  display: table;
  width: 100%;
  margin: 0 0 4rem;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
  border: none;
  counter-reset: custom-counter;
}

@media screen and (max-width: 768px) {
  /* line 184, app/assets/stylesheets/_collection.scss */
  ul.collection.collection-table {
    box-shadow: none;
  }
}

/* line 193, app/assets/stylesheets/_collection.scss */
ul.collection.collection-table .collection-item {
  display: table-row;
  padding: 0;
  background: #fff;
}

/* line 198, app/assets/stylesheets/_collection.scss */
ul.collection.collection-table .collection-item .col {
  display: table-cell;
  height: 56px;
  padding: 1rem;
  font-size: 13px;
  vertical-align: middle;
}

/* line 204, app/assets/stylesheets/_collection.scss */
ul.collection.collection-table .collection-item .col i.material-icons {
  vertical-align: middle;
}

/* line 205, app/assets/stylesheets/_collection.scss */
ul.collection.collection-table .collection-item .col.id, ul.collection.collection-table .collection-item .col.fio, ul.collection.collection-table .collection-item .col.date {
  white-space: nowrap;
}

/* line 206, app/assets/stylesheets/_collection.scss */
ul.collection.collection-table .collection-item .col.service {
  color: #0085EA;
}

/* line 207, app/assets/stylesheets/_collection.scss */
ul.collection.collection-table .collection-item .col.report {
  padding: 0;
}

/* line 209, app/assets/stylesheets/_collection.scss */
ul.collection.collection-table .collection-item .col.report a {
  display: block;
  padding: 1rem;
}

/* line 214, app/assets/stylesheets/_collection.scss */
ul.collection.collection-table .collection-item .col:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}

/* line 217, app/assets/stylesheets/_collection.scss */
ul.collection.collection-table .collection-item:hover {
  box-shadow: none;
}

/* line 218, app/assets/stylesheets/_collection.scss */
ul.collection.collection-table .collection-item:nth-of-type(2n) {
  background: #F8F9FD;
}

/* line 221, app/assets/stylesheets/_collection.scss */
ul.collection.collection-table .collection-item:not(.collection-item-header):not(.collection-item-empty)::before {
  counter-increment: custom-counter;
  content: counter(custom-counter);
  display: table-cell;
  padding: 1rem;
  font-size: 13px;
  vertical-align: middle;
  border-right: 1px solid #e5e5e5;
}

@media screen and (max-width: 768px) {
  /* line 193, app/assets/stylesheets/_collection.scss */
  ul.collection.collection-table .collection-item {
    display: block;
    margin-bottom: 14px;
    padding: 1rem;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
  }
  /* line 238, app/assets/stylesheets/_collection.scss */
  ul.collection.collection-table .collection-item .col {
    display: block;
    height: auto;
    padding: 0;
  }
  /* line 242, app/assets/stylesheets/_collection.scss */
  ul.collection.collection-table .collection-item .col:not(:last-child) {
    border-right: none;
  }
  /* line 245, app/assets/stylesheets/_collection.scss */
  ul.collection.collection-table .collection-item:nth-of-type(2n) {
    background: #fff;
  }
  /* line 248, app/assets/stylesheets/_collection.scss */
  ul.collection.collection-table .collection-item:not(.collection-item-header):not(.collection-item-empty)::before {
    padding: 0;
    border-right: 0;
  }
}

/* line 257, app/assets/stylesheets/_collection.scss */
ul.collection.collection-table .collection-item-header .col {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  /* line 256, app/assets/stylesheets/_collection.scss */
  ul.collection.collection-table .collection-item-header {
    display: none;
  }
}

/* line 261, app/assets/stylesheets/_collection.scss */
ul.collection.collection-table .collection-item-empty {
  position: relative;
  height: 56px;
  font-weight: 600;
  text-align: center;
}

/* line 267, app/assets/stylesheets/_collection.scss */
ul.collection.collection-table .collection-item-empty .col {
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 1px solid #e5e5e5;
}

/* line 277, app/assets/stylesheets/_collection.scss */
.collection-table.list-files .col:hover {
  cursor: pointer;
}

/* line 278, app/assets/stylesheets/_collection.scss */
.collection-table.list-files .col.action {
  text-align: center;
}

/* line 279, app/assets/stylesheets/_collection.scss */
.collection-table.list-files .col.icon img {
  width: 20px;
}

/* line 281, app/assets/stylesheets/_collection.scss */
.collection-table.list-files .col.sort a {
  display: block;
}

/* line 282, app/assets/stylesheets/_collection.scss */
.collection-table.list-files .col.sort a::after {
  display: inline-block;
  margin-left: 10px;
}

/* line 287, app/assets/stylesheets/_collection.scss */
.collection-table.list-files .col.sort a.asc::after {
  content: '\25B4';
}

/* line 288, app/assets/stylesheets/_collection.scss */
.collection-table.list-files .col.sort a.desc::after {
  content: '\25BE';
}

/* line 291, app/assets/stylesheets/_collection.scss */
.collection-table.list-files:not(.collection-item-header):not(.collection-item-empty)::before {
  display: none;
}

/* line 297, app/assets/stylesheets/_collection.scss */
.collection.list-vote .collection-item.vote-item [class^=descr-] {
  margin-top: 0.5rem;
}

/* line 301, app/assets/stylesheets/_collection.scss */
.collection.list-vote .collection-item.vote-item.draft [class^=descr-] {
  color: blue;
}

/* line 304, app/assets/stylesheets/_collection.scss */
.collection.list-vote .collection-item.vote-item.started [class^=descr-] {
  color: red;
}

/* line 307, app/assets/stylesheets/_collection.scss */
.collection.list-vote .collection-item.vote-item.finished [class^=descr-] {
  color: green;
}

/* line 313, app/assets/stylesheets/_collection.scss */
ul[class*="list-mias_"] [class^=descr-] {
  font-size: 12px;
  line-height: 1.4;
  color: #6c6c6c;
}

/* line 319, app/assets/stylesheets/_collection.scss */
ul[class*="list-mias_"] .descr-0 {
  margin-top: 8px;
}

/* line 322, app/assets/stylesheets/_collection.scss */
ul.collection.collection-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  cursor: pointer;
  z-index: 2000;
}

/* line 333, app/assets/stylesheets/_collection.scss */
ul.collection.list-statistic .collection-item .col {
  padding: 0.6rem;
}

/* line 335, app/assets/stylesheets/_collection.scss */
ul.collection.list-statistic .collection-item .col.fio {
  white-space: normal;
}

/* line 339, app/assets/stylesheets/_collection.scss */
ul.collection.list-statistic .collection-item-header .col {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  z-index: 990;
  padding: 0.6rem;
}

/* line 348, app/assets/stylesheets/_collection.scss */
ul.collection.list-statistic .col.sortable a {
  background: url(/assets/orderable-5dfc58cfe6e4e12d62ac7043144dc3e7da1530cecc37bc9a442431ddb35ccc2c.png) no-repeat 0 7px;
  padding-left: 13px;
  display: block;
  color: #4a4a4a;
}

/* line 354, app/assets/stylesheets/_collection.scss */
ul.collection.list-statistic .col.sorted-desc {
  background-color: #e5e5e5;
}

/* line 356, app/assets/stylesheets/_collection.scss */
ul.collection.list-statistic .col.sorted-desc a {
  background-position: 0 -53px;
}

/* line 360, app/assets/stylesheets/_collection.scss */
ul.collection.list-statistic .col.sorted-asc {
  background-color: #e5e5e5;
}

/* line 362, app/assets/stylesheets/_collection.scss */
ul.collection.list-statistic .col.sorted-asc a {
  background-position: 0 -23px;
}

/* line 368, app/assets/stylesheets/_collection.scss */
.table-wrp {
  position: relative;
}

/* line 371, app/assets/stylesheets/_collection.scss */
.table-wrp .preloader-wrapper {
  display: none;
  margin-left: calc(50% - 1rem);
  position: absolute;
  bottom: -3rem;
}

/* line 377, app/assets/stylesheets/_collection.scss */
.table-wrp .preloader-wrapper .spinner-layer {
  border-color: #0085EA;
}

/* line 380, app/assets/stylesheets/_collection.scss */
.table-wrp p.pagination {
  margin: 0;
}

/* line 382, app/assets/stylesheets/_collection.scss */
.table-wrp p.pagination.loading + .preloader-wrapper {
  display: block;
}

/* line 386, app/assets/stylesheets/_collection.scss */
table.table-statistic {
  margin-bottom: 2rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  counter-reset: rowNumber;
}

/* line 391, app/assets/stylesheets/_collection.scss */
table.table-statistic th, table.table-statistic td, table.table-statistic tr::before {
  background: #fff;
  border: 1px solid #e5e5e5;
  font-size: 13px;
}

/* line 397, app/assets/stylesheets/_collection.scss */
table.table-statistic tr:nth-child(odd) td, table.table-statistic tr:nth-child(odd)::before {
  background: #F8F9FD;
}

/* line 402, app/assets/stylesheets/_collection.scss */
table.table-statistic td {
  padding: 12px 8px;
}

/* line 406, app/assets/stylesheets/_collection.scss */
table.table-statistic th {
  font-size: 14px;
  padding: 6px 8px;
}

/* line 413, app/assets/stylesheets/_collection.scss */
table.table-statistic tbody tr::before {
  display: table-cell;
  counter-increment: rowNumber;
  content: counter(rowNumber);
  padding: 0 0.3em;
  text-align: right;
  vertical-align: middle;
}

/* line 422, app/assets/stylesheets/_collection.scss */
table.table-statistic th.sortable a {
  background: url(/assets/orderable-5dfc58cfe6e4e12d62ac7043144dc3e7da1530cecc37bc9a442431ddb35ccc2c.png) no-repeat 0 7px;
  padding-left: 13px;
  display: block;
  color: #4a4a4a;
}

/* line 429, app/assets/stylesheets/_collection.scss */
table.table-statistic thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  background: #fff;
  z-index: 990;
}

/* line 436, app/assets/stylesheets/_collection.scss */
table.table-statistic thead .head2 th {
  top: 93px;
}

/* line 443, app/assets/stylesheets/_collection.scss */
.collection .collection-item.collection-element {
  display: flex;
  min-height: 98px;
  padding-left: 12px;
  margin-bottom: 12px;
}

/* line 449, app/assets/stylesheets/_collection.scss */
.collection .collection-item.collection-element .image {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 188px;
  border-radius: 0;
  font-size: 0;
  text-align: center;
}

/* line 460, app/assets/stylesheets/_collection.scss */
.collection .collection-item.collection-element .image i, .collection .collection-item.collection-element .image img {
  display: block;
}

/* line 461, app/assets/stylesheets/_collection.scss */
.collection .collection-item.collection-element .image img {
  max-width: 100%;
}

/* line 464, app/assets/stylesheets/_collection.scss */
.collection .collection-item.collection-element .details {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  flex-grow: 1;
}

/* line 470, app/assets/stylesheets/_collection.scss */
.collection .collection-item.collection-element .details .title {
  line-height: 1.4;
}

/* line 474, app/assets/stylesheets/_collection.scss */
.collection .collection-item.collection-element .details .period {
  margin-bottom: 4px;
  font-size: 12px;
}

/* line 477, app/assets/stylesheets/_collection.scss */
.collection .collection-item.collection-element .details .period.light, .collection .collection-item.collection-element .details .page-footer .period.footer-copyright, .page-footer .collection .collection-item.collection-element .details .period.footer-copyright {
  color: #9c9c9c;
}

/* line 480, app/assets/stylesheets/_collection.scss */
.collection .collection-item.collection-element .details .descr {
  display: flex;
  flex-grow: 1;
  align-items: center;
}

/* line 486, app/assets/stylesheets/_collection.scss */
.collection .collection-item.collection-element .details .rubric, .collection .collection-item.collection-element .details .city {
  font-size: 14px;
  color: #9c9c9c;
}

/* line 491, app/assets/stylesheets/_collection.scss */
.collection .collection-item.collection-element .details .author {
  font-size: 12px;
}

/* line 495, app/assets/stylesheets/_collection.scss */
.collection .collection-item.collection-element .details .name {
  margin: 6px 0;
  line-height: 1.4;
}

/* line 500, app/assets/stylesheets/_collection.scss */
.collection .collection-item.collection-element .details .phone {
  font-size: 12px;
  color: #9c9c9c;
}

/* line 506, app/assets/stylesheets/_collection.scss */
.collection .collection-item.collection-element a.secondary-content {
  position: static;
  align-self: center;
  margin: 0;
  margin-left: 12px;
}

/* line 514, app/assets/stylesheets/_collection.scss */
.collection .collection-item.collection-element.small {
  min-height: 58px;
  padding: 8px;
}

/* line 518, app/assets/stylesheets/_collection.scss */
.collection .collection-item.collection-element.small .image {
  width: 60px;
  margin-right: 12px;
}

/* line 525, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible {
  margin: 0;
  background: none;
  box-shadow: none;
  border: none;
}

/* line 531, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible .collection-item {
  padding: 0;
  margin-bottom: 0.75rem;
  border-radius: 2px;
}

@media screen and (max-width: 600px) {
  /* line 531, app/assets/stylesheets/_collection.scss */
  .collection.collection-collapsible .collection-item {
    font-size: 0.75rem;
  }
}

/* line 538, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible .collection-item.active {
  padding: 0;
  background: none;
  border-bottom: none;
  box-shadow: none;
}

/* line 545, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible .collection-item.active > .collapsible-header .collapsible-icon {
  transform: scaleY(-1);
}

/* line 548, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible .collection-item:hover {
  box-shadow: none;
}

/* line 551, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible .collapsible-header {
  align-items: center;
  border: 0;
  background: #fff;
}

/* line 556, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible .collapsible-header i.material-icons {
  margin-right: 0;
}

/* line 559, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible .collapsible-header i.material-icons.collapsible-icon {
  transition: 0.2s ease-in;
  transform-origin: 50% 50%;
  font-size: 1.4rem;
  color: #0085EA;
}

/* line 568, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible .collapsible-body {
  padding: 0;
  border: none;
}

/* line 573, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible ol.collection.collection-collapsible {
  padding: 0;
  counter-reset: custom;
}

/* line 577, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible ol.collection.collection-collapsible .collection-item {
  counter-increment: custom;
  border: none;
}

/* line 580, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible ol.collection.collection-collapsible .collection-item:not(:last-child) {
  margin-bottom: 2px;
}

/* line 581, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible ol.collection.collection-collapsible .collection-item.active > .collapsible-header {
  background: #ebebeb !important;
}

/* line 584, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible ol.collection.collection-collapsible .collapsible-header {
  background: #f8f7f7;
}

/* line 586, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible ol.collection.collection-collapsible .collapsible-header::before {
  content: counters(custom, ".") " ";
  display: inline-block;
  padding-left: 0.5rem;
  margin-right: 1rem;
}

/* line 595, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible ol.collection.collection-collapsible ol.collection.collection-collapsible .collection-item {
  border: 1px solid #ebebeb;
}

/* line 597, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible ol.collection.collection-collapsible ol.collection.collection-collapsible .collection-item:not(:last-child) {
  margin-bottom: 0px;
}

/* line 598, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible ol.collection.collection-collapsible ol.collection.collection-collapsible .collection-item:hover {
  border: 1px solid #ebebeb;
}

/* line 599, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible ol.collection.collection-collapsible ol.collection.collection-collapsible .collection-item.active > .collapsible-header {
  background: #dbdbdb !important;
}

/* line 601, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible ol.collection.collection-collapsible ol.collection.collection-collapsible .collapsible-header {
  background: #fff;
}

/* line 605, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible .table-wrp {
  padding: 0 1rem;
  background: #fff;
  overflow-x: auto;
}

/* line 611, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible table {
  max-width: 85%;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  /* line 611, app/assets/stylesheets/_collection.scss */
  .collection.collection-collapsible table {
    max-width: 100%;
  }
}

/* line 616, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible table th {
  white-space: nowrap;
}

/* line 617, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible table th, .collection.collection-collapsible table td {
  padding: 0.75rem;
  font-size: 0.75rem;
}

/* line 620, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible table th:not(:first-child), .collection.collection-collapsible table td:not(:first-child) {
  white-space: nowrap;
}

@media screen and (max-width: 600px) {
  /* line 617, app/assets/stylesheets/_collection.scss */
  .collection.collection-collapsible table th, .collection.collection-collapsible table td {
    padding: 10px;
    padding-left: 0;
    font-size: 10px;
    line-height: 1.5;
  }
}

/* line 628, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible table td:first-child, .collection.collection-collapsible table th:first-child {
  min-width: 200px;
  padding-left: 1.5rem;
}

@media screen and (max-width: 600px) {
  /* line 628, app/assets/stylesheets/_collection.scss */
  .collection.collection-collapsible table td:first-child, .collection.collection-collapsible table th:first-child {
    min-width: unset;
    padding-left: 0;
  }
}

/* line 633, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible table td:last-child, .collection.collection-collapsible table th:last-child {
  padding-right: 1.5rem;
}

@media screen and (max-width: 600px) {
  /* line 633, app/assets/stylesheets/_collection.scss */
  .collection.collection-collapsible table td:last-child, .collection.collection-collapsible table th:last-child {
    padding-right: 0;
  }
}

/* line 637, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible table tr:last-child, .collection.collection-collapsible table tr.noborder {
  border: none !important;
}

@media screen and (max-width: 600px) {
  /* line 638, app/assets/stylesheets/_collection.scss */
  .collection.collection-collapsible table tr.noborder td {
    padding-bottom: 0;
  }
}

/* line 643, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 0.5rem;
}

/* line 650, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible .wrapper .name {
  flex-grow: 1;
  cursor: pointer;
}

/* line 655, app/assets/stylesheets/_collection.scss */
.collection.collection-collapsible .wrapper .secondary-content {
  position: static;
  margin-top: 0;
}

/* line 663, app/assets/stylesheets/_collection.scss */
.collection.list-medicine_rubric {
  background: none;
  box-shadow: none;
  margin-bottom: 1rem;
}

/* line 668, app/assets/stylesheets/_collection.scss */
.collection.list-medicine_rubric .wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 0.5rem;
}

/* line 674, app/assets/stylesheets/_collection.scss */
.collection.list-medicine_rubric .wrapper .name {
  flex-grow: 1;
  cursor: pointer;
}

/* line 679, app/assets/stylesheets/_collection.scss */
.collection.list-medicine_rubric .wrapper .secondary-content {
  position: static;
  margin-top: 0;
}

/* line 685, app/assets/stylesheets/_collection.scss */
.collection.list-medicine_rubric .collection-item {
  position: relative;
  margin-bottom: 0.55rem;
}

/* line 690, app/assets/stylesheets/_collection.scss */
.collection.list-medicine_rubric .collection-item.active {
  padding: 0;
  background: none;
  border-bottom: none;
}

/* line 695, app/assets/stylesheets/_collection.scss */
.collection.list-medicine_rubric .collection-item.active > .collapsible-header {
  padding: 0.5rem;
}

/* line 697, app/assets/stylesheets/_collection.scss */
.collection.list-medicine_rubric .collection-item.active > .collapsible-header .collapsible-icon {
  transform: scaleY(-1);
}

/* line 712, app/assets/stylesheets/_collection.scss */
.collection.list-medicine_rubric .collection-item:hover {
  box-shadow: none;
}

/* line 716, app/assets/stylesheets/_collection.scss */
.collection.list-medicine_rubric .collection-item .collapsible-icon {
  transition: 0.2s ease-in;
  transform-origin: 50% 50%;
}

/* line 722, app/assets/stylesheets/_collection.scss */
.collection.list-medicine_rubric .collapsible-header {
  position: relative;
  padding: 0;
  border: 0;
}

/* line 727, app/assets/stylesheets/_collection.scss */
.collection.list-medicine_rubric .collapsible-header i.material-icons {
  margin-right: 0;
}

/* line 730, app/assets/stylesheets/_collection.scss */
.collection.list-medicine_rubric .collapsible-header i.material-icons.collapsible-icon {
  margin-right: 0.875px;
  color: #0085EA;
}

/* line 736, app/assets/stylesheets/_collection.scss */
.collection.list-medicine_rubric .collapsible-header > .wrapper {
  padding-left: 0;
}

/* line 740, app/assets/stylesheets/_collection.scss */
.collection.list-medicine_rubric .collapsible-body {
  position: relative;
  margin-top: 0.75rem;
  padding: 0;
  padding-left: 2.5rem;
  border: none;
}

/* line 759, app/assets/stylesheets/_collection.scss */
.collection.list-medicine_rubric .table-wrp {
  overflow-x: auto;
}

/* line 764, app/assets/stylesheets/_collection.scss */
.collection.list-medicine_rubric table th {
  white-space: nowrap;
}

/* line 765, app/assets/stylesheets/_collection.scss */
.collection.list-medicine_rubric table th, .collection.list-medicine_rubric table td {
  padding: 5px 8px;
  font-size: 14px;
}

/* line 769, app/assets/stylesheets/_collection.scss */
.collection.list-medicine_rubric table td:first-child {
  padding-right: 20px;
}

/* line 772, app/assets/stylesheets/_collection.scss */
.collection.list-medicine_rubric table tr:last-child {
  border: none !important;
}

/* line 779, app/assets/stylesheets/_collection.scss */
.collection.list-medicine_partner .title {
  color: #0085EA;
  font-size: 1.2rem;
}

/* line 783, app/assets/stylesheets/_collection.scss */
.collection.list-medicine_partner .descr-0 {
  font-size: 0.8rem;
}

/* line 3, app/assets/stylesheets/_card.scss */
.card {
  margin: 0;
  border: none;
}

/* line 7, app/assets/stylesheets/_card.scss */
.card .card-content {
  padding: 0;
}

/* line 10, app/assets/stylesheets/_card.scss */
.card .card-content .card-title {
  line-height: 1.2;
  padding: 1rem 0;
  font-size: 1.25rem;
  text-transform: none;
  text-align: center;
  border-bottom: none;
  margin-bottom: 1.85rem;
}

/* line 20, app/assets/stylesheets/_card.scss */
.card .card-content .ctrl-buttons {
  text-align: right;
}

/* line 26, app/assets/stylesheets/_card.scss */
.card .collapsible .collapsible-body {
  padding: 0;
}

/* line 32, app/assets/stylesheets/_card.scss */
.card .collapsible ul.collection li.collection-item.has-action {
  padding-right: 6rem;
}

/* line 34, app/assets/stylesheets/_card.scss */
.card .collapsible ul.collection li.collection-item .actions {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  margin-top: -0.8rem;
}

/* line 40, app/assets/stylesheets/_card.scss */
.card .collapsible ul.collection li.collection-item .actions i.material-icons {
  font-size: 1.6rem;
}

/* line 47, app/assets/stylesheets/_card.scss */
.card[id$='-new'],
.card[id$='-edit'],
.card[id^='signup-'] {
  box-shadow: none;
  padding: 1rem;
  background: white;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}

/* line 59, app/assets/stylesheets/_card.scss */
.card[id$='-new'] .card-content,
.card[id$='-edit'] .card-content,
.card[id^='signup-'] .card-content {
  padding: 0;
}

/* line 63, app/assets/stylesheets/_card.scss */
.card[id$='-new'] .card-content .input-field.submit,
.card[id$='-edit'] .card-content .input-field.submit,
.card[id^='signup-'] .card-content .input-field.submit {
  background: transparent;
  padding: 0;
  margin-top: 60px;
}

/* line 69, app/assets/stylesheets/_card.scss */
.card[id$='-new'] .card-content .input-field.resend,
.card[id$='-edit'] .card-content .input-field.resend,
.card[id^='signup-'] .card-content .input-field.resend {
  background: transparent;
  padding: 0;
  margin-top: 0;
}

/* line 73, app/assets/stylesheets/_card.scss */
.card[id$='-new'] .card-content .input-field.resend input[type='submit'],
.card[id$='-edit'] .card-content .input-field.resend input[type='submit'],
.card[id^='signup-'] .card-content .input-field.resend input[type='submit'] {
  background: transparent;
  border: none;
  color: #0085EA;
  font-size: 14px !important;
}

/* line 94, app/assets/stylesheets/_card.scss */
main > #user_refdoctor-passchange.card,
main > #user_admin-passchange.card,
main > #user_refdoctor-edit.card,
main > #user_admin-edit.card {
  background: none;
  padding: 0;
  margin: 0 auto;
  width: 90%;
  max-width: 1024px;
}

/* line 101, app/assets/stylesheets/_card.scss */
main > #user_refdoctor-passchange.card .card-content .card-title,
main > #user_admin-passchange.card .card-content .card-title,
main > #user_refdoctor-edit.card .card-content .card-title,
main > #user_admin-edit.card .card-content .card-title {
  text-transform: uppercase;
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  padding: 0;
  margin: 2rem 0 1.875rem;
}

/* line 109, app/assets/stylesheets/_card.scss */
main > #user_refdoctor-passchange.card .card-content form,
main > #user_admin-passchange.card .card-content form,
main > #user_refdoctor-edit.card .card-content form,
main > #user_admin-edit.card .card-content form {
  background: #fff;
  padding: 1rem 0 2rem;
}

@media screen and (min-width: 993px) {
  /* line 94, app/assets/stylesheets/_card.scss */
  main > #user_refdoctor-passchange.card,
main > #user_admin-passchange.card,
main > #user_refdoctor-edit.card,
main > #user_admin-edit.card {
    margin-left: 2.5%;
  }
}

/* line 4, app/assets/stylesheets/_modal.scss */
.modal-overlay {
  top: 0;
}

/* line 6, app/assets/stylesheets/_modal.scss */
#login.modal, #signup.modal, #restore.modal, #modalities-and-services.modal, #image_crop.modal, .modal[id^=new-], .modal[id^=show-], .modal[id^=edit-], .modal[id^=attach-], .modal[id^=schedule-] {
  top: 0 !important;
  width: 85%;
  max-height: 100vh;
  padding: 2% 0;
  background: transparent;
  border-radius: 20px;
  box-shadow: none;
}

/* line 25, app/assets/stylesheets/_modal.scss */
#login.modal::-webkit-scrollbar, #signup.modal::-webkit-scrollbar, #restore.modal::-webkit-scrollbar, #modalities-and-services.modal::-webkit-scrollbar, #image_crop.modal::-webkit-scrollbar, .modal[id^=new-]::-webkit-scrollbar, .modal[id^=show-]::-webkit-scrollbar, .modal[id^=edit-]::-webkit-scrollbar, .modal[id^=attach-]::-webkit-scrollbar, .modal[id^=schedule-]::-webkit-scrollbar {
  display: none;
}

/* line 27, app/assets/stylesheets/_modal.scss */
#login.modal .modal-content, #signup.modal .modal-content, #restore.modal .modal-content, #modalities-and-services.modal .modal-content, #image_crop.modal .modal-content, .modal[id^=new-] .modal-content, .modal[id^=show-] .modal-content, .modal[id^=edit-] .modal-content, .modal[id^=attach-] .modal-content, .modal[id^=schedule-] .modal-content {
  z-index: 2000;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem;
  background: white;
  border-radius: 20px;
}

/* line 36, app/assets/stylesheets/_modal.scss */
#login.modal .modal-content .close, #signup.modal .modal-content .close, #restore.modal .modal-content .close, #modalities-and-services.modal .modal-content .close, #image_crop.modal .modal-content .close, .modal[id^=new-] .modal-content .close, .modal[id^=show-] .modal-content .close, .modal[id^=edit-] .modal-content .close, .modal[id^=attach-] .modal-content .close, .modal[id^=schedule-] .modal-content .close {
  position: absolute;
  top: 1rem;
  right: 11px;
  z-index: 1000;
  cursor: pointer;
  color: #373737;
}

/* line 44, app/assets/stylesheets/_modal.scss */
#login.modal .modal-content .close:hover, #signup.modal .modal-content .close:hover, #restore.modal .modal-content .close:hover, #modalities-and-services.modal .modal-content .close:hover, #image_crop.modal .modal-content .close:hover, .modal[id^=new-] .modal-content .close:hover, .modal[id^=show-] .modal-content .close:hover, .modal[id^=edit-] .modal-content .close:hover, .modal[id^=attach-] .modal-content .close:hover, .modal[id^=schedule-] .modal-content .close:hover {
  color: #005a9e;
}

/* line 47, app/assets/stylesheets/_modal.scss */
#login.modal .modal-content .card, #signup.modal .modal-content .card, #restore.modal .modal-content .card, #modalities-and-services.modal .modal-content .card, #image_crop.modal .modal-content .card, .modal[id^=new-] .modal-content .card, .modal[id^=show-] .modal-content .card, .modal[id^=edit-] .modal-content .card, .modal[id^=attach-] .modal-content .card, .modal[id^=schedule-] .modal-content .card {
  margin: 0;
  box-shadow: none;
}

/* line 52, app/assets/stylesheets/_modal.scss */
#login.modal .modal-content .card-title, #signup.modal .modal-content .card-title, #restore.modal .modal-content .card-title, #modalities-and-services.modal .modal-content .card-title, #image_crop.modal .modal-content .card-title, .modal[id^=new-] .modal-content .card-title, .modal[id^=show-] .modal-content .card-title, .modal[id^=edit-] .modal-content .card-title, .modal[id^=attach-] .modal-content .card-title, .modal[id^=schedule-] .modal-content .card-title {
  margin: -1rem -1rem 1rem;
  padding: 1rem;
  font-size: 1.2rem;
  text-transform: none;
  text-align: left;
  border-bottom: none;
}

@media screen and (max-width: 640px) {
  /* line 52, app/assets/stylesheets/_modal.scss */
  #login.modal .modal-content .card-title, #signup.modal .modal-content .card-title, #restore.modal .modal-content .card-title, #modalities-and-services.modal .modal-content .card-title, #image_crop.modal .modal-content .card-title, .modal[id^=new-] .modal-content .card-title, .modal[id^=show-] .modal-content .card-title, .modal[id^=edit-] .modal-content .card-title, .modal[id^=attach-] .modal-content .card-title, .modal[id^=schedule-] .modal-content .card-title {
    font-size: 0.9rem;
  }
}

/* line 65, app/assets/stylesheets/_modal.scss */
#login.modal .modal-content table.striped, #login.modal .modal-content .container, #login.modal .modal-content .exception, #signup.modal .modal-content table.striped, #signup.modal .modal-content .container, #signup.modal .modal-content .exception, #restore.modal .modal-content table.striped, #restore.modal .modal-content .container, #restore.modal .modal-content .exception, #modalities-and-services.modal .modal-content table.striped, #modalities-and-services.modal .modal-content .container, #modalities-and-services.modal .modal-content .exception, #image_crop.modal .modal-content table.striped, #image_crop.modal .modal-content .container, #image_crop.modal .modal-content .exception, .modal[id^=new-] .modal-content table.striped, .modal[id^=new-] .modal-content .container, .modal[id^=new-] .modal-content .exception, .modal[id^=show-] .modal-content table.striped, .modal[id^=show-] .modal-content .container, .modal[id^=show-] .modal-content .exception, .modal[id^=edit-] .modal-content table.striped, .modal[id^=edit-] .modal-content .container, .modal[id^=edit-] .modal-content .exception, .modal[id^=attach-] .modal-content table.striped, .modal[id^=attach-] .modal-content .container, .modal[id^=attach-] .modal-content .exception, .modal[id^=schedule-] .modal-content table.striped, .modal[id^=schedule-] .modal-content .container, .modal[id^=schedule-] .modal-content .exception {
  width: 100% !important;
}

/* line 78, app/assets/stylesheets/_modal.scss */
#login.modal .modal-content .card, #signup.modal .modal-content .card, #modalities-and-services.modal .modal-content .card, #restore.modal .modal-content .card, .modal[id^=new-] .modal-content .card, .modal[id^=edit-] .modal-content .card, .modal[id^=attach-] .modal-content .card {
  padding: 0rem 0.5rem 0;
}

/* line 79, app/assets/stylesheets/_modal.scss */
#login.modal .modal-content .close, #signup.modal .modal-content .close, #modalities-and-services.modal .modal-content .close, #restore.modal .modal-content .close, .modal[id^=new-] .modal-content .close, .modal[id^=edit-] .modal-content .close, .modal[id^=attach-] .modal-content .close {
  top: 1rem;
  right: 18px;
}

/* line 83, app/assets/stylesheets/_modal.scss */
#login.modal .modal-content .card-title, #signup.modal .modal-content .card-title, #modalities-and-services.modal .modal-content .card-title, #restore.modal .modal-content .card-title, .modal[id^=new-] .modal-content .card-title, .modal[id^=edit-] .modal-content .card-title, .modal[id^=attach-] .modal-content .card-title {
  margin: -1rem -1.5rem 0.5rem;
  padding: 1rem 1.5rem 1rem;
}

@media (min-width: 440px) {
  /* line 90, app/assets/stylesheets/_modal.scss */
  .modal-small {
    max-width: 25rem;
  }
}

@media (min-width: 440px) {
  /* line 94, app/assets/stylesheets/_modal.scss */
  .modal-middle {
    max-width: 35rem;
  }
}

@media (min-width: 440px) {
  /* line 98, app/assets/stylesheets/_modal.scss */
  .modal[id^=new-filter], .modal[id^=edit-filter], .modal-large {
    max-width: 45rem;
  }
}

@media (min-width: 440px) {
  /* line 104, app/assets/stylesheets/_modal.scss */
  .modal-extra-large {
    max-width: 55rem;
  }
}

/* line 109, app/assets/stylesheets/_modal.scss */
.modal[id^=show-review-] .stamp {
  color: #0085EA;
}

/* line 110, app/assets/stylesheets/_modal.scss */
.modal[id^=show-review-] .modal-content {
  font-size: 1.4rem;
}

/* line 113, app/assets/stylesheets/_modal.scss */
#preview.modal {
  background: black;
}

/* line 115, app/assets/stylesheets/_modal.scss */
#preview.modal .display {
  text-align: center;
}

/* line 118, app/assets/stylesheets/_modal.scss */
#map.modal {
  height: 100vh;
  max-height: 70%;
}

/* line 121, app/assets/stylesheets/_modal.scss */
#map.modal .map-container {
  height: 100%;
}

/* line 126, app/assets/stylesheets/_modal.scss */
#image_crop.modal .modal-content .input-field.submit {
  margin-top: 1.5rem;
}

/* line 130, app/assets/stylesheets/_modal.scss */
.modal.pdf-wrapper {
  top: 2%;
  bottom: 2%;
  width: 85%;
}

/* line 135, app/assets/stylesheets/_modal.scss */
.modal.pdf-wrapper .modal-content {
  height: 100%;
}

/* line 137, app/assets/stylesheets/_modal.scss */
.modal.pdf-wrapper .modal-content .modal-title {
  padding: 5px 0 15px;
}

/* line 138, app/assets/stylesheets/_modal.scss */
.modal.pdf-wrapper .modal-content .close {
  color: #4a4a4a;
}

/* line 142, app/assets/stylesheets/_modal.scss */
#modalities-and-services.modal {
  -webkit-user-select: none;
  user-select: none;
}

/* line 4, app/assets/stylesheets/_form.scss */
form span.error-description {
  color: #E52A1E;
  font-size: 85%;
}

/* line 10, app/assets/stylesheets/_form.scss */
input[type=file] {
  height: 100%;
}

/* line 14, app/assets/stylesheets/_form.scss */
.file-field {
  margin-top: 2.45rem !important;
}

/* line 18, app/assets/stylesheets/_form.scss */
.file-field label {
  font-size: 1.2rem;
}

/* line 20, app/assets/stylesheets/_form.scss */
.file-field label.active:not(.label-icon) {
  transform: translateY(-26px) scale(0.8);
}

/* line 23, app/assets/stylesheets/_form.scss */
.file-field label::after {
  content: attr(data-error);
  position: absolute;
  top: 55%;
  left: 0;
  display: block;
  color: #820101;
}

/* line 33, app/assets/stylesheets/_form.scss */
.file-field img {
  max-width: 100%;
}

/* line 37, app/assets/stylesheets/_form.scss */
.file-field .file-ctrl {
  display: flex;
  align-items: center;
}

/* line 42, app/assets/stylesheets/_form.scss */
.file-field .progress {
  margin: 0;
  top: 8px;
}

/* line 55, app/assets/stylesheets/_form.scss */
.file-field i.material-icons.avatar,
.file-field i.material-icons.logo,
.file-field i.material-icons.image,
.file-field i.material-icons.hover {
  position: relative;
  top: 0;
  margin: 0;
  font-size: 10rem;
  transform: none;
}

/* line 66, app/assets/stylesheets/_form.scss */
.file-field .collection {
  font-size: 14px;
  box-shadow: none !important;
}

/* line 71, app/assets/stylesheets/_form.scss */
.file-field .collection-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 !important;
  box-shadow: none !important;
}

/* line 79, app/assets/stylesheets/_form.scss */
.file-field .collection-item a:first-child {
  width: 90%;
}

/* line 81, app/assets/stylesheets/_form.scss */
.file-field .collection-item a {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
}

/* line 86, app/assets/stylesheets/_form.scss */
.file-field .collection-item a *:not(:last-child) {
  margin-right: 4px;
}

/* line 94, app/assets/stylesheets/_form.scss */
.input-field.file-field {
  max-width: 200px;
}

/* line 97, app/assets/stylesheets/_form.scss */
.input-field.file-field > i.material-icons {
  position: static;
  transform: none;
}

/* line 103, app/assets/stylesheets/_form.scss */
.input-field.required > label::after {
  content: '*';
  padding-left: 5px;
  color: #f58d8d;
}

/* line 109, app/assets/stylesheets/_form.scss */
.input-field-inline {
  margin-bottom: 1rem;
  margin-right: 1rem;
}

/* line 114, app/assets/stylesheets/_form.scss */
.input-field {
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 119, app/assets/stylesheets/_form.scss */
.input-field input, .input-field textarea {
  margin-bottom: 0 !important;
}

/* line 124, app/assets/stylesheets/_form.scss */
.input-field input[type='checkbox'] {
  pointer-events: initial;
}

/* line 128, app/assets/stylesheets/_form.scss */
.input-field input.invalid {
  border-color: #E63323;
}

/* line 133, app/assets/stylesheets/_form.scss */
.input-field label {
  white-space: nowrap;
  margin-bottom: 5px;
}

/* line 138, app/assets/stylesheets/_form.scss */
.input-field > i.material-icons {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 1.5rem;
  transform: translateY(-50%);
  color: #0085EA;
}

/* line 145, app/assets/stylesheets/_form.scss */
.input-field > i.material-icons.empty {
  color: #820101;
}

/* line 150, app/assets/stylesheets/_form.scss */
.input-field.editor-field {
  margin-top: 36px;
}

/* line 153, app/assets/stylesheets/_form.scss */
.input-field.editor-field label {
  transform: translateY(-25px) scale(0.9) !important;
  transform-origin: 0 0;
}

/* line 160, app/assets/stylesheets/_form.scss */
.input-field.checkbox label {
  pointer-events: auto;
}

/* line 164, app/assets/stylesheets/_form.scss */
.input-field .select2-container {
  width: 100% !important;
}

/* line 169, app/assets/stylesheets/_form.scss */
.input-field.file-field.stamp {
  max-width: 100%;
}

/* line 171, app/assets/stylesheets/_form.scss */
.input-field.file-field.stamp .fileupload {
  width: 100%;
}

/* line 186, app/assets/stylesheets/_form.scss */
.inline-select-field {
  display: flex;
  align-items: baseline;
  margin-top: 0.5rem;
}

/* line 191, app/assets/stylesheets/_form.scss */
.inline-select-field label {
  display: inline-block;
  width: 100px;
  font-size: 1rem;
  color: #4a4a4a;
}

/* line 198, app/assets/stylesheets/_form.scss */
.inline-select-field select {
  width: 100px !important;
}

/* line 202, app/assets/stylesheets/_form.scss */
.inline-select-field .select2-container--default .select2-selection--single {
  border: 1px solid #e2e2e2;
}

/* line 206, app/assets/stylesheets/_form.scss */
.inline-select-field .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0.5rem;
}

/* line 211, app/assets/stylesheets/_form.scss */
.form-input {
  cursor: pointer;
}

/* line 215, app/assets/stylesheets/_form.scss */
.checkbox-field {
  margin: 1rem 0;
}

/* line 220, app/assets/stylesheets/_form.scss */
.checkmany .collapsible {
  width: 100%;
  margin: 1rem 0;
  border: none;
  box-shadow: none;
}

/* line 226, app/assets/stylesheets/_form.scss */
.checkmany .collapsible li {
  position: relative;
}

/* line 227, app/assets/stylesheets/_form.scss */
.checkmany .collapsible [type="checkbox"] + label {
  height: 20px;
  line-height: 20px;
  pointer-events: unset;
  transform: none;
}

/* line 234, app/assets/stylesheets/_form.scss */
.checkmany .collapsible .collapsible-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 30px;
  padding: 10.4px 0;
  line-height: 1;
  z-index: 40;
}

/* line 244, app/assets/stylesheets/_form.scss */
.checkmany .collapsible .collapsible-header {
  justify-content: flex-end;
  padding: 0.5rem 0;
  border: none;
}

/* line 248, app/assets/stylesheets/_form.scss */
.checkmany .collapsible .collapsible-header i {
  width: auto;
  margin-right: 0;
  font-size: 1.5rem;
}

/* line 255, app/assets/stylesheets/_form.scss */
.checkmany .collapsible .collapsible-body {
  padding: 0.5rem 1.25rem;
  border-top: 1px solid #ddd;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

/* line 259, app/assets/stylesheets/_form.scss */
.checkmany .collapsible .collapsible-body > *:not(:last-child) {
  margin-bottom: 0.5rem;
}

/* line 267, app/assets/stylesheets/_form.scss */
.exception .error_text {
  text-align: center;
}

/* line 270, app/assets/stylesheets/_form.scss */
.exception .error_text .title {
  margin: 2rem 0;
  font-size: 3rem;
  color: #820101;
}

/* line 276, app/assets/stylesheets/_form.scss */
.exception .error_text .link {
  font-size: 1.5rem;
}

/* line 280, app/assets/stylesheets/_form.scss */
.exception .error_text--small .title {
  margin: 1rem 0;
  font-size: 1rem;
  color: #820101;
}

/* line 289, app/assets/stylesheets/_form.scss */
.nested_form {
  position: relative;
  transition: box-shadow .25s;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  background: none;
  padding: 1rem;
  margin-bottom: 2rem;
}

/* line 297, app/assets/stylesheets/_form.scss */
.nested_form .title {
  font-size: 1.8rem;
  text-transform: uppercase;
  text-align: center;
  border-bottom: solid 1px #373737;
}

/* line 305, app/assets/stylesheets/_form.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

/* line 310, app/assets/stylesheets/_form.scss */
fieldset legend {
  padding: 0;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #0085EA;
  background: #fff;
  border: none;
}

/* line 321, app/assets/stylesheets/_form.scss */
fieldset + fieldset {
  margin-top: 48px;
}

/* line 326, app/assets/stylesheets/_form.scss */
.fieldset-table {
  padding: 16px 0;
  border-bottom: 1px solid #0085EA;
}

/* line 330, app/assets/stylesheets/_form.scss */
.fieldset-table legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 12px;
  color: #fff;
  background: #0085EA;
}

/* line 339, app/assets/stylesheets/_form.scss */
.fieldset-table legend [type="checkbox"] + label {
  height: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
}

/* line 345, app/assets/stylesheets/_form.scss */
.fieldset-table legend .filled-in[type="checkbox"] + label:after {
  border: 1px solid #fff !important;
}

/* line 350, app/assets/stylesheets/_form.scss */
.fieldset-table .checkbox-table {
  display: flex;
}

/* line 354, app/assets/stylesheets/_form.scss */
.fieldset-table .checkbox-entry {
  width: 20%;
}

/* line 358, app/assets/stylesheets/_form.scss */
.fieldset-table .checkbox-field {
  padding: 0 12px;
  margin: 0.5rem 0;
}

/* line 362, app/assets/stylesheets/_form.scss */
.fieldset-table .checkbox-field [type="checkbox"] + label {
  display: block;
  height: unset;
  padding: 30px 0 0;
  line-height: 20px;
  text-align: center;
}

/* line 369, app/assets/stylesheets/_form.scss */
.fieldset-table .checkbox-field [type="checkbox"] + label::after {
  left: 50%;
  transform: translateX(-50%);
}

/* line 375, app/assets/stylesheets/_form.scss */
.fieldset-table .checkbox-field .filled-in[type="checkbox"] + label::before {
  left: 50%;
  transform: translateX(-50%) rotateZ(37deg);
  transform-origin: 50% 50%;
}

/* line 384, app/assets/stylesheets/_form.scss */
.schedule {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

/* line 390, app/assets/stylesheets/_form.scss */
.schedule > label {
  text-align: center;
  line-height: 1.8;
}

/* line 395, app/assets/stylesheets/_form.scss */
.schedule input[type='text'] {
  width: 80%;
  height: 2.125rem;
  margin-top: 12px;
  text-align: center;
  border: 1px solid #ccc !important;
}

/* line 402, app/assets/stylesheets/_form.scss */
.schedule input[type='text']:focus {
  box-shadow: 0 0px 0 1px #5986b3 !important;
}

/* line 409, app/assets/stylesheets/_form.scss */
.eval-points__checkboxes {
  margin-top: 20px;
}

/* line 413, app/assets/stylesheets/_form.scss */
.eval-points__label {
  margin-right: 20px;
}

/* line 416, app/assets/stylesheets/_form.scss */
.eval-points__label label {
  padding-left: 30px;
}

/* line 422, app/assets/stylesheets/_form.scss */
.ck.ck-editor__main > .ck-editor__editable {
  min-height: 150px;
}

/* line 426, app/assets/stylesheets/_form.scss */
.input-options-list {
  padding: 8px 0 16px;
}

/* line 429, app/assets/stylesheets/_form.scss */
.input-options-list .input-option {
  display: flex;
}

/* line 431, app/assets/stylesheets/_form.scss */
.input-options-list .input-option:not(:last-child) {
  margin-bottom: 16px;
}

/* line 433, app/assets/stylesheets/_form.scss */
.input-options-list .input-option input {
  height: 2rem !important;
  margin-bottom: 0;
  font-size: 1rem !important;
}

/* line 441, app/assets/stylesheets/_form.scss */
.filter-field {
  margin-bottom: 20px;
}

@media screen and (min-width: 601px) {
  /* line 441, app/assets/stylesheets/_form.scss */
  .filter-field {
    margin-bottom: 0;
  }
  /* line 447, app/assets/stylesheets/_form.scss */
  .filter-field:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* line 452, app/assets/stylesheets/_form.scss */
.filter-field label {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 462, app/assets/stylesheets/_form.scss */
.filter-field input[type=text] {
  height: auto;
  padding: 10px 16px;
  margin-bottom: 0;
  font-size: 14px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
}

/* line 471, app/assets/stylesheets/_form.scss */
.filter-field input[type=text]:focus:not([readonly]) {
  border-color: #0085EA;
  box-shadow: none;
}

/* line 479, app/assets/stylesheets/_form.scss */
.filter-field .select2-container .select2-search input {
  height: auto;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
}

/* line 487, app/assets/stylesheets/_form.scss */
.filter-field .select2-container .select2-search input:focus:not([readonly]) {
  border-color: #0085EA;
  box-shadow: none;
}

/* line 495, app/assets/stylesheets/_form.scss */
.filter-field .select2-container .select2-selection--single .select2-selection__rendered {
  height: auto;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid #ccc;
  background: #fff;
  white-space: nowrap;
  box-shadow: none;
}

/* line 505, app/assets/stylesheets/_form.scss */
.filter-field .select2-container .select2-selection--single .select2-selection__rendered:focus:not([readonly]) {
  border-color: #0085EA;
  box-shadow: none;
}

/* line 512, app/assets/stylesheets/_form.scss */
.filter-field .select2-container .select2-selection--multiple {
  background-color: transparent;
}

/* line 515, app/assets/stylesheets/_form.scss */
.filter-field .select2-container .select2-selection--multiple .select2-search.select2-search--inline {
  margin: 0;
  width: 100%;
  border: 0;
}

/* line 525, app/assets/stylesheets/_form.scss */
.filter-field .select2-container .select2-selection--multiple .select2-selection__rendered {
  height: auto;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  background: transparent;
  border: 0;
}

/* line 535, app/assets/stylesheets/_form.scss */
.filter-field .select2-container .select2-selection--multiple .select2-selection__rendered:focus:not([readonly]) {
  border-color: #0085EA;
  box-shadow: none;
}

/* line 546, app/assets/stylesheets/_form.scss */
span.smaller-text {
  display: block;
  font-size: 0.7rem;
  color: #939393;
  margin-top: -5px;
  display: block;
  /* Forces it onto a new line */
  max-width: fit-content;
  /* Ensures it takes the width of the parent */
  white-space: normal;
}

/* line 567, app/assets/stylesheets/_form.scss */
.modalities-and-services-area .flex {
  display: flex;
  justify-content: space-between;
  align-items: start;
  /* Aligns the price at the top */
}

/* line 572, app/assets/stylesheets/_form.scss */
.modalities-and-services-area .selected_service_text {
  flex: 1;
}

/* line 577, app/assets/stylesheets/_form.scss */
.modalities-and-services-area span.smaller-text {
  display: block;
  font-size: 0.7rem;
  color: #939393;
  margin-top: -1px;
  max-width: inherit;
  white-space: normal;
}

/* line 586, app/assets/stylesheets/_form.scss */
.modalities-and-services-area .selected_service_name {
  display: block;
}

/* line 591, app/assets/stylesheets/_form.scss */
.modalities-and-services-area .selected_service .selected_service_price {
  min-width: 100px;
  text-align: right;
  flex-shrink: 0;
}

/* line 599, app/assets/stylesheets/_form.scss */
#modalities-and-services .select2-selection.select2-selection--multiple {
  margin-top: 3px;
}

@media screen and (max-width: 1024px) {
  /* line 603, app/assets/stylesheets/_form.scss */
  .drop-filter-button {
    padding-bottom: 0px;
  }
}

/* line 609, app/assets/stylesheets/_form.scss */
.inline-form-fields {
  display: flex;
  align-content: center;
}

/* line 3, app/assets/stylesheets/_pages.scss */
#agreement,
#rules,
section#info,
section#about {
  font-size: 1.2rem;
  padding: 2rem 0;
}

@media (max-width: 993px) {
  /* line 3, app/assets/stylesheets/_pages.scss */
  #agreement,
#rules,
section#info,
section#about {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* line 15, app/assets/stylesheets/_pages.scss */
#agreement h1,
#rules h1,
section#info h1,
section#about h1 {
  margin-top: 0;
}

/* line 19, app/assets/stylesheets/_pages.scss */
#agreement h2,
#rules h2,
section#info h2,
section#about h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  text-transform: uppercase;
}

/* line 26, app/assets/stylesheets/_pages.scss */
#agreement h5,
#rules h5,
section#info h5,
section#about h5 {
  color: #0085EA;
  text-align: left;
  font-size: 1rem;
  margin: 1rem 0 0.75rem;
}

@media (min-width: 602px) {
  /* line 34, app/assets/stylesheets/_pages.scss */
  #agreement .row,
#rules .row,
section#info .row,
section#about .row {
    display: table;
  }
  /* line 36, app/assets/stylesheets/_pages.scss */
  #agreement .row .col,
#rules .row .col,
section#info .row .col,
section#about .row .col {
    float: initial;
    display: table-cell;
    vertical-align: middle;
  }
}

/* line 44, app/assets/stylesheets/_pages.scss */
#agreement ol#nav,
#rules ol#nav,
section#info ol#nav,
section#about ol#nav {
  float: left;
  width: 25%;
  max-width: 355px;
  padding: 1.75rem;
  margin: 0;
  background: white;
  border-radius: 5px;
  list-style: none;
  list-style-type: none;
  counter-reset: list1;
}

/* line 55, app/assets/stylesheets/_pages.scss */
#agreement ol#nav:not(.pinned),
#rules ol#nav:not(.pinned),
section#info ol#nav:not(.pinned),
section#about ol#nav:not(.pinned) {
  width: 32.5%;
}

/* line 57, app/assets/stylesheets/_pages.scss */
#agreement ol#nav li,
#rules ol#nav li,
section#info ol#nav li,
section#about ol#nav li {
  display: flex;
  align-items: baseline;
  text-align: left;
  font-size: 1rem;
}

/* line 63, app/assets/stylesheets/_pages.scss */
#agreement ol#nav li:not(:last-child),
#rules ol#nav li:not(:last-child),
section#info ol#nav li:not(:last-child),
section#about ol#nav li:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 64, app/assets/stylesheets/_pages.scss */
#agreement ol#nav li:before,
#rules ol#nav li:before,
section#info ol#nav li:before,
section#about ol#nav li:before {
  margin-right: 0.5rem;
  color: #0085EA;
  counter-increment: list1;
  content: counter(list1) ". ";
}

/* line 71, app/assets/stylesheets/_pages.scss */
#agreement ol#nav li a,
#rules ol#nav li a,
section#info ol#nav li a,
section#about ol#nav li a {
  color: #373737;
  text-transform: uppercase;
}

/* line 74, app/assets/stylesheets/_pages.scss */
#agreement ol#nav li a:hover,
#rules ol#nav li a:hover,
section#info ol#nav li a:hover,
section#about ol#nav li a:hover {
  color: #0085EA;
}

/* line 75, app/assets/stylesheets/_pages.scss */
#agreement ol#nav li a.active,
#rules ol#nav li a.active,
section#info ol#nav li a.active,
section#about ol#nav li a.active {
  color: #0085EA;
}

/* line 80, app/assets/stylesheets/_pages.scss */
#agreement #content,
#rules #content,
section#info #content,
section#about #content {
  float: right;
  width: 100%;
  font-size: 1rem;
}

@media (max-width: 768px) {
  /* line 80, app/assets/stylesheets/_pages.scss */
  #agreement #content,
#rules #content,
section#info #content,
section#about #content {
    font-size: 0.75rem;
  }
}

@media (min-width: 993px) {
  /* line 80, app/assets/stylesheets/_pages.scss */
  #agreement #content,
#rules #content,
section#info #content,
section#about #content {
    width: 65%;
    font-size: 0.875rem;
  }
}

/* line 92, app/assets/stylesheets/_pages.scss */
#agreement #content > div,
#rules #content > div,
section#info #content > div,
section#about #content > div {
  margin-bottom: 2rem;
}

/* line 95, app/assets/stylesheets/_pages.scss */
#agreement #content > div .comment,
#rules #content > div .comment,
section#info #content > div .comment,
section#about #content > div .comment {
  margin-top: -0.5rem;
  font-size: 1.4rem;
  line-height: 1;
}

/* line 100, app/assets/stylesheets/_pages.scss */
#agreement #content > div .comment .smile,
#rules #content > div .comment .smile,
section#info #content > div .comment .smile,
section#about #content > div .comment .smile {
  width: 50px;
}

/* line 106, app/assets/stylesheets/_pages.scss */
#agreement #content p,
#rules #content p,
section#info #content p,
section#about #content p {
  margin: 0.5rem 0;
}

/* line 108, app/assets/stylesheets/_pages.scss */
#agreement #content ol,
#rules #content ol,
section#info #content ol,
section#about #content ol {
  padding-left: 1.5rem;
}

/* line 117, app/assets/stylesheets/_pages.scss */
.rubric {
  font-size: 1.3rem;
}

/* line 118, app/assets/stylesheets/_pages.scss */
.rubric img {
  margin: 0 1rem;
}

/* line 126, app/assets/stylesheets/_pages.scss */
section h2:first-child, section h3:first-child, section h4:first-child {
  margin-top: 0;
}

/* line 130, app/assets/stylesheets/_pages.scss */
section#slider {
  max-width: 1020px;
  margin: 3rem auto 0;
}

/* line 134, app/assets/stylesheets/_pages.scss */
section#slider .descr {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  margin: 1rem auto;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 90%;
}

/* line 144, app/assets/stylesheets/_pages.scss */
section#slider .descr p {
  margin: 0;
}

@media (min-width: 768px) {
  /* line 134, app/assets/stylesheets/_pages.scss */
  section#slider .descr {
    width: 40%;
    padding: 2rem;
    margin: 1rem;
  }
  /* line 151, app/assets/stylesheets/_pages.scss */
  section#slider .descr p {
    margin: 0.5rem;
  }
}

/* line 157, app/assets/stylesheets/_pages.scss */
section#map {
  margin-bottom: 0;
}

/* line 158, app/assets/stylesheets/_pages.scss */
section#map #map1,
section#map #map2 {
  height: 30rem;
}

/* line 163, app/assets/stylesheets/_pages.scss */
section#map > * {
  position: relative;
}

/* line 166, app/assets/stylesheets/_pages.scss */
section#map i.material-icons {
  color: #0085EA;
  font-size: 4rem;
}

/* line 170, app/assets/stylesheets/_pages.scss */
section#map .phone {
  margin: 0;
}

/* line 172, app/assets/stylesheets/_pages.scss */
section#map .phone a {
  color: #0085EA;
  font-size: 3rem;
}

/* line 178, app/assets/stylesheets/_pages.scss */
section#map .worktime span {
  color: #0085EA;
}

/* line 182, app/assets/stylesheets/_pages.scss */
section#map .addr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
  background: white;
  padding: 3rem 4rem;
  width: auto;
  right: 4rem;
  margin: auto 0;
  height: 22rem;
}

/* line 196, app/assets/stylesheets/_pages.scss */
section#services {
  background: #eff6f9;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

/* line 200, app/assets/stylesheets/_pages.scss */
section#services .btn {
  margin: 0 auto;
}

/* line 203, app/assets/stylesheets/_pages.scss */
section#services .card {
  background: white;
}

/* line 205, app/assets/stylesheets/_pages.scss */
section#services .card .card-title {
  font-weight: 400;
}

@media (max-width: 767px) {
  /* line 205, app/assets/stylesheets/_pages.scss */
  section#services .card .card-title {
    text-align: center;
  }
}

/* line 212, app/assets/stylesheets/_pages.scss */
section#services .card .card-content li {
  position: relative;
  text-align: center;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  /* line 212, app/assets/stylesheets/_pages.scss */
  section#services .card .card-content li {
    text-align: left;
  }
  /* line 218, app/assets/stylesheets/_pages.scss */
  section#services .card .card-content li:before {
    display: block;
    content: "";
    border-bottom: 1px dotted #252525;
    opacity: 0.3;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
  }
}

/* line 229, app/assets/stylesheets/_pages.scss */
section#services .card .card-content li > * {
  background: white;
  z-index: 2;
  position: relative;
  display: inline-block;
}

@media (max-width: 767px) {
  /* line 229, app/assets/stylesheets/_pages.scss */
  section#services .card .card-content li > * {
    display: block;
  }
}

/* line 238, app/assets/stylesheets/_pages.scss */
section#services .card .card-content li span {
  padding-left: 0.5rem;
}

@media (min-width: 768px) {
  /* line 238, app/assets/stylesheets/_pages.scss */
  section#services .card .card-content li span {
    float: right;
  }
}

/* line 244, app/assets/stylesheets/_pages.scss */
section#services .card .card-content li a {
  padding-right: 0.5rem;
}

/* line 251, app/assets/stylesheets/_pages.scss */
section#staffs {
  text-align: center;
  padding-bottom: 1rem;
}

/* line 254, app/assets/stylesheets/_pages.scss */
section#staffs img {
  margin: 0 auto;
}

/* line 257, app/assets/stylesheets/_pages.scss */
section#staffs .name {
  font-size: 1.5rem;
}

/* line 260, app/assets/stylesheets/_pages.scss */
section#staffs .title {
  color: #515151;
}

/* line 264, app/assets/stylesheets/_pages.scss */
section#reviews {
  padding-bottom: 1rem;
}

/* line 266, app/assets/stylesheets/_pages.scss */
section#reviews .slick-list {
  padding: 0.5rem 0;
}

/* line 269, app/assets/stylesheets/_pages.scss */
section#reviews .review-item {
  margin: 0 2rem;
  padding: 2rem;
  background: white;
}

/* line 273, app/assets/stylesheets/_pages.scss */
section#reviews .review-item i.material-icons {
  color: #0085EA;
  font-size: 4rem;
  margin-right: 1rem;
  float: left;
}

/* line 279, app/assets/stylesheets/_pages.scss */
section#reviews .review-item .name,
section#reviews .review-item .stamp {
  vertical-align: top;
}

/* line 283, app/assets/stylesheets/_pages.scss */
section#reviews .review-item .name {
  font-size: 1.6rem;
}

/* line 286, app/assets/stylesheets/_pages.scss */
section#reviews .review-item .stamp {
  color: #515151;
}

/* line 290, app/assets/stylesheets/_pages.scss */
section#reviews .view-all {
  margin-top: 3rem;
}

/* line 299, app/assets/stylesheets/_pages.scss */
section#categories .container, section#categories .exception, section.categories .container, section.categories .exception, section#reviews .container, section#reviews .exception, section.staff .container, section.staff .exception, section.staffs .container, section.staffs .exception {
  overflow: initial;
}

/* line 301, app/assets/stylesheets/_pages.scss */
section#categories .container h1, section#categories .exception h1, section.categories .container h1, section.categories .exception h1, section#reviews .container h1, section#reviews .exception h1, section.staff .container h1, section.staff .exception h1, section.staffs .container h1, section.staffs .exception h1 {
  display: none;
}

/* line 305, app/assets/stylesheets/_pages.scss */
section#categories img, section.categories img, section#reviews img, section.staff img, section.staffs img {
  width: 100% !important;
  display: flex;
}

/* line 309, app/assets/stylesheets/_pages.scss */
section#categories .card, section.categories .card, section#reviews .card, section.staff .card, section.staffs .card {
  background: white;
  margin: 1rem 0;
}

/* line 313, app/assets/stylesheets/_pages.scss */
section#categories .card .card-stacked, section.categories .card .card-stacked, section#reviews .card .card-stacked, section.staff .card .card-stacked, section.staffs .card .card-stacked {
  padding: 1rem;
}

/* line 316, app/assets/stylesheets/_pages.scss */
section#categories .card .card-title, section.categories .card .card-title, section#reviews .card .card-title, section.staff .card .card-title, section.staffs .card .card-title {
  font-size: 1.5rem;
  min-height: 3rem;
  padding: 0;
  margin: 0;
}

/* line 321, app/assets/stylesheets/_pages.scss */
section#categories .card .card-title .valign-wrapper, section.categories .card .card-title .valign-wrapper, section#reviews .card .card-title .valign-wrapper, section.staff .card .card-title .valign-wrapper, section.staffs .card .card-title .valign-wrapper {
  height: 100%;
  text-align: center;
}

/* line 324, app/assets/stylesheets/_pages.scss */
section#categories .card .card-title .valign-wrapper span, section.categories .card .card-title .valign-wrapper span, section#reviews .card .card-title .valign-wrapper span, section.staff .card .card-title .valign-wrapper span, section.staffs .card .card-title .valign-wrapper span {
  margin: 0 auto;
  padding: 0.5rem;
  font-weight: 400;
}

/* line 331, app/assets/stylesheets/_pages.scss */
section#categories .card .card-content, section.categories .card .card-content, section#reviews .card .card-content, section.staff .card .card-content, section.staffs .card .card-content {
  font-size: 1.3rem;
  color: #4a4a4a;
  overflow: hidden;
}

/* line 337, app/assets/stylesheets/_pages.scss */
section#categories .view-all, section.categories .view-all, section#reviews .view-all, section.staff .view-all, section.staffs .view-all {
  text-align: center;
}

/* line 343, app/assets/stylesheets/_pages.scss */
section.about #story img {
  margin: 0 0 1rem 1rem;
  max-width: 100%;
}

/* line 349, app/assets/stylesheets/_pages.scss */
section.about .images img {
  height: auto;
}

/* line 352, app/assets/stylesheets/_pages.scss */
section.about .images .card {
  margin-bottom: 1rem;
}

/* line 360, app/assets/stylesheets/_pages.scss */
section.categories .collapsible .collapsible-body, section.careers .collapsible .collapsible-body {
  padding: 0.5rem;
}

@media (min-width: 768px) {
  /* line 360, app/assets/stylesheets/_pages.scss */
  section.categories .collapsible .collapsible-body, section.careers .collapsible .collapsible-body {
    padding: 1rem;
  }
}

/* line 365, app/assets/stylesheets/_pages.scss */
section.categories .collapsible .collapsible-body h6, section.careers .collapsible .collapsible-body h6 {
  font-size: 1.2rem;
}

/* line 368, app/assets/stylesheets/_pages.scss */
section.categories .collapsible .collapsible-body .req,
section.categories .collapsible .collapsible-body .resp,
section.categories .collapsible .collapsible-body .cond, section.careers .collapsible .collapsible-body .req,
section.careers .collapsible .collapsible-body .resp,
section.careers .collapsible .collapsible-body .cond {
  font-size: 1.2rem;
  padding-left: 2rem;
}

/* line 375, app/assets/stylesheets/_pages.scss */
section.categories .collapsible .collapsible-header, section.careers .collapsible .collapsible-header {
  color: #0085EA;
  padding-right: 4rem;
  font-size: 1.8rem;
  position: relative;
}

/* line 380, app/assets/stylesheets/_pages.scss */
section.categories .collapsible .collapsible-header i.material-icons, section.careers .collapsible .collapsible-header i.material-icons {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1rem;
  font-size: 2rem;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  transition: .3s ease-out;
}

/* line 391, app/assets/stylesheets/_pages.scss */
section.categories .collapsible .collapsible-header.active i.material-icons, section.careers .collapsible .collapsible-header.active i.material-icons {
  transform: rotate(180deg);
}

/* line 399, app/assets/stylesheets/_pages.scss */
section.rubrics .row {
  display: flex;
  flex-wrap: wrap;
}

/* line 402, app/assets/stylesheets/_pages.scss */
section.rubrics .row .col {
  display: flex;
  margin-left: 0;
}

/* line 407, app/assets/stylesheets/_pages.scss */
section.rubrics .card {
  width: 100%;
  background: white;
  margin-bottom: 1rem;
}

/* line 411, app/assets/stylesheets/_pages.scss */
section.rubrics .card .card-content {
  padding: 1rem;
}

/* line 413, app/assets/stylesheets/_pages.scss */
section.rubrics .card .card-content .card-title {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 1rem 0;
  border-bottom: none;
  color: #0085EA;
  padding: 0;
}

/* line 421, app/assets/stylesheets/_pages.scss */
section.rubrics .card .card-content ul {
  padding-left: 2rem;
  color: #579ae2;
  margin: 0;
  list-style-image: url(/site/dot.png);
}

/* line 426, app/assets/stylesheets/_pages.scss */
section.rubrics .card .card-content ul li {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

/* line 429, app/assets/stylesheets/_pages.scss */
section.rubrics .card .card-content ul li a {
  text-decoration: underline;
}

/* line 437, app/assets/stylesheets/_pages.scss */
section.rubric, section.article {
  font-size: 1.3rem;
}

/* line 439, app/assets/stylesheets/_pages.scss */
section.rubric img, section.article img {
  margin: 0 1rem;
}

/* line 443, app/assets/stylesheets/_pages.scss */
section.rubric h2, section.rubric h3, section.rubric h4, section.article h2, section.article h3, section.article h4 {
  text-align: left;
}

/* line 449, app/assets/stylesheets/_pages.scss */
section.staff .certificates .card-image {
  height: 11rem;
  overflow: hidden;
}

/* line 458, app/assets/stylesheets/_pages.scss */
#report .collapsible-body {
  padding: 1rem;
}

/* line 461, app/assets/stylesheets/_pages.scss */
#report table {
  margin: 1rem 0;
}

/* line 463, app/assets/stylesheets/_pages.scss */
#report table th, #report table td {
  padding: 0.3rem;
  border: solid 1px;
}

/* line 471, app/assets/stylesheets/_pages.scss */
.reports-empty {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100vh - 104px);
  padding: 3rem 1.5rem;
  font-size: 1.75rem;
  letter-spacing: 0.5px;
  text-align: center;
}

/* line 482, app/assets/stylesheets/_pages.scss */
.reports-empty p {
  position: relative;
  margin: 0;
  z-index: 50;
}

/* line 488, app/assets/stylesheets/_pages.scss */
.reports-empty img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 388px;
  width: 60%;
  transform: translate(-50%, -50%);
  z-index: 25;
}

/* line 500, app/assets/stylesheets/_pages.scss */
.gallery {
  margin-left: -1rem;
  margin-right: -1rem;
}

/* line 503, app/assets/stylesheets/_pages.scss */
.gallery .card {
  display: inline-block;
  margin: 1rem;
}

/* line 506, app/assets/stylesheets/_pages.scss */
.gallery .card .card-action {
  color: #0085EA;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0rem;
  cursor: pointer;
}

/* line 513, app/assets/stylesheets/_pages.scss */
.gallery .card .card-action:hover {
  cursor: pointer;
}

/* line 520, app/assets/stylesheets/_pages.scss */
.list-photos {
  text-align: center;
  width: 100%;
}

/* line 525, app/assets/stylesheets/_pages.scss */
.list-photos-item {
  display: inline-block;
  padding: 0;
  margin: 11px;
  cursor: pointer;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 200px;
  vertical-align: middle;
  line-height: 200px;
  background: #fff;
  width: 200px;
}

/* line 539, app/assets/stylesheets/_pages.scss */
.list-photos-item img {
  vertical-align: middle;
}

/* line 544, app/assets/stylesheets/_pages.scss */
.button-phone {
  bottom: 1rem;
  right: 1rem;
  width: 6rem;
  height: 6rem;
  margin: 0;
  position: fixed;
  visibility: visible;
  background-color: transparent;
  z-index: 1003;
}

/* line 555, app/assets/stylesheets/_pages.scss */
.button-phone * {
  box-sizing: border-box;
}

/* line 559, app/assets/stylesheets/_pages.scss */
.button-phone a {
  top: 1.5rem;
  left: 1.5rem;
  width: 3rem;
  height: 3rem;
  position: absolute;
  border: none;
  border-radius: 50%;
  background-color: #0085EA;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: pulse 2.55s infinite cubic-bezier(0.56, 0, 0, 1);
  -moz-animation: pulse 1.85s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.85s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.85s infinite cubic-bezier(0.66, 0, 0, 1);
  opacity: 0.75;
  transition: opacity 0.7s ease;
  box-shadow: 0 0 0 0 #38a9ff;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 582, app/assets/stylesheets/_pages.scss */
.button-phone a .material-icons {
  font-size: 2.2rem;
  margin: 0.4rem;
  color: white;
  -webkit-animation: rotate 3000ms linear infinite;
  -moz-animation: rotate 3000ms linear infinite;
  -ms-animation: rotate 3000ms linear infinite;
  animation: rotate 3000ms linear infinite;
}

/* line 594, app/assets/stylesheets/_pages.scss */
.ctrl-buttons,
.object-childs {
  text-align: center;
  padding: 1rem 0;
}

/* line 598, app/assets/stylesheets/_pages.scss */
.ctrl-buttons .btn,
.object-childs .btn {
  margin-bottom: 1rem;
}

/* line 600, app/assets/stylesheets/_pages.scss */
.ctrl-buttons .btn:not(:last-child),
.object-childs .btn:not(:last-child) {
  margin-right: 1rem;
}

/* line 606, app/assets/stylesheets/_pages.scss */
.chart-container {
  position: relative;
  height: 50vh;
  margin-top: 3rem;
}

/* line 613, app/assets/stylesheets/_pages.scss */
.scope-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  padding: 8px;
  font-size: 14px;
  color: #0085EA;
  background: #FFF;
  border-radius: 2px;
}

/* line 624, app/assets/stylesheets/_pages.scss */
.scope-item.active {
  background: #D4EAFF;
}

/* line 626, app/assets/stylesheets/_pages.scss */
.scope-item.active a {
  color: inherit;
}

/* line 629, app/assets/stylesheets/_pages.scss */
.scope-item a {
  margin-left: 14px;
  margin-right: 14px;
}

/* line 636, app/assets/stylesheets/_pages.scss */
.tabs-links {
  display: inline-flex;
  margin-left: 20px;
}

/* line 640, app/assets/stylesheets/_pages.scss */
.tabs-links .tabs-link {
  font-size: 14px;
  font-weight: 500;
  color: #4a4a4a;
  letter-spacing: 0.3px;
}

/* line 646, app/assets/stylesheets/_pages.scss */
.tabs-links .tabs-link.active {
  color: #0085EA;
}

/* line 647, app/assets/stylesheets/_pages.scss */
.tabs-links .tabs-link:not(:last-child)::after {
  content: '|';
  display: inline-block;
  margin: 0 4px;
}

/* line 655, app/assets/stylesheets/_pages.scss */
.stat {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -28px;
}

/* line 660, app/assets/stylesheets/_pages.scss */
.stat-item {
  position: relative;
  flex-shrink: 0;
  margin: 10px 28px;
  border-radius: 50%;
}

/* line 666, app/assets/stylesheets/_pages.scss */
.stat-item-inner {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #b9b9b9;
  text-align: center;
}

/* line 681, app/assets/stylesheets/_pages.scss */
.stat-item-title {
  margin-bottom: 4px;
  font-size: 9px;
}

/* line 686, app/assets/stylesheets/_pages.scss */
.stat-item-value {
  font-size: 14px;
  font-weight: 600;
}

/* line 689, app/assets/stylesheets/_pages.scss */
.stat-item-value .accent {
  font-size: 20px;
}

/* line 692, app/assets/stylesheets/_pages.scss */
.stat-item-progress {
  position: relative;
  width: 110px;
  height: 110px;
}

/* line 697, app/assets/stylesheets/_pages.scss */
.stat-item-progress circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke-width: 8px;
  stroke-linecap: round;
  stroke-dasharray: 314;
  stroke-dashoffset: 220;
  transform: rotate(-90deg) scaleX(-1);
  transform-origin: 50% 50%;
  transition: 0.35s;
}

/* line 713, app/assets/stylesheets/_pages.scss */
.stat-item.init .stat-item-value {
  color: #eacc66;
}

/* line 714, app/assets/stylesheets/_pages.scss */
.stat-item.scheduled .stat-item-value {
  color: #5985b3;
}

/* line 715, app/assets/stylesheets/_pages.scss */
.stat-item.done .stat-item-value {
  color: #59b35c;
}

/* line 716, app/assets/stylesheets/_pages.scss */
.stat-item.failed .stat-item-value {
  color: #e35a5a;
}

/* line 717, app/assets/stylesheets/_pages.scss */
.stat-item.canceled .stat-item-value {
  color: #e35a5a;
}

/* line 721, app/assets/stylesheets/_pages.scss */
.price-table {
  border-collapse: separate;
  border-spacing: 0;
}

/* line 725, app/assets/stylesheets/_pages.scss */
.price-table-wrp {
  padding: 24px;
  overflow: hidden;
}

@media print {
  /* line 725, app/assets/stylesheets/_pages.scss */
  .price-table-wrp {
    padding: 0;
  }
}

/* line 732, app/assets/stylesheets/_pages.scss */
.price-table-scroller {
  height: 600px;
  overflow: auto;
}

@media print {
  /* line 732, app/assets/stylesheets/_pages.scss */
  .price-table-scroller {
    height: auto;
  }
}

/* line 739, app/assets/stylesheets/_pages.scss */
.price-table th, .price-table td {
  padding: 4px 8px;
  vertical-align: middle;
  border: 1px solid #666;
  border-radius: 0;
}

/* line 745, app/assets/stylesheets/_pages.scss */
.price-table th.nowrap, .price-table td.nowrap {
  white-space: nowrap;
}

/* line 749, app/assets/stylesheets/_pages.scss */
.price-table thead th {
  position: sticky;
  top: 0;
  text-align: center;
  background-color: #efefef;
  z-index: 1;
}

/* line 756, app/assets/stylesheets/_pages.scss */
.price-table thead th:first-child {
  left: 0;
  z-index: 2;
}

/* line 762, app/assets/stylesheets/_pages.scss */
.price-table tbody th {
  position: sticky;
  left: 0;
  background-color: #efefef;
  z-index: 1;
}

@media screen and (max-width: 500px) {
  /* line 762, app/assets/stylesheets/_pages.scss */
  .price-table tbody th {
    max-width: 140px;
  }
}

/* line 773, app/assets/stylesheets/_pages.scss */
.price-table th {
  font-weight: normal;
}

/* line 777, app/assets/stylesheets/_pages.scss */
.price-table td {
  text-align: center;
}

/* line 2, app/assets/stylesheets/_login.scss */
body.guest {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/assets/home_bg-007ad1b12ae66c1393164f7063ca180fca55a79d08b9b4740564194547aafd0b.jpg);
}

/* line 11, app/assets/stylesheets/_login.scss */
.login-form {
  min-width: 340px;
  padding-left: 7px;
  padding-right: 7px;
}

/* line 18, app/assets/stylesheets/_login.scss */
.login__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 355px;
  height: calc(100vh - 64px);
  min-height: 455px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  /* line 18, app/assets/stylesheets/_login.scss */
  .login__wrapper {
    flex-direction: row;
    max-width: 966px;
  }
}

/* line 34, app/assets/stylesheets/_login.scss */
.login__greeting {
  margin-bottom: 48px;
  font-size: 22px;
}

@media screen and (min-width: 992px) {
  /* line 34, app/assets/stylesheets/_login.scss */
  .login__greeting {
    margin-bottom: 10px;
    font-size: 24px;
  }
}

/* line 43, app/assets/stylesheets/_login.scss */
.login__intro {
  display: none;
  font-size: 18px;
}

/* line 46, app/assets/stylesheets/_login.scss */
.login__intro p {
  margin: 0 0 5px;
}

/* line 48, app/assets/stylesheets/_login.scss */
.login__intro p:last-child {
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  /* line 43, app/assets/stylesheets/_login.scss */
  .login__intro {
    display: block;
  }
}

/* line 53, app/assets/stylesheets/_login.scss */
.login__text {
  text-align: center;
}

/* line 57, app/assets/stylesheets/_login.scss */
.login__form {
  padding: 3rem 1.5rem;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 992px) {
  /* line 57, app/assets/stylesheets/_login.scss */
  .login__form {
    margin-left: 7%;
    padding: 3rem;
  }
}

/* line 67, app/assets/stylesheets/_login.scss */
.login__form .login__form-group {
  margin-bottom: 1rem;
}

/* line 71, app/assets/stylesheets/_login.scss */
.login__form input.login__input[type=text],
.login__form input.login__input[type=password] {
  width: 250px;
  height: 36px;
  margin: 0;
  padding: 12px;
  font-size: 12px;
  background: #fff;
  border: 1px solid rgba(89, 134, 179, 0.5);
  border-radius: 2px;
  box-sizing: border-box;
  box-shadow: none;
}

/* line 83, app/assets/stylesheets/_login.scss */
.login__form input.login__input[type=text]:focus,
.login__form input.login__input[type=password]:focus {
  border-bottom: 1px solid rgba(89, 134, 179, 0.5);
  box-shadow: inset 0 0 1px 1px rgba(89, 134, 179, 0.5);
}

@media screen and (min-width: 380px) {
  /* line 71, app/assets/stylesheets/_login.scss */
  .login__form input.login__input[type=text],
.login__form input.login__input[type=password] {
    width: 300px !important;
  }
}

/* line 93, app/assets/stylesheets/_login.scss */
.login__form input.login__checkbox[type=checkbox] + label {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #909090;
  cursor: pointer;
  user-select: none;
}

/* line 106, app/assets/stylesheets/_login.scss */
.login__form input.login__checkbox[type=checkbox] + label::before {
  content: '';
  position: static;
  flex-shrink: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 0;
  border: 1px solid rgba(144, 144, 144, 0.5);
  border-radius: 2px;
}

/* line 119, app/assets/stylesheets/_login.scss */
.login__form input.login__checkbox[type=checkbox] + label::after {
  content: '';
  display: none;
  position: absolute;
  left: 2px;
  top: 5px;
  width: 16px;
  height: 8px;
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  border-left: 2px solid #5986b3;
  border-bottom: 2px solid #5986b3;
  backface-visibility: hidden;
}

/* line 134, app/assets/stylesheets/_login.scss */
.login__form input.login__checkbox[type=checkbox]:checked + label::before {
  transform: none;
}

/* line 135, app/assets/stylesheets/_login.scss */
.login__form input.login__checkbox[type=checkbox]:checked + label::after {
  display: block;
}

/* line 139, app/assets/stylesheets/_login.scss */
.login__submit.login__form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

@media screen and (min-width: 380px) {
  /* line 139, app/assets/stylesheets/_login.scss */
  .login__submit.login__form-group {
    margin-left: 30px;
  }
}

/* line 147, app/assets/stylesheets/_login.scss */
.login__submit.login__form-group .btn {
  flex-basis: 140px;
}

/* line 150, app/assets/stylesheets/_login.scss */
.login__forget-pass {
  font-size: 12px;
  line-height: 18px;
}

/* line 155, app/assets/stylesheets/_login.scss */
.login__restore-pass {
  font-size: 12px;
  line-height: 18px;
  color: #5986b3;
}

/* line 161, app/assets/stylesheets/_login.scss */
.login__error {
  font-size: 0.875rem !important;
}

/* line 163, app/assets/stylesheets/_login.scss */
.login__error::after {
  margin-top: 0.25rem;
}

/* line 1, app/assets/stylesheets/_toast.scss */
#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}

@media only screen and (max-width : 600px) {
  /* line 1, app/assets/stylesheets/_toast.scss */
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}

@media only screen and (min-width : 601px) and (max-width : 992px) {
  /* line 1, app/assets/stylesheets/_toast.scss */
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}

@media only screen and (min-width : 993px) {
  /* line 1, app/assets/stylesheets/_toast.scss */
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}

/* line 22, app/assets/stylesheets/_toast.scss */
.toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  word-break: break-all;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  background-color: #f44336;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;
}

/* line 44, app/assets/stylesheets/_toast.scss */
.toast .toast-action {
  color: #eeff41;
  font-weight: 500;
  margin-right: -25px;
  margin-left: 3rem;
}

/* line 51, app/assets/stylesheets/_toast.scss */
.toast.rounded {
  border-radius: 24px;
}

@media only screen and (max-width : 600px) {
  /* line 22, app/assets/stylesheets/_toast.scss */
  .toast {
    width: 100%;
    border-radius: 0;
  }
}

/* line 1, app/assets/stylesheets/_appointments.scss */
.appointment-header {
  min-height: 48px;
  vertical-align: middle;
}

/* line 4, app/assets/stylesheets/_appointments.scss */
.appointment-header span {
  margin-right: 7px;
}

/* line 9, app/assets/stylesheets/_appointments.scss */
.appointment-title {
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

/* line 16, app/assets/stylesheets/_appointments.scss */
.appointment-created-at {
  color: #939393;
  font-size: 12px;
  display: inline-block;
}

/* line 23, app/assets/stylesheets/_appointments.scss */
.appointment-list-item .group {
  min-height: 72px;
  height: 100%;
  padding-left: 4px;
  padding-right: 4px;
}

/* line 28, app/assets/stylesheets/_appointments.scss */
.appointment-list-item .group .subtitle {
  color: #939393;
  font-size: 12px;
  padding-top: 8px;
}

/* line 34, app/assets/stylesheets/_appointments.scss */
.appointment-list-item .group .attribute {
  color: #4A4A4A;
  font-size: 14px;
  padding-bottom: 8px;
}

/* line 41, app/assets/stylesheets/_appointments.scss */
.appointment-list-item .group .link a {
  font-size: 12px;
  color: #007AFF;
  text-decoration: none;
}

/* line 50, app/assets/stylesheets/_appointments.scss */
.appointment-status-badge {
  border-radius: 4px;
  font-weight: 500;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 10px;
  margin-right: 24px;
}

@media (min-width: 1024px) {
  /* line 62, app/assets/stylesheets/_appointments.scss */
  .bottom-line {
    border-bottom: 1px solid #DCE0F2;
  }
}

/* line 67, app/assets/stylesheets/_appointments.scss */
.bottom-line-last {
  border-bottom: 1px solid #DCE0F2;
  margin-right: 40px;
}

/* line 1, app/assets/stylesheets/_notes.scss */
.new-appointment-note {
  width: 512px;
}

/* line 4, app/assets/stylesheets/_notes.scss */
.new-appontment-title {
  font-size: 26px;
  color: #4A4A4A;
}

/* line 9, app/assets/stylesheets/_notes.scss */
label {
  font-size: 14px;
  color: #939393;
}

/* line 1, app/assets/stylesheets/_schedule_rules.scss */
.schedule-rule-header {
  min-height: 48px;
  vertical-align: middle;
}

/* line 4, app/assets/stylesheets/_schedule_rules.scss */
.schedule-rule-header span {
  margin-right: 7px;
}

/* line 10, app/assets/stylesheets/_schedule_rules.scss */
.schedule-rule-list-item .group {
  min-height: 72px;
  padding-right: 7px;
  padding-left: 7px;
}

/* line 15, app/assets/stylesheets/_schedule_rules.scss */
.schedule-rule-list-item .group .subtitle {
  color: #939393;
  font-size: 12px;
  margin-top: 8px;
}

/* line 21, app/assets/stylesheets/_schedule_rules.scss */
.schedule-rule-list-item .group .attribute {
  color: #4A4A4A;
  font-size: 14px;
}

/* line 26, app/assets/stylesheets/_schedule_rules.scss */
.schedule-rule-list-item .group ul.ingroup-list {
  list-style-type: disc;
  list-style-position: inside;
}

/* line 30, app/assets/stylesheets/_schedule_rules.scss */
.schedule-rule-list-item .group ul.ingroup-list li {
  list-style-type: disc;
  list-style-position: inside;
}

/* line 37, app/assets/stylesheets/_schedule_rules.scss */
.schedule-rule-list-item .group .link a {
  font-size: 12px;
  color: #007AFF;
  text-decoration: none;
}

/* line 45, app/assets/stylesheets/_schedule_rules.scss */
.schedule-rule-list-item .schedule-rule-title {
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 600;
}

/* line 51, app/assets/stylesheets/_schedule_rules.scss */
.schedule-rule-list-item .schedule-rule-created-at {
  color: #939393;
  font-size: 12px;
}

/* line 57, app/assets/stylesheets/_schedule_rules.scss */
.new_schedule_rule, .edit_schedule_rule {
  max-width: 768px;
}

/* line 61, app/assets/stylesheets/_schedule_rules.scss */
.new_schedule_rule #schedule_rules_periods .nested-fields .select2-container, .edit_schedule_rule #schedule_rules_periods .nested-fields .select2-container {
  width: 96px;
}

/* line 72, app/assets/stylesheets/_schedule_rules.scss */
.filters-form button {
  padding: 12px 20px 12px 20px;
}

/* line 76, app/assets/stylesheets/_schedule_rules.scss */
.filters-form #partner_selector_modal {
  width: 300px;
  max-height: 333px;
}

/* line 81, app/assets/stylesheets/_schedule_rules.scss */
.filters-form .partners-container {
  max-height: calc(333px - 80px);
  height: calc(333px - 80px);
  overflow-y: scroll !important;
}

/* line 87, app/assets/stylesheets/_schedule_rules.scss */
.filters-form .partners-container::-webkit-scrollbar {
  width: 8px;
}

/* line 91, app/assets/stylesheets/_schedule_rules.scss */
.filters-form .partners-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

/* line 96, app/assets/stylesheets/_schedule_rules.scss */
.filters-form .partners-container::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

/* line 101, app/assets/stylesheets/_schedule_rules.scss */
.filters-form .partners-container::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* line 105, app/assets/stylesheets/_schedule_rules.scss */
.filters-form .filter-selector__item {
  padding: 0 8px 16px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* line 116, app/assets/stylesheets/_schedule_rules.scss */
.filters-form .filter-selector__item:hover {
  background-color: #f9fafb;
}

/* line 120, app/assets/stylesheets/_schedule_rules.scss */
.filters-form .filter-selector__item label {
  cursor: pointer;
  margin: 0;
  width: 100%;
  justify-content: flex-start !important;
  color: #4A4A4A;
  text-align: left;
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  border-color: #E6E5EB;
}

/* line 136, app/assets/stylesheets/_schedule_rules.scss */
.filters-form .filter-selector__item label input {
  color: #0066B3 !important;
  background-color: #0066B3 !important;
  background: #0066B3 !important;
}

/* line 142, app/assets/stylesheets/_schedule_rules.scss */
.filters-form .partner-checkbox {
  margin-left: 0 !important;
  margin-right: 10px !important;
  flex-shrink: 0;
}

/* line 148, app/assets/stylesheets/_schedule_rules.scss */
.filters-form .hidden {
  display: none;
}

/* line 3, app/assets/stylesheets/_filter.scss */
.filters-form {
  /* Container for proper positioning */
  /* Container for proper positioning */
  /* Custom checkbox styling */
  /* Scrollbar styling for the list */
  /* Mobile responsiveness */
  /* Change text color to #0066B3 when checkbox is checked */
  /* Alternative approach if the above doesn't work */
  /* Or target the label text directly */
}

/* line 4, app/assets/stylesheets/_filter.scss */
.filters-form button {
  padding: 12px 20px 12px 20px;
}

/* line 8, app/assets/stylesheets/_filter.scss */
.filters-form .modal-selector {
  @apply relative inline-block;
}

/* line 12, app/assets/stylesheets/_filter.scss */
.filters-form .modal-selector__trigger {
  @apply px-4 py-2 bg-blue-500 text-white rounded hover:bg-blue-600 transition-colors;
}

/* line 16, app/assets/stylesheets/_filter.scss */
.filters-form .modal-selector__modal {
  @apply transition-opacity duration-300;
}

/* line 20, app/assets/stylesheets/_filter.scss */
.filters-form .modal-selector__modal:not(.hidden) {
  @apply opacity-100;
}

/* line 24, app/assets/stylesheets/_filter.scss */
.filters-form .modal-selector__modal.hidden {
  @apply opacity-0 pointer-events-none;
}

/* line 28, app/assets/stylesheets/_filter.scss */
.filters-form .modal-selector__overlay {
  @apply transition-opacity;
}

/* line 32, app/assets/stylesheets/_filter.scss */
.filters-form .modal-selector__content {
  @apply transform transition-transform duration-300;
}

/* line 36, app/assets/stylesheets/_filter.scss */
.filters-form .modal-selector__modal:not(.hidden) .modal-selector__content {
  @apply translate-y-0;
}

/* line 40, app/assets/stylesheets/_filter.scss */
.filters-form .modal-selector__modal.hidden .modal-selector__content {
  @apply -translate-y-4;
}

/* line 44, app/assets/stylesheets/_filter.scss */
.filters-form .modal-selector__close {
  @apply transition-colors duration-200;
}

/* line 48, app/assets/stylesheets/_filter.scss */
.filters-form .modal-selector__item {
  @apply transition-colors duration-200 rounded;
}

/* line 52, app/assets/stylesheets/_filter.scss */
.filters-form .modal-selector__item--selected {
  @apply bg-blue-100 text-blue-600;
}

/* line 57, app/assets/stylesheets/_filter.scss */
.filters-form .modal-selector__search {
  position: relative;
  padding: 20px 0 16px 0;
  border-radius: 14px;
  border-color: red;
}

/* line 65, app/assets/stylesheets/_filter.scss */
.filters-form .modal-selector__search-input {
  background-color: #F2F1F6;
  border-radius: 14px;
  padding-left: 2.5rem !important;
}

/* line 73, app/assets/stylesheets/_filter.scss */
.filters-form .relative.inline-block {
  position: relative;
  display: inline-block;
}

/* line 79, app/assets/stylesheets/_filter.scss */
.filters-form .relative.inline-block {
  position: relative;
  display: inline-block;
}

/* line 85, app/assets/stylesheets/_filter.scss */
.filters-form .item-checkbox:checked + .custom-checkbox {
  background-color: #0066B3;
  border-color: #0066B3;
  display: block;
}

/* line 91, app/assets/stylesheets/_filter.scss */
.filters-form .item-checkbox:checked + .custom-checkbox svg {
  display: block;
}

/* line 95, app/assets/stylesheets/_filter.scss */
.filters-form .custom-checkbox {
  transition: all 0.2s ease;
  display: block;
}

/* line 100, app/assets/stylesheets/_filter.scss */
.filters-form .modal-selector__list__container {
  padding: 0 24px 0 24px;
}

/* line 104, app/assets/stylesheets/_filter.scss */
.filters-form .modal-selector__list {
  padding-bottom: 20px;
}

/* line 110, app/assets/stylesheets/_filter.scss */
.filters-form .modal-selector__list::-webkit-scrollbar {
  width: 6px;
}

/* line 114, app/assets/stylesheets/_filter.scss */
.filters-form .modal-selector__list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

/* line 119, app/assets/stylesheets/_filter.scss */
.filters-form .modal-selector__list::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

/* line 124, app/assets/stylesheets/_filter.scss */
.filters-form .modal-selector__list::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

@media (max-width: 768px) {
  /* line 130, app/assets/stylesheets/_filter.scss */
  .filters-form #partner_selector_modal {
    width: 100% !important;
    left: 0 !important;
    right: 0;
  }
  /* line 136, app/assets/stylesheets/_filter.scss */
  .filters-form .partner-filter__btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* line 145, app/assets/stylesheets/_filter.scss */
.filters-form .item-checkbox:checked ~ span:not(.custom-checkbox) {
  color: #0066B3;
}

/* line 150, app/assets/stylesheets/_filter.scss */
.filters-form .item-checkbox:checked + .custom-checkbox + span {
  color: #0066B3;
}

/* line 155, app/assets/stylesheets/_filter.scss */
.filters-form label:has(.item-checkbox:checked) {
  color: #0066B3;
}

/* line 1, app/assets/stylesheets/_cookies.scss */
#user-settings-form {
  position: fixed;
  z-index: 1100;
  border: 1px solid #E6F1FF;
  border-radius: 12px;
  width: 330px;
  height: 270px;
  background-color: white;
  box-shadow: 2px 2px 14px 0px #e5edf4;
  padding: 14px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 15, app/assets/stylesheets/_cookies.scss */
#user-settings-form label {
  font-size: 12px;
  color: #4A4A4A;
}

/* line 20, app/assets/stylesheets/_cookies.scss */
#user-settings-form .header {
  font-size: 14px;
  font-weight: 700;
  color: #0066B3;
}

/* line 26, app/assets/stylesheets/_cookies.scss */
#user-settings-form input[type=checkbox] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  accent-color: #148FEC;
}

/* line 34, app/assets/stylesheets/_cookies.scss */
#user-settings-area {
  position: fixed;
  bottom: 16px;
  z-index: 1100;
  border: 1px solid #E6F1FF;
  border-radius: 12px;
  padding: 12px;
  background-color: white;
  box-shadow: 2px 2px 14px 0px #e5edf4;
}

/* line 45, app/assets/stylesheets/_cookies.scss */
#user-settings-area .header {
  font-weight: 700;
  font-size: 12px;
  color: #0066B3;
}

/* line 51, app/assets/stylesheets/_cookies.scss */
#user-settings-area .message {
  margin-top: 7px;
  font-size: 11px;
}

/* line 56, app/assets/stylesheets/_cookies.scss */
#user-settings-area .actions {
  margin-top: 7px;
}

@media (min-width: 768px) {
  /* line 62, app/assets/stylesheets/_cookies.scss */
  #user-settings-area {
    left: 50%;
    transform: translateX(-50%);
    max-width: 520px;
  }
}

@layer base {
  @font-face {
    font-family: 'Inter';
    src: local("Inter Regular"), local("Inter-Regular"), url(/assets/Inter-Regular-0948705074dfe2ce7739f4909bb25eb92808940a9c47df990264bbf816c4d8a1.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Inter';
    src: local("Inter Medium"), local("Inter-Medium"), url(/assets/Inter-Medium-9cc464c07fb95ebdc119e24cd313412f0a889b4ee8b80bf1552f3d1420c06130.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: 'Inter';
    src: local("Inter SemiBold"), local("Inter-SemiBold"), url(/assets/Inter-SemiBold-d5757292ebc850b8ad40727c0ae46c6a91c3e932b2c61f5f8fb0a4d006a7cde4.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: 'Inter';
    src: local("Inter Bold"), local("Inter-Bold"), url(/assets/Inter-Bold-0920ff58b97ce9ca5e29edb117d8cfca664ad792d1a04fdbf83d4ce45966d2ca.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: 'password';
    src: local("password"), local("password"), url(/assets/password-aee9f06047c7d0bdf46e668cdb5d4d4c6039b4ac3cbd8cd59210d3e838ca508e.ttf) format("truetype");
    font-style: normal;
    font-weight: 400;
  }
}

@layer utilities {
  /* line 43, app/assets/stylesheets/tailwindcss/fonts.css */
  .image-gradient img {
    @apply h-full w-auto object-cover;
  }
}

/* line 4, app/assets/stylesheets/_icons.scss */
.icon {
  @apply w-4 h-4 flex-shrink-0;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: currentColor;
  display: inline-block;
}

/* line 17, app/assets/stylesheets/_icons.scss */
.icon-vector {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='black'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='black'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

/* line 23, app/assets/stylesheets/_icons.scss */
.icon-xmark {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='black'%3E%3Cpath fill-rule='evenodd' d='M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='black'%3E%3Cpath fill-rule='evenodd' d='M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

@layer components {
  /* line 30, app/assets/stylesheets/_icons.scss */
  .icon-tw {
    @apply w-4 h-4 flex-shrink-0;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: currentColor;
    display: inline-block;
  }
  /* line 42, app/assets/stylesheets/_icons.scss */
  .icon-vector-tw {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='black' fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='black' fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
  /* line 47, app/assets/stylesheets/_icons.scss */
  .icon-xmark-tw {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='black' fill-rule='evenodd' d='M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='black' fill-rule='evenodd' d='M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
}

/* line 1, app/assets/stylesheets/components/appointments_filter.scss */
.appointments-filter {
  margin-top: 14px;
  margin-bottom: 14px;
  min-height: 96px;
}

/* line 6, app/assets/stylesheets/components/appointments_filter.scss */
.appointments-filter .appointments-general-search {
  background-color: #F2F1F6;
  width: 100%;
  min-height: 40px;
  border-radius: 14px;
  padding: 4px 20px 4px 20px;
  gap: 10;
}

/* line 14, app/assets/stylesheets/components/appointments_filter.scss */
.appointments-filter .appointments-general-search .search-text {
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

/* line 23, app/assets/stylesheets/components/appointments_filter.scss */
.appointments-filter .appointments-additional-filter .date-form-input {
  border: 1px solid #e6e5eb;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: .5rem .75rem;
  border-radius: 10px;
  cursor: pointer;
}

/* line 33, app/assets/stylesheets/components/appointments_filter.scss */
.appointments-filter .appointments-states-filter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 96px;
  overflow-x: scroll;
}

/* line 40, app/assets/stylesheets/components/appointments_filter.scss */
.appointments-filter .appointments-states-filter button {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 2px 2px 14px 0px #e5edf4;
  color: #0066B3;
  cursor: pointer;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  margin-right: 12px;
}

/* line 53, app/assets/stylesheets/components/appointments_filter.scss */
.appointments-filter .appointments-states-filter .active-state-filter {
  background-color: #D4EAFF;
}

/* line 58, app/assets/stylesheets/components/appointments_filter.scss */
.appointments-filter #filter_birth_date, .appointments-filter #filter_visited_at, .appointments-filter #filter_created_at {
  background: #FFFFFF url(/assets/icons/calendar-9d172ed013b7ce59dd808f5d7704ceff630fbc890e7b51001bfc8fe96832f6ce.svg) no-repeat 256px center;
  width: 300px;
}

/* line 1, app/assets/stylesheets/components/buttons.scss */
.button {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  margin-left: 7px;
  margin-right: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 12px;
  padding-left: 12px;
  box-shadow: 2px 2px 14px 0px #e5edf4;
}

/* line 15, app/assets/stylesheets/components/buttons.scss */
.button-default {
  background-color: #0066B3;
  color: #fff;
}

/* line 20, app/assets/stylesheets/components/buttons.scss */
.button[disabled] {
  background-color: #E6E5EB;
  pointer-events: none;
}

/* line 25, app/assets/stylesheets/components/buttons.scss */
input[type="button"][disabled] {
  background-color: #E6E5EB;
  pointer-events: none;
}

/* line 30, app/assets/stylesheets/components/buttons.scss */
.button-action {
  font-size: 18px;
  font-weight: 600;
  border-radius: 25px;
  padding-left: 16px;
  padding-right: 16px;
}

/* line 38, app/assets/stylesheets/components/buttons.scss */
.button-export, .button-filter, .button-clear-filter {
  color: #4A4A4A;
  background-color: #FFFFFF;
}

/* line 1, app/assets/stylesheets/components/registration_form.scss */
#reg-new__container {
  margin: 0 auto;
  max-width: 700px;
}

/* line 5, app/assets/stylesheets/components/registration_form.scss */
#reg-new__container .error_message {
  font-size: 85%;
  color: red;
}

/* line 1, app/assets/stylesheets/components/sms_confirmation_form.scss */
#sms-form__container {
  margin: 0 auto;
  max-width: 700px;
}

/* line 5, app/assets/stylesheets/components/sms_confirmation_form.scss */
#sms-form__container .error_message {
  font-size: 85%;
  color: red;
}

/* line 1, app/assets/stylesheets/components/sidebar.scss */
#sidebar {
  min-width: 310px;
  width: 310px;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 10, app/assets/stylesheets/components/sidebar.scss */
.sidebar-flex {
  display: none;
}

@media (min-width: 1280px) {
  /* line 10, app/assets/stylesheets/components/sidebar.scss */
  .sidebar-flex {
    display: block;
  }
}

/* line 17, app/assets/stylesheets/components/sidebar.scss */
.sidebar-overlayed {
  display: block;
  left: 12px;
  position: fixed;
  top: 80px;
  z-index: 20;
}

@media (max-width: 1280px) {
  /* line 26, app/assets/stylesheets/components/sidebar.scss */
  ul.sidebar-menu {
    border-radius: 20px;
    padding-left: 20px;
    padding-top: 24px;
    padding-bottom: 10px;
    padding-right: 24px;
  }
}

/* line 35, app/assets/stylesheets/components/sidebar.scss */
ul.sidebar-menu {
  display: flex;
  flex-direction: column;
}

/* line 40, app/assets/stylesheets/components/sidebar.scss */
ul.sidebar-menu li.last-child {
  margin-top: auto !important;
  margin-bottom: 0;
}

/* line 46, app/assets/stylesheets/components/sidebar.scss */
ul.sidebar-menu li:not(.accordion-list-item) {
  margin-bottom: 14px;
}

/* line 51, app/assets/stylesheets/components/sidebar.scss */
ul.sidebar-menu li.selected a {
  color: #148FEC;
}

/* line 56, app/assets/stylesheets/components/sidebar.scss */
ul.sidebar-menu img {
  width: 28px;
  height: 28px;
}

/* line 61, app/assets/stylesheets/components/sidebar.scss */
ul.sidebar-menu a {
  color: #4A4A4A;
}

/* line 63, app/assets/stylesheets/components/sidebar.scss */
ul.sidebar-menu a:hover {
  color: #148FEC;
}

@media (min-width: 1280px) {
  /* line 70, app/assets/stylesheets/components/sidebar.scss */
  .sidebar-menu-container {
    margin: 12px;
    padding: 24px;
    width: 280px;
  }
}

/* line 1, app/assets/stylesheets/components/header.scss */
header {
  background-color: #F8FFEF;
}

/* line 4, app/assets/stylesheets/components/header.scss */
header a {
  color: #4A4A4A;
}

/* line 6, app/assets/stylesheets/components/header.scss */
header a:hover {
  color: #148FEC;
}

/* line 39, app/assets/stylesheets/application.scss */
.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
}

/* line 59, app/assets/stylesheets/application.scss */
.backdrop {
  position: absolute;
  opacity: 0;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  transform-origin: 50% 0%;
  visibility: hidden;
}

/* line 71, app/assets/stylesheets/application.scss */
.toast {
  font-weight: 500;
  border-radius: 4px;
  box-shadow: none;
}

/* line 77, app/assets/stylesheets/application.scss */
.flash {
  text-align: center;
  height: 80vh;
}

/* line 82, app/assets/stylesheets/application.scss */
strong {
  font-weight: 600;
}

/* line 86, app/assets/stylesheets/application.scss */
table.striped {
  width: 98%;
  margin: 0 auto;
  border: solid 1px #e5e5e5;
  font-size: 1rem;
}

/* line 94, app/assets/stylesheets/application.scss */
table.striped > tbody > tr > td {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.48;
}

/* line 96, app/assets/stylesheets/application.scss */
table.striped > tbody > tr > td.padded {
  padding: 1.5rem 0.5rem;
}

/* line 97, app/assets/stylesheets/application.scss */
table.striped > tbody > tr > td:first-child(:not(.editor)) {
  width: 30%;
}

/* line 103, app/assets/stylesheets/application.scss */
table.striped > tbody > tr td.editor {
  font-size: 13px;
  line-height: 1.6;
  background: #fff;
}

/* line 107, app/assets/stylesheets/application.scss */
table.striped > tbody > tr td.editor h1, table.striped > tbody > tr td.editor h2, table.striped > tbody > tr td.editor h3, table.striped > tbody > tr td.editor h4, table.striped > tbody > tr td.editor h5, table.striped > tbody > tr td.editor h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 113, app/assets/stylesheets/application.scss */
table.striped > tbody > tr td.editor h1 {
  font-size: 36px;
}

/* line 114, app/assets/stylesheets/application.scss */
table.striped > tbody > tr td.editor h2 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

/* line 115, app/assets/stylesheets/application.scss */
table.striped > tbody > tr td.editor h3 {
  font-size: 24px;
}

/* line 116, app/assets/stylesheets/application.scss */
table.striped > tbody > tr td.editor h4 {
  font-size: 18px;
}

/* line 117, app/assets/stylesheets/application.scss */
table.striped > tbody > tr td.editor h5 {
  font-size: 14px;
}

/* line 118, app/assets/stylesheets/application.scss */
table.striped > tbody > tr td.editor h6 {
  font-size: 12px;
}

/* line 120, app/assets/stylesheets/application.scss */
table.striped > tbody > tr td.editor h1, table.striped > tbody > tr td.editor h2, table.striped > tbody > tr td.editor h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 121, app/assets/stylesheets/application.scss */
table.striped > tbody > tr td.editor h4, table.striped > tbody > tr td.editor h5, table.striped > tbody > tr td.editor h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 123, app/assets/stylesheets/application.scss */
table.striped > tbody > tr td.editor p {
  margin: 0 0 10px !important;
}

/* line 124, app/assets/stylesheets/application.scss */
table.striped > tbody > tr td.editor iframe, table.striped > tbody > tr td.editor img {
  max-width: 100%;
}

/* line 125, app/assets/stylesheets/application.scss */
table.striped > tbody > tr td.editor ul, table.striped > tbody > tr td.editor ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 129, app/assets/stylesheets/application.scss */
table.striped > tbody > tr td.editor ul {
  padding-left: 40px;
}

/* line 131, app/assets/stylesheets/application.scss */
table.striped > tbody > tr td.editor ul li {
  list-style: initial;
}

/* line 134, app/assets/stylesheets/application.scss */
table.striped > tbody > tr td.editor a {
  text-decoration: none;
  color: #337ab7;
}

/* line 137, app/assets/stylesheets/application.scss */
table.striped > tbody > tr td.editor a:hover {
  text-decoration: none;
  color: #23527c;
}

/* line 146, app/assets/stylesheets/application.scss */
table.striped caption {
  margin-bottom: 8px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-align: left;
  color: #0085EA;
}

/* line 154, app/assets/stylesheets/application.scss */
table.striped + table.striped {
  margin-top: 32px;
}

/* line 157, app/assets/stylesheets/application.scss */
table.full-border {
  table-layout: fixed;
  border: 1px solid #ccc;
}

/* line 160, app/assets/stylesheets/application.scss */
table.full-border tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

/* line 163, app/assets/stylesheets/application.scss */
table.full-border th {
  padding: 4px;
  font-size: 15px;
  font-weight: 500;
}

/* line 167, app/assets/stylesheets/application.scss */
table.full-border th:not(:last-child) {
  border-right: 1px solid #ccc;
}

/* line 169, app/assets/stylesheets/application.scss */
table.full-border td {
  height: 28px;
  padding: 2px;
  line-height: 1;
}

/* line 173, app/assets/stylesheets/application.scss */
table.full-border td:not(:last-child) {
  border-right: 1px solid #ccc;
}

/* line 175, app/assets/stylesheets/application.scss */
table.full-border caption {
  padding: 4px 0 8px;
  font-weight: 600;
}

/* line 179, app/assets/stylesheets/application.scss */
table.full-border + table {
  margin-top: 24px;
}

/* line 184, app/assets/stylesheets/application.scss */
.permissions {
  margin-bottom: 30px;
}

/* line 187, app/assets/stylesheets/application.scss */
.permissions-table {
  display: flex;
}

/* line 191, app/assets/stylesheets/application.scss */
.permissions-caption {
  padding: 4px 0 8px;
  font-weight: 600;
}

/* line 196, app/assets/stylesheets/application.scss */
.permissions-entry {
  display: flex;
  flex-direction: column;
  width: 16%;
  text-align: center;
  border: 1px solid #ccc;
}

/* line 203, app/assets/stylesheets/application.scss */
.permissions-entry .top {
  flex-grow: 1;
  min-height: 30px;
}

/* line 208, app/assets/stylesheets/application.scss */
.permissions-entry .bottom {
  border-top: 1px solid #ccc;
  height: 30px;
}

/* line 218, app/assets/stylesheets/application.scss */
.collapsible li.active .collapsible-header.active i.material-icons.arrow {
  transform: rotate(180deg);
  margin-top: -1.2rem;
}

/* line 224, app/assets/stylesheets/application.scss */
.collapsible .collapsible-header {
  position: relative;
  padding-right: 3rem;
}

/* line 227, app/assets/stylesheets/application.scss */
.collapsible .collapsible-header i.material-icons.arrow {
  margin: -0.8rem 0 0;
  position: absolute;
  height: 2rem;
  top: 50%;
  color: #0085EA;
  right: 0.4rem;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  transition: .3s ease-out;
}

/* line 238, app/assets/stylesheets/application.scss */
.collapsible .collapsible-header::after {
  content: "\e315";
  position: absolute;
  right: 10px;
  font-family: 'Material Icons';
  font-size: 18px;
}

/* line 246, app/assets/stylesheets/application.scss */
.collapsible .collapsible-header.active::after {
  content: "\e313";
}

/* line 254, app/assets/stylesheets/application.scss */
.character-counter {
  color: #0085EA;
  margin-top: -10px;
}

/* line 260, app/assets/stylesheets/application.scss */
.blueimp-gallery > .description {
  position: absolute;
  top: 30px;
  left: 15px;
  color: #fff;
  display: block;
}

/* line 269, app/assets/stylesheets/application.scss */
.blueimp-gallery > .slides > .slide video {
  height: 100vh;
}

/* line 277, app/assets/stylesheets/application.scss */
.blueimp-gallery-controls > .description {
  display: block;
}

/* line 282, app/assets/stylesheets/application.scss */
.slide-item {
  position: relative;
  overflow: hidden;
}

/* line 285, app/assets/stylesheets/application.scss */
.slide-item img {
  width: 100%;
}

/* line 290, app/assets/stylesheets/application.scss */
.slick-arrow {
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  z-index: 2;
}

/* line 297, app/assets/stylesheets/application.scss */
.slick-arrow i {
  font-size: 3rem;
  display: block;
}

/* line 303, app/assets/stylesheets/application.scss */
.slick-prev {
  left: 0;
}

/* line 304, app/assets/stylesheets/application.scss */
.slick-next {
  right: 0;
}

/* line 306, app/assets/stylesheets/application.scss */
.ya-phone {
  display: inline-block;
}

/* line 310, app/assets/stylesheets/application.scss */
.picker__box {
  background: white;
}

/* line 312, app/assets/stylesheets/application.scss */
.picker__box .picker__weekday-display {
  margin-bottom: 0;
  color: white;
}

/* line 316, app/assets/stylesheets/application.scss */
.picker__box .picker__month-display,
.picker__box .picker__year-display {
  font-weight: 500;
  color: #00a58d;
}

/* line 321, app/assets/stylesheets/application.scss */
.picker__box .picker__nav--prev:before {
  border-right-color: #00a58d;
}

/* line 324, app/assets/stylesheets/application.scss */
.picker__box .picker__nav--next:before {
  border-left-color: #00a58d;
}

/* line 327, app/assets/stylesheets/application.scss */
.picker__box .picker__nav--prev:hover,
.picker__box .picker__nav--next:hover {
  background: none;
}

/* line 331, app/assets/stylesheets/application.scss */
.picker__box .picker__day--infocus {
  padding: 1rem 0;
  color: #373737;
}

/* line 334, app/assets/stylesheets/application.scss */
.picker__box .picker__day--infocus:hover {
  color: #00a58d;
}

/* line 338, app/assets/stylesheets/application.scss */
.picker__box .picker__day--selected,
.picker__box .picker__day--selected:hover,
.picker__box .picker--focused .picker__day--selected {
  color: white;
  font-weight: 500;
}

/* line 344, app/assets/stylesheets/application.scss */
.picker__box .picker__day--disabled,
.picker__box .picker__day--disabled:hover,
.picker__box .picker--focused .picker__day--disabled {
  background-color: #820101;
  border-color: #820101;
  color: white;
}

/* line 351, app/assets/stylesheets/application.scss */
.picker__box .picker__footer {
  font-weight: 500;
}

/* line 353, app/assets/stylesheets/application.scss */
.picker__box .picker__footer .picker__clear {
  display: none;
}

/* line 359, app/assets/stylesheets/application.scss */
.date-picker-wrapper {
  z-index: 1007;
}

/* line 361, app/assets/stylesheets/application.scss */
.date-picker-wrapper .time label {
  font-size: 0.75rem;
}

/* line 364, app/assets/stylesheets/application.scss */
.btn-custom {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* line 368, app/assets/stylesheets/application.scss */
.btn-custom i {
  margin: 0 8px 0 0;
}

/* line 371, app/assets/stylesheets/application.scss */
.tab-pane {
  padding: 0.75rem;
  background: #fff;
}

/* line 376, app/assets/stylesheets/application.scss */
.rf-badge {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  padding: 1px 12px;
  font-size: 9px;
  line-height: 16px;
  font-weight: 600;
  color: #0085EA;
}

/* line 390, app/assets/stylesheets/application.scss */
.rf-badge::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  background: url(/assets/icons/star-d466c675b3317a70db275990d52889fe08f4af02f0e0d4e822aaf9490c5a6865.svg) 0 0/100% no-repeat;
}

/* line 403, app/assets/stylesheets/application.scss */
.orders__schedule-card + .orders__schedule-card {
  margin-top: 32px;
}

/* line 408, app/assets/stylesheets/application.scss */
.orders__schedule-slot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 7px;
  padding: 7px;
  color: #4A4A4A;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #4A4A4A;
  border-radius: 8px;
  width: 50px;
  height: 37px;
}

/* line 424, app/assets/stylesheets/application.scss */
.orders__schedule-slot.disabled {
  cursor: default;
  background: #bfbfbf;
}

/* line 429, app/assets/stylesheets/application.scss */
.orders__schedule-slot.active, .orders__schedule-slot:not(.disabled):hover {
  color: #fff;
  background: #148FEC;
}

/* line 439, app/assets/stylesheets/application.scss */
.mias-schedule__card + .mias-schedule__card {
  margin-top: 16px;
}

/* line 444, app/assets/stylesheets/application.scss */
.mias-schedule__title {
  margin-left: 8px;
  font-size: 14px;
}

/* line 449, app/assets/stylesheets/application.scss */
.mias-schedule__slots {
  display: flex;
  flex-wrap: wrap;
}

/* line 454, app/assets/stylesheets/application.scss */
.mias-schedule__slot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 32px;
  margin: 8px;
  color: #fff;
  background: #0da1d0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.24);
  font-size: 12px;
}

/* line 466, app/assets/stylesheets/application.scss */
.mias-schedule__slot.disabled {
  cursor: default;
  background: #bfbfbf;
}

/* line 474, app/assets/stylesheets/application.scss */
.visit-dates-container .scroll-left, .visit-dates-container .scroll-right {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  border-radius: 8px;
  border: 1px solid #0066B3;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* line 485, app/assets/stylesheets/application.scss */
.visit-dates-container .scroll-left {
  background-image: url(/assets/svg/scroll_right-050fc2bc6454e0dc07b04a5f56011cdfb2390b6c09ca8d17d87c4a8c161f7472.svg);
  background-position: center center;
}

/* line 489, app/assets/stylesheets/application.scss */
.visit-dates-container .scroll-right {
  background-image: url(/assets/svg/scroll_left-7f4c12f470208c84cc7b1ae4c3a2c6c34322ef78e6f4e32830bf04b7f46ce20e.svg);
  background-position: center center;
}

/* line 494, app/assets/stylesheets/application.scss */
.visit-dates-slick-container {
  overflow-x: scroll;
  min-height: 75px;
}

/* line 499, app/assets/stylesheets/application.scss */
.visit-date {
  border: 1px solid #939393;
  border-radius: 12px;
  min-width: 44px;
  height: 58px;
  margin-left: 7px;
  margin-right: 7px;
  text-align: center;
  vertical-align: baseline;
  padding-top: 5px;
  cursor: pointer;
}

/* line 510, app/assets/stylesheets/application.scss */
.visit-date.active {
  color: white;
  background-color: #148FEC;
}

/* line 514, app/assets/stylesheets/application.scss */
.visit-date.disabled {
  color: lightgray;
  pointer-events: none;
}

/* line 521, app/assets/stylesheets/application.scss */
.selected_service .selected_service_price {
  min-width: 100px;
  text-align: right;
}

/* line 527, app/assets/stylesheets/application.scss */
.index_search {
  background-color: #F2F1F6;
  width: 100%;
  min-height: 40px;
  border-radius: 14px;
  padding: 4px 20px 4px 20px;
  gap: 10;
}

/* line 535, app/assets/stylesheets/application.scss */
.index_search .search-text {
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

/* line 543, app/assets/stylesheets/application.scss */
.index_filter {
  width: 100%;
  min-height: 40px;
  border-radius: 14px;
  padding-top: 20px;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

/* line 560, app/assets/stylesheets/application.scss */
input[type=checkbox] {
  color: #0066B3;
}

/* line 564, app/assets/stylesheets/application.scss */
input[type="checkbox"]:hover, .form-checkbox:hover {
  border-color: #0066B3;
}

/* line 568, app/assets/stylesheets/application.scss */
.shadow-box-default {
  box-shadow: 2px 2px 14px 0px #E5EDF4;
}
