@charset "UTF-8";
@media (max-width: 575.98px) {
  :root {
    font-size: 14px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  :root {
    font-size: 15px !important;
  }
}
@media (min-width: 768px) {
  :root {
    font-size: 16px !important;
  }
}

body {
  font-family: "Avenir", sans-serif !important;
  color: #8D8D8D;
}

p, h1, h2, h3, h4, h5, h6, a, span {
  -webkit-font-smoothing: antialiased;
  color: #5C5C5B;
}

a:hover {
  color: #5C5C5B;
  text-decoration: none;
}

.center {
  margin: auto;
  align-self: center;
  justify-content: center;
}

.center-vert {
  align-self: center;
}

.center-hor {
  justify-content: center;
}

.page {
  background-color: #FFFFFF;
  min-height: calc(100vh - 40px);
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
}

.icon {
  font-size: 1.2rem;
  color: #5C5C5B;
}

.icon_white {
  color: #FFF;
}

.icon_sm {
  font-size: 0.8rem;
}

.icon_md {
  font-size: 1.5rem;
}

.icon_lg {
  font-size: 2rem;
}

.dgom_page_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #FFF;
  margin-bottom: 2em;
}

.dgom_page_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  color: #333;
  font-size: 3em;
  letter-spacing: -0.02em;
  flex-grow: 0;
}

.dgom_page_title_w_edit {
  margin-right: 1em;
}

.dgom_page_cta {
  flex-grow: 0;
}
.dgom_page_cta a {
  box-shadow: 0 14px 20px -12px rgba(0, 0, 0, 0.2);
}

.dgom_btn_primary {
  background-color: #FFF;
  color: #FFF;
  border: none;
  border-radius: 2.5em;
  padding: 1.2em 4em 1em;
  text-transform: uppercase;
  font-weight: 700;
}

.dgom_btn_edit {
  color: #C0C0C0;
  font-size: 0.8em;
}
.dgom_btn_edit:hover {
  color: #005874;
}

.dgom_page_content_wrapper {
  border-radius: 5px;
  background-color: #FFF;
  box-shadow: 0 14px 24px -22px rgba(0, 0, 0, 0.2);
  padding: 2em;
}

.dgom_page_content_wrapper_nopadding {
  padding: 0;
}

.container-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.fecha {
  color: #005874;
}

.item_title {
  background-color: #005874;
  height: 100% !important;
}
.item_title h5 {
  color: #FFF !important;
  padding: 0.3em;
}

.card-text {
  padding-left: 0.3em;
}

.task {
  padding-left: 0.3em;
  padding-bottom: 0.3em;
}

.ml-1 {
  margin-left: 1em;
}

.mb-1 {
  margin-bottom: 1em;
}

.select2-container--krajee .select2-selection--single .select2-selection__clear {
  top: 2px;
}

.select2-search__field {
  margin-left: 0px !important;
}

.page-contents {
  padding: 0rem 0rem;
  margin-bottom: 3rem;
}

.breadcrumb {
  background-color: #FFF;
  border-radius: 5px;
  height: 3.4em;
  display: flex;
  align-items: center;
}
.breadcrumb li {
  position: relative;
  display: inline-block;
}
.breadcrumb li a {
  color: #C0C0C0;
  text-decoration: none;
  transition: color 1s ease-in;
}
.breadcrumb li a:hover {
  color: #69B9FF;
  font-weight: 700;
  transition: color 1s ease-in;
}
.breadcrumb li:not(:first-child)::before {
  content: "/";
  margin-right: 0.5em;
  color: #C0C0C0;
  font-weight: normal;
}
.breadcrumb li:not(:first-child) {
  padding-left: 0.5em;
}

.thumnail_5 {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}

.thumnail_10 {
  width: 10rem;
  height: 10rem;
  object-fit: contain;
}

.dgom-lightbox {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}
.dgom-lightbox-content {
  max-width: 90%;
  max-height: 90%;
  border: 2px solid #FFF;
  margin-top: 5%;
  margin-left: 5%;
}
.dgom-lightbox .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #FFF;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.dgom-lightbox .close:hover,
.dgom-lightbox .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Book.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Heavy.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "MathJax_Math";
  src: url("../fonts/MathJax_Main-Regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "MathJax_Math";
  src: url("../fonts/MathJax_Math-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
.color-accent {
  color: #69B9FF;
}

.color-error {
  color: #dc3545;
}

.color-warning {
  color: yellow;
}

.fs-1-2 {
  font-size: 1.2rem;
}

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
  content: "\f101";
}

.ion-alert-circled:before {
  content: "\f100";
}

.ion-android-add:before {
  content: "\f2c7";
}

.ion-android-add-circle:before {
  content: "\f359";
}

.ion-android-alarm-clock:before {
  content: "\f35a";
}

.ion-android-alert:before {
  content: "\f35b";
}

.ion-android-apps:before {
  content: "\f35c";
}

.ion-android-archive:before {
  content: "\f2c9";
}

.ion-android-arrow-back:before {
  content: "\f2ca";
}

.ion-android-arrow-down:before {
  content: "\f35d";
}

.ion-android-arrow-dropdown:before {
  content: "\f35f";
}

.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}

.ion-android-arrow-dropleft:before {
  content: "\f361";
}

.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}

.ion-android-arrow-dropright:before {
  content: "\f363";
}

.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}

.ion-android-arrow-dropup:before {
  content: "\f365";
}

.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}

.ion-android-arrow-forward:before {
  content: "\f30f";
}

.ion-android-arrow-up:before {
  content: "\f366";
}

.ion-android-attach:before {
  content: "\f367";
}

.ion-android-bar:before {
  content: "\f368";
}

.ion-android-bicycle:before {
  content: "\f369";
}

.ion-android-boat:before {
  content: "\f36a";
}

.ion-android-bookmark:before {
  content: "\f36b";
}

.ion-android-bulb:before {
  content: "\f36c";
}

.ion-android-bus:before {
  content: "\f36d";
}

.ion-android-calendar:before {
  content: "\f2d1";
}

.ion-android-call:before {
  content: "\f2d2";
}

.ion-android-camera:before {
  content: "\f2d3";
}

.ion-android-cancel:before {
  content: "\f36e";
}

.ion-android-car:before {
  content: "\f36f";
}

.ion-android-cart:before {
  content: "\f370";
}

.ion-android-chat:before {
  content: "\f2d4";
}

.ion-android-checkbox:before {
  content: "\f374";
}

.ion-android-checkbox-blank:before {
  content: "\f371";
}

.ion-android-checkbox-outline:before {
  content: "\f373";
}

.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}

.ion-android-checkmark-circle:before {
  content: "\f375";
}

.ion-android-clipboard:before {
  content: "\f376";
}

.ion-android-close:before {
  content: "\f2d7";
}

.ion-android-cloud:before {
  content: "\f37a";
}

.ion-android-cloud-circle:before {
  content: "\f377";
}

.ion-android-cloud-done:before {
  content: "\f378";
}

.ion-android-cloud-outline:before {
  content: "\f379";
}

.ion-android-color-palette:before {
  content: "\f37b";
}

.ion-android-compass:before {
  content: "\f37c";
}

.ion-android-contact:before {
  content: "\f2d8";
}

.ion-android-contacts:before {
  content: "\f2d9";
}

.ion-android-contract:before {
  content: "\f37d";
}

.ion-android-create:before {
  content: "\f37e";
}

.ion-android-delete:before {
  content: "\f37f";
}

.ion-android-desktop:before {
  content: "\f380";
}

.ion-android-document:before {
  content: "\f381";
}

.ion-android-done:before {
  content: "\f383";
}

.ion-android-done-all:before {
  content: "\f382";
}

.ion-android-download:before {
  content: "\f2dd";
}

.ion-android-drafts:before {
  content: "\f384";
}

.ion-android-exit:before {
  content: "\f385";
}

.ion-android-expand:before {
  content: "\f386";
}

.ion-android-favorite:before {
  content: "\f388";
}

.ion-android-favorite-outline:before {
  content: "\f387";
}

.ion-android-film:before {
  content: "\f389";
}

.ion-android-folder:before {
  content: "\f2e0";
}

.ion-android-folder-open:before {
  content: "\f38a";
}

.ion-android-funnel:before {
  content: "\f38b";
}

.ion-android-globe:before {
  content: "\f38c";
}

.ion-android-hand:before {
  content: "\f2e3";
}

.ion-android-hangout:before {
  content: "\f38d";
}

.ion-android-happy:before {
  content: "\f38e";
}

.ion-android-home:before {
  content: "\f38f";
}

.ion-android-image:before {
  content: "\f2e4";
}

.ion-android-laptop:before {
  content: "\f390";
}

.ion-android-list:before {
  content: "\f391";
}

.ion-android-locate:before {
  content: "\f2e9";
}

.ion-android-lock:before {
  content: "\f392";
}

.ion-android-mail:before {
  content: "\f2eb";
}

.ion-android-map:before {
  content: "\f393";
}

.ion-android-menu:before {
  content: "\f394";
}

.ion-android-microphone:before {
  content: "\f2ec";
}

.ion-android-microphone-off:before {
  content: "\f395";
}

.ion-android-more-horizontal:before {
  content: "\f396";
}

.ion-android-more-vertical:before {
  content: "\f397";
}

.ion-android-navigate:before {
  content: "\f398";
}

.ion-android-notifications:before {
  content: "\f39b";
}

.ion-android-notifications-none:before {
  content: "\f399";
}

.ion-android-notifications-off:before {
  content: "\f39a";
}

.ion-android-open:before {
  content: "\f39c";
}

.ion-android-options:before {
  content: "\f39d";
}

.ion-android-people:before {
  content: "\f39e";
}

.ion-android-person:before {
  content: "\f3a0";
}

.ion-android-person-add:before {
  content: "\f39f";
}

.ion-android-phone-landscape:before {
  content: "\f3a1";
}

.ion-android-phone-portrait:before {
  content: "\f3a2";
}

.ion-android-pin:before {
  content: "\f3a3";
}

.ion-android-plane:before {
  content: "\f3a4";
}

.ion-android-playstore:before {
  content: "\f2f0";
}

.ion-android-print:before {
  content: "\f3a5";
}

.ion-android-radio-button-off:before {
  content: "\f3a6";
}

.ion-android-radio-button-on:before {
  content: "\f3a7";
}

.ion-android-refresh:before {
  content: "\f3a8";
}

.ion-android-remove:before {
  content: "\f2f4";
}

.ion-android-remove-circle:before {
  content: "\f3a9";
}

.ion-android-restaurant:before {
  content: "\f3aa";
}

.ion-android-sad:before {
  content: "\f3ab";
}

.ion-android-search:before {
  content: "\f2f5";
}

.ion-android-send:before {
  content: "\f2f6";
}

.ion-android-settings:before {
  content: "\f2f7";
}

.ion-android-share:before {
  content: "\f2f8";
}

.ion-android-share-alt:before {
  content: "\f3ac";
}

.ion-android-star:before {
  content: "\f2fc";
}

.ion-android-star-half:before {
  content: "\f3ad";
}

.ion-android-star-outline:before {
  content: "\f3ae";
}

.ion-android-stopwatch:before {
  content: "\f2fd";
}

.ion-android-subway:before {
  content: "\f3af";
}

.ion-android-sunny:before {
  content: "\f3b0";
}

.ion-android-sync:before {
  content: "\f3b1";
}

.ion-android-textsms:before {
  content: "\f3b2";
}

.ion-android-time:before {
  content: "\f3b3";
}

