

/* app/javascript/stylesheets/autobots.scss */
body {
  margin: 0;
  font-family: Roboto, sans-serif;
}
.sp-materialize {
  min-height: 100vh;
}
.sp-materialize .pca {
  position: static;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0;
  margin: 0;
  border: none;
}
.sp-materialize .pca * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.sp-materialize .pca .pcatext {
  font: 9pt arial;
  color: #333;
}
.sp-materialize .pca .pcalist {
  position: relative;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  list-style-position: outside;
  list-style-type: none;
  background-color: #fafafa;
}
.sp-materialize .pca .pcaitem {
  position: relative;
  padding: 9px 10px;
  padding: 7px 10px;
  padding-right: 22px;
  margin: 0;
  line-height: 15px;
  color: #000;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  filter: alpha(opacity=80);
  border: solid 1px transparent;
  border-bottom-color: #e5e5e5;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  opacity: 0.8;
}
.sp-materialize .pca .pcaselected {
  color: #333;
  color: #000;
  background-color: #e5f0ff;
  background-color: #f0f0f0;
  filter: alpha(opacity=100);
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-bottom-color: #e5e5e5;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  opacity: 1;
}
.sp-materialize .pca .pcalastitem {
  border-bottom: none;
}
.sp-materialize .pca .pcadisableselect {
  -moz-user-select: none;
  -webkit-user-select: none;
}
.sp-materialize .pca .pcaautocomplete {
  position: absolute;
  z-index: 100000;
  width: inherit;
  padding: 0;
  margin: 0;
  background: 0;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-bottom: 0;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.sp-materialize .pca .pcaanchor {
  padding: 0;
  margin: 0;
  background: 0;
  border: 0;
}
.sp-materialize .pca .pcaanchor .pcachain {
  position: relative;
}
.sp-materialize .pca .pcaautocomplete .pcaheader {
  color: #969696;
  background-color: #fafafa;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.sp-materialize .pca .pcaautocomplete .pcamessage {
  padding: 8px 10px;
  line-height: 18px;
}
.sp-materialize .pca .pcaautocomplete .pcalist {
  width: auto;
  height: 244px;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.sp-materialize .pca .pcaautocomplete .pcafooter {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  min-width: 138px;
  height: 30px;
  overflow: hidden;
  background-color: #fafafa;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.sp-materialize .pca .pcanotification {
  position: absolute;
  z-index: 100000;
  display: none;
  padding: 8px 10px;
  background-color: #fafafa;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.sp-materialize .pca .pcanotification.pcavisible {
  display: block;
}
.sp-materialize .pca .pcanotification.pcafade {
  opacity: 0;
}
.sp-materialize .pca .pcanotification.pcaerror {
  color: #fff;
  background-color: #db7f83;
}
.sp-materialize .pca .pcaautocomplete .pcafooter .pcamessage {
  position: relative;
  float: right;
  padding: 0;
  margin: 9px 0 0 5px;
  font: bold 9pt arial;
  color: #969696;
}
.sp-materialize .pca .pcamodal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100000;
}
.sp-materialize .pca .pcamodal .pcalist {
  width: auto;
  min-width: 200px;
  height: 244px;
  min-height: 100px;
}
.sp-materialize .pca .pcamodal .pcaborder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=20);
  border-radius: 0;
  opacity: 0.2;
}
.sp-materialize .pca .pcamodal .pcaframe {
  position: relative;
  margin: 12px;
  background-color: #f5f7f9;
  border-color: #c8cacc;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
}
.sp-materialize .pca .pcamodal .pcacontent {
  position: relative;
  padding: 15px;
}
.sp-materialize .pca .pcamodal .pcacontent .pcainputrow {
  width: 450px;
  text-align: right;
}
.sp-materialize .pca .pcamodal .pcacontent .pcainputrow input {
  width: 300px;
  padding: 8px;
  margin: 15px;
  background: #fff;
  border-color: #d4d4d4;
  border-style: solid;
  border-width: 1px;
}
.sp-materialize .pca .pcamodal .pcacontent .pcainputrow input:invalid {
  -webkit-box-shadow: 0 0 1.5px 1px red;
  box-shadow: 0 0 1.5px 1px red;
}
.sp-materialize .pca .pcamodal .pcacontent .pcainputrow .pcahalf {
  width: 126px;
}
.sp-materialize .pca .pcamodal .pcacontent .pcainputrow label {
  font: bold 14px arial;
  color: #444;
}
.sp-materialize .pca .pcamodal .pcaheader {
  position: relative;
  top: 0;
  left: 0;
  background: #e1e3e5;
  background: -moz-linear-gradient(top, #e1e3e5 0%, #e1e3e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e3e5), color-stop(100%, #e1e3e5));
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#e1e3e5", endColorstr="#e1e3e5", GradientType=0);
          filter: progid:dximagetransform.microsoft.gradient(startColorstr="#e1e3e5", endColorstr="#e1e3e5", GradientType=0);
  border-top: 1px solid #e1e3e5;
  border-bottom: 1px solid #c8cacc;
  border-radius: 0;
}
.sp-materialize .pca .pcamodal .pcaheader .pcatitle {
  margin: 15px;
  font: bold 18px arial;
  color: #005db9;
}
.sp-materialize .pca .pcamodal .pcafooter {
  position: relative;
  bottom: 0;
  left: 0;
  background: #fff;
  border-top: 1px solid #c8cacc;
}
.sp-materialize .pca .pcamodal .pcafooter .pcabutton {
  width: 150px;
  margin: 15px;
}
.sp-materialize .pca .pcafullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sp-materialize .pca .pcamask {
  z-index: 100000;
  background-color: #000;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.sp-materialize .pca .pcabutton {
  padding: 8px;
  font: bold 14px arial;
  color: #444;
  cursor: pointer;
  background: #f5f7f9;
  background: -moz-linear-gradient(top, #f5f7f9 0%, #f5f7f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f7f9), color-stop(100%, #f5f7f9));
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#f5f7f9", endColorstr="#f5f7f9", GradientType=0);
          filter: progid:dximagetransform.microsoft.gradient(startColorstr="#f5f7f9", endColorstr="#f5f7f9", GradientType=0);
  border: 1px solid #d4d4d4;
  border-radius: 0;
}
.sp-materialize .pca .pcatooltip {
  position: absolute;
  z-index: 100000;
}
.sp-materialize .pca .pcatooltip .pcabackground {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=60);
  border-radius: 5px;
  opacity: 0.6;
}
.sp-materialize .pca .pcatooltip .pcamessage {
  position: relative;
  padding: 5px;
  font: 9pt arial;
  color: #fff;
}
.sp-materialize .pca .pcabutton:hover {
  color: #444;
}
.sp-materialize .pca .pcalink {
  font: bold 9pt arial;
  cursor: pointer;
}
.sp-materialize .pca .pcaclear {
  clear: both;
}
.sp-materialize .pcaflag {
  position: absolute;
  width: 14px;
  height: 12px;
  font-size: 0;
  background-image: url(https://services.postcodeanywhere.co.uk/images/flags16x16.png);
  -webkit-box-shadow: 0 1px 2px rgba(128, 128, 128, 0.3);
  box-shadow: 0 1px 2px rgba(128, 128, 128, 0.3);
}
.sp-materialize .pca .pcaautocomplete .pcafooter .pcaflagbutton {
  position: relative;
  float: right;
  width: 31px;
  height: 21px;
  padding: 5px 6px;
  cursor: pointer;
  background-image: url(https://services.postcodeanywhere.co.uk/images/icons/flag_clear_down.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
}
.sp-materialize .pca .pcaautocomplete .pcafooter .pcaflagbutton:hover {
  background-image: url(https://services.postcodeanywhere.co.uk/images/icons/flag_clear_down_hover.png);
}
.sp-materialize .pca .pcaautocomplete .pcafooter .pcaflagbutton .pcaflag {
  top: 9px;
  left: 9px;
}
.sp-materialize .pca .pcaautocomplete .pcaflaglabel {
  position: relative;
  left: 26px;
}
.sp-materialize .pca .pcacountrylist .pcafooter .pcaflagbutton {
  background-image: url(https://services.postcodeanywhere.co.uk/images/icons/flag_clear_up.png);
}
.sp-materialize .pca .pcacountrylist .pcafooter .pcaflagbutton:hover {
  background-image: url(https://services.postcodeanywhere.co.uk/images/icons/flag_clear_up_hover.png);
}
.sp-materialize .pca .pcaexpandable {
  background-image: url(https://services.postcodeanywhere.co.uk/images/icons/captureplus/chevron.png);
  background-repeat: no-repeat;
  background-position: right 7px center;
  background-position-x: 99%;
  background-position-y: 50%;
}
.sp-materialize .pca .pcaautocomplete .pcafooter .pcalogo {
  position: relative;
  float: left;
  width: 68px;
  height: 15px;
  margin: 7px 5px 8px 11px;
  font-size: 0;
  background-image: url(https://services.postcodeanywhere.co.uk/images/icons/captureplus/pca_predict_logo.png);
}
.sp-materialize .pca .pcaautocomplete .pcafooter .aclogo {
  position: relative;
  float: left;
  width: 112px;
  height: 15px;
  margin: 8px 5px 8px 11px;
  font-size: 0;
  background-image: url(https://services.postcodeanywhere.co.uk/images/icons/captureplus/address_complete_logo_en.png);
}
.sp-materialize .pca .pcaautocomplete .pcafooter .aclogo.pcalogofr {
  width: 118px;
  background-image: url(https://services.postcodeanywhere.co.uk/images/icons/captureplus/address_complete_logo_fr.png);
}
.sp-materialize .pca .pcaautocomplete .pcafooter .dtlogo {
  position: relative;
  float: left;
  width: 100px;
  height: 14px;
  margin: 9px 5px 6px 9px;
  font-size: 0;
  background-image: url(https://services.postcodeanywhere.co.uk/images/icons/captureplus/dt_express_capture_logo.png);
}
.sp-materialize .pca .pcaautocomplete .pcafooter .anlogo {
  position: relative;
  float: left;
  width: 129px;
  height: 11px;
  margin: 10px 5px 9px 9px;
  font-size: 0;
  background-image: url(https://services.postcodeanywhere.co.uk/images/icons/captureplus/address_now_logo.png);
}
.sp-materialize .pca .pcaitem .pcadescription {
  margin-left: 8px;
  font-style: italic;
  color: #888;
}
.sp-materialize .gradient {
  background-color: #2588ad;
  background-image:
    linear-gradient(
      74deg,
      #2588ad,
      #16abd6);
}
.sp-materialize {
}
.sp-materialize .materialize-red {
  background-color: #e51c23 !important;
}
.sp-materialize .materialize-red-text {
  color: #e51c23 !important;
}
.sp-materialize .materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}
.sp-materialize .materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}
.sp-materialize .materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}
.sp-materialize .materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}
.sp-materialize .materialize-red.lighten-3 {
  background-color: #f3989b !important;
}
.sp-materialize .materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}
.sp-materialize .materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}
.sp-materialize .materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}
.sp-materialize .materialize-red.lighten-1 {
  background-color: #ea454b !important;
}
.sp-materialize .materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}
.sp-materialize .materialize-red.darken-1 {
  background-color: #d0181e !important;
}
.sp-materialize .materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}
.sp-materialize .materialize-red.darken-2 {
  background-color: #b9151b !important;
}
.sp-materialize .materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}
.sp-materialize .materialize-red.darken-3 {
  background-color: #a21318 !important;
}
.sp-materialize .materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}
.sp-materialize .materialize-red.darken-4 {
  background-color: #8b1014 !important;
}
.sp-materialize .materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}
.sp-materialize .red {
  background-color: #F44336 !important;
}
.sp-materialize .red-text {
  color: #F44336 !important;
}
.sp-materialize .red.lighten-5 {
  background-color: #FFEBEE !important;
}
.sp-materialize .red-text.text-lighten-5 {
  color: #FFEBEE !important;
}
.sp-materialize .red.lighten-4 {
  background-color: #FFCDD2 !important;
}
.sp-materialize .red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}
.sp-materialize .red.lighten-3 {
  background-color: #EF9A9A !important;
}
.sp-materialize .red-text.text-lighten-3 {
  color: #EF9A9A !important;
}
.sp-materialize .red.lighten-2 {
  background-color: #E57373 !important;
}
.sp-materialize .red-text.text-lighten-2 {
  color: #E57373 !important;
}
.sp-materialize .red.lighten-1 {
  background-color: #EF5350 !important;
}
.sp-materialize .red-text.text-lighten-1 {
  color: #EF5350 !important;
}
.sp-materialize .red.darken-1 {
  background-color: #E53935 !important;
}
.sp-materialize .red-text.text-darken-1 {
  color: #E53935 !important;
}
.sp-materialize .red.darken-2 {
  background-color: #D32F2F !important;
}
.sp-materialize .red-text.text-darken-2 {
  color: #D32F2F !important;
}
.sp-materialize .red.darken-3 {
  background-color: #C62828 !important;
}
.sp-materialize .red-text.text-darken-3 {
  color: #C62828 !important;
}
.sp-materialize .red.darken-4 {
  background-color: #B71C1C !important;
}
.sp-materialize .red-text.text-darken-4 {
  color: #B71C1C !important;
}
.sp-materialize .red.accent-1 {
  background-color: #FF8A80 !important;
}
.sp-materialize .red-text.text-accent-1 {
  color: #FF8A80 !important;
}
.sp-materialize .red.accent-2 {
  background-color: #FF5252 !important;
}
.sp-materialize .red-text.text-accent-2 {
  color: #FF5252 !important;
}
.sp-materialize .red.accent-3 {
  background-color: #FF1744 !important;
}
.sp-materialize .red-text.text-accent-3 {
  color: #FF1744 !important;
}
.sp-materialize .red.accent-4 {
  background-color: #D50000 !important;
}
.sp-materialize .red-text.text-accent-4 {
  color: #D50000 !important;
}
.sp-materialize .pink {
  background-color: #e91e63 !important;
}
.sp-materialize .pink-text {
  color: #e91e63 !important;
}
.sp-materialize .pink.lighten-5 {
  background-color: #fce4ec !important;
}
.sp-materialize .pink-text.text-lighten-5 {
  color: #fce4ec !important;
}
.sp-materialize .pink.lighten-4 {
  background-color: #f8bbd0 !important;
}
.sp-materialize .pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}
.sp-materialize .pink.lighten-3 {
  background-color: #f48fb1 !important;
}
.sp-materialize .pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}
.sp-materialize .pink.lighten-2 {
  background-color: #f06292 !important;
}
.sp-materialize .pink-text.text-lighten-2 {
  color: #f06292 !important;
}
.sp-materialize .pink.lighten-1 {
  background-color: #ec407a !important;
}
.sp-materialize .pink-text.text-lighten-1 {
  color: #ec407a !important;
}
.sp-materialize .pink.darken-1 {
  background-color: #d81b60 !important;
}
.sp-materialize .pink-text.text-darken-1 {
  color: #d81b60 !important;
}
.sp-materialize .pink.darken-2 {
  background-color: #c2185b !important;
}
.sp-materialize .pink-text.text-darken-2 {
  color: #c2185b !important;
}
.sp-materialize .pink.darken-3 {
  background-color: #ad1457 !important;
}
.sp-materialize .pink-text.text-darken-3 {
  color: #ad1457 !important;
}
.sp-materialize .pink.darken-4 {
  background-color: #880e4f !important;
}
.sp-materialize .pink-text.text-darken-4 {
  color: #880e4f !important;
}
.sp-materialize .pink.accent-1 {
  background-color: #ff80ab !important;
}
.sp-materialize .pink-text.text-accent-1 {
  color: #ff80ab !important;
}
.sp-materialize .pink.accent-2 {
  background-color: #ff4081 !important;
}
.sp-materialize .pink-text.text-accent-2 {
  color: #ff4081 !important;
}
.sp-materialize .pink.accent-3 {
  background-color: #f50057 !important;
}
.sp-materialize .pink-text.text-accent-3 {
  color: #f50057 !important;
}
.sp-materialize .pink.accent-4 {
  background-color: #c51162 !important;
}
.sp-materialize .pink-text.text-accent-4 {
  color: #c51162 !important;
}
.sp-materialize .purple {
  background-color: #9c27b0 !important;
}
.sp-materialize .purple-text {
  color: #9c27b0 !important;
}
.sp-materialize .purple.lighten-5 {
  background-color: #f3e5f5 !important;
}
.sp-materialize .purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}
.sp-materialize .purple.lighten-4 {
  background-color: #e1bee7 !important;
}
.sp-materialize .purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}
.sp-materialize .purple.lighten-3 {
  background-color: #ce93d8 !important;
}
.sp-materialize .purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}
.sp-materialize .purple.lighten-2 {
  background-color: #ba68c8 !important;
}
.sp-materialize .purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}
.sp-materialize .purple.lighten-1 {
  background-color: #ab47bc !important;
}
.sp-materialize .purple-text.text-lighten-1 {
  color: #ab47bc !important;
}
.sp-materialize .purple.darken-1 {
  background-color: #8e24aa !important;
}
.sp-materialize .purple-text.text-darken-1 {
  color: #8e24aa !important;
}
.sp-materialize .purple.darken-2 {
  background-color: #7b1fa2 !important;
}
.sp-materialize .purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}
.sp-materialize .purple.darken-3 {
  background-color: #6a1b9a !important;
}
.sp-materialize .purple-text.text-darken-3 {
  color: #6a1b9a !important;
}
.sp-materialize .purple.darken-4 {
  background-color: #4a148c !important;
}
.sp-materialize .purple-text.text-darken-4 {
  color: #4a148c !important;
}
.sp-materialize .purple.accent-1 {
  background-color: #ea80fc !important;
}
.sp-materialize .purple-text.text-accent-1 {
  color: #ea80fc !important;
}
.sp-materialize .purple.accent-2 {
  background-color: #e040fb !important;
}
.sp-materialize .purple-text.text-accent-2 {
  color: #e040fb !important;
}
.sp-materialize .purple.accent-3 {
  background-color: #d500f9 !important;
}
.sp-materialize .purple-text.text-accent-3 {
  color: #d500f9 !important;
}
.sp-materialize .purple.accent-4 {
  background-color: #aa00ff !important;
}
.sp-materialize .purple-text.text-accent-4 {
  color: #aa00ff !important;
}
.sp-materialize .deep-purple {
  background-color: #673ab7 !important;
}
.sp-materialize .deep-purple-text {
  color: #673ab7 !important;
}
.sp-materialize .deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}
.sp-materialize .deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}
.sp-materialize .deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}
.sp-materialize .deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}
.sp-materialize .deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}
.sp-materialize .deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}
.sp-materialize .deep-purple.lighten-2 {
  background-color: #9575cd !important;
}
.sp-materialize .deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}
.sp-materialize .deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}
.sp-materialize .deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}
.sp-materialize .deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}
.sp-materialize .deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}
.sp-materialize .deep-purple.darken-2 {
  background-color: #512da8 !important;
}
.sp-materialize .deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}
.sp-materialize .deep-purple.darken-3 {
  background-color: #4527a0 !important;
}
.sp-materialize .deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}
.sp-materialize .deep-purple.darken-4 {
  background-color: #311b92 !important;
}
.sp-materialize .deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}
.sp-materialize .deep-purple.accent-1 {
  background-color: #b388ff !important;
}
.sp-materialize .deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}
.sp-materialize .deep-purple.accent-2 {
  background-color: #7c4dff !important;
}
.sp-materialize .deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}
.sp-materialize .deep-purple.accent-3 {
  background-color: #651fff !important;
}
.sp-materialize .deep-purple-text.text-accent-3 {
  color: #651fff !important;
}
.sp-materialize .deep-purple.accent-4 {
  background-color: #6200ea !important;
}
.sp-materialize .deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}
.sp-materialize .indigo {
  background-color: #3f51b5 !important;
}
.sp-materialize .indigo-text {
  color: #3f51b5 !important;
}
.sp-materialize .indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}
.sp-materialize .indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}
.sp-materialize .indigo.lighten-4 {
  background-color: #c5cae9 !important;
}
.sp-materialize .indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}
.sp-materialize .indigo.lighten-3 {
  background-color: #9fa8da !important;
}
.sp-materialize .indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}
.sp-materialize .indigo.lighten-2 {
  background-color: #7986cb !important;
}
.sp-materialize .indigo-text.text-lighten-2 {
  color: #7986cb !important;
}
.sp-materialize .indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}
.sp-materialize .indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}
.sp-materialize .indigo.darken-1 {
  background-color: #3949ab !important;
}
.sp-materialize .indigo-text.text-darken-1 {
  color: #3949ab !important;
}
.sp-materialize .indigo.darken-2 {
  background-color: #303f9f !important;
}
.sp-materialize .indigo-text.text-darken-2 {
  color: #303f9f !important;
}
.sp-materialize .indigo.darken-3 {
  background-color: #283593 !important;
}
.sp-materialize .indigo-text.text-darken-3 {
  color: #283593 !important;
}
.sp-materialize .indigo.darken-4 {
  background-color: #1a237e !important;
}
.sp-materialize .indigo-text.text-darken-4 {
  color: #1a237e !important;
}
.sp-materialize .indigo.accent-1 {
  background-color: #8c9eff !important;
}
.sp-materialize .indigo-text.text-accent-1 {
  color: #8c9eff !important;
}
.sp-materialize .indigo.accent-2 {
  background-color: #536dfe !important;
}
.sp-materialize .indigo-text.text-accent-2 {
  color: #536dfe !important;
}
.sp-materialize .indigo.accent-3 {
  background-color: #3d5afe !important;
}
.sp-materialize .indigo-text.text-accent-3 {
  color: #3d5afe !important;
}
.sp-materialize .indigo.accent-4 {
  background-color: #304ffe !important;
}
.sp-materialize .indigo-text.text-accent-4 {
  color: #304ffe !important;
}
.sp-materialize .blue {
  background-color: #2196F3 !important;
}
.sp-materialize .blue-text {
  color: #2196F3 !important;
}
.sp-materialize .blue.lighten-5 {
  background-color: #E3F2FD !important;
}
.sp-materialize .blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}
.sp-materialize .blue.lighten-4 {
  background-color: #BBDEFB !important;
}
.sp-materialize .blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}
.sp-materialize .blue.lighten-3 {
  background-color: #90CAF9 !important;
}
.sp-materialize .blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}
.sp-materialize .blue.lighten-2 {
  background-color: #64B5F6 !important;
}
.sp-materialize .blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}
.sp-materialize .blue.lighten-1 {
  background-color: #42A5F5 !important;
}
.sp-materialize .blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}
.sp-materialize .blue.darken-1 {
  background-color: #1E88E5 !important;
}
.sp-materialize .blue-text.text-darken-1 {
  color: #1E88E5 !important;
}
.sp-materialize .blue.darken-2 {
  background-color: #1976D2 !important;
}
.sp-materialize .blue-text.text-darken-2 {
  color: #1976D2 !important;
}
.sp-materialize .blue.darken-3 {
  background-color: #1565C0 !important;
}
.sp-materialize .blue-text.text-darken-3 {
  color: #1565C0 !important;
}
.sp-materialize .blue.darken-4 {
  background-color: #0D47A1 !important;
}
.sp-materialize .blue-text.text-darken-4 {
  color: #0D47A1 !important;
}
.sp-materialize .blue.accent-1 {
  background-color: #82B1FF !important;
}
.sp-materialize .blue-text.text-accent-1 {
  color: #82B1FF !important;
}
.sp-materialize .blue.accent-2 {
  background-color: #448AFF !important;
}
.sp-materialize .blue-text.text-accent-2 {
  color: #448AFF !important;
}
.sp-materialize .blue.accent-3 {
  background-color: #2979FF !important;
}
.sp-materialize .blue-text.text-accent-3 {
  color: #2979FF !important;
}
.sp-materialize .blue.accent-4 {
  background-color: #2962FF !important;
}
.sp-materialize .blue-text.text-accent-4 {
  color: #2962FF !important;
}
.sp-materialize .light-blue {
  background-color: #03a9f4 !important;
}
.sp-materialize .light-blue-text {
  color: #03a9f4 !important;
}
.sp-materialize .light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}
.sp-materialize .light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}
.sp-materialize .light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}
.sp-materialize .light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}
.sp-materialize .light-blue.lighten-3 {
  background-color: #81d4fa !important;
}
.sp-materialize .light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}
.sp-materialize .light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}
.sp-materialize .light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}
.sp-materialize .light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}
.sp-materialize .light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}
.sp-materialize .light-blue.darken-1 {
  background-color: #039be5 !important;
}
.sp-materialize .light-blue-text.text-darken-1 {
  color: #039be5 !important;
}
.sp-materialize .light-blue.darken-2 {
  background-color: #0288d1 !important;
}
.sp-materialize .light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}
.sp-materialize .light-blue.darken-3 {
  background-color: #0277bd !important;
}
.sp-materialize .light-blue-text.text-darken-3 {
  color: #0277bd !important;
}
.sp-materialize .light-blue.darken-4 {
  background-color: #01579b !important;
}
.sp-materialize .light-blue-text.text-darken-4 {
  color: #01579b !important;
}
.sp-materialize .light-blue.accent-1 {
  background-color: #80d8ff !important;
}
.sp-materialize .light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}
.sp-materialize .light-blue.accent-2 {
  background-color: #40c4ff !important;
}
.sp-materialize .light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}
.sp-materialize .light-blue.accent-3 {
  background-color: #00b0ff !important;
}
.sp-materialize .light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}
.sp-materialize .light-blue.accent-4 {
  background-color: #0091ea !important;
}
.sp-materialize .light-blue-text.text-accent-4 {
  color: #0091ea !important;
}
.sp-materialize .cyan {
  background-color: #00bcd4 !important;
}
.sp-materialize .cyan-text {
  color: #00bcd4 !important;
}
.sp-materialize .cyan.lighten-5 {
  background-color: #e0f7fa !important;
}
.sp-materialize .cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}
.sp-materialize .cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}
.sp-materialize .cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}
.sp-materialize .cyan.lighten-3 {
  background-color: #80deea !important;
}
.sp-materialize .cyan-text.text-lighten-3 {
  color: #80deea !important;
}
.sp-materialize .cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}
.sp-materialize .cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}
.sp-materialize .cyan.lighten-1 {
  background-color: #26c6da !important;
}
.sp-materialize .cyan-text.text-lighten-1 {
  color: #26c6da !important;
}
.sp-materialize .cyan.darken-1 {
  background-color: #00acc1 !important;
}
.sp-materialize .cyan-text.text-darken-1 {
  color: #00acc1 !important;
}
.sp-materialize .cyan.darken-2 {
  background-color: #0097a7 !important;
}
.sp-materialize .cyan-text.text-darken-2 {
  color: #0097a7 !important;
}
.sp-materialize .cyan.darken-3 {
  background-color: #00838f !important;
}
.sp-materialize .cyan-text.text-darken-3 {
  color: #00838f !important;
}
.sp-materialize .cyan.darken-4 {
  background-color: #006064 !important;
}
.sp-materialize .cyan-text.text-darken-4 {
  color: #006064 !important;
}
.sp-materialize .cyan.accent-1 {
  background-color: #84ffff !important;
}
.sp-materialize .cyan-text.text-accent-1 {
  color: #84ffff !important;
}
.sp-materialize .cyan.accent-2 {
  background-color: #18ffff !important;
}
.sp-materialize .cyan-text.text-accent-2 {
  color: #18ffff !important;
}
.sp-materialize .cyan.accent-3 {
  background-color: #00e5ff !important;
}
.sp-materialize .cyan-text.text-accent-3 {
  color: #00e5ff !important;
}
.sp-materialize .cyan.accent-4 {
  background-color: #00b8d4 !important;
}
.sp-materialize .cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}
.sp-materialize .teal {
  background-color: #009688 !important;
}
.sp-materialize .teal-text {
  color: #009688 !important;
}
.sp-materialize .teal.lighten-5 {
  background-color: #e0f2f1 !important;
}
.sp-materialize .teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}
.sp-materialize .teal.lighten-4 {
  background-color: #b2dfdb !important;
}
.sp-materialize .teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}
.sp-materialize .teal.lighten-3 {
  background-color: #80cbc4 !important;
}
.sp-materialize .teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}
.sp-materialize .teal.lighten-2 {
  background-color: #4db6ac !important;
}
.sp-materialize .teal-text.text-lighten-2 {
  color: #4db6ac !important;
}
.sp-materialize .teal.lighten-1 {
  background-color: #26a69a !important;
}
.sp-materialize .teal-text.text-lighten-1 {
  color: #26a69a !important;
}
.sp-materialize .teal.darken-1 {
  background-color: #00897b !important;
}
.sp-materialize .teal-text.text-darken-1 {
  color: #00897b !important;
}
.sp-materialize .teal.darken-2 {
  background-color: #00796b !important;
}
.sp-materialize .teal-text.text-darken-2 {
  color: #00796b !important;
}
.sp-materialize .teal.darken-3 {
  background-color: #00695c !important;
}
.sp-materialize .teal-text.text-darken-3 {
  color: #00695c !important;
}
.sp-materialize .teal.darken-4 {
  background-color: #004d40 !important;
}
.sp-materialize .teal-text.text-darken-4 {
  color: #004d40 !important;
}
.sp-materialize .teal.accent-1 {
  background-color: #a7ffeb !important;
}
.sp-materialize .teal-text.text-accent-1 {
  color: #a7ffeb !important;
}
.sp-materialize .teal.accent-2 {
  background-color: #64ffda !important;
}
.sp-materialize .teal-text.text-accent-2 {
  color: #64ffda !important;
}
.sp-materialize .teal.accent-3 {
  background-color: #1de9b6 !important;
}
.sp-materialize .teal-text.text-accent-3 {
  color: #1de9b6 !important;
}
.sp-materialize .teal.accent-4 {
  background-color: #00bfa5 !important;
}
.sp-materialize .teal-text.text-accent-4 {
  color: #00bfa5 !important;
}
.sp-materialize .green {
  background-color: #4CAF50 !important;
}
.sp-materialize .green-text {
  color: #4CAF50 !important;
}
.sp-materialize .green.lighten-5 {
  background-color: #E8F5E9 !important;
}
.sp-materialize .green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}
.sp-materialize .green.lighten-4 {
  background-color: #C8E6C9 !important;
}
.sp-materialize .green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}
.sp-materialize .green.lighten-3 {
  background-color: #A5D6A7 !important;
}
.sp-materialize .green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}
.sp-materialize .green.lighten-2 {
  background-color: #81C784 !important;
}
.sp-materialize .green-text.text-lighten-2 {
  color: #81C784 !important;
}
.sp-materialize .green.lighten-1 {
  background-color: #66BB6A !important;
}
.sp-materialize .green-text.text-lighten-1 {
  color: #66BB6A !important;
}
.sp-materialize .green.darken-1 {
  background-color: #43A047 !important;
}
.sp-materialize .green-text.text-darken-1 {
  color: #43A047 !important;
}
.sp-materialize .green.darken-2 {
  background-color: #388E3C !important;
}
.sp-materialize .green-text.text-darken-2 {
  color: #388E3C !important;
}
.sp-materialize .green.darken-3 {
  background-color: #2E7D32 !important;
}
.sp-materialize .green-text.text-darken-3 {
  color: #2E7D32 !important;
}
.sp-materialize .green.darken-4 {
  background-color: #1B5E20 !important;
}
.sp-materialize .green-text.text-darken-4 {
  color: #1B5E20 !important;
}
.sp-materialize .green.accent-1 {
  background-color: #B9F6CA !important;
}
.sp-materialize .green-text.text-accent-1 {
  color: #B9F6CA !important;
}
.sp-materialize .green.accent-2 {
  background-color: #69F0AE !important;
}
.sp-materialize .green-text.text-accent-2 {
  color: #69F0AE !important;
}
.sp-materialize .green.accent-3 {
  background-color: #00E676 !important;
}
.sp-materialize .green-text.text-accent-3 {
  color: #00E676 !important;
}
.sp-materialize .green.accent-4 {
  background-color: #00C853 !important;
}
.sp-materialize .green-text.text-accent-4 {
  color: #00C853 !important;
}
.sp-materialize .light-green {
  background-color: #8bc34a !important;
}
.sp-materialize .light-green-text {
  color: #8bc34a !important;
}
.sp-materialize .light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}
.sp-materialize .light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}
.sp-materialize .light-green.lighten-4 {
  background-color: #dcedc8 !important;
}
.sp-materialize .light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}
.sp-materialize .light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}
.sp-materialize .light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}
.sp-materialize .light-green.lighten-2 {
  background-color: #aed581 !important;
}
.sp-materialize .light-green-text.text-lighten-2 {
  color: #aed581 !important;
}
.sp-materialize .light-green.lighten-1 {
  background-color: #9ccc65 !important;
}
.sp-materialize .light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}
.sp-materialize .light-green.darken-1 {
  background-color: #7cb342 !important;
}
.sp-materialize .light-green-text.text-darken-1 {
  color: #7cb342 !important;
}
.sp-materialize .light-green.darken-2 {
  background-color: #689f38 !important;
}
.sp-materialize .light-green-text.text-darken-2 {
  color: #689f38 !important;
}
.sp-materialize .light-green.darken-3 {
  background-color: #558b2f !important;
}
.sp-materialize .light-green-text.text-darken-3 {
  color: #558b2f !important;
}
.sp-materialize .light-green.darken-4 {
  background-color: #33691e !important;
}
.sp-materialize .light-green-text.text-darken-4 {
  color: #33691e !important;
}
.sp-materialize .light-green.accent-1 {
  background-color: #ccff90 !important;
}
.sp-materialize .light-green-text.text-accent-1 {
  color: #ccff90 !important;
}
.sp-materialize .light-green.accent-2 {
  background-color: #b2ff59 !important;
}
.sp-materialize .light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}
.sp-materialize .light-green.accent-3 {
  background-color: #76ff03 !important;
}
.sp-materialize .light-green-text.text-accent-3 {
  color: #76ff03 !important;
}
.sp-materialize .light-green.accent-4 {
  background-color: #64dd17 !important;
}
.sp-materialize .light-green-text.text-accent-4 {
  color: #64dd17 !important;
}
.sp-materialize .lime {
  background-color: #cddc39 !important;
}
.sp-materialize .lime-text {
  color: #cddc39 !important;
}
.sp-materialize .lime.lighten-5 {
  background-color: #f9fbe7 !important;
}
.sp-materialize .lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}
.sp-materialize .lime.lighten-4 {
  background-color: #f0f4c3 !important;
}
.sp-materialize .lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}
.sp-materialize .lime.lighten-3 {
  background-color: #e6ee9c !important;
}
.sp-materialize .lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}
.sp-materialize .lime.lighten-2 {
  background-color: #dce775 !important;
}
.sp-materialize .lime-text.text-lighten-2 {
  color: #dce775 !important;
}
.sp-materialize .lime.lighten-1 {
  background-color: #d4e157 !important;
}
.sp-materialize .lime-text.text-lighten-1 {
  color: #d4e157 !important;
}
.sp-materialize .lime.darken-1 {
  background-color: #c0ca33 !important;
}
.sp-materialize .lime-text.text-darken-1 {
  color: #c0ca33 !important;
}
.sp-materialize .lime.darken-2 {
  background-color: #afb42b !important;
}
.sp-materialize .lime-text.text-darken-2 {
  color: #afb42b !important;
}
.sp-materialize .lime.darken-3 {
  background-color: #9e9d24 !important;
}
.sp-materialize .lime-text.text-darken-3 {
  color: #9e9d24 !important;
}
.sp-materialize .lime.darken-4 {
  background-color: #827717 !important;
}
.sp-materialize .lime-text.text-darken-4 {
  color: #827717 !important;
}
.sp-materialize .lime.accent-1 {
  background-color: #f4ff81 !important;
}
.sp-materialize .lime-text.text-accent-1 {
  color: #f4ff81 !important;
}
.sp-materialize .lime.accent-2 {
  background-color: #eeff41 !important;
}
.sp-materialize .lime-text.text-accent-2 {
  color: #eeff41 !important;
}
.sp-materialize .lime.accent-3 {
  background-color: #c6ff00 !important;
}
.sp-materialize .lime-text.text-accent-3 {
  color: #c6ff00 !important;
}
.sp-materialize .lime.accent-4 {
  background-color: #aeea00 !important;
}
.sp-materialize .lime-text.text-accent-4 {
  color: #aeea00 !important;
}
.sp-materialize .yellow {
  background-color: #ffeb3b !important;
}
.sp-materialize .yellow-text {
  color: #ffeb3b !important;
}
.sp-materialize .yellow.lighten-5 {
  background-color: #fffde7 !important;
}
.sp-materialize .yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}
.sp-materialize .yellow.lighten-4 {
  background-color: #fff9c4 !important;
}
.sp-materialize .yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}
.sp-materialize .yellow.lighten-3 {
  background-color: #fff59d !important;
}
.sp-materialize .yellow-text.text-lighten-3 {
  color: #fff59d !important;
}
.sp-materialize .yellow.lighten-2 {
  background-color: #fff176 !important;
}
.sp-materialize .yellow-text.text-lighten-2 {
  color: #fff176 !important;
}
.sp-materialize .yellow.lighten-1 {
  background-color: #ffee58 !important;
}
.sp-materialize .yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}
.sp-materialize .yellow.darken-1 {
  background-color: #fdd835 !important;
}
.sp-materialize .yellow-text.text-darken-1 {
  color: #fdd835 !important;
}
.sp-materialize .yellow.darken-2 {
  background-color: #fbc02d !important;
}
.sp-materialize .yellow-text.text-darken-2 {
  color: #fbc02d !important;
}
.sp-materialize .yellow.darken-3 {
  background-color: #f9a825 !important;
}
.sp-materialize .yellow-text.text-darken-3 {
  color: #f9a825 !important;
}
.sp-materialize .yellow.darken-4 {
  background-color: #f57f17 !important;
}
.sp-materialize .yellow-text.text-darken-4 {
  color: #f57f17 !important;
}
.sp-materialize .yellow.accent-1 {
  background-color: #ffff8d !important;
}
.sp-materialize .yellow-text.text-accent-1 {
  color: #ffff8d !important;
}
.sp-materialize .yellow.accent-2 {
  background-color: #ffff00 !important;
}
.sp-materialize .yellow-text.text-accent-2 {
  color: #ffff00 !important;
}
.sp-materialize .yellow.accent-3 {
  background-color: #ffea00 !important;
}
.sp-materialize .yellow-text.text-accent-3 {
  color: #ffea00 !important;
}
.sp-materialize .yellow.accent-4 {
  background-color: #ffd600 !important;
}
.sp-materialize .yellow-text.text-accent-4 {
  color: #ffd600 !important;
}
.sp-materialize .amber {
  background-color: #ffc107 !important;
}
.sp-materialize .amber-text {
  color: #ffc107 !important;
}
.sp-materialize .amber.lighten-5 {
  background-color: #fff8e1 !important;
}
.sp-materialize .amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}
.sp-materialize .amber.lighten-4 {
  background-color: #ffecb3 !important;
}
.sp-materialize .amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}
.sp-materialize .amber.lighten-3 {
  background-color: #ffe082 !important;
}
.sp-materialize .amber-text.text-lighten-3 {
  color: #ffe082 !important;
}
.sp-materialize .amber.lighten-2 {
  background-color: #ffd54f !important;
}
.sp-materialize .amber-text.text-lighten-2 {
  color: #ffd54f !important;
}
.sp-materialize .amber.lighten-1 {
  background-color: #ffca28 !important;
}
.sp-materialize .amber-text.text-lighten-1 {
  color: #ffca28 !important;
}
.sp-materialize .amber.darken-1 {
  background-color: #ffb300 !important;
}
.sp-materialize .amber-text.text-darken-1 {
  color: #ffb300 !important;
}
.sp-materialize .amber.darken-2 {
  background-color: #ffa000 !important;
}
.sp-materialize .amber-text.text-darken-2 {
  color: #ffa000 !important;
}
.sp-materialize .amber.darken-3 {
  background-color: #ff8f00 !important;
}
.sp-materialize .amber-text.text-darken-3 {
  color: #ff8f00 !important;
}
.sp-materialize .amber.darken-4 {
  background-color: #ff6f00 !important;
}
.sp-materialize .amber-text.text-darken-4 {
  color: #ff6f00 !important;
}
.sp-materialize .amber.accent-1 {
  background-color: #ffe57f !important;
}
.sp-materialize .amber-text.text-accent-1 {
  color: #ffe57f !important;
}
.sp-materialize .amber.accent-2 {
  background-color: #ffd740 !important;
}
.sp-materialize .amber-text.text-accent-2 {
  color: #ffd740 !important;
}
.sp-materialize .amber.accent-3 {
  background-color: #ffc400 !important;
}
.sp-materialize .amber-text.text-accent-3 {
  color: #ffc400 !important;
}
.sp-materialize .amber.accent-4 {
  background-color: #ffab00 !important;
}
.sp-materialize .amber-text.text-accent-4 {
  color: #ffab00 !important;
}
.sp-materialize .orange {
  background-color: #ff9800 !important;
}
.sp-materialize .orange-text {
  color: #ff9800 !important;
}
.sp-materialize .orange.lighten-5 {
  background-color: #fff3e0 !important;
}
.sp-materialize .orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}
.sp-materialize .orange.lighten-4 {
  background-color: #ffe0b2 !important;
}
.sp-materialize .orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}
.sp-materialize .orange.lighten-3 {
  background-color: #ffcc80 !important;
}
.sp-materialize .orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}
.sp-materialize .orange.lighten-2 {
  background-color: #ffb74d !important;
}
.sp-materialize .orange-text.text-lighten-2 {
  color: #ffb74d !important;
}
.sp-materialize .orange.lighten-1 {
  background-color: #ffa726 !important;
}
.sp-materialize .orange-text.text-lighten-1 {
  color: #ffa726 !important;
}
.sp-materialize .orange.darken-1 {
  background-color: #fb8c00 !important;
}
.sp-materialize .orange-text.text-darken-1 {
  color: #fb8c00 !important;
}
.sp-materialize .orange.darken-2 {
  background-color: #f57c00 !important;
}
.sp-materialize .orange-text.text-darken-2 {
  color: #f57c00 !important;
}
.sp-materialize .orange.darken-3 {
  background-color: #ef6c00 !important;
}
.sp-materialize .orange-text.text-darken-3 {
  color: #ef6c00 !important;
}
.sp-materialize .orange.darken-4 {
  background-color: #e65100 !important;
}
.sp-materialize .orange-text.text-darken-4 {
  color: #e65100 !important;
}
.sp-materialize .orange.accent-1 {
  background-color: #ffd180 !important;
}
.sp-materialize .orange-text.text-accent-1 {
  color: #ffd180 !important;
}
.sp-materialize .orange.accent-2 {
  background-color: #ffab40 !important;
}
.sp-materialize .orange-text.text-accent-2 {
  color: #ffab40 !important;
}
.sp-materialize .orange.accent-3 {
  background-color: #ff9100 !important;
}
.sp-materialize .orange-text.text-accent-3 {
  color: #ff9100 !important;
}
.sp-materialize .orange.accent-4 {
  background-color: #ff6d00 !important;
}
.sp-materialize .orange-text.text-accent-4 {
  color: #ff6d00 !important;
}
.sp-materialize .deep-orange {
  background-color: #ff5722 !important;
}
.sp-materialize .deep-orange-text {
  color: #ff5722 !important;
}
.sp-materialize .deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}
.sp-materialize .deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}
.sp-materialize .deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}
.sp-materialize .deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}
.sp-materialize .deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}
.sp-materialize .deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}
.sp-materialize .deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}
.sp-materialize .deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}
.sp-materialize .deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}
.sp-materialize .deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}
.sp-materialize .deep-orange.darken-1 {
  background-color: #f4511e !important;
}
.sp-materialize .deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}
.sp-materialize .deep-orange.darken-2 {
  background-color: #e64a19 !important;
}
.sp-materialize .deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}
.sp-materialize .deep-orange.darken-3 {
  background-color: #d84315 !important;
}
.sp-materialize .deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}
.sp-materialize .deep-orange.darken-4 {
  background-color: #bf360c !important;
}
.sp-materialize .deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}
.sp-materialize .deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}
.sp-materialize .deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}
.sp-materialize .deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}
.sp-materialize .deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}
.sp-materialize .deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}
.sp-materialize .deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}
.sp-materialize .deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}
.sp-materialize .deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}
.sp-materialize .brown {
  background-color: #795548 !important;
}
.sp-materialize .brown-text {
  color: #795548 !important;
}
.sp-materialize .brown.lighten-5 {
  background-color: #efebe9 !important;
}
.sp-materialize .brown-text.text-lighten-5 {
  color: #efebe9 !important;
}
.sp-materialize .brown.lighten-4 {
  background-color: #d7ccc8 !important;
}
.sp-materialize .brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}
.sp-materialize .brown.lighten-3 {
  background-color: #bcaaa4 !important;
}
.sp-materialize .brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}
.sp-materialize .brown.lighten-2 {
  background-color: #a1887f !important;
}
.sp-materialize .brown-text.text-lighten-2 {
  color: #a1887f !important;
}
.sp-materialize .brown.lighten-1 {
  background-color: #8d6e63 !important;
}
.sp-materialize .brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}
.sp-materialize .brown.darken-1 {
  background-color: #6d4c41 !important;
}
.sp-materialize .brown-text.text-darken-1 {
  color: #6d4c41 !important;
}
.sp-materialize .brown.darken-2 {
  background-color: #5d4037 !important;
}
.sp-materialize .brown-text.text-darken-2 {
  color: #5d4037 !important;
}
.sp-materialize .brown.darken-3 {
  background-color: #4e342e !important;
}
.sp-materialize .brown-text.text-darken-3 {
  color: #4e342e !important;
}
.sp-materialize .brown.darken-4 {
  background-color: #3e2723 !important;
}
.sp-materialize .brown-text.text-darken-4 {
  color: #3e2723 !important;
}
.sp-materialize .blue-grey {
  background-color: #607d8b !important;
}
.sp-materialize .blue-grey-text {
  color: #607d8b !important;
}
.sp-materialize .blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}
.sp-materialize .blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}
.sp-materialize .blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}
.sp-materialize .blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}
.sp-materialize .blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}
.sp-materialize .blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}
.sp-materialize .blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}
.sp-materialize .blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}
.sp-materialize .blue-grey.lighten-1 {
  background-color: #78909c !important;
}
.sp-materialize .blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}
.sp-materialize .blue-grey.darken-1 {
  background-color: #546e7a !important;
}
.sp-materialize .blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}
.sp-materialize .blue-grey.darken-2 {
  background-color: #455a64 !important;
}
.sp-materialize .blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}
.sp-materialize .blue-grey.darken-3 {
  background-color: #37474f !important;
}
.sp-materialize .blue-grey-text.text-darken-3 {
  color: #37474f !important;
}
.sp-materialize .blue-grey.darken-4 {
  background-color: #263238 !important;
}
.sp-materialize .blue-grey-text.text-darken-4 {
  color: #263238 !important;
}
.sp-materialize .grey {
  background-color: #9e9e9e !important;
}
.sp-materialize .grey-text {
  color: #9e9e9e !important;
}
.sp-materialize .grey.lighten-5 {
  background-color: #fafafa !important;
}
.sp-materialize .grey-text.text-lighten-5 {
  color: #fafafa !important;
}
.sp-materialize .grey.lighten-4 {
  background-color: #f5f5f5 !important;
}
.sp-materialize .grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}
.sp-materialize .grey.lighten-3 {
  background-color: #eeeeee !important;
}
.sp-materialize .grey-text.text-lighten-3 {
  color: #eeeeee !important;
}
.sp-materialize .grey.lighten-2 {
  background-color: #e0e0e0 !important;
}
.sp-materialize .grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}
.sp-materialize .grey.lighten-1 {
  background-color: #bdbdbd !important;
}
.sp-materialize .grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}
.sp-materialize .grey.darken-1 {
  background-color: #757575 !important;
}
.sp-materialize .grey-text.text-darken-1 {
  color: #757575 !important;
}
.sp-materialize .grey.darken-2 {
  background-color: #616161 !important;
}
.sp-materialize .grey-text.text-darken-2 {
  color: #616161 !important;
}
.sp-materialize .grey.darken-3 {
  background-color: #424242 !important;
}
.sp-materialize .grey-text.text-darken-3 {
  color: #424242 !important;
}
.sp-materialize .grey.darken-4 {
  background-color: #212121 !important;
}
.sp-materialize .grey-text.text-darken-4 {
  color: #212121 !important;
}
.sp-materialize .black {
  background-color: #000000 !important;
}
.sp-materialize .black-text {
  color: #000000 !important;
}
.sp-materialize .white {
  background-color: #FFFFFF !important;
}
.sp-materialize .white-text {
  color: #FFFFFF !important;
}
.sp-materialize .transparent {
  background-color: transparent !important;
}
.sp-materialize .transparent-text {
  color: transparent !important;
}
.sp-materialize {
}
.sp-materialize html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.sp-materialize {
}
.sp-materialize body {
  margin: 0;
}
.sp-materialize {
}
.sp-materialize article,
.sp-materialize aside,
.sp-materialize footer,
.sp-materialize header,
.sp-materialize nav,
.sp-materialize section {
  display: block;
}
.sp-materialize {
}
.sp-materialize h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.sp-materialize {
}
.sp-materialize figcaption,
.sp-materialize figure,
.sp-materialize main {
  display: block;
}
.sp-materialize {
}
.sp-materialize figure {
  margin: 1em 40px;
}
.sp-materialize {
}
.sp-materialize hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.sp-materialize {
}
.sp-materialize pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.sp-materialize {
}
.sp-materialize a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.sp-materialize {
}
.sp-materialize abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.sp-materialize {
}
.sp-materialize b,
.sp-materialize strong {
  font-weight: inherit;
}
.sp-materialize {
}
.sp-materialize b,
.sp-materialize strong {
  font-weight: bolder;
}
.sp-materialize {
}
.sp-materialize code,
.sp-materialize kbd,
.sp-materialize samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.sp-materialize {
}
.sp-materialize dfn {
  font-style: italic;
}
.sp-materialize {
}
.sp-materialize mark {
  background-color: #ff0;
  color: #000;
}
.sp-materialize {
}
.sp-materialize small {
  font-size: 80%;
}
.sp-materialize {
}
.sp-materialize sub,
.sp-materialize sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.sp-materialize sub {
  bottom: -0.25em;
}
.sp-materialize sup {
  top: -0.5em;
}
.sp-materialize {
}
.sp-materialize audio,
.sp-materialize video {
  display: inline-block;
}
.sp-materialize {
}
.sp-materialize audio:not([controls]) {
  display: none;
  height: 0;
}
.sp-materialize {
}
.sp-materialize img {
  border-style: none;
}
.sp-materialize {
}
.sp-materialize svg:not(:root) {
  overflow: hidden;
}
.sp-materialize {
}
.sp-materialize button,
.sp-materialize input,
.sp-materialize optgroup,
.sp-materialize select,
.sp-materialize textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.sp-materialize {
}
.sp-materialize button,
.sp-materialize input {
  overflow: visible;
}
.sp-materialize {
}
.sp-materialize button,
.sp-materialize select {
  text-transform: none;
}
.sp-materialize {
}
.sp-materialize button,
.sp-materialize html [type=button],
.sp-materialize [type=reset],
.sp-materialize [type=submit] {
  -webkit-appearance: button;
}
.sp-materialize {
}
.sp-materialize button::-moz-focus-inner,
.sp-materialize [type=button]::-moz-focus-inner,
.sp-materialize [type=reset]::-moz-focus-inner,
.sp-materialize [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.sp-materialize {
}
.sp-materialize button:-moz-focusring,
.sp-materialize [type=button]:-moz-focusring,
.sp-materialize [type=reset]:-moz-focusring,
.sp-materialize [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.sp-materialize {
}
.sp-materialize fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.sp-materialize {
}
.sp-materialize legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.sp-materialize {
}
.sp-materialize progress {
  display: inline-block;
  vertical-align: baseline;
}
.sp-materialize {
}
.sp-materialize textarea {
  overflow: auto;
}
.sp-materialize {
}
.sp-materialize [type=checkbox],
.sp-materialize [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
.sp-materialize {
}
.sp-materialize [type=number]::-webkit-inner-spin-button,
.sp-materialize [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.sp-materialize {
}
.sp-materialize [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.sp-materialize {
}
.sp-materialize [type=search]::-webkit-search-cancel-button,
.sp-materialize [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.sp-materialize {
}
.sp-materialize ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.sp-materialize {
}
.sp-materialize details,
.sp-materialize menu {
  display: block;
}
.sp-materialize {
}
.sp-materialize summary {
  display: list-item;
}
.sp-materialize {
}
.sp-materialize canvas {
  display: inline-block;
}
.sp-materialize {
}
.sp-materialize template {
  display: none;
}
.sp-materialize {
}
.sp-materialize [hidden] {
  display: none;
}
.sp-materialize html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sp-materialize *,
.sp-materialize *:before,
.sp-materialize *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.sp-materialize button,
.sp-materialize input,
.sp-materialize optgroup,
.sp-materialize select,
.sp-materialize textarea {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
}
.sp-materialize ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
.sp-materialize ul:not(.browser-default) > li {
  list-style-type: none;
}
.sp-materialize a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.sp-materialize .valign-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp-materialize .clearfix {
  clear: both;
}
.sp-materialize .z-depth-0 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.sp-materialize {
}
.sp-materialize .z-depth-1,
.sp-materialize .sidenav,
.sp-materialize .collapsible,
.sp-materialize .dropdown-content,
.sp-materialize .btn-floating,
.sp-materialize .btn,
.sp-materialize .btn-small,
.sp-materialize .btn-large,
.sp-materialize .toast,
.sp-materialize .card,
.sp-materialize .card-panel,
.sp-materialize nav {
  -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);
}
.sp-materialize .z-depth-1-half,
.sp-materialize .btn-floating:hover,
.sp-materialize .btn:hover,
.sp-materialize .btn-small:hover,
.sp-materialize .btn-large: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);
}
.sp-materialize {
}
.sp-materialize .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);
}
.sp-materialize {
}
.sp-materialize .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);
}
.sp-materialize {
}
.sp-materialize .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);
}
.sp-materialize {
}
.sp-materialize .z-depth-5,
.sp-materialize .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);
}
.sp-materialize .hoverable {
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
}
.sp-materialize .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);
}
.sp-materialize .divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}
.sp-materialize blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #16abd6;
}
.sp-materialize i {
  line-height: inherit;
}
.sp-materialize i.left {
  float: left;
  margin-right: 15px;
}
.sp-materialize i.right {
  float: right;
  margin-left: 15px;
}
.sp-materialize i.tiny {
  font-size: 1rem;
}
.sp-materialize i.small {
  font-size: 2rem;
}
.sp-materialize i.medium {
  font-size: 4rem;
}
.sp-materialize i.large {
  font-size: 6rem;
}
.sp-materialize img.responsive-img,
.sp-materialize video.responsive-video {
  max-width: 100%;
  height: auto;
}
.sp-materialize .pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}
.sp-materialize .pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}
.sp-materialize .pagination li.active a {
  color: #fff;
}
.sp-materialize .pagination li.active {
  background-color: #16abd6;
}
.sp-materialize .pagination li.disabled a {
  cursor: default;
  color: #999;
}
.sp-materialize .pagination li i {
  font-size: 2rem;
}
.sp-materialize .pagination li.pages ul li {
  display: inline-block;
  float: none;
}
@media only screen and (max-width: 992px) {
  .sp-materialize .pagination {
    width: 100%;
  }
  .sp-materialize .pagination li.prev,
  .sp-materialize .pagination li.next {
    width: 10%;
  }
  .sp-materialize .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.sp-materialize .breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.sp-materialize .breadcrumb i,
.sp-materialize .breadcrumb [class^=mdi-],
.sp-materialize .breadcrumb [class*=mdi-],
.sp-materialize .breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}
.sp-materialize .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;
}
.sp-materialize .breadcrumb:first-child:before {
  display: none;
}
.sp-materialize .breadcrumb:last-child {
  color: #fff;
}
.sp-materialize .parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.sp-materialize .parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.sp-materialize .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%);
}
.sp-materialize .pin-top,
.sp-materialize .pin-bottom {
  position: relative;
}
.sp-materialize .pinned {
  position: fixed !important;
}
.sp-materialize {
}
.sp-materialize ul.staggered-list li {
  opacity: 0;
}
.sp-materialize .fade-in {
  opacity: 0;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
.sp-materialize {
}
@media only screen and (max-width: 600px) {
  .sp-materialize .hide-on-small-only,
  .sp-materialize .hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .sp-materialize .hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .sp-materialize .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .sp-materialize .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .sp-materialize .hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .sp-materialize .hide-on-extra-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .sp-materialize .show-on-extra-large {
    display: block !important;
  }
}
@media only screen and (min-width: 993px) {
  .sp-materialize .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .sp-materialize .show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .sp-materialize .show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width: 601px) {
  .sp-materialize .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .sp-materialize .show-on-medium-and-down {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .sp-materialize .center-on-small-only {
    text-align: center;
  }
}
.sp-materialize .page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #16abd6;
}
.sp-materialize .page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -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);
}
.sp-materialize table,
.sp-materialize th,
.sp-materialize td {
  border: none;
}
.sp-materialize table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
.sp-materialize table.striped tr {
  border-bottom: none;
}
.sp-materialize table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}
.sp-materialize table.striped > tbody > tr > td {
  border-radius: 0;
}
.sp-materialize table.highlight > tbody > tr {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.sp-materialize table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}
.sp-materialize table.centered thead tr th,
.sp-materialize table.centered tbody tr td {
  text-align: center;
}
.sp-materialize tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.sp-materialize td,
.sp-materialize th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}
@media only screen and (max-width: 992px) {
  .sp-materialize table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
  }
  .sp-materialize table.responsive-table td:empty:before {
    content: "\a0";
  }
  .sp-materialize table.responsive-table th,
  .sp-materialize table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  .sp-materialize table.responsive-table th {
    text-align: left;
  }
  .sp-materialize table.responsive-table thead {
    display: block;
    float: left;
  }
  .sp-materialize table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  .sp-materialize table.responsive-table thead tr th::before {
    content: "\a0";
  }
  .sp-materialize table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .sp-materialize table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .sp-materialize table.responsive-table th {
    display: block;
    text-align: right;
  }
  .sp-materialize table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  .sp-materialize table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  .sp-materialize table.responsive-table {
  }
  .sp-materialize table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.sp-materialize .collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.sp-materialize .collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
}
.sp-materialize .collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}
.sp-materialize .collection .collection-item.avatar:not(.circle-clipper) > .circle,
.sp-materialize .collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.sp-materialize .collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}
.sp-materialize .collection .collection-item.avatar .title {
  font-size: 16px;
}
.sp-materialize .collection .collection-item.avatar p {
  margin: 0;
}
.sp-materialize .collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}
.sp-materialize .collection .collection-item:last-child {
  border-bottom: none;
}
.sp-materialize .collection .collection-item.active {
  background-color: #16abd6;
  color: #2588ad;
}
.sp-materialize .collection .collection-item.active .secondary-content {
  color: #fff;
}
.sp-materialize .collection a.collection-item {
  display: block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: #16abd6;
}
.sp-materialize .collection a.collection-item:not(.active):hover {
  background-color: #f7f7f7;
}
.sp-materialize .collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 20px;
}
.sp-materialize .collection.with-header .collection-item {
  padding-left: 30px;
}
.sp-materialize .collection.with-header .collection-item.avatar {
  padding-left: 72px;
}
.sp-materialize .secondary-content {
  float: right;
  color: #51c1a6;
}
.sp-materialize .collapsible .collection {
  margin: 0;
  border: none;
}
.sp-materialize .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.sp-materialize .video-container iframe,
.sp-materialize .video-container object,
.sp-materialize .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sp-materialize .progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: rgb(231.406779661, 246.593220339, 242.9322033898);
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
.sp-materialize .progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #51c1a6;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.sp-materialize .progress .indeterminate {
  background-color: #51c1a6;
}
.sp-materialize .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;
}
.sp-materialize .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%;
  }
}
.sp-materialize {
}
.sp-materialize .hide {
  display: none !important;
}
.sp-materialize .left-align {
  text-align: left;
}
.sp-materialize .right-align {
  text-align: right;
}
.sp-materialize .center,
.sp-materialize .center-align {
  text-align: center;
}
.sp-materialize .left {
  float: left !important;
}
.sp-materialize .right {
  float: right !important;
}
.sp-materialize .no-select,
.sp-materialize input[type=range],
.sp-materialize input[type=range] + .thumb {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sp-materialize .circle {
  border-radius: 50%;
}
.sp-materialize .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sp-materialize .truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sp-materialize .no-padding {
  padding: 0 !important;
}
.sp-materialize 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;
}
.sp-materialize span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #51c1a6;
  border-radius: 2px;
}
.sp-materialize span.badge.new:after {
  content: " new";
}
.sp-materialize span.badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption);
}
.sp-materialize nav ul a span.badge {
  display: inline-block;
  float: none;
  margin-left: 4px;
  line-height: 22px;
  height: 22px;
  -webkit-font-smoothing: auto;
}
.sp-materialize .collection-item span.badge {
  margin-top: calc(0.75rem - 11px);
}
.sp-materialize .collapsible span.badge {
  margin-left: auto;
}
.sp-materialize .sidenav span.badge {
  margin-top: calc(24px - 11px);
}
.sp-materialize table span.badge {
  display: inline-block;
  float: none;
  margin-left: auto;
}
.sp-materialize {
}
.sp-materialize .material-icons {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
}
.sp-materialize .container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
@media only screen and (min-width: 601px) {
  .sp-materialize .container {
    width: 85%;
  }
}
@media only screen and (min-width: 993px) {
  .sp-materialize .container {
    width: 70%;
  }
}
.sp-materialize .col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.sp-materialize .section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.sp-materialize .section.no-pad {
  padding: 0;
}
.sp-materialize .section.no-pad-bot {
  padding-bottom: 0;
}
.sp-materialize .section.no-pad-top {
  padding-top: 0;
}
.sp-materialize .row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.sp-materialize .row:after {
  content: "";
  display: table;
  clear: both;
}
.sp-materialize .row .col {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}
.sp-materialize .row .col[class*=push-],
.sp-materialize .row .col[class*=pull-] {
  position: relative;
}
.sp-materialize .row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.sp-materialize .row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.sp-materialize .row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.sp-materialize .row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.sp-materialize .row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.sp-materialize .row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.sp-materialize .row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.sp-materialize .row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.sp-materialize .row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.sp-materialize .row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.sp-materialize .row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.sp-materialize .row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.sp-materialize .row .col.offset-s1 {
  margin-left: 8.3333333333%;
}
.sp-materialize .row .col.pull-s1 {
  right: 8.3333333333%;
}
.sp-materialize .row .col.push-s1 {
  left: 8.3333333333%;
}
.sp-materialize .row .col.offset-s2 {
  margin-left: 16.6666666667%;
}
.sp-materialize .row .col.pull-s2 {
  right: 16.6666666667%;
}
.sp-materialize .row .col.push-s2 {
  left: 16.6666666667%;
}
.sp-materialize .row .col.offset-s3 {
  margin-left: 25%;
}
.sp-materialize .row .col.pull-s3 {
  right: 25%;
}
.sp-materialize .row .col.push-s3 {
  left: 25%;
}
.sp-materialize .row .col.offset-s4 {
  margin-left: 33.3333333333%;
}
.sp-materialize .row .col.pull-s4 {
  right: 33.3333333333%;
}
.sp-materialize .row .col.push-s4 {
  left: 33.3333333333%;
}
.sp-materialize .row .col.offset-s5 {
  margin-left: 41.6666666667%;
}
.sp-materialize .row .col.pull-s5 {
  right: 41.6666666667%;
}
.sp-materialize .row .col.push-s5 {
  left: 41.6666666667%;
}
.sp-materialize .row .col.offset-s6 {
  margin-left: 50%;
}
.sp-materialize .row .col.pull-s6 {
  right: 50%;
}
.sp-materialize .row .col.push-s6 {
  left: 50%;
}
.sp-materialize .row .col.offset-s7 {
  margin-left: 58.3333333333%;
}
.sp-materialize .row .col.pull-s7 {
  right: 58.3333333333%;
}
.sp-materialize .row .col.push-s7 {
  left: 58.3333333333%;
}
.sp-materialize .row .col.offset-s8 {
  margin-left: 66.6666666667%;
}
.sp-materialize .row .col.pull-s8 {
  right: 66.6666666667%;
}
.sp-materialize .row .col.push-s8 {
  left: 66.6666666667%;
}
.sp-materialize .row .col.offset-s9 {
  margin-left: 75%;
}
.sp-materialize .row .col.pull-s9 {
  right: 75%;
}
.sp-materialize .row .col.push-s9 {
  left: 75%;
}
.sp-materialize .row .col.offset-s10 {
  margin-left: 83.3333333333%;
}
.sp-materialize .row .col.pull-s10 {
  right: 83.3333333333%;
}
.sp-materialize .row .col.push-s10 {
  left: 83.3333333333%;
}
.sp-materialize .row .col.offset-s11 {
  margin-left: 91.6666666667%;
}
.sp-materialize .row .col.pull-s11 {
  right: 91.6666666667%;
}
.sp-materialize .row .col.push-s11 {
  left: 91.6666666667%;
}
.sp-materialize .row .col.offset-s12 {
  margin-left: 100%;
}
.sp-materialize .row .col.pull-s12 {
  right: 100%;
}
.sp-materialize .row .col.push-s12 {
  left: 100%;
}
@media only screen and (min-width: 601px) {
  .sp-materialize .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .sp-materialize .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .sp-materialize .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .sp-materialize .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .sp-materialize .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .sp-materialize .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .sp-materialize .row .col.offset-m3 {
    margin-left: 25%;
  }
  .sp-materialize .row .col.pull-m3 {
    right: 25%;
  }
  .sp-materialize .row .col.push-m3 {
    left: 25%;
  }
  .sp-materialize .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .sp-materialize .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .sp-materialize .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .sp-materialize .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .sp-materialize .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .sp-materialize .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .sp-materialize .row .col.offset-m6 {
    margin-left: 50%;
  }
  .sp-materialize .row .col.pull-m6 {
    right: 50%;
  }
  .sp-materialize .row .col.push-m6 {
    left: 50%;
  }
  .sp-materialize .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .sp-materialize .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .sp-materialize .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .sp-materialize .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .sp-materialize .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .sp-materialize .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .sp-materialize .row .col.offset-m9 {
    margin-left: 75%;
  }
  .sp-materialize .row .col.pull-m9 {
    right: 75%;
  }
  .sp-materialize .row .col.push-m9 {
    left: 75%;
  }
  .sp-materialize .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .sp-materialize .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .sp-materialize .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .sp-materialize .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .sp-materialize .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .sp-materialize .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .sp-materialize .row .col.offset-m12 {
    margin-left: 100%;
  }
  .sp-materialize .row .col.pull-m12 {
    right: 100%;
  }
  .sp-materialize .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width: 993px) {
  .sp-materialize .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .sp-materialize .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .sp-materialize .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .sp-materialize .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .sp-materialize .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .sp-materialize .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .sp-materialize .row .col.offset-l3 {
    margin-left: 25%;
  }
  .sp-materialize .row .col.pull-l3 {
    right: 25%;
  }
  .sp-materialize .row .col.push-l3 {
    left: 25%;
  }
  .sp-materialize .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .sp-materialize .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .sp-materialize .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .sp-materialize .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .sp-materialize .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .sp-materialize .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .sp-materialize .row .col.offset-l6 {
    margin-left: 50%;
  }
  .sp-materialize .row .col.pull-l6 {
    right: 50%;
  }
  .sp-materialize .row .col.push-l6 {
    left: 50%;
  }
  .sp-materialize .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .sp-materialize .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .sp-materialize .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .sp-materialize .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .sp-materialize .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .sp-materialize .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .sp-materialize .row .col.offset-l9 {
    margin-left: 75%;
  }
  .sp-materialize .row .col.pull-l9 {
    right: 75%;
  }
  .sp-materialize .row .col.push-l9 {
    left: 75%;
  }
  .sp-materialize .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .sp-materialize .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .sp-materialize .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .sp-materialize .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .sp-materialize .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .sp-materialize .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .sp-materialize .row .col.offset-l12 {
    margin-left: 100%;
  }
  .sp-materialize .row .col.pull-l12 {
    right: 100%;
  }
  .sp-materialize .row .col.push-l12 {
    left: 100%;
  }
}
@media only screen and (min-width: 1201px) {
  .sp-materialize .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .sp-materialize .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .sp-materialize .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  .sp-materialize .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  .sp-materialize .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .sp-materialize .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  .sp-materialize .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  .sp-materialize .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .sp-materialize .row .col.pull-xl3 {
    right: 25%;
  }
  .sp-materialize .row .col.push-xl3 {
    left: 25%;
  }
  .sp-materialize .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .sp-materialize .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  .sp-materialize .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  .sp-materialize .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .sp-materialize .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  .sp-materialize .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  .sp-materialize .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .sp-materialize .row .col.pull-xl6 {
    right: 50%;
  }
  .sp-materialize .row .col.push-xl6 {
    left: 50%;
  }
  .sp-materialize .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .sp-materialize .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  .sp-materialize .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  .sp-materialize .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .sp-materialize .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  .sp-materialize .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  .sp-materialize .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .sp-materialize .row .col.pull-xl9 {
    right: 75%;
  }
  .sp-materialize .row .col.push-xl9 {
    left: 75%;
  }
  .sp-materialize .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .sp-materialize .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  .sp-materialize .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  .sp-materialize .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .sp-materialize .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  .sp-materialize .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  .sp-materialize .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .sp-materialize .row .col.pull-xl12 {
    right: 100%;
  }
  .sp-materialize .row .col.push-xl12 {
    left: 100%;
  }
}
.sp-materialize nav.nav-extended {
  height: auto;
}
.sp-materialize nav.nav-extended .nav-wrapper {
  min-height: 64px;
  height: auto;
}
.sp-materialize nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}
.sp-materialize nav {
  color: #6c6c6c;
  background-color: #16abd6;
  width: 100%;
  height: 64px;
  line-height: 64px;
}
.sp-materialize nav a {
  color: #6c6c6c;
}
.sp-materialize nav i,
.sp-materialize nav [class^=mdi-],
.sp-materialize nav [class*=mdi-],
.sp-materialize nav i.material-icons {
  display: block;
  font-size: 24px;
  height: 64px;
  line-height: 64px;
}
.sp-materialize nav .nav-wrapper {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 993px) {
  .sp-materialize nav a.sidenav-trigger {
    display: none;
  }
}
.sp-materialize nav .sidenav-trigger {
  float: left;
  position: relative;
  z-index: 1;
  height: 64px;
  margin: 0 18px;
}
.sp-materialize nav .sidenav-trigger i {
  height: 64px;
  line-height: 64px;
}
.sp-materialize nav .brand-logo {
  position: absolute;
  color: #6c6c6c;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
}
.sp-materialize nav .brand-logo.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 992px) {
  .sp-materialize nav .brand-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sp-materialize nav .brand-logo.left,
  .sp-materialize nav .brand-logo.right {
    padding: 0;
    -webkit-transform: none;
            transform: none;
  }
  .sp-materialize nav .brand-logo.left {
    left: 0.5rem;
  }
  .sp-materialize nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}
