/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *





 */

body {
    background-color: #F7F8FA;
    color: black;

}

.pending-upload-hint {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f3e5f5;
  color: #4a148c;
  font-weight: 600;
}

.pending-uploads-tab-link--empty {
  color: #c62828 !important;
}

.pending-uploads-tab-link--filled {
  background: #512da8 !important;
  color: #ffffff !important;
  border-radius: 12px 12px 0 0;
}

.pending-uploads-section {
  padding: 18px 8px 8px;
}

.pending-uploads-empty {
  border: 1px dashed #d1c4e9;
  border-radius: 18px;
  background: linear-gradient(180deg, #faf7ff 0%, #f5f0ff 100%);
  padding: 28px;
}

.pending-uploads-empty__title {
  color: #c62828;
  font-size: 22px;
  font-weight: 700;
}

.pending-uploads-empty__text {
  margin-top: 8px;
  color: #6d5d8f;
  font-size: 15px;
}

.pending-uploads-request {
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid #e3d8ff;
  box-shadow: 0 18px 44px rgba(68, 39, 128, 0.12);
}

.pending-uploads-request__content {
  padding: 20px 22px 24px !important;
}

.pending-uploads-request__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.pending-uploads-request__eyebrow {
  color: #7e57c2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  font-weight: 700;
}

.pending-uploads-request__title {
  margin-top: 6px;
  color: #2e1a47;
  font-size: 24px;
  font-weight: 700;
}

.pending-uploads-request__meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pending-uploads-request__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 12px;
  border-radius: 999px;
  background: #f2ebff;
  color: #5e35b1;
  font-size: 13px;
  font-weight: 600;
}

.pending-uploads-request__chip--count {
  background: #ede7f6;
}

.pending-uploads-request__note {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff8e1;
  color: #6d4c41;
  font-size: 14px;
}

.pending-uploads-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.pending-upload-card {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e4dafd;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(92, 52, 160, 0.08);
}

.pending-upload-card__preview {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  background: linear-gradient(135deg, #f3edff 0%, #ede7f6 100%);
}

.pending-upload-card__image {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.pending-upload-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: rgba(81, 45, 168, 0.12);
  color: #512da8;
}

.pending-upload-card__icon .material-icons {
  font-size: 40px;
}

.pending-upload-card__body {
  padding: 14px 16px 16px;
}

.pending-upload-card__name {
  color: #2f2246;
  font-size: 15px;
  font-weight: 700;
  word-break: break-word;
}

.pending-upload-card__role {
  margin-top: 6px;
  color: #7a6a98;
  font-size: 13px;
}

.pending-uploads-request__actions {
  margin-top: 22px;
  display: flex;
  justify-content: flex-end;
}

.pending-uploads-request__approve-btn {
  background: #512da8 !important;
  border-radius: 14px !important;
  font-weight: 700;
}

@media (max-width: 700px) {
  .pending-uploads-request__content {
    padding: 16px !important;
  }

  .pending-uploads-grid {
    grid-template-columns: 1fr;
  }

  .pending-uploads-request__actions .btn-large {
    width: 100%;
  }
}

body.order-show-lifecycle-loading::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(20, 28, 36, 0.32);
  z-index: 10040;
}

body.order-show-lifecycle-loading {
  cursor: progress;
}

div.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-danger-bid {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-success {
    color: #009688;
    background-color: #e0f2f1;
    border-color: #00695c;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-success-bid {
  color: #009688;
  background-color: #e0f2f1;
  border-color: #00695c;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-info {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-info-rst {
  color: black;
  background-color: #f2f2f2;;
  border-color: #f2f2f2;;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.nav-map-trigger__icon {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.nav-map-trigger__icon path {
  stroke: currentColor;
}

.nav-map-trigger__icon--image {
  width: 34px;
  object-fit: contain;
}

table th {
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #546e7a !important;
    color: white;
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
}

table th .nocurrent {
    color: #4db6ac !important
}

table th .current {
    padding-right: 12px;
    background-repeat: no-repeat;
    background-position: right center;
    color: white;
}

.add_button {
    position: fixed;
    /*left: 80%;*/
    z-index: 3;
    top: 140px;
}

.add_button_front {
    position: fixed;
    left: 80%;
    z-index: 900;
    top: 80px;
}

.digg_pagination {
    /* background: white;*/
    cursor: default;
    /* self-clearing method: */
}

.digg_pagination a,
.digg_pagination span,
.digg_pagination em {
    padding: 0.2em 0.5em;
    display: block;
    float: left;
    margin-right: 1px;
}

.digg_pagination .disabled {
    color: #999999;
    border: 1px solid #dddddd;
}

.digg_pagination .current {
    font-style: normal;
    font-weight: bold;
    background: #546e7a !important;
    color: white;
    border: 1px solid #546e7a !important;
}

.digg_pagination a {
    text-decoration: none;
    color: #546e7a !important;
    border: 1px solid #546e7a;
}

.digg_pagination a:hover,
.digg_pagination a:focus {
    color: #000033;
    border-color: #000033;
}

.digg_pagination .page_info {

    color: #546e7a !important;

    width: 22em;
    margin-bottom: 0.3em;
    text-align: left;
}

.digg_pagination .page_info b {
    color: #000033;
    background: #6aa6ed;
    padding: 0.1em 0.25em;
}

.digg_pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .digg_pagination {
    height: 1%;
}

*:first-child+html .digg_pagination {
    overflow: hidden;
}

a {
    color: #009688;
}

.image_preview {
    display: inline-block;
    width: 130px;
    height: 124px;
    margin: 5px;
    vertical-align: bottom;
    padding: 2px;
    text-align: center;
    border: 1px solid #E8E8E8;
    position: relative;
}

.image_preview_comment {
  display: inline-block;

  margin: 5px;
  vertical-align: bottom;
  padding: 2px;
  text-align: center;
  border: 1px solid #E8E8E8;
  position: relative;
}

.thumb-wrapper .image_preview_comment,
.thumb-wrapper .image_preview {
  background-color: #e9edf2 !important;
  background-image: linear-gradient(90deg,
    rgba(233,237,242,0) 0%,
    rgba(255,255,255,0.9) 50%,
    rgba(233,237,242,0) 100%);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  animation: photo-shimmer 1.2s linear infinite;
}

.thumb-wrapper.loaded .image_preview_comment,
.thumb-wrapper.loaded .image_preview {
  background-image: none !important;
  animation: none !important;
}

@keyframes photo-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.dz-preview {
  transition: opacity 1.8s ease, max-height 2s ease, margin 2s ease, padding 2s ease;
  max-height: 500px;
  overflow: hidden;
}

.dz-preview.dz-fade-out {
  opacity: 0;
  max-height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  pointer-events: none;
}

/* Плавное появление свежевставленной коллекции комментариев */
.comments-container.is-appearing {
  opacity: 0;
}
.comments-container {
  transition: opacity 0.9s ease;
  opacity: 1;
}


.image_preview:hover {
  opacity: 0.7;
}

.image_preview_comment:hover {
  opacity: 0.7;
}

div.f_preview {
    border: 1px dashed #CCC;
    background-color: #FDFDFD;
    border-radius: 6px;
    width: 300px;
    height: 100px;
    pointer-events: none;
    color: grey;
    text-align: center;
}

input.file_input {
    position: absolute;
    width: 300px;
    height: 100px;
    opacity: 0;
}

.list_images {
    overflow: hidden;
    margin-top: 0;
}

.list_images li {
    float: left;
}

div.comment-form {
    border: 1px dashed #CCC;

    border-radius: 6px;
}

.new-comment-container {
    margin-top: 30px;
}

.lds-ring {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid rgb(143, 139, 139);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: rgb(138, 132, 132) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.delete-upload-button {
    position: absolute;
    right: 0px;
    color: #9e9e9e;
}

.delete-upload-button_index {
  position: absolute;
  right: 0px;
  color: #9e9e9e;
  top: 0px;
}

.upload-attachment {
    position: relative;
}


.Row {
    display: table;
    /*width: 100%; /*Optional*/
    table-layout: fixed;
    /*Optional*/
    border-spacing: 4px;
    /*Optional*/
}

.Column {
    display: table-cell;
}

#order_state {
    display: inline-flex;
    align-items: center;
}

.order_state {
    display: inline-flex;
    align-items: center;
}

.attachment-link {
    display: inline-flex;
    align-items: center;
}

.print-upload-button {
    position: absolute;
    right: 76%;
    color: #009688;
    top: 5px;
}

.print-upload-button_big {
    position: absolute;
    right: 50%;
    color: #009688;
    top: 0px;
}

.act-upload-button {
  position: absolute;
  right: 76%;
  color: #009688;
  top: 110px;
}

.act-upload-button_big {
  position: absolute;
  right: 50%;
  color: #009688;
  top: 100px;
}
.error,
.alert,
.notice,
.success,
.info {
    padding: 0.8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

.success {
    background: #e6efc2;
    color: #264409;
    border-color: #c6d880;
}

#modal-search {
    position: fixed;
    top: 72px;
    right: 24px;
    z-index: 1000;
    width: min(640px, calc(100vw - 48px));
    max-height: calc(100vh - 104px);
    overflow: auto;
    padding: 0;
    border: 1px solid #d7dde2;
    border-radius: 20px;
    color: black;
    background: #f6f8fa;
    box-shadow: 0 18px 38px rgba(32, 56, 74, 0.18);
}

#mobile-search-panel {
    display: none;
}

.search-results {
    position: relative;
    padding: 16px 16px 12px;
}

.search-results__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.search-results__title,
.search-results__empty {
    margin: 0;
    font-size: 1.35rem;
}

.search-results__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: rgba(69, 90, 100, 0.1);
    color: #455a64;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease;
}

.search-results__close:hover {
    background: rgba(69, 90, 100, 0.16);
}

.search-results .row:last-child {
    margin-bottom: 0 !important;
}

.order-thumb{
    max-height: 120px;
    width: 120px;
    float: left;
    text-align: center;
    margin-right: 5px;
    position: relative;
    vertical-align: middle;
}


.order-thumb-new{
  height: 120px;
  width: 120px;
  float: left;
  text-align: center;
  margin-right: 5px;
  position: relative;
  vertical-align: middle;
}

.icons-center{
    display: inline-flex;
    align-items: center;
}

.logs-collection{
    height:500px; overflow-y: scroll;
}

.add_estimates{
    float: right;
}

.remove-button{
    padding: 10px;
    display: block;
    border-radius: 2px;
    border: 1px solid #f44336;
    font-family: "Arial";
    margin: 0 10px;
    
    font-size: 15px;
    line-height: 15px;
    color: white;
    width: auto;
    height: auto;
    box-sizing: content-box;
    text-align: center;
}

.add-button{
    /*padding: 10px;
    display: block;
    /*border-radius: 2px;
    border: 1px solid #009688;
    font-family: "Arial";
    margin: 0 10px;
    font-size: 15px;
    line-height: 15px;
    color: white;
    width: auto;
    height: auto;
    box-sizing: content-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;*/
}

#image_view {
    position: absolute;
    width: 520px;
    left: 1%;
    z-index: 1000;
    background-color: #F7F8FA;
}
.est-photo-panel {
  position: sticky;
  top: 60px;
  border: 1px solid #cfd8dc;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.est-photo-panel__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background: #eceff1;
  border-bottom: 1px solid #cfd8dc;
}
.est-photo-panel__tabs {
  display: flex;
  gap: 6px;
}
.est-photo-panel__tab {
  border: none;
  background: transparent;
  padding: 6px 14px;
  border-radius: 16px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #607d8b;
  cursor: pointer;
  transition: all 0.2s;
}
.est-photo-panel__tab--active {
  background: #fff;
  color: #263238;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.est-photo-panel__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 10px;
  background: #78909c;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  margin-left: 4px;
}
.est-photo-panel__tab--active .est-photo-panel__badge {
  background: #26a69a;
}
.est-photo-panel__close {
  cursor: pointer;
  color: #90a4ae;
  display: flex;
}
.est-photo-panel__close:hover { color: #f44336; }
.est-photo-panel__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 10px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
}
.est-photo-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color 0.2s, transform 0.15s;
  cursor: grab;
  background: #f5f5f5;
}
.est-photo-card:hover {
  border-color: #26a69a;
  transform: scale(1.02);
}
.est-photo-card--dragging {
  opacity: 0.5;
  border-color: #ff9800;
}
.est-photo-card__link {
  display: block;
}
.est-photo-card__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
.est-photo-card__actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 6px;
  background: linear-gradient(transparent, rgba(0,0,0,0.5));
}
.est-photo-card__scan {
  color: #fff;
  display: flex;
}
.est-photo-card__scan .material-icons { font-size: 18px; }
.est-photo-card__scan:hover { color: #80cbc4; }
.est-photo-card__num {
  color: rgba(255,255,255,0.8);
  font-size: 0.7rem;
  font-weight: 700;
}

/* === Lightbox === */
.est-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0,0,0,0.92);
  align-items: center;
  justify-content: center;
}
.est-lightbox--open {
  display: flex;
}
.est-lightbox__img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.5);
}
.est-lightbox__controls {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.est-lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  pointer-events: all;
  background: rgba(255,255,255,0.15);
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.est-lightbox__close:hover { background: rgba(255,255,255,0.3); }
.est-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: all;
  background: rgba(255,255,255,0.12);
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.est-lightbox__nav:hover { background: rgba(255,255,255,0.25); }
.est-lightbox__nav--prev { left: 20px; }
.est-lightbox__nav--next { right: 20px; }
.est-lightbox__nav .material-icons { font-size: 32px; }

.est-photo-toggle {
  position: fixed;
  left: 20px;
  top: 80px;
  z-index: 1001;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #26a69a;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transition: all 0.2s;
}
.est-photo-toggle:hover {
  background: #00897b;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.est-photo-toggle .material-icons { font-size: 24px; }

.hide-image-view{
  position: fixed;
  top: 20%;
  z-index: 1001;
  cursor: pointer;
}

.hide-rightInfo-view{
  position: fixed;
  top: 20%;
  z-index: 1001;
  cursor: pointer;
  left: 95%
}

.hide-image-view-catalog{
  position: fixed;
  top: 10%;
  z-index: 1001;
  cursor: pointer;
  color: #9575cd ;
  left: 95%
}

.image_preview_estimate {
    display: inline-block;
    width: 550px;
    height: 570px;
    margin: 5px;
    vertical-align: bottom;
    padding: 2px;
    text-align: center;
    border: 1px solid #E8E8E8;
    position: relative;
}

.scan-upload-button {
    right: 4%;
    color: #2196f3;
    z-index: 1;
    display: inline-flex;
    align-items: center;
}

.right_info {
    position: fixed;
    z-index: 101;
    left: 82%;
    width: 267px;
    top: 30%;
}
#cars_list{
    position: absolute;
    z-index: 1001;
    background-color: white;
    width: 1200px;
    left: -97%;
}

#pre_div {
  margin-left: -74px;
  font-size: 18px;
}

table.spec tr:hover {
    background-color: #ffff99;
  }

  #modal_audatex {
    width:360px;
    color: white;
    padding:8px;
    background:rgba(0,0,0,0.8);
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    position:absolute !important;
    top:50% !important;
    left:50% !important;
    margin-top:-94px !important;
    margin-left:-180px !important;
    z-index:101;
    display: none;
   }

   .order-thumb-search{
    max-height: 120px;
    float: left;
    text-align: center;
    margin-right: 5px;
    position: relative;
    vertical-align: middle;
}

.table_calc td{
  padding: 3px 3px;
}

.table_calc_bottom td{
  padding: 3px 3px;
  text-align: right;
}

.table_calc {
  border-collapse: inherit;
}

.table_calc_bottom {
  border-collapse: inherit;
}

.table_calc_bottom th {
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #546e7a !important;
  color: white;
  border: 1px solid #ddd;
  text-align: left;
  padding: 8px;
}

.vetal_table td{
    padding: 0px 0px;
    border: 1px solid black;
    text-align: center;
}
.vetal_table th td {
    border: 1px solid black;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
  }
  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgb(8, 8, 8);
    margin: -4px 0 0 -4px;
  }
  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
  }
  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
  }
  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
  }
  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
  }
  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
  }
  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
  }
  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
  }
  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
  }
  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
.lifeb {
    margin-right: 5px;
}

/* Global: align material icons with text */
.material-icons {
  vertical-align: middle;
}

/* --- Dropzone drag overlay --- */
.dz-drag-overlay {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 10;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 3px dashed #b0bec5;
  border-radius: 12px;
  background: rgba(236, 239, 241, 0.92);
  color: #90a4ae;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  pointer-events: none;
}
.dz-drag-overlay .material-icons {
  font-size: 48px;
  color: #b0bec5;
}
.dz-drag-overlay--active {
  display: flex;
}

/* ═══ Order form sections ═══ */
.order-form__section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
  cursor: pointer;
  user-select: none;
}
.order-form__section-header:hover {
  background: #f5f7f8;
}
.order-form__chevron {
  color: #90a4ae;
  transition: transform 0.25s ease;
}
.order-form__collapsible--open .order-form__chevron {
  transform: rotate(180deg);
}
.order-form__collapsible .order-form__section-body {
  overflow: hidden;
  transition: height 0.4s ease;
}
.order-form__section {
  border-radius: 14px;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.order-form__collapsible[data-section="client"],
.order-form__collapsible[data-section="object"],
.order-form__collapsible[data-section="case"],
.order-form__collapsible[data-section="procedures"] {
  background: #fcfcfd;
  border-left: 3px solid #78909c;
}
/* Company form sections — same style as order form */
.company-form .order-form__section {
  background: #fcfcfd;
  border-left: 3px solid #78909c;
  min-height: 0 !important;
  height: auto !important;
}
.company-form .order-form__section-body {
  padding: 20px 24px;
  overflow: hidden;
  transition: height 0.4s ease;
}
.company-form .order-form__section-body::after {
  content: '';
  display: table;
  clear: both;
}
.company-form .order-form__collapsible:not(.order-form__collapsible--open) {
  padding-bottom: 0 !important;
}
.order-form__section .card-content {
  padding: 20px 24px;
}
.order-form__section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #37474f;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eceff1;
}
.order-form__section-title .material-icons {
  color: #26a69a;
  font-size: 22px;
}
.order-form__errors {
  background: #fff3e0;
  border-left: 4px solid #ff9800;
  border-radius: 8px;
  padding: 14px 20px;
  margin-bottom: 16px;
}
.order-form__errors h6 {
  margin: 0 0 8px;
  color: #e65100;
  font-weight: 600;
}
.order-form__errors ul {
  margin: 0;
  padding-left: 20px;
}
.order-form__errors li {
  color: #bf360c;
  font-size: 0.92rem;
}
.order-form__toggle {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.order-form__toggle span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.order-form__toggle .material-icons {
  font-size: 18px;
  color: #78909c;
}
.order-form__toggle [type="checkbox"]:checked + span .material-icons {
  color: #26a69a;
}
.order-form__chip {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 6px 14px;
  border-radius: 20px;
  border: 2px solid #e0e0e0;
  background: #fafafa;
  transition: all 0.2s ease;
}
.order-form__chip span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  line-height: 1;
}
.order-form__chip .material-icons {
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
}
.order-form__chip--inspection {
  color: #78909c;
}
.order-form__chip--inspection [type="checkbox"]:checked ~ span {
  color: #43a047;
}
.order-form__chip--inspection:has([type="checkbox"]:checked) {
  border-color: #43a047;
  background: #e8f5e9;
}
.order-form__chip--calculation {
  color: #78909c;
}
.order-form__chip--calculation [type="checkbox"]:checked ~ span {
  color: #f57c00;
}
.order-form__chip--calculation:has([type="checkbox"]:checked) {
  border-color: #f57c00;
  background: #fff3e0;
}
.order-form__submit-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  margin-top: 8px;
}
.order-form__submit-btn {
  border-radius: 24px;
  padding: 0 28px;
  height: 42px;
  line-height: 42px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  background: #26a69a;
}
.order-form__submit-btn:hover {
  background: #00897b;
}
.order-form__cancel-btn {
  border-radius: 24px;
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  color: #78909c;
  font-weight: 500;
  text-transform: none;
}

/* Tab icons: hidden on desktop, shown on mobile */
.order-show-page__tab-icon {
  display: none;
}

a:hover{
    text-decoration: underline;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
  }
  .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
  }
  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
  }
  .autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
  }
  .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
  }

  .last_comment{
    background-color: wheat;
    
    border-radius: 9px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
  }
  /* Блок новостей*/

 .front_news .main-header {
     display: none;
 }

 .front_news .side-xs-right {
     width: 16%;
     margin-bottom: 7px;
     
 }
 .front_news .row {
    float: left;
    margin-right: 15px;
 }

 .front_news .entry-title, .no-margin, .list-thumbs__title {
    font-size: 24px;
 }

 .front_news .btn-default {
    display: none;
 }

 .front_news .pagination, .newsblocks__top, .post-media-comments {
    display: none;
 }

 .front_news .post-media{
    position: relative;
    float: left;
    width: 400px;
    height: 300px;
 }

 .front_news .post-body .post-content {
    padding: 20px 20px 0 20px;
    border: 1px solid #e2e2e2;
    height: 300px;
    position: relative;
    overflow: hidden;
 }

 .front_news .post-media-category{
    float: left;
    background-color: rgba(139, 195, 74, 0.65);
    padding: 12px;
 }

 .front_news .post-media-bottom{
    position: absolute;
    bottom: 0;
    width: inherit;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.39);
    border-bottom: 1px solid #e2e2e2;
 }

 .front_news .post-media-bottom a{
    color: white;
 }

 .front_news .post {
    margin-bottom: 30px;
    background-color: #fff;
    position: relative;
    z-index: 98;
}

.front_news .list-thumbs {
    overflow: hidden;
    margin: 30px 0 0;
    clear: both;
}

.list-thumbs__item {
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    justify-content: space-between;
}

#front-news-list {
  --front-news-card-height: auto;
}

@media (min-width: 601px) {
  #front-news-list {
    --front-news-card-height: 32rem;
  }
}

.front-news-card-col {
  height: var(--front-news-card-height);
  margin-bottom: 24px;
}

#front-news-list .news-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#front-news-list .news-card-hero {
  flex-shrink: 0;
}

#front-news-list .news-card .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#front-news-list .news-card__summary {
  margin-top: 0;
  margin-bottom: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