.ion-android-train:before {
  content: "\f3b4";
}

.ion-android-unlock:before {
  content: "\f3b5";
}

.ion-android-upload:before {
  content: "\f3b6";
}

.ion-android-volume-down:before {
  content: "\f3b7";
}

.ion-android-volume-mute:before {
  content: "\f3b8";
}

.ion-android-volume-off:before {
  content: "\f3b9";
}

.ion-android-volume-up:before {
  content: "\f3ba";
}

.ion-android-walk:before {
  content: "\f3bb";
}

.ion-android-warning:before {
  content: "\f3bc";
}

.ion-android-watch:before {
  content: "\f3bd";
}

.ion-android-wifi:before {
  content: "\f305";
}

.ion-aperture:before {
  content: "\f313";
}

.ion-archive:before {
  content: "\f102";
}

.ion-arrow-down-a:before {
  content: "\f103";
}

.ion-arrow-down-b:before {
  content: "\f104";
}

.ion-arrow-down-c:before {
  content: "\f105";
}

.ion-arrow-expand:before {
  content: "\f25e";
}

.ion-arrow-graph-down-left:before {
  content: "\f25f";
}

.ion-arrow-graph-down-right:before {
  content: "\f260";
}

.ion-arrow-graph-up-left:before {
  content: "\f261";
}

.ion-arrow-graph-up-right:before {
  content: "\f262";
}

.ion-arrow-left-a:before {
  content: "\f106";
}

.ion-arrow-left-b:before {
  content: "\f107";
}

.ion-arrow-left-c:before {
  content: "\f108";
}

.ion-arrow-move:before {
  content: "\f263";
}

.ion-arrow-resize:before {
  content: "\f264";
}

.ion-arrow-return-left:before {
  content: "\f265";
}

.ion-arrow-return-right:before {
  content: "\f266";
}

.ion-arrow-right-a:before {
  content: "\f109";
}

.ion-arrow-right-b:before {
  content: "\f10a";
}

.ion-arrow-right-c:before {
  content: "\f10b";
}

.ion-arrow-shrink:before {
  content: "\f267";
}

.ion-arrow-swap:before {
  content: "\f268";
}

.ion-arrow-up-a:before {
  content: "\f10c";
}

.ion-arrow-up-b:before {
  content: "\f10d";
}

.ion-arrow-up-c:before {
  content: "\f10e";
}

.ion-asterisk:before {
  content: "\f314";
}

.ion-at:before {
  content: "\f10f";
}

.ion-backspace:before {
  content: "\f3bf";
}

.ion-backspace-outline:before {
  content: "\f3be";
}

.ion-bag:before {
  content: "\f110";
}

.ion-battery-charging:before {
  content: "\f111";
}

.ion-battery-empty:before {
  content: "\f112";
}

.ion-battery-full:before {
  content: "\f113";
}

.ion-battery-half:before {
  content: "\f114";
}

.ion-battery-low:before {
  content: "\f115";
}

.ion-beaker:before {
  content: "\f269";
}

.ion-beer:before {
  content: "\f26a";
}

.ion-bluetooth:before {
  content: "\f116";
}

.ion-bonfire:before {
  content: "\f315";
}

.ion-bookmark:before {
  content: "\f26b";
}

.ion-bowtie:before {
  content: "\f3c0";
}

.ion-briefcase:before {
  content: "\f26c";
}

.ion-bug:before {
  content: "\f2be";
}

.ion-calculator:before {
  content: "\f26d";
}

.ion-calendar:before {
  content: "\f117";
}

.ion-camera:before {
  content: "\f118";
}

.ion-card:before {
  content: "\f119";
}

.ion-cash:before {
  content: "\f316";
}

.ion-chatbox:before {
  content: "\f11b";
}

.ion-chatbox-working:before {
  content: "\f11a";
}

.ion-chatboxes:before {
  content: "\f11c";
}

.ion-chatbubble:before {
  content: "\f11e";
}

.ion-chatbubble-working:before {
  content: "\f11d";
}

.ion-chatbubbles:before {
  content: "\f11f";
}

.ion-checkmark:before {
  content: "\f122";
}

.ion-checkmark-circled:before {
  content: "\f120";
}

.ion-checkmark-round:before {
  content: "\f121";
}

.ion-chevron-down:before {
  content: "\f123";
}

.ion-chevron-left:before {
  content: "\f124";
}

.ion-chevron-right:before {
  content: "\f125";
}

.ion-chevron-up:before {
  content: "\f126";
}

.ion-clipboard:before {
  content: "\f127";
}

.ion-clock:before {
  content: "\f26e";
}

.ion-close:before {
  content: "\f12a";
}

.ion-close-circled:before {
  content: "\f128";
}

.ion-close-round:before {
  content: "\f129";
}

.ion-closed-captioning:before {
  content: "\f317";
}

.ion-cloud:before {
  content: "\f12b";
}

.ion-code:before {
  content: "\f271";
}

.ion-code-download:before {
  content: "\f26f";
}

.ion-code-working:before {
  content: "\f270";
}

.ion-coffee:before {
  content: "\f272";
}

.ion-compass:before {
  content: "\f273";
}

.ion-compose:before {
  content: "\f12c";
}

.ion-connection-bars:before {
  content: "\f274";
}

.ion-contrast:before {
  content: "\f275";
}

.ion-crop:before {
  content: "\f3c1";
}

.ion-cube:before {
  content: "\f318";
}

.ion-disc:before {
  content: "\f12d";
}

.ion-document:before {
  content: "\f12f";
}

.ion-document-text:before {
  content: "\f12e";
}

.ion-drag:before {
  content: "\f130";
}

.ion-earth:before {
  content: "\f276";
}

.ion-easel:before {
  content: "\f3c2";
}

.ion-edit:before {
  content: "\f2bf";
}

.ion-egg:before {
  content: "\f277";
}

.ion-eject:before {
  content: "\f131";
}

.ion-email:before {
  content: "\f132";
}

.ion-email-unread:before {
  content: "\f3c3";
}

.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}

.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}

.ion-eye:before {
  content: "\f133";
}

.ion-eye-disabled:before {
  content: "\f306";
}

.ion-female:before {
  content: "\f278";
}

.ion-filing:before {
  content: "\f134";
}

.ion-film-marker:before {
  content: "\f135";
}

.ion-fireball:before {
  content: "\f319";
}

.ion-flag:before {
  content: "\f279";
}

.ion-flame:before {
  content: "\f31a";
}

.ion-flash:before {
  content: "\f137";
}

.ion-flash-off:before {
  content: "\f136";
}

.ion-folder:before {
  content: "\f139";
}

.ion-fork:before {
  content: "\f27a";
}

.ion-fork-repo:before {
  content: "\f2c0";
}

.ion-forward:before {
  content: "\f13a";
}

.ion-funnel:before {
  content: "\f31b";
}

.ion-gear-a:before {
  content: "\f13d";
}

.ion-gear-b:before {
  content: "\f13e";
}

.ion-grid:before {
  content: "\f13f";
}

.ion-hammer:before {
  content: "\f27b";
}

.ion-happy:before {
  content: "\f31c";
}

.ion-happy-outline:before {
  content: "\f3c6";
}

.ion-headphone:before {
  content: "\f140";
}

.ion-heart:before {
  content: "\f141";
}

.ion-heart-broken:before {
  content: "\f31d";
}

.ion-help:before {
  content: "\f143";
}

.ion-help-buoy:before {
  content: "\f27c";
}

.ion-help-circled:before {
  content: "\f142";
}

.ion-home:before {
  content: "\f144";
}

.ion-icecream:before {
  content: "\f27d";
}

.ion-image:before {
  content: "\f147";
}

.ion-images:before {
  content: "\f148";
}

.ion-information:before {
  content: "\f14a";
}

.ion-information-circled:before {
  content: "\f149";
}

.ion-ionic:before {
  content: "\f14b";
}

.ion-ios-alarm:before {
  content: "\f3c8";
}

.ion-ios-alarm-outline:before {
  content: "\f3c7";
}

.ion-ios-albums:before {
  content: "\f3ca";
}

.ion-ios-albums-outline:before {
  content: "\f3c9";
}

.ion-ios-americanfootball:before {
  content: "\f3cc";
}

.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}

.ion-ios-analytics:before {
  content: "\f3ce";
}

.ion-ios-analytics-outline:before {
  content: "\f3cd";
}

.ion-ios-arrow-back:before {
  content: "\f3cf";
}

.ion-ios-arrow-down:before {
  content: "\f3d0";
}

.ion-ios-arrow-forward:before {
  content: "\f3d1";
}

.ion-ios-arrow-left:before {
  content: "\f3d2";
}

.ion-ios-arrow-right:before {
  content: "\f3d3";
}

.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}

.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}

.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}

.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}

.ion-ios-arrow-up:before {
  content: "\f3d8";
}

.ion-ios-at:before {
  content: "\f3da";
}

.ion-ios-at-outline:before {
  content: "\f3d9";
}

.ion-ios-barcode:before {
  content: "\f3dc";
}

.ion-ios-barcode-outline:before {
  content: "\f3db";
}

.ion-ios-baseball:before {
  content: "\f3de";
}

.ion-ios-baseball-outline:before {
  content: "\f3dd";
}

.ion-ios-basketball:before {
  content: "\f3e0";
}

.ion-ios-basketball-outline:before {
  content: "\f3df";
}

.ion-ios-bell:before {
  content: "\f3e2";
}

.ion-ios-bell-outline:before {
  content: "\f3e1";
}

.ion-ios-body:before {
  content: "\f3e4";
}

.ion-ios-body-outline:before {
  content: "\f3e3";
}

.ion-ios-bolt:before {
  content: "\f3e6";
}

.ion-ios-bolt-outline:before {
  content: "\f3e5";
}

.ion-ios-book:before {
  content: "\f3e8";
}

.ion-ios-book-outline:before {
  content: "\f3e7";
}

.ion-ios-bookmarks:before {
  content: "\f3ea";
}

.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}

.ion-ios-box:before {
  content: "\f3ec";
}

.ion-ios-box-outline:before {
  content: "\f3eb";
}

.ion-ios-briefcase:before {
  content: "\f3ee";
}

.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}

.ion-ios-browsers:before {
  content: "\f3f0";
}

.ion-ios-browsers-outline:before {
  content: "\f3ef";
}

.ion-ios-calculator:before {
  content: "\f3f2";
}

.ion-ios-calculator-outline:before {
  content: "\f3f1";
}

.ion-ios-calendar:before {
  content: "\f3f4";
}

.ion-ios-calendar-outline:before {
  content: "\f3f3";
}

.ion-ios-camera:before {
  content: "\f3f6";
}

.ion-ios-camera-outline:before {
  content: "\f3f5";
}

.ion-ios-cart:before {
  content: "\f3f8";
}

.ion-ios-cart-outline:before {
  content: "\f3f7";
}

.ion-ios-chatboxes:before {
  content: "\f3fa";
}

.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}

.ion-ios-chatbubble:before {
  content: "\f3fc";
}

.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}

.ion-ios-checkmark:before {
  content: "\f3ff";
}

.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}

.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}

.ion-ios-circle-filled:before {
  content: "\f400";
}

.ion-ios-circle-outline:before {
  content: "\f401";
}

.ion-ios-clock:before {
  content: "\f403";
}

.ion-ios-clock-outline:before {
  content: "\f402";
}

.ion-ios-close:before {
  content: "\f406";
}

.ion-ios-close-empty:before {
  content: "\f404";
}

.ion-ios-close-outline:before {
  content: "\f405";
}