.sp-materialize nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}
.sp-materialize nav .brand-logo i,
.sp-materialize nav .brand-logo [class^=mdi-],
.sp-materialize nav .brand-logo [class*=mdi-],
.sp-materialize nav .brand-logo i.material-icons {
  float: left;
  margin-right: 15px;
}
.sp-materialize nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}
.sp-materialize nav ul {
  margin: 0;
}
.sp-materialize nav ul li {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  float: left;
  padding: 0;
}
.sp-materialize nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}
.sp-materialize nav ul a {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-size: 1rem;
  color: #6c6c6c;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}
.sp-materialize nav ul a.btn,
.sp-materialize nav ul a.btn-small,
.sp-materialize nav ul a.btn-large,
.sp-materialize nav ul a.btn-flat,
.sp-materialize nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}
.sp-materialize nav ul a.btn > .material-icons,
.sp-materialize nav ul a.btn-small > .material-icons,
.sp-materialize nav ul a.btn-large > .material-icons,
.sp-materialize nav ul a.btn-flat > .material-icons,
.sp-materialize nav ul a.btn-floating > .material-icons {
  height: inherit;
  line-height: inherit;
}
.sp-materialize nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.sp-materialize nav ul.left {
  float: left;
}
.sp-materialize nav form {
  height: 100%;
}
.sp-materialize nav .input-field {
  margin: 0;
  height: 100%;
}
.sp-materialize nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}
.sp-materialize nav .input-field input:focus,
.sp-materialize nav .input-field input[type=text]:valid,
.sp-materialize nav .input-field input[type=password]:valid,
.sp-materialize nav .input-field input[type=email]:valid,
.sp-materialize nav .input-field input[type=url]:valid,
.sp-materialize nav .input-field input[type=date]:valid {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sp-materialize nav .input-field label {
  top: 0;
  left: 0;
}
.sp-materialize nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.sp-materialize nav .input-field label.active i {
  color: #6c6c6c;
}
.sp-materialize .navbar-fixed {
  position: relative;
  height: 64px;
  z-index: 997;
}
.sp-materialize .navbar-fixed nav {
  position: fixed;
}
@media only screen and (min-width: 601px) {
  .sp-materialize nav.nav-extended .nav-wrapper {
    min-height: 64px;
  }
  .sp-materialize nav,
  .sp-materialize nav .nav-wrapper i,
  .sp-materialize nav a.sidenav-trigger,
  .sp-materialize nav a.sidenav-trigger i {
    height: 64px;
    line-height: 64px;
  }
  .sp-materialize .navbar-fixed {
    height: 64px;
  }
}
.sp-materialize a {
  text-decoration: none;
}
.sp-materialize html {
  line-height: 1.5;
}
@media only screen and (min-width: 0) {
  .sp-materialize html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .sp-materialize html {
    font-size: 14.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .sp-materialize html {
    font-size: 15px;
  }
}
.sp-materialize html {
  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);
}
.sp-materialize h1,
.sp-materialize h2,
.sp-materialize h3,
.sp-materialize h4,
.sp-materialize h5,
.sp-materialize h6 {
  font-weight: 400;
  line-height: 1.3;
}
.sp-materialize h1 a,
.sp-materialize h2 a,
.sp-materialize h3 a,
.sp-materialize h4 a,
.sp-materialize h5 a,
.sp-materialize h6 a {
  font-weight: inherit;
}
.sp-materialize h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}
.sp-materialize h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.3733333333rem 0 1.424rem 0;
}
.sp-materialize h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.9466666667rem 0 1.168rem 0;
}
.sp-materialize h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}
.sp-materialize h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 0.656rem 0;
}
.sp-materialize h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.7666666667rem 0 0.46rem 0;
}
.sp-materialize em {
  font-style: italic;
}
.sp-materialize strong {
  font-weight: 500;
}
.sp-materialize small {
  font-size: 75%;
}
.sp-materialize .light {
  font-weight: 300;
}
.sp-materialize .thin {
  font-weight: 200;
}
@media only screen and (min-width: 360px) {
  .sp-materialize .flow-text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 390px) {
  .sp-materialize .flow-text {
    font-size: 1.224rem;
  }
}
@media only screen and (min-width: 420px) {
  .sp-materialize .flow-text {
    font-size: 1.248rem;
  }
}
@media only screen and (min-width: 450px) {
  .sp-materialize .flow-text {
    font-size: 1.272rem;
  }
}
@media only screen and (min-width: 480px) {
  .sp-materialize .flow-text {
    font-size: 1.296rem;
  }
}
@media only screen and (min-width: 510px) {
  .sp-materialize .flow-text {
    font-size: 1.32rem;
  }
}
@media only screen and (min-width: 540px) {
  .sp-materialize .flow-text {
    font-size: 1.344rem;
  }
}
@media only screen and (min-width: 570px) {
  .sp-materialize .flow-text {
    font-size: 1.368rem;
  }
}
@media only screen and (min-width: 600px) {
  .sp-materialize .flow-text {
    font-size: 1.392rem;
  }
}
@media only screen and (min-width: 630px) {
  .sp-materialize .flow-text {
    font-size: 1.416rem;
  }
}
@media only screen and (min-width: 660px) {
  .sp-materialize .flow-text {
    font-size: 1.44rem;
  }
}
@media only screen and (min-width: 690px) {
  .sp-materialize .flow-text {
    font-size: 1.464rem;
  }
}
@media only screen and (min-width: 720px) {
  .sp-materialize .flow-text {
    font-size: 1.488rem;
  }
}
@media only screen and (min-width: 750px) {
  .sp-materialize .flow-text {
    font-size: 1.512rem;
  }
}
@media only screen and (min-width: 780px) {
  .sp-materialize .flow-text {
    font-size: 1.536rem;
  }
}
@media only screen and (min-width: 810px) {
  .sp-materialize .flow-text {
    font-size: 1.56rem;
  }
}
@media only screen and (min-width: 840px) {
  .sp-materialize .flow-text {
    font-size: 1.584rem;
  }
}
@media only screen and (min-width: 870px) {
  .sp-materialize .flow-text {
    font-size: 1.608rem;
  }
}
@media only screen and (min-width: 900px) {
  .sp-materialize .flow-text {
    font-size: 1.632rem;
  }
}
@media only screen and (min-width: 930px) {
  .sp-materialize .flow-text {
    font-size: 1.656rem;
  }
}
@media only screen and (min-width: 960px) {
  .sp-materialize .flow-text {
    font-size: 1.68rem;
  }
}
@media only screen and (max-width: 360px) {
  .sp-materialize .flow-text {
    font-size: 1.2rem;
  }
}
.sp-materialize .scale-transition.scale-out {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s !important;
  transition: -webkit-transform 0.2s !important;
  transition: transform 0.2s !important;
  transition: transform 0.2s, -webkit-transform 0.2s !important;
}
.sp-materialize .scale-transition.scale-in {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sp-materialize .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;
}
.sp-materialize .card-panel {
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
  padding: 24px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}