@supports (-webkit-line-clamp: 4) {
  #front-news-list .news-card__summary {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}

#front-news-list .news-card .card-action {
  margin-top: auto;
}

  /* конец Блок новостей*/

  .blink_me {
    animation: blinker 1s linear infinite;
  }

  .telegram-nav-link--alert {
    color: #ef9a9a !important;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

  .check_table td, th{
      padding: 5px 0px 5px;
  }

  .table_summ_res td, th{
    padding: 5px 0px 5px;
}

  .check_table tr{
      border-bottom: 1px solid;
  }

  .table_summ_res tr{
    border-bottom: 0px solid;
}
  .ml10 {
    position: relative;
    font-weight: 500;
    font-size: 1em;
    color: #009688;
  }
  
  .ml10 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
  }
  
  .ml10 .letter {
    display: inline-block;
    line-height: 1em;
    transform-origin: 0 0;
  }

  #estimate_basic_form .select-wrapper + label {
      top: 0px;
  }

  div.div_f {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 5px solid white;
    margin-left: 69px;
  }
  div.div_f_r {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 5px solid red;
    margin-left: 69px;
    background-color: red;
  }
  
  div.div_fl {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 5px solid white;
    float: left;
    margin-left: 20px;
    margin-top: 15px;
  }
  div.div_fl_r {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 5px solid red;
    float: left;
    margin-left: 20px;
    margin-top: 15px;
    background-color: red;
  }
  
  div.div_ff {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 5px solid white;
    float: left;
    margin-left: 38px;
    margin-top: 27px;
  }
  div.div_ff_r {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 5px solid red;
    float: left;
    margin-left: 38px;
    margin-top: 27px;
    background-color: red;
  }
  
  div.div_fr {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 5px solid white;
    float: left;
    margin-left: 39px;
    margin-top: 15px;
  }
  div.div_fr_r {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 5px solid red;
    float: left;
    margin-left: 39px;
    margin-top: 15px;
    background-color: red;
  }
  
  div.div_dfl {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 5px solid white;
    float: left;
    margin-left: 20px;
  }
  div.div_dfl_r {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 5px solid red;
    float: left;
    margin-left: 20px;
    background-color: red;
  }
  
  div.div_t {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 5px solid white;
    float: left;
    margin-left: 39px;
    margin-top: 34px;
  }
  div.div_t_r {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 5px solid red;
    float: left;
    margin-left: 39px;
    margin-top: 34px;
    background-color: red;
  }
  
  div.div_pr {
    width: 10px;
    height: 63px;
  }
  
  div.div_dfr {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 5px solid white;
    float: left;
    margin-left: 36px;
  }
  div.div_dfr_r {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 5px solid red;
    float: left;
    margin-left: 36px;
    background-color: red;
  }
  
  div.div_drl {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 5px solid white;
    float: left;
    margin-left: 21px;
    margin-top: -13px;
  }
  div.div_drl_r {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 5px solid red;
    float: left;
    margin-left: 21px;
    margin-top: -13px;
    background-color: red;
  }
  
  div.div_drr {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 5px solid white;
    float: left;
    margin-left: 116px;
    margin-top: -13px;
  }
  div.div_drr_r {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 5px solid red;
    float: left;
    margin-left: 116px;
    margin-top: -13px;
    background-color: red;
  }
  
  div.div_rl {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 5px solid white;
    float: left;
    margin-left: 21px;
    margin-top: -13px;
  }
  div.div_rl_r {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 5px solid red;
    float: left;
    margin-left: 21px;
    margin-top: -13px;
    background-color: red;
  }
  
  div.div_rt {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 5px solid white;
    float: left;
    margin-left: 70px;
    margin-top: -37px;
  }
  div.div_rt_r {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 5px solid red;
    float: left;
    margin-left: 70px;
    margin-top: -37px;
    background-color: red;
  }
  
  div.div_rr {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 5px solid white;
    float: left;
    margin-left: 116px;
    margin-top: -13px;
  }
  div.div_rr_r {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 5px solid red;
    float: left;
    margin-left: 116px;
    margin-top: -13px;
    background-color: red;
  }
  
  div.div_r {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 5px solid white;
    float: left;
    margin-left: 70px;
    margin-top: -69px;
  }
  div.div_r_r {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 5px solid red;
    float: left;
    margin-left: 70px;
    margin-top: -69px;
    background-color: red;
  }
  
  div.main_shema_nil{
    width: 150px; 
    height: 215px; 
    background-image: url(/assets/schema_empty.png);
    background-size: 150px; 
    border: 5px solid white;
  }
  div.main_shema_1{
    width: 150px; 
    height: 215px; 
    background-image: url(/assets/schema_empty.png); 
    background-size: 150px; 
    border: 5px solid green;
  }
  div.main_shema_2{
    width: 150px; 
    height: 215px; 
    background-image: url(/assets/schema_empty.png); 
    background-size: 150px; 
    border: 5px solid yellow;
  }
  div.main_shema_3{
    width: 150px; 
    height: 215px; 
    background-image: url(/assets/schema_empty.png); 
    background-size: 150px; 
    border: 5px solid red;
  }

  .pidpis {
    position: relative;
  }

  #defectsList td{
    text-align: justify;
    vertical-align: middle;
  }
  
  #defectsList {
    border-spacing: 0px;
    border-collapse: separate;
    border: 1px solid black;
  }
  
  #defectsList tr {
    background-color: #E0E0E0;
  }
  
  #defectsList tr:nth-child(even) {
    background-color: #F1F1F1;
  }

  #similar_photo {
    cursor: pointer;
  }

  .pop_m {
    width: 30%;
    display:inline-block;
    margin:10px 0;
    border-radius:5px;   
  }

  .b-width{
    width:400px;
  }

  div.vyhidniy { text-align: center; border: 1px solid silver; width: 30%; }

  span.bold_under { font-weight: bold; text-decoration: underline; }
  span.bold_little { font-weight: bold; font-size: 8pt; }
  .little { font-size: 8pt; padding-left: 20px;}
  table.opys th { font-weight: normal;  width: 20%; }
  table.opys th, table.opys td { padding: 2px 2px; }
  li p { text-indent: 25px; }
  p.sub_small sub { font-size: smaller; }
  a.creator-link.doer-link { font-size: smaller; color: black;}
  div.section.content { padding: 50px 50px;font-family:'Times new roman';font-size:12pt; }
  .estimate-report-fixed-font {
    font-family:'Times New Roman', serif;
    font-size:12pt;
    line-height:1.25;
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
  }
  .estimate-report-fixed-font .podpis {
    transition: opacity 0.1s linear;
  }
  td.ocinuvach { padding-left: 100px; height: 300px; vertical-align: middle; }
  td.ocinuvach-name { text-align: right; padding-right: 100px; vertical-align: middle; }
  div#agst_div ol li p{margin-bottom: -5px;}

  div#orders_checks{
    font-size: 12px;
  }

  #table-check tr:nth-child(even){background-color: #f2f2f2;}
  
  #table-check tr:hover {background-color: #ddd;}

  #orders-container *:not(.material-icons):not(i) {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  }

  #cars_list_table{ background-color: aliceblue; cursor: pointer;}
 
  #cars_list_table tr:nth-child(even){background-color: #f2f2f2;}
  
  #cars_list_table tr:hover {background-color: #ddd;}

  .invalid-feedback{
    color: red;
  }

  .dropzone .dz-preview .dz-progress .dz-upload {
    
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;

    transition: width 300ms ease-in-out
  }

  .upload-attachment-pdf{
    margin: 5px;
    display: inline-block;
    /*border: 3px solid #ef9a9a;
    border-radius: 10px;*/
    width: 130px;
    height: 117px;
    text-align: center;
    
  }

  .prew-basic:hover{
    opacity: 0.4;
  }

  .prew-basic {
    position: relative;
  }

  .prew-title {
   width: 130px;
  }

  .word-link{
    font-weight: bold;
  }
  
  .upload-attachment-word{
    margin: 5px;
    display: inline-block;
    width: 130px;
    height: 120px;
    text-align: center;
    position: relative;
  }
 
  .order-comments-toggle{
    width: 48px;
    text-align: center;
  }

  .order-main-td{
    width: 200px;
    vertical-align: top;
  }

  .order-main-card{
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 10px;
    padding: 8px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
  }

  .order-main-card__media{
    position: relative;
    width: 100%;
  }

  .order-main-card__media-link{
    display: block;
  }

  .order-main-card__img{
    width: 100%;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
  }

  .order-main-card__media-btn{
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border-radius: 20px;
    padding: 4px 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .order-main-card__body{
    font-size: 12px;
    color: #455a64;
  }

  .order-main-card__body--link{
    cursor: pointer;
  }

  .order-main-card__body--link:hover .order-main-card__number{
    text-decoration: underline;
  }

  .order-main-card__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
  }

  .order-main-card__number{
    font-weight: 600;
    color: #263238;
  }

  .order-main-card__id{
    font-size: 11px;
    color: #78909c;
  }

  .order-main-card__flags{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 6px;
  }

  .order-main-card__flag{
    padding: 2px 6px;
    border-radius: 12px;
    background: #eceff1;
    font-size: 10px;
    text-transform: uppercase;
    color: #37474f;
  }

  .order-main-card__flag--telegram{
    background: #f50057;
    color: #fff;
  }

  .order-main-card__flag--notice{
    background: #ffca28;
    color: #000;
  }

  .order-main-card__info{
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .order-main-card__label{
    font-weight: 600;
    font-size: 11px;
    margin-right: 4px;
  }

  .order-main-card__estimate{
    display: inline-block;
    margin-right: 4px;
    background: #eceff1;
    border-radius: 8px;
    padding: 0 6px;
  }

  .order-comments-toggle button{
    cursor: pointer;
    border: none;
    background: #eceff1;
    padding: 4px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  }

  .order-comments-row{
    background-color: #f8f9fa;
  }

  .order-comments-cell{
    padding: 0;
  }

  .order-comments-wrapper{
    padding: 12px 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    min-height: 60px;
  }

  .order-comments-row.is-open .order-comments-wrapper{
    max-height: 800px;
  }

  .order-comments-list{
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .order-comments-list li{
    margin-bottom: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
  }

  .orders-simple-toggle{
    margin: 10px 0 20px;
  }

  .order-main-card-simple{
    display: none;
    border: 1px dashed #cfd8dc;
    border-radius: 10px;
    padding: 8px 12px;
    justify-content: center;
  }

  .order-main-card-simple__link{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #009688;
  }

  .order-main-card-simple__number{
    font-size: 15px;
  }

  body.orders-simple-view .order-main-card{
    display: none;
  }

  body.orders-simple-view .order-main-card-simple{
    display: flex;
  }

  body.orders-simple-view .order-main-td{
    width: 130px;
  }

  body.orders-simple-view .order-comments-row,
  body.orders-simple-view .order-comments-cell{
    display: none !important;
  }

  body.orders-simple-view #orders-simple-toggle{
    background-color: #2e7d32;
    color: #fff;
  }

  .order-comments-list li:last-child{
    border-bottom: 0;
    margin-bottom: 0;
  }

  .order-comments-meta{
    color: #607d8b;
    font-size: 12px;
    margin-left: 6px;
  }

  .order-comments-body{
    margin-top: 4px;
  }

  .comment-body__text--emoji-only{
    display: inline-block;
    font-size: 2rem;
    line-height: 1.3;
  }

  .order-comments-placeholder{
    display: flex;
    align-items: center;
    gap: 6px;
    color: #78909c;
    font-size: 13px;
    margin-bottom: 12px;
  }

  .order-inline-section{
    margin-bottom: 16px;
  }

  .order-inline-section h6{
    margin: 0 0 8px 0;
    font-size: 14px;
  }

  .order-inline-uploads{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .order-inline-uploads-scroller{
    position: relative;
    width: 100%;
  }

  .order-inline-uploads-wrapper{
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .order-inline-uploads--scroll{
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    width: 100%;
    max-width: 100%;
    contain: inline-size;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
    scrollbar-color: rgba(69,90,100,0.5) transparent;
  }

  .order-inline-uploads--scroll{
    scroll-behavior: smooth;
    scroll-padding-left: 12px;
    scroll-padding-right: 12px;
  }

  .order-inline-uploads--scroll::-webkit-scrollbar{
    height: 6px;
  }

  .order-inline-uploads--scroll::-webkit-scrollbar-thumb{
    background: rgba(69,90,100,0.5);
    border-radius: 3px;
  }

  .order-inline-scroll{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 64px;
    border-radius: 32px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.95);
    color: #455a64;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 2;
  }

  .order-inline-uploads-scroller--can-scroll .order-inline-scroll{
    opacity: 1;
    pointer-events: auto;
  }

  .order-inline-uploads-scroller:hover .order-inline-scroll{
    opacity: 1;
  }

  .order-inline-scroll[disabled]{
    opacity: 0.35;
    cursor: default;
    box-shadow: none;
  }

  .order-inline-scroll--left{
    left: 4px;
  }

  .order-inline-scroll--right{
    right: 4px;
  }

  .order-inline-upload{
    width: 120px;
    text-align: center;
    flex: 0 0 auto;
  }

  .order-inline-upload__thumb{
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  }

  .order-inline-upload__icon{
    display: inline-flex;
    width: 100%;
    height: 90px;
    align-items: center;
    justify-content: center;
    background: #eceff1;
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  }

  .order-inline-upload__name{
    margin-top: 4px;
    font-size: 11px;
    color: #455a64;
    word-break: break-word;
  }

  .order-inline-preview-modal img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .orders-count-badge{
    position: sticky;
    top: 12px;
    right: 0;
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 24px;
    background: rgba(3,169,244,0.9);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 10px 25px rgba(33,150,243,0.25);
    border: 1px solid rgba(255,255,255,0.35);
    margin-left: auto;
    margin-bottom: 12px;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 30;
  }

  .orders-count-badge__value{
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
  }

  .orders-count-badge__plus{
    font-weight: 600;
    color: #ffe082;
  }

  .zvit-type-target{
    position: relative;
    display: inline-block;
  }

  .zvit-type-icon{
    position: absolute;
    top: 6px;
    right: 6px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.45);
    z-index: 5;
  }

  .b-width-1 {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    height: auto;
  }

  p {
    margin-block-start: 0.2em;
    margin-block-end: 0.2em;
  }

  ol{
    margin-block-start: 0.2em;
    margin-block-end: 0.2em;
  }
  
  ul{
    margin-block-start: 0.2em;
    margin-block-end: 0.2em;
  }

  .rst-price-car{
    color: red;   
  }
  #our-calc{
    text-transform: uppercase;
    padding: 0; 
    border: 0; 
    font: normal 1.4rem Courier New,Courier,monospace; 
    margin: 5rem auto;
  }

  .hr-dashed {
    margin: 20px 0;
    padding: 0;
    height: 0;
    border: none;
    border-top: 2px dashed #ddd;
  }

  .hr-dotted {
    margin: 20px 0;
    padding: 0;
    height: 0;
    border: none;
    border-top: 2px dotted #ddd;
  }

  .quote {
    margin: 0;
    background: #eee;
    padding: 1em;
    border-radius: 1em;
  }
  .quote figcaption,
  .quote blockquote {
    margin: 1em;
  }

  #logs-view{
    position: absolute;
    width:550px;
    left: 110%;
    background-color: white;
    top: 0%;
    padding: 10px;
  }

  .b-article__title{
    padding-top: 0.5rem;
    font-size: 1.5rem;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
    padding: 1rem 1rem 0;
    display: block;
  }

  .b-label{
    box-sizing: border-box;
    padding-top: 1rem;
    font-size: .75rem;
    line-height: 16px;
    background: none;
    color: var(--primary);
    flex: 0 0 18px;
    align-items: center;
    display: flex;
    font-weight: 700;
    height: auto;
    letter-spacing: 1px;
    padding: 1rem 1rem 0;
    text-transform: uppercase;
  }

  .b-article__img img{
    width: 100%
  }

  .b-article__footer {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin: 1rem 0 0.75rem;
    padding: 0 16px;
    clear: both;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 2rem;
    justify-content: flex-start;
    -webkit-user-select: none;
    user-select: none;
  }

  .b-article__btns {
    align-content: center;
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
  }
 
  svg {
    /*left: 0;*/
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
   /* width: 100%;*/
    transition-property: fill;
    transition-duration: .3s;
    margin: 0;
    padding: 0;
    border: 0;
}

svg g {
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 0;
}

svg g .fp {
    fill: #fff;
    fill-rule: evenodd;
    stroke: #131313;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1;
}

svg g .xer80 {
    stroke-width: 2;
}

a.link-component{
  float:none;
  display:inline-block;
  height:16px;
  line-height:16px;
  vertical-align:middle;
  margin:0
}

svg g .xer {
    stroke: #aaa!important;
    stroke-width: 1;
}

svg g .p {
    fill: none;
    stroke: #131313;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1;
}

svg g .xer80:hover {
  fill: #0854c5;
  stroke-width: 5;
  stroke: #0854c5!important;
}

.text-path{
  display: block;
  font-size: 100%;
  transform:rotateY(180deg);
  transform:rotateX(180deg);
  font-size: 25px;
}

#client_sign {
  position: fixed;
  background-color: lightgrey;
  left: 50%;
  z-index: 5001;
  margin-left: -350px;
  top: 0px;
}

#signer-fio::placeholder {
  color: #9e9e9e ;
}

#orders_table_main tr:nth-child(even){background-color: #f2f2f2;}
#orders_table_main tr:hover {background-color: #ddd;}

.card.horizontal {background-color: #FCFFF5;}

.waves-button-input {cursor: pointer;}

#part-source-url{text-align: left; font-size: 12px;}

.pidpis-b{left:53%;}

[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}
[data-title]:after {
  content: attr(data-title);
  background-color: #eceff1;
  color: #111;
  font-size: 120%;
  position: absolute;
  padding: 5px 15px 10px 15px;
  bottom: -1.6em;
  left: 100%;

  box-shadow: 1px 1px 3px #222222;
  opacity: 0;
  border-radius: 2px;
  z-index: 99999;
  visibility: hidden;
}
[data-title] {
  position: relative;
}

input[type=file]::file-selector-button {
  border: 2px solid #9e9e9e;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #9e9e9e;
}

#back_image:hover {
  filter: brightness(150%);
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  border: 1px solid #bdbdbd;
  background-color: #424242; 
}

#forward_image:hover {
  filter: brightness(150%);
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  border: 1px solid #bdbdbd;
  background-color: #424242; 
}

#back_image, #forward_image{
  cursor:pointer;
  align-items: center; 
  display: flex; 
  text-align: center;
  margin:10px;

}

#modal1{
  border-radius: 5px;
  border: 1px solid #bdbdbd;
  padding:10px;
}

#prev_image_model{
  border-radius: 10px;
  border: 1px solid #bdbdbd;
}

.original-hint {
  font-size: 8px;
  font-style: italic;
  color: #666;
  border: none;
  background: transparent;
}

.original-hint-icon {
  margin-left: 4px;
  color: red;
  font-size: 12px;
  animation: blink 1s infinite;
}

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

}

.company-about-row {
  margin-top: 0px;
}

.company-about {
  border-radius: 16px;
  padding: 32px 36px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
}

.company-about__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
}

.company-about__intro {
  flex: 1 1 360px;
}

.company-about__eyebrow {
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00897b;
  margin-bottom: 4px;
}

.company-about__title {
  margin: 0;
  font-size: 2rem;
  color: #102027;
}

.company-about__subtitle {
  font-size: 1.15rem;
  font-weight: 500;
  margin-top: 8px;
  color: #455a64;
}

.company-about__contacts {
  flex: 0 0 280px;
  background: #f7fafc;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
}

.company-about__contacts h2 {
  margin-top: 0;
  font-size: 1.2rem;
  color: #006064;
}

.company-about__contacts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.company-about__contacts-list li {
  margin-bottom: 8px;
}

.company-about__link {
  color: #00796b;
  font-weight: 600;
}

.about-page {
  margin-top: 32px;
}

@media (max-width: 600px) {
  .company-about {
    padding: 24px;
  }

  .company-about__contacts {
    flex-basis: 100%;
  }

  .company-about__title {
    font-size: 1.6rem;
  }
}

.pv2-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 12px;
  padding: 4px 10px;
  border-radius: 16px;
  background-color: #e0e0e0;
  color: #424242;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.pv2-badge--active {
  background-color: #26a69a;
  color: #ffffff;
}

.pv2-badge__checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pv2-badge__icon {
  font-size: 20px;
  line-height: 1;
}

.pv2-badge__label {
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.pv2-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 6px;
  margin-left: 6px;
  border-radius: 12px;
  background-color: #e0f2f1;
  color: #00695c;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.pv2-chip .material-icons.tiny {
  font-size: 14px;
  line-height: 1;
}

.pv2-chip__label {
  line-height: 1;
}

.pv2-filter-toggle {
  padding-top: 20px;
}

.apk-download-link {
  display: flex;
  align-items: center;
  color: #37474f !important;
  font-weight: 600;
}

.apk-download-link__icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.apk-download-link__wrapper {
  padding: 0 16px;
}

.comment-quote-preview,
.comment-quote-block {
  border-left: 3px solid #64b5f6;
  background: #eef5ff;
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 12px;
  margin-right: 60px;
}

.comment-quote-preview {
  display: none;
}

.comment-quote-preview__header,
.comment-quote-block__title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
  color: #0d47a1;
}

.comment-quote-preview__body,
.comment-quote-block__text {
  color: #37474f;
  font-size: 0.95rem;
  line-height: 1.45;
}

.comment-quote-preview__close {
  border: none;
  background: transparent;
  color: #607d8b;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comment-quote-preview__close:hover {
  color: #37474f;
}

.comment-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.comment-toolbar__toggle,
.comment-emoji-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(69, 90, 100, 0.18);
  border-radius: 999px;
  background: #f4f7f9;
  color: #455a64;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
}

.comment-toolbar__toggle .material-icons,
.comment-emoji-toggle .material-icons {
  font-size: 18px;
  line-height: 1;
}

.comment-toolbar__toggle.is-active {
  background: #eaf3f7;
  border-color: rgba(30, 90, 116, 0.24);
  color: #1e5a74;
}

.comment-toolbar__panel,
.comment-emoji-picker {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(69, 90, 100, 0.16);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.comment-toolbar__panel-item,
.comment-emoji-picker__item {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease;
}

.comment-toolbar__panel-item:hover,
.comment-emoji-picker__item:hover {
  background: rgba(84, 110, 122, 0.1);
  transform: translateY(-1px);
}

.comment-format-picker__item--strong {
  font-weight: 700;
}

.comment-format-picker__item--italic {
  font-style: italic;
}

.comment-format-picker__item--wide {
  width: auto;
  min-width: 48px;
  padding: 0 10px;
}

.comment-emoji-picker__glyph {
  font-size: 20px;
  line-height: 1;
}

@media only screen and (max-width: 1899px) {
  .hide-on-compact-desktop {
    display: none !important;
  }

  #main-nav .nav-main.hide-on-compact-desktop {
    display: none !important;
  }

  #main-nav .nav-mobile-trigger {
    display: inline-flex !important;
  }

  nav#main-nav .brand-logo img {
    margin-left: 0;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1899px) {
  #main-nav .nav-mobile-trigger {
    width: auto !important;
    min-width: 88px !important;
    padding: 0 14px !important;
    gap: 8px;
    font-size: 13px !important;
  }

  #main-nav .nav-mobile-trigger__label {
    display: inline-block;
  }
}

@media only screen and (min-width: 1900px) {
  nav#main-nav .sidenav-trigger {
    display: none;
  }
}

.user-profile-head {
  display: block;
}

.user-avatar {
  width: 110px;
  height: 110px;
  border-radius: 18px;
  object-fit: cover;
  background: #ffffff;
  border: 1px solid #d0d7de;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.25);
}

.user-avatar--xl {
  width: 150px;
  height: 150px;
}

.user-avatar--md {
  width: 96px;
  height: 96px;
}

.user-avatar--list {
  width: 64px;
  height: 64px;
}

.user-avatar--chip {
  width: 54px;
  height: 54px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 6px 15px rgba(15, 23, 42, 0.15);
}

.user-avatar--nav {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 6px 15px rgba(15, 23, 42, 0.18);
}

@media only screen and (max-width: 1500px) {
  .nav-wrapper .user-avatar--nav {
    width: 34px;
    height: 34px;
  }
}

@media only screen and (max-width: 1200px) {
  .nav-wrapper .user-avatar--nav {
    width: 30px;
    height: 30px;
  }
  .nav-profile-trigger__name {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 1024px) {
  .nav-wrapper .user-avatar--nav {
    width: 26px;
    height: 26px;
  }
  .nav-profile-trigger__name {
    display: none;
  }
}

.nav-profile-trigger a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-actions,
.nav-right,
.topbar__controls {
  display: flex;
  align-items: center;
}

.nav-locale-switcher {
  display: flex;
  align-items: center;
  margin-left: 12px;
}

.nav-theme-switcher {
  display: flex;
  align-items: center;
}

.nav-theme-switcher form {
  margin: 0;
}

.nav-controls-cluster {
  display: flex;
  align-items: center;
  gap: 12px;
}

.locale-switcher {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  height: 34px;
  padding: 3px;
  border-radius: 999px;
  background: rgba(20, 24, 27, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 1px 2px rgba(0, 0, 0, 0.18);
  vertical-align: middle;
}

.locale-switcher__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  min-width: 44px;
  padding: 0 12px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  background: transparent;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.locale-switcher__item:hover {
  color: rgba(255, 255, 255, 0.88);
}

.locale-switcher__item.is-active {
  background: linear-gradient(180deg, #2e3439 0%, #1f2529 100%);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 1px 3px rgba(0, 0, 0, 0.35);
}

.locale-switcher--mobile {
  background: rgba(96, 125, 139, 0.08);
  border-color: rgba(69, 90, 100, 0.16);
}

.locale-switcher--mobile .locale-switcher__item,
.locale-switcher--profile .locale-switcher__item {
  color: #455a64;
}

.locale-switcher--mobile .locale-switcher__item:hover,
.locale-switcher--profile .locale-switcher__item:hover {
  background: rgba(96, 125, 139, 0.12);
}

.locale-switcher--mobile .locale-switcher__item.is-active,
.locale-switcher--profile .locale-switcher__item.is-active {
  background: #fff;
  color: #4f6873;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.locale-switcher--profile {
  background: rgba(96, 125, 139, 0.08);
  border-color: rgba(69, 90, 100, 0.16);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.nav-profile-trigger__name {
  font-weight: 500;
  font-size: 0.9rem;
}

.cooperation-page {
  max-width: 1040px;
  margin: 0 auto 40px;
  padding: 0 16px 24px;
}

.coop-hero {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 24px 0 32px;
  background: linear-gradient(135deg, #f0f4ff, #e1f5fe);
  border-radius: 20px;
}

@media only screen and (max-width: 720px) {
  .coop-hero {
    flex-direction: column;
  }

  .coop-hero__bot {
    text-align: left;
  }
}

.coop-hero__content h1 {
  margin: 0 0 12px;
  font-size: 28px;
  color: #0f172a;
}

.coop-hero__lead {
  font-size: 16px;
  color: #425066;
  margin-bottom: 16px;
}

.coop-hero__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: #5c6bc0;
  margin-bottom: 8px;
}

.coop-token-note {
  display: flex;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(243, 245, 255, 0.95);
  color: #2f3c56;
}

.coop-token-note i {
  color: #3949ab;
}

.coop-hero__bot {
  align-self: center;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}

.coop-hero__tg-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.coop-hero__tg-icon {
  width: 32px;
  height: 32px;
}

.coop-hero__tg-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.coop-hero__tg-qr {
  width: 130px;
  height: 130px;
  border-radius: 10px;
  background: #fff;
  padding: 6px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.15);
}

.coop-hero__bot-label {
  display: block;
  font-weight: 600;
  color: #1a237e;
}

.coop-hero__bot-link {
  font-family: 'Roboto Mono', 'Fira Code', monospace;
  font-size: 13px;
  color: #283593;
}

.coop-hero__contacts {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 14px;
  padding: 10px 12px;
  color: #1c2840;
  text-align: left;
  min-width: 220px;
}

.coop-hero__contacts small {
  display: block;
  color: #60718d;
  margin-bottom: 6px;
}

.coop-contact {
  font-size: 13px;
}

a.nav-spivpratsya {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

a.nav-spivpratsya .nav-spivpratsya__icon {
  font-size: 18px;
  color: #67e8f9;
  opacity: 0.95;
}

a.nav-spivpratsya .nav-spivpratsya__text {
  color: #67e8f9;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.2px;
  text-transform: none;
}

a.nav-spivpratsya:hover .nav-spivpratsya__icon,
a.nav-spivpratsya:hover .nav-spivpratsya__text {
  color: #a5f3fc;
}

li.active a.nav-spivpratsya .nav-spivpratsya__icon,
li.active a.nav-spivpratsya .nav-spivpratsya__text {
  color: #22d3ee;
}

\n*** End Patch*** End Patch

.coop-section {
  margin-bottom: 40px;
}

.coop-section__header h2 {
  margin-bottom: 8px;
  font-size: 22px;
  color: #1f2a44;
}

.coop-section__header p {
  color: #556070;
  margin: 0;
}

.coop-link-hint {
  margin: 12px 0 4px;
  font-size: 13px;
  color: #45566f;
}

.coop-blocks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.coop-card {
  border-radius: 16px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.coop-card__head h3 {
  margin: 0 0 4px;
  font-size: 18px;
  color: #0f172a;
}

.coop-card__head p {
  margin: 0;
  color: #5f6a7d;
  font-size: 14px;
}

.coop-card__preview {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.coop-card__label {
  font-size: 12px;
  color: #76839e;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.qc-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #5c6bc0, #3949ab);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(93, 118, 203, 0.3);
}

.qc-button:hover {
  box-shadow: 0 12px 24px rgba(93, 118, 203, 0.35);
}

.coop-card__code label,
.coop-card__link label {
  display: block;
  font-size: 13px;
  color: #4c5a73;
  margin-bottom: 6px;
}

.coop-code {
  width: 100%;
  min-height: 90px;
  border-radius: 12px;
  border: 1px solid #d7deea;
  padding: 10px 12px;
  font-family: 'Roboto Mono', monospace;
  font-size: 13px;
  background: #f8faff;
  color: #263238;
}

.coop-card__link code {
  display: block;
  padding: 8px 10px;
  border-radius: 10px;
  background: #f4f6fb;
  color: #1c2331;
  font-family: 'Roboto Mono', monospace;
  word-break: break-all;
}

.coop-steps {
  margin: 20px 0;
  padding-left: 18px;
  color: #394356;
  line-height: 1.6;
}

.coop-extra-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f1f8ff;
  color: #1c283f;
}

.coop-pill-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

.coop-pill {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.08);
  color: #1f2a44;
  font-weight: 500;
  line-height: 1.4;
}

.coop-pill i {
  font-size: 18px;
  color: #26a69a;
}

.qc-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  border-radius: 18px;
  text-decoration: none;
  color: #ffffff;
  background: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  transition: all 0.2s ease;
  overflow: hidden;
  font: 600 15px/1.2 system-ui, -apple-system, 'Segoe UI', Roboto, Arial;
}

.qc-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 255, 255, 0.15);
}

.qc-cta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #6366f1, #a855f7);
}

.qc-cta::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -40%;
  width: 40%;
  height: 220%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  transform: rotate(20deg);
  opacity: 0;
  pointer-events: none;
}

.qc-cta:hover::after {
  opacity: 1;
  animation: qcShimmer 0.8s ease;
}

@keyframes qcShimmer {
  from { left: -40%; }
  to { left: 120%; }
}

.qc-cta__text {
  display: flex;
  flex-direction: column;
}

.qc-cta__title {
  font-weight: 800;
  letter-spacing: 0.2px;
}

.qc-cta__sub {
  font-size: 13px;
  opacity: 0.75;
}

.conversation-company-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  margin-left: 6px;
  border-radius: 12px;
  background: rgba(33, 150, 243, 0.12);
  color: #1565c0;
  font-size: 12px;
  font-weight: 600;
}

.conversation-company-chip i {
  font-size: 14px;
}

.user-profile-head__row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 8px;
}

.user-profile-head__avatar-label {
  margin: 4px 0 0;
  color: #607d8b;
  font-size: 0.9rem;
}

.user-profile-head__locale-switcher {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.user-profile-head__locale-label {
  color: #546e7a;
  font-size: 0.9rem;
  font-weight: 600;
}

.user-profile-head__details h3 {
  margin-bottom: 6px;
}

.user-show-page {
  padding-bottom: 16px;
}

.user-show-page__top {
  margin-bottom: 18px;
}

.user-show-page__section {
  margin-bottom: 18px;
}

.user-show-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.user-show-page__action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 12px;
  font-weight: 600;
}

.user-show-page__action--ghost {
  background: rgba(84, 110, 122, 0.08);
  color: #455a64;
}

.user-show-page__action--primary {
  background: #009688;
  color: #fff;
}

.user-show-page__service-badge {
  display: inline-flex;
  margin-left: 8px;
  padding: 3px 9px;
  border-radius: 999px;
  background: #fb8c00;
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
}

.user-show-meta {
  border-radius: 18px;
  overflow: hidden;
}

.user-show-meta__item {
  padding: 12px 20px;
}

.user-show-meta__row {
  margin-bottom: 0 !important;
}

.user-show-meta__label {
  color: #455a64;
}

.user-show-meta__value {
  color: #263238;
}

.user-show-filters {
  padding: 16px 18px 6px;
  border: 1px solid rgba(84, 110, 122, 0.14);
  border-radius: 18px;
  background: #fff;
}

.user-show-filters__row {
  margin-bottom: 0;
}

.user-show-filters__checkbox {
  display: flex;
  align-items: center;
}

.user-show-filters__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-show-filters__actions .btn {
  min-width: 140px;
}

.user-show-filters__clear {
  background: rgba(84, 110, 122, 0.14) !important;
  color: #455a64 !important;
  box-shadow: none;
}

.user-show-pagination {
  margin-bottom: 0;
}

.user-show-totals {
  display: flex;
  justify-content: flex-end;
  padding: 14px 18px;
  border-radius: 16px;
  background: #546e7a;
  color: #fff;
  font-weight: 600;
}

.user-show-export {
  min-height: 42px;
}

.user-show-orders-mobile {
  display: none;
}

.user-show-orders-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.user-show-orders-table {
  min-width: 760px;
}

.user-show-orders-table__updated {
  font-size: 10px;
  color: grey;
}

.user-show-order-card {
  padding: 14px 16px;
  border: 1px solid rgba(84, 110, 122, 0.14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.user-show-order-card + .user-show-order-card {
  margin-top: 12px;
}

.user-show-order-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.user-show-order-card__number {
  font-size: 1rem;
  font-weight: 700;
}

.user-show-order-card__state {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #455a64;
  text-align: right;
}

.user-show-order-card__line {
  color: #263238;
  font-weight: 500;
  margin-bottom: 10px;
}

.user-show-order-card__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #546e7a;
  font-size: 0.95rem;
}

.user-show-order-card__updated {
  margin-top: 10px;
  color: #78909c;
  font-size: 0.8rem;
}

.users-index-page {
  padding-bottom: 16px;
}

.users-index-page__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.users-index-page__heading h5 {
  margin: 0 0 8px;
}

.users-index-page__count {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #5f8f97;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
}

.users-index-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.users-index-page__action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 12px;
  font-weight: 600;
}