.ion-ios-cloud:before {
  content: "\f40c";
}

.ion-ios-cloud-download:before {
  content: "\f408";
}

.ion-ios-cloud-download-outline:before {
  content: "\f407";
}

.ion-ios-cloud-outline:before {
  content: "\f409";
}

.ion-ios-cloud-upload:before {
  content: "\f40b";
}

.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}

.ion-ios-cloudy:before {
  content: "\f410";
}

.ion-ios-cloudy-night:before {
  content: "\f40e";
}

.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}

.ion-ios-cloudy-outline:before {
  content: "\f40f";
}

.ion-ios-cog:before {
  content: "\f412";
}

.ion-ios-cog-outline:before {
  content: "\f411";
}

.ion-ios-color-filter:before {
  content: "\f414";
}

.ion-ios-color-filter-outline:before {
  content: "\f413";
}

.ion-ios-color-wand:before {
  content: "\f416";
}

.ion-ios-color-wand-outline:before {
  content: "\f415";
}

.ion-ios-compose:before {
  content: "\f418";
}

.ion-ios-compose-outline:before {
  content: "\f417";
}

.ion-ios-contact:before {
  content: "\f41a";
}

.ion-ios-contact-outline:before {
  content: "\f419";
}

.ion-ios-copy:before {
  content: "\f41c";
}

.ion-ios-copy-outline:before {
  content: "\f41b";
}

.ion-ios-crop:before {
  content: "\f41e";
}

.ion-ios-crop-strong:before {
  content: "\f41d";
}

.ion-ios-download:before {
  content: "\f420";
}

.ion-ios-download-outline:before {
  content: "\f41f";
}

.ion-ios-drag:before {
  content: "\f421";
}

.ion-ios-email:before {
  content: "\f423";
}

.ion-ios-email-outline:before {
  content: "\f422";
}

.ion-ios-eye:before {
  content: "\f425";
}

.ion-ios-eye-outline:before {
  content: "\f424";
}

.ion-ios-fastforward:before {
  content: "\f427";
}

.ion-ios-fastforward-outline:before {
  content: "\f426";
}

.ion-ios-filing:before {
  content: "\f429";
}

.ion-ios-filing-outline:before {
  content: "\f428";
}

.ion-ios-film:before {
  content: "\f42b";
}

.ion-ios-film-outline:before {
  content: "\f42a";
}

.ion-ios-flag:before {
  content: "\f42d";
}

.ion-ios-flag-outline:before {
  content: "\f42c";
}

.ion-ios-flame:before {
  content: "\f42f";
}

.ion-ios-flame-outline:before {
  content: "\f42e";
}

.ion-ios-flask:before {
  content: "\f431";
}

.ion-ios-flask-outline:before {
  content: "\f430";
}

.ion-ios-flower:before {
  content: "\f433";
}

.ion-ios-flower-outline:before {
  content: "\f432";
}

.ion-ios-folder:before {
  content: "\f435";
}

.ion-ios-folder-outline:before {
  content: "\f434";
}

.ion-ios-football:before {
  content: "\f437";
}

.ion-ios-football-outline:before {
  content: "\f436";
}

.ion-ios-game-controller-a:before {
  content: "\f439";
}

.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}

.ion-ios-game-controller-b:before {
  content: "\f43b";
}

.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}

.ion-ios-gear:before {
  content: "\f43d";
}

.ion-ios-gear-outline:before {
  content: "\f43c";
}

.ion-ios-glasses:before {
  content: "\f43f";
}

.ion-ios-glasses-outline:before {
  content: "\f43e";
}

.ion-ios-grid-view:before {
  content: "\f441";
}

.ion-ios-grid-view-outline:before {
  content: "\f440";
}

.ion-ios-heart:before {
  content: "\f443";
}

.ion-ios-heart-outline:before {
  content: "\f442";
}

.ion-ios-help:before {
  content: "\f446";
}

.ion-ios-help-empty:before {
  content: "\f444";
}

.ion-ios-help-outline:before {
  content: "\f445";
}

.ion-ios-home:before {
  content: "\f448";
}

.ion-ios-home-outline:before {
  content: "\f447";
}

.ion-ios-infinite:before {
  content: "\f44a";
}

.ion-ios-infinite-outline:before {
  content: "\f449";
}

.ion-ios-information:before {
  content: "\f44d";
}

.ion-ios-information-empty:before {
  content: "\f44b";
}

.ion-ios-information-outline:before {
  content: "\f44c";
}

.ion-ios-ionic-outline:before {
  content: "\f44e";
}

.ion-ios-keypad:before {
  content: "\f450";
}

.ion-ios-keypad-outline:before {
  content: "\f44f";
}

.ion-ios-lightbulb:before {
  content: "\f452";
}

.ion-ios-lightbulb-outline:before {
  content: "\f451";
}

.ion-ios-list:before {
  content: "\f454";
}

.ion-ios-list-outline:before {
  content: "\f453";
}

.ion-ios-location:before {
  content: "\f456";
}

.ion-ios-location-outline:before {
  content: "\f455";
}

.ion-ios-locked:before {
  content: "\f458";
}

.ion-ios-locked-outline:before {
  content: "\f457";
}

.ion-ios-loop:before {
  content: "\f45a";
}

.ion-ios-loop-strong:before {
  content: "\f459";
}

.ion-ios-medical:before {
  content: "\f45c";
}

.ion-ios-medical-outline:before {
  content: "\f45b";
}

.ion-ios-medkit:before {
  content: "\f45e";
}

.ion-ios-medkit-outline:before {
  content: "\f45d";
}

.ion-ios-mic:before {
  content: "\f461";
}

.ion-ios-mic-off:before {
  content: "\f45f";
}

.ion-ios-mic-outline:before {
  content: "\f460";
}

.ion-ios-minus:before {
  content: "\f464";
}

.ion-ios-minus-empty:before {
  content: "\f462";
}

.ion-ios-minus-outline:before {
  content: "\f463";
}

.ion-ios-monitor:before {
  content: "\f466";
}

.ion-ios-monitor-outline:before {
  content: "\f465";
}

.ion-ios-moon:before {
  content: "\f468";
}

.ion-ios-moon-outline:before {
  content: "\f467";
}

.ion-ios-more:before {
  content: "\f46a";
}

.ion-ios-more-outline:before {
  content: "\f469";
}

.ion-ios-musical-note:before {
  content: "\f46b";
}

.ion-ios-musical-notes:before {
  content: "\f46c";
}

.ion-ios-navigate:before {
  content: "\f46e";
}

.ion-ios-navigate-outline:before {
  content: "\f46d";
}

.ion-ios-nutrition:before {
  content: "\f470";
}

.ion-ios-nutrition-outline:before {
  content: "\f46f";
}

.ion-ios-paper:before {
  content: "\f472";
}

.ion-ios-paper-outline:before {
  content: "\f471";
}

.ion-ios-paperplane:before {
  content: "\f474";
}

.ion-ios-paperplane-outline:before {
  content: "\f473";
}

.ion-ios-partlysunny:before {
  content: "\f476";
}

.ion-ios-partlysunny-outline:before {
  content: "\f475";
}

.ion-ios-pause:before {
  content: "\f478";
}

.ion-ios-pause-outline:before {
  content: "\f477";
}

.ion-ios-paw:before {
  content: "\f47a";
}

.ion-ios-paw-outline:before {
  content: "\f479";
}

.ion-ios-people:before {
  content: "\f47c";
}

.ion-ios-people-outline:before {
  content: "\f47b";
}

.ion-ios-person:before {
  content: "\f47e";
}

.ion-ios-person-outline:before {
  content: "\f47d";
}

.ion-ios-personadd:before {
  content: "\f480";
}

.ion-ios-personadd-outline:before {
  content: "\f47f";
}

.ion-ios-photos:before {
  content: "\f482";
}

.ion-ios-photos-outline:before {
  content: "\f481";
}

.ion-ios-pie:before {
  content: "\f484";
}

.ion-ios-pie-outline:before {
  content: "\f483";
}

.ion-ios-pint:before {
  content: "\f486";
}

.ion-ios-pint-outline:before {
  content: "\f485";
}

.ion-ios-play:before {
  content: "\f488";
}

.ion-ios-play-outline:before {
  content: "\f487";
}

.ion-ios-plus:before {
  content: "\f48b";
}

.ion-ios-plus-empty:before {
  content: "\f489";
}

.ion-ios-plus-outline:before {
  content: "\f48a";
}

.ion-ios-pricetag:before {
  content: "\f48d";
}

.ion-ios-pricetag-outline:before {
  content: "\f48c";
}

.ion-ios-pricetags:before {
  content: "\f48f";
}

.ion-ios-pricetags-outline:before {
  content: "\f48e";
}

.ion-ios-printer:before {
  content: "\f491";
}

.ion-ios-printer-outline:before {
  content: "\f490";
}

.ion-ios-pulse:before {
  content: "\f493";
}

.ion-ios-pulse-strong:before {
  content: "\f492";
}

.ion-ios-rainy:before {
  content: "\f495";
}

.ion-ios-rainy-outline:before {
  content: "\f494";
}

.ion-ios-recording:before {
  content: "\f497";
}

.ion-ios-recording-outline:before {
  content: "\f496";
}

.ion-ios-redo:before {
  content: "\f499";
}

.ion-ios-redo-outline:before {
  content: "\f498";
}

.ion-ios-refresh:before {
  content: "\f49c";
}

.ion-ios-refresh-empty:before {
  content: "\f49a";
}

.ion-ios-refresh-outline:before {
  content: "\f49b";
}

.ion-ios-reload:before {
  content: "\f49d";
}

.ion-ios-reverse-camera:before {
  content: "\f49f";
}

.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}

.ion-ios-rewind:before {
  content: "\f4a1";
}

.ion-ios-rewind-outline:before {
  content: "\f4a0";
}

.ion-ios-rose:before {
  content: "\f4a3";
}

.ion-ios-rose-outline:before {
  content: "\f4a2";
}

.ion-ios-search:before {
  content: "\f4a5";
}

.ion-ios-search-strong:before {
  content: "\f4a4";
}

.ion-ios-settings:before {
  content: "\f4a7";
}

.ion-ios-settings-strong:before {
  content: "\f4a6";
}

.ion-ios-shuffle:before {
  content: "\f4a9";
}

.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}

.ion-ios-skipbackward:before {
  content: "\f4ab";
}

.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}

.ion-ios-skipforward:before {
  content: "\f4ad";
}

.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}

.ion-ios-snowy:before {
  content: "\f4ae";
}

.ion-ios-speedometer:before {
  content: "\f4b0";
}

.ion-ios-speedometer-outline:before {
  content: "\f4af";
}

.ion-ios-star:before {
  content: "\f4b3";
}

.ion-ios-star-half:before {
  content: "\f4b1";
}

.ion-ios-star-outline:before {
  content: "\f4b2";
}

.ion-ios-stopwatch:before {
  content: "\f4b5";
}

.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}

.ion-ios-sunny:before {
  content: "\f4b7";
}

.ion-ios-sunny-outline:before {
  content: "\f4b6";
}

.ion-ios-telephone:before {
  content: "\f4b9";
}

.ion-ios-telephone-outline:before {
  content: "\f4b8";
}

.ion-ios-tennisball:before {
  content: "\f4bb";
}

.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}

.ion-ios-thunderstorm:before {
  content: "\f4bd";
}

.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}

.ion-ios-time:before {
  content: "\f4bf";
}

.ion-ios-time-outline:before {
  content: "\f4be";
}