.sp-materialize .card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
  border-radius: 2px;
}
.sp-materialize .card .card-title {
  font-size: 24px;
  font-weight: 300;
}
.sp-materialize .card .card-title.activator {
  cursor: pointer;
}
.sp-materialize .card.small,
.sp-materialize .card.medium,
.sp-materialize .card.large {
  position: relative;
}
.sp-materialize .card.small .card-image,
.sp-materialize .card.medium .card-image,
.sp-materialize .card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}
.sp-materialize .card.small .card-image + .card-content,
.sp-materialize .card.medium .card-image + .card-content,
.sp-materialize .card.large .card-image + .card-content {
  max-height: 40%;
}
.sp-materialize .card.small .card-content,
.sp-materialize .card.medium .card-content,
.sp-materialize .card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}
.sp-materialize .card.small .card-action,
.sp-materialize .card.medium .card-action,
.sp-materialize .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sp-materialize .card.small {
  height: 300px;
}
.sp-materialize .card.medium {
  height: 400px;
}
.sp-materialize .card.large {
  height: 500px;
}
.sp-materialize .card.horizontal.small .card-image,
.sp-materialize .card.horizontal.medium .card-image,
.sp-materialize .card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}
.sp-materialize .card.horizontal.small .card-image img,
.sp-materialize .card.horizontal.medium .card-image img,
.sp-materialize .card.horizontal.large .card-image img {
  height: 100%;
}
.sp-materialize .card.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sp-materialize .card.horizontal .card-image {
  max-width: 50%;
}
.sp-materialize .card.horizontal .card-image img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
}
.sp-materialize .card.horizontal .card-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.sp-materialize .card.horizontal .card-stacked .card-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sp-materialize .card.sticky-action .card-action {
  z-index: 2;
}
.sp-materialize .card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}
.sp-materialize .card .card-image {
  position: relative;
}
.sp-materialize .card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.sp-materialize .card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}
.sp-materialize .card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}
.sp-materialize .card .card-content p {
  margin: 0;
}
.sp-materialize .card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
}
.sp-materialize .card .card-content .card-title i {
  line-height: 32px;
}
.sp-materialize .card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}
.sp-materialize .card .card-action {
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  position: relative;
  padding: 16px 24px;
}
.sp-materialize .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
  color: #16abd6;
  margin-right: 24px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.sp-materialize .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
  color: #00bcd4;
}
.sp-materialize .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;
}
.sp-materialize .card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}
.sp-materialize #toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}
@media only screen and (max-width: 600px) {
  .sp-materialize #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .sp-materialize #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}
@media only screen and (min-width: 993px) {
  .sp-materialize #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}
.sp-materialize .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: #4b4b4d;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: default;
}
.sp-materialize .toast .toast-action {
  color: #eeff41;
  font-weight: 500;
  margin-right: -25px;
  margin-left: 3rem;
}
.sp-materialize .toast.rounded {
  border-radius: 24px;
}
@media only screen and (max-width: 600px) {
  .sp-materialize .toast {
    width: 100%;
    border-radius: 0;
  }
}
.sp-materialize .tabs.tabs-transparent {
  background-color: transparent;
}
.sp-materialize .tabs.tabs-transparent .tab a,
.sp-materialize .tabs.tabs-transparent .tab.disabled a,
.sp-materialize .tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.sp-materialize .tabs.tabs-transparent .tab a:hover,
.sp-materialize .tabs.tabs-transparent .tab a.active {
  color: #fff;
}
.sp-materialize .tabs.tabs-transparent .indicator {
  background-color: #fff;
}
.sp-materialize .tabs.tabs-fixed-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sp-materialize .tabs.tabs-fixed-width .tab {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sp-materialize .tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}
.sp-materialize .tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.sp-materialize .tabs .tab a:focus,
.sp-materialize .tabs .tab a:focus.active {
  background-color: rgba(22, 171, 214, 0.2);
  outline: none;
}
.sp-materialize .tabs .tab a:hover,
.sp-materialize .tabs .tab a.active {
  background-color: transparent;
  color: #16abd6;
}
.sp-materialize .tabs .tab a {
  color: rgba(22, 171, 214, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color 0.28s ease, background-color 0.28s ease;
  transition: color 0.28s ease, background-color 0.28s ease;
}
.sp-materialize .tabs .tab.disabled a,
.sp-materialize .tabs .tab.disabled a:hover {
  color: rgba(22, 171, 214, 0.4);
  cursor: default;
}
.sp-materialize .tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #16abd6;
  will-change: left, right;
}
@media only screen and (max-width: 992px) {
  .sp-materialize .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp-materialize .tabs .tab {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .sp-materialize .tabs .tab a {
    padding: 0 12px;
  }
}
.sp-materialize .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;
}
.sp-materialize .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;
}
.sp-materialize .btn,
.sp-materialize .btn-small,
.sp-materialize .btn-large,
.sp-materialize .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;
}
.sp-materialize .btn.disabled,
.sp-materialize .btn-floating.disabled,
.sp-materialize .btn-large.disabled,
.sp-materialize .btn-small.disabled,
.sp-materialize .btn-flat.disabled,
.sp-materialize .btn:disabled,
.sp-materialize .btn-floating:disabled,
.sp-materialize .btn-large:disabled,
.sp-materialize .btn-small:disabled,
.sp-materialize .btn-flat:disabled,
.sp-materialize .btn[disabled],
.sp-materialize .btn-floating[disabled],
.sp-materialize .btn-large[disabled],
.sp-materialize .btn-small[disabled],
.sp-materialize .btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}
.sp-materialize .btn.disabled:hover,
.sp-materialize .btn-floating.disabled:hover,
.sp-materialize .btn-large.disabled:hover,
.sp-materialize .btn-small.disabled:hover,
.sp-materialize .btn-flat.disabled:hover,
.sp-materialize .btn:disabled:hover,
.sp-materialize .btn-floating:disabled:hover,
.sp-materialize .btn-large:disabled:hover,
.sp-materialize .btn-small:disabled:hover,
.sp-materialize .btn-flat:disabled:hover,
.sp-materialize .btn[disabled]:hover,
.sp-materialize .btn-floating[disabled]:hover,
.sp-materialize .btn-large[disabled]:hover,
.sp-materialize .btn-small[disabled]:hover,
.sp-materialize .btn-flat[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}
.sp-materialize .btn,
.sp-materialize .btn-floating,
.sp-materialize .btn-large,
.sp-materialize .btn-small,
.sp-materialize .btn-flat {
  font-size: 14px;
  outline: 0;
}
.sp-materialize .btn i,
.sp-materialize .btn-floating i,
.sp-materialize .btn-large i,
.sp-materialize .btn-small i,
.sp-materialize .btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}
.sp-materialize .btn:focus,
.sp-materialize .btn-small:focus,
.sp-materialize .btn-large:focus,
.sp-materialize .btn-floating:focus {
  background-color: rgb(58.5847457627, 164.4152542373, 138.9025423729);
}
.sp-materialize .btn,
.sp-materialize .btn-small,
.sp-materialize .btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #51c1a6;
  text-align: center;
  letter-spacing: 0.5px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
}
.sp-materialize .btn:hover,
.sp-materialize .btn-small:hover,
.sp-materialize .btn-large:hover {
  background-color: rgb(99.8008474576, 199.6991525424, 175.6165254237);
}
.sp-materialize .btn-floating:hover {
  background-color: #51c1a6;
}
.sp-materialize .btn-floating:before {
  border-radius: 0;
}
.sp-materialize .btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}
.sp-materialize .btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}
.sp-materialize .btn-floating.btn-large i {
  line-height: 56px;
}
.sp-materialize .btn-floating.btn-small.halfway-fab {
  bottom: -16.2px;
}
.sp-materialize .btn-floating.btn-small {
  width: 32.4px;
  height: 32.4px;
}
.sp-materialize .btn-floating.btn-small i {
  line-height: 32.4px;
}
.sp-materialize .btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}
.sp-materialize .btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}
.sp-materialize .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: #51c1a6;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  vertical-align: middle;
}
.sp-materialize .btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}
.sp-materialize button.btn-floating {
  border: none;
}
.sp-materialize .fixed-action-btn.active ul {
  visibility: visible;
}
.sp-materialize .fixed-action-btn.direction-left,
.sp-materialize .fixed-action-btn.direction-right {
  padding: 0 0 0 15px;
}
.sp-materialize .fixed-action-btn.direction-left ul,
.sp-materialize .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: 500px;
}
.sp-materialize .fixed-action-btn.direction-left ul li,
.sp-materialize .fixed-action-btn.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}
.sp-materialize .fixed-action-btn.direction-right {
  padding: 0 15px 0 0;
}
.sp-materialize .fixed-action-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}
.sp-materialize .fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}
.sp-materialize .fixed-action-btn.direction-bottom {
  padding: 0 0 15px 0;
}
.sp-materialize .fixed-action-btn.direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.sp-materialize .fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0 0;
}
.sp-materialize .fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}
.sp-materialize .fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}
.sp-materialize .fixed-action-btn.toolbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.sp-materialize .fixed-action-btn.toolbar ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  -webkit-transition: none;
  transition: none;
}
.sp-materialize .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;
}
.sp-materialize .fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}
.sp-materialize .fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}
.sp-materialize .fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}
.sp-materialize .fixed-action-btn ul li {
  margin-bottom: 15px;
}
.sp-materialize .fixed-action-btn ul a.btn-floating {
  opacity: 0;
}
.sp-materialize .fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #51c1a6;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.sp-materialize .btn-flat {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.sp-materialize .btn-flat:focus,
.sp-materialize .btn-flat:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sp-materialize .btn-flat:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.sp-materialize .btn-flat.disabled,
.sp-materialize .btn-flat.btn-flat[disabled] {
  background-color: transparent !important;
  color: rgb(178.5, 178.5, 178.5) !important;
  cursor: default;
}
.sp-materialize .btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}
.sp-materialize .btn-large i {
  font-size: 1.6rem;
}
.sp-materialize .btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}
.sp-materialize .btn-small i {
  font-size: 1.2rem;
}
.sp-materialize .btn-block {
  display: block;
}
.sp-materialize .dropdown-content:focus {
  outline: 0;
}
.sp-materialize .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;
}
.sp-materialize .dropdown-content li:hover,
.sp-materialize .dropdown-content li.active {
  background-color: #f7f7f7;
}
.sp-materialize .dropdown-content li:focus {
  outline: none;
}
.sp-materialize .dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}
.sp-materialize .dropdown-content li > a,
.sp-materialize .dropdown-content li > span {
  font-size: 16px;
  color: #16abd6;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}
.sp-materialize .dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}
.sp-materialize .dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}
.sp-materialize .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;
}
.sp-materialize body.keyboard-focused .dropdown-content li:focus {
  background-color: rgb(226.6, 226.6, 226.6);
}
.sp-materialize .input-field.col .dropdown-content [type=checkbox] + label {
  top: 1px;
  left: 0;
  height: 18px;
  -webkit-transform: none;
          transform: none;
}
.sp-materialize .dropdown-trigger {
  cursor: pointer;
}
.sp-materialize {
}
.sp-materialize .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: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.sp-materialize .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;
}
.sp-materialize .waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
.sp-materialize .waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
.sp-materialize .waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
.sp-materialize .waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}
.sp-materialize .waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
.sp-materialize .waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
.sp-materialize .waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.sp-materialize .waves-effect input[type=button],
.sp-materialize .waves-effect input[type=reset],
.sp-materialize .waves-effect input[type=submit] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}
.sp-materialize .waves-effect img {
  position: relative;
  z-index: -1;
}
.sp-materialize .waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
.sp-materialize .waves-circle {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.sp-materialize .waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.sp-materialize .waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.sp-materialize .waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}
.sp-materialize .waves-block {
  display: block;
}
.sp-materialize {
}
.sp-materialize .waves-effect .waves-ripple {
  z-index: -1;
}
.sp-materialize .modal:focus {
  outline: none;
}
.sp-materialize .modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}
@media only screen and (max-width: 992px) {
  .sp-materialize .modal {
    width: 80%;
  }
}
.sp-materialize .modal h1,
.sp-materialize .modal h2,
.sp-materialize .modal h3,
.sp-materialize .modal h4 {
  margin-top: 0;
}
.sp-materialize .modal .modal-content {
  padding: 24px;
}
.sp-materialize .modal .modal-close {
  cursor: pointer;
}
.sp-materialize .modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}
.sp-materialize .modal .modal-footer .btn,
.sp-materialize .modal .modal-footer .btn-large,
.sp-materialize .modal .modal-footer .btn-small,
.sp-materialize .modal .modal-footer .btn-flat {
  margin: 6px 0;
}
.sp-materialize .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;
}
.sp-materialize .modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}
.sp-materialize .modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}
.sp-materialize .modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}
.sp-materialize .modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}
.sp-materialize .collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}
.sp-materialize .collapsible-header:focus {
  outline: 0;
}
.sp-materialize .collapsible-header {
  display: -webkit-box;
  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;
}
.sp-materialize .collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}
.sp-materialize .keyboard-focused .collapsible-header:focus {
  background-color: #eee;
}
.sp-materialize .collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem;
}
.sp-materialize .sidenav .collapsible,
.sp-materialize .sidenav.fixed .collapsible {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sp-materialize .sidenav .collapsible li,
.sp-materialize .sidenav.fixed .collapsible li {
  padding: 0;
}
.sp-materialize .sidenav .collapsible-header,
.sp-materialize .sidenav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}
.sp-materialize .sidenav .collapsible-header:hover,
.sp-materialize .sidenav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.sp-materialize .sidenav .collapsible-header i,
.sp-materialize .sidenav.fixed .collapsible-header i {
  line-height: inherit;
}
.sp-materialize .sidenav .collapsible-body,
.sp-materialize .sidenav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}
.sp-materialize .sidenav .collapsible-body li a,
.sp-materialize .sidenav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}
.sp-materialize .collapsible.popout {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sp-materialize .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);
}
.sp-materialize .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;
}
.sp-materialize .chip:focus {
  outline: none;
  background-color: #16abd6;
  color: #fff;
}
.sp-materialize .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: #e6e6e6;
  margin-bottom: 5px;
  margin-right: 5px;
}
.sp-materialize .chip > img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.sp-materialize .chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}
.sp-materialize .chips {
  border: none;
  border-bottom: 1px solid #a8a8a8;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 0 8px 0;
  min-height: 45px;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sp-materialize .chips.focus {
  border-bottom: 1px solid #16abd6;
  -webkit-box-shadow: 0 1px 0 0 #16abd6;
          box-shadow: 0 1px 0 0 #16abd6;
}
.sp-materialize .chips:hover {
  cursor: text;
}
.sp-materialize .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;
}
.sp-materialize .chips .input:focus {
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.sp-materialize .chips .autocomplete-content {
  margin-top: 0;
  margin-bottom: 0;
}
.sp-materialize .prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
.sp-materialize .chips:empty ~ label {
  font-size: 0.8rem;
  -webkit-transform: translateY(-140%);
          transform: translateY(-140%);
}
.sp-materialize .materialboxed:hover:not(.active) {
  opacity: 0.8;
}
.sp-materialize .materialboxed {
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-backface-visibility: hidden;
}
.sp-materialize .materialboxed.active {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.sp-materialize #materialbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}
.sp-materialize .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;
}
.sp-materialize select:focus {
  outline: 1px solid #16abd6;
}
.sp-materialize button:focus {
  outline: none;
  background-color: rgb(96.0406779661, 198.3593220339, 173.693220339);
}
.sp-materialize label {
  font-size: 14px;
  color: #a8a8a8;
}
.sp-materialize {
}
.sp-materialize ::-webkit-input-placeholder {
  color: #e6e6e6;
}
.sp-materialize ::-moz-placeholder {
  color: #e6e6e6;
}
.sp-materialize :-ms-input-placeholder {
  color: #e6e6e6;
}
.sp-materialize ::-ms-input-placeholder {
  color: #e6e6e6;
}
.sp-materialize ::placeholder {
  color: #e6e6e6;
}
.sp-materialize {
}
.sp-materialize input:not([type]),
.sp-materialize input[type=text]:not(.browser-default),
.sp-materialize input[type=password]:not(.browser-default),
.sp-materialize input[type=email]:not(.browser-default),
.sp-materialize input[type=url]:not(.browser-default),
.sp-materialize input[type=time]:not(.browser-default),
.sp-materialize input[type=date]:not(.browser-default),
.sp-materialize input[type=datetime]:not(.browser-default),
.sp-materialize input[type=datetime-local]:not(.browser-default),
.sp-materialize input[type=tel]:not(.browser-default),
.sp-materialize input[type=number]:not(.browser-default),
.sp-materialize input[type=search]:not(.browser-default),
.sp-materialize textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #a8a8a8;
  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 0.3s, -webkit-box-shadow 0.3s;
  transition: border 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
}
.sp-materialize input:not([type]):disabled,
.sp-materialize input:not([type])[readonly=readonly],
.sp-materialize input[type=text]:not(.browser-default):disabled,
.sp-materialize input[type=text]:not(.browser-default)[readonly=readonly],
.sp-materialize input[type=password]:not(.browser-default):disabled,
.sp-materialize input[type=password]:not(.browser-default)[readonly=readonly],
.sp-materialize input[type=email]:not(.browser-default):disabled,
.sp-materialize input[type=email]:not(.browser-default)[readonly=readonly],
.sp-materialize input[type=url]:not(.browser-default):disabled,
.sp-materialize input[type=url]:not(.browser-default)[readonly=readonly],
.sp-materialize input[type=time]:not(.browser-default):disabled,
.sp-materialize input[type=time]:not(.browser-default)[readonly=readonly],
.sp-materialize input[type=date]:not(.browser-default):disabled,
.sp-materialize input[type=date]:not(.browser-default)[readonly=readonly],
.sp-materialize input[type=datetime]:not(.browser-default):disabled,
.sp-materialize input[type=datetime]:not(.browser-default)[readonly=readonly],
.sp-materialize input[type=datetime-local]:not(.browser-default):disabled,
.sp-materialize input[type=datetime-local]:not(.browser-default)[readonly=readonly],
.sp-materialize input[type=tel]:not(.browser-default):disabled,
.sp-materialize input[type=tel]:not(.browser-default)[readonly=readonly],
.sp-materialize input[type=number]:not(.browser-default):disabled,
.sp-materialize input[type=number]:not(.browser-default)[readonly=readonly],
.sp-materialize input[type=search]:not(.browser-default):disabled,
.sp-materialize input[type=search]:not(.browser-default)[readonly=readonly],
.sp-materialize textarea.materialize-textarea:disabled,
.sp-materialize textarea.materialize-textarea[readonly=readonly] {
  color: #a8a8a8;
  border-bottom: 1px dotted #a8a8a8;
}
.sp-materialize input:not([type]):disabled + label,
.sp-materialize input:not([type])[readonly=readonly] + label,
.sp-materialize input[type=text]:not(.browser-default):disabled + label,
.sp-materialize input[type=text]:not(.browser-default)[readonly=readonly] + label,
.sp-materialize input[type=password]:not(.browser-default):disabled + label,
.sp-materialize input[type=password]:not(.browser-default)[readonly=readonly] + label,
.sp-materialize input[type=email]:not(.browser-default):disabled + label,
.sp-materialize input[type=email]:not(.browser-default)[readonly=readonly] + label,
.sp-materialize input[type=url]:not(.browser-default):disabled + label,
.sp-materialize input[type=url]:not(.browser-default)[readonly=readonly] + label,
.sp-materialize input[type=time]:not(.browser-default):disabled + label,
.sp-materialize input[type=time]:not(.browser-default)[readonly=readonly] + label,
.sp-materialize input[type=date]:not(.browser-default):disabled + label,
.sp-materialize input[type=date]:not(.browser-default)[readonly=readonly] + label,
.sp-materialize input[type=datetime]:not(.browser-default):disabled + label,
.sp-materialize input[type=datetime]:not(.browser-default)[readonly=readonly] + label,
.sp-materialize input[type=datetime-local]:not(.browser-default):disabled + label,
.sp-materialize input[type=datetime-local]:not(.browser-default)[readonly=readonly] + label,
.sp-materialize input[type=tel]:not(.browser-default):disabled + label,
.sp-materialize input[type=tel]:not(.browser-default)[readonly=readonly] + label,
.sp-materialize input[type=number]:not(.browser-default):disabled + label,
.sp-materialize input[type=number]:not(.browser-default)[readonly=readonly] + label,
.sp-materialize input[type=search]:not(.browser-default):disabled + label,
.sp-materialize input[type=search]:not(.browser-default)[readonly=readonly] + label,
.sp-materialize textarea.materialize-textarea:disabled + label,
.sp-materialize textarea.materialize-textarea[readonly=readonly] + label {
  color: #a8a8a8;
}
.sp-materialize input:not([type]):focus:not([readonly]),
.sp-materialize input[type=text]:not(.browser-default):focus:not([readonly]),
.sp-materialize input[type=password]:not(.browser-default):focus:not([readonly]),
.sp-materialize input[type=email]:not(.browser-default):focus:not([readonly]),
.sp-materialize input[type=url]:not(.browser-default):focus:not([readonly]),
.sp-materialize input[type=time]:not(.browser-default):focus:not([readonly]),
.sp-materialize input[type=date]:not(.browser-default):focus:not([readonly]),
.sp-materialize input[type=datetime]:not(.browser-default):focus:not([readonly]),
.sp-materialize input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
.sp-materialize input[type=tel]:not(.browser-default):focus:not([readonly]),
.sp-materialize input[type=number]:not(.browser-default):focus:not([readonly]),
.sp-materialize input[type=search]:not(.browser-default):focus:not([readonly]),
.sp-materialize textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #16abd6;
  -webkit-box-shadow: 0 1px 0 0 #16abd6;
          box-shadow: 0 1px 0 0 #16abd6;
}
.sp-materialize input:not([type]):focus:not([readonly]) + label,
.sp-materialize input[type=text]:not(.browser-default):focus:not([readonly]) + label,
.sp-materialize input[type=password]:not(.browser-default):focus:not([readonly]) + label,
.sp-materialize input[type=email]:not(.browser-default):focus:not([readonly]) + label,
.sp-materialize input[type=url]:not(.browser-default):focus:not([readonly]) + label,
.sp-materialize input[type=time]:not(.browser-default):focus:not([readonly]) + label,
.sp-materialize input[type=date]:not(.browser-default):focus:not([readonly]) + label,
.sp-materialize input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
.sp-materialize input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
.sp-materialize input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
.sp-materialize input[type=number]:not(.browser-default):focus:not([readonly]) + label,
.sp-materialize input[type=search]:not(.browser-default):focus:not([readonly]) + label,
.sp-materialize textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #16abd6;
}
.sp-materialize input:not([type]):focus.valid ~ label,
.sp-materialize input[type=text]:not(.browser-default):focus.valid ~ label,
.sp-materialize input[type=password]:not(.browser-default):focus.valid ~ label,
.sp-materialize input[type=email]:not(.browser-default):focus.valid ~ label,
.sp-materialize input[type=url]:not(.browser-default):focus.valid ~ label,
.sp-materialize input[type=time]:not(.browser-default):focus.valid ~ label,
.sp-materialize input[type=date]:not(.browser-default):focus.valid ~ label,
.sp-materialize input[type=datetime]:not(.browser-default):focus.valid ~ label,
.sp-materialize input[type=datetime-local]:not(.browser-default):focus.valid ~ label,
.sp-materialize input[type=tel]:not(.browser-default):focus.valid ~ label,
.sp-materialize input[type=number]:not(.browser-default):focus.valid ~ label,
.sp-materialize input[type=search]:not(.browser-default):focus.valid ~ label,
.sp-materialize textarea.materialize-textarea:focus.valid ~ label {
  color: #249d3d;
}
.sp-materialize input:not([type]):focus.invalid ~ label,
.sp-materialize input[type=text]:not(.browser-default):focus.invalid ~ label,
.sp-materialize input[type=password]:not(.browser-default):focus.invalid ~ label,
.sp-materialize input[type=email]:not(.browser-default):focus.invalid ~ label,
.sp-materialize input[type=url]:not(.browser-default):focus.invalid ~ label,
.sp-materialize input[type=time]:not(.browser-default):focus.invalid ~ label,
.sp-materialize input[type=date]:not(.browser-default):focus.invalid ~ label,
.sp-materialize input[type=datetime]:not(.browser-default):focus.invalid ~ label,
.sp-materialize input[type=datetime-local]:not(.browser-default):focus.invalid ~ label,
.sp-materialize input[type=tel]:not(.browser-default):focus.invalid ~ label,
.sp-materialize input[type=number]:not(.browser-default):focus.invalid ~ label,
.sp-materialize input[type=search]:not(.browser-default):focus.invalid ~ label,
.sp-materialize textarea.materialize-textarea:focus.invalid ~ label {
  color: #e1393c;
}
.sp-materialize input:not([type]).validate + label,
.sp-materialize input[type=text]:not(.browser-default).validate + label,
.sp-materialize input[type=password]:not(.browser-default).validate + label,
.sp-materialize input[type=email]:not(.browser-default).validate + label,
.sp-materialize input[type=url]:not(.browser-default).validate + label,
.sp-materialize input[type=time]:not(.browser-default).validate + label,
.sp-materialize input[type=date]:not(.browser-default).validate + label,
.sp-materialize input[type=datetime]:not(.browser-default).validate + label,
.sp-materialize input[type=datetime-local]:not(.browser-default).validate + label,
.sp-materialize input[type=tel]:not(.browser-default).validate + label,
.sp-materialize input[type=number]:not(.browser-default).validate + label,
.sp-materialize input[type=search]:not(.browser-default).validate + label,
.sp-materialize textarea.materialize-textarea.validate + label {
  width: 100%;
}
.sp-materialize {
}
.sp-materialize .select-wrapper.valid > input.select-dropdown,
.sp-materialize input:not([type]).valid,
.sp-materialize input:not([type]):focus.valid,
.sp-materialize input[type=text]:not(.browser-default).valid,
.sp-materialize input[type=text]:not(.browser-default):focus.valid,
.sp-materialize input[type=password]:not(.browser-default).valid,
.sp-materialize input[type=password]:not(.browser-default):focus.valid,
.sp-materialize input[type=email]:not(.browser-default).valid,
.sp-materialize input[type=email]:not(.browser-default):focus.valid,
.sp-materialize input[type=url]:not(.browser-default).valid,
.sp-materialize input[type=url]:not(.browser-default):focus.valid,
.sp-materialize input[type=time]:not(.browser-default).valid,
.sp-materialize input[type=time]:not(.browser-default):focus.valid,
.sp-materialize input[type=date]:not(.browser-default).valid,
.sp-materialize input[type=date]:not(.browser-default):focus.valid,
.sp-materialize input[type=datetime]:not(.browser-default).valid,
.sp-materialize input[type=datetime]:not(.browser-default):focus.valid,
.sp-materialize input[type=datetime-local]:not(.browser-default).valid,
.sp-materialize input[type=datetime-local]:not(.browser-default):focus.valid,
.sp-materialize input[type=tel]:not(.browser-default).valid,
.sp-materialize input[type=tel]:not(.browser-default):focus.valid,
.sp-materialize input[type=number]:not(.browser-default).valid,
.sp-materialize input[type=number]:not(.browser-default):focus.valid,
.sp-materialize input[type=search]:not(.browser-default).valid,
.sp-materialize input[type=search]:not(.browser-default):focus.valid,
.sp-materialize textarea.materialize-textarea.valid,
.sp-materialize textarea.materialize-textarea:focus.valid {
  border-bottom: 1px solid #249d3d;
  -webkit-box-shadow: 0 1px 0 0 #249d3d;
          box-shadow: 0 1px 0 0 #249d3d;
}
.sp-materialize .select-wrapper.invalid > input.select-dropdown,
.sp-materialize .select-wrapper.invalid > input.select-dropdown:focus,
.sp-materialize input:not([type]).invalid,
.sp-materialize input:not([type]):focus.invalid,
.sp-materialize input[type=text]:not(.browser-default).invalid,
.sp-materialize input[type=text]:not(.browser-default):focus.invalid,
.sp-materialize input[type=password]:not(.browser-default).invalid,
.sp-materialize input[type=password]:not(.browser-default):focus.invalid,
.sp-materialize input[type=email]:not(.browser-default).invalid,
.sp-materialize input[type=email]:not(.browser-default):focus.invalid,
.sp-materialize input[type=url]:not(.browser-default).invalid,
.sp-materialize input[type=url]:not(.browser-default):focus.invalid,
.sp-materialize input[type=time]:not(.browser-default).invalid,
.sp-materialize input[type=time]:not(.browser-default):focus.invalid,
.sp-materialize input[type=date]:not(.browser-default).invalid,
.sp-materialize input[type=date]:not(.browser-default):focus.invalid,
.sp-materialize input[type=datetime]:not(.browser-default).invalid,
.sp-materialize input[type=datetime]:not(.browser-default):focus.invalid,
.sp-materialize input[type=datetime-local]:not(.browser-default).invalid,
.sp-materialize input[type=datetime-local]:not(.browser-default):focus.invalid,
.sp-materialize input[type=tel]:not(.browser-default).invalid,
.sp-materialize input[type=tel]:not(.browser-default):focus.invalid,
.sp-materialize input[type=number]:not(.browser-default).invalid,
.sp-materialize input[type=number]:not(.browser-default):focus.invalid,
.sp-materialize input[type=search]:not(.browser-default).invalid,
.sp-materialize input[type=search]:not(.browser-default):focus.invalid,
.sp-materialize textarea.materialize-textarea.invalid,
.sp-materialize textarea.materialize-textarea:focus.invalid {
  border-bottom: 1px solid #e1393c;
  -webkit-box-shadow: 0 1px 0 0 #e1393c;
          box-shadow: 0 1px 0 0 #e1393c;
}
.sp-materialize .select-wrapper.valid .helper-text[data-success],
.sp-materialize .select-wrapper.invalid ~ .helper-text[data-error],
.sp-materialize input:not([type]).valid ~ .helper-text[data-success],
.sp-materialize input:not([type]):focus.valid ~ .helper-text[data-success],
.sp-materialize input:not([type]).invalid ~ .helper-text[data-error],
.sp-materialize input:not([type]):focus.invalid ~ .helper-text[data-error],
.sp-materialize input[type=text]:not(.browser-default).valid ~ .helper-text[data-success],
.sp-materialize input[type=text]:not(.browser-default).invalid ~ .helper-text[data-error],
.sp-materialize input[type=password]:not(.browser-default).valid ~ .helper-text[data-success],
.sp-materialize input[type=password]:not(.browser-default).invalid ~ .helper-text[data-error],
.sp-materialize input[type=email]:not(.browser-default).valid ~ .helper-text[data-success],
.sp-materialize input[type=email]:not(.browser-default).invalid ~ .helper-text[data-error],
.sp-materialize input[type=url]:not(.browser-default).valid ~ .helper-text[data-success],
.sp-materialize input[type=url]:not(.browser-default).invalid ~ .helper-text[data-error],
.sp-materialize input[type=time]:not(.browser-default).valid ~ .helper-text[data-success],
.sp-materialize input[type=time]:not(.browser-default).invalid ~ .helper-text[data-error],
.sp-materialize input[type=date]:not(.browser-default).valid ~ .helper-text[data-success],
.sp-materialize input[type=date]:not(.browser-default).invalid ~ .helper-text[data-error],
.sp-materialize input[type=datetime]:not(.browser-default).valid ~ .helper-text[data-success],
.sp-materialize input[type=datetime]:not(.browser-default).invalid ~ .helper-text[data-error],
.sp-materialize input[type=datetime-local]:not(.browser-default).valid ~ .helper-text[data-success],
.sp-materialize input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text[data-error],
.sp-materialize input[type=tel]:not(.browser-default).valid ~ .helper-text[data-success],
.sp-materialize input[type=tel]:not(.browser-default).invalid ~ .helper-text[data-error],
.sp-materialize input[type=number]:not(.browser-default).valid ~ .helper-text[data-success],
.sp-materialize input[type=number]:not(.browser-default).invalid ~ .helper-text[data-error],
.sp-materialize input[type=search]:not(.browser-default).valid ~ .helper-text[data-success],
.sp-materialize input[type=search]:not(.browser-default).invalid ~ .helper-text[data-error],
.sp-materialize textarea.materialize-textarea.valid ~ .helper-text[data-success],
.sp-materialize textarea.materialize-textarea:focus.valid ~ .helper-text[data-success],
.sp-materialize textarea.materialize-textarea.invalid ~ .helper-text[data-error],
.sp-materialize textarea.materialize-textarea:focus.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;
}
.sp-materialize .select-wrapper.valid ~ .helper-text:after,
.sp-materialize input:not([type]).valid ~ .helper-text:after,
.sp-materialize input:not([type]):focus.valid ~ .helper-text:after,
.sp-materialize input[type=text]:not(.browser-default).valid ~ .helper-text:after,
.sp-materialize input[type=text]:not(.browser-default):focus.valid ~ .helper-text:after,
.sp-materialize input[type=password]:not(.browser-default).valid ~ .helper-text:after,
.sp-materialize input[type=password]:not(.browser-default):focus.valid ~ .helper-text:after,
.sp-materialize input[type=email]:not(.browser-default).valid ~ .helper-text:after,
.sp-materialize input[type=email]:not(.browser-default):focus.valid ~ .helper-text:after,
.sp-materialize input[type=url]:not(.browser-default).valid ~ .helper-text:after,
.sp-materialize input[type=url]:not(.browser-default):focus.valid ~ .helper-text:after,
.sp-materialize input[type=time]:not(.browser-default).valid ~ .helper-text:after,
.sp-materialize input[type=time]:not(.browser-default):focus.valid ~ .helper-text:after,
.sp-materialize input[type=date]:not(.browser-default).valid ~ .helper-text:after,
.sp-materialize input[type=date]:not(.browser-default):focus.valid ~ .helper-text:after,
.sp-materialize input[type=datetime]:not(.browser-default).valid ~ .helper-text:after,
.sp-materialize input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text:after,
.sp-materialize input[type=datetime-local]:not(.browser-default).valid ~ .helper-text:after,
.sp-materialize input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text:after,
.sp-materialize input[type=tel]:not(.browser-default).valid ~ .helper-text:after,
.sp-materialize input[type=tel]:not(.browser-default):focus.valid ~ .helper-text:after,
.sp-materialize input[type=number]:not(.browser-default).valid ~ .helper-text:after,
.sp-materialize input[type=number]:not(.browser-default):focus.valid ~ .helper-text:after,
.sp-materialize input[type=search]:not(.browser-default).valid ~ .helper-text:after,
.sp-materialize input[type=search]:not(.browser-default):focus.valid ~ .helper-text:after,
.sp-materialize textarea.materialize-textarea.valid ~ .helper-text:after,
.sp-materialize textarea.materialize-textarea:focus.valid ~ .helper-text:after {
  content: attr(data-success);
  color: #249d3d;
}
.sp-materialize .select-wrapper.invalid ~ .helper-text:after,
.sp-materialize input:not([type]).invalid ~ .helper-text:after,
.sp-materialize input:not([type]):focus.invalid ~ .helper-text:after,
.sp-materialize input[type=text]:not(.browser-default).invalid ~ .helper-text:after,
.sp-materialize input[type=text]:not(.browser-default):focus.invalid ~ .helper-text:after,
.sp-materialize input[type=password]:not(.browser-default).invalid ~ .helper-text:after,
.sp-materialize input[type=password]:not(.browser-default):focus.invalid ~ .helper-text:after,
.sp-materialize input[type=email]:not(.browser-default).invalid ~ .helper-text:after,
.sp-materialize input[type=email]:not(.browser-default):focus.invalid ~ .helper-text:after,
.sp-materialize input[type=url]:not(.browser-default).invalid ~ .helper-text:after,
.sp-materialize input[type=url]:not(.browser-default):focus.invalid ~ .helper-text:after,
.sp-materialize input[type=time]:not(.browser-default).invalid ~ .helper-text:after,
.sp-materialize input[type=time]:not(.browser-default):focus.invalid ~ .helper-text:after,
.sp-materialize input[type=date]:not(.browser-default).invalid ~ .helper-text:after,
.sp-materialize input[type=date]:not(.browser-default):focus.invalid ~ .helper-text:after,
.sp-materialize input[type=datetime]:not(.browser-default).invalid ~ .helper-text:after,
.sp-materialize input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text:after,
.sp-materialize input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text:after,
.sp-materialize input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text:after,
.sp-materialize input[type=tel]:not(.browser-default).invalid ~ .helper-text:after,
.sp-materialize input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text:after,
.sp-materialize input[type=number]:not(.browser-default).invalid ~ .helper-text:after,
.sp-materialize input[type=number]:not(.browser-default):focus.invalid ~ .helper-text:after,
.sp-materialize input[type=search]:not(.browser-default).invalid ~ .helper-text:after,
.sp-materialize input[type=search]:not(.browser-default):focus.invalid ~ .helper-text:after,
.sp-materialize textarea.materialize-textarea.invalid ~ .helper-text:after,
.sp-materialize textarea.materialize-textarea:focus.invalid ~ .helper-text:after {
  content: attr(data-error);
  color: #e1393c;
}
.sp-materialize .select-wrapper + label:after,
.sp-materialize input:not([type]) + label:after,
.sp-materialize input[type=text]:not(.browser-default) + label:after,
.sp-materialize input[type=password]:not(.browser-default) + label:after,
.sp-materialize input[type=email]:not(.browser-default) + label:after,
.sp-materialize input[type=url]:not(.browser-default) + label:after,
.sp-materialize input[type=time]:not(.browser-default) + label:after,
.sp-materialize input[type=date]:not(.browser-default) + label:after,
.sp-materialize input[type=datetime]:not(.browser-default) + label:after,
.sp-materialize input[type=datetime-local]:not(.browser-default) + label:after,
.sp-materialize input[type=tel]:not(.browser-default) + label:after,
.sp-materialize input[type=number]:not(.browser-default) + label:after,
.sp-materialize input[type=search]:not(.browser-default) + label:after,
.sp-materialize textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-out, 0.2s color ease-out;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
.sp-materialize .input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.sp-materialize .input-field.inline input,
.sp-materialize .input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}
.sp-materialize .input-field.col label {
  left: 0.75rem;
}
.sp-materialize .input-field.col .prefix ~ label,
.sp-materialize .input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}
.sp-materialize .input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.sp-materialize .input-field > label {
  color: #a8a8a8;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  cursor: text;
  -webkit-transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  text-align: initial;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}