.users-index-page__action--primary {
  background: #009688;
  color: #fff;
}

.users-index-page__csv-panel {
  border-radius: 18px;
}

.users-index-page__csv-field {
  margin-bottom: 14px;
}

.users-index-page__csv-submit {
  min-height: 42px;
}

.users-index-page__filters {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 18px;
  border: 1px solid rgba(84, 110, 122, 0.14);
  border-radius: 18px;
  background: #fff;
}

.users-index-page__filters-main {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr) minmax(120px, 140px);
  gap: 18px;
  flex: 1 1 auto;
  min-width: 0;
}

.users-index-page__filter-control {
  margin: 0;
}

.users-index-page__filters-checkbox {
  display: flex;
  align-items: center;
  min-height: 44px;
}

.users-index-page__filters-checkbox label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin: 0;
}

.users-index-page__filters-checkbox label span {
  line-height: 1.35;
  white-space: nowrap;
}

.users-index-page__filters-side {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: 100%;
}

.users-index-page__filters-clear {
  background: rgba(84, 110, 122, 0.14) !important;
  color: #455a64 !important;
  box-shadow: none;
}

.users-index-page__search-form {
  margin-bottom: 10px;
}

.users-index-page__search {
  margin-left: auto;
  float: none !important;
}

.users-index-page__search-field {
  width: 100%;
}

.users-index-page__filters-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.users-index-page__filters-actions .btn {
  min-width: 120px;
}

@media only screen and (min-width: 993px) {
  .users-index-page__filters-main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(120px, 140px);
  }

  .users-index-page__filters-checkbox {
    min-width: 0;
  }

  .users-index-page__filters-checkbox label span {
    white-space: normal;
  }
}

@media only screen and (max-width: 992px) {
  .users-index-page__filters {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .users-index-page__filters-main {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .users-index-page__filters-side {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .users-index-page__filters-checkbox label span {
    white-space: normal;
  }

  .users-index-page__filters-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .users-index-page__filters-actions .btn {
    width: 100%;
    min-width: 0;
  }
}

.users-index-results__mobile {
  display: none;
}

.users-index-results__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.users-index-results__table {
  min-width: 860px;
}

.users-index-results__pagination {
  margin-top: 20px !important;
}

.users-index-card {
  padding: 14px 16px;
  border: 1px solid rgba(84, 110, 122, 0.14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.users-index-card + .users-index-card {
  margin-top: 12px;
}

.users-index-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.users-index-card__identity {
  min-width: 0;
  flex: 1 1 180px;
}

.users-index-card__role {
  flex: 0 0 auto;
  max-width: 100%;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(84, 110, 122, 0.08);
  color: #546e7a;
  font-size: 0.82rem;
  font-weight: 600;
  white-space: normal;
  overflow-wrap: anywhere;
}

.users-index-card__line {
  margin-bottom: 10px;
}

.users-index-card__email {
  font-weight: 600;
  overflow-wrap: anywhere;
}

.users-index-card__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #546e7a;
  font-size: 0.94rem;
}

.users-index-card__meta--secondary {
  margin-top: 10px;
  color: #78909c;
  font-size: 0.84rem;
}

@media only screen and (max-width: 992px) {
  .user-show-page {
    padding: 0 0 12px;
  }

  .user-show-page__actions {
    flex-direction: column;
  }

  .user-show-page__action {
    width: 100%;
    justify-content: center;
  }

  .user-profile-head {
    padding: 0 8px;
  }

  .user-profile-head__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .user-profile-head__details {
    width: 100%;
  }

  .user-profile-head__details h3 {
    line-height: 1.2;
  }

  .user-show-meta__item {
    padding: 12px 14px;
  }

  .user-show-meta__row > .col,
  .user-show-meta__row > span.col {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .user-show-meta__label {
    margin-bottom: 6px;
  }

  .user-show-filters {
    padding: 12px 8px 4px;
  }

  .user-show-filters__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .user-show-filters__actions .btn {
    width: 100%;
    min-width: 0;
  }

  .user-show-totals {
    justify-content: flex-start;
  }

  .user-show-export {
    width: 100%;
  }

  .user-show-orders-mobile {
    display: block;
  }

  .user-show-orders-table-wrap {
    display: none;
  }

  .users-index-page__top {
    flex-direction: column;
    align-items: stretch;
  }

  .users-index-page__actions {
    width: 100%;
  }

  .users-index-page__action {
    width: 100%;
    justify-content: center;
  }

  .users-index-page__filters {
    padding: 12px 8px 4px;
  }

  .users-index-page__filters-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .users-index-page__filters-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .users-index-page__search {
    margin-left: 0;
  }

  .users-index-results__mobile {
    display: block;
  }

  .users-index-results__table-wrap {
    display: none;
  }
}

.avatar-selector__wrapper {
  margin-top: 15px;
}

.avatar-upload-panel {
  margin: 20px 0;
  padding: 16px;
  border: 1px solid #d9dee3;
  border-radius: 14px;
  background: #fff;
}

.avatar-upload-panel__header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.avatar-upload-panel__buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.avatar-upload-panel__btn {
  text-transform: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1e5a74;
}

.avatar-upload-panel__btn--danger {
  color: #c62828;
}

.avatar-upload-panel__btn.is-loading,
.avatar-cropper__btn.is-loading {
  opacity: 0.6;
  pointer-events: none;
}

.avatar-upload-panel.is-cropping [data-avatar-delete],
.avatar-upload-panel.is-cropping [data-avatar-upload-trigger] {
  display: none;
}

.avatar-upload-panel__content {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.avatar-upload-panel__preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.avatar-selector__title {
  font-weight: 600;
  font-size: 0.95rem;
  color: #263238;
}

.avatar-selector__hint {
  font-size: 0.85rem;
  color: #607d8b;
  margin-bottom: 12px;
}

.comment-user-chip .user-avatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid rgba(255,255,255,0.6);
}

.comment-user-chip--top {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.log-user-chip .user-avatar {
  width: 36px;
  height: 36px;
}

.order-head-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.order-show-page__summary-mobile {
  display: none;
}

.order-show-page__edit-link {
  text-decoration: none;
}

.avatar-selector__hint--inline {
  margin-bottom: 0;
}

.avatar-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.avatar-selector__item {
  position: relative;
}

.avatar-selector__radio {
  position: absolute;
  opacity: 0;
}

.avatar-selector__choice {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 160px;
  padding: 12px;
  border: 1px solid #d9dee3;
  border-radius: 14px;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.avatar-selector__preview {
  width: 100%;
  display: flex;
  justify-content: center;
}

.avatar-selector__image {
  width: 100%;
  max-width: 120px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(33, 33, 33, 0.25);
}

.avatar-selector__name {
  font-size: 0.9rem;
  color: #37474f;
  text-align: center;
}

.avatar-selector__radio:checked + .avatar-selector__choice {
  border-color: #1e5a74;
  box-shadow: 0 12px 26px rgba(30, 90, 116, 0.2);
  transform: translateY(-2px);
}

.avatar-selector__radio:focus + .avatar-selector__choice {
  outline: 2px solid #1e5a74;
  outline-offset: 2px;
}

.user-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.user-chip--inline {
  vertical-align: middle;
}

.user-chip__avatar {
  border-radius: 50%;
}

.user-chip__label {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  font-weight: 500;
  color: #37474f;
}

.user-chip__label a {
  color: inherit;
}

.avatar-preview-current {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.avatar-preview__label {
  font-size: 0.8rem;
  color: #90a4ae;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.avatar-selector__clear {
  color: #607d8b;
  text-transform: none;
  padding-left: 0;
}

.avatar-selector__clear:hover {
  color: #1e5a74;
}

.avatar-cropper {
  display: none;
  flex-direction: column;
  gap: 12px;
}

.avatar-cropper.is-active {
  display: flex;
}

.avatar-cropper__viewport {
  width: 220px;
  height: 220px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #cfd8dc;
  background-color: #eceff1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  cursor: grab;
}

.avatar-cropper__viewport.is-dragging {
  cursor: grabbing;
}

.avatar-cropper__viewport::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3);
  pointer-events: none;
}

.avatar-cropper__overlay {
  position: absolute;
  inset: 0;
}

.avatar-cropper__hint {
  margin: 0;
}

.avatar-cropper__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.avatar-cropper__zoom-label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.85rem;
  color: #455a64;
}

.avatar-cropper__zoom-label input[type="range"] {
  width: 100%;
}

.avatar-cropper__buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.avatar-cropper__btn {
  text-transform: none;
  color: #1e5a74;
  padding-left: 0;
}

.avatar-cropper__btn--primary {
  background: #1e5a74;
  color: #fff;
  text-transform: none;
}

.part-price-tabs-card__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.part-price-tabs-card__body {
  padding: 24px;
  margin-top: 20px;
}

.part-price-page-title {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.pp-mode-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid rgba(96, 125, 139, 0.25);
  background: #f4f6f8;
}

.pp-mode-switch__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: #fff;
  color: #455a64;
  min-width: 0;
  height: 48px;
  box-shadow: 0 4px 12px rgba(33, 33, 33, 0.08);
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  transition: box-shadow .15s ease, border-color .15s ease, color .15s ease;
}

.pp-mode-switch__link .material-icons {
  font-size: 24px;
  line-height: 1;
}

.pp-mode-switch__link.is-active {
  border-color: rgba(124, 77, 255, 0.45);
  box-shadow:
    0 10px 20px rgba(124, 77, 255, 0.18),
    0 0 0 1px rgba(124, 77, 255, 0.3) inset;
  color: #4527a0;
}

.pp-mode-switch__badge {
  position: absolute;
  top: 6px;
  right: 8px;
  min-width: 26px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #7e57c2;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .pp-mode-switch {
    gap: 6px;
    padding: 6px;
    border-radius: 12px;
    width: 100%;
    box-sizing: border-box;
  }
  .pp-mode-switch__link {
    flex: 1 1 calc(50% - 6px);
    justify-content: center;
    padding: 8px 10px;
    height: 42px;
    font-size: 13px;
    gap: 6px;
    min-width: 0;
  }
  .pp-mode-switch__link .material-icons {
    font-size: 20px;
  }
  .pp-mode-switch__link span {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media only screen and (max-width: 420px) {
  .pp-mode-switch__link {
    flex: 1 1 calc(50% - 4px);
    padding: 6px 8px;
    height: 38px;
    font-size: 12px;
    gap: 4px;
  }
  .pp-mode-switch__link .material-icons {
    font-size: 18px;
  }
}

.commission-store-panel {
  padding-top: 12px;
}

.commission-store-title {
  margin-top: 0;
  font-weight: 600;
  color: #263238;
}

.commission-store-subtitle {
  margin-bottom: 20px;
}

.commission-store-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
  margin: 20px 0 16px;
}

.commission-store-search-field {
  flex: 1 1 280px;
  margin-top: 0;
}

.commission-store-search-field .prefix {
  color: #90a4ae;
}

.commission-store-search-input {
  padding-left: 38px;
}

.commission-store-search-empty {
  text-align: center;
  margin-top: 12px;
}

.commission-store-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  border-radius: 12px;
  animation: commissionStoreBlink 1.6s ease-in-out infinite;
}

.commission-store-banner__badge {
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.commission-store-banner__cta {
  text-transform: none;
}

#commission-store {
  --commission-store-card-height: 34rem;
}

@media (max-width: 640px) {
  #commission-store {
    --commission-store-card-height: auto;
  }
}

.commission-store-card-col {
  min-height: var(--commission-store-card-height);
  margin-bottom: 24px;
}

.commission-store-card {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-height: var(--commission-store-card-height);
}

.commission-store-card__image {
  height: 200px;
  background: #eceff1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.commission-store-card .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.commission-store-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.commission-store-card__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.commission-store-card__placeholder {
  color: #90a4ae;
  font-size: 48px;
}

.commission-store-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}

.commission-store-card__name {
  font-weight: 600;
  color: #263238;
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.3;
  max-height: 2.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.commission-store-card__price {
  font-weight: 700;
  color: #1e5a74;
  white-space: nowrap;
  flex-shrink: 0;
  text-align: right;
}

.commission-store-card__description {
  margin: 0;
  color: #546e7a;
  line-height: 1.4;
  max-height: 4.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.commission-store-card__meta {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.commission-store-card__stock {
  margin: 0;
  font-weight: 600;
  color: #00695c;
}

.commission-store-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 16px 16px;
  cursor: default;
  margin-top: auto;
}

.commission-store-card__action-btn {
  text-transform: none;
}

.commission-store-card__admin-actions {
  display: flex;
  justify-content: flex-end;
  padding: 0 16px 16px;
}

.commission-store-card__edit-link {
  color: #546e7a;
}

.commission-store-modal {
  max-height: 90%;
}

.commission-store-modal__summary {
  margin-bottom: 16px;
}

.commission-store-modal__details {
  margin-bottom: 16px;
  color: #37474f;
}

.commission-store-modal__gallery {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

.commission-store-image-trigger {
  border: none;
  padding: 0;
  background: transparent;
  display: block;
  width: 100%;
  cursor: zoom-in;
}

.commission-store-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #455a64;
}

.commission-store-modal__close:hover {
  background: rgba(69, 90, 100, 0.1);
}

.commission-store-modal__slides-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.commission-store-modal__slides {
  flex: 1;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 220px;
  max-height: 320px;
  background: #eceff1;
}

.commission-store-modal__slides img {
  max-height: 320px;
}

.commission-store-modal__slide {
  display: none;
  width: 100%;
  height: 100%;
}

.commission-store-modal__slide.is-active {
  display: block;
}

.commission-store-modal__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.commission-store-modal__nav {
  color: #7b1fa2;
  min-width: 42px;
}

.commission-store-modal__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.commission-store-modal__thumb-trigger {
  border: none;
  background: transparent;
  padding: 0;
  border-radius: 6px;
  cursor: zoom-in;
}

.commission-store-modal__thumb {
  border: none;
  background: transparent;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.65;
}

.commission-store-modal__thumb.is-active {
  box-shadow: 0 0 0 2px #7b1fa2;
  opacity: 1;
}

.commission-store-modal__thumb img {
  width: 72px;
  height: 54px;
  object-fit: cover;
}

.commission-store-modal__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.commission-store-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #ff7043;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.commission-store-card__status {
  display: inline-flex;
  margin-top: 8px;
}

.commission-store-form-toggle-wrapper {
  margin-top: 12px;
  margin-bottom: 8px;
}

.commission-store-form-panel {
  margin-top: 16px;
  display: none;
}

.commission-store-form-panel.is-visible {
  display: block;
}

.commission-store-form__options label {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-weight: 500;
  color: #455a64;
}

.commission-store-form__currency {
  margin-top: 12px;
}

.commission-store-empty {
  text-align: center;
}

.commission-store-form__preview,
.commission-store-form__gallery-preview {
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.commission-store-form__preview-image {
  max-width: 220px;
  border-radius: 8px;
}

.commission-store-form__gallery-image {
  width: 120px;
  height: 90px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #eceff1;
}

.commission-store-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10, 12, 20, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 4000;
}

.commission-store-lightbox.is-visible {
  display: flex;
}

.commission-store-lightbox__image {
  max-width: 92vw;
  max-height: 90vh;
  border-radius: 18px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
}

.commission-store-lightbox__close {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: none;
  background: #fff;
  color: #4527a0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.commission-store-lightbox__close .material-icons {
  font-size: 28px;
}

.nav-gstore-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  min-height: 60px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #c3a7ff !important;
  background: transparent;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color 0.15s ease, background 0.15s ease;
}

.nav-gstore-link:hover,
.nav-gstore-link:focus {
  color: #fdf6ff !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(179, 136, 255, 0.22));
}

li.active .nav-gstore-link {
  background: linear-gradient(135deg, rgba(124, 77, 255, 0.22), rgba(179, 136, 255, 0.48));
  border-radius: 0;
  color: #f5f5f5 !important;
}

.nav-gstore-link__icon {
  font-size: 20px;
  line-height: 1;
  color: inherit;
}

.nav-gstore-link__label {
  font-size: 0.95rem;
}

.nav-gfinance-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  min-height: 60px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #9ad7ff !important;
  background: transparent;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color 0.15s ease, background 0.15s ease;
}

:root {
  --nav-bg: #455a64;
  --nav-bg-soft: #506773;
  --nav-border: rgba(255, 255, 255, 0.06);
  --nav-text: #e6edf2;
  --nav-text-muted: #b0bec5;
  --nav-hover: rgba(255, 255, 255, 0.06);
  --nav-active: rgba(255, 255, 255, 0.09);
  --nav-accent: #4ea1c7;
  --nav-accent-dark: #3b88ad;
}

#main-nav {
  background: var(--nav-bg);
  border-bottom: 1px solid var(--nav-border);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
}

#main-nav .nav-shell {
  min-height: 60px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
}

#main-nav .nav-brand,
#main-nav .nav-main,
#main-nav .nav-actions {
  display: flex;
  align-items: center;
}

#main-nav .nav-brand {
  flex: 0 0 auto;
  min-width: 0;
}

#main-nav .nav-brand__logo {
  display: inline-flex;
  align-items: center;
  min-height: 60px;
}

#main-nav .nav-brand__image,
#main-nav #logo_new {
  display: block;
  width: auto;
  height: 34px;
  margin: 0;
}

#main-nav .nav-main {
  flex: 1 1 auto;
  min-width: 0;
  justify-content: flex-start;
}

#main-nav .nav-main-list {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  width: 100%;
}

#main-nav .nav-main__item {
  display: flex;
  align-items: center;
}

#main-nav .nav-link,
#main-nav .nav-main > li > a,
#main-nav .dropdown-trigger,
#main-nav .sidenav-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 14px;
  color: var(--nav-text) !important;
  text-decoration: none;
  line-height: 1.2;
  white-space: nowrap;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

#main-nav .nav-link:hover,
#main-nav .dropdown-trigger:hover,
#main-nav .sidenav-trigger:hover,
#main-nav .nav-main__item:hover > .nav-link,
#main-nav .nav-main__item:hover > .dropdown-trigger {
  background: var(--nav-hover);
}

#main-nav .nav-main__item.active > .nav-link,
#main-nav .nav-main__item.active > .dropdown-trigger,
#main-nav .nav-link.is-active,
#main-nav li.active > .nav-link,
#main-nav li.active > .nav-gstore-link {
  background: var(--nav-active);
  box-shadow: inset 0 -2px 0 var(--nav-accent);
}

#main-nav .nav-link__caret {
  margin-left: 6px;
  font-size: 20px;
}

#main-nav .nav-actions {
  flex: 0 0 auto;
  gap: 12px;
  margin-left: auto;
}

#main-nav .nav-search {
  display: flex;
  align-items: center;
}

#main-nav .nav-search__field {
  display: flex;
  align-items: center;
  min-width: 220px;
  height: 40px;
  margin: 0;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--nav-border);
}

#main-nav .nav-search__input {
  flex: 1 1 auto;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--nav-text) !important;
  height: auto !important;
  appearance: none;
  -webkit-appearance: none;
}

#main-nav .nav-search__input:focus {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#main-nav .nav-search__input::-webkit-search-decoration,
#main-nav .nav-search__input::-webkit-search-cancel-button,
#main-nav .nav-search__input::-webkit-search-results-button,
#main-nav .nav-search__input::-webkit-search-results-decoration {
  -webkit-appearance: none;
  display: none;
}

#main-nav .nav-search__input::placeholder {
  color: var(--nav-text-muted);
}

#main-nav .nav-search__label,
#main-nav .nav-search__close {
  position: static !important;
  color: var(--nav-text-muted) !important;
}

#main-nav .nav-search__label {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
}

#main-nav .nav-search__close {
  font-size: 20px;
  cursor: pointer;
}

#main-nav .nav-profile-trigger__link {
  gap: 10px;
  padding: 0 10px;
  border-radius: 999px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  vertical-align: middle;
}

#main-nav .nav-profile-trigger__name {
  color: var(--nav-text);
  font-weight: 600;
}

#main-nav .nav-profile-trigger__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1 !important;
  margin: 0;
  vertical-align: middle;
}

#main-nav .nav-locale-switcher {
  margin-left: 0;
}

#main-nav .nav-theme-switcher,
#main-nav .nav-theme-switcher form,
#main-nav .nav-mobile-trigger {
  display: flex;
  align-items: center;
  margin: 0;
}

#main-nav .nav-theme-switcher .button_to,
#main-nav .nav-theme-switcher form {
  display: flex;
  align-items: center;
  height: 40px;
  margin: 0;
}

#main-nav .theme-toggle-button,
#main-nav .nav-theme-switcher button,
#main-nav .nav-theme-switcher input[type="submit"],
#main-nav .nav-mobile-trigger {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0 !important;
  border-radius: 999px;
  color: var(--nav-text) !important;
  background: transparent !important;
  border: 1px solid transparent !important;
  box-shadow: none !important;
  line-height: 1 !important;
  font-size: 0 !important;
  vertical-align: middle !important;
  appearance: none;
  -webkit-appearance: none;
}

#main-nav .theme-toggle-button .material-icons,
#main-nav .nav-theme-switcher button .material-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  line-height: 1 !important;
  font-size: 22px;
  vertical-align: middle;
  position: relative;
  top: 0;
}

#main-nav .theme-toggle-button:hover,
#main-nav .nav-theme-switcher button:hover,
#main-nav .nav-theme-switcher input[type="submit"]:hover,
#main-nav .nav-compact-trigger:hover,
#main-nav .nav-mobile-trigger:hover {
  background: var(--nav-hover) !important;
  border-color: var(--nav-border) !important;
}

#main-nav .nav-compact-trigger {
  display: none !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px !important;
  border-radius: 999px;
  color: var(--nav-text) !important;
  background: transparent !important;
  border: 1px solid transparent !important;
  text-decoration: none;
  margin: 0;
}

#main-nav .nav-mobile-trigger {
  display: none !important;
  margin: 0;
}

.nav-mobile-search-inline,
.nav-mobile-search-wrap,
.mobile-search-panel {
  display: none !important;
}

.mobile-search-panel.is-open {
  display: block !important;
}

#main-nav .nav-compact-trigger__label,
#main-nav .nav-mobile-trigger__label {
  display: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
}

#main-nav .nav-gstore-link {
  min-height: 60px;
  gap: 6px;
  padding: 0 14px;
  color: #c3a7ff !important;
  background: transparent !important;
}

#main-nav .nav-gstore-link:hover,
#main-nav .nav-gstore-link:focus {
  background: var(--nav-hover) !important;
  color: #f7f2ff !important;
}

#main-nav .nav-gstore-link__icon,
#main-nav .nav-gstore-link__label {
  color: inherit !important;
}

@media only screen and (min-width: 993px) and (max-width: 1899px) {
  #main-nav .nav-main.hide-on-compact-desktop {
    display: none !important;
  }

  #main-nav .nav-search.hide-on-med-and-down {
    display: flex !important;
  }

  #main-nav .nav-search__field {
    min-width: 180px;
  }

  #main-nav .nav-compact-trigger {
    display: inline-flex !important;
  }

  #main-nav .nav-compact-trigger__label {
    display: inline-block;
  }

  #main-nav .nav-mobile-trigger {
    display: none !important;
  }
}

#main-nav .nav-map-trigger {
  min-width: 46px;
  padding: 0 12px !important;
}

#main-nav .nav-map-trigger__icon--image {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.nav-user-dropdown,
.nav-section-dropdown {
  background: var(--nav-bg-soft) !important;
  border: 1px solid var(--nav-border) !important;
  border-radius: 14px !important;
  overflow: visible;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.18) !important;
  min-width: 180px !important;
  width: auto !important;
  white-space: nowrap;
}

.nav-user-dropdown li,
.nav-section-dropdown li {
  min-height: auto;
}

.nav-user-dropdown li > a,
.nav-user-dropdown li > span,
.nav-section-dropdown li > a,
.nav-section-dropdown li > span {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  color: var(--nav-text) !important;
  background: transparent !important;
  line-height: 1.35;
}

.nav-user-dropdown li:hover,
.nav-user-dropdown li.active,
.nav-section-dropdown li:hover,
.nav-section-dropdown li.active,
.nav-user-dropdown li > a:hover,
.nav-section-dropdown li > a:hover {
  background: var(--nav-hover) !important;
}

.nav-user-dropdown .divider {
  margin: 4px 0;
  background: var(--nav-border);
}

.nav-sidenav {
  background: var(--nav-bg) !important;
  color: var(--nav-text);
  border-right: 1px solid var(--nav-border);
}

.nav-sidenav__header {
  padding: 18px 20px 10px;
  border-bottom: 1px solid var(--nav-border);
}

.nav-sidenav__brand {
  display: inline-flex;
  align-items: center;
}

.nav-sidenav__brand-image {
  display: block;
  height: 32px;
  width: auto;
}

.nav-sidenav li > a,
.nav-sidenav .subheader,
.nav-sidenav__profile-link {
  min-height: 48px;
  display: flex !important;
  align-items: center;
  padding: 0 20px !important;
  color: var(--nav-text) !important;
}

.nav-sidenav li.active > a,
.nav-sidenav li > a:hover,
.nav-sidenav__profile-link:hover {
  background: var(--nav-hover) !important;
}