.ion-ios-timer:before {
  content: "\f4c1";
}

.ion-ios-timer-outline:before {
  content: "\f4c0";
}

.ion-ios-toggle:before {
  content: "\f4c3";
}

.ion-ios-toggle-outline:before {
  content: "\f4c2";
}

.ion-ios-trash:before {
  content: "\f4c5";
}

.ion-ios-trash-outline:before {
  content: "\f4c4";
}

.ion-ios-undo:before {
  content: "\f4c7";
}

.ion-ios-undo-outline:before {
  content: "\f4c6";
}

.ion-ios-unlocked:before {
  content: "\f4c9";
}

.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}

.ion-ios-upload:before {
  content: "\f4cb";
}

.ion-ios-upload-outline:before {
  content: "\f4ca";
}

.ion-ios-videocam:before {
  content: "\f4cd";
}

.ion-ios-videocam-outline:before {
  content: "\f4cc";
}

.ion-ios-volume-high:before {
  content: "\f4ce";
}

.ion-ios-volume-low:before {
  content: "\f4cf";
}

.ion-ios-wineglass:before {
  content: "\f4d1";
}

.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}

.ion-ios-world:before {
  content: "\f4d3";
}

.ion-ios-world-outline:before {
  content: "\f4d2";
}

.ion-ipad:before {
  content: "\f1f9";
}

.ion-iphone:before {
  content: "\f1fa";
}

.ion-ipod:before {
  content: "\f1fb";
}

.ion-jet:before {
  content: "\f295";
}

.ion-key:before {
  content: "\f296";
}

.ion-knife:before {
  content: "\f297";
}

.ion-laptop:before {
  content: "\f1fc";
}

.ion-leaf:before {
  content: "\f1fd";
}

.ion-levels:before {
  content: "\f298";
}

.ion-lightbulb:before {
  content: "\f299";
}

.ion-link:before {
  content: "\f1fe";
}

.ion-load-a:before {
  content: "\f29a";
}

.ion-load-b:before {
  content: "\f29b";
}

.ion-load-c:before {
  content: "\f29c";
}

.ion-load-d:before {
  content: "\f29d";
}

.ion-location:before {
  content: "\f1ff";
}

.ion-lock-combination:before {
  content: "\f4d4";
}

.ion-locked:before {
  content: "\f200";
}

.ion-log-in:before {
  content: "\f29e";
}

.ion-log-out:before {
  content: "\f29f";
}

.ion-loop:before {
  content: "\f201";
}

.ion-magnet:before {
  content: "\f2a0";
}

.ion-male:before {
  content: "\f2a1";
}

.ion-man:before {
  content: "\f202";
}

.ion-map:before {
  content: "\f203";
}

.ion-medkit:before {
  content: "\f2a2";
}

.ion-merge:before {
  content: "\f33f";
}

.ion-mic-a:before {
  content: "\f204";
}

.ion-mic-b:before {
  content: "\f205";
}

.ion-mic-c:before {
  content: "\f206";
}

.ion-minus:before {
  content: "\f209";
}

.ion-minus-circled:before {
  content: "\f207";
}

.ion-minus-round:before {
  content: "\f208";
}

.ion-model-s:before {
  content: "\f2c1";
}

.ion-monitor:before {
  content: "\f20a";
}

.ion-more:before {
  content: "\f20b";
}

.ion-mouse:before {
  content: "\f340";
}

.ion-music-note:before {
  content: "\f20c";
}

.ion-navicon:before {
  content: "\f20e";
}

.ion-navicon-round:before {
  content: "\f20d";
}

.ion-navigate:before {
  content: "\f2a3";
}

.ion-network:before {
  content: "\f341";
}

.ion-no-smoking:before {
  content: "\f2c2";
}

.ion-nuclear:before {
  content: "\f2a4";
}

.ion-outlet:before {
  content: "\f342";
}

.ion-paintbrush:before {
  content: "\f4d5";
}

.ion-paintbucket:before {
  content: "\f4d6";
}

.ion-paper-airplane:before {
  content: "\f2c3";
}

.ion-paperclip:before {
  content: "\f20f";
}

.ion-pause:before {
  content: "\f210";
}

.ion-person:before {
  content: "\f213";
}

.ion-person-add:before {
  content: "\f211";
}

.ion-person-stalker:before {
  content: "\f212";
}

.ion-pie-graph:before {
  content: "\f2a5";
}

.ion-pin:before {
  content: "\f2a6";
}

.ion-pinpoint:before {
  content: "\f2a7";
}

.ion-pizza:before {
  content: "\f2a8";
}

.ion-plane:before {
  content: "\f214";
}

.ion-planet:before {
  content: "\f343";
}

.ion-play:before {
  content: "\f215";
}

.ion-playstation:before {
  content: "\f30a";
}

.ion-plus:before {
  content: "\f218";
}

.ion-plus-circled:before {
  content: "\f216";
}

.ion-plus-round:before {
  content: "\f217";
}

.ion-podium:before {
  content: "\f344";
}

.ion-pound:before {
  content: "\f219";
}

.ion-power:before {
  content: "\f2a9";
}

.ion-pricetag:before {
  content: "\f2aa";
}

.ion-pricetags:before {
  content: "\f2ab";
}

.ion-printer:before {
  content: "\f21a";
}

.ion-pull-request:before {
  content: "\f345";
}

.ion-qr-scanner:before {
  content: "\f346";
}

.ion-quote:before {
  content: "\f347";
}

.ion-radio-waves:before {
  content: "\f2ac";
}

.ion-record:before {
  content: "\f21b";
}

.ion-refresh:before {
  content: "\f21c";
}

.ion-reply:before {
  content: "\f21e";
}

.ion-reply-all:before {
  content: "\f21d";
}

.ion-ribbon-a:before {
  content: "\f348";
}

.ion-ribbon-b:before {
  content: "\f349";
}

.ion-sad:before {
  content: "\f34a";
}

.ion-sad-outline:before {
  content: "\f4d7";
}

.ion-scissors:before {
  content: "\f34b";
}

.ion-search:before {
  content: "\f21f";
}

.ion-settings:before {
  content: "\f2ad";
}

.ion-share:before {
  content: "\f220";
}

.ion-shuffle:before {
  content: "\f221";
}

.ion-skip-backward:before {
  content: "\f222";
}

.ion-skip-forward:before {
  content: "\f223";
}

.ion-social-android:before {
  content: "\f225";
}

.ion-social-android-outline:before {
  content: "\f224";
}

.ion-social-angular:before {
  content: "\f4d9";
}

.ion-social-angular-outline:before {
  content: "\f4d8";
}

.ion-social-apple:before {
  content: "\f227";
}

.ion-social-apple-outline:before {
  content: "\f226";
}

.ion-social-bitcoin:before {
  content: "\f2af";
}

.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}

.ion-social-buffer:before {
  content: "\f229";
}

.ion-social-buffer-outline:before {
  content: "\f228";
}

.ion-social-chrome:before {
  content: "\f4db";
}

.ion-social-chrome-outline:before {
  content: "\f4da";
}

.ion-social-codepen:before {
  content: "\f4dd";
}

.ion-social-codepen-outline:before {
  content: "\f4dc";
}

.ion-social-css3:before {
  content: "\f4df";
}

.ion-social-css3-outline:before {
  content: "\f4de";
}

.ion-social-designernews:before {
  content: "\f22b";
}

.ion-social-designernews-outline:before {
  content: "\f22a";
}

.ion-social-dribbble:before {
  content: "\f22d";
}

.ion-social-dribbble-outline:before {
  content: "\f22c";
}

.ion-social-dropbox:before {
  content: "\f22f";
}

.ion-social-dropbox-outline:before {
  content: "\f22e";
}

.ion-social-euro:before {
  content: "\f4e1";
}

.ion-social-euro-outline:before {
  content: "\f4e0";
}

.ion-social-facebook:before {
  content: "\f231";
}

.ion-social-facebook-outline:before {
  content: "\f230";
}

.ion-social-foursquare:before {
  content: "\f34d";
}

.ion-social-foursquare-outline:before {
  content: "\f34c";
}

.ion-social-freebsd-devil:before {
  content: "\f2c4";
}

.ion-social-github:before {
  content: "\f233";
}

.ion-social-github-outline:before {
  content: "\f232";
}

.ion-social-google:before {
  content: "\f34f";
}

.ion-social-google-outline:before {
  content: "\f34e";
}

.ion-social-googleplus:before {
  content: "\f235";
}

.ion-social-googleplus-outline:before {
  content: "\f234";
}

.ion-social-hackernews:before {
  content: "\f237";
}

.ion-social-hackernews-outline:before {
  content: "\f236";
}

.ion-social-html5:before {
  content: "\f4e3";
}

.ion-social-html5-outline:before {
  content: "\f4e2";
}

.ion-social-instagram:before {
  content: "\f351";
}

.ion-social-instagram-outline:before {
  content: "\f350";
}

.ion-social-javascript:before {
  content: "\f4e5";
}

.ion-social-javascript-outline:before {
  content: "\f4e4";
}

.ion-social-linkedin:before {
  content: "\f239";
}

.ion-social-linkedin-outline:before {
  content: "\f238";
}

.ion-social-markdown:before {
  content: "\f4e6";
}

.ion-social-nodejs:before {
  content: "\f4e7";
}

.ion-social-octocat:before {
  content: "\f4e8";
}

.ion-social-pinterest:before {
  content: "\f2b1";
}

.ion-social-pinterest-outline:before {
  content: "\f2b0";
}

.ion-social-python:before {
  content: "\f4e9";
}

.ion-social-reddit:before {
  content: "\f23b";
}

.ion-social-reddit-outline:before {
  content: "\f23a";
}

.ion-social-rss:before {
  content: "\f23d";
}

.ion-social-rss-outline:before {
  content: "\f23c";
}

.ion-social-sass:before {
  content: "\f4ea";
}

.ion-social-skype:before {
  content: "\f23f";
}

.ion-social-skype-outline:before {
  content: "\f23e";
}

.ion-social-snapchat:before {
  content: "\f4ec";
}

.ion-social-snapchat-outline:before {
  content: "\f4eb";
}

.ion-social-tumblr:before {
  content: "\f241";
}

.ion-social-tumblr-outline:before {
  content: "\f240";
}

.ion-social-tux:before {
  content: "\f2c5";
}

.ion-social-twitch:before {
  content: "\f4ee";
}

.ion-social-twitch-outline:before {
  content: "\f4ed";
}

.ion-social-twitter:before {
  content: "\f243";
}

.ion-social-twitter-outline:before {
  content: "\f242";
}

.ion-social-usd:before {
  content: "\f353";
}

.ion-social-usd-outline:before {
  content: "\f352";
}

.ion-social-vimeo:before {
  content: "\f245";
}

.ion-social-vimeo-outline:before {
  content: "\f244";
}

.ion-social-whatsapp:before {
  content: "\f4f0";
}

.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}

.ion-social-windows:before {
  content: "\f247";
}

.ion-social-windows-outline:before {
  content: "\f246";
}

.ion-social-wordpress:before {
  content: "\f249";
}

.ion-social-wordpress-outline:before {
  content: "\f248";
}

.ion-social-yahoo:before {
  content: "\f24b";
}

.ion-social-yahoo-outline:before {
  content: "\f24a";
}

.ion-social-yen:before {
  content: "\f4f2";
}

.ion-social-yen-outline:before {
  content: "\f4f1";
}

.ion-social-youtube:before {
  content: "\f24d";
}

.ion-social-youtube-outline:before {
  content: "\f24c";
}