.sp-materialize .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;
}
.sp-materialize .input-field > input[type]:-webkit-autofill:not(.browser-default):not([type=search]) + label,
.sp-materialize .input-field > input[type=date]:not(.browser-default) + label,
.sp-materialize .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;
}
.sp-materialize .input-field .helper-text::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.sp-materialize .input-field .helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}
.sp-materialize .input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  top: 0.5rem;
}
.sp-materialize .input-field .prefix.active {
  color: #16abd6;
}
.sp-materialize .input-field .prefix ~ input,
.sp-materialize .input-field .prefix ~ textarea,
.sp-materialize .input-field .prefix ~ label,
.sp-materialize .input-field .prefix ~ .validate ~ label,
.sp-materialize .input-field .prefix ~ .helper-text,
.sp-materialize .input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
.sp-materialize .input-field .prefix ~ label {
  margin-left: 3rem;
}
@media only screen and (max-width: 992px) {
  .sp-materialize .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}
@media only screen and (max-width: 600px) {
  .sp-materialize .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}
.sp-materialize {
}
.sp-materialize .input-field input[type=search] {
  display: block;
  line-height: inherit;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
.nav-wrapper .sp-materialize .input-field input[type=search] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sp-materialize .input-field input[type=search]:focus:not(.browser-default) {
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #444;
}
.sp-materialize .input-field input[type=search]:focus:not(.browser-default) + label i,
.sp-materialize .input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close,
.sp-materialize .input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
  color: #444;
}
.sp-materialize .input-field input[type=search] + .label-icon {
  -webkit-transform: none;
          transform: none;
  left: 1rem;
}
.sp-materialize .input-field input[type=search] ~ .mdi-navigation-close,
.sp-materialize .input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
.sp-materialize {
}
.sp-materialize textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}
.sp-materialize textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  padding: 0.8rem 0 0.8rem 0;
  resize: none;
  min-height: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sp-materialize .hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-top: 1.2rem;
  position: absolute;
  top: 0;
  z-index: -1;
}
.sp-materialize {
}
.sp-materialize .autocomplete-content li .highlight {
  color: #444;
}
.sp-materialize .autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}
.sp-materialize {
}
.sp-materialize .character-counter {
  min-height: 18px;
}
.sp-materialize {
}
.sp-materialize [type=radio]:not(:checked),
.sp-materialize [type=radio]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.sp-materialize [type=radio]:not(:checked) + span,
.sp-materialize [type=radio]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-transition: 0.28s ease;
  transition: 0.28s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sp-materialize [type=radio] + span:before,