.nav-sidenav .subheader {
  color: var(--nav-text-muted) !important;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav-sidenav .nav-theme-switcher--mobile,
.nav-sidenav .nav-locale-switcher--mobile,
.nav-sidenav__profile {
  padding: 10px 20px;
}

.nav-sidenav .nav-theme-switcher--mobile {
  display: flex;
  align-items: center;
}

.nav-sidenav .nav-theme-switcher--mobile form {
  margin: 0;
}

.nav-sidenav .nav-search__field--mobile {
  min-width: 100%;
  height: 42px;
}

.nav-sidenav .nav-sidenav__profile-link {
  justify-content: space-between;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

@media only screen and (max-width: 1200px) {
  #main-nav .nav-search.hide-on-med-and-down {
    display: none !important;
  }

  html,
  body {
    max-width: 100%;
    overflow-x: hidden !important;
  }

  .container {
    width: calc(100% - 24px) !important;
    max-width: none !important;
    margin: 0 12px !important;
  }

  #main-nav,
  .navbar-fixed,
  .navbar-fixed nav {
    width: 100%;
    max-width: 100%;
  }

  #main-nav .nav-shell {
    gap: 14px;
    padding: 0 16px;
  }

  #main-nav .nav-search {
    display: none !important;
  }

  #main-nav .nav-search__field {
    min-width: 180px;
  }

  #main-nav .nav-profile-trigger__name {
    display: none;
  }

  #main-nav .nav-brand__image,
  #main-nav #logo_new {
    height: 28px;
    width: 28px;
    object-fit: contain;
  }

  #mobile-search-panel {
    position: relative;
    z-index: 95;
    margin: 8px 12px 12px;
    border: 1px solid #d7dde2;
    border-radius: 18px;
    background: #f6f8fa;
    box-shadow: 0 14px 32px rgba(32, 56, 74, 0.14);
    max-height: calc(100vh - 170px);
    overflow: auto;
  }

  #modal-search {
    display: none !important;
  }

  .search-results {
    padding: 14px 14px 10px;
  }

  .search-results__title,
  .search-results__empty {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 992px) {
  .nav-mobile-search-inline {
    display: block !important;
  }

  #mobile-search-panel {
    display: none;
  }

  #main-nav .nav-shell {
    height: 56px;
    min-height: 56px;
    padding: 0 14px;
    gap: 8px;
    align-items: center;
  }

  #main-nav .nav-brand {
    flex: 0 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
  }

  #main-nav .nav-brand__logo {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
  }

  .nav-mobile-search-inline {
    flex: 1 1 auto;
    min-width: 0;
    margin-left: 2px;
  }

  .nav-mobile-search-inline .nav-search__field {
    width: 100%;
    min-width: 0;
    height: 34px;
    padding: 0 10px 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: none;
  }

  .nav-mobile-search-inline .nav-search__input,
  .nav-mobile-search-inline .nav-search__input:focus {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #eef4f7 !important;
    font-size: 14px;
    -webkit-appearance: none;
  }

  .nav-mobile-search-inline .nav-search__input::placeholder {
    color: rgba(230, 237, 242, 0.72);
  }

  .nav-mobile-search-inline .nav-search__input::-webkit-search-decoration,
  .nav-mobile-search-inline .nav-search__input::-webkit-search-cancel-button,
  .nav-mobile-search-inline .nav-search__input::-webkit-search-results-button,
  .nav-mobile-search-inline .nav-search__input::-webkit-search-results-decoration {
    -webkit-appearance: none;
    display: none;
  }

  .nav-mobile-search-inline .nav-search__label {
    order: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 8px;
    color: rgba(230, 237, 242, 0.82) !important;
  }

  .nav-mobile-search-inline .nav-search__close {
    display: none !important;
  }

  #main-nav .nav-actions.nav-actions-mobile {
    flex: 0 0 auto;
    min-width: 0;
    margin-left: auto;
    gap: 8px;
    justify-content: flex-end;
  }

  #main-nav .nav-actions.nav-actions-mobile > * {
    flex: 0 0 auto;
  }

  #main-nav .nav-actions.nav-actions-mobile .nav-locale-switcher {
    display: none !important;
  }

  #main-nav .nav-theme-switcher,
  #main-nav .nav-profile-trigger,
  #main-nav .nav-mobile-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    margin: 0;
    align-self: center;
  }

  #main-nav .nav-theme-switcher form,
  #main-nav .nav-theme-switcher .button_to {
    width: 32px;
    height: 32px;
  }

  #main-nav .theme-toggle-button,
  #main-nav .nav-theme-switcher button,
  #main-nav .nav-theme-switcher input[type="submit"],
  #main-nav .nav-mobile-trigger,
  #main-nav .nav-profile-trigger__link {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    padding: 0 !important;
  }

  #main-nav .nav-profile-trigger__link {
    gap: 0;
    border-radius: 999px;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
  }

  #main-nav .theme-toggle-button .material-icons,
  #main-nav .nav-theme-switcher button .material-icons,
  #main-nav .nav-mobile-trigger .material-icons,
  #main-nav .nav-profile-trigger__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px !important;
    margin: 0 !important;
    vertical-align: middle !important;
  }

  #main-nav .nav-mobile-trigger i.material-icons {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    line-height: 20px !important;
    font-size: 20px !important;
    vertical-align: middle !important;
  }

  #main-nav .user-avatar--nav {
    width: 28px;
    height: 28px;
  }

  #main-nav .nav-mobile-trigger {
    display: inline-flex !important;
    position: relative;
    top: 0;
  }

  #main-nav + .col.s12 {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 4px 14px 0;
    box-sizing: border-box;
    overflow: hidden;
  }

  #usdnwallet {
    display: block;
    margin-left: 0 !important;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 10px;
    line-height: 1.25;
  }

  #win_size {
    opacity: 0.72;
  }

  #ordersFilters {
    padding: 14px !important;
  }

  #ordersFilters .orders-filters-toggle {
    width: 100%;
    min-height: 44px;
    margin: 0 0 12px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid rgba(84, 110, 122, 0.18);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 249, 0.96));
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    color: #455a64;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
  }

  #ordersFilters .orders-filters-toggle__label {
    display: inline-flex;
    align-items: center;
    min-width: 0;
  }

  #ordersFilters .orders-filters-toggle__icon {
    flex: 0 0 auto;
    font-size: 20px;
    line-height: 1;
    transition: transform 0.22s ease;
  }

  #ordersFilters .orders-filters-panel {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition:
      max-height 0.34s ease,
      opacity 0.22s ease,
      transform 0.22s ease;
  }

  #ordersFilters .orders-filters-panel > form {
    display: flow-root;
  }

  #ordersFilters.is-open .orders-filters-panel {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  #ordersFilters.is-open .orders-filters-toggle__icon {
    transform: rotate(180deg);
  }

  .add_button_front {
    top: 72px !important;
    right: 16px !important;
    left: auto !important;
    width: auto !important;
    max-width: calc(100vw - 32px);
  }

  .add_button_front .btn-floating.tail,
  .front-add-case-button {
    margin: 0 !important;
  }

  .add_button_front .ml10,
  .add_button_front .text-wrapper {
    display: none !important;
  }

  #ordersFilters,
  #checks_search,
  #schedule_result,
  #ordersFilters .row,
  #checks_search .row,
  #schedule_result .row,
  #ordersFilters .input-field,
  #checks_search .input-field,
  #schedule_result .input-field,
  #ordersFilters .col,
  #checks_search .col,
  #schedule_result .col {
    overflow: visible !important;
    transform: none !important;
    filter: none !important;
    perspective: none !important;
  }

  #ordersFilters .col,
  #checks_search .col,
  #schedule_result .col {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
  }

  #orders_search .orders-search-row {
    margin-bottom: 0 !important;
  }

  #orders_search .orders-search-controls {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #orders_search .divsearch,
  #orders_search .orders-search-field {
    flex: 1 1 auto;
    width: 100% !important;
    margin: 0 !important;
  }

  #orders_search .orders-search-field input {
    width: 100% !important;
    margin: 0 !important;
  }

  #orders_search .orders-search-field label {
    left: 0 !important;
  }

  #orders_search .orders-search-controls {
    width: 100% !important;
  }

  #orders-container {
    position: relative;
    clear: both;
    width: 100% !important;
    max-width: 100% !important;
  }

  #orders-container.is-loading::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(244, 247, 250, 0.62);
    backdrop-filter: blur(1px);
    z-index: 20;
  }

  #orders-container.is-loading::after {
    content: "";
    position: absolute;
    top: 28px;
    right: 20px;
    width: 26px;
    height: 26px;
    border: 3px solid rgba(78, 161, 199, 0.2);
    border-top-color: #4ea1c7;
    border-radius: 50%;
    animation: orders-search-spin 0.65s linear infinite;
    z-index: 21;
  }

  #ordersFilters .orders-filters-panel > form > .col.s12:last-child {
    margin-bottom: 0 !important;
  }

  #ordersFilters .input-field,
  #checks_search .input-field,
  #schedule_result .input-field {
    margin-bottom: 12px !important;
  }

  #ordersFilters .orders-filters-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 2px;
    align-items: end;
  }

  #ordersFilters .orders-filters-grid > .input-field {
    float: none !important;
    width: auto !important;
    min-width: 0;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  #ordersFilters .orders-filters-grid > .input-field.right-align,
  #ordersFilters .orders-filters-grid > .input-field.col.s12.right-align {
    grid-column: 1 / -1;
  }

  #ordersFilters .orders-filter-company-field {
    grid-column: 1 / -1;
  }

  #ordersFilters .orders-filter-mobile-hidden {
    display: none !important;
  }

  #ordersFilters .select-wrapper,
  #checks_search .select-wrapper,
  #schedule_result .select-wrapper {
    position: relative;
    overflow: visible !important;
  }

  #ordersFilters .select-dropdown.dropdown-trigger,
  #checks_search .select-dropdown.dropdown-trigger,
  #schedule_result .select-dropdown.dropdown-trigger {
    width: 100% !important;
  }

  #ordersFilters .orders-filters-grid .select-wrapper,
  #ordersFilters .orders-filters-grid .select-dropdown.dropdown-trigger {
    width: 100% !important;
    min-width: 0 !important;
  }

  .select-dropdown.dropdown-content {
    width: 100% !important;
    min-width: 100% !important;
    left: 0 !important;
    top: 100% !important;
    transform: none !important;
    max-height: 280px !important;
    overflow-y: auto !important;
    border-radius: 12px !important;
    z-index: 9999 !important;
    background: #ffffff !important;
    border: 1px solid #cfd8dc !important;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.16) !important;
  }

  .select-dropdown.dropdown-content li {
    min-height: 44px;
    line-height: 44px;
    background: transparent !important;
  }

  .select-dropdown.dropdown-content li > span,
  .select-dropdown.dropdown-content li > a {
    display: block;
    white-space: normal;
    line-height: 1.35;
    padding: 12px 16px;
    color: #37474f !important;
    background: transparent !important;
  }

  .select-dropdown.dropdown-content li:hover,
  .select-dropdown.dropdown-content li.active {
    background: rgba(84, 110, 122, 0.08) !important;
  }

  #ordersFilters select.browser-default,
  #checks_search select.browser-default,
  #schedule_result select.browser-default,
  form select.browser-default {
    display: block;
    width: 100%;
    height: 42px;
    margin-top: 8px;
    padding: 0 12px;
    border: 1px solid #cfd8dc;
    border-radius: 10px;
    background: #fff;
    color: #37474f;
    -webkit-text-fill-color: #37474f;
  }

#ordersFilters select.browser-default option,
#checks_search select.browser-default option,
#schedule_result select.browser-default option,
form select.browser-default option {
  color: #263238 !important;
  background: #ffffff !important;
}

.schedule-page {
  width: 100%;
}

.schedule-page__tabs {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-bottom: 0 !important;
}

.schedule-page__tab {
  float: none !important;
  flex: 0 1 180px;
  height: auto !important;
  line-height: 1.25 !important;
}

.schedule-page__tab a {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  min-height: 56px;
  padding: 10px 14px !important;
  border-radius: 14px !important;
  border: 1px solid #d9e2e8;
  background: #ffffff !important;
  color: #2f4858 !important;
  line-height: 1.3 !important;
  white-space: normal !important;
}

.schedule-page__tab .days {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.3;
}

.schedule-page__tab-name {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
}

.schedule-page__tab-days {
  display: flex !important;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 8px;
}

.schedule-page__day-marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.schedule-page__form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.schedule-page__actions .btn {
  width: 100%;
}

.schedule-result__title,
.schedule-result__empty {
  margin: 8px 0 16px;
}

.schedule-day {
  margin-bottom: 18px;
  padding: 14px 16px 16px;
  border: 1px solid #dce5ea;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(31, 53, 72, 0.08);
}

.schedule-day__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
}

.schedule-day__title-text {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #243746;
}

.schedule-day__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(0, 150, 136, 0.1);
  color: #00796b;
  font-size: 0.9rem;
  font-weight: 700;
}

.schedule-day__table-wrap {
  overflow-x: auto;
}

.schedule-day__mobile-list {
  display: none;
}

.schedule-card {
  padding: 14px;
  border: 1px solid #e2eaef;
  border-radius: 16px;
  background: #f9fbfc;
}

.schedule-card + .schedule-card {
  margin-top: 10px;
}

.schedule-card__head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
}

.schedule-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #e7f3f8;
  color: #476879;
  font-size: 12px;
  font-weight: 700;
}

.schedule-card__title {
  color: #116b8a !important;
  font-weight: 700;
  line-height: 1.35;
}

.schedule-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  color: #607482;
  font-size: 13px;
}

.schedule-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef4f7;
}

.schedule-card__car {
  color: #243746;
  font-weight: 600;
  line-height: 1.4;
}

.schedule-card__client {
  margin-top: 6px;
  color: #516672;
  line-height: 1.45;
}

.schedule-card__client span {
  display: block;
  color: #778b97;
}

.schedule-card__notes {
  margin-top: 10px;
  color: #516672;
  line-height: 1.45;
}

.schedule-card__notes strong {
  display: inline-block;
  margin-top: 4px;
  color: #00796b;
}

.schedule-day__summary {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #eff8f7, #f8fbfc);
  border: 1px solid #d9ebe8;
}

.schedule-day__summary-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.schedule-day__summary-label {
  color: #516672;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.schedule-day__summary-value {
  color: #00796b;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.schedule-day__summary-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 10px;
  color: #607482;
  font-size: 13px;
}

.schedule-day__summary-formula {
  margin-top: 8px;
  color: #7a8f9b;
  font-size: 12px;
  line-height: 1.4;
}
}

@media only screen and (max-width: 600px) {
  #orders_search .orders-search-controls {
    gap: 0;
  }
}

@media only screen and (max-width: 992px) {
  .schedule-page__tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .schedule-page__tab {
    flex: none;
    width: 100%;
    max-width: none !important;
  }

  .schedule-page__tab a {
    min-height: 64px;
    padding: 10px 12px !important;
    font-size: 13px !important;
  }

  .schedule-page__filters {
    padding: 0 !important;
  }

  .schedule-page__form {
    display: block;
  }

  .schedule-page__field,
  .schedule-page__actions {
    margin-bottom: 12px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .schedule-day {
    padding: 12px;
    border-radius: 16px;
  }

  .schedule-day__title {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .schedule-day__count {
    min-width: 28px;
    height: 28px;
    padding: 0 9px;
  }

  .schedule-day__summary {
    padding: 12px;
  }

  .schedule-day__summary-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .schedule-day__summary-value {
    font-size: 24px;
  }

  .schedule-day__table-wrap {
    display: none;
  }

  .schedule-day__mobile-list {
    display: block;
  }
}

@keyframes orders-search-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.schedule-page {
  width: 100%;
}

.schedule-page__tabs {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-bottom: 0 !important;
}

.schedule-page__tab {
  float: none !important;
  flex: 0 1 180px;
  height: auto !important;
  line-height: 1.25 !important;
}

.schedule-page__tab a {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  min-height: 56px;
  padding: 10px 14px !important;
  border-radius: 14px !important;
  border: 1px solid #d9e2e8;
  background: #ffffff !important;
  color: #2f4858 !important;
  line-height: 1.3 !important;
  white-space: normal !important;
}

.schedule-page__tab .days {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.3;
}

.schedule-page__tab-name {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
}

.schedule-page__tab-days {
  display: flex !important;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 8px;
}

.schedule-page__day-marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.schedule-page__form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.schedule-page__actions .btn {
  width: 100%;
}

.schedule-result__title,
.schedule-result__empty {
  margin: 8px 0 16px;
}

.schedule-day {
  margin-bottom: 18px;
  padding: 14px 16px 16px;
  border: 1px solid #dce5ea;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(31, 53, 72, 0.08);
}

.schedule-day__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
}

.schedule-day__title-text {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #243746;
}

.schedule-day__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(0, 150, 136, 0.1);
  color: #00796b;
  font-size: 0.9rem;
  font-weight: 700;
}

.schedule-day__table-wrap {
  display: block;
  overflow-x: auto;
}

.schedule-day__mobile-list {
  display: none !important;
}

.schedule-card {
  padding: 14px;
  border: 1px solid #e2eaef;
  border-radius: 16px;
  background: #f9fbfc;
}

.schedule-card + .schedule-card {
  margin-top: 10px;
}

.schedule-card__head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
}

.schedule-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #e7f3f8;
  color: #476879;
  font-size: 12px;
  font-weight: 700;
}

.schedule-card__title {
  color: #116b8a !important;
  font-weight: 700;
  line-height: 1.35;
}

.schedule-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  color: #607482;
  font-size: 13px;
}

.schedule-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef4f7;
}

.schedule-card__car {
  color: #243746;
  font-weight: 600;
  line-height: 1.4;
}

.schedule-card__client {
  margin-top: 6px;
  color: #516672;
  line-height: 1.45;
}

.schedule-card__client span {
  display: block;
  color: #778b97;
}

.schedule-card__notes {
  margin-top: 10px;
  color: #516672;
  line-height: 1.45;
}

.schedule-card__notes strong {
  display: inline-block;
  margin-top: 4px;
  color: #00796b;
}

.schedule-day__summary {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #eff8f7, #f8fbfc);
  border: 1px solid #d9ebe8;
}

.schedule-day__summary-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.schedule-day__summary-label {
  color: #516672;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.schedule-day__summary-value {
  color: #00796b;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.schedule-day__summary-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 10px;
  color: #607482;
  font-size: 13px;
}

.schedule-day__summary-formula {
  margin-top: 8px;
  color: #7a8f9b;
  font-size: 12px;
  line-height: 1.4;
}

@media only screen and (max-width: 992px) {
  .schedule-page__tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .schedule-page__tab {
    flex: none;
    width: 100%;
    max-width: none !important;
  }

  .schedule-page__tab a {
    min-height: 64px;
    padding: 10px 12px !important;
    font-size: 13px !important;
  }

  .schedule-page__filters {
    padding: 0 !important;
  }

  .schedule-page__form {
    display: block;
  }

  .schedule-page__field,
  .schedule-page__actions {
    margin-bottom: 12px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .schedule-day {
    padding: 12px;
    border-radius: 16px;
  }

  .schedule-day__title {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .schedule-day__count {
    min-width: 28px;
    height: 28px;
    padding: 0 9px;
  }

  .schedule-day__summary {
    padding: 12px;
  }

  .schedule-day__summary-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .schedule-day__summary-value {
    font-size: 24px;
  }

  .schedule-day__table-wrap {
    display: none;
  }

  .schedule-day__mobile-list {
    display: block !important;
  }
}

@media only screen and (max-width: 992px) {
  #main-nav .nav-compact-trigger {
    display: none !important;
  }

  #main-nav .sidenav-trigger,
  #main-nav .nav-mobile-trigger {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 32px !important;
    float: none !important;
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    text-decoration: none !important;
  }

  #main-nav .sidenav-trigger i,
  #main-nav .sidenav-trigger .material-icons,
  #main-nav .nav-mobile-trigger i,
  #main-nav .nav-mobile-trigger .material-icons {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    line-height: 18px !important;
    float: none !important;
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
  }

  #main-nav .nav-theme-switcher a,
  #main-nav .nav-profile-trigger a,
  #main-nav .sidenav-trigger,
  #main-nav .nav-mobile-trigger {
    vertical-align: middle !important;
  }

  #main-nav .nav-actions.nav-actions-mobile {
    display: flex;
    align-items: center;
  }
}

.nav-gfinance-link:hover,
.nav-gfinance-link:focus {
  color: #eefaff !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(79, 195, 247, 0.24));
}

li.active .nav-gfinance-link {
  background: linear-gradient(135deg, rgba(2, 136, 209, 0.24), rgba(79, 195, 247, 0.48));
  border-radius: 0;
  color: #f5fbff !important;
}

.nav-gfinance-link__icon {
  font-size: 20px;
  line-height: 1;
  color: inherit;
}

.nav-gfinance-link__label {
  font-size: 0.95rem;
}

.nav-link-label {
  display: inline-flex;
  align-items: center;
}

.nav-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  margin-left: 8px;
  padding: 0 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e57373, #c62828);
  box-shadow: 0 3px 8px rgba(198, 40, 40, 0.35);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  vertical-align: middle;
}

.nav-badge--hidden {
  display: none !important;
}

.commission-manager-modal__contacts {
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.commission-manager-modal__bots {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.commission-manager-modal__bot-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0088cc;
}

.commission-manager-modal__bot-icon {
  width: 32px;
  height: 32px;
}
.commission-cart-modal .modal-content {
  max-height: calc(80vh - 120px);
  overflow-y: auto;
}

.commission-cart-modal__list {
  max-height: 60vh;
  overflow-y: auto;
  margin: 0;
}

.commission-cart-modal .collection-item .title,
.commission-cart-modal .collection-item strong {
  color: #000 !important;
}

.commission-cart-modal .grey-text.text-darken-1 {
  color: #000 !important;
}

.commission-cart-modal__empty {
  margin: 12px 0 0;
}

.commission-cart-modal__footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.insurance-store-panel .insurance-card__image {
  height: 220px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eceff1;
}

.insurance-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insurance-card__placeholder {
  width: 100%;
  max-width: 200px;
  opacity: 0.5;
}

.insurance-card__badge {
  position: absolute;
  top: 16px;
  right: 16px;
}

.insurance-card__kind {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #78909c;
  margin-bottom: 6px;
}

.insurance-card__title {
  font-size: 18px;
  margin: 4px 0 10px;
}

.insurance-card__price {
  font-size: 16px;
  margin: 0 0 8px;
}

.insurance-card__price-prefix {
  color: #90a4ae;
  margin-right: 4px;
}

.insurance-card__currency {
  margin-left: 4px;
  color: #607d8b;
  font-weight: 600;
}

.insurance-card__manager {
  margin: 0;
  font-size: 13px;
}

.insurance-card__actions {
  display: flex;
  justify-content: center;
  padding: 16px;
}

.insurance-card__action-btn {
  width: 100%;
}

.insurance-card__admin-actions {
  padding: 0 16px 16px;
  text-align: right;
}

.insurance-card--inactive {
  opacity: 0.65;
}

.insurance-card__status {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.insurance-card__empty {
  padding: 32px 16px;
}

.insurance-admin-panel {
  display: none;
}

.insurance-admin-panel.is-visible {
  display: block;
}

.insurance-form__actions {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.insurance-store-toolbar {
  margin-bottom: 12px;
}


.insurance-form__image-preview {
  margin-top: 12px;
}

.insurance-form__image-preview img {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
}

.insurance-product-modal .modal-content {
  position: relative;
  padding: 24px 24px 32px;
}

.insurance-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #546e7a;
}

.insurance-modal__kind {
  text-transform: uppercase;
  font-size: 13px;
  color: #90a4ae;
  margin: 0 0 6px;
}

.insurance-modal__title {
  margin: 0 0 12px;
}

.insurance-modal__price {
  font-size: 18px;
  font-weight: 600;
}

.insurance-modal__price-prefix {
  color: #90a4ae;
  margin-right: 4px;
}

.insurance-modal__currency {
  margin-left: 4px;
  color: #607d8b;
  font-weight: 600;
}

.insurance-modal__image-wrapper {
  width: 100%;
  height: 240px;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
  background: #eceff1;
}

.insurance-modal__image-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.insurance-modal__manager,
.insurance-modal__discount,
.insurance-modal__status,
.insurance-modal__updated {
  margin: 4px 0;
  color: #546e7a;
}

.insurance-modal__description {
  margin-top: 12px;
  white-space: pre-line;
}

@keyframes commissionStoreBlink {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 112, 67, 0.6);
  }
  100% {
    box-shadow: 0 0 24px 4px rgba(255, 112, 67, 0.05);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.buyer-pickup-panel {
  padding: 10px 20px !important;
  background: linear-gradient(180deg, #fafcff 0%, #f4f8fc 100%);
}

.buyer-pickup-panel__line--head {
  margin-bottom: 10px;
}

.buyer-pickup-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.buyer-pickup-badge--on {
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #a5d6a7;
}

.buyer-pickup-badge--off {
  background: #ffebee;
  color: #c62828;
  border: 1px solid #ef9a9a;
}

.buyer-pickup-panel__form {
  display: flex;
  flex-direction: column;
  margin: 10px 0 0;
}

.buyer-pickup-panel__form input[type="number"] {
  margin-bottom: 10px !important;
}

.buyer-pickup-panel__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.buyer-pickup-panel__line--progress {
  margin: 10px 0 8px;
}

.buyer-pickup-panel .button_to {
  margin: 0;
}

.buyer-pickup-btn {
  width: 100%;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.buyer-pickup-btn.is-disabled,
.buyer-pickup-btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.buyer-pickup-panel__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #d8e3ef;
  background: #f7fbff;
  color: #2d3e50;
  border-radius: 8px;
  padding: 8px 10px;
  cursor: pointer;
  font-size: 14px;
}

.buyer-pickup-panel__toggle:hover {
  background: #eef5fd;
}

.buyer-pickup-panel__toggle-icon {
  transition: transform 0.2s ease;
}

.buyer-pickup-panel__toggle.is-open .buyer-pickup-panel__toggle-icon {
  transform: rotate(180deg);
}

.buyer-pickup-panel__details {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-4px);
  transition: max-height 0.28s ease, opacity 0.22s ease, transform 0.22s ease;
}

.buyer-pickup-panel__details.is-open {
  max-height: 620px;
  opacity: 1;
  transform: translateY(0);
  margin-bottom: 10px;
}

.buyer-pickup-panel__details-card {
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #d7e4f3;
  background: #ffffff;
}

.buyer-pickup-panel__details-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
  color: #455a64;
}

.buyer-pickup-panel__details-row:last-child {
  margin-bottom: 0;
}

.buyer-pickup-panel__timeline-title {
  margin-top: 10px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #34495e;
}

.buyer-pickup-panel__timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.buyer-pickup-panel__timeline-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 0;
  border-bottom: 1px dashed #e3edf7;
  color: #455a64;
}

.buyer-pickup-panel__timeline-item:last-child {
  border-bottom: 0;
}

.buyer-pickup-panel__timeline-item--exact {
  color: #0d47a1;
}

.buyer-pickup-btn--primary {
  background: #607d9a !important;
  box-shadow: 0 4px 12px rgba(96, 125, 154, 0.25) !important;
}

.buyer-pickup-btn--primary:hover {
  background: #557291 !important;
}

.buyer-pickup-btn--secondary {
  background: #e7eef6 !important;
  border: 1px solid #c3d3e4;
  color: #3f5872 !important;
  box-shadow: none !important;
}

.buyer-pickup-btn--secondary:hover {
  background: #dce8f4 !important;
}