.ion-soup-can:before {
  content: "\f4f4";
}

.ion-soup-can-outline:before {
  content: "\f4f3";
}

.ion-speakerphone:before {
  content: "\f2b2";
}

.ion-speedometer:before {
  content: "\f2b3";
}

.ion-spoon:before {
  content: "\f2b4";
}

.ion-star:before {
  content: "\f24e";
}

.ion-stats-bars:before {
  content: "\f2b5";
}

.ion-steam:before {
  content: "\f30b";
}

.ion-stop:before {
  content: "\f24f";
}

.ion-thermometer:before {
  content: "\f2b6";
}

.ion-thumbsdown:before {
  content: "\f250";
}

.ion-thumbsup:before {
  content: "\f251";
}

.ion-toggle:before {
  content: "\f355";
}

.ion-toggle-filled:before {
  content: "\f354";
}

.ion-transgender:before {
  content: "\f4f5";
}

.ion-trash-a:before {
  content: "\f252";
}

.ion-trash-b:before {
  content: "\f253";
}

.ion-trophy:before {
  content: "\f356";
}

.ion-tshirt:before {
  content: "\f4f7";
}

.ion-tshirt-outline:before {
  content: "\f4f6";
}

.ion-umbrella:before {
  content: "\f2b7";
}

.ion-university:before {
  content: "\f357";
}

.ion-unlocked:before {
  content: "\f254";
}

.ion-upload:before {
  content: "\f255";
}

.ion-usb:before {
  content: "\f2b8";
}

.ion-videocamera:before {
  content: "\f256";
}

.ion-volume-high:before {
  content: "\f257";
}

.ion-volume-low:before {
  content: "\f258";
}

.ion-volume-medium:before {
  content: "\f259";
}

.ion-volume-mute:before {
  content: "\f25a";
}

.ion-wand:before {
  content: "\f358";
}

.ion-waterdrop:before {
  content: "\f25b";
}

.ion-wifi:before {
  content: "\f25c";
}

.ion-wineglass:before {
  content: "\f2b9";
}

.ion-woman:before {
  content: "\f25d";
}

.ion-wrench:before {
  content: "\f2ba";
}

.ion-xbox:before {
  content: "\f30c";
}

.body-content-wrapper .body-content {
  margin-bottom: 3rem;
}

.btn-primary, .btn-success {
  background-color: #69B9FF !important;
  border-color: #69B9FF !important;
  color: #FFF !important;
}
.btn-primary ::hover, .btn-success ::hover {
  background-color: #005874 !important;
}

.form-column-wrapper {
  width: 100% !important;
}

.form-group {
  margin-top: 1rem;
}

.help-block {
  color: #d92b2b;
  font-size: 0.8rem;
}

.invalid-feedback {
  display: block;
  color: #d92b2b;
}

.form_hint .text-muted {
  color: #FFF !important;
}

.table-container {
  width: 100%;
  overflow: scroll;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.table th {
  text-transform: uppercase;
  text-align: center;
  font-weight: 500 !important;
  font-size: 0.8rem;
  white-space: nowrap;
}
.table td {
  font-size: 0.8rem;
  padding: 0.2rem !important;
  vertical-align: middle;
  font-weight: 100 !important;
}

.dgom_table {
  padding: 0;
  background-color: #FFF;
  box-shadow: 0 14px 24px -22px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 1em 1em;
  border-bottom: none;
  overflow: hidden;
}
.dgom_table tbody tr td, .dgom_table tbody tr th, .dgom_table thead tr td, .dgom_table thead tr th {
  padding: 0.8em 1.4em !important;
  border-bottom: none;
}
.dgom_table tbody tr td th:last-child, .dgom_table tbody tr th th:last-child, .dgom_table thead tr td th:last-child, .dgom_table thead tr th th:last-child {
  text-align: center !important;
}
.dgom_table tbody tr th, .dgom_table thead tr th {
  border-top: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  line-height: 2em;
  font-family: "Roboto", sans-serif !important;
}
.dgom_table tbody tr th:focus, .dgom_table thead tr th:focus {
  outline: none;
}
.dgom_table tbody tr tr:hover, .dgom_table thead tr tr:hover {
  background-color: #f9f9f9;
}

.td-acciones {
  white-space: nowrap;
}

.td-acciones-header {
  width: 14rem !important;
}

.td-acciones-header--lg {
  width: 16rem !important;
}

.td-acciones-header--md {
  width: 8rem !important;
}

.td-acciones-header--sm {
  width: 6rem !important;
}

.table th.th--wrap {
  white-space: normal;
  min-width: 9rem;
}

.td-stack {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  text-align: left;
  padding: 0.5rem 0;
  line-height: 1.35;
}

.td-stack__primary {
  font-family: "Roboto", sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.8rem;
  color: #333;
}

.td-stack__label {
  display: inline-block;
  margin-right: 0.45rem;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #b1b1b1;
}

.td-stack__secondary {
  font-size: 0.7rem;
  font-weight: 400;
  color: #999999;
}
.td-stack__secondary i {
  width: 1.1rem;
  text-align: center;
  margin-right: 0.35rem;
  font-size: 0.8em;
  opacity: 0.7;
}

.td-codigo {
  display: inline-block;
  font-family: "SFMono-Regular", Menlo, Consolas, monospace;
  font-weight: 600 !important;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
  color: #5C5C5B;
  background-color: #fafafa;
  border: 1px solid #a9a9a9;
  border-radius: 0.4rem;
  padding: 0.3rem 0.65rem;
}

.badge-estudiantes {
  background-color: #17a2b8;
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 600 !important;
  padding: 0.45em 0.9em;
}
.badge-estudiantes i {
  font-size: 0.8em;
  margin-right: 0.35em;
  opacity: 0.85;
}
.badge-estudiantes:hover {
  background-color: #128294;
  color: #FFF;
}

.contacto-info {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  text-align: left;
}

.contacto-info__item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
}
.contacto-info__item i {
  width: 1rem;
  text-align: center;
  flex-shrink: 0;
}

.action-btn-wrapper {
  border: 1px solid #999999;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-width: 9em;
  margin: 0 auto;
}
.action-btn-wrapper a {
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #C0C0C0;
  text-align: center;
  border-right: 1px solid #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s cubic-bezier(0.35, 1.05, 0.63, 0.99);
}
.action-btn-wrapper a span {
  padding: 0.8em 1.2em;
  height: 100%;
  width: 100%;
  font-size: 0.8em;
}
.action-btn-wrapper a:nth-child(3) {
  border-right: none;
}
.action-btn-wrapper a:hover {
  color: #FFF;
  background-color: #000;
  text-decoration: none;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fafafa;
}
.table-striped tbody tr:nth-of-type(odd):hover {
  background-color: #f9f9f9;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td, .table th, .table td, .table thead th {
  border-top: none;
}

.table > tbody > tr > td {
  padding: 0;
}

.table > thead:first-child > tr:first-child > th {
  border-top: 1px solid #a9a9a9 !important;
}

.table > thead:last-child > tr:last-child > th {
  text-align: center !important;
}

.page-item:first-child .page-link {
  border-radius: 1.5em 0em 0em 1.5em;
  border: none;
}

.page-item:last-child .page-link {
  border-radius: 0em 1.5em 1.5em 0em;
  border: none;
}

.pagination > li {
  overflow: hidden;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  height: 2.4em;
  display: flex;
  align-items: center;
  box-shadow: 0 15px 21px -10px rgba(0, 0, 0, 0.2);
}

.pagination > li > a {
  border: none;
  height: 100%;
  display: flex;
  align-items: center;
}

.pagination > .active > a:hover {
  background-color: black;
  border: none;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: 2.4em;
  margin: 0 1em;
  font-weight: 700;
  font-size: 1em;
  padding: 0 2.2em;
  border: 1px solid #9c9c9c;
  border-radius: 3em;
  box-shadow: 0 15px 18px -12px rgba(0, 0, 0, 0.2);
}
select.form-control-sm:not([size]):not([multiple]):focus {
  outline: none;
  border: 1px solid #565656;
}

#table-usuarios_filter .div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 2em !important;
  width: 10em !important;
}

input[type=search] {
  border-radius: 3em;
  box-shadow: 0 15px 18px -18px rgba(0, 0, 0, 0.2);
  border: 1px solid #9c9c9c;
  margin-left: 2em;
  width: 10em;
}

div.dataTables_wrapper div.dataTables_info {
  color: #b1b1b1;
  padding-left: 1.3em;
}

.profile_image {
  border-radius: 100%;
  overflow: hidden;
  width: 18rem;
  height: 18rem;
  background-position: center;
  background-size: cover;
}

.profile_cliente_nombre {
  font-size: 3rem;
  color: #69B9FF;
  font-weight: bolder;
}

.text_normal {
  font-size: 1.2rem;
}

.text_accent {
  font-size: 1.2rem;
  color: #69B9FF;
}

.ejecutivo_title {
  font-size: 2rem;
  color: #69B9FF;
  font-weight: bolder;
}

.ejecutivo_nombre {
  font-size: 1.5rem;
  color: #005874;
  font-weight: bolder;
}

.ejecutivo_contacto {
  font-size: 1.2rem;
}
.ejecutivo_contacto a {
  display: inline-block;
  color: #69B9FF;
}

.title_secondary {
  font-size: 2rem;
}

.title_primary {
  font-size: 3rem;
  color: #69B9FF;
}

.view_field_text .title {
  font-size: 1rem;
  color: #69B9FF;
}
.view_field_text .text_body {
  font-size: 1.2rem;
  border-bottom: 1px solid gray;
  margin-top: 0.1rem;
}

.view_field_row_text {
  display: flex;
  border-bottom: 1px solid gray;
}
.view_field_row_text .title {
  padding-left: 1rem;
  font-size: 1.2rem;
  color: #69B9FF;
}
.view_field_row_text .text_body {
  padding-right: 1rem;
  font-size: 1.2rem;
  margin-left: auto;
}

.card {
  margin: 2px;
}

.card-header {
  background: #69B9FF;
  color: #FFF;
}

.card:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.list-group .list-group-item {
  margin-bottom: 1px !important;
}
.list-group .list-group-item a {
  color: #FFF;
  text-decoration: none;
}

.card-body {
  padding: 1rem !important;
}

.card-link {
  display: inline-block;
}

.card-img-top {
  border-radius: 2rem 2rem 0 0;
}

.card-img-top--small {
  height: 14rem;
  border-radius: 2rem 2rem 0 0;
  object-fit: cover;
}

.list-title {
  width: 50%;
  display: inline-block;
}

.font-accent {
  color: #69B9FF;
}

.font-color-red {
  color: #d92b2b;
}

.font-color-green {
  color: green;
}

.navbar {
  border-bottom: solid #f3f3f3 1px;
}

.webapp-nav {
  height: 80px;
  width: 100%;
  min-width: 100%;
  position: relative;
  z-index: 10;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-around;
  color: #0068AF;
  padding: 0px 24px;
  background-color: #F2F3F3;
}

.system-logo {
  height: 100%;
  width: auto;
  max-width: 300px;
  display: flex;
  align-items: center;
}

.nav-bar-system-logo {
  height: 2rem;
  margin: auto;
  margin-right: 3rem;
}

.menu {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0 24px;
}