.sp-materialize [type=radio] + span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: 0.28s ease;
  transition: 0.28s ease;
}
.sp-materialize {
}
.sp-materialize [type=radio]:not(:checked) + span:before,
.sp-materialize [type=radio]:not(:checked) + span:after,
.sp-materialize [type=radio]:checked + span:before,
.sp-materialize [type=radio]:checked + span:after,
.sp-materialize [type=radio].with-gap:checked + span:before,
.sp-materialize [type=radio].with-gap:checked + span:after {
  border-radius: 50%;
}
.sp-materialize [type=radio]:not(:checked) + span:before,
.sp-materialize [type=radio]:not(:checked) + span:after {
  border: 2px solid #6c6c6c;
}
.sp-materialize [type=radio]:not(:checked) + span:after {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.sp-materialize {
}
.sp-materialize [type=radio]:checked + span:before {
  border: 2px solid transparent;
}
.sp-materialize [type=radio]:checked + span:after,
.sp-materialize [type=radio].with-gap:checked + span:before,
.sp-materialize [type=radio].with-gap:checked + span:after {
  border: 2px solid #16abd6;
}
.sp-materialize [type=radio]:checked + span:after,
.sp-materialize [type=radio].with-gap:checked + span:after {
  background-color: #16abd6;
}
.sp-materialize [type=radio]:checked + span:after {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.sp-materialize {
}
.sp-materialize [type=radio].with-gap:checked + span:after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.sp-materialize {
}
.sp-materialize [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);
}
.sp-materialize {
}
.sp-materialize [type=radio].with-gap:disabled:checked + span:before {
  border: 2px solid #a8a8a8;
}
.sp-materialize [type=radio].with-gap:disabled:checked + span:after {
  border: none;
  background-color: #a8a8a8;
}
.sp-materialize {
}
.sp-materialize [type=radio]:disabled:not(:checked) + span:before,
.sp-materialize [type=radio]:disabled:checked + span:before {
  background-color: transparent;
  border-color: #a8a8a8;
}
.sp-materialize [type=radio]:disabled + span {
  color: #a8a8a8;
}
.sp-materialize [type=radio]:disabled:not(:checked) + span:before {
  border-color: #a8a8a8;
}
.sp-materialize [type=radio]:disabled:checked + span:after {
  background-color: #a8a8a8;
  border-color: #a8a8a8;
}
.sp-materialize {
}
.sp-materialize [type=checkbox]:not(:checked),
.sp-materialize [type=checkbox]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.sp-materialize [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;
}
.sp-materialize [type=checkbox] {
}
.sp-materialize [type=checkbox] + span:not(.lever):before,
.sp-materialize [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 #6c6c6c;
  border-radius: 1px;
  margin-top: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sp-materialize [type=checkbox]:not(.filled-in) + span:not(.lever):after {
  border: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.sp-materialize [type=checkbox]:not(:checked):disabled + span:not(.lever):before {
  border: none;
  background-color: #a8a8a8;
}
.sp-materialize [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);
}
.sp-materialize [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 #16abd6;
  border-bottom: 2px solid #16abd6;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sp-materialize [type=checkbox]:checked:disabled + span:before {
  border-right: 2px solid #a8a8a8;
  border-bottom: 2px solid #a8a8a8;
}
.sp-materialize {
}
.sp-materialize [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 #16abd6;
  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%;
}
.sp-materialize [type=checkbox]:indeterminate:disabled + span:not(.lever):before {
  border-right: 2px solid #a8a8a8;
  background-color: transparent;
}
.sp-materialize [type=checkbox].filled-in + span:not(.lever):after {
  border-radius: 2px;
}
.sp-materialize [type=checkbox].filled-in + span:not(.lever):before,
.sp-materialize [type=checkbox].filled-in + span:not(.lever):after {
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition:
    border 0.25s,
    background-color 0.25s,
    width 0.2s 0.1s,
    height 0.2s 0.1s,
    top 0.2s 0.1s,
    left 0.2s 0.1s;
  transition:
    border 0.25s,
    background-color 0.25s,
    width 0.2s 0.1s,
    height 0.2s 0.1s,
    top 0.2s 0.1s,
    left 0.2s 0.1s;
  z-index: 1;
}
.sp-materialize [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%;
}
.sp-materialize [type=checkbox].filled-in:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #6c6c6c;
  top: 0px;
  z-index: 0;
}
.sp-materialize [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%;
}
.sp-materialize [type=checkbox].filled-in:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #51c1a6;
  background-color: #51c1a6;
  z-index: 0;
}
.sp-materialize [type=checkbox].filled-in.tabbed:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #6c6c6c;
  background-color: rgba(0, 0, 0, 0.1);
}
.sp-materialize [type=checkbox].filled-in.tabbed:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #51c1a6;
  border-color: #51c1a6;
}
.sp-materialize [type=checkbox].filled-in:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}
.sp-materialize [type=checkbox].filled-in:disabled:not(:checked) + span:not(.lever):after {
  border-color: transparent;
  background-color: #a8a8a8;
}
.sp-materialize [type=checkbox].filled-in:disabled:checked + span:not(.lever):before {
  background-color: transparent;
}
.sp-materialize [type=checkbox].filled-in:disabled:checked + span:not(.lever):after {
  background-color: #a8a8a8;
  border-color: #a8a8a8;
}
.sp-materialize {
}
.sp-materialize .switch,
.sp-materialize .switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sp-materialize .switch label {
  cursor: pointer;
}
.sp-materialize .switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.sp-materialize .switch label input[type=checkbox]:checked + .lever {
  background-color: rgb(188.5667372881, 212.9332627119, 207.0591896186);
}
.sp-materialize .switch label input[type=checkbox]:checked + .lever:before,
.sp-materialize .switch label input[type=checkbox]:checked + .lever:after {
  left: 18px;
}
.sp-materialize .switch label input[type=checkbox]:checked + .lever:after {
  background-color: #51c1a6;
}
.sp-materialize .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;
}
.sp-materialize .switch label .lever:before,
.sp-materialize .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 0.3s ease,
    -webkit-box-shadow 0.1s ease,
    -webkit-transform 0.1s ease;
  transition:
    left 0.3s ease,
    background 0.3s ease,
    -webkit-box-shadow 0.1s ease,
    -webkit-transform 0.1s ease;
  transition:
    left 0.3s ease,
    background 0.3s ease,
    box-shadow 0.1s ease,
    transform 0.1s ease;
  transition:
    left 0.3s ease,
    background 0.3s ease,
    box-shadow 0.1s ease,
    transform 0.1s ease,
    -webkit-box-shadow 0.1s ease,
    -webkit-transform 0.1s ease;
}
.sp-materialize .switch label .lever:before {
  background-color: rgba(81, 193, 166, 0.15);
}
.sp-materialize .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);
}
.sp-materialize input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
.sp-materialize input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
          transform: scale(2.4);
  background-color: rgba(81, 193, 166, 0.15);
}
.sp-materialize input[type=checkbox]:not(:disabled) ~ .lever:active:before,
.sp-materialize 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);
}
.sp-materialize .switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}
.sp-materialize .switch label input[type=checkbox][disabled] + .lever:after,
.sp-materialize .switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #a8a8a8;
}
.sp-materialize {
}
.sp-materialize select {
  display: none;
}
.sp-materialize select.browser-default {
  display: block;
}
.sp-materialize select {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 5px;
  border: 1px solid #a8a8a8;
  border-radius: 2px;
  height: 3rem;
}
.sp-materialize .select-label {
  position: absolute;
}
.sp-materialize .select-wrapper.valid + label,
.sp-materialize .select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}
.sp-materialize .select-wrapper {
  position: relative;
}
.sp-materialize .select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #16abd6;
}
.sp-materialize .select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #a8a8a8;
  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;
}
.sp-materialize .select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}
.sp-materialize .select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 14px;
}
.sp-materialize select:disabled {
  color: #a8a8a8;
}
.sp-materialize .select-wrapper.disabled + label {
  color: #a8a8a8;
}
.sp-materialize .select-wrapper.disabled .caret {
  fill: #a8a8a8;
}
.sp-materialize .select-wrapper input.select-dropdown:disabled {
  color: #a8a8a8;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sp-materialize .select-wrapper i {
  color: #a8a8a8;
}
.sp-materialize .select-dropdown li.disabled,
.sp-materialize .select-dropdown li.disabled > span,
.sp-materialize .select-dropdown li.optgroup {
  color: #a8a8a8;
  background-color: transparent;
}
.sp-materialize body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: #e6e6e6;
}
.sp-materialize .select-dropdown.dropdown-content li:hover {
  background-color: rgb(230.1542372881, 247.4533898305, 252.4457627119);
}
.sp-materialize .select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}
.sp-materialize .prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
.sp-materialize .prefix ~ label {
  margin-left: 3rem;
}
.sp-materialize .select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}
.sp-materialize .select-dropdown li.optgroup {
  border-top: 1px solid #f7f7f7;
}
.sp-materialize .select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}
.sp-materialize .select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}
.sp-materialize .select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}
.sp-materialize {
}
.sp-materialize .file-field {
  position: relative;
}
.sp-materialize .file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}
.sp-materialize .file-field input.file-path {
  width: 100%;
}
.sp-materialize .file-field .btn,
.sp-materialize .file-field .btn-large,
.sp-materialize .file-field .btn-small {
  float: left;
  height: 3rem;
  line-height: 3rem;
}
.sp-materialize .file-field span {
  cursor: pointer;
}
.sp-materialize .file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}
.sp-materialize .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);
}
.sp-materialize {
}
.sp-materialize .range-field {
  position: relative;
}
.sp-materialize input[type=range],
.sp-materialize input[type=range] + .thumb {
  cursor: pointer;
}
.sp-materialize input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}
.sp-materialize input[type=range]:focus {
  outline: none;
}
.sp-materialize input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #16abd6;
  margin-left: 7px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sp-materialize input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #16abd6;
  font-size: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sp-materialize input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}