@media only screen and (max-width: 600px) {
  .buyer-pickup-panel__line {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .buyer-pickup-panel__details-row,
  .buyer-pickup-panel__timeline-item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.order-form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.order-form__short {
  margin-bottom: 0;
}

.order-form__short .input-field.col {
  min-height: 72px;
}

.order-form__short .order-form__checkbox-field {
  display: flex;
  align-items: center;
  min-height: 56px;
}

@media only screen and (max-width: 992px) {
  html {
    -webkit-text-size-adjust: 100%;
  }

  body {
    font-size: 16px;
  }

  .form-control,
  input:not([type]):not(.browser-default),
  input[type=text]:not(.browser-default),
  input[type=password]:not(.browser-default),
  input[type=email]:not(.browser-default),
  input[type=url]:not(.browser-default),
  input[type=time]:not(.browser-default),
  input[type=date]:not(.browser-default),
  input[type=datetime]:not(.browser-default),
  input[type=datetime-local]:not(.browser-default),
  input[type=tel]:not(.browser-default),
  input[type=number]:not(.browser-default),
  input[type=search]:not(.browser-default),
  textarea.materialize-textarea,
  .select-wrapper input.select-dropdown,
  select.browser-default {
    font-size: 16px !important;
  }

  .form-control,
  input:not([type]):not(.browser-default),
  input[type=text]:not(.browser-default),
  input[type=password]:not(.browser-default),
  input[type=email]:not(.browser-default),
  input[type=url]:not(.browser-default),
  input[type=time]:not(.browser-default),
  input[type=date]:not(.browser-default),
  input[type=datetime]:not(.browser-default),
  input[type=datetime-local]:not(.browser-default),
  input[type=tel]:not(.browser-default),
  input[type=number]:not(.browser-default),
  input[type=search]:not(.browser-default),
  .select-wrapper input.select-dropdown,
  select.browser-default {
    min-height: 44px;
  }

  textarea.materialize-textarea,
  textarea.form-control {
    min-height: 120px;
    font-size: 16px !important;
    line-height: 1.45;
  }

  .btn,
  .btn-small,
  .btn-large,
  .btn-flat,
  .order-comments-toggle button,
  .comment-toolbar__toggle,
  .comment-emoji-toggle,
  .avatar-upload-panel__btn,
  .avatar-cropper__btn,
  .commission-store-modal__close {
    min-height: 44px;
    line-height: 1.2 !important;
  }

  .btn,
  .btn-small,
  .btn-large,
  .btn-flat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .comment-toolbar__panel-item,
  .comment-emoji-picker__item,
  .order-comments-toggle button,
  .commission-store-modal__close {
    width: 44px;
    height: 44px;
  }

  .comment-toolbar__toggle,
  .comment-emoji-toggle {
    min-height: 44px;
    font-size: 0.95rem;
  }

  .comment-form {
    padding: 0 !important;
  }

  .comment-form #comment_form {
    display: flex;
    flex-wrap: wrap;
  }

  .comment-form .input-field.col {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 14px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
  }

  .comment-form textarea.materialize-textarea,
  .comment-form textarea#comment_content {
    min-height: 132px;
    padding: 12px !important;
    border-radius: 12px !important;
  }

  .comment-toolbar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
  }

  .comment-toolbar__toggle,
  .comment-emoji-toggle {
    width: 100%;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .comment-toolbar__panel,
  .comment-emoji-picker {
    grid-column: 1 / -1;
    width: 100%;
  }

  .comment-form .select-wrapper,
  .comment-form .select-wrapper input.select-dropdown,
  .comment-form select.browser-default {
    width: 100% !important;
  }

  .comment-form .select-wrapper input.select-dropdown {
    padding-right: 28px;
  }

  .comment-form .select-wrapper + label,
  .comment-form select.browser-default + label,
  .comment-form .input-field > label {
    display: none !important;
  }

  .comment-form #comment_submit {
    width: 100%;
  }

  .comment-form #dropzone_container {
    margin-top: 4px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .comment-form #upload-widget.dropzone {
    min-height: 150px;
    padding: 20px 16px;
    border-radius: 16px;
  }

  .comment-form .dz-message {
    margin: 1.2em 0;
    font-size: 1rem;
    line-height: 1.45;
  }

  .locale-switcher {
    height: 44px;
  }

  .locale-switcher__item {
    min-width: 48px;
    height: 36px;
    font-size: 12px;
  }

  #main-nav .nav-theme-switcher,
  #main-nav .nav-profile-trigger,
  #main-nav .nav-mobile-trigger,
  #main-nav .theme-toggle-button,
  #main-nav .nav-theme-switcher button,
  #main-nav .nav-theme-switcher input[type="submit"],
  #main-nav .nav-profile-trigger__link,
  #main-nav .sidenav-trigger,
  #main-nav .nav-mobile-trigger {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
  }

  #main-nav .theme-toggle-button .material-icons,
  #main-nav .nav-theme-switcher button .material-icons,
  #main-nav .nav-mobile-trigger .material-icons,
  #main-nav .nav-profile-trigger__icon,
  #main-nav .sidenav-trigger .material-icons {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    font-size: 22px !important;
    line-height: 22px !important;
    margin: 0 !important;
    vertical-align: middle !important;
  }

  #main-nav .user-avatar--nav {
    width: 32px;
    height: 32px;
  }

  #usdnwallet {
    font-size: 12px;
  }

  .order-form .input-field.col {
    margin-bottom: 14px;
  }

  .order-form__short .input-field.col {
    min-height: 0;
  }

  .order-form .input-field > label,
  .order-form .input-field > label:not(.label-icon),
  .order-form .select-wrapper + label {
    display: block;
    max-width: calc(100% - 12px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.92rem;
  }

  .order-form .input-field > label.active,
  .order-form .input-field > label:not(.label-icon).active,
  .order-form .select-wrapper + label.active {
    max-width: calc(100% - 12px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .order-form__actions {
    justify-content: flex-start;
  }

  #paid_links,
  .orders-admin-stats-mobile-hidden {
    display: none !important;
  }

  .users-filter-mobile-hidden {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .digg_pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: auto;
    max-width: calc(100% - 84px);
    margin: 18px auto 0 !important;
    padding: 0;
  }

  .digg_pagination a,
  .digg_pagination span,
  .digg_pagination em {
    float: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    margin: 0;
    padding: 6px 10px;
    border-radius: 10px;
    line-height: 1;
    font-size: 15px;
    box-sizing: border-box;
  }

  .digg_pagination .page_info {
    width: 100%;
    margin-bottom: 4px;
    text-align: center;
  }

  .digg_pagination .previous_page,
  .digg_pagination .next_page {
    min-width: 56px;
    padding-left: 12px;
    padding-right: 12px;
  }

.digg_pagination .gap {
    min-width: 32px;
    min-height: 40px;
    padding-left: 0;
    padding-right: 0;
    border: 0;
  }
}

@media only screen and (max-width: 992px) {
  .order-show-page {
    padding: 12px !important;
  }

  .order-show-page #impotant_div {
    display: none !important;
  }

  .order-show-page .card {
    margin: 0 0 16px;
    border-radius: 18px;
    overflow: hidden;
  }

  .order-show-page .card.horizontal {
    display: flex;
    flex-direction: column;
  }

  .order-show-page .card.horizontal .card-image {
    max-width: none;
    width: 100%;
    margin: 0 !important;
    padding: 16px 16px 0;
  }

  .order-show-page .card.horizontal .card-stacked {
    max-width: 100%;
  }

  .order-show-page .card-content,
  .order-show-page .card-reveal {
    padding: 16px;
  }

  .order-show-page #order_thumb {
    display: block;
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: 0 auto;
    border-radius: 16px;
  }

  .order-show-page .order-show-page__summary.card.horizontal {
    display: flex;
    flex-direction: column;
  }

  .order-show-page .order-show-page__summary.card.horizontal .card-image {
    display: none;
  }

  .order-show-page .order-show-page__summary.card.horizontal .card-stacked {
    display: block;
    max-width: none;
  }

  .order-show-page .order-show-page__summary .card-content {
    padding-top: 14px;
  }

  .order-show-page .order-show-page__summary .order-show-page__intro {
    overflow: hidden;
    min-height: 120px;
  }

  .order-show-page .order-show-page__summary .order-show-page__intro-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    min-width: 0;
  }

  .order-show-page .order-show-page__summary .order-show-page__intro-poster {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
  }

  .order-show-page .order-show-page__summary .order-show-page__intro-date {
    color: #bdbdbd;
    font-size: 0.92rem;
    white-space: nowrap;
  }

  .order-show-page .order-show-page__summary .order-show-page__reply-icon {
    margin: 0 !important;
    float: none !important;
    flex: 0 0 auto;
  }

  .order-show-page .order-show-page__summary .order-show-page__intro + * {
    clear: both;
  }

  .order-show-page .order-show-page__summary-mobile {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .order-show-page .order-show-page__summary-desktop {
    display: none;
  }

  /* --- Variant A: compact header (thumb left + info right) --- */
  .order-show-page .order-show-page__mob-header {
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }

  .order-show-page .order-show-page__mob-thumb {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    object-fit: cover;
    border-radius: 12px;
    background: #dde6ec;
  }

  .order-show-page .order-show-page__mob-info {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .order-show-page .order-show-page__mob-title-row {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
  }

  .order-show-page .order-show-page__mob-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: #eef3f6;
    color: #546e7a;
  }
  .order-show-page .order-show-page__mob-icon .material-icons {
    font-size: 16px;
    line-height: 1;
  }
  .order-show-page .order-show-page__mob-icon--video {
    color: #8e24aa;
    background: rgba(156, 39, 176, 0.12);
  }

  .order-show-page .order-show-page__mob-number {
    font-size: 0.95rem;
    font-weight: 700;
    color: #14323d;
    line-height: 1.2;
  }

  .order-show-page .order-show-page__mob-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  .order-show-page .order-show-page__mob-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .order-show-page .order-show-page__mob-chip--type {
    color: #7b4f16;
    background: #fff1dc;
  }
  .order-show-page .order-show-page__mob-chip--pv2 {
    color: #0f766e;
    background: #e0f2f1;
  }
  .order-show-page .order-show-page__mob-chip--viewer {
    color: #1565c0;
    background: rgba(21, 101, 192, 0.12);
  }
  .order-show-page .order-show-page__mob-chip--calc {
    color: #6a1b9a;
    background: rgba(106, 27, 154, 0.12);
  }

  .order-show-page .order-show-page__mob-poster-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 2px;
  }

  .order-show-page .order-show-page__mob-comment-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border: 0;
    border-radius: 8px;
    background: rgba(66, 165, 245, 0.14);
    color: #1e88e5;
    box-shadow: none;
    padding: 0;
  }
  .order-show-page .order-show-page__mob-comment-btn .material-icons {
    font-size: 18px;
    line-height: 1;
  }

  .order-show-page .order-show-page__mob-poster {
    flex: 1 1 auto;
    min-width: 0;
  }
  .order-show-page .order-show-page__mob-poster .order-head-chip {
    max-width: 100%;
  }

  /* executors row */
  .order-show-page .order-show-page__mob-executors {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  /* detail rows */
  .order-show-page .order-show-page__mob-details {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .order-show-page .order-show-page__mob-row {
    display: flex;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid rgba(84, 110, 122, 0.10);
    background: #f9fbfc;
  }
  .order-show-page .order-show-page__mob-row--wide {
    flex-wrap: wrap;
    align-items: center;
  }

  .order-show-page .order-show-page__mob-row-cell {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1 1 0;
    text-decoration: none;
    color: inherit;
  }

  .order-show-page .order-show-page__mob-label {
    color: #78909c;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.2;
  }

  .order-show-page .order-show-page__mob-val {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.3;
    color: #24323a;
    overflow-wrap: anywhere;
  }
  .order-show-page .order-show-page__mob-val--phone {
    color: #1565c0;
  }

  /* other cases badge */
  .order-show-page .order-show-page__mob-cases-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #e8eaf6;
    color: #283593;
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
  }

  .order-show-page .order-show-page__mob-cases {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .order-show-page .order-head-chip {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    white-space: nowrap;
  }

  .order-show-page .order-head-chip .user-chip__label,
  .order-show-page .order-head-chip .user-chip__label a {
    display: inline-block;
    max-width: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
  }

  .order-show-page h5 {
    font-size: 1.45rem;
    line-height: 1.28;
  }

  .order-show-page p,
  .order-show-page span,
  .order-show-page a {
    overflow-wrap: anywhere;
  }

  .order-show-page__top-actions {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    padding: 0 2px;
  }

  .order-show-page__edit-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eef6f7;
    color: #0f7c86;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: 0 8px 18px rgba(15, 35, 48, 0.08);
  }

  .order-show-page__edit-link::before {
    content: "edit";
    font-family: "Material Icons";
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
  }

  .order-show-page #lifecycle_buttons {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .order-show-page #lifecycle_buttons > .col:first-child {
    width: 100% !important;
    flex: 0 0 100%;
  }

  .order-show-page #lifecycle_buttons > .col:last-child {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .order-show-page #lifecycle_buttons > .col,
  .order-show-page #lifecycle_buttons .col,
  .order-show-page #lifecycle_buttons .Column {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .order-show-page #lifecycle_buttons .btn,
  .order-show-page #lifecycle_buttons .btn-small,
  .order-show-page #lifecycle_buttons .btn-flat {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 10px;
    line-height: 1.15;
    white-space: normal;
    text-align: center;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.10);
    border: 0;
  }

  .order-show-page #lifecycle_buttons .btn.btn-primary.lifeb {
    background: linear-gradient(180deg, #5fbfc0 0%, #33a6a5 100%);
  }

  .order-show-page #lifecycle_buttons .btn.btn-primary.orange.darken-3.lifeb {
    background: linear-gradient(180deg, #ff9800 0%, #f57c00 100%);
  }

  .order-show-page #lifecycle_buttons .btn.btn-primary.red.lifeb {
    background: linear-gradient(180deg, #ef5350 0%, #e53935 100%);
  }

  .order-show-page #lifecycle_buttons .button_to {
    width: 100%;
  }

  .order-show-page .order-procedures-row {
    align-items: flex-start !important;
  }

  .order-show-page .order-procedures-row > .col,
  .order-show-page .order-procedures-row > span.col {
    width: 100% !important;
    flex: 0 0 100%;
  }

  .order-show-page .order-procedures-value {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
  }

  .order-show-page .order-procedures-value .order-soft-badge {
    max-width: 100%;
    min-height: 34px;
    padding: 7px 12px;
    font-size: 0.86rem;
    line-height: 1.2;
    white-space: normal;
  }

  .order-show-page .order-procedures-value .order-soft-badge .material-icons {
    flex: 0 0 auto;
    font-size: 17px;
  }

  .order-show-page .order-show-price-row > .col.s6,
  .order-show-page .order-show-price-row > span.col.s6 {
    width: 100% !important;
    flex: 0 0 100%;
  }

  .order-show-page .order-show-price-row .worker-access-info,
  .order-show-page .order-show-price-row .order-soft-badge--missing,
  .order-show-page .order-show-price-row .chip {
    max-width: 100%;
    white-space: normal;
  }

  .order-show-page .tabs,
  .order-show-page #tabs-comment {
    display: flex !important;
    flex-direction: row;
    height: auto;
    overflow: visible;
    border-bottom: 2px solid rgba(84, 110, 122, 0.12);
    margin-bottom: 0;
  }

  .order-show-page .tabs .indicator,
  .order-show-page #tabs-comment .indicator {
    display: none;
  }

  .order-show-page .tabs .tab,
  .order-show-page #tabs-comment .tab {
    flex: 1 1 0;
    width: auto !important;
    min-width: 0;
    height: auto;
    line-height: 1;
    border-bottom: none;
  }

  .order-show-page .tabs .tab a,
  .order-show-page #tabs-comment .tab a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-height: 52px;
    padding: 6px 4px;
    font-size: 0.65rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
    color: #78909c;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .order-show-page .tabs .tab a.active,
  .order-show-page #tabs-comment .tab a.active {
    color: #26a69a;
    border-bottom-color: #26a69a;
  }

  .order-show-page .order-show-page__tab-icon {
    display: inline-block;
    font-size: 22px;
    line-height: 1;
  }

  .order-show-page .tabs .tab a .order-show-page__tab-text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.6rem;
  }

  /* hide verbose inner spans on mobile tabs */
  .order-show-page .tabs .tab a .order-show-page__tab-text .hide-on-med-and-down,
  .order-show-page .tabs .tab a .order-show-page__tab-text .hide-on-large-only {
    display: none !important;
  }

  /* --- Upload previews: 3+ per row on mobile --- */
  .list_images {
    display: flex !important;
    flex-wrap: wrap;
    gap: 4px;
    float: none !important;
  }
  .list_images li {
    float: none !important;
    flex: 0 0 calc(33.33% - 3px);
    max-width: calc(33.33% - 3px);
  }
  .list_images li .image_preview_comment,
  .list_images li .image_preview {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1;
    object-fit: cover;
    margin: 0 !important;
    padding: 1px !important;
  }
  .upload-attachment-word {
    width: calc(33.33% - 6px) !important;
    max-width: calc(33.33% - 6px) !important;
    height: auto !important;
    min-height: 80px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .upload-attachment-word .prew-title,
  .upload-attachment-word .prew-basic {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
  .upload-attachment-word img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* comment files grid on mobile */
  .comment-files-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .comment-files-grid .upload-attachment-word {
    flex: 0 0 calc(50% - 3px);
    width: calc(50% - 3px) !important;
    max-width: calc(50% - 3px) !important;
    margin: 0 !important;
    overflow: hidden;
  }
  .comment-files-grid .upload-attachment-word .file-dl {
    display: block;
    font-size: 0.65rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
  }

  /* comment card content: prevent overflow on mobile */
  .card .card-content {
    overflow: hidden;
    max-width: 100%;
  }
  .card .card-content img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* --- Comment actions: icons only on mobile --- */
  .comment-card-action-label {
    display: none !important;
  }
  .comment-card-action-icon {
    font-size: 20px !important;
  }
  .comment-card-actions__links {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .comment-card-action-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.04);
  }

  /* download-zip link: icon only on mobile */
  .download-zip .attachment-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0;
  }
  .download-zip .attachment-link .material-icons {
    font-size: 22px !important;
  }

  .order-show-page #info,
  .order-show-page #estimates,
  .order-show-page #auction,
  .order-show-page #logs,
  .order-show-page #comments,
  .order-show-page #docs,
  .order-show-page .logs-container,
  .order-show-page .comments-container,
  .order-show-page .new-comment-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .order-show-page .collection-item {
    padding: 10px 14px !important;
  }

  .order-show-page .collection-item .row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 0;
  }

  .order-show-page .collection-item .row > .col,
  .order-show-page .collection-item .row > span.col {
    width: 50% !important;
    margin-left: 0 !important;
  }

  .order-show-page .order-info-row .row {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center !important;
    gap: 0 12px;
  }

  .order-show-page .order-info-row .row > .col,
  .order-show-page .order-info-row .row > span.col {
    width: auto !important;
  }

  .order-show-page .order-info-label,
  .order-show-page .order-info-label b {
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
  }

  .order-show-page .order-info-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px !important;
    min-height: 42px;
    margin: 0 !important;
    border-radius: 14px;
    background: #eef3f6;
    box-shadow: inset 0 0 0 1px rgba(84, 110, 122, 0.08);
  }

  .order-show-page .order-info-label::before {
    font-family: "Material Icons";
    font-size: 20px;
    line-height: 1;
    color: #607d8b;
  }

  .order-show-page .order-info-label--date::before { content: "event"; }
  .order-show-page .order-info-label--procedures::before { content: "fact_check"; }
  .order-show-page .order-info-label--notes::before { content: "edit_note"; }
  .order-show-page .order-info-label--price::before { content: "payments"; }
  .order-show-page .order-info-label--leaving::before { content: "route"; }
  .order-show-page .order-info-label--outsource::before { content: "inventory_2"; }
  .order-show-page .order-info-label--instruction::before { content: "domain"; }
  .order-show-page .order-info-label--uploads::before { content: "attachment"; }

  .order-show-page .order-info-value,
  .order-show-page .order-show-price-value,
  .order-show-page .order-procedures-value,
  .order-show-page .order-info-row--uploads .download-zip,
  .order-show-page .order-info-row--uploads .col.s5 {
    min-width: 0;
  }

  .order-show-page .order-info-row--date .order-info-value,
  .order-show-page .order-info-row--price .order-show-price-value,
  .order-show-page .order-info-row--leaving .order-show-price-value,
  .order-show-page .order-info-row--outsource .order-show-price-value,
  .order-show-page .order-info-row--instruction .order-show-price-value {
    justify-self: end;
    text-align: right;
    font-size: 1.02rem;
    font-weight: 700;
    color: #263238;
  }

  .order-show-page .order-info-row--date .order-show-price-row {
    grid-template-columns: minmax(168px, auto) minmax(0, 1fr);
    column-gap: 10px;
  }

  .order-show-page .order-info-row--inspection-location .order-show-price-row,
  .order-show-page .order-info-row--inspection-date .order-show-price-row,
  .order-show-page .order-info-row--inspection-time .order-show-price-row {
    grid-template-columns: minmax(168px, auto) minmax(0, 1fr);
    column-gap: 10px;
  }

  .order-show-page .order-info-label--date {
    justify-content: flex-start;
    gap: 8px;
    width: auto !important;
    padding: 0 12px;
    margin-left: 6px !important;
  }

  .order-show-page .order-info-label--date::before {
    content: none;
  }

  .order-show-page .order-info-label--date .material-icons {
    font-size: 18px;
    line-height: 1;
    color: #607d8b;
  }

  .order-show-page .order-info-label--date .order-info-label__text {
    display: inline-block;
    margin-left: 4px;
    font-size: 0.76rem;
    line-height: 1.2;
    color: #607d8b;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .order-show-page .order-info-label--with-text {
    justify-content: flex-start;
    gap: 8px;
    width: auto !important;
    padding: 0 12px;
    margin-left: 6px !important;
  }

  .order-show-page .order-info-label--with-text::before {
    content: none;
  }

  .order-show-page .order-info-label--with-text .material-icons {
    font-size: 18px;
    line-height: 1;
    color: #607d8b;
  }

  .order-show-page .order-info-label--with-text .order-info-label__text {
    display: inline-block;
    margin-left: 4px;
    font-size: 0.76rem;
    line-height: 1.2;
    color: #607d8b;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .order-show-page .order-info-row--notes .order-info-value,
  .order-show-page .order-info-row--procedures .order-procedures-value,
  .order-show-page .order-info-row--procedures .order-procedures-admin-tools,
  .order-show-page .order-info-row--uploads .download-zip,
  .order-show-page .order-info-row--uploads .col.s5 {
    justify-self: stretch;
    text-align: left;
  }

  .order-show-page .order-procedures-admin-tools {
    grid-column: 2;
    min-width: 0;
    margin-top: 6px;
  }

  .order-show-page .order-procedure-admin-note,
  .order-show-page .order-procedure-admin-card {
    padding: 12px;
    border-radius: 18px;
  }

  .order-show-page .order-procedure-admin-card__chips {
    gap: 6px;
  }

  .order-show-page .order-procedure-admin-chip {
    max-width: 100%;
    font-size: 0.82rem;
  }

  .order-show-page .order-show-price-unit {
    font-size: 0.82rem;
    font-weight: 600;
    color: #607d8b;
  }

  .order-show-page table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .order-show-page .order-show-mobile-hidden {
    display: none !important;
  }

  .order-show-page .order-show-price-item {
    padding: 8px 14px !important;
  }

  .order-show-page .order-show-price-row {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center !important;
    row-gap: 8px;
  }

  .order-show-page .order-show-price-row > .col,
  .order-show-page .order-show-price-row > span.col {
    margin-left: 0 !important;
  }

  .order-show-page .order-show-price-label {
    width: 42px !important;
    flex: none;
  }

  .order-show-page .order-show-price-value {
    width: auto !important;
    flex: none;
    text-align: right;
    font-size: 1.05rem;
    font-weight: 600;
    color: #263238;
  }

  .order-show-page .order-show-price-summary,
  .order-show-page .order-show-price-row > .col.s5,
  .order-show-page .order-show-price-row > span.col.s5 {
    width: 100% !important;
    flex: 0 0 100%;
  }

  .order-show-page .order-show-price-summary {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    grid-column: 2;
  }

  .order-show-page .order-show-price-item .badge,
  .order-show-page .order-show-price-item .new.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: none;
    margin-top: 6px;
  }

  .order-show-page .order-show-price-summary .badge,
  .order-show-page .order-show-price-summary .new.badge {
    margin-top: 0;
    background: rgba(84, 110, 122, 0.08) !important;
    color: #607d8b !important;
    font-size: 0.88rem;
    font-weight: 500;
    box-shadow: none;
    white-space: nowrap;
  }

  .order-show-page .order-show-price-flag {
    margin-left: auto;
  }

  .order-show-page .btn,
  .order-show-page .btn-small,
  .order-show-page .btn-flat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 14px;
    border: 0;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
  }

  .order-show-page .btn.btn-primary,
  .order-show-page .btn-small.btn-primary,
  .order-show-page .btn-flat.btn-primary,
  .order-show-page .btn.teal,
  .order-show-page .btn-small.teal,
  .order-show-page .btn-flat.teal {
    background: linear-gradient(180deg, #5fbfc0 0%, #33a6a5 100%);
  }

  .order-show-page .btn.orange,
  .order-show-page .btn-small.orange,
  .order-show-page .btn-flat.orange {
    background: linear-gradient(180deg, #ff9800 0%, #f57c00 100%);
  }

  .order-show-page .btn.red,
  .order-show-page .btn-small.red,
  .order-show-page .btn-flat.red {
    background: linear-gradient(180deg, #ef5350 0%, #e53935 100%);
  }

  .order-show-page .order-show-price-item .leaving-button.btn {
    display: inline-flex;
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }

  .order-show-page .order-show-mobile-finance-source {
    display: none !important;
  }

  .order-show-page .order-show-mobile-admin-finance {
    padding: 14px !important;
    border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(244, 247, 250, 0.98) 0%, rgba(238, 243, 246, 0.96) 100%);
    box-shadow:
      inset 0 0 0 1px rgba(84, 110, 122, 0.08),
      0 16px 34px rgba(15, 23, 42, 0.08);
  }

  .order-show-page .order-show-mobile-admin-finance__header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #607d8b;
  }

  .order-show-page .order-show-mobile-admin-finance__header .material-icons {
    font-size: 18px;
  }

  .order-show-page .order-show-mobile-admin-finance__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .order-show-page .order-show-mobile-admin-finance__card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: inset 0 0 0 1px rgba(84, 110, 122, 0.08);
  }

  .order-show-page .order-show-mobile-admin-finance__label {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #78909c;
  }

  .order-show-page .order-show-mobile-admin-finance__label .material-icons {
    font-size: 17px;
    color: #607d8b;
  }

  .order-show-page .order-show-mobile-admin-finance__label span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .order-show-page .order-show-mobile-admin-finance__value {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 6px;
    min-width: 0;
    font-size: 1.1rem;
    font-weight: 800;
    color: #263238;
  }

  .order-show-page .order-show-mobile-admin-finance__value .order-show-price-number {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .order-show-page .order-show-mobile-admin-finance__value .order-show-price-unit {
    flex: none;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .order-show-page .order-show-mobile-admin-finance__meta {
    min-height: 22px;
    padding: 4px 8px;
    border-radius: 10px;
    background: rgba(84, 110, 122, 0.08);
    color: #607d8b;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .order-show-page .order-show-mobile-admin-finance__meta-sep {
    opacity: 0.6;
    margin: 0 2px;
  }

  .order-show-page .order-show-mobile-admin-finance__action.btn {
    margin-top: 12px;
  }

  .order-show-page .order-auction-bid-form {
    width: 100%;
  }

  .order-show-page .order-auction-bid-form__wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.54);
  }

  .order-show-page .order-auction-bid-form__hint,
  .order-show-page .order-auction-bid-form__field,
  .order-show-page .order-auction-bid-form__action,
  .order-show-page .order-auction-bid-form__spacer {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .order-show-page .order-auction-bid-form__hint {
    min-height: 0;
  }

  .order-show-page .order-auction-bid-form__hint br,
  .order-show-page .order-auction-bid-form__spacer {
    display: none;
  }

  .order-show-page .order-auction-bid-form__check {
    display: block;
    width: 100% !important;
    min-height: 16px;
    text-align: center;
  }

  .order-show-page #input_bid {
    margin: 0 !important;
  }

  .order-show-page .order-auction-bid-form__submit {
    width: 100% !important;
    margin-top: 0 !important;
  }

  .order-show-page .attachment-link__text {
    display: none;
  }

  .order-show-page .attachment-link__count {
    margin-left: 4px;
  }
}

#spinner {
  position: fixed;
  inset: 0;
  z-index: 10050 !important;
}

#spinner .spinner-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

#spinner .spinner-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  transform: translate(-50%, -50%);
}

#spinner .lds-roller {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  transform: translate(-50%, -50%);
}

#spinner .lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 70px 70px;
}

#spinner .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #111;
  margin: -4px 0 0 -4px;
}

#spinner .lds-roller div:nth-child(1) { animation-delay: -0.036s; }
#spinner .lds-roller div:nth-child(1):after { top: 110px; left: 110px; }

#spinner .lds-roller div:nth-child(2) { animation-delay: -0.072s; }
#spinner .lds-roller div:nth-child(2):after { top: 119px; left: 97px; }

#spinner .lds-roller div:nth-child(3) { animation-delay: -0.108s; }
#spinner .lds-roller div:nth-child(3):after { top: 123px; left: 83px; }

#spinner .lds-roller div:nth-child(4) { animation-delay: -0.144s; }
#spinner .lds-roller div:nth-child(4):after { top: 125px; left: 70px; }

#spinner .lds-roller div:nth-child(5) { animation-delay: -0.18s; }
#spinner .lds-roller div:nth-child(5):after { top: 123px; left: 57px; }

#spinner .lds-roller div:nth-child(6) { animation-delay: -0.216s; }
#spinner .lds-roller div:nth-child(6):after { top: 119px; left: 43px; }

#spinner .lds-roller div:nth-child(7) { animation-delay: -0.252s; }
#spinner .lds-roller div:nth-child(7):after { top: 110px; left: 30px; }

#spinner .lds-roller div:nth-child(8) { animation-delay: -0.288s; }
#spinner .lds-roller div:nth-child(8):after { top: 97px; left: 21px; }

#spinner .spinner-logo-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62px;
  height: 62px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

#spinner #spinner-logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  animation: spinner-logo-pulse 1.4s ease-in-out infinite;
  filter: drop-shadow(0 0 8px rgba(255,255,255,0.35));
}

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

@keyframes spinner-logo-pulse {
  0% {
    transform: scale(0.88);
    opacity: 0.82;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
  100% {
    transform: scale(0.88);
    opacity: 0.82;
  }
}

.order-soft-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(84, 110, 122, 0.16);
  background: rgba(236, 242, 244, 0.96);
  color: #455a64;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.2;
  vertical-align: middle;
  white-space: nowrap;
}

.order-soft-badge .material-icons {
  font-size: 16px;
  line-height: 1;
}

.order-soft-badge--auction-total {
  background: rgba(233, 96, 86, 0.12);
  border-color: rgba(233, 96, 86, 0.2);
  color: #b85b55;
}

.order-soft-badge--auction-repair {
  background: rgba(0, 150, 136, 0.12);
  border-color: rgba(0, 150, 136, 0.2);
  color: #0f7d73;
}

.order-soft-badge--missing {
  display: inline-flex !important;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(233, 96, 86, 0.12) !important;
  border-color: rgba(233, 96, 86, 0.2) !important;
  color: #b85b55 !important;
}

.order-procedures-row .order-procedures-value > span[style*="color:red"],
.order-procedures-row .order-procedures-value > span[style*="color: red"] {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  padding: 5px 10px !important;
  border: 1px solid rgba(233, 96, 86, 0.2) !important;
  border-radius: 999px !important;
  background: rgba(233, 96, 86, 0.12) !important;
  color: #b85b55 !important;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.2;
}

.order-soft-badge--inspection {
  background: rgba(63, 81, 181, 0.11);
  border-color: rgba(63, 81, 181, 0.18);
  color: #4150a8;
}

.order-soft-badge--inspection-user {
  background: #5c6bc0;
  border-color: #4a59b4;
  color: #f6f8ff;
}

.order-soft-badge--calculation {
  background: rgba(255, 183, 77, 0.18);
  border-color: rgba(255, 183, 77, 0.28);
  color: #b56d16;
}

.order-soft-badge--calculation-user {
  background: #ff9800;
  border-color: #f08b00;
  color: #fff7eb;
}

.order-procedures-row .order-soft-badge--inspection,
.order-procedures-row .order-soft-badge--inspection-user,
.order-procedures-row .order-soft-badge--calculation,
.order-procedures-row .order-soft-badge--calculation-user {
  gap: 8px;
  min-height: 38px;
  padding: 8px 14px;
  border-width: 1px;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.25;
  box-shadow: 0 8px 18px rgba(49, 67, 84, 0.08);
}