.menu-item, .nav-item {
  color: #0068AF;
  display: flex;
  width: auto;
  min-width: 80px;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.menu-item:hover .sub-menu, .nav-item:hover .sub-menu {
  display: flex;
}
.menu-item:hover a, .nav-item:hover a {
  color: #F2F3F3;
}
.menu-item a, .nav-item a {
  display: flex;
  align-items: center;
  margin: auto;
  color: #0068AF;
  text-decoration: none;
}
.menu-item a i, .nav-item a i {
  margin-right: 0.5em;
  font-size: 0.8em;
}

nav {
  color: #FFF !important;
}
nav .nav {
  color: #FFF !important;
}
nav .navbar-nav .nav-item {
  padding-left: 1rem;
}
nav .navbar-nav .nav-item .nav-link {
  padding: 0 1rem !important;
  height: 3rem !important;
}

.nav-link {
  color: #0068AF !important;
  height: 2.5rem !important;
}
.nav-link:hover {
  color: #FFF !important;
  background-color: #69B9FF !important;
}

.menu-item-link a {
  color: #0068AF;
}

.sub-menu {
  z-index: 1;
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  height: 48px;
  background-color: #eeeeee;
  display: none;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-top: 4px solid #aaaaaa;
  margin-top: -1px;
}

.sub-nav-item {
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
  color: black !important;
}
.sub-nav-item a {
  color: black !important;
}

nav .user-menu {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav .user-menu a {
  padding: 0 4px;
  display: flex;
  align-items: center;
  margin: auto;
  color: black !important;
  text-decoration: none;
}
nav .user-menu a i {
  margin-left: 8px;
}

.body-content__title {
  font-size: 1.6rem;
  border-bottom: 1px #69B9FF solid;
  font-weight: 100;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.3rem;
  margin-bottom: 1rem;
}

.body-content__subtitle {
  font-size: 0.9rem;
  border-bottom: 1px #69B9FF solid;
  font-weight: 100;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.2rem;
}

.body-content__subtitle_2 {
  font-size: 1.1rem;
  border-bottom: 1px #69B9FF solid;
  font-weight: 100;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.2rem;
}

.footer {
  height: 40px;
  background-color: #003B59;
  box-shadow: 0px -30px 40px -20px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 900;
}
.footer-wrapper {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 960px;
  padding: 0 2em;
}

.footer-company-name {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.error_bg {
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-repeat: none;
  background-position: center;
}

.e404 {
  background-image: url("../images/error/404.jpg");
}

.e403 {
  background-image: url("../images/error/403.jpg");
}

.e500 {
  background-image: url("../images/error/500.jpg");
}

.eOther {
  background-image: url("../images/error/other_error.jpg");
}

.box_wrapper {
  width: 100%;
  padding: 0.5rem;
}
.box_wrapper .box_content {
  border-radius: 0.5rem;
  border: 1px solid #69B9FF;
  background-color: #69B9FF;
  border-color: #69B9FF;
}
.box_wrapper .box_content .body-icon-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.box_wrapper .box_content .body-icon-container .body {
  width: 60%;
  text-align: center;
}
.box_wrapper .box_content .body-icon-container .body .number {
  font-size: 2.5rem;
  color: #FFF;
  font-weight: bold;
}
.box_wrapper .box_content .body-icon-container .body .title {
  color: #FFF;
  font-weight: 500;
  font-size: 1.1rem;
}
.box_wrapper .box_content .body-icon-container .icon {
  font-size: 5rem;
  color: #36a1ff;
}
.box_wrapper .box_content .link {
  text-align: center;
  background-color: #36a1ff;
  border-radius: 0 0 0.5rem 0.5rem;
  line-height: 2.2rem;
}
.box_wrapper .box_content .link a {
  color: #FFF;
  text-decoration: none;
}

.box_wrapper_accent_2 .box_content {
  background-color: #005874;
  border-color: #005874;
}
.box_wrapper_accent_2 .box_content .body-icon-container .body .number {
  color: #FFF;
}
.box_wrapper_accent_2 .box_content .body-icon-container .body .title {
  color: #FFF;
}
.box_wrapper_accent_2 .box_content .body-icon-container .icon {
  color: #003141;
}
.box_wrapper_accent_2 .box_content .link {
  background-color: #003141;
}
.box_wrapper_accent_2 .box_content .link a {
  color: #FFF;
}

.box_wrapper_accent_3 .box_content {
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.box_wrapper_accent_3 .box_content .body-icon-container .body .number {
  color: #FFF;
}
.box_wrapper_accent_3 .box_content .body-icon-container .body .title {
  color: #FFF;
}
.box_wrapper_accent_3 .box_content .body-icon-container .icon {
  color: #117a8b;
}
.box_wrapper_accent_3 .box_content .link {
  background-color: #117a8b;
}
.box_wrapper_accent_3 .box_content .link a {
  color: #FFF;
}

.box_wrapper_accent_4 .box_content {
  background-color: #2A53A2;
  border-color: #2A53A2;
}
.box_wrapper_accent_4 .box_content .body-icon-container .body .number {
  color: #FFF;
}
.box_wrapper_accent_4 .box_content .body-icon-container .body .title {
  color: #FFF;
}
.box_wrapper_accent_4 .box_content .body-icon-container .icon {
  color: #203e7a;
}
.box_wrapper_accent_4 .box_content .link {
  background-color: #203e7a;
}
.box_wrapper_accent_4 .box_content .link a {
  color: #FFF;
}

.box_wrapper_accent_5 .box_content {
  background-color: #344395;
  border-color: #344395;
}
.box_wrapper_accent_5 .box_content .body-icon-container .body .number {
  color: #FFF;
}
.box_wrapper_accent_5 .box_content .body-icon-container .body .title {
  color: #FFF;
}
.box_wrapper_accent_5 .box_content .body-icon-container .icon {
  color: #27326f;
}
.box_wrapper_accent_5 .box_content .link {
  background-color: #27326f;
}
.box_wrapper_accent_5 .box_content .link a {
  color: #FFF;
}

.box_wrapper_accent_6 .box_content {
  background-color: #483E92;
  border-color: #483E92;
}
.box_wrapper_accent_6 .box_content .body-icon-container .body .number {
  color: #FFF;
}
.box_wrapper_accent_6 .box_content .body-icon-container .body .title {
  color: #FFF;
}
.box_wrapper_accent_6 .box_content .body-icon-container .icon {
  color: #362f6e;
}
.box_wrapper_accent_6 .box_content .link {
  background-color: #362f6e;
}
.box_wrapper_accent_6 .box_content .link a {
  color: #FFF;
}

.box_wrapper_accent_7 .box_content {
  background-color: #1F7A8C;
  border-color: #1F7A8C;
}
.box_wrapper_accent_7 .box_content .body-icon-container .body .number {
  color: #FFF;
}
.box_wrapper_accent_7 .box_content .body-icon-container .body .title {
  color: #FFF;
}
.box_wrapper_accent_7 .box_content .body-icon-container .icon {
  color: #165662;
}
.box_wrapper_accent_7 .box_content .link {
  background-color: #165662;
}
.box_wrapper_accent_7 .box_content .link a {
  color: #FFF;
}

.box_wrapper_accent_8 .box_content {
  background-color: #5C6BC0;
  border-color: #5C6BC0;
}
.box_wrapper_accent_8 .box_content .body-icon-container .body .number {
  color: #FFF;
}
.box_wrapper_accent_8 .box_content .body-icon-container .body .title {
  color: #FFF;
}
.box_wrapper_accent_8 .box_content .body-icon-container .icon {
  color: #4150a8;
}
.box_wrapper_accent_8 .box_content .link {
  background-color: #4150a8;
}
.box_wrapper_accent_8 .box_content .link a {
  color: #FFF;
}

.box_wrapper_accent_9 .box_content {
  background-color: #00796B;
  border-color: #00796B;
}
.box_wrapper_accent_9 .box_content .body-icon-container .body .number {
  color: #FFF;
}
.box_wrapper_accent_9 .box_content .body-icon-container .body .title {
  color: #FFF;
}
.box_wrapper_accent_9 .box_content .body-icon-container .icon {
  color: #00463e;
}
.box_wrapper_accent_9 .box_content .link {
  background-color: #00463e;
}
.box_wrapper_accent_9 .box_content .link a {
  color: #FFF;
}

.box_wrapper_accent_10 .box_content {
  background-color: #7E57C2;
  border-color: #7E57C2;
}
.box_wrapper_accent_10 .box_content .body-icon-container .body .number {
  color: #FFF;
}
.box_wrapper_accent_10 .box_content .body-icon-container .body .title {
  color: #FFF;
}
.box_wrapper_accent_10 .box_content .body-icon-container .icon {
  color: #643da9;
}
.box_wrapper_accent_10 .box_content .link {
  background-color: #643da9;
}
.box_wrapper_accent_10 .box_content .link a {
  color: #FFF;
}

.graph_canvas {
  height: 20rem;
}

.graph_canvas--lg {
  height: 25rem;
}

.graph_canvas--donut {
  height: 20rem;
  width: 20rem;
}

.graph_canvas--donut-sm {
  height: 10rem;
  width: 10rem;
}

.graph_canvas--bar-sm {
  height: 3rem;
  width: 13rem;
}

.graph_wrapper {
  border-radius: 0.5rem;
  background: #69B9FF !important;
  color: #FFF;
}
.graph_wrapper .graph_box .title {
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: #36a1ff;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  font-weight: bold;
}
.graph_wrapper .graph_box .graph_footnote {
  text-align: center;
  font-size: 0.8rem;
  opacity: 0.85;
  padding: 0 1rem 0.8rem;
}
.graph_wrapper .graph_box .graph_footnote i {
  margin-right: 0.3rem;
}

.graph_wrapper_2 {
  background: #005874 !important;
  color: #FFF;
}
.graph_wrapper_2 .graph_box .title {
  background-color: #003141;
}

.graph_wrapper_3 {
  background: #17a2b8 !important;
  color: #FFF;
}
.graph_wrapper_3 .graph_box .title {
  background-color: #117a8b;
}

.graph_wrapper_4 {
  background: #2A53A2 !important;
  color: #FFF;
}
.graph_wrapper_4 .graph_box .title {
  background-color: #203e7a;
}

.graph_wrapper_5 {
  background: #344395 !important;
  color: #FFF;
}
.graph_wrapper_5 .graph_box .title {
  background-color: #27326f;
}

.graph_wrapper_6 {
  background: #483E92 !important;
  color: #FFF;
}
.graph_wrapper_6 .graph_box .title {
  background-color: #362f6e;
}

.dataTables_filter {
  margin-bottom: 0.5rem;
}

a.paginate_button.current {
  background: #69B9FF !important;
  border-color: #69B9FF !important;
}

.avance_wrapper {
  border: 1px solid gray;
  border-radius: 0.5rem;
  margin: 0.5rem;
  padding: 0;
  box-shadow: 0.3rem 0.3rem 0.3rem;
  overflow: hidden;
}
.avance_wrapper .avance_container .title {
  text-align: center;
  font-weight: bold;
  background-color: #69B9FF;
  color: #FFF;
  line-height: 2rem;
  font-size: 1.2rem;
}
.avance_wrapper .avance_container .calificacion {
  text-align: center;
  font-size: 3.5rem;
  padding: 1rem;
  border-bottom: 1px solid gray;
}
.avance_wrapper .avance_container .contenido {
  padding: 1rem;
  text-align: center;
}

.card_plan {
  width: 90%;
}

.product-banner--home img {
  object-fit: cover;
  width: 100%;
  height: 30vh;
  object-position: center;
}

.error {
  font-size: 0.8rem;
  color: #d92b2b;
  padding: 0.5rem;
}

.background-no-content_40 {
  background-position: center;
  background-size: contain;
  height: 40vh;
  background-repeat: no-repeat;
}

.pdf_book_icon {
  margin: 0 auto;
  text-align: center;
}
.pdf_book_icon a {
  color: #69B9FF;
  font-size: 1.5rem;
}

.email {
  text-transform: lowercase;
  color: #69B9FF;
}

.date {
  font-size: 0.8rem;
}

.curp {
  text-transform: uppercase;
}

.name {
  text-transform: uppercase;
  white-space: nowrap;
}

.page-login {
  background-color: #FFFFFF;
  background-image: url("../images/bgs/bg1.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.login-form-wrapper {
  padding: 1rem;
  margin-top: 18vh;
  background-color: #3598dcc7;
  border-radius: 1rem;
}

.login-form-wrapper_logo {
  text-align: center;
  padding-bottom: 3rem;
}

.login_form_title {
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  font-size: 2rem;
  padding-top: 3rem;
}

.inline-btn {
  color: #00AEC0;
  display: inline-block;
}

.recuperar-pass-title {
  font-size: 1rem !important;
  font-weight: 600;
  color: #FFF;
}

.recuperar-pass a {
  color: #FFF;
}

.login-btn {
  width: 100%;
  font-size: 1.2rem;
  background-color: #69B9FF;
  border-color: #69B9FF;
}
.login-btn:hover {
  background-color: #005874;
  border-color: #005874;
}

.input-group-text {
  color: #FFF;
  background-color: #69B9FF;
  border-color: #69B9FF;
  font-size: 1.4rem;
}

.page-sign-up {
  background-image: url("../images/bgs/bg2.png");
}

.login-radio {
  color: #FFF;
  display: inline !important;
  padding-left: 1rem;
}

.login-checkbox label {
  display: inline !important;
}

.login_input_text .form_label {
  color: #FFF;
  font-size: 1rem;
}
.login_input_text input {
  color: #000;
}
.login_input_text input ::placeholder {
  color: yellow;
}

.label_login {
  color: #FFF;
}

.recuperar-pass {
  color: #dfdfdf;
}

.credencial-preview {
  max-height: 200px;
  border-radius: 0.5rem;
  border: 1px solid #FFF;
}

.button_sign_up {
  width: 150px;
  height: 150px;
  padding: 20px;
  margin: 10px;
  font-size: 1.1rem;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  transition: background-color 0.3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.button_sign_up_i {
  font-size: 48px;
  margin-bottom: 10px;
}

.button-student {
  background-color: #2196F3;
}

.button-student:hover {
  background-color: #0b7dda;
}

.button-teacher {
  background-color: #2196F3;
}

.button-teacher:hover {
  background-color: #0b7dda;
}

.element_data .label {
  font-size: 0.8rem;
  color: #69B9FF;
}
.element_data .value {
  font-size: 1rem;
  background-color: #fafafa;
  color: #8D8D8D;
  padding: 0.4rem;
  border-radius: 0.3rem;
}

.resultado_count {
  font-weight: 600;
  font-size: 1.8rem;
  color: #000;
}

.libro_wrapper {
  border-bottom: 1px solid #d1d7dc;
  padding-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.libro_portada_thumnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 33rem;
}

.row_libro .nombre {
  font-weight: bold;
  color: #000;
  font-size: 1.2rem;
}
.row_libro .materia {
  font-weight: bold;
  color: #000;
}
.row_libro .descripcion {
  font-size: 0.9rem;
}

.box_libro_view .nombre {
  font-weight: bold;
  color: #000;
  font-size: 2.4rem;
}
.box_libro_view .materia {
  font-weight: bold;
  color: #000;
  font-size: 1.3rem;
}
.box_libro_view .descripcion {
  border: 1px solid #d1d7dc;
  max-height: 23rem;
  border-radius: 0.5rem;
  overflow: hidden;
  white-space: pre-wrap;
  overflow-y: auto;
  padding: 1rem;
}

.box_materia_docente .label {
  font-weight: bold;
  color: #000;
  margin: 0 0.3rem 0 0.5rem;
}
.box_materia_docente .value {
  color: #000;
}

.bookmark {
  color: #69B9FF;
  font-size: 2rem;
}

.form-agregar-contenido {
  background: #fafafa;
  border-radius: 1rem;
  border: 1px solid #e1e1e1;
}

.portada_preview {
  height: 13.6rem;
  width: 11.6rem;
  background-image: url("../../img/placeholder/book_no_cover.webp");
  background-size: cover;
  margin: 0 auto;
  padding: 0.3rem;
  border: 1px solid #fafafa;
}
.portada_preview img {
  height: 13rem;
  width: 11rem;
}

#libros-table td {
  vertical-align: middle;
}

.thumnail_book {
  border: 1px solid gray;
  border-radius: 0.3rem;
  padding: 0.3rem;
  margin: 0 auto;
  width: 5.7rem;
  height: 7.7rem;
  background: #FFF;
}
.thumnail_book img {
  object-fit: cover;
  width: 5rem;
  height: 7rem;
}

.contenido_libro_wrapper .contenido_libro .section_title {
  font-weight: bold;
  text-align: center;
  font-size: 1.1rem;
  border-bottom: 1px solid #69B9FF;
  margin-top: 1rem;
  color: #FFF;
  text-transform: uppercase;
  line-height: 2.5rem;
  background-color: #005874;
}
.contenido_libro_wrapper .contenido_libro .section_desc {
  font-size: 0.8rem;
  background-color: #C0C0C0;
  margin-bottom: 0.5rem;
  padding: 0.3rem;
  color: #FFF;
}

.pdf-container {
  position: relative;
  max-width: 100%;
  min-width: 10%;
  width: 70%;
  height: 100vh;
  overflow: auto;
  margin: 0 auto;
}

canvas {
  width: 100%;
  height: auto;
}

.pdf-controls {
  margin: 10px 0;
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
}

.page_number {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.4rem;
  vertical-align: bottom;
}

.pdf_page_num {
  color: #0e0e0e;
}

.pdf_btn {
  border: none;
  background: none;
  font-size: 1.4rem;
  font-weight: 100;
  color: #7a7a7a;
}
.pdf_btn :hover {
  color: #4c4c4c;
}

.pdf_toolbar_separator {
  border-left: 1px solid #e3e3e3;
  width: 1px;
  display: inline;
  margin: 0 0.5rem;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* Ajusta el tamaño máximo del video */
  max-width: 100%;
  overflow: hidden;
}
.video-container video {
  width: 100%;
  height: auto;
}

/* Oculta el botón de descarga en la mayoría de los navegadores */
video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

.audio-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

audio, video {
  margin-top: 10px;
}

.preguntas_wrapper {
  background-color: #FFF;
  border: 1px solid #c0c0c0;
  border-radius: 0.5rem;
  padding: 1rem;
}

.pregunta_wrapper {
  background: #69B9FF;
  padding: 0.3rem 0.5rem;
  border-radius: 0.3rem;
  color: #FFF;
  border: 1px solid #005874;
  display: flex;
  justify-content: space-between;
}
.pregunta_wrapper p, .pregunta_wrapper span {
  color: #FFF;
}
.pregunta_wrapper .tools a {
  color: #FFF;
  font-size: 1.3rem;
  margin-right: 1rem;
}
.pregunta_wrapper .pregunta {
  display: inline-block;
  flex: 1;
  font-size: 1.3rem;
}
.pregunta_wrapper .agregar_pregunta {
  display: inline-block;
  font-size: 1.1rem;
  cursor: pointer;
}
.pregunta_wrapper .eliminar_pregunta {
  font-size: 1.1rem;
}

.ent-respuestas-preguntas-cuestionarios-create {
  border: 1px solid #999999;
  margin-top: 1rem;
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #e7e7e7;
}

.respuestas {
  padding: 1rem 2rem;
}
.respuestas .respuesta_wrapper {
  border: 1px solid #c0c0c0;
  margin-bottom: 0.3rem;
  padding: 0.3rem;
  border-radius: 0.3rem;
  color: #333;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.respuestas .respuesta_wrapper input[type=radio],
.respuestas .respuesta_wrapper input[type=checkbox] {
  accent-color: #005874;
  cursor: pointer;
}
.respuestas .respuesta_wrapper:hover {
  background-color: #69b9ff26;
  border-color: #69B9FF;
  color: #333;
}
.respuestas .respuesta_wrapper.selected {
  background-color: #69B9FF;
  border-color: #005874;
  color: #FFF;
}
.respuestas .respuesta_wrapper.selected input[type=radio],
.respuestas .respuesta_wrapper.selected input[type=checkbox] {
  accent-color: #FFF;
}
.respuestas .respuesta_wrapper.selected:hover {
  background-color: #69B9FF;
}
.respuestas .respuesta_wrapper .respuesta,
.respuestas .respuesta_wrapper .detalle,
.respuestas .respuesta_wrapper .correcto {
  font-size: 1rem;
}

.pregunta_instrucciones_wrapper {
  background: #fafafa;
  border: 1px solid #c0c0c0;
  padding: 0.5rem;
  border-radius: 0 0 0.3rem 0.3rem;
  margin-top: -3px;
  font-size: 0.9rem;
}

.pregunta_imagen {
  object-fit: cover;
  width: 80%;
  margin: 10%;
}

.cuestionario_details_wrapper .nombre {
  font-size: 1.5rem;
  font-weight: 300;
}
.cuestionario_details_wrapper .descripcion {
  background: #fafafa;
  border: 1px solid #c0c0c0;
  padding: 0.5rem;
  border-radius: 0.3rem;
  margin-top: -3px;
  font-size: 0.9rem;
  white-space: pre-line;
}
.cuestionario_details_wrapper .detalles {
  font-size: 0.8rem;
  color: #69B9FF;
  text-align: right;
}

.cuestionario__review_wrapper .pregunta_container {
  border: 1px solid gray;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}
.cuestionario__review_wrapper .pregunta_container .pregunta_wrapper .pregunta {
  display: inline-block;
  flex: 1;
  font-size: 1.3rem;
}
.cuestionario__review_wrapper .pregunta_container .pregunta_wrapper .pregunta_sin_respuesta {
  font-size: 0.8rem;
  color: #FFF;
}
.cuestionario__review_wrapper .pregunta_container .respuesta_wrapper .respuesta_row {
  margin: 0.3rem;
}
.cuestionario__review_wrapper .pregunta_container .respuesta_wrapper .respuesta {
  display: block;
  font-size: 1rem;
  padding: 0.3rem;
  margin: 0.3rem 0;
}
.cuestionario__review_wrapper .pregunta_container .respuesta_wrapper .opcion_respuesta_columna {
  border: 1px solid gray;
  border-radius: 0.3rem;
  margin: 0.3rem 0;
}
.cuestionario__review_wrapper .pregunta_container .respuesta_wrapper .respuesta_correcta {
  border: 2px solid green;
  border-radius: 0.3rem;
}
.cuestionario__review_wrapper .pregunta_container .respuesta_wrapper .respuesta_seleccionada_correcta {
  background-color: #0080001f;
  border-radius: 0.3rem;
  border: 1px solid green;
  border-radius: 0.3rem;
}
.cuestionario__review_wrapper .pregunta_container .respuesta_wrapper .respuesta_seleccionada_incorrecta {
  background-color: #d92b2b36;
  border: 1px solid #d92b2b;
  border-radius: 0.3rem;
}
.cuestionario__review_wrapper .pregunta_container .respuesta_wrapper .respuesta_no_seleccionada_correcta {
  background-color: #ffff001a;
  border: 1px solid yellow;
  border-radius: 0.3rem;
}

.arrow {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 2rem;
  margin-top: 1rem;
}

.arrow_red {
  background-image: url("../images/arrows/arrow_red.png");
}

.arrow_green {
  background-image: url("../images/arrows/arrow_green.png");
}

.answer_icon {
  font-size: 1.5rem;
  margin-right: 1rem;
  display: inline-block;
  line-height: 2rem;
}

.intento {
  display: none;
}

.cuestionario_nombre {
  font-size: 1.2rem;
  font-weight: 600;
  color: #5C5C5B;
}
.cuestionario_nombre i {
  color: #69B9FF;
  margin-right: 0.5rem;
}

.intentos_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.intento_card {
  cursor: pointer;
  background-color: #fafafa;
  border-left: 4px solid #C0C0C0;
  border-radius: 0.4rem;
  padding: 0.6rem 1rem;
  min-width: 9rem;
  color: #5C5C5B;
  box-shadow: 0 0 0 2px transparent inset;
  transition: box-shadow 0.15s ease;
}
.intento_card:hover {
  box-shadow: 0 0 0 2px #69b9ff26 inset;
}
.intento_card.active {
  box-shadow: 0 0 0 2px #69B9FF inset;
}
.intento_card .intento_card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.intento_card .intento_card__calificacion {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.intento_card .intento_card__detalle {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.8rem;
}

.intento_card--aprobado {
  border-left-color: green;
  background-color: #0080001f;
}
.intento_card--aprobado .intento_card__header,
.intento_card--aprobado .intento_card__calificacion,
.intento_card--aprobado i {
  color: green;
}

.intento_card--reprobado {
  border-left-color: #dc3545;
  background-color: #d92b2b36;
}
.intento_card--reprobado .intento_card__header,
.intento_card--reprobado .intento_card__calificacion,
.intento_card--reprobado i {
  color: #dc3545;
}

.avance_box_wrapper {
  background: #69B9FF;
  width: 100%;
  height: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.avance_box_wrapper .avance_total_porcentaje {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 4.5rem;
}
.avance_box_wrapper .avance_total_porcentaje .text {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #00539c;
  padding: 0.5rem 0 0.5rem 1rem;
  text-transform: uppercase;
  line-height: 1.3;
}
.avance_box_wrapper .avance_total_porcentaje .text i {
  font-size: 1.3rem;
}
.avance_box_wrapper .avance_total_porcentaje .number {
  display: flex;
  align-items: center;
  color: #FFF;
  font-weight: bold;
  background-color: #0389ff;
  padding: 0 1rem;
  margin-left: 1rem;
  font-size: 1.8rem;
}

.avance_box_wrapper_2 {
  background: #005874;
}
.avance_box_wrapper_2 .avance_total_porcentaje .text {
  color: #41d1ff;
}
.avance_box_wrapper_2 .avance_total_porcentaje .number {
  background-color: #007fa7;
}

.avance_box_wrapper_3 {
  background: #17a2b8;
}
.avance_box_wrapper_3 .avance_total_porcentaje .text {
  color: #000203;
}
.avance_box_wrapper_3 .avance_total_porcentaje .number {
  background-color: #117a8b;
}

.progresion_card {
  border-radius: 0.75rem;
  overflow: hidden;
}
.progresion_card .card-header {
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.75rem 1rem;
}
.progresion_card .list-group-item {
  padding: 0;
}

.contenido_item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 1rem !important;
  border-left: 4px solid #C0C0C0;
  background-color: #fafafa;
  color: #5C5C5B;
  font-size: 0.9rem;
}
.contenido_item .contenido_item__link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
  min-width: 0;
  color: inherit !important;
  text-decoration: none;
}
.contenido_item .contenido_item__link:hover .contenido_item__nombre {
  text-decoration: underline;
}

.contenido_item__icon {
  color: #999999;
  flex-shrink: 0;
}

.contenido_item__nombre {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contenido_item__status {
  margin-left: auto;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 600;
  color: #999999;
}

.contenido_item--completo {
  border-left-color: green;
  background-color: #0080001f;
}
.contenido_item--completo .contenido_item__status {
  color: green;
}

.contenido_item--proceso {
  border-left-color: orange;
  background-color: #ffff001a;
}
.contenido_item--proceso .contenido_item__status {
  color: orange;
}

.contenido_item--reprobado {
  border-left-color: #dc3545;
  background-color: #d92b2b36;
}
.contenido_item--reprobado .contenido_item__status {
  color: #dc3545;
}

.avance_footer {
  background-color: #FFF;
  padding: 0.75rem 1rem;
}
.avance_footer .avance_footer__row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.35rem 0;
}
.avance_footer .avance_footer__row .label {
  flex: 0 0 6.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #5C5C5B;
  text-transform: uppercase;
}
.avance_footer .avance_footer__row .progress {
  flex: 1;
  height: 0.5rem;
}
.avance_footer .avance_footer__row .value {
  flex: 0 0 3.8rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #5C5C5B;
  text-align: right;
}
.avance_footer .avance_footer__row .progress-bar--contenido {
  background-color: #69B9FF;
}
.avance_footer .avance_footer__row .progress-bar--cuestionarios {
  background-color: #17a2b8;
}

.page_cuestionario_wrapper {
  padding: 0.5rem;
}

.cuestionario_nav_buttons {
  position: absolute;
  z-index: 50;
  bottom: 0;
  right: 0;
  padding: 10px;
  width: 100%;
  text-align: right;
  border-top: 1px solid #C0C0C0;
  background-color: #FFF;
}

.cuestionario_wrapper {
  background-color: #FFF;
  border: 1px solid #c0c0c0;
  border-radius: 0.5rem;
  margin-bottom: 5rem;
}
.cuestionario_wrapper .pregunta {
  padding: 0.5rem;
  border-radius: 0 0 0.3rem 0.3rem;
  font-size: 1.3rem;
  background: #fafafa;
}
.cuestionario_wrapper .score_correct {
  text-align: center;
  font-size: 12vh;
  color: green;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}
.cuestionario_wrapper .score_correct .score_txt {
  text-align: center;
  font-size: 1.5rem;
  color: green;
}
.cuestionario_wrapper .score_incorrect {
  text-align: center;
  font-size: 12vh;
  color: red;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}
.cuestionario_wrapper .score_incorrect .score_txt {
  text-align: center;
  font-size: 1.5rem;
  color: red;
}
.cuestionario_wrapper .instrucciones {
  color: #FFF;
  justify-content: space-between;
  background: #69B9FF;
  padding: 0.3rem 0.5rem;
  border-radius: 0.3rem;
  flex: 1;
  font-size: 0.9rem;
}

.cuestionario_calif_aprob {
  width: 20px;
  height: 20px;
  background: green;
  display: inline-block;
}

.cuestionario_calif_obtenida {
  width: 20px;
  height: 20px;
  background: orange;
  display: inline-block;
}

.progress-circle {
  position: relative;
  width: 80vw;
  max-width: 300px;
  height: 80vw;
  max-height: 300px;
  border-radius: 50%;
  transition: background 1s linear;
  background: #d3d3d3;
}

.progress-circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 73.33%;
  height: 73.33%;
  max-width: 220px;
  max-height: 220px;
  border-radius: 50%;
  background: #FFF;
  transform: translate(-50%, -50%);
}

.progress-circle::after {
  content: attr(data-percentage) "%";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12vw;
  font-weight: bold;
}

.graph {
  display: flex;
  justify-content: center;
  align-items: center;
}

.graph_container {
  padding: 5vw;
}

@media (min-width: 600px) {
  .progress-circle {
    width: 300px;
    height: 300px;
  }

  .progress-circle::after {
    font-size: 48px;
  }
}
.leader-line {
  z-index: 999 !important;
}

.draggable {
  position: relative;
  z-index: 1000;
  cursor: grab;
}

.droppable {
  z-index: 10000;
}

.draggableLine {
  cursor: grab;
  padding: 10px;
  background-color: #f0f0f0;
  margin: 5px;
  border-radius: 5px;
  max-width: 30rem;
}

.droppableLine {
  padding: 10px;
  background-color: #e0e0e0;
  margin: 5px;
  border-radius: 5px;
  min-height: 40px;
  max-width: 30rem;
}

.columnLine {
  padding: 10px;
  background-color: #FFF;
  margin: 5px;
  border-radius: 5px;
  border-color: #e0e0e0;
  min-height: 40px;
  border-style: solid;
}

.draggingLine {
  opacity: 0.5;
}

.pregunta_active {
  display: none;
}

.pregunta_active.active {
  display: block;
}

.badge_calificacion {
  width: 3rem;
}

.respuesta_wrapper.incorrect {
  background-color: #d92b2b36;
  border: 2px solid red !important;
  color: #333;
}

.respuesta_wrapper.correct {
  background-color: #0080001f;
  border: 2px solid green !important;
  color: #333;
}

.respuesta_wrapper:has(input:disabled) {
  cursor: default;
}
.respuesta_wrapper:has(input:disabled):hover {
  background-color: transparent;
  border-color: #c0c0c0;
}
.respuesta_wrapper:has(input:disabled).correct:hover {
  background-color: #0080001f;
  border-color: green;
}
.respuesta_wrapper:has(input:disabled).incorrect:hover {
  background-color: #d92b2b36;
  border-color: red;
}

.instrucciones_wrapper {
  background-color: #FFF;
  position: relative;
  margin-bottom: 5rem;
}
.instrucciones_wrapper .nombre {
  font-size: 1.5rem;
  font-weight: 300;
}
.instrucciones_wrapper .descripcion {
  background: #fafafa;
  border: 1px solid #c0c0c0;
  padding: 1rem 2rem;
  border-radius: 0.3rem;
  white-space: pre-line;
}
.instrucciones_wrapper .descripcion .title {
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
}
.instrucciones_wrapper .descripcion .title i {
  color: #69B9FF;
  margin-right: 1rem;
}
.instrucciones_wrapper .detalles {
  font-size: 0.9rem;
  color: #69B9FF;
  text-align: right;
  margin: 0.5rem;
}

.exam_progress {
  color: #FFF;
  text-align: right;
  font-size: 0.7rem;
}
.exam_progress .circle_active {
  display: none;
  margin-right: 0.2rem;
  color: #FFF;
}
.exam_progress .circle_inactive {
  display: none;
  margin-right: 0.2rem;
  color: #FFF;
}

.respuesta_columna {
  display: none;
  font-style: italic;
}

.calif_details {
  margin: 1rem 2rem;
}
.calif_details .congrats {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.calif_details .score {
  text-align: center;
  font-size: 1.5rem;
}
.calif_details .score_fail {
  text-align: center;
  font-size: 0.8rem;
}

.detalles_calificaciones {
  background: aliceblue;
  margin: 1rem;
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
}

.calif_obtenida {
  background: #00800052;
}

.calif_aprob {
  background: #ffa5007a !important;
}

.resumen {
  background: #FFF !important;
  text-align: center;
}
.resumen .badge {
  width: 2rem !important;
  background-color: #6c757d6e !important;
}

.calif_title {
  margin: 1rem 2rem;
}

.retro {
  font-size: 0.9rem;
  font-style: italic;
}
.retro:has(i) {
  margin-top: 0.4rem;
  padding-top: 0.4rem;
  border-top: 1px dashed #c0c0c0;
}

.txt_pregunta {
  margin-bottom: 1rem;
}
.txt_pregunta p {
  display: inline;
  margin: 0;
}

.check {
  text-decoration: line-through;
}

.detalle {
  margin: 0.3rem;
}