.sp-materialize input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}
.sp-materialize input[type=range] {
  -webkit-appearance: none;
}
.sp-materialize input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}
.sp-materialize input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #16abd6;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-appearance: none;
  background-color: #16abd6;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin: -5px 0 0 0;
}
.sp-materialize .keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 10px rgba(22, 171, 214, 0.26);
          box-shadow: 0 0 0 10px rgba(22, 171, 214, 0.26);
}
.sp-materialize input[type=range] {
  border: 1px solid white;
}
.sp-materialize input[type=range]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}
.sp-materialize input[type=range]::-moz-focus-inner {
  border: 0;
}
.sp-materialize input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #16abd6;
  -moz-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  margin-top: -5px;
}
.sp-materialize input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}
.sp-materialize .keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(22, 171, 214, 0.26);
}
.sp-materialize input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
.sp-materialize input[type=range]::-ms-fill-lower {
  background: #777;
}
.sp-materialize input[type=range]::-ms-fill-upper {
  background: #ddd;
}
.sp-materialize input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #16abd6;
  -ms-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.sp-materialize .keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(22, 171, 214, 0.26);
}
.sp-materialize {
}
.sp-materialize .table-of-contents.fixed {
  position: fixed;
}
.sp-materialize .table-of-contents li {
  padding: 2px 0;
}
.sp-materialize .table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 16px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 0.4;
  display: inline-block;
}
.sp-materialize .table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 15px;
  border-left: 1px solid #16abd6;
}
.sp-materialize .table-of-contents a.active {
  font-weight: 500;
  padding-left: 14px;
  border-left: 2px solid #16abd6;
}
.sp-materialize .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%);
}
.sp-materialize .sidenav.right-aligned {
  right: 0;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  left: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.sp-materialize .sidenav .collapsible {
  margin: 0;
}
.sp-materialize .sidenav li {
  float: none;
  line-height: 48px;
}
.sp-materialize .sidenav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}
.sp-materialize .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;
}
.sp-materialize .sidenav li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.sp-materialize .sidenav li > a.btn,
.sp-materialize .sidenav li > a.btn-small,
.sp-materialize .sidenav li > a.btn-large,
.sp-materialize .sidenav li > a.btn-flat,
.sp-materialize .sidenav li > a.btn-floating {
  margin: 10px 15px;
}
.sp-materialize .sidenav li > a.btn,
.sp-materialize .sidenav li > a.btn-small,
.sp-materialize .sidenav li > a.btn-large,
.sp-materialize .sidenav li > a.btn-floating {
  color: #fff;
}
.sp-materialize .sidenav li > a.btn-flat {
  color: #343434;
}
.sp-materialize .sidenav li > a.btn:hover,
.sp-materialize .sidenav li > a.btn-small:hover,
.sp-materialize .sidenav li > a.btn-large:hover {
  background-color: rgb(99.8008474576, 199.6991525424, 175.6165254237);
}
.sp-materialize .sidenav li > a.btn-floating:hover {
  background-color: #51c1a6;
}
.sp-materialize .sidenav li > a > i,
.sp-materialize .sidenav li > a > [class^=mdi-],
.sp-materialize .sidenav li > a li > a > [class*=mdi-],
.sp-materialize .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);
}
.sp-materialize .sidenav .divider {
  margin: 8px 0 0 0;
}
.sp-materialize .sidenav .subheader:hover {
  background-color: transparent;
}
.sp-materialize .sidenav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}
.sp-materialize .sidenav .user-view {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}
.sp-materialize .sidenav .user-view > a:hover {
  background-color: transparent;
}
.sp-materialize .sidenav .user-view > a {
  height: auto;
  padding: 0;
}
.sp-materialize .sidenav .user-view .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sp-materialize .sidenav .user-view .circle,
.sp-materialize .sidenav .user-view .name,
.sp-materialize .sidenav .user-view .email {
  display: block;
}
.sp-materialize .sidenav .user-view .circle {
  height: 64px;
  width: 64px;
}
.sp-materialize .sidenav .user-view .name,
.sp-materialize .sidenav .user-view .email {
  font-size: 14px;
  line-height: 24px;
}
.sp-materialize .sidenav .user-view .name {
  margin-top: 16px;
  font-weight: 500;
}
.sp-materialize .sidenav .user-view .email {
  padding-bottom: 16px;
  font-weight: 400;
}
.sp-materialize .drag-target.right-aligned {
  right: 0;
}
.sp-materialize .drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}
.sp-materialize .sidenav.sidenav-fixed.right-aligned {
  right: 0;
  left: auto;
}
.sp-materialize .sidenav.sidenav-fixed {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  position: fixed;
}
@media only screen and (max-width: 992px) {
  .sp-materialize .sidenav.sidenav-fixed {
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
  }
  .sp-materialize .sidenav.sidenav-fixed.right-aligned {
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
  }
  .sp-materialize .sidenav > a {
    padding: 0 16px;
  }
  .sp-materialize .sidenav .user-view {
    padding: 16px 16px 0;
  }
}
.sp-materialize .sidenav .collapsible-body > ul:not(.collapsible) > li.active,
.sp-materialize .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #16abd6;
}
.sp-materialize .sidenav .collapsible-body > ul:not(.collapsible) > li.active a,
.sp-materialize .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}
.sp-materialize .sidenav .collapsible-body {
  padding: 0;
}
.sp-materialize .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;
}
.sp-materialize {
}
.sp-materialize .preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}
.sp-materialize .preloader-wrapper.small {
  width: 36px;
  height: 36px;
}
.sp-materialize .preloader-wrapper.big {
  width: 64px;
  height: 64px;
}
.sp-materialize .preloader-wrapper.active {
  -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);
  }
}
.sp-materialize .spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #51c1a6;
}
.sp-materialize .spinner-blue,
.sp-materialize .spinner-blue-only {
  border-color: #4285f4;
}
.sp-materialize .spinner-red,
.sp-materialize .spinner-red-only {
  border-color: #db4437;
}
.sp-materialize .spinner-yellow,
.sp-materialize .spinner-yellow-only {
  border-color: #f4b400;
}
.sp-materialize .spinner-green,
.sp-materialize .spinner-green-only {
  border-color: #0f9d58;
}
.sp-materialize {
}
.sp-materialize .active .spinner-layer.spinner-blue {
  -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;
}
.sp-materialize .active .spinner-layer.spinner-red {
  -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;
}
.sp-materialize .active .spinner-layer.spinner-yellow {
  -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;
}
.sp-materialize .active .spinner-layer.spinner-green {
  -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;
}
.sp-materialize .active .spinner-layer,
.sp-materialize .active .spinner-layer.spinner-blue-only,
.sp-materialize .active .spinner-layer.spinner-red-only,
.sp-materialize .active .spinner-layer.spinner-yellow-only,
.sp-materialize .active .spinner-layer.spinner-green-only {
  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);
  }
  25% {
    -webkit-transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
  }
}
@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}
@-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;
  }
}
.sp-materialize {
}
.sp-materialize .gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.sp-materialize .gap-patch .circle {
  width: 1000%;
  left: -450%;
}
.sp-materialize .circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.sp-materialize .circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  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;
}
.sp-materialize .circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}
.sp-materialize .circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}
.sp-materialize .active .circle-clipper.left .circle {
  -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;
}
.sp-materialize .active .circle-clipper.right .circle {
  -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);
  }
}
.sp-materialize #spinnerContainer.cooldown {
  -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;
  }
}
.sp-materialize .slider {
  position: relative;
  height: 400px;
  width: 100%;
}
.sp-materialize .slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sp-materialize .slider.fullscreen ul.slides {
  height: 100%;
}
.sp-materialize .slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}
.sp-materialize .slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}
.sp-materialize .slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}
.sp-materialize .slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.sp-materialize .slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}
.sp-materialize .slider .slides li .caption p {
  color: #e0e0e0;
}
.sp-materialize .slider .slides li.active {
  z-index: 2;
}
.sp-materialize .slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.sp-materialize .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 0.3s;
  transition: background-color 0.3s;
  border-radius: 50%;
}
.sp-materialize .slider .indicators .indicator-item.active {
  background-color: #4CAF50;
}
.sp-materialize .carousel.carousel-slider {
  top: 0;
  left: 0;
}
.sp-materialize .carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}
.sp-materialize .carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}
.sp-materialize .carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
.sp-materialize .carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.sp-materialize .carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}
.sp-materialize .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%;
}
.sp-materialize .carousel .carousel-item {
  visibility: hidden;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
.sp-materialize .carousel .carousel-item > img {
  width: 100%;
}
.sp-materialize .carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.sp-materialize .carousel .indicators .indicator-item.active {
  background-color: #fff;
}
.sp-materialize .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 0.3s;
  transition: background-color 0.3s;
  border-radius: 50%;
}
.sp-materialize .carousel.scrolling .carousel-item .materialboxed,
.sp-materialize .carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}
.sp-materialize .tap-target-wrapper {
  width: 800px;
  height: 800px;
  position: fixed;
  z-index: 1000;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s;
  transition: visibility 0s 0.3s;
}
.sp-materialize .tap-target-wrapper.open {
  visibility: visible;
  -webkit-transition: visibility 0s;
  transition: visibility 0s;
}
.sp-materialize .tap-target-wrapper.open .tap-target {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0.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);
}
.sp-materialize .tap-target-wrapper.open .tap-target-wave::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sp-materialize .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 0.3s,
    visibility 0s 1s,
    -webkit-transform 0.3s;
  transition:
    opacity 0.3s,
    visibility 0s 1s,
    -webkit-transform 0.3s;
  transition:
    opacity 0.3s,
    transform 0.3s,
    visibility 0s 1s;
  transition:
    opacity 0.3s,
    transform 0.3s,
    visibility 0s 1s,
    -webkit-transform 0.3s;
}
.sp-materialize .tap-target {
  position: absolute;
  font-size: 1rem;
  border-radius: 50%;
  background-color: #16abd6;
  -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);
}
.sp-materialize .tap-target-content {
  position: relative;
  display: table-cell;
}
.sp-materialize .tap-target-wave::before,
.sp-materialize .tap-target-wave::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
}
.sp-materialize .tap-target-wave::before {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.sp-materialize .tap-target-wave::after {
  visibility: hidden;
  -webkit-transition:
    opacity 0.3s,
    visibility 0s,
    -webkit-transform 0.3s;
  transition:
    opacity 0.3s,
    visibility 0s,
    -webkit-transform 0.3s;
  transition:
    opacity 0.3s,
    transform 0.3s,
    visibility 0s;
  transition:
    opacity 0.3s,
    transform 0.3s,
    visibility 0s,
    -webkit-transform 0.3s;
  z-index: -1;
}
.sp-materialize .tap-target-wave {
  position: absolute;
  border-radius: 50%;
  z-index: 10001;
}
.sp-materialize .tap-target-origin:not(.btn),
.sp-materialize .tap-target-origin:not(.btn):hover {
  background: none;
}
.sp-materialize .tap-target-origin {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10002;
  position: absolute !important;
}
@media only screen and (max-width: 600px) {
  .sp-materialize .tap-target,
  .sp-materialize .tap-target-wrapper {
    width: 600px;
    height: 600px;
  }
}
.sp-materialize .pulse::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.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;
}
.sp-materialize .pulse {
  overflow: visible;
  position: relative;
}
@-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);
  }
}
.sp-materialize {
}
.sp-materialize .datepicker-modal {
  max-width: 325px;
  min-width: 300px;
  max-height: none;
}
.sp-materialize .datepicker-container.modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
.sp-materialize .datepicker-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 280px;
  margin: 0 auto;
}
.sp-materialize .datepicker-controls .selects-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sp-materialize .datepicker-controls .select-wrapper input:focus {
  border-bottom: none;
}
.sp-materialize .datepicker-controls .select-wrapper input {
  border-bottom: none;
  text-align: center;
  margin: 0;
}
.sp-materialize .datepicker-controls .select-wrapper .caret {
  display: none;
}
.sp-materialize .datepicker-controls .select-year input {
  width: 50px;
}
.sp-materialize .datepicker-controls .select-month input {
  width: 70px;
}
.sp-materialize .month-prev,
.sp-materialize .month-next {
  margin-top: 4px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.sp-materialize {
}
.sp-materialize .datepicker-date-display {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  background-color: #51c1a6;
  color: #fff;
  padding: 20px 22px;
  font-weight: 500;
}
.sp-materialize .datepicker-date-display .year-text {
  display: block;
  font-size: 1.5rem;
  line-height: 25px;
  color: #a8a8a8;
}
.sp-materialize .datepicker-date-display .date-text {
  display: block;
  font-size: 2.8rem;
  line-height: 47px;
  font-weight: 500;
}
.sp-materialize {
}
.sp-materialize .datepicker-calendar-container {
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5 auto;
          flex: 2.5 auto;
}
.sp-materialize .datepicker-table {
  width: 280px;
  font-size: 1rem;
  margin: 0 auto;
}
.sp-materialize .datepicker-table thead {
  border-bottom: none;
}
.sp-materialize .datepicker-table th {
  padding: 10px 5px;
  text-align: center;
}
.sp-materialize .datepicker-table tr {
  border: none;
}
.sp-materialize .datepicker-table abbr {
  text-decoration: none;
  color: #999;
}
.sp-materialize .datepicker-table td.is-today {
  color: #51c1a6;
}
.sp-materialize .datepicker-table td.is-selected {
  background-color: #51c1a6;
  color: #fff;
}
.sp-materialize .datepicker-table td.is-outside-current-month,
.sp-materialize .datepicker-table td.is-disabled {
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.sp-materialize .datepicker-table td {
  border-radius: 50%;
  padding: 0;
}
.sp-materialize .datepicker-day-button:focus {
  background-color: rgba(86.9, 187.1, 162.9446428571, 0.25);
}
.sp-materialize .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;
}
.sp-materialize {
}
.sp-materialize .datepicker-footer {
  width: 280px;
  margin: 0 auto;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sp-materialize .datepicker-cancel,
.sp-materialize .datepicker-clear,
.sp-materialize .datepicker-today,
.sp-materialize .datepicker-done {
  color: #51c1a6;
  padding: 0 1rem;
}
.sp-materialize .datepicker-clear {
  color: #e1393c;
}
.sp-materialize {
}
@media only screen and (min-width: 601px) {
  .sp-materialize .datepicker-modal {
    max-width: 625px;
  }
  .sp-materialize .datepicker-container.modal-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sp-materialize .datepicker-date-display {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 270px;
            flex: 0 1 270px;
  }
  .sp-materialize .datepicker-controls,
  .sp-materialize .datepicker-table,
  .sp-materialize .datepicker-footer {
    width: 320px;
  }
  .sp-materialize .datepicker-day-button {
    line-height: 44px;
  }
}
.sp-materialize {
}
.sp-materialize .timepicker-modal {
  max-width: 325px;
  max-height: none;
}
.sp-materialize .timepicker-container.modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
.sp-materialize .text-primary {
  color: rgb(255, 255, 255);
}
.sp-materialize {
}
.sp-materialize .timepicker-digital-display {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  background-color: #51c1a6;
  padding: 10px;
  font-weight: 300;
}
.sp-materialize .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;
}
.sp-materialize .timepicker-span-hours,
.sp-materialize .timepicker-span-minutes,
.sp-materialize .timepicker-span-am-pm div {
  cursor: pointer;
}
.sp-materialize .timepicker-span-hours {
  margin-right: 3px;
}
.sp-materialize .timepicker-span-minutes {
  margin-left: 3px;
}
.sp-materialize .timepicker-display-am-pm {
  font-size: 1.3rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-weight: 400;
}
.sp-materialize {
}
.sp-materialize .timepicker-analog-display {
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5 auto;
          flex: 2.5 auto;
}
.sp-materialize .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;
}
.sp-materialize .timepicker-canvas,
.sp-materialize .timepicker-dial {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.sp-materialize .timepicker-minutes {
  visibility: hidden;
}
.sp-materialize .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;
}
.sp-materialize .timepicker-tick.active,
.sp-materialize .timepicker-tick:hover {
  background-color: rgba(81, 193, 166, 0.25);
}
.sp-materialize .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;
}
.sp-materialize .timepicker-dial-out.timepicker-hours {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.sp-materialize .timepicker-dial-out.timepicker-minutes {
  -webkit-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
}
.sp-materialize .timepicker-dial-out {
  opacity: 0;
}
.sp-materialize .timepicker-canvas {
  -webkit-transition: opacity 175ms;
  transition: opacity 175ms;
}
.sp-materialize .timepicker-canvas line {
  stroke: #51c1a6;
  stroke-width: 4;
  stroke-linecap: round;
}
.sp-materialize .timepicker-canvas-out {
  opacity: 0.25;
}
.sp-materialize .timepicker-canvas-bearing {
  stroke: none;
  fill: #51c1a6;
}
.sp-materialize .timepicker-canvas-bg {
  stroke: none;
  fill: #51c1a6;
}
.sp-materialize {
}
.sp-materialize .timepicker-footer {
  margin: 0 auto;
  padding: 5px 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sp-materialize .timepicker-clear {
  color: #e1393c;
}
.sp-materialize .timepicker-close {
  color: #51c1a6;
}
.sp-materialize .timepicker-clear,
.sp-materialize .timepicker-close {
  padding: 0 20px;
}
.sp-materialize {
}
@media only screen and (min-width: 601px) {
  .sp-materialize .timepicker-modal {
    max-width: 600px;
  }
  .sp-materialize .timepicker-container.modal-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sp-materialize .timepicker-text-container {
    top: 32%;
  }
  .sp-materialize .timepicker-display-am-pm {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 1.2rem;
  }
}
.sp-materialize {
}
.sp-materialize .material-icons {
  display: inline-block;
  font-family: "Material Icons";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
}
.sp-materialize .material-icons.md-12 {
  font-size: 12px;
}
.sp-materialize .material-icons.md-18 {
  font-size: 18px;
}
.sp-materialize .material-icons.md-24 {
  font-size: 24px;
}
.sp-materialize .material-icons.md-36 {
  font-size: 36px;
}
.sp-materialize .material-icons.md-48 {
  font-size: 48px;
}
.sp-materialize .material-icons.md-64 {
  font-size: 64px;
}
.sp-materialize .material-icons.md-180 {
  font-size: 180px;
}
.sp-materialize .material-icons.md-dark {
  color: #100100;
}
.sp-materialize .material-icons.md-light {
  color: #a8a8a8;
}
.sp-materialize .material-icons.md-inactive {
  opacity: 0.4;
}
.sp-materialize .material-icons-alignment {
  margin-top: -2px;
}
.sp-materialize .material-icons-alignment.right {
  margin-left: 5px;
}
.sp-materialize .material-icons-alignment.left {
  margin-right: 5px;
}
.sp-materialize .primary-fill {
  fill: #16abd6;
}
.sp-materialize {
}
.sp-materialize body {
  font-family: Roboto, sans-serif;
}
.sp-materialize h1,
.sp-materialize h2,
.sp-materialize h3,
.sp-materialize h4,
.sp-materialize h5 {
  font-weight: 400;
  color: #51c1a6;
}
.sp-materialize h1 {
  font-size: 3rem;
}
.sp-materialize h2 {
  font-size: 2.5rem;
}
.sp-materialize h3 {
  font-size: 2rem;
}
.sp-materialize h4 {
  font-size: 1.5rem;
}
.sp-materialize h5 {
  font-size: 1rem;
}
.sp-materialize .flow-text {
  font-weight: 400;
}
.sp-materialize .toast {
  font-weight: 400;
}
.sp-materialize blockquote {
  padding: 1rem;
  margin: 0;
  background-color: #f7f7f7;
  border-left: 5px solid #16abd6;
  border-radius: 3px;
}
.sp-materialize ul.bullet,
.sp-materialize ol.bullet {
  padding-left: 1rem;
  list-style-type: disc;
}
.sp-materialize ul.bullet > li,
.sp-materialize ol.bullet > li {
  list-style-type: disc;
}
.sp-materialize a {
  color: #039be5;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}
.sp-materialize mark {
  background-color: rgba(245, 181, 118, 0.4);
}
.sp-materialize pre,
.sp-materialize code,
.sp-materialize kbd {
  font-family:
    "Ubuntu Mono",
    "Monaco",
    monospace;
}
.sp-materialize html {
  font-family:
    roboto,
    helvetica,
    arial,
    sans-serif;
  font-weight: 400;
  color: #4b4b4d;
}
.sp-materialize .text-light {
  font-weight: 400;
}
.sp-materialize .text-bold,
.sp-materialize strong {
  font-weight: 700;
}
.sp-materialize .break-words {
  word-wrap: break-word;
}
.sp-materialize .title-status {
  display: block;
  font-weight: 700;
  color: #a8a8a8;
  text-transform: uppercase;
}
.sp-materialize .text-primary-dark {
  color: #2588ad;
}
.sp-materialize .text-primary {
  color: #16abd6;
}
.sp-materialize .text-primary-light {
  color: #00bcd4;
}
.sp-materialize .text-secondary-dark {
  color: #83c1a6;
}
.sp-materialize .text-secondary {
  color: #51c1a6;
}
.sp-materialize .text-secondary-light {
  color: #d0e6dc;
}
.sp-materialize .text-success {
  color: #249d3d;
}
.sp-materialize .text-warning {
  color: #ff9e37;
}
.sp-materialize .text-warning-light {
  color: #f5b576;
}
.sp-materialize .text-danger {
  color: #e1393c;
}
.sp-materialize .text-black {
  color: #100100;
}
.sp-materialize .text-grey-darker {
  color: #4b4b4d;
}
.sp-materialize .text-grey-dark {
  color: #6c6c6c;
}
.sp-materialize .text-grey {
  color: #a8a8a8;
}
.sp-materialize .text-grey-light {
  color: #e6e6e6;
}
.sp-materialize .text-grey-lighter {
  color: #f7f7f7;
}
.sp-materialize .text-white {
  color: #fff;
}
.sp-materialize .bg-primary-dark {
  background-color: #2588ad;
}
.sp-materialize .bg-primary {
  background-color: #16abd6;
}
.sp-materialize .bg-primary-light {
  background-color: #00bcd4;
}
.sp-materialize .bg-secondary-dark {
  background-color: #83c1a6;
}
.sp-materialize .bg-secondary {
  background-color: #51c1a6;
}
.sp-materialize .bg-secondary-light {
  background-color: #d0e6dc;
}
.sp-materialize .bg-success {
  background-color: #249d3d;
}
.sp-materialize .bg-warning {
  background-color: #ff9e37;
}
.sp-materialize .bg-warning-light {
  background-color: #f5b576;
}
.sp-materialize .bg-danger {
  background-color: #e1393c;
}
.sp-materialize .bg-black {
  background-color: #100100;
}
.sp-materialize .bg-grey-darker {
  background-color: #4b4b4d;
}
.sp-materialize .bg-grey-dark {
  background-color: #6c6c6c;
}
.sp-materialize .bg-grey {
  background-color: #a8a8a8;
}
.sp-materialize .bg-grey-light {
  background-color: #e6e6e6;
}
.sp-materialize .bg-grey-lighter {
  background-color: #f7f7f7;
}
.sp-materialize .bg-white {
  background-color: #fff;
}
.sp-materialize .primary-color {
  color: #16abd6;
}
.sp-materialize .secondary-color {
  color: #51c1a6;
}
.sp-materialize .text-dark {
  color: #6c6c6c;
}
.sp-materialize .grey-text,
.sp-materialize .mid-grey-text {
  color: #a8a8a8;
}
.sp-materialize .drop-theme-hubspot-popovers a {
  color: #100100;
}
.sp-materialize .divider {
  background-color: #e6e6e6;
}
.sp-materialize .alert {
  position: relative;
  padding: 1rem;
  margin: 0 0 2rem 0;
  border-radius: 3px;
}
.sp-materialize .alert > :first-child {
  margin-top: 0;
}
.sp-materialize .alert > :last-child {
  margin-bottom: 0;
}
.sp-materialize .alert {
  color: #6c6c6c;
  background-color: #f7f7f7;
  border-left: 5px solid #16abd6;
}
.sp-materialize .alert strong {
  color: #16abd6;
}
.sp-materialize .alert a:not(.btn) {
  text-decoration: underline;
}
.sp-materialize .alert a:not(.btn):hover {
  text-decoration: none;
}
.sp-materialize .alert .btn,
.sp-materialize .alert .btn-large,
.sp-materialize .alert .btn-small {
  color: #fff;
  text-decoration: none;
}
.sp-materialize .alert.danger {
  color: #6c6c6c;
  background-color: #f7f7f7;
  border-left: 5px solid #e1393c;
}
.sp-materialize .alert.danger strong {
  color: #e1393c;
}
.sp-materialize .alert.danger a:not(.btn) {
  text-decoration: underline;
}
.sp-materialize .alert.danger a:not(.btn):hover {
  text-decoration: none;
}
.sp-materialize .alert.danger .btn,
.sp-materialize .alert.danger .btn-large,
.sp-materialize .alert.danger .btn-small {
  color: #fff;
  text-decoration: none;
}
.sp-materialize .alert.warning {
  color: #6c6c6c;
  background-color: #f7f7f7;
  border-left: 5px solid #ff9e37;
}
.sp-materialize .alert.warning strong {
  color: #ff9e37;
}
.sp-materialize .alert.warning a:not(.btn) {
  text-decoration: underline;
}
.sp-materialize .alert.warning a:not(.btn):hover {
  text-decoration: none;
}
.sp-materialize .alert.warning .btn,
.sp-materialize .alert.warning .btn-large,
.sp-materialize .alert.warning .btn-small {
  color: #fff;
  text-decoration: none;
}
.sp-materialize .alert.success {
  color: #6c6c6c;
  background-color: #f7f7f7;
  border-left: 5px solid #249d3d;
}
.sp-materialize .alert.success strong {
  color: #249d3d;
}
.sp-materialize .alert.success a:not(.btn) {
  text-decoration: underline;
}
.sp-materialize .alert.success a:not(.btn):hover {
  text-decoration: none;
}
.sp-materialize .alert.success .btn,
.sp-materialize .alert.success .btn-large,
.sp-materialize .alert.success .btn-small {
  color: #fff;
  text-decoration: none;
}
.sp-materialize .alert.icon {
  border-left-width: 45px;
}
.sp-materialize .alert.icon i {
  position: absolute;
  top: 10px;
  left: -35px;
  color: #fff;
}
.sp-materialize .table .alert {
  margin-bottom: 0;
}
.sp-materialize .unavailable-features-alert.alert {
  padding: 1.5rem 1.5rem 1.5rem calc(1.5rem - 5px);
  margin: 1rem 0;
  background-color: #fff;
}
.sp-materialize .unavailable-features-alert.alert .title,
.sp-materialize .unavailable-features-alert.alert .description {
  color: #100100;
}
.sp-materialize .badge {
  display: inline-block;
  min-width: 25px;
  min-height: 25px;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: #16abd6;
}
.sp-materialize .badge-primary-dark {
  background-color: #2588ad;
}
.sp-materialize .badge-primary {
  background-color: #16abd6;
}
.sp-materialize .badge-primary-light {
  background-color: #00bcd4;
}
.sp-materialize .badge-secondary-dark {
  background-color: #83c1a6;
}
.sp-materialize .badge-secondary {
  background-color: #51c1a6;
}
.sp-materialize .badge-secondary-light {
  background-color: #d0e6dc;
}
.sp-materialize .badge-success {
  background-color: #249d3d;
}
.sp-materialize .badge-warning {
  background-color: #ff9e37;
}
.sp-materialize .badge-warning-light {
  background-color: #f5b576;
}
.sp-materialize .badge-danger {
  background-color: #e1393c;
}
.sp-materialize .badge-black {
  background-color: #100100;
}
.sp-materialize .badge-grey-darker {
  background-color: #4b4b4d;
}
.sp-materialize .badge-grey-dark {
  background-color: #6c6c6c;
}
.sp-materialize .badge-grey {
  background-color: #a8a8a8;
}
.sp-materialize .badge-grey-light {
  background-color: #e6e6e6;
}
.sp-materialize .badge-grey-lighter {
  background-color: #f7f7f7;
}
.sp-materialize .badge-white {
  background-color: #fff;
}
.sp-materialize .badge .badge.new {
  font-weight: 400;
}
.sp-materialize .breadcrumb {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 100ms;
  transition: color 100ms;
}
.sp-materialize .breadcrumb:hover {
  color: #fff;
}
.sp-materialize .breadcrumb:focus {
  color: rgba(255, 255, 255, 0.8);
}
.sp-materialize .breadcrumb {
  display: block;
  float: left;
}
.sp-materialize .breadcrumb::before {
  color: rgba(255, 255, 255, 0.4);
  text-shadow: none;
}
.sp-materialize .breadcrumb:last-child {
  color: #fff;
  text-shadow: 0 1px 2px rgba(16, 1, 0, 0.2);
}
.sp-materialize .breadcrumb.breadcrumb-help {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 100ms;
  transition: color 100ms;
}
.sp-materialize .breadcrumb.breadcrumb-help:hover {
  color: #fff;
}
.sp-materialize .breadcrumb.breadcrumb-help:focus {
  color: rgba(255, 255, 255, 0.8);
}
.sp-materialize .breadcrumb.breadcrumb-help {
  display: block;
  float: right;
  margin-right: 15px;
}
.sp-materialize .breadcrumb.breadcrumb-help i {
  margin-right: 5px;
}
.sp-materialize {
}
.sp-materialize .btn,
.sp-materialize .btn-large,
.sp-materialize .btn-small {
  background-color: #16abd6;
  color: #fff;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}
.sp-materialize .btn:hover,
.sp-materialize .btn-large:hover,
.sp-materialize .btn-small:hover {
  color: #fff;
}
.sp-materialize .btn:focus,
.sp-materialize .btn-large:focus,
.sp-materialize .btn-small:focus {
  color: #fff;
}
.sp-materialize .btn:hover,
.sp-materialize .btn-large:hover,
.sp-materialize .btn-small:hover {
  background-color: rgb(43.8110169492, 190.8538135593, 233.2889830508);
}
.sp-materialize .btn:active,
.sp-materialize .btn-large:active,
.sp-materialize .btn-small:active,
.sp-materialize .btn:focus,
.sp-materialize .btn-large:focus,
.sp-materialize .btn-small:focus {
  background-color: rgb(17.6, 136.8, 171.2);
  -webkit-box-shadow: 0 0 0 rgba(16, 1, 0, 0.2);
          box-shadow: 0 0 0 rgba(16, 1, 0, 0.2);
}
.sp-materialize .btn,
.sp-materialize .btn-large,
.sp-materialize .btn-small,
.sp-materialize .btn-flat {
  font-weight: 700;
}
.sp-materialize .btn-secondary {
  background-color: #51c1a6;
  color: #fff;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}
.sp-materialize .btn-secondary:hover {
  color: #fff;
}
.sp-materialize .btn-secondary:focus {
  color: #fff;
}
.sp-materialize .btn-secondary:hover {
  background-color: rgb(107.1, 202.3, 179.35);
}
.sp-materialize .btn-secondary:active,
.sp-materialize .btn-secondary:focus {
  background-color: rgb(57.586440678, 161.613559322, 136.5355932203);
  -webkit-box-shadow: 0 0 0 rgba(16, 1, 0, 0.2);
          box-shadow: 0 0 0 rgba(16, 1, 0, 0.2);
}
.sp-materialize .btn-success {
  background-color: #249d3d;
  color: #fff;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}
.sp-materialize .btn-success:hover {
  color: #fff;
}
.sp-materialize .btn-success:focus {
  color: #fff;
}
.sp-materialize .btn-success:hover {
  background-color: rgb(44.8694300518, 195.6805699482, 76.0287564767);
}
.sp-materialize .btn-success:active,
.sp-materialize .btn-success:focus {
  background-color: rgb(28.8, 125.6, 48.8);
  -webkit-box-shadow: 0 0 0 rgba(16, 1, 0, 0.2);
          box-shadow: 0 0 0 rgba(16, 1, 0, 0.2);
}
.sp-materialize .btn-warning {
  background-color: #ff9e37;
  color: #fff;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}
.sp-materialize .btn-warning:hover {
  color: #fff;
}
.sp-materialize .btn-warning:focus {
  color: #fff;
}
.sp-materialize .btn-warning:hover {
  background-color: rgb(255, 187.1, 115);
}
.sp-materialize .btn-warning:active,
.sp-materialize .btn-warning:focus {
  background-color: rgb(248, 127.72, 0);
  -webkit-box-shadow: 0 0 0 rgba(16, 1, 0, 0.2);
          box-shadow: 0 0 0 rgba(16, 1, 0, 0.2);
}
.sp-materialize .btn-danger {
  background-color: #e1393c;
  color: #fff;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}
.sp-materialize .btn-danger:hover {
  color: #fff;
}
.sp-materialize .btn-danger:focus {
  color: #fff;
}
.sp-materialize .btn-danger:hover {
  background-color: rgb(234, 116.4, 118.5);
}
.sp-materialize .btn-danger:active,
.sp-materialize .btn-danger:focus {
  background-color: rgb(195.9157894737, 29.6842105263, 32.6526315789);
  -webkit-box-shadow: 0 0 0 rgba(16, 1, 0, 0.2);
          box-shadow: 0 0 0 rgba(16, 1, 0, 0.2);
}
.sp-materialize .btn-flat {
  background-color: #fff;
  color: #fff;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}
.sp-materialize .btn-flat:hover {
  color: #fff;
}
.sp-materialize .btn-flat:focus {
  color: #fff;
}
.sp-materialize .btn-flat:hover {
  background-color: #f7f7f7;
}
.sp-materialize .btn-flat:active,
.sp-materialize .btn-flat:focus {
  background-color: #cccccc;
  -webkit-box-shadow: 0 0 0 rgba(16, 1, 0, 0.2);
          box-shadow: 0 0 0 rgba(16, 1, 0, 0.2);
}
.sp-materialize .btn-flat {
  color: #6c6c6c;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}
.sp-materialize .btn-flat:hover {
  color: #6c6c6c;
}
.sp-materialize .btn-flat:focus {
  color: #6c6c6c;
}
.sp-materialize .btn-flat.primary-color {
  color: #16abd6;
}
.sp-materialize .btn-flat.inline-icon {
  padding: 0;
}
.sp-materialize .btn-link {
  padding: 0;
  color: #039be5;
  background: transparent;
  border: 0;
}
.sp-materialize .btn-link:hover,
.sp-materialize .btn-link:focus {
  background: transparent;
}
.sp-materialize .btn-outlined-primary {
  color: #16abd6;
  background-color: #fff;
  border: 2px solid #16abd6;
  color: #16abd6;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}
.sp-materialize .btn-outlined-primary:hover {
  color: #16abd6;
}
.sp-materialize .btn-outlined-primary:focus {
  color: #16abd6;
}
.sp-materialize .btn-outlined-primary:hover {
  background-color: #fff;
}
.sp-materialize .btn-outlined-primary:active,
.sp-materialize .btn-outlined-primary:focus {
  background-color: rgb(229.5, 229.5, 229.5);
}
.sp-materialize .waves-effect {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
  -webkit-tap-highlight-color: transparent;
}
.sp-materialize .waves-effect .waves-ripple {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  opacity: 0;
  -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);
}
.sp-materialize .waves-effect [type=button],
.sp-materialize .waves-effect [type=submit] {
  font-size: inherit;
  font-style: normal;
  text-transform: inherit;
  background: none;
  border: 0;
}
.sp-materialize .waves-effect img {
  position: relative;
  z-index: -1;
}
.sp-materialize [data-ember-action],
.sp-materialize a,
.sp-materialize button,
.sp-materialize input,
.sp-materialize .link,
.sp-materialize label {
  cursor: pointer;
}
.sp-materialize .btn-small {
  height: 25px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  line-height: 20px;
  text-transform: none;
}
.sp-materialize .btn-expanded {
  width: 100%;
}
.sp-materialize .btn-auto-height {
  height: auto;
}
.sp-materialize .btn-mb-1 {
  margin-bottom: 1rem;
}
.sp-materialize .btn-reset {
  background: transparent;
  border: none;
}
.sp-materialize .btn-reset:focus {
  background: transparent;
}
.sp-materialize .btn-reset:hover.link-like-hover {
  color: #039be5;
}
.sp-materialize .btn-reset.link-color {
  color: #039be5;
}
.sp-materialize {
}
.sp-materialize .card-panel > :first-child {
  margin-top: 0;
}
.sp-materialize .card-panel > :last-child {
  margin-bottom: 0;
}
.sp-materialize .card-panel {
  width: 100%;
  color: #100100;
  border-radius: 6px;
}
.sp-materialize .card-panel p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.sp-materialize .card-panel i {
  margin-right: 1em;
}
.sp-materialize .card {
  border-radius: 6px;
}
.sp-materialize .card.no-overflow {
  overflow: hidden;
}
.sp-materialize .card.alert {
  position: relative;
  padding: 18px 18px 18px 58px;
  margin-bottom: 36px;
  color: #222;
  border: 2px solid #bc074c;
  border-left-width: 8px;
}
.sp-materialize .card.alert .card-title {
  padding: 1rem;
  color: #100100;
}
.sp-materialize .card .card-title {
  font-weight: 400;
}
.sp-materialize .card .card-title,
.sp-materialize .card .card-content p,
.sp-materialize .card p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.sp-materialize .card .card-content > :first-child {
  margin-top: 0;
}
.sp-materialize .card .card-content > :last-child {
  margin-bottom: 0;
}
.sp-materialize .card .card-content.left-align {
  text-align: left;
}
.sp-materialize .card .card-toggle {
  position: absolute;
  top: 0.1em;
  right: 0.3em;
}
.sp-materialize .card .card-toggle .material-icons {
  font-size: 20px;
}
.sp-materialize .card .card-toggle-btn-grey {
  padding: 0;
  background: transparent;
  border: 0;
}
.sp-materialize .card .card-toggle-btn-grey .material-icons {
  color: #a8a8a8;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.sp-materialize .card .card-toggle-btn-grey .material-icons:hover,
.sp-materialize .card .card-toggle-btn-grey .material-icons:focus {
  color: #6c6c6c;
  background: transparent;
}
.sp-materialize .card .card-toggle-btn-white {
  padding: 0;
  background: transparent;
  border: 0;
}
.sp-materialize .card .card-toggle-btn-white .material-icons {
  color: #fff;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.sp-materialize .card .card-toggle-btn-white .material-icons:hover,
.sp-materialize .card .card-toggle-btn-white .material-icons:focus {
  color: #e6e6e6;
  background: transparent;
}
.sp-materialize .card .btn.unavailable,
.sp-materialize .card .unavailable.btn-large,
.sp-materialize .card .unavailable.btn-small {
  color: #a8a8a8;
  background-color: #e6e6e6;
}
.sp-materialize .card-secondary {
  color: #fff;
}
.sp-materialize .card-secondary a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
  color: #f7f7f7;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}
.sp-materialize .card-secondary a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
  color: #fff;
}
.sp-materialize .card-secondary a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):focus {
  color: #fff;
}
.sp-materialize .card-secondary a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
  text-decoration: underline;
}
.sp-materialize .card-secondary .material-icons {
  color: #fff;
}
.sp-materialize .row-cards {
  display: -moz-webkit-flex;
  display: -webkit-flex;
  display: -ms-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sp-materialize .row-cards .card-link .card-title {
  word-wrap: break-word;
}
.sp-materialize .row-cards .col {
  margin-left: initial !important;
}
.sp-materialize .card-link {
  position: relative;
  min-height: 300px;
  margin-top: 0;
  margin-bottom: 3rem;
  color: #100100;
  text-align: center;
  -webkit-transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (min-width: 601px) {
  .sp-materialize .card-link {
    min-height: 375px;
  }
}
@media only screen and (min-width: 993px) {
  .sp-materialize .card-link {
    min-height: 330px;
  }
}
.sp-materialize .card-link:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.sp-materialize .card-link:hover .card-icon,
.sp-materialize .card-link:hover .arrow-icon {
  opacity: 1;
}
.sp-materialize .card-link .card-content {
  padding-bottom: 4rem;
}
.sp-materialize .card-link .card-title {
  margin-top: 0;
  color: #100100;
}
.sp-materialize .card-link .card-icon {
  width: 100px;
  height: 100px;
  font-size: 100px;
  color: #16abd6;
  opacity: 0.8;
}
.sp-materialize .card-link .arrow-icon {
  position: absolute;
  bottom: -24px;
  left: 50%;
  padding: 1rem;
  margin-left: -24px;
  font-size: 18px;
  color: #fff;
  background-color: #6c6c6c;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.sp-materialize .card-payment {
  background-color: #f7f7f7;
}
.sp-materialize .card-payment.is-primary-dark .card-content {
  border: 2px solid #2588ad;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.sp-materialize .card-payment.is-primary-dark .card-action {
  background-color: #2588ad;
  color: #fff;
  text-shadow: 0 1px rgba(16, 1, 0, 0.2);
}
.sp-materialize .card-payment.is-primary .card-content {
  border: 2px solid #16abd6;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.sp-materialize .card-payment.is-primary .card-action {
  background-color: #16abd6;
  color: #fff;
  text-shadow: 0 1px rgba(16, 1, 0, 0.2);
}
.sp-materialize .card-payment.is-primary-light .card-content {
  border: 2px solid #00bcd4;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.sp-materialize .card-payment.is-primary-light .card-action {
  background-color: #00bcd4;
  color: #fff;
  text-shadow: 0 1px rgba(16, 1, 0, 0.2);
}
.sp-materialize .card-payment.is-secondary-dark .card-content {
  border: 2px solid #83c1a6;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.sp-materialize .card-payment.is-secondary-dark .card-action {
  background-color: #83c1a6;
  color: #fff;
  text-shadow: 0 1px rgba(16, 1, 0, 0.2);
}
.sp-materialize .card-payment.is-secondary .card-content {
  border: 2px solid #51c1a6;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.sp-materialize .card-payment.is-secondary .card-action {
  background-color: #51c1a6;
  color: #fff;
  text-shadow: 0 1px rgba(16, 1, 0, 0.2);
}
.sp-materialize .card-payment.is-secondary-light .card-content {
  border: 2px solid #d0e6dc;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.sp-materialize .card-payment.is-secondary-light .card-action {
  background-color: #d0e6dc;
  color: #100100;
}
.sp-materialize .card-payment.is-success .card-content {
  border: 2px solid #249d3d;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.sp-materialize .card-payment.is-success .card-action {
  background-color: #249d3d;
  color: #fff;
  text-shadow: 0 1px rgba(16, 1, 0, 0.2);
}
.sp-materialize .card-payment.is-warning .card-content {
  border: 2px solid #ff9e37;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.sp-materialize .card-payment.is-warning .card-action {
  background-color: #ff9e37;
  color: #fff;
  text-shadow: 0 1px rgba(16, 1, 0, 0.2);
}
.sp-materialize .card-payment.is-warning-light .card-content {
  border: 2px solid #f5b576;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.sp-materialize .card-payment.is-warning-light .card-action {
  background-color: #f5b576;
  color: #100100;
}
.sp-materialize .card-payment.is-danger .card-content {
  border: 2px solid #e1393c;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.sp-materialize .card-payment.is-danger .card-action {
  background-color: #e1393c;
  color: #fff;
  text-shadow: 0 1px rgba(16, 1, 0, 0.2);
}
.sp-materialize .card-payment.is-black .card-content {
  border: 2px solid #100100;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.sp-materialize .card-payment.is-black .card-action {
  background-color: #100100;
  color: #fff;
  text-shadow: 0 1px rgba(16, 1, 0, 0.2);
}
.sp-materialize .card-payment.is-grey-darker .card-content {
  border: 2px solid #4b4b4d;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.sp-materialize .card-payment.is-grey-darker .card-action {
  background-color: #4b4b4d;
  color: #fff;
  text-shadow: 0 1px rgba(16, 1, 0, 0.2);
}
.sp-materialize .card-payment.is-grey-dark .card-content {
  border: 2px solid #6c6c6c;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.sp-materialize .card-payment.is-grey-dark .card-action {
  background-color: #6c6c6c;
  color: #fff;
  text-shadow: 0 1px rgba(16, 1, 0, 0.2);
}
.sp-materialize .card-payment.is-grey .card-content {
  border: 2px solid #a8a8a8;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.sp-materialize .card-payment.is-grey .card-action {
  background-color: #a8a8a8;
  color: #fff;
  text-shadow: 0 1px rgba(16, 1, 0, 0.2);
}
.sp-materialize .card-payment.is-grey-light .card-content {
  border: 2px solid #e6e6e6;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.sp-materialize .card-payment.is-grey-light .card-action {
  background-color: #e6e6e6;
  color: #100100;
}
.sp-materialize .card-payment.is-grey-lighter .card-content {
  border: 2px solid #f7f7f7;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.sp-materialize .card-payment.is-grey-lighter .card-action {
  background-color: #f7f7f7;
  color: #100100;
}
.sp-materialize .card-payment.is-white .card-content {
  border: 2px solid #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.sp-materialize .card-payment.is-white .card-action {
  background-color: #fff;
  color: #100100;
}
.sp-materialize .card-payment .card-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -2px;
  font-size: 1.5rem;
}
.sp-materialize .card-payment .card-action .card-state {
  width: 79%;
  text-align: right;
}
.sp-materialize .card-payment .card-title {
  font-weight: 400;
  color: #6c6c6c;
}
.sp-materialize .card-payment .card-title .material-icons {
  color: #a8a8a8;
}
.sp-materialize .card-payment .card-payment-details {
  position: relative;
  padding: 24px;
  background-color: #fff;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.sp-materialize .card-payment .card-payment-details .card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: #6c6c6c;
  border-bottom: 1px solid #e6e6e6;
}
.sp-materialize .card-payment .card-payment-details .card-subtitle {
  color: #a8a8a8;
}
.sp-materialize .card-payment .card-payment-details .direct-debit-logo {
  width: 116px;
  height: 36px;
}
.sp-materialize .card-payment .card-payment-details .card-button-row {
  margin: 0;
}
.sp-materialize .card-payment.card-new-mandate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  font-size: 2rem;
  color: #a8a8a8;
  background-color: #fff;
  border: 3px dashed #e6e6e6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sp-materialize .card-payment.card-new-mandate:hover {
  color: #100100;
  cursor: pointer;
}
.sp-materialize .card-payment.card-new-mandate.unavailable {
  padding: 4rem 2rem;
  font-size: 1rem;
  color: #a8a8a8;
  text-align: center;
  pointer-events: none;
  cursor: default;
  background-color: #f7f7f7;
  border: 2px dashed #e6e6e6;
}
.sp-materialize .chip {
  position: relative;
  height: auto;
  padding: 0.5rem 1.75rem 0.5rem 0.75rem;
  line-height: initial;
  word-break: break-all;
}
.sp-materialize .chip .close-button {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  float: none;
  padding: 0;
  background-color: transparent;
  border: 0;
}
.sp-materialize .chip .close {
  line-height: initial;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sp-materialize .collection .collection-item .collection .collection-item:first-of-type {
  padding-top: 0;
}
.highlight .sp-materialize .collection .collection-item .collection-item:hover {
  background: #f7f7f7;
}
.sp-materialize .collection .collection-item .collection-item--number {
  padding: 0.5rem 1rem;
  font-size: 2rem;
  font-weight: 400;
  color: #51c1a6;
  text-align: left;
}
.sp-materialize .collection.borderless {
  border: none;
}
.sp-materialize .collection .secondary-content {
  top: 24px;
}
.sp-materialize .collection .secondary-content.large {
  font-size: 26px;
}
.sp-materialize .collapsible.borderless {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sp-materialize .collapsible.large-header .collapsible-header {
  padding-left: 0;
  font-size: 24px;
  font-weight: 400;
  color: #83c1a6;
}
.sp-materialize {
}
.sp-materialize .company-branding__stock-images .thumbnail {
  width: 100%;
  height: 160px;
  background-color: #e6e6e6;
  background-position: center center;
  background-size: cover;
  border: 5px solid #fff;
  opacity: 0.2;
  -o-object-fit: cover;
     object-fit: cover;
}
.sp-materialize .company-branding__stock-images .thumbnail:hover {
  opacity: 1;
}
.sp-materialize .company-branding__stock-images [type=radio] + label::before,
.sp-materialize .company-branding__stock-images [type=radio] + label::after {
  display: none;
}
.sp-materialize .company-branding__stock-images [type=radio] + label {
  width: 100%;
  height: 160px;
  padding: 0;
}
.sp-materialize .company-branding__stock-images [type=radio]:checked + label .thumbnail {
  border: 5px solid #16abd6;
  opacity: 1;
}
.sp-materialize {
}
.sp-materialize .company-branding__upload img {
  height: 160px;
}
.sp-materialize .company-branding__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border: 3px dashed #e6e6e6;
}
.sp-materialize .company-branding__logo > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 160px;
}
.sp-materialize .company-branding__logo-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #e6e6e6;
}
.sp-materialize .company-branding__steps-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sp-materialize .company-branding__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp-materialize .company-branding__steps-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  margin: 5px 10px 0 0;
  font-size: 20px;
  color: #fff;
  background-color: #51c1a6;
  border-radius: 100%;
}
@media only screen and (min-width: 601px) {
  .sp-materialize .company-branding__steps-number {
    width: 48px;
    height: 48px;
    margin: 25px 25px 25px 0;
  }
}
.sp-materialize .company-branding__steps-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sp-materialize {
}
.sp-materialize .picker__box .picker__date-display {
  display: none;
}
.sp-materialize .picker__box .picker__select--year {
  float: left;
  margin-left: 2.3em;
}
.sp-materialize .picker__box .picker__select--month {
  float: right;
  margin-right: 2.3em;
}
.sp-materialize button.picker__today:focus,
.sp-materialize button.picker__clear:focus,
.sp-materialize button.picker__close:focus {
  color: #16abd6;
  background-color: #e6e6e6;
}
.sp-materialize {
}
.sp-materialize .upload-box .drag-and-drop .drag-and-drop-content {
  height: 200px;
  border: 2px dashed #a8a8a8;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border 0.5s, background-color 0.5s;
  transition: border 0.5s, background-color 0.5s;
}
.sp-materialize .upload-box .drag-and-drop .drag-and-drop-content.invalid-file-format {
  border: 2px dashed #e1393c;
}
.sp-materialize .upload-box .drag-and-drop .drag-and-drop-content.drag-active {
  background-color: rgba(81, 193, 166, 0.7);
  border: 2px dashed #e6e6e6;
}
.sp-materialize .upload-box .drag-and-drop .drag-and-drop-content.drag-active h4 i,
.sp-materialize .upload-box .drag-and-drop .drag-and-drop-content.drag-active h4 span {
  color: #fff;
}
.sp-materialize .upload-box .drag-and-drop .drag-and-drop-content.drag-active .x-file-input label {
  color: #fff;
}
.sp-materialize .upload-box .drag-and-drop .drag-and-drop-content .attachment-icon {
  padding-right: 5px;
}
.sp-materialize .upload-box .drag-and-drop .drag-and-drop-content .x-file-input label {
  font-size: 1.1rem;
}
.sp-materialize .upload-box .drag-and-drop .drag-and-drop-content.disabled {
  pointer-events: none;
  cursor: default;
  border-color: #e6e6e6;
}
.sp-materialize .upload-box .drag-and-drop .drag-and-drop-content.disabled h4,
.sp-materialize .upload-box .drag-and-drop .drag-and-drop-content.disabled label {
  color: #e6e6e6;
}
.sp-materialize .upload-box .drag-and-drop .drag-and-drop-content.unavailable {
  color: #a8a8a8;
  pointer-events: none;
  cursor: default;
  background-color: #f7f7f7;
  border-color: #e6e6e6;
}
.sp-materialize .upload-box .drag-and-drop .invalid-file-alert {
  padding: 15px;
  margin-top: 2rem;
  font-size: 0.8rem;
  background-color: #f7f7f7;
  border-left: 7px solid #f00;
  border-radius: 3px;
}
.sp-materialize .upload-box .drag-and-drop .invalid-file-alert .message {
  color: #e1393c;
}
.sp-materialize .upload-box .drag-and-drop .block-upload-info {
  padding: 15px;
  margin-top: 2rem;
  font-size: 0.8rem;
  background-color: #f7f7f7;
  border-left: 7px solid #ff9e37;
  border-radius: 3px;
}
.sp-materialize .upload-box .upload-button label {
  width: 100%;
}
.sp-materialize .upload-box .upload-button.disabled {
  pointer-events: none;
  cursor: default;
}
.sp-materialize .upload-box .status-container {
  padding: 24px;
  background-color: #f7f7f7;
}
.sp-materialize .upload-box .status-container .status-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 600px) {
  .sp-materialize .upload-box .status-container .status-content {
    margin-bottom: 20px;
  }
}
.sp-materialize .upload-box .status-container .status-content-body {
  margin: 10px 0 0;
  font-weight: 300;
  color: #6c6c6c;
}
.sp-materialize .upload-box .status-container .status-content .status-message {
  margin: 0;
  font-weight: 500;
}
.sp-materialize .upload-box .status-container .status-content .status-message i {
  margin-left: 5px;
}
.sp-materialize .upload-box .status-container .status-content .status-message i.rotate {
  -webkit-animation: rotation 2s infinite linear;
          animation: rotation 2s infinite linear;
}
.sp-materialize .upload-box .status-external-button {
  padding: 24px;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
.sp-materialize .sp-slider.range-field {
  top: 25px;
  margin-bottom: 30px;
}
.sp-materialize {
}
.sp-materialize .drop {
  z-index: 9;
}
.sp-materialize .droptip .droptip__icon {
  top: 0;
}
.sp-materialize .drop-content h3,
.sp-materialize .drop-content-inner h3 {
  font-size: 18px;
  font-weight: 400;
}
.sp-materialize .drop-content .zero-margin p,
.sp-materialize .drop-content-inner .zero-margin p {
  margin: 0;
}
.sp-materialize .enlarge-wrapper {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.sp-materialize .enlarge-wrapper:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.sp-materialize .enlarge-wrapper.enlarged {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: #292929;
}
.sp-materialize .enlarge-wrapper.enlarged img {
  z-index: 501;
  width: auto;
  max-width: 80vw;
  height: auto;
  max-height: 80vh;
}
.sp-materialize {
}
.sp-materialize .form-label::first-letter {
  text-transform: capitalize;
}
.sp-materialize .input-field label {
  left: 0;
}
.x-file-input .sp-materialize .input-field label {
  width: 100%;
}
.sp-materialize .select-wrapper {
  margin-bottom: 1rem;
}
.card-content .sp-materialize p.padding-bottom {
  padding-bottom: 10px;
}
.sp-materialize .input-field-separator {
  text-align: center;
}
.sp-materialize .input-field-separator[type=text] {
  margin: 15px 0 0;
}
.sp-materialize .form-actions {
  margin: 3em 0;
}
@media only screen and (max-width: 992px) {
  .sp-materialize .reveal-password-checkbox {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 601px) {
  .sp-materialize .reveal-password-checkbox {
    margin-top: 26px;
  }
}
@media only screen and (min-width: 993px) {
  .sp-materialize .reveal-password-checkbox {
    margin-top: 32px;
  }
}
.sp-materialize fieldset {
  border: none;
}
.sp-materialize [type=checkbox].filled-in:checked + label::after {
  width: 18px;
  height: 18px;
  background-color: #16abd6;
  border: 2px solid #16abd6;
}
.sp-materialize [type=checkbox].filled-in:checked + label::before {
  left: 2px;
  width: 4px;
  height: 10px;
}
.sp-materialize [type=checkbox].filled-in:not(:checked) + label::after {
  width: 18px;
  height: 18px;
}
.sp-materialize .input-currency-gbp::before {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 3rem;
  content: "\a3";
}
.sp-materialize .input-currency-gbp .form-control,
.sp-materialize .input-currency-gbp .form-label:not(.active) {
  padding-left: 20px;
}
.sp-materialize label [title],
.sp-materialize .radio-buttons-label [title] {
  font-size: 1rem;
  color: #e1393c;
  text-decoration: none;
  border: 0;
}
.sp-materialize .sp-datepicker-trigger .datepicker-input {
  border-bottom: 2px solid #249d3d;
}
.sp-materialize input:disabled {
  -webkit-text-fill-color: #a8a8a8;
}
.sp-materialize {
}
@media only screen and (max-width: 600px) {
  .sp-materialize input:not([type]),
  .sp-materialize input[type=text],
  .sp-materialize input[type=password],
  .sp-materialize input[type=email],
  .sp-materialize input[type=url],
  .sp-materialize input[type=time],
  .sp-materialize input[type=date],
  .sp-materialize input[type=datetime],
  .sp-materialize input[type=datetime-local],
  .sp-materialize input[type=tel],
  .sp-materialize input[type=number],
  .sp-materialize input[type=search],
  .sp-materialize textarea.materialize-textarea,
  .sp-materialize select:focus,
  .sp-materialize textarea {
    font-size: 16px;
    -webkit-appearance: none;
  }
  .sp-materialize .select-wrapper input.select-dropdown {
    font-size: 16px;
  }
}
.sp-materialize .x-file--input + label {
  display: block;
}
@media only screen and (min-width: 601px) and (max-width: 992px), (min-width: 993px) and (max-width: 1013px) {
  .sp-materialize .form-password-edit .update-button {
    padding: 0 1rem;
  }
}
.sp-materialize {
}
@media only screen and (max-width: 600px) {
  .sp-materialize #intercom-container {
    display: none;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.sp-materialize .blinking-dots span {
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.sp-materialize .blinking-dots span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.sp-materialize .blinking-dots span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.sp-materialize {
}
.sp-materialize .show-y-scrollbar {
  overflow-y: visible;
}
.sp-materialize .bottom-sheet-custom-position {
  bottom: 0 !important;
}
.sp-materialize {
}
.sp-materialize .nav-wrapper {
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 2px 5px 0 rgba(233, 243, 246, 0.98);
          box-shadow: 0 2px 5px 0 rgba(233, 243, 246, 0.98);
}
.sp-materialize .nav-wrapper .nav-tabs {
  position: relative;
}
.sp-materialize .nav-wrapper .nav-tabs::after {
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 10px;
  content: "";
  background: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
}
.sp-materialize .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3rem;
  padding: 2rem 1.8rem 0;
  list-style: none;
  background-color: #f7f7f7;
  border-color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
}
.sp-materialize .nav-tabs .nav-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.sp-materialize .nav-tabs .nav-link {
  width: 100%;
  padding: 1.5rem;
  color: #6c6c6c;
  border-radius: 0.5rem 0.5rem 0 0;
}
.sp-materialize .nav-tabs .nav-link.active,
.sp-materialize .nav-tabs .nav-item.show .nav-link {
  color: #6c6c6c;
  border-color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(233, 243, 246, 0.98);
          box-shadow: 0 2px 5px 0 rgba(233, 243, 246, 0.98);
}
.sp-materialize .nav-tabs .nav-link.active,
.sp-materialize .nav-tabs .nav-link:focus,
.sp-materialize .nav-tabs .nav-link:hover {
  background-color: #fff;
  border-color: #fff #f7f7f7;
  -webkit-box-shadow: 0 2px 5px 0 rgba(233, 243, 246, 0.98);
          box-shadow: 0 2px 5px 0 rgba(233, 243, 246, 0.98);
}
.sp-materialize {
}
.sp-materialize nav {
  background: #51c1a6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sp-materialize nav .nav-wrapper {
  height: auto;
  margin: 0;
}
.sp-materialize nav.nav-masterhead {
  background-color: #fff;
}
.sp-materialize nav.nav-masterhead .nav-masterhead-icon {
  height: 24px;
}
.sp-materialize nav.nav-masterhead .nav-masterhead-label {
  display: none;
}
@media only screen and (min-width: 601px) {
  .sp-materialize nav.nav-masterhead .nav-masterhead-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sp-materialize nav .brand-logo,
.sp-materialize nav .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 64px;
  padding-top: 1px;
}
.sp-materialize nav .brand-logo img,
.sp-materialize nav .brand-logo svg,
.sp-materialize nav .logo img,
.sp-materialize nav .logo svg {
  max-width: 180px;
  max-height: 60px;
}
@media only screen and (min-width: 601px) {
  .sp-materialize nav .brand-logo img,
  .sp-materialize nav .brand-logo svg,
  .sp-materialize nav .logo img,
  .sp-materialize nav .logo svg {
    width: 100%;
  }
}
.sp-materialize nav .logo-mobile {
  margin-top: 10px;
}
.sp-materialize nav ul a,
.sp-materialize nav ul button {
  color: #6c6c6c;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}
.sp-materialize nav ul a:hover,
.sp-materialize nav ul button:hover {
  color: #100100;
}
.sp-materialize nav ul a:focus,
.sp-materialize nav ul button:focus {
  color: #100100;
}
.sp-materialize nav ul a,
.sp-materialize nav ul button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp-materialize nav ul a.active,
.sp-materialize nav ul button.active {
  color: #100100;
}
.sp-materialize nav ul a:hover,
.sp-materialize nav ul button:hover {
  background-color: transparent;
}
@media only screen and (max-width: 600px) {
  .sp-materialize nav ul a,
  .sp-materialize nav ul button {
    font-size: 12px;
  }
}
.sp-materialize nav .material-icons {
  margin-right: 5px;
}
.sp-materialize {
}
.sp-materialize .pagination li.active {
  background-color: #16abd6;
}
.sp-materialize .pagination li.disabled {
  cursor: not-allowed;
}
.sp-materialize .pagination li.disabled i {
  color: #a8a8a8;
}
.sp-materialize .progress {
  height: 0.5rem;
  background-color: #f7f7f7;
}
.sp-materialize .loading-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50vh;
  color: #a8a8a8;
}
.sp-materialize .loading-state .icon {
  width: 50px;
  height: 50px;
}
.sp-materialize {
}
.sp-materialize .contributions__table .sp-table .percentage {
  padding-right: 10px;
  color: #6c6c6c;
}
.sp-materialize .contributions__table .sp-table .category {
  height: 1px;
  padding-right: 10px;
}
.sp-materialize .contributions__table .sp-table .category-name {
  height: 1px;
  padding-top: 7px;
}
.sp-materialize .contributions__table .sp-table .date-range {
  white-space: pre;
}
.sp-materialize .contributions__table .sp-table i {
  position: relative;
  top: 2px;
  line-height: 1;
}
.sp-materialize .contributions__table .sp-table .customer-header {
  padding-top: 7px;
  padding-left: 0;
}
.sp-materialize .contributions__table .sp-table .contribution-refunded td {
  color: #6c6c6c;
  background-color: #f7f7f7;
  border-radius: 0;
}
@media only screen and (max-width: 992px) {
  .sp-materialize .contributions__table .sp-table th:nth-of-type(6) {
    padding-top: 0;
  }
  .sp-materialize .contributions__table .sp-table .category {
    height: 1px;
    padding-right: 10px;
  }
  .sp-materialize .contributions__table .sp-table .category-name {
    padding-top: 0;
  }
  .sp-materialize .contributions__table .sp-table .icon-fix {
    top: -18px;
    padding-left: 15px;
  }
  .sp-materialize .contributions__table .sp-table .customer-header {
    top: 0;
    padding-top: 0;
    padding-left: 0;
  }
}
.sp-materialize {
}
.sp-materialize .contributions-breakdown-box {
  padding: 30px 20px;
  border: 2px solid #e6e6e6;
}
.sp-materialize .contributions-breakdown__table .ember-tooltip-target {
  display: table-cell;
}
.sp-materialize .contributions-breakdown__table table thead {
  border-bottom: 0;
}
.sp-materialize .contributions-breakdown__table table tr th:not(:first-child) {
  max-width: 120px;
}
.sp-materialize .contributions-breakdown__table table tr th {
  padding: 0 20px 20px 0;
  font-weight: 400;
}
.sp-materialize .contributions-breakdown__table table tr td {
  padding: 5px 0;
  font-weight: 400;
}
.sp-materialize .contributions-breakdown__table table tr td.left-align {
  width: 1%;
}
.sp-materialize .contributions-breakdown__table table tr.summary-row {
  margin: 20px;
  border-top: 2px solid #e6e6e6;
}
.sp-materialize .contributions-breakdown__table table tr.summary-row td {
  padding: 20px 0;
  font-size: 1.4rem;
}
.sp-materialize .contributions-breakdown__table table tr:nth-last-child(2) td {
  padding-bottom: 30px;
}
.sp-materialize {
}
@media only screen and (max-width: 992px) {
  .sp-materialize table.responsive-table {
    display: inline-block;
  }
}
.sp-materialize td.action {
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .sp-materialize .table--employee-contributions thead tr th {
    max-width: none;
  }
}
.sp-materialize .table--employee-contributions .opt-state__col--width {
  width: 115px;
}
.sp-materialize .table__filter {
  padding-top: 25px;
}
.sp-materialize .exports--list ul {
  padding-left: 24px;
}
.sp-materialize .tabs .tab.active {
  border-bottom: 3px solid #16abd6;
}
.sp-materialize {
}
.sp-materialize .index__tasks .index__tasks--todos {
  padding: 5px 0;
}
.sp-materialize .index__tasks .index__tasks--todos .todo-list {
  padding: 0;
}
.sp-materialize .index__tasks .index__tasks--todos .todo-list thead {
  border-top: 0;
}
.sp-materialize .index__tasks .index__tasks--todos .row {
  padding: 5px 0;
  margin: 0;
  border-top: solid 1px #f7f7f7;
}
.sp-materialize .index__tasks .index__tasks--todos .row:hover {
  background: #f7f7f7;
}
.sp-materialize .index__tasks .index__tasks--todos .todo-item {
  padding: 5px 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #100100;
}
.sp-materialize .index__tasks .index__tasks--todos .btn-floating.unavailable {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sp-materialize .index__tasks .index__tasks--todos .btn-floating.unavailable .material-icons {
  color: #e1393c;
  cursor: default;
}
.sp-materialize .index__tasks .index__tasks--todos .task-delegate {
  min-width: 210px;
  line-height: 36px;
  border-top: transparent;
}
@media only screen and (min-width: 601px) {
  .sp-materialize .index__tasks .index__tasks--todos .task-delegate {
    padding: 0 10px;
  }
}
.sp-materialize .index__tasks .index__tasks--todos .task-delegate .btn,
.sp-materialize .index__tasks .index__tasks--todos .task-delegate .btn-small,
.sp-materialize .index__tasks .index__tasks--todos .task-delegate .btn-large,
.sp-materialize .index__tasks .index__tasks--todos .task-delegate .btn-flat,
.sp-materialize .index__tasks .index__tasks--todos .task-delegate button {
  padding: 0 12px;
}
.sp-materialize .index__tasks .index__tasks--todos .task-status a {
  color: #fff;
}
.sp-materialize .index__tasks .index__tasks--todos .task-status .icon,
.sp-materialize .index__tasks .index__tasks--todos .task-status .material-icons {
  margin-left: 12px;
}
.sp-materialize .index__tasks .index__tasks--todos .dashboard-task-padding {
  padding: 5px 0;
}
.sp-materialize .index__tasks .index__tasks--todos .dashboard-task-tooltipped-padding {
  padding: 5px 0;
}
.sp-materialize .phone-input-wrapper {
  margin-top: 1rem;
}
.sp-materialize .phone-input-wrapper .iti--separate-dial-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sp-materialize .phone-input-wrapper .iti--separate-dial-code .iti__selected-flag {
  background-color: unset;
  outline: none;
}
.sp-materialize {
}
.sp-materialize .toast-position.toast-position {
  top: 20px;
  right: 12px;
}
.sp-materialize .toast-position .toast {
  top: 9vh;
  right: 0;
  float: right;
  word-break: normal;
}
.sp-materialize .toast-position .toast-close-button {
  position: absolute;
  top: 5px;
  right: 10px;
  float: none;
}
.sp-materialize .toast-position .toast-close-button:hover,
.sp-materialize .toast-position .toast-close-button:focus {
  color: #fff;
  background: none;
}
.sp-materialize #toast-container {
  top: 20px;
  right: 12px;
  bottom: auto;
  left: auto;
}
.sp-materialize #toast-container > .toast-success {
  width: auto;
  max-width: 500px;
  padding: 15px 30px 15px 15px;
  background-image: none !important;
}
.sp-materialize .user-switch-content--links a:hover {
  text-decoration: underline;
}
.sp-materialize .user-switch-content--links p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
}
.sp-materialize .user-switch-content--links ul {
  margin-top: 0;
  margin-bottom: 0;
}
.sp-materialize .user-switch-content--links ul li {
  text-align: center;
}
@-webkit-keyframes movecloudsfront {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(60px);
            transform: translate(60px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes movecloudsfront {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(60px);
            transform: translate(60px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.sp-materialize .clouds-front {
  -webkit-animation: movecloudsfront 25s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
          animation: movecloudsfront 25s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
}
@-webkit-keyframes movecloudsback {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(80px);
            transform: translate(80px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes movecloudsback {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(80px);
            transform: translate(80px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.sp-materialize .clouds-back {
  -webkit-animation: movecloudsback 35s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
          animation: movecloudsback 35s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
}
.sp-materialize .error-page {
  min-height: calc(100vh - 65px);
  padding: 2rem;
  background-color: #16abd6;
}
.sp-materialize .error-page.company-not-found {
  background:
    linear-gradient(
      to bottom,
      rgb(255, 255, 255) 0%,
      rgb(255, 255, 255) 580px,
      rgb(245, 245, 245) 580px,
      rgb(245, 245, 245) 100%);
}
.sp-materialize .error-page.company-not-found .title {
  color: #16abd6;
}
.sp-materialize .error-page.company-not-found .help-copywriting {
  color: #6c6c6c;
  text-shadow: none;
}
.sp-materialize .error-page .help-copywriting {
  max-width: 800px;
  margin: 4rem auto 0;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.sp-materialize .error-page .help-copywriting p {
  margin-bottom: 1.5rem;
}
.sp-materialize .error-page .help-copywriting .title {
  font-size: 3rem;
  font-weight: 700;
}
.sp-materialize .error-page .illustration {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sp-materialize .error-container .image-container {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 1200px) {
  .sp-materialize .error-container .image-container {
    right: 10%;
  }
}
@media (min-width: 1920px) {
  .sp-materialize .error-container .image-container {
    position: static;
    right: initial;
    bottom: initial;
  }
}
.sp-materialize .error-container .image-container .image-content {
  width: 43vh;
  height: 43vh;
}
@media (min-width: 768px) {
  .sp-materialize .error-container .image-container .image-content {
    width: 60vh;
    height: 60vh;
  }
}
@media (min-width: 1920px) {
  .sp-materialize .error-container .image-container .image-content {
    width: 50vh;
    height: 50vh;
  }
}
.sp-materialize .section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sp-materialize .section.medium {
  padding-top: 40px;
  padding-bottom: 40px;
}
.sp-materialize .section.large {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sp-materialize body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.sp-materialize main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.sp-materialize .primary-fill {
  fill: #16abd6;
}
.sp-materialize {
}
.sp-materialize .no-margin,
.sp-materialize .drop-content h3,
.sp-materialize .drop-content-inner h3 {
  margin: 0;
}
.sp-materialize .no-padding {
  padding: 0;
}
.sp-materialize .padding-top {
  padding-top: 2em;
}
.sp-materialize .secondary {
  background: #51c1a6;
}
.sp-materialize .inline-block {
  display: inline-block;
}
.sp-materialize label.mandatory::after {
  font-size: 1rem;
  color: #e1393c;
  content: " *";
  border: 0;
}
.sp-materialize {
}
.sp-materialize .sp-d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sp-materialize .sp-flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.sp-materialize .sp-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sp-materialize .sp-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.sp-materialize .sp-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sp-materialize .sp-flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.sp-materialize .sp-flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sp-materialize .sp-flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sp-materialize .sp-justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sp-materialize .sp-justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sp-materialize .sp-justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sp-materialize .sp-justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sp-materialize .sp-justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.sp-materialize .sp-align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sp-materialize .sp-align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sp-materialize .sp-align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp-materialize .sp-align-items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.sp-materialize .sp-align-items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.sp-materialize .sp-h-25 {
  height: 25% !important;
}
.sp-materialize .sp-h-50 {
  height: 50% !important;
}
.sp-materialize .sp-h-75 {
  height: 75% !important;
}
.sp-materialize .sp-h-100 {
  height: 100% !important;
}
.sp-materialize .sp-w-25 {
  width: 25% !important;
}
.sp-materialize .sp-w-50 {
  width: 50% !important;
}
.sp-materialize .sp-w-75 {
  width: 75% !important;
}
.sp-materialize .sp-w-100 {
  width: 100% !important;
}
.sp-materialize .sp-mw-25 {
  max-width: 25% !important;
}
.sp-materialize .sp-mw-50 {
  max-width: 50% !important;
}
.sp-materialize .sp-mw-75 {
  max-width: 75% !important;
}
.sp-materialize .sp-mw-100 {
  max-width: 100% !important;
}
.sp-materialize .sp-mt-0 {
  margin-top: 0 !important;
}
.sp-materialize .sp-pt-0 {
  padding-top: 0 !important;
}
.sp-materialize .sp-mr-0 {
  margin-right: 0 !important;
}
.sp-materialize .sp-pr-0 {
  padding-right: 0 !important;
}
.sp-materialize .sp-mb-0 {
  margin-bottom: 0 !important;
}
.sp-materialize .sp-pb-0 {
  padding-bottom: 0 !important;
}
.sp-materialize .sp-ml-0 {
  margin-left: 0 !important;
}
.sp-materialize .sp-pl-0 {
  padding-left: 0 !important;
}
.sp-materialize .sp-mt-1 {
  margin-top: 0.25rem !important;
}
.sp-materialize .sp-pt-1 {
  padding-top: 0.25rem !important;
}
.sp-materialize .sp-mr-1 {
  margin-right: 0.25rem !important;
}
.sp-materialize .sp-pr-1 {
  padding-right: 0.25rem !important;
}
.sp-materialize .sp-mb-1 {
  margin-bottom: 0.25rem !important;
}
.sp-materialize .sp-pb-1 {
  padding-bottom: 0.25rem !important;
}
.sp-materialize .sp-ml-1 {
  margin-left: 0.25rem !important;
}
.sp-materialize .sp-pl-1 {
  padding-left: 0.25rem !important;
}
.sp-materialize .sp-mt-2 {
  margin-top: 0.5rem !important;
}
.sp-materialize .sp-pt-2 {
  padding-top: 0.5rem !important;
}
.sp-materialize .sp-mr-2 {
  margin-right: 0.5rem !important;
}
.sp-materialize .sp-pr-2 {
  padding-right: 0.5rem !important;
}
.sp-materialize .sp-mb-2 {
  margin-bottom: 0.5rem !important;
}
.sp-materialize .sp-pb-2 {
  padding-bottom: 0.5rem !important;
}
.sp-materialize .sp-ml-2 {
  margin-left: 0.5rem !important;
}
.sp-materialize .sp-pl-2 {
  padding-left: 0.5rem !important;
}
.sp-materialize .sp-mt-3 {
  margin-top: 1rem !important;
}
.sp-materialize .sp-pt-3 {
  padding-top: 1rem !important;
}
.sp-materialize .sp-mr-3 {
  margin-right: 1rem !important;
}
.sp-materialize .sp-pr-3 {
  padding-right: 1rem !important;
}
.sp-materialize .sp-mb-3 {
  margin-bottom: 1rem !important;
}
.sp-materialize .sp-pb-3 {
  padding-bottom: 1rem !important;
}
.sp-materialize .sp-ml-3 {
  margin-left: 1rem !important;
}
.sp-materialize .sp-pl-3 {
  padding-left: 1rem !important;
}
.sp-materialize .sp-mt-4 {
  margin-top: 1.5rem !important;
}
.sp-materialize .sp-pt-4 {
  padding-top: 1.5rem !important;
}
.sp-materialize .sp-mr-4 {
  margin-right: 1.5rem !important;
}
.sp-materialize .sp-pr-4 {
  padding-right: 1.5rem !important;
}
.sp-materialize .sp-mb-4 {
  margin-bottom: 1.5rem !important;
}
.sp-materialize .sp-pb-4 {
  padding-bottom: 1.5rem !important;
}
.sp-materialize .sp-ml-4 {
  margin-left: 1.5rem !important;
}
.sp-materialize .sp-pl-4 {
  padding-left: 1.5rem !important;
}
.sp-materialize .sp-mt-5 {
  margin-top: 3rem !important;
}
.sp-materialize .sp-pt-5 {
  padding-top: 3rem !important;
}
.sp-materialize .sp-mr-5 {
  margin-right: 3rem !important;
}
.sp-materialize .sp-pr-5 {
  padding-right: 3rem !important;
}
.sp-materialize .sp-mb-5 {
  margin-bottom: 3rem !important;
}
.sp-materialize .sp-pb-5 {
  padding-bottom: 3rem !important;
}
.sp-materialize .sp-ml-5 {
  margin-left: 3rem !important;
}
.sp-materialize .sp-pl-5 {
  padding-left: 3rem !important;
}
.sp-materialize .sp-font-weight-bold {
  font-weight: 600;
}
.sp-materialize .sp-font-weight-normal {
  font-weight: 400;
}
.sp-materialize .sp-font-weight-light {
  font-weight: 300;
}
.sp-materialize .sp-font-italic {
  font-style: italic;
}
.sp-materialize .sp-line-height-0 {
  line-height: 1rem;
}
.sp-materialize .sp-line-height-1 {
  line-height: 1.1rem;
}
.sp-materialize .sp-line-height-2 {
  line-height: 1.2rem;
}
.sp-materialize .sp-line-height-3 {
  line-height: 1.3rem;
}
.sp-materialize .sp-line-height-4 {
  line-height: 1.4rem;
}
.sp-materialize .sp-line-height-5 {
  line-height: 1.5rem;
}
.sp-materialize .sp-line-height-6 {
  line-height: 1.6rem;
}
.sp-materialize .sp-line-height-7 {
  line-height: 1.7rem;
}
.sp-materialize .sp-line-height-8 {
  line-height: 1.8rem;
}
.sp-materialize .sp-line-height-9 {
  line-height: 1.9rem;
}
.sp-materialize .sp-line-height-10 {
  line-height: 2rem;
}
.sp-materialize .sp-border-top {
  border-top: 1px solid #a8a8a8;
}
.sp-materialize .sp-border-right {
  border-right: 1px solid #a8a8a8;
}
.sp-materialize .sp-border-bottom {
  border-bottom: 1px solid #a8a8a8;
}
.sp-materialize .sp-border-left {
  border-left: 1px solid #a8a8a8;
}
@media only screen and (min-width: 601px) {
  .sp-materialize .sp-md-d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp-materialize .sp-md-flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .sp-materialize .sp-md-flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sp-materialize .sp-md-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .sp-materialize .sp-md-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-materialize .sp-md-flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-materialize .sp-md-flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sp-materialize .sp-md-flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sp-materialize .sp-md-justify-content-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sp-materialize .sp-md-justify-content-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sp-materialize .sp-md-justify-content-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sp-materialize .sp-md-justify-content-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sp-materialize .sp-md-justify-content-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .sp-materialize .sp-md-align-items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sp-materialize .sp-md-align-items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sp-materialize .sp-md-align-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sp-materialize .sp-md-align-items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .sp-materialize .sp-md-align-items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .sp-materialize .sp-md-h-25 {
    height: 25% !important;
  }
  .sp-materialize .sp-md-h-50 {
    height: 50% !important;
  }
  .sp-materialize .sp-md-h-75 {
    height: 75% !important;
  }
  .sp-materialize .sp-md-h-100 {
    height: 100% !important;
  }
  .sp-materialize .sp-md-w-25 {
    width: 25% !important;
  }
  .sp-materialize .sp-md-w-50 {
    width: 50% !important;
  }
  .sp-materialize .sp-md-w-75 {
    width: 75% !important;
  }
  .sp-materialize .sp-md-w-100 {
    width: 100% !important;
  }
  .sp-materialize .sp-md-mw-25 {
    max-width: 25% !important;
  }
  .sp-materialize .sp-md-mw-50 {
    max-width: 50% !important;
  }
  .sp-materialize .sp-md-mw-75 {
    max-width: 75% !important;
  }
  .sp-materialize .sp-md-mw-100 {
    max-width: 100% !important;
  }
  .sp-materialize .sp-md-mt-0 {
    margin-top: 0 !important;
  }
  .sp-materialize .sp-md-pt-0 {
    padding-top: 0 !important;
  }
  .sp-materialize .sp-md-mr-0 {
    margin-right: 0 !important;
  }
  .sp-materialize .sp-md-pr-0 {
    padding-right: 0 !important;
  }
  .sp-materialize .sp-md-mb-0 {
    margin-bottom: 0 !important;
  }
  .sp-materialize .sp-md-pb-0 {
    padding-bottom: 0 !important;
  }
  .sp-materialize .sp-md-ml-0 {
    margin-left: 0 !important;
  }
  .sp-materialize .sp-md-pl-0 {
    padding-left: 0 !important;
  }
  .sp-materialize .sp-md-mt-1 {
    margin-top: 0.25rem !important;
  }
  .sp-materialize .sp-md-pt-1 {
    padding-top: 0.25rem !important;
  }
  .sp-materialize .sp-md-mr-1 {
    margin-right: 0.25rem !important;
  }
  .sp-materialize .sp-md-pr-1 {
    padding-right: 0.25rem !important;
  }
  .sp-materialize .sp-md-mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .sp-materialize .sp-md-pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .sp-materialize .sp-md-ml-1 {
    margin-left: 0.25rem !important;
  }
  .sp-materialize .sp-md-pl-1 {
    padding-left: 0.25rem !important;
  }
  .sp-materialize .sp-md-mt-2 {
    margin-top: 0.5rem !important;
  }
  .sp-materialize .sp-md-pt-2 {
    padding-top: 0.5rem !important;
  }
  .sp-materialize .sp-md-mr-2 {
    margin-right: 0.5rem !important;
  }
  .sp-materialize .sp-md-pr-2 {
    padding-right: 0.5rem !important;
  }
  .sp-materialize .sp-md-mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .sp-materialize .sp-md-pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .sp-materialize .sp-md-ml-2 {
    margin-left: 0.5rem !important;
  }
  .sp-materialize .sp-md-pl-2 {
    padding-left: 0.5rem !important;
  }
  .sp-materialize .sp-md-mt-3 {
    margin-top: 1rem !important;
  }
  .sp-materialize .sp-md-pt-3 {
    padding-top: 1rem !important;
  }
  .sp-materialize .sp-md-mr-3 {
    margin-right: 1rem !important;
  }
  .sp-materialize .sp-md-pr-3 {
    padding-right: 1rem !important;
  }
  .sp-materialize .sp-md-mb-3 {
    margin-bottom: 1rem !important;
  }
  .sp-materialize .sp-md-pb-3 {
    padding-bottom: 1rem !important;
  }
  .sp-materialize .sp-md-ml-3 {
    margin-left: 1rem !important;
  }
  .sp-materialize .sp-md-pl-3 {
    padding-left: 1rem !important;
  }
  .sp-materialize .sp-md-mt-4 {
    margin-top: 1.5rem !important;
  }
  .sp-materialize .sp-md-pt-4 {
    padding-top: 1.5rem !important;
  }
  .sp-materialize .sp-md-mr-4 {
    margin-right: 1.5rem !important;
  }
  .sp-materialize .sp-md-pr-4 {
    padding-right: 1.5rem !important;
  }
  .sp-materialize .sp-md-mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .sp-materialize .sp-md-pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .sp-materialize .sp-md-ml-4 {
    margin-left: 1.5rem !important;
  }
  .sp-materialize .sp-md-pl-4 {
    padding-left: 1.5rem !important;
  }
  .sp-materialize .sp-md-mt-5 {
    margin-top: 3rem !important;
  }
  .sp-materialize .sp-md-pt-5 {
    padding-top: 3rem !important;
  }
  .sp-materialize .sp-md-mr-5 {
    margin-right: 3rem !important;
  }
  .sp-materialize .sp-md-pr-5 {
    padding-right: 3rem !important;
  }
  .sp-materialize .sp-md-mb-5 {
    margin-bottom: 3rem !important;
  }
  .sp-materialize .sp-md-pb-5 {
    padding-bottom: 3rem !important;
  }
  .sp-materialize .sp-md-ml-5 {
    margin-left: 3rem !important;
  }
  .sp-materialize .sp-md-pl-5 {
    padding-left: 3rem !important;
  }
  .sp-materialize .sp-md-font-weight-bold {
    font-weight: 600;
  }
  .sp-materialize .sp-md-font-weight-normal {
    font-weight: 400;
  }
  .sp-materialize .sp-md-font-weight-light {
    font-weight: 300;
  }
  .sp-materialize .sp-md-font-italic {
    font-style: italic;
  }
  .sp-materialize .sp-md-line-height-0 {
    line-height: 1rem;
  }
  .sp-materialize .sp-md-line-height-1 {
    line-height: 1.1rem;
  }
  .sp-materialize .sp-md-line-height-2 {
    line-height: 1.2rem;
  }
  .sp-materialize .sp-md-line-height-3 {
    line-height: 1.3rem;
  }
  .sp-materialize .sp-md-line-height-4 {
    line-height: 1.4rem;
  }
  .sp-materialize .sp-md-line-height-5 {
    line-height: 1.5rem;
  }
  .sp-materialize .sp-md-line-height-6 {
    line-height: 1.6rem;
  }
  .sp-materialize .sp-md-line-height-7 {
    line-height: 1.7rem;
  }
  .sp-materialize .sp-md-line-height-8 {
    line-height: 1.8rem;
  }
  .sp-materialize .sp-md-line-height-9 {
    line-height: 1.9rem;
  }
  .sp-materialize .sp-md-line-height-10 {
    line-height: 2rem;
  }
  .sp-materialize .sp-md-border-top {
    border-top: 1px solid #a8a8a8;
  }
  .sp-materialize .sp-md-border-right {
    border-right: 1px solid #a8a8a8;
  }
  .sp-materialize .sp-md-border-bottom {
    border-bottom: 1px solid #a8a8a8;
  }
  .sp-materialize .sp-md-border-left {
    border-left: 1px solid #a8a8a8;
  }
}
@media only screen and (min-width: 993px) {
  .sp-materialize .sp-lg-d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp-materialize .sp-lg-flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .sp-materialize .sp-lg-flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sp-materialize .sp-lg-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .sp-materialize .sp-lg-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-materialize .sp-lg-flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-materialize .sp-lg-flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sp-materialize .sp-lg-flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sp-materialize .sp-lg-justify-content-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sp-materialize .sp-lg-justify-content-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sp-materialize .sp-lg-justify-content-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sp-materialize .sp-lg-justify-content-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sp-materialize .sp-lg-justify-content-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .sp-materialize .sp-lg-align-items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sp-materialize .sp-lg-align-items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sp-materialize .sp-lg-align-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sp-materialize .sp-lg-align-items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .sp-materialize .sp-lg-align-items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .sp-materialize .sp-lg-h-25 {
    height: 25% !important;
  }
  .sp-materialize .sp-lg-h-50 {
    height: 50% !important;
  }
  .sp-materialize .sp-lg-h-75 {
    height: 75% !important;
  }
  .sp-materialize .sp-lg-h-100 {
    height: 100% !important;
  }
  .sp-materialize .sp-lg-w-25 {
    width: 25% !important;
  }
  .sp-materialize .sp-lg-w-50 {
    width: 50% !important;
  }
  .sp-materialize .sp-lg-w-75 {
    width: 75% !important;
  }
  .sp-materialize .sp-lg-w-100 {
    width: 100% !important;
  }
  .sp-materialize .sp-lg-mw-25 {
    max-width: 25% !important;
  }
  .sp-materialize .sp-lg-mw-50 {
    max-width: 50% !important;
  }
  .sp-materialize .sp-lg-mw-75 {
    max-width: 75% !important;
  }
  .sp-materialize .sp-lg-mw-100 {
    max-width: 100% !important;
  }
  .sp-materialize .sp-lg-mt-0 {
    margin-top: 0 !important;
  }
  .sp-materialize .sp-lg-pt-0 {
    padding-top: 0 !important;
  }
  .sp-materialize .sp-lg-mr-0 {
    margin-right: 0 !important;
  }
  .sp-materialize .sp-lg-pr-0 {
    padding-right: 0 !important;
  }
  .sp-materialize .sp-lg-mb-0 {
    margin-bottom: 0 !important;
  }
  .sp-materialize .sp-lg-pb-0 {
    padding-bottom: 0 !important;
  }
  .sp-materialize .sp-lg-ml-0 {
    margin-left: 0 !important;
  }
  .sp-materialize .sp-lg-pl-0 {
    padding-left: 0 !important;
  }
  .sp-materialize .sp-lg-mt-1 {
    margin-top: 0.25rem !important;
  }
  .sp-materialize .sp-lg-pt-1 {
    padding-top: 0.25rem !important;
  }
  .sp-materialize .sp-lg-mr-1 {
    margin-right: 0.25rem !important;
  }
  .sp-materialize .sp-lg-pr-1 {
    padding-right: 0.25rem !important;
  }
  .sp-materialize .sp-lg-mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .sp-materialize .sp-lg-pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .sp-materialize .sp-lg-ml-1 {
    margin-left: 0.25rem !important;
  }
  .sp-materialize .sp-lg-pl-1 {
    padding-left: 0.25rem !important;
  }
  .sp-materialize .sp-lg-mt-2 {
    margin-top: 0.5rem !important;
  }
  .sp-materialize .sp-lg-pt-2 {
    padding-top: 0.5rem !important;
  }
  .sp-materialize .sp-lg-mr-2 {
    margin-right: 0.5rem !important;
  }
  .sp-materialize .sp-lg-pr-2 {
    padding-right: 0.5rem !important;
  }
  .sp-materialize .sp-lg-mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .sp-materialize .sp-lg-pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .sp-materialize .sp-lg-ml-2 {
    margin-left: 0.5rem !important;
  }
  .sp-materialize .sp-lg-pl-2 {
    padding-left: 0.5rem !important;
  }
  .sp-materialize .sp-lg-mt-3 {
    margin-top: 1rem !important;
  }
  .sp-materialize .sp-lg-pt-3 {
    padding-top: 1rem !important;
  }
  .sp-materialize .sp-lg-mr-3 {
    margin-right: 1rem !important;
  }
  .sp-materialize .sp-lg-pr-3 {
    padding-right: 1rem !important;
  }
  .sp-materialize .sp-lg-mb-3 {
    margin-bottom: 1rem !important;
  }
  .sp-materialize .sp-lg-pb-3 {
    padding-bottom: 1rem !important;
  }
  .sp-materialize .sp-lg-ml-3 {
    margin-left: 1rem !important;
  }
  .sp-materialize .sp-lg-pl-3 {
    padding-left: 1rem !important;
  }
  .sp-materialize .sp-lg-mt-4 {
    margin-top: 1.5rem !important;
  }
  .sp-materialize .sp-lg-pt-4 {
    padding-top: 1.5rem !important;
  }
  .sp-materialize .sp-lg-mr-4 {
    margin-right: 1.5rem !important;
  }
  .sp-materialize .sp-lg-pr-4 {
    padding-right: 1.5rem !important;
  }
  .sp-materialize .sp-lg-mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .sp-materialize .sp-lg-pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .sp-materialize .sp-lg-ml-4 {
    margin-left: 1.5rem !important;
  }
  .sp-materialize .sp-lg-pl-4 {
    padding-left: 1.5rem !important;
  }
  .sp-materialize .sp-lg-mt-5 {
    margin-top: 3rem !important;
  }
  .sp-materialize .sp-lg-pt-5 {
    padding-top: 3rem !important;
  }
  .sp-materialize .sp-lg-mr-5 {
    margin-right: 3rem !important;
  }
  .sp-materialize .sp-lg-pr-5 {
    padding-right: 3rem !important;
  }
  .sp-materialize .sp-lg-mb-5 {
    margin-bottom: 3rem !important;
  }
  .sp-materialize .sp-lg-pb-5 {
    padding-bottom: 3rem !important;
  }
  .sp-materialize .sp-lg-ml-5 {
    margin-left: 3rem !important;
  }
  .sp-materialize .sp-lg-pl-5 {
    padding-left: 3rem !important;
  }
  .sp-materialize .sp-lg-font-weight-bold {
    font-weight: 600;
  }
  .sp-materialize .sp-lg-font-weight-normal {
    font-weight: 400;
  }
  .sp-materialize .sp-lg-font-weight-light {
    font-weight: 300;
  }
  .sp-materialize .sp-lg-font-italic {
    font-style: italic;
  }
  .sp-materialize .sp-lg-line-height-0 {
    line-height: 1rem;
  }
  .sp-materialize .sp-lg-line-height-1 {
    line-height: 1.1rem;
  }
  .sp-materialize .sp-lg-line-height-2 {
    line-height: 1.2rem;
  }
  .sp-materialize .sp-lg-line-height-3 {
    line-height: 1.3rem;
  }
  .sp-materialize .sp-lg-line-height-4 {
    line-height: 1.4rem;
  }
  .sp-materialize .sp-lg-line-height-5 {
    line-height: 1.5rem;
  }
  .sp-materialize .sp-lg-line-height-6 {
    line-height: 1.6rem;
  }
  .sp-materialize .sp-lg-line-height-7 {
    line-height: 1.7rem;
  }
  .sp-materialize .sp-lg-line-height-8 {
    line-height: 1.8rem;
  }
  .sp-materialize .sp-lg-line-height-9 {
    line-height: 1.9rem;
  }
  .sp-materialize .sp-lg-line-height-10 {
    line-height: 2rem;
  }
  .sp-materialize .sp-lg-border-top {
    border-top: 1px solid #a8a8a8;
  }
  .sp-materialize .sp-lg-border-right {
    border-right: 1px solid #a8a8a8;
  }
  .sp-materialize .sp-lg-border-bottom {
    border-bottom: 1px solid #a8a8a8;
  }
  .sp-materialize .sp-lg-border-left {
    border-left: 1px solid #a8a8a8;
  }
}
@media only screen and (min-width: 1201px) {
  .sp-materialize .sp-xl-d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp-materialize .sp-xl-flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .sp-materialize .sp-xl-flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sp-materialize .sp-xl-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .sp-materialize .sp-xl-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-materialize .sp-xl-flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-materialize .sp-xl-flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sp-materialize .sp-xl-flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sp-materialize .sp-xl-justify-content-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sp-materialize .sp-xl-justify-content-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sp-materialize .sp-xl-justify-content-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sp-materialize .sp-xl-justify-content-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sp-materialize .sp-xl-justify-content-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .sp-materialize .sp-xl-align-items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sp-materialize .sp-xl-align-items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sp-materialize .sp-xl-align-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sp-materialize .sp-xl-align-items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .sp-materialize .sp-xl-align-items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .sp-materialize .sp-xl-h-25 {
    height: 25% !important;
  }
  .sp-materialize .sp-xl-h-50 {
    height: 50% !important;
  }
  .sp-materialize .sp-xl-h-75 {
    height: 75% !important;
  }
  .sp-materialize .sp-xl-h-100 {
    height: 100% !important;
  }
  .sp-materialize .sp-xl-w-25 {
    width: 25% !important;
  }
  .sp-materialize .sp-xl-w-50 {
    width: 50% !important;
  }
  .sp-materialize .sp-xl-w-75 {
    width: 75% !important;
  }
  .sp-materialize .sp-xl-w-100 {
    width: 100% !important;
  }
  .sp-materialize .sp-xl-mw-25 {
    max-width: 25% !important;
  }
  .sp-materialize .sp-xl-mw-50 {
    max-width: 50% !important;
  }
  .sp-materialize .sp-xl-mw-75 {
    max-width: 75% !important;
  }
  .sp-materialize .sp-xl-mw-100 {
    max-width: 100% !important;
  }
  .sp-materialize .sp-xl-mt-0 {
    margin-top: 0 !important;
  }
  .sp-materialize .sp-xl-pt-0 {
    padding-top: 0 !important;
  }
  .sp-materialize .sp-xl-mr-0 {
    margin-right: 0 !important;
  }
  .sp-materialize .sp-xl-pr-0 {
    padding-right: 0 !important;
  }
  .sp-materialize .sp-xl-mb-0 {
    margin-bottom: 0 !important;
  }
  .sp-materialize .sp-xl-pb-0 {
    padding-bottom: 0 !important;
  }
  .sp-materialize .sp-xl-ml-0 {
    margin-left: 0 !important;
  }
  .sp-materialize .sp-xl-pl-0 {
    padding-left: 0 !important;
  }
  .sp-materialize .sp-xl-mt-1 {
    margin-top: 0.25rem !important;
  }
  .sp-materialize .sp-xl-pt-1 {
    padding-top: 0.25rem !important;
  }
  .sp-materialize .sp-xl-mr-1 {
    margin-right: 0.25rem !important;
  }
  .sp-materialize .sp-xl-pr-1 {
    padding-right: 0.25rem !important;
  }
  .sp-materialize .sp-xl-mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .sp-materialize .sp-xl-pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .sp-materialize .sp-xl-ml-1 {
    margin-left: 0.25rem !important;
  }
  .sp-materialize .sp-xl-pl-1 {
    padding-left: 0.25rem !important;
  }
  .sp-materialize .sp-xl-mt-2 {
    margin-top: 0.5rem !important;
  }
  .sp-materialize .sp-xl-pt-2 {
    padding-top: 0.5rem !important;
  }
  .sp-materialize .sp-xl-mr-2 {
    margin-right: 0.5rem !important;
  }
  .sp-materialize .sp-xl-pr-2 {
    padding-right: 0.5rem !important;
  }
  .sp-materialize .sp-xl-mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .sp-materialize .sp-xl-pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .sp-materialize .sp-xl-ml-2 {
    margin-left: 0.5rem !important;
  }
  .sp-materialize .sp-xl-pl-2 {
    padding-left: 0.5rem !important;
  }
  .sp-materialize .sp-xl-mt-3 {
    margin-top: 1rem !important;
  }
  .sp-materialize .sp-xl-pt-3 {
    padding-top: 1rem !important;
  }
  .sp-materialize .sp-xl-mr-3 {
    margin-right: 1rem !important;
  }
  .sp-materialize .sp-xl-pr-3 {
    padding-right: 1rem !important;
  }
  .sp-materialize .sp-xl-mb-3 {
    margin-bottom: 1rem !important;
  }
  .sp-materialize .sp-xl-pb-3 {
    padding-bottom: 1rem !important;
  }
  .sp-materialize .sp-xl-ml-3 {
    margin-left: 1rem !important;
  }
  .sp-materialize .sp-xl-pl-3 {
    padding-left: 1rem !important;
  }
  .sp-materialize .sp-xl-mt-4 {
    margin-top: 1.5rem !important;
  }
  .sp-materialize .sp-xl-pt-4 {
    padding-top: 1.5rem !important;
  }
  .sp-materialize .sp-xl-mr-4 {
    margin-right: 1.5rem !important;
  }
  .sp-materialize .sp-xl-pr-4 {
    padding-right: 1.5rem !important;
  }
  .sp-materialize .sp-xl-mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .sp-materialize .sp-xl-pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .sp-materialize .sp-xl-ml-4 {
    margin-left: 1.5rem !important;
  }
  .sp-materialize .sp-xl-pl-4 {
    padding-left: 1.5rem !important;
  }
  .sp-materialize .sp-xl-mt-5 {
    margin-top: 3rem !important;
  }
  .sp-materialize .sp-xl-pt-5 {
    padding-top: 3rem !important;
  }
  .sp-materialize .sp-xl-mr-5 {
    margin-right: 3rem !important;
  }
  .sp-materialize .sp-xl-pr-5 {
    padding-right: 3rem !important;
  }
  .sp-materialize .sp-xl-mb-5 {
    margin-bottom: 3rem !important;
  }
  .sp-materialize .sp-xl-pb-5 {
    padding-bottom: 3rem !important;
  }
  .sp-materialize .sp-xl-ml-5 {
    margin-left: 3rem !important;
  }
  .sp-materialize .sp-xl-pl-5 {
    padding-left: 3rem !important;
  }
  .sp-materialize .sp-xl-font-weight-bold {
    font-weight: 600;
  }
  .sp-materialize .sp-xl-font-weight-normal {
    font-weight: 400;
  }
  .sp-materialize .sp-xl-font-weight-light {
    font-weight: 300;
  }
  .sp-materialize .sp-xl-font-italic {
    font-style: italic;
  }
  .sp-materialize .sp-xl-line-height-0 {
    line-height: 1rem;
  }
  .sp-materialize .sp-xl-line-height-1 {
    line-height: 1.1rem;
  }
  .sp-materialize .sp-xl-line-height-2 {
    line-height: 1.2rem;
  }
  .sp-materialize .sp-xl-line-height-3 {
    line-height: 1.3rem;
  }
  .sp-materialize .sp-xl-line-height-4 {
    line-height: 1.4rem;
  }
  .sp-materialize .sp-xl-line-height-5 {
    line-height: 1.5rem;
  }
  .sp-materialize .sp-xl-line-height-6 {
    line-height: 1.6rem;
  }
  .sp-materialize .sp-xl-line-height-7 {
    line-height: 1.7rem;
  }
  .sp-materialize .sp-xl-line-height-8 {
    line-height: 1.8rem;
  }
  .sp-materialize .sp-xl-line-height-9 {
    line-height: 1.9rem;
  }
  .sp-materialize .sp-xl-line-height-10 {
    line-height: 2rem;
  }
  .sp-materialize .sp-xl-border-top {
    border-top: 1px solid #a8a8a8;
  }
  .sp-materialize .sp-xl-border-right {
    border-right: 1px solid #a8a8a8;
  }
  .sp-materialize .sp-xl-border-bottom {
    border-bottom: 1px solid #a8a8a8;
  }
  .sp-materialize .sp-xl-border-left {
    border-left: 1px solid #a8a8a8;
  }
}
.sp-materialize .sp-ember-table .bs-custom-control,
.sp-materialize .table-options .bs-custom-control,
.sp-materialize .table-filters .bs-custom-control,
.sp-materialize .date-select-box .bs-custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  margin-left: 1.5rem;
}
.sp-materialize .sp-ember-table .bs-custom-control-input,
.sp-materialize .table-options .bs-custom-control-input,
.sp-materialize .table-filters .bs-custom-control-input,
.sp-materialize .date-select-box .bs-custom-control-input {
  position: absolute;
  left: auto;
  z-index: -1;
  opacity: 0;
}
.sp-materialize .sp-ember-table .bs-custom-control-label,
.sp-materialize .table-options .bs-custom-control-label,
.sp-materialize .table-filters .bs-custom-control-label,
.sp-materialize .date-select-box .bs-custom-control-label {
  position: initial;
  height: auto;
  padding: 0;
  margin-bottom: 0;
}
.sp-materialize .sp-ember-table .bs-custom-control-label::before,
.sp-materialize .table-options .bs-custom-control-label::before,
.sp-materialize .table-filters .bs-custom-control-label::before,
.sp-materialize .date-select-box .bs-custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #e6e6e6;
  border: none;
}
.sp-materialize .sp-ember-table .bs-custom-control-label::after,
.sp-materialize .table-options .bs-custom-control-label::after,
.sp-materialize .table-filters .bs-custom-control-label::after,
.sp-materialize .date-select-box .bs-custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  border: none;
}
.sp-materialize .sp-ember-table .bs-custom-checkbox .bs-custom-control-label::before,
.sp-materialize .table-options .bs-custom-checkbox .bs-custom-control-label::before,
.sp-materialize .table-filters .bs-custom-checkbox .bs-custom-control-label::before,
.sp-materialize .date-select-box .bs-custom-checkbox .bs-custom-control-label::before {
  border-radius: 0.25rem;
}
.sp-materialize .sp-ember-table .bs-custom-checkbox .bs-custom-control-input:checked ~ .bs-custom-control-label::before,
.sp-materialize .table-options .bs-custom-checkbox .bs-custom-control-input:checked ~ .bs-custom-control-label::before,
.sp-materialize .table-filters .bs-custom-checkbox .bs-custom-control-input:checked ~ .bs-custom-control-label::before,
.sp-materialize .date-select-box .bs-custom-checkbox .bs-custom-control-input:checked ~ .bs-custom-control-label::before {
  top: 0.25rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  background-color: #16abd6;
  border: none;
  -webkit-transform: none;
          transform: none;
}
.sp-materialize .sp-ember-table .bs-custom-checkbox .bs-custom-control-input:checked ~ .bs-custom-control-label::after,
.sp-materialize .table-options .bs-custom-checkbox .bs-custom-control-input:checked ~ .bs-custom-control-label::after,
.sp-materialize .table-filters .bs-custom-checkbox .bs-custom-control-input:checked ~ .bs-custom-control-label::after,
.sp-materialize .date-select-box .bs-custom-checkbox .bs-custom-control-input:checked ~ .bs-custom-control-label::after {
  left: -1.5rem;
  width: 1rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  -webkit-transform: initial;
          transform: initial;
}
.sp-materialize .sp-ember-table .bs-custom-control-input:checked ~ .bs-custom-control-label::before,
.sp-materialize .table-options .bs-custom-control-input:checked ~ .bs-custom-control-label::before,
.sp-materialize .table-filters .bs-custom-control-input:checked ~ .bs-custom-control-label::before,
.sp-materialize .date-select-box .bs-custom-control-input:checked ~ .bs-custom-control-label::before {
  color: #fff;
  background-color: #16abd6;
}
.sp-materialize .sp-ember-table [type=checkbox]:not(.filled-in) + label::after,
.sp-materialize .table-options [type=checkbox]:not(.filled-in) + label::after,
.sp-materialize .table-filters [type=checkbox]:not(.filled-in) + label::after,
.sp-materialize .date-select-box [type=checkbox]:not(.filled-in) + label::after {
  left: -1.5rem;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sp-materialize .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sp-materialize .sp-ember-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin: 0.5rem 0;
  font-size: 0.8rem;
  line-height: 1.5;
  border-bottom: 1px solid #e6e6e6;
}
.sp-materialize .sp-ember-table .th {
  display: none;
  font-weight: 500;
}
.sp-materialize .sp-ember-table .th > .td {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  white-space: normal;
}
.sp-materialize .sp-ember-table .th > .td .handle {
  overflow: hidden;
  white-space: nowrap;
  cursor: move;
}
.sp-materialize .sp-ember-table .th > .td .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  overflow: hidden;
  color: #6c6c6c;
  white-space: nowrap;
}
.sp-materialize .sp-ember-table .th > .td .title .material-icons {
  font-size: 16px;
}
.sp-materialize .sp-ember-table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
}
.sp-materialize .sp-ember-table .tr.italic {
  font-style: italic;
}
.sp-materialize .sp-ember-table .tr:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.sp-materialize .sp-ember-table .tr.options {
  padding: 0;
  overflow: hidden;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
}
@media (max-width: 576px) {
  .sp-materialize .sp-ember-table .tr.options {
    display: grid;
  }
}
.sp-materialize .sp-ember-table .tr.options .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.sp-materialize .sp-ember-table .tr.options .left .select-all-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-right: 0.5rem;
  padding-left: 0.7rem;
  border-right: 2px solid #e6e6e6;
}
.sp-materialize .sp-ember-table .tr.options .left .filter-chips-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 1rem;
}
.sp-materialize .sp-ember-table .tr.options .left .filter-chips-wrapper .filter-chip {
  position: relative;
  padding: 0.25rem 1.2rem 0.25rem 0.5rem;
  border: 1px solid "#808080";
  border-radius: 10rem;
}
.sp-materialize .sp-ember-table .tr.options .left .filter-chips-wrapper .filter-chip:not(:first-child) {
  margin-left: 0.5rem;
}
.sp-materialize .sp-ember-table .tr.options .left .filter-chips-wrapper .filter-chip .clear-action {
  top: 0;
  width: 1.2rem;
  height: 1.7rem;
  line-height: 1.7rem;
}
.sp-materialize .sp-ember-table .tr.options .dropdown-trigger-wrapper {
  padding: 0.5rem;
}
@media (max-width: 576px) {
  .sp-materialize .sp-ember-table .tr.options .dropdown-trigger-wrapper {
    display: inline-grid;
    width: 100%;
  }
}
.sp-materialize .sp-ember-table .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  padding: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.sp-materialize .sp-ember-table .td.small {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 100%;
}
.sp-materialize .sp-ember-table .td.normal {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.sp-materialize .sp-ember-table .td.large {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}
.sp-materialize .sp-ember-table .td.x-large {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
}
.sp-materialize .sp-ember-table .td.table-actions-wrapper .actions-divider {
  margin: 0 4px;
}
.sp-materialize .sp-ember-table .td.table-actions-wrapper .row-action {
  display: inline-block;
}
.sp-materialize .sp-ember-table .td.table-actions-wrapper .row-action:not(:hover) {
  color: #6c6c6c;
}
.sp-materialize .sp-ember-table .td.table-actions-wrapper .row-action:not(:hover) .material-icons.circle {
  border-color: #6c6c6c;
}
.sp-materialize .sp-ember-table .td.table-actions-wrapper .row-action .material-icons.circle {
  border: 2px solid #16abd6;
  border-radius: 25px;
}
.sp-materialize .sp-ember-table .td.sortable-item.is-dragging {
  z-index: 100;
  background-color: #e6e6e6;
  border-right: 1px solid rgb(217.25, 217.25, 217.25);
  border-left: 1px solid rgb(217.25, 217.25, 217.25);
}
.sp-materialize .sp-ember-table .td .edit-input,
.sp-materialize .sp-ember-table .td .search-input {
  width: calc(100% - 1rem - 2px);
  height: auto;
  padding: 0.5rem;
  margin: 0;
  font-size: 13px;
  border: 1px solid "#808080";
  border-radius: 0.25rem;
}
.sp-materialize .sp-ember-table .td .search-input {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.sp-materialize .sp-ember-table .td .ember-power-select-trigger,
.sp-materialize .sp-ember-table .td .sp-datepicker-trigger {
  min-height: 2em;
  margin-top: -0.7rem;
  margin-bottom: -0.7rem;
  overflow: hidden;
  line-height: 2;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid "#808080";
}
.sp-materialize .sp-ember-table .td .select-options,
.sp-materialize .sp-ember-table .td .sp-datepicker-wrapper {
  width: 90%;
  max-width: 90%;
}
.sp-materialize .sp-ember-table .td .search-wrapper {
  position: relative;
}
.sp-materialize .sp-ember-table .td .table-filter-dropdown-trigger .ember-power-select-clear-btn {
  right: 0;
  color: #6c6c6c;
}
.sp-materialize .sp-ember-table .td .table-filter-dropdown-trigger .ember-power-select-status-icon {
  display: none;
}
.sp-materialize .sp-ember-table .td .form-group {
  margin-bottom: 0;
}
.sp-materialize .sp-ember-table .td .form-group .form-control {
  height: calc(1.5rem + 1px);
  font-size: 0.8rem;
  line-height: 1;
  border-width: 1px;
}
.sp-materialize .sp-ember-table .table-body {
  max-height: 600px;
  overflow-y: auto;
}
.sp-materialize .sp-ember-table .table-body.scrollable-vertically {
  -webkit-box-shadow: inset 0 -20px 45px -25px rgba(16, 1, 0, 0.3);
          box-shadow: inset 0 -20px 45px -25px rgba(16, 1, 0, 0.3);
}
.sp-materialize .sp-ember-table .table-body .no-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  font-size: 20px;
}
.sp-materialize .sp-ember-table.is-dragging .table-body {
  opacity: 0.3;
}
.sp-materialize .sp-ember-table .clear-action {
  position: absolute;
  top: calc(-0.5rem + 2px);
  right: 0;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
}
.sp-materialize .sp-ember-table .clear-action::after {
  content: "\d7";
}
.sp-materialize .sp-ember-table.is-ios .table-body {
  overflow: initial;
}
.sp-materialize .sp-ember-table.small .table-body {
  max-height: 300px;
}
.sp-materialize .card .sp-ember-table {
  margin: 0;
}
.sp-materialize .card .sp-ember-table .td:first-child {
  padding-left: 1.5rem;
}
.sp-materialize .card .sp-ember-table .td:last-child {
  padding-right: 1.5rem;
}
.sp-materialize .table-options .collection {
  margin: 0;
  border-radius: 5px;
}
.sp-materialize .table-options .list-group {
  max-height: 353px;
  overflow-x: hidden;
}
.sp-materialize .table-filters {
  min-width: 250px;
  padding: 1rem;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.sp-materialize .table-filters .switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  border-bottom: 1px solid "#808080";
}
.sp-materialize .table-filters .switch label input[type=checkbox]:checked + .lever {
  background-color: rgba(22, 171, 214, 0.35);
}
.sp-materialize .table-filters .switch label input[type=checkbox]:checked + .lever::after {
  background-color: #16abd6;
}
.sp-materialize .table-filters .search-title {
  margin-top: 0;
  font-weight: 400;
  color: #16abd6;
}
.sp-materialize .table-filters .filter-input {
  padding: 0 1rem;
  margin: 0;
  background: #fff;
}
.sp-materialize .table-filters .filter-input:not(.table-filter-dropdown-trigger) {
  width: calc(100% - 2rem);
}
.sp-materialize .table-filters .filter-input::-webkit-input-placeholder {
  color: #e6e6e6;
}
.sp-materialize .table-filters .filter-input::-moz-placeholder {
  color: #e6e6e6;
}
.sp-materialize .table-filters .filter-input:-ms-input-placeholder {
  color: #e6e6e6;
}
.sp-materialize .table-filters .filter-input::-ms-input-placeholder {
  color: #e6e6e6;
}
.sp-materialize .table-filters .filter-input::placeholder {
  color: #e6e6e6;
}
.sp-materialize .table-filters .filter-input .ember-power-select-selected-item {
  padding-right: 2rem;
}
.sp-materialize .date-select-box {
  width: 350px;
  max-width: 350px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.sp-materialize .table-body-container {
  overflow-x: auto;
}
.sp-materialize .table-body-container.scrollable-horizontally {
  -webkit-box-shadow: inset -20px 0 45px -25px rgba(16, 1, 0, 0.3);
          box-shadow: inset -20px 0 45px -25px rgba(16, 1, 0, 0.3);
}
.sp-materialize .table-body-container .table-width-wrapper {
  min-width: 1200px;
}
.sp-materialize .sort-arrows {
  white-space: nowrap;
}
.sp-materialize .sort-arrows .arrows-container {
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 0;
  vertical-align: middle;
  background: transparent;
  border: 0;
}
.sp-materialize .sort-arrows .arrows-container .arrow-up,
.sp-materialize .sort-arrows .arrows-container .arrow-down {
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.sp-materialize .sort-arrows .arrows-container .arrow-up {
  margin-bottom: 2px;
  border-bottom: 4px solid #6c6c6c;
}
.sp-materialize .sort-arrows .arrows-container .arrow-down {
  border-top: 4px solid #6c6c6c;
}
.sp-materialize .sort-arrows.is-active .arrows-container.asc .arrow-up {
  border-bottom-color: #16abd6;
}
.sp-materialize .sort-arrows.is-active .arrows-container.asc .arrow-down {
  border-top-color: #e6e6e6;
}
.sp-materialize .sort-arrows.is-active .arrows-container.desc .arrow-up {
  border-bottom-color: #e6e6e6;
}
.sp-materialize .sort-arrows.is-active .arrows-container.desc .arrow-down {
  border-top-color: #16abd6;
}
.sp-materialize .filter-chips-container {
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .sp-materialize .filter-chips-container {
    max-width: 100%;
    padding: 0.5rem;
  }
}
@media (min-width: 577px) {
  .sp-materialize .filter-chips-container {
    max-width: calc(100% - 220px);
    margin-right: auto;
  }
}
@media (min-width: 577px) {
  .sp-materialize .sp-bootstrap .filter-chips-container {
    max-width: calc(100% - 220px);
    margin-right: auto;
  }
}
@media (min-width: 577px) {
  .sp-materialize .sp-materialize .filter-chips-container {
    max-width: calc(100% - 150px);
    margin-right: auto;
  }
}
.sp-materialize input:not([type]),
.sp-materialize input[type=text]:not(.browser-default),
.sp-materialize input[type=password]:not(.browser-default),
.sp-materialize input[type=email]:not(.browser-default),
.sp-materialize input[type=url]:not(.browser-default),
.sp-materialize input[type=time]:not(.browser-default),
.sp-materialize input[type=date]:not(.browser-default),
.sp-materialize input[type=datetime]:not(.browser-default),
.sp-materialize input[type=datetime-local]:not(.browser-default),
.sp-materialize input[type=tel]:not(.browser-default),
.sp-materialize input[type=number]:not(.browser-default),
.sp-materialize input[type=search]:not(.browser-default),
.sp-materialize textarea.materialize-textarea {
  margin-bottom: 20px;
  font: inherit;
}
.sp-materialize .btn,
.sp-materialize .btn-small,
.sp-materialize .btn-large,
.sp-materialize .btn-flat {
  padding: 0 2rem;
}
.sp-materialize .container .row {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.sp-materialize button,
.sp-materialize input,
.sp-materialize optgroup,
.sp-materialize select,
.sp-materialize textarea {
  color: inherit;
}
.sp-materialize .btn,
.sp-materialize .btn-small,
.sp-materialize .btn-large,
.sp-materialize .btn-flat,
.sp-materialize .btn input,
.sp-materialize .btn-small input,
.sp-materialize .btn-large input,
.sp-materialize .btn-flat input {
  font-weight: 700;
}