.order-procedures-row .order-soft-badge--inspection .material-icons,
.order-procedures-row .order-soft-badge--inspection-user .material-icons,
.order-procedures-row .order-soft-badge--calculation .material-icons,
.order-procedures-row .order-soft-badge--calculation-user .material-icons {
  font-size: 18px;
}

.order-procedures-row .order-soft-badge--inspection {
  background: rgba(63, 81, 181, 0.15);
  border-color: rgba(63, 81, 181, 0.24);
  color: #3345ac;
}

.order-procedures-row .order-soft-badge--inspection-user {
  background: #4c5bc6;
  border-color: #3f51b5;
  color: #f6f8ff;
}

.order-procedures-row .order-soft-badge--calculation {
  background: rgba(255, 183, 77, 0.2);
  border-color: rgba(255, 183, 77, 0.3);
  color: #9e5a0d;
}

.order-procedures-row .order-soft-badge--calculation-user {
  background: #ff9800;
  border-color: #f08b00;
  color: #fff7eb;
}

.order-procedures-admin-tools {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.order-procedure-admin-note,
.order-procedure-admin-card {
  width: 100%;
  margin-top: 8px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(246, 249, 251, 0.9);
  box-shadow: inset 0 0 0 1px rgba(84, 110, 122, 0.1);
}

.order-procedure-admin-note > span[style*="color:red"],
.order-procedure-admin-note > span[style*="color: red"] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(233, 96, 86, 0.12) !important;
  color: #b85b55 !important;
}

.order-procedure-admin-card__header {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #607d8b;
}

.order-procedure-admin-card__header .material-icons {
  flex: 0 0 auto;
  font-size: 18px;
  color: #607d8b;
}

.order-procedure-admin-card__meta {
  margin-top: 8px;
  font-size: 0.84rem;
  line-height: 1.45;
  color: #78909c;
}

.order-procedure-admin-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.order-procedure-admin-chip {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(92, 107, 192, 0.12);
  border: 1px solid rgba(92, 107, 192, 0.18);
  color: #4150a8;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.order-procedure-admin-chip:hover,
.order-procedure-admin-chip:focus {
  background: rgba(92, 107, 192, 0.18);
  color: #3345ac;
}

.order-related-cases__mobile-list {
  display: none;
}

.order-show-desktop-hidden {
  display: none;
}

.order-related-case-card {
  border: 1px solid rgba(84, 110, 122, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  padding: 12px 14px;
  box-shadow: 0 6px 16px rgba(49, 67, 84, 0.06);
}

.order-related-case-card + .order-related-case-card {
  margin-top: 10px;
}

.order-related-case-card__header,
.order-related-case-card__main,
.order-related-case-card__status,
.order-related-case-card__meta {
  display: flex;
  align-items: center;
}

.order-related-case-card__header {
  justify-content: space-between;
  gap: 12px;
}

.order-related-case-card__main {
  min-width: 0;
  gap: 8px;
  flex: 1 1 auto;
}

.order-related-case-card__markers {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
}

.order-related-case-card__marker {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  display: inline-block;
}

.order-related-case-card__marker--inspection {
  background: #5c6bc0;
}

.order-related-case-card__marker--calculation {
  background: #ff9800;
}

.order-related-case-card__link {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.98rem;
  font-weight: 700;
}

.order-related-case-card__status {
  gap: 6px;
  flex: 0 0 auto;
  color: #455a64;
  font-size: 0.84rem;
  font-weight: 600;
}

.order-related-case-card__status .material-icons {
  font-size: 18px;
}

.order-related-case-card__title {
  margin-top: 8px;
  color: #263238;
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.35;
  word-break: break-word;
}

.order-related-case-card__type,
.order-related-case-card__estimate {
  margin-top: 6px;
  color: #546e7a;
  font-size: 0.84rem;
}

.order-related-case-card__meta {
  margin-top: 10px;
  flex-wrap: wrap;
  gap: 8px 12px;
  color: #37474f;
  font-size: 0.84rem;
}

.insurance-object-show-page {
  margin: 8px 0 18px;
}

.insurance-object-show-page__header,
.insurance-object-show-page__actions,
.insurance-object-order-card__mobile-top,
.insurance-object-order-card__mobile-state {
  display: flex;
  align-items: center;
}

.insurance-object-show-page__header {
  justify-content: space-between;
  gap: 12px;
}

.insurance-object-show-page__actions {
  gap: 14px;
  flex-wrap: wrap;
}

.insurance-object-show-page__back-link,
.insurance-object-show-page__edit-link {
  font-weight: 600;
}

.insurance-object-show-page__title {
  margin: 10px 0 16px;
}

.insurance-object-summary {
  border: 1px solid rgba(84, 110, 122, 0.14);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
}

.insurance-object-summary__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
}

.insurance-object-summary__row + .insurance-object-summary__row {
  border-top: 1px solid rgba(84, 110, 122, 0.12);
}

.insurance-object-summary__label {
  width: 32%;
  min-width: 120px;
  color: #546e7a;
  font-weight: 700;
}

.insurance-object-summary__value {
  flex: 1 1 auto;
  color: #263238;
}

.insurance-object-order-card__mobile {
  display: none;
}

.insurance-object-order-card__thumb {
  width: 100px;
  max-width: 100px;
  border-radius: 14px;
  display: block;
  object-fit: cover;
  vertical-align: middle;
}

.insurance-object-order-card__mobile-top {
  align-items: flex-start;
  gap: 12px;
}

.insurance-object-order-card__mobile-main {
  min-width: 0;
  flex: 1 1 auto;
}

.insurance-object-order-card__mobile-link {
  display: inline-block;
  margin-bottom: 8px;
  color: antiquewhite;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  word-break: break-word;
}

.insurance-object-order-card__mobile-row {
  margin-top: 6px;
  color: antiquewhite;
  font-size: 0.9rem;
}

.insurance-object-order-card__mobile-label {
  color: rgba(250, 235, 215, 0.74);
  font-weight: 600;
  margin-right: 6px;
}

.insurance-object-order-card__mobile-state {
  gap: 6px;
}

.insurance-object-order-card__mobile-car {
  margin-top: 10px;
  color: antiquewhite;
  font-size: 0.95rem;
  line-height: 1.35;
}

@media only screen and (max-width: 992px) {
  .order-related-cases__desktop {
    display: none !important;
  }

  .order-show-desktop-hidden,
  .order-related-cases__mobile-list {
    display: block !important;
  }

  .insurance-object-show-page__header {
    align-items: flex-start;
  }

  .insurance-object-show-page__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .insurance-object-show-page__title {
    font-size: 2rem;
    line-height: 1.15;
  }

  .insurance-object-summary__row {
    flex-direction: column;
    gap: 6px;
  }

  .insurance-object-summary__label {
    width: auto;
    min-width: 0;
  }

  .insurance-object-order-card__table {
    display: none;
  }

  .insurance-object-order-card__mobile {
    display: block;
    padding: 14px;
  }
}

#main-footer {
  margin: 28px 0 18px;
  padding: 16px 0 8px;
  border-top: 1px solid rgba(84, 110, 122, 0.16);
  color: #37474f;
}

.orders-table-scroll {
  width: 100%;
}

.orders-mobile-list {
  display: none;
}

.main-footer__meta,
.main-footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.main-footer__meta {
  font-size: 0.98rem;
  line-height: 1.45;
}

.main-footer__links {
  margin-top: 10px;
}

.main-footer__stats a,
.main-footer__links a {
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  .orders-table-scroll {
    display: none;
  }

  .orders-mobile-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0 0 16px;
  }

  .orders-mobile-card {
    padding: 14px;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    border: 1px solid rgba(84, 110, 122, 0.14);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  }

  .orders-mobile-card__legacy {
    margin-bottom: 12px;
  }

  .orders-mobile-card__legacy-head {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
  }

  .orders-mobile-card__legacy-status-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }

  .orders-mobile-card__legacy-status-icon .material-icons {
    font-size: 18px;
    line-height: 1;
  }

  .orders-mobile-card__legacy-link {
    display: block;
    min-width: 0;
    flex: 1 1 auto;
    color: #0f7c86;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .orders-mobile-card__legacy-vehicle {
    margin-top: 6px;
    color: #24323a;
    font-size: 0.95rem;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .orders-mobile-card__legacy-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
  }

  .orders-mobile-card__legacy-chip {
    display: inline-block;
    flex: 1 1 calc(50% - 3px);
    min-width: 0;
    max-width: 100%;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .orders-mobile-card__legacy-company {
    color: #0f766e;
    background: #e0f2f1;
  }

  .orders-mobile-card__legacy-oblast {
    color: #546e7a;
    background: #eceff1;
  }

  .orders-mobile-card__main {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }

  .orders-mobile-card__media-link {
    display: block;
  }

  .orders-mobile-card__img {
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 14px;
    object-fit: cover;
    background: #eceff1;
  }

  .orders-mobile-card__content {
    min-width: 0;
  }

  .orders-mobile-card__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  .orders-mobile-card__number {
    font-size: 1rem;
    font-weight: 700;
    color: #14323d;
    text-decoration: none;
  }

  .orders-mobile-card__state {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border: 1px solid rgba(84, 110, 122, 0.24);
    border-radius: 999px;
    font-size: 0.78rem;
    line-height: 1.2;
    color: #455a64;
    background: rgba(84, 110, 122, 0.06);
  }

  .orders-mobile-card__state .material-icons {
    font-size: 16px;
    line-height: 1;
  }

  .orders-mobile-card__title {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 6px;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.35;
    color: #24323a;
  }

  .orders-mobile-card__title-id {
    color: #607d8b;
    font-size: 0.82rem;
    font-weight: 500;
    line-height: 1.35;
  }

  .orders-mobile-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
  }

  .orders-mobile-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #eceff1;
    color: #37474f;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
  }

  .orders-mobile-card__badge--icon {
    min-width: 24px;
    padding: 2px 6px;
  }

  .orders-mobile-card__badge--icon .material-icons {
    font-size: 14px;
    line-height: 1;
  }

  .orders-mobile-card__badge--telegram {
    background: #fce4ec;
    color: #c2185b;
  }

  .orders-mobile-card__badge--inspection {
    background: rgba(63, 81, 181, 0.11);
    color: #4150a8;
  }

  .orders-mobile-card__badge--calculation {
    background: rgba(255, 183, 77, 0.18);
    color: #b56d16;
  }

  .orders-mobile-card__badge--pv2 {
    background: #e0f2f1;
    color: #00695c;
  }

  .orders-mobile-card__meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 10px;
  }

  .orders-mobile-card__meta--secondary {
    color: #607d8b;
  }

  .orders-mobile-card__meta-line {
    font-size: 0.9rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .orders-mobile-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
  }

  .orders-mobile-card__actions--single .orders-mobile-card__action-btn {
    width: 100%;
  }

  .orders-mobile-card__action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid rgba(84, 110, 122, 0.18);
    border-radius: 12px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    background: #ffffff;
    color: #37474f;
  }

  .orders-mobile-card__action-btn--primary {
    background: #546e7a;
    border-color: #546e7a;
    color: #fff;
  }

  .orders-mobile-card__action-btn .material-icons {
    font-size: 18px;
    line-height: 1;
  }

  .orders-mobile-card__comments .order-comments-wrapper {
    padding: 0;
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    transition: max-height 0.28s ease, padding-top 0.18s ease;
  }

  .orders-mobile-card__comments.is-open .order-comments-wrapper {
    padding-top: 12px;
  }

  body.orders-simple-view .orders-mobile-card {
    padding: 12px 14px;
  }

  body.orders-simple-view .orders-mobile-card__media,
  body.orders-simple-view .orders-mobile-card__badges,
  body.orders-simple-view .orders-mobile-card__meta--secondary,
  body.orders-simple-view .orders-mobile-card__comments,
  body.orders-simple-view .orders-mobile-card__action-btn--secondary {
    display: none !important;
  }

  body.orders-simple-view .orders-mobile-card__main {
    grid-template-columns: 1fr;
  }

  .orders-table-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin: 0 -12px 12px;
    padding: 0 12px 8px;
    scrollbar-gutter: stable;
  }

  .orders-table-scroll > table {
    min-width: 920px;
    margin-bottom: 0;
  }

  .digg_pagination--top {
    display: none !important;
  }

  #main-footer {
    margin-top: 24px;
    padding-top: 14px;
    padding-bottom: 18px;
  }

  .main-footer__meta,
  .main-footer__links {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .main-footer__meta {
    font-size: 0.95rem;
  }

  .main-footer__links a {
    font-size: 1rem;
    line-height: 1.4;
  }
}
/*!
 * Materialize v1.0.0 (http://materializecss.com)
 * Copyright 2014-2017 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */
.materialize-red {
  background-color: #e51c23 !important;
}

.materialize-red-text {
  color: #e51c23 !important;
}

.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

.materialize-red.darken-1 {
  background-color: #d0181e !important;
}

.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

.materialize-red.darken-2 {
  background-color: #b9151b !important;
}

.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

.materialize-red.darken-3 {
  background-color: #a21318 !important;
}

.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}

.red {
  background-color: #F44336 !important;
}

.red-text {
  color: #F44336 !important;
}

.red.lighten-5 {
  background-color: #FFEBEE !important;
}

.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}

.red.lighten-4 {
  background-color: #FFCDD2 !important;
}

.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}

.red.lighten-3 {
  background-color: #EF9A9A !important;
}

.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}

.red.lighten-2 {
  background-color: #E57373 !important;
}

.red-text.text-lighten-2 {
  color: #E57373 !important;
}

.red.lighten-1 {
  background-color: #EF5350 !important;
}

.red-text.text-lighten-1 {
  color: #EF5350 !important;
}

.red.darken-1 {
  background-color: #E53935 !important;
}

.red-text.text-darken-1 {
  color: #E53935 !important;
}

.red.darken-2 {
  background-color: #D32F2F !important;
}

.red-text.text-darken-2 {
  color: #D32F2F !important;
}

.red.darken-3 {
  background-color: #C62828 !important;
}

.red-text.text-darken-3 {
  color: #C62828 !important;
}

.red.darken-4 {
  background-color: #B71C1C !important;
}

.red-text.text-darken-4 {
  color: #B71C1C !important;
}

.red.accent-1 {
  background-color: #FF8A80 !important;
}

.red-text.text-accent-1 {
  color: #FF8A80 !important;
}

.red.accent-2 {
  background-color: #FF5252 !important;
}

.red-text.text-accent-2 {
  color: #FF5252 !important;
}

.red.accent-3 {
  background-color: #FF1744 !important;
}

.red-text.text-accent-3 {
  color: #FF1744 !important;
}

.red.accent-4 {
  background-color: #D50000 !important;
}

.red-text.text-accent-4 {
  color: #D50000 !important;
}

.pink {
  background-color: #e91e63 !important;
}

.pink-text {
  color: #e91e63 !important;
}

.pink.lighten-5 {
  background-color: #fce4ec !important;
}

.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}

.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}

.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}

.pink.lighten-2 {
  background-color: #f06292 !important;
}

.pink-text.text-lighten-2 {
  color: #f06292 !important;
}

.pink.lighten-1 {
  background-color: #ec407a !important;
}

.pink-text.text-lighten-1 {
  color: #ec407a !important;
}

.pink.darken-1 {
  background-color: #d81b60 !important;
}

.pink-text.text-darken-1 {
  color: #d81b60 !important;
}

.pink.darken-2 {
  background-color: #c2185b !important;
}

.pink-text.text-darken-2 {
  color: #c2185b !important;
}

.pink.darken-3 {
  background-color: #ad1457 !important;
}

.pink-text.text-darken-3 {
  color: #ad1457 !important;
}

.pink.darken-4 {
  background-color: #880e4f !important;
}

.pink-text.text-darken-4 {
  color: #880e4f !important;
}

.pink.accent-1 {
  background-color: #ff80ab !important;
}

.pink-text.text-accent-1 {
  color: #ff80ab !important;
}

.pink.accent-2 {
  background-color: #ff4081 !important;
}

.pink-text.text-accent-2 {
  color: #ff4081 !important;
}

.pink.accent-3 {
  background-color: #f50057 !important;
}

.pink-text.text-accent-3 {
  color: #f50057 !important;
}

.pink.accent-4 {
  background-color: #c51162 !important;
}

.pink-text.text-accent-4 {
  color: #c51162 !important;
}

.purple {
  background-color: #9c27b0 !important;
}

.purple-text {
  color: #9c27b0 !important;
}

.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}

.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}

.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}

.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}

.purple.lighten-1 {
  background-color: #ab47bc !important;
}

.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}

.purple.darken-1 {
  background-color: #8e24aa !important;
}

.purple-text.text-darken-1 {
  color: #8e24aa !important;
}

.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}

.purple.darken-3 {
  background-color: #6a1b9a !important;
}

.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}

.purple.darken-4 {
  background-color: #4a148c !important;
}

.purple-text.text-darken-4 {
  color: #4a148c !important;
}

.purple.accent-1 {
  background-color: #ea80fc !important;
}

.purple-text.text-accent-1 {
  color: #ea80fc !important;
}

.purple.accent-2 {
  background-color: #e040fb !important;
}

.purple-text.text-accent-2 {
  color: #e040fb !important;
}

.purple.accent-3 {
  background-color: #d500f9 !important;
}

.purple-text.text-accent-3 {
  color: #d500f9 !important;
}

.purple.accent-4 {
  background-color: #aa00ff !important;
}

.purple-text.text-accent-4 {
  color: #aa00ff !important;
}

.deep-purple {
  background-color: #673ab7 !important;
}

.deep-purple-text {
  color: #673ab7 !important;
}

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}

.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}

.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}

.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}

.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}

.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}

.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}

.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}

.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

.deep-purple.accent-3 {
  background-color: #651fff !important;
}

.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

.indigo {
  background-color: #3f51b5 !important;
}

.indigo-text {
  color: #3f51b5 !important;
}

.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}

.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}

.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}

.indigo.lighten-2 {
  background-color: #7986cb !important;
}

.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}

.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}

.indigo.darken-1 {
  background-color: #3949ab !important;
}

.indigo-text.text-darken-1 {
  color: #3949ab !important;
}

.indigo.darken-2 {
  background-color: #303f9f !important;
}

.indigo-text.text-darken-2 {
  color: #303f9f !important;
}

.indigo.darken-3 {
  background-color: #283593 !important;
}

.indigo-text.text-darken-3 {
  color: #283593 !important;
}

.indigo.darken-4 {
  background-color: #1a237e !important;
}

.indigo-text.text-darken-4 {
  color: #1a237e !important;
}

.indigo.accent-1 {
  background-color: #8c9eff !important;
}

.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

.indigo.accent-2 {
  background-color: #536dfe !important;
}

.indigo-text.text-accent-2 {
  color: #536dfe !important;
}

.indigo.accent-3 {
  background-color: #3d5afe !important;
}

.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

.indigo.accent-4 {
  background-color: #304ffe !important;
}

.indigo-text.text-accent-4 {
  color: #304ffe !important;
}

.blue {
  background-color: #2196F3 !important;
}

.blue-text {
  color: #2196F3 !important;
}

.blue.lighten-5 {
  background-color: #E3F2FD !important;
}

.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}

.blue.lighten-4 {
  background-color: #BBDEFB !important;
}

.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}

.blue.lighten-3 {
  background-color: #90CAF9 !important;
}

.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}

.blue.lighten-2 {
  background-color: #64B5F6 !important;
}

.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}

.blue.lighten-1 {
  background-color: #42A5F5 !important;
}

.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}

.blue.darken-1 {
  background-color: #1E88E5 !important;
}

.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}

.blue.darken-2 {
  background-color: #1976D2 !important;
}

.blue-text.text-darken-2 {
  color: #1976D2 !important;
}

.blue.darken-3 {
  background-color: #1565C0 !important;
}

.blue-text.text-darken-3 {
  color: #1565C0 !important;
}

.blue.darken-4 {
  background-color: #0D47A1 !important;
}

.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}

.blue.accent-1 {
  background-color: #82B1FF !important;
}

.blue-text.text-accent-1 {
  color: #82B1FF !important;
}

.blue.accent-2 {
  background-color: #448AFF !important;
}

.blue-text.text-accent-2 {
  color: #448AFF !important;
}

.blue.accent-3 {
  background-color: #2979FF !important;
}

.blue-text.text-accent-3 {
  color: #2979FF !important;
}

.blue.accent-4 {
  background-color: #2962FF !important;
}

.blue-text.text-accent-4 {
  color: #2962FF !important;
}

.light-blue {
  background-color: #03a9f4 !important;
}

.light-blue-text {
  color: #03a9f4 !important;
}

.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}

.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}

.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}

.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}

.light-blue.darken-1 {
  background-color: #039be5 !important;
}

.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}

.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}

.light-blue.darken-3 {
  background-color: #0277bd !important;
}

.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}

.light-blue.darken-4 {
  background-color: #01579b !important;
}

.light-blue-text.text-darken-4 {
  color: #01579b !important;
}

.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

.light-blue.accent-4 {
  background-color: #0091ea !important;
}

.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

.cyan {
  background-color: #00bcd4 !important;
}

.cyan-text {
  color: #00bcd4 !important;
}

.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}

.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}

.cyan.lighten-3 {
  background-color: #80deea !important;
}

.cyan-text.text-lighten-3 {
  color: #80deea !important;
}

.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}

.cyan.lighten-1 {
  background-color: #26c6da !important;
}

.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}

.cyan.darken-1 {
  background-color: #00acc1 !important;
}

.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}

.cyan.darken-2 {
  background-color: #0097a7 !important;
}

.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}

.cyan.darken-3 {
  background-color: #00838f !important;
}

.cyan-text.text-darken-3 {
  color: #00838f !important;
}

.cyan.darken-4 {
  background-color: #006064 !important;
}

.cyan-text.text-darken-4 {
  color: #006064 !important;
}

.cyan.accent-1 {
  background-color: #84ffff !important;
}

.cyan-text.text-accent-1 {
  color: #84ffff !important;
}

.cyan.accent-2 {
  background-color: #18ffff !important;
}

.cyan-text.text-accent-2 {
  color: #18ffff !important;
}

.cyan.accent-3 {
  background-color: #00e5ff !important;
}

.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

.teal {
  background-color: #009688 !important;
}

.teal-text {
  color: #009688 !important;
}

.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}

.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}

.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}

.teal.lighten-2 {
  background-color: #4db6ac !important;
}

.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}

.teal.lighten-1 {
  background-color: #26a69a !important;
}

.teal-text.text-lighten-1 {
  color: #26a69a !important;
}

.teal.darken-1 {
  background-color: #00897b !important;
}

.teal-text.text-darken-1 {
  color: #00897b !important;
}

.teal.darken-2 {
  background-color: #00796b !important;
}

.teal-text.text-darken-2 {
  color: #00796b !important;
}

.teal.darken-3 {
  background-color: #00695c !important;
}

.teal-text.text-darken-3 {
  color: #00695c !important;
}

.teal.darken-4 {
  background-color: #004d40 !important;
}

.teal-text.text-darken-4 {
  color: #004d40 !important;
}

.teal.accent-1 {
  background-color: #a7ffeb !important;
}

.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}

.teal.accent-2 {
  background-color: #64ffda !important;
}

.teal-text.text-accent-2 {
  color: #64ffda !important;
}

.teal.accent-3 {
  background-color: #1de9b6 !important;
}

.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

.teal.accent-4 {
  background-color: #00bfa5 !important;
}

.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

.green {
  background-color: #4CAF50 !important;
}

.green-text {
  color: #4CAF50 !important;
}

.green.lighten-5 {
  background-color: #E8F5E9 !important;
}

.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}

.green.lighten-4 {
  background-color: #C8E6C9 !important;
}

.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}

.green.lighten-3 {
  background-color: #A5D6A7 !important;
}

.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}

.green.lighten-2 {
  background-color: #81C784 !important;
}

.green-text.text-lighten-2 {
  color: #81C784 !important;
}

.green.lighten-1 {
  background-color: #66BB6A !important;
}

.green-text.text-lighten-1 {
  color: #66BB6A !important;
}

.green.darken-1 {
  background-color: #43A047 !important;
}

.green-text.text-darken-1 {
  color: #43A047 !important;
}

.green.darken-2 {
  background-color: #388E3C !important;
}

.green-text.text-darken-2 {
  color: #388E3C !important;
}

.green.darken-3 {
  background-color: #2E7D32 !important;
}

.green-text.text-darken-3 {
  color: #2E7D32 !important;
}

.green.darken-4 {
  background-color: #1B5E20 !important;
}

.green-text.text-darken-4 {
  color: #1B5E20 !important;
}

.green.accent-1 {
  background-color: #B9F6CA !important;
}

.green-text.text-accent-1 {
  color: #B9F6CA !important;
}

.green.accent-2 {
  background-color: #69F0AE !important;
}

.green-text.text-accent-2 {
  color: #69F0AE !important;
}

.green.accent-3 {
  background-color: #00E676 !important;
}

.green-text.text-accent-3 {
  color: #00E676 !important;
}

.green.accent-4 {
  background-color: #00C853 !important;
}

.green-text.text-accent-4 {
  color: #00C853 !important;
}

.light-green {
  background-color: #8bc34a !important;
}

.light-green-text {
  color: #8bc34a !important;
}

.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}

.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}

.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}

.light-green.lighten-2 {
  background-color: #aed581 !important;
}

.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}

.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}

.light-green.darken-1 {
  background-color: #7cb342 !important;
}

.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}

.light-green.darken-2 {
  background-color: #689f38 !important;
}

.light-green-text.text-darken-2 {
  color: #689f38 !important;
}

.light-green.darken-3 {
  background-color: #558b2f !important;
}

.light-green-text.text-darken-3 {
  color: #558b2f !important;
}

.light-green.darken-4 {
  background-color: #33691e !important;
}

.light-green-text.text-darken-4 {
  color: #33691e !important;
}

.light-green.accent-1 {
  background-color: #ccff90 !important;
}

.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}

.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}

.light-green.accent-3 {
  background-color: #76ff03 !important;
}

.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

.light-green.accent-4 {
  background-color: #64dd17 !important;
}

.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

.lime {
  background-color: #cddc39 !important;
}

.lime-text {
  color: #cddc39 !important;
}

.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}

.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}

.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}

.lime.lighten-2 {
  background-color: #dce775 !important;
}

.lime-text.text-lighten-2 {
  color: #dce775 !important;
}

.lime.lighten-1 {
  background-color: #d4e157 !important;
}

.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}

.lime.darken-1 {
  background-color: #c0ca33 !important;
}

.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}

.lime.darken-2 {
  background-color: #afb42b !important;
}

.lime-text.text-darken-2 {
  color: #afb42b !important;
}

.lime.darken-3 {
  background-color: #9e9d24 !important;
}

.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}

.lime.darken-4 {
  background-color: #827717 !important;
}

.lime-text.text-darken-4 {
  color: #827717 !important;
}

.lime.accent-1 {
  background-color: #f4ff81 !important;
}

.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}

.lime.accent-2 {
  background-color: #eeff41 !important;
}

.lime-text.text-accent-2 {
  color: #eeff41 !important;
}

.lime.accent-3 {
  background-color: #c6ff00 !important;
}

.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}

.lime.accent-4 {
  background-color: #aeea00 !important;
}

.lime-text.text-accent-4 {
  color: #aeea00 !important;
}

.yellow {
  background-color: #ffeb3b !important;
}

.yellow-text {
  color: #ffeb3b !important;
}

.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}

.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}

.yellow.lighten-3 {
  background-color: #fff59d !important;
}

.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}

.yellow.lighten-2 {
  background-color: #fff176 !important;
}

.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}

.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}

.yellow.darken-1 {
  background-color: #fdd835 !important;
}

.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}

.yellow.darken-2 {
  background-color: #fbc02d !important;
}

.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}

.yellow.darken-3 {
  background-color: #f9a825 !important;
}

.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

.yellow.darken-4 {
  background-color: #f57f17 !important;
}

.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}

.yellow.accent-1 {
  background-color: #ffff8d !important;
}

.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}

.yellow.accent-2 {
  background-color: #ffff00 !important;
}

.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}

.yellow.accent-3 {
  background-color: #ffea00 !important;
}

.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}

.yellow.accent-4 {
  background-color: #ffd600 !important;
}

.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}

.amber {
  background-color: #ffc107 !important;
}

.amber-text {
  color: #ffc107 !important;
}

.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}

.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}

.amber.lighten-3 {
  background-color: #ffe082 !important;
}

.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}

.amber.lighten-2 {
  background-color: #ffd54f !important;
}

.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}

.amber.lighten-1 {
  background-color: #ffca28 !important;
}

.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}

.amber.darken-1 {
  background-color: #ffb300 !important;
}

.amber-text.text-darken-1 {
  color: #ffb300 !important;
}

.amber.darken-2 {
  background-color: #ffa000 !important;
}

.amber-text.text-darken-2 {
  color: #ffa000 !important;
}

.amber.darken-3 {
  background-color: #ff8f00 !important;
}

.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}

.amber.darken-4 {
  background-color: #ff6f00 !important;
}

.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}

.amber.accent-1 {
  background-color: #ffe57f !important;
}

.amber-text.text-accent-1 {
  color: #ffe57f !important;
}

.amber.accent-2 {
  background-color: #ffd740 !important;
}

.amber-text.text-accent-2 {
  color: #ffd740 !important;
}

.amber.accent-3 {
  background-color: #ffc400 !important;
}

.amber-text.text-accent-3 {
  color: #ffc400 !important;
}

.amber.accent-4 {
  background-color: #ffab00 !important;
}

.amber-text.text-accent-4 {
  color: #ffab00 !important;
}

.orange {
  background-color: #ff9800 !important;
}

.orange-text {
  color: #ff9800 !important;
}

.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}

.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}

.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}

.orange.lighten-2 {
  background-color: #ffb74d !important;
}

.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}

.orange.lighten-1 {
  background-color: #ffa726 !important;
}

.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}

.orange.darken-1 {
  background-color: #fb8c00 !important;
}

.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}

.orange.darken-2 {
  background-color: #f57c00 !important;
}

.orange-text.text-darken-2 {
  color: #f57c00 !important;
}

.orange.darken-3 {
  background-color: #ef6c00 !important;
}

.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}

.orange.darken-4 {
  background-color: #e65100 !important;
}

.orange-text.text-darken-4 {
  color: #e65100 !important;
}

.orange.accent-1 {
  background-color: #ffd180 !important;
}

.orange-text.text-accent-1 {
  color: #ffd180 !important;
}

.orange.accent-2 {
  background-color: #ffab40 !important;
}

.orange-text.text-accent-2 {
  color: #ffab40 !important;
}

.orange.accent-3 {
  background-color: #ff9100 !important;
}

.orange-text.text-accent-3 {
  color: #ff9100 !important;
}

.orange.accent-4 {
  background-color: #ff6d00 !important;
}

.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}

.deep-orange {
  background-color: #ff5722 !important;
}

.deep-orange-text {
  color: #ff5722 !important;
}

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}

.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}

.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}

.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}

.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}

.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}

.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}

.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}

.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}

.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}

.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}

.brown {
  background-color: #795548 !important;
}

.brown-text {
  color: #795548 !important;
}

.brown.lighten-5 {
  background-color: #efebe9 !important;
}

.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}

.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}

.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}

.brown.lighten-2 {
  background-color: #a1887f !important;
}

.brown-text.text-lighten-2 {
  color: #a1887f !important;
}

.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}

.brown.darken-1 {
  background-color: #6d4c41 !important;
}

.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}

.brown.darken-2 {
  background-color: #5d4037 !important;
}

.brown-text.text-darken-2 {
  color: #5d4037 !important;
}

.brown.darken-3 {
  background-color: #4e342e !important;
}

.brown-text.text-darken-3 {
  color: #4e342e !important;
}

.brown.darken-4 {
  background-color: #3e2723 !important;
}

.brown-text.text-darken-4 {
  color: #3e2723 !important;
}

.blue-grey {
  background-color: #607d8b !important;
}

.blue-grey-text {
  color: #607d8b !important;
}

.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

.blue-grey.darken-3 {
  background-color: #37474f !important;
}

.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

.blue-grey.darken-4 {
  background-color: #263238 !important;
}

.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

.grey {
  background-color: #9e9e9e !important;
}

.grey-text {
  color: #9e9e9e !important;
}

.grey.lighten-5 {
  background-color: #fafafa !important;
}

.grey-text.text-lighten-5 {
  color: #fafafa !important;
}

.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}

.grey.lighten-3 {
  background-color: #eeeeee !important;
}

.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}

.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}

.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}

.grey.darken-1 {
  background-color: #757575 !important;
}

.grey-text.text-darken-1 {
  color: #757575 !important;
}

.grey.darken-2 {
  background-color: #616161 !important;
}

.grey-text.text-darken-2 {
  color: #616161 !important;
}

.grey.darken-3 {
  background-color: #424242 !important;
}

.grey-text.text-darken-3 {
  color: #424242 !important;
}

.grey.darken-4 {
  background-color: #212121 !important;
}

.grey-text.text-darken-4 {
  color: #212121 !important;
}

.black {
  background-color: #000000 !important;
}

.black-text {
  color: #000000 !important;
}

.white {
  background-color: #FFFFFF !important;
}

.white-text {
  color: #FFFFFF !important;
}

.transparent {
  background-color: transparent !important;
}

.transparent-text {
  color: transparent !important;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

ul:not(.browser-default) > li {
  list-style-type: none;
}

a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.valign-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.clearfix {
  clear: both;
}

.z-depth-0 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* 2dp elevation modified*/
.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible, .sidenav {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-small:hover, .btn-floating:hover {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/
.z-depth-2 {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/
.z-depth-3 {
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */
.z-depth-4 {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */
.z-depth-5, .modal {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

.hoverable {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
}

.hoverable:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}

i {
  line-height: inherit;
}

i.left {
  float: left;
  margin-right: 15px;
}

i.right {
  float: right;
  margin-left: 15px;
}

i.tiny {
  font-size: 1rem;
}

i.small {
  font-size: 2rem;
}

i.medium {
  font-size: 4rem;
}

i.large {
  font-size: 6rem;
}

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}

.pagination li.active a {
  color: #fff;
}

.pagination li.active {
  background-color: #ee6e73;
}

.pagination li.disabled a {
  cursor: default;
  color: #999;
}

.pagination li i {
  font-size: 2rem;
}

.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%;
  }
  .pagination li.prev,
  .pagination li.next {
    width: 10%;
  }
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}

.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb i,
.breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}

.breadcrumb:before {
  content: '\E5CC';
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}

.breadcrumb:first-child:before {
  display: none;
}

.breadcrumb:last-child {
  color: #fff;
}

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pin-top, .pin-bottom {
  position: relative;
}

.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0;
}

.fade-in {
  opacity: 0;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}

@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center;
  }
}

.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ee6e73;
}

.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

table, th, td {
  border: none;
}

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

table.striped tr {
  border-bottom: none;
}

table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}

table.striped > tbody > tr > td {
  border-radius: 0;
}

table.highlight > tbody > tr {
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}

table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}

.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}

.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}

.collection .collection-item.avatar .title {
  font-size: 16px;
}

.collection .collection-item.avatar p {
  margin: 0;
}

.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

.collection .collection-item:last-child {
  border-bottom: none;
}

.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}

.collection .collection-item.active .secondary-content {
  color: #fff;
}

.collection a.collection-item {
  display: block;
  -webkit-transition: .25s;
  transition: .25s;
  color: #26a69a;
}

.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

.collection.with-header .collection-item {
  padding-left: 30px;
}

.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

.secondary-content {
  float: right;
  color: #26a69a;
}

.collapsible .collection {
  margin: 0;
  border: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}

.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  -webkit-transition: width .3s linear;
  transition: width .3s linear;
}

.progress .indeterminate {
  background-color: #26a69a;
}

.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
          animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

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

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

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

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

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

.center, .center-align {
  text-align: center;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.no-select, input[type=range],
input[type=range] + .thumb {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.circle {
  border-radius: 50%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-padding {
  padding: 0 !important;
}

span.badge {
  min-width: 3rem;
  padding: 0 6px;
  margin-left: 14px;
  text-align: center;
  font-size: 1rem;
  line-height: 22px;
  height: 22px;
  color: #757575;
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #26a69a;
  border-radius: 2px;
}

span.badge.new:after {
  content: " new";
}

span.badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption);
}

nav ul a span.badge {
  display: inline-block;
  float: none;
  margin-left: 4px;
  line-height: 22px;
  height: 22px;
  -webkit-font-smoothing: auto;
}

.collection-item span.badge {
  margin-top: calc(0.75rem - 11px);
}

.collapsible span.badge {
  margin-left: auto;
}

.sidenav span.badge {
  margin-top: calc(24px - 11px);
}

table span.badge {
  display: inline-block;
  float: none;
  margin-left: auto;
}

/* This is needed for some mobile phones to display the Google Icon font properly */
.material-icons {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga';
     -moz-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
  }
}

@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
}

.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.no-pad {
  padding: 0;
}

.section.no-pad-bot {
  padding-bottom: 0;
}

.section.no-pad-top {
  padding-top: 0;
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}

.row .col[class*="push-"], .row .col[class*="pull-"] {
  position: relative;
}

.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}

.row .col.pull-s1 {
  right: 8.3333333333%;
}

.row .col.push-s1 {
  left: 8.3333333333%;
}

.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}

.row .col.pull-s2 {
  right: 16.6666666667%;
}

.row .col.push-s2 {
  left: 16.6666666667%;
}

.row .col.offset-s3 {
  margin-left: 25%;
}

.row .col.pull-s3 {
  right: 25%;
}

.row .col.push-s3 {
  left: 25%;
}

.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}

.row .col.pull-s4 {
  right: 33.3333333333%;
}

.row .col.push-s4 {
  left: 33.3333333333%;
}

.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}

.row .col.pull-s5 {
  right: 41.6666666667%;
}

.row .col.push-s5 {
  left: 41.6666666667%;
}

.row .col.offset-s6 {
  margin-left: 50%;
}

.row .col.pull-s6 {
  right: 50%;
}

.row .col.push-s6 {
  left: 50%;
}

.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}

.row .col.pull-s7 {
  right: 58.3333333333%;
}

.row .col.push-s7 {
  left: 58.3333333333%;
}

.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}

.row .col.pull-s8 {
  right: 66.6666666667%;
}

.row .col.push-s8 {
  left: 66.6666666667%;
}

.row .col.offset-s9 {
  margin-left: 75%;
}

.row .col.pull-s9 {
  right: 75%;
}

.row .col.push-s9 {
  left: 75%;
}

.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}

.row .col.pull-s10 {
  right: 83.3333333333%;
}

.row .col.push-s10 {
  left: 83.3333333333%;
}

.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}

.row .col.pull-s11 {
  right: 91.6666666667%;
}

.row .col.push-s11 {
  left: 91.6666666667%;
}

.row .col.offset-s12 {
  margin-left: 100%;
}

.row .col.pull-s12 {
  right: 100%;
}

.row .col.push-s12 {
  left: 100%;
}

@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}

@media only screen and (min-width: 993px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}

@media only screen and (min-width: 1201px) {
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}

nav {
  color: #fff;
  background-color: #ee6e73;
  width: 100%;
  height: 56px;
  line-height: 56px;
}

nav.nav-extended {
  height: auto;
}

nav.nav-extended .nav-wrapper {
  min-height: 56px;
  height: auto;
}

nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}

nav a {
  color: #fff;
}

nav i,
nav [class^="mdi-"], nav [class*="mdi-"],
nav i.material-icons {
  display: block;
  font-size: 24px;
  height: 56px;
  line-height: 56px;
}

nav .nav-wrapper {
  position: relative;
  height: 100%;
}

@media only screen and (min-width: 993px) {
  nav a.sidenav-trigger {
    display: none;
  }
}

nav .sidenav-trigger {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}

nav .sidenav-trigger i {
  height: 56px;
  line-height: 56px;
}

nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
}

nav .brand-logo.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 992px) {
  nav .brand-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  nav .brand-logo.left, nav .brand-logo.right {
    padding: 0;
    -webkit-transform: none;
            transform: none;
  }
  nav .brand-logo.left {
    left: 0.5rem;
  }
  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}

nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}

nav .brand-logo i,
nav .brand-logo [class^="mdi-"], nav .brand-logo [class*="mdi-"],
nav .brand-logo i.material-icons {
  float: left;
  margin-right: 15px;
}

nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}

nav ul {
  margin: 0;
}

nav ul li {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  float: left;
  padding: 0;
}

nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}

nav ul a {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  font-size: 1rem;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}

nav ul a.btn, nav ul a.btn-large, nav ul a.btn-small, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}

nav ul a.btn > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-small > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-flat > .material-icons, nav ul a.btn-floating > .material-icons {
  height: inherit;
  line-height: inherit;
}

nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

nav ul.left {
  float: left;
}

nav form {
  height: 100%;
}

nav .input-field {
  margin: 0;
  height: 100%;
}

nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}

nav .input-field input:focus, nav .input-field input[type=text]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=url]:valid, nav .input-field input[type=date]:valid {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

nav .input-field label {
  top: 0;
  left: 0;
}

nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: color .3s;
  transition: color .3s;
}

nav .input-field label.active i {
  color: #fff;
}

.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}

.navbar-fixed nav {
  position: fixed;
}

@media only screen and (min-width: 601px) {
  nav.nav-extended .nav-wrapper {
    min-height: 64px;
  }
  nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 64px;
    line-height: 64px;
  }
  .navbar-fixed {
    height: 64px;
  }
}

a {
  text-decoration: none;
}

html {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.3;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}

h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.3733333333rem 0 1.424rem 0;
}

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.9466666667rem 0 1.168rem 0;
}

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 0.656rem 0;
}

h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.7666666667rem 0 0.46rem 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

small {
  font-size: 75%;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 200;
}

@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 390px) {
  .flow-text {
    font-size: 1.224rem;
  }
}

@media only screen and (min-width: 420px) {
  .flow-text {
    font-size: 1.248rem;
  }
}

@media only screen and (min-width: 450px) {
  .flow-text {
    font-size: 1.272rem;
  }
}

@media only screen and (min-width: 480px) {
  .flow-text {
    font-size: 1.296rem;
  }
}

@media only screen and (min-width: 510px) {
  .flow-text {
    font-size: 1.32rem;
  }
}

@media only screen and (min-width: 540px) {
  .flow-text {
    font-size: 1.344rem;
  }
}

@media only screen and (min-width: 570px) {
  .flow-text {
    font-size: 1.368rem;
  }
}

@media only screen and (min-width: 600px) {
  .flow-text {
    font-size: 1.392rem;
  }
}

@media only screen and (min-width: 630px) {
  .flow-text {
    font-size: 1.416rem;
  }
}

@media only screen and (min-width: 660px) {
  .flow-text {
    font-size: 1.44rem;
  }
}

@media only screen and (min-width: 690px) {
  .flow-text {
    font-size: 1.464rem;
  }
}

@media only screen and (min-width: 720px) {
  .flow-text {
    font-size: 1.488rem;
  }
}

@media only screen and (min-width: 750px) {
  .flow-text {
    font-size: 1.512rem;
  }
}

@media only screen and (min-width: 780px) {
  .flow-text {
    font-size: 1.536rem;
  }
}

@media only screen and (min-width: 810px) {
  .flow-text {
    font-size: 1.56rem;
  }
}

@media only screen and (min-width: 840px) {
  .flow-text {
    font-size: 1.584rem;
  }
}

@media only screen and (min-width: 870px) {
  .flow-text {
    font-size: 1.608rem;
  }
}

@media only screen and (min-width: 900px) {
  .flow-text {
    font-size: 1.632rem;
  }
}

@media only screen and (min-width: 930px) {
  .flow-text {
    font-size: 1.656rem;
  }
}

@media only screen and (min-width: 960px) {
  .flow-text {
    font-size: 1.68rem;
  }
}

@media only screen and (max-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}

.scale-transition {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63), -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}

.scale-transition.scale-out {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .2s !important;
  transition: -webkit-transform .2s !important;
  transition: transform .2s !important;
  transition: transform .2s, -webkit-transform .2s !important;
}

.scale-transition.scale-in {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.card-panel {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  padding: 24px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}

.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  border-radius: 2px;
}

.card .card-title {
  font-size: 24px;
  font-weight: 300;
}

.card .card-title.activator {
  cursor: pointer;
}

.card.small, .card.medium, .card.large {
  position: relative;
}

.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}

.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
  max-height: 40%;
}

.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}

.card.small .card-action, .card.medium .card-action, .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card.small {
  height: 300px;
}

.card.medium {
  height: 400px;
}

.card.large {
  height: 500px;
}

.card.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}

.card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
  height: 100%;
}

.card.horizontal .card-image {
  max-width: 50%;
}

.card.horizontal .card-image img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
}

.card.horizontal .card-stacked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.card.horizontal .card-stacked .card-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.card.sticky-action .card-action {
  z-index: 2;
}

.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}

.card .card-image {
  position: relative;
}

.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}

.card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}

.card .card-content p {
  margin: 0;
}

.card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
}

.card .card-content .card-title i {
  line-height: 32px;
}

.card .card-action {
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  position: relative;
  padding: 16px 24px;
}

.card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 24px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  text-transform: uppercase;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}

.card .card-reveal {
  padding: 24px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}

@media only screen and (max-width: 600px) {
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}

@media only screen and (min-width: 993px) {
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}

.toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: default;
}

.toast .toast-action {
  color: #eeff41;
  font-weight: 500;
  margin-right: -25px;
  margin-left: 3rem;
}

.toast.rounded {
  border-radius: 24px;
}

@media only screen and (max-width: 600px) {
  .toast {
    width: 100%;
    border-radius: 0;
  }
}

.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}

.tabs.tabs-transparent {
  background-color: transparent;
}

.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}

.tabs.tabs-transparent .indicator {
  background-color: #fff;
}

.tabs.tabs-fixed-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tabs.tabs-fixed-width .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.tabs .tab a {
  color: rgba(238, 110, 115, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color .28s ease, background-color .28s ease;
  transition: color .28s ease, background-color .28s ease;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
  background-color: rgba(246, 178, 181, 0.2);
  outline: none;
}

.tabs .tab a:hover, .tabs .tab a.active {
  background-color: transparent;
  color: #ee6e73;
}

.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  color: rgba(238, 110, 115, 0.4);
  cursor: default;
}

.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #f6b2b5;
  will-change: left, right;
}

@media only screen and (max-width: 992px) {
  .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tabs .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .tabs .tab a {
    padding: 0 12px;
  }
}

.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: #323232;
}

.backdrop {
  position: absolute;
  opacity: 0;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  visibility: hidden;
}

.btn, .btn-large, .btn-small,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

.btn.disabled, .disabled.btn-large, .disabled.btn-small,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}

.btn.disabled:hover, .disabled.btn-large:hover, .disabled.btn-small:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

.btn, .btn-large, .btn-small,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat {
  font-size: 14px;
  outline: 0;
}

.btn i, .btn-large i, .btn-small i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

.btn:focus, .btn-large:focus, .btn-small:focus,
.btn-floating:focus {
  background-color: #1d7d74;
}

.btn, .btn-large, .btn-small {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  cursor: pointer;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
  background-color: #2bbbad;
}

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer;
  vertical-align: middle;
}

.btn-floating:hover {
  background-color: #26a69a;
}

.btn-floating:before {
  border-radius: 0;
}

.btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}

.btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}

.btn-floating.btn-large i {
  line-height: 56px;
}

.btn-floating.btn-small {
  width: 32.4px;
  height: 32.4px;
}

.btn-floating.btn-small.halfway-fab {
  bottom: -16.2px;
}

.btn-floating.btn-small i {
  line-height: 32.4px;
}

.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}

.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}

.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

button.btn-floating {
  border: none;
}

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}

.fixed-action-btn.active ul {
  visibility: visible;
}

.fixed-action-btn.direction-left, .fixed-action-btn.direction-right {
  padding: 0 0 0 15px;
}

.fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  left: auto;
  /*width 100% only goes to width of button container */
  width: 500px;
}

.fixed-action-btn.direction-left ul li, .fixed-action-btn.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}

.fixed-action-btn.direction-right {
  padding: 0 15px 0 0;
}

.fixed-action-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}

.fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}

.fixed-action-btn.direction-bottom {
  padding: 0 0 15px 0;
}

.fixed-action-btn.direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0 0;
}

.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}

.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}

.fixed-action-btn.toolbar ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.fixed-action-btn.toolbar ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  -webkit-transition: none;
  transition: none;
}

.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}

.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}

.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}

.fixed-action-btn ul li {
  margin-bottom: 15px;
}

.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.btn-flat {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.btn-flat:focus, .btn-flat:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-flat:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-flat.disabled, .btn-flat.btn-flat[disabled] {
  background-color: transparent !important;
  color: #b3b2b2 !important;
  cursor: default;
}

.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}

.btn-large i {
  font-size: 1.6rem;
}

.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}

.btn-small i {
  font-size: 1.2rem;
}

.btn-block {
  display: block;
}

.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.dropdown-content:focus {
  outline: 0;
}

.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}

.dropdown-content li:hover, .dropdown-content li.active {
  background-color: #eee;
}

.dropdown-content li:focus {
  outline: none;
}

.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}

.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

body.keyboard-focused .dropdown-content li:focus {
  background-color: #dadada;
}

.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
  -webkit-transform: none;
          transform: none;
}

.dropdown-trigger {
  cursor: pointer;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

.waves-effect img {
  position: relative;
  z-index: -1;
}

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}

.modal:focus {
  outline: none;
}

@media only screen and (max-width: 992px) {
  .modal {
    width: 80%;
  }
}

.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 0;
}

.modal .modal-content {
  padding: 24px;
}

.modal .modal-close {
  cursor: pointer;
}

.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}

.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-small, .modal .modal-footer .btn-flat {
  margin: 6px 0;
}

.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}

.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}

.collapsible-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.collapsible-header:focus {
  outline: 0;
}

.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}

.keyboard-focused .collapsible-header:focus {
  background-color: #eee;
}

.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem;
}

.sidenav .collapsible,
.sidenav.fixed .collapsible {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sidenav .collapsible li,
.sidenav.fixed .collapsible li {
  padding: 0;
}

.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}

.sidenav .collapsible-header:hover,
.sidenav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.sidenav .collapsible-header i,
.sidenav.fixed .collapsible-header i {
  line-height: inherit;
}

.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}

.sidenav .collapsible-body li a,
.sidenav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}

.collapsible.popout {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.collapsible.popout > li {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.collapsible.popout > li.active {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}

.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}

.chip:focus {
  outline: none;
  background-color: #26a69a;
  color: #fff;
}

.chip > img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}

.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 0 8px 0;
  min-height: 45px;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.chips.focus {
  border-bottom: 1px solid #26a69a;
  -webkit-box-shadow: 0 1px 0 0 #26a69a;
          box-shadow: 0 1px 0 0 #26a69a;
}

.chips:hover {
  cursor: text;
}

.chips .input {
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 16px;
  height: 3rem;
  line-height: 32px;
  outline: 0;
  margin: 0;
  padding: 0 !important;
  width: 120px !important;
}

.chips .input:focus {
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.chips .autocomplete-content {
  margin-top: 0;
  margin-bottom: 0;
}

.prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.chips:empty ~ label {
  font-size: 0.8rem;
  -webkit-transform: translateY(-140%);
          transform: translateY(-140%);
}

.materialboxed {
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  -webkit-backface-visibility: hidden;
}

.materialboxed:hover:not(.active) {
  opacity: .8;
}

.materialboxed.active {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

#materialbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}

.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}

select:focus {
  outline: 1px solid #c9f3ef;
}

button:focus {
  outline: none;
  background-color: #2ab7a9;
}

label {
  font-size: 0.8rem;
  color: #9e9e9e;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::-webkit-input-placeholder {
  color: #d1d1d1;
}
::-moz-placeholder {
  color: #d1d1d1;
}
:-ms-input-placeholder {
  color: #d1d1d1;
}
::-ms-input-placeholder {
  color: #d1d1d1;
}
::placeholder {
  color: #d1d1d1;
}

/* Text inputs */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: border .3s, -webkit-box-shadow .3s;
  transition: border .3s, -webkit-box-shadow .3s;
  transition: box-shadow .3s, border .3s;
  transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

input:not([type]):disabled, input:not([type])[readonly="readonly"],
input[type=text]:not(.browser-default):disabled,
input[type=text]:not(.browser-default)[readonly="readonly"],
input[type=password]:not(.browser-default):disabled,
input[type=password]:not(.browser-default)[readonly="readonly"],
input[type=email]:not(.browser-default):disabled,
input[type=email]:not(.browser-default)[readonly="readonly"],
input[type=url]:not(.browser-default):disabled,
input[type=url]:not(.browser-default)[readonly="readonly"],
input[type=time]:not(.browser-default):disabled,
input[type=time]:not(.browser-default)[readonly="readonly"],
input[type=date]:not(.browser-default):disabled,
input[type=date]:not(.browser-default)[readonly="readonly"],
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime]:not(.browser-default)[readonly="readonly"],
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
input[type=tel]:not(.browser-default):disabled,
input[type=tel]:not(.browser-default)[readonly="readonly"],
input[type=number]:not(.browser-default):disabled,
input[type=number]:not(.browser-default)[readonly="readonly"],
input[type=search]:not(.browser-default):disabled,
input[type=search]:not(.browser-default)[readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}

input:not([type]):disabled + label,
input:not([type])[readonly="readonly"] + label,
input[type=text]:not(.browser-default):disabled + label,
input[type=text]:not(.browser-default)[readonly="readonly"] + label,
input[type=password]:not(.browser-default):disabled + label,
input[type=password]:not(.browser-default)[readonly="readonly"] + label,
input[type=email]:not(.browser-default):disabled + label,
input[type=email]:not(.browser-default)[readonly="readonly"] + label,
input[type=url]:not(.browser-default):disabled + label,
input[type=url]:not(.browser-default)[readonly="readonly"] + label,
input[type=time]:not(.browser-default):disabled + label,
input[type=time]:not(.browser-default)[readonly="readonly"] + label,
input[type=date]:not(.browser-default):disabled + label,
input[type=date]:not(.browser-default)[readonly="readonly"] + label,
input[type=datetime]:not(.browser-default):disabled + label,
input[type=datetime]:not(.browser-default)[readonly="readonly"] + label,
input[type=datetime-local]:not(.browser-default):disabled + label,
input[type=datetime-local]:not(.browser-default)[readonly="readonly"] + label,
input[type=tel]:not(.browser-default):disabled + label,
input[type=tel]:not(.browser-default)[readonly="readonly"] + label,
input[type=number]:not(.browser-default):disabled + label,
input[type=number]:not(.browser-default)[readonly="readonly"] + label,
input[type=search]:not(.browser-default):disabled + label,
input[type=search]:not(.browser-default)[readonly="readonly"] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.42);
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #26a69a;
  -webkit-box-shadow: 0 1px 0 0 #26a69a;
          box-shadow: 0 1px 0 0 #26a69a;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #26a69a;
}

input:not([type]):focus.valid ~ label,
input[type=text]:not(.browser-default):focus.valid ~ label,
input[type=password]:not(.browser-default):focus.valid ~ label,
input[type=email]:not(.browser-default):focus.valid ~ label,
input[type=url]:not(.browser-default):focus.valid ~ label,
input[type=time]:not(.browser-default):focus.valid ~ label,
input[type=date]:not(.browser-default):focus.valid ~ label,
input[type=datetime]:not(.browser-default):focus.valid ~ label,
input[type=datetime-local]:not(.browser-default):focus.valid ~ label,
input[type=tel]:not(.browser-default):focus.valid ~ label,
input[type=number]:not(.browser-default):focus.valid ~ label,
input[type=search]:not(.browser-default):focus.valid ~ label,
textarea.materialize-textarea:focus.valid ~ label {
  color: #4CAF50;
}

input:not([type]):focus.invalid ~ label,
input[type=text]:not(.browser-default):focus.invalid ~ label,
input[type=password]:not(.browser-default):focus.invalid ~ label,
input[type=email]:not(.browser-default):focus.invalid ~ label,
input[type=url]:not(.browser-default):focus.invalid ~ label,
input[type=time]:not(.browser-default):focus.invalid ~ label,
input[type=date]:not(.browser-default):focus.invalid ~ label,
input[type=datetime]:not(.browser-default):focus.invalid ~ label,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ label,
input[type=tel]:not(.browser-default):focus.invalid ~ label,
input[type=number]:not(.browser-default):focus.invalid ~ label,
input[type=search]:not(.browser-default):focus.invalid ~ label,
textarea.materialize-textarea:focus.invalid ~ label {
  color: #F44336;
}

input:not([type]).validate + label,
input[type=text]:not(.browser-default).validate + label,
input[type=password]:not(.browser-default).validate + label,
input[type=email]:not(.browser-default).validate + label,
input[type=url]:not(.browser-default).validate + label,
input[type=time]:not(.browser-default).validate + label,
input[type=date]:not(.browser-default).validate + label,
input[type=datetime]:not(.browser-default).validate + label,
input[type=datetime-local]:not(.browser-default).validate + label,
input[type=tel]:not(.browser-default).validate + label,
input[type=number]:not(.browser-default).validate + label,
input[type=search]:not(.browser-default).validate + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
}

/* Validation Sass Placeholders */
input.valid:not([type]), input.valid:not([type]):focus,
input.valid[type=text]:not(.browser-default),
input.valid[type=text]:not(.browser-default):focus,
input.valid[type=password]:not(.browser-default),
input.valid[type=password]:not(.browser-default):focus,
input.valid[type=email]:not(.browser-default),
input.valid[type=email]:not(.browser-default):focus,
input.valid[type=url]:not(.browser-default),
input.valid[type=url]:not(.browser-default):focus,
input.valid[type=time]:not(.browser-default),
input.valid[type=time]:not(.browser-default):focus,
input.valid[type=date]:not(.browser-default),
input.valid[type=date]:not(.browser-default):focus,
input.valid[type=datetime]:not(.browser-default),
input.valid[type=datetime]:not(.browser-default):focus,
input.valid[type=datetime-local]:not(.browser-default),
input.valid[type=datetime-local]:not(.browser-default):focus,
input.valid[type=tel]:not(.browser-default),
input.valid[type=tel]:not(.browser-default):focus,
input.valid[type=number]:not(.browser-default),
input.valid[type=number]:not(.browser-default):focus,
input.valid[type=search]:not(.browser-default),
input.valid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus, .select-wrapper.valid > input.select-dropdown {
  border-bottom: 1px solid #4CAF50;
  -webkit-box-shadow: 0 1px 0 0 #4CAF50;
          box-shadow: 0 1px 0 0 #4CAF50;
}

input.invalid:not([type]), input.invalid:not([type]):focus,
input.invalid[type=text]:not(.browser-default),
input.invalid[type=text]:not(.browser-default):focus,
input.invalid[type=password]:not(.browser-default),
input.invalid[type=password]:not(.browser-default):focus,
input.invalid[type=email]:not(.browser-default),
input.invalid[type=email]:not(.browser-default):focus,
input.invalid[type=url]:not(.browser-default),
input.invalid[type=url]:not(.browser-default):focus,
input.invalid[type=time]:not(.browser-default),
input.invalid[type=time]:not(.browser-default):focus,
input.invalid[type=date]:not(.browser-default),
input.invalid[type=date]:not(.browser-default):focus,
input.invalid[type=datetime]:not(.browser-default),
input.invalid[type=datetime]:not(.browser-default):focus,
input.invalid[type=datetime-local]:not(.browser-default),
input.invalid[type=datetime-local]:not(.browser-default):focus,
input.invalid[type=tel]:not(.browser-default),
input.invalid[type=tel]:not(.browser-default):focus,
input.invalid[type=number]:not(.browser-default),
input.invalid[type=number]:not(.browser-default):focus,
input.invalid[type=search]:not(.browser-default),
input.invalid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus, .select-wrapper.invalid > input.select-dropdown,
.select-wrapper.invalid > input.select-dropdown:focus {
  border-bottom: 1px solid #F44336;
  -webkit-box-shadow: 0 1px 0 0 #F44336;
          box-shadow: 0 1px 0 0 #F44336;
}

input:not([type]).valid ~ .helper-text[data-success],
input:not([type]):focus.valid ~ .helper-text[data-success],
input:not([type]).invalid ~ .helper-text[data-error],
input:not([type]):focus.invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
textarea.materialize-textarea:focus.valid ~ .helper-text[data-success],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
textarea.materialize-textarea:focus.invalid ~ .helper-text[data-error], .select-wrapper.valid .helper-text[data-success],
.select-wrapper.invalid ~ .helper-text[data-error] {
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

input:not([type]).valid ~ .helper-text:after,
input:not([type]):focus.valid ~ .helper-text:after,
input[type=text]:not(.browser-default).valid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=password]:not(.browser-default).valid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=email]:not(.browser-default).valid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=url]:not(.browser-default).valid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=time]:not(.browser-default).valid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=date]:not(.browser-default).valid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=tel]:not(.browser-default).valid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=number]:not(.browser-default).valid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=search]:not(.browser-default).valid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.valid ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
textarea.materialize-textarea:focus.valid ~ .helper-text:after, .select-wrapper.valid ~ .helper-text:after {
  content: attr(data-success);
  color: #4CAF50;
}

input:not([type]).invalid ~ .helper-text:after,
input:not([type]):focus.invalid ~ .helper-text:after,
input[type=text]:not(.browser-default).invalid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=password]:not(.browser-default).invalid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=email]:not(.browser-default).invalid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=url]:not(.browser-default).invalid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=time]:not(.browser-default).invalid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=date]:not(.browser-default).invalid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default).invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=number]:not(.browser-default).invalid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=search]:not(.browser-default).invalid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text:after,
textarea.materialize-textarea.invalid ~ .helper-text:after,
textarea.materialize-textarea:focus.invalid ~ .helper-text:after, .select-wrapper.invalid ~ .helper-text:after {
  content: attr(data-error);
  color: #F44336;
}

input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after, .select-wrapper + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: .2s opacity ease-out, .2s color ease-out;
  transition: .2s opacity ease-out, .2s color ease-out;
}

.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}

.input-field.col label {
  left: 0.75rem;
}

.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}

.input-field > label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  cursor: text;
  -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  text-align: initial;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}

.input-field > label:not(.label-icon).active {
  -webkit-transform: translateY(-14px) scale(0.8);
          transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.input-field > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label,
.input-field > input[type=date]:not(.browser-default) + label,
.input-field > input[type=time]:not(.browser-default) + label {
  -webkit-transform: translateY(-14px) scale(0.8);
          transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.input-field .helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

.input-field .helper-text::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  -webkit-transition: color .2s;
  transition: color .2s;
  top: 0.5rem;
}

.input-field .prefix.active {
  color: #26a69a;
}

.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.input-field .prefix ~ label {
  margin-left: 3rem;
}

@media only screen and (max-width: 992px) {
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}

@media only screen and (max-width: 600px) {
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  -webkit-transition: .3s background-color;
  transition: .3s background-color;
}

.nav-wrapper .input-field input[type=search] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input-field input[type=search]:focus:not(.browser-default) {
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #444;
}

.input-field input[type=search]:focus:not(.browser-default) + label i,
.input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close,
.input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
  color: #444;
}

.input-field input[type=search] + .label-icon {
  -webkit-transform: none;
          transform: none;
  left: 1rem;
}

.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  -webkit-transition: .3s color;
  transition: .3s color;
}

/* Textarea */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}

textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: .8rem 0 .8rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
  position: absolute;
  top: 0;
  z-index: -1;
}

/* Autocomplete */
.autocomplete-content li .highlight {
  color: #444;
}

.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}

/* Character Counter */
.character-counter {
  min-height: 18px;
}

/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-transition: .28s ease;
  transition: .28s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[type="radio"] + span:before,
[type="radio"] + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: .28s ease;
  transition: .28s ease;
}

/* Unchecked styles */
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after,
[type="radio"]:checked + span:before,
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border-radius: 50%;
}

[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
  border: 2px solid #5a5a5a;
}

[type="radio"]:not(:checked) + span:after {
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* Checked styles */
[type="radio"]:checked + span:before {
  border: 2px solid transparent;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border: 2px solid #26a69a;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
  background-color: #26a69a;
}

[type="radio"]:checked + span:after {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

/* Radio With gap */
[type="radio"].with-gap:checked + span:after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

/* Focused styles */
[type="radio"].tabbed:focus + span:before {
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + span:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}

[type="radio"].with-gap:disabled:checked + span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* Disabled style */
[type="radio"]:disabled:not(:checked) + span:before,
[type="radio"]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled + span {
  color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}

/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[type="checkbox"] {
  /* checkbox aspect */
}

[type="checkbox"] + span:not(.lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 3px;
  -webkit-transition: .2s;
  transition: .2s;
}

[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

[type="checkbox"].tabbed:focus + span:not(.lever):after {
  -webkit-transform: scale(1);
          transform: scale(1);
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"]:checked + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + span:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

[type="checkbox"].filled-in + span:not(.lever):after {
  border-radius: 2px;
}

[type="checkbox"].filled-in + span:not(.lever):before,
[type="checkbox"].filled-in + span:not(.lever):after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
          transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

[type="checkbox"].filled-in:checked + span:not(.lever):before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
          transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}

[type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
  border-color: transparent;
  background-color: #949494;
}

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):before {
  background-color: transparent;
}

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}

/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch label {
  cursor: pointer;
}

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}

.switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
  left: 18px;
}

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

.switch label .lever:before, .switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
  transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
}

.switch label .lever:before {
  background-color: rgba(38, 166, 154, 0.15);
}

.switch label .lever:after {
  background-color: #F1F1F1;
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
          transform: scale(2.4);
  background-color: rgba(38, 166, 154, 0.15);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
          transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494;
}

/* Select Field
   ========================================================================== */
select {
  display: none;
}

select.browser-default {
  display: block;
}

select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}

.select-label {
  position: absolute;
}

.select-wrapper {
  position: relative;
}

.select-wrapper.valid + label,
.select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}

.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
}

.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #26a69a;
}

.select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}

.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}

select:disabled {
  color: rgba(0, 0, 0, 0.42);
}

.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}

.select-wrapper.disabled .caret {
  fill: rgba(0, 0, 0, 0.42);
}

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: rgba(0, 0, 0, 0.08);
}

.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.prefix ~ label {
  margin-left: 3rem;
}

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}

.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}

.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

/* File Input
   ========================================================================== */
.file-field {
  position: relative;
}

.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}

.file-field input.file-path {
  width: 100%;
}

.file-field .btn, .file-field .btn-large, .file-field .btn-small {
  float: left;
  height: 3rem;
  line-height: 3rem;
}

.file-field span {
  cursor: pointer;
}

.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}

/* Range
   ========================================================================== */
.range-field {
  position: relative;
}

input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}

input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  margin-left: 7px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}

input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

input[type=range] {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  -webkit-appearance: none;
  background-color: #26a69a;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin: -5px 0 0 0;
}

.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
          box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

input[type=range]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type=range]::-moz-focus-inner {
  border: 0;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  margin-top: -5px;
}

input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

.keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #777;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
}

.keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

/***************
    Nav List
***************/
.table-of-contents.fixed {
  position: fixed;
}

.table-of-contents li {
  padding: 2px 0;
}

.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 16px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block;
}

.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 15px;
  border-left: 1px solid #ee6e73;
}

.table-of-contents a.active {
  font-weight: 500;
  padding-left: 14px;
  border-left: 2px solid #ee6e73;
}

.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
}

.sidenav.right-aligned {
  right: 0;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  left: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.sidenav .collapsible {
  margin: 0;
}

.sidenav li {
  float: none;
  line-height: 48px;
}

.sidenav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}

.sidenav li > a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}

.sidenav li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.sidenav li > a.btn, .sidenav li > a.btn-large, .sidenav li > a.btn-small, .sidenav li > a.btn-large, .sidenav li > a.btn-flat, .sidenav li > a.btn-floating {
  margin: 10px 15px;
}

.sidenav li > a.btn, .sidenav li > a.btn-large, .sidenav li > a.btn-small, .sidenav li > a.btn-large, .sidenav li > a.btn-floating {
  color: #fff;
}

.sidenav li > a.btn-flat {
  color: #343434;
}

.sidenav li > a.btn:hover, .sidenav li > a.btn-large:hover, .sidenav li > a.btn-small:hover, .sidenav li > a.btn-large:hover {
  background-color: #2bbbad;
}

.sidenav li > a.btn-floating:hover {
  background-color: #26a69a;
}

.sidenav li > a > i,
.sidenav li > a > [class^="mdi-"], .sidenav li > a li > a > [class*="mdi-"],
.sidenav li > a > i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}

.sidenav .divider {
  margin: 8px 0 0 0;
}

.sidenav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}

.sidenav .subheader:hover {
  background-color: transparent;
}

.sidenav .user-view {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}

.sidenav .user-view > a {
  height: auto;
  padding: 0;
}

.sidenav .user-view > a:hover {
  background-color: transparent;
}

.sidenav .user-view .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.sidenav .user-view .circle, .sidenav .user-view .name, .sidenav .user-view .email {
  display: block;
}

.sidenav .user-view .circle {
  height: 64px;
  width: 64px;
}

.sidenav .user-view .name,
.sidenav .user-view .email {
  font-size: 14px;
  line-height: 24px;
}

.sidenav .user-view .name {
  margin-top: 16px;
  font-weight: 500;
}

.sidenav .user-view .email {
  padding-bottom: 16px;
  font-weight: 400;
}

.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

.drag-target.right-aligned {
  right: 0;
}

.sidenav.sidenav-fixed {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  position: fixed;
}

.sidenav.sidenav-fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width: 992px) {
  .sidenav.sidenav-fixed {
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
  }
  .sidenav.sidenav-fixed.right-aligned {
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
  }
  .sidenav > a {
    padding: 0 16px;
  }
  .sidenav .user-view {
    padding: 16px 16px 0;
  }
}

.sidenav .collapsible-body > ul:not(.collapsible) > li.active,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #ee6e73;
}

.sidenav .collapsible-body > ul:not(.collapsible) > li.active a,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}

.sidenav .collapsible-body {
  padding: 0;
}

.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none;
}

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}

.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}

.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}

.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a;
}

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}

@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}

@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}

@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}

@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}

@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}

.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}

@keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
}

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}

@keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
}

#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.slider {
  position: relative;
  height: 400px;
  width: 100%;
}

.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slider.fullscreen ul.slides {
  height: 100%;
}

.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}

.slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}

.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}

.slider .slides li .caption p {
  color: #e0e0e0;
}

.slider .slides li.active {
  z-index: 2;
}

.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
}

.slider .indicators .indicator-item.active {
  background-color: #4CAF50;
}

.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  -webkit-perspective: 500px;
          perspective: 500px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.carousel.carousel-slider {
  top: 0;
  left: 0;
}

.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}

.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}

.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}

.carousel .carousel-item {
  visibility: hidden;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel .carousel-item > img {
  width: 100%;
}

.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
}

.carousel .indicators .indicator-item.active {
  background-color: #fff;
}

.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}

.tap-target-wrapper {
  width: 800px;
  height: 800px;
  position: fixed;
  z-index: 1000;
  visibility: hidden;
  -webkit-transition: visibility 0s .3s;
  transition: visibility 0s .3s;
}

.tap-target-wrapper.open {
  visibility: visible;
  -webkit-transition: visibility 0s;
  transition: visibility 0s;
}

.tap-target-wrapper.open .tap-target {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: .95;
  -webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.tap-target-wrapper.open .tap-target-wave::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.tap-target-wrapper.open .tap-target-wave::after {
  visibility: visible;
  -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
          animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  -webkit-transition: opacity .3s,
 visibility 0s 1s,
 -webkit-transform .3s;
  transition: opacity .3s,
 visibility 0s 1s,
 -webkit-transform .3s;
  transition: opacity .3s,
 transform .3s,
 visibility 0s 1s;
  transition: opacity .3s,
 transform .3s,
 visibility 0s 1s,
 -webkit-transform .3s;
}

.tap-target {
  position: absolute;
  font-size: 1rem;
  border-radius: 50%;
  background-color: #ee6e73;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.tap-target-content {
  position: relative;
  display: table-cell;
}

.tap-target-wave {
  position: absolute;
  border-radius: 50%;
  z-index: 10001;
}

.tap-target-wave::before, .tap-target-wave::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
}

.tap-target-wave::before {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.tap-target-wave::after {
  visibility: hidden;
  -webkit-transition: opacity .3s,
 visibility 0s,
 -webkit-transform .3s;
  transition: opacity .3s,
 visibility 0s,
 -webkit-transform .3s;
  transition: opacity .3s,
 transform .3s,
 visibility 0s;
  transition: opacity .3s,
 transform .3s,
 visibility 0s,
 -webkit-transform .3s;
  z-index: -1;
}

.tap-target-origin {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10002;
  position: absolute !important;
}

.tap-target-origin:not(.btn):not(.btn-large):not(.btn-small), .tap-target-origin:not(.btn):not(.btn-large):not(.btn-small):hover {
  background: none;
}

@media only screen and (max-width: 600px) {
  .tap-target, .tap-target-wrapper {
    width: 600px;
    height: 600px;
  }
}

.pulse {
  overflow: visible;
  position: relative;
}

.pulse::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
          animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

@-webkit-keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

/* Modal */
.datepicker-modal {
  max-width: 325px;
  min-width: 300px;
  max-height: none;
}

.datepicker-container.modal-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

.datepicker-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 280px;
  margin: 0 auto;
}

.datepicker-controls .selects-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.datepicker-controls .select-wrapper input {
  border-bottom: none;
  text-align: center;
  margin: 0;
}

.datepicker-controls .select-wrapper input:focus {
  border-bottom: none;
}

.datepicker-controls .select-wrapper .caret {
  display: none;
}

.datepicker-controls .select-year input {
  width: 50px;
}

.datepicker-controls .select-month input {
  width: 70px;
}

.month-prev, .month-next {
  margin-top: 4px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

/* Date Display */
.datepicker-date-display {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
  background-color: #26a69a;
  color: #fff;
  padding: 20px 22px;
  font-weight: 500;
}

.datepicker-date-display .year-text {
  display: block;
  font-size: 1.5rem;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7);
}

.datepicker-date-display .date-text {
  display: block;
  font-size: 2.8rem;
  line-height: 47px;
  font-weight: 500;
}

/* Calendar */
.datepicker-calendar-container {
  -webkit-box-flex: 2.5;
  -webkit-flex: 2.5 auto;
      -ms-flex: 2.5 auto;
          flex: 2.5 auto;
}

.datepicker-table {
  width: 280px;
  font-size: 1rem;
  margin: 0 auto;
}

.datepicker-table thead {
  border-bottom: none;
}

.datepicker-table th {
  padding: 10px 5px;
  text-align: center;
}

.datepicker-table tr {
  border: none;
}

.datepicker-table abbr {
  text-decoration: none;
  color: #999;
}

.datepicker-table td {
  border-radius: 50%;
  padding: 0;
}

.datepicker-table td.is-today {
  color: #26a69a;
}

.datepicker-table td.is-selected {
  background-color: #26a69a;
  color: #fff;
}

.datepicker-table td.is-outside-current-month, .datepicker-table td.is-disabled {
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.datepicker-day-button {
  background-color: transparent;
  border: none;
  line-height: 38px;
  display: block;
  width: 100%;
  border-radius: 50%;
  padding: 0 5px;
  cursor: pointer;
  color: inherit;
}

.datepicker-day-button:focus {
  background-color: rgba(43, 161, 150, 0.25);
}

/* Footer */
.datepicker-footer {
  width: 280px;
  margin: 0 auto;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
  color: #26a69a;
  padding: 0 1rem;
}

.datepicker-clear {
  color: #F44336;
}

/* Media Queries */
@media only screen and (min-width: 601px) {
  .datepicker-modal {
    max-width: 625px;
  }
  .datepicker-container.modal-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .datepicker-date-display {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 270px;
        -ms-flex: 0 1 270px;
            flex: 0 1 270px;
  }
  .datepicker-controls,
  .datepicker-table,
  .datepicker-footer {
    width: 320px;
  }
  .datepicker-day-button {
    line-height: 44px;
  }
}

/* Timepicker Containers */
.timepicker-modal {
  max-width: 325px;
  max-height: none;
}

.timepicker-container.modal-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

.text-primary {
  color: white;
}

/* Clock Digital Display */
.timepicker-digital-display {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
  background-color: #26a69a;
  padding: 10px;
  font-weight: 300;
}

.timepicker-text-container {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.timepicker-span-hours,
.timepicker-span-minutes,
.timepicker-span-am-pm div {
  cursor: pointer;
}

.timepicker-span-hours {
  margin-right: 3px;
}

.timepicker-span-minutes {
  margin-left: 3px;
}

.timepicker-display-am-pm {
  font-size: 1.3rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-weight: 400;
}

/* Analog Clock Display */
.timepicker-analog-display {
  -webkit-box-flex: 2.5;
  -webkit-flex: 2.5 auto;
      -ms-flex: 2.5 auto;
          flex: 2.5 auto;
}

.timepicker-plate {
  background-color: #eee;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  overflow: visible;
  position: relative;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.timepicker-canvas,
.timepicker-dial {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.timepicker-minutes {
  visibility: hidden;
}

.timepicker-tick {
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.87);
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  font-size: 15px;
}

.timepicker-tick.active,
.timepicker-tick:hover {
  background-color: rgba(38, 166, 154, 0.25);
}

.timepicker-dial {
  -webkit-transition: opacity 350ms, -webkit-transform 350ms;
  transition: opacity 350ms, -webkit-transform 350ms;
  transition: transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms, -webkit-transform 350ms;
}

.timepicker-dial-out {
  opacity: 0;
}

.timepicker-dial-out.timepicker-hours {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.timepicker-dial-out.timepicker-minutes {
  -webkit-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
}

.timepicker-canvas {
  -webkit-transition: opacity 175ms;
  transition: opacity 175ms;
}

.timepicker-canvas line {
  stroke: #26a69a;
  stroke-width: 4;
  stroke-linecap: round;
}

.timepicker-canvas-out {
  opacity: 0.25;
}

.timepicker-canvas-bearing {
  stroke: none;
  fill: #26a69a;
}

.timepicker-canvas-bg {
  stroke: none;
  fill: #26a69a;
}

/* Footer */
.timepicker-footer {
  margin: 0 auto;
  padding: 5px 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.timepicker-clear {
  color: #F44336;
}

.timepicker-close {
  color: #26a69a;
}

.timepicker-clear,
.timepicker-close {
  padding: 0 20px;
}

/* Media Queries */
@media only screen and (min-width: 601px) {
  .timepicker-modal {
    max-width: 600px;
  }
  .timepicker-container.modal-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .timepicker-text-container {
    top: 32%;
  }
  .timepicker-display-am-pm {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 1.2rem;
  }
}
/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */

.easy-autocomplete {
  position: relative;
}
.easy-autocomplete input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #555;
  float: none;
  padding: 6px 12px;
}
.easy-autocomplete input:hover, .easy-autocomplete input:focus {
  box-shadow: none;
}
.easy-autocomplete a {
  display: block;
}
.easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.easy-autocomplete.eac-blue-light ul {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.easy-autocomplete.eac-blue-light ul li, .easy-autocomplete.eac-blue-light ul .eac-category {
  border-color: #66afe9;
}
.easy-autocomplete.eac-blue-light ul li.selected, .easy-autocomplete.eac-blue-light ul .eac-category.selected {
  background-color: #ecf5fc;
}
.easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light input:focus {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}
.easy-autocomplete.eac-green-light ul {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}
.easy-autocomplete.eac-green-light ul li, .easy-autocomplete.eac-green-light ul .eac-category {
  border-color: #41DB00;
}
.easy-autocomplete.eac-green-light ul li.selected, .easy-autocomplete.eac-green-light ul .eac-category.selected {
  background-color: #9eff75;
}
.easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light input:focus {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}
.easy-autocomplete.eac-red-light ul {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}
.easy-autocomplete.eac-red-light ul li, .easy-autocomplete.eac-red-light ul .eac-category {
  border-color: #ff5b5b;
}
.easy-autocomplete.eac-red-light ul li.selected, .easy-autocomplete.eac-red-light ul .eac-category.selected {
  background-color: #ff8e8e;
}
.easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light input:focus {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}
.easy-autocomplete.eac-yellow-light ul {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}
.easy-autocomplete.eac-yellow-light ul li, .easy-autocomplete.eac-yellow-light ul .eac-category {
  border-color: #ffdb00;
}
.easy-autocomplete.eac-yellow-light ul li.selected, .easy-autocomplete.eac-yellow-light ul .eac-category.selected {
  background-color: #ffe233;
}
.easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light input:focus {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}
.easy-autocomplete.eac-dark-light ul {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}
.easy-autocomplete.eac-dark-light ul li, .easy-autocomplete.eac-dark-light ul .eac-category {
  border-color: #333;
}
.easy-autocomplete.eac-dark-light ul li.selected, .easy-autocomplete.eac-dark-light ul .eac-category.selected {
  background-color: #4d4d4d;
  color: #fff;
}
.easy-autocomplete.eac-dark {
  color: #fff;
}
.easy-autocomplete.eac-dark input {
  background-color: #404040;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark input:hover, .easy-autocomplete.eac-dark input:focus {
  border-color: #333;
  box-shadow: 0;
}
.easy-autocomplete.eac-dark ul {
  border-color: #333;
}
.easy-autocomplete.eac-dark ul li, .easy-autocomplete.eac-dark ul .eac-category {
  background-color: #404040;
  border-color: #333;
}
.easy-autocomplete.eac-dark ul li.selected, .easy-autocomplete.eac-dark ul .eac-category.selected {
  background-color: #737373;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass {
  color: #fff;
}
.easy-autocomplete.eac-dark-glass input {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass input:hover, .easy-autocomplete.eac-dark-glass input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0;
}
.easy-autocomplete.eac-dark-glass ul {
  border-color: rgba(0, 0, 0, 0.8);
}
.easy-autocomplete.eac-dark-glass ul li, .easy-autocomplete.eac-dark-glass ul .eac-category {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}
.easy-autocomplete.eac-dark-glass ul li.selected, .easy-autocomplete.eac-dark-glass ul .eac-category.selected {
  background-color: rgba(64, 64, 64, 0.8);
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass ul li:last-child, .easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
  border-radius: 0 0 4px 4px;
}
.easy-autocomplete.eac-blue {
  color: #fff;
}
.easy-autocomplete.eac-blue input {
  background-color: #6d9ed1;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:-moz-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input::-moz-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:-ms-input-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:hover, .easy-autocomplete.eac-blue input:focus {
  border-color: #5A91CB;
  box-shadow: 0;
}
.easy-autocomplete.eac-blue ul {
  border-color: #5A91CB;
}
.easy-autocomplete.eac-blue ul li, .easy-autocomplete.eac-blue ul .eac-category {
  background-color: #6d9ed1;
  border-color: #5A91CB;
}
.easy-autocomplete.eac-blue ul li.selected, .easy-autocomplete.eac-blue ul .eac-category.selected {
  background-color: #94b8dd;
  color: #f6f6f6;
}
.easy-autocomplete.eac-yellow {
  color: #333;
}
.easy-autocomplete.eac-yellow input {
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  box-shadow: 0;
  color: #333;
}
.easy-autocomplete.eac-yellow input:hover, .easy-autocomplete.eac-yellow input:focus {
  border-color: #333;
  box-shadow: 0;
}
.easy-autocomplete.eac-yellow ul {
  border-color: #333;
}
.easy-autocomplete.eac-yellow ul li, .easy-autocomplete.eac-yellow ul .eac-category {
  background-color: #ffdb7e;
  border-color: #333;
}
.easy-autocomplete.eac-yellow ul li.selected, .easy-autocomplete.eac-yellow ul .eac-category.selected {
  background-color: #ffe9b1;
  color: #333;
}
.easy-autocomplete.eac-purple {
  color: #333;
}
.easy-autocomplete.eac-purple input {
  background-color: #d6d1e7;
  border-color: #b8afd5;
  box-shadow: 0;
  color: #333;
}
.easy-autocomplete.eac-purple input:hover, .easy-autocomplete.eac-purple input:focus {
  border-color: #333;
  box-shadow: 0;
}
.easy-autocomplete.eac-purple ul {
  border-color: #333;
}
.easy-autocomplete.eac-purple ul li, .easy-autocomplete.eac-purple ul .eac-category {
  background-color: #d6d1e7;
  border-color: #333;
}
.easy-autocomplete.eac-purple ul li.selected, .easy-autocomplete.eac-purple ul .eac-category.selected {
  background-color: #ebe8f3;
  color: #333;
}
.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px;
}

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}
.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;
}
.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}
.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}
.easy-autocomplete-container ul li.selected div {
  font-weight: normal;
}
.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all;
}
.easy-autocomplete-container ul li b {
  font-weight: bold;
}
.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic;
}

.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px;
}

.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative;
}
.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px;
}

/*# sourceMappingURL=easy-autocomplete.css.map */
@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(-40px)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0px)}}@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:1px solid rgba(0,0,0,.8);border-radius:5px;padding:20px 20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-message .dz-button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom, #eee, #ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,.8);background-color:rgba(255,255,255,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,.4);padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{transform:scale(1.05, 1.05);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px;background:rgba(0,0,0,.8);border-radius:50%}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px;fill:#fff}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:20px;top:50%;margin-top:-10px;left:15%;right:15%;border:3px solid rgba(0,0,0,.8);background:rgba(0,0,0,.8);border-radius:10px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#fff;display:block;position:relative;height:100%;width:0;transition:width 300ms ease-in-out;border-radius:17px}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;transition:opacity .3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#b10606;padding:.5em 1em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #b10606}/*# sourceMappingURL=dropzone.css.map */
