/* line 1, app/assets/stylesheets/address_details.scss */
.address-info {
  display: block;
  padding: 5px;
}

/* line 6, app/assets/stylesheets/address_details.scss */
.address-block {
  padding: 15px;
  margin: 20px 0;
  border: 1px solid #ececec;
  background: #fbfafa;
  border-radius: 4px;
  width: 80%;
}

/* line 15, app/assets/stylesheets/address_details.scss */
.address-block .title-block {
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
  vertical-align: middle;
}

/* line 21, app/assets/stylesheets/address_details.scss */
.address-btn {
  line-height: 1;
  font-size: 10px;
  padding: 6px 12px;
  margin-right: 10px;
  border-radius: 3px;
  background: rgba(233, 233, 233, 0.49);
  border: 0;
  vertical-align: middle;
}

/* line 32, app/assets/stylesheets/address_details.scss */
.title {
  padding: 6px 12px;
  color: var(--cdp-primary-color);
  line-height: 1;
}

/* line 38, app/assets/stylesheets/address_details.scss */
.delete {
  color: #f44336;
}

/* line 44, app/assets/stylesheets/address_details.scss */
.process-flow-container .buttons-container .col.s12 {
  margin-bottom: 10px;
}
body {
  color: #333;
  line-height: 18px;
  font-family: 'lato-regular' !important;
  background-color: #F6F4F1 !important;
  overflow-x: hidden;
}

html {
  overflow-y: scroll !important;
}


.picker {
  top: 20px !important;
}


/*div::-webkit-scrollbar, section::-webkit-scrollbar, ul::-webkit-scrollbar, content::-webkit-scrollbar, p::-webkit-scrollbar {
  width: 10px;
}
div::-webkit-scrollbar-track, section::-webkit-scrollbar-track, ul::-webkit-scrollbar-track, content::-webkit-scrollbar-track, p::-webkit-scrollbar-track {
  background: #fff;
  box-shadow: inset 0px 0px 8px 0px rgba(134, 134, 134, 0.5);
  border-radius: 0px;
}
div::-webkit-scrollbar-thumb, section::-webkit-scrollbar-thumb, ul::-webkit-scrollbar-thumb, content::-webkit-scrollbar-thumb, p::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(134, 134, 134, 0.5);
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0px 0px 8px 0px var(--cdp-primary-color);
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: var(--cdp-primary-color);
  border: 1px solid rgb(75, 168, 106, 0.26);
  border-top: 0;
  border-bottom: 0;
}*/

.body-container {
  padding: 0 5vw;
  height: 100%;
  position: relative;
}

main {
  height: 100%;
}

/*main .route-path {
     margin-top: -10vh;
}*/

.fixed-action-btn {
  bottom: 25px !important;
  right: 64px !important;

}

.fixed-action-btn .btn-floating {
  padding: 0px !important;
  /*background: green !important;*/
  /*color: white !important;*/
}




table th {
  font-family: lato-semibold !important;
}

hr {
  border: 1px solid rgba(160, 160, 160, 0.2);
}

nav ul li a {
  color: var(--cdp-primary-color);
}

.preloader-wrapper {
  position: fixed;
  top: 48%;
  left: 48%;
}

.body-template {
  margin: 50px 50px 20px 50px;
}

.row {
  margin-bottom: 5px !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'lato-semibold' !important;
  text-align: center;
}

.side-nav li {
  border-bottom: 1px solid rgba(160, 160, 160, 0.2);
}

.side-nav a {
  height: 50px !important;
  line-height: 50px !important;
}

.side-nav .fa,
.profile-nav .fa {
  padding-right: 20px !important;
}

.fa {
  padding-right: 5px;
}


#mobile-demo>li>a {
  color: #89817f !important;
}

.user-role {
  font-size: 12px !important;
  color: grey !important;
  margin-top: -7px;
}


strong {
  font-family: lato-semibold;
}

.reading-card {
  height: 120px;
}

.tabs .tab a {
  color: #17A84A !important;
  font-size: 16px !important;
}


.tab a.active {
  color: #fff !important;
  background-color: var(--cdp-primary-color);
}


.tabs .indicator {
  display: none !important;
}


h2,
h4 {
  text-align: center;
  color: var(--cdp-primary-color);
}

h3 {
  color: #17A84A !important;
}


.alert {
  padding: 10px !important;
  border: none !important;
  text-align: center;
  color: red;
  position: relative;
  right: 0;
  left: 0;
}

.dashboard-body {
  margin-left: 250px;
  padding: 20px;
}



.form-signin {
  max-width: 400px;
  padding: 15vh 15px;
  margin: 0 auto;
}


.btn-block {
  width: 100%;
  display: block;
  margin: 0 auto !important;
}

.btn:hover,
.btn:focus {
  background-color: var(--cdp-primary-color) !important;
}

/*.btn-primary:hover {
  background-color: var(--cdp-primary-color) !important;
}*/

.gl-sign-in {
  background-color: #E54F44 !important;
}

.fb-sign-in {
  background-color: #3b5998 !important;
}

.gl-sign-in,
.fb-sign-in {
  width: 100%;
}

.muted-text {
  color: #969696;
  font-size: 1rem;
}


.collapsible-header {
  color: #fff !important;
  background-color: var(--cdp-primary-color);
}

.collapsible-body {
  background-color: #fff;
}

#status-history .collapsible-header.active {
  color: #fff !important;
  background-color: #17A84A !important;
}

.image-padding {
  padding-top: 30px !important;
}

#phoneico {
  padding-left: 25px !important;
}

/*.input-field .prefix ~ input{
  padding-left: 12px !important;
}

.input-field.col .prefix ~ label{
  padding-left: 9px !important;
}*/
.btn,
.tab {
  text-transform: none !important;
  color: #fff !important;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  color: var(--cdp-primary-color);

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

ul.side-nav.fixed {
  overflow: hidden;
}

.helper {
  padding-top: 10vh;
}

.body-containter
/*nav#nav-second {
  margin-top: 64px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
}

nav#nav-second ul li a{
  color: var(--cdp-primary-color);
}

#nav-second-ul li a{
  padding: 0px 50px;
}

#myHealth li a{
  padding: 10px 16px;
}
*/

/*
nav#nav-second ul li a:hover{
  color: #17A84A;
}
*/
nav#nav-second i,
nav#nav-second [class^="mdi-"],
nav#nav-second [class*="mdi-"],
nav#nav-second i.material-icons {
  height: 50px;
  line-height: 50px;
}

nav#nav-second i.fa {
  height: 0 !important;
  line-height: 0 !important;
}

nav#nav-second .button-collapse i {
  height: 50px;
  line-height: 50px;
}

nav#nav-second .brand-logo {
  font-size: 1.6rem;
}

@media only screen and (min-width: 601px) {

  nav#nav-second,
  nav#nav-second .nav-wrapper i,
  nav#nav-second a.button-collapse,
  nav#nav-second a.button-collapse i {
    height: 50px;
    line-height: 50px;
  }
}

.white .nav-wrapper ul li a {
  height: 49px;
}

input,
select,
textarea {
  color: black;
}

/*.add
{
  transition: box-shadow .2s linear, margin .3s linear .5s;
}*/
/*.add.active
{
  margin:0 98px;
  transition: box-shadow .2s linear, margin .3s linear;
}*/
.dialog {
  position: fixed;
  text-align: center;
  background: #ffffff;
  margin: 3px 0 4px 754px;
  display: inline-block;
  width: 176px;
  box-shadow: 0px 0px 8px #444;
  z-index: 1;
  right: 308px;
  /*newly added*/
  top: 70px;
  border-radius: 10px;
  float: right;
}

.dialog:after,
.dialog:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.dialog:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  left: 50%;
  margin-left: -21px;
}

.dialog:before {
  border-color: rgba(170, 170, 170, 0);
  border-width: 16px;
  left: 50%;
  margin-left: -16px;
}

/*input[type=text]{
  margin:0px 0px 0px 0px !important;
}*/

.left {
  float: left;
}

.right {
  float: right;
}

.white-wrapper {
  overflow: hidden;
  margin: 20px 0;
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 20px 0;
  position: relative;
}

.sidenav {
  transition: all ease-in-out 0.25s;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  padding: 0.5em;
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 2em;
  margin: 20px !important;
}



/* label underline focus color */
.input-field input:focus {
  border-bottom: 1px solid var(--cdp-primary-color);
  box-shadow: 0 1px 0 0 var(--cdp-primary-color);
}

ul.dropdown-content.select-dropdown li span {
  color: var(--cdp-primary-color);
  /* no need for !important :) */
}

ul.dropdown-content.select-dropdown {
  z-index: 2147483638;
  overflow-y: scroll !important;

}

.pagination li.active a {
  color: #fff;
}

.pagination span {
  margin-top: auto;
  margin-bottom: auto;
}

.pagination li a {
  font-size: 1rem !important;
  padding: 0 10px !important;
}

.pagination-container {
  background: #fff;
  display: flex;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

ul.pagination {
  margin: 0 auto;
  display: flex;
  width: 95%;
}

.bold {
  font-family: lato-semibold;
  color: var(--cdp-primary-color);
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#fade-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2147483647;
}


#sidenav-overlay {
  z-index: 1 !important;
}

/*.helper{
  height: 10vh;
}
*/
.fixed-action-btn ul>li>span {
  position: absolute;
  right: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, .6);
  padding: 3px 9px;
  color: white;
  margin-top: 9px;
  border-radius: 5px;
}



.container-1,
.container-2,
.container-3,
.container-4 {
  display: inline-block;
}

.doc {
  background-color: var(--cdp-primary-color);
  padding-top: 7px;
  padding-bottom: 4px;
  margin-left: 50px !important;
  margin-right: 0px !important;
}

.doc,
.diet,
.sati,
.lab,
.hist {
  margin-left: 10px !important;
}

.container-1,
.container-2,
.container-3,
.container-4 input#search {
  width: 257px;
  height: 40px;
  background: #fafafa;
  border: none;
  font-size: 10pt;
  float: left;
  color: #63717f;
  padding-left: 45px;
  border-radius: 5px;
  margin-left: 13px !important;
  margin-right: 27px !important;
}

.iconinside {
  margin-left: 100px;
}

.side-bar {
  /*background-color: #ffffff;*/
  width: 200px;
  height: 540px;
  border-radius: 5px;
  /*margin-left: 25px !important;*/
  margin-top: 6px;
}

.search-bar {
  margin-left: -25px !important;
}

.mor,
.lunch,
.eve,
.nyt {
  display: inline-block;
  border: 1px solid #ccc;
  margin-left: -6px;
  font-size: .714em;
  padding: 2px 5px 3px 6px;
  ;
}

.dayicons {
  margin: 20px 0px 2px 6px;
}

.dayicons select {
  padding: 1px !important;
}

.sliderValue {
  margin-top: 10px;
  font-size: 13px;
}

.rating {
  margin-top: 25px;
}

#test5 {
  margin-top: 15px;
}

.date {
  margin-top: 8px !important;
}

.pricehr {
  margin-top: 15px;
}

.tabs .indicator {
  background-color: var(--cdp-primary-color);
}

.dayicons p {
  margin-top: -6px;
  margin-bottom: -1px;
}

.ratehr {
  margin-top: 30px;
}

.appdoc {
  margin-top: 6px;
  margin-left: -93px;
}

.sidepan {
  padding: 0px 8px 1px 10px;
  position: fixed;
  background-color: #ffffff;
  height: 560px;
  border-radius: 5px;
  z-index: 1;
}

.dydata-doc {
  margin: 2px 0px 0px 10px;
}

.form-inline {
  display: inline-block;
}

.clinic,
.cam,
.home {
  padding: 0px !important;
}

.no-padding-clinic,
.no-padding-video,
.no-padding-home {
  padding: 0 !important;
}

.no-padding-clinic {
  margin-left: -10px !important;
}

.no-padding-home {
  margin-right: 3px;
  padding-left: 14px !important;
}

input#date,
input#time,
input#coupon {
  display: block;
  /*font-size: 15px;*/
  font-weight: 300;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0px 0px 0px 15px;
  border: 0;
}

.apoint-date,
.apoint-time,
.coupon,
.total-pay {
  width: 130px;
  display: inline-block;
  margin: 0px 31px 0px 20px !important;
  ;
  height: 80%;
}

.cnfbtn {
  display: inline-block;
  margin-left: 17px;
}


.apptab .tab a.active {
  color: #fff !important;
  /*font-weight: bold;*/
  font-family: lato-semibold;
}

.select-type {
  padding-left: 24px !important;
  display: inline-block;
}

.net-pay {
  display: inline-block;
  margin: 0px 15px 0px 15px;
}

.no-padding-home a:hover {
  color: green;
  background-color: transparent;
  text-decoration: underline;
}

.no-padding-video a:hover {
  color: green;
  background-color: transparent;
  text-decoration: underline;
}

.no-padding-clinic a:hover {
  color: green;
  background-color: transparent;
  text-decoration: underline;
}

.days .tab a.active {
  color: #fff !important;
}

.apoint-time {
  width: 185px !important;
}

.pay-det {
  display: inline-block;
  margin-left: 35px;
  ;
}

.cnf-appnt {
  margin-top: 20px;
  display: inline-block;
}

.apoint-date .fa-calendar {
  top: 9px;
  left: 105px;
  position: absolute;
}

.apoint-time .fa-clock-o {
  top: 9px;
  left: 165px;
  position: absolute;
}


.pay-on .select-wrapper {
  width: 115px;
  background-color: white;
  border-radius: 5px;
  height: 35px;
  margin-top: 5px;
  padding-left: 9px;
}

.fa-search-plus {
  position: relative;
  top: -37px;
  left: 219px;
  font-size: 1.5em !important;
}

.row-align {
  display: inline-block;
  /*padding: 0px 50px 0px 50px;*/
}

.calendar {
  position: relative;
  left: 154px;
  top: 30px;
}

.selected-tests {
  margin-left: 10px !important;
}


.chip {
  background-color: #909194 !important;
  color: #fafafa !important;
}

.user-address {
  margin: 10px 30px 19px 25px;
  display: inline-block;
}


span#cartCount {
  border-radius: 3px;
  background-color: var(--cdp-primary-color);
  height: 20px;
  padding: 3px 6px;
  font-weight: 300;
  display: inline-block;
  color: #fff;
  line-height: 12px;
  margin-left: 5px;
}

#editFormModel {
  top: 5vh !important;
  left: 10vw !important;
  width: 80vw !important;
  position: fixed !important;
  z-index: 1000;
  background-color: transparent !important;
  transform: none !important;
}
/*#ff1414;*/
/* line 7, app/assets/stylesheets/appointment.scss */
.appointment-container button, .appointment-container .btn {
  background: #00AD51;
  background-color: #00AD51;
}

/* line 11, app/assets/stylesheets/appointment.scss */
.appointment-container .comming-soon {
  margin-top: 15rem;
}

/* line 15, app/assets/stylesheets/appointment.scss */
.appointment-container ul.appoinment {
  margin-bottom: 0px !important;
}

/* line 17, app/assets/stylesheets/appointment.scss */
.appointment-container ul.appoinment .col {
  padding: 0px;
}

/* line 20, app/assets/stylesheets/appointment.scss */
.appointment-container ul.appoinment li {
  border-right: 1px solid rgba(128, 128, 128, 0.22);
  background: white;
  height: 3rem;
  line-height: 3rem;
}

/* line 25, app/assets/stylesheets/appointment.scss */
.appointment-container ul.appoinment li a {
  padding: 0px 20px;
  display: block;
  background: white;
  color: #4B89A8;
  font-family: lato-semibold !important;
}

/* line 34, app/assets/stylesheets/appointment.scss */
.appointment-container ul.appoinment a.active {
  background: #4B89A8;
  color: white;
}

/* line 39, app/assets/stylesheets/appointment.scss */
.appointment-container .appoinment-details {
  margin: 0px;
}

/* line 41, app/assets/stylesheets/appointment.scss */
.appointment-container .appoinment-details .week-container {
  padding: 0px;
  overflow-x: hidden;
}

/* line 45, app/assets/stylesheets/appointment.scss */
.appointment-container .appoinment-details ul.tabs {
  margin-bottom: 0px !important;
  height: 35px;
}

/* line 48, app/assets/stylesheets/appointment.scss */
.appointment-container .appoinment-details ul.tabs .tab.tab.tab {
  line-height: 35px;
  height: 35px;
}

/* line 51, app/assets/stylesheets/appointment.scss */
.appointment-container .appoinment-details ul.tabs .tab.tab.tab a {
  padding: 0px  23px !important;
}

/* line 56, app/assets/stylesheets/appointment.scss */
.appointment-container .appoinment-details ul.tabs .tab:last-child a {
  padding: 0px  24px !important;
}

/* line 62, app/assets/stylesheets/appointment.scss */
.appointment-container .appoinment-details .doctor-info-block img, .appointment-container .appoinment-details .dietician-info-block img {
  height: 10rem;
  width: 10rem;
}

/* line 67, app/assets/stylesheets/appointment.scss */
.appointment-container .appoinment-details .slots-block {
  display: none;
  background: #4b89a8;
  color: white;
  padding: 20px 0px;
  height: 100px;
  overflow-y: scroll;
}

/* line 74, app/assets/stylesheets/appointment.scss */
.appointment-container .appoinment-details .slots-block p {
  color: white;
}

/* line 80, app/assets/stylesheets/appointment.scss */
.appointment-container .appoinment-details .doctor-details h5, .appointment-container .appoinment-details .dietician-details h5 {
  text-align: left;
  color: #4B89A8;
  font-family: lato-semibold;
}

/* line 87, app/assets/stylesheets/appointment.scss */
.appointment-container .appoinment-details .location-div {
  margin-top: 15px;
}

/* line 90, app/assets/stylesheets/appointment.scss */
.appointment-container .appoinment-details .price-block {
  padding-left: 0.75rem !important;
}

/* line 93, app/assets/stylesheets/appointment.scss */
.appointment-container .appoinment-details .price-block div i {
  vertical-align: middle;
}

/* line 97, app/assets/stylesheets/appointment.scss */
.appointment-container .appoinment-details .price-block .row .col:first-child {
  padding: 0px !important;
}

/* line 101, app/assets/stylesheets/appointment.scss */
.appointment-container .appoinment-details .price-block span.price {
  display: block;
  padding: 0;
}

/* line 106, app/assets/stylesheets/appointment.scss */
.appointment-container .appoinment-details .tabs {
  margin-bottom: 20px;
}

/* line 113, app/assets/stylesheets/appointment.scss */
.appointment-container .search-form {
  background-color: #4B89A8;
  padding: 10px;
  box-shadow: 0px 3px 10px gray;
}

/* line 117, app/assets/stylesheets/appointment.scss */
.appointment-container .search-form .col {
  padding: 0px;
}

/* line 122, app/assets/stylesheets/appointment.scss */
.appointment-container .search-form .doctor-search input.btn {
  width: 100%;
  background-color: #26a69a !important;
  padding-left: 30px !important;
}

/* line 130, app/assets/stylesheets/appointment.scss */
.appointment-container .input-field {
  border-right: 1px solid gray;
  overflow: hidden;
}

/* line 134, app/assets/stylesheets/appointment.scss */
.appointment-container input {
  background-color: white !important;
  padding-left: 8px !important;
  height: 40px !important;
}

/* line 140, app/assets/stylesheets/appointment.scss */
.appointment-container .doctor-search input.btn {
  margin-top: 0px;
}

/* line 144, app/assets/stylesheets/appointment.scss */
.appointment-container .hospital_doctor_search {
  margin-top: -4px;
}

/* line 147, app/assets/stylesheets/appointment.scss */
.appointment-container .hsptl-name {
  color: #4B89A8 !important;
  margin-bottom: 5px !important;
  font-family: lato-semibold;
}

/* line 152, app/assets/stylesheets/appointment.scss */
.appointment-container .appoinment-right-panel {
  padding: 20px;
  display: none;
}

/* line 156, app/assets/stylesheets/appointment.scss */
.appointment-container .rating-div {
  display: flex;
  justify-content: center;
}

/* line 160, app/assets/stylesheets/appointment.scss */
.appointment-container .fa-plus-square {
  color: red !important;
}

/* line 163, app/assets/stylesheets/appointment.scss */
.appointment-container .appointment-card i {
  color: #4B89A8;
}

/* line 166, app/assets/stylesheets/appointment.scss */
.appointment-container .slots-block {
  overflow: hidden;
}

/* line 171, app/assets/stylesheets/appointment.scss */
#address-modal {
  z-index: 2000 !important;
}

/* line 175, app/assets/stylesheets/appointment.scss */
#bookingModal.modal, #labBookingModal {
  min-height: 75% !important;
}

/* line 182, app/assets/stylesheets/appointment.scss */
.booking-modal-container h6 {
  font-size: 20px;
  font-family: lato-semibold;
  text-align: center;
  color: #4B89A8;
  padding: 10px 0;
}

/* line 190, app/assets/stylesheets/appointment.scss */
.booking-modal-container ul.tabs .tab {
  line-height: 24px;
}

/* line 194, app/assets/stylesheets/appointment.scss */
.booking-modal-container .form-container {
  margin-top: 20px;
}

/* line 198, app/assets/stylesheets/appointment.scss */
.booking-modal-container .price-block {
  background-color: lightgrey;
  width: 100%;
  border-radius: 1px;
  padding: 15px;
}

/* line 204, app/assets/stylesheets/appointment.scss */
.booking-modal-container .border-top {
  border-top: dashed 1px #fff;
  margin-top: 10px;
  padding-top: 10px;
}

/* line 210, app/assets/stylesheets/appointment.scss */
.booking-modal-container .price-block input[type=number] {
  border-bottom: none;
  height: 1rem;
  text-align: right;
}

/* line 216, app/assets/stylesheets/appointment.scss */
.booking-modal-container #applyCouponNotice {
  padding: 5px 10px;
  font-size: 14px;
  color: #4B89A8;
}

/* line 222, app/assets/stylesheets/appointment.scss */
.booking-modal-container .overlay-block {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 228, app/assets/stylesheets/appointment.scss */
.booking-modal-container .overlay-block #overlay {
  background: black;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  padding: 0;
  z-index: -1;
}

/* line 239, app/assets/stylesheets/appointment.scss */
.booking-modal-container .overlay-block #overlay .overlay-content {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-family: lato-semibold;
  line-height: 25px;
}

/* line 256, app/assets/stylesheets/appointment.scss */
.booking-modal-container .address-container .btn-floating {
  background-color: #4b89a8;
}

/* line 259, app/assets/stylesheets/appointment.scss */
.booking-modal-container .address-container .address-block {
  padding: 5px;
  border: 1px solid rgba(160, 160, 160, 0.2);
  margin: 5px 0;
  cursor: pointer;
  width: 100%;
}

/* line 266, app/assets/stylesheets/appointment.scss */
.booking-modal-container .address-container .address-block .address-info {
  display: block;
  font-size: 14px;
  padding: 0;
}

/* line 271, app/assets/stylesheets/appointment.scss */
.booking-modal-container .address-container .address-block span.type {
  display: block;
  text-align: center;
  padding: 4px;
}

/* line 277, app/assets/stylesheets/appointment.scss */
.booking-modal-container .address-container .address-block.active {
  border: 1px solid rgba(75, 137, 168, 0.3);
  background-color: rgba(75, 137, 168, 0.3);
}
/* line 1, app/assets/stylesheets/appointment_tracking.scss */
.booking-container {
  margin: 0 auto !important;
  padding: 10px;
  color: #565656;
}

/* line 6, app/assets/stylesheets/appointment_tracking.scss */
.booking-container .heading-block, .booking-container .order-summary-block, .booking-container .action-block {
  padding: 10px 10px;
}

/* line 10, app/assets/stylesheets/appointment_tracking.scss */
.booking-container .appointment-detail-block, .booking-container .order-summary-block, .booking-container .action-block {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
}

/* line 16, app/assets/stylesheets/appointment_tracking.scss */
.booking-container .appointment-detail-block strong {
  font-size: 16px;
  color: #4B89A8;
  font-family: lato-semibold;
}

/* line 22, app/assets/stylesheets/appointment_tracking.scss */
.booking-container .appointment-detail-block .profile-image-block {
  padding: 20px;
}

/* line 26, app/assets/stylesheets/appointment_tracking.scss */
.booking-container .appointment-detail-block .type-block {
  padding-top: 20px;
}

/* line 30, app/assets/stylesheets/appointment_tracking.scss */
.booking-container .appointment-detail-block .type-block i {
  color: #4B89A8;
}

/* line 34, app/assets/stylesheets/appointment_tracking.scss */
.booking-container .appointment-detail-block .type-block .fa-plus-square {
  color: red;
}

/* line 38, app/assets/stylesheets/appointment_tracking.scss */
.booking-container .appointment-detail-block .type-block .type-text {
  display: block;
  padding: 10px 0;
}

/* line 44, app/assets/stylesheets/appointment_tracking.scss */
.booking-container .appointment-detail-block ul.test-list li {
  list-style-type: circle;
  margin-left: 20px;
  padding-left: 0;
}

/* line 52, app/assets/stylesheets/appointment_tracking.scss */
.booking-container .order-summary-block table.apmnt-tracking {
  font-size: 14px;
}

/* line 55, app/assets/stylesheets/appointment_tracking.scss */
.booking-container .order-summary-block table.apmnt-tracking td {
  padding: 5px 15px;
}

/* line 62, app/assets/stylesheets/appointment_tracking.scss */
.booking-container .heading-block {
  padding: 10px 10px;
}

/* line 64, app/assets/stylesheets/appointment_tracking.scss */
.booking-container .heading-block label {
  font-size: 1rem;
  display: inline-block;
  width: 50%;
  line-height: 2rem;
}

/* line 75, app/assets/stylesheets/appointment_tracking.scss */
.appointment_tracking_search .input-field input[type=search] {
  display: block;
  line-height: inherit;
  padding-left: 0rem;
  width: calc(100% - 0rem);
}

/* line 84, app/assets/stylesheets/appointment_tracking.scss */
.my-appointments-container {
  margin: 0 auto;
}

/* line 86, app/assets/stylesheets/appointment_tracking.scss */
.my-appointments-container a {
  color: #565656;
}

/* line 91, app/assets/stylesheets/appointment_tracking.scss */
.my-appointments-container li.card {
  min-height: 130px;
  padding: 20px;
}

/* line 96, app/assets/stylesheets/appointment_tracking.scss */
.my-appointments-container span {
  display: block;
  line-height: 1.5rem;
}

/* line 101, app/assets/stylesheets/appointment_tracking.scss */
.my-appointments-container .block-title {
  font-size: 1rem;
  font-family: lato-semibold;
  font-weight: 700;
}

/* line 108, app/assets/stylesheets/appointment_tracking.scss */
.my-appointments-container .time-detail .day {
  font-size: 40px;
  color: #4B89A8;
  font-family: lato-semibold;
  font-weight: 700;
  margin-bottom: 15px;
}

/* line 118, app/assets/stylesheets/appointment_tracking.scss */
.my-appointments-container .doctor-detail .qualification {
  font-size: 14px;
  margin-top: 8px;
}

/* line 125, app/assets/stylesheets/appointment_tracking.scss */
.my-appointments-container .clinic-detial .address {
  font-size: 14px;
  margin-top: 8px;
}

/* line 132, app/assets/stylesheets/appointment_tracking.scss */
.my-appointments-container .status-detail .apmt-id {
  font-size: 14px;
  margin-top: 8px;
}

/* line 139, app/assets/stylesheets/appointment_tracking.scss */
.my-appointments-container .type-detail i {
  color: #4B89A8;
  padding: 5px 0px;
}

/* line 144, app/assets/stylesheets/appointment_tracking.scss */
.my-appointments-container .type-detail i.fa-plus-square {
  color: red;
}

/* line 149, app/assets/stylesheets/appointment_tracking.scss */
.my-appointments-container ul.test-list li {
  list-style-type: circle;
  margin-left: 20px;
  padding-left: 0;
}

/* line 155, app/assets/stylesheets/appointment_tracking.scss */
.appointment-container {
  padding: 0px 5vw;
}

/* line 160, app/assets/stylesheets/appointment_tracking.scss */
.lab-tests-container .avail-tests div {
  padding: 10px;
}
/*#ff1414;*/
/* line 6, app/assets/stylesheets/appointments/lab-appointments.scss */
.labs-appointment-container #tests-container .search {
  line-height: 40px;
  top: 120px;
  margin-top: 1px;
  padding: 1px 0 0 0;
  z-index: 2;
}

/* line 13, app/assets/stylesheets/appointments/lab-appointments.scss */
.labs-appointment-container #tests-container .search .search-wrapper {
  margin: 0 48px;
  transition: margin .25s ease;
}

/* line 17, app/assets/stylesheets/appointments/lab-appointments.scss */
.labs-appointment-container #tests-container .search .search-wrapper input#search {
  display: block;
  font-size: 16px;
  font-weight: 300;
  width: 100% !important;
  height: 45px !important;
  margin: 0 !important;
  border: 0;
}

/* line 27, app/assets/stylesheets/appointments/lab-appointments.scss */
.labs-appointment-container #tests-container .search .search-wrapper input#search:focus {
  outline: none;
  box-shadow: none;
}

/* line 32, app/assets/stylesheets/appointments/lab-appointments.scss */
.labs-appointment-container #tests-container .search .search-wrapper i.material-icons {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

/* line 40, app/assets/stylesheets/appointments/lab-appointments.scss */
.labs-appointment-container #tests-container .search .focused {
  margin: 0 24px;
}

/* line 45, app/assets/stylesheets/appointments/lab-appointments.scss */
.labs-appointment-container #tests-container #tests-list {
  margin-top: 20px;
}

/* line 47, app/assets/stylesheets/appointments/lab-appointments.scss */
.labs-appointment-container #tests-container #tests-list .test {
  padding: 10px 0;
  border-bottom: 1px solid rgba(160, 160, 160, 0.2);
  line-height: 20px;
}

/* line 52, app/assets/stylesheets/appointments/lab-appointments.scss */
.labs-appointment-container #tests-container #tests-list .test.row {
  margin-bottom: 0 !important;
}

/* line 56, app/assets/stylesheets/appointments/lab-appointments.scss */
.labs-appointment-container #tests-container #tests-list .test a.btn-floating {
  line-height: 20px;
  width: 20px;
  height: 20px;
}

/* line 61, app/assets/stylesheets/appointments/lab-appointments.scss */
.labs-appointment-container #tests-container #tests-list .test a.btn-floating i {
  line-height: 20px;
  font-size: 12px;
  font-weight: 600;
}

/* line 74, app/assets/stylesheets/appointments/lab-appointments.scss */
.labs-appointment-container #order-cart .card {
  position: relative;
  color: #1a1a1a;
}

/* line 77, app/assets/stylesheets/appointments/lab-appointments.scss */
.labs-appointment-container #order-cart .card .card-title {
  text-align: center;
  padding: 15px;
  background: #e2e1e1;
  font-family: lato-semibold;
  font-size: 18px;
}

/* line 84, app/assets/stylesheets/appointments/lab-appointments.scss */
.labs-appointment-container #order-cart .card .item-list {
  height: 40vh;
  overflow: scroll;
}

/* line 87, app/assets/stylesheets/appointments/lab-appointments.scss */
.labs-appointment-container #order-cart .card .item-list .row {
  margin-bottom: 0 !important;
}

/* line 90, app/assets/stylesheets/appointments/lab-appointments.scss */
.labs-appointment-container #order-cart .card .item-list .line-item {
  line-height: 20px;
  border-bottom: 1px solid rgba(160, 160, 160, 0.2);
  padding: 10px 10px;
}

/* line 94, app/assets/stylesheets/appointments/lab-appointments.scss */
.labs-appointment-container #order-cart .card .item-list .line-item a.btn-floating {
  line-height: 20px;
  width: 20px;
  height: 20px;
}

/* line 99, app/assets/stylesheets/appointments/lab-appointments.scss */
.labs-appointment-container #order-cart .card .item-list .line-item a.btn-floating i {
  line-height: 20px;
  font-size: 12px;
  font-weight: 600;
}

/* line 110, app/assets/stylesheets/appointments/lab-appointments.scss */
.labs-appointment-container #checkout-block {
  width: 100%;
}

/* line 114, app/assets/stylesheets/appointments/lab-appointments.scss */
.labs-appointment-container #checkout-block .row.price {
  background-color: #e2e1e1;
  line-height: 40px;
  font-family: lato-semibold;
  padding: 0 10px;
  margin-bottom: 0px !important;
}

/* line 122, app/assets/stylesheets/appointments/lab-appointments.scss */
.labs-appointment-container #checkout-block .checkout.btn {
  height: 46px;
  line-height: 46px;
  font-family: lato-semibold;
}

/* line 128, app/assets/stylesheets/appointments/lab-appointments.scss */
.labs-appointment-container #checkout-block .checkout.btn:hover {
  background-color: #1B4D7F;
}

/* line 133, app/assets/stylesheets/appointments/lab-appointments.scss */
.labs-appointment-container .pagination {
  padding: 10px 0;
}

/* line 137, app/assets/stylesheets/appointments/lab-appointments.scss */
.labs-appointment-container .tt-suggestion {
  padding: 0 10px;
}
/* line 3, app/assets/stylesheets/calander.scss */
.calendar-container td span, .calendar-container th {
  padding: 10px !important;
}

/* line 6, app/assets/stylesheets/calander.scss */
.calendar-container .fc-day-grid-container {
  height: 100% !important;
}

/* line 10, app/assets/stylesheets/calander.scss */
.calendar-container .legend {
  padding: 5px 30px;
  background: #f6f4f1;
  margin-bottom: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 18, app/assets/stylesheets/calander.scss */
.calendar-container .legend .title {
  font-size: 16px;
}

/* line 22, app/assets/stylesheets/calander.scss */
.calendar-container .legend .icons {
  float: right;
}

/* line 25, app/assets/stylesheets/calander.scss */
.calendar-container .legend .icons span.label {
  margin-right: 30px;
}

/* line 29, app/assets/stylesheets/calander.scss */
.calendar-container .legend .icons .fa-yellow {
  color: yellow;
}

/* line 33, app/assets/stylesheets/calander.scss */
.calendar-container .legend .icons .fa-blue {
  color: blue;
}

/* line 37, app/assets/stylesheets/calander.scss */
.calendar-container .legend .icons .fa-green {
  color: green;
}
/*#ff1414;*/
/* line 3, app/assets/stylesheets/call-card.scss */
.mob-call-add {
  position: fixed;
  background: #4B89A8;
  text-align: center;
  font-size: 1.3rem;
  line-height: 4rem;
  bottom: 0;
  width: 100%;
  color: white;
}

/* line 12, app/assets/stylesheets/call-card.scss */
.mob-call-add i {
  color: white;
  vertical-align: middle;
  border: 7px solid #00AD51;
  border-radius: 50%;
  background: #00AD51;
}

/* line 21, app/assets/stylesheets/call-card.scss */
.call-add {
  position: fixed;
  top: 100px;
  right: 0px;
  color: #4B89A8;
  z-index: 10000;
  box-shadow: 0px 2px 20px gray;
  border: 5px;
  width: 3.9rem;
  height: 4rem;
  align-items: center;
  transition: width 0.1s ease-out;
  background: white;
}

@media all and (max-width: 998px) {
  /* line 21, app/assets/stylesheets/call-card.scss */
  .call-add {
    height: 5rem;
    line-height: 2rem;
  }
  /* line 37, app/assets/stylesheets/call-card.scss */
  .call-add i.call-icon {
    line-height: 5rem;
  }
}

/* line 41, app/assets/stylesheets/call-card.scss */
.call-add:hover {
  background: #00AD51;
  color: white;
  padding: 10px 15px;
  width: auto;
  transition: all 0.4s ease-out;
}

/* line 47, app/assets/stylesheets/call-card.scss */
.call-add:hover .contact-details {
  display: block;
  text-align: center;
  font-family: 'lato-semibold';
}

/* line 52, app/assets/stylesheets/call-card.scss */
.call-add:hover .call-icon {
  display: none;
}

/* line 56, app/assets/stylesheets/call-card.scss */
.call-add .call-icon {
  font-size: 2rem;
  margin: auto;
  animation: nudge 1s linear infinite;
  line-height: 4rem;
  margin: 0px 1rem;
}

@keyframes nudge {
  0%, 100% {
    filter: brightness(70%);
  }
  100% {
    filter: brightness(150%);
  }
}

/* line 72, app/assets/stylesheets/call-card.scss */
.call-add .contact-details {
  display: none;
  min-width: 8rem;
}

/* line 75, app/assets/stylesheets/call-card.scss */
.call-add .contact-details span {
  font-size: 15px;
}

/* line 78, app/assets/stylesheets/call-card.scss */
.call-add .contact-details .contact-heading {
  font-family: 'lato-semibold';
  text-align: center;
}
/* line 1, app/assets/stylesheets/camps.scss */
#screeningCamp.modal {
  overflow: visible;
}

/* line 3, app/assets/stylesheets/camps.scss */
#screeningCamp.modal #screeningCamp.modal-body {
  overflow-y: visible !important;
}

/* line 4, app/assets/stylesheets/camps.scss */
#screeningCamp.modal .select-dropdown {
  overflow-y: auto !important;
}
/* line 6, app/assets/stylesheets/care_teams.scss */
.care-team-chat-modal {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  width: 420px !important;
  max-width: 100vw !important;
  height: 100vh !important;
  max-height: 100vh !important;
  margin: 0 !important;
  border-radius: 0 !important;
  overflow: hidden;
  z-index: 1003 !important;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
}

/* line 24, app/assets/stylesheets/care_teams.scss */
.care-team-chat-modal.open {
  transform: translateX(0);
}

/* line 29, app/assets/stylesheets/care_teams.scss */
.care-team-chat-modal .header_patch h5 {
  display: flex;
  align-items: center;
}

/* line 34, app/assets/stylesheets/care_teams.scss */
.care-team-chat-modal .header_patch .nh_close {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

/* line 39, app/assets/stylesheets/care_teams.scss */
.care-team-chat-modal .header_patch .nh_close i {
  font-size: 18px;
  line-height: 32px;
}

/* line 46, app/assets/stylesheets/care_teams.scss */
.care-team-chat-modal .modal-content {
  height: calc(100vh - 50px);
  overflow: hidden;
}

/* line 53, app/assets/stylesheets/care_teams.scss */
.care-team-chat-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f5f5f5;
}

/* line 60, app/assets/stylesheets/care_teams.scss */
.care-team-chat-tabs {
  display: flex;
  background: white;
  border-bottom: 1px solid #e0e0e0;
  flex-shrink: 0;
}

/* line 66, app/assets/stylesheets/care_teams.scss */
.care-team-chat-tabs .chat-tab {
  flex: 1;
  padding: 12px 16px;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}

/* line 77, app/assets/stylesheets/care_teams.scss */
.care-team-chat-tabs .chat-tab:hover {
  background-color: #f5f5f5;
}

/* line 81, app/assets/stylesheets/care_teams.scss */
.care-team-chat-tabs .chat-tab.active {
  color: var(--cdp-primary-color);
  border-bottom-color: var(--cdp-primary-color);
  background-color: #e8f0fe;
}

/* line 87, app/assets/stylesheets/care_teams.scss */
.care-team-chat-tabs .chat-tab i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 6px;
}

/* line 95, app/assets/stylesheets/care_teams.scss */
.care-team-chat-members {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  overflow-x: auto;
}

/* line 105, app/assets/stylesheets/care_teams.scss */
.care-team-chat-members .member-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #666;
  flex-shrink: 0;
  border: 2px solid white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 120, app/assets/stylesheets/care_teams.scss */
.care-team-chat-members .member-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 127, app/assets/stylesheets/care_teams.scss */
.care-team-chat-members .member-avatar.patient {
  background: #e8f0fe;
  color: var(--cdp-primary-color);
}

/* line 132, app/assets/stylesheets/care_teams.scss */
.care-team-chat-members .member-avatar.doctor {
  background: #fce8e6;
  color: #d93025;
}

/* line 137, app/assets/stylesheets/care_teams.scss */
.care-team-chat-members .member-avatar.saathi {
  background: #e6f4ea;
  color: #1e8e3e;
}

/* line 143, app/assets/stylesheets/care_teams.scss */
.care-team-chat-members .member-count {
  font-size: 12px;
  color: #666;
  margin-left: auto;
}

/* line 150, app/assets/stylesheets/care_teams.scss */
.care-team-chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 158, app/assets/stylesheets/care_teams.scss */
.care-team-chat-messages .message-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

/* line 163, app/assets/stylesheets/care_teams.scss */
.care-team-chat-messages .message-row.sent {
  flex-direction: row-reverse;
}

/* line 166, app/assets/stylesheets/care_teams.scss */
.care-team-chat-messages .message-row.sent .message-bubble {
  background: #dcf8c6;
  border-radius: 18px 18px 4px 18px;
}

/* line 173, app/assets/stylesheets/care_teams.scss */
.care-team-chat-messages .message-row.received .message-bubble {
  background: white;
  border-radius: 18px 18px 18px 4px;
}

/* line 180, app/assets/stylesheets/care_teams.scss */
.care-team-chat-messages .message-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e0e0e0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 500;
}

/* line 192, app/assets/stylesheets/care_teams.scss */
.care-team-chat-messages .message-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 200, app/assets/stylesheets/care_teams.scss */
.care-team-chat-messages .message-bubble {
  max-width: 75%;
  padding: 8px 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}

/* line 206, app/assets/stylesheets/care_teams.scss */
.care-team-chat-messages .message-bubble .message-sender {
  font-size: 11px;
  font-weight: 600;
  color: var(--cdp-primary-color);
  margin-bottom: 2px;
}

/* line 213, app/assets/stylesheets/care_teams.scss */
.care-team-chat-messages .message-bubble .message-text {
  font-size: 14px;
  color: #333;
  word-wrap: break-word;
  margin: 0;
}

/* line 220, app/assets/stylesheets/care_teams.scss */
.care-team-chat-messages .message-bubble .message-time {
  font-size: 10px;
  color: #888;
  text-align: right;
  margin-top: 4px;
}

/* line 228, app/assets/stylesheets/care_teams.scss */
.care-team-chat-messages .date-separator {
  text-align: center;
  padding: 8px 0;
}

/* line 232, app/assets/stylesheets/care_teams.scss */
.care-team-chat-messages .date-separator span {
  background: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 11px;
  color: #666;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 243, app/assets/stylesheets/care_teams.scss */
.care-team-chat-input {
  background: white;
  padding: 8px 12px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* line 252, app/assets/stylesheets/care_teams.scss */
.care-team-chat-input .attachment-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f5f5f5;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  transition: background 0.2s;
}

/* line 265, app/assets/stylesheets/care_teams.scss */
.care-team-chat-input .attachment-btn:hover {
  background: #e0e0e0;
}

/* line 269, app/assets/stylesheets/care_teams.scss */
.care-team-chat-input .attachment-btn i {
  font-size: 20px;
}

/* line 274, app/assets/stylesheets/care_teams.scss */
.care-team-chat-input .input-wrapper {
  flex: 1;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 8px 16px;
}

/* line 280, app/assets/stylesheets/care_teams.scss */
.care-team-chat-input .input-wrapper input {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 14px;
  outline: none;
}

/* line 287, app/assets/stylesheets/care_teams.scss */
.care-team-chat-input .input-wrapper input::-moz-placeholder {
  color: #999;
}
.care-team-chat-input .input-wrapper input::placeholder {
  color: #999;
}

/* line 293, app/assets/stylesheets/care_teams.scss */
.care-team-chat-input .send-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--cdp-primary-color);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: background 0.2s;
}

/* line 306, app/assets/stylesheets/care_teams.scss */
.care-team-chat-input .send-btn:hover {
  background: #1557b0;
}

/* line 310, app/assets/stylesheets/care_teams.scss */
.care-team-chat-input .send-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

/* line 315, app/assets/stylesheets/care_teams.scss */
.care-team-chat-input .send-btn i {
  font-size: 20px;
}

/* line 322, app/assets/stylesheets/care_teams.scss */
.care-team-chat-empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #666;
  padding: 32px;
  text-align: center;
}

/* line 332, app/assets/stylesheets/care_teams.scss */
.care-team-chat-empty i {
  font-size: 64px;
  color: #ccc;
  margin-bottom: 16px;
}

/* line 338, app/assets/stylesheets/care_teams.scss */
.care-team-chat-empty h4 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #333;
}

/* line 344, app/assets/stylesheets/care_teams.scss */
.care-team-chat-empty p {
  margin: 0;
  font-size: 14px;
}

/* line 351, app/assets/stylesheets/care_teams.scss */
.care-team-chat-loading {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 357, app/assets/stylesheets/care_teams.scss */
.care-team-chat-loading .spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #e0e0e0;
  border-top-color: var(--cdp-primary-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 480px) {
  /* line 375, app/assets/stylesheets/care_teams.scss */
  .care-team-chat-modal {
    width: 100vw !important;
  }
}
/* line 1, app/assets/stylesheets/clinic-appointments-container.scss */
.clinic.appointment-container {
  padding: 0px 5vw !important;
}

/* line 3, app/assets/stylesheets/clinic-appointments-container.scss */
.clinic.appointment-container .card .card-content {
  padding: 10px !important;
}

/* line 6, app/assets/stylesheets/clinic-appointments-container.scss */
.clinic.appointment-container .card .card-content .doctor-info-block img, .clinic.appointment-container .card .card-content .dietician-info-block img {
  height: 6rem !important;
  width: 6rem !important;
}

/* line 11, app/assets/stylesheets/clinic-appointments-container.scss */
.clinic.appointment-container .card .card-content .actions {
  display: flex;
  align-items: flex-end;
  height: 120px !important;
  flex-direction: column-reverse;
}

/* line 20, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal {
  min-height: 79% !important;
}

/* line 23, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .modal-content {
  padding: 0 !important;
}

/* line 27, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .btn-flat {
  text-transform: none;
}

/* line 31, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .btn-close {
  position: absolute;
  left: 20px;
}

/* line 36, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal ul.stepper {
  min-height: 500px !important;
}

/* line 39, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal ul.stepper .step-content {
  padding: 0;
}

/* line 43, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal ul.stepper .step-actions {
  padding: 10px 20px;
  background: inherit;
}

/* line 49, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .row.dates-container {
  background: gainsboro;
}

/* line 53, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .row.dates-container .date {
  padding: 5px 0;
  margin: 0 !important;
  cursor: pointer;
}

/* line 59, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .row.dates-container .date.active {
  color: #fff;
  background: #4B89A8;
}

/* line 63, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .row.dates-container .date.active i {
  color: #fff;
}

/* line 68, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .row.dates-container .date-title {
  font-size: 11px;
  font-family: lato-regular;
}

/* line 73, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .row.dates-container .date-month {
  font-family: lato-semibold;
  font-size: 16px;
}

/* line 78, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .row.dates-container .date-day {
  font-family: lato-regular;
  font-size: 11px;
}

/* line 83, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .row.dates-container .choose-date {
  font-size: 18px;
  padding: 5px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 90, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .row.dates-container .choose-date input#apmnt-date {
  height: 1rem !important;
  border: 0 !important;
  width: 125px;
}

/* line 99, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .row.dates-container .choose.date.active input#apmnt-date {
  color: #fff !important;
  font-size: 14px;
  font-family: lato-semibold;
  cursor: pointer;
}

/* line 112, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .slots-container .session {
  padding: 14px 0 0 0;
  border-bottom: 1px solid #f0f0f5;
  min-height: 60px;
}

/* line 118, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .slots-container .session-title {
  color: grey !important;
}

/* line 122, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .slots-container .slot {
  padding: 4px;
  letter-spacing: normal;
  margin-bottom: 15px;
}

/* line 128, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .slots-container .slots {
  letter-spacing: -.31em;
  text-rendering: optimizespeed;
  flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-align-content: flex-start;
  align-content: flex-start;
}

/* line 138, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .slots-container span.time {
  width: 84px;
  border-radius: 3px;
  border: 1px solid #e0e0e4;
  padding: 5px 0;
  /* display: inline-block; */
  text-align: center;
  color: #28328c;
  cursor: pointer;
  padding: 5px;
  letter-spacing: normal;
  font-size: 14px;
}

/* line 152, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .slots-container span.time:hover {
  border-radius: 3px;
  color: #fff !important;
  background: #4B89A8;
  border: 1px solid #4B89A8;
}

/* line 159, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .slots-container span.time.active {
  border-radius: 3px;
  color: #fff !important;
  background: #4B89A8;
  border: 1px solid #4B89A8;
}

/* line 166, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .slots-container .no-slots {
  height: 300px;
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
}

/* line 179, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .video-type .title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

/* line 185, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .video-type .choice {
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
}

/* line 190, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .video-type .choice .icon {
  text-align: center;
  vertical-align: middle;
  height: 116px;
  width: 116px;
  border-radius: 50%;
  color: #999999;
  margin: 0 auto 20px;
  border: 4px solid #CCCCCC;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

/* line 203, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .video-type .choice.active .icon {
  border-color: #4B89A8;
  color: #4B89A8;
}

/* line 208, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .video-type .choice.active i, #clinicBookingModal.modal .video-type .choice.active h6, #clinicBookingModal.modal .video-type .choice.active .price {
  color: #4B89A8 !important;
}

/* line 212, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .video-type .choice i {
  font-size: 40px;
  line-height: 111px;
  margin-left: -20px;
  color: #999999 !important;
}

/* line 219, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .video-type .choice h6, #clinicBookingModal.modal .video-type .choice .price {
  color: #999999 !important;
  font-family: lato-regular;
  font-size: 15px !important;
}

/* line 227, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .summary .title {
  font-size: 20px;
  text-align: center;
  padding: 30px;
}

/* line 233, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .summary .provider, #clinicBookingModal.modal .summary .time {
  font-size: 16px;
  text-align: center;
  font-family: lato-semibold;
  display: flex;
  justify-content: center;
  line-height: 36px;
  color: #4B89A8;
}

/* line 244, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .summary i {
  color: grey;
  font-size: 36px;
  line-height: 36px;
}

/* line 253, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .tax-details {
  padding: 0 10px;
  font-size: 12px;
  line-height: 10px;
}

/* line 261, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .referral-type .title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

/* line 267, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .referral-type .choice {
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
}

/* line 272, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .referral-type .choice .icon {
  text-align: center;
  vertical-align: middle;
  height: 116px;
  width: 116px;
  border-radius: 50%;
  color: #999999;
  margin: 0 auto 20px;
  border: 4px solid #CCCCCC;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

/* line 285, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .referral-type .choice.active .icon {
  border-color: #4B89A8;
  color: #4B89A8;
}

/* line 290, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .referral-type .choice.active i, #clinicBookingModal.modal .referral-type .choice.active h6, #clinicBookingModal.modal .referral-type .choice.active .price {
  color: #4B89A8 !important;
}

/* line 294, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .referral-type .choice i {
  font-size: 40px;
  line-height: 111px;
  margin-left: -20px;
  color: #999999 !important;
}

/* line 301, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .referral-type .choice h6, #clinicBookingModal.modal .referral-type .choice .price {
  color: #999999 !important;
  font-family: lato-regular;
  font-size: 15px !important;
}

/* line 309, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .summary .title {
  font-size: 20px;
  text-align: center;
  padding: 30px;
}

/* line 315, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .summary .provider, #clinicBookingModal.modal .summary .time {
  font-size: 16px;
  text-align: center;
  font-family: lato-semibold;
  display: flex;
  justify-content: center;
  line-height: 36px;
  color: #4B89A8;
}

/* line 326, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .summary i {
  color: grey;
  font-size: 36px;
  line-height: 36px;
}

/* line 335, app/assets/stylesheets/clinic-appointments-container.scss */
#clinicBookingModal.modal .tax-details {
  padding: 0 10px;
  font-size: 12px;
  line-height: 10px;
}
/* line 5, app/assets/stylesheets/clinic.scss */
.clinic-manager-dashboard {
  padding: 20px;
}
/* line 5, app/assets/stylesheets/clinic/appointment_management.scss */
.appointment-list {
  padding: 0px 5vw;
}

/* line 10, app/assets/stylesheets/clinic/appointment_management.scss */
.clinic.booking-container {
  width: 85% !important;
  padding: 0px 5vw;
}

/* line 14, app/assets/stylesheets/clinic/appointment_management.scss */
.clinic.booking-container .patient-details {
  padding: 5px;
}

/* line 17, app/assets/stylesheets/clinic/appointment_management.scss */
.clinic.booking-container .patient-details table td {
  padding: 10px 5px;
}

/* line 22, app/assets/stylesheets/clinic/appointment_management.scss */
.clinic.booking-container .appointment-buttons {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
}

/* line 26, app/assets/stylesheets/clinic/appointment_management.scss */
.clinic.booking-container .appointment-buttons {
  padding: 20px;
}

/* line 30, app/assets/stylesheets/clinic/appointment_management.scss */
.clinic.booking-container p {
  line-height: 5px;
}

/* line 37, app/assets/stylesheets/clinic/appointment_management.scss */
.search-container .card {
  padding: 20px;
}

/* line 44, app/assets/stylesheets/clinic/appointment_management.scss */
.slots-container .session {
  padding: 14px 0 0 0;
  border-bottom: 1px solid #f0f0f5;
  min-height: 60px;
}

/* line 50, app/assets/stylesheets/clinic/appointment_management.scss */
.slots-container .session-title {
  color: grey !important;
}

/* line 54, app/assets/stylesheets/clinic/appointment_management.scss */
.slots-container .slot {
  padding: 4px;
  letter-spacing: normal;
  margin-bottom: 15px;
}

/* line 60, app/assets/stylesheets/clinic/appointment_management.scss */
.slots-container .slots {
  letter-spacing: -.31em;
  text-rendering: optimizespeed;
  flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-align-content: flex-start;
  align-content: flex-start;
}

/* line 70, app/assets/stylesheets/clinic/appointment_management.scss */
.slots-container span.time {
  width: 84px;
  border-radius: 3px;
  border: 1px solid #e0e0e4;
  padding: 5px 0;
  /* display: inline-block; */
  text-align: center;
  color: #28328c;
  cursor: pointer;
  padding: 5px;
  letter-spacing: normal;
  font-size: 14px;
}

/* line 84, app/assets/stylesheets/clinic/appointment_management.scss */
.slots-container span.time:hover {
  border-radius: 3px;
  color: #fff !important;
  background: #4B89A8;
  border: 1px solid #4B89A8;
}

/* line 91, app/assets/stylesheets/clinic/appointment_management.scss */
.slots-container span.time.active {
  border-radius: 3px;
  color: #fff !important;
  background: #4B89A8;
  border: 1px solid #4B89A8;
}

/* line 98, app/assets/stylesheets/clinic/appointment_management.scss */
.slots-container .no-slots {
  height: 300px;
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
}

/* line 107, app/assets/stylesheets/clinic/appointment_management.scss */
#rescheduleModal {
  min-height: 70% !important;
}

/* line 110, app/assets/stylesheets/clinic/appointment_management.scss */
#rescheduleModal .modal-content {
  min-height: 400px;
}
/* line 1, app/assets/stylesheets/clinic/calendar.scss */
.calendar-container {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  padding: 20px;
  background: #fff;
}

/* line 6, app/assets/stylesheets/clinic/calendar.scss */
.calendar-container .side-menu {
  background: grey;
}

/* line 10, app/assets/stylesheets/clinic/calendar.scss */
.calendar-container ul#doctor-list li {
  padding: 10px;
  color: white;
}

/* line 15, app/assets/stylesheets/clinic/calendar.scss */
.calendar-container .fc-slats tr {
  height: 2.5em;
}

/* line 19, app/assets/stylesheets/clinic/calendar.scss */
.calendar-container .color-one {
  background: #FAFBE1;
}

/* line 23, app/assets/stylesheets/clinic/calendar.scss */
.calendar-container .color-two {
  background: #FFFFFF;
}

/* line 27, app/assets/stylesheets/clinic/calendar.scss */
.calendar-container .fc-center h2 {
  font-size: 28px;
  cursor: pointer;
}

/* line 33, app/assets/stylesheets/clinic/calendar.scss */
.calendar-container .fc-time-grid-event .fc-content {
  display: inline-block;
  justify-content: center;
  align-items: center;
  height: 2.5em;
}
/* line 1, app/assets/stylesheets/clinic/report.scss */
.report-container {
  padding: 0px 5vw;
}

/* line 4, app/assets/stylesheets/clinic/report.scss */
.report-container .card {
  padding: 10px;
}

/* line 8, app/assets/stylesheets/clinic/report.scss */
.report-container .btn-primary {
  background: #4B89A8 !important;
}

/* line 12, app/assets/stylesheets/clinic/report.scss */
.report-container .caption {
  text-align: center;
  font-size: 20px;
  color: #4B89A8;
  padding: 20px;
}

/* line 19, app/assets/stylesheets/clinic/report.scss */
.report-container .circle {
  text-align: center;
  vertical-align: middle;
  height: 220px;
  width: 220px;
  border-radius: 50%;
  color: #4B89A8;
  margin: 0 auto 20px;
  border: 15px solid #CCCCCC;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

/* line 32, app/assets/stylesheets/clinic/report.scss */
.report-container .circle .number {
  font-size: 40px;
  line-height: 185px;
  color: #4B89A8;
  text-align: center;
}
.search_bar {
  margin-right: 150px; 
  margin-left: 0px; 
  width: 400px;
}
.sign_box{
  padding: 10px 5px;
  height: 40px;
  border: 1px solid #ccc;
  width: 400px;
}
.sign_save_btn, .sign_clear_btn{
    padding: 3px 10px;
    border-radius: 3px;
    width: 70px;
    text-align:center;
    display: initial;
    cursor: pointer;
}
.sign_clear_btn {
  background: #FF852E;
  color: #FFF;
  margin-right: 71.6%;
  cursor: pointer;
}
/* .square-box { display: -ms-flex; display: -webkit-flex; display: flex; }
.square-box>div { flex:1; }
.square-box>div.label-box {
  position: relative;
}
.square-box>div.label-box label{
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
} */
@media only screen and (max-width: 600px) {
  .body-container {
    padding: 15px 5vw;
  }
  [type="checkbox"] + label,
  [type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    height: auto !important;
  }
  ul.stepper.horizontal .step-actions {
    margin-bottom: 65px;
  }
  #account-selection.modal {
    top: 5% !important;
    max-height: 90vh;
    width: 75% !important;
  }
  .mobile_search_panel{
    background: #FFF;
    padding-bottom: 15px;
    margin-top: 8px;
    border-bottom: 1px solid #ccc;
    position: absolute;
    top: 52px;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
    width: 100%;
  }
  .filter_sec {
    display: none;
  }
  .search_bar {
    margin-right: auto; 
    margin-left: 0px; 
    width: auto;
  }
  .dropdown-trigger1.user {
    margin-top: 10px;
  }
  .reg .form_brd {
      border-bottom: 1px solid #e2e3ec !important;
      border-right: none !important; 
  }
  ul.stepper.horizontal.reg .step {
    height: auto !important;
  }

  ul.stepper.horizontal .step-content {
    padding: 0px !important;
    top: 0px !important;
    margin-left: 15px;
    margin-right: 15px;
  }
  ul.stepper .step.active .step-title {
    font-weight: 600 !important;
    line-height: 25px !important;
    font-size: 16px !important;
  }

  ul.stepper .step-actions .next-step{
    position: absolute;
    right: 0px;
  }
  .w_100 {
    width: 100% !important;
    border: none !important;
  } 
  .w_100.calendar{
    margin-bottom: 35px;
  }
  .w_30{
    width: 30% !important;
  }
  .w_80{
    width: 80% !important;
  }
  .mob-height-padding {
    height: 3vh !important;
  }

  .modal, #modal-referral{
    width: 95% !important;
  }

  #labBookingModal.modal .video-type .choice .icon, #modal-referral .choice .icon {
    height: 60px !important;
    width: 60px !important;
  }

  #labBookingModal.modal .video-type .choice i, #modal-referral .choice i {
    font-size: 30px !important;
    line-height: 50px !important;
    margin-left: -10px !important;
  }

 #modal-insurance .modal_body {
    height: 475px !important;
  }
  
  .sign_box{
    width: 270px;
  }
  .sign_clear_btn {
    margin-right: 62%;
  }
  .mbl_top{
    margin-top: -45px !important;
  }
  .mbl_pad_zero{
    padding: 0 !important;
  }
  .mbl_marg_zero{
    margin: 0 !important;
  }
  .mbl_marg_top_zero{
    margin-top: 0 !important;
  }
  .mbl_marg_left_zero{
    margin-left: 0 !important;
  }
  .mbl_marg_bottom_zero{
    margin-bottom: 0 !important;
  }
  .mbl_marg_right_zero{
    margin-right: 0 !important;
  }
  .mbl_marg_top_ten{
    margin-top: 10px !important;
  }
  .mbl_display_none{
    display: none !important;
  }
  .mbl_full_width{
    width: 100% !important;
  }

  .chips.chips-initial input{
    display: none;
  }
    
  .clinic.appointment-container .card .card-content {
    padding: 0 !important;
  }
  .clinic.appointment-container .card .card-content .actions {

    display: grid;
    align-items: flex-end;
    height: 40px !important;
  }

  /* Doctor booking modal*/
  #clinicBookingModal.modal.nh_modal, #labBookingModal.modal.nh_modal, .modal.recordings-container.nh_modal {
      min-height: auto !important;
      width: 95% !important;

  }
  #clinicBookingModal.modal .video-type .choice .icon {
    height: 65px;
    width: 65px;
  }
  #clinicBookingModal.modal .video-type .choice i {

    font-size: 30px;
    line-height: 55px;
    margin-left: -10px;
  }
  #clinicBookingModal.modal.nh_modal .video-type .choice h6, #labBookingModal.modal.nh_modal .video-type .choice h6 {
    line-height: 0%;
  }
  #bookNowBtn{
    right: 20px;
    position: absolute;
  }
  #bookNowBtn.book_now{
    right: 0;
    position: relative;
  }
  ul.stepper.horizontal .step-actions {
      margin-bottom: 5px;
  }
  ul.stepper.horizontal .step-actions.acton_submit {
      margin-bottom: 25px;
  }
  /* billing page*/
  #items-container{
    padding: 0px !important;
  }
  .invoice-container .card {
    padding: 15px;
  }
  /* billing show page*/
  .invoice-container .price-details {
    margin: 5px !important;
  }

  .invoice-container .summary-details {
    margin: 5px !important;
  }
   /* Add family member page*/
  #family-modal input#first_name, #family-modal input#patient_master_dob{
    border-bottom: 1px solid #edf0f1ee !important; 
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {


}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}
/*Classes for Reading Highlight*/

.normal{
  background-color: #1CC967;
  color: black;
}

.high{
  background-color: #FFC600;
  color: black;

}

.very_high{
  background-color: #FF2E2E;
  color: black;
}

.emergency{
  background-color: #000;
  color: white;
}

/* here we are adding the all clases and css which we are going to used for consolidation form template  */
/* /home/nhserver/NH_2024/nh_server_app/app/views/user_health_assessment/_edit_stepper.html.erb */
/* below are classes for the form share icon  position in group form */
.share_form_link_icon{
   position: absolute;
   bottom: 6px;left: 53%;
}

.edit_grp_margin{
   margin-top: 0 !important;
}
.edit-step-content{
   top: 40px !important;
}

.edit-stepper-footer{
   width: 100% !important;
   background-color: #f7f7f7 !important;
   padding: 10px 0px !important;
   text-align: center;
}
.edit-stepper-footer2{
   flex-direction: row; 
   position: fixed !important; 
   bottom: 0 !important; 
   width: 100% !important; 
   left: 0 !important; 
   background-color: #f7f7f7 !important; 
   padding: 15px 8px 10px 8px !important; 
   z-index: 2; 
   height: 60px;
}
.disagree-btn-clr{
   background-color: #ff6600 !important;
}

.edit-submit-btn{
 position:absolute;
 right:15px;
}

.edit-back-btn{
   position: absolute; 
   left: 20px;
}

.save-draft{
   margin-left: -180px; 
   margin-right: 75px !important; 
   background-color: #ff9800 !important;
}
.edit-print-pdf{
   position: absolute; 
   bottom:10px; 
   left: 50%;
}
.edit-modal-alert{
   margin-right: 5px; 
   text-align:center;
}

.prev-pdf-btn2{
   margin-right: 5px; 
   text-align:center
}
.pdf-prvw-hgt{
   height: 30px !important;
}
/*#ff1414;*/
/* line 3, app/assets/stylesheets/corporate.scss */
.corporate-container {
  padding: 10vh 0px 0px 0px;
}

/* line 5, app/assets/stylesheets/corporate.scss */
.corporate-container label {
  font-size: 2vw;
  color: black;
}

/* line 9, app/assets/stylesheets/corporate.scss */
.corporate-container label.heading {
  display: block;
  line-height: 2;
}

/* line 13, app/assets/stylesheets/corporate.scss */
.corporate-container .main-content {
  font-size: 1.2rem;
  line-height: 1.5;
}

/* line 17, app/assets/stylesheets/corporate.scss */
.corporate-container h5 {
  text-align: left !important;
}

/* line 20, app/assets/stylesheets/corporate.scss */
.corporate-container p.main-content {
  padding: 0px 5vw;
}

/* line 23, app/assets/stylesheets/corporate.scss */
.corporate-container .flow-draw-container {
  padding: 30px 5vw;
  background: #98a1d2;
  color: white;
}

/* line 27, app/assets/stylesheets/corporate.scss */
.corporate-container .flow-draw-container h4 {
  color: white !important;
}

/* line 30, app/assets/stylesheets/corporate.scss */
.corporate-container .flow-draw-container label.heading {
  color: white !important;
  display: inline !important;
}

/* line 34, app/assets/stylesheets/corporate.scss */
.corporate-container .flow-draw-container .col {
  display: table;
}

/* line 36, app/assets/stylesheets/corporate.scss */
.corporate-container .flow-draw-container .col div.card {
  font-size: 1.2rem;
  line-height: 1;
  color: black;
  opacity: 0;
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
}

/* line 45, app/assets/stylesheets/corporate.scss */
.corporate-container .flow-draw-container .col div.card img {
  height: 100%;
  margin-bottom: 10px;
  width: 100%;
}

/* line 54, app/assets/stylesheets/corporate.scss */
.corporate-container .nanohealth-flow-img-container {
  background: green;
}

/* line 56, app/assets/stylesheets/corporate.scss */
.corporate-container .nanohealth-flow-img-container .slide-card-container {
  position: relative;
}

/* line 58, app/assets/stylesheets/corporate.scss */
.corporate-container .nanohealth-flow-img-container .slide-card-container:first-child .slide-card {
  left: 45%;
}

/* line 61, app/assets/stylesheets/corporate.scss */
.corporate-container .nanohealth-flow-img-container .slide-card-container:last-child .slide-card {
  right: 5vw;
}

/* line 65, app/assets/stylesheets/corporate.scss */
.corporate-container .nanohealth-flow-img-container .slide-card {
  width: 20vw;
  background: #b32c2c;
  color: white;
  font-size: 1rem;
  padding: 10px;
  border-radius: 3px;
  position: absolute;
  bottom: -300px;
  opacity: 0;
  line-height: 1.3;
  text-align: justify;
  z-index: 1;
  box-shadow: 0px 3px 4px gray;
}

/* line 79, app/assets/stylesheets/corporate.scss */
.corporate-container .nanohealth-flow-img-container .slide-card label {
  font-size: 20px;
  color: white;
}

/* line 83, app/assets/stylesheets/corporate.scss */
.corporate-container .nanohealth-flow-img-container .slide-card img {
  width: 7vw;
  height: 5rem;
  display: block;
  margin: 10px auto;
}

/* line 92, app/assets/stylesheets/corporate.scss */
.corporate-container .arrow-container {
  display: table;
  width: 100%;
}

/* line 96, app/assets/stylesheets/corporate.scss */
.corporate-container .arrow-container .arrow-wrapper {
  display: table-cell;
  vertical-align: middle;
  font-size: 2rem;
  text-align: center;
  height: 100%;
}

/* line 102, app/assets/stylesheets/corporate.scss */
.corporate-container .arrow-container .arrow-wrapper .row {
  display: table;
  width: 100%;
}

/* line 106, app/assets/stylesheets/corporate.scss */
.corporate-container .arrow-container .arrow-wrapper .row .col {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

/* line 112, app/assets/stylesheets/corporate.scss */
.corporate-container .arrow-container .arrow-wrapper img {
  height: 5vh;
  width: 100%;
  opacity: 0;
}

/* line 117, app/assets/stylesheets/corporate.scss */
.corporate-container .arrow-container .arrow-wrapper i {
  opacity: 0;
  font-size: 4vw;
}

/* line 121, app/assets/stylesheets/corporate.scss */
.corporate-container .arrow-container .arrow-wrapper label {
  font-size: 1.4vw;
  opacity: 0;
  line-height: 1.2;
}

/* line 129, app/assets/stylesheets/corporate.scss */
.corporate-container .nanohealth-flow-img {
  padding: 30px 5vw;
  background: green;
  min-height: 40vh;
}

/* line 133, app/assets/stylesheets/corporate.scss */
.corporate-container .nanohealth-flow-img h4 {
  margin: 0px;
  color: white;
}

/* line 138, app/assets/stylesheets/corporate.scss */
.corporate-container img {
  height: 250px;
}

/* line 141, app/assets/stylesheets/corporate.scss */
.corporate-container .reasons-container {
  padding: 30px 5vw;
  background: #f1e1c1;
}

/* line 144, app/assets/stylesheets/corporate.scss */
.corporate-container .reasons-container h5 {
  line-height: 3;
  text-align: center;
}

/* line 148, app/assets/stylesheets/corporate.scss */
.corporate-container .reasons-container img {
  height: 1.5rem;
}

/* line 151, app/assets/stylesheets/corporate.scss */
.corporate-container .reasons-container ul {
  margin: auto;
  width: 30%;
}

/* line 154, app/assets/stylesheets/corporate.scss */
.corporate-container .reasons-container ul li {
  color: #4B89A8;
  font-size: 1.4rem;
  line-height: 3;
  font-weight: bold;
}

/* line 160, app/assets/stylesheets/corporate.scss */
.corporate-container .reasons-container ul li i {
  color: #00AD51;
  font-size: 1.5rem;
}

/* line 167, app/assets/stylesheets/corporate.scss */
.corporate-container .clients-container {
  padding: 50px 5vw;
  background: #4B89A8;
}

/* line 170, app/assets/stylesheets/corporate.scss */
.corporate-container .clients-container img {
  height: 10rem;
  background: #4B89A8;
  width: 40%;
  padding: 20px;
  margin: 0px 30px;
}

/* line 177, app/assets/stylesheets/corporate.scss */
.corporate-container .clients-container img:last-child {
  float: right;
}

/* line 181, app/assets/stylesheets/corporate.scss */
.corporate-container .testimonial-container {
  padding: 30px 5vw;
  background: #e8e1e1;
}

/* line 184, app/assets/stylesheets/corporate.scss */
.corporate-container .testimonial-container .testimonail {
  padding: 30px;
  text-align: justify;
}

/* line 188, app/assets/stylesheets/corporate.scss */
.corporate-container .testimonial-container .table {
  height: 340px;
}

/* line 191, app/assets/stylesheets/corporate.scss */
.corporate-container .testimonial-container img {
  height: 340px !important;
}
.croppie-container {
    width: 100%;
    height: 100%;
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.croppie-container .cr-viewport {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.croppie-container .cr-original-image {
    display: none;
}

.croppie-container .cr-vp-circle {
    border-radius: 50%;
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center;
}

.croppie-result {
    position: relative;
    overflow: hidden;
}

.croppie-result img {
    position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/

.cr-slider {
    -webkit-appearance: none;
/*removes default webkit styles*/
	/*border: 1px solid white; *//*fix for FF unable to apply focus style bug */
    width: 300px;
/*required for proper track sizing in FF*/
    max-width: 100%;
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:focus {
    outline: none;
}
/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 300px;
    height: 5px;
    background: transparent;
/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
	border-color: transparent;/*leave room for the larger thumb to overflow with a transparent border */
	border-width: 6px 0;
	color: transparent;/*remove default tick marks*/
}
.cr-slider::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #ddd;
	margin-top:1px;
}
.cr-slider:focus::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
}
/*******************************************/

/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 1;
}
.cr-rotate-controls button {
	border: 0;
	background: none;
}
.cr-rotate-controls i:before {
	display: inline-block;
	font-style: normal;
	font-weight: 900;
	font-size: 22px;
}
.cr-rotate-l i:before {
	content: '↺';
}
.cr-rotate-r i:before {
	content: '↻';
}
div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em}div.dataTables_wrapper div.dataTables_info{padding-top:10px;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;text-align:center}div.dataTables_wrapper div.dataTables_paginate{text-align:right}div.dataTables_wrapper div.mdl-grid.dt-table{padding-top:0;padding-bottom:0}div.dataTables_wrapper div.mdl-grid.dt-table>div.mdl-cell{margin-top:0;margin-bottom:0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}table.dataTable thead .sorting:before,table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:before,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:11px;display:block;opacity:0.3;font-size:1.3em}table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:before{right:1em;content:"\2191"}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{right:0.5em;content:"\2193"}table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:after{opacity:1}table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:after{opacity:0}
/*#ff1414;*/
/* line 3, app/assets/stylesheets/doctor_patient_view.scss */
.latest-readings-container label {
  font-family: lato-semibold;
  font-size: 1rem;
  display: block;
  color: #4B89A8;
}

/* line 9, app/assets/stylesheets/doctor_patient_view.scss */
.latest-readings-container ul.tabs {
  box-shadow: 1px 3px 1px gray;
}

/* line 12, app/assets/stylesheets/doctor_patient_view.scss */
.latest-readings-container .latest-info-wrapper {
  margin-bottom: 0px !important;
}

/* line 14, app/assets/stylesheets/doctor_patient_view.scss */
.latest-readings-container .latest-info-wrapper div {
  padding: 10px 0px;
}
/* line 13, app/assets/stylesheets/doctor_view.scss */
.text-right {
  text-align: right;
}

/* line 17, app/assets/stylesheets/doctor_view.scss */
.profile.btn-floating {
  height: 70px !important;
  width: 70px !important;
}

/* line 25, app/assets/stylesheets/doctor_view.scss */
.search-container .input-field input[type=search]:focus, .search-container .input-field input[type=search] {
  width: 100% !important;
  padding-left: 0 !important;
}

/* line 32, app/assets/stylesheets/doctor_view.scss */
.search-container .submit-btn {
  margin: 20px 0px;
}

/* line 35, app/assets/stylesheets/doctor_view.scss */
.search-container .input-field.inline input, .search-container .input-field.inline .select-dropdown {
  margin-bottom: 1rem !important;
}

/* line 41, app/assets/stylesheets/doctor_view.scss */
.right-border {
  border-right: 1px solid rgba(160, 160, 160, 0.2);
}

/* line 45, app/assets/stylesheets/doctor_view.scss */
.left-border {
  border-left: 1px solid rgba(160, 160, 160, 0.2);
}

/* line 50, app/assets/stylesheets/doctor_view.scss */
.heading-bar {
  position: relative;
  border-bottom: 1px solid rgba(160, 160, 160, 0.2);
  padding: 11px 20px 11px 25px;
  margin: 0px -8px;
  font-family: lato-semibold;
  font-size: 18px;
  background-color: #17A84A;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

/* line 61, app/assets/stylesheets/doctor_view.scss */
.heading-bar:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 100%;
  border-width: 5px 7px 2px 0px;
  border-style: solid;
  border-color: #666 transparent transparent #666;
}

/* line 72, app/assets/stylesheets/doctor_view.scss */
.heading-bar:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 100%;
  border-width: 6px 1px 0 6px;
  border-style: solid;
  border-color: #666 #666 transparent transparent;
}

/* line 84, app/assets/stylesheets/doctor_view.scss */
.patient-header-details {
  margin: 0.5rem auto;
  min-height: 130px !important;
  padding: 20px 20px 10px 20px !important;
}

/* line 89, app/assets/stylesheets/doctor_view.scss */
.patient-header-details label {
  font-family: lato-semibold;
  font-size: 1rem;
  display: block;
  color: #4B89A8 !important;
}

/* line 95, app/assets/stylesheets/doctor_view.scss */
.patient-header-details ul.tabs {
  box-shadow: 1px 3px 1px gray;
}

/* line 99, app/assets/stylesheets/doctor_view.scss */
.patient-header-details .main-details {
  line-height: 2rem;
}

/* line 102, app/assets/stylesheets/doctor_view.scss */
.patient-header-details .medical-conditions {
  height: 100%;
  padding-left: 2.5rem !important;
  display: inline-table;
}

/* line 106, app/assets/stylesheets/doctor_view.scss */
.patient-header-details .medical-conditions label {
  color: #4B89A8 !important;
}

/* line 111, app/assets/stylesheets/doctor_view.scss */
.patient-header-details i {
  color: #4B89A8;
}

/* line 117, app/assets/stylesheets/doctor_view.scss */
.patient-header-details .patient-id {
  color: #4B89A8;
}

/* line 120, app/assets/stylesheets/doctor_view.scss */
.patient-header-details .options {
  text-align: right;
}

/* line 122, app/assets/stylesheets/doctor_view.scss */
.patient-header-details .options button {
  margin-bottom: 1rem;
}

/* line 124, app/assets/stylesheets/doctor_view.scss */
.patient-header-details .options button:hover {
  border: 1px solid red;
}

/* line 132, app/assets/stylesheets/doctor_view.scss */
.latest-readings-container .heading {
  background: white;
  color: #1ba84a;
  box-shadow: 1px 3px 2px gray;
}

/* line 136, app/assets/stylesheets/doctor_view.scss */
.latest-readings-container .heading div {
  text-align: center;
  padding: 1rem;
}

/* line 140, app/assets/stylesheets/doctor_view.scss */
.latest-readings-container .heading div:nth-child(2) {
  border: 1px solid #b0cddc;
}

/* line 144, app/assets/stylesheets/doctor_view.scss */
.latest-readings-container .details {
  padding: 1rem;
}

/* line 147, app/assets/stylesheets/doctor_view.scss */
.latest-readings-container .block-title {
  text-align: center;
  font-family: lato-semibold;
  font-size: 18px;
  color: #4B89A8;
  padding: 5px 0 5px 0;
}

/* line 155, app/assets/stylesheets/doctor_view.scss */
.latest-readings-container .block-date {
  text-align: center;
}

/* line 159, app/assets/stylesheets/doctor_view.scss */
.latest-readings-container .param-title {
  text-align: center;
  font-family: lato-regular;
  color: #4B89A8;
  padding: 5px 0 5px 0;
}

/* line 166, app/assets/stylesheets/doctor_view.scss */
.latest-readings-container .param-value {
  text-align: center;
  font-family: lato;
  font-size: 24px;
  padding: 5px 0 5px 0;
}

/* line 173, app/assets/stylesheets/doctor_view.scss */
.latest-readings-container .param-units {
  text-align: center;
  font-size: 14px;
}

/* line 179, app/assets/stylesheets/doctor_view.scss */
.personal-medical-container .text-right {
  text-align: right;
}

/* line 182, app/assets/stylesheets/doctor_view.scss */
.personal-medical-container .tabs {
  display: flex;
}

/* line 184, app/assets/stylesheets/doctor_view.scss */
.personal-medical-container .tabs li {
  display: block;
}

/* line 188, app/assets/stylesheets/doctor_view.scss */
.personal-medical-container label {
  color: #4B89A8;
  font-family: 'lato-semibold';
  font-size: 15px;
}

/* line 193, app/assets/stylesheets/doctor_view.scss */
.personal-medical-container .content-block {
  padding: 1rem;
}

/* line 198, app/assets/stylesheets/doctor_view.scss */
.personal-medical-container .prescription-image-details .material-placeholder img {
  height: 100%;
  width: 100%;
}

/* line 204, app/assets/stylesheets/doctor_view.scss */
.personal-medical-container .prescription-image-details .image-list img {
  height: 3rem;
  width: 3rem;
  float: left;
  cursor: pointer;
}

/* line 214, app/assets/stylesheets/doctor_view.scss */
.personal-medical-container .medications-table th {
  font-size: 1rem;
  font-family: lato-semibold;
  border: 1px solid black;
  font-weight: 400;
}

/* line 220, app/assets/stylesheets/doctor_view.scss */
.personal-medical-container .medications-table img {
  height: 35px;
}

/* line 223, app/assets/stylesheets/doctor_view.scss */
.personal-medical-container .medications-table td {
  border: 1px solid;
}

/* line 227, app/assets/stylesheets/doctor_view.scss */
.personal-medical-container .medications-table tbody .width-9 {
  width: 9%;
}

/* line 230, app/assets/stylesheets/doctor_view.scss */
.personal-medical-container .medications-table tbody .width-10 {
  width: 10%;
}

/* line 233, app/assets/stylesheets/doctor_view.scss */
.personal-medical-container .medications-table tbody .width-1 {
  width: 1%;
}

/* line 236, app/assets/stylesheets/doctor_view.scss */
.personal-medical-container .medications-table tbody .width-35 {
  width: 30%;
}

/* line 239, app/assets/stylesheets/doctor_view.scss */
.personal-medical-container .medications-table tbody .width-4 {
  width: 5%;
}

/* line 242, app/assets/stylesheets/doctor_view.scss */
.personal-medical-container .medications-table tbody .width-15 {
  width: 15%;
}

/* line 249, app/assets/stylesheets/doctor_view.scss */
.patient-history label {
  padding: 1rem;
}

/* line 253, app/assets/stylesheets/doctor_view.scss */
.patient-history table td {
  text-align: center;
}

/* line 257, app/assets/stylesheets/doctor_view.scss */
.patient-history .history-container {
  padding: 5px 20px;
}

/* line 260, app/assets/stylesheets/doctor_view.scss */
.patient-history .history-container .collapsible-header .row {
  margin: 0 !important;
}

/* line 264, app/assets/stylesheets/doctor_view.scss */
.patient-history .history-container .graph-type-select {
  margin-bottom: 20px;
}

/* line 271, app/assets/stylesheets/doctor_view.scss */
.new_doctor_visit p[class$='hide'], .edit_patient_prescription_header p[class$='hide'], .new_patient_prescription_header p[class$='hide'], .edit_doctor_visit p[class$='hide'], .edit_patient_master p[class$='hide'], .new_patient_master p[class$='hide'] {
  display: none;
  color: red;
  padding-top: 0px !important;
}

/* line 276, app/assets/stylesheets/doctor_view.scss */
.new_doctor_visit div.error, .edit_patient_prescription_header div.error, .new_patient_prescription_header div.error, .edit_doctor_visit div.error, .edit_patient_master div.error, .new_patient_master div.error {
  padding: 12px 6px;
}

/* line 279, app/assets/stylesheets/doctor_view.scss */
.new_doctor_visit .input-field, .edit_patient_prescription_header .input-field, .new_patient_prescription_header .input-field, .edit_doctor_visit .input-field, .edit_patient_master .input-field, .new_patient_master .input-field {
  margin-bottom: 10px;
}

/* line 283, app/assets/stylesheets/doctor_view.scss */
.new_doctor_visit .medications-body p, .edit_patient_prescription_header .medications-body p, .new_patient_prescription_header .medications-body p, .edit_doctor_visit .medications-body p, .edit_patient_master .medications-body p, .new_patient_master .medications-body p {
  padding: 10px !important;
}

/* line 286, app/assets/stylesheets/doctor_view.scss */
.new_doctor_visit .medications-body .end_duration-hide, .edit_patient_prescription_header .medications-body .end_duration-hide, .new_patient_prescription_header .medications-body .end_duration-hide, .edit_doctor_visit .medications-body .end_duration-hide, .edit_patient_master .medications-body .end_duration-hide, .new_patient_master .medications-body .end_duration-hide {
  width: 170px !important;
  margin-left: -90px;
}

/* line 290, app/assets/stylesheets/doctor_view.scss */
.new_doctor_visit .medications-body .timing-hide, .edit_patient_prescription_header .medications-body .timing-hide, .new_patient_prescription_header .medications-body .timing-hide, .edit_doctor_visit .medications-body .timing-hide, .edit_patient_master .medications-body .timing-hide, .new_patient_master .medications-body .timing-hide {
  width: 170px !important;
  margin-left: -35px;
}

/* line 295, app/assets/stylesheets/doctor_view.scss */
.new_doctor_visit .input-field label, .edit_patient_prescription_header .input-field label, .new_patient_prescription_header .input-field label, .edit_doctor_visit .input-field label, .edit_patient_master .input-field label, .new_patient_master .input-field label {
  font-size: 0.8rem !important;
  top: 0rem !important;
}

/* line 300, app/assets/stylesheets/doctor_view.scss */
.new_doctor_visit .freq_med_timings .input-field label, .edit_patient_prescription_header .freq_med_timings .input-field label, .new_patient_prescription_header .freq_med_timings .input-field label, .edit_doctor_visit .freq_med_timings .input-field label, .edit_patient_master .freq_med_timings .input-field label, .new_patient_master .freq_med_timings .input-field label {
  left: 40%;
}

/* line 303, app/assets/stylesheets/doctor_view.scss */
.new_doctor_visit select.initialized, .edit_patient_prescription_header select.initialized, .new_patient_prescription_header select.initialized, .edit_doctor_visit select.initialized, .edit_patient_master select.initialized, .new_patient_master select.initialized {
  display: none !important;
}

/* line 307, app/assets/stylesheets/doctor_view.scss */
.new_doctor_visit ul.collapsible .collapsible-body, .edit_patient_prescription_header ul.collapsible .collapsible-body, .new_patient_prescription_header ul.collapsible .collapsible-body, .edit_doctor_visit ul.collapsible .collapsible-body, .edit_patient_master ul.collapsible .collapsible-body, .new_patient_master ul.collapsible .collapsible-body {
  padding: 15px 2rem !important;
}

/* line 311, app/assets/stylesheets/doctor_view.scss */
.new_doctor_visit span.chip.chip.chip.chip.chip, .edit_patient_prescription_header span.chip.chip.chip.chip.chip, .new_patient_prescription_header span.chip.chip.chip.chip.chip, .edit_doctor_visit span.chip.chip.chip.chip.chip, .edit_patient_master span.chip.chip.chip.chip.chip, .new_patient_master span.chip.chip.chip.chip.chip {
  margin-top: 0px !important;
  word-wrap: break-word !important;
  height: auto !important;
}

/* line 318, app/assets/stylesheets/doctor_view.scss */
.new_doctor_visit div.symptoms-input-container span.chip.chip.chip.chip::first-letter, .edit_patient_prescription_header div.symptoms-input-container span.chip.chip.chip.chip::first-letter, .new_patient_prescription_header div.symptoms-input-container span.chip.chip.chip.chip::first-letter, .edit_doctor_visit div.symptoms-input-container span.chip.chip.chip.chip::first-letter, .edit_patient_master div.symptoms-input-container span.chip.chip.chip.chip::first-letter, .new_patient_master div.symptoms-input-container span.chip.chip.chip.chip::first-letter {
  display: block !important;
  font-family: "wide font" !important;
  font-size: 10px !important;
  transform: scale(0.5, 1);
}

/* line 324, app/assets/stylesheets/doctor_view.scss */
.new_doctor_visit div.symptoms-input-container .materialize-tags span.chip.chip.chip.chip.chip.chip.chip, .edit_patient_prescription_header div.symptoms-input-container .materialize-tags span.chip.chip.chip.chip.chip.chip.chip, .new_patient_prescription_header div.symptoms-input-container .materialize-tags span.chip.chip.chip.chip.chip.chip.chip, .edit_doctor_visit div.symptoms-input-container .materialize-tags span.chip.chip.chip.chip.chip.chip.chip, .edit_patient_master div.symptoms-input-container .materialize-tags span.chip.chip.chip.chip.chip.chip.chip, .new_patient_master div.symptoms-input-container .materialize-tags span.chip.chip.chip.chip.chip.chip.chip {
  background-color: transparent !important;
  color: #1b1a1a !important;
  display: block !important;
  font-size: 15px;
  margin-top: 0px !important;
  border-radius: 0px;
}

/* line 334, app/assets/stylesheets/doctor_view.scss */
.new_doctor_visit div.video-symptoms-input-container .materialize-tags.materialize-tags span.chip.chip.chip.chip.chip.chip.chip, .edit_patient_prescription_header div.video-symptoms-input-container .materialize-tags.materialize-tags span.chip.chip.chip.chip.chip.chip.chip, .new_patient_prescription_header div.video-symptoms-input-container .materialize-tags.materialize-tags span.chip.chip.chip.chip.chip.chip.chip, .edit_doctor_visit div.video-symptoms-input-container .materialize-tags.materialize-tags span.chip.chip.chip.chip.chip.chip.chip, .edit_patient_master div.video-symptoms-input-container .materialize-tags.materialize-tags span.chip.chip.chip.chip.chip.chip.chip, .new_patient_master div.video-symptoms-input-container .materialize-tags.materialize-tags span.chip.chip.chip.chip.chip.chip.chip {
  background-color: white !important;
}

/* line 338, app/assets/stylesheets/doctor_view.scss */
.new_doctor_visit .diagnosis-hide, .edit_patient_prescription_header .diagnosis-hide, .new_patient_prescription_header .diagnosis-hide, .edit_doctor_visit .diagnosis-hide, .edit_patient_master .diagnosis-hide, .new_patient_master .diagnosis-hide {
  display: none;
  color: red;
}

/* line 344, app/assets/stylesheets/doctor_view.scss */
.modal.recordings-container {
  top: 2% !important;
  min-height: 96% !important;
}

/* line 347, app/assets/stylesheets/doctor_view.scss */
.modal.recordings-container .modal-footer {
  height: 40px;
}

/* line 350, app/assets/stylesheets/doctor_view.scss */
.modal.recordings-container .btn-close {
  float: left !important;
}

/* line 354, app/assets/stylesheets/doctor_view.scss */
.modal.recordings-container .collapsible-header {
  min-height: 2rem;
  line-height: 2rem;
}

/* line 360, app/assets/stylesheets/doctor_view.scss */
#prescriptionFormModal.modal {
  top: 2% !important;
  min-height: 96% !important;
}

/* line 365, app/assets/stylesheets/doctor_view.scss */
i.fa.fa-times-circle {
  color: red !important;
  line-height: 50px;
  font-size: 25px;
}

/* line 373, app/assets/stylesheets/doctor_view.scss */
[placeholder]::-webkit-input-placeholder {
  color: grey;
  font-size: 16px;
  text-align: left !important;
}

/* line 380, app/assets/stylesheets/doctor_view.scss */
[placeholder]:-moz-placeholder {
  color: grey;
  font-size: 16px;
  text-align: left !important;
}

/* line 387, app/assets/stylesheets/doctor_view.scss */
[placeholder]::-moz-placeholder {
  color: grey;
  font-size: 16px;
  text-align: left !important;
}

/* line 394, app/assets/stylesheets/doctor_view.scss */
[placeholder]:-ms-input-placeholder {
  color: grey;
  font-size: 16px;
  text-align: left !important;
}

/* line 409, app/assets/stylesheets/doctor_view.scss */
.readings-body .bp-s, .readings-body .bp-d {
  width: 45%;
}

/* line 415, app/assets/stylesheets/doctor_view.scss */
.brand-container {
  width: 100%;
  height: auto;
  padding: 1%;
}

/* line 421, app/assets/stylesheets/doctor_view.scss */
.brand-container .brand-icon {
  margin: 0 2%;
  float: left;
  height: 15px;
  width: 15px;
}

/* line 429, app/assets/stylesheets/doctor_view.scss */
.brand-container .brand-text {
  float: left;
  line-height: 15px;
}

/* line 437, app/assets/stylesheets/doctor_view.scss */
.btn-floating:focus {
  background-color: #3a87ad !important;
}

/* line 444, app/assets/stylesheets/doctor_view.scss */
#patient_prescription_lines label {
  top: 15px !important;
  text-align: left !important;
}

/* line 449, app/assets/stylesheets/doctor_view.scss */
#patient_prescription_lines .icon-image {
  padding: 5px 0 !important;
}

/* line 453, app/assets/stylesheets/doctor_view.scss */
#patient_prescription_lines .icon-image1 {
  padding: 5px 0 !important;
}

/* line 457, app/assets/stylesheets/doctor_view.scss */
#patient_prescription_lines .row {
  margin-bottom: 0px !important;
}

/* line 461, app/assets/stylesheets/doctor_view.scss */
#patient_prescription_lines .input-field {
  margin: 0 1px !important;
}

/* line 466, app/assets/stylesheets/doctor_view.scss */
#patient_prescription_lines .presc-fields select.initialized {
  display: none !important;
}

/* line 470, app/assets/stylesheets/doctor_view.scss */
#patient_prescription_lines .presc-fields .col {
  padding: 5px;
}

/* line 476, app/assets/stylesheets/doctor_view.scss */
#patient_prescription_lines .freq_med_timings .s3 {
  padding: 0 5px;
}

/* line 480, app/assets/stylesheets/doctor_view.scss */
#patient_prescription_lines [src=''] {
  visibility: hidden;
}

/* line 487, app/assets/stylesheets/doctor_view.scss */
.next-visit-container p {
  margin-bottom: 5px !important;
}

/* line 491, app/assets/stylesheets/doctor_view.scss */
.next-visit-container label {
  top: 15px !important;
}

/* line 497, app/assets/stylesheets/doctor_view.scss */
.referred-hospital-detail .input-field {
  margin-bottom: 0px !important;
}

/* line 499, app/assets/stylesheets/doctor_view.scss */
.referred-hospital-detail .input-field label {
  top: 12px !important;
}

/* line 504, app/assets/stylesheets/doctor_view.scss */
.referred-hospital-detail .select2-selection__placeholder {
  font-size: 0.8rem !important;
}

/* line 509, app/assets/stylesheets/doctor_view.scss */
.new_brand_entry_card {
  position: fixed !important;
  top: 25%;
  left: 24%;
  z-index: 5;
  border-radius: 5px;
  width: 38%;
  cursor: pointer;
  height: 236px;
  overflow-x: hidden;
  overflow-x: auto;
}

/* line 522, app/assets/stylesheets/doctor_view.scss */
.formErrorField {
  border: 1px solid #b81e1e !important;
}

/* line 525, app/assets/stylesheets/doctor_view.scss */
.formErrorMessage {
  color: tomato;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

/* line 531, app/assets/stylesheets/doctor_view.scss */
.loading_sugg {
  background: url(/assets/icons/785-54c82f4b1a75d9f96323c61adaac260c27320aa97b9336b6d1ec943b06ffb7da.gif) no-repeat right center;
}

/* line 535, app/assets/stylesheets/doctor_view.scss */
.loading_sugg2 {
  background: url(/assets/icons/785-54c82f4b1a75d9f96323c61adaac260c27320aa97b9336b6d1ec943b06ffb7da.gif) no-repeat center center;
}

/* line 539, app/assets/stylesheets/doctor_view.scss */
.new_brand_entry_icon {
  cursor: pointer;
}

/* line 543, app/assets/stylesheets/doctor_view.scss */
.medAvail {
  background-color: #baeebb !important;
}

/* line 546, app/assets/stylesheets/doctor_view.scss */
.medNotAvail {
  background-color: #efcbc6 !important;
}

/* line 550, app/assets/stylesheets/doctor_view.scss */
tr.first {
  border-bottom: 0.5px dotted black;
}

/* line 554, app/assets/stylesheets/doctor_view.scss */
#healthHistoryDiv {
  padding: 0px 15px;
  margin-top: 0px;
}

/* line 558, app/assets/stylesheets/doctor_view.scss */
#healthHistoryDiv tr:nth-child(2) td {
  padding-top: 8px !important;
}

/* line 564, app/assets/stylesheets/doctor_view.scss */
.first td {
  height: auto;
  padding: 10px 0px !important;
}

/* line 569, app/assets/stylesheets/doctor_view.scss */
ul#select2-specializationType-results li:first-child {
  padding: 15px !important;
}

/* line 573, app/assets/stylesheets/doctor_view.scss */
.select2-container, .select2-dropdown, .select2-search, .select2-results {
  transition: none !important;
}

/* line 581, app/assets/stylesheets/doctor_view.scss */
.medicineAvailFirst {
  border: 2px solid #049c04 !important;
  background-color: #4B89A8 !important;
  color: #FFF !important;
}

/* line 587, app/assets/stylesheets/doctor_view.scss */
.medicineNotAvailFirst {
  border: 2px solid #f7043c !important;
  background-color: #4B89A8 !important;
  color: #FFF !important;
}

/* line 593, app/assets/stylesheets/doctor_view.scss */
.firstMedicine {
  background-color: #4B89A8 !important;
  color: #FFF !important;
}

/* line 598, app/assets/stylesheets/doctor_view.scss */
a.btn.medicineAvail {
  border: 2px solid #049c04 !important;
  background-color: #FFF !important;
  color: #333 !important;
}

/* line 604, app/assets/stylesheets/doctor_view.scss */
a.btn.medicineNotAvail {
  border: 2px solid #f7043c !important;
  background-color: #FFF !important;
  color: #333 !important;
}
@font-face {
  font-family: 'lato-semibold';
  src: url(/assets/lato-semibold/lato-semibold-9ec772a327caf6a01529d3d9d0c9a8962f373ced52d864a9ad121f82b128089b.woff) format("woff2"), url(/assets/lato-semibold/lato-semibold-9ec772a327caf6a01529d3d9d0c9a8962f373ced52d864a9ad121f82b128089b.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'lato-regular';
  src: url(/assets/lato-regular/lato-regular-528a60e83c63de07dd2e6afb5b63120d590cbb67f417979ea528cc6e84bc69dc.woff) format("woff2"), url(/assets/lato-regular/lato-regular-528a60e83c63de07dd2e6afb5b63120d590cbb67f417979ea528cc6e84bc69dc.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/material-icon/MaterialIcons-Regular-97c570d7f41dfd1f91eb3183cb3a6a1781aca51b391df1cb8ec41d77754bacc3.woff2) format("woff2"), url(/assets/material-icon/MaterialIcons-Regular-b72fef0a039eed64a38b67f5fe5ea19c708497e18c7e640d8531c9a5499ef21a.woff) format("woff"), url(/assets/material-icon/MaterialIcons-Regular-b3360547f9772de2d0c30eb007f2e4c3da9e989e6ddf19163f2d99eee5b4385a.ttf) format("truetype");
}

@font-face {
  font-family: 'lato';
  src: url(/assets/lato-light/lato-light-b053e8c19e96ca24fc6f59ddf11a4c557acbad3c9957cc5b366830fbcdf4d0f5.woff) format("woff2"), url(/assets/lato-light/lato-light-b053e8c19e96ca24fc6f59ddf11a4c557acbad3c9957cc5b366830fbcdf4d0f5.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@media only screen and (min-width: 993px) {
    .age_width{
        width: 8% !important;
        border-left: 5px solid white;
    }
    .cal_width{
        width: 14%;
        margin-bottom: 25px;
    }
    .yr_input{
        width: 8%;
    }
    .mnth_input{
        width: 10%;
    }
    .day_input{
        width: 9%;
    }
    .phn_input{
        width: 20% !important;
        border-right: 2px solid #e2e3ec;
        }
    .phn_code_input{
        width: 12% !important;
        border-right: 2px solid #e2e3ec;
    }
}
@media only screen and (max-width: 600px) {
    .cal_width{
        margin-bottom: 25px;
    }
    .body-container {
        padding: 15px 2vw;
    
    }
    ul.stepper.horizontal .step-content {
        margin-left: 5px;
        margin-right: 5px;
    }

    .row .col.s1.phn_code_input{
        width: 30% !important;
    }
    .col.s12.m3.w_80.form_brd{
        width: 70% !important;
    }
    .select2-container--default .select2-results > .select2-results__options {
        /* max-height: 75px !important; */
    }
    .select2-results__option {
        padding: 1px 5px !important;
    }
}
/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */.fc button,.fc table,body .fc{font-size:1em}.fc-bg,.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-icon,.fc-unselectable{-webkit-touch-callout:none;-khtml-user-select:none}.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}.fc th,.fc-basic-view td.fc-week-number,.fc-icon,.fc-toolbar{text-align:center}.fc-highlight{background:#bce8f1;opacity:.3}.fc-bgevent{background:#8fdf82;opacity:.3}.fc-nonbusiness{background:#d7d7d7}.fc button{box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;white-space:nowrap;cursor:pointer}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid;background-color:#f5f5f5;background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}.fc button .fc-icon{position:relative;top:-.05em;margin:0 .2em;vertical-align:middle}.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{color:#333;background-color:#e6e6e6}.fc-state-hover{color:#333;text-decoration:none;background-position:0 -15px;transition:background-position .1s linear}.fc-state-active,.fc-state-down{background-color:#ccc;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;box-shadow:none}.fc-event.fc-draggable,.fc-event[href],.fc-popover .fc-header .fc-close,a[data-goto]{cursor:pointer}.fc-button-group{display:inline-block}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title{float:right}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{height:0;margin:0;padding:0 0 2px;border-width:1px 0}.fc-bg table,.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-clear{clear:both}.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{position:absolute;top:0;left:0;right:0}.fc table{width:100%;box-sizing:border-box;table-layout:fixed;border-collapse:collapse;border-spacing:0}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}a[data-goto]:hover{text-decoration:underline}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-helper-skeleton{z-index:5}.fc .fc-row .fc-content-skeleton table,.fc .fc-row .fc-content-skeleton td,.fc .fc-row .fc-helper-skeleton td{background:0 0;border-color:transparent}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{-webkit-overflow-scrolling:touch}.fc-icon,.fc-row.fc-rigid,.fc-time-grid-event{overflow:hidden}.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{position:relative;width:100%}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.3;border-radius:3px;border:1px solid #3a87ad}.fc-event,.fc-event-dot{background-color:#3a87ad}.fc-event,.fc-event:hover{color:#fff;text-decoration:none}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-bg{z-index:1;background:#fff;opacity:.25}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{position:absolute;z-index:4;display:none}.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer{display:block}.fc-event.fc-selected .fc-resizer:before{content:"";position:absolute;z-index:9999;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px}.fc-event.fc-selected{z-index:9999!important;box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event.fc-selected.fc-dragging{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-h-event.fc-selected:before{content:"";position:absolute;z-index:3;top:-10px;bottom:-10px;left:0;right:0}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-h-event.fc-allow-mouse-resize .fc-resizer{width:7px;top:-1px;bottom:-1px}.fc-h-event.fc-selected .fc-resizer{border-radius:4px;border-width:1px;width:6px;height:6px;border-style:solid;border-color:inherit;background:#fff;top:50%;margin-top:-4px}.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer{margin-left:-4px}.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer{margin-right:-4px}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}tr:first-child>td>.fc-day-grid-event{margin-top:2px}.fc-day-grid-event.fc-selected:after{content:"";position:absolute;z-index:1;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#000;opacity:.25}.fc-day-grid-event .fc-content{white-space:nowrap;overflow:hidden}.fc-day-grid-event .fc-time{font-weight:700}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer{margin-left:-2px}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer{margin-right:-2px}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc.fc-bootstrap3 a,.ui-widget .fc-event{text-decoration:none}.fc-limited{display:none}.fc-icon,.fc-toolbar .fc-center{display:inline-block}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-bootstrap3 .fc-popover .panel-body,.fc-bootstrap4 .fc-popover .card-body{padding:0}.fc-now-indicator{position:absolute;border:0 solid red}.fc-bootstrap3 .fc-today.alert,.fc-bootstrap4 .fc-today.alert{border-radius:0}.fc-unselectable{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff;border-width:1px;border-style:solid}.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed td.fc-today{background:#fcf8e3}.fc-unthemed .fc-disabled-day{background:#d7d7d7;opacity:.3}.fc-icon{height:1em;line-height:1em;font-size:1em;font-family:"Courier New",Courier,monospace;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fc-icon:after{position:relative}.fc-icon-left-single-arrow:after{content:"\2039";font-weight:700;font-size:200%;top:-7%}.fc-icon-right-single-arrow:after{content:"\203A";font-weight:700;font-size:200%;top:-7%}.fc-icon-left-double-arrow:after{content:"\AB";font-size:160%;top:-7%}.fc-icon-right-double-arrow:after{content:"\BB";font-size:160%;top:-7%}.fc-icon-left-triangle:after{content:"\25C4";font-size:125%;top:3%}.fc-icon-right-triangle:after{content:"\25BA";font-size:125%;top:3%}.fc-icon-down-triangle:after{content:"\25BC";font-size:125%;top:2%}.fc-icon-x:after{content:"\D7";font-size:200%;top:6%}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666;font-size:.9em;margin-top:2px}.fc-unthemed .fc-list-item:hover td{background-color:#f5f5f5}.ui-widget .fc-disabled-day{background-image:none}.fc-bootstrap3 .fc-time-grid .fc-slats table,.fc-bootstrap4 .fc-time-grid .fc-slats table,.fc-time-grid .fc-slats .ui-widget-content{background:0 0}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.fc-bootstrap3 hr.fc-divider,.fc-bootstrap4 hr.fc-divider{border-color:inherit}.ui-widget .fc-event{color:#fff;font-weight:400}.ui-widget td.fc-axis{font-weight:400}.fc.fc-bootstrap3 a[data-goto]:hover{text-decoration:underline}.fc.fc-bootstrap4 a{text-decoration:none}.fc.fc-bootstrap4 a[data-goto]:hover{text-decoration:underline}.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]){color:#fff}.fc-bootstrap4 .fc-popover.card{position:absolute}.fc-toolbar.fc-header-toolbar{margin-bottom:1em}.fc-toolbar.fc-footer-toolbar{margin-top:1em}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right}.fc .fc-toolbar>*>*{float:left;margin-left:.75em}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar h2{margin:0}.fc-toolbar button{position:relative}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-toolbar button:focus{z-index:5}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{padding-bottom:1em}.fc-basic-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-day-top.fc-other-month{opacity:.3}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:2px}.fc-basic-view th.fc-day-number,.fc-basic-view th.fc-week-number{padding:0 2px}.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{float:right}.fc-rtl .fc-basic-view .fc-day-top .fc-day-number{float:left}.fc-ltr .fc-basic-view .fc-day-top .fc-week-number{float:left;border-radius:0 0 3px}.fc-rtl .fc-basic-view .fc-day-top .fc-week-number{float:right;border-radius:0 0 0 3px}.fc-basic-view .fc-day-top .fc-week-number{min-width:1.5em;text-align:center;background-color:#f2f2f2;color:grey}.fc-basic-view td.fc-week-number>*{display:inline-block;min-width:1.25em}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{z-index:3;position:relative}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-helper-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-v-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event.fc-selected{overflow:visible}.fc-time-grid-event.fc-selected .fc-bg{display:none}.fc-time-grid-event .fc-content{overflow:hidden}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\A0-\A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{content:"="}.fc-time-grid-event.fc-selected .fc-resizer{border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;left:50%;margin-left:-5px;bottom:-5px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}.fc-event-dot{display:inline-block;width:10px;height:10px;border-radius:5px}.fc-rtl .fc-list-view{direction:rtl}.fc-list-view{border-width:1px;border-style:solid}.fc .fc-list-table{table-layout:auto}.fc-list-table td{border-width:1px 0 0;padding:8px 14px}.fc-list-table tr:first-child td{border-top-width:0}.fc-list-heading{border-bottom-width:1px}.fc-list-heading td{font-weight:700}.fc-ltr .fc-list-heading-main{float:left}.fc-ltr .fc-list-heading-alt,.fc-rtl .fc-list-heading-main{float:right}.fc-rtl .fc-list-heading-alt{float:left}.fc-list-item.fc-has-url{cursor:pointer}.fc-list-item-marker,.fc-list-item-time{white-space:nowrap;width:1px}.fc-ltr .fc-list-item-marker{padding-right:0}.fc-rtl .fc-list-item-marker{padding-left:0}.fc-list-item-title a{text-decoration:none;color:inherit}.fc-list-item-title a[href]:hover{text-decoration:underline}.fc-list-empty-wrap2{position:absolute;top:0;left:0;right:0;bottom:0}.fc-list-empty-wrap1{width:100%;height:100%;display:table}.fc-list-empty{display:table-cell;vertical-align:middle;text-align:center}.fc-unthemed .fc-list-empty{background-color:#eee}
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Charmonman:wght@400;700&display=swap');
.give_red_master nav{
    background-color: #ff8210;
}
.give_red_master, 
.give_red_master h1, .give_red_master h2, .give_red_master h3, .give_red_master h4,
.give_red_master h5, .give_red_master h6, .give_red_master p{
    font-family: 'Spartan', sans-serif !important;
    font-weight: 900;
}
.give_red_master .charmonman-font{
    font-family: 'Charmonman', cursive !important;
}
.give_red_master .container {
    width: 90% !important;
}
.give_red_master nav{
    position: fixed;
    box-shadow: none;
    z-index: 1;
}
.give_red_master nav ul a, .head_black {
    color: #1e1e1e !important;
    font-weight: bold;
}
nav .button-collapse i {
    color: #1e1e1e;
}
.give_red_master .m_top20{
    margin-top: 25px;
}
.give_red_master div.content {
    overflow-y: hidden;
}
.give_red_master .btn{
    background-color: #f6ede8 !important;
    color: #1e1e1e !important;
    margin-top: 0px;
    border: 1px solid #f6ede8;
    font-family: 'Spartan', sans-serif !important;
    font-weight: 900;
    padding: 25px !important;
    line-height: 10px !important;
    font-size: 2rem !important;
    letter-spacing: 0;
    border-radius: 10px;
    box-shadow: none;
}
.give_red_master .btn.orange-btn{
    background-color: #ff8210 !important;
    color: #FFF !important;
    border: 1px solid #ff8210;
}
.give_red_master .btn_sec .btn{
    font-size: 1.5rem !important;
    font-weight: 800;
}
.give_red_master .grey_bg{
    background: #E9E0DB;
}
.give_red_master .white_bg{
    background: #FFF;
}
.give_red_master .wrapper-container {
    width: 100%;
    height: 100%;
    height: 100vh;
}
.give_red_master .sub_head{
    margin-top: 5%;
}
.give_red_master .sub_head h4{
    letter-spacing: 2px;
}
.give_red_master .section-wrapper{
    padding-bottom: 5%;
}
.absolute-Center {
    margin: auto;
    position: absolute;
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0;
  }
.give_red_master .banner-content {
    margin: auto;
    position: absolute;
    top: 20%; 
    left: 0; 
    bottom: 0; 
    right: 0;
}
.give_red_master .banner-content .charmonman-font{
    color: #f6ede8;
}

.give_red_master .icon-block{
    margin-top: 70%;
    margin-bottom: 45%;
}
.give_red_master .icon-block p.light{
    font-weight: 600 !important;
    font-size: 13px;
    min-height: 150px;
}
.give_red_master .icon-block h6 {
    margin: 15% 0 !important;
}
.give_red_master .icon-block img{
    height: 105px;
}

/* testimonial css */
.give_red_master .customer-testimonials .slick-slide img{
    width: 100% !important;
    margin: auto;
}
.give_red_master .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    list-style-type: none;
}
.give_red_master .slick-dots li {
    margin: -10px 0.25rem;
}

.give_red_master footer.page-footer {
    margin: 0;
  }
  .give_red_master .page-footer {
    padding-top: 0 !important;
  }
  .give_red_master .page-footer img{
    width: 40px !important;
  }
  .give_red_master .page-footer .row{
    margin-bottom: 0;
  }
  .give_red_master .footer_ul{
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
  }
  
  .give_red_master .footer_ul li{
    display: inline;
    margin-left: 5px;
  }
  
  .give_red_master .grey-text.text-lighten-4 {
      outline: none;
  }
  .give_red_master .page-footer {
      width: 100%;
  }
  .give_red_master .page-footer .footer-copyright, .grey-text.text-lighten-4 {
    color: #f6ede8 !important; 
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
  }  
  .btn.absolute-Center{
    width: 300px;
    top: auto;
    bottom: 10%;
  }
  

/* Support css */
.support-block h6{
    font-size: 1rem !important;
}
.support-block p.light{
    font-weight: 400 !important;
}
/* item_details css */
.give_red_master .item_details p.light{
    font-weight: 400 !important;
}
.give_red_master .item_details p{
    font-weight: 500 !important;
}

.give_red_master .slide-arrow{
position: absolute;
top: -5%;
margin-top: -15px;
right: 2%;
}
.give_red_master .prev-arrow{
    right: 8%;
    width: 0;
    height: 0;
    border: solid #1e1e1e;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    background: transparent;
    cursor: pointer;
}
/* .give_red_master .prev-arrow::after {
    content: "Prev";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  } */
.give_red_master .next-arrow{
right: 3%;
width: 0;
height: 0;
border: solid #1e1e1e;
border-width: 0 1px 1px 0;
display: inline-block;
padding: 5px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
background: transparent;
cursor: pointer;
}
/* .give_red_master .prev-arrow::before {
    content: "Next";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  } */
  .give_red_master .cart_count{
    right: 5%;
    position: absolute;
    background: #eb4923;
    font-size: 11px;
    color: #FFF;
    line-height: 1;
    padding: 7px 5px 5px 5px;
    border-radius: 50%;
    top: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
}

.give_red_master .red_bg_txt{
    background: #ED1C24;
    display: table;
    padding: 6px;
    color: #FFF;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600 !important;
    margin: 5px;
}
.give_red_master span.error {
    font-size: 11px;
    font-weight: 600;
}

.corner_box{
    border: 1px solid #1e1e1e;
    border-radius: 10px;
}
.corner_box2{
    background-color:  #ED1C24;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px 0;
}
.corner_box2 .row{
    margin-bottom: 0 !important;
}
.success_msg{
    margin: 5% auto;
}

.give_red_master .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  
  .give_red_master .video-container iframe, .give_red_master .video-container object, .give_red_master .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
@media only screen and (max-width: 600px) {
    nav.nav-extended .nav-wrapper {
        min-height: 66px;
    }
    .give_red_master .wrapper-container {
        height: 70vh;
    }
    .give_red_master .banner-content {
    
        margin: auto;
        position: absolute;
        top: 15%;
    }
    nav .brand-logo {
        padding-top: 5px;
    }
    .give_red_master .btn_sec span{
        margin:0 !important;
    }
    .give_red_master .btn_sec .btn{
        width:90%;
        margin:10px 0 !important;
    }
    .give_red_master .icon-block {
        margin-top: 30%;
        margin-bottom: 0%;
    }
    .give_red_master .icon-block h6 {
        margin: 10% 0 !important;
    }
    .give_red_master nav{
        z-index: 2;
    }
    .give_red_master .sub_head{
        z-index: 1;
    }
    .give_red_master .sub_head h4 {    
        letter-spacing:1px;
        font-size: 1.8rem;    
    }
    .give_red_master .customer-testimonials.mobile_slider1 .slick-slide img {
        width: auto !important;
    }
    .give_red_master .customer-testimonials.our_army.slider  {
        height: 350px;
    }
}
/* Header Navigation Css */
a {
  color: var(--cdp-primary-color, #1e558c) !important;
  cursor: pointer;
}
.btn{
padding: 0 10px !important;
    height: 32px !important;
  line-height: 32px !important;
}
.btn_primary{
  background-color: var(--cdp-primary-color, #1e558c) !important;
}
.radius_5 {
border-radius: 5px !important;
}
.padding-5 {
  padding: 5px !important;
}

 .patient_overlay{
  position: absolute;
  width: 100%;
  height: 50px;
  background-color: transparent;
  z-index: 1;
  display: none;
 }
 .abha_div {
  display: none;
 }
.btn-floating:focus {
background-color: var(--cdp-primary-color, #1e558c) !important;
}
[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:after {
background-color: var(--cdp-primary-color, #1e558c) !important;
}
[type="checkbox"].filled-in:checked + label:after {
border: 2px solid var(--cdp-primary-color, #1e558c) !important;
background-color: var(--cdp-primary-color, #1e558c) !important;
}
[type="checkbox"]:checked + label:before {
border-right: 2px solid var(--cdp-primary-color, #1e558c);
border-bottom: 2px solid var(--cdp-primary-color, #1e558c);;
}
/* input[type="text"]{
text-transform: capitalize;
} */
.add-prescription-buttons.w_20 {
width: 20% !important;
}
.add-prescription-buttons.w_13 {
width: 13% !important;
}
/*input:focus, textarea.materialize-textarea:focus:not([readonly]) {
background-color: #BFDDFF !important;
}*/
textarea.materialize-textarea {
  min-height: 0rem !important;
  padding: 0.8rem 0 .8rem 0 !important;
}
span.time_to_i {
  display:none; 
}
.pagination li.active {
  background-color: #DDD !important;
  margin: 3px 0;
}
.filter_sec{
  display: none;
}

/* Filter Modal Redesign - Tab Layout */
.filter_sec .filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #b05a46;
  padding: 12px 20px;
  margin: -20px -20px 0 -20px;
  border-radius: 4px 4px 0 0;
}

.filter_sec .filter-title {
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.filter_sec .filter-close {
  cursor: pointer;
  color: #fff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s;
}

.filter_sec .filter-close:hover {
  background-color: rgba(255,255,255,0.2);
}

.filter_sec .filter-tabs-container {
  margin: 0px -20px 5px -20px;
  padding: 0 20px;
  border-bottom: none;
}

.filter_sec .filter-tabs {
  background-color: transparent;
  display: flex;
  gap: 10px;
}

.filter_sec .filter-tabs .tab {
  text-transform: none;
  min-width: auto;
  flex: none;
}

.filter_sec .filter-tabs .tab a {
  font-weight: 500;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 4px;
  background-color: transparent;
  transition: all 0.2s ease;
  line-height: 30px;
}

.filter_sec .filter-tabs .tab a:hover {
  background-color: rgba(176, 90, 70, 0.1);
}


.filter_sec .filter-tabs .indicator {
  display: none;
}

.filter_sec .filter-tab-content {
  padding: 15px 0;
  min-height: 120px;
}

.filter_sec .filter-tab-content .row {
  margin-bottom: 10px;
}

.filter_sec .filter-tab-content .input-field {
  margin-top: 0;
  margin-bottom: 15px;
}

.filter_sec .filter-tab-content .input-field label {
  font-size: 12px;
  color: #666;
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}

.filter_sec .filter-tab-content select {
  display: block;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 10px;
  height: auto;
  background-color: #fff;
}

.filter_sec .filter-tab-content input[type="text"] {
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  padding: 8px 10px !important;
  height: auto !important;
  box-sizing: border-box !important;
  margin-top: 5px;
}

.filter_sec .filter-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 0 0;
  border-top: 1px solid #e0e0e0;
  margin-top: 10px;
}

.filter_sec .filter-actions .right-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.filter_sec .filter-actions .clear_btn {
  background-color: #b05a46;
  color: #fff !important;
}

.filter_sec .filter-actions .btn.green {
  background-color: #4caf50 !important;
}

/* Responsive adjustments for filter tabs */
@media only screen and (max-width: 600px) {
  .filter_sec .filter-tab-content .col {
    width: 100% !important;
  }

  .filter_sec .filter-actions {
    flex-direction: column;
    gap: 10px;
  }

  .filter_sec .filter-actions .right-actions {
    width: 100%;
    justify-content: flex-end;
  }
}

.dropdown-content2 {
  background-color: #fff !important;
  margin: 0 !important;
  min-width: 100px !important;
  max-height: 650px !important;
  display: none !important;
  overflow-y: auto !important;
  opacity: 0 !important;
  position: absolute !important;
  z-index: 999 !important;
  will-change: width, height !important;
}
.main-heading.nav-wrapper {
  z-index: 998;
}
ul#dropdown1.dropdown-content {
  top: 60px !important;
  min-width: 150px;
  z-index: 1100 !important;
}
.dropdown-trigger{
  position: relative !important;
}

/* Ensure user dropdown trigger doesn't overflow into secondary navbar */
.dropdown-trigger1.user {
  overflow: hidden;
  max-height: 64px;
}

.profile-content{
  display: flex !important;
  align-items: center !important;
  line-height: 64px !important;
  height: 64px !important;
}

.profile-data span{
  line-height: 25px !important;
  margin-left: 10px !important;
  display: inherit !important;
}
nav.white{
  background: linear-gradient(
    to left,
    rgba(20, 141, 204, 1) 0%,
    rgba(0, 173, 81, 1) 100%
  )
  left top #777 no-repeat;
  background-size: 100% 5px;
  padding-top: 5px;
}
.white .nav-wrapper ul li a, .nav-wrapper li, .nav-wrapper li.active{
  height: 44px;
}
nav {
  height: 64px;
  line-height: 60px !important;
}
input {
  border-radius: 5px !important;
}
/*.nav-wrapper li, .nav-wrapper li.active{
  height: 43px;
}
.nav-wrapper ul.dropdown-content li, .nav-wrapper ul.dropdown-content li.active{
  margin-top: 0px !important;
}
.white .nav-wrapper ul li a {
  height: 43px;
}
.white .nav-wrapper ul.dropdown-content li a {
  height: 43px;
}

.navbar-fixed.second .row .col {
  border-right: 1px solid gray;
  margin-top: 5px;
}*/
.navbar-fixed.second {
  margin-bottom: 5px !important;
  z-index: 995 !important;
  position: relative;
}
.navbar-fixed.second i {
  line-height: 42px !important;
}
.navbar-fixed.second ul.dropdown-content .row .col {
  margin-top: 0px;

}
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
.navbar-fixed a:hover, .importantClass{
  background-color: var(--cdp-primary-color, #1e558c) !important;
  color: #fff !important;
}
.profile-img{
  padding-bottom: 15px;
}
/*.importantClass{
  background-color: var(--cdp-primary-color, #1e558c) !important;
  color: #ffff !important;
}*/

.tt-suggestion.tt-selectable {
  font-size: 10px !important;
  color: var(--cdp-primary-color, #1e558c) !important;
  line-height: 15px !important; 
  margin: 3px 10px !important;
  border-radius: 5px !important;
}


.tt-suggestion:hover {
  background: var(--cdp-primary-color, #1e558c) !important;
  color: #fff !important;
  font-weight: inherit !important;
  cursor: pointer !important;
}


.alternate{
  background-color: #A8D5FF !important;
}

.alternate2{
  background-color: #D8E2E7 !important;
}

.Typeahead-spinner {
  position: inherit !important;
  top: 0px !important;
  right: 0px;
  display: none;
  width: 28px;
  height: 28px;
}

#typeahead-sublinks{
  display: none !important;
}

.myDivider2{
  position: absolute !important;
  height: 30px !important;
  border-left:1px solid white !important;
}

.search-info{
  position: relative !important;
  display: block !important;
}
.search-info div.search-sub{
  position: absolute !important;
  left: 101% !important;
  background-color: var(--cdp-primary-color, #1e558c) !important;
  padding: 5px 3px !important;
  display: none !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35) !important;
  box-sizing: content-box !important;
  transition: all 0.3s !important;
}
.search-info:hover div, 
.search-info div.search-sub ul{
  display: block !important;
}
.search-info div.search-sub ul li{
  color: #000 !important;
  background-color: #fff !important;
  line-height: 15px !important; 
  margin: 2px 5px !important;
  min-width: 200px !important;
  display: block !important;
  border-radius: 5px !important;
  padding: 3px !important;
}
.search-info div.search-sub ul li a{
  display: block !important;
  line-height: 30px !important;
  height:  30px !important;
}
.search-info div.search-sub ul li:nth-child(even){background-color: #ddd;}
.link_to_false {
  transition: background-color .3s !important;
  font-size: 1rem !important;
  color: var(--cdp-primary-color, #1e558c) !important;
  display: block !important;
  padding: 0 15px !important;
  cursor: pointer !important;
}

/* reset our lists to remove bullet points and padding */
.mainmenu, .submenu {
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
}

/* make ALL links (main and submenu) have padding and background color */
.mainmenu a {
display: block !important;
}
.mainmenu li:hover .submenu {
display: block !important;
max-height: 200px !important;
}
.submenu li {
background-color: #FFF !important;
z-index: 9999 !important;
}
.submenu a {
color: rgba(0, 0, 0, 0.87) !important;
font-size: 14px !important;
font-weight: 500 !important;
background-color: #FFF !important;
}

/* hover behaviour for links inside .submenu */
.submenu a:hover {
background-color: rgba(160,160,160,0.2) !important;
}
.submenu {  
overflow: hidden !important;
max-height: 0 !important;
-webkit-transition: all 0.5s ease-out !important;
}

.pm-menu .select-wrapper {
  margin-top: -28% !important;
  margin-bottom: -8% !important;
  width: 90% !important;
}
.pm-menu .select-wrapper span.caret {
  color: #FFF !important; /* IE 9 */ /* Safari 3-8 */
transform: rotate(20deg);
}
.pm-menu .select-wrapper input.select-dropdown {
border-bottom: none !important;
}
.pm-menu .select-wrapper input{
color: #FFF !important;
font-size: .7rem !important;
text-align: center !important;
}

.pm-menu ul a {
padding: 0 15px !important;
}
.pm-menu ul.dropdown-content.dropdown-content {
  top: 20px !important;
  left: 115px !important
}

.pm-menu ul.dropdown-content.select-dropdown li span:active {
  color: #fff !important;
}
.main-heading.nav-wrapper .pm-menu li  a {
  text-align: center !important;
}
.main-heading.nav-wrapper .pm-menu li.active a {
  color: #FFF !important;
  line-height: 8vh !important;
  text-align: center !important;
}

.dropdown-content {
 overflow-y: visible !important;
}

.dropdown-content .dropdown-content {
 margin-left: 100% !important;
}
#dropdown5 li a, #dropdown6 li a, #dropdown9 li a, #pharma_sub_dropdown li a, #dropdown_abdm li a{
color: var(--cdp-primary-color, #1e558c) !important;
}
#dropdown5 li a:hover, #dropdown6 li a:hover, #dropdown9 li a:hover, #pharma_sub_dropdown li a:hover, #dropdown_abdm li a:hover{
color: #FFF !important;
}
a.d:after {
 font-family: "FontAwesome" !important;
 content: "\f0da" !important;
 display: inline-block !important;
 padding-left: 35px !important;
 float: right !important;
}
a.dr:before {
font-family: "FontAwesome" !important;
content: "\f0d9" !important;
display: inline-block !important;
padding-right: 15px !important;
}
a.activity_dd:after {
 font-family: "FontAwesome" !important;
 content: "\f0d7" !important;
 display: inline-block !important;
 padding-left: 35px !important;
}
#dropdown5 li a.importantClass, .importantClass i, #pharma_sub_dropdown li a.importantClass {
color: #FFF !important;
}

.dropdown-button.active:hover i {
color: #FFF !important;
}
a.dropdown-button i.right {
margin-left: 0px !important;
}
nav ul li a.importantClass{
color: #FFF !important;
}

.main-heading.nav-wrapper .pm-menu li.active a {
  line-height: 38px !important;
}

.navbar-fixed.second .nav-wrapper {
  padding: 0px calc(3vw + 0.75rem) !important;
}
table .btn-floating, .family_patch .btn-floating, 
.nh_modal .btn-floating,
#drugAlergies .btn-floating{
width: 20px !important;
height: 20px !important;
line-height: 22px !important;
display: block !important
}
.recordings-container .btn-floating, .video-consultation-container .btn-floating,
#addPrescription .btn-floating, #new_brand_entry_popup .btn-floating{
width: 20px !important;
height: 20px !important;
line-height: 22px !important;
display: block;
}
.recordings-container .btn-floating2, .video-consultation-container .btn-floating2,
#addPrescription .btn-floating2{
width: 30px !important;
height: 30px !important;
line-height: 22px !important;
display: inline-block;
border-radius: 50%;
}
.btn-floating2 i{
font-size: 2rem !important;
line-height: 30px !important;
display: block !important;
color: white !important;
}
table .btn-floating i,.family_patch .btn-floating i,  
.nh_modal .btn-floating i, .recordings-container .btn-floating i,
#drugAlergies .btn-floating i, .video-consultation-container .btn-floating i,
#addPrescription .btn-floating i, #new_brand_entry_popup .btn-floating i {
  font-size: 1rem !important;
  line-height: 22px !important;
display: block !important
}
/*Clinic Manager Dashboard*/
.clinic-manager-dashboard .loader{
  position: absolute;
  z-index: 1000;
  left: 45%;
  top: 45%;
}
.clinic-manager-dashboard .btn{
  width: 100%;
  background: var(--cdp-primary-color, #1e558c);
}

.clinic-manager-dashboard .btn.active{
  background: var(--cdp-primary-color, #1e558c);
}
  
.clinic-manager-dashboard .process-flow-container {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  position: relative;
}
#XMLID_19_, #XMLID_15_,#XMLID_17_,#XMLID_34_,#XMLID_22_, #XMLID_38_, #XMLID_45_, #XMLID_43_, #XMLID_41_, #XMLID_10_,
#XMLID_4_,#XMLID_14_, #XMLID_12_, #XMLID_26_, #XMLID_30_, #XMLID_7_, #XMLID_5_, #XMLID_24_, #XMLID_21_, #XMLID_9_, #XMLID_25_, 
#XMLID_24_, #XMLID_23_, #XMLID_27_, #XMLID_29_, #XMLID_7__10, #XMLID_7__13, #XMLID_12__15 {
  font-family: lato-semibold !important;
  font-size: 28px;
}
.clinic-manager-dashboard .data-label{
  font-family: lato-semibold;
  font-weight: 600;
}
.clinic-manager-dashboard .head-caption{
  color: var(--cdp-primary-color, #1e558c);
  text-align: center;
  font-family: "Raleway-Bold" !important;
  margin-bottom: 5px;
  font-size: 20px
}

.back_btn_2{
  display: none;
  }
  .back_btn{
  margin-top: -5px;
  margin-right: 15px;
  }
  .send-mail{
  left: 65px !important;
  top: -8px !important;
  }
  .send-mail2{
    margin: 15px !important; 
    position: absolute !important; 
    right: 70px !important; 
    top: 10px !important;
  }
  .apt{
    right: 185px !important;
    top: 6px !important;
  }
   .mybutton{
    line-height: 20px; 
    height: 20px; 
    padding: 5px 0.6rem;
    background: var(--cdp-primary-color, #1e558c);
    border-radius: 5px;
    color: #FFF;
  }

  .mybuttonModal{ 
    line-height: 0px; 
    height: 20px; 
    padding: 6px 0.6rem;
    background: var(--cdp-primary-color, #1e558c);
    border-radius: 2px;
    color: #FFF;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  }
  .nh_table a.mybuttonModal, a.btn-green, .nh_table a.mybutton {
    color: #FFF !important;
  }

  a.select-time{
    font-size: 12px;
  }
/*search_patients Css*/
.search_patients .patient-details-container label {
  font-size: 0.8rem !important;
  }
.patient-details-container{
  margin: auto;
}
.ob-round{
  height: 50px;
  width: 50px;
}
.search-container .card{
padding: 10px !important;
}
.appointment-list .search-container .card{
padding: 1px !important;
}
#calendar{
  background-color: #fff !important;
  /*height: 600px;
  width: 600px;*/
}
.centered th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #999;
  color: white;
}
.centered td, .centered th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}
#example_wrapper{
    width: 100%;
}
.search-container .card.patch_btn{
  padding: 0 0 1% 0 !important;
  margin: 0; 
}
.patch_btn{
  background: #ddd !important;
  padding: 0 0 1% 0 !important;
}
.patch_btn h6{
  margin-top: 1rem !important;
  color: var(--cdp-primary-color, #1e558c) !important;
  font-size: 1rem !important;
}
#remaining{
  margin-left: 70%;
}
.select2-container--open .select2-dropdown {
  top: -30px;
}

.patient-details-container .search-container {
  margin-bottom: 5px !important;
  padding: 0px !important;
}
.tab_cnt .row .tabl, .corp_patients .row .tabl {
  padding: 0 !important;
}
.tab_cnt .add_btn{
  text-align: right;
  margin-bottom: 10px;
}
.tab_cnt td.ip_modal .btn {
  height: 30px;
  line-height: 30px;
  padding: 0 1rem;
}
.tab_cnt .class-btn a{
  background: var(--cdp-primary-color, #1e558c);
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}

.search-container.cnt2{
  padding-bottom: 10px !important;
}
.tooltipped{
  cursor: pointer;
}
.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 16px;
}
.container.camp_wise{
  width: 90% !important;
}
.camp_wise .collection.with-header {
  padding: 5px 10px;
}
.camp_wise .collection.with-header .collection-header {
  background-color: #82898e;
  color: #fff;
  border-bottom: 1px solid var(--cdp-primary-color, #1e558c);
  padding: 18px 20px;
}
.camp_wise .collection .collection-item.active {
  background-color: var(--cdp-primary-color, #1e558c);
  color: #fff;
}
.camp_wise .collection .collection-item.active a {
  color: #fff;
}

.camp_wise .body-container {
padding: 0 1vw
}

.camp_wise .patient-details-container .search-container {
  padding: 0 10px 10px !important;
}

/*invoice-container css*/


.invoice-container .line_height{
  line-height:24px;
}
.invoice-container .container .row {
  margin-left: 0;
  margin-right: 0;
}
.invoice-container .card {
  padding: 15px;
}
.invoice-container form {
  padding: 15px; 
}

.invoice-container .due_balance{
  position: fixed;
  bottom: 60%;;
  right: -10px;
  /*margin: -380px -530px -600px 1136px;*/
  /* margin-right: 20px; */
  background: #0f568e;
  color: #fff;
  padding: 0px 10px;
  border-radius: 10px;
  z-index: 2;
}
.invoice-container .payment_section_disapper{
/*    margin-top: 10px;
*/    background-color: #cfeaca;
  padding-top: 10px;

}
.invoice-container .price-details{
margin: 25px !important;
}
.invoice-container .summary-details{
margin: 25px !important;
}
.invoice-container a.tooltipped{
color: #333;
}
.invoice-container #applyCouponBtn{
height: 30px;
line-height: 30px;
padding: 0 1.6rem;
}

/*sltd_users CSS*/
#modal1.modal, #modal_message_list.modal, #msg-modal, #group-modal,
#groupIndex-modal, #eventIndex-modal, #event-modal, #screeningCamp, #family-modal {
    width: 75% !important;
    overflow-x: hidden;
/*    padding: 10px 20px;
*/  }
#modal_insurance_list,
#insurance-modal{
width: 65%;
max-height: 90%;
border-radius: 10px;
}
#modal_insurance_list{
width: 75%;
}

#modal_insurance_list .modal_body,
#insurance-modal .modal_body {
padding: 0.5% 2% !important;
}
#insurance-modal .modal_body .input-field {
position: relative;
margin-top: 0rem;
margin-bottom: 1rem;
}
/* .modal-overlay {
   z-index: 999 !important;
   background-color: rgba(0, 0, 0, 0.5) !important;
   position: fixed !important;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
} */
.modal .modal-content {
  padding: 15px !important;
}
 .modal-footer span{
  color: #FFF;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 2rem;
  cursor: pointer;
}
.modal-footer.mdl_ftr span{
  display: block;
  padding: 0;
}
.modal-footer span.cls{
  margin-top: 6px;/*
  margin-left: 1rem*/
}
#msg-modal{
  height: 70%;
}
.patch_btn{
  background: #ddd;
  padding: 0 0 1% 0 !important;
}
.patch_btn h6{
  margin-top: 1rem !important;
  color: var(--cdp-primary-color, #1e558c);
}
#remaining{
  float: right
}


.event_patients_list [type="checkbox"] + label {
  padding-left: 20px;
}


table.dataTable thead .rm_sort.sorting:after, table.dataTable thead .rm_sort.sorting_asc:after, table.dataTable thead .rm_sort.sorting_desc:after, table.dataTable thead .rm_sort.sorting_asc_disabled:after, table.dataTable thead .rm_sort.sorting_desc_disabled:after,

table.dataTable thead .rm_sort.sorting:before, table.dataTable thead .rm_sort.sorting_asc:before, table.dataTable thead .rm_sort.sorting_desc:before, table.dataTable thead .rm_sort.sorting_asc_disabled:before, table.dataTable thead .rm_sort.sorting_desc_disabled:before
{
  display: none;
}
.collection.with-header .collection-item {
padding: 0 !important;
display: inline-block;
background-color: transparent;
border-bottom: none;
}
.test .col.s10{
display: none;
}
.test .col.s2 {
  display: contents !important;
} 

#patient_prescription_lines .test .col.s2 {

display: inline-flex;
  padding: 0;
  margin: 0;
}
/*.event_test_list .test .col.s10{
display: none;
}
.event_test_list .test .col.s2 {
  display: contents;
}*/

#patient_prescription_lines ul.autocomplete-content.dropdown-content li{
  min-height:20px !important;
}
#patient_prescription_lines ul.dropdown-content li>a, #patient_prescription_lines ul.dropdown-content li>span {
line-height: 16px;
padding: 3px 16px;
}
.presc-fields select.initialized{
  display: none !important;
}
div.recordings-container .prescription-collapsible p, div.error,
.new_doctor_visit p[class$='hide'], .edit_patient_prescription_header p[class$='hide'], 
.edit_doctor_visit.edit_doctor_visit.edit_doctor_visit p[class$='hide']
{
  font-size: 12px !important;
  line-height: 15px;
}
#map{
height: 700px;
margin-top: 50px;
margin-bottom: 50px;
padding: 60px;
}
#latest-info{
cursor: pointer;
}


/*Calender css*/
.calendar-container{
  margin: 0 auto;
  width: 100%;
  padding: 10px;
}

.fc h2{
  font-size: 24px;
}

.fc-right, .fc-left, .fc-center{
  padding: 10px;
}

.fa-grey{
  color: #666;
}
.fa-purple{
  color: purple;
}
.fa-light-grey{
  color: #ccc;
}
.fa-light-blue{
  color: #3a87ad; 
}
#calendar{
  background-color: #fff !important;
}

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
  border-bottom: none !important;
}
/*.calendar-container td span{
padding: 2px !important;
}*/
.fc-content{
    display: -webkit-box;
}
.fc-content .fc-time{
  padding-right: 10px;
}
.fc-content > span{
display: block !important;
text-align: center;
/* height: 1px;*/
}
.fc-time-grid .fc-event{
width: 120px;
}



/*Doctor appointment css*/
.apmnt_patch .row .tab.col.s2 {
width: 14.28%;
}
.apmnt_patch .row .tab.col.s2.cons-tab{
width: 20% !important;
}
.apmnt_patch .pagination-container ul.pagination {
  margin: 0 auto;
  display: flex;
  width: auto;
}

.mydivider{
  height: 2px;
  overflow: hidden;
  background-color: #e0e0e0;
}
.myVerticalDivider{
  position:absolute;
  
}
/*p{
  color: var(--cdp-primary-color, #1e558c);
}*/
/*.line-height{
  line-height: 25px;
}
.modal {
  width: 55% !important;
  }
#modalCompleted{

  z-index: 2147483650 !important;
}
.modal-content {
  padding: 20px 5px 15px !important;
}*/
#modalCompleted p{
  color: #565656 !important;
}
#modalCompleted a.cbtn{
  float: left;
  margin-left: 1rem !important;
}
.pull-center{
    margin-left: 45%;
}

input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search]{
  height: 3rem !important;
}
textarea.materialize-textarea {
  min-height: 3rem !important;
}

#labBookingForm .input-field span.rupee{
  position: absolute !important;
  top: 10px !important;
  padding-left: 10px !important;
}

.row .col.s2.surgery_tab {
  width: 14%;
}
/* Screening camp Css*/

.picker__frame{
  margin-top: -37px;
}
.picker__date-display {
  background-color: var(--cdp-primary-color, #1e558c);
}
.picker__footer .clockpicker-button{
  color: white;
  background: var(--cdp-primary-color, #1e558c);
}

 .camps-table.centered th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #999;
  color: white;
}
.camps-table.centered th a{
  color: white;
}
.camps-table.centered td, .camps-table.centered th {
  border: 1px solid #ddd;
  padding: 8px;
}
.screen_cnt .search-container{
padding: 10px !important;
}


/*report Css*/

#tiles .card {
border-radius: 15px;
}
.report-container .circle{
height: 220px;
}
.report-container .circle .number{
  font-size: 36px !important;
}
.balance-card{
  color: var(--cdp-primary-color, #1e558c) !important;
  padding: 1px !important;
}
.balance-card p {
  margin: 5px auto;
  font-size: 13px;
}
.balance-card p color {
  color: grey !important;
}
#apmntsModal, #cnsltnModal, #dgnstcModal, #labOrderModal,
#surgeryModal, #surgeryOrderModal, #pharmacyModal {
  width: 80% !important;
}
.report-container .select2-container .select2-selection--multiple {
  min-height: 46px;
}
/*.report-container .select2-container--default .select2-selection--multiple, 
.report-container .select2-container--default.select2-container--focus .select2-selection--multiple {
  height: 3rem;
}*/

/*VideoCall Css*/
.videocall { 
/* background-image: url("https://files.nanohealth.in/videoCallBG.png");
height: 100%; 
background-position: center;
background-repeat: no-repeat;
background-size: cover;
animation:fade 8s infinite;
-webkit-animation:fade 8s infinite; */
border: 2px solid #5aaf52;
padding-bottom: 10px;
}
.dropdown_patch{
position: relative !important;
}
#symptomsSuggestions .collection.with-header, #complaintsSuggestions .collection.with-header{
position: absolute;
top: 50px;
z-index: 2;
}
.disease_suggestions .collection.with-header, .comorbidity_suggestions .collection.with-header, .tests_suggestions .collection.with-header, #family_members_suggestions .collection.with-header, .package_suggestions .collection.with-header, .procedure_suggestions .collection.with-header, .current_procedure_suggestions .collection.with-header{
position: absolute;
z-index: 2;
}

.current_procedure_suggestions .collection.with-header,.procedure_suggestions .collection.with-header,.disease_suggestions .collection.with-header, .comorbidity_suggestions .collection.with-header {
top: 50px !important;
}
#tests-list .collection.with-header {
z-index: 2;
}
@media only screen and (max-width: 600px) {
/* .call_btn img, img.call_btn{
  width: 50%;
} */
#modal1.modal{
  width: 98% !important;
}
input:not([type]), input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="time"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="tel"], input[type="number"], input[type="search"]{
  height: 2.3rem;
}
textarea.materialize-textarea {
  min-height: 2.3rem;
}
.select-wrapper input.select-dropdown {
  height: 2.3rem;
}
.add-prescription-buttons.w_20 {
  width: 100% !important;
  border-left: none !important;
  border-top: 2px solid #ccc !important; 
}
.add-prescription-buttons.w_13 {
  width: 100% !important;
  border-left: none !important;
  border-top: 2px solid #ccc !important; 
}
.navbar-fixed.second {
  display: none !important;
}

.sugst_card, .fav_dss_sugst_card {
  left: 5% !important;
  width: 90%  !important;
}
.new_doctor_visit ul.collapsible .collapsible-body{
  padding: 15px 10px !important;
}
.mobile_patient_info {
  text-align: center !important;
}
.crisp-client {
  display: none !important;
}
/* doctor_responsive */
.appointment-list {
  padding: 0px 0vw !important;
}
.res_table th {
  width: 125px !important;
}
.res_table td {
  font-size: 11px !important;
}
.btns-header span {
  color: var(--cdp-primary-color, #1e558c);
  font-size: 15px !important;
  line-height: 40px !important;
}
.btns-header{
  text-align: center !important;
}
.cal_list {
  text-align: center !important;
  padding: 10px 0 !important;
}
.consult_block .card{
  min-height: 180px !important;
  margin: 0 !important;
}
.consult_block img{
  width: 100px !important;
  height: 100px !important;
}
#modal_consult{
  height: 70% !important;
  min-height: 70% !important;
}
#modal_consult .modal-footer {
  top: 250px !important;
}
.optionss{
  width: 100% !important;
  overflow-x: scroll !important;
}
.optionss img {
  width: 25px !important;
  height: 25px !important;
}
.optionss img{
  display: ruby !important;
}

/* View Profile Doctor */
.main-details {
  text-align: center;
}
.resp_ptnt img, img.callClinic{
  border-radius: 50% !important;
}
.add-rescription-buttons.mobile_patient_info {
  width: 100% !important;
}
/* Video consultation */
.video-consul-prescription-form{
  display: none;
}
.video-consultation-container .control-panel {
  right: 0% !important;
}
#sendLink{
  min-height: 250px !important;
}
} 
/*.centered th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #999;
  color: white;
}
.centered td, .centered th {
border: 1px solid #ddd;
padding: 8px;
text-align: center;
}*/



/*Recomendation Css*/
/*.container{
  margin-left: 2% !important;
  margin-right: 2% !important;
  padding: 2%;
  width: 96% !important;
}*/
.rec_cnt.container{
  width: 90% !important;
}
.patient_test_recommendation_detail_search .container .row {
  margin-left: 0;
  margin-right: 0;
}
.search-padding{
  padding: 10px 2%;
}
 
.ob-round{
  height: 50px;
  width: 50px;
}
.search-container .card{
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.nh_table th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: var(--cdp-primary-color, #1e558c); /*#999*/
  color: white !important;
  text-align: center !important;
}
.nh_table.invoice_table th {
  text-align: left !important;
}
.nh_table th a{
  color: white !important;
}
.nh_table td, .nh_table th {
  border: 1px solid #ddd;
  padding: 7px 8px !important;
  text-align: left;
}
.nh_table th [type="checkbox"].filled-in:not(:checked) + label:after {
  border: 2px solid #FFF;
}
.cnt2 .nh_table td {  
  padding: 0px 8px !important;
}

.nh_table tbody.font_size_13{
  font-size: 13px !important;
}
.nh_table tbody.font_size_13 td.patient_card{
  font-size: 15px !important;
}
#example_wrapper{
    width: 100%;
}
.patch_btn{
  background: #ddd;
  padding: 0 0 1% 0 !important;
}
.patch_btn h6{
  margin-top: 1rem !important;
  color: var(--cdp-primary-color, #1e558c);
}
#remaining{
  margin-left: 70%;
}
.select2-container--open .select2-dropdown {
  top: -30px;
}

.patient-details-container .search-container {
  margin-bottom: 5px;
  padding: 0px;
}

.patient-header-details {
  padding: 10px !important;
}

.row .tabl {
  padding: 0 !important;
}
.add_btn{
  text-align: right;
  margin-bottom: 10px;
}
td.ip_modal .btn {
  height: 30px;
  line-height: 30px;
  padding: 0 1rem;
}
.class-btn a{
  background: var(--cdp-primary-color, #1e558c);
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 3px;
}
.select2-container--open .select2-dropdown {
  top: 0px;
}

input.send_inf{
  margin-left: 20%; 
}

/*  daywise_cnt Css*/
.daywise_cnt .row .col.rd_btn{
text-align: left;
}

.hgt .select-wrapper input.select-dropdown{
height: 2.5rem !important
}
.hgt label.active {
float: left;
}
/*  invoice summary Css*/
.invoice-container .summary i {
  font-size: inherit !important;
}
.apmnt-tracking b{
  color: var(--cdp-primary-color, #1e558c);
}


/*  Patient details Css*/
.name-err, .dob-err, .nmbr-email-err, .nmbr-err, .adrss-err, .city-err, .email-err, .height-err, .gndr-err,.nmbr-duplicate-err, .email-duplicate-err, .nmbr-format-err, .email-format-err, .pn_cd-err {
  display: none;
}


.options .btn-green{
border: none;
border-radius: 5px;
display: inline-block;
/*height: 36px;*/
line-height: 15px;
text-align: center;    
/*width: 42%;*/    
color: #FFF;
margin: 5px;
    padding: 0px 5px
}
.options i{
  color: #333 !important;
      font-size: 42px;
}

.upld_dropdown, .ip_upld_dropdown{
position: relative;
display: inline-block;
}

.dropdown-cnt {
display: none;
position: absolute;
background-color: #fff;
box-shadow: 0px 10px 30px rgba(204, 204, 204, 0.43);
z-index: 1002;
top: 35px;
}

.dropdown-cnt a {
color: black;
padding: 5px 16px;
text-decoration: none;
display: block;
}

.upld_dropdown:hover .dropdown-cnt {display: block;}

.upld_dropdown_services {
position: relative;
display: inline-block;
}

.upld_dropdown_ip:hover .dropdown-ip-booking {display: block;}

.upld_dropdown_ip {
position: relative;
display: inline-block;
}
.dropdown-services {
display: none;
position: absolute;  
background-color: #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
z-index: 1002;
top: 25px;
min-width: 140px;
min-height: 110px;
padding: 5px;
width: 200px;
border-radius: 5px;
}
.dropdown-services.dashboard_drp_dwn {
right: 0 !important;
}
.dropdown-services a {
color: black;
padding: 1px;
text-decoration: none;
display: inline-grid;
}
.upld_dropdown_services:hover .dropdown-services {display: block;}

ul.select-dropdown{
/*    position: unset !important;*/
position: absolute !important
}

.address-block {
  width: 100%;
  padding: 0px;
  margin: 10px 0
}

.address-block:hover {
  background-color: var(--cdp-primary-color, #1e558c);
  color: #FFF;
}
.address-block:hover i, .address-block:hover span{
  color: #FFF;
}

.address-block .address-info {
    line-height: 1rem !important;
}
#address-modal label{
  color: #969696 !important;
}
.delete i{
  color: #f44336;
}
#address-modal {
max-height: 75% !important;
}

#status-history li.img{
display: inline-block;
padding: 5px;
width: 47%;
}
#graph ul.select-dropdown{
position: absolute !important;
}



.lab-test-table .parent{
text-align: left !important;
}

.lab-test-table .child{
text-align: left !important;
padding-left: 15px !important;
}
.prescriptionAlertModal{
  height: 25vh !important;
}

/*prescrption_header/edit*/
.mrng-error-message, .days {
  color: red;
}
 .symptoms-input-container .materialize-tags .chip{
  display: block;
  background-color: white;
  margin-top: 1px;
}
#referal-hospital-details .radio{
  display: inline-block !important;
}
.chip {
  font-size: 1rem !important;
}
/*Booking_modal css*/

.booking_modal .title{
font-size: 20px;
text-align: center;
padding: 15px;
}
.booking_modal .disappear-success, .booking_modal .disappear-failure {
display: none;
}
.booking_modal  ul.stepper.horizontal .step-actions {
position: initial !important;
}
.booking_modal  .address-container{
padding: 0px;
}
.booking_modal .address-container .waves-effect {
position: inherit;
}

.address-btn{
font-size: 1.2rem;
background-color: transparent;
}
.address-box
{
border: 1px solid rgba(160, 160, 160, 0.2);
border-radius: 5px;
padding-right: 20px;
}
.patientDetails-box
{
border: 5px solid rgba(160, 160, 160, 0.2);
border-radius: 5px;
padding-right: 20px;
}
.booking-modal-container .address-container .address-block{
border: none;
}

.slots-container .address-container a.waves-effect {
position: inherit;
}


/*item_purchase details*/
.new_item{
 background-color: #4d4dff;
 color: white;
 font-weight: bold;
}
.new_item:hover{
 background-color: #33cc33;
 color: white;
}

.purchase th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #999;
  color: white;
}
.purchase td, .purchase th {
  border: 1px solid #ddd;
  padding: 8px !important;
  text-align: left;
}
.new_item_purchase_detail .select2-selection.select2-selection--single,    
.new_item_purchase_detail .select2-container--default .select2-selection--single .select2-selection__arrow,
.employee_master_search .select2-selection.select2-selection--single,    
.employee_master_search .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 2.3rem !important;

}
#purchase-modal.modal{
width: 75%;
}

#pharmapurchase-modal.modal, #pharmapurchase-header-modal{
width: 99%;
max-height: 85%;
}

.step-actions span {
  color: #FFF;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 2rem;
  cursor: pointer;
}


.select-wrapper input.select-dropdown{
  border-bottom: 0px;
  width: 100%;
  height: 80%;
}
.collapsible-header {
  border-bottom: 1px solid #fff;
}
.vertical-divider {
  border-left:1px solid #e2e3ec;
}
 .label-box{
  height: auto;
  background-color: #d6f3fe; 
  text-align: left;
}
.reg label{
    font-size: 0.9rem;
}  
.col-margin{
  margin-top: 5px;
}  
.square-box {
    /* background-color: rgba(255, 255, 255, 0.9) !important; */
    padding: 2px !important;
    border: 1px solid #e2e3ec;
    border-radius: 2px !important;
    margin-top: 8px !important; 
}
 .label-square-box {
  background-color: #edf0f1ee !important;
  width: 96% !important;
  padding: 5px !important;
  border: 1px solid #afafaf !important;
  border-radius: 2px !important;
  margin-top: 16px !important; 
}
.materialboxed{
  border: 1px solid #e2e3ec;
  box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.5);
}
.search-container.input-field.col label{
    left: 2.55rem;
}
.gndr-err, .dbts-err, .htn-err, .lpd-err, .thh-err, .other-err, .attack-err, .family-htn-err, .family-db-err, .dizzy-err, .dry_tnge-err, .nmbness-err, .name-err, .dob-err, .nmbr-err, .adrss-err, .email-err, .city-err, .pn_cd-err, .height-err, .nmbr-duplicate-err, .email-duplicate-err  {
  display: none;
}
.search-container.input-field label{
    top: -1rem;
}  
/*input[type=radio][name="patient_master[gndr]"].invalid + label:after, input[type=radio][name="patient_master[gndr]"]:focus.invalid + label:after{
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}*/
#purchase-modal input:not([type]), #purchase-modal input[type=text], 
#purchase-modal input[type=time], #purchase-modal input[type=date], 
#purchase-modal input[type=datetime], 
#purchase-modal input[type=datetime-local], #purchase-modal input[type=number], 
#purchase-modal input[type=search], 
#newEmp input:not([type]), #newEmp input[type=text], 
#newEmp input[type=time], #newEmp input[type=date], 
#newEmp input[type=datetime], 
#newEmp input[type=datetime-local], #newEmp input[type=number],#newEmp input[type=email], 
#newEmp input[type=search] {
    height: 1.5rem !important;
    border-bottom: None;
}
textarea.materialize-textarea {
  min-height: 1.5rem !important;
}
#purchase-modal input[type=text], #purchase-modal input[type=number]:focus, 
#newEmp input[type=text], #newEmp input[type=number]:focus {
    border-bottom: None!important;
    box-shadow: None!important;
}
#modal1 .presc-fields input[type=number], #q_patient_master_frst_nm_or_patient_master_lst_nm_cont {
  border-bottom: 1px solid #969696;
  height: 3rem !important;
}
#purchase-modal input[type=number] {
  height: 1.5rem !important;   

}
#purchase-modal label{
  font-size: 0.9rem;
}
.presc-fields input[type=text], .presc-fields input[type=number]:focus {
    border-bottom: 1px solid #969696 !important;
    box-shadow: None!important;
}
.inventory_detail_search input[type=text] {
  border-bottom: 1px solid #969696 !important;

}
.patient-details-container .search-container {
    background: white;
    margin-bottom: 30px;
    padding: 30px;
    box-shadow: 0px 2px 10px grey;
    /*width: 85%;
    margin-left: 7%;*/
}
.class-disappear, .class-disappear2, .class-disappear3, .class-disappear4, .class-disappear5, .class-disappear6, .clss2-err, .clss3-err, .clss4-err, .clss5-err, .clss6-err, .other-dss-nm-disapper, .modeofMedication, .othr-dss-err, .nmbr-format-err, .email-format-err{
  display: none;
}

.select-wrapper {
  height: 30px;
}
.select-wrapper input.select-dropdown {
  height: 100%;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 3rem !important;
}
.select2-container--default .select2-selection--single {
   height: 3rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
  text-align: left;
}
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple {
  height: 3rem;
}
.patient-symptoms--input .select2-container--default .select2-selection--single {
  height: 25px !important;
}
.patient-symptoms--input .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px;
}
.patient-symptoms--input .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px !important;
}
.prescriptionInput-medications.end_duration.numeric_with_out_dot, .clinicalFindingsDiagnosis input.diagnosis_duration, .clinicalFindings input.symptom_duration, .visit_end_duration{
  text-align: right;
}
/*.select2-dropdown--below{
  top: -35px !important;
}*/

/*.program-chosen-select .select2-dropdown--below{
      margin-top: 30px !important;
}
*/
.select2-search.select2-search--dropdown{
  margin-top: -35px;
  padding:0 
}
.select2-container--default .select2-search--inline .select2-search__field {
  height: 30px !important;
  width: 100% !important;
  margin-top: 10px !important;
}
.disease_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.6rem !important;
}
.disease_select .select2-container--default .select2-selection--single {
   height: 2.6rem !important;
}
.step-actions{
  margin-top: 20px;
}

a.inv_img{
padding: 0px 10px;
}
input.typeahead.header-search.tt-input, .typeahead.header-search.tt-hint{
    height: 45px !important;
}


/*User_health_asessment*/
.user_reg.patient-details-container .search-container{
padding-top: 10px !important;
}
.select-wrapper input.select-dropdown{
  border-bottom: 0px;
  width: 100%;
  height: 80%;
}
.collapsible-header {
  border-bottom: 1px solid #fff;
}
.vertical-divider {
  border-left:1px solid #e2e3ec;
}
.label-box{
  height: auto;
  background-color: #d6f3fe; 
  text-align: left;
}
.reg label{
    font-size: 0.9rem;
}  
.square-box {
    /* background-color: rgba(255, 255, 255, 0.9) !important; */
    width: 100% !important;
    padding: 2px !important;
    border: 1px solid #e2e3ec;
    border-radius: 2px !important;
    margin-top: 0px !important; 
}
.label-square-box {
    background-color: #edf0f1ee !important;
    width: 96% !important;
    padding: 5px !important;
    border: 1px solid #afafaf !important;
    border-radius: 2px !important;

    margin-top: 16px !important; 
}
.search-container.input-field.col label{
    left: 2.55rem;
}
.gndr-err, .dbts-err, .htn-err, .lpd-err, .thh-err, .other-err, .attack-err, .family-htn-err, .family-db-err, .dizzy-err, .dry_tnge-err, .nmbness-err, .name-err, .dob-err, .nmbr-err, .adrss-err, .email-err, .city-err, .pn_cd-err, .height-err, .nmbr-duplicate-err, .email-duplicate-err  {
  display: none;
}
.search-container.input-field label{
    top: -1rem;
}  
/*input[type=radio][name="patient_master[gndr]"].invalid + label:after, input[type=radio][name="patient_master[gndr]"]:focus.invalid + label:after{
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}*/
.reg input:not([type]), .reg input[type=text], .reg input[type=password],
 .reg input[type=email], .reg input[type=url], .reg input[type=time],
 .reg input[type=date], .reg input[type=datetime], .reg input[type=datetime-local], 
 .reg input[type=tel], .reg input[type=number], .reg input[type=search]{
  height: 32px;
  border-bottom: None;
  height: 2rem !important;
  } 
 .reg textarea.materialize-textarea{
  min-height: 32px;
 }
.reg input[type=text], .reg input[type=number]:focus {
    border-bottom: None!important;
    box-shadow: None!important;
}

.user_reg.patient-details-container .search-container {
    background: white;
    margin-bottom: 30px;
    /* padding: 30px !important; */
    padding: 15px !important;
    box-shadow: 0px 2px 10px grey;
    width: 75%;
    margin-left: 10%;
}
.class-disappear, .class-disappear2, .class-disappear3, .class-disappear4, .class-disappear5, .class-disappear6, .clss2-err, .clss3-err, .clss4-err, .clss5-err, .clss6-err, .other-dss-nm-disapper, .modeofMedication, .othr-dss-err, .nmbr-format-err, .email-format-err{
  display: none;
}


ul.stepper.horizontal .step-actions {
  position: unset;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  -webkit-box-orient: horizontal;
  /*flex-direction: unset;*/
}
      
.select2 {
/*    height: 28px;
*/    margin-top: -15px;
}

.cc .select2, .cc .select2 ul li input.select2-search__field{
  height: 2.3rem !important;
}


.cc .select2-container--default .select2-selection--multiple, 
.cc .select2-container--default .select2-selection--single, 
.cc .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-bottom: none;
}


/*patient history*/
table#ert td, th, td {
  vertical-align: middle;
  text-align: center;
  height: 35px;
  font-family: lato-regular;
}
table#presc-table th{
  font-family: lato-semibold;
  height: 25px;
}
table#ert th{
  font-family: lato-semibold;
}
table#ert th,td{
  padding: 0 !important;
}

.graph-type-select{
  margin-bottom: 10px;
}

.screening_record{
  background-color: #EEEEEE;
}

#er_graph{
  max-height: 300px;
}

p.heading{
  font-family: lato-semibold;
  font-size: 18;
  color: var(--cdp-primary-color, #1e558c);
  text-align: left;
}
.alternative-text{
  height: 200px;
  background: #e9e9e9;
}

/*Add prescription*/
.thumb-image{
  float:left;
  width:100px;
  position:relative;
  padding:5px;
}

.form-div label{
  color: #969696 !important;
}

.input-fixed-text{
  position: absolute;
  display: none; 
  left: 12px; 
  top: 13px; 
  z-index: 9;
}

input.input-fixed-field{
  padding-left: 25px; 
  width: 94%;
}

.form-div{
  padding: 20px;
}

.form-div h6.heading{
  text-align: center !important;
  font-family: lato-semibold;
  color: var(--cdp-primary-color, #1e558c) !important;
}

#parameters label{
  font-size: 12px;
}
.modal.recordings-container {
/*      min-height: 0px !important;
*/  }


div.recordings-container .modal-content .btn {
    float: right;
    margin-left: 0 !important;
}
/*patient_prescription_line_fields*/
.prescription-div h6.heading{
  text-align: center !important;
  font-family: lato-semibold;
  color: var(--cdp-primary-color, #1e558c) !important;
}

.presc-fields .col-md-1, .presc-fields .col-md-3, .presc-fields .col-md-4, .presc-fields .col-md-8 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.presc-fields .form-control{
  padding: 6px 6px !important;
}
.tt-dropdown-menu .tt-suggestion, .tt-menu .tt-suggestion{
    font-size: 12px;
}
.fa-times-circle{
  line-height: 34px;
}
/*.nested-fields {
  margin-right: -60px !important;
}*/

.col-md-3.mean-element .form-group {
  margin-left: -4px;
  margin-right: -4px;
}

.col-md-3.mean-element .form-group input {
  text-align: center;
}

/*Account folder css*/
/*_linked_accounts.css*/
.linked-account-model {
    margin-top: 3rem !important;
  }
  .circle.responsive-img.profile{
    height: 50px !important;
  }
  /*_basic_profile.css*/
  .image-upload{
  background: rgba(0,0,0,0.5);
  z-index: 1000 !important;
}
#content{
  position: absolute;
  z-index: 1036 !important;
  top: 9%;
  left:26%;
}
#load{
  margin-top: 10px;
}

/*Filter_panel css*/
.filter{
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 14px;
  width: 100%;
  float: left;
  margin: 0 0 10px 0;
}

.filter.rating{
  border-bottom: none;
}

.filter .depart-time-grid{
  width: 100%;
  float: left;
  border-left: 1px solid #e2e2e2;
}

/*.depart-time-label{
  width: 100%;
  float: left;
}*/

.filter .depart-time-grid li {
  width: 25%;
  float: left;
  border: 1px solid #e2e2e2;
  border-left: none;
  text-align: center;
  box-sizing: border-box;
}

.filter .depart-time-label {
  position: relative;
  padding: 37px 5px 2px;
}

.filter .filter-label {
  font-size: .714em;
  color: #333;
  text-transform: uppercase;
  line-height: 18px;
}

.filter .depart-time-label span {
  padding: 2px 0 0;
  border-top: 1px solid #e2e2e2;
}
.filter .full{
  width: 100%;
  float: left;
}

.filter .depart-time-grid input{
  opacity: 0;
  position: absolute;
  left: -9999999px;
  z-index: 999999;
}

.filter .tabs-link {
  position: relative;
}

.filter .tabs-link:before {
  width: 100%;
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  height: 4px;
  background-color: #4ea5df;
  display: none;
}

.filter .tabs-link.tab-hover-none.active:before {
  display: block;
}
.filter .tabs-link.tab-hover-none:before {
  display: none;
}
.filter .tabs-link:hover:before, .filter .tabs-link.active:before {
  display: block;
}
.filter .tabs-link.tab-active-bdr-top-in:before, .filter .depart-time-grid li:before {
  top: 0;
}

.filter .tabs-link.tab-hover-none:before {
    display: none;
}

.filter .tabs-link.tab-hover-none.active:before {
    display: block;
}

.filter .depart-time-label .fa,
.filter .depart-time-label .filter input[type="checkbox"]+label:before
.filter .filter .depart-time-label input[type="checkbox"]+label:before
 {
  width: 30px;
  height: 23px;
  position: absolute;
  left: 50%;
  top: 8px;
  margin: 0 0 0 -15px;
  float: left;
}


.filter #filter-rating{
  display: flex;
  justify-content: center;
}

/*lab Form*/
.title{
font-size: 18px !important;
text-align: center !important;
padding: 15px !important;
}
#labBookingForm .tt-selectable:before {
 content: "Dr. " !important;
}
/*#patient_prescription_lines .tt-selectable:before {
 content: "" !important;
}
.diagnostic_test_master_search .tt-selectable:before {
 content: "" !important;
}*/
/*.modal .modal-content{
padding: 0 !important;
}*/

ul.stepper.horizontal .step-actions{
background-color: transparent !important;
position: initial !important;
padding: 0px 15px !important;
}



#labBookingForm ul.stepper.horizontal .step-actions{
padding: 0px !important;
}


/*.modal-overlay {
z-index: 1000 !important;
}*/

#labBookingModal.modal
{
max-height: unset !important;
}
#labBookingModal.modal .video-type .title {
font-size: 18px !important;
text-align: center !important;
margin-bottom: 20px !important;
}

#labBookingModal.modal .video-type .choice, #modal-referral .choice {
text-align: center !important;
cursor: pointer !important;
margin-top: 20px !important;
}

#labBookingModal.modal .video-type .choice .icon, #modal-referral .choice .icon,
#homeAlertModal .choice .icon {
text-align: center !important;
vertical-align: middle !important;
height: 116px !important;
width: 116px !important;
border-radius: 50% !important;
color: #999999 !important;
margin: 0 auto 20px !important;
border: 4px solid #CCCCCC !important;
transition: all 0.2s !important;
-webkit-transition: all 0.2s !important;
}
#printableArea #homeAlertModal .choice .icon {
height: 80px !important;
width: 80px !important;
}
#labBookingModal.modal .video-type .choice.active .icon, #modal-referral .choice.active .icon {
border-color: var(--cdp-primary-color, #1e558c) !important;
color: var(--cdp-primary-color, #1e558c) !important;
}
#labBookingModal.modal .video-type .choice.active i, 
#labBookingModal.modal .video-type .choice.active h6, 
#labBookingModal.modal .video-type .choice.active .price, 
#modal-referral .choice.active i, 
#modal-referral .choice.active h6, 
#modal-referral .choice.active .price {
color: var(--cdp-primary-color, #1e558c) !important;
}

#labBookingModal.modal .video-type .choice i, #modal-referral .choice i, #homeAlertModal .choice i, #ambulanceBookingModal.modal .video-type .choice i{
font-size: 40px !important;
line-height: 111px !important;
margin-left: -20px !important;
color: #999999 !important;
}
#homeAlertModal .choice i.multi_icons {
font-size: 25px !important;
line-height: 111px !important;
margin-left: 0px !important;
color: #999999 !important;
}
#labBookingModal.modal .video-type .choice h6, #modal-referral .choice h6, #ambulanceBookingModal.modal .video-type .choice h6, #modal-referral .choice h6 {
  color: #999999 !important;
  font-family: lato-regular !important;
  font-size: 15px !important;
}
/*#modal-referral{
height: 80% !important;
    max-height: 80%;
}*/


.icon i.circle {
font-size: 24px;
line-height: 62px;
color: #fff;
background-color: #999;
text-align: center;
cursor: pointer;
}
.icon .circle {
position: relative;
margin-right: 16px;
margin-bottom: 16px;
float: left;
width: 60px;
height: 60px;
overflow: hidden;
left: 15px;
display: inline-block;
vertical-align: middle;
    padding-left: 5px;
}
/*.instagram {
display: inline-block;
text-align: center;
color: #fff;
font-size: 220px;
line-height: 250px;
vertical-align: middle;
background: #d6249f;
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}*/
#screeningCamp-modal {
max-height: 73%;
}
#labBookingModal.modal .row.dates-container, #screeningCamp-modal.modal .row.dates-container {
background: gainsboro !important;
}
#labBookingModal.modal .row.dates-container .date, #screeningCamp-modal.modal .row.dates-container .date{
padding: 5px 0 !important;
margin: 0 !important;
cursor: pointer !important;
}
#labBookingModal.modal .row.dates-container .date.active, #screeningCamp-modal.modal .row.dates-container .date.active {
color: #fff !important;
background: var(--cdp-primary-color, #1e558c) !important;
}
#labBookingModal.modal .row.dates-container .date.active i, #screeningCamp-modal.modal .row.dates-container .date.active i {
color: #fff !important;
}
#labBookingModal.modal .row.dates-container .date-title, #screeningCamp-modal.modal .row.dates-container .date-title {
font-size: 11px !important;
font-family: lato-regular !important;
}
#labBookingModal.modal .row.dates-container .date-month, #screeningCamp-modal.modal .row.dates-container .date-month {
font-family: lato-semibold !important;
font-size: 16px !important;
}
#labBookingModal.modal .row.dates-container .date-day, #screeningCamp-modal.modal .row.dates-container .date-day {
font-family: lato-regular !important;
font-size: 11px !important;
}
#labBookingModal.modal .row.dates-container .choose-date, #screeningCamp-modal.modal .row.dates-container .choose-date {
font-size: 18px !important;
padding: 5px 0px !important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
}
#labBookingModal.modal .row.dates-container .choose-date input#apmnt-date, #screeningCamp-modal.modal .row.dates-container .choose-date input#apmnt-date {
height: 1rem !important;
border: 0 !important;
width: 125px !important;
}
#labBookingModal.modal .row.dates-container .choose.date.active input#apmnt-date, #screeningCamp-modal.modal .row.dates-container .choose.date.active input#apmnt-date {
color: #fff !important;
font-size: 14px !important;
font-family: lato-semibold !important;
cursor: pointer !important;
}
#labBookingModal.modal .slots-container .session, #screeningCamp-modal.modal .slots-container .session {
padding: 14px 0 0 0 !important;
border-bottom: 1px solid #f0f0f5 !important;
min-height: 60px !important;
}

#labBookingModal.modal .slots-container .session-title, #screeningCamp-modal.modal .slots-container .session-title {
color: grey !important;
}

#labBookingModal.modal .slots-container .slot, #screeningCamp-modal.modal .slots-container .slot {
padding: 4px!important;
letter-spacing: normal!important;
margin-bottom: 15px!important;
}
#labBookingModal.modal .slots-container .slots, #screeningCamp-modal.modal .slots-container .slots {
letter-spacing: -.31em!important;
text-rendering: optimizespeed!important;
flex-flow: row wrap!important;
display: -ms-flexbox!important;
-ms-align-content: flex-start!important;
align-content: flex-start!important;
}
#labBookingModal.modal .slots-container span.time, #screeningCamp-modal.modal .slots-container span.time {
width: 84px!important;
border-radius: 3px!important;
border: 1px solid #e0e0e4!important;
padding: 5px 0!important;
/* display: inline-block; */
text-align: center!important;
color: var(--cdp-primary-color, #1e558c)!important;
cursor: pointer!important;
padding: 5px!important;
letter-spacing: normal!important;
font-size: 14px!important;
}
#labBookingModal.modal .slots-container span.time:hover, #screeningCamp-modal.modal .slots-container span.time:hover {
border-radius: 3px!important;
color: #fff !important;
background: var(--cdp-primary-color, #1e558c)!important;
border: 1px solid var(--cdp-primary-color, #1e558c)!important;
}
#labBookingModal.modal .slots-container span.time.active, #screeningCamp-modal.modal .slots-container span.time.active {
border-radius: 3px!important;
color: #fff !important;
background: var(--cdp-primary-color, #1e558c)!important;
border: 1px solid var(--cdp-primary-color, #1e558c)!important;
}
#screeningCamp-modal.modal .slots-container span.time.click_disable{  
pointer-events: none;
background: #d9d9d9;
color: #7d7d7d !important;
}
#labBookingModal.modal .slots-container .no-slots, #screeningCamp-modal.modal .slots-container .no-slots {
height: 300px!important;
display: flex!important;
align-items: center!important;
font-size: 18px !important;
justify-content: center !important;
}
.booking-modal-container .overlay-block {
  height: 10% !important;
}
.lab_cnt{
padding: 0 !important;
}
.zero_tr tr{
  line-height: 0px;
}
/* Surgery booking index */
.surgery_cnt .collection.with-header .collection-item {
  width: 100%;
}

ul.stepper.horizontal.surgery_form .step-content {
    position: absolute !important;
    height: calc(66% - 84px) !important;
    overflow-y: auto !important;
    overflow-x: auto !important;
  }
  ul.stepper.horizontal.surgery_form .step-actions {       
    position: initial !important;
    background-color: transparent !important;
    top: 80% !important;
  }
  ul.stepper.surgery_form .step-content .row {
      width: 100% !important;
  }
ul.stepper.horizontal.surgery_form .step-content {
  padding: 20px 20px 76px !important;
}
.surgery_form .picker__date-display {
background-color: #5aaf50 !important;
}
.surgery_form .picker__footer .clockpicker-button {
  background-color: #5aaf50 !important;
  color: #FFF !important;
}

.indetation{
padding-left: 15px !important;
}
.body-template .divider{
border-top: 1px solid rgba(160,160,160,0.2);
margin-bottom: 10px;
}

/*prescription Header Show css*/
.prescription-block .divider{
  border-top: 1px solid rgba(160,160,160,0.2);
  margin-bottom: 10px;
}
.prescription-block {
  padding: 20px;
  border-radius: 0 0 2px 2px;
}
.prescription-content {
  padding: 20px;
  border-radius: 0 0 2px 2px;
}

.prescription-block td, .prescription-blockth{
  text-align: center;
  vertical-align: middle !important;
}
.prescription-block #gallery_01{
margin-top: 10px;
}
.prescription-block .prescription-image{
height: 380px;
width: 100%;
}
.prescription-block .prescription-image-zoom{
height: 100%;
}
.prescription-block .bold-text{
font-weight: bold;
}

/*prescription Viewhtml css*/
table.presc_view th{
  vertical-align: middle;
  text-align: center;
}
.referral{
  word-break: break-all;
}

/*Programe Mananger css */
.demographic-tiltle{
font-family: sans-serif;
font-weight: 600;
font-size: 15px;
margin-bottom: 5px;

}
.demographic-data{
font-family: sans-serif;
font-size: 15px;
margin-bottom: 5px;
}



/*Doctor view */
/*doctor_user_profile_request css*/
#profile-req .card.horizontal {
  width: 70%;
  margin-left: 15%;
}
.signin-container {
  padding-top: 5vh;
  height: 100vh;
  width: 100vw;
  background-size: 100% !important;
  background-image:none;
}
#profile-req{
margin-top: 8%;
}

/*dietician view */
.dietician_cnt.patient-details-container .search-container{
padding-bottom: 10px !important;
}

.abc{
  color: red !important;
  font-size: 18px;
}

/*program-manager_view*/
/* _Dashboard */
.program-manager-dashboard #graph .card {
padding: 20px 10px !important;
}
#month-picker .select-wrapper{
margin-top: -20px;
}
.program-manager-dashboard .caption{
  margin-bottom: 15px !important;
}
#example_wrapper{
  width: 100%;
}
#tiles .row .col.m2 {
width: 14.2% !important;
}
.program-manager-dashboard #tiles .card .card-title{
  font-size: 14px !important;
}


#ui-datepicker-div {
display: none !important;
}

.event_patients_list [type="checkbox"] + label {
  padding-left: 20px;
}


/*insurance_policydetails*/
.brokerage h5{
  color: #222;
}
.brokerage .corp-address-form ul:not(.browser-default) {
  padding: 0px;
}

.brokerage .corp-address-form ul:not(.browser-default) li {
  padding: 0px;
}
.brokerage .sum-insured-list ul:not(.browser-default) {
  padding: 0px;
}
.brokerage .sum-insured-list ul:not(.browser-default) li {
  margin: 0px;
}
.brokerage .coverage-list ul:not(.browser-default) {
  padding: 0px;
}
.brokerage .coverage-list ul:not(.browser-default) li {
  margin: 0px;
}
.brokerage .citys_list ul:not(.browser-default) {
  padding: 0px;
}
.brokerage .citys_list ul:not(.browser-default) li {
  margin: 0px;
}
.brokerage .business-type ul:not(.browser-default) {
  padding: 0px;
}
.brokerage .business-type ul:not(.browser-default) li {
  margin: 0px;
}
.brokerage .claimOptions ul:not(.browser-default) {
  padding: 0px;
}
.brokerage .claimOptions ul:not(.browser-default) li {
  margin: 0px;
}
.brokerage .selectOptions ul:not(.browser-default) {
  padding: 0px;
}
.brokerage .selectOptions ul:not(.browser-default) li {
  margin: 0px;
}

.brokerage ul:not(.browser-default).collapsible {
  padding: 15px;
}
.brokerage ul:not(.browser-default) li {
  margin: 5px;
}
.collapsible-body {
  border: none;
  padding: 1rem;
}

 .square-box {
  border: 1px solid #CCC;
  padding: 5px;
}
.brokerage .collapsible-header{    
  background-color: var(--cdp-primary-color, #1e558c) !important;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.brokerage .collapsible-header.active{
  background-color: var(--cdp-primary-color, #1e558c) !important;
}
.brokerage .collapsible-header i{
  color: #FFF;
}
.brokerage .collapsible-header.active i.expand { /* IE 9 */ /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

span.bip_input{
position: absolute;
left: 30px;
}

.patient-details-container label {
  color: #969696 !important;
  font-size: 1rem;
  line-height: 1.9;
  float: left;
}
.patient-details-container label.active {
  font-size: 0.8rem;
}
#panel label, #panel-2 label{
  font-size: .8rem !important;
}
.patient-details-container label.cb {
   width: 1%;
}
.brokerage .square-box .label-box{
  border-right: 2px solid #ccc;
}
/*.brokerage  .select-wrapper input.select-dropdown {
  border: none;
}*/
h5.policy_details{
  background: #0f568e;
  color: #FFF;
  padding: 8px;
}
h6 {
  font-size: 1.3rem !important;
  margin: 1.5rem 0 0.4rem 0 !important;
  font-weight: bold !important;
}
#edit[disabled],
[disabled] > #edit {
  color: lightgrey;
  /*or*/ opacity: 0.8;
  cursor: not-allowed;
}
i.right {
  cursor: pointer;
}
.control-label .text-info { display:inline-block; }
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  left: 145px;
  z-index: 2;
  width: 20px;
  height: 20px;
  }
.patient-details-container .search-container {
  margin-bottom: 5px;
  padding: 0;
}
.row .tabl {
  padding-left: 0;
}
.show_field{
  border-bottom: 1px solid #CCC;
  margin: 5px auto 10px;
  padding-bottom: 10px;
}
.policy_box{
  border: 2px solid #999;
  padding: 10px;
  border-radius: 2px;
}

/*policymanagement_claimAnalysis*/
.rTable {
    display: table;
    width: 100%;
}
.rTableRow {
    display: table-row;
}
.rTableRow form{
  width: 100%;
  display: contents;
}
.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
}
.rTableHead {
    display: table-cell;
    padding: 10px;
    background-color: #999;      
    border: 1px solid #ddd;
    color: white;
}
.rTableCell {
    display: table-cell;
    padding: 3px 10px;
    border: 1px solid #ddd;
    padding-top: 12px;
    padding-bottom: 12px;
}
.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
    font-weight: bold;
}
.rTableFoot {
    display: table-footer-group;
    font-weight: bold;
    background-color: #ddd;
}
.rTableBody {
    display: table-row-group;
}
.upld-btn.file-field .btn, .upld-btn.file-field .btn-large {
  height: 50px !important;
  width: 50px !important;
  border-radius: 50px !important;
  padding: 10px 25px !important;
  line-height: 2rem !important;
}
.upld-btn.file-field span {
cursor: pointer !important;
text-align: center !important;
margin: -15px !important;
}
.upld-btn.file-field .btn i {
  font-size: 2rem !important;
  line-height: inherit !important;
}

.patient-details-container.body-container.brokerage.endor .search-container{
padding: 10px !important;
}

.patient-details-container.body-container.brokerage.endor ul.select-dropdown {
  position: absolute !important;
}

.search-container.pm_index .actions-block .new-record{
  margin-left: 10px !important;
}
.import-loading{
  background: rgba(0,0,0,0.5) !important;
  z-index: 1039 !important;
}

.search-container.pm_index img#loading {
  height: 232px !important;
  width: 202px !important;
  top: -24% !important;
  left: 30% !important;
  position: absolute !important;
}
.search-container.pm_index {
  background: white !important;    
  padding: 2% !important;
  box-shadow: 0px 2px 10px grey !important;
  margin: 2% 5% !important;
}

.search-container.pm_index .table-container{
  padding: 0px 20px !important;
}
/*.msg-card{
  padding: 10px !important
}*/
#msg-modal textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #969696;
}
.employee_master_search .input-field input[type=search] {

  height: 3rem !important;
}

#newEmp {
  width: 75%;
}

.new_corporate_event_master input:not([type]), .new_corporate_event_master input[type=text], 
.new_corporate_event_master input[type=email],
.new_corporate_event_master input[type=time], .new_corporate_event_master input[type=date], 
.new_corporate_event_master input[type=datetime],
.new_corporate_event_master input[type=datetime-local], .new_corporate_event_master input[type=tel], .new_corporate_event_master input[type=number], 
.new_corporate_event_master textarea.materialize-textarea{
  border-bottom: 1px solid #969696 !important;
}
.new_group_master input:not([type]), .new_group_master input[type=text], 
.new_group_master input[type=email],
.new_group_master input[type=time], .new_group_master input[type=date], 
.new_group_master input[type=datetime],
.new_group_master input[type=datetime-local], .new_group_master input[type=tel], .new_group_master input[type=number], 
.new_group_master textarea.materialize-textarea{
  border-bottom: 1px solid #969696 !important;
}


.recommendations-container img{
height: 1.5rem;
width: 1.5rem;
}




/*/create_prescription_cart*/

.medicine-order-container #order-cart .card .card-title {
  text-align: center;
  padding: 15px;
  background: #e2e1e1;
  font-family: lato-semibold;
  font-size: 18px;
}
.medicine-order-container #order-cart .card .item-list {
  height: 41vh;
  overflow: scroll;
}
.medicine-order-container #order-cart .card .item-list .line-item {
  line-height: 20px;
  border-bottom: 1px solid rgba(160, 160, 160, 0.2);
  padding: 10px 10px;
}
.medicine-order-container #checkout-block .row.price {
  background-color: #e2e1e1;
  line-height: 40px;
  font-family: lato-semibold;
  padding: 0 10px;
  margin-bottom: 0px !important;
}

/* pm manger no_result*/
div#error-page{
  width: 70%;
  margin: 0 auto;
}
.cyan {
  background-color: #00bcd4 !important;
}
.browser-window {
  text-align: left;
  width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 5px 5px 2px 2px;
  background-clip: padding-box;
  background-color: transparent;
  margin: 20px 0px;
  overflow: hidden;
}

.browser-window .top-bar {
  height: 30px;
  border-radius: 5px 5px 0px 0px;
  border-top: thin solid rgb(234, 234, 233);
  border-bottom: thin solid rgb(223, 223, 222);
  background: linear-gradient(rgb(231, 231, 230), rgb(226, 226, 225));
}

.browser-window .content {
  width: 100%;
  display: inline-block;
  background-color: rgb(250, 250, 250);
  margin: 0px;
  border-radius: 0px 0px 5px 5px;
}
#site-layout-example-top {
  background-color: rgb(229, 115, 115);
  height: 50px;
}
#site-layout-example-right {
  /*background-color: rgb(38, 166, 154);*/
  /*background-color: rgb(229, 115, 115);*/
  height: 25%;
}

/*.text-long-shadow {
  text-shadow: rgb(29, 125, 116) 1px 1px, rgb(29, 125, 116) 2px 2px, rgb(29, 125, 116) 3px 3px, rgb(29, 125, 116) 4px 4px, rgb(29, 125, 116) 5px 5px, rgb(29, 125, 116) 6px 6px, rgb(29, 125, 116) 7px 7px, rgb(29, 125, 116) 8px 8px, rgb(29, 125, 116) 9px 9px, rgb(29, 125, 116) 10px 10px, rgb(29, 125, 116) 11px 11px, rgb(29, 125, 116) 12px 12px, rgb(29, 125, 116) 13px 13px, rgb(29, 125, 116) 14px 14px, rgb(29, 126, 117) 15px 15px, rgb(29, 128, 119) 16px 16px, rgb(30, 130, 120) 17px 17px, rgb(30, 132, 122) 18px 18px, rgb(30, 133, 124) 19px 19px, rgb(31, 135, 125) 20px 20px, rgb(31, 137, 127) 21px 21px, rgb(32, 139, 129) 22px 22px, rgb(32, 141, 130) 23px 23px, rgb(32, 142, 132) 24px 24px, rgb(33, 144, 134) 25px 25px, rgb(33, 146, 135) 26px 26px, rgb(34, 148, 137) 27px 27px, rgb(34, 149, 139) 28px 28px, rgb(34, 151, 140) 29px 29px, rgb(35, 153, 142) 30px 30px, rgb(35, 155, 144) 31px 31px, rgb(36, 157, 145) 32px 32px, rgb(36, 158, 147) 33px 33px, rgb(36, 160, 149) 34px 34px, rgb(37, 162, 150) 35px 35px, rgb(37, 164, 152) 36px 36px, rgb(38, 166, 154) 37px 37px;
  background-color: rgb(38, 166, 154);
  width: 100%;
  font-size: 10rem;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 20px 0px !important;
}*/

.browser-window .circles {
  margin: 5px 12px;
}
.browser-window .circle {
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: white;
  margin-right: 1px;
}
#close-circle {
  background-color: #FF5C5A;
}
#minimize-circle {
  background-color: #FFBB50;
}
#maximize-circle {
  background-color: #1BC656;
}

/*/pathologist*/
#tab { display:inline-block; 
     margin-left: 40px; }

#modalPreview.modal {
width: 40% !important;
}
#modalPreview .modal-content h4{
color: #ff2e2e;
}
#modalPreview .modal-content p{
line-height: 25px;
}

#modalPreview a.cbtn{
float: left;
margin-left: 1rem !important;
}

.path_manage.container .row {
  margin-left: 0;
  margin-right: 0;
}

div.print_prescription-form-modal .patient-details tr {
  border-bottom: 0.5px dotted #efebeb;
}

/*RFQ*/
table.example-table, .example-table td { border: 1px solid grey; border-collapse: collapse; }
table.example-table tr.header{
background-color: #CCC;
font-weight: bold;
}
table.example-table td{width: 50%;}

.show_field{
  border-bottom: 1px solid #CCC;
  margin: 5px auto 10px;
  padding-bottom: 10px;
}
.policy_box{
  border: 2px solid #999;
  padding: 10px;
  border-radius: 2px;
}
.policy_box.fonts label{
  font-size: .8rem !important;
}

/*rfq_policy_details*/

.input-field span.rupee{
  position: absolute !important;
  top: 16px !important;
  left: -10px;
  
}

.input-field span.cal-ico{
  position: absolute !important;
  top: 15px !important;
  right: 5px;
}

.input-field span.cal-ico i{ 
  color: grey;    
  font-size: 18px;
}


.square-box input[type=number] {
  height: 2rem;
}

.form_in_place input[type=text] {
width: 90%;
}
.collapsible-body span.bip_input{
position: absolute;
}
.collapsible-body ul.dropdown-content:not(.browser-default) {
position: absolute;
}
.brokerage .claimOptions ul:not(.browser-default) {
  padding: 0px;
  position: absolute;
  width: 100%;
}

/*New_ipd*/
#ip_class_modal ul:not(.browser-default) {
position: absolute;
}
#ip_class_modal{
width: 99%;
max-height: 98% !important;
top: 1% !important;
height: 98%;
}


#patient_test_recommendation_detail_search .select2-container--default .select2-selection--multiple,
#patient_test_recommendation_detail_search .select2-container--default.select2-container--focus .select2-selection--multiple {
  height: auto !important;
}

.rec_info .row {
margin-left: 0 !important;
margin-right: 0 !important;
}



#signin_link_modal{
background: url('https://s3-ap-southeast-1.amazonaws.com/nanohealth-images/profile_screen2.png') no-repeat center center;
background-size: cover;
height: 100%;
}

#signin_link_modal .modal-close{
  color: #333;
  position: absolute;
  right: 17px;
  top: 10px;
  font-size: 10px;
  background-color: #ccc;
  padding: 0px 5px;
}
#signin_link_modal .content_link{
  position: absolute;
  top: 44%;
  right: 17%;
  text-align: left;
}
#signin_link_modal .content_link h6{
margin: 5px 0 !important;
}
#signin_link_modal .content_link p{
margin: 0 !important;
font-size: 13px
}


/*New Modal Styles nh_modal*/

.nh_modal {
/*  max-height: unset !important;
*//*  top: 18% !important;
*/
overflow-y: hidden !important;
position: relative;
border-radius: 10px !important;
}
.nh_modal .modal-content, .recordings-container  .modal-content {
padding: 0 !important;
}
.nh_modal .modal-content .header_patch, .recordings-container .modal-content .header_patch, .video-consultation-container .header_patch, #addPrescription .header_patch, #new_brand_entry_popup .header_patch, .form_header_patch{
background-color: var(--cdp-primary-color, #1e558c);
padding: 10px 0;  
  text-align: right;
  border-bottom: 3px solid #E3E3E3;
}
#active .header_patch{
background-color: var(--cdp-primary-color, #1e558c);
height: 45px;
padding: 10px;
text-align: right;
border-bottom: 3px solid #E3E3E3;
}
#addPrescription .header_patch.fixed_header, #new_brand_entry_popup .header_patch.fixed_header, #addDischargeSummary .header_patch.fixed_header {
position: fixed !important;
width: 95% !important;
z-index: 2 !important;
}
.recordings-container .modal-content .header_patch.alert_color, #addprescription .alert_color, .modal-content .header_patch.alert_color{
background-color: #ce2323 !important;
}
.nh_modal .modal-content .header_patch h5 i, 
.recordings-container .modal-content .header_patch h5 i, 
#addPrescription .modal-content .header_patch h5 i, #new_brand_entry_popup .modal-content .header_patch h5 i{
color: #FFF !important;
}
.nh_modal .modal-content .header_patch .row, 
.recordings-container  .modal-content .header_patch .row{
margin-top: 5px;
}
.nh_modal .nh_close, .recordings-container .nh_close, .video-consultation-container .nh_close, #addPrescription .nh_close, #new_brand_entry_popup .nh_close{
color: #333;
/*position: absolute;
right: 17px;
top: 10px;*/
/*font-size: 18px;*/
background-color: #f5f5f5;
/*    padding: 0px 10px 3px 10px;
*/    border-radius: 50%;
cursor: pointer;
position: absolute;
right: 10px;
top: 10px;
display: block !important;
}
.nh_modal .nh_close.btn_sugst, .recordings-container .nh_close.btn_sugst, .video-consultation-container .nh_close.btn_sugst, #addPrescription .nh_close.btn_sugst,
.nh_modal .nh_close.btn_dss_sugst, .recordings-container .nh_close.btn_dss_sugst, .video-consultation-container .nh_close.btn_dss_sugst, #addPrescription .nh_close.btn_dss_sugst,
.nh_modal .nh_close.btn_cmpl_sugst, .recordings-container .nh_close.btn_cmpl_sugst, .video-consultation-container .nh_close.btn_cmpl_sugst, #addPrescription .nh_close.btn_cmpl_sugst,
.nh_modal .nh_close.btn_cmrb_sugst, .recordings-container .nh_close.btn_cmrb_sugst, .video-consultation-container .nh_close.btn_cmrb_sugst, #addPrescription .nh_close.btn_cmrb_sugst{
right: 20px;
top: -20px;
}

.nh_modal span.btn-floating {
    width: 50px !important;
    position: absolute;
    top: 0;
    right: 0px !important;
    height: 45px !important;
    border-radius: 0 5px 0 0px;
    box-shadow: none;
    background-color: transparent !important;
}
.nh_modal span.nh_close i {
    font-size: 25px !important;
    line-height: 45px !important;
}

.video-consultation-container .nh_close.btn_sugst, 
.video-consultation-container .nh_close.btn_dss_sugst, 
.video-consultation-container .nh_close.btn_cmpl_sugst,
.video-consultation-container .nh_close.btn_cmrb_sugst{
right: 10px;
top: -30px;
display: block !important;
}
.nh_modal .nh_close i, .recordings-container .nh_close i, .video-consultation-container .nh_close i, #addPrescription .nh_close i, #new_brand_entry_popup .nh_close i{
  background-color: transparent !important; /*var(--cdp-primary-color, #1e558c);*/
  color: #FFFFFF !important; /*var(--cdp-primary-color, #1e558c);*/

  display: block !important;
}
.nh_modal .nh_close i:hover, .recordings-container .nh_close i:hover,  .video-consultation-container .nh_close i:hover,  #addPrescription .nh_close i:hover, #new_brand_entry_popup .nh_close i:hover{  
  background-color: #d62e2e !important; /*var(--cdp-primary-color, #1e558c);*/
  color: #FFFFFF !important; /*var(--cdp-primary-color, #1e558c);*/
}
.nh_modal.modal .modal-footer{
position: fixed !important; 
bottom: 0 !important; 
width: 100% !important; 
left: 0 !important; 
background-color: #f7f7f7 !important; 
padding: 15px 15px !important;
z-index: 2;
min-height: 62px !important;
}
.nh_modal.modal .modal-footer1{
position: fixed !important; 
bottom: 38% !important; 
width: 85% !important; 
left: 7.5% !important; 
background-color: #f7f7f7 !important; 
padding: 15px 15px !important;
z-index: 2;
min-height: 62px !important;
}
.recordings-container .modal_body{
padding: 2% 0px 2% 2%;
}
.nh_modal .modal_body{
padding: 2%;
margin: 0 !important;
overflow-y: auto;
height: 400px;
background-color: #FEFEFE;
}
.patient-details-container .btn.clear_btn, .btn.clear_btn,
.user-selft-record-container .btn.clear_btn, .btn.clear_btn_ins {
background-color: #969696  !important;
/* background-color: #FF852E !important; */
}
.nh_close.btn-floating:hover {
  background-color: #f5f5f5 !important;
}
.nh_modal .header_patch h5, #active .header_patch h5, .recordings-container .header_patch h5, .video-consultation-container .header_patch h5, #addPrescription .header_patch h5, #new_brand_entry_popup .header_patch h5{
color: #fff !important;
padding: 0;
margin: 0;
font-size: 1.5rem;
}

.nh_modal.modal .modal-footer .btn {
margin: 0;
}

#clinicBookingModal.modal.nh_modal .btn-close {
right: 10px;
left: auto;
}

.modal.nh_modal ul.stepper {
margin-top: 0;
}

.nh_modal .test-heading {
  margin: 10px 0px 0px 0px !important;
}

#self_report_modal.nh_modal .modal_body {
  height: 300px;
}


.video-consultation-container img.header-image, .video-consultation-container img.footer-image{
width: 100% !important;
}
.video-consultation-container .medicine-list img{
height: 25px !important;
}
.video-consultation-container .patient-details tr,
.video-consultation-container .clinical-findings tr:first-child,
.video-consultation-container .medicine-list tr:first-child,
.video-consultation-container .print_lab_tests tr:first-child,
.video-consultation-container .print_comments tr:first-child,
.video-consultation-container .referral-details tr {
  border-bottom: 0.5px dotted black !important;
}
.video-consultation-container label, 
.video-consultation-container .label {

font-size: 1rem ;
font-family: lato-semibold;
color: var(--cdp-primary-color, #1e558c) !important;

}
.video-consultation-container .precription-details .legend {
float: right;
padding: 5px 0;
font-size: 12px;
font-family: lato-semibold;
color: var(--cdp-primary-color, #1e558c) !important;

}

.video-consultation-container .fa.fa-times-circle {
line-height: 50px !important;

}
.video-consultation-container .new_doctor_visit ul.collapsible .collapsible-body {

padding: 15px 0rem !important;

}
.video-consultation-container .edit_doctor_visit ul.collapsible .collapsible-body {

padding: 15px 0rem !important;

}
/*Stepper modal Css*/
@media only screen and (min-width: 993px) {
.nh_modal ul.stepper.horizontal:before {
  min-height: 50px !important;
}
.nh_modal ul.stepper.horizontal .step  {
  height: 50px !important;
}
.nh_modal ul.stepper.horizontal .step-title {
  line-height: 50px;
  height: 50px;
  background: #FFF;
  
}
.nh_modal ul.stepper.horizontal .step .step-title:before {
  position: absolute;
  top: 10px;
}
#clinicBookingModal.nh_modal ul.stepper.horizontal .step-content,
#labBookingModal.nh_modal ul.stepper.horizontal .step-content,
#ambulanceBookingModal.nh_modal ul.stepper.horizontal .step-content{
  padding: 15px 15px 0;
}

#clinicBookingModal.nh_modal ul.stepper.horizontal,
#labBookingModal.nh_modal ul.stepper.horizontal,
#ambulanceBookingModal.nh_modal ul.stepper.horizontal{
  min-height: 400px;
  margin-bottom: 0;
}
#clinicBookingModal.nh_modal ul.stepper.horizontal .step-content,
#labBookingModal.nh_modal ul.stepper.horizontal .step-content,
#ambulanceBookingModal.nh_modal ul.stepper.horizontal .step-content{
  height: calc(110% - 84px);
}
#modal1.nh_modal ul.stepper.horizontal{
  min-height:400px;
  margin-bottom: 0;
}
}
#clinicBookingModal.modal.nh_modal .video-type .title, 
#labBookingModal.modal.nh_modal .video-type .title, 
#ambulanceBookingModal.modal.nh_modal .video-type .title{
  margin-bottom: 0 !important;
  padding: 0 !important;
}
#clinicBookingModal.modal.nh_modal .video-type .choice h6,
#labBookingModal.modal.nh_modal .video-type .choice h6,
#ambulanceBookingModal.modal.nh_modal .video-type .choice h6 {
padding: 0 !important;
}
#clinicBookingModal.modal.nh_modal, #labBookingModal.modal.nh_modal, .modal.recordings-container.nh_modal {
min-height: auto !important;
width: 65% !important;
}

#clinicBookingModal.modal.modal.nh_modal ul.stepper, #ambulanceBookingModal.modal.modal.nh_modal ul.stepper, 
#labBookingModal.modal.modal.nh_modal ul.stepper
#modal1.modal.modal.nh_modal ul.stepper, #modalProcedure.modal.modal.nh_modal ul.stepper, #modalProcedurePkg.modal.modal.nh_modal ul.stepper  {
  min-height: 400px !important;
  margin: 0 !important;
}
#clinicBookingModal.modal.nh_modal ul.stepper .step-content, #ambulanceBookingModal.modal.nh_modal ul.stepper .step-content{
  top: 10%;
}
#labBookingModal.modal.nh_modal ul.stepper .step-content {
  top: 10%;
}
#modal1.modal.nh_modal ul.stepper .step-content, #modalRoom.modal.nh_modal ul.stepper .step-content, #modalProcedure.modal.nh_modal ul.stepper .step-content, #modalProcedurePkg.modal.nh_modal ul.stepper .step-content {
padding: 15px 15px 0 !important;
top: 5%;
height: calc(110% - 84px) !important;
}

ul.stepper .step-title:hover{
background-color: transparent !important;
cursor: auto !important;
}
.patient-header-details .medical-conditions {
  height: 100%;
  padding-left: 0rem !important;
}

.add-prescription-buttons .options img{
  margin-top: -6px !important;
  border-radius: 5px;
}

/*New Patient details Page*/

.sticky_links .fixed-action-btn{
right: 5px !important;
}
.sticky_links .fixed-action-btn .btn-floating{
background-color: #2e8dcb !important;
}
.sticky_links .fixed-action-btn.horizontal ul {
right: 35px !important;
top: 5% !important;
/*height: 17% !important;*/
}
/*.journey-patient-profile .fixed-action-btn.dashbrd_nav {
top:  18% !important;
}
.journey-patient-profile .fixed-action-btn.patients_nav {
top: 25% !important;
}
.journey-patient-profile .fixed-action-btn.appointments_nav {
top: 32% !important;
}
.journey-patient-profile .fixed-action-btn.reports_nav {
top: 39% !important
}
.journey-patient-profile .fixed-action-btn.inventory_nav {
top: 46% !important;
}*/

.sticky_links .fixed-action-btn.dashbrd_nav {
bottom: 350px !important;
}
.sticky_links .fixed-action-btn.appointments_nav {
bottom: 300px !important;
}
.sticky_links .fixed-action-btn.reports_nav {
bottom: 250px !important;
}
.sticky_links .fixed-action-btn.inventory_nav {
bottom: 200px !important;
}
.sticky_links .fixed-action-btn.billing_reports_nav {
bottom: 150px !important;
}
.sticky_links .fixed-action-btn.pharmacy_reports_nav {
bottom: 150px !important;
}
.sticky_links .fixed-action-btn.forms_nav {
bottom: 100px !important;
}

.sticky_links .fixed-action-btn .fa {
  padding-right: 0 !important;
}

.sticky_links .fixed-action-btn.horizontal ul li {
text-align: center;
}

#labBookingModal.modal .referral-type .title {
font-size: 18px !important;
text-align: center !important;
margin-bottom: 20px !important;
}

#labBookingModal.modal .referral-type .choice {
text-align: center !important;
cursor: pointer !important;
margin-top: 20px !important;
}

#labBookingModal.modal .referral-type .choice .icon {
text-align: center !important;
vertical-align: middle !important;
height: 116px !important;
width: 116px !important;
border-radius: 50% !important;
color: #999999 !important;
margin: 0 auto 20px !important;
border: 4px solid #CCCCCC !important;
transition: all 0.2s !important;
-webkit-transition: all 0.2s !important;
}

#labBookingModal.modal .referral-type .choice.active .icon {
border-color: var(--cdp-primary-color, #1e558c) !important;
color: var(--cdp-primary-color, #1e558c) !important;
}
#labBookingModal.modal .referral-type .choice.active i, #labBookingModal.modal .referral-type .choice.active h6, #labBookingModal.modal .referral-type .choice.active .price {
color: var(--cdp-primary-color, #1e558c) !important;
}

#labBookingModal.modal .referral-type .choice i {
font-size: 40px !important;
line-height: 111px !important;
margin-left: -20px !important;
color: #999999 !important;
}
#labBookingModal.modal .referral-type .choice h6 {
  color: #999999 !important;
  font-family: lato-regular !important;
  font-size: 15px !important;
}

#clinicBookingModal.modal.nh_modal .referral-type .title, 
#labBookingModal.modal.nh_modal .referral-type .title, 
#ambulanceBookingModal.modal.nh_modal .referral-type .title{
  margin-bottom: 0 !important;
  padding: 0 !important;
}
#clinicBookingModal.modal.nh_modal .referral-type .choice h6,
#labBookingModal.modal.nh_modal .referral-type .choice h6,
#ambulanceBookingModal.modal.nh_modal .referral-type .choice h6 {
padding: 0 !important;
}
.journey-patient-profile .fixed-action-btn .fa {
  padding-right: 0 !important;

}




.patient-details-container button, .patient-details-container .btn, .patient-details-container input[typt='submit'] {
  background-color: var(--cdp-primary-color, #1e558c) !important;
  color: #FFF;
}
.picker--opened .picker__frame {
  top: 5% !important;
}

.fc-scroller.fc-day-grid-container{
height: 778px !important;
}





/*Search Styles*/
.collection.with-header {  
background-color: #BFDDFF !important;
margin-top: -5px !important;  
padding: 10px !important;
padding-bottom: 5px !important;
}
#test-link a.btn.green, .test a.btn.green{
background-color: #FFF !important;
color: #333 !important;
margin: 0px 3px 5px;

}
.collection.with-header2 {  
background-color: #BFDDFF !important;
margin-top: 10px !important;  
padding: 10px !important;
padding-bottom: 5px !important;
}


.collapsible-body.screening_info .col.m1, #status-history .col.m1{
margin-left: auto !important;
  width: 14% !important;
}
.collapsible-body.screening_info .row .col i{
 display: none !important;
}
#status-history .row .col.m1 i {
  position: absolute;
  bottom: 3px;
  right: 3px;
}



/*Select Styles*/
/*.select2-results__options {
display: inline !important;
}
.select2-results{
background-color: #BFDDFF !important;
  padding: 5px !important;    
width: 250% !important;
}
.select2-results__option{
text-decoration: none;
  color: #333;
  background-color: #FFF;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 30px;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  margin: 3px;
}*/

ul#orders{
min-height: 200px;
overflow: scroll;
overflow-x: hidden;
}
/* .dropdown-cnt2{
min-height: 15em;
overflow: scroll;
overflow-x: hidden;
} */


#form_list [type="checkbox"].filled-in:checked + label:after,
#form_list [type="checkbox"].filled-in:checked + label:before {
top: 30px;
}
#form_list label {
width: 50px;
height: 50px;
margin-right: 15px;
border: 1px solid #CCC;
}
#form_list label img {
position: absolute;
left: 0;
width: 50px;
height: 50px;
}

.ajs-button.ajs-cancel {
float: left !important;
}
.fa-paperclip{
cursor: pointer;
}

#overlay2 {
position: fixed; /* Sit on top of the page content */
display: none; /* Hidden by default */
width: 100%; /* Full width (cover the whole page) */
height: 100%; /* Full height (cover the whole page) */
top: 0; 
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5); /* Black background with opacity */
z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
cursor: pointer; /* Add a pointer on hover */
}
.bgd-green {
background-color: var(--cdp-primary-color, #1e558c) !important;
}
.bgd-blue {
background-color: var(--cdp-primary-color, #1e558c) !important;
}
.medBrandName_inputbox{
font-weight: bold;
}
.dur_div {
padding-left: 2px !important;
padding-right: 2px !important;
}
.end_dur_div {
padding-left: 2px !important;
padding-right: 2px !important;
}
div.recordings-container .chip {
margin: 0 0 10px 0 !important;
}
.formErrorField{
border: 1px solid #b81e1e !important;
}
.formErrorMessage{
color: tomato;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
.input-field label:not(.label-icon).active {
font-size: 0.8rem;
transform: translateY(-140%);
color: var(--cdp-primary-color, #1e558c) !important;
}
.btn_round {
background-color: var(--cdp-primary-color, #1e558c);
border: none;
color: white;
padding: 0px 10px 30px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 50%;
height: 30px;
line-height: 30px;
height: 30px;
width: 30px;
cursor: pointer;
}


@media print {
/* Hide everything in the body when printing... */
body.printing * { display: none; }
/* ...except our special div. */
body.printing #print-only-me { display: block; }
} 

@media screen {
/* Hide the special layer from the screen. */
#print-only-me { display: none; }
}

/*global customAutocomplete.js */
.cust-autocomplete-items {
position: absolute;
border: 1px solid #d4d4d4;
border-bottom: none;
border-top: none;
z-index: 999;
/*position the autocomplete items to be the same width as the container:*/
top: 100%;
left: 5px;
right: 0;
width: 120px;
font-size: 11px;

}
.cust-autocomplete-items div {
padding: 1px 2px;
cursor: pointer;
background-color: #ffffff;
color: #334987;
}
.cust-autocomplete-items div:hover {
/*when hovering an item:*/
background-color: #e9e9e9;
}
.cust-autocomplete-active {
/*when navigating through the items using the arrow keys:*/
background-color: #82b7e9 !important;
color: #ffffff !important;
}
/* end global customAutocomplete.js */

.autocmplt-items {
position: absolute;
border: 1px solid #d4d4d4;
border-bottom: none;
border-top: none;
z-index: 999;
/*position the autocomplete items to be the same width as the container:*/
top: 100%;
left: 0;
right: 0;
width: 45px;
font-size: 11px;

}
.autocmplt-items div {
padding: 1px 2px;
cursor: pointer;
background-color: #ffffff;
color: black;
}
.autocmplt-items div:hover {
/*when hovering an item:*/
background-color: #e9e9e9;
}
.autocmplt-active {
/*when navigating through the items using the arrow keys:*/
background-color: #82b7e9 !important;
color: #ffffff !important;
}

.freq-autocmplt-items {
position: absolute;
border: 1px solid #d4d4d4;
border-bottom: none;
border-top: none;
z-index: 999;
/*position the autocomplete items to be the same width as the container:*/
top: 100%;
left: 0;
right: 0;
width: 120px;
font-size: 11px;

}
.freq-autocmplt-items div {
padding: 1px 2px;
cursor: pointer;
background-color: #ffffff;
color: #334987;
}
.freq-autocmplt-items div:hover {
/*when hovering an item:*/
background-color: #e9e9e9;
}
.freq-autocmplt-active {
/*when navigating through the items using the arrow keys:*/
background-color: #82b7e9 !important;
color: #ffffff !important;
}

#doctor_favourite_prescription_lines ul.dropdown-content li>a, #doctor_favourite_prescription_lines ul.dropdown-content li>span {
line-height: 16px;
padding: 3px 16px;
}

#doctor_favourite_prescription_lines ul.autocomplete-content.dropdown-content li {
min-height: 20px !important;
}

#favPrescAlertModal {
z-index: 999999 !important;
}
#dietPrescriptionNewOrEdit, #prescriptionNewOrEdit, #modalExtendRoom, #apmntSearchModal, #requirementModal, #reqData-modal,#abhaCard-modal, #abhaConsent-modal{
box-shadow: 0px 0px 5px 700px rgba(0,0,0,0.68);
}
#dietPrescriptionNewOrEdit .modal-content, #prescriptionNewOrEdit .modal-content{
padding: 0px !important;
}
#dietPrescriptionNewOrEdit .modal-content .header_patch, #prescriptionNewOrEdit .modal-content .header_patch{
height: 45px;
padding-top: 10px;
}
#dietPrescriptionNewOrEdit h5, #prescriptionNewOrEdit h5{
margin-top: 0px;
color: white !important;
width: 100%
}
#dietPrescriptionNewOrEdit .header_patch .modal-close, #prescriptionNewOrEdit .header_patch .modal-close{
position: absolute;
right: 2px;
top: 9px;
line-height: 18px;
font-size: 12px;
background-color: #f5f5f5;
height: 25px;
width: 25px;
}
#dietPrescriptionNewOrEdit span i, #prescriptionNewOrEdit span i{
font-size: 17px;
line-height: 22px;
color: var(--cdp-primary-color, #1e558c) !important;
}

.selectedHeader{
background-color: var(--cdp-primary-color, #1e558c);
color: white !important;
}

#clinicBookingModal.modal .slots-container .slots, .slots-container .slots {
display: flex !important;
}

.fc-license-message{
display: none;
}

.dropdown-content li > a > i {
font-size: 1.8rem !important;
}
.zeroMarginLeft {
margin-left: 0 !important;
}

/* Form New design Css */

h5.form_heading{
width: 100%;
background: linear-gradient(
    to left,
    rgba(20, 141, 204, 1) 0%,
    rgba(0, 173, 81, 1) 100%
  );
padding: 10px;
color: #FFF !important;
margin: 5px 0px 0px 0px !important;
}

.dropdown-card {
top: 18px !important;
text-align: left;
width: 350px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
border-radius:5px;
position: absolute;
background-color: #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
z-index: 1002;
display: none;
}

.blur_b{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
transition:opacity 1.3s;
z-index: 999;
display: none;
overflow: hidden;
}
.show_card {
cursor: pointer;
}
#mergeInvoiceModal {
z-index: 1006 !important;
}
#patientHistoryModal {
left: auto !important;
right: 0% !important;
top: 0% !important;
max-height: 100% !important;
width: 55% !important;
height: 100% !important;
z-index: 1005 !important;
}
#patientHistoryInfoModal {
left: auto !important;
right: 5% !important;
bottom: 10% !important;
max-height: 50% !important;
width: 50% !important;
height: 100% !important;
z-index: 1005 !important;
margin: 0 !important;
top: auto !important;
box-shadow: 0px 0px 5px 700px rgba(0,0,0,0.68);
}
#patientHistoryModal .modal_body{
padding: 5px; 
height:auto; 
max-height: 100vh !important;
margin: 0px !important;
}
#doctor-apmnt-modal {
top: 1% !important;
}

#telecaller-apmnt-modal {
  top: 1% !important;
  }

#patientMedicalSummaryModal {
left: auto !important;
right: 5% !important;
top: 1% !important;
max-height: 98% !important;
width: 70% !important;
height: 100% !important;
z-index: 1005 !important;
margin: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
bottom: auto !important;
box-shadow: 0px 0px 5px 700px rgba(0,0,0,0.68);
border-radius: 10px;
border: 1px solid #0c0a0a;
}
#schdlApmntsModal {
z-index: 998 !important;
width: 75% !important; 
max-height: 85% !important;
box-shadow: 0px 0px 5px 700px rgba(0,0,0,0.68);
}

/*
#modal1 {
      z-index: 1008 !important;
}
*/

#calender_modal {
width: 45% !important;
z-index: 9999 !important;
top: 1%;
right: 0% !important;
left: auto;
}
#modalApmntShow, #moreApmntList {
left: auto !important;
right: 0% !important;
top: 0% !important;
max-height: 100% !important;      
width: 35% !important;
z-index: 999 !important;
}
#moreApmntList {
z-index: 998 !important;
}
#modalApmntShow .modal-content, #moreApmntList .modal-content{
margin-top: -3%;
}

#modalApmntShow .modal_body, #moreApmntList .modal_body{
margin: 0 !important;
}
#modalApmntShow .nh_close, #moreApmntList .nh_close {
right: 20px !important;
top: 15px !important;
}
#modalApmntShow.apmnts_modal, #moreApmntList.apmnts_modal {
width: 50% !important;
}

#modalApmntShow.apmnts_modal .modal-content, #moreApmntList.apmnts_modal .modal-content{
margin-top: 0% !important;
}

#modalSlotCalendarShow {
left: auto !important;
right: 0% !important;
top: 0% !important;
max-height: 100% !important;
min-height: 95% !important;      
width: 35% !important;
z-index: 999 !important;
}

#modalSlotCalendarShow .modal-content{
margin-top: -3%;
}


#modalSlotCalendarShow .nh_close {
right: 20px !important;
top: 15px !important;
}
#modalSlotCalendarShow.apmnts_modal, #moreApmntList.apmnts_modal {
width: 50% !important;
}

#modalSlotCalendarShow.apmnts_modal .modal-content{
margin-top: 0% !important;
}

#modalInvoiceStatus{
z-index: 2147483650 !important;
}

#modalInvoiceStatus p{
color: #565656 !important;
}
#modalInvoiceStatus a.cbtn{
float: left;
margin-left: 1rem !important;
}
#confirmModal, #getConfirmModal, #confirmAdrsModal{
width: 35%;
height: 160px;
text-align: center;
}#confirmAlert{
text-align: center;
width: 80%;
height: 225px;
}
#rescheduleModal {
min-height: 80% !important;
}
#cancelModal,#confirmModal,#complaintsModal,#sendLink,#modalInvoiceStatus,#ConfirmIP {
z-index: 999 !important;
}
#confirmAdrsModal {
z-index: 3000 !important;
box-shadow: 0px 150px 5px 500px rgba(0,0,0,0.68);
  height: 200px;
}

#shareCredntialsModal {
z-index: 3000 !important;
  /* height: 320px !important; */
  /* width: 50%; */
}
#complaintsModal {
max-height: 95% !important;
width: 95% !important;
top: 5% !important;
box-shadow: 0px 150px 5px 500px rgba(0,0,0,0.68);
}
#getConfirmModal {
height: 200px;
width: 75% !important;
box-shadow: 0px 150px 5px 500px rgba(0,0,0,0.68);
}
#ConfirmIP,#groupIndex-modal {
box-shadow: 0px 150px 5px 500px rgba(0,0,0,0.68);
}
#rescheduleModal {
z-index: 1003 !important;
}
#newUpdates-modal, #recomendationModal, #modal_phlebotomist {
z-index: 1004 !important;
}
#mergePatientModal{
z-index: 1005 !important;
}
#shareClaimsModal {
max-height: 75% !important;
}
/* footer css */
.web-footer .sizing1{
font-size: 1.1rem !important;
}
.web-footer a{
font-size: 1.0rem !important;
}
.web-footer hr{
border: 1px solid black;
}
.web-footer .grey-text.text-lighten-4 {
color: black !important;
}

.website_master .page-footer .footer-copyright{
padding-top: 20px !important;
}
.scrrning_patch h5{
margin: 0;
padding: 5px;
border-radius: 5px !important;
}
#emp_reports_modal {
border-radius: 20px !important;
}
@media only screen and (max-width : 600px) {
.website_master .page-footer .row .col.s12{
  width:100% !important;
}
.web-footer .sizing1{
  font-size: 1.1rem !important;
}
.main-heading.nav-wrapper a.brand-logo img {
  height: 50px !important;
}
nav .brand-logo {
  padding-top: 0px !important;
  line-height: 50px;
}
.prevw_pdf_btn{
  bottom:30px !important; 
  left: 45% !important;
}
nav .sidenav-trigger {
  margin-left: -10px !important;
}
.dropdown-services {
  right: 0;
}  
.scrrning_patch h5 {
font-size: 1.5rem !important;
}
}
/* footer end */

#modalProcedure, #modalProcedurePkg{
width: 85% !important;
overflow-x: hidden;
}
#patient_rating_detail_comments {
min-height: 5rem !important;
}

/* nhassurance header */
#modalBook{
width: 35%;
}
#modalBook .modal-content{
padding: 0 !important;
}
#modalBook .header_patch{
background: #8600c9;
margin-top: -25px;
}
#modalBook .header_patch h6{
color: #FFF !important;
text-align: center;
padding: 10px;
}
#modalBook .modal-close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px; 
  line-height: 30px;  
}
#modalBook .btn-floating i {
  font-size: 1rem;
  line-height: 25px;
}
#modalBook .row{
padding: 15px
}
#modalBook .dropdown-content li > a, #modalBook .dropdown-content li > span {
  font-size: 14px;
  color: #8600c9;
  padding: 5px;
}
  
@media only screen and (max-width : 600px) { 
.website_cart_link img{
  margin-top: -100px !important;
}
#mobile-demo.sidenav{
  margin:0px !important;
}       
#modalBook{
  width: 90%;
}
}
.web_profile ul{
padding: 0;
list-style: none;
background: #FFF;
}
.web_profile ul li{
display: inline-block;
position: relative;
line-height: 21px;
text-align: left;
}
.web_profile ul li a{
display: block;
padding: 8px 25px;
color: #333;
text-decoration: none;
}
.web_profile ul li ul.dropdown_prfl{
min-width: 100%; /* Set width of the dropdown */
background: #FFF;
display: none;
position: absolute;
z-index: 99999;
left: -80px;
width: 150px;
box-shadow: 2px 3px 6px -2px rgba(0,0,0,0.75);
-webkit-box-shadow: 2px 3px 6px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 3px 6px -2px rgba(0,0,0,0.75);
top: 20px;
}
.web_profile ul li:hover ul.dropdown_prfl{
display: block;	/* Display the dropdown */
}
.web_profile ul li ul.dropdown_prfl li{
display: block;
}

.name_err_contact, .email_err_contact, .phn_err_contact {
color: red;
}
#modal_self_assessment{
width: 65% !important;
border-radius: 25px;
overflow: hidden;
max-height: 75%;
}
#modal_self_assessment .modal-content{
padding: 0 !important;
}

.overlay_links {
height: 100%;
width: 100%;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0, 0.9);
overflow-y: hidden;
transition: 0.5s;
}
@media only screen and (max-width : 600px) {
#modal_self_assessment{
  width: 90% !important;
}
#modalPreview.modal {
  width: 95% !important;
}
}
/* end */
/* disease Mangement css */
#dropdownDisease, #dropdownLab{
left:-65px !important;
}
#dropdownAssessment{
left:-35px !important;
}
#dropdownDisease li:hover{
background-color:#FFA6C1 !important;
}
#dropdownLab li:hover{
background-color:#FFBD99 !important;
}
#dropdownAssessment li:hover {
background-color:#b8d8FF !important;
}

.dropdown-content li > a{
line-height: 20px !important;
}
.diseaseMgmt.block2 .web_profile .button{
width:100%;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
height:65px !important;
padding:0px;
margin-bottom: 0px !important;
}
.diseaseMgmt.block2 .web_profile.a{
margin-top: auto;
width:100%;
}
.diseaseMgmt.block2 .block_bottom h6{
font-size: 1.2rem !important;
}
.diseaseMgmt.block2 h6{
font-size: 1.2rem !important;
}
.diseaseMgmt.block2 h5{
font-size: 1.3rem !important;
}
.diseaseMgmt.block2{
padding: 2%;
}
.diseaseMgmt.block2 .icon-block{
display: flex;
flex-direction: column;
width: 100%;
text-align: center;
height: auto;
border-radius: 25px;
padding:0px !important;
}
.diseaseMgmt.block2 #block_bottom{
font-size: 1.2rem !important
}
.diseaseMgmt.block2 .row{
margin-top: 90px;
}
.diseaseMgmt.block2 .icon-block .responsive-img{
width:35% !important;
margin-top: -50px;
}
.diseaseMgmt.block2 .icon-block .responsive-img2{
max-width: 100% !important;
}
.diseaseMgmt.block2 .web_profile ul li ul.dropdown-content li{
width:100%;
border:1px #00000024 solid !important
}
.diseaseMgmt.block2 .web_profile ul li ul.dropdown-content{
left:0px;
top :50px !important;
}
.diseaseMgmt.block2 .web_profile ul li{
text-align: center;
}
.diseaseMgmt.block2 .web_profile ul li a{
padding: 0px !important;
}
.block2.dropdown-content{
width:70% !important;
}
.diseaseMgmt .paragraph{
font-size: 18px !important;
text-align: center;
width: 85%;
margin: 2% auto;
}
@media only screen and (max-width : 600px) {
.diseaseMgmt .paragraph{
width: 100%;
margin: auto;
}
#dropdownDisease, #dropdownLab {
width: 180px !important;
left: -25px !important;
}
#dropdownAssessment {
width: 180px !important;
left: 0px !important;
}
.diseaseMgmt.block2 .web_profile .button{
display: block !important;
}
.diseaseMgmt .paragraph{
font-size: 16px !important;
}
.diseaseMgmt .web_profile ul li a{
display: block !important;
}
.diseaseMgmt.block2 .row{
margin-top: 0px;
}
.diseaseMgmt.block2 .row .col.s12{
margin-top: 20%;
margin-left: 35px;
width:80%;
}
.diseaseMgmt.block29 .row .col.s12{
margin-top: 5%;
margin-left: 35px;
width:80%;
}
}
.diseaseMgmt .fa.fa-angle-right {
padding-right: 0px !important;
}
.diseaseMgmt .slick-arrow {
cursor: pointer !important;
}
/* end */
/* website testimonial */
.web_carousel.carousel .carousel-item {
visibility: inherit;
}
.web_carousel #image1{
margin-top: 0px !important;
top:0px !important;
}
.website_master .web_carousel.carousel{
height: 65vh !important;
display: block !important;
}
.web_carousel.carousel .carousel-item{
top:53px !important;
width:400px;
height:400px;
}
.web_carousel.carousel{
height: 400px !important;
display: flex;
justify-content: center;
align-items: center;
}
#testimonialsOne .group3{
background-color: #8080801f;
}
.web_carousel #image{
top:45px !important;
}
.website_master .section.partners_sec {
padding-top: 3% !important;
}
@media only screen and (max-width : 600px) {
.website_master .web_carousel.carousel{
   height: 400px !important;
}
.web_carousel.carousel{
  height: 400px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.web_carousel.carousel .carousel-item{
width: 100%;
height: auto;
margin-left: 0px !important;
}
}
/* end */
/* sticky css */
.social_ico_sec .responsive-img1:hover {
box-shadow: 0px 1px 3px 6px rgba(0, 0, 0, 0.2), 0px 1px 3px 6px rgba(0, 0, 0, 0.2);}
.website_master .stickies .social_ico_sec {
top: 20% !important;
left: 93%;
float: right;
}
.social_ico_sec img.responsive-img1 {
max-width: 80px;
margin-bottom: 3px;
}
/* end */

/* 
chat box css start
*/

#patient-pubnub-modal{
width: 90%;
height: 612px;
max-height: 80%;
}

.list-profie-pic{
margin-top: 5px;
} 
.chat-round-img{
width: 50px;
height: 50px;
border-radius: 50%;
background-color: #ff6600;
padding: 5px;
} 
.chat-round-short-img{
width: 30px;
height: 30px;
border-radius: 50%;
background-color: #ff6600;
padding: 5px;
}
.chat-header{
background-color: #cccc;
padding: 5px 0px;

}
.chat-header-left-div{ 
border-right: solid 2px #a99f9f;
}
.patients_search_block{
position: relative;
}
.patients_search_block i.material-icons{

position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.patients_list_block{
border-top: solid 0.5px #ded7d7;
border-right: solid 0.5px #ded7d7;
padding: 10px 0px 10px 10px;
height: 50px;
cursor: pointer;
}
.chat_box_container {
border: 1px solid #dedede;
background-color: #f1f1f1;
border-radius: 8px;
padding: 4px;
margin: 3px 0px 3px 10px;
width: 35%;
}
.darker_box {
border-color: #ccc;
background-color: #028ED4;
float: right;
color: white;
}
.chat_box_container::after {
content: "";
clear: both;
display: table;
}
.chat_box_container img {
float: left;
max-width: 60px;
width: 100%;
margin-right: 20px;
border-radius: 50%;
}
.chat_box_container img.right {
float: right;
margin-left: 20px;
margin-right:0;
}
.time-right {
float: right;
color: #aaa;
}
.time-left {
float: left;
color: #999;
}
.chat-search{
margin-top: 13px;
}
.list-profile-time{
font-size: 8px;
margin-top: 11px;
}
.list-profile-last-msg{
height: 20px;
overflow-y: hidden;
font-size: 11px;
}
.list-profile-name{
font-size: 15px;
}
.chat_box_time{
font-size: 8px;
  float: right;
}

.chat_box_publish_name{
color: var(--cdp-primary-color, #1e558c);
font-size: 10px;
margin: 0px;
}
.chat_box_message{
margin: 0px;
}

.patients_list_block.active{
background-color: #b3b3d0;
}
#pubnub-publish-btn-div{
cursor: pointer;
}
#patient-chat-modal-closeBtn{
top: 18px;
}

.pubnub_unread_msg_count{
border-radius: 50%;
width: 20px;
height: 20px;
padding: 5px;
background: #fff;
border: 0px solid #000;
color: #fff;
text-align: center;
font: 11px Arial, sans-serif;
background-color: blue;
float: right;
}

/* chat box css end */
#customTemplateModal{
  width: 95% !important;
  max-height: 95% !important;
  top: 10px !important;
}
#customTemplateModal .modal-footer{
display: none !important;
}
#customTemplateModal .custom_actions {
position: fixed;
right: 3%;
top: 8%;
}
#customTemplateModal .tox.tox-tinymce{
height: 500px !important;
}
.fixed_actions{
position: absolute;
z-index: 1;
bottom: 15%;
left: 10%;
}
.website_master .btn.btn_program{
background-color: #333 !important;
}
/* lab new design css */
.labs-appointment-container #tests-container .search .search-wrapper {
  margin: 10px 10px 0 10px;
  border-radius: 30px;
}
.lab-filters {
padding: 5px;
margin: 5px;
}
@media only screen and (max-width: 600px) {
.apmnt_type img {
  width: 25px !important;
  height: 25px !important;
}
.appointment-container .btn.btn_lab {
  font-size: 12px;
  height: auto !important;
  line-height: 15px !important;
  font-size: 7px;
  padding: 3px !important;
}
.labFilterImg {
  width:15px !important;
  height:15px !important;
}
}

.labs-appointment-container #tests-container #tests-list {
  margin-top: 0px;
}

.upld_dropdown_services.upld_dropdown_forms{
display: inline;
}
.dropdown-forms a {
display: block !important;
}

.dropdown-services.dropdown-forms {
min-width: 80px;
height: 80px;
width: 80px;
right: -70px;
top: 10px;
}
.dropdown-services.dropdown-forms.drpdwn_forms {
left: 15px;
top: 25px;
}
.dropdown-cnt2.forms_cntr {
width: 250px !important;
right: 0;
}

.dropdown-cnt2.forms_cntr.form_qr_cntr {
overflow-y: scroll;
height: 200px;
border-radius: 3px;
}

.dropdown-cnt2.forms_cntr.camp-card {
width: -moz-max-content !important;
width: max-content !important;
top:25px !important;
border-radius: 3px;
left: 0;
background-color: #e7fcf5;
  border: 1px solid #a5e3ce;
}
.banner_cards{
position: absolute; 
bottom: 50px;
}

.home_bar {
position: fixed; 
left: 10px; 
top: 70px; 
z-index: 3001;
}
@media only screen and (max-width: 600px) {
.banner_cards{
  bottom: 5px;
}

.dropdown-cnt2.forms_cntr {
  right: -100px;
}
.home_bar {
  background: #F5f5f5 !important;;
  border-radius: 30px !important;;
  padding: 3px 0px 3px 5px !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35) !important;
}
.dropdown-cnt2.forms_cntr.camp-card {
  left: auto;
  right: -10px;
}
}
#modal_pkgs_list {
width: 90%;
max-height: 90%;
}
#invoice_modal, #modal_phlebotomist, #modalAddressList, #admitConfirmModal, #pt_qr_modal, .box_shadow, #mergeInvoiceModal{
box-shadow: 0px 150px 5px 500px rgba(0,0,0,0.68) !important;
}
#invoice_modal {
z-index: 99999 !important;
}
.verify_otp_body {
min-height: 250px;
}

.autocmplt-icd-items {
position: absolute;
border: 1px solid #d4d4d4;
border-bottom: none;
border-top: none;
z-index: 999;
/*position the autocomplete items to be the same width as the container:*/
top: auto;
left: auto;
/*  right: 0; */
width: 45px;
font-size: 11px;

}
.autocmplt-icd-items div {
padding: 1px 2px;
cursor: pointer;
background-color: #ffffff;
color: black;
}
.autocmplt-icd-items div:hover {
/*when hovering an item:*/
background-color: #e9e9e9;
}
.autocmplt-icd-active {
/*when navigating through the items using the arrow keys:*/
background-color: #82b7e9 !important;
color: #ffffff !important;
}
.select3 {
display: inline;
border-top: none;
border-right: none;
border-left: none;
border-bottom: 1px solid #969696;
border-radius: 0;
outline: 0;
background-color: transparent;
border-radius: 0;
outline: none;
width: 100%;
font-size: 14px;
padding: 0;
box-shadow: none;
box-sizing: content-box;
transition: box-shadow .3s, border .3s;
height: 1.5rem !important;
margin: 0 !important;
-webkit-appearance: textfield;
outline-offset: -2px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
overflow: visible;
line-height: 1.15;
color: black !important;
cursor:  pointer;

} 
#active_prgrms_sec {
max-height: 300px;
height: auto;
overflow-y: scroll;
}
.med_sec {
min-height: 150px;
height: auto;
overflow-y: scroll;
}
.website_master .advsr_sec {
background-color: #D0EDD9;
}

.website_master .advsr_sec b{
color: #039be5;
}

/* IP Booking flow changes */
.provider_band, .apmnt_type_name, .apmnt_type_adrs, .apmnt_type_time, .radio_apmnt_type_time, .apmnt_consent, .radiology_apmnt_type_adrs{
background-color: #ceecfb;
padding: 10px;
}
.provider_band .color_font{
font-size: 18px;
color: var(--cdp-primary-color, #1e558c);
font-weight: bold;
}
.apmnt_type_full_adrs, .radiology_apmnt_type_full_adrs {
position: absolute;
  background: #FFF;
  width: 25%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  top: 50px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35) !important;
}
#modal-ip-surgery, #ambulanceBookingModal{
width: 85% !important;
}
/* ambulance booking */
#ambulanceBookingModal{
max-height: 85% !important;
}
#ambulanceBookingModal.modal .video-type .choice {
text-align: center;
cursor: pointer;
margin-top: 20px;
}
#ambulanceBookingModal.modal .video-type .choice .icon {
text-align: center;
vertical-align: middle;
height: 116px;
width: 116px;
border-radius: 50%;
color: #999999;
margin: 0 auto 20px;
border: 4px solid #CCCCCC;
transition: all 0.2s;
-webkit-transition: all 0.2s;
}
#ambulanceBookingModal.modal .video-type .choice.active .icon {
border-color: var(--cdp-primary-color, #1e558c);
color: var(--cdp-primary-color, #1e558c);
}
#ambulanceBookingModal.modal .video-type .choice.active i, #ambulanceBookingModal.modal .video-type .choice.active h6 {
color: var(--cdp-primary-color, #1e558c) !important;
}

a.srch_btn:hover{
color: #FFF !important;
}
abbr.abbr{
padding: 20px;
position: absolute;
width: 100%;
left: 0;
}
.lead_ico{
  background-color: #cdaa2d;
  color: #FFF;
  padding: 0px 4px;
  font-size: 11px;
  border-radius: 20px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
}
.ptnt_ico{
background-color: #969696;
  color: #FFF;
  padding: 0px 4px;
  font-size: 11px;
  border-radius: 20px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
}

.ip_ico{
background-color: #ff76ce;
  color: #FFF;
  padding: 0px 4px;
  font-size: 11px;
  border-radius: 20px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
}
.assign_ico{
  color: #FFF;
  padding: 0px 4px;
  font-size: 11px;
  border-radius: 20px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
}
.teeth-dropdown-card {
top: 35% !important;
left: 25% !important;
text-align: left;
width: -moz-fit-content;
width: fit-content;
margin-left: auto;
margin-right: auto;
padding: 5px;
border-radius:5px;
position: absolute;
background-color: #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
z-index: 1002;
display: none;
}
.ip-dropdown-card {
top: 8px !important;
text-align: left;
width: 320px;
margin-left: auto;
margin-right: auto;
padding: 1px 10px;
border-radius:5px;
position: absolute;
background-color: #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
z-index: 1002;
display: none;
}
.ip-dropdown-card b{
color: var(--cdp-primary-color, #1e558c) !important;
}
.ip-dropdown-card p{
line-height: 10px !important;
}
.show_card .fa{
font-size: 18px !important;
padding-right: 0px !important;
}
.form_err {
font-size: 12px;
color: red;
margin-left: 5px !important;
}
.stock_details, .diagnosis_details, .value_details, .tr_details{
position: absolute;
padding: 10px;
width: -moz-max-content;
width: max-content;
background: #FFF;
color: #333;
top: 40px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35) !important;
z-index: 3002 !important;
}
.tr_details{
min-width: 150px;
}
.training_details:hover img{
border: 3px solid #17a84a;
border-radius: 50px;
}
.trng_links:hover a{
color: var(--cdp-primary-color, #1e558c) !important;
background: #BFDDFF !important;
}
.value_details{
top: 30px;
}
.stock_details p, .diagnosis_details p, .tr_details a {
line-height: 15px !important;
font-size: 14px !important;
}
.status_details{
position: absolute;
padding: 10px;
width: 400px !important;
background: #FFF;
color: #333;
top: 40px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35) !important;
right: -35% !important;
}
.status_details p {
font-size: 14px !important;
}
.navbar-fixed.second nav .status_details label, .navbar-fixed.second nav .status_details .col{
height: 25px !important;
line-height: 25px !important;
}
.navbar-fixed.second .status_details .row .col {
border: none !important;
}
input.writeInput {
background: #BFDDFF !important;
}
input.readOnlyInput {
background: rgba(219, 219, 224, 0.4) !important;
}
.line_heading {
background: rgba(219, 219, 224, 0.4);
}
.line_heading div {
color: #333;  
}
.tax_card{
background: #FFF;
padding: 5px;
position: absolute;
top: 75%;
left: 75%;
color: #333;
border-radius: 3px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35) !important;
font-size: 12px;
z-index: 1;
width: 100px;
}
.tax_card b{
color: var(--cdp-primary-color, #1e558c) !important;
}

.ui-datepicker.ui-widget {
background: #FFF !important;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35) !important;
}
.ui-state-default.mtz-monthpicker.mtz-monthpicker-month {
text-align: center !important;
border: 1px solid #ccc;
}
.mtz-monthpicker-month.ui-state-active {
background-color: #039be5 !important;
color: #FFF !important;

}
.ui-datepicker-header.mtz-monthpicker {
background: #039be5;
}
.mtz-monthpicker.mtz-monthpicker-year {
background: #2a9be5;
  border: none !important;
  color: #FFF !important;
}
#brands-list .collection.with-header, #batch-list .collection.with-header {
width: -moz-fit-content !important;
width: fit-content !important;
}
.select2-results {
background: #eef1f2;
}

.upld_dropdown_services .dropdown-services img, .book_service_drpdwn img{
width: 30px !important;
height: 30px !important;
}
.upld_dropdown_services .dropdown-services .ip_srvc_btn img, .book_service_drpdwn .ip_srvc_btn img{
width: 150px !important;
height: 30px !important;
}

.dropdown-cnt2.book_service_drpdwn {
top: 0px !important;
text-align: left;
width: 230px;
bottom: 30px !important;
right: -20px;
height: -moz-fit-content;
height: fit-content;
}

#test-link a.btn.green.dss_sltd_active, #test-link a.btn.green.symp_sltd_active, a.btn.medicineNotAvail.med_sltd_active, a.btn.medicineAvail.med_sltd_active, 
#test-link a.btn.green.cmrb_sltd_active, 
#test-link a.btn.green.prcdr_sltd_active, 
#test-link a.btn.green.rec_session_active, 
#test-link a.btn.green.curnt_prcdr_sltd_active, #test-link a.btn.green.cmpl_sltd_active{
background-color: var(--cdp-primary-color, #1e558c) !important; 
color: #FFF !important;
}
#new_loader {
text-align: center;
margin: auto;
display: none;
} 
#new_loader img{
width: 50px;
}
#nh_loader {
text-align: center;
margin: auto;
}
#nh_loader img{
width: 50px;
position:absolute;
top:50%;
left:50%;
margin-top:-25px;
margin-left:-25px;

}
#doctor_vital_fields .nested-fields{
background: #c7f7d6;
}


/* Prescription New Page */
#addPrescription.prescription_container {
width: 98% !important;
}
#modal1.share_presc{
z-index: 3001 !important;
}
#addPrescription.prescription_container .header_patch.fixed_header, .prescription_container .ful_scr {
width: 100% !important;
}
.prescription_container label.active_header {
background: #1e558b !important;
}
#addPrescription.prescription_container .preloader-wrapper {
position: absolute;
}
.prescription_container .right_side_layer {
right: 1% !important;
bottom: 10% !important;
height: 65% !important;
padding: 5px;
border-radius: 3px
}
#addPrescription.prescription_container .modal-content {
background-color: #f1f1f1;
}
#addPrescription.prescription_container .modal_body {
  padding: 3px !important;
}
.prescription_container .search-container .card.prevPresc_card, .prescription_container .search-container .card.favPresc_card{
padding: 0 !important;
}

.prescription_container #readings-header, .prescription_container #healthHistoryMainDiv {
margin-bottom: 45px !important;
}
.fixed_presc_footer {
left: 1% !important; 
width: 98% !important;
bottom: 0 !important;
margin-bottom: 0 !important;
}
.prescription_container img.footer-image, .prescription_container img.header-image{
width: 100% !important;
}
.prescription_container.print_prescription-form-modal .modal-footer{
text-align: center;position: fixed;bottom: 0 !important;width: 95%;background: #f7f7f7 !important;padding: 10px; margin-bottom: 0 !important;
}
#doctor_notes_new_modal, #ip_forms_modal{
width: 85% !important;
z-index: 4000 !important;
box-shadow: 0px 100px 5px 300px rgba(0,0,0,0.68);
}
@media only screen and (max-width : 600px) {
#doctor_notes_new_modal{
  width: 95% !important;
}
}
/* Prescription end */


.dropdown-ip-booking {
display: none;
position: absolute; 
background-color: #FFF;
width: 150px !important;
left: 0 !important;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35) !important;
top: 90% !important;
z-index: 1;
}
.dropdown-ip-booking a {
width: 100% !important;
padding: 10px !important;
color: var(--cdp-primary-color, #1e558c) !important;
text-align: left !important;
cursor: pointer !important;
border-bottom: 1px solid #F5f5f5;
border-radius: 5px;
display: block;
}
.dropdown-ip-booking a:hover {
background-color: var(--cdp-primary-color, #1e558c) !important;
color: #FFF !important;
cursor: pointer !important;
}
.profileImg {
height: 40px !important;
width: 40px !important;
margin: 1px !important;
border: 1px solid #CCC;
border-radius: 50px;
}
#pagePreviewModal {
max-height: 90% !important;
width: 90% !important;
}
#pagePreviewModal .modal_body{
height: 500px !important;
}
#pt_qr_modal, #modal_consult {
max-height: 75% !important;
width: 75% !important;
}

#reqDraftPrescLabTest {
top:20% !important;
}

#medicineTimerModal {
height: 55vh !important; 
top: 20% !important;
}
.square-box #homeAlertModal .icon{
height:80px !important;
width:80px !important;
border-width: 4px !important;
margin: 0 auto 0px !important;
border-color: #FFFFFF !important;
}
.square-box #homeAlertModal .choice.active .icon {
border-color: var(--cdp-primary-color, #1e558c) !important;
color: var(--cdp-primary-color, #1e558c) !important;
}
.que_sorting {
cursor: -webkit-grab !important;
}
#labBookingModal {
top: 5% !important;
}
#allottedBed{
max-height: 85% !important;
height: 83% !important;
width: 85% !important;
box-shadow: 0px 150px 5px 500px rgba(0,0,0,0.68);
  z-index: 1004 !important;
}

#popup-section{
position: fixed;
width: 45%;
padding: 0px;
border: 1px solid black;
border-color: #8080809e;
background-color: #fff;
top: 75%;
left: 50%;
transform: translate(-50%, -70%);
transition: 1.3s;
z-index: 999;
bottom: 200px; 
height: 490px; 
width: 700px;
}

#popup-section h5{
background-color: var(--cdp-primary-color, #1e558c);
color: #fff !important;
padding: 0;
margin: 0;
font-size: 1.5rem;
}
.w4 {
width: 4% !important;
}
.w5 {
width: 5% !important;
}
.w7 {
width: 7% !important;
}
.w8 {
width: 8% !important;
}
.w10 {
width: 10% !important;
}
.w16 {
width: 16% !important;
}
.w3{
width: 3% !important;
}
#invoice_details_list {
position: absolute;
left: 1.5%;top: 100%;
background: #FFF;
padding: 0px 10px 0;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
width: 97%;
z-index: 1;
max-height: 250px;
overflow-y: scroll;
}
.overlay_wrapper{
background: transparent;
padding: 10px;
position: absolute;
top: 0;
width: 100%;
left: 0;
height: 100%;
}
/* 
#invoices-list{
background: #BFDDFF ;
padding: 10px;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
}
#invoices-list .collection.with-header{
display: inline !important;
padding: 0 !important;
} */
#invoices-list .dropdown-card {
top: 50px !important;
}
@media only screen and (max-width: 600px) {
#pt_qr_modal {    
  width: 96% !important;
}
#prescriptionAlertModal {
  height: 32vh !important;
  width: 96% !important;
}
.w16 {
  width: 100% !important;
  padding-left: 20px !important;
}
.w8,.w10 {
  width: 30% !important;
}
.w4 {
  width: 10% !important;
}
.w5 {
  width: 25% !important;
}
.w7 {
  width: 25% !important;
}  
.w3{
  width: 10% !important;
}
.verify_otp_body {
  min-height: 225px;
}
.name_title {
  padding: 0 !important;
}  
#modal_consult{
  width: 95% !important;
  height: 90% !important;
  max-height: 90% !important;
  top: 5% !important;
}
#modal_consult .modal-footer {
  top: 320px !important;
}
.start_consult_info{
  padding: 1% 5% !important;
}
.start_consult_info b{
  font-size: 13px !important;
}
#modal_consult.nh_modal .modal_body{
  margin: 10px !important;
}
.journey-patient-profile {
  width: 98%;
}
}
.patient-details-container label.shared_labels {
color: #333 !important;
}
.verify_resend{
background-color: var(--cdp-primary-color, #1e558c);
color: #FFF !important;
border-radius: 3px;
}
.verify_resend.disabled{
background-color: #CCC;
color: #333 !important;
border-radius: 3px;
pointer-events: none;
 cursor: default;
}
.bottom_nav {
padding: 10px;
position: fixed;
bottom: 0;
margin-bottom: 0 !important;
text-align: center;
}
.bottom_nav a b{
color: #FFF !important;
}

/* css for breadscumb */
.breadcrumb:before {
color: var(--cdp-primary-color, #1e558c) !important;
}
.breadcrumb::before {
content: ">" !important;
display: none;
margin: 0 10px; /* Adjust this value to reduce space */
}

.breadcrumb a {
margin-right: 5px; /* Adjust this value to reduce space between links */
}

.breadcrumb a:last-child {
margin-right: 0; /* Remove margin for the last link */
}
/* .breadcrumb, .breadcrumb:last-child {
color: #00ff00 !important;
} */
.breadcrumb-back{
background-color: #BFDDFF !important;
padding: 10px;
box-shadow: 0px 0px #888888;
border-radius: 5px;
}
.breadcrumb-back span {
color: var(--cdp-primary-color, #1e558c);
}
.breadcrumb{
color: var(--cdp-primary-color, #1e558c) !important;
font-size: 15px !important;
}
.breadcrumb i.material-icons{
display: inline-block;
font-size: 10px;
}
.breadcrumb-back .btn-floating i {
width: inherit;
display: inline-block;
text-align: center;
color: #fff;
font-size: 1.6rem;
line-height: 30px !important;
}
.material-plus-icon{
margin-top: -5px;
height: 30px !important;
width: 30px !important;
line-height: 30px !important;
}
/* #admin-reports ul li.list_elements:nth-child(2) a.append-list2 {
/* Your CSS styles go here */
/* color: red; 
} */
#example {
border-radius: 5px;
}
.website_templates nav .brand-logo img {
width: 7% !important;
}
/* css for app preview */
.custom-container {
height: 914px;
width: 312px;
border: 2px solid black !important;
border-radius: 8px !important;
}
.mt-3{
margin-top: 10px;

}
.card-content small {
font-size: 10px;
}

/* Filter prev,next and Today buttons*/
.filter-button{
background-color: var(--cdp-primary-color, #1e558c);
color: #fff !important;
text-decoration: none;
text-align: center;
letter-spacing: .5px;
padding:6px 11px;
border-radius:5px;
font-size: 14px;
transition: background-color .2s ease-out;
cursor: pointer;
margin-top:auto;
display: inline-block;
vertical-align: middle;
-webkit-tap-highlight-color: transparent;
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);
}
.filter-button:hover{
background-color: lightgray;
color: black !important;
box-shadow: none;
}

.tot_payments_card{
box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.3);
border-radius: 5px;
border: 2px solid #f5f5f5; 
background-color: #f5f5f5; 
padding: 12px; 
text-align: center;
min-height: 60px; 
line-height: 30px;
}

#hospitalMaster-modal{
width: 95% !important; 
max-height: 95% !important;
top: 3% !important;
}
#address_map-modal {
width: 100% !important;
max-height: 95% !important;
top: 3% !important;
z-index: 9999 !important;
}


.nav_search_options {
  background: #FFF;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  margin-top: 4px;
  padding: 8px 0;
  min-width: 280px;
  position: absolute;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}
.nav_search_options a {
  display: flex !important;
  align-items: center;
  padding: 10px 16px !important;
  line-height: 1.4 !important;
  height: auto !important;
  color: #333 !important;
  font-size: 14px;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.nav_search_options a:hover {
  background-color: #f5f5f5;
}
.nav_search_options a i {
  margin-right: 12px;
  color: #f15a24;
  font-size: 20px;
}
.nav_search_options a span {
  flex: 1;
}
#saleOrderInvoices {
width: 99% !important;
top: 1% !important;
max-height: 99% !important;
border-radius: 20px !important;
}
#saleOrderInvoices.op_modal{
z-index: 999 !important;
}
#saleOrderInvoices.nh_modal .modal_body {
height: 520px !important;
}
.input-field.marg_btm_5 {
margin-bottom: 5px;
}
/* Tablet responsive */
@media only screen and (min-width: 769px) and (max-width: 992px) {
.main-heading.nav-wrapper {
  height: 70px !important;
}
.patient-details-container {
  margin-top: 75px !important;
}
nav .brand-logo {
  left: 15% !important;
}
.main-heading.nav-wrapper a.brand-logo img {
  height: 50px !important;
}
.search_bar {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.header_filter_ico {
  right: 35% !important;
}
ul#search_bar_panel{
  right: 0 !important;
}
nav .sidenav-trigger {
  margin: 0 !important;  
}
}

#profileUpdate-modal{
width: 60% !important;
min-height: 65% !important;
}
@media only screen and (max-width: 600px) {

#profileUpdate-modal{
width: 95% !important;
min-height: auto !important;
}
.patient-details-container {
  margin-top: 45px !important;
}
.clinic_seach_panel,ul#search_bar_panel {
  display: none;
} 
.search_bar {
  width: 80% !important;
}
ul#search_bar_panel {
  top: 60px !important;
  right: 0% !important;
  width: 100% !important;
  height: 4rem !important;
  background-color: #FFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35) !important;
}
}
#modal_insurance_list, #claimStatusUpdateModal {
  box-shadow: 0px 0px 5px 700px rgba(0,0,0,0.68);
  border-radius: 10px;
}
#claimStatusUpdateModal .body-container {
padding: 0 !important;
}
#claimStatusUpdateModal h5.form_heading {
margin-top: 0 !important;
width: 100% !important;
}
#claimStatusUpdateModal .user_reg.patient-details-container .search-container {
margin-bottom: 0 !important;
width: 100% !important;
}
#claimStatusUpdateModal .step-actions{
display: block;
background: #00ac5536;
padding: 10px 0px 5px 0px;
margin-left: -10px;
width: 102%;
margin-bottom: -10px;
}
#claimStatusUpdateModal input:not([type]), #claimStatusUpdateModal input[type=text], #claimStatusUpdateModal input[type=password], #claimStatusUpdateModal input[type=email], input[type=url], #claimStatusUpdateModal input[type=time], #claimStatusUpdateModal input[type=date], #claimStatusUpdateModal input[type=datetime], #claimStatusUpdateModal input[type=datetime-local], #claimStatusUpdateModal input[type=tel], #claimStatusUpdateModal input[type=number], #claimStatusUpdateModal input[type=search] {
height: 2rem !important;

}
.collection.with-header.ul_suggestions {
width: 100% !important;
margin-top: 0px; 
padding: 0 !important;
overflow: auto; 
background: #e8e8e8 !important;
}
.ul_suggestions li{cursor: pointer; padding: 10px 10px 5px 10px;}
.ul_suggestions li:hover {
background-color: var(--cdp-primary-color, #1e558c) !important;
}
.ul_suggestions li:hover a{
color: #fff !important;
}
#identification-modal {
z-index: 1009 !important;
}
img.curved, .curved_div img, img.patient_profile_img {
border-radius: 5% !important;
margin-bottom: 3px !important;
cursor: pointer;
}
#modalRepeat {
top: 0px !important;
top: 0% !important;
right: 0;
left: auto;
width: 30%;
height: 100%;
max-height: 100%;
z-index: 1000 !important;
}

#dialysisBookingModal ul.stepper.horizontal.surgery_form .step-content {
position: absolute !important;
height: calc(96% - 84px) !important;
top: 10px !important;
}

.timepicker-modal {
  z-index: 99999 !important;
}
.cm_receipt_sec .amount_card .card {
  margin: 0 !important;
}

/* Dropdown Sub link css */
#reportDigitization li, .nav-wrapper #reportDigitization li,
#orders li, .nav-wrapper #orders li,
#dropdown5 li, .nav-wrapper #dropdown5 li,
#addBill li, .nav-wrapper #addBill li,
#orders li, .nav-wrapper #orders li{
  min-height: 25px !important;
  height: -moz-max-content !important;
  height: max-content !important;
}
#reportDigitization li a,
#orders li a,
#dropdown5 li a,
#addBill li a,
#orders li a{
  height: -moz-max-content !important;
  height: max-content !important;
  padding: 5px 10px !important;
  line-height: 25px !important;
}
/* #reportDigitization li:nth-child(odd), 
#orders li:nth-child(odd), 
#dropdown5 li:nth-child(odd), 
#addBill li:nth-child(odd), 
#orders li:nth-child(odd){
  background-color: #f5f5f5;
}
#reportDigitization li:nth-child(even), 
#orders li:nth-child(even),
#dropdown5 li:nth-child(even),
#addBill li:nth-child(even),
#dropdown5 li:nth-child(even) {
  background-color: #ffffff;
} */

.curved_div {
  margin-right: 0 !important;
}
.curved_div .col.s3 {
  padding-right: 0;
  width: 48px !important;
}

.doc-input-readonly {
  background-color: #f0f0f0 !important;
  color: #999 !important;
  pointer-events: none;
}
.doc-datepicker-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1010;
}
.datepicker-controls .select-year input{
  background: none !important;
}
.datepicker-controls .select-month input{
  background: none !important;
}
.past-block {
  color: grey !important;
  background-color: #f2f2f2 !important;
}
.para_top_0 {margin-top: 0 !important;}
.td-right-align {text-align: right !important;}

fieldset {
  border-radius: 5px;
}
.login_btn{
  float: right;
  margin-right: 1%;
}
@media only screen and (max-width : 700px) {
  .menu_sticky{
    box-shadow: none !important;
    top: 0.2% !important;
    margin-right: 3.5% !important;
    z-index: 999 !important;
    position: fixed !important;
  }
  .login_btn{
    margin-top: 1.5%;
    margin-left: -5%;
    float: left;
  }
  .filter_sec{
    position: absolute !important;
    z-index: 1000 !important;
    left: 0%;
    margin: 2%;
    top: -0.5% !important;
  }
  .doc_search_btn{
    margin-right: 2% !important;
  }
  .search_options{
    text-align: right;
  }
  .doc_details{
    text-align: center;
  }
  .hospdoc_name{
    text-align: center !important;
  }
  .aptmnt_book_btn{
    margin-left: -34% !important;
  }
  ul.stepper .step:not(:last-of-type).active {
    margin-bottom: 0px !important;
  }
  #clinicBookingModal.modal.nh_modal .video-type .title, #labBookingModal.modal.nh_modal .video-type .title, #ambulanceBookingModal.modal.nh_modal .video-type .title{
    float: left;
    margin-left: 5% !important;
  }
  #clinicBookingModal.modal.nh_modal{
    min-height: 0px !important;
    max-height: 100px !important;
  }
  .tab_steps{
    padding: 0px 12px !important;
  }
  .address_box{
    margin-left: 3% !important;
  }
  .address_icons{
    margin-top: 3%;
    font-size: 100%;
  }
  .address-box{
    border: none !important;
    padding-right: 0px !important;
    width: 103% !important;
  }
  .data_time_div{
    border-radius: 10px !important;
    width: 95% !important;
  }
  .reg_block{
    width: 90% !important;
    margin-left: 5% !important;
  }
  .date_blocks{
    width: 33.3% !important;
    border-radius: 10px !important;
  }
  .date_range_icon{
    font-size: 18px !important;
  }
  #apmnt-date[readonly] {
    background: none !important;
  }  
  .date_blocks.active .material-icons {
    color: white !important;
    font-size: 18px !important;
  }  
  .custom_date{
    margin-left: 24% !important;
  }
  .country_fld{
    width: 20% !important;
    margin-top: 3.5% !important;
  }
  .phone_fld{
    width: 100% !important;
  }
  .email_fld{
    width: 100% !important;
  }
  #patientHistoryInfoModal{
    right: 10% !important;
    margin-right: 8% !important;
    width: 75% !important;
  }
  .fav_presc_body{
    height: 100px !important;
  }
}
.signature_label_box{
  padding: 7px 11.250px;
}
.signature-actions{
  margin-right: -65%;
}
.signature_label{
  width: 20.5% !important;
  margin-top: 2%;
}
.sign_label{
  font-size: 12px !important;
  color: #000;
}
#drop-zone{
  width: 560px; 
  height: 200px; 
  border: 1px solid #ccc; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  cursor: pointer; 
  border-radius: 10px;
}
.drop-zone-text{
  font-size: 16px; 
  color: #999;
}
.user_signature_pad{
  border: 1px solid #ccc;
  border-radius: 10px !important;
}
.upload_user_signature{
  opacity: 0; 
  position: absolute; 
  top: 0; left: 0; 
  width: 100%; 
  height: 100%; 
  cursor: pointer;
}
.uploaded_signature{
  display: flex; 
  flex-wrap: wrap; 
  gap: 10px;
}
.sig-wrapper-new{
  position: relative; 
  overflow: hidden;
}
.sig-wrapper, .uploaded-sig-wrapper{
  position: relative; 
  display: inline-block;
}
.sig-preview-wrapper {
  margin-top: 3%;
  padding-left: 5%;
  position: relative;
  display: inline-block;
}

.sig-preview-wrapper img {
  max-height: 42px;
  display: block;
}
.upload_signature, .draw_signature {
  display: none;
  padding: 0px !important;
}
.toggle_options{
 padding: 0px !important;
 width: 30% !important;
}
.signature_details{
  padding: 0px !important;
}
.sig-preview-wrapper, .sig-wrapper{
  border: 1px solid grey;
  padding: 10%;
  border-radius: 10px;
}
.sig-remove-icon {
  position: absolute;
  top: -6px;
  right: -10px;
  color: black !important;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.sig-remove-edit{
  position: absolute;
  top: -22%;
  left: 90%;
  color: black !important;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.sig-remove-signature {
  position: absolute;
  top: -6px;
  right: -10px;
  color: black !important;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.material-icons.sig-remove-signature{
  color: black !important;
}
.material-icons.sig-remove-icon{
  color: black !important;
}
.material-icons.sig-remove-edit{
  color: black !important;
}
.user_signature_div{
  margin-top: 1% !important;
}
.user_signature_div img{
  margin-left: 4% !important;
}
.uploded_signature_div{
  margin-top: 1% !important;
}
.uploded_signature_div img{
  margin-left: 4% !important;
}
.my-account-container .signature-row {
  float: left;
}
a.btn {
  border-radius: 5px !important;
}
/* New CSS Theme Updated */

.btn.clear_btn, .grey_color, .btn.grey_color{
  background-color: #969696  !important;
}
input[readonly]{
  color:Gray;
  background:#E5E5E5 !important;
}

/* Appointment show New Css */
/* line 3, app/assets/stylesheets/health-feeds.scss */
.health-feeds-container .card .row {
  margin-bottom: 0px;
}

/* line 6, app/assets/stylesheets/health-feeds.scss */
.health-feeds-container .card .table {
  height: 100px;
}
/* line 3, app/assets/stylesheets/help.scss */
.help-container p {
  font-size: 18px;
  font-family: lato-semibold;
}

/* line 8, app/assets/stylesheets/help.scss */
.help-container table#color-coding {
  border-collapse: separate;
  /* allow spacing between cell borders */
  border-spacing: 5px 5px;
}

/* line 12, app/assets/stylesheets/help.scss */
.help-container table#color-coding tr td:first-child {
  width: 10%;
}

/* line 15, app/assets/stylesheets/help.scss */
.help-container table#color-coding tr td:last-child {
  padding-left: 40px;
}

/* line 19, app/assets/stylesheets/help.scss */
.help-container table#color-coding tr {
  height: 110px;
}

/* line 24, app/assets/stylesheets/help.scss */
.help-container table#color-coding td.text-box {
  background-color: #fff !important;
}

/* line 28, app/assets/stylesheets/help.scss */
.help-container table#color-coding td.normal-border {
  border: 2px solid #1CC967;
}

/* line 31, app/assets/stylesheets/help.scss */
.help-container table#color-coding td.high-border {
  border: 2px solid #FFC600;
}

/* line 34, app/assets/stylesheets/help.scss */
.help-container table#color-coding td.very_high-border {
  border: 2px solid #FF2E2E;
}

/* line 37, app/assets/stylesheets/help.scss */
.help-container table#color-coding td.emergency-border {
  border: 2px solid #000;
}
/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* line 3, app/assets/stylesheets/invoice.scss */
.invoice-container .card {
  padding: 30px;
}

/* line 7, app/assets/stylesheets/invoice.scss */
.invoice-container .invoice-date {
  float: right;
  margin-right: 40px;
}

/* line 12, app/assets/stylesheets/invoice.scss */
.invoice-container .title {
  text-align: center;
  font-size: 18px;
  font-family: lato-semibold;
}

/* line 19, app/assets/stylesheets/invoice.scss */
.invoice-container .summary .title {
  font-size: 20px;
  text-align: center;
  padding: 30px;
}

/* line 25, app/assets/stylesheets/invoice.scss */
.invoice-container .summary .provider, .invoice-container .summary .time {
  font-size: 16px;
  text-align: center;
  font-family: lato-semibold;
  display: flex;
  justify-content: center;
  line-height: 36px;
  color: #4B89A8;
}

/* line 36, app/assets/stylesheets/invoice.scss */
.invoice-container .summary i {
  color: grey;
  font-size: 36px;
  line-height: 36px;
}
/*#ff1414;*/
/* line 3, app/assets/stylesheets/journey-patient-profile.scss */
.journey-patient-profile {
  width: 90%;
  margin: 0px auto 10vh auto !important;
}

/* line 7, app/assets/stylesheets/journey-patient-profile.scss */
.journey-patient-profile ul.tabs {
  border-bottom: 1px solid #e6e7e8;
}

/* line 10, app/assets/stylesheets/journey-patient-profile.scss */
.journey-patient-profile ul.tabs li:last-child {
  border-right: 0px solid #e6e7e8 !important;
}

/* line 13, app/assets/stylesheets/journey-patient-profile.scss */
.journey-patient-profile ul.tabs li {
  border-right: 1px solid #e6e7e8;
}

/* line 15, app/assets/stylesheets/journey-patient-profile.scss */
.journey-patient-profile ul.tabs li.active a {
  font-family: 'lato-semibold';
}

/* line 21, app/assets/stylesheets/journey-patient-profile.scss */
.journey-patient-profile .btn, .journey-patient-profile .button, .journey-patient-profile a[type='button'], .journey-patient-profile input[type='button'], .journey-patient-profile button {
  background-color: #00AD51;
  margin-bottom: 5px;
}
/* line 1, app/assets/stylesheets/jquery-barrating.scss */
.br-theme-fontawesome-stars .br-widget a {
  font-size: 45px !important;
}

/* line 6, app/assets/stylesheets/jquery-barrating.scss */
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #FFD700 !important;
}

/* line 10, app/assets/stylesheets/jquery-barrating.scss */
.br-theme-fontawesome-stars .br-widget a.br-active {
  color: #FFD700 !important;
}

/* line 16, app/assets/stylesheets/jquery-barrating.scss */
.rating-block .br-theme-fontawesome-stars-o .br-widget a:after {
  color: #FFD700 !important;
  font-size: 24px;
  line-height: 48px;
}
@media only screen and (max-width: 950px) {
  /* line 7, app/assets/stylesheets/lab_management.scss */
  .tab_cards {
    margin-top: 45px;
  }
}
.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.material-datepicker {
	font-family: lato-regular;
	position: absolute;
	width: 280px;
	background: #fff;
	border:1px solid gray;
	z-index: 1000000;
}
.material-datepicker:focus {
	outline: none;
}

.material-datepicker.hide {
	display: none;
}

section.top-day {
	text-align: center;
	font-weight: 300;
	font-size: 14px;
	background-color: #007366;
	height: 32px;
	line-height: 32px;
	color: #fff;
}

section.middle-date {
	background-color: #009688;
	height: 135px;
	color: #fff;
	text-align: center;
	position: relative;
}

section.middle-date > .month {
	padding: 8px 0px;
	text-transform: uppercase;
	font-size: 22px
}
section.middle-date > .date {
	font-size: 55px;
	height: 39px;
	margin-top: -10px;
	margin-bottom: 24px;
}
section.middle-date > .year {
	font-size: 26px;
	font-weight: 400;
	color: #8ACFC8;
}

a.control {
	font-family: FontAwesome;
	color: #009688;;
	font-size: 15px;
	font-weight: 300;
	position: absolute;
	cursor: pointer;
	top: 7px;
}
a.prev {
	left: 62px;
}
a.next {
	right: 62px;
}

section.calendar {
	position: relative;
	padding-bottom: 15px;
}

section.calendar > .title {
	margin-top: 8px;
	padding: 7px;
 	text-align: center;
 	font-size: 14px;
}

section.calendar .days, section.calendar .headings  {
	width: 250px;
	margin: auto;
}

section.calendar .day.heading {
	color: grey;
	font-weight: 400;
}

section.calendar .day {
	font-size: 12px;
	display: inline-block;
	width: 32px;
	line-height: 32px;
	text-align: center;
	font-weight: 300;
}

section.calendar a.day.today {
	color: #009688;
}

section.calendar a.day {
	cursor: pointer;
	border-radius: 40px;
}

section.calendar a.day.selected {
	background-color: #009688;
	color: #fff;
}

section.calendar a.day:hover {
	background-color: #EDEDED;
}
/* Materializecss Stepper - By Kinark 2016
// https://github.com/Kinark/Materialize-stepper
// CSS.min v2.1.3
*/
label.invalid{font-size:12.8px;font-size:.8rem;font-weight:500;color:red!important;top:50px!important}label.invalid.active{transform:translateY(0)!important}ul.stepper{counter-reset:section;overflow-y:auto;overflow-x:hidden}.card-content ul.stepper{margin:1em -24px;padding:0 24px}@media only screen and (min-width:993px){ul.stepper.horizontal{position:relative;display:flex;justify-content:space-between;min-height:458px}.card-content ul.stepper.horizontal{margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px;overflow:hidden}.card-content ul.stepper.horizontal:first-child{margin-top:-24px}ul.stepper.horizontal:before{content:'';background-color:transparent;width:100%;min-height:84px;box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);position:absolute;left:0}}ul.stepper .wait-feedback{left:0;right:0;top:0;z-index:2;position:absolute;width:100%;height:100%;text-align:center;display:flex;justify-content:center;align-items:center}ul.stepper .step{position:relative}ul.stepper .step.feedbacking .step-content>:not(.wait-feedback){opacity:.1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"}@media only screen and (min-width:993px){ul.stepper.horizontal .step{position:static;margin:0;width:100%;display:flex;align-items:center;height:84px!important}ul.stepper.horizontal>.step:last-of-type,ul.stepper.horizontal>.step[data-last=true]{width:auto!important}ul.stepper.horizontal .step:not(:last-of-type):after,ul.stepper.horizontal>.step.active:not(:last-of-type):after{content:'';position:static;display:inline-block;width:100%;height:1px}}ul.stepper>li:not(:last-of-type){margin-bottom:10px;transition:margin-bottom .4s}ul.stepper .step:not(:last-of-type).active{margin-bottom:36px}ul.stepper .step:before{position:absolute;top:12px;counter-increment:section;content:counter(section);height:28px;width:28px;color:#fff;background-color:rgba(0,0,0,.3);border-radius:50%;text-align:center;line-height:28px;font-weight:400}ul.stepper .step.active:before,ul.stepper .step.done:before{background-color:#4B89A8}ul.stepper .step.done:before{content:'\e5ca';font-size:16px;font-family:'Material Icons'}ul.stepper .step.wrong:before{content:'\e001';font-size:24px;font-family:'Material Icons';background-color:red!important}ul.stepper .step-title{margin:0 -24px;cursor:pointer;padding:15.5px 44px 24px 64px;display:block}@media only screen and (min-width:993px){ul.stepper.horizontal .step.active .step-title:before,ul.stepper.horizontal .step.done .step-title:before{background-color:#4B89A8}ul.stepper.horizontal .step.done .step-title:before{content:'\e5ca';font-size:16px;font-family:'Material Icons'}ul.stepper.horizontal .step.wrong .step-title:before{content:'\e001';font-size:24px;font-family:'Material Icons';background-color:red!important}ul.stepper.horizontal .step-title{line-height:84px;height:84px;margin:0;padding:0 25px 0 65px;display:inline-block;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}ul.stepper.horizontal .step:before{content:none}ul.stepper.horizontal .step .step-title:before{position:absolute;top:28.5px;left:19px;counter-increment:section;content:counter(section);height:28px;width:28px;color:#fff;background-color:rgba(0,0,0,.3);border-radius:50%;text-align:center;line-height:28px;font-weight:400}ul.stepper.horizontal .step-title:after{top:15px}}ul.stepper .step-title:after{content:attr(data-step-label);display:block;position:absolute;font-size:12.8px;font-size:.8rem;color:#424242;font-weight:400}ul.stepper .step-title:hover{background-color:rgba(0,0,0,.06)}ul.stepper .step.active .step-title{font-weight:500}ul.stepper .step-content{position:relative;display:none;height:calc(100% - 132px);width:inherit;overflow:visible;margin-left:41px;margin-right:24px}@media only screen and (min-width:993px){ul.stepper.horizontal .step-content{position:absolute;height:calc(100% - 84px);top:84px;left:0;width:100%;overflow-y:auto;overflow-x:hidden;margin:0;padding:20px 20px 76px}.card-content ul.stepper.horizontal .step-content{padding-left:40px;padding-right:40px}}ul.stepper>.step:not(:last-of-type):after{content:'';position:absolute;top:50px;left:13.5px;width:1px;height:40%;height:calc(100% - 38px);background-color:rgba(0,0,0,.1);transition:all .4s}ul.stepper>.step.active:not(:last-child):after{height:93%;height:calc(100% - 12px)}ul.stepper>.step[data-last=true]:after{height:0;width:0}ul.stepper>.step[data-last=true]{margin-bottom:0}ul.stepper .step-actions{padding-top:16px;-webkit-display:flex;-moz-display:flex;-ms-display:flex;display:flex;justify-content:flex-start}ul.stepper .step-actions .btn-flat:not(:last-child),ul.stepper .step-actions .btn-large:not(:last-child),ul.stepper .step-actions .btn:not(:last-child){margin-right:5px}@media only screen and (min-width:993px){ul.stepper.horizontal .step-actions .btn-flat:not(:last-child),ul.stepper.horizontal .step-actions .btn-large:not(:last-child),ul.stepper.horizontal .step-actions .btn:not(:last-child){margin-left:5px;margin-right:0}ul.stepper.horizontal .step-actions{position:absolute;bottom:0;left:0;width:100%;padding:20px;background-color:#fff;flex-direction:row-reverse}.card-content ul.stepper.horizontal .step-actions{padding-left:40px;padding-right:40px}}ul.stepper .step-content .row{margin-bottom:7px}
.materialize-tags{background:0 0;border-bottom:1px solid #999;display:inline-block;padding:0 6px;margin-bottom:10px;color:#444;vertical-align:middle;width:100%;max-width:100%;line-height:22px;cursor:text;transition:all .3s}@media screen and (max-width:600px){.materialize-tags{margin-top:8px}}.materialize-tags.active{border-bottom-color:#26a69a;box-shadow:0 1px 0 0 #26a69a;outline:0}.materialize-tags input{border:none;box-shadow:none;outline:0;background-color:transparent;padding:0;margin:0;width:auto!important;max-width:inherit}.materialize-tags input::-moz-placeholder{color:#777;opacity:1}.materialize-tags input:-ms-input-placeholder{color:#777}.materialize-tags input::-webkit-input-placeholder{color:#777}.materialize-tags .tt-input:-moz-read-only{color:rgba(0,0,0,.26)!important;border-bottom:1px dotted rgba(0,0,0,.26)!important;box-shadow:none}.materialize-tags .tt-input:read-only{color:rgba(0,0,0,.26)!important;border-bottom:1px dotted rgba(0,0,0,.26)!important;box-shadow:none}.materialize-tags input:focus{border:none!important;box-shadow:none!important}.materialize-tags .tt-hint{position:relative!important}.materialize-tags .tt-input{position:absolute!important;left:0;width:100%!important;border-bottom:1px solid #BCBCBC;box-shadow:0 1px 0 0 #BCBCBC}.materialize-tags .tt-menu{min-width:200px;max-width:100%;padding:10px 0;border-radius:5px;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.35)}.materialize-tags .tt-menu .tt-suggestion{line-height:2rem!important;padding:5px 15px!important}.materialize-tags .tt-menu .tt-cursor{background:#00bfff;color:#000;font-weight:inherit}.materialize-tags .tt-menu .tt-cursor .tt-highlight{color:#fff;font-weight:inherit}.tt-highlight{color:#000;font-weight:800;margin-top:-1px}.input-field .prefix~.materialize-tags{margin-left:3rem;width:calc(100% - 3rem)}.materialize-tags-max span input[type=text]{pointer-events:none;outline:0;border:none;box-shadow:0}.materialize-tags-max span input[type=text]:focus{outline:0;border:none;box-shadow:0}.materialize-tags-max{border:none!important;box-shadow:0 1px 0 0 #d5d5d5!important;outline:0!important}.chip{display:inline-block;height:32px;font-size:13px;font-weight:500;color:rgba(0,0,0,.6);line-height:32px;padding:0 12px;border-radius:16px;background-color:#e4e4e4;margin-top:25px}.chip i.material-icons{cursor:pointer;float:right;font-size:16px;line-height:32px;padding-left:8px}
.materialize-red{background-color:#e51c23 !important}.materialize-red-text{color:#e51c23 !important}.materialize-red.lighten-5{background-color:#fdeaeb !important}.materialize-red-text.text-lighten-5{color:#fdeaeb !important}.materialize-red.lighten-4{background-color:#f8c1c3 !important}.materialize-red-text.text-lighten-4{color:#f8c1c3 !important}.materialize-red.lighten-3{background-color:#f3989b !important}.materialize-red-text.text-lighten-3{color:#f3989b !important}.materialize-red.lighten-2{background-color:#ee6e73 !important}.materialize-red-text.text-lighten-2{color:#ee6e73 !important}.materialize-red.lighten-1{background-color:#ea454b !important}.materialize-red-text.text-lighten-1{color:#ea454b !important}.materialize-red.darken-1{background-color:#d0181e !important}.materialize-red-text.text-darken-1{color:#d0181e !important}.materialize-red.darken-2{background-color:#b9151b !important}.materialize-red-text.text-darken-2{color:#b9151b !important}.materialize-red.darken-3{background-color:#a21318 !important}.materialize-red-text.text-darken-3{color:#a21318 !important}.materialize-red.darken-4{background-color:#8b1014 !important}.materialize-red-text.text-darken-4{color:#8b1014 !important}.red{background-color:#F44336 !important}.red-text{color:#F44336 !important}.red.lighten-5{background-color:#FFEBEE !important}.red-text.text-lighten-5{color:#FFEBEE !important}.red.lighten-4{background-color:#FFCDD2 !important}.red-text.text-lighten-4{color:#FFCDD2 !important}.red.lighten-3{background-color:#EF9A9A !important}.red-text.text-lighten-3{color:#EF9A9A !important}.red.lighten-2{background-color:#E57373 !important}.red-text.text-lighten-2{color:#E57373 !important}.red.lighten-1{background-color:#EF5350 !important}.red-text.text-lighten-1{color:#EF5350 !important}.red.darken-1{background-color:#E53935 !important}.red-text.text-darken-1{color:#E53935 !important}.red.darken-2{background-color:#D32F2F !important}.red-text.text-darken-2{color:#D32F2F !important}.red.darken-3{background-color:#C62828 !important}.red-text.text-darken-3{color:#C62828 !important}.red.darken-4{background-color:#B71C1C !important}.red-text.text-darken-4{color:#B71C1C !important}.red.accent-1{background-color:#FF8A80 !important}.red-text.text-accent-1{color:#FF8A80 !important}.red.accent-2{background-color:#FF5252 !important}.red-text.text-accent-2{color:#FF5252 !important}.red.accent-3{background-color:#FF1744 !important}.red-text.text-accent-3{color:#FF1744 !important}.red.accent-4{background-color:#D50000 !important}.red-text.text-accent-4{color:#D50000 !important}.pink{background-color:#e91e63 !important}.pink-text{color:#e91e63 !important}.pink.lighten-5{background-color:#fce4ec !important}.pink-text.text-lighten-5{color:#fce4ec !important}.pink.lighten-4{background-color:#f8bbd0 !important}.pink-text.text-lighten-4{color:#f8bbd0 !important}.pink.lighten-3{background-color:#f48fb1 !important}.pink-text.text-lighten-3{color:#f48fb1 !important}.pink.lighten-2{background-color:#f06292 !important}.pink-text.text-lighten-2{color:#f06292 !important}.pink.lighten-1{background-color:#ec407a !important}.pink-text.text-lighten-1{color:#ec407a !important}.pink.darken-1{background-color:#d81b60 !important}.pink-text.text-darken-1{color:#d81b60 !important}.pink.darken-2{background-color:#c2185b !important}.pink-text.text-darken-2{color:#c2185b !important}.pink.darken-3{background-color:#ad1457 !important}.pink-text.text-darken-3{color:#ad1457 !important}.pink.darken-4{background-color:#880e4f !important}.pink-text.text-darken-4{color:#880e4f !important}.pink.accent-1{background-color:#ff80ab !important}.pink-text.text-accent-1{color:#ff80ab !important}.pink.accent-2{background-color:#ff4081 !important}.pink-text.text-accent-2{color:#ff4081 !important}.pink.accent-3{background-color:#f50057 !important}.pink-text.text-accent-3{color:#f50057 !important}.pink.accent-4{background-color:#c51162 !important}.pink-text.text-accent-4{color:#c51162 !important}.purple{background-color:#9c27b0 !important}.purple-text{color:#9c27b0 !important}.purple.lighten-5{background-color:#f3e5f5 !important}.purple-text.text-lighten-5{color:#f3e5f5 !important}.purple.lighten-4{background-color:#e1bee7 !important}.purple-text.text-lighten-4{color:#e1bee7 !important}.purple.lighten-3{background-color:#ce93d8 !important}.purple-text.text-lighten-3{color:#ce93d8 !important}.purple.lighten-2{background-color:#ba68c8 !important}.purple-text.text-lighten-2{color:#ba68c8 !important}.purple.lighten-1{background-color:#ab47bc !important}.purple-text.text-lighten-1{color:#ab47bc !important}.purple.darken-1{background-color:#8e24aa !important}.purple-text.text-darken-1{color:#8e24aa !important}.purple.darken-2{background-color:#7b1fa2 !important}.purple-text.text-darken-2{color:#7b1fa2 !important}.purple.darken-3{background-color:#6a1b9a !important}.purple-text.text-darken-3{color:#6a1b9a !important}.purple.darken-4{background-color:#4a148c !important}.purple-text.text-darken-4{color:#4a148c !important}.purple.accent-1{background-color:#ea80fc !important}.purple-text.text-accent-1{color:#ea80fc !important}.purple.accent-2{background-color:#e040fb !important}.purple-text.text-accent-2{color:#e040fb !important}.purple.accent-3{background-color:#d500f9 !important}.purple-text.text-accent-3{color:#d500f9 !important}.purple.accent-4{background-color:#a0f !important}.purple-text.text-accent-4{color:#a0f !important}.deep-purple{background-color:#673ab7 !important}.deep-purple-text{color:#673ab7 !important}.deep-purple.lighten-5{background-color:#ede7f6 !important}.deep-purple-text.text-lighten-5{color:#ede7f6 !important}.deep-purple.lighten-4{background-color:#d1c4e9 !important}.deep-purple-text.text-lighten-4{color:#d1c4e9 !important}.deep-purple.lighten-3{background-color:#b39ddb !important}.deep-purple-text.text-lighten-3{color:#b39ddb !important}.deep-purple.lighten-2{background-color:#9575cd !important}.deep-purple-text.text-lighten-2{color:#9575cd !important}.deep-purple.lighten-1{background-color:#7e57c2 !important}.deep-purple-text.text-lighten-1{color:#7e57c2 !important}.deep-purple.darken-1{background-color:#5e35b1 !important}.deep-purple-text.text-darken-1{color:#5e35b1 !important}.deep-purple.darken-2{background-color:#512da8 !important}.deep-purple-text.text-darken-2{color:#512da8 !important}.deep-purple.darken-3{background-color:#4527a0 !important}.deep-purple-text.text-darken-3{color:#4527a0 !important}.deep-purple.darken-4{background-color:#311b92 !important}.deep-purple-text.text-darken-4{color:#311b92 !important}.deep-purple.accent-1{background-color:#b388ff !important}.deep-purple-text.text-accent-1{color:#b388ff !important}.deep-purple.accent-2{background-color:#7c4dff !important}.deep-purple-text.text-accent-2{color:#7c4dff !important}.deep-purple.accent-3{background-color:#651fff !important}.deep-purple-text.text-accent-3{color:#651fff !important}.deep-purple.accent-4{background-color:#6200ea !important}.deep-purple-text.text-accent-4{color:#6200ea !important}.indigo{background-color:#3f51b5 !important}.indigo-text{color:#3f51b5 !important}.indigo.lighten-5{background-color:#e8eaf6 !important}.indigo-text.text-lighten-5{color:#e8eaf6 !important}.indigo.lighten-4{background-color:#c5cae9 !important}.indigo-text.text-lighten-4{color:#c5cae9 !important}.indigo.lighten-3{background-color:#9fa8da !important}.indigo-text.text-lighten-3{color:#9fa8da !important}.indigo.lighten-2{background-color:#7986cb !important}.indigo-text.text-lighten-2{color:#7986cb !important}.indigo.lighten-1{background-color:#5c6bc0 !important}.indigo-text.text-lighten-1{color:#5c6bc0 !important}.indigo.darken-1{background-color:#3949ab !important}.indigo-text.text-darken-1{color:#3949ab !important}.indigo.darken-2{background-color:#303f9f !important}.indigo-text.text-darken-2{color:#303f9f !important}.indigo.darken-3{background-color:#283593 !important}.indigo-text.text-darken-3{color:#283593 !important}.indigo.darken-4{background-color:#1a237e !important}.indigo-text.text-darken-4{color:#1a237e !important}.indigo.accent-1{background-color:#8c9eff !important}.indigo-text.text-accent-1{color:#8c9eff !important}.indigo.accent-2{background-color:#536dfe !important}.indigo-text.text-accent-2{color:#536dfe !important}.indigo.accent-3{background-color:#3d5afe !important}.indigo-text.text-accent-3{color:#3d5afe !important}.indigo.accent-4{background-color:#304ffe !important}.indigo-text.text-accent-4{color:#304ffe !important}.blue{background-color:#4B89A8 !important}.blue-text{color:#4B89A8 !important}.blue.lighten-5{background-color:#E3F2FD !important}.blue-text.text-lighten-5{color:#E3F2FD !important}.blue.lighten-4{background-color:#BBDEFB !important}.blue-text.text-lighten-4{color:#BBDEFB !important}.blue.lighten-3{background-color:#90CAF9 !important}.blue-text.text-lighten-3{color:#90CAF9 !important}.blue.lighten-2{background-color:#64B5F6 !important}.blue-text.text-lighten-2{color:#64B5F6 !important}.blue.lighten-1{background-color:#42A5F5 !important}.blue-text.text-lighten-1{color:#42A5F5 !important}.blue.darken-1{background-color:#1E88E5 !important}.blue-text.text-darken-1{color:#1E88E5 !important}.blue.darken-2{background-color:#1976D2 !important}.blue-text.text-darken-2{color:#1976D2 !important}.blue.darken-3{background-color:#1565C0 !important}.blue-text.text-darken-3{color:#1565C0 !important}.blue.darken-4{background-color:#0D47A1 !important}.blue-text.text-darken-4{color:#0D47A1 !important}.blue.accent-1{background-color:#82B1FF !important}.blue-text.text-accent-1{color:#82B1FF !important}.blue.accent-2{background-color:#448AFF !important}.blue-text.text-accent-2{color:#448AFF !important}.blue.accent-3{background-color:#2979FF !important}.blue-text.text-accent-3{color:#2979FF !important}.blue.accent-4{background-color:#2962FF !important}.blue-text.text-accent-4{color:#2962FF !important}.light-blue{background-color:#03a9f4 !important}.light-blue-text{color:#03a9f4 !important}.light-blue.lighten-5{background-color:#e1f5fe !important}.light-blue-text.text-lighten-5{color:#e1f5fe !important}.light-blue.lighten-4{background-color:#b3e5fc !important}.light-blue-text.text-lighten-4{color:#b3e5fc !important}.light-blue.lighten-3{background-color:#81d4fa !important}.light-blue-text.text-lighten-3{color:#81d4fa !important}.light-blue.lighten-2{background-color:#4fc3f7 !important}.light-blue-text.text-lighten-2{color:#4fc3f7 !important}.light-blue.lighten-1{background-color:#29b6f6 !important}.light-blue-text.text-lighten-1{color:#29b6f6 !important}.light-blue.darken-1{background-color:#039be5 !important}.light-blue-text.text-darken-1{color:#039be5 !important}.light-blue.darken-2{background-color:#0288d1 !important}.light-blue-text.text-darken-2{color:#0288d1 !important}.light-blue.darken-3{background-color:#0277bd !important}.light-blue-text.text-darken-3{color:#0277bd !important}.light-blue.darken-4{background-color:#01579b !important}.light-blue-text.text-darken-4{color:#01579b !important}.light-blue.accent-1{background-color:#80d8ff !important}.light-blue-text.text-accent-1{color:#80d8ff !important}.light-blue.accent-2{background-color:#40c4ff !important}.light-blue-text.text-accent-2{color:#40c4ff !important}.light-blue.accent-3{background-color:#00b0ff !important}.light-blue-text.text-accent-3{color:#00b0ff !important}.light-blue.accent-4{background-color:#0091ea !important}.light-blue-text.text-accent-4{color:#0091ea !important}.cyan{background-color:#00bcd4 !important}.cyan-text{color:#00bcd4 !important}.cyan.lighten-5{background-color:#e0f7fa !important}.cyan-text.text-lighten-5{color:#e0f7fa !important}.cyan.lighten-4{background-color:#b2ebf2 !important}.cyan-text.text-lighten-4{color:#b2ebf2 !important}.cyan.lighten-3{background-color:#80deea !important}.cyan-text.text-lighten-3{color:#80deea !important}.cyan.lighten-2{background-color:#4dd0e1 !important}.cyan-text.text-lighten-2{color:#4dd0e1 !important}.cyan.lighten-1{background-color:#26c6da !important}.cyan-text.text-lighten-1{color:#26c6da !important}.cyan.darken-1{background-color:#00acc1 !important}.cyan-text.text-darken-1{color:#00acc1 !important}.cyan.darken-2{background-color:#0097a7 !important}.cyan-text.text-darken-2{color:#0097a7 !important}.cyan.darken-3{background-color:#00838f !important}.cyan-text.text-darken-3{color:#00838f !important}.cyan.darken-4{background-color:#006064 !important}.cyan-text.text-darken-4{color:#006064 !important}.cyan.accent-1{background-color:#84ffff !important}.cyan-text.text-accent-1{color:#84ffff !important}.cyan.accent-2{background-color:#18ffff !important}.cyan-text.text-accent-2{color:#18ffff !important}.cyan.accent-3{background-color:#00e5ff !important}.cyan-text.text-accent-3{color:#00e5ff !important}.cyan.accent-4{background-color:#00b8d4 !important}.cyan-text.text-accent-4{color:#00b8d4 !important}.teal{background-color:#009688 !important}.teal-text{color:#009688 !important}.teal.lighten-5{background-color:#e0f2f1 !important}.teal-text.text-lighten-5{color:#e0f2f1 !important}.teal.lighten-4{background-color:#b2dfdb !important}.teal-text.text-lighten-4{color:#b2dfdb !important}.teal.lighten-3{background-color:#80cbc4 !important}.teal-text.text-lighten-3{color:#80cbc4 !important}.teal.lighten-2{background-color:#4db6ac !important}.teal-text.text-lighten-2{color:#4db6ac !important}.teal.lighten-1{background-color:#26a69a !important}.teal-text.text-lighten-1{color:#26a69a !important}.teal.darken-1{background-color:#00897b !important}.teal-text.text-darken-1{color:#00897b !important}.teal.darken-2{background-color:#00796b !important}.teal-text.text-darken-2{color:#00796b !important}.teal.darken-3{background-color:#00695c !important}.teal-text.text-darken-3{color:#00695c !important}.teal.darken-4{background-color:#004d40 !important}.teal-text.text-darken-4{color:#004d40 !important}.teal.accent-1{background-color:#a7ffeb !important}.teal-text.text-accent-1{color:#a7ffeb !important}.teal.accent-2{background-color:#64ffda !important}.teal-text.text-accent-2{color:#64ffda !important}.teal.accent-3{background-color:#1de9b6 !important}.teal-text.text-accent-3{color:#1de9b6 !important}.teal.accent-4{background-color:#00bfa5 !important}.teal-text.text-accent-4{color:#00bfa5 !important}.green{background-color:#4CAF50 !important}.green-text{color:#4CAF50 !important}.green.lighten-5{background-color:#E8F5E9 !important}.green-text.text-lighten-5{color:#E8F5E9 !important}.green.lighten-4{background-color:#C8E6C9 !important}.green-text.text-lighten-4{color:#C8E6C9 !important}.green.lighten-3{background-color:#A5D6A7 !important}.green-text.text-lighten-3{color:#A5D6A7 !important}.green.lighten-2{background-color:#81C784 !important}.green-text.text-lighten-2{color:#81C784 !important}.green.lighten-1{background-color:#66BB6A !important}.green-text.text-lighten-1{color:#66BB6A !important}.green.darken-1{background-color:#43A047 !important}.green-text.text-darken-1{color:#43A047 !important}.green.darken-2{background-color:#388E3C !important}.green-text.text-darken-2{color:#388E3C !important}.green.darken-3{background-color:#2E7D32 !important}.green-text.text-darken-3{color:#2E7D32 !important}.green.darken-4{background-color:#1B5E20 !important}.green-text.text-darken-4{color:#1B5E20 !important}.green.accent-1{background-color:#B9F6CA !important}.green-text.text-accent-1{color:#B9F6CA !important}.green.accent-2{background-color:#69F0AE !important}.green-text.text-accent-2{color:#69F0AE !important}.green.accent-3{background-color:#00E676 !important}.green-text.text-accent-3{color:#00E676 !important}.green.accent-4{background-color:#00C853 !important}.green-text.text-accent-4{color:#00C853 !important}.light-green{background-color:#8bc34a !important}.light-green-text{color:#8bc34a !important}.light-green.lighten-5{background-color:#f1f8e9 !important}.light-green-text.text-lighten-5{color:#f1f8e9 !important}.light-green.lighten-4{background-color:#dcedc8 !important}.light-green-text.text-lighten-4{color:#dcedc8 !important}.light-green.lighten-3{background-color:#c5e1a5 !important}.light-green-text.text-lighten-3{color:#c5e1a5 !important}.light-green.lighten-2{background-color:#aed581 !important}.light-green-text.text-lighten-2{color:#aed581 !important}.light-green.lighten-1{background-color:#9ccc65 !important}.light-green-text.text-lighten-1{color:#9ccc65 !important}.light-green.darken-1{background-color:#7cb342 !important}.light-green-text.text-darken-1{color:#7cb342 !important}.light-green.darken-2{background-color:#689f38 !important}.light-green-text.text-darken-2{color:#689f38 !important}.light-green.darken-3{background-color:#558b2f !important}.light-green-text.text-darken-3{color:#558b2f !important}.light-green.darken-4{background-color:#33691e !important}.light-green-text.text-darken-4{color:#33691e !important}.light-green.accent-1{background-color:#ccff90 !important}.light-green-text.text-accent-1{color:#ccff90 !important}.light-green.accent-2{background-color:#b2ff59 !important}.light-green-text.text-accent-2{color:#b2ff59 !important}.light-green.accent-3{background-color:#76ff03 !important}.light-green-text.text-accent-3{color:#76ff03 !important}.light-green.accent-4{background-color:#64dd17 !important}.light-green-text.text-accent-4{color:#64dd17 !important}.lime{background-color:#cddc39 !important}.lime-text{color:#cddc39 !important}.lime.lighten-5{background-color:#f9fbe7 !important}.lime-text.text-lighten-5{color:#f9fbe7 !important}.lime.lighten-4{background-color:#f0f4c3 !important}.lime-text.text-lighten-4{color:#f0f4c3 !important}.lime.lighten-3{background-color:#e6ee9c !important}.lime-text.text-lighten-3{color:#e6ee9c !important}.lime.lighten-2{background-color:#dce775 !important}.lime-text.text-lighten-2{color:#dce775 !important}.lime.lighten-1{background-color:#d4e157 !important}.lime-text.text-lighten-1{color:#d4e157 !important}.lime.darken-1{background-color:#c0ca33 !important}.lime-text.text-darken-1{color:#c0ca33 !important}.lime.darken-2{background-color:#afb42b !important}.lime-text.text-darken-2{color:#afb42b !important}.lime.darken-3{background-color:#9e9d24 !important}.lime-text.text-darken-3{color:#9e9d24 !important}.lime.darken-4{background-color:#827717 !important}.lime-text.text-darken-4{color:#827717 !important}.lime.accent-1{background-color:#f4ff81 !important}.lime-text.text-accent-1{color:#f4ff81 !important}.lime.accent-2{background-color:#eeff41 !important}.lime-text.text-accent-2{color:#eeff41 !important}.lime.accent-3{background-color:#c6ff00 !important}.lime-text.text-accent-3{color:#c6ff00 !important}.lime.accent-4{background-color:#aeea00 !important}.lime-text.text-accent-4{color:#aeea00 !important}.yellow{background-color:#ffeb3b !important}.yellow-text{color:#ffeb3b !important}.yellow.lighten-5{background-color:#fffde7 !important}.yellow-text.text-lighten-5{color:#fffde7 !important}.yellow.lighten-4{background-color:#fff9c4 !important}.yellow-text.text-lighten-4{color:#fff9c4 !important}.yellow.lighten-3{background-color:#fff59d !important}.yellow-text.text-lighten-3{color:#fff59d !important}.yellow.lighten-2{background-color:#fff176 !important}.yellow-text.text-lighten-2{color:#fff176 !important}.yellow.lighten-1{background-color:#ffee58 !important}.yellow-text.text-lighten-1{color:#ffee58 !important}.yellow.darken-1{background-color:#fdd835 !important}.yellow-text.text-darken-1{color:#fdd835 !important}.yellow.darken-2{background-color:#fbc02d !important}.yellow-text.text-darken-2{color:#fbc02d !important}.yellow.darken-3{background-color:#f9a825 !important}.yellow-text.text-darken-3{color:#f9a825 !important}.yellow.darken-4{background-color:#f57f17 !important}.yellow-text.text-darken-4{color:#f57f17 !important}.yellow.accent-1{background-color:#ffff8d !important}.yellow-text.text-accent-1{color:#ffff8d !important}.yellow.accent-2{background-color:#ff0 !important}.yellow-text.text-accent-2{color:#ff0 !important}.yellow.accent-3{background-color:#ffea00 !important}.yellow-text.text-accent-3{color:#ffea00 !important}.yellow.accent-4{background-color:#ffd600 !important}.yellow-text.text-accent-4{color:#ffd600 !important}.amber{background-color:#ffc107 !important}.amber-text{color:#ffc107 !important}.amber.lighten-5{background-color:#fff8e1 !important}.amber-text.text-lighten-5{color:#fff8e1 !important}.amber.lighten-4{background-color:#ffecb3 !important}.amber-text.text-lighten-4{color:#ffecb3 !important}.amber.lighten-3{background-color:#ffe082 !important}.amber-text.text-lighten-3{color:#ffe082 !important}.amber.lighten-2{background-color:#ffd54f !important}.amber-text.text-lighten-2{color:#ffd54f !important}.amber.lighten-1{background-color:#ffca28 !important}.amber-text.text-lighten-1{color:#ffca28 !important}.amber.darken-1{background-color:#ffb300 !important}.amber-text.text-darken-1{color:#ffb300 !important}.amber.darken-2{background-color:#ffa000 !important}.amber-text.text-darken-2{color:#ffa000 !important}.amber.darken-3{background-color:#ff8f00 !important}.amber-text.text-darken-3{color:#ff8f00 !important}.amber.darken-4{background-color:#ff6f00 !important}.amber-text.text-darken-4{color:#ff6f00 !important}.amber.accent-1{background-color:#ffe57f !important}.amber-text.text-accent-1{color:#ffe57f !important}.amber.accent-2{background-color:#ffd740 !important}.amber-text.text-accent-2{color:#ffd740 !important}.amber.accent-3{background-color:#ffc400 !important}.amber-text.text-accent-3{color:#ffc400 !important}.amber.accent-4{background-color:#ffab00 !important}.amber-text.text-accent-4{color:#ffab00 !important}.orange{background-color:#ff9800 !important}.orange-text{color:#ff9800 !important}.orange.lighten-5{background-color:#fff3e0 !important}.orange-text.text-lighten-5{color:#fff3e0 !important}.orange.lighten-4{background-color:#ffe0b2 !important}.orange-text.text-lighten-4{color:#ffe0b2 !important}.orange.lighten-3{background-color:#ffcc80 !important}.orange-text.text-lighten-3{color:#ffcc80 !important}.orange.lighten-2{background-color:#ffb74d !important}.orange-text.text-lighten-2{color:#ffb74d !important}.orange.lighten-1{background-color:#ffa726 !important}.orange-text.text-lighten-1{color:#ffa726 !important}.orange.darken-1{background-color:#fb8c00 !important}.orange-text.text-darken-1{color:#fb8c00 !important}.orange.darken-2{background-color:#f57c00 !important}.orange-text.text-darken-2{color:#f57c00 !important}.orange.darken-3{background-color:#ef6c00 !important}.orange-text.text-darken-3{color:#ef6c00 !important}.orange.darken-4{background-color:#e65100 !important}.orange-text.text-darken-4{color:#e65100 !important}.orange.accent-1{background-color:#ffd180 !important}.orange-text.text-accent-1{color:#ffd180 !important}.orange.accent-2{background-color:#ffab40 !important}.orange-text.text-accent-2{color:#ffab40 !important}.orange.accent-3{background-color:#ff9100 !important}.orange-text.text-accent-3{color:#ff9100 !important}.orange.accent-4{background-color:#ff6d00 !important}.orange-text.text-accent-4{color:#ff6d00 !important}.deep-orange{background-color:#ff5722 !important}.deep-orange-text{color:#ff5722 !important}.deep-orange.lighten-5{background-color:#fbe9e7 !important}.deep-orange-text.text-lighten-5{color:#fbe9e7 !important}.deep-orange.lighten-4{background-color:#ffccbc !important}.deep-orange-text.text-lighten-4{color:#ffccbc !important}.deep-orange.lighten-3{background-color:#ffab91 !important}.deep-orange-text.text-lighten-3{color:#ffab91 !important}.deep-orange.lighten-2{background-color:#ff8a65 !important}.deep-orange-text.text-lighten-2{color:#ff8a65 !important}.deep-orange.lighten-1{background-color:#ff7043 !important}.deep-orange-text.text-lighten-1{color:#ff7043 !important}.deep-orange.darken-1{background-color:#f4511e !important}.deep-orange-text.text-darken-1{color:#f4511e !important}.deep-orange.darken-2{background-color:#e64a19 !important}.deep-orange-text.text-darken-2{color:#e64a19 !important}.deep-orange.darken-3{background-color:#d84315 !important}.deep-orange-text.text-darken-3{color:#d84315 !important}.deep-orange.darken-4{background-color:#bf360c !important}.deep-orange-text.text-darken-4{color:#bf360c !important}.deep-orange.accent-1{background-color:#ff9e80 !important}.deep-orange-text.text-accent-1{color:#ff9e80 !important}.deep-orange.accent-2{background-color:#ff6e40 !important}.deep-orange-text.text-accent-2{color:#ff6e40 !important}.deep-orange.accent-3{background-color:#ff3d00 !important}.deep-orange-text.text-accent-3{color:#ff3d00 !important}.deep-orange.accent-4{background-color:#dd2c00 !important}.deep-orange-text.text-accent-4{color:#dd2c00 !important}.brown{background-color:#795548 !important}.brown-text{color:#795548 !important}.brown.lighten-5{background-color:#efebe9 !important}.brown-text.text-lighten-5{color:#efebe9 !important}.brown.lighten-4{background-color:#d7ccc8 !important}.brown-text.text-lighten-4{color:#d7ccc8 !important}.brown.lighten-3{background-color:#bcaaa4 !important}.brown-text.text-lighten-3{color:#bcaaa4 !important}.brown.lighten-2{background-color:#a1887f !important}.brown-text.text-lighten-2{color:#a1887f !important}.brown.lighten-1{background-color:#8d6e63 !important}.brown-text.text-lighten-1{color:#8d6e63 !important}.brown.darken-1{background-color:#6d4c41 !important}.brown-text.text-darken-1{color:#6d4c41 !important}.brown.darken-2{background-color:#5d4037 !important}.brown-text.text-darken-2{color:#5d4037 !important}.brown.darken-3{background-color:#4e342e !important}.brown-text.text-darken-3{color:#4e342e !important}.brown.darken-4{background-color:#3e2723 !important}.brown-text.text-darken-4{color:#3e2723 !important}.blue-grey{background-color:#607d8b !important}.blue-grey-text{color:#607d8b !important}.blue-grey.lighten-5{background-color:#eceff1 !important}.blue-grey-text.text-lighten-5{color:#eceff1 !important}.blue-grey.lighten-4{background-color:#cfd8dc !important}.blue-grey-text.text-lighten-4{color:#cfd8dc !important}.blue-grey.lighten-3{background-color:#b0bec5 !important}.blue-grey-text.text-lighten-3{color:#b0bec5 !important}.blue-grey.lighten-2{background-color:#90a4ae !important}.blue-grey-text.text-lighten-2{color:#90a4ae !important}.blue-grey.lighten-1{background-color:#78909c !important}.blue-grey-text.text-lighten-1{color:#78909c !important}.blue-grey.darken-1{background-color:#546e7a !important}.blue-grey-text.text-darken-1{color:#546e7a !important}.blue-grey.darken-2{background-color:#455a64 !important}.blue-grey-text.text-darken-2{color:#455a64 !important}.blue-grey.darken-3{background-color:#37474f !important}.blue-grey-text.text-darken-3{color:#37474f !important}.blue-grey.darken-4{background-color:#263238 !important}.blue-grey-text.text-darken-4{color:#263238 !important}.grey{background-color:#9e9e9e !important}.grey-text{color:#9e9e9e !important}.grey.lighten-5{background-color:#fafafa !important}.grey-text.text-lighten-5{color:#fafafa !important}.grey.lighten-4{background-color:#f5f5f5 !important}.grey-text.text-lighten-4{color:#f5f5f5 !important}.grey.lighten-3{background-color:#eee !important}.grey-text.text-lighten-3{color:#eee !important}.grey.lighten-2{background-color:#e0e0e0 !important}.grey-text.text-lighten-2{color:#e0e0e0 !important}.grey.lighten-1{background-color:#bdbdbd !important}.grey-text.text-lighten-1{color:#bdbdbd !important}.grey.darken-1{background-color:#757575 !important}.grey-text.text-darken-1{color:#757575 !important}.grey.darken-2{background-color:#616161 !important}.grey-text.text-darken-2{color:#616161 !important}.grey.darken-3{background-color:#424242 !important}.grey-text.text-darken-3{color:#424242 !important}.grey.darken-4{background-color:#212121 !important}.grey-text.text-darken-4{color:#212121 !important}.black{background-color:#000 !important}.black-text{color:#000 !important}.white{background-color:#fff !important}.white-text{color:#fff !important}.transparent{background-color:transparent !important}.transparent-text{color:transparent !important}/*!
 * ClockPicker v0.0.7 for jQuery (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
 *
 * Further modified
 * Copyright 2015 Ching Yaw Hao.
 *
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */.picker__box{background:#fff}.picker__date-display{background-color:#26a69a}.clockpicker-display{vertical-align:middle;display:inline-block;margin:auto;height:85px;font-size:70px;padding:10px;padding-bottom:0px;color:#b2dfdb}.clockpicker-display-column{float:left}.clockpicker-display-am-pm{padding-left:5px;vertical-align:bottom;height:85px}.clockpicker-span-am-pm{display:inline-block;font-size:23px;line-height:25px;color:#b2dfdb}.clockpicker-span-hours,.clockpicker-span-minutes{animation-duration:500ms;animation-fill-mode:both;transition:color 500ms;cursor:pointer}@keyframes pulse{from{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.1, 1.1, 1.1)}to{transform:scale3d(1, 1, 1)}}#click-am,#click-pm{cursor:pointer}.clockpicker-span-hours.text-primary,.clockpicker-span-minutes.text-primary,#click-am.text-primary,#click-pm.text-primary{animation-name:pulse;color:white}.clockpicker-moving{cursor:move}.clockpicker-plate{background-color:#eeeeee;border-radius:50%;width:270px;height:270px;overflow:visible;position:relative;margin:auto;margin-top:20px;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.clockpicker-canvas,.clockpicker-dial{width:270px;height:270px;position:absolute;left:-1px;top:-1px}.clockpicker-minutes{visibility:hidden}.clockpicker-tick{border-radius:50%;color:#666;line-height:40px;text-align:center;width:40px;height:40px;position:absolute;cursor:pointer;transition:background-color 300ms;background-color:rgba(0,150,136,0)}.clockpicker-tick.active,.clockpicker-tick:hover{background-color:rgba(0,150,136,0.25)}.clockpicker-dial{transition:transform 350ms, opacity 350ms}.clockpicker-dial-out{opacity:0}.clockpicker-hours.clockpicker-dial-out{transform:scale(1.2, 1.2)}.clockpicker-minutes.clockpicker-dial-out{transform:scale(0.8, 0.8)}.clockpicker-canvas{transition:opacity 300ms}.clockpicker-canvas-out{opacity:0.25}.clockpicker-canvas-bearing{stroke:none;fill:rgba(0,77,64,0.75)}.clockpicker-canvas-fg{stroke:none;fill:rgba(0,77,64,0)}.clockpicker-canvas-fg.active{fill:rgba(0,77,64,0.5)}.clockpicker-canvas-bg{stroke:none;fill:rgba(0,150,136,0.25)}.clockpicker-canvas-bg-trans{fill:rgba(0,150,136,0.25)}.clockpicker-canvas line{stroke:rgba(0,150,136,0.25);stroke-width:1;stroke-linecap:round}.clockpicker-am-pm-block{margin-top:-10px;width:100%;height:50px}.clockpicker-button.am-button{height:45px;width:45px;float:left}.clockpicker-button.pm-button{height:45px;width:45px;float:right}button{color:#343434}.btn-floating.btn-flat:focus,.btn-floating.btn-flat:visited{background-color:transparent}.btn-floating.btn-flat:hover{box-shadow:none;background-color:transparent}.btn-floating.btn-flat.active{background-color:rgba(0,150,136,0.25)}.btn-floating.btn-flat:active{background-color:rgba(0,150,136,0.5)}.picker__footer .clockpicker-button{margin:auto;margin-top:15px}.picker__footer .clockpicker-button:focus{background-color:transparent}.picker__footer .clockpicker-button:active{background-color:rgba(0,150,136,0.25)}/*!
 * ClockPicker v0.0.7 for jQuery (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
 *
 * Further modified
 * Copyright 2015 Ching Yaw Hao.
 *
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */.darktheme .picker__box{background-color:#212121}.darktheme .picker__date-display{background-color:transparent}.darktheme .clockpicker-display{color:white}.darktheme .clockpicker-span-am-pm{color:white}.darktheme .clockpicker-span-hours.text-primary,.darktheme .clockpicker-span-minutes.text-primary,.darktheme #click-am.text-primary,.darktheme #click-pm.text-primary{color:#ff4081}.darktheme .clockpicker-plate{background-color:transparent}.darktheme .clockpicker-tick{color:white;background-color:rgba(255,64,129,0)}.darktheme .clockpicker-tick.active,.darktheme .clockpicker-tick:hover{background-color:rgba(255,64,129,0.25)}.darktheme .clockpicker-canvas-bearing{fill:white}.darktheme .clockpicker-canvas-fg{fill:rgba(255,64,129,0)}.darktheme .clockpicker-canvas-fg.active{fill:rgba(255,64,129,0.5)}.darktheme .clockpicker-canvas-bg{fill:rgba(255,64,129,0.25)}.darktheme .clockpicker-canvas-bg-trans{fill:rgba(255,64,129,0.25)}.darktheme .clockpicker-canvas line{stroke:rgba(255,64,129,0.25)}.darktheme button{color:white}.darktheme .btn-floating.btn-flat.active{background-color:rgba(255,64,129,0.25)}.darktheme .btn-floating.btn-flat:active{background-color:rgba(255,64,129,0.5)}.darktheme .picker__footer .clockpicker-button:active{background-color:rgba(255,64,129,0.25)}
/* line 382, app/assets/stylesheets/materialize.scss */
.materialize-red {
  background-color: #e51c23 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.materialize-red-text {
  color: #e51c23 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.darken-1 {
  background-color: #d0181e !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.darken-2 {
  background-color: #b9151b !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.darken-3 {
  background-color: #a21318 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.red {
  background-color: #F44336 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.red-text {
  color: #F44336 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.lighten-5 {
  background-color: #FFEBEE !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.lighten-4 {
  background-color: #FFCDD2 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.lighten-3 {
  background-color: #EF9A9A !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.lighten-2 {
  background-color: #E57373 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-lighten-2 {
  color: #E57373 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.lighten-1 {
  background-color: #EF5350 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-lighten-1 {
  color: #EF5350 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.darken-1 {
  background-color: #E53935 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-darken-1 {
  color: #E53935 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.darken-2 {
  background-color: #D32F2F !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-darken-2 {
  color: #D32F2F !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.darken-3 {
  background-color: #C62828 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-darken-3 {
  color: #C62828 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.darken-4 {
  background-color: #B71C1C !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-darken-4 {
  color: #B71C1C !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.accent-1 {
  background-color: #FF8A80 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-accent-1 {
  color: #FF8A80 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.accent-2 {
  background-color: #FF5252 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-accent-2 {
  color: #FF5252 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.accent-3 {
  background-color: #FF1744 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-accent-3 {
  color: #FF1744 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.accent-4 {
  background-color: #D50000 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-accent-4 {
  color: #D50000 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.pink {
  background-color: #e91e63 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.pink-text {
  color: #e91e63 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.lighten-5 {
  background-color: #fce4ec !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.lighten-2 {
  background-color: #f06292 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-lighten-2 {
  color: #f06292 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.lighten-1 {
  background-color: #ec407a !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-lighten-1 {
  color: #ec407a !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.darken-1 {
  background-color: #d81b60 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-darken-1 {
  color: #d81b60 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.darken-2 {
  background-color: #c2185b !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-darken-2 {
  color: #c2185b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.darken-3 {
  background-color: #ad1457 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-darken-3 {
  color: #ad1457 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.darken-4 {
  background-color: #880e4f !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-darken-4 {
  color: #880e4f !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.accent-1 {
  background-color: #ff80ab !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-accent-1 {
  color: #ff80ab !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.accent-2 {
  background-color: #ff4081 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-accent-2 {
  color: #ff4081 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.accent-3 {
  background-color: #f50057 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-accent-3 {
  color: #f50057 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.accent-4 {
  background-color: #c51162 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-accent-4 {
  color: #c51162 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.purple {
  background-color: #9c27b0 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.purple-text {
  color: #9c27b0 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.lighten-1 {
  background-color: #ab47bc !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.darken-1 {
  background-color: #8e24aa !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-darken-1 {
  color: #8e24aa !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.darken-3 {
  background-color: #6a1b9a !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.darken-4 {
  background-color: #4a148c !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-darken-4 {
  color: #4a148c !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.accent-1 {
  background-color: #ea80fc !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-accent-1 {
  color: #ea80fc !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.accent-2 {
  background-color: #e040fb !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-accent-2 {
  color: #e040fb !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.accent-3 {
  background-color: #d500f9 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-accent-3 {
  color: #d500f9 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.accent-4 {
  background-color: #aa00ff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-accent-4 {
  color: #aa00ff !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.deep-purple {
  background-color: #673ab7 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.deep-purple-text {
  color: #673ab7 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.accent-3 {
  background-color: #651fff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.indigo {
  background-color: #3f51b5 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.indigo-text {
  color: #3f51b5 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.lighten-2 {
  background-color: #7986cb !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.darken-1 {
  background-color: #3949ab !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-darken-1 {
  color: #3949ab !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.darken-2 {
  background-color: #303f9f !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-darken-2 {
  color: #303f9f !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.darken-3 {
  background-color: #283593 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-darken-3 {
  color: #283593 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.darken-4 {
  background-color: #1a237e !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-darken-4 {
  color: #1a237e !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.accent-1 {
  background-color: #8c9eff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.accent-2 {
  background-color: #536dfe !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-accent-2 {
  color: #536dfe !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.accent-3 {
  background-color: #3d5afe !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.accent-4 {
  background-color: #304ffe !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-accent-4 {
  color: #304ffe !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.blue {
  background-color: #2196F3 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.blue-text {
  color: #2196F3 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.lighten-5 {
  background-color: #E3F2FD !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.lighten-4 {
  background-color: #BBDEFB !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.lighten-3 {
  background-color: #90CAF9 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.lighten-2 {
  background-color: #64B5F6 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.lighten-1 {
  background-color: #42A5F5 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.darken-1 {
  background-color: #1E88E5 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.darken-2 {
  background-color: #1976D2 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-darken-2 {
  color: #1976D2 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.darken-3 {
  background-color: #1565C0 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-darken-3 {
  color: #1565C0 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.darken-4 {
  background-color: #0D47A1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.accent-1 {
  background-color: #82B1FF !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-accent-1 {
  color: #82B1FF !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.accent-2 {
  background-color: #448AFF !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-accent-2 {
  color: #448AFF !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.accent-3 {
  background-color: #2979FF !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-accent-3 {
  color: #2979FF !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.accent-4 {
  background-color: #2962FF !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-accent-4 {
  color: #2962FF !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.light-blue {
  background-color: #03a9f4 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.light-blue-text {
  color: #03a9f4 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.darken-1 {
  background-color: #039be5 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.darken-3 {
  background-color: #0277bd !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.darken-4 {
  background-color: #01579b !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-darken-4 {
  color: #01579b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.accent-4 {
  background-color: #0091ea !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.cyan {
  background-color: #00bcd4 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.cyan-text {
  color: #00bcd4 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.lighten-3 {
  background-color: #80deea !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-lighten-3 {
  color: #80deea !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.lighten-1 {
  background-color: #26c6da !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.darken-1 {
  background-color: #00acc1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.darken-2 {
  background-color: #0097a7 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.darken-3 {
  background-color: #00838f !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-darken-3 {
  color: #00838f !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.darken-4 {
  background-color: #006064 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-darken-4 {
  color: #006064 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.accent-1 {
  background-color: #84ffff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-accent-1 {
  color: #84ffff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.accent-2 {
  background-color: #18ffff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-accent-2 {
  color: #18ffff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.accent-3 {
  background-color: #00e5ff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.teal {
  background-color: #009688 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.teal-text {
  color: #009688 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.lighten-2 {
  background-color: #4db6ac !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.lighten-1 {
  background-color: #26a69a !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-lighten-1 {
  color: #26a69a !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.darken-1 {
  background-color: #00897b !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-darken-1 {
  color: #00897b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.darken-2 {
  background-color: #00796b !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-darken-2 {
  color: #00796b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.darken-3 {
  background-color: #00695c !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-darken-3 {
  color: #00695c !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.darken-4 {
  background-color: #004d40 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-darken-4 {
  color: #004d40 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.accent-1 {
  background-color: #a7ffeb !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.accent-2 {
  background-color: #64ffda !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-accent-2 {
  color: #64ffda !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.accent-3 {
  background-color: #1de9b6 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.accent-4 {
  background-color: #00bfa5 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.green {
  background-color: #4CAF50 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.green-text {
  color: #4CAF50 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.lighten-5 {
  background-color: #E8F5E9 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.lighten-4 {
  background-color: #C8E6C9 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.lighten-3 {
  background-color: #A5D6A7 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.lighten-2 {
  background-color: #81C784 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-lighten-2 {
  color: #81C784 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.lighten-1 {
  background-color: #66BB6A !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-lighten-1 {
  color: #66BB6A !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.darken-1 {
  background-color: #43A047 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-darken-1 {
  color: #43A047 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.darken-2 {
  background-color: #388E3C !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-darken-2 {
  color: #388E3C !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.darken-3 {
  background-color: #2E7D32 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-darken-3 {
  color: #2E7D32 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.darken-4 {
  background-color: #1B5E20 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-darken-4 {
  color: #1B5E20 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.accent-1 {
  background-color: #B9F6CA !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-accent-1 {
  color: #B9F6CA !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.accent-2 {
  background-color: #69F0AE !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-accent-2 {
  color: #69F0AE !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.accent-3 {
  background-color: #00E676 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-accent-3 {
  color: #00E676 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.accent-4 {
  background-color: #00C853 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-accent-4 {
  color: #00C853 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.light-green {
  background-color: #8bc34a !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.light-green-text {
  color: #8bc34a !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.lighten-2 {
  background-color: #aed581 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.darken-1 {
  background-color: #7cb342 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.darken-2 {
  background-color: #689f38 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-darken-2 {
  color: #689f38 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.darken-3 {
  background-color: #558b2f !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-darken-3 {
  color: #558b2f !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.darken-4 {
  background-color: #33691e !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-darken-4 {
  color: #33691e !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.accent-1 {
  background-color: #ccff90 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.accent-3 {
  background-color: #76ff03 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.accent-4 {
  background-color: #64dd17 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.lime {
  background-color: #cddc39 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.lime-text {
  color: #cddc39 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.lighten-2 {
  background-color: #dce775 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-lighten-2 {
  color: #dce775 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.lighten-1 {
  background-color: #d4e157 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.darken-1 {
  background-color: #c0ca33 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.darken-2 {
  background-color: #afb42b !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-darken-2 {
  color: #afb42b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.darken-3 {
  background-color: #9e9d24 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.darken-4 {
  background-color: #827717 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-darken-4 {
  color: #827717 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.accent-1 {
  background-color: #f4ff81 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.accent-2 {
  background-color: #eeff41 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-accent-2 {
  color: #eeff41 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.accent-3 {
  background-color: #c6ff00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.accent-4 {
  background-color: #aeea00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-accent-4 {
  color: #aeea00 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.yellow {
  background-color: #ffeb3b !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.yellow-text {
  color: #ffeb3b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.lighten-3 {
  background-color: #fff59d !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.lighten-2 {
  background-color: #fff176 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.darken-1 {
  background-color: #fdd835 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.darken-2 {
  background-color: #fbc02d !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.darken-3 {
  background-color: #f9a825 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.darken-4 {
  background-color: #f57f17 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.accent-1 {
  background-color: #ffff8d !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.accent-2 {
  background-color: #ffff00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.accent-3 {
  background-color: #ffea00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.accent-4 {
  background-color: #ffd600 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.amber {
  background-color: #ffc107 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.amber-text {
  color: #ffc107 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.lighten-3 {
  background-color: #ffe082 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.lighten-2 {
  background-color: #ffd54f !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.lighten-1 {
  background-color: #ffca28 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.darken-1 {
  background-color: #ffb300 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-darken-1 {
  color: #ffb300 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.darken-2 {
  background-color: #ffa000 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-darken-2 {
  color: #ffa000 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.darken-3 {
  background-color: #ff8f00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.darken-4 {
  background-color: #ff6f00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.accent-1 {
  background-color: #ffe57f !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-accent-1 {
  color: #ffe57f !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.accent-2 {
  background-color: #ffd740 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-accent-2 {
  color: #ffd740 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.accent-3 {
  background-color: #ffc400 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-accent-3 {
  color: #ffc400 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.accent-4 {
  background-color: #ffab00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-accent-4 {
  color: #ffab00 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.orange {
  background-color: #ff9800 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.orange-text {
  color: #ff9800 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.lighten-2 {
  background-color: #ffb74d !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.lighten-1 {
  background-color: #ffa726 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.darken-1 {
  background-color: #fb8c00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.darken-2 {
  background-color: #f57c00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-darken-2 {
  color: #f57c00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.darken-3 {
  background-color: #ef6c00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.darken-4 {
  background-color: #e65100 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-darken-4 {
  color: #e65100 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.accent-1 {
  background-color: #ffd180 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-accent-1 {
  color: #ffd180 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.accent-2 {
  background-color: #ffab40 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-accent-2 {
  color: #ffab40 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.accent-3 {
  background-color: #ff9100 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-accent-3 {
  color: #ff9100 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.accent-4 {
  background-color: #ff6d00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.deep-orange {
  background-color: #ff5722 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.deep-orange-text {
  color: #ff5722 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.brown {
  background-color: #795548 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.brown-text {
  color: #795548 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.lighten-5 {
  background-color: #efebe9 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.lighten-2 {
  background-color: #a1887f !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-lighten-2 {
  color: #a1887f !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.darken-1 {
  background-color: #6d4c41 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.darken-2 {
  background-color: #5d4037 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-darken-2 {
  color: #5d4037 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.darken-3 {
  background-color: #4e342e !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-darken-3 {
  color: #4e342e !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.darken-4 {
  background-color: #3e2723 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-darken-4 {
  color: #3e2723 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.blue-grey {
  background-color: #607d8b !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.blue-grey-text {
  color: #607d8b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.darken-3 {
  background-color: #37474f !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.darken-4 {
  background-color: #263238 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.grey {
  background-color: #9e9e9e !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.grey-text {
  color: #9e9e9e !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.lighten-5 {
  background-color: #fafafa !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-lighten-5 {
  color: #fafafa !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.lighten-3 {
  background-color: #eeeeee !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.darken-1 {
  background-color: #757575 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-darken-1 {
  color: #757575 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.darken-2 {
  background-color: #616161 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-darken-2 {
  color: #616161 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.darken-3 {
  background-color: #424242 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-darken-3 {
  color: #424242 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.darken-4 {
  background-color: #212121 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-darken-4 {
  color: #212121 !important;
}

/* line 402, app/assets/stylesheets/materialize.scss */
.black {
  background-color: #000000 !important;
}

/* line 405, app/assets/stylesheets/materialize.scss */
.black-text {
  color: #000000 !important;
}

/* line 402, app/assets/stylesheets/materialize.scss */
.white {
  background-color: #FFFFFF !important;
}

/* line 405, app/assets/stylesheets/materialize.scss */
.white-text {
  color: #FFFFFF !important;
}

/* line 402, app/assets/stylesheets/materialize.scss */
.transparent {
  background-color: transparent !important;
}

/* line 405, app/assets/stylesheets/materialize.scss */
.transparent-text {
  color: transparent !important;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 777, app/assets/stylesheets/materialize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 790, app/assets/stylesheets/materialize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 798, app/assets/stylesheets/materialize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 812, app/assets/stylesheets/materialize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 825, app/assets/stylesheets/materialize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 835, app/assets/stylesheets/materialize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 844, app/assets/stylesheets/materialize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 855, app/assets/stylesheets/materialize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 868, app/assets/stylesheets/materialize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 878, app/assets/stylesheets/materialize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 888, app/assets/stylesheets/materialize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 897, app/assets/stylesheets/materialize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 907, app/assets/stylesheets/materialize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 918, app/assets/stylesheets/materialize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 926, app/assets/stylesheets/materialize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 935, app/assets/stylesheets/materialize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 944, app/assets/stylesheets/materialize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 952, app/assets/stylesheets/materialize.scss */
sub {
  bottom: -0.25em;
}

/* line 956, app/assets/stylesheets/materialize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 967, app/assets/stylesheets/materialize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 976, app/assets/stylesheets/materialize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 985, app/assets/stylesheets/materialize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 993, app/assets/stylesheets/materialize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 1005, app/assets/stylesheets/materialize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 1021, app/assets/stylesheets/materialize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 1031, app/assets/stylesheets/materialize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 1042, app/assets/stylesheets/materialize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 1053, app/assets/stylesheets/materialize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 1065, app/assets/stylesheets/materialize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 1076, app/assets/stylesheets/materialize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 1087, app/assets/stylesheets/materialize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 1101, app/assets/stylesheets/materialize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 1110, app/assets/stylesheets/materialize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 1119, app/assets/stylesheets/materialize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 1129, app/assets/stylesheets/materialize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 1139, app/assets/stylesheets/materialize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 1148, app/assets/stylesheets/materialize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 1158, app/assets/stylesheets/materialize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 1171, app/assets/stylesheets/materialize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 1180, app/assets/stylesheets/materialize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 1191, app/assets/stylesheets/materialize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 1199, app/assets/stylesheets/materialize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 1210, app/assets/stylesheets/materialize.scss */
[hidden] {
  display: none;
}

/* line 1219, app/assets/stylesheets/materialize.scss */
html {
  box-sizing: border-box;
}

/* line 1222, app/assets/stylesheets/materialize.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 1236, app/assets/stylesheets/materialize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* line 1245, app/assets/stylesheets/materialize.scss */
ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

/* line 1249, app/assets/stylesheets/materialize.scss */
ul:not(.browser-default) > li {
  list-style-type: none;
}

/* line 1255, app/assets/stylesheets/materialize.scss */
a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 1265, app/assets/stylesheets/materialize.scss */
.valign-wrapper {
  display: flex;
  align-items: center;
}

/* line 1272, app/assets/stylesheets/materialize.scss */
.clearfix {
  clear: both;
}

/* line 1278, app/assets/stylesheets/materialize.scss */
.z-depth-0 {
  box-shadow: none !important;
}

/* 2dp elevation modified*/
/* line 1283, app/assets/stylesheets/materialize.scss */
.z-depth-1, .sidenav, .collapsible, .dropdown-content, .btn-floating, .btn, .btn-small, .btn-large, .toast, .card, .card-panel, nav {
  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);
}

/* line 1288, app/assets/stylesheets/materialize.scss */
.z-depth-1-half, .btn-floating:hover, .btn:hover, .btn-small:hover, .btn-large:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/
/* line 1293, app/assets/stylesheets/materialize.scss */
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/
/* line 1300, app/assets/stylesheets/materialize.scss */
.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */
/* line 1307, app/assets/stylesheets/materialize.scss */
.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */
/* line 1314, app/assets/stylesheets/materialize.scss */
.z-depth-5, .modal {
  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);
}

/* line 1320, app/assets/stylesheets/materialize.scss */
.hoverable {
  transition: box-shadow .25s;
}

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

/* line 1330, app/assets/stylesheets/materialize.scss */
.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

/* line 1339, app/assets/stylesheets/materialize.scss */
blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}

/* line 1347, app/assets/stylesheets/materialize.scss */
i {
  line-height: inherit;
}

/* line 1350, app/assets/stylesheets/materialize.scss */
i.left {
  float: left;
  margin-right: 15px;
}

/* line 1354, app/assets/stylesheets/materialize.scss */
i.right {
  float: right;
  margin-left: 15px;
}

/* line 1358, app/assets/stylesheets/materialize.scss */
i.tiny {
  font-size: 1rem;
}

/* line 1361, app/assets/stylesheets/materialize.scss */
i.small {
  font-size: 2rem;
}

/* line 1364, app/assets/stylesheets/materialize.scss */
i.medium {
  font-size: 4rem;
}

/* line 1367, app/assets/stylesheets/materialize.scss */
i.large {
  font-size: 6rem;
}

/* line 1373, app/assets/stylesheets/materialize.scss */
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

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

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

/* line 1399, app/assets/stylesheets/materialize.scss */
.pagination li.active a {
  color: #fff;
}

/* line 1401, app/assets/stylesheets/materialize.scss */
.pagination li.active {
  background-color: #ee6e73;
}

/* line 1403, app/assets/stylesheets/materialize.scss */
.pagination li.disabled a {
  cursor: default;
  color: #999;
}

/* line 1408, app/assets/stylesheets/materialize.scss */
.pagination li i {
  font-size: 2rem;
}

/* line 1414, app/assets/stylesheets/materialize.scss */
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width : 992px) {
  /* line 1420, app/assets/stylesheets/materialize.scss */
  .pagination {
    width: 100%;
  }
  /* line 1423, app/assets/stylesheets/materialize.scss */
  .pagination li.prev,
.pagination li.next {
    width: 10%;
  }
  /* line 1428, app/assets/stylesheets/materialize.scss */
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}

/* line 1437, app/assets/stylesheets/materialize.scss */
.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 1441, app/assets/stylesheets/materialize.scss */
.breadcrumb i,
.breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}

/* line 1449, app/assets/stylesheets/materialize.scss */
.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;
}

/* line 1462, app/assets/stylesheets/materialize.scss */
.breadcrumb:first-child:before {
  display: none;
}

/* line 1466, app/assets/stylesheets/materialize.scss */
.breadcrumb:last-child {
  color: #fff;
}

/* line 1472, app/assets/stylesheets/materialize.scss */
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

/* line 1477, app/assets/stylesheets/materialize.scss */
.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* line 1485, app/assets/stylesheets/materialize.scss */
.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}

/* line 1499, app/assets/stylesheets/materialize.scss */
.pin-top, .pin-bottom {
  position: relative;
}

/* line 1502, app/assets/stylesheets/materialize.scss */
.pinned {
  position: fixed !important;
}

/*********************
   Transition Classes
 **********************/
/* line 1510, app/assets/stylesheets/materialize.scss */
ul.staggered-list li {
  opacity: 0;
}

/* line 1514, app/assets/stylesheets/materialize.scss */
.fade-in {
  opacity: 0;
  transform-origin: 0 50%;
}

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

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

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

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

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

@media only screen and (min-width : 1201px) {
  /* line 1548, app/assets/stylesheets/materialize.scss */
  .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 1201px) {
  /* line 1553, app/assets/stylesheets/materialize.scss */
  .show-on-extra-large {
    display: block !important;
  }
}

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

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

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

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

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

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

/* line 1593, app/assets/stylesheets/materialize.scss */
.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ee6e73;
}

/* line 1598, app/assets/stylesheets/materialize.scss */
.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

/* line 1611, app/assets/stylesheets/materialize.scss */
table, th, td {
  border: none;
}

/* line 1615, app/assets/stylesheets/materialize.scss */
table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1622, app/assets/stylesheets/materialize.scss */
table.striped tr {
  border-bottom: none;
}

/* line 1627, app/assets/stylesheets/materialize.scss */
table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}

/* line 1631, app/assets/stylesheets/materialize.scss */
table.striped > tbody > tr > td {
  border-radius: 0;
}

/* line 1637, app/assets/stylesheets/materialize.scss */
table.highlight > tbody > tr {
  transition: background-color .25s ease;
}

/* line 1639, app/assets/stylesheets/materialize.scss */
table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}

/* line 1645, app/assets/stylesheets/materialize.scss */
table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

/* line 1651, app/assets/stylesheets/materialize.scss */
tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

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

@media only screen and (max-width : 992px) {
  /* line 1666, app/assets/stylesheets/materialize.scss */
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  /* line 1673, app/assets/stylesheets/materialize.scss */
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  /* line 1677, app/assets/stylesheets/materialize.scss */
  table.responsive-table th,
table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  /* line 1683, app/assets/stylesheets/materialize.scss */
  table.responsive-table th {
    text-align: left;
  }
  /* line 1684, app/assets/stylesheets/materialize.scss */
  table.responsive-table thead {
    display: block;
    float: left;
  }
  /* line 1688, app/assets/stylesheets/materialize.scss */
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  /* line 1692, app/assets/stylesheets/materialize.scss */
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  /* line 1697, app/assets/stylesheets/materialize.scss */
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  /* line 1704, app/assets/stylesheets/materialize.scss */
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  /* line 1709, app/assets/stylesheets/materialize.scss */
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  /* line 1713, app/assets/stylesheets/materialize.scss */
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  /* line 1718, app/assets/stylesheets/materialize.scss */
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  /* line 1724, app/assets/stylesheets/materialize.scss */
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}

/* line 1734, app/assets/stylesheets/materialize.scss */
.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

/* line 1741, app/assets/stylesheets/materialize.scss */
.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

/* line 1749, app/assets/stylesheets/materialize.scss */
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

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

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

/* line 1774, app/assets/stylesheets/materialize.scss */
.collection .collection-item.avatar .title {
  font-size: 16px;
}

/* line 1778, app/assets/stylesheets/materialize.scss */
.collection .collection-item.avatar p {
  margin: 0;
}

/* line 1782, app/assets/stylesheets/materialize.scss */
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

/* line 1791, app/assets/stylesheets/materialize.scss */
.collection .collection-item:last-child {
  border-bottom: none;
}

/* line 1795, app/assets/stylesheets/materialize.scss */
.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}

/* line 1799, app/assets/stylesheets/materialize.scss */
.collection .collection-item.active .secondary-content {
  color: #fff;
}

/* line 1804, app/assets/stylesheets/materialize.scss */
.collection a.collection-item {
  display: block;
  transition: .25s;
  color: #26a69a;
}

/* line 1809, app/assets/stylesheets/materialize.scss */
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

/* line 1816, app/assets/stylesheets/materialize.scss */
.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

/* line 1821, app/assets/stylesheets/materialize.scss */
.collection.with-header .collection-item {
  padding-left: 30px;
}

/* line 1824, app/assets/stylesheets/materialize.scss */
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

/* line 1831, app/assets/stylesheets/materialize.scss */
.secondary-content {
  float: right;
  color: #26a69a;
}

/* line 1835, app/assets/stylesheets/materialize.scss */
.collapsible .collection {
  margin: 0;
  border: none;
}

/* line 1843, app/assets/stylesheets/materialize.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

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

/* line 1868, app/assets/stylesheets/materialize.scss */
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  transition: width .3s linear;
}

/* line 1876, app/assets/stylesheets/materialize.scss */
.progress .indeterminate {
  background-color: #26a69a;
}

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

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

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

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

/*******************
   Utility Classes
 *******************/
/* line 1939, app/assets/stylesheets/materialize.scss */
.hide {
  display: none !important;
}

/* line 1944, app/assets/stylesheets/materialize.scss */
.left-align {
  text-align: left;
}

/* line 1947, app/assets/stylesheets/materialize.scss */
.right-align {
  text-align: right;
}

/* line 1950, app/assets/stylesheets/materialize.scss */
.center, .center-align {
  text-align: center;
}

/* line 1954, app/assets/stylesheets/materialize.scss */
.left {
  float: left !important;
}

/* line 1957, app/assets/stylesheets/materialize.scss */
.right {
  float: right !important;
}

/* line 1962, app/assets/stylesheets/materialize.scss */
.no-select, input[type=range],
input[type=range] + .thumb {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 1966, app/assets/stylesheets/materialize.scss */
.circle {
  border-radius: 50%;
}

/* line 1970, app/assets/stylesheets/materialize.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 1976, app/assets/stylesheets/materialize.scss */
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1983, app/assets/stylesheets/materialize.scss */
.no-padding {
  padding: 0 !important;
}

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

/* line 2001, app/assets/stylesheets/materialize.scss */
span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #26a69a;
  border-radius: 2px;
}

/* line 2008, app/assets/stylesheets/materialize.scss */
span.badge.new:after {
  content: " new";
}

/* line 2012, app/assets/stylesheets/materialize.scss */
span.badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption);
}

/* line 2018, app/assets/stylesheets/materialize.scss */
nav ul a span.badge {
  display: inline-block;
  float: none;
  margin-left: 4px;
  line-height: 22px;
  height: 22px;
  -webkit-font-smoothing: auto;
}

/* line 2028, app/assets/stylesheets/materialize.scss */
.collection-item span.badge {
  margin-top: calc(0.75rem - 11px);
}

/* line 2031, app/assets/stylesheets/materialize.scss */
.collapsible span.badge {
  margin-left: auto;
}

/* line 2034, app/assets/stylesheets/materialize.scss */
.sidenav span.badge {
  margin-top: calc(24px - 11px);
}

/* line 2038, app/assets/stylesheets/materialize.scss */
table span.badge {
  display: inline-block;
  float: none;
  margin-left: auto;
}

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

/* line 2052, app/assets/stylesheets/materialize.scss */
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width : 601px) {
  /* line 2058, app/assets/stylesheets/materialize.scss */
  .container {
    width: 85%;
  }
}

@media only screen and (min-width : 993px) {
  /* line 2063, app/assets/stylesheets/materialize.scss */
  .container {
    width: 70%;
  }
}

/* line 2067, app/assets/stylesheets/materialize.scss */
.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

/* line 2072, app/assets/stylesheets/materialize.scss */
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 2076, app/assets/stylesheets/materialize.scss */
.section.no-pad {
  padding: 0;
}

/* line 2079, app/assets/stylesheets/materialize.scss */
.section.no-pad-bot {
  padding-bottom: 0;
}

/* line 2082, app/assets/stylesheets/materialize.scss */
.section.no-pad-top {
  padding-top: 0;
}

/* line 2107, app/assets/stylesheets/materialize.scss */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 100%;
}

/* line 2113, app/assets/stylesheets/materialize.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* line 2119, app/assets/stylesheets/materialize.scss */
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}

/* line 2125, app/assets/stylesheets/materialize.scss */
.row .col[class*="push-"], .row .col[class*="pull-"] {
  position: relative;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s1 {
  right: 8.3333333333%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s1 {
  left: 8.3333333333%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s2 {
  right: 16.6666666667%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s2 {
  left: 16.6666666667%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s3 {
  margin-left: 25%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s3 {
  right: 25%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s3 {
  left: 25%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s4 {
  right: 33.3333333333%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s4 {
  left: 33.3333333333%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s5 {
  right: 41.6666666667%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s5 {
  left: 41.6666666667%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s6 {
  margin-left: 50%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s6 {
  right: 50%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s6 {
  left: 50%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s7 {
  right: 58.3333333333%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s7 {
  left: 58.3333333333%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s8 {
  right: 66.6666666667%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s8 {
  left: 66.6666666667%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s9 {
  margin-left: 75%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s9 {
  right: 75%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s9 {
  left: 75%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s10 {
  right: 83.3333333333%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s10 {
  left: 83.3333333333%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s11 {
  right: 91.6666666667%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s11 {
  left: 91.6666666667%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s12 {
  margin-left: 100%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s12 {
  right: 100%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s12 {
  left: 100%;
}

@media only screen and (min-width : 601px) {
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m3 {
    right: 25%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m3 {
    left: 25%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m6 {
    right: 50%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m6 {
    left: 50%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m9 {
    right: 75%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m9 {
    left: 75%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m12 {
    right: 100%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m12 {
    left: 100%;
  }
}

@media only screen and (min-width : 993px) {
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l3 {
    right: 25%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l3 {
    left: 25%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l6 {
    right: 50%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l6 {
    left: 50%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l9 {
    right: 75%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l9 {
    left: 75%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l12 {
    right: 100%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l12 {
    left: 100%;
  }
}

@media only screen and (min-width : 1201px) {
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl3 {
    right: 25%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl3 {
    left: 25%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl6 {
    right: 50%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl6 {
    left: 50%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl9 {
    right: 75%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl9 {
    left: 75%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl12 {
    right: 100%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl12 {
    left: 100%;
  }
}

/* line 2210, app/assets/stylesheets/materialize.scss */
nav {
  color: #fff;
  background-color: #ee6e73;
  width: 100%;
  height: 56px;
  line-height: 56px;
}

/* line 2211, app/assets/stylesheets/materialize.scss */
nav.nav-extended {
  height: auto;
}

/* line 2214, app/assets/stylesheets/materialize.scss */
nav.nav-extended .nav-wrapper {
  min-height: 56px;
  height: auto;
}

/* line 2219, app/assets/stylesheets/materialize.scss */
nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}

/* line 2232, app/assets/stylesheets/materialize.scss */
nav a {
  color: #fff;
}

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

/* line 2243, app/assets/stylesheets/materialize.scss */
nav .nav-wrapper {
  position: relative;
  height: 100%;
}

@media only screen and (min-width : 993px) {
  /* line 2249, app/assets/stylesheets/materialize.scss */
  nav a.sidenav-trigger {
    display: none;
  }
}

/* line 2254, app/assets/stylesheets/materialize.scss */
nav .sidenav-trigger {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}

/* line 2261, app/assets/stylesheets/materialize.scss */
nav .sidenav-trigger i {
  height: 56px;
  line-height: 56px;
}

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

/* line 2276, app/assets/stylesheets/materialize.scss */
nav .brand-logo.center {
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width : 992px) {
  /* line 2269, app/assets/stylesheets/materialize.scss */
  nav .brand-logo {
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 2285, app/assets/stylesheets/materialize.scss */
  nav .brand-logo.left, nav .brand-logo.right {
    padding: 0;
    transform: none;
  }
  /* line 2290, app/assets/stylesheets/materialize.scss */
  nav .brand-logo.left {
    left: 0.5rem;
  }
  /* line 2291, app/assets/stylesheets/materialize.scss */
  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}

/* line 2297, app/assets/stylesheets/materialize.scss */
nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}

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

/* line 2312, app/assets/stylesheets/materialize.scss */
nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}

/* line 2320, app/assets/stylesheets/materialize.scss */
nav ul {
  margin: 0;
}

/* line 2323, app/assets/stylesheets/materialize.scss */
nav ul li {
  transition: background-color .3s;
  float: left;
  padding: 0;
}

/* line 2328, app/assets/stylesheets/materialize.scss */
nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}

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

/* line 2340, app/assets/stylesheets/materialize.scss */
nav ul a.btn, nav ul a.btn-small, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}

/* line 2345, app/assets/stylesheets/materialize.scss */
nav ul a.btn > .material-icons, nav ul a.btn-small > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-flat > .material-icons, nav ul a.btn-floating > .material-icons {
  height: inherit;
  line-height: inherit;
}

/* line 2351, app/assets/stylesheets/materialize.scss */
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 2356, app/assets/stylesheets/materialize.scss */
nav ul.left {
  float: left;
}

/* line 2362, app/assets/stylesheets/materialize.scss */
nav form {
  height: 100%;
}

/* line 2366, app/assets/stylesheets/materialize.scss */
nav .input-field {
  margin: 0;
  height: 100%;
}

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

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

/* line 2383, app/assets/stylesheets/materialize.scss */
nav .input-field label {
  top: 0;
  left: 0;
}

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

/* line 2391, app/assets/stylesheets/materialize.scss */
nav .input-field label.active i {
  color: #fff;
}

/* line 2397, app/assets/stylesheets/materialize.scss */
.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}

/* line 2402, app/assets/stylesheets/materialize.scss */
.navbar-fixed nav {
  position: fixed;
}

@media only screen and (min-width : 601px) {
  /* line 2407, app/assets/stylesheets/materialize.scss */
  nav.nav-extended .nav-wrapper {
    min-height: 64px;
  }
  /* line 2410, app/assets/stylesheets/materialize.scss */
  nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 64px;
    line-height: 64px;
  }
  /* line 2414, app/assets/stylesheets/materialize.scss */
  .navbar-fixed {
    height: 64px;
  }
}

/* line 2422, app/assets/stylesheets/materialize.scss */
a {
  text-decoration: none;
}

/* line 2426, app/assets/stylesheets/materialize.scss */
html {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

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

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

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

/* line 2445, app/assets/stylesheets/materialize.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.3;
}

/* line 2451, app/assets/stylesheets/materialize.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

/* line 2452, app/assets/stylesheets/materialize.scss */
h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}

/* line 2453, app/assets/stylesheets/materialize.scss */
h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.3733333333rem 0 1.424rem 0;
}

/* line 2454, app/assets/stylesheets/materialize.scss */
h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.9466666667rem 0 1.168rem 0;
}

/* line 2455, app/assets/stylesheets/materialize.scss */
h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}

/* line 2456, app/assets/stylesheets/materialize.scss */
h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 0.656rem 0;
}

/* line 2457, app/assets/stylesheets/materialize.scss */
h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.7666666667rem 0 0.46rem 0;
}

/* line 2460, app/assets/stylesheets/materialize.scss */
em {
  font-style: italic;
}

/* line 2461, app/assets/stylesheets/materialize.scss */
strong {
  font-weight: 500;
}

/* line 2462, app/assets/stylesheets/materialize.scss */
small {
  font-size: 75%;
}

/* line 2463, app/assets/stylesheets/materialize.scss */
.light {
  font-weight: 300;
}

/* line 2464, app/assets/stylesheets/materialize.scss */
.thin {
  font-weight: 200;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2485, app/assets/stylesheets/materialize.scss */
.scale-transition.scale-out {
  transform: scale(0);
  transition: transform .2s !important;
}

/* line 2490, app/assets/stylesheets/materialize.scss */
.scale-transition.scale-in {
  transform: scale(1);
}

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

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

/* line 2518, app/assets/stylesheets/materialize.scss */
.card .card-title {
  font-size: 24px;
  font-weight: 300;
}

/* line 2521, app/assets/stylesheets/materialize.scss */
.card .card-title.activator {
  cursor: pointer;
}

/* line 2527, app/assets/stylesheets/materialize.scss */
.card.small, .card.medium, .card.large {
  position: relative;
}

/* line 2530, app/assets/stylesheets/materialize.scss */
.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}

/* line 2534, app/assets/stylesheets/materialize.scss */
.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
  max-height: 40%;
}

/* line 2537, app/assets/stylesheets/materialize.scss */
.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 2541, app/assets/stylesheets/materialize.scss */
.card.small .card-action, .card.medium .card-action, .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 2549, app/assets/stylesheets/materialize.scss */
.card.small {
  height: 300px;
}

/* line 2553, app/assets/stylesheets/materialize.scss */
.card.medium {
  height: 400px;
}

/* line 2557, app/assets/stylesheets/materialize.scss */
.card.large {
  height: 500px;
}

/* line 2562, app/assets/stylesheets/materialize.scss */
.card.horizontal {
  display: flex;
}

/* line 2564, app/assets/stylesheets/materialize.scss */
.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}

/* line 2569, app/assets/stylesheets/materialize.scss */
.card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
  height: 100%;
}

/* line 2577, app/assets/stylesheets/materialize.scss */
.card.horizontal .card-image {
  max-width: 50%;
}

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

/* line 2586, app/assets/stylesheets/materialize.scss */
.card.horizontal .card-stacked {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

/* line 2592, app/assets/stylesheets/materialize.scss */
.card.horizontal .card-stacked .card-content {
  flex-grow: 1;
}

/* line 2600, app/assets/stylesheets/materialize.scss */
.card.sticky-action .card-action {
  z-index: 2;
}

/* line 2604, app/assets/stylesheets/materialize.scss */
.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}

/* line 2613, app/assets/stylesheets/materialize.scss */
.card .card-image {
  position: relative;
}

/* line 2617, app/assets/stylesheets/materialize.scss */
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* line 2628, app/assets/stylesheets/materialize.scss */
.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}

/* line 2638, app/assets/stylesheets/materialize.scss */
.card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}

/* line 2642, app/assets/stylesheets/materialize.scss */
.card .card-content p {
  margin: 0;
}

/* line 2645, app/assets/stylesheets/materialize.scss */
.card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
}

/* line 2650, app/assets/stylesheets/materialize.scss */
.card .card-content .card-title i {
  line-height: 32px;
}

/* line 2656, app/assets/stylesheets/materialize.scss */
.card .card-action {
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  position: relative;
  padding: 16px 24px;
}

/* line 2657, app/assets/stylesheets/materialize.scss */
.card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}

/* line 2665, app/assets/stylesheets/materialize.scss */
.card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 24px;
  transition: color .3s ease;
  text-transform: uppercase;
}

/* line 2671, app/assets/stylesheets/materialize.scss */
.card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}

/* line 2675, app/assets/stylesheets/materialize.scss */
.card .card-reveal {
  padding: 24px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

/* line 2687, app/assets/stylesheets/materialize.scss */
.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

/* line 2695, app/assets/stylesheets/materialize.scss */
#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
  width: auto !important;
}

@media only screen and (max-width : 600px) {
  /* line 2695, app/assets/stylesheets/materialize.scss */
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}

@media only screen and (min-width : 601px) and (max-width : 992px) {
  /* line 2695, app/assets/stylesheets/materialize.scss */
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}

@media only screen and (min-width : 993px) {
  /* line 2695, app/assets/stylesheets/materialize.scss */
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}

/* line 2717, app/assets/stylesheets/materialize.scss */
.toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;
}

/* line 2738, app/assets/stylesheets/materialize.scss */
.toast .toast-action {
  color: #eeff41;
  font-weight: 500;
  margin-right: -25px;
  margin-left: 3rem;
}

/* line 2745, app/assets/stylesheets/materialize.scss */
.toast.rounded {
  border-radius: 24px;
}

@media only screen and (max-width : 600px) {
  /* line 2717, app/assets/stylesheets/materialize.scss */
  .toast {
    width: 100%;
    border-radius: 0;
  }
}

/* line 2757, app/assets/stylesheets/materialize.scss */
.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}

/* line 2758, app/assets/stylesheets/materialize.scss */
.tabs.tabs-transparent {
  background-color: transparent;
}

/* line 2761, app/assets/stylesheets/materialize.scss */
.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2767, app/assets/stylesheets/materialize.scss */
.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}

/* line 2772, app/assets/stylesheets/materialize.scss */
.tabs.tabs-transparent .indicator {
  background-color: #fff;
}

/* line 2777, app/assets/stylesheets/materialize.scss */
.tabs.tabs-fixed-width {
  display: flex;
}

/* line 2780, app/assets/stylesheets/materialize.scss */
.tabs.tabs-fixed-width .tab {
  flex-grow: 1;
}

/* line 2794, app/assets/stylesheets/materialize.scss */
.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

/* line 2803, app/assets/stylesheets/materialize.scss */
.tabs .tab a {
  color: rgba(238, 110, 115, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color .28s ease, background-color .28s ease;
}

/* line 2804, app/assets/stylesheets/materialize.scss */
.tabs .tab a:focus, .tabs .tab a.active:focus {
  background-color: rgba(246, 178, 181, 0.2);
  outline: none;
}

/* line 2810, app/assets/stylesheets/materialize.scss */
.tabs .tab a:hover, .tabs .tab a.active {
  background-color: transparent;
  color: #ee6e73;
}

/* line 2827, app/assets/stylesheets/materialize.scss */
.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
  color: rgba(238, 110, 115, 0.4);
  cursor: default;
}

/* line 2833, app/assets/stylesheets/materialize.scss */
.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #f6b2b5;
  will-change: left, right;
}

@media only screen and (max-width : 992px) {
  /* line 2844, app/assets/stylesheets/materialize.scss */
  .tabs {
    display: flex;
  }
  /* line 2847, app/assets/stylesheets/materialize.scss */
  .tabs .tab {
    flex-grow: 1;
  }
  /* line 2850, app/assets/stylesheets/materialize.scss */
  .tabs .tab a {
    padding: 0 12px;
  }
}

/* line 2858, app/assets/stylesheets/materialize.scss */
.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: #323232;
}

/* line 2879, app/assets/stylesheets/materialize.scss */
.backdrop {
  position: absolute;
  opacity: 0;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  transform-origin: 50% 0%;
  visibility: hidden;
}

/* line 2893, app/assets/stylesheets/materialize.scss */
.btn, .btn-small, .btn-large,
.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;
}

/* line 2907, app/assets/stylesheets/materialize.scss */
.btn.disabled,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}

/* line 2927, app/assets/stylesheets/materialize.scss */
.btn.disabled:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

/* line 2934, app/assets/stylesheets/materialize.scss */
.btn,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat {
  font-size: 14px;
  outline: 0;
}

/* line 2941, app/assets/stylesheets/materialize.scss */
.btn i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

/* line 2950, app/assets/stylesheets/materialize.scss */
.btn:focus, .btn-small:focus, .btn-large:focus,
.btn-floating:focus {
  background-color: #1d7d74;
}

/* line 2956, app/assets/stylesheets/materialize.scss */
.btn, .btn-small, .btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  transition: background-color .2s ease-out;
  cursor: pointer;
}

/* line 2965, app/assets/stylesheets/materialize.scss */
.btn:hover, .btn-small:hover, .btn-large:hover {
  background-color: #2bbbad;
}

/* line 2972, app/assets/stylesheets/materialize.scss */
.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  transition: background-color .3s;
  cursor: pointer;
  vertical-align: middle;
}

/* line 2973, app/assets/stylesheets/materialize.scss */
.btn-floating:hover {
  background-color: #26a69a;
}

/* line 2977, app/assets/stylesheets/materialize.scss */
.btn-floating:before {
  border-radius: 0;
}

/* line 2980, app/assets/stylesheets/materialize.scss */
.btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}

/* line 2981, app/assets/stylesheets/materialize.scss */
.btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}

/* line 2987, app/assets/stylesheets/materialize.scss */
.btn-floating.btn-large i {
  line-height: 56px;
}

/* line 2992, app/assets/stylesheets/materialize.scss */
.btn-floating.btn-small {
  width: 32.4px;
  height: 32.4px;
}

/* line 2993, app/assets/stylesheets/materialize.scss */
.btn-floating.btn-small.halfway-fab {
  bottom: -16.2px;
}

/* line 2998, app/assets/stylesheets/materialize.scss */
.btn-floating.btn-small i {
  line-height: 32.4px;
}

/* line 3003, app/assets/stylesheets/materialize.scss */
.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}

/* line 3004, app/assets/stylesheets/materialize.scss */
.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}

/* line 3027, app/assets/stylesheets/materialize.scss */
.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

/* line 3038, app/assets/stylesheets/materialize.scss */
button.btn-floating {
  border: none;
}

/* line 3043, app/assets/stylesheets/materialize.scss */
.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}

/* line 3045, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.active ul {
  visibility: visible;
}

/* line 3051, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-left, .fixed-action-btn.direction-right {
  padding: 0 0 0 15px;
}

/* line 3054, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  /*width 100% only goes to width of button container */
  width: 500px;
}

/* line 3063, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-left ul li, .fixed-action-btn.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}

/* line 3069, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-right {
  padding: 0 15px 0 0;
}

/* line 3071, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}

/* line 3076, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}

/* line 3081, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-bottom {
  padding: 0 0 15px 0;
}

/* line 3083, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: flex;
  flex-direction: column-reverse;
}

/* line 3088, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0 0;
}

/* line 3093, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}

/* line 3095, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}

/* line 3101, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.toolbar ul {
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}

/* line 3106, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.toolbar ul li {
  flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  transition: none;
}

/* line 3112, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}

/* line 3123, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}

/* line 3136, app/assets/stylesheets/materialize.scss */
.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}

/* line 3144, app/assets/stylesheets/materialize.scss */
.fixed-action-btn ul li {
  margin-bottom: 15px;
}

/* line 3147, app/assets/stylesheets/materialize.scss */
.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

/* line 3151, app/assets/stylesheets/materialize.scss */
.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #26a69a;
  border-radius: 50%;
  transform: scale(0);
}

/* line 3165, app/assets/stylesheets/materialize.scss */
.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color .2s;
}

/* line 3171, app/assets/stylesheets/materialize.scss */
.btn-flat:focus, .btn-flat:hover {
  box-shadow: none;
}

/* line 3175, app/assets/stylesheets/materialize.scss */
.btn-flat:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 3178, app/assets/stylesheets/materialize.scss */
.btn-flat.disabled, .btn-flat.btn-flat[disabled] {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}

/* line 3187, app/assets/stylesheets/materialize.scss */
.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}

/* line 3194, app/assets/stylesheets/materialize.scss */
.btn-large i {
  font-size: 1.6rem;
}

/* line 3200, app/assets/stylesheets/materialize.scss */
.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}

/* line 3205, app/assets/stylesheets/materialize.scss */
.btn-small i {
  font-size: 1.2rem;
}

/* line 3211, app/assets/stylesheets/materialize.scss */
.btn-block {
  display: block;
}

/* line 3216, app/assets/stylesheets/materialize.scss */
.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;
  transform-origin: 0 0;
}

/* line 3217, app/assets/stylesheets/materialize.scss */
.dropdown-content:focus {
  outline: 0;
}

/* line 3236, app/assets/stylesheets/materialize.scss */
.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;
}

/* line 3237, app/assets/stylesheets/materialize.scss */
.dropdown-content li:hover, .dropdown-content li.active {
  background-color: #eee;
}

/* line 3241, app/assets/stylesheets/materialize.scss */
.dropdown-content li:focus {
  outline: none;
}

/* line 3245, app/assets/stylesheets/materialize.scss */
.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

/* line 3250, app/assets/stylesheets/materialize.scss */
.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

/* line 3258, app/assets/stylesheets/materialize.scss */
.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}

/* line 3265, app/assets/stylesheets/materialize.scss */
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

/* line 3285, app/assets/stylesheets/materialize.scss */
body.keyboard-focused .dropdown-content li:focus {
  background-color: #dadada;
}

/* line 3291, app/assets/stylesheets/materialize.scss */
.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
  transform: none;
}

/* line 3298, app/assets/stylesheets/materialize.scss */
.dropdown-trigger {
  cursor: pointer;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
/* line 3314, app/assets/stylesheets/materialize.scss */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: .3s ease-out;
}

/* line 3325, app/assets/stylesheets/materialize.scss */
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}

/* line 3342, app/assets/stylesheets/materialize.scss */
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

/* line 3345, app/assets/stylesheets/materialize.scss */
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

/* line 3348, app/assets/stylesheets/materialize.scss */
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

/* line 3351, app/assets/stylesheets/materialize.scss */
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

/* line 3354, app/assets/stylesheets/materialize.scss */
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

/* line 3357, app/assets/stylesheets/materialize.scss */
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

/* line 3360, app/assets/stylesheets/materialize.scss */
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

/* line 3365, app/assets/stylesheets/materialize.scss */
.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

/* line 3373, app/assets/stylesheets/materialize.scss */
.waves-effect img {
  position: relative;
  z-index: -1;
}

/* line 3379, app/assets/stylesheets/materialize.scss */
.waves-notransition {
  transition: none !important;
}

/* line 3383, app/assets/stylesheets/materialize.scss */
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

/* line 3388, app/assets/stylesheets/materialize.scss */
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

/* line 3392, app/assets/stylesheets/materialize.scss */
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 3400, app/assets/stylesheets/materialize.scss */
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

/* line 3409, app/assets/stylesheets/materialize.scss */
.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
/* line 3414, app/assets/stylesheets/materialize.scss */
.waves-effect .waves-ripple {
  z-index: -1;
}

/* line 3418, app/assets/stylesheets/materialize.scss */
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}

/* line 3419, app/assets/stylesheets/materialize.scss */
.modal:focus {
  outline: none;
}

@media only screen and (max-width : 992px) {
  /* line 3418, app/assets/stylesheets/materialize.scss */
  .modal {
    width: 80%;
  }
}

/* line 3443, app/assets/stylesheets/materialize.scss */
.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 0;
}

/* line 3447, app/assets/stylesheets/materialize.scss */
.modal .modal-content {
  padding: 24px;
}

/* line 3450, app/assets/stylesheets/materialize.scss */
.modal .modal-close {
  cursor: pointer;
}

/* line 3454, app/assets/stylesheets/materialize.scss */
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}

/* line 3462, app/assets/stylesheets/materialize.scss */
.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-small, .modal .modal-footer .btn-flat {
  margin: 6px 0;
}

/* line 3467, app/assets/stylesheets/materialize.scss */
.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

/* line 3483, app/assets/stylesheets/materialize.scss */
.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}

/* line 3487, app/assets/stylesheets/materialize.scss */
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

/* line 3495, app/assets/stylesheets/materialize.scss */
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

/* line 3503, app/assets/stylesheets/materialize.scss */
.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

/* line 3515, app/assets/stylesheets/materialize.scss */
.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}

/* line 3523, app/assets/stylesheets/materialize.scss */
.collapsible-header {
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

/* line 3524, app/assets/stylesheets/materialize.scss */
.collapsible-header:focus {
  outline: 0;
}

/* line 3536, app/assets/stylesheets/materialize.scss */
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}

/* line 3544, app/assets/stylesheets/materialize.scss */
.keyboard-focused .collapsible-header:focus {
  background-color: #eee;
}

/* line 3548, app/assets/stylesheets/materialize.scss */
.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 2rem;
}

/* line 3559, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible,
.sidenav.fixed .collapsible {
  border: none;
  box-shadow: none;
}

/* line 3563, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible li,
.sidenav.fixed .collapsible li {
  padding: 0;
}

/* line 3566, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}

/* line 3573, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible-header:hover,
.sidenav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 3574, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible-header i,
.sidenav.fixed .collapsible-header i {
  line-height: inherit;
}

/* line 3577, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}

/* line 3581, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible-body li a,
.sidenav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}

/* line 3591, app/assets/stylesheets/materialize.scss */
.collapsible.popout {
  border: none;
  box-shadow: none;
}

/* line 3594, app/assets/stylesheets/materialize.scss */
.collapsible.popout > li {
  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;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 3600, app/assets/stylesheets/materialize.scss */
.collapsible.popout > li.active {
  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;
}

/* line 3609, app/assets/stylesheets/materialize.scss */
.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}

/* line 3610, app/assets/stylesheets/materialize.scss */
.chip:focus {
  outline: none;
  background-color: #26a69a;
  color: #fff;
}

/* line 3628, app/assets/stylesheets/materialize.scss */
.chip > img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

/* line 3636, app/assets/stylesheets/materialize.scss */
.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}

/* line 3645, app/assets/stylesheets/materialize.scss */
.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  box-shadow: none;
  margin: 0 0 8px 0;
  min-height: 45px;
  outline: none;
  transition: all .3s;
}

/* line 3654, app/assets/stylesheets/materialize.scss */
.chips.focus {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

/* line 3659, app/assets/stylesheets/materialize.scss */
.chips:hover {
  cursor: text;
}

/* line 3663, app/assets/stylesheets/materialize.scss */
.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;
}

/* line 3677, app/assets/stylesheets/materialize.scss */
.chips .input:focus {
  border: 0 !important;
  box-shadow: none !important;
}

/* line 3683, app/assets/stylesheets/materialize.scss */
.chips .autocomplete-content {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 3690, app/assets/stylesheets/materialize.scss */
.prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 3695, app/assets/stylesheets/materialize.scss */
.chips:empty ~ label {
  font-size: 0.8rem;
  transform: translateY(-140%);
}

/* line 3702, app/assets/stylesheets/materialize.scss */
.materialboxed {
  display: block;
  cursor: zoom-in;
  position: relative;
  transition: opacity .4s;
  -webkit-backface-visibility: hidden;
}

/* line 3704, app/assets/stylesheets/materialize.scss */
.materialboxed:hover:not(.active) {
  opacity: .8;
}

/* line 3715, app/assets/stylesheets/materialize.scss */
.materialboxed.active {
  cursor: zoom-out;
}

/* line 3720, app/assets/stylesheets/materialize.scss */
#materialbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}

/* line 3731, app/assets/stylesheets/materialize.scss */
.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}

/* line 3749, app/assets/stylesheets/materialize.scss */
select:focus {
  outline: 1px solid #c9f3ef;
}

/* line 3753, app/assets/stylesheets/materialize.scss */
button:focus {
  outline: none;
  background-color: #2ab7a9;
}

/* line 3758, app/assets/stylesheets/materialize.scss */
label {
  font-size: 0.8rem;
  color: #9e9e9e;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
/* line 3769, app/assets/stylesheets/materialize.scss */
::-moz-placeholder {
  color: #d1d1d1;
}
::placeholder {
  color: #d1d1d1;
}

/* Text inputs */
/* line 3775, app/assets/stylesheets/materialize.scss */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: box-shadow .3s, border .3s;
}

/* line 3805, app/assets/stylesheets/materialize.scss */
input:not([type]):disabled, input[readonly="readonly"]:not([type]),
input[type=text]:not(.browser-default):disabled,
input[type=text][readonly="readonly"]:not(.browser-default),
input[type=password]:not(.browser-default):disabled,
input[type=password][readonly="readonly"]:not(.browser-default),
input[type=email]:not(.browser-default):disabled,
input[type=email][readonly="readonly"]:not(.browser-default),
input[type=url]:not(.browser-default):disabled,
input[type=url][readonly="readonly"]:not(.browser-default),
input[type=time]:not(.browser-default):disabled,
input[type=time][readonly="readonly"]:not(.browser-default),
input[type=date]:not(.browser-default):disabled,
input[type=date][readonly="readonly"]:not(.browser-default),
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime][readonly="readonly"]:not(.browser-default),
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local][readonly="readonly"]:not(.browser-default),
input[type=tel]:not(.browser-default):disabled,
input[type=tel][readonly="readonly"]:not(.browser-default),
input[type=number]:not(.browser-default):disabled,
input[type=number][readonly="readonly"]:not(.browser-default),
input[type=search]:not(.browser-default):disabled,
input[type=search][readonly="readonly"]:not(.browser-default),
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}

/* line 3812, app/assets/stylesheets/materialize.scss */
input:not([type]):disabled + label, input[readonly="readonly"]:not([type]) + label,
input[type=text]:not(.browser-default):disabled + label,
input[type=text][readonly="readonly"]:not(.browser-default) + label,
input[type=password]:not(.browser-default):disabled + label,
input[type=password][readonly="readonly"]:not(.browser-default) + label,
input[type=email]:not(.browser-default):disabled + label,
input[type=email][readonly="readonly"]:not(.browser-default) + label,
input[type=url]:not(.browser-default):disabled + label,
input[type=url][readonly="readonly"]:not(.browser-default) + label,
input[type=time]:not(.browser-default):disabled + label,
input[type=time][readonly="readonly"]:not(.browser-default) + label,
input[type=date]:not(.browser-default):disabled + label,
input[type=date][readonly="readonly"]:not(.browser-default) + label,
input[type=datetime]:not(.browser-default):disabled + label,
input[type=datetime][readonly="readonly"]:not(.browser-default) + label,
input[type=datetime-local]:not(.browser-default):disabled + label,
input[type=datetime-local][readonly="readonly"]:not(.browser-default) + label,
input[type=tel]:not(.browser-default):disabled + label,
input[type=tel][readonly="readonly"]:not(.browser-default) + label,
input[type=number]:not(.browser-default):disabled + label,
input[type=number][readonly="readonly"]:not(.browser-default) + label,
input[type=search]:not(.browser-default):disabled + label,
input[type=search][readonly="readonly"]:not(.browser-default) + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.42);
}

/* line 3818, app/assets/stylesheets/materialize.scss */
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

/* line 3824, app/assets/stylesheets/materialize.scss */
input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #26a69a;
}

/* line 3847, app/assets/stylesheets/materialize.scss */
input.valid:not([type]):focus ~ label,
input.valid[type=text]:not(.browser-default):focus ~ label,
input.valid[type=password]:not(.browser-default):focus ~ label,
input.valid[type=email]:not(.browser-default):focus ~ label,
input.valid[type=url]:not(.browser-default):focus ~ label,
input.valid[type=time]:not(.browser-default):focus ~ label,
input.valid[type=date]:not(.browser-default):focus ~ label,
input.valid[type=datetime]:not(.browser-default):focus ~ label,
input.valid[type=datetime-local]:not(.browser-default):focus ~ label,
input.valid[type=tel]:not(.browser-default):focus ~ label,
input.valid[type=number]:not(.browser-default):focus ~ label,
input.valid[type=search]:not(.browser-default):focus ~ label,
textarea.materialize-textarea.valid:focus ~ label {
  color: #4CAF50;
}

/* line 3862, app/assets/stylesheets/materialize.scss */
input.invalid:not([type]):focus ~ label,
input.invalid[type=text]:not(.browser-default):focus ~ label,
input.invalid[type=password]:not(.browser-default):focus ~ label,
input.invalid[type=email]:not(.browser-default):focus ~ label,
input.invalid[type=url]:not(.browser-default):focus ~ label,
input.invalid[type=time]:not(.browser-default):focus ~ label,
input.invalid[type=date]:not(.browser-default):focus ~ label,
input.invalid[type=datetime]:not(.browser-default):focus ~ label,
input.invalid[type=datetime-local]:not(.browser-default):focus ~ label,
input.invalid[type=tel]:not(.browser-default):focus ~ label,
input.invalid[type=number]:not(.browser-default):focus ~ label,
input.invalid[type=search]:not(.browser-default):focus ~ label,
textarea.materialize-textarea.invalid:focus ~ label {
  color: #F44336;
}

/* line 3867, app/assets/stylesheets/materialize.scss */
input.validate:not([type]) + label,
input.validate[type=text]:not(.browser-default) + label,
input.validate[type=password]:not(.browser-default) + label,
input.validate[type=email]:not(.browser-default) + label,
input.validate[type=url]:not(.browser-default) + label,
input.validate[type=time]:not(.browser-default) + label,
input.validate[type=date]:not(.browser-default) + label,
input.validate[type=datetime]:not(.browser-default) + label,
input.validate[type=datetime-local]:not(.browser-default) + label,
input.validate[type=tel]:not(.browser-default) + label,
input.validate[type=number]:not(.browser-default) + label,
input.validate[type=search]:not(.browser-default) + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
}

/* Validation Sass Placeholders */
/* line 3879, app/assets/stylesheets/materialize.scss */
.select-wrapper.valid > input.select-dropdown, input.valid:not([type]), input.valid:not([type]):focus,
input.valid[type=text]:not(.browser-default),
input.valid[type=text]:not(.browser-default):focus,
input.valid[type=password]:not(.browser-default),
input.valid[type=password]:not(.browser-default):focus,
input.valid[type=email]:not(.browser-default),
input.valid[type=email]:not(.browser-default):focus,
input.valid[type=url]:not(.browser-default),
input.valid[type=url]:not(.browser-default):focus,
input.valid[type=time]:not(.browser-default),
input.valid[type=time]:not(.browser-default):focus,
input.valid[type=date]:not(.browser-default),
input.valid[type=date]:not(.browser-default):focus,
input.valid[type=datetime]:not(.browser-default),
input.valid[type=datetime]:not(.browser-default):focus,
input.valid[type=datetime-local]:not(.browser-default),
input.valid[type=datetime-local]:not(.browser-default):focus,
input.valid[type=tel]:not(.browser-default),
input.valid[type=tel]:not(.browser-default):focus,
input.valid[type=number]:not(.browser-default),
input.valid[type=number]:not(.browser-default):focus,
input.valid[type=search]:not(.browser-default),
input.valid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}

/* line 3883, app/assets/stylesheets/materialize.scss */
.select-wrapper.invalid > input.select-dropdown, .select-wrapper.invalid > input.select-dropdown:focus, input.invalid:not([type]), input.invalid:not([type]):focus,
input.invalid[type=text]:not(.browser-default),
input.invalid[type=text]:not(.browser-default):focus,
input.invalid[type=password]:not(.browser-default),
input.invalid[type=password]:not(.browser-default):focus,
input.invalid[type=email]:not(.browser-default),
input.invalid[type=email]:not(.browser-default):focus,
input.invalid[type=url]:not(.browser-default),
input.invalid[type=url]:not(.browser-default):focus,
input.invalid[type=time]:not(.browser-default),
input.invalid[type=time]:not(.browser-default):focus,
input.invalid[type=date]:not(.browser-default),
input.invalid[type=date]:not(.browser-default):focus,
input.invalid[type=datetime]:not(.browser-default),
input.invalid[type=datetime]:not(.browser-default):focus,
input.invalid[type=datetime-local]:not(.browser-default),
input.invalid[type=datetime-local]:not(.browser-default):focus,
input.invalid[type=tel]:not(.browser-default),
input.invalid[type=tel]:not(.browser-default):focus,
input.invalid[type=number]:not(.browser-default),
input.invalid[type=number]:not(.browser-default):focus,
input.invalid[type=search]:not(.browser-default),
input.invalid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}

/* line 3887, app/assets/stylesheets/materialize.scss */
.select-wrapper.valid .helper-text[data-success], .select-wrapper.invalid ~ .helper-text[data-error], input.valid:not([type]) ~ .helper-text[data-success], input.valid:not([type]):focus ~ .helper-text[data-success], input.invalid:not([type]) ~ .helper-text[data-error], input.invalid:not([type]):focus ~ .helper-text[data-error],
input.valid[type=text]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=text]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=password]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=password]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=email]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=email]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=url]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=url]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=time]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=time]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=date]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=date]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=datetime]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=datetime]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=datetime-local]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=datetime-local]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=tel]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=tel]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=number]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=number]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=search]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=search]:not(.browser-default) ~ .helper-text[data-error],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
textarea.materialize-textarea.valid:focus ~ .helper-text[data-success],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
textarea.materialize-textarea.invalid:focus ~ .helper-text[data-error] {
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

/* line 3892, app/assets/stylesheets/materialize.scss */
.select-wrapper.valid ~ .helper-text:after, input.valid:not([type]) ~ .helper-text:after, input.valid:not([type]):focus ~ .helper-text:after,
input.valid[type=text]:not(.browser-default) ~ .helper-text:after,
input.valid[type=text]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=password]:not(.browser-default) ~ .helper-text:after,
input.valid[type=password]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=email]:not(.browser-default) ~ .helper-text:after,
input.valid[type=email]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=url]:not(.browser-default) ~ .helper-text:after,
input.valid[type=url]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=time]:not(.browser-default) ~ .helper-text:after,
input.valid[type=time]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=date]:not(.browser-default) ~ .helper-text:after,
input.valid[type=date]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=datetime]:not(.browser-default) ~ .helper-text:after,
input.valid[type=datetime]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=datetime-local]:not(.browser-default) ~ .helper-text:after,
input.valid[type=datetime-local]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=tel]:not(.browser-default) ~ .helper-text:after,
input.valid[type=tel]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=number]:not(.browser-default) ~ .helper-text:after,
input.valid[type=number]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=search]:not(.browser-default) ~ .helper-text:after,
input.valid[type=search]:not(.browser-default):focus ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
textarea.materialize-textarea.valid:focus ~ .helper-text:after {
  content: attr(data-success);
  color: #4CAF50;
}

/* line 3896, app/assets/stylesheets/materialize.scss */
.select-wrapper.invalid ~ .helper-text:after, input.invalid:not([type]) ~ .helper-text:after, input.invalid:not([type]):focus ~ .helper-text:after,
input.invalid[type=text]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=text]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=password]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=password]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=email]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=email]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=url]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=url]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=time]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=time]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=date]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=date]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=datetime]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=datetime]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=datetime-local]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=datetime-local]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=tel]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=tel]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=number]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=number]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=search]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=search]:not(.browser-default):focus ~ .helper-text:after,
textarea.materialize-textarea.invalid ~ .helper-text:after,
textarea.materialize-textarea.invalid:focus ~ .helper-text:after {
  content: attr(data-error);
  color: #F44336;
}

/* line 3900, app/assets/stylesheets/materialize.scss */
.select-wrapper + label:after, input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: .2s opacity ease-out, .2s color ease-out;
}

/* line 3912, app/assets/stylesheets/materialize.scss */
.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 3914, app/assets/stylesheets/materialize.scss */
.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

/* line 3919, app/assets/stylesheets/materialize.scss */
.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}

/* line 3927, app/assets/stylesheets/materialize.scss */
.input-field.col label {
  left: 0.75rem;
}

/* line 3931, app/assets/stylesheets/materialize.scss */
.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}

/* line 3941, app/assets/stylesheets/materialize.scss */
.input-field > label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  cursor: text;
  transition: transform .2s ease-out, color .2s ease-out;
  transform-origin: 0% 100%;
  text-align: initial;
  transform: translateY(12px);
}

/* line 3953, app/assets/stylesheets/materialize.scss */
.input-field > label.active:not(.label-icon) {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}

/* line 3960, app/assets/stylesheets/materialize.scss */
.input-field > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label, .input-field > input[type=date]:not(.browser-default) + label, .input-field > input[type=time]:not(.browser-default) + label {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}

/* line 3967, app/assets/stylesheets/materialize.scss */
.input-field .helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

/* line 3968, app/assets/stylesheets/materialize.scss */
.input-field .helper-text::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 3983, app/assets/stylesheets/materialize.scss */
.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color .2s;
  top: 0.5rem;
}

/* line 3990, app/assets/stylesheets/materialize.scss */
.input-field .prefix.active {
  color: #26a69a;
}

/* line 3993, app/assets/stylesheets/materialize.scss */
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 4004, app/assets/stylesheets/materialize.scss */
.input-field .prefix ~ label {
  margin-left: 3rem;
}

@media only screen and (max-width : 992px) {
  /* line 4007, app/assets/stylesheets/materialize.scss */
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}

@media only screen and (max-width : 600px) {
  /* line 4014, app/assets/stylesheets/materialize.scss */
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

/* Search Field */
/* line 4024, app/assets/stylesheets/materialize.scss */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  transition: .3s background-color;
}

/* line 4029, app/assets/stylesheets/materialize.scss */
.nav-wrapper .input-field input[type=search] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  box-shadow: none;
}

/* line 4037, app/assets/stylesheets/materialize.scss */
.input-field input[type=search]:focus:not(.browser-default) {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}

/* line 4043, app/assets/stylesheets/materialize.scss */
.input-field input[type=search]:focus:not(.browser-default) + label i, .input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close, .input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
  color: #444;
}

/* line 4050, app/assets/stylesheets/materialize.scss */
.input-field input[type=search] + .label-icon {
  transform: none;
  left: 1rem;
}

/* line 4055, app/assets/stylesheets/materialize.scss */
.input-field input[type=search] ~ .mdi-navigation-close, .input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: .3s color;
}

/* Textarea */
/* line 4071, app/assets/stylesheets/materialize.scss */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}

/* line 4076, app/assets/stylesheets/materialize.scss */
textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: .8rem 0 .8rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
  box-sizing: border-box;
}

/* line 4087, app/assets/stylesheets/materialize.scss */
.hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
  position: absolute;
  top: 0;
  z-index: -1;
}

/* Autocomplete */
/* line 4104, app/assets/stylesheets/materialize.scss */
.autocomplete-content li .highlight {
  color: #444;
}

/* line 4106, app/assets/stylesheets/materialize.scss */
.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}

/* Character Counter */
/* line 4115, app/assets/stylesheets/materialize.scss */
.character-counter {
  min-height: 18px;
}

/* Radio Buttons
   ========================================================================== */
/* line 4125, app/assets/stylesheets/materialize.scss */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 4132, app/assets/stylesheets/materialize.scss */
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 4145, app/assets/stylesheets/materialize.scss */
[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}

/* Unchecked styles */
/* line 4159, app/assets/stylesheets/materialize.scss */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
.with-gap[type="radio"]:checked + label:before,
.with-gap[type="radio"]:checked + label:after {
  border-radius: 50%;
}

/* line 4168, app/assets/stylesheets/materialize.scss */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid #5a5a5a;
}

/* line 4173, app/assets/stylesheets/materialize.scss */
[type="radio"]:not(:checked) + label:after {
  transform: scale(0);
}

/* Checked styles */
/* line 4178, app/assets/stylesheets/materialize.scss */
[type="radio"]:checked + label:before {
  border: 2px solid transparent;
}

/* line 4182, app/assets/stylesheets/materialize.scss */
[type="radio"]:checked + label:after,
.with-gap[type="radio"]:checked + label:before,
.with-gap[type="radio"]:checked + label:after {
  border: 2px solid #26a69a;
}

/* line 4188, app/assets/stylesheets/materialize.scss */
[type="radio"]:checked + label:after,
.with-gap[type="radio"]:checked + label:after {
  background-color: #26a69a;
}

/* line 4193, app/assets/stylesheets/materialize.scss */
[type="radio"]:checked + label:after {
  transform: scale(1.02);
}

/* Radio With gap */
/* line 4198, app/assets/stylesheets/materialize.scss */
.with-gap[type="radio"]:checked + label:after {
  transform: scale(0.5);
}

/* Focused styles */
/* line 4203, app/assets/stylesheets/materialize.scss */
.tabbed[type="radio"]:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
/* line 4208, app/assets/stylesheets/materialize.scss */
.with-gap[type="radio"]:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}

/* line 4212, app/assets/stylesheets/materialize.scss */
.with-gap[type="radio"]:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* Disabled style */
/* line 4218, app/assets/stylesheets/materialize.scss */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}

/* line 4224, app/assets/stylesheets/materialize.scss */
[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.42);
}

/* line 4228, app/assets/stylesheets/materialize.scss */
[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.42);
}

/* line 4232, app/assets/stylesheets/materialize.scss */
[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}

/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
/* line 4242, app/assets/stylesheets/materialize.scss */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 4250, app/assets/stylesheets/materialize.scss */
[type="checkbox"] {
  /* checkbox aspect */
}

/* line 4252, app/assets/stylesheets/materialize.scss */
[type="checkbox"] + label: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;
          user-select: none;
}

/* line 4264, app/assets/stylesheets/materialize.scss */
[type="checkbox"] + label:not(.lever):before, [type="checkbox"]:not(.filled-in) + label:not(.lever):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 3px;
  transition: .2s;
}

/* line 4279, app/assets/stylesheets/materialize.scss */
[type="checkbox"]:not(.filled-in) + label:not(.lever):after {
  border: 0;
  transform: scale(0);
}

/* line 4284, app/assets/stylesheets/materialize.scss */
[type="checkbox"]:not(:checked):disabled + label:not(.lever):before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* line 4290, app/assets/stylesheets/materialize.scss */
.tabbed[type="checkbox"]:focus + label:not(.lever):after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 4300, app/assets/stylesheets/materialize.scss */
[type="checkbox"]:checked + label:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

/* line 4314, app/assets/stylesheets/materialize.scss */
[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

/* Indeterminate checkbox */
/* line 4322, app/assets/stylesheets/materialize.scss */
[type="checkbox"]:indeterminate + label:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

/* line 4337, app/assets/stylesheets/materialize.scss */
[type="checkbox"]:indeterminate:disabled + label:not(.lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

/* line 4346, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"] + label:not(.lever):after {
  border-radius: 2px;
}

/* line 4350, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"] + label:not(.lever):before,
.filled-in[type="checkbox"] + label:not(.lever):after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

/* line 4361, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"]:not(:checked) + label:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

/* line 4371, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"]:not(:checked) + label:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

/* line 4382, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"]:checked + label: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;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

/* line 4395, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"]:checked + label:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}

/* line 4406, app/assets/stylesheets/materialize.scss */
.filled-in.tabbed[type="checkbox"]:focus + label:not(.lever):after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 4412, app/assets/stylesheets/materialize.scss */
.filled-in.tabbed[type="checkbox"]:checked:focus + label:not(.lever):after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}

/* line 4419, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"]:disabled:not(:checked) + label:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}

/* line 4424, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"]:disabled:not(:checked) + label:not(.lever):after {
  border-color: transparent;
  background-color: #949494;
}

/* line 4429, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"]:disabled:checked + label:not(.lever):before {
  background-color: transparent;
}

/* line 4433, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"]:disabled:checked + label:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}

/* Switch
   ========================================================================== */
/* line 4443, app/assets/stylesheets/materialize.scss */
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 4449, app/assets/stylesheets/materialize.scss */
.switch label {
  cursor: pointer;
}

/* line 4453, app/assets/stylesheets/materialize.scss */
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 4458, app/assets/stylesheets/materialize.scss */
.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}

/* line 4461, app/assets/stylesheets/materialize.scss */
.switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
  left: 18px;
}

/* line 4465, app/assets/stylesheets/materialize.scss */
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
}

/* line 4471, app/assets/stylesheets/materialize.scss */
.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;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

/* line 4484, app/assets/stylesheets/materialize.scss */
.switch label .lever:before, .switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
}

/* line 4496, app/assets/stylesheets/materialize.scss */
.switch label .lever:before {
  background-color: rgba(38, 166, 154, 0.15);
}

/* line 4500, app/assets/stylesheets/materialize.scss */
.switch label .lever:after {
  background-color: #F1F1F1;
  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);
}

/* line 4507, app/assets/stylesheets/materialize.scss */
input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input.tabbed[type=checkbox]:checked:not(:disabled):focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(38, 166, 154, 0.15);
}

/* line 4513, app/assets/stylesheets/materialize.scss */
input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input.tabbed[type=checkbox]:not(:disabled):focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}

/* line 4520, app/assets/stylesheets/materialize.scss */
.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}

/* line 4525, app/assets/stylesheets/materialize.scss */
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494;
}

/* Select Field
   ========================================================================== */
/* line 4535, app/assets/stylesheets/materialize.scss */
select {
  display: none;
}

/* line 4536, app/assets/stylesheets/materialize.scss */
select.browser-default {
  display: block;
}

/* line 4538, app/assets/stylesheets/materialize.scss */
select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}

/* line 4547, app/assets/stylesheets/materialize.scss */
.select-label {
  position: absolute;
}

/* line 4551, app/assets/stylesheets/materialize.scss */
.select-wrapper {
  position: relative;
}

/* line 4578, app/assets/stylesheets/materialize.scss */
.select-wrapper.valid + label, .select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}

/* line 4590, app/assets/stylesheets/materialize.scss */
.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}

/* line 4591, app/assets/stylesheets/materialize.scss */
.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #26a69a;
}

/* line 4611, app/assets/stylesheets/materialize.scss */
.select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}

/* line 4621, app/assets/stylesheets/materialize.scss */
.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}

/* line 4629, app/assets/stylesheets/materialize.scss */
select:disabled {
  color: rgba(0, 0, 0, 0.42);
}

/* line 4634, app/assets/stylesheets/materialize.scss */
.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}

/* line 4637, app/assets/stylesheets/materialize.scss */
.select-wrapper.disabled .caret {
  fill: rgba(0, 0, 0, 0.42);
}

/* line 4642, app/assets/stylesheets/materialize.scss */
.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 4648, app/assets/stylesheets/materialize.scss */
.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

/* line 4652, app/assets/stylesheets/materialize.scss */
.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

/* line 4660, app/assets/stylesheets/materialize.scss */
body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: rgba(0, 0, 0, 0.08);
}

/* line 4667, app/assets/stylesheets/materialize.scss */
.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

/* line 4671, app/assets/stylesheets/materialize.scss */
.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}

/* line 4678, app/assets/stylesheets/materialize.scss */
.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 4684, app/assets/stylesheets/materialize.scss */
.prefix ~ label {
  margin-left: 3rem;
}

/* line 4688, app/assets/stylesheets/materialize.scss */
.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

/* line 4697, app/assets/stylesheets/materialize.scss */
.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

/* line 4700, app/assets/stylesheets/materialize.scss */
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}

/* line 4704, app/assets/stylesheets/materialize.scss */
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}

/* line 4708, app/assets/stylesheets/materialize.scss */
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

/* File Input
   ========================================================================== */
/* line 4718, app/assets/stylesheets/materialize.scss */
.file-field {
  position: relative;
}

/* line 4721, app/assets/stylesheets/materialize.scss */
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}

/* line 4726, app/assets/stylesheets/materialize.scss */
.file-field input.file-path {
  width: 100%;
}

/* line 4728, app/assets/stylesheets/materialize.scss */
.file-field .btn, .file-field .btn-large, .file-field .btn-small {
  float: left;
  height: 3rem;
  line-height: 3rem;
}

/* line 4734, app/assets/stylesheets/materialize.scss */
.file-field span {
  cursor: pointer;
}

/* line 4738, app/assets/stylesheets/materialize.scss */
.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 4741, app/assets/stylesheets/materialize.scss */
.file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}

/* Range
   ========================================================================== */
/* line 4764, app/assets/stylesheets/materialize.scss */
.range-field {
  position: relative;
}

/* line 4768, app/assets/stylesheets/materialize.scss */
input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}

/* line 4774, app/assets/stylesheets/materialize.scss */
input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}

/* line 4783, app/assets/stylesheets/materialize.scss */
input[type=range]:focus {
  outline: none;
}

/* line 4788, app/assets/stylesheets/materialize.scss */
input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  margin-left: 7px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}

/* line 4802, app/assets/stylesheets/materialize.scss */
input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  transform: rotate(45deg);
}

/* line 4811, app/assets/stylesheets/materialize.scss */
input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}

/* line 4814, app/assets/stylesheets/materialize.scss */
input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

/* line 4840, app/assets/stylesheets/materialize.scss */
input[type=range] {
  -webkit-appearance: none;
}

/* line 4844, app/assets/stylesheets/materialize.scss */
input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

/* line 4848, app/assets/stylesheets/materialize.scss */
input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
  -webkit-appearance: none;
  background-color: #26a69a;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
}

/* line 4857, app/assets/stylesheets/materialize.scss */
.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

/* line 4862, app/assets/stylesheets/materialize.scss */
input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

/* line 4869, app/assets/stylesheets/materialize.scss */
input[type=range]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

/* line 4873, app/assets/stylesheets/materialize.scss */
input[type=range]::-moz-focus-inner {
  border: 0;
}

/* line 4877, app/assets/stylesheets/materialize.scss */
input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -moz-transition: box-shadow .3s;
  transition: box-shadow .3s;
  margin-top: -5px;
}

/* line 4883, app/assets/stylesheets/materialize.scss */
input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

/* line 4888, app/assets/stylesheets/materialize.scss */
.keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

/* line 4893, app/assets/stylesheets/materialize.scss */
input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

/* line 4907, app/assets/stylesheets/materialize.scss */
input[type=range]::-ms-fill-lower {
  background: #777;
}

/* line 4911, app/assets/stylesheets/materialize.scss */
input[type=range]::-ms-fill-upper {
  background: #ddd;
}

/* line 4915, app/assets/stylesheets/materialize.scss */
input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -ms-transition: box-shadow .3s;
  transition: box-shadow .3s;
}

/* line 4919, app/assets/stylesheets/materialize.scss */
.keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

/***************
    Nav List
***************/
/* line 4929, app/assets/stylesheets/materialize.scss */
.table-of-contents.fixed {
  position: fixed;
}

/* line 4933, app/assets/stylesheets/materialize.scss */
.table-of-contents li {
  padding: 2px 0;
}

/* line 4936, app/assets/stylesheets/materialize.scss */
.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 16px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block;
}

/* line 4946, app/assets/stylesheets/materialize.scss */
.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 15px;
  border-left: 1px solid #ee6e73;
}

/* line 4951, app/assets/stylesheets/materialize.scss */
.table-of-contents a.active {
  font-weight: 500;
  padding-left: 14px;
  border-left: 2px solid #ee6e73;
}

/* line 4960, app/assets/stylesheets/materialize.scss */
.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
}

/* line 4981, app/assets/stylesheets/materialize.scss */
.sidenav.right-aligned {
  right: 0;
  transform: translateX(105%);
  left: auto;
  transform: translateX(100%);
}

/* line 4988, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible {
  margin: 0;
}

/* line 4993, app/assets/stylesheets/materialize.scss */
.sidenav li {
  float: none;
  line-height: 48px;
}

/* line 4997, app/assets/stylesheets/materialize.scss */
.sidenav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 5000, app/assets/stylesheets/materialize.scss */
.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;
}

/* line 5009, app/assets/stylesheets/materialize.scss */
.sidenav li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 5011, app/assets/stylesheets/materialize.scss */
.sidenav li > a.btn, .sidenav li > a.btn-small, .sidenav li > a.btn-large, .sidenav li > a.btn-flat, .sidenav li > a.btn-floating {
  margin: 10px 15px;
}

/* line 5015, app/assets/stylesheets/materialize.scss */
.sidenav li > a.btn, .sidenav li > a.btn-small, .sidenav li > a.btn-large, .sidenav li > a.btn-floating {
  color: #fff;
}

/* line 5018, app/assets/stylesheets/materialize.scss */
.sidenav li > a.btn-flat {
  color: #343434;
}

/* line 5020, app/assets/stylesheets/materialize.scss */
.sidenav li > a.btn:hover, .sidenav li > a.btn-small:hover, .sidenav li > a.btn-large:hover {
  background-color: #2bbbad;
}

/* line 5022, app/assets/stylesheets/materialize.scss */
.sidenav li > a.btn-floating:hover {
  background-color: #26a69a;
}

/* line 5024, app/assets/stylesheets/materialize.scss */
.sidenav li > a > i, .sidenav li > a > [class^="mdi-"], .sidenav li > a li > a > [class*="mdi-"], .sidenav li > a > i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}

/* line 5037, app/assets/stylesheets/materialize.scss */
.sidenav .divider {
  margin: 8px 0 0 0;
}

/* line 5041, app/assets/stylesheets/materialize.scss */
.sidenav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}

/* line 5042, app/assets/stylesheets/materialize.scss */
.sidenav .subheader:hover {
  background-color: transparent;
}

/* line 5054, app/assets/stylesheets/materialize.scss */
.sidenav .user-view {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}

/* line 5059, app/assets/stylesheets/materialize.scss */
.sidenav .user-view > a {
  height: auto;
  padding: 0;
}

/* line 5060, app/assets/stylesheets/materialize.scss */
.sidenav .user-view > a:hover {
  background-color: transparent;
}

/* line 5065, app/assets/stylesheets/materialize.scss */
.sidenav .user-view .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* line 5075, app/assets/stylesheets/materialize.scss */
.sidenav .user-view .circle, .sidenav .user-view .name, .sidenav .user-view .email {
  display: block;
}

/* line 5079, app/assets/stylesheets/materialize.scss */
.sidenav .user-view .circle {
  height: 64px;
  width: 64px;
}

/* line 5084, app/assets/stylesheets/materialize.scss */
.sidenav .user-view .name,
.sidenav .user-view .email {
  font-size: 14px;
  line-height: 24px;
}

/* line 5090, app/assets/stylesheets/materialize.scss */
.sidenav .user-view .name {
  margin-top: 16px;
  font-weight: 500;
}

/* line 5095, app/assets/stylesheets/materialize.scss */
.sidenav .user-view .email {
  padding-bottom: 16px;
  font-weight: 400;
}

/* line 5104, app/assets/stylesheets/materialize.scss */
.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

/* line 5106, app/assets/stylesheets/materialize.scss */
.drag-target.right-aligned {
  right: 0;
}

/* line 5119, app/assets/stylesheets/materialize.scss */
.sidenav.sidenav-fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}

/* line 5121, app/assets/stylesheets/materialize.scss */
.sidenav.sidenav-fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width : 992px) {
  /* line 5134, app/assets/stylesheets/materialize.scss */
  .sidenav.sidenav-fixed {
    transform: translateX(-105%);
  }
  /* line 5137, app/assets/stylesheets/materialize.scss */
  .sidenav.sidenav-fixed.right-aligned {
    transform: translateX(105%);
  }
  /* line 5142, app/assets/stylesheets/materialize.scss */
  .sidenav > a {
    padding: 0 16px;
  }
  /* line 5146, app/assets/stylesheets/materialize.scss */
  .sidenav .user-view {
    padding: 16px 16px 0;
  }
}

/* line 5153, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible-body > ul:not(.collapsible) > li.active,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #ee6e73;
}

/* line 5156, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible-body > ul:not(.collapsible) > li.active a,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}

/* line 5160, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible-body {
  padding: 0;
}

/* line 5165, app/assets/stylesheets/materialize.scss */
.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none;
}

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
/* line 5207, app/assets/stylesheets/materialize.scss */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}

/* line 5213, app/assets/stylesheets/materialize.scss */
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}

/* line 5218, app/assets/stylesheets/materialize.scss */
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}

/* line 5223, app/assets/stylesheets/materialize.scss */
.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  animation: container-rotate 1568ms linear infinite;
}

@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}

/* line 5238, app/assets/stylesheets/materialize.scss */
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a;
}

/* line 5246, app/assets/stylesheets/materialize.scss */
.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

/* line 5251, app/assets/stylesheets/materialize.scss */
.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

/* line 5256, app/assets/stylesheets/materialize.scss */
.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

/* line 5261, app/assets/stylesheets/materialize.scss */
.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
/* line 5279, app/assets/stylesheets/materialize.scss */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 5285, app/assets/stylesheets/materialize.scss */
.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 5291, app/assets/stylesheets/materialize.scss */
.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 5297, app/assets/stylesheets/materialize.scss */
.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 5303, app/assets/stylesheets/materialize.scss */
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}

@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}

@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}

@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
/* line 5406, app/assets/stylesheets/materialize.scss */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 5416, app/assets/stylesheets/materialize.scss */
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

/* line 5421, app/assets/stylesheets/materialize.scss */
.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 5429, app/assets/stylesheets/materialize.scss */
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 5445, app/assets/stylesheets/materialize.scss */
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  transform: rotate(129deg);
}

/* line 5451, app/assets/stylesheets/materialize.scss */
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  transform: rotate(-129deg);
}

/* line 5461, app/assets/stylesheets/materialize.scss */
.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 5467, app/assets/stylesheets/materialize.scss */
.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}

@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}

/* line 5497, app/assets/stylesheets/materialize.scss */
#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 5514, app/assets/stylesheets/materialize.scss */
.slider {
  position: relative;
  height: 400px;
  width: 100%;
}

/* line 5520, app/assets/stylesheets/materialize.scss */
.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 5529, app/assets/stylesheets/materialize.scss */
.slider.fullscreen ul.slides {
  height: 100%;
}

/* line 5533, app/assets/stylesheets/materialize.scss */
.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}

/* line 5539, app/assets/stylesheets/materialize.scss */
.slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}

/* line 5544, app/assets/stylesheets/materialize.scss */
.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

/* line 5554, app/assets/stylesheets/materialize.scss */
.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

/* line 5561, app/assets/stylesheets/materialize.scss */
.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}

/* line 5569, app/assets/stylesheets/materialize.scss */
.slider .slides li .caption p {
  color: #e0e0e0;
}

/* line 5572, app/assets/stylesheets/materialize.scss */
.slider .slides li.active {
  z-index: 2;
}

/* line 5579, app/assets/stylesheets/materialize.scss */
.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* line 5587, app/assets/stylesheets/materialize.scss */
.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  transition: background-color .3s;
  border-radius: 50%;
}

/* line 5599, app/assets/stylesheets/materialize.scss */
.slider .indicators .indicator-item.active {
  background-color: #4CAF50;
}

/* line 5607, app/assets/stylesheets/materialize.scss */
.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
}

/* line 5608, app/assets/stylesheets/materialize.scss */
.carousel.carousel-slider {
  top: 0;
  left: 0;
}

/* line 5612, app/assets/stylesheets/materialize.scss */
.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}

/* line 5613, app/assets/stylesheets/materialize.scss */
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}

/* line 5624, app/assets/stylesheets/materialize.scss */
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 5632, app/assets/stylesheets/materialize.scss */
.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

/* line 5638, app/assets/stylesheets/materialize.scss */
.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}

/* line 5652, app/assets/stylesheets/materialize.scss */
.carousel .carousel-item {
  visibility: hidden;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 5660, app/assets/stylesheets/materialize.scss */
.carousel .carousel-item > img {
  width: 100%;
}

/* line 5665, app/assets/stylesheets/materialize.scss */
.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* line 5673, app/assets/stylesheets/materialize.scss */
.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color .3s;
  border-radius: 50%;
}

/* line 5674, app/assets/stylesheets/materialize.scss */
.carousel .indicators .indicator-item.active {
  background-color: #fff;
}

/* line 5692, app/assets/stylesheets/materialize.scss */
.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}

/* line 5699, app/assets/stylesheets/materialize.scss */
.tap-target-wrapper {
  width: 800px;
  height: 800px;
  position: fixed;
  z-index: 1000;
  visibility: hidden;
  transition: visibility 0s .3s;
}

/* line 5708, app/assets/stylesheets/materialize.scss */
.tap-target-wrapper.open {
  visibility: visible;
  transition: visibility 0s;
}

/* line 5712, app/assets/stylesheets/materialize.scss */
.tap-target-wrapper.open .tap-target {
  transform: scale(1);
  opacity: .95;
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 5720, app/assets/stylesheets/materialize.scss */
.tap-target-wrapper.open .tap-target-wave::before {
  transform: scale(1);
}

/* line 5723, app/assets/stylesheets/materialize.scss */
.tap-target-wrapper.open .tap-target-wave::after {
  visibility: visible;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  transition: opacity .3s, transform .3s, visibility 0s 1s;
}

/* line 5733, app/assets/stylesheets/materialize.scss */
.tap-target {
  position: absolute;
  font-size: 1rem;
  border-radius: 50%;
  background-color: #ee6e73;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 5748, app/assets/stylesheets/materialize.scss */
.tap-target-content {
  position: relative;
  display: table-cell;
}

/* line 5753, app/assets/stylesheets/materialize.scss */
.tap-target-wave {
  position: absolute;
  border-radius: 50%;
  z-index: 10001;
}

/* line 5754, app/assets/stylesheets/materialize.scss */
.tap-target-wave::before, .tap-target-wave::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
}

/* line 5764, app/assets/stylesheets/materialize.scss */
.tap-target-wave::before {
  transform: scale(0);
  transition: transform .3s;
}

/* line 5768, app/assets/stylesheets/materialize.scss */
.tap-target-wave::after {
  visibility: hidden;
  transition: opacity .3s, transform .3s, visibility 0s;
  z-index: -1;
}

/* line 5782, app/assets/stylesheets/materialize.scss */
.tap-target-origin {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10002;
  position: absolute !important;
}

/* line 5783, app/assets/stylesheets/materialize.scss */
.tap-target-origin:not(.btn):not(.btn-large):not(.btn-small), .tap-target-origin:not(.btn):not(.btn-large):not(.btn-small):hover {
  background: none;
}

@media only screen and (max-width: 600px) {
  /* line 5797, app/assets/stylesheets/materialize.scss */
  .tap-target, .tap-target-wrapper {
    width: 600px;
    height: 600px;
  }
}

/* line 5804, app/assets/stylesheets/materialize.scss */
.pulse {
  overflow: visible;
  position: relative;
}

/* line 5805, app/assets/stylesheets/materialize.scss */
.pulse::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  transition: opacity .3s, transform .3s;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

@keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

/* Modal */
/* line 5841, app/assets/stylesheets/materialize.scss */
.datepicker-modal {
  max-width: 325px;
  min-width: 300px;
  max-height: none;
  z-index: 4005 !important;
}

/* line 5848, app/assets/stylesheets/materialize.scss */
.datepicker-container.modal-content {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}

/* line 5854, app/assets/stylesheets/materialize.scss */
.datepicker-controls {
  display: flex;
  justify-content: space-between;
  width: 280px;
  margin: 0 auto;
}

/* line 5860, app/assets/stylesheets/materialize.scss */
.datepicker-controls .selects-container {
  display: flex;
}

/* line 5865, app/assets/stylesheets/materialize.scss */
.datepicker-controls .select-wrapper input {
  border-bottom: none;
  text-align: center;
  margin: 0;
}

/* line 5866, app/assets/stylesheets/materialize.scss */
.datepicker-controls .select-wrapper input:focus {
  border-bottom: none;
}

/* line 5874, app/assets/stylesheets/materialize.scss */
.datepicker-controls .select-wrapper .caret {
  display: none;
}

/* line 5879, app/assets/stylesheets/materialize.scss */
.datepicker-controls .select-year input {
  width: 50px;
}

/* line 5883, app/assets/stylesheets/materialize.scss */
.datepicker-controls .select-month input {
  width: 70px;
}

/* line 5888, app/assets/stylesheets/materialize.scss */
.month-prev, .month-next {
  margin-top: 4px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

/* Date Display */
/* line 5897, app/assets/stylesheets/materialize.scss */
.datepicker-date-display {
  flex: 1 auto;
  background-color: #26a69a;
  color: #fff;
  padding: 20px 22px;
  font-weight: 500;
}

/* line 5904, app/assets/stylesheets/materialize.scss */
.datepicker-date-display .year-text {
  display: block;
  font-size: 1.5rem;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 5911, app/assets/stylesheets/materialize.scss */
.datepicker-date-display .date-text {
  display: block;
  font-size: 2.8rem;
  line-height: 47px;
  font-weight: 500;
}

/* Calendar */
/* line 5921, app/assets/stylesheets/materialize.scss */
.datepicker-calendar-container {
  flex: 2.5 auto;
}

/* line 5925, app/assets/stylesheets/materialize.scss */
.datepicker-table {
  width: 280px;
  font-size: 1rem;
  margin: 0 auto;
}

/* line 5930, app/assets/stylesheets/materialize.scss */
.datepicker-table thead {
  border-bottom: none;
}

/* line 5934, app/assets/stylesheets/materialize.scss */
.datepicker-table th {
  padding: 10px 5px;
  text-align: center;
}

/* line 5939, app/assets/stylesheets/materialize.scss */
.datepicker-table tr {
  border: none;
}

/* line 5943, app/assets/stylesheets/materialize.scss */
.datepicker-table abbr {
  text-decoration: none;
  color: #999;
}

/* line 5948, app/assets/stylesheets/materialize.scss */
.datepicker-table td {
  border-radius: 50%;
  padding: 0;
}

/* line 5949, app/assets/stylesheets/materialize.scss */
.datepicker-table td.is-today {
  color: #26a69a;
}

/* line 5953, app/assets/stylesheets/materialize.scss */
.datepicker-table td.is-selected {
  background-color: #26a69a;
  color: #fff;
}

/* line 5958, app/assets/stylesheets/materialize.scss */
.datepicker-table td.is-outside-current-month, .datepicker-table td.is-disabled {
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

/* line 5969, app/assets/stylesheets/materialize.scss */
.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;
}

/* line 5970, app/assets/stylesheets/materialize.scss */
.datepicker-day-button:focus {
  background-color: rgba(43, 161, 150, 0.25);
}

/* Footer */
/* line 5987, app/assets/stylesheets/materialize.scss */
.datepicker-footer {
  width: 280px;
  margin: 0 auto;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

/* line 5995, app/assets/stylesheets/materialize.scss */
.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
  color: #26a69a;
  padding: 0 1rem;
}

/* line 6003, app/assets/stylesheets/materialize.scss */
.datepicker-clear {
  color: #F44336;
}

/* Media Queries */
@media only screen and (min-width : 601px) {
  /* line 6010, app/assets/stylesheets/materialize.scss */
  .datepicker-modal {
    max-width: 625px;
  }
  /* line 6014, app/assets/stylesheets/materialize.scss */
  .datepicker-container.modal-content {
    flex-direction: row;
  }
  /* line 6018, app/assets/stylesheets/materialize.scss */
  .datepicker-date-display {
    flex: 0 1 270px;
  }
  /* line 6022, app/assets/stylesheets/materialize.scss */
  .datepicker-controls,
.datepicker-table,
.datepicker-footer {
    width: 320px;
  }
  /* line 6028, app/assets/stylesheets/materialize.scss */
  .datepicker-day-button {
    line-height: 44px;
  }
}

/* Timepicker Containers */
/* line 6036, app/assets/stylesheets/materialize.scss */
.timepicker-modal {
  max-width: 325px;
  max-height: none;
}

/* line 6041, app/assets/stylesheets/materialize.scss */
.timepicker-container.modal-content {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}

/* line 6047, app/assets/stylesheets/materialize.scss */
.text-primary {
  color: white;
}

/* Clock Digital Display */
/* line 6053, app/assets/stylesheets/materialize.scss */
.timepicker-digital-display {
  flex: 1 auto;
  background-color: #26a69a;
  padding: 10px;
  font-weight: 300;
}

/* line 6060, app/assets/stylesheets/materialize.scss */
.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;
          user-select: none;
}

/* line 6070, app/assets/stylesheets/materialize.scss */
.timepicker-span-hours,
.timepicker-span-minutes,
.timepicker-span-am-pm div {
  cursor: pointer;
}

/* line 6076, app/assets/stylesheets/materialize.scss */
.timepicker-span-hours {
  margin-right: 3px;
}

/* line 6080, app/assets/stylesheets/materialize.scss */
.timepicker-span-minutes {
  margin-left: 3px;
}

/* line 6084, app/assets/stylesheets/materialize.scss */
.timepicker-display-am-pm {
  font-size: 1.3rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-weight: 400;
}

/* Analog Clock Display */
/* line 6094, app/assets/stylesheets/materialize.scss */
.timepicker-analog-display {
  flex: 2.5 auto;
}

/* line 6098, app/assets/stylesheets/materialize.scss */
.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;
          user-select: none;
}

/* line 6111, app/assets/stylesheets/materialize.scss */
.timepicker-canvas,
.timepicker-dial {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* line 6119, app/assets/stylesheets/materialize.scss */
.timepicker-minutes {
  visibility: hidden;
}

/* line 6123, app/assets/stylesheets/materialize.scss */
.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;
}

/* line 6135, app/assets/stylesheets/materialize.scss */
.timepicker-tick.active,
.timepicker-tick:hover {
  background-color: rgba(38, 166, 154, 0.25);
}

/* line 6139, app/assets/stylesheets/materialize.scss */
.timepicker-dial {
  transition: transform 350ms, opacity 350ms;
}

/* line 6142, app/assets/stylesheets/materialize.scss */
.timepicker-dial-out {
  opacity: 0;
}

/* line 6143, app/assets/stylesheets/materialize.scss */
.timepicker-dial-out.timepicker-hours {
  transform: scale(1.1, 1.1);
}

/* line 6147, app/assets/stylesheets/materialize.scss */
.timepicker-dial-out.timepicker-minutes {
  transform: scale(0.8, 0.8);
}

/* line 6153, app/assets/stylesheets/materialize.scss */
.timepicker-canvas {
  transition: opacity 175ms;
}

/* line 6156, app/assets/stylesheets/materialize.scss */
.timepicker-canvas line {
  stroke: #26a69a;
  stroke-width: 4;
  stroke-linecap: round;
}

/* line 6162, app/assets/stylesheets/materialize.scss */
.timepicker-canvas-out {
  opacity: 0.25;
}

/* line 6165, app/assets/stylesheets/materialize.scss */
.timepicker-canvas-bearing {
  stroke: none;
  fill: #26a69a;
}

/* line 6169, app/assets/stylesheets/materialize.scss */
.timepicker-canvas-bg {
  stroke: none;
  fill: #26a69a;
}

/* Footer */
/* line 6176, app/assets/stylesheets/materialize.scss */
.timepicker-footer {
  margin: 0 auto;
  padding: 5px 1rem;
  display: flex;
  justify-content: space-between;
}

/* line 6183, app/assets/stylesheets/materialize.scss */
.timepicker-clear {
  color: #F44336;
}

/* line 6187, app/assets/stylesheets/materialize.scss */
.timepicker-close {
  color: #26a69a;
}

/* line 6191, app/assets/stylesheets/materialize.scss */
.timepicker-clear,
.timepicker-close {
  padding: 0 20px;
}

/* Media Queries */
@media only screen and (min-width : 601px) {
  /* line 6198, app/assets/stylesheets/materialize.scss */
  .timepicker-modal {
    max-width: 600px;
  }
  /* line 6202, app/assets/stylesheets/materialize.scss */
  .timepicker-container.modal-content {
    flex-direction: row;
  }
  /* line 6206, app/assets/stylesheets/materialize.scss */
  .timepicker-text-container {
    top: 32%;
  }
  /* line 6210, app/assets/stylesheets/materialize.scss */
  .timepicker-display-am-pm {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 1.2rem;
  }
}
/* line 382, app/assets/stylesheets/materialize.scss */
.materialize-red {
  background-color: #e51c23 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.materialize-red-text {
  color: #e51c23 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.darken-1 {
  background-color: #d0181e !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.darken-2 {
  background-color: #b9151b !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.darken-3 {
  background-color: #a21318 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.red {
  background-color: #F44336 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.red-text {
  color: #F44336 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.lighten-5 {
  background-color: #FFEBEE !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.lighten-4 {
  background-color: #FFCDD2 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.lighten-3 {
  background-color: #EF9A9A !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.lighten-2 {
  background-color: #E57373 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-lighten-2 {
  color: #E57373 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.lighten-1 {
  background-color: #EF5350 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-lighten-1 {
  color: #EF5350 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.darken-1 {
  background-color: #E53935 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-darken-1 {
  color: #E53935 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.darken-2 {
  background-color: #D32F2F !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-darken-2 {
  color: #D32F2F !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.darken-3 {
  background-color: #C62828 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-darken-3 {
  color: #C62828 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.darken-4 {
  background-color: #B71C1C !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-darken-4 {
  color: #B71C1C !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.accent-1 {
  background-color: #FF8A80 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-accent-1 {
  color: #FF8A80 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.accent-2 {
  background-color: #FF5252 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-accent-2 {
  color: #FF5252 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.accent-3 {
  background-color: #FF1744 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-accent-3 {
  color: #FF1744 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.accent-4 {
  background-color: #D50000 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-accent-4 {
  color: #D50000 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.pink {
  background-color: #e91e63 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.pink-text {
  color: #e91e63 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.lighten-5 {
  background-color: #fce4ec !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.lighten-2 {
  background-color: #f06292 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-lighten-2 {
  color: #f06292 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.lighten-1 {
  background-color: #ec407a !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-lighten-1 {
  color: #ec407a !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.darken-1 {
  background-color: #d81b60 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-darken-1 {
  color: #d81b60 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.darken-2 {
  background-color: #c2185b !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-darken-2 {
  color: #c2185b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.darken-3 {
  background-color: #ad1457 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-darken-3 {
  color: #ad1457 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.darken-4 {
  background-color: #880e4f !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-darken-4 {
  color: #880e4f !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.accent-1 {
  background-color: #ff80ab !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-accent-1 {
  color: #ff80ab !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.accent-2 {
  background-color: #ff4081 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-accent-2 {
  color: #ff4081 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.accent-3 {
  background-color: #f50057 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-accent-3 {
  color: #f50057 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.accent-4 {
  background-color: #c51162 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-accent-4 {
  color: #c51162 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.purple {
  background-color: #9c27b0 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.purple-text {
  color: #9c27b0 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.lighten-1 {
  background-color: #ab47bc !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.darken-1 {
  background-color: #8e24aa !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-darken-1 {
  color: #8e24aa !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.darken-3 {
  background-color: #6a1b9a !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.darken-4 {
  background-color: #4a148c !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-darken-4 {
  color: #4a148c !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.accent-1 {
  background-color: #ea80fc !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-accent-1 {
  color: #ea80fc !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.accent-2 {
  background-color: #e040fb !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-accent-2 {
  color: #e040fb !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.accent-3 {
  background-color: #d500f9 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-accent-3 {
  color: #d500f9 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.accent-4 {
  background-color: #aa00ff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-accent-4 {
  color: #aa00ff !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.deep-purple {
  background-color: #673ab7 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.deep-purple-text {
  color: #673ab7 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.accent-3 {
  background-color: #651fff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.indigo {
  background-color: #3f51b5 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.indigo-text {
  color: #3f51b5 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.lighten-2 {
  background-color: #7986cb !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.darken-1 {
  background-color: #3949ab !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-darken-1 {
  color: #3949ab !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.darken-2 {
  background-color: #303f9f !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-darken-2 {
  color: #303f9f !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.darken-3 {
  background-color: #283593 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-darken-3 {
  color: #283593 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.darken-4 {
  background-color: #1a237e !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-darken-4 {
  color: #1a237e !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.accent-1 {
  background-color: #8c9eff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.accent-2 {
  background-color: #536dfe !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-accent-2 {
  color: #536dfe !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.accent-3 {
  background-color: #3d5afe !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.accent-4 {
  background-color: #304ffe !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-accent-4 {
  color: #304ffe !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.blue {
  background-color: #2196F3 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.blue-text {
  color: #2196F3 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.lighten-5 {
  background-color: #E3F2FD !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.lighten-4 {
  background-color: #BBDEFB !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.lighten-3 {
  background-color: #90CAF9 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.lighten-2 {
  background-color: #64B5F6 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.lighten-1 {
  background-color: #42A5F5 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.darken-1 {
  background-color: #1E88E5 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.darken-2 {
  background-color: #1976D2 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-darken-2 {
  color: #1976D2 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.darken-3 {
  background-color: #1565C0 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-darken-3 {
  color: #1565C0 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.darken-4 {
  background-color: #0D47A1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.accent-1 {
  background-color: #82B1FF !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-accent-1 {
  color: #82B1FF !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.accent-2 {
  background-color: #448AFF !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-accent-2 {
  color: #448AFF !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.accent-3 {
  background-color: #2979FF !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-accent-3 {
  color: #2979FF !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.accent-4 {
  background-color: #2962FF !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-accent-4 {
  color: #2962FF !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.light-blue {
  background-color: #03a9f4 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.light-blue-text {
  color: #03a9f4 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.darken-1 {
  background-color: #039be5 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.darken-3 {
  background-color: #0277bd !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.darken-4 {
  background-color: #01579b !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-darken-4 {
  color: #01579b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.accent-4 {
  background-color: #0091ea !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.cyan {
  background-color: #00bcd4 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.cyan-text {
  color: #00bcd4 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.lighten-3 {
  background-color: #80deea !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-lighten-3 {
  color: #80deea !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.lighten-1 {
  background-color: #26c6da !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.darken-1 {
  background-color: #00acc1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.darken-2 {
  background-color: #0097a7 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.darken-3 {
  background-color: #00838f !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-darken-3 {
  color: #00838f !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.darken-4 {
  background-color: #006064 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-darken-4 {
  color: #006064 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.accent-1 {
  background-color: #84ffff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-accent-1 {
  color: #84ffff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.accent-2 {
  background-color: #18ffff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-accent-2 {
  color: #18ffff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.accent-3 {
  background-color: #00e5ff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.teal {
  background-color: #009688 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.teal-text {
  color: #009688 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.lighten-2 {
  background-color: #4db6ac !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.lighten-1 {
  background-color: #26a69a !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-lighten-1 {
  color: #26a69a !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.darken-1 {
  background-color: #00897b !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-darken-1 {
  color: #00897b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.darken-2 {
  background-color: #00796b !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-darken-2 {
  color: #00796b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.darken-3 {
  background-color: #00695c !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-darken-3 {
  color: #00695c !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.darken-4 {
  background-color: #004d40 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-darken-4 {
  color: #004d40 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.accent-1 {
  background-color: #a7ffeb !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.accent-2 {
  background-color: #64ffda !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-accent-2 {
  color: #64ffda !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.accent-3 {
  background-color: #1de9b6 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.accent-4 {
  background-color: #00bfa5 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.green {
  background-color: #4CAF50 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.green-text {
  color: #4CAF50 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.lighten-5 {
  background-color: #E8F5E9 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.lighten-4 {
  background-color: #C8E6C9 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.lighten-3 {
  background-color: #A5D6A7 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.lighten-2 {
  background-color: #81C784 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-lighten-2 {
  color: #81C784 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.lighten-1 {
  background-color: #66BB6A !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-lighten-1 {
  color: #66BB6A !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.darken-1 {
  background-color: #43A047 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-darken-1 {
  color: #43A047 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.darken-2 {
  background-color: #388E3C !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-darken-2 {
  color: #388E3C !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.darken-3 {
  background-color: #2E7D32 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-darken-3 {
  color: #2E7D32 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.darken-4 {
  background-color: #1B5E20 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-darken-4 {
  color: #1B5E20 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.accent-1 {
  background-color: #B9F6CA !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-accent-1 {
  color: #B9F6CA !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.accent-2 {
  background-color: #69F0AE !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-accent-2 {
  color: #69F0AE !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.accent-3 {
  background-color: #00E676 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-accent-3 {
  color: #00E676 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.accent-4 {
  background-color: #00C853 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-accent-4 {
  color: #00C853 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.light-green {
  background-color: #8bc34a !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.light-green-text {
  color: #8bc34a !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.lighten-2 {
  background-color: #aed581 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.darken-1 {
  background-color: #7cb342 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.darken-2 {
  background-color: #689f38 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-darken-2 {
  color: #689f38 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.darken-3 {
  background-color: #558b2f !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-darken-3 {
  color: #558b2f !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.darken-4 {
  background-color: #33691e !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-darken-4 {
  color: #33691e !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.accent-1 {
  background-color: #ccff90 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.accent-3 {
  background-color: #76ff03 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.accent-4 {
  background-color: #64dd17 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.lime {
  background-color: #cddc39 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.lime-text {
  color: #cddc39 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.lighten-2 {
  background-color: #dce775 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-lighten-2 {
  color: #dce775 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.lighten-1 {
  background-color: #d4e157 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.darken-1 {
  background-color: #c0ca33 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.darken-2 {
  background-color: #afb42b !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-darken-2 {
  color: #afb42b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.darken-3 {
  background-color: #9e9d24 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.darken-4 {
  background-color: #827717 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-darken-4 {
  color: #827717 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.accent-1 {
  background-color: #f4ff81 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.accent-2 {
  background-color: #eeff41 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-accent-2 {
  color: #eeff41 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.accent-3 {
  background-color: #c6ff00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.accent-4 {
  background-color: #aeea00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-accent-4 {
  color: #aeea00 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.yellow {
  background-color: #ffeb3b !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.yellow-text {
  color: #ffeb3b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.lighten-3 {
  background-color: #fff59d !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.lighten-2 {
  background-color: #fff176 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.darken-1 {
  background-color: #fdd835 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.darken-2 {
  background-color: #fbc02d !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.darken-3 {
  background-color: #f9a825 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.darken-4 {
  background-color: #f57f17 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.accent-1 {
  background-color: #ffff8d !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.accent-2 {
  background-color: #ffff00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.accent-3 {
  background-color: #ffea00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.accent-4 {
  background-color: #ffd600 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.amber {
  background-color: #ffc107 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.amber-text {
  color: #ffc107 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.lighten-3 {
  background-color: #ffe082 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.lighten-2 {
  background-color: #ffd54f !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.lighten-1 {
  background-color: #ffca28 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.darken-1 {
  background-color: #ffb300 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-darken-1 {
  color: #ffb300 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.darken-2 {
  background-color: #ffa000 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-darken-2 {
  color: #ffa000 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.darken-3 {
  background-color: #ff8f00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.darken-4 {
  background-color: #ff6f00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.accent-1 {
  background-color: #ffe57f !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-accent-1 {
  color: #ffe57f !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.accent-2 {
  background-color: #ffd740 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-accent-2 {
  color: #ffd740 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.accent-3 {
  background-color: #ffc400 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-accent-3 {
  color: #ffc400 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.accent-4 {
  background-color: #ffab00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-accent-4 {
  color: #ffab00 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.orange {
  background-color: #ff9800 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.orange-text {
  color: #ff9800 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.lighten-2 {
  background-color: #ffb74d !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.lighten-1 {
  background-color: #ffa726 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.darken-1 {
  background-color: #fb8c00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.darken-2 {
  background-color: #f57c00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-darken-2 {
  color: #f57c00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.darken-3 {
  background-color: #ef6c00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.darken-4 {
  background-color: #e65100 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-darken-4 {
  color: #e65100 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.accent-1 {
  background-color: #ffd180 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-accent-1 {
  color: #ffd180 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.accent-2 {
  background-color: #ffab40 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-accent-2 {
  color: #ffab40 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.accent-3 {
  background-color: #ff9100 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-accent-3 {
  color: #ff9100 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.accent-4 {
  background-color: #ff6d00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.deep-orange {
  background-color: #ff5722 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.deep-orange-text {
  color: #ff5722 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.brown {
  background-color: #795548 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.brown-text {
  color: #795548 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.lighten-5 {
  background-color: #efebe9 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.lighten-2 {
  background-color: #a1887f !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-lighten-2 {
  color: #a1887f !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.darken-1 {
  background-color: #6d4c41 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.darken-2 {
  background-color: #5d4037 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-darken-2 {
  color: #5d4037 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.darken-3 {
  background-color: #4e342e !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-darken-3 {
  color: #4e342e !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.darken-4 {
  background-color: #3e2723 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-darken-4 {
  color: #3e2723 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.blue-grey {
  background-color: #607d8b !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.blue-grey-text {
  color: #607d8b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.darken-3 {
  background-color: #37474f !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.darken-4 {
  background-color: #263238 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.grey {
  background-color: #9e9e9e !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.grey-text {
  color: #9e9e9e !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.lighten-5 {
  background-color: #fafafa !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-lighten-5 {
  color: #fafafa !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.lighten-3 {
  background-color: #eeeeee !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.darken-1 {
  background-color: #757575 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-darken-1 {
  color: #757575 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.darken-2 {
  background-color: #616161 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-darken-2 {
  color: #616161 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.darken-3 {
  background-color: #424242 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-darken-3 {
  color: #424242 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.darken-4 {
  background-color: #212121 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-darken-4 {
  color: #212121 !important;
}

/* line 402, app/assets/stylesheets/materialize.scss */
.black {
  background-color: #000000 !important;
}

/* line 405, app/assets/stylesheets/materialize.scss */
.black-text {
  color: #000000 !important;
}

/* line 402, app/assets/stylesheets/materialize.scss */
.white {
  background-color: #FFFFFF !important;
}

/* line 405, app/assets/stylesheets/materialize.scss */
.white-text {
  color: #FFFFFF !important;
}

/* line 402, app/assets/stylesheets/materialize.scss */
.transparent {
  background-color: transparent !important;
}

/* line 405, app/assets/stylesheets/materialize.scss */
.transparent-text {
  color: transparent !important;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 777, app/assets/stylesheets/materialize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 790, app/assets/stylesheets/materialize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 798, app/assets/stylesheets/materialize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 812, app/assets/stylesheets/materialize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 825, app/assets/stylesheets/materialize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 835, app/assets/stylesheets/materialize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 844, app/assets/stylesheets/materialize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 855, app/assets/stylesheets/materialize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 868, app/assets/stylesheets/materialize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 878, app/assets/stylesheets/materialize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 888, app/assets/stylesheets/materialize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 897, app/assets/stylesheets/materialize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 907, app/assets/stylesheets/materialize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 918, app/assets/stylesheets/materialize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 926, app/assets/stylesheets/materialize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 935, app/assets/stylesheets/materialize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 944, app/assets/stylesheets/materialize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 952, app/assets/stylesheets/materialize.scss */
sub {
  bottom: -0.25em;
}

/* line 956, app/assets/stylesheets/materialize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 967, app/assets/stylesheets/materialize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 976, app/assets/stylesheets/materialize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 985, app/assets/stylesheets/materialize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 993, app/assets/stylesheets/materialize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 1005, app/assets/stylesheets/materialize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 1021, app/assets/stylesheets/materialize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 1031, app/assets/stylesheets/materialize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 1042, app/assets/stylesheets/materialize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 1053, app/assets/stylesheets/materialize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 1065, app/assets/stylesheets/materialize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 1076, app/assets/stylesheets/materialize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 1087, app/assets/stylesheets/materialize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 1101, app/assets/stylesheets/materialize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 1110, app/assets/stylesheets/materialize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 1119, app/assets/stylesheets/materialize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 1129, app/assets/stylesheets/materialize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 1139, app/assets/stylesheets/materialize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 1148, app/assets/stylesheets/materialize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 1158, app/assets/stylesheets/materialize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 1171, app/assets/stylesheets/materialize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 1180, app/assets/stylesheets/materialize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 1191, app/assets/stylesheets/materialize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 1199, app/assets/stylesheets/materialize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 1210, app/assets/stylesheets/materialize.scss */
[hidden] {
  display: none;
}

/* line 1219, app/assets/stylesheets/materialize.scss */
html {
  box-sizing: border-box;
}

/* line 1222, app/assets/stylesheets/materialize.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 1236, app/assets/stylesheets/materialize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* line 1245, app/assets/stylesheets/materialize.scss */
ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

/* line 1249, app/assets/stylesheets/materialize.scss */
ul:not(.browser-default) > li {
  list-style-type: none;
}

/* line 1255, app/assets/stylesheets/materialize.scss */
a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 1265, app/assets/stylesheets/materialize.scss */
.valign-wrapper {
  display: flex;
  align-items: center;
}

/* line 1272, app/assets/stylesheets/materialize.scss */
.clearfix {
  clear: both;
}

/* line 1278, app/assets/stylesheets/materialize.scss */
.z-depth-0 {
  box-shadow: none !important;
}

/* 2dp elevation modified*/
/* line 1283, app/assets/stylesheets/materialize.scss */
.z-depth-1, .sidenav, .collapsible, .dropdown-content, .btn-floating, .btn, .btn-small, .btn-large, .toast, .card, .card-panel, nav {
  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);
}

/* line 1288, app/assets/stylesheets/materialize.scss */
.z-depth-1-half, .btn-floating:hover, .btn:hover, .btn-small:hover, .btn-large:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/
/* line 1293, app/assets/stylesheets/materialize.scss */
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/
/* line 1300, app/assets/stylesheets/materialize.scss */
.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */
/* line 1307, app/assets/stylesheets/materialize.scss */
.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */
/* line 1314, app/assets/stylesheets/materialize.scss */
.z-depth-5, .modal {
  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);
}

/* line 1320, app/assets/stylesheets/materialize.scss */
.hoverable {
  transition: box-shadow .25s;
}

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

/* line 1330, app/assets/stylesheets/materialize.scss */
.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

/* line 1339, app/assets/stylesheets/materialize.scss */
blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}

/* line 1347, app/assets/stylesheets/materialize.scss */
i {
  line-height: inherit;
}

/* line 1350, app/assets/stylesheets/materialize.scss */
i.left {
  float: left;
  margin-right: 15px;
}

/* line 1354, app/assets/stylesheets/materialize.scss */
i.right {
  float: right;
  margin-left: 15px;
}

/* line 1358, app/assets/stylesheets/materialize.scss */
i.tiny {
  font-size: 1rem;
}

/* line 1361, app/assets/stylesheets/materialize.scss */
i.small {
  font-size: 2rem;
}

/* line 1364, app/assets/stylesheets/materialize.scss */
i.medium {
  font-size: 4rem;
}

/* line 1367, app/assets/stylesheets/materialize.scss */
i.large {
  font-size: 6rem;
}

/* line 1373, app/assets/stylesheets/materialize.scss */
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

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

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

/* line 1399, app/assets/stylesheets/materialize.scss */
.pagination li.active a {
  color: #fff;
}

/* line 1401, app/assets/stylesheets/materialize.scss */
.pagination li.active {
  background-color: #ee6e73;
}

/* line 1403, app/assets/stylesheets/materialize.scss */
.pagination li.disabled a {
  cursor: default;
  color: #999;
}

/* line 1408, app/assets/stylesheets/materialize.scss */
.pagination li i {
  font-size: 2rem;
}

/* line 1414, app/assets/stylesheets/materialize.scss */
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width : 992px) {
  /* line 1420, app/assets/stylesheets/materialize.scss */
  .pagination {
    width: 100%;
  }
  /* line 1423, app/assets/stylesheets/materialize.scss */
  .pagination li.prev,
.pagination li.next {
    width: 10%;
  }
  /* line 1428, app/assets/stylesheets/materialize.scss */
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}

/* line 1437, app/assets/stylesheets/materialize.scss */
.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 1441, app/assets/stylesheets/materialize.scss */
.breadcrumb i,
.breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}

/* line 1449, app/assets/stylesheets/materialize.scss */
.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;
}

/* line 1462, app/assets/stylesheets/materialize.scss */
.breadcrumb:first-child:before {
  display: none;
}

/* line 1466, app/assets/stylesheets/materialize.scss */
.breadcrumb:last-child {
  color: #fff;
}

/* line 1472, app/assets/stylesheets/materialize.scss */
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

/* line 1477, app/assets/stylesheets/materialize.scss */
.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* line 1485, app/assets/stylesheets/materialize.scss */
.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}

/* line 1499, app/assets/stylesheets/materialize.scss */
.pin-top, .pin-bottom {
  position: relative;
}

/* line 1502, app/assets/stylesheets/materialize.scss */
.pinned {
  position: fixed !important;
}

/*********************
   Transition Classes
 **********************/
/* line 1510, app/assets/stylesheets/materialize.scss */
ul.staggered-list li {
  opacity: 0;
}

/* line 1514, app/assets/stylesheets/materialize.scss */
.fade-in {
  opacity: 0;
  transform-origin: 0 50%;
}

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

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

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

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

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

@media only screen and (min-width : 1201px) {
  /* line 1548, app/assets/stylesheets/materialize.scss */
  .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 1201px) {
  /* line 1553, app/assets/stylesheets/materialize.scss */
  .show-on-extra-large {
    display: block !important;
  }
}

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

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

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

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

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

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

/* line 1593, app/assets/stylesheets/materialize.scss */
.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ee6e73;
}

/* line 1598, app/assets/stylesheets/materialize.scss */
.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

/* line 1611, app/assets/stylesheets/materialize.scss */
table, th, td {
  border: none;
}

/* line 1615, app/assets/stylesheets/materialize.scss */
table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1622, app/assets/stylesheets/materialize.scss */
table.striped tr {
  border-bottom: none;
}

/* line 1627, app/assets/stylesheets/materialize.scss */
table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}

/* line 1631, app/assets/stylesheets/materialize.scss */
table.striped > tbody > tr > td {
  border-radius: 0;
}

/* line 1637, app/assets/stylesheets/materialize.scss */
table.highlight > tbody > tr {
  transition: background-color .25s ease;
}

/* line 1639, app/assets/stylesheets/materialize.scss */
table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}

/* line 1645, app/assets/stylesheets/materialize.scss */
table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

/* line 1651, app/assets/stylesheets/materialize.scss */
tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

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

@media only screen and (max-width : 992px) {
  /* line 1666, app/assets/stylesheets/materialize.scss */
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  /* line 1673, app/assets/stylesheets/materialize.scss */
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  /* line 1677, app/assets/stylesheets/materialize.scss */
  table.responsive-table th,
table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  /* line 1683, app/assets/stylesheets/materialize.scss */
  table.responsive-table th {
    text-align: left;
  }
  /* line 1684, app/assets/stylesheets/materialize.scss */
  table.responsive-table thead {
    display: block;
    float: left;
  }
  /* line 1688, app/assets/stylesheets/materialize.scss */
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  /* line 1692, app/assets/stylesheets/materialize.scss */
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  /* line 1697, app/assets/stylesheets/materialize.scss */
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  /* line 1704, app/assets/stylesheets/materialize.scss */
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  /* line 1709, app/assets/stylesheets/materialize.scss */
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  /* line 1713, app/assets/stylesheets/materialize.scss */
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  /* line 1718, app/assets/stylesheets/materialize.scss */
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  /* line 1724, app/assets/stylesheets/materialize.scss */
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}

/* line 1734, app/assets/stylesheets/materialize.scss */
.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

/* line 1741, app/assets/stylesheets/materialize.scss */
.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

/* line 1749, app/assets/stylesheets/materialize.scss */
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

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

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

/* line 1774, app/assets/stylesheets/materialize.scss */
.collection .collection-item.avatar .title {
  font-size: 16px;
}

/* line 1778, app/assets/stylesheets/materialize.scss */
.collection .collection-item.avatar p {
  margin: 0;
}

/* line 1782, app/assets/stylesheets/materialize.scss */
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

/* line 1791, app/assets/stylesheets/materialize.scss */
.collection .collection-item:last-child {
  border-bottom: none;
}

/* line 1795, app/assets/stylesheets/materialize.scss */
.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}

/* line 1799, app/assets/stylesheets/materialize.scss */
.collection .collection-item.active .secondary-content {
  color: #fff;
}

/* line 1804, app/assets/stylesheets/materialize.scss */
.collection a.collection-item {
  display: block;
  transition: .25s;
  color: #26a69a;
}

/* line 1809, app/assets/stylesheets/materialize.scss */
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

/* line 1816, app/assets/stylesheets/materialize.scss */
.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

/* line 1821, app/assets/stylesheets/materialize.scss */
.collection.with-header .collection-item {
  padding-left: 30px;
}

/* line 1824, app/assets/stylesheets/materialize.scss */
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

/* line 1831, app/assets/stylesheets/materialize.scss */
.secondary-content {
  float: right;
  color: #26a69a;
}

/* line 1835, app/assets/stylesheets/materialize.scss */
.collapsible .collection {
  margin: 0;
  border: none;
}

/* line 1843, app/assets/stylesheets/materialize.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

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

/* line 1868, app/assets/stylesheets/materialize.scss */
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  transition: width .3s linear;
}

/* line 1876, app/assets/stylesheets/materialize.scss */
.progress .indeterminate {
  background-color: #26a69a;
}

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

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

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

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

/*******************
   Utility Classes
 *******************/
/* line 1939, app/assets/stylesheets/materialize.scss */
.hide {
  display: none !important;
}

/* line 1944, app/assets/stylesheets/materialize.scss */
.left-align {
  text-align: left;
}

/* line 1947, app/assets/stylesheets/materialize.scss */
.right-align {
  text-align: right;
}

/* line 1950, app/assets/stylesheets/materialize.scss */
.center, .center-align {
  text-align: center;
}

/* line 1954, app/assets/stylesheets/materialize.scss */
.left {
  float: left !important;
}

/* line 1957, app/assets/stylesheets/materialize.scss */
.right {
  float: right !important;
}

/* line 1962, app/assets/stylesheets/materialize.scss */
.no-select, input[type=range],
input[type=range] + .thumb {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 1966, app/assets/stylesheets/materialize.scss */
.circle {
  border-radius: 50%;
}

/* line 1970, app/assets/stylesheets/materialize.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 1976, app/assets/stylesheets/materialize.scss */
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1983, app/assets/stylesheets/materialize.scss */
.no-padding {
  padding: 0 !important;
}

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

/* line 2001, app/assets/stylesheets/materialize.scss */
span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #26a69a;
  border-radius: 2px;
}

/* line 2008, app/assets/stylesheets/materialize.scss */
span.badge.new:after {
  content: " new";
}

/* line 2012, app/assets/stylesheets/materialize.scss */
span.badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption);
}

/* line 2018, app/assets/stylesheets/materialize.scss */
nav ul a span.badge {
  display: inline-block;
  float: none;
  margin-left: 4px;
  line-height: 22px;
  height: 22px;
  -webkit-font-smoothing: auto;
}

/* line 2028, app/assets/stylesheets/materialize.scss */
.collection-item span.badge {
  margin-top: calc(0.75rem - 11px);
}

/* line 2031, app/assets/stylesheets/materialize.scss */
.collapsible span.badge {
  margin-left: auto;
}

/* line 2034, app/assets/stylesheets/materialize.scss */
.sidenav span.badge {
  margin-top: calc(24px - 11px);
}

/* line 2038, app/assets/stylesheets/materialize.scss */
table span.badge {
  display: inline-block;
  float: none;
  margin-left: auto;
}

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

/* line 2052, app/assets/stylesheets/materialize.scss */
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width : 601px) {
  /* line 2058, app/assets/stylesheets/materialize.scss */
  .container {
    width: 85%;
  }
}

@media only screen and (min-width : 993px) {
  /* line 2063, app/assets/stylesheets/materialize.scss */
  .container {
    width: 70%;
  }
}

/* line 2067, app/assets/stylesheets/materialize.scss */
.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

/* line 2072, app/assets/stylesheets/materialize.scss */
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 2076, app/assets/stylesheets/materialize.scss */
.section.no-pad {
  padding: 0;
}

/* line 2079, app/assets/stylesheets/materialize.scss */
.section.no-pad-bot {
  padding-bottom: 0;
}

/* line 2082, app/assets/stylesheets/materialize.scss */
.section.no-pad-top {
  padding-top: 0;
}

/* line 2107, app/assets/stylesheets/materialize.scss */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 100%;
}

/* line 2113, app/assets/stylesheets/materialize.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* line 2119, app/assets/stylesheets/materialize.scss */
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}

/* line 2125, app/assets/stylesheets/materialize.scss */
.row .col[class*="push-"], .row .col[class*="pull-"] {
  position: relative;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s1 {
  right: 8.3333333333%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s1 {
  left: 8.3333333333%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s2 {
  right: 16.6666666667%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s2 {
  left: 16.6666666667%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s3 {
  margin-left: 25%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s3 {
  right: 25%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s3 {
  left: 25%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s4 {
  right: 33.3333333333%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s4 {
  left: 33.3333333333%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s5 {
  right: 41.6666666667%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s5 {
  left: 41.6666666667%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s6 {
  margin-left: 50%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s6 {
  right: 50%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s6 {
  left: 50%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s7 {
  right: 58.3333333333%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s7 {
  left: 58.3333333333%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s8 {
  right: 66.6666666667%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s8 {
  left: 66.6666666667%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s9 {
  margin-left: 75%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s9 {
  right: 75%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s9 {
  left: 75%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s10 {
  right: 83.3333333333%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s10 {
  left: 83.3333333333%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s11 {
  right: 91.6666666667%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s11 {
  left: 91.6666666667%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s12 {
  margin-left: 100%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s12 {
  right: 100%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s12 {
  left: 100%;
}

@media only screen and (min-width : 601px) {
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m3 {
    right: 25%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m3 {
    left: 25%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m6 {
    right: 50%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m6 {
    left: 50%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m9 {
    right: 75%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m9 {
    left: 75%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m12 {
    right: 100%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m12 {
    left: 100%;
  }
}

@media only screen and (min-width : 993px) {
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l3 {
    right: 25%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l3 {
    left: 25%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l6 {
    right: 50%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l6 {
    left: 50%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l9 {
    right: 75%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l9 {
    left: 75%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l12 {
    right: 100%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l12 {
    left: 100%;
  }
}

@media only screen and (min-width : 1201px) {
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl3 {
    right: 25%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl3 {
    left: 25%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl6 {
    right: 50%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl6 {
    left: 50%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl9 {
    right: 75%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl9 {
    left: 75%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl12 {
    right: 100%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl12 {
    left: 100%;
  }
}

/* line 2210, app/assets/stylesheets/materialize.scss */
nav {
  color: #fff;
  background-color: #ee6e73;
  width: 100%;
  height: 56px;
  line-height: 56px;
}

/* line 2211, app/assets/stylesheets/materialize.scss */
nav.nav-extended {
  height: auto;
}

/* line 2214, app/assets/stylesheets/materialize.scss */
nav.nav-extended .nav-wrapper {
  min-height: 56px;
  height: auto;
}

/* line 2219, app/assets/stylesheets/materialize.scss */
nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}

/* line 2232, app/assets/stylesheets/materialize.scss */
nav a {
  color: #fff;
}

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

/* line 2243, app/assets/stylesheets/materialize.scss */
nav .nav-wrapper {
  position: relative;
  height: 100%;
}

@media only screen and (min-width : 993px) {
  /* line 2249, app/assets/stylesheets/materialize.scss */
  nav a.sidenav-trigger {
    display: none;
  }
}

/* line 2254, app/assets/stylesheets/materialize.scss */
nav .sidenav-trigger {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}

/* line 2261, app/assets/stylesheets/materialize.scss */
nav .sidenav-trigger i {
  height: 56px;
  line-height: 56px;
}

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

/* line 2276, app/assets/stylesheets/materialize.scss */
nav .brand-logo.center {
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width : 992px) {
  /* line 2269, app/assets/stylesheets/materialize.scss */
  nav .brand-logo {
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 2285, app/assets/stylesheets/materialize.scss */
  nav .brand-logo.left, nav .brand-logo.right {
    padding: 0;
    transform: none;
  }
  /* line 2290, app/assets/stylesheets/materialize.scss */
  nav .brand-logo.left {
    left: 0.5rem;
  }
  /* line 2291, app/assets/stylesheets/materialize.scss */
  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}

/* line 2297, app/assets/stylesheets/materialize.scss */
nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}

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

/* line 2312, app/assets/stylesheets/materialize.scss */
nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}

/* line 2320, app/assets/stylesheets/materialize.scss */
nav ul {
  margin: 0;
}

/* line 2323, app/assets/stylesheets/materialize.scss */
nav ul li {
  transition: background-color .3s;
  float: left;
  padding: 0;
}

/* line 2328, app/assets/stylesheets/materialize.scss */
nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}

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

/* line 2340, app/assets/stylesheets/materialize.scss */
nav ul a.btn, nav ul a.btn-small, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}

/* line 2345, app/assets/stylesheets/materialize.scss */
nav ul a.btn > .material-icons, nav ul a.btn-small > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-flat > .material-icons, nav ul a.btn-floating > .material-icons {
  height: inherit;
  line-height: inherit;
}

/* line 2351, app/assets/stylesheets/materialize.scss */
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 2356, app/assets/stylesheets/materialize.scss */
nav ul.left {
  float: left;
}

/* line 2362, app/assets/stylesheets/materialize.scss */
nav form {
  height: 100%;
}

/* line 2366, app/assets/stylesheets/materialize.scss */
nav .input-field {
  margin: 0;
  height: 100%;
}

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

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

/* line 2383, app/assets/stylesheets/materialize.scss */
nav .input-field label {
  top: 0;
  left: 0;
}

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

/* line 2391, app/assets/stylesheets/materialize.scss */
nav .input-field label.active i {
  color: #fff;
}

/* line 2397, app/assets/stylesheets/materialize.scss */
.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}

/* line 2402, app/assets/stylesheets/materialize.scss */
.navbar-fixed nav {
  position: fixed;
}

@media only screen and (min-width : 601px) {
  /* line 2407, app/assets/stylesheets/materialize.scss */
  nav.nav-extended .nav-wrapper {
    min-height: 64px;
  }
  /* line 2410, app/assets/stylesheets/materialize.scss */
  nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 64px;
    line-height: 64px;
  }
  /* line 2414, app/assets/stylesheets/materialize.scss */
  .navbar-fixed {
    height: 64px;
  }
}

/* line 2422, app/assets/stylesheets/materialize.scss */
a {
  text-decoration: none;
}

/* line 2426, app/assets/stylesheets/materialize.scss */
html {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

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

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

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

/* line 2445, app/assets/stylesheets/materialize.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.3;
}

/* line 2451, app/assets/stylesheets/materialize.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

/* line 2452, app/assets/stylesheets/materialize.scss */
h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}

/* line 2453, app/assets/stylesheets/materialize.scss */
h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.3733333333rem 0 1.424rem 0;
}

/* line 2454, app/assets/stylesheets/materialize.scss */
h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.9466666667rem 0 1.168rem 0;
}

/* line 2455, app/assets/stylesheets/materialize.scss */
h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}

/* line 2456, app/assets/stylesheets/materialize.scss */
h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 0.656rem 0;
}

/* line 2457, app/assets/stylesheets/materialize.scss */
h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.7666666667rem 0 0.46rem 0;
}

/* line 2460, app/assets/stylesheets/materialize.scss */
em {
  font-style: italic;
}

/* line 2461, app/assets/stylesheets/materialize.scss */
strong {
  font-weight: 500;
}

/* line 2462, app/assets/stylesheets/materialize.scss */
small {
  font-size: 75%;
}

/* line 2463, app/assets/stylesheets/materialize.scss */
.light {
  font-weight: 300;
}

/* line 2464, app/assets/stylesheets/materialize.scss */
.thin {
  font-weight: 200;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2485, app/assets/stylesheets/materialize.scss */
.scale-transition.scale-out {
  transform: scale(0);
  transition: transform .2s !important;
}

/* line 2490, app/assets/stylesheets/materialize.scss */
.scale-transition.scale-in {
  transform: scale(1);
}

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

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

/* line 2518, app/assets/stylesheets/materialize.scss */
.card .card-title {
  font-size: 24px;
  font-weight: 300;
}

/* line 2521, app/assets/stylesheets/materialize.scss */
.card .card-title.activator {
  cursor: pointer;
}

/* line 2527, app/assets/stylesheets/materialize.scss */
.card.small, .card.medium, .card.large {
  position: relative;
}

/* line 2530, app/assets/stylesheets/materialize.scss */
.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}

/* line 2534, app/assets/stylesheets/materialize.scss */
.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
  max-height: 40%;
}

/* line 2537, app/assets/stylesheets/materialize.scss */
.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 2541, app/assets/stylesheets/materialize.scss */
.card.small .card-action, .card.medium .card-action, .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 2549, app/assets/stylesheets/materialize.scss */
.card.small {
  height: 300px;
}

/* line 2553, app/assets/stylesheets/materialize.scss */
.card.medium {
  height: 400px;
}

/* line 2557, app/assets/stylesheets/materialize.scss */
.card.large {
  height: 500px;
}

/* line 2562, app/assets/stylesheets/materialize.scss */
.card.horizontal {
  display: flex;
}

/* line 2564, app/assets/stylesheets/materialize.scss */
.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}

/* line 2569, app/assets/stylesheets/materialize.scss */
.card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
  height: 100%;
}

/* line 2577, app/assets/stylesheets/materialize.scss */
.card.horizontal .card-image {
  max-width: 50%;
}

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

/* line 2586, app/assets/stylesheets/materialize.scss */
.card.horizontal .card-stacked {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

/* line 2592, app/assets/stylesheets/materialize.scss */
.card.horizontal .card-stacked .card-content {
  flex-grow: 1;
}

/* line 2600, app/assets/stylesheets/materialize.scss */
.card.sticky-action .card-action {
  z-index: 2;
}

/* line 2604, app/assets/stylesheets/materialize.scss */
.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}

/* line 2613, app/assets/stylesheets/materialize.scss */
.card .card-image {
  position: relative;
}

/* line 2617, app/assets/stylesheets/materialize.scss */
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* line 2628, app/assets/stylesheets/materialize.scss */
.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}

/* line 2638, app/assets/stylesheets/materialize.scss */
.card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}

/* line 2642, app/assets/stylesheets/materialize.scss */
.card .card-content p {
  margin: 0;
}

/* line 2645, app/assets/stylesheets/materialize.scss */
.card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
}

/* line 2650, app/assets/stylesheets/materialize.scss */
.card .card-content .card-title i {
  line-height: 32px;
}

/* line 2656, app/assets/stylesheets/materialize.scss */
.card .card-action {
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  position: relative;
  padding: 16px 24px;
}

/* line 2657, app/assets/stylesheets/materialize.scss */
.card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}

/* line 2665, app/assets/stylesheets/materialize.scss */
.card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 24px;
  transition: color .3s ease;
  text-transform: uppercase;
}

/* line 2671, app/assets/stylesheets/materialize.scss */
.card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}

/* line 2675, app/assets/stylesheets/materialize.scss */
.card .card-reveal {
  padding: 24px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

/* line 2687, app/assets/stylesheets/materialize.scss */
.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

/* line 2695, app/assets/stylesheets/materialize.scss */
#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
  width: auto !important;
}

@media only screen and (max-width : 600px) {
  /* line 2695, app/assets/stylesheets/materialize.scss */
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}

@media only screen and (min-width : 601px) and (max-width : 992px) {
  /* line 2695, app/assets/stylesheets/materialize.scss */
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}

@media only screen and (min-width : 993px) {
  /* line 2695, app/assets/stylesheets/materialize.scss */
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}

/* line 2717, app/assets/stylesheets/materialize.scss */
.toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;
}

/* line 2738, app/assets/stylesheets/materialize.scss */
.toast .toast-action {
  color: #eeff41;
  font-weight: 500;
  margin-right: -25px;
  margin-left: 3rem;
}

/* line 2745, app/assets/stylesheets/materialize.scss */
.toast.rounded {
  border-radius: 24px;
}

@media only screen and (max-width : 600px) {
  /* line 2717, app/assets/stylesheets/materialize.scss */
  .toast {
    width: 100%;
    border-radius: 0;
  }
}

/* line 2757, app/assets/stylesheets/materialize.scss */
.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}

/* line 2758, app/assets/stylesheets/materialize.scss */
.tabs.tabs-transparent {
  background-color: transparent;
}

/* line 2761, app/assets/stylesheets/materialize.scss */
.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2767, app/assets/stylesheets/materialize.scss */
.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}

/* line 2772, app/assets/stylesheets/materialize.scss */
.tabs.tabs-transparent .indicator {
  background-color: #fff;
}

/* line 2777, app/assets/stylesheets/materialize.scss */
.tabs.tabs-fixed-width {
  display: flex;
}

/* line 2780, app/assets/stylesheets/materialize.scss */
.tabs.tabs-fixed-width .tab {
  flex-grow: 1;
}

/* line 2794, app/assets/stylesheets/materialize.scss */
.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

/* line 2803, app/assets/stylesheets/materialize.scss */
.tabs .tab a {
  color: rgba(238, 110, 115, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color .28s ease, background-color .28s ease;
}

/* line 2804, app/assets/stylesheets/materialize.scss */
.tabs .tab a:focus, .tabs .tab a.active:focus {
  background-color: rgba(246, 178, 181, 0.2);
  outline: none;
}

/* line 2810, app/assets/stylesheets/materialize.scss */
.tabs .tab a:hover, .tabs .tab a.active {
  background-color: transparent;
  color: #ee6e73;
}

/* line 2827, app/assets/stylesheets/materialize.scss */
.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
  color: rgba(238, 110, 115, 0.4);
  cursor: default;
}

/* line 2833, app/assets/stylesheets/materialize.scss */
.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #f6b2b5;
  will-change: left, right;
}

@media only screen and (max-width : 992px) {
  /* line 2844, app/assets/stylesheets/materialize.scss */
  .tabs {
    display: flex;
  }
  /* line 2847, app/assets/stylesheets/materialize.scss */
  .tabs .tab {
    flex-grow: 1;
  }
  /* line 2850, app/assets/stylesheets/materialize.scss */
  .tabs .tab a {
    padding: 0 12px;
  }
}

/* line 2858, app/assets/stylesheets/materialize.scss */
.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: #323232;
}

/* line 2879, app/assets/stylesheets/materialize.scss */
.backdrop {
  position: absolute;
  opacity: 0;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  transform-origin: 50% 0%;
  visibility: hidden;
}

/* line 2893, app/assets/stylesheets/materialize.scss */
.btn, .btn-small, .btn-large,
.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;
}

/* line 2907, app/assets/stylesheets/materialize.scss */
.btn.disabled,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}

/* line 2927, app/assets/stylesheets/materialize.scss */
.btn.disabled:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

/* line 2934, app/assets/stylesheets/materialize.scss */
.btn,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat {
  font-size: 14px;
  outline: 0;
}

/* line 2941, app/assets/stylesheets/materialize.scss */
.btn i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

/* line 2950, app/assets/stylesheets/materialize.scss */
.btn:focus, .btn-small:focus, .btn-large:focus,
.btn-floating:focus {
  background-color: #1d7d74;
}

/* line 2956, app/assets/stylesheets/materialize.scss */
.btn, .btn-small, .btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  transition: background-color .2s ease-out;
  cursor: pointer;
}

/* line 2965, app/assets/stylesheets/materialize.scss */
.btn:hover, .btn-small:hover, .btn-large:hover {
  background-color: #2bbbad;
}

/* line 2972, app/assets/stylesheets/materialize.scss */
.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  transition: background-color .3s;
  cursor: pointer;
  vertical-align: middle;
}

/* line 2973, app/assets/stylesheets/materialize.scss */
.btn-floating:hover {
  background-color: #26a69a;
}

/* line 2977, app/assets/stylesheets/materialize.scss */
.btn-floating:before {
  border-radius: 0;
}

/* line 2980, app/assets/stylesheets/materialize.scss */
.btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}

/* line 2981, app/assets/stylesheets/materialize.scss */
.btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}

/* line 2987, app/assets/stylesheets/materialize.scss */
.btn-floating.btn-large i {
  line-height: 56px;
}

/* line 2992, app/assets/stylesheets/materialize.scss */
.btn-floating.btn-small {
  width: 32.4px;
  height: 32.4px;
}

/* line 2993, app/assets/stylesheets/materialize.scss */
.btn-floating.btn-small.halfway-fab {
  bottom: -16.2px;
}

/* line 2998, app/assets/stylesheets/materialize.scss */
.btn-floating.btn-small i {
  line-height: 32.4px;
}

/* line 3003, app/assets/stylesheets/materialize.scss */
.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}

/* line 3004, app/assets/stylesheets/materialize.scss */
.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}

/* line 3027, app/assets/stylesheets/materialize.scss */
.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

/* line 3038, app/assets/stylesheets/materialize.scss */
button.btn-floating {
  border: none;
}

/* line 3043, app/assets/stylesheets/materialize.scss */
.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}

/* line 3045, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.active ul {
  visibility: visible;
}

/* line 3051, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-left, .fixed-action-btn.direction-right {
  padding: 0 0 0 15px;
}

/* line 3054, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  /*width 100% only goes to width of button container */
  width: 500px;
}

/* line 3063, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-left ul li, .fixed-action-btn.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}

/* line 3069, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-right {
  padding: 0 15px 0 0;
}

/* line 3071, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}

/* line 3076, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}

/* line 3081, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-bottom {
  padding: 0 0 15px 0;
}

/* line 3083, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: flex;
  flex-direction: column-reverse;
}

/* line 3088, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0 0;
}

/* line 3093, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}

/* line 3095, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}

/* line 3101, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.toolbar ul {
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}

/* line 3106, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.toolbar ul li {
  flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  transition: none;
}

/* line 3112, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}

/* line 3123, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}

/* line 3136, app/assets/stylesheets/materialize.scss */
.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}

/* line 3144, app/assets/stylesheets/materialize.scss */
.fixed-action-btn ul li {
  margin-bottom: 15px;
}

/* line 3147, app/assets/stylesheets/materialize.scss */
.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

/* line 3151, app/assets/stylesheets/materialize.scss */
.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #26a69a;
  border-radius: 50%;
  transform: scale(0);
}

/* line 3165, app/assets/stylesheets/materialize.scss */
.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color .2s;
}

/* line 3171, app/assets/stylesheets/materialize.scss */
.btn-flat:focus, .btn-flat:hover {
  box-shadow: none;
}

/* line 3175, app/assets/stylesheets/materialize.scss */
.btn-flat:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 3178, app/assets/stylesheets/materialize.scss */
.btn-flat.disabled, .btn-flat.btn-flat[disabled] {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}

/* line 3187, app/assets/stylesheets/materialize.scss */
.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}

/* line 3194, app/assets/stylesheets/materialize.scss */
.btn-large i {
  font-size: 1.6rem;
}

/* line 3200, app/assets/stylesheets/materialize.scss */
.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}

/* line 3205, app/assets/stylesheets/materialize.scss */
.btn-small i {
  font-size: 1.2rem;
}

/* line 3211, app/assets/stylesheets/materialize.scss */
.btn-block {
  display: block;
}

/* line 3216, app/assets/stylesheets/materialize.scss */
.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;
  transform-origin: 0 0;
}

/* line 3217, app/assets/stylesheets/materialize.scss */
.dropdown-content:focus {
  outline: 0;
}

/* line 3236, app/assets/stylesheets/materialize.scss */
.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;
}

/* line 3237, app/assets/stylesheets/materialize.scss */
.dropdown-content li:hover, .dropdown-content li.active {
  background-color: #eee;
}

/* line 3241, app/assets/stylesheets/materialize.scss */
.dropdown-content li:focus {
  outline: none;
}

/* line 3245, app/assets/stylesheets/materialize.scss */
.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

/* line 3250, app/assets/stylesheets/materialize.scss */
.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

/* line 3258, app/assets/stylesheets/materialize.scss */
.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}

/* line 3265, app/assets/stylesheets/materialize.scss */
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

/* line 3285, app/assets/stylesheets/materialize.scss */
body.keyboard-focused .dropdown-content li:focus {
  background-color: #dadada;
}

/* line 3291, app/assets/stylesheets/materialize.scss */
.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
  transform: none;
}

/* line 3298, app/assets/stylesheets/materialize.scss */
.dropdown-trigger {
  cursor: pointer;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
/* line 3314, app/assets/stylesheets/materialize.scss */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: .3s ease-out;
}

/* line 3325, app/assets/stylesheets/materialize.scss */
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}

/* line 3342, app/assets/stylesheets/materialize.scss */
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

/* line 3345, app/assets/stylesheets/materialize.scss */
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

/* line 3348, app/assets/stylesheets/materialize.scss */
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

/* line 3351, app/assets/stylesheets/materialize.scss */
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

/* line 3354, app/assets/stylesheets/materialize.scss */
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

/* line 3357, app/assets/stylesheets/materialize.scss */
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

/* line 3360, app/assets/stylesheets/materialize.scss */
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

/* line 3365, app/assets/stylesheets/materialize.scss */
.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

/* line 3373, app/assets/stylesheets/materialize.scss */
.waves-effect img {
  position: relative;
  z-index: -1;
}

/* line 3379, app/assets/stylesheets/materialize.scss */
.waves-notransition {
  transition: none !important;
}

/* line 3383, app/assets/stylesheets/materialize.scss */
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

/* line 3388, app/assets/stylesheets/materialize.scss */
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

/* line 3392, app/assets/stylesheets/materialize.scss */
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 3400, app/assets/stylesheets/materialize.scss */
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

/* line 3409, app/assets/stylesheets/materialize.scss */
.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
/* line 3414, app/assets/stylesheets/materialize.scss */
.waves-effect .waves-ripple {
  z-index: -1;
}

/* line 3418, app/assets/stylesheets/materialize.scss */
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}

/* line 3419, app/assets/stylesheets/materialize.scss */
.modal:focus {
  outline: none;
}

@media only screen and (max-width : 992px) {
  /* line 3418, app/assets/stylesheets/materialize.scss */
  .modal {
    width: 80%;
  }
}

/* line 3443, app/assets/stylesheets/materialize.scss */
.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 0;
}

/* line 3447, app/assets/stylesheets/materialize.scss */
.modal .modal-content {
  padding: 24px;
}

/* line 3450, app/assets/stylesheets/materialize.scss */
.modal .modal-close {
  cursor: pointer;
}

/* line 3454, app/assets/stylesheets/materialize.scss */
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}

/* line 3462, app/assets/stylesheets/materialize.scss */
.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-small, .modal .modal-footer .btn-flat {
  margin: 6px 0;
}

/* line 3467, app/assets/stylesheets/materialize.scss */
.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

/* line 3483, app/assets/stylesheets/materialize.scss */
.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}

/* line 3487, app/assets/stylesheets/materialize.scss */
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

/* line 3495, app/assets/stylesheets/materialize.scss */
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

/* line 3503, app/assets/stylesheets/materialize.scss */
.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

/* line 3515, app/assets/stylesheets/materialize.scss */
.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}

/* line 3523, app/assets/stylesheets/materialize.scss */
.collapsible-header {
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

/* line 3524, app/assets/stylesheets/materialize.scss */
.collapsible-header:focus {
  outline: 0;
}

/* line 3536, app/assets/stylesheets/materialize.scss */
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}

/* line 3544, app/assets/stylesheets/materialize.scss */
.keyboard-focused .collapsible-header:focus {
  background-color: #eee;
}

/* line 3548, app/assets/stylesheets/materialize.scss */
.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 2rem;
}

/* line 3559, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible,
.sidenav.fixed .collapsible {
  border: none;
  box-shadow: none;
}

/* line 3563, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible li,
.sidenav.fixed .collapsible li {
  padding: 0;
}

/* line 3566, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}

/* line 3573, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible-header:hover,
.sidenav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 3574, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible-header i,
.sidenav.fixed .collapsible-header i {
  line-height: inherit;
}

/* line 3577, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}

/* line 3581, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible-body li a,
.sidenav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}

/* line 3591, app/assets/stylesheets/materialize.scss */
.collapsible.popout {
  border: none;
  box-shadow: none;
}

/* line 3594, app/assets/stylesheets/materialize.scss */
.collapsible.popout > li {
  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;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 3600, app/assets/stylesheets/materialize.scss */
.collapsible.popout > li.active {
  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;
}

/* line 3609, app/assets/stylesheets/materialize.scss */
.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}

/* line 3610, app/assets/stylesheets/materialize.scss */
.chip:focus {
  outline: none;
  background-color: #26a69a;
  color: #fff;
}

/* line 3628, app/assets/stylesheets/materialize.scss */
.chip > img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

/* line 3636, app/assets/stylesheets/materialize.scss */
.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}

/* line 3645, app/assets/stylesheets/materialize.scss */
.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  box-shadow: none;
  margin: 0 0 8px 0;
  min-height: 45px;
  outline: none;
  transition: all .3s;
}

/* line 3654, app/assets/stylesheets/materialize.scss */
.chips.focus {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

/* line 3659, app/assets/stylesheets/materialize.scss */
.chips:hover {
  cursor: text;
}

/* line 3663, app/assets/stylesheets/materialize.scss */
.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;
}

/* line 3677, app/assets/stylesheets/materialize.scss */
.chips .input:focus {
  border: 0 !important;
  box-shadow: none !important;
}

/* line 3683, app/assets/stylesheets/materialize.scss */
.chips .autocomplete-content {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 3690, app/assets/stylesheets/materialize.scss */
.prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 3695, app/assets/stylesheets/materialize.scss */
.chips:empty ~ label {
  font-size: 0.8rem;
  transform: translateY(-140%);
}

/* line 3702, app/assets/stylesheets/materialize.scss */
.materialboxed {
  display: block;
  cursor: zoom-in;
  position: relative;
  transition: opacity .4s;
  -webkit-backface-visibility: hidden;
}

/* line 3704, app/assets/stylesheets/materialize.scss */
.materialboxed:hover:not(.active) {
  opacity: .8;
}

/* line 3715, app/assets/stylesheets/materialize.scss */
.materialboxed.active {
  cursor: zoom-out;
}

/* line 3720, app/assets/stylesheets/materialize.scss */
#materialbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}

/* line 3731, app/assets/stylesheets/materialize.scss */
.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}

/* line 3749, app/assets/stylesheets/materialize.scss */
select:focus {
  outline: 1px solid #c9f3ef;
}

/* line 3753, app/assets/stylesheets/materialize.scss */
button:focus {
  outline: none;
  background-color: #2ab7a9;
}

/* line 3758, app/assets/stylesheets/materialize.scss */
label {
  font-size: 0.8rem;
  color: #9e9e9e;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
/* line 3769, app/assets/stylesheets/materialize.scss */
::-moz-placeholder {
  color: #d1d1d1;
}
::placeholder {
  color: #d1d1d1;
}

/* Text inputs */
/* line 3775, app/assets/stylesheets/materialize.scss */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: box-shadow .3s, border .3s;
}

/* line 3805, app/assets/stylesheets/materialize.scss */
input:not([type]):disabled, input[readonly="readonly"]:not([type]),
input[type=text]:not(.browser-default):disabled,
input[type=text][readonly="readonly"]:not(.browser-default),
input[type=password]:not(.browser-default):disabled,
input[type=password][readonly="readonly"]:not(.browser-default),
input[type=email]:not(.browser-default):disabled,
input[type=email][readonly="readonly"]:not(.browser-default),
input[type=url]:not(.browser-default):disabled,
input[type=url][readonly="readonly"]:not(.browser-default),
input[type=time]:not(.browser-default):disabled,
input[type=time][readonly="readonly"]:not(.browser-default),
input[type=date]:not(.browser-default):disabled,
input[type=date][readonly="readonly"]:not(.browser-default),
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime][readonly="readonly"]:not(.browser-default),
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local][readonly="readonly"]:not(.browser-default),
input[type=tel]:not(.browser-default):disabled,
input[type=tel][readonly="readonly"]:not(.browser-default),
input[type=number]:not(.browser-default):disabled,
input[type=number][readonly="readonly"]:not(.browser-default),
input[type=search]:not(.browser-default):disabled,
input[type=search][readonly="readonly"]:not(.browser-default),
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}

/* line 3812, app/assets/stylesheets/materialize.scss */
input:not([type]):disabled + label, input[readonly="readonly"]:not([type]) + label,
input[type=text]:not(.browser-default):disabled + label,
input[type=text][readonly="readonly"]:not(.browser-default) + label,
input[type=password]:not(.browser-default):disabled + label,
input[type=password][readonly="readonly"]:not(.browser-default) + label,
input[type=email]:not(.browser-default):disabled + label,
input[type=email][readonly="readonly"]:not(.browser-default) + label,
input[type=url]:not(.browser-default):disabled + label,
input[type=url][readonly="readonly"]:not(.browser-default) + label,
input[type=time]:not(.browser-default):disabled + label,
input[type=time][readonly="readonly"]:not(.browser-default) + label,
input[type=date]:not(.browser-default):disabled + label,
input[type=date][readonly="readonly"]:not(.browser-default) + label,
input[type=datetime]:not(.browser-default):disabled + label,
input[type=datetime][readonly="readonly"]:not(.browser-default) + label,
input[type=datetime-local]:not(.browser-default):disabled + label,
input[type=datetime-local][readonly="readonly"]:not(.browser-default) + label,
input[type=tel]:not(.browser-default):disabled + label,
input[type=tel][readonly="readonly"]:not(.browser-default) + label,
input[type=number]:not(.browser-default):disabled + label,
input[type=number][readonly="readonly"]:not(.browser-default) + label,
input[type=search]:not(.browser-default):disabled + label,
input[type=search][readonly="readonly"]:not(.browser-default) + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.42);
}

/* line 3818, app/assets/stylesheets/materialize.scss */
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

/* line 3824, app/assets/stylesheets/materialize.scss */
input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #26a69a;
}

/* line 3847, app/assets/stylesheets/materialize.scss */
input.valid:not([type]):focus ~ label,
input.valid[type=text]:not(.browser-default):focus ~ label,
input.valid[type=password]:not(.browser-default):focus ~ label,
input.valid[type=email]:not(.browser-default):focus ~ label,
input.valid[type=url]:not(.browser-default):focus ~ label,
input.valid[type=time]:not(.browser-default):focus ~ label,
input.valid[type=date]:not(.browser-default):focus ~ label,
input.valid[type=datetime]:not(.browser-default):focus ~ label,
input.valid[type=datetime-local]:not(.browser-default):focus ~ label,
input.valid[type=tel]:not(.browser-default):focus ~ label,
input.valid[type=number]:not(.browser-default):focus ~ label,
input.valid[type=search]:not(.browser-default):focus ~ label,
textarea.materialize-textarea.valid:focus ~ label {
  color: #4CAF50;
}

/* line 3862, app/assets/stylesheets/materialize.scss */
input.invalid:not([type]):focus ~ label,
input.invalid[type=text]:not(.browser-default):focus ~ label,
input.invalid[type=password]:not(.browser-default):focus ~ label,
input.invalid[type=email]:not(.browser-default):focus ~ label,
input.invalid[type=url]:not(.browser-default):focus ~ label,
input.invalid[type=time]:not(.browser-default):focus ~ label,
input.invalid[type=date]:not(.browser-default):focus ~ label,
input.invalid[type=datetime]:not(.browser-default):focus ~ label,
input.invalid[type=datetime-local]:not(.browser-default):focus ~ label,
input.invalid[type=tel]:not(.browser-default):focus ~ label,
input.invalid[type=number]:not(.browser-default):focus ~ label,
input.invalid[type=search]:not(.browser-default):focus ~ label,
textarea.materialize-textarea.invalid:focus ~ label {
  color: #F44336;
}

/* line 3867, app/assets/stylesheets/materialize.scss */
input.validate:not([type]) + label,
input.validate[type=text]:not(.browser-default) + label,
input.validate[type=password]:not(.browser-default) + label,
input.validate[type=email]:not(.browser-default) + label,
input.validate[type=url]:not(.browser-default) + label,
input.validate[type=time]:not(.browser-default) + label,
input.validate[type=date]:not(.browser-default) + label,
input.validate[type=datetime]:not(.browser-default) + label,
input.validate[type=datetime-local]:not(.browser-default) + label,
input.validate[type=tel]:not(.browser-default) + label,
input.validate[type=number]:not(.browser-default) + label,
input.validate[type=search]:not(.browser-default) + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
}

/* Validation Sass Placeholders */
/* line 3879, app/assets/stylesheets/materialize.scss */
.select-wrapper.valid > input.select-dropdown, input.valid:not([type]), input.valid:not([type]):focus,
input.valid[type=text]:not(.browser-default),
input.valid[type=text]:not(.browser-default):focus,
input.valid[type=password]:not(.browser-default),
input.valid[type=password]:not(.browser-default):focus,
input.valid[type=email]:not(.browser-default),
input.valid[type=email]:not(.browser-default):focus,
input.valid[type=url]:not(.browser-default),
input.valid[type=url]:not(.browser-default):focus,
input.valid[type=time]:not(.browser-default),
input.valid[type=time]:not(.browser-default):focus,
input.valid[type=date]:not(.browser-default),
input.valid[type=date]:not(.browser-default):focus,
input.valid[type=datetime]:not(.browser-default),
input.valid[type=datetime]:not(.browser-default):focus,
input.valid[type=datetime-local]:not(.browser-default),
input.valid[type=datetime-local]:not(.browser-default):focus,
input.valid[type=tel]:not(.browser-default),
input.valid[type=tel]:not(.browser-default):focus,
input.valid[type=number]:not(.browser-default),
input.valid[type=number]:not(.browser-default):focus,
input.valid[type=search]:not(.browser-default),
input.valid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}

/* line 3883, app/assets/stylesheets/materialize.scss */
.select-wrapper.invalid > input.select-dropdown, .select-wrapper.invalid > input.select-dropdown:focus, input.invalid:not([type]), input.invalid:not([type]):focus,
input.invalid[type=text]:not(.browser-default),
input.invalid[type=text]:not(.browser-default):focus,
input.invalid[type=password]:not(.browser-default),
input.invalid[type=password]:not(.browser-default):focus,
input.invalid[type=email]:not(.browser-default),
input.invalid[type=email]:not(.browser-default):focus,
input.invalid[type=url]:not(.browser-default),
input.invalid[type=url]:not(.browser-default):focus,
input.invalid[type=time]:not(.browser-default),
input.invalid[type=time]:not(.browser-default):focus,
input.invalid[type=date]:not(.browser-default),
input.invalid[type=date]:not(.browser-default):focus,
input.invalid[type=datetime]:not(.browser-default),
input.invalid[type=datetime]:not(.browser-default):focus,
input.invalid[type=datetime-local]:not(.browser-default),
input.invalid[type=datetime-local]:not(.browser-default):focus,
input.invalid[type=tel]:not(.browser-default),
input.invalid[type=tel]:not(.browser-default):focus,
input.invalid[type=number]:not(.browser-default),
input.invalid[type=number]:not(.browser-default):focus,
input.invalid[type=search]:not(.browser-default),
input.invalid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}

/* line 3887, app/assets/stylesheets/materialize.scss */
.select-wrapper.valid .helper-text[data-success], .select-wrapper.invalid ~ .helper-text[data-error], input.valid:not([type]) ~ .helper-text[data-success], input.valid:not([type]):focus ~ .helper-text[data-success], input.invalid:not([type]) ~ .helper-text[data-error], input.invalid:not([type]):focus ~ .helper-text[data-error],
input.valid[type=text]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=text]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=password]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=password]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=email]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=email]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=url]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=url]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=time]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=time]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=date]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=date]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=datetime]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=datetime]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=datetime-local]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=datetime-local]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=tel]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=tel]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=number]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=number]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=search]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=search]:not(.browser-default) ~ .helper-text[data-error],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
textarea.materialize-textarea.valid:focus ~ .helper-text[data-success],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
textarea.materialize-textarea.invalid:focus ~ .helper-text[data-error] {
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

/* line 3892, app/assets/stylesheets/materialize.scss */
.select-wrapper.valid ~ .helper-text:after, input.valid:not([type]) ~ .helper-text:after, input.valid:not([type]):focus ~ .helper-text:after,
input.valid[type=text]:not(.browser-default) ~ .helper-text:after,
input.valid[type=text]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=password]:not(.browser-default) ~ .helper-text:after,
input.valid[type=password]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=email]:not(.browser-default) ~ .helper-text:after,
input.valid[type=email]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=url]:not(.browser-default) ~ .helper-text:after,
input.valid[type=url]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=time]:not(.browser-default) ~ .helper-text:after,
input.valid[type=time]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=date]:not(.browser-default) ~ .helper-text:after,
input.valid[type=date]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=datetime]:not(.browser-default) ~ .helper-text:after,
input.valid[type=datetime]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=datetime-local]:not(.browser-default) ~ .helper-text:after,
input.valid[type=datetime-local]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=tel]:not(.browser-default) ~ .helper-text:after,
input.valid[type=tel]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=number]:not(.browser-default) ~ .helper-text:after,
input.valid[type=number]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=search]:not(.browser-default) ~ .helper-text:after,
input.valid[type=search]:not(.browser-default):focus ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
textarea.materialize-textarea.valid:focus ~ .helper-text:after {
  content: attr(data-success);
  color: #4CAF50;
}

/* line 3896, app/assets/stylesheets/materialize.scss */
.select-wrapper.invalid ~ .helper-text:after, input.invalid:not([type]) ~ .helper-text:after, input.invalid:not([type]):focus ~ .helper-text:after,
input.invalid[type=text]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=text]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=password]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=password]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=email]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=email]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=url]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=url]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=time]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=time]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=date]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=date]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=datetime]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=datetime]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=datetime-local]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=datetime-local]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=tel]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=tel]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=number]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=number]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=search]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=search]:not(.browser-default):focus ~ .helper-text:after,
textarea.materialize-textarea.invalid ~ .helper-text:after,
textarea.materialize-textarea.invalid:focus ~ .helper-text:after {
  content: attr(data-error);
  color: #F44336;
}

/* line 3900, app/assets/stylesheets/materialize.scss */
.select-wrapper + label:after, input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: .2s opacity ease-out, .2s color ease-out;
}

/* line 3912, app/assets/stylesheets/materialize.scss */
.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 3914, app/assets/stylesheets/materialize.scss */
.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

/* line 3919, app/assets/stylesheets/materialize.scss */
.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}

/* line 3927, app/assets/stylesheets/materialize.scss */
.input-field.col label {
  left: 0.75rem;
}

/* line 3931, app/assets/stylesheets/materialize.scss */
.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}

/* line 3941, app/assets/stylesheets/materialize.scss */
.input-field > label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  cursor: text;
  transition: transform .2s ease-out, color .2s ease-out;
  transform-origin: 0% 100%;
  text-align: initial;
  transform: translateY(12px);
}

/* line 3953, app/assets/stylesheets/materialize.scss */
.input-field > label.active:not(.label-icon) {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}

/* line 3960, app/assets/stylesheets/materialize.scss */
.input-field > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label, .input-field > input[type=date]:not(.browser-default) + label, .input-field > input[type=time]:not(.browser-default) + label {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}

/* line 3967, app/assets/stylesheets/materialize.scss */
.input-field .helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

/* line 3968, app/assets/stylesheets/materialize.scss */
.input-field .helper-text::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 3983, app/assets/stylesheets/materialize.scss */
.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color .2s;
  top: 0.5rem;
}

/* line 3990, app/assets/stylesheets/materialize.scss */
.input-field .prefix.active {
  color: #26a69a;
}

/* line 3993, app/assets/stylesheets/materialize.scss */
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 4004, app/assets/stylesheets/materialize.scss */
.input-field .prefix ~ label {
  margin-left: 3rem;
}

@media only screen and (max-width : 992px) {
  /* line 4007, app/assets/stylesheets/materialize.scss */
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}

@media only screen and (max-width : 600px) {
  /* line 4014, app/assets/stylesheets/materialize.scss */
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

/* Search Field */
/* line 4024, app/assets/stylesheets/materialize.scss */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  transition: .3s background-color;
}

/* line 4029, app/assets/stylesheets/materialize.scss */
.nav-wrapper .input-field input[type=search] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  box-shadow: none;
}

/* line 4037, app/assets/stylesheets/materialize.scss */
.input-field input[type=search]:focus:not(.browser-default) {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}

/* line 4043, app/assets/stylesheets/materialize.scss */
.input-field input[type=search]:focus:not(.browser-default) + label i, .input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close, .input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
  color: #444;
}

/* line 4050, app/assets/stylesheets/materialize.scss */
.input-field input[type=search] + .label-icon {
  transform: none;
  left: 1rem;
}

/* line 4055, app/assets/stylesheets/materialize.scss */
.input-field input[type=search] ~ .mdi-navigation-close, .input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: .3s color;
}

/* Textarea */
/* line 4071, app/assets/stylesheets/materialize.scss */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}

/* line 4076, app/assets/stylesheets/materialize.scss */
textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: .8rem 0 .8rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
  box-sizing: border-box;
}

/* line 4087, app/assets/stylesheets/materialize.scss */
.hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
  position: absolute;
  top: 0;
  z-index: -1;
}

/* Autocomplete */
/* line 4104, app/assets/stylesheets/materialize.scss */
.autocomplete-content li .highlight {
  color: #444;
}

/* line 4106, app/assets/stylesheets/materialize.scss */
.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}

/* Character Counter */
/* line 4115, app/assets/stylesheets/materialize.scss */
.character-counter {
  min-height: 18px;
}

/* Radio Buttons
   ========================================================================== */
/* line 4125, app/assets/stylesheets/materialize.scss */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 4132, app/assets/stylesheets/materialize.scss */
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 4145, app/assets/stylesheets/materialize.scss */
[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}

/* Unchecked styles */
/* line 4159, app/assets/stylesheets/materialize.scss */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
.with-gap[type="radio"]:checked + label:before,
.with-gap[type="radio"]:checked + label:after {
  border-radius: 50%;
}

/* line 4168, app/assets/stylesheets/materialize.scss */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid #5a5a5a;
}

/* line 4173, app/assets/stylesheets/materialize.scss */
[type="radio"]:not(:checked) + label:after {
  transform: scale(0);
}

/* Checked styles */
/* line 4178, app/assets/stylesheets/materialize.scss */
[type="radio"]:checked + label:before {
  border: 2px solid transparent;
}

/* line 4182, app/assets/stylesheets/materialize.scss */
[type="radio"]:checked + label:after,
.with-gap[type="radio"]:checked + label:before,
.with-gap[type="radio"]:checked + label:after {
  border: 2px solid #26a69a;
}

/* line 4188, app/assets/stylesheets/materialize.scss */
[type="radio"]:checked + label:after,
.with-gap[type="radio"]:checked + label:after {
  background-color: #26a69a;
}

/* line 4193, app/assets/stylesheets/materialize.scss */
[type="radio"]:checked + label:after {
  transform: scale(1.02);
}

/* Radio With gap */
/* line 4198, app/assets/stylesheets/materialize.scss */
.with-gap[type="radio"]:checked + label:after {
  transform: scale(0.5);
}

/* Focused styles */
/* line 4203, app/assets/stylesheets/materialize.scss */
.tabbed[type="radio"]:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
/* line 4208, app/assets/stylesheets/materialize.scss */
.with-gap[type="radio"]:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}

/* line 4212, app/assets/stylesheets/materialize.scss */
.with-gap[type="radio"]:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* Disabled style */
/* line 4218, app/assets/stylesheets/materialize.scss */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}

/* line 4224, app/assets/stylesheets/materialize.scss */
[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.42);
}

/* line 4228, app/assets/stylesheets/materialize.scss */
[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.42);
}

/* line 4232, app/assets/stylesheets/materialize.scss */
[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}

/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
/* line 4242, app/assets/stylesheets/materialize.scss */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 4250, app/assets/stylesheets/materialize.scss */
[type="checkbox"] {
  /* checkbox aspect */
}

/* line 4252, app/assets/stylesheets/materialize.scss */
[type="checkbox"] + label: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;
          user-select: none;
}

/* line 4264, app/assets/stylesheets/materialize.scss */
[type="checkbox"] + label:not(.lever):before, [type="checkbox"]:not(.filled-in) + label:not(.lever):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 3px;
  transition: .2s;
}

/* line 4279, app/assets/stylesheets/materialize.scss */
[type="checkbox"]:not(.filled-in) + label:not(.lever):after {
  border: 0;
  transform: scale(0);
}

/* line 4284, app/assets/stylesheets/materialize.scss */
[type="checkbox"]:not(:checked):disabled + label:not(.lever):before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* line 4290, app/assets/stylesheets/materialize.scss */
.tabbed[type="checkbox"]:focus + label:not(.lever):after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 4300, app/assets/stylesheets/materialize.scss */
[type="checkbox"]:checked + label:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

/* line 4314, app/assets/stylesheets/materialize.scss */
[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

/* Indeterminate checkbox */
/* line 4322, app/assets/stylesheets/materialize.scss */
[type="checkbox"]:indeterminate + label:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

/* line 4337, app/assets/stylesheets/materialize.scss */
[type="checkbox"]:indeterminate:disabled + label:not(.lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

/* line 4346, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"] + label:not(.lever):after {
  border-radius: 2px;
}

/* line 4350, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"] + label:not(.lever):before,
.filled-in[type="checkbox"] + label:not(.lever):after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

/* line 4361, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"]:not(:checked) + label:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

/* line 4371, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"]:not(:checked) + label:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

/* line 4382, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"]:checked + label: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;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

/* line 4395, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"]:checked + label:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}

/* line 4406, app/assets/stylesheets/materialize.scss */
.filled-in.tabbed[type="checkbox"]:focus + label:not(.lever):after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 4412, app/assets/stylesheets/materialize.scss */
.filled-in.tabbed[type="checkbox"]:checked:focus + label:not(.lever):after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}

/* line 4419, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"]:disabled:not(:checked) + label:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}

/* line 4424, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"]:disabled:not(:checked) + label:not(.lever):after {
  border-color: transparent;
  background-color: #949494;
}

/* line 4429, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"]:disabled:checked + label:not(.lever):before {
  background-color: transparent;
}

/* line 4433, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"]:disabled:checked + label:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}

/* Switch
   ========================================================================== */
/* line 4443, app/assets/stylesheets/materialize.scss */
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 4449, app/assets/stylesheets/materialize.scss */
.switch label {
  cursor: pointer;
}

/* line 4453, app/assets/stylesheets/materialize.scss */
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 4458, app/assets/stylesheets/materialize.scss */
.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}

/* line 4461, app/assets/stylesheets/materialize.scss */
.switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
  left: 18px;
}

/* line 4465, app/assets/stylesheets/materialize.scss */
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
}

/* line 4471, app/assets/stylesheets/materialize.scss */
.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;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

/* line 4484, app/assets/stylesheets/materialize.scss */
.switch label .lever:before, .switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
}

/* line 4496, app/assets/stylesheets/materialize.scss */
.switch label .lever:before {
  background-color: rgba(38, 166, 154, 0.15);
}

/* line 4500, app/assets/stylesheets/materialize.scss */
.switch label .lever:after {
  background-color: #F1F1F1;
  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);
}

/* line 4507, app/assets/stylesheets/materialize.scss */
input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input.tabbed[type=checkbox]:checked:not(:disabled):focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(38, 166, 154, 0.15);
}

/* line 4513, app/assets/stylesheets/materialize.scss */
input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input.tabbed[type=checkbox]:not(:disabled):focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}

/* line 4520, app/assets/stylesheets/materialize.scss */
.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}

/* line 4525, app/assets/stylesheets/materialize.scss */
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494;
}

/* Select Field
   ========================================================================== */
/* line 4535, app/assets/stylesheets/materialize.scss */
select {
  display: none;
}

/* line 4536, app/assets/stylesheets/materialize.scss */
select.browser-default {
  display: block;
}

/* line 4538, app/assets/stylesheets/materialize.scss */
select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}

/* line 4547, app/assets/stylesheets/materialize.scss */
.select-label {
  position: absolute;
}

/* line 4551, app/assets/stylesheets/materialize.scss */
.select-wrapper {
  position: relative;
}

/* line 4578, app/assets/stylesheets/materialize.scss */
.select-wrapper.valid + label, .select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}

/* line 4590, app/assets/stylesheets/materialize.scss */
.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}

/* line 4591, app/assets/stylesheets/materialize.scss */
.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #26a69a;
}

/* line 4611, app/assets/stylesheets/materialize.scss */
.select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}

/* line 4621, app/assets/stylesheets/materialize.scss */
.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}

/* line 4629, app/assets/stylesheets/materialize.scss */
select:disabled {
  color: rgba(0, 0, 0, 0.42);
}

/* line 4634, app/assets/stylesheets/materialize.scss */
.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}

/* line 4637, app/assets/stylesheets/materialize.scss */
.select-wrapper.disabled .caret {
  fill: rgba(0, 0, 0, 0.42);
}

/* line 4642, app/assets/stylesheets/materialize.scss */
.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 4648, app/assets/stylesheets/materialize.scss */
.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

/* line 4652, app/assets/stylesheets/materialize.scss */
.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

/* line 4660, app/assets/stylesheets/materialize.scss */
body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: rgba(0, 0, 0, 0.08);
}

/* line 4667, app/assets/stylesheets/materialize.scss */
.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

/* line 4671, app/assets/stylesheets/materialize.scss */
.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}

/* line 4678, app/assets/stylesheets/materialize.scss */
.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 4684, app/assets/stylesheets/materialize.scss */
.prefix ~ label {
  margin-left: 3rem;
}

/* line 4688, app/assets/stylesheets/materialize.scss */
.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

/* line 4697, app/assets/stylesheets/materialize.scss */
.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

/* line 4700, app/assets/stylesheets/materialize.scss */
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}

/* line 4704, app/assets/stylesheets/materialize.scss */
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}

/* line 4708, app/assets/stylesheets/materialize.scss */
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

/* File Input
   ========================================================================== */
/* line 4718, app/assets/stylesheets/materialize.scss */
.file-field {
  position: relative;
}

/* line 4721, app/assets/stylesheets/materialize.scss */
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}

/* line 4726, app/assets/stylesheets/materialize.scss */
.file-field input.file-path {
  width: 100%;
}

/* line 4728, app/assets/stylesheets/materialize.scss */
.file-field .btn, .file-field .btn-large, .file-field .btn-small {
  float: left;
  height: 3rem;
  line-height: 3rem;
}

/* line 4734, app/assets/stylesheets/materialize.scss */
.file-field span {
  cursor: pointer;
}

/* line 4738, app/assets/stylesheets/materialize.scss */
.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 4741, app/assets/stylesheets/materialize.scss */
.file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}

/* Range
   ========================================================================== */
/* line 4764, app/assets/stylesheets/materialize.scss */
.range-field {
  position: relative;
}

/* line 4768, app/assets/stylesheets/materialize.scss */
input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}

/* line 4774, app/assets/stylesheets/materialize.scss */
input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}

/* line 4783, app/assets/stylesheets/materialize.scss */
input[type=range]:focus {
  outline: none;
}

/* line 4788, app/assets/stylesheets/materialize.scss */
input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  margin-left: 7px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}

/* line 4802, app/assets/stylesheets/materialize.scss */
input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  transform: rotate(45deg);
}

/* line 4811, app/assets/stylesheets/materialize.scss */
input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}

/* line 4814, app/assets/stylesheets/materialize.scss */
input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

/* line 4840, app/assets/stylesheets/materialize.scss */
input[type=range] {
  -webkit-appearance: none;
}

/* line 4844, app/assets/stylesheets/materialize.scss */
input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

/* line 4848, app/assets/stylesheets/materialize.scss */
input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
  -webkit-appearance: none;
  background-color: #26a69a;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
}

/* line 4857, app/assets/stylesheets/materialize.scss */
.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

/* line 4862, app/assets/stylesheets/materialize.scss */
input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

/* line 4869, app/assets/stylesheets/materialize.scss */
input[type=range]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

/* line 4873, app/assets/stylesheets/materialize.scss */
input[type=range]::-moz-focus-inner {
  border: 0;
}

/* line 4877, app/assets/stylesheets/materialize.scss */
input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -moz-transition: box-shadow .3s;
  transition: box-shadow .3s;
  margin-top: -5px;
}

/* line 4883, app/assets/stylesheets/materialize.scss */
input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

/* line 4888, app/assets/stylesheets/materialize.scss */
.keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

/* line 4893, app/assets/stylesheets/materialize.scss */
input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

/* line 4907, app/assets/stylesheets/materialize.scss */
input[type=range]::-ms-fill-lower {
  background: #777;
}

/* line 4911, app/assets/stylesheets/materialize.scss */
input[type=range]::-ms-fill-upper {
  background: #ddd;
}

/* line 4915, app/assets/stylesheets/materialize.scss */
input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -ms-transition: box-shadow .3s;
  transition: box-shadow .3s;
}

/* line 4919, app/assets/stylesheets/materialize.scss */
.keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

/***************
    Nav List
***************/
/* line 4929, app/assets/stylesheets/materialize.scss */
.table-of-contents.fixed {
  position: fixed;
}

/* line 4933, app/assets/stylesheets/materialize.scss */
.table-of-contents li {
  padding: 2px 0;
}

/* line 4936, app/assets/stylesheets/materialize.scss */
.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 16px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block;
}

/* line 4946, app/assets/stylesheets/materialize.scss */
.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 15px;
  border-left: 1px solid #ee6e73;
}

/* line 4951, app/assets/stylesheets/materialize.scss */
.table-of-contents a.active {
  font-weight: 500;
  padding-left: 14px;
  border-left: 2px solid #ee6e73;
}

/* line 4960, app/assets/stylesheets/materialize.scss */
.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
}

/* line 4981, app/assets/stylesheets/materialize.scss */
.sidenav.right-aligned {
  right: 0;
  transform: translateX(105%);
  left: auto;
  transform: translateX(100%);
}

/* line 4988, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible {
  margin: 0;
}

/* line 4993, app/assets/stylesheets/materialize.scss */
.sidenav li {
  float: none;
  line-height: 48px;
}

/* line 4997, app/assets/stylesheets/materialize.scss */
.sidenav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 5000, app/assets/stylesheets/materialize.scss */
.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;
}

/* line 5009, app/assets/stylesheets/materialize.scss */
.sidenav li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 5011, app/assets/stylesheets/materialize.scss */
.sidenav li > a.btn, .sidenav li > a.btn-small, .sidenav li > a.btn-large, .sidenav li > a.btn-flat, .sidenav li > a.btn-floating {
  margin: 10px 15px;
}

/* line 5015, app/assets/stylesheets/materialize.scss */
.sidenav li > a.btn, .sidenav li > a.btn-small, .sidenav li > a.btn-large, .sidenav li > a.btn-floating {
  color: #fff;
}

/* line 5018, app/assets/stylesheets/materialize.scss */
.sidenav li > a.btn-flat {
  color: #343434;
}

/* line 5020, app/assets/stylesheets/materialize.scss */
.sidenav li > a.btn:hover, .sidenav li > a.btn-small:hover, .sidenav li > a.btn-large:hover {
  background-color: #2bbbad;
}

/* line 5022, app/assets/stylesheets/materialize.scss */
.sidenav li > a.btn-floating:hover {
  background-color: #26a69a;
}

/* line 5024, app/assets/stylesheets/materialize.scss */
.sidenav li > a > i, .sidenav li > a > [class^="mdi-"], .sidenav li > a li > a > [class*="mdi-"], .sidenav li > a > i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}

/* line 5037, app/assets/stylesheets/materialize.scss */
.sidenav .divider {
  margin: 8px 0 0 0;
}

/* line 5041, app/assets/stylesheets/materialize.scss */
.sidenav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}

/* line 5042, app/assets/stylesheets/materialize.scss */
.sidenav .subheader:hover {
  background-color: transparent;
}

/* line 5054, app/assets/stylesheets/materialize.scss */
.sidenav .user-view {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}

/* line 5059, app/assets/stylesheets/materialize.scss */
.sidenav .user-view > a {
  height: auto;
  padding: 0;
}

/* line 5060, app/assets/stylesheets/materialize.scss */
.sidenav .user-view > a:hover {
  background-color: transparent;
}

/* line 5065, app/assets/stylesheets/materialize.scss */
.sidenav .user-view .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* line 5075, app/assets/stylesheets/materialize.scss */
.sidenav .user-view .circle, .sidenav .user-view .name, .sidenav .user-view .email {
  display: block;
}

/* line 5079, app/assets/stylesheets/materialize.scss */
.sidenav .user-view .circle {
  height: 64px;
  width: 64px;
}

/* line 5084, app/assets/stylesheets/materialize.scss */
.sidenav .user-view .name,
.sidenav .user-view .email {
  font-size: 14px;
  line-height: 24px;
}

/* line 5090, app/assets/stylesheets/materialize.scss */
.sidenav .user-view .name {
  margin-top: 16px;
  font-weight: 500;
}

/* line 5095, app/assets/stylesheets/materialize.scss */
.sidenav .user-view .email {
  padding-bottom: 16px;
  font-weight: 400;
}

/* line 5104, app/assets/stylesheets/materialize.scss */
.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

/* line 5106, app/assets/stylesheets/materialize.scss */
.drag-target.right-aligned {
  right: 0;
}

/* line 5119, app/assets/stylesheets/materialize.scss */
.sidenav.sidenav-fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}

/* line 5121, app/assets/stylesheets/materialize.scss */
.sidenav.sidenav-fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width : 992px) {
  /* line 5134, app/assets/stylesheets/materialize.scss */
  .sidenav.sidenav-fixed {
    transform: translateX(-105%);
  }
  /* line 5137, app/assets/stylesheets/materialize.scss */
  .sidenav.sidenav-fixed.right-aligned {
    transform: translateX(105%);
  }
  /* line 5142, app/assets/stylesheets/materialize.scss */
  .sidenav > a {
    padding: 0 16px;
  }
  /* line 5146, app/assets/stylesheets/materialize.scss */
  .sidenav .user-view {
    padding: 16px 16px 0;
  }
}

/* line 5153, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible-body > ul:not(.collapsible) > li.active,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #ee6e73;
}

/* line 5156, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible-body > ul:not(.collapsible) > li.active a,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}

/* line 5160, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible-body {
  padding: 0;
}

/* line 5165, app/assets/stylesheets/materialize.scss */
.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none;
}

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
/* line 5207, app/assets/stylesheets/materialize.scss */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}

/* line 5213, app/assets/stylesheets/materialize.scss */
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}

/* line 5218, app/assets/stylesheets/materialize.scss */
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}

/* line 5223, app/assets/stylesheets/materialize.scss */
.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  animation: container-rotate 1568ms linear infinite;
}

@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}

/* line 5238, app/assets/stylesheets/materialize.scss */
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a;
}

/* line 5246, app/assets/stylesheets/materialize.scss */
.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

/* line 5251, app/assets/stylesheets/materialize.scss */
.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

/* line 5256, app/assets/stylesheets/materialize.scss */
.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

/* line 5261, app/assets/stylesheets/materialize.scss */
.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
/* line 5279, app/assets/stylesheets/materialize.scss */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 5285, app/assets/stylesheets/materialize.scss */
.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 5291, app/assets/stylesheets/materialize.scss */
.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 5297, app/assets/stylesheets/materialize.scss */
.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 5303, app/assets/stylesheets/materialize.scss */
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}

@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}

@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}

@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
/* line 5406, app/assets/stylesheets/materialize.scss */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 5416, app/assets/stylesheets/materialize.scss */
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

/* line 5421, app/assets/stylesheets/materialize.scss */
.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 5429, app/assets/stylesheets/materialize.scss */
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 5445, app/assets/stylesheets/materialize.scss */
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  transform: rotate(129deg);
}

/* line 5451, app/assets/stylesheets/materialize.scss */
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  transform: rotate(-129deg);
}

/* line 5461, app/assets/stylesheets/materialize.scss */
.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 5467, app/assets/stylesheets/materialize.scss */
.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}

@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}

/* line 5497, app/assets/stylesheets/materialize.scss */
#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 5514, app/assets/stylesheets/materialize.scss */
.slider {
  position: relative;
  height: 400px;
  width: 100%;
}

/* line 5520, app/assets/stylesheets/materialize.scss */
.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 5529, app/assets/stylesheets/materialize.scss */
.slider.fullscreen ul.slides {
  height: 100%;
}

/* line 5533, app/assets/stylesheets/materialize.scss */
.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}

/* line 5539, app/assets/stylesheets/materialize.scss */
.slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}

/* line 5544, app/assets/stylesheets/materialize.scss */
.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

/* line 5554, app/assets/stylesheets/materialize.scss */
.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

/* line 5561, app/assets/stylesheets/materialize.scss */
.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}

/* line 5569, app/assets/stylesheets/materialize.scss */
.slider .slides li .caption p {
  color: #e0e0e0;
}

/* line 5572, app/assets/stylesheets/materialize.scss */
.slider .slides li.active {
  z-index: 2;
}

/* line 5579, app/assets/stylesheets/materialize.scss */
.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* line 5587, app/assets/stylesheets/materialize.scss */
.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  transition: background-color .3s;
  border-radius: 50%;
}

/* line 5599, app/assets/stylesheets/materialize.scss */
.slider .indicators .indicator-item.active {
  background-color: #4CAF50;
}

/* line 5607, app/assets/stylesheets/materialize.scss */
.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
}

/* line 5608, app/assets/stylesheets/materialize.scss */
.carousel.carousel-slider {
  top: 0;
  left: 0;
}

/* line 5612, app/assets/stylesheets/materialize.scss */
.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}

/* line 5613, app/assets/stylesheets/materialize.scss */
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}

/* line 5624, app/assets/stylesheets/materialize.scss */
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 5632, app/assets/stylesheets/materialize.scss */
.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

/* line 5638, app/assets/stylesheets/materialize.scss */
.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}

/* line 5652, app/assets/stylesheets/materialize.scss */
.carousel .carousel-item {
  visibility: hidden;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 5660, app/assets/stylesheets/materialize.scss */
.carousel .carousel-item > img {
  width: 100%;
}

/* line 5665, app/assets/stylesheets/materialize.scss */
.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* line 5673, app/assets/stylesheets/materialize.scss */
.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color .3s;
  border-radius: 50%;
}

/* line 5674, app/assets/stylesheets/materialize.scss */
.carousel .indicators .indicator-item.active {
  background-color: #fff;
}

/* line 5692, app/assets/stylesheets/materialize.scss */
.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}

/* line 5699, app/assets/stylesheets/materialize.scss */
.tap-target-wrapper {
  width: 800px;
  height: 800px;
  position: fixed;
  z-index: 1000;
  visibility: hidden;
  transition: visibility 0s .3s;
}

/* line 5708, app/assets/stylesheets/materialize.scss */
.tap-target-wrapper.open {
  visibility: visible;
  transition: visibility 0s;
}

/* line 5712, app/assets/stylesheets/materialize.scss */
.tap-target-wrapper.open .tap-target {
  transform: scale(1);
  opacity: .95;
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 5720, app/assets/stylesheets/materialize.scss */
.tap-target-wrapper.open .tap-target-wave::before {
  transform: scale(1);
}

/* line 5723, app/assets/stylesheets/materialize.scss */
.tap-target-wrapper.open .tap-target-wave::after {
  visibility: visible;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  transition: opacity .3s, transform .3s, visibility 0s 1s;
}

/* line 5733, app/assets/stylesheets/materialize.scss */
.tap-target {
  position: absolute;
  font-size: 1rem;
  border-radius: 50%;
  background-color: #ee6e73;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 5748, app/assets/stylesheets/materialize.scss */
.tap-target-content {
  position: relative;
  display: table-cell;
}

/* line 5753, app/assets/stylesheets/materialize.scss */
.tap-target-wave {
  position: absolute;
  border-radius: 50%;
  z-index: 10001;
}

/* line 5754, app/assets/stylesheets/materialize.scss */
.tap-target-wave::before, .tap-target-wave::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
}

/* line 5764, app/assets/stylesheets/materialize.scss */
.tap-target-wave::before {
  transform: scale(0);
  transition: transform .3s;
}

/* line 5768, app/assets/stylesheets/materialize.scss */
.tap-target-wave::after {
  visibility: hidden;
  transition: opacity .3s, transform .3s, visibility 0s;
  z-index: -1;
}

/* line 5782, app/assets/stylesheets/materialize.scss */
.tap-target-origin {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10002;
  position: absolute !important;
}

/* line 5783, app/assets/stylesheets/materialize.scss */
.tap-target-origin:not(.btn):not(.btn-large):not(.btn-small), .tap-target-origin:not(.btn):not(.btn-large):not(.btn-small):hover {
  background: none;
}

@media only screen and (max-width: 600px) {
  /* line 5797, app/assets/stylesheets/materialize.scss */
  .tap-target, .tap-target-wrapper {
    width: 600px;
    height: 600px;
  }
}

/* line 5804, app/assets/stylesheets/materialize.scss */
.pulse {
  overflow: visible;
  position: relative;
}

/* line 5805, app/assets/stylesheets/materialize.scss */
.pulse::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  transition: opacity .3s, transform .3s;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

@keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

/* Modal */
/* line 5841, app/assets/stylesheets/materialize.scss */
.datepicker-modal {
  max-width: 325px;
  min-width: 300px;
  max-height: none;
  z-index: 4005 !important;
}

/* line 5848, app/assets/stylesheets/materialize.scss */
.datepicker-container.modal-content {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}

/* line 5854, app/assets/stylesheets/materialize.scss */
.datepicker-controls {
  display: flex;
  justify-content: space-between;
  width: 280px;
  margin: 0 auto;
}

/* line 5860, app/assets/stylesheets/materialize.scss */
.datepicker-controls .selects-container {
  display: flex;
}

/* line 5865, app/assets/stylesheets/materialize.scss */
.datepicker-controls .select-wrapper input {
  border-bottom: none;
  text-align: center;
  margin: 0;
}

/* line 5866, app/assets/stylesheets/materialize.scss */
.datepicker-controls .select-wrapper input:focus {
  border-bottom: none;
}

/* line 5874, app/assets/stylesheets/materialize.scss */
.datepicker-controls .select-wrapper .caret {
  display: none;
}

/* line 5879, app/assets/stylesheets/materialize.scss */
.datepicker-controls .select-year input {
  width: 50px;
}

/* line 5883, app/assets/stylesheets/materialize.scss */
.datepicker-controls .select-month input {
  width: 70px;
}

/* line 5888, app/assets/stylesheets/materialize.scss */
.month-prev, .month-next {
  margin-top: 4px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

/* Date Display */
/* line 5897, app/assets/stylesheets/materialize.scss */
.datepicker-date-display {
  flex: 1 auto;
  background-color: #26a69a;
  color: #fff;
  padding: 20px 22px;
  font-weight: 500;
}

/* line 5904, app/assets/stylesheets/materialize.scss */
.datepicker-date-display .year-text {
  display: block;
  font-size: 1.5rem;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 5911, app/assets/stylesheets/materialize.scss */
.datepicker-date-display .date-text {
  display: block;
  font-size: 2.8rem;
  line-height: 47px;
  font-weight: 500;
}

/* Calendar */
/* line 5921, app/assets/stylesheets/materialize.scss */
.datepicker-calendar-container {
  flex: 2.5 auto;
}

/* line 5925, app/assets/stylesheets/materialize.scss */
.datepicker-table {
  width: 280px;
  font-size: 1rem;
  margin: 0 auto;
}

/* line 5930, app/assets/stylesheets/materialize.scss */
.datepicker-table thead {
  border-bottom: none;
}

/* line 5934, app/assets/stylesheets/materialize.scss */
.datepicker-table th {
  padding: 10px 5px;
  text-align: center;
}

/* line 5939, app/assets/stylesheets/materialize.scss */
.datepicker-table tr {
  border: none;
}

/* line 5943, app/assets/stylesheets/materialize.scss */
.datepicker-table abbr {
  text-decoration: none;
  color: #999;
}

/* line 5948, app/assets/stylesheets/materialize.scss */
.datepicker-table td {
  border-radius: 50%;
  padding: 0;
}

/* line 5949, app/assets/stylesheets/materialize.scss */
.datepicker-table td.is-today {
  color: #26a69a;
}

/* line 5953, app/assets/stylesheets/materialize.scss */
.datepicker-table td.is-selected {
  background-color: #26a69a;
  color: #fff;
}

/* line 5958, app/assets/stylesheets/materialize.scss */
.datepicker-table td.is-outside-current-month, .datepicker-table td.is-disabled {
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

/* line 5969, app/assets/stylesheets/materialize.scss */
.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;
}

/* line 5970, app/assets/stylesheets/materialize.scss */
.datepicker-day-button:focus {
  background-color: rgba(43, 161, 150, 0.25);
}

/* Footer */
/* line 5987, app/assets/stylesheets/materialize.scss */
.datepicker-footer {
  width: 280px;
  margin: 0 auto;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

/* line 5995, app/assets/stylesheets/materialize.scss */
.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
  color: #26a69a;
  padding: 0 1rem;
}

/* line 6003, app/assets/stylesheets/materialize.scss */
.datepicker-clear {
  color: #F44336;
}

/* Media Queries */
@media only screen and (min-width : 601px) {
  /* line 6010, app/assets/stylesheets/materialize.scss */
  .datepicker-modal {
    max-width: 625px;
  }
  /* line 6014, app/assets/stylesheets/materialize.scss */
  .datepicker-container.modal-content {
    flex-direction: row;
  }
  /* line 6018, app/assets/stylesheets/materialize.scss */
  .datepicker-date-display {
    flex: 0 1 270px;
  }
  /* line 6022, app/assets/stylesheets/materialize.scss */
  .datepicker-controls,
.datepicker-table,
.datepicker-footer {
    width: 320px;
  }
  /* line 6028, app/assets/stylesheets/materialize.scss */
  .datepicker-day-button {
    line-height: 44px;
  }
}

/* Timepicker Containers */
/* line 6036, app/assets/stylesheets/materialize.scss */
.timepicker-modal {
  max-width: 325px;
  max-height: none;
}

/* line 6041, app/assets/stylesheets/materialize.scss */
.timepicker-container.modal-content {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}

/* line 6047, app/assets/stylesheets/materialize.scss */
.text-primary {
  color: white;
}

/* Clock Digital Display */
/* line 6053, app/assets/stylesheets/materialize.scss */
.timepicker-digital-display {
  flex: 1 auto;
  background-color: #26a69a;
  padding: 10px;
  font-weight: 300;
}

/* line 6060, app/assets/stylesheets/materialize.scss */
.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;
          user-select: none;
}

/* line 6070, app/assets/stylesheets/materialize.scss */
.timepicker-span-hours,
.timepicker-span-minutes,
.timepicker-span-am-pm div {
  cursor: pointer;
}

/* line 6076, app/assets/stylesheets/materialize.scss */
.timepicker-span-hours {
  margin-right: 3px;
}

/* line 6080, app/assets/stylesheets/materialize.scss */
.timepicker-span-minutes {
  margin-left: 3px;
}

/* line 6084, app/assets/stylesheets/materialize.scss */
.timepicker-display-am-pm {
  font-size: 1.3rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-weight: 400;
}

/* Analog Clock Display */
/* line 6094, app/assets/stylesheets/materialize.scss */
.timepicker-analog-display {
  flex: 2.5 auto;
}

/* line 6098, app/assets/stylesheets/materialize.scss */
.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;
          user-select: none;
}

/* line 6111, app/assets/stylesheets/materialize.scss */
.timepicker-canvas,
.timepicker-dial {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* line 6119, app/assets/stylesheets/materialize.scss */
.timepicker-minutes {
  visibility: hidden;
}

/* line 6123, app/assets/stylesheets/materialize.scss */
.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;
}

/* line 6135, app/assets/stylesheets/materialize.scss */
.timepicker-tick.active,
.timepicker-tick:hover {
  background-color: rgba(38, 166, 154, 0.25);
}

/* line 6139, app/assets/stylesheets/materialize.scss */
.timepicker-dial {
  transition: transform 350ms, opacity 350ms;
}

/* line 6142, app/assets/stylesheets/materialize.scss */
.timepicker-dial-out {
  opacity: 0;
}

/* line 6143, app/assets/stylesheets/materialize.scss */
.timepicker-dial-out.timepicker-hours {
  transform: scale(1.1, 1.1);
}

/* line 6147, app/assets/stylesheets/materialize.scss */
.timepicker-dial-out.timepicker-minutes {
  transform: scale(0.8, 0.8);
}

/* line 6153, app/assets/stylesheets/materialize.scss */
.timepicker-canvas {
  transition: opacity 175ms;
}

/* line 6156, app/assets/stylesheets/materialize.scss */
.timepicker-canvas line {
  stroke: #26a69a;
  stroke-width: 4;
  stroke-linecap: round;
}

/* line 6162, app/assets/stylesheets/materialize.scss */
.timepicker-canvas-out {
  opacity: 0.25;
}

/* line 6165, app/assets/stylesheets/materialize.scss */
.timepicker-canvas-bearing {
  stroke: none;
  fill: #26a69a;
}

/* line 6169, app/assets/stylesheets/materialize.scss */
.timepicker-canvas-bg {
  stroke: none;
  fill: #26a69a;
}

/* Footer */
/* line 6176, app/assets/stylesheets/materialize.scss */
.timepicker-footer {
  margin: 0 auto;
  padding: 5px 1rem;
  display: flex;
  justify-content: space-between;
}

/* line 6183, app/assets/stylesheets/materialize.scss */
.timepicker-clear {
  color: #F44336;
}

/* line 6187, app/assets/stylesheets/materialize.scss */
.timepicker-close {
  color: #26a69a;
}

/* line 6191, app/assets/stylesheets/materialize.scss */
.timepicker-clear,
.timepicker-close {
  padding: 0 20px;
}

/* Media Queries */
@media only screen and (min-width : 601px) {
  /* line 6198, app/assets/stylesheets/materialize.scss */
  .timepicker-modal {
    max-width: 600px;
  }
  /* line 6202, app/assets/stylesheets/materialize.scss */
  .timepicker-container.modal-content {
    flex-direction: row;
  }
  /* line 6206, app/assets/stylesheets/materialize.scss */
  .timepicker-text-container {
    top: 32%;
  }
  /* line 6210, app/assets/stylesheets/materialize.scss */
  .timepicker-display-am-pm {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 1.2rem;
  }
}

/* line 10, app/assets/stylesheets/materialize_fixes.scss */
.modal-overlay:where([style*="rgba"]),
.dropdown-content:where([style*="rgba"]),
.resize-helper:where([style*="rgba"]),
[class*="modal"]:where([style*="rgba"]),
[class*="dropdown"]:where([style*="rgba"]) {
  background: rgba(0, 0, 0, 0.5) !important;
}

/* line 16, app/assets/stylesheets/materialize_fixes.scss */
.modal-overlay {
  background: rgba(0, 0, 0, 0.5) !important;
}

/* line 20, app/assets/stylesheets/materialize_fixes.scss */
.dropdown-content {
  background: rgba(255, 255, 255, 0.95) !important;
}
.s5ths,
.m5ths,
.l5ths,
.xl5ths {
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5ths {
  width: 20%;
}

@media only screen and (min-width: 601px) {
  .row .col.m5ths {
    width: 20%;
  }
}

@media only screen and (min-width: 993px) {
  .row .col.l5ths {
    width: 20%;
  }
}

@media only screen and (min-width: 1201px) {
  .row .col.xl5ths {
    width: 20%;
  }
}
/* line 1, app/assets/stylesheets/medicine_icons.css.scss */
[class*=" frm-"], [class^=frm-] {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  vertical-align: text-top;
  background-image: url(/assets/forms_icon_sprites_small-4f5bbd77aea3217d7c793093177b853a82703f02710d648c9af4e2e9230a5766.png);
  background-position: 45px 45px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

/* line 13, app/assets/stylesheets/medicine_icons.css.scss */
.frm-surgicals {
  background-position: 0 0;
}

/* line 17, app/assets/stylesheets/medicine_icons.css.scss */
.frm-surgicals:hover {
  background-position: 0 -35px;
}

/* line 21, app/assets/stylesheets/medicine_icons.css.scss */
.frm-general {
  background-position: -35px 0;
}

/* line 25, app/assets/stylesheets/medicine_icons.css.scss */
.frm-general:hover {
  background-position: -35px -35px;
}

/* line 29, app/assets/stylesheets/medicine_icons.css.scss */
.frm-powders {
  background-position: -70px 0;
}

/* line 33, app/assets/stylesheets/medicine_icons.css.scss */
.frm-powders:hover {
  background-position: -70px -35px;
}

/* line 37, app/assets/stylesheets/medicine_icons.css.scss */
.frm-tablets {
  background-position: -105px 0;
}

/* line 41, app/assets/stylesheets/medicine_icons.css.scss */
.frm-tablets:hover {
  background-position: -105px -35px;
}

/* line 45, app/assets/stylesheets/medicine_icons.css.scss */
.frm-capsules {
  background-position: -140px 0;
}

/* line 49, app/assets/stylesheets/medicine_icons.css.scss */
.frm-capsules:hover {
  background-position: -140px -35px;
}

/* line 53, app/assets/stylesheets/medicine_icons.css.scss */
.frm-injections {
  background-position: -175px 0;
}

/* line 57, app/assets/stylesheets/medicine_icons.css.scss */
.frm-injections:hover {
  background-position: -175px -35px;
}

/* line 61, app/assets/stylesheets/medicine_icons.css.scss */
.frm-liquids {
  background-position: -210px 0;
}

/* line 65, app/assets/stylesheets/medicine_icons.css.scss */
.frm-liquids:hover {
  background-position: -210px -35px;
}

/* line 69, app/assets/stylesheets/medicine_icons.css.scss */
.frm-ointments {
  background-position: -245px 0;
}

/* line 73, app/assets/stylesheets/medicine_icons.css.scss */
.frm-ointments:hover {
  background-position: -245px -35px;
}

/* line 77, app/assets/stylesheets/medicine_icons.css.scss */
.frm-containers {
  background-position: -280px 0;
}

/* line 81, app/assets/stylesheets/medicine_icons.css.scss */
.frm-containers:hover {
  background-position: -280px -35px;
}

/* line 85, app/assets/stylesheets/medicine_icons.css.scss */
.frm-inhalers {
  background-position: -315px 0;
}

/* line 89, app/assets/stylesheets/medicine_icons.css.scss */
.frm-inhalers:hover {
  background-position: -315px -35px;
}

/* line 93, app/assets/stylesheets/medicine_icons.css.scss */
.frm-fridge-items {
  background-position: -350px 0;
}

/* line 97, app/assets/stylesheets/medicine_icons.css.scss */
.frm-fridge-items:hover {
  background-position: -350px -35px;
}

/* line 101, app/assets/stylesheets/medicine_icons.css.scss */
.frm-drops {
  background-position: -385px 0;
}

/* line 105, app/assets/stylesheets/medicine_icons.css.scss */
.frm-drops:hover {
  background-position: -385px -35px;
}

/* line 109, app/assets/stylesheets/medicine_icons.css.scss */
.frm-npa {
  background-position: -540px 0;
}

/* line 113, app/assets/stylesheets/medicine_icons.css.scss */
.frm-npa:hover {
  background-position: -540px -35px;
}
/* line 4, app/assets/stylesheets/mob_medication_table.scss */
.mob_medication_table .mob-med-name input::-webkit-input-placeholder,
.mob_medication_table .mob-med-name input::-moz-placeholder,
.mob_medication_table .mob-med-name input:-ms-input-placeholder,
.mob_medication_table .mob-med-name input:-moz-placeholder, .mob_medication_table .mob-med-name input {
  /* Firefox 18- */
  text-align: center;
}
/*#ff1414;*/
/* line 3, app/assets/stylesheets/my_account.scss */
.my-account-wrapper img.circle {
  height: 7rem;
}

/* line 6, app/assets/stylesheets/my_account.scss */
.my-account-wrapper a.btn, .my-account-wrapper input[type='submit'], .my-account-wrapper button {
  background: #00AD51 !important;
}

/* line 11, app/assets/stylesheets/my_account.scss */
.my-account-container {
  padding: 20px !important;
}

/* line 16, app/assets/stylesheets/my_account.scss */
.my-account-container .bio-row {
  width: 50%;
  float: left;
  margin-bottom: 0px;
  line-height: 4px;
}

/* line 23, app/assets/stylesheets/my_account.scss */
.my-account-container .bio-row p span.label {
  width: 33%;
  display: inline-block;
}

/* line 28, app/assets/stylesheets/my_account.scss */
.my-account-container .img-upload {
  margin-top: 10px;
}

/* line 32, app/assets/stylesheets/my_account.scss */
.my-account-container label.active {
  color: #4B89A8 !important;
}

/* line 37, app/assets/stylesheets/my_account.scss */
.my-account-container .modal {
  overflow: visible;
}

/* line 38, app/assets/stylesheets/my_account.scss */
.my-account-container .modal-body {
  overflow-y: visible !important;
}

/* line 39, app/assets/stylesheets/my_account.scss */
.my-account-container .select-dropdown {
  overflow-y: auto !important;
}

/* line 45, app/assets/stylesheets/my_account.scss */
.my-account-container .select-wrapper label {
  color: #4B89A8 !important;
}

/* line 49, app/assets/stylesheets/my_account.scss */
.my-account-container .modal .modal-content {
  height: auto;
}

/* line 54, app/assets/stylesheets/my_account.scss */
.my-account-container.card {
  margin-top: 0 !important;
}
/*#ff1414;*/
/* line 3, app/assets/stylesheets/navigation.scss */
body {
  overflow-x: hidden;
}

/* line 6, app/assets/stylesheets/navigation.scss */
.mob-height-padding {
  height: 12vh;
}

/* line 9, app/assets/stylesheets/navigation.scss */
.no-mob-height {
  margin-top: -12vh;
}

/* line 12, app/assets/stylesheets/navigation.scss */
.main-heading.nav-wrapper {
  width: 100vw !important;
  position: fixed;
  background-color: white;
  /*background-color: transparent;*/
  height: 60px;
  top: 0px;
  /* z-index: 1000;*/
  padding: 0px 5vw;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
}

/* line 23, app/assets/stylesheets/navigation.scss */
.main-heading.nav-wrapper a.brand-logo {
  background: transparent !important;
  font-size: normal;
}

/* line 26, app/assets/stylesheets/navigation.scss */
.main-heading.nav-wrapper a.brand-logo img {
  height: 32px;
}

@media only screen and (max-device-width: 720px) and (orientation: landscape) {
  /* line 23, app/assets/stylesheets/navigation.scss */
  .main-heading.nav-wrapper a.brand-logo {
    bottom: -10px;
  }
}

/* line 35, app/assets/stylesheets/navigation.scss */
.main-heading.nav-wrapper .button-collapse i {
  font-size: 25px !important;
  cursor: pointer;
}

/* line 39, app/assets/stylesheets/navigation.scss */
.main-heading.nav-wrapper li a, .main-heading.nav-wrapper .button-collapse i {
  color: var(--cdp-primary-color, #4B89A8) !important;
  font-size: 15px;
  height: 10vh;
}

/* line 45, app/assets/stylesheets/navigation.scss */
.main-heading.nav-wrapper:after {
  content: '';
}

/* line 48, app/assets/stylesheets/navigation.scss */
.main-heading.nav-wrapper .material-icons {
  vertical-align: middle;
}

/* line 51, app/assets/stylesheets/navigation.scss */
.main-heading.nav-wrapper .login-btn {
  background: #00AD51;
}

/* line 53, app/assets/stylesheets/navigation.scss */
.main-heading.nav-wrapper .login-btn a {
  color: white !important;
}

/* line 56, app/assets/stylesheets/navigation.scss */
.main-heading.nav-wrapper .login-btn:hover {
  border: none;
}

/* line 60, app/assets/stylesheets/navigation.scss */
.main-heading.nav-wrapper li.active {
  background: rgba(11, 87, 140, 0.17);
}

/* line 63, app/assets/stylesheets/navigation.scss */
.main-heading.nav-wrapper li.active a {
  color: var(--cdp-primary-color, #4B89A8) !important;
  font-weight: bold;
}

/* line 70, app/assets/stylesheets/navigation.scss */
.main-heading.nav-wrapper li.aboutUs-btn:hover {
  background: rgba(0, 0, 0, 0.1) !important;
}

/* line 74, app/assets/stylesheets/navigation.scss */
.main-heading.nav-wrapper ul.dropdown-content.dropdown-content {
  background: white !important;
}

/* line 76, app/assets/stylesheets/navigation.scss */
.main-heading.nav-wrapper ul.dropdown-content.dropdown-content li a {
  height: auto !important;
  line-height: 22px !important;
  padding: 14px 16px !important;
  color: var(--cdp-primary-color, #4B89A8) !important;
}

/* line 83, app/assets/stylesheets/navigation.scss */
.main-heading.nav-wrapper .logo {
  color: var(--cdp-primary-color, #4B89A8);
}

/* line 86, app/assets/stylesheets/navigation.scss */
.main-heading.nav-wrapper .side-nav {
  font-size: 17px;
  position: relative;
  height: 100vh;
}

/* line 90, app/assets/stylesheets/navigation.scss */
.main-heading.nav-wrapper .side-nav .menu-btn {
  color: var(--cdp-primary-color, #4B89A8);
  font-family: 'lato-semibold';
}

/* line 94, app/assets/stylesheets/navigation.scss */
.main-heading.nav-wrapper .side-nav li {
  text-align: center;
}

/* line 99, app/assets/stylesheets/navigation.scss */
.main-heading.nav-wrapper .valign-wrapper {
  display: inline-block;
  float: right;
  margin: 0px;
}

/* line 103, app/assets/stylesheets/navigation.scss */
.main-heading.nav-wrapper .valign-wrapper i {
  height: auto !important;
}

/* line 109, app/assets/stylesheets/navigation.scss */
.main-heading.nav-wrapper .sign-in-btn {
  background: #00AD51;
}

/* line 111, app/assets/stylesheets/navigation.scss */
.main-heading.nav-wrapper .sign-in-btn a {
  color: white !important;
}

/* line 116, app/assets/stylesheets/navigation.scss */
.main-heading.nav-wrapper .valign img {
  height: 50px;
  width: 50px;
}

/* line 124, app/assets/stylesheets/navigation.scss */
.navbar-fixed.second {
  margin-top: 60px;
  height: 48px;
  line-height: 48px;
  margin-bottom: 10px;
}

/* line 130, app/assets/stylesheets/navigation.scss */
.navbar-fixed.second .row .col {
  border-right: 1px solid gray;
}

/* line 133, app/assets/stylesheets/navigation.scss */
.navbar-fixed.second .row .col:last-child {
  border-right: 0px;
}

/* line 137, app/assets/stylesheets/navigation.scss */
.navbar-fixed.second .nav-wrapper {
  padding: 0px calc(5vw + 0.75rem);
}

/* line 140, app/assets/stylesheets/navigation.scss */
.navbar-fixed.second a {
  font-family: 'lato-semibold';
}

/* line 143, app/assets/stylesheets/navigation.scss */
.navbar-fixed.second ul.dropdown-content.dropdown-content {
  background: white !important;
  box-shadow: 0px 10px 30px rgba(204, 204, 204, 0.43);
}

/* line 147, app/assets/stylesheets/navigation.scss */
.navbar-fixed.second nav, .navbar-fixed.second i {
  height: 48px;
  line-height: 48px;
}

/* line 155, app/assets/stylesheets/navigation.scss */
.navbar-fixed.second nav li.active {
  position: relative;
  display: block;
}

/* line 160, app/assets/stylesheets/navigation.scss */
.navbar-fixed.second img {
  margin-right: 20px;
}

/* line 163, app/assets/stylesheets/navigation.scss */
.navbar-fixed.second ul li.active, .navbar-fixed.second a.active {
  background-color: var(--cdp-primary-color, #4B89A8) !important;
}

/* line 165, app/assets/stylesheets/navigation.scss */
.navbar-fixed.second ul li.active a, .navbar-fixed.second a.active a {
  color: #fff !important;
}

/* line 169, app/assets/stylesheets/navigation.scss */
.navbar-fixed.second ul li a.active {
  color: #fff !important;
}

/* line 172, app/assets/stylesheets/navigation.scss */
.navbar-fixed.second .row, .navbar-fixed.second .col {
  padding: 0px;
  margin: 0px;
}

/* line 176, app/assets/stylesheets/navigation.scss */
.navbar-fixed.second ul.nav-second li {
  text-align: left;
}

/* line 178, app/assets/stylesheets/navigation.scss */
.navbar-fixed.second ul.nav-second li:hover {
  background-color: var(--cdp-primary-color, #4B89A8);
}

/* line 181, app/assets/stylesheets/navigation.scss */
.navbar-fixed.second ul.nav-second li:hover ul.dropdown-content a {
  color: white !important;
  background-color: var(--cdp-primary-color, #4B89A8) !important;
}

/* line 184, app/assets/stylesheets/navigation.scss */
.navbar-fixed.second ul.nav-second li:hover ul.dropdown-content a i.material-icons {
  color: white !important;
}

/* line 190, app/assets/stylesheets/navigation.scss */
.navbar-fixed.second ul.nav-second li a {
  font-family: 'lato-semibold';
}

/* line 192, app/assets/stylesheets/navigation.scss */
.navbar-fixed.second ul.nav-second li a img {
  margin-right: 15px;
}

/* line 198, app/assets/stylesheets/navigation.scss */
.navbar-fixed.second ul.dropdown-content li {
  width: 100%;
}

/* line 200, app/assets/stylesheets/navigation.scss */
.navbar-fixed.second ul.dropdown-content li:hover {
  background-color: var(--cdp-primary-color, #4B89A8);
}

/* line 202, app/assets/stylesheets/navigation.scss */
.navbar-fixed.second ul.dropdown-content li:hover a {
  color: white !important;
}

/* line 206, app/assets/stylesheets/navigation.scss */
.navbar-fixed.second ul.dropdown-content li img {
  margin-right: 20px;
}

/* line 214, app/assets/stylesheets/navigation.scss */
div.login-modal.login-modal.login-modal {
  max-height: 100%;
  width: 30%;
  font-family: lato-regular !important;
  top: 20% !important;
}

@media all and (max-width: 998px) {
  /* line 214, app/assets/stylesheets/navigation.scss */
  div.login-modal.login-modal.login-modal {
    width: 40%;
  }
}

@media all and (max-width: 720px) {
  /* line 214, app/assets/stylesheets/navigation.scss */
  div.login-modal.login-modal.login-modal {
    width: 80% !important;
  }
}

/* line 226, app/assets/stylesheets/navigation.scss */
div.login-modal.login-modal.login-modal .modal-content {
  padding: 0 !important;
  height: auto !important;
}

/* line 231, app/assets/stylesheets/navigation.scss */
div.login-modal.login-modal.login-modal .modal-header {
  background: var(--cdp-primary-color, #4B89A8);
  height: 60px;
  padding: 5px;
}

/* line 237, app/assets/stylesheets/navigation.scss */
div.login-modal.login-modal.login-modal input[type='submit'] {
  background-color: #00AD51 !important;
}

/* line 240, app/assets/stylesheets/navigation.scss */
div.login-modal.login-modal.login-modal .modal-header h5 {
  color: #fff;
}

/* line 244, app/assets/stylesheets/navigation.scss */
div.login-modal.login-modal.login-modal .modal-body {
  padding: 15px;
}

/* line 248, app/assets/stylesheets/navigation.scss */
div.login-modal.login-modal.login-modal .role-block {
  cursor: pointer;
  border-bottom: 1px solid #ebeae6;
}

/* line 253, app/assets/stylesheets/navigation.scss */
div.login-modal.login-modal.login-modal .role {
  padding: 10px;
  font-size: 18px;
  color: var(--cdp-primary-color, #4B89A8);
}

/* line 258, app/assets/stylesheets/navigation.scss */
div.login-modal.login-modal.login-modal .modal-wrapper {
  padding: 24px;
}

/* line 261, app/assets/stylesheets/navigation.scss */
div.login-modal.login-modal.login-modal .modal-content {
  padding: 0px !important;
}

/* line 264, app/assets/stylesheets/navigation.scss */
div.login-modal.login-modal.login-modal .loader {
  position: absolute;
  display: none;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(221, 221, 221, 0.6);
}

/* line 272, app/assets/stylesheets/navigation.scss */
div.login-modal.login-modal.login-modal .loader .preloader-wrapper {
  top: 41%;
  left: 41%;
}

/* line 278, app/assets/stylesheets/navigation.scss */
.slide-animation {
  background: red;
  animation: shake 0.4s ease-in both;
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  0%, 40% {
    transform: rotateY(10deg);
  }
  20%, 60% {
    transform: rotateY(-10deg);
  }
  80%, 100% {
    transform: rotateY(10deg);
  }
}

/* line 295, app/assets/stylesheets/navigation.scss */
.side-nav {
  padding-top: 10vh;
}

/* line 297, app/assets/stylesheets/navigation.scss */
.side-nav ul li a {
  font-size: 18px;
}

/* line 300, app/assets/stylesheets/navigation.scss */
.side-nav .sign-in-btn {
  background: #00AD51;
}

/* line 302, app/assets/stylesheets/navigation.scss */
.side-nav .sign-in-btn a {
  color: white;
}

/* line 306, app/assets/stylesheets/navigation.scss */
.side-nav .terms-container {
  width: 100%;
  position: absolute;
  bottom: 0px;
}

/* line 311, app/assets/stylesheets/navigation.scss */
.side-nav .bottom-btn {
  border: none;
}

/* line 315, app/assets/stylesheets/navigation.scss */
#account-selection.modal {
  top: 20% !important;
  width: 40%;
}

/* line 319, app/assets/stylesheets/navigation.scss */
#account-selection .modal-content {
  padding: 0 !important;
  height: auto !important;
}

/* line 324, app/assets/stylesheets/navigation.scss */
#account-selection .modal-header {
  background: var(--cdp-primary-color, #4B89A8);
  height: 60px;
  padding: 5px;
}

/* line 331, app/assets/stylesheets/navigation.scss */
#account-selection .modal-header h5 {
  color: #fff;
}

/* line 335, app/assets/stylesheets/navigation.scss */
#account-selection .modal-body {
  padding: 15px;
}

/* line 339, app/assets/stylesheets/navigation.scss */
#account-selection .role-block {
  cursor: pointer;
  border-bottom: 1px solid #ebeae6;
}

/* line 344, app/assets/stylesheets/navigation.scss */
#account-selection .role {
  padding: 10px;
  font-size: 18px;
  color: var(--cdp-primary-color, #4B89A8);
}

/* line 350, app/assets/stylesheets/navigation.scss */
#authenticationModal.modal {
  width: 30%;
  font-family: lato-regular !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /* line 357, app/assets/stylesheets/navigation.scss */
  #account-selection.modal {
    width: 90%;
  }
  /* line 360, app/assets/stylesheets/navigation.scss */
  #account-selection .modal-body {
    padding: 15px 0px;
  }
  /* line 363, app/assets/stylesheets/navigation.scss */
  #account-selection .role-block .row .col.s3 {
    padding: 10px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 993px) {
    .age_width{
        width: 8% !important;
        border-left: 5px solid white;
    }
    .cal_width{
        width: 14%;
        margin-bottom: 25px;
    }
    .yr_input{
        width: 8%;
    }
    .mnth_input{
        width: 10%;
    }
    .day_input{
        width: 9%;
    }
    .phn_input{
        width: 20% !important;
        border-right: 2px solid #e2e3ec;
    }
}
@media only screen and (max-width: 600px) {
    .cal_width{
        margin-bottom: 25px;
    }
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
/* line 13, app/assets/stylesheets/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 27, app/assets/stylesheets/normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 35, app/assets/stylesheets/normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 49, app/assets/stylesheets/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 62, app/assets/stylesheets/normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 72, app/assets/stylesheets/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 81, app/assets/stylesheets/normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 92, app/assets/stylesheets/normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 105, app/assets/stylesheets/normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 115, app/assets/stylesheets/normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 125, app/assets/stylesheets/normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 135, app/assets/stylesheets/normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 144, app/assets/stylesheets/normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 154, app/assets/stylesheets/normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 165, app/assets/stylesheets/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 173, app/assets/stylesheets/normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 182, app/assets/stylesheets/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 191, app/assets/stylesheets/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 199, app/assets/stylesheets/normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 203, app/assets/stylesheets/normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 214, app/assets/stylesheets/normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 223, app/assets/stylesheets/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 232, app/assets/stylesheets/normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 240, app/assets/stylesheets/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 252, app/assets/stylesheets/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 268, app/assets/stylesheets/normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 278, app/assets/stylesheets/normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 289, app/assets/stylesheets/normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 300, app/assets/stylesheets/normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 312, app/assets/stylesheets/normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 323, app/assets/stylesheets/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 336, app/assets/stylesheets/normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 350, app/assets/stylesheets/normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 359, app/assets/stylesheets/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 368, app/assets/stylesheets/normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 378, app/assets/stylesheets/normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 388, app/assets/stylesheets/normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 397, app/assets/stylesheets/normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 407, app/assets/stylesheets/normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 420, app/assets/stylesheets/normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 429, app/assets/stylesheets/normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 440, app/assets/stylesheets/normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 448, app/assets/stylesheets/normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 459, app/assets/stylesheets/normalize.scss */
[hidden] {
  display: none;
}
/*!
 * Materialize v0.97.6 (http://materializecss.com)
 * Copyright 2014-2015 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
box-sizing: border-box;
}
.noUi-target {
	position: relative;
	direction: ltr;
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1; /* Fix 401 */
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 6px;
	left: 0;
	bottom: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
	z-index: 10;
}
.noUi-state-tap .noUi-origin {
transition: left 0.25s, top 0.25s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
	transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 18px;
}
.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px;
}
.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}

/* Styling;
 */
.noUi-background {
	background: #FAFAFA;
	box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
	background: #3FB8AF;
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
transition: background 450ms;
}
.noUi-origin {
	border-radius: 2px;
}
.noUi-target {
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 */
.noUi-dragable {
	cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
	cursor: n-resize;
}
.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF,
				inset 0 1px 7px #EBEBEB,
				0 3px 6px -3px #BBB;
}
.noUi-active {
	box-shadow: inset 0 0 1px #FFF,
				inset 0 1px 7px #DDD,
				0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px;
}
.noUi-handle:after {
	left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled].noUi-origin,
[disabled] .noUi-handle {
	cursor: not-allowed;
}

/*Materialize Theming*/

.noUi-target {

  box-shadow: none;
  border: none;
}
.noUi-base {
  height: 15px;
  top: -6px;
}
.noUi-background {
  height: 3px;
  top: 6px;
  background-color: #bfbfbf;
  box-shadow: none;
}
.noUi-horizontal {
  height: 3px;
}
.noUi-connect {
  height: 3px;
  top: 6px;
  background-color: #26A69A;
  box-shadow: none;
}

/*Handle*/
.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: none;
  background-color: #26A69A;
  border: none;
  left: -12px;
  top: -6px;
  transition: width .2s cubic-bezier(0.215, 0.610, 0.355, 1.000),
              height .2s cubic-bezier(0.215, 0.610, 0.355, 1.000),
              left .2s cubic-bezier(0.215, 0.610, 0.355, 1.000),
              top .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.noUi-handle:before {
  content: none;
}
.noUi-handle:after {
  content: none;
}
/*Handle on Drag*/
.noUi-target .noUi-active.noUi-handle {
  width: 3px;
  height: 3px;
  left: 0;
  top: 0;
}

.noUi-target .noUi-active .range-label span {
}
.noUi-target .range-label {
  position: absolute;
  height: 30px;
  width: 30px;
  top: -17px;
  left: -2px;
  background-color: #26A69A;
  border-radius: 50%;
  transition: border-radius .25s cubic-bezier(0.215, 0.610, 0.355, 1.000),
              transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transform: scale(.5) rotate(-45deg);
  transform-origin: 50% 100%;
}
.noUi-target .noUi-active .range-label {
  border-radius: 15px 15px 15px 0;
  transform: rotate(-45deg) translate(23px, -25px);

}
.range-label span {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  transform: rotate(45deg);
  opacity: 0;
  position: absolute;
  top: 7px;
  left: -1px;
  transition: opacity .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.noUi-active .range-label span {
  opacity: 1;
}
/*#ff1414;*/
/* line 2, app/assets/stylesheets/patient-history.scss */
.patient-history-container {
  position: relative;
}

/* line 5, app/assets/stylesheets/patient-history.scss */
.patient-history-container div.graph-type-select {
  width: 30%;
  margin: auto;
}

/* line 10, app/assets/stylesheets/patient-history.scss */
.patient-history-container ul.tabs li:last-child {
  border-right: none;
}

/* line 13, app/assets/stylesheets/patient-history.scss */
.patient-history-container ul.tabs li {
  border-right: 1px solid #e6e7e8;
}

/* line 19, app/assets/stylesheets/patient-history.scss */
.patient-history-container table.table thead tr th {
  padding: 20px;
  text-align: center;
}

/* line 25, app/assets/stylesheets/patient-history.scss */
.patient-history-container table.table tbody tr td {
  padding: 20px;
  text-align: center;
}

/* line 29, app/assets/stylesheets/patient-history.scss */
.patient-history-container table.table tbody tr td:first-child {
  text-align: left;
}

/* line 35, app/assets/stylesheets/patient-history.scss */
.patient-history-container .prescription-table th {
  text-align: center;
}

/* line 39, app/assets/stylesheets/patient-history.scss */
.patient-history-container .prescription-table tbody td:nth-child(2) {
  text-align: left !important;
}

/* line 44, app/assets/stylesheets/patient-history.scss */
.patient-history-container .patient-common-details {
  line-height: 1.5;
}

/* line 46, app/assets/stylesheets/patient-history.scss */
.patient-history-container .patient-common-details label {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  color: black;
}

/* line 51, app/assets/stylesheets/patient-history.scss */
.patient-history-container .patient-common-details label:after {
  content: ':';
  float: right;
}

/* line 57, app/assets/stylesheets/patient-history.scss */
.patient-history-container .collapsible-body {
  padding: 20px;
}

/* line 61, app/assets/stylesheets/patient-history.scss */
.patient-history-container .multiple-prescription-images .multiple-prescription-image {
  width: 50%;
  float: left;
}

/* line 65, app/assets/stylesheets/patient-history.scss */
.patient-history-container .multiple-prescription-images .image-list img {
  height: 80px !important;
}

/* line 68, app/assets/stylesheets/patient-history.scss */
.patient-history-container .multiple-prescription-images img {
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
}

/* line 77, app/assets/stylesheets/patient-history.scss */
.patient-history-container .prescription-table {
  padding: 0px 0.75rem;
}

/* line 80, app/assets/stylesheets/patient-history.scss */
.patient-history-container .prescription-table tbody td.med-name {
  width: 135px;
}

/* line 83, app/assets/stylesheets/patient-history.scss */
.patient-history-container .prescription-table tbody i {
  vertical-align: middle;
}

/* line 87, app/assets/stylesheets/patient-history.scss */
.patient-history-container .prescription-table .col:first-child {
  padding-left: 0px !important;
}

/* line 90, app/assets/stylesheets/patient-history.scss */
.patient-history-container .prescription-table .col:nth-child(2) {
  overflow: hidden;
}

/* line 92, app/assets/stylesheets/patient-history.scss */
.patient-history-container .prescription-table .col:nth-child(2) .material-placeholder img {
  margin-bottom: 20px;
  width: 100% !important;
}

/* line 98, app/assets/stylesheets/patient-history.scss */
.patient-history-container .prescription-table .valign-wrapper.alternative-text {
  padding: 20px;
}

/* line 103, app/assets/stylesheets/patient-history.scss */
.patient-history-container td {
  text-align: center;
}

/* line 107, app/assets/stylesheets/patient-history.scss */
.patient-history-container .image-model-preview.image-model-preview img {
  max-width: 100% !important;
  max-height: 100% !important;
}

/* line 112, app/assets/stylesheets/patient-history.scss */
.patient-history-container .modal-action.left.green-btn {
  margin-left: 1rem;
}

/* line 116, app/assets/stylesheets/patient-history.scss */
.patient-history-container .medications-table th, .patient-history-container .lab-test-table th {
  font-size: 1rem;
  font-family: lato-semibold;
  color: #4B89A8 !important;
  border: 1px solid black;
  font-weight: 400;
}

/* line 123, app/assets/stylesheets/patient-history.scss */
.patient-history-container .medications-table td img, .patient-history-container .lab-test-table td img {
  height: 35px;
}

/* line 126, app/assets/stylesheets/patient-history.scss */
.patient-history-container .medications-table td, .patient-history-container .lab-test-table td {
  border: 1px solid;
}

/* line 130, app/assets/stylesheets/patient-history.scss */
.patient-history-container .medications-table tbody .width-9, .patient-history-container .lab-test-table tbody .width-9 {
  width: 9%;
}

/* line 133, app/assets/stylesheets/patient-history.scss */
.patient-history-container .medications-table tbody .width-10, .patient-history-container .lab-test-table tbody .width-10 {
  width: 10%;
}

/* line 136, app/assets/stylesheets/patient-history.scss */
.patient-history-container .medications-table tbody .width-1, .patient-history-container .lab-test-table tbody .width-1 {
  width: 1%;
}

/* line 139, app/assets/stylesheets/patient-history.scss */
.patient-history-container .medications-table tbody .width-35, .patient-history-container .lab-test-table tbody .width-35 {
  width: 30%;
}

/* line 142, app/assets/stylesheets/patient-history.scss */
.patient-history-container .medications-table tbody .width-4, .patient-history-container .lab-test-table tbody .width-4 {
  width: 5%;
}

/* line 145, app/assets/stylesheets/patient-history.scss */
.patient-history-container .medications-table tbody .width-15, .patient-history-container .lab-test-table tbody .width-15 {
  width: 15%;
}
/* line 4, app/assets/stylesheets/patient.scss */
.comming-soon {
  margin-top: 15rem;
}
/*#ff1414;*/
/* line 3, app/assets/stylesheets/patient_dashboard.scss */
.patient-dashboard ul {
  margin-bottom: 0px !important;
}

/* line 6, app/assets/stylesheets/patient_dashboard.scss */
.patient-dashboard a.active {
  background-color: #4b89a8 !important;
}

/* line 9, app/assets/stylesheets/patient_dashboard.scss */
.patient-dashboard .health-details {
  background-color: #4b89a8;
  color: white;
  display: none;
}

/* line 14, app/assets/stylesheets/patient_dashboard.scss */
.patient-dashboard .health-info {
  display: none;
}

/* line 18, app/assets/stylesheets/patient_dashboard.scss */
.patient-dashboard .readings .health-dashboard {
  margin-bottom: 0px !important;
}

/* line 20, app/assets/stylesheets/patient_dashboard.scss */
.patient-dashboard .readings .health-dashboard div:first-child {
  border-left: 1px solid #aaa;
}

/* line 23, app/assets/stylesheets/patient_dashboard.scss */
.patient-dashboard .readings .health-dashboard a {
  padding: 10px 20px;
  display: block;
  border-right: 1px solid #aaa;
  cursor: pointer;
}

/* line 31, app/assets/stylesheets/patient_dashboard.scss */
.patient-dashboard .bar_active {
  background: #4b89a8;
  font-family: 'lato-semibold';
}

/* line 34, app/assets/stylesheets/patient_dashboard.scss */
.patient-dashboard .bar_active a {
  color: white;
}
/* line 5, app/assets/stylesheets/patient_view.scss */
.feed-title {
  text-align: center;
  font-family: lato-semibold;
  color: #17A84A !important;
  padding: 5px;
}

/* line 11, app/assets/stylesheets/patient_view.scss */
.right-border {
  border-right: 1px solid #f4f4f4;
}

/* line 15, app/assets/stylesheets/patient_view.scss */
.accordin-title {
  text-align: center;
}

/* line 19, app/assets/stylesheets/patient_view.scss */
.health-feed-card:hover, .appointment-block:hover {
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

/* line 24, app/assets/stylesheets/patient_view.scss */
.feed-desc {
  font-size: 14px;
}

/* line 28, app/assets/stylesheets/patient_view.scss */
.recommandation-date {
  padding: 5px;
  text-align: center;
  color: #4B89A8;
}

/* line 34, app/assets/stylesheets/patient_view.scss */
.recommandation-content {
  padding: 5px;
  color: #17A84A;
}

/* line 39, app/assets/stylesheets/patient_view.scss */
.not-available {
  font-family: lato-semibold;
  font-size: 17px;
  color: #4B89A8;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 90%;
}

/* line 50, app/assets/stylesheets/patient_view.scss */
#recommend-panel .card-content,
#health_feeds .card-content,
#appointment-panel .card-content,
#services .card-content {
  padding: 5px 10px !important;
  background-color: #E2E1E0;
}

/* line 59, app/assets/stylesheets/patient_view.scss */
.card.appointment-block {
  padding: 10px 10px;
  margin: 5px 0rem;
}

/* line 64, app/assets/stylesheets/patient_view.scss */
.appointment-block p {
  line-height: 30px;
  color: black !important;
}

/* line 70, app/assets/stylesheets/patient_view.scss */
.appointment-block i {
  color: #4B89A8 !important;
}

/* line 75, app/assets/stylesheets/patient_view.scss */
.recommandation-desc {
  padding: 5px;
  text-align: center;
}

/* line 82, app/assets/stylesheets/patient_view.scss */
.health-feed-card.card {
  min-height: 100px;
  padding: 2px;
  margin: 5px 0rem;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* line 91, app/assets/stylesheets/patient_view.scss */
.recommend-block-title {
  border-bottom: 2px solid #4B89A8;
  padding: 10px 0px 10px 20px;
}

/* line 96, app/assets/stylesheets/patient_view.scss */
.recommend-block-title, .recommend-caption {
  font-family: lato-semibold;
  padding: 10px 0;
  color: #4B89A8 !important;
}

/* line 103, app/assets/stylesheets/patient_view.scss */
.recommend {
  padding: 10px 10px;
  border-bottom: 1px solid #ebeae6;
}

/* line 109, app/assets/stylesheets/patient_view.scss */
.readings.card .col {
  padding: 0px;
}

/* line 113, app/assets/stylesheets/patient_view.scss */
.col.no-padding-left {
  padding-left: 0px !important;
}

/* line 117, app/assets/stylesheets/patient_view.scss */
.col.no-padding-right {
  padding-right: 0px !important;
}
/* line 5, app/assets/stylesheets/pharmacist.scss */
.container {
  margin: 5px;
  width: 85% !important;
}

/* line 10, app/assets/stylesheets/pharmacist.scss */
.pharmacist-dashboard {
  padding: 0 5vw;
}

/* line 15, app/assets/stylesheets/pharmacist.scss */
.order-list {
  padding: 0px 5vw;
}

/* line 19, app/assets/stylesheets/pharmacist.scss */
.heading-block, .order-detail_block {
  width: 85% !important;
  line-height: 30px;
}

/* line 23, app/assets/stylesheets/pharmacist.scss */
.heading-block label, .order-detail_block label {
  font-size: 1rem;
}

/* line 30, app/assets/stylesheets/pharmacist.scss */
.search-container .card {
  padding: 20px;
}
/*#ff1414;*/
/* line 3, app/assets/stylesheets/prescription.scss */
.prescription_ui label {
  color: #4B89A8 !important;
  font-size: 15px;
  font-family: 'lato-semibold' !important;
}

/* line 8, app/assets/stylesheets/prescription.scss */
.prescription_ui .pres-common-details {
  margin-top: 30px;
}

/* line 11, app/assets/stylesheets/prescription.scss */
.prescription_ui .patient-tab-details, .prescription_ui .patient-cmmts-details {
  margin-top: 30px;
}

/* line 13, app/assets/stylesheets/prescription.scss */
.prescription_ui .patient-tab-details label, .prescription_ui .patient-cmmts-details label {
  display: block;
  margin-bottom: 20px;
}

/* line 20, app/assets/stylesheets/prescription.scss */
.prescription_ui .medications-table thead th {
  color: #4B89A8;
}
/* line 3, app/assets/stylesheets/prescription_form.scss */
.lifeNoteHeader {
  padding: 9px 5px 8px 15px !important;
  background-color: #1e558b !important;
  color: white !important;
  width: 100% !important;
  margin-bottom: 8px !important;
}

/* line 13, app/assets/stylesheets/prescription_form.scss */
.rounded- {
  border-radius: 6px  !important;
  /* Adjust the value as needed */
}

/* line 17, app/assets/stylesheets/prescription_form.scss */
.rounded-top {
  border-top-left-radius: 7px !important;
  border-top-right-radius: 7px !important;
}

/* line 23, app/assets/stylesheets/prescription_form.scss */
.rounded-btm {
  border-bottom-left-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
}

/* line 29, app/assets/stylesheets/prescription_form.scss */
.rounded-bottom {
  border-radius: 6px  !important;
  height: 50px;
  width: 100%;
}

/* line 36, app/assets/stylesheets/prescription_form.scss */
.content-in {
  display: flex;
  align-items: flex-start !important;
  /* Align items to the start */
  flex-wrap: wrap;
  /* Wrap elements to the next line if needed */
  box-sizing: border-box;
  /* Include padding and border in the element's total width and height */
}

/* line 44, app/assets/stylesheets/prescription_form.scss */
.content-in > * {
  flex: 1 1 auto;
  /* Allow children to grow and shrink */
  box-sizing: border-box;
  /* Include padding and border in the element's total width and height */
  margin-top: 2px;
  /* Set a top margin of 5px for all children */
}

@media (max-width: 599px) {
  /* line 51, app/assets/stylesheets/prescription_form.scss */
  .content-in > * {
    flex: 1 1 100%;
    /* Full width on small screens */
  }
}

@media (min-width: 600px) {
  /* line 57, app/assets/stylesheets/prescription_form.scss */
  .content-in > * {
    flex: 1 1 auto;
    /* Default flex behavior on larger screens */
  }
}
/* line 6, app/assets/stylesheets/prescription_headers.scss */
container {
  padding: 0 0rem;
}

/* line 10, app/assets/stylesheets/prescription_headers.scss */
.heading-detail_block {
  padding: 0 0rem;
}

/* line 12, app/assets/stylesheets/prescription_headers.scss */
.heading-detail_block label {
  font-size: 1rem;
}

/* line 18, app/assets/stylesheets/prescription_headers.scss */
h2, h4, h5 {
  text-align: center;
  color: #4B89A8;
}

/* line 25, app/assets/stylesheets/prescription_headers.scss */
.search-container .card {
  padding: 20px;
}
/* line 2, app/assets/stylesheets/prescription_image_upload.scss */
.add-rescription-buttons .add-rescription-button {
  width: 100%;
}

/* line 6, app/assets/stylesheets/prescription_image_upload.scss */
.prescription_image_upload {
  padding: 30px;
  position: relative;
}

/* line 9, app/assets/stylesheets/prescription_image_upload.scss */
.prescription_image_upload .doctor_pic-container {
  margin-bottom: 20px;
}

/* line 10, app/assets/stylesheets/prescription_image_upload.scss */
.prescription_image_upload .doctor_pic-container img {
  height: 3rem;
  width: 3rem;
}

/* line 16, app/assets/stylesheets/prescription_image_upload.scss */
.prescription_image_upload .modal-contant, .prescription_image_upload .loader {
  position: absolute;
}

/* line 19, app/assets/stylesheets/prescription_image_upload.scss */
.prescription_image_upload .alert-success {
  color: black;
}

/* line 22, app/assets/stylesheets/prescription_image_upload.scss */
.prescription_image_upload .loader {
  z-index: 1;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(128, 128, 128, 0.5);
}

/* line 30, app/assets/stylesheets/prescription_image_upload.scss */
.prescription_image_upload .loader .preloader-wrapper {
  margin-left: -20px;
  margin-top: -20px;
}

/* line 39, app/assets/stylesheets/prescription_image_upload.scss */
.prescription_image_upload .file-field .file-path-wrapper {
  height: 3rem;
  border-bottom: 1px solid #9e9e9e;
}

/* line 45, app/assets/stylesheets/prescription_image_upload.scss */
.prescription_image_upload .file-upload-container input[type="file"] {
  display: none;
}

/* line 48, app/assets/stylesheets/prescription_image_upload.scss */
.prescription_image_upload .file-upload-container .custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

/* line 55, app/assets/stylesheets/prescription_image_upload.scss */
.prescription_image_upload .modal-footer {
  padding: 0px !important;
}

/* line 59, app/assets/stylesheets/prescription_image_upload.scss */
.prescription_image_upload .preview-prescriptions img {
  margin-right: 10px;
}
/*#ff1414;*/
@media print {
  /* line 10, app/assets/stylesheets/prescription_pdf.scss */
  * {
    -webkit-print-color-adjust: exact;
  }
  /* line 11, app/assets/stylesheets/prescription_pdf.scss */
  body {
    -webkit-print-color-adjust: exact;
  }
  /* line 17, app/assets/stylesheets/prescription_pdf.scss */
  body label {
    font-size: 20px;
    font-family: lato-semibold;
    color: #4B89A8 !important;
    margin-right: 5px;
  }
  /* line 23, app/assets/stylesheets/prescription_pdf.scss */
  body hr {
    border: 1px solid rgba(160, 160, 160, 0.9);
  }
  /* line 26, app/assets/stylesheets/prescription_pdf.scss */
  body span {
    font-size: 20px;
  }
  /* line 29, app/assets/stylesheets/prescription_pdf.scss */
  body small {
    color: black !important;
    font-weight: normal !important;
  }
  /* line 33, app/assets/stylesheets/prescription_pdf.scss */
  body .modal-header {
    width: 80%;
    margin: 0px;
    margin-top: -22px;
  }
  /* line 38, app/assets/stylesheets/prescription_pdf.scss */
  body .modal-header div.nanohealth-logo img {
    height: 150px;
    width: 100%;
    margin-left: -25px;
  }
  /* line 45, app/assets/stylesheets/prescription_pdf.scss */
  body .modal-header div.patners-logo img {
    width: 40%;
    height: 100px;
    margin: 25px 0px;
  }
  /* line 51, app/assets/stylesheets/prescription_pdf.scss */
  body .modal-header .doc-address {
    height: 150px;
    display: table;
  }
  /* line 54, app/assets/stylesheets/prescription_pdf.scss */
  body .modal-header .doc-address > div {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 61, app/assets/stylesheets/prescription_pdf.scss */
  body .modal-content-details {
    width: 90%;
    margin-left: 0px;
    padding-top: 1rem;
    font-size: 20px;
    background: url(/images/nanohealth_trans.png) no-repeat;
    background-position: 40% 45%;
    background-size: 40% 50%;
    height: 80%;
  }
  /* line 73, app/assets/stylesheets/prescription_pdf.scss */
  body div.print_patient-common-details {
    width: 80%;
    margin-left: 0px;
  }
  /* line 76, app/assets/stylesheets/prescription_pdf.scss */
  body div.print_patient-common-details .col {
    padding: 0px;
  }
  /* line 79, app/assets/stylesheets/prescription_pdf.scss */
  body div.print_patient-common-details span, body div.print_patient-common-details label {
    line-height: 50px;
    display: block;
    padding-bottom: 0px;
  }
  /* line 84, app/assets/stylesheets/prescription_pdf.scss */
  body div.print_patient-common-details .gender, body div.print_patient-common-details .date {
    margin: 0px !important;
    display: inline-block;
    font-family: lato-semibold;
  }
  /* line 91, app/assets/stylesheets/prescription_pdf.scss */
  body div.print_patient-common-details .nameing-deatils label {
    width: 38%;
  }
  /* line 94, app/assets/stylesheets/prescription_pdf.scss */
  body div.print_patient-common-details .nameing-deatils div.left {
    width: 60%;
  }
  /* line 98, app/assets/stylesheets/prescription_pdf.scss */
  body div.print_patient-common-details .nameing-deatils .patient-name .left:first-child {
    width: 10%;
  }
  /* line 101, app/assets/stylesheets/prescription_pdf.scss */
  body div.print_patient-common-details .nameing-deatils .patient-name .left:last-child {
    width: 90%;
  }
  /* line 107, app/assets/stylesheets/prescription_pdf.scss */
  body .address span:last-child {
    margin-left: 5px;
  }
  /* line 110, app/assets/stylesheets/prescription_pdf.scss */
  body .print_signature-container {
    width: 100% !important;
    position: absolute;
    bottom: 10%;
  }
  /* line 114, app/assets/stylesheets/prescription_pdf.scss */
  body .print_signature-container div {
    position: absolute;
    right: 10%;
  }
  /* line 119, app/assets/stylesheets/prescription_pdf.scss */
  body .pricription-logo {
    height: 50px;
    margin: 10px 5px;
  }
  /* line 122, app/assets/stylesheets/prescription_pdf.scss */
  body .pricription-logo img {
    height: 100%;
  }
  /* line 126, app/assets/stylesheets/prescription_pdf.scss */
  body .print_medicine-frequency {
    width: 90%;
    margin-left: 0px;
  }
  /* line 129, app/assets/stylesheets/prescription_pdf.scss */
  body .print_medicine-frequency p {
    padding: 0.5rem;
  }
  /* line 132, app/assets/stylesheets/prescription_pdf.scss */
  body .print_medicine-frequency ul {
    margin: 20px 0px;
  }
  /* line 134, app/assets/stylesheets/prescription_pdf.scss */
  body .print_medicine-frequency ul label {
    margin: 0px !important;
  }
  /* line 138, app/assets/stylesheets/prescription_pdf.scss */
  body .print_medicine-frequency ul.print-frequency {
    margin: 0px;
  }
  /* line 140, app/assets/stylesheets/prescription_pdf.scss */
  body .print_medicine-frequency ul.print-frequency label {
    font-weight: normal;
    color: black !important;
    font-size: 20px;
    padding-bottom: 10px;
  }
  /* line 147, app/assets/stylesheets/prescription_pdf.scss */
  body .print_medicine-frequency ul.print-frequency li label:nth-child(2) {
    width: 23% !important;
  }
  /* line 150, app/assets/stylesheets/prescription_pdf.scss */
  body .print_medicine-frequency ul.print-frequency li label:nth-child(3) {
    width: 27% !important;
  }
  /* line 155, app/assets/stylesheets/prescription_pdf.scss */
  body .print_medicine-frequency div.print_duration-container {
    padding-left: 20px !important;
  }
  /* line 158, app/assets/stylesheets/prescription_pdf.scss */
  body .print_medicine-frequency .med-timing-container {
    width: 12% !important;
  }
  /* line 161, app/assets/stylesheets/prescription_pdf.scss */
  body .print_medicine-frequency .med-name-container {
    width: 38% !important;
  }
  /* line 164, app/assets/stylesheets/prescription_pdf.scss */
  body .print_medicine-frequency .print-frequency-heading {
    margin-top: -2px;
    padding: 10px 0px 20px 0px;
  }
  /* line 167, app/assets/stylesheets/prescription_pdf.scss */
  body .print_medicine-frequency .print-frequency-heading label {
    margin: 0px !important;
  }
  /* line 172, app/assets/stylesheets/prescription_pdf.scss */
  body .print_medicine-frequency .col:nth-child(2) div:first-child {
    margin: 8px;
    padding: 1.1rem 0px 0rem 0px;
  }
  /* line 175, app/assets/stylesheets/prescription_pdf.scss */
  body .print_medicine-frequency .col:nth-child(2) div:first-child label {
    width: 100%;
    text-align: center;
  }
  /* line 180, app/assets/stylesheets/prescription_pdf.scss */
  body .print_medicine-frequency .col:nth-child(2) label {
    display: inline-block;
    width: 20%;
    text-align: center;
  }
  /* line 188, app/assets/stylesheets/prescription_pdf.scss */
  body .doc-address-sub-text label, body .doc-address-sub-text i, body .doc-address-sub-text span {
    font-size: 14px;
  }
  /* line 189, app/assets/stylesheets/prescription_pdf.scss */
  body .doc-address-sub-text i {
    margin-right: 5px;
  }
  /* line 192, app/assets/stylesheets/prescription_pdf.scss */
  body .doc-address-sub-text .date, body .doc-address-sub-text .date-text {
    font-size: 15px !important;
  }
  /* line 197, app/assets/stylesheets/prescription_pdf.scss */
  body div.row.print_lab_tests, body div.row.print_comments {
    width: 90%;
    margin-left: 0px;
    line-height: 25px;
    text-align: justify;
  }
  /* line 202, app/assets/stylesheets/prescription_pdf.scss */
  body div.row.print_lab_tests .heading, body div.row.print_comments .heading {
    margin-bottom: 2rem;
  }
  /* line 206, app/assets/stylesheets/prescription_pdf.scss */
  body .print_patient-deceases {
    width: 90%;
    margin: 0%;
    line-height: 30px;
  }
  /* line 209, app/assets/stylesheets/prescription_pdf.scss */
  body .print_patient-deceases .col:nth-child(2) {
    padding: 0px !important;
  }
  /* line 213, app/assets/stylesheets/prescription_pdf.scss */
  body .print_patient-deceases label:nth-child(odd) {
    margin-right: 0px;
  }
  /* line 217, app/assets/stylesheets/prescription_pdf.scss */
  body .print_symptoms {
    width: 90%;
    margin-left: 0px;
  }
  /* line 220, app/assets/stylesheets/prescription_pdf.scss */
  body .print_symptoms div.row > div > div {
    padding-top: 1rem;
    line-height: 25px;
  }
  /* line 225, app/assets/stylesheets/prescription_pdf.scss */
  body .print_symptoms ul li {
    line-height: 25px;
    margin-left: 30px;
    list-style-type: decimal;
  }
  /* line 233, app/assets/stylesheets/prescription_pdf.scss */
  body .print_lab_tests > div.row > div.col > div {
    padding: 20px;
  }
  /* line 237, app/assets/stylesheets/prescription_pdf.scss */
  body .print_prescription-footer {
    padding: 0px 0.75rem;
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
  /* line 242, app/assets/stylesheets/prescription_pdf.scss */
  body .print_prescription-footer .print_address {
    padding-top: 3rem;
  }
  /* line 245, app/assets/stylesheets/prescription_pdf.scss */
  body .print_prescription-footer label {
    font-size: 14px;
    font-family: lato-semibold;
    line-height: 25px;
  }
  /* line 252, app/assets/stylesheets/prescription_pdf.scss */
  body .contact_address {
    text-align: center;
  }
}
/*#ff1414;*/
/* line 8, app/assets/stylesheets/prescriptions-modal.scss */
div.recordings-container {
  z-index: 3000 !important;
  min-height: auto !important;
  padding: 0px !important;
  margin: auto;
  border: 1px solid gray;
  border-radius: 3px;
  box-shadow: 0px 3px 10px gray;
  background: #f1f1f1;
  width: 80% !important;
  padding-bottom: 30px;
}

/* line 19, app/assets/stylesheets/prescriptions-modal.scss */
div.recordings-container .input-field label {
  top: 10px !important;
}

/* line 22, app/assets/stylesheets/prescriptions-modal.scss */
div.recordings-container .collapsible {
  box-shadow: none;
}

/* line 24, app/assets/stylesheets/prescriptions-modal.scss */
div.recordings-container .collapsible .collapsible-header {
  background: #4B89A8;
  color: white;
}

/* line 28, app/assets/stylesheets/prescriptions-modal.scss */
div.recordings-container .collapsible .collapsible-body {
  color: #4B89A8;
  background: white;
  align-items: center;
  padding: 2rem;
}

/* line 35, app/assets/stylesheets/prescriptions-modal.scss */
div.recordings-container .preloader-wrapper {
  position: absolute;
}

/* line 38, app/assets/stylesheets/prescriptions-modal.scss */
div.recordings-container .prescription-collapsible p {
  padding: 10px 0px;
  color: red;
}

/* line 43, app/assets/stylesheets/prescriptions-modal.scss */
div.recordings-container .modal-footer {
  margin-bottom: 1rem;
}

/* line 46, app/assets/stylesheets/prescriptions-modal.scss */
div.recordings-container .select-wrapper.initialized select {
  display: none !important;
}

/* line 49, app/assets/stylesheets/prescriptions-modal.scss */
div.recordings-container .chip {
  line-height: 25px;
  height: 25px;
  margin: 10px 0 0 0;
  padding: 0 10px;
}

/* line 55, app/assets/stylesheets/prescriptions-modal.scss */
div.recordings-container .chip i.material-icons {
  cursor: pointer;
  float: right;
  font-size: 13px;
  line-height: 25px;
  padding-left: 4px;
  color: red !important;
}

/* line 63, app/assets/stylesheets/prescriptions-modal.scss */
div.recordings-container .heading {
  text-align: center;
}

/* line 68, app/assets/stylesheets/prescriptions-modal.scss */
div.recordings-container .modal-content .btn {
  float: right;
  margin-left: 10px;
}

/* line 75, app/assets/stylesheets/prescriptions-modal.scss */
div.recordings-container .medications-body .hide-on-large-only h6 {
  margin-left: 0.75rem;
}

/* line 83, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal {
  width: 80%;
  margin: auto;
}

/* line 88, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal img.header-image, div.print_prescription-form-modal img.footer-image {
  width: 100% !important;
}

/* line 93, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .doctor-details label {
  display: block;
}

/* line 97, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .doctor-details label.doctor-info {
  font-size: 12px !important;
  line-height: 1 !important;
}

/* line 102, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .doctor-details label.name {
  font-size: 20px !important;
}

/* line 106, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .doctor-details .row .col {
  padding: 0 !important;
}

/* line 112, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .modal-content {
  background: white;
}

/* line 117, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .patient-details tr {
  border-bottom: 0.5px dotted black;
}

/* line 121, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .patient-details td {
  padding: 10px 0 !important;
}

/* line 127, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .reading-details tr {
  background: #EFEFEF !important;
}

/* line 134, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .clinical-findings tr td {
  padding: 10px 0 !important;
  vertical-align: top !important;
}

/* line 139, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .clinical-findings tr td:first-child,
div.print_prescription-form-modal .clinical-findings tr td:last-child {
  width: 49% !important;
}

/* line 144, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .clinical-findings tr td:nth-child(2) {
  border-bottom: none !important;
}

/* line 148, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .clinical-findings tr:first-child {
  border-bottom: 0.5px dotted black;
}

/* line 155, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .print_lab_tests td, div.print_prescription-form-modal .print_comments td {
  padding: 10px 0px !important;
  vertical-align: top !important;
}

/* line 160, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .print_lab_tests tr td:first-child, div.print_prescription-form-modal .print_comments tr td:first-child {
  width: 35% !important;
}

/* line 164, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .print_lab_tests tr td:last-child, div.print_prescription-form-modal .print_comments tr td:last-child {
  width: 63% !important;
}

/* line 168, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .print_lab_tests tr:first-child td:first-child, div.print_prescription-form-modal .print_lab_tests tr:first-child td:last-child, div.print_prescription-form-modal .print_comments tr:first-child td:first-child, div.print_prescription-form-modal .print_comments tr:first-child td:last-child {
  border-bottom: 0.5px dotted black !important;
}

/* line 173, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .notesHeader {
  border-bottom: 0.5px dotted black !important;
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
}

/* line 182, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .precription-details .medicine-list tr td {
  padding: 5px !important;
}

/* line 185, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .precription-details .medicine-list tr {
  border-bottom: 0.5px dotted black !important;
}

/* line 189, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .precription-details .medicine-list tr:first-child {
  border-top: 0.5px dotted black !important;
}

/* line 193, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .precription-details .medicine-list tbody td:nth-child(even) {
  background: #EFEFEF;
}

/* line 197, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .precription-details .medicine-list tr:last-child {
  border-bottom: none;
}

/* line 201, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .precription-details .medicine-list img {
  height: 25px;
}

/* line 205, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .precription-details .medicine-list .width-9 {
  width: 9%;
}

/* line 208, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .precription-details .medicine-list .width-10 {
  width: 10%;
}

/* line 211, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .precription-details .medicine-list .width-1 {
  width: 1%;
}

/* line 214, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .precription-details .medicine-list .width-35 {
  width: 38%;
}

/* line 217, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .precription-details .medicine-list .width-4 {
  width: 5%;
}

/* line 220, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .precription-details .medicine-list .width-15 {
  width: 15%;
}

/* line 225, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .precription-details .legend {
  float: right;
  padding: 5px 0;
  font-size: 12px;
  font-family: lato-semibold;
  color: #4B89A8 !important;
}

/* line 237, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .referral-details tr td {
  padding: 5px !important;
}

/* line 240, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .referral-details tr {
  border-bottom: 0.5px dotted black;
}

/* line 244, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal .referral-details tr:last-child {
  border-bottom: none !important;
}

/* line 251, app/assets/stylesheets/prescriptions-modal.scss */
div.print_prescription-form-modal label, div.print_prescription-form-modal .label {
  font-size: 1rem;
  font-family: lato-semibold;
  color: #4B89A8 !important;
}

/* line 258, app/assets/stylesheets/prescriptions-modal.scss */
div#printableArea {
  width: 100% !important;
}
/* line 4, app/assets/stylesheets/prices.scss */
.pricing-container {
  margin-top: 10vh;
}

/* line 6, app/assets/stylesheets/prices.scss */
.pricing-container .content {
  padding: 20px;
}

/* line 9, app/assets/stylesheets/prices.scss */
.pricing-container a.btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: auto;
  padding: 0px 1rem;
}

/* line 17, app/assets/stylesheets/prices.scss */
.pricing-container .modal form {
  width: 50%;
  margin: auto;
}
/*.profile-nav .user-heading, .mobile-profile-nav .user-heading{
  background-color: #4B89A8;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.mobile-profile-nav .user-heading{
  height: 200px;
}


.profile-nav .user-heading.round a  {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 10px solid rgba(255,255,255,0.3);
  display: inline-block;
}


.profile-nav .user-heading img, .mobile-profile-nav .user-heading img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 5px solid rgba(255,255,255,0.3);
  background-color: #fff;
}

.profile-nav .user-heading h1 {
  font-size: 22px;
  font-weight: 300;
  margin: 0 0 5px 0;
}

.mobile-profile-nav .user-heading h1{
  font-size: 20px;
  font-weight: 300;
  margin: 5px 0 5px 0;
}

.mobile-profile-nav .user-heading h3{
  font-size: 15px;
  font-weight: 300;
  margin: 5px 0 5px 0;
  color: #fff !important;
  font-family: lato-regular !important;
}

.profile-nav .user-heading p {
  font-size: 14px;
}

.profile-nav ul {
  margin-top: 1px;
}

.profile-nav .fa, .mobile-profile-nav .fa {
  padding: 2px;
}

.ajax-trigger .fa {
  color: #000;
}

.profile-nav ul > li {
  border-bottom: 1px solid #ebeae6;
  margin-top: 0;
  line-height: 10px;
  background-color: #fff;
}

.profile-nav ul > li:last-child {
  border-bottom: none;
}

.profile-nav ul > li > a {
  border-radius: 0;
  -webkit-border-radius: 0;
  border-left: 5px solid #fff;
  color: #000;
}

.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active  a {
  background: #f8f7f5 !important;
  border-left: 5px solid #4B89A8;
  color: #89817f !important;
}

.profile-nav ul > li:last-child > a:last-child {
  border-bottom: 1px solid #ebeae6;
}

.profile-nav ul > li > a > i{
  font-size: 16px;
  padding-right: 10px;
  color: #bcb3aa;
}


.panel {
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.nav>li>a {
  display: block;
}

img {
  vertical-align: middle;
}

.bio-graph-info.card{
  margin: 0 0 1rem 0;
}


.card-info p{
  font-size: 16px !important;
  color: #4B89A8;
}

.card-info{
  height: 120px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.big-text{
  font-size: 24px;
  font-family: 'lato-semibold';
  padding: 5px;
  font-family: lato;
}

p.heading {
  text-align: center;
  font-size: 18px;
}

.date{
  text-align: center;
  font-size: 20px;
  font-family: lato;
}


#hypertension, #diabetes, #obesity{
  background-color: #4B89A8 !important;
  color: #fff;
}

.reading-title{
  font-size: 18px;
  text-align: center;
  font-family: lato;
  margin: 15px;
}

.reading-value{
  font-size: 32px;
  text-align: center;
  font-family: lato;
  padding: 10px;
}

.reading-units{
  text-align: center;
  font-family: lato;
  padding: 5px;
}

.right-border{
  border-right: 1px solid #DCDCDC;
}*/

.profile-nav .user-heading, .mobile-profile-nav .user-heading{
  background-color: #4B89A8;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.mobile-profile-nav .user-heading{
  height: 200px;
}


.profile-nav{
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.profile-nav .user-heading.round a  {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 10px solid rgba(255,255,255,0.3);
  display: inline-block;
}


.profile-nav .user-heading img, .mobile-profile-nav .user-heading img {
  border: 5px solid rgba(255,255,255,0.3);
  background-color: #fff;
}

.profile-nav .user-heading h1 {
  font-size: 22px;
  font-weight: 300;
  margin: 0 0 5px 0;
}

.mobile-profile-nav .user-heading h1{
  font-size: 20px;
  font-weight: 300;
  margin: 5px 0 5px 0;
}

.mobile-profile-nav .user-heading h3{
  font-size: 15px;
  font-weight: 300;
  margin: 5px 0 5px 0;
  color: #fff !important;
  font-family: lato-regular !important;
}

.profile-nav .user-heading p {
  font-size: 14px;
}

.profile-nav ul {
  margin-top: 1px;
}

.profile-nav .fa, .mobile-profile-nav .fa {
  padding: 2px;
}

.ajax-trigger .fa {
  color: #000;
}

.profile-nav ul > li {
  border-bottom: 1px solid #ebeae6;
  margin-top: 0;
  line-height: 10px;
  background-color: #fff;
}

.profile-nav ul > li:last-child {
  border-bottom: none;
}

.profile-nav ul > li > a {
  border-radius: 0;
  -webkit-border-radius: 0;
  border-left: 5px solid #fff;
  color: #000;
}

.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active  a {
  background: #f8f7f5 !important;
  border-left: 5px solid #4B89A8;
  color: #89817f !important;
}

.profile-nav ul > li:last-child > a:last-child {
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
}

.profile-nav ul > li > a > i{
  font-size: 16px;
  padding-right: 10px;
  color: #bcb3aa;
}


.panel {
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.nav>li>a {
  display: block;
  padding: 10px 15px;
}

img {
  vertical-align: middle;
}

.bio-graph-info.card{
  margin: 0 0 1rem 0;
}


.card-info p{
  font-size: 16px !important;
  color: #4B89A8;
}

.card-info{
  height: 120px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.big-text{
  font-size: 24px;
  font-family: 'lato-semibold';
  padding: 5px;
  font-family: lato;
}

p.heading {
  text-align: center;
  font-size: 18px;
}

.date{
  text-align: center;
  font-size: 20px;
  font-family: lato;
}


#hypertension, #diabetes, #obesity{
  background-color: #4B89A8 !important;
  color: #fff;
}

.reading-title{
  font-size: 18px;
  text-align: center;
  font-family: lato;
  margin: 15px;
}

.reading-value{
  font-size: 32px;
  text-align: center;
  font-family: lato;
  padding: 10px;
}

.reading-units{
  text-align: center;
  font-family: lato;
  padding: 5px;
}

.right-border{
  border-right: 1px solid #DCDCDC;
}
/* line 1, app/assets/stylesheets/program_manager_dashboard.scss */
.program-manager-dashboard {
  padding: 0% 2% !important;
}

/* line 7, app/assets/stylesheets/program_manager_dashboard.scss */
.program-manager-dashboard .department-container .department-title {
  text-align: center;
  font-size: 21px;
  color: #4B89A8;
  vertical-align: middle;
  line-height: 45px;
  font-family: lato-semibold;
  margin-top: 1rem;
}

/* line 17, app/assets/stylesheets/program_manager_dashboard.scss */
.program-manager-dashboard .department-container .input-field {
  margin-left: auto;
  margin-right: auto;
}

/* line 24, app/assets/stylesheets/program_manager_dashboard.scss */
.program-manager-dashboard #screeningTile, .program-manager-dashboard #doctorTile, .program-manager-dashboard #dieticianTile {
  cursor: pointer;
}

/* line 29, app/assets/stylesheets/program_manager_dashboard.scss */
.program-manager-dashboard #graph .card {
  padding: 10px;
}

/* line 34, app/assets/stylesheets/program_manager_dashboard.scss */
.program-manager-dashboard #stockGraph.modal {
  width: 90%;
  min-height: 85vh;
  background-color: #f3f3f3;
}

/* line 39, app/assets/stylesheets/program_manager_dashboard.scss */
.program-manager-dashboard #stockGraph.modal .result-container {
  padding: 20px 10px !important;
}

/* line 46, app/assets/stylesheets/program_manager_dashboard.scss */
.program-manager-dashboard #impact .border {
  border-right: 1px solid #DCDCDC;
}

/* line 50, app/assets/stylesheets/program_manager_dashboard.scss */
.program-manager-dashboard #impact .card {
  padding: 10px;
  min-height: 180px;
}

/* line 53, app/assets/stylesheets/program_manager_dashboard.scss */
.program-manager-dashboard #impact .card .row {
  display: flex;
  align-items: center;
}

/* line 57, app/assets/stylesheets/program_manager_dashboard.scss */
.program-manager-dashboard #impact .card .title {
  text-align: center;
  font-family: lato-semibold;
  font-size: 18px;
  margin: 10px;
}

/* line 65, app/assets/stylesheets/program_manager_dashboard.scss */
.program-manager-dashboard #impact .card .value-block {
  padding: 20px 10px;
  text-align: center !important;
}

/* line 69, app/assets/stylesheets/program_manager_dashboard.scss */
.program-manager-dashboard #impact .card .value-block .value {
  font-size: 30px;
  font-family: lato;
  color: #4B89A8;
  padding: 10px;
}

/* line 76, app/assets/stylesheets/program_manager_dashboard.scss */
.program-manager-dashboard #impact .card .value-block .units {
  padding: 10px;
  display: block;
  font-size: 16px;
  font-family: lato;
  color: #4B89A8;
}

/* line 88, app/assets/stylesheets/program_manager_dashboard.scss */
.program-manager-dashboard #impact .card .icon img {
  height: 75px !important;
  width: 75px !important;
}

/* line 94, app/assets/stylesheets/program_manager_dashboard.scss */
.program-manager-dashboard #impact .card i {
  color: #4B89A8 !important;
  line-height: 60px !important;
  font-size: 60px !important;
}

/* line 103, app/assets/stylesheets/program_manager_dashboard.scss */
.program-manager-dashboard #trend-graph .card {
  padding: 10px;
}

/* line 109, app/assets/stylesheets/program_manager_dashboard.scss */
.program-manager-dashboard .card-red {
  background-color: #FF5722;
}

/* line 113, app/assets/stylesheets/program_manager_dashboard.scss */
.program-manager-dashboard .card-sky {
  background-color: #00BCD4;
}

/* line 117, app/assets/stylesheets/program_manager_dashboard.scss */
.program-manager-dashboard .card-blue {
  background-color: #3F51B5;
}

/* line 121, app/assets/stylesheets/program_manager_dashboard.scss */
.program-manager-dashboard .card-grey {
  background-color: #009688;
}

/* line 125, app/assets/stylesheets/program_manager_dashboard.scss */
.program-manager-dashboard .card-purple {
  background-color: #9e9d24;
}

/* line 129, app/assets/stylesheets/program_manager_dashboard.scss */
.program-manager-dashboard .icon-color {
  color: #7FDDE9;
}

/* line 134, app/assets/stylesheets/program_manager_dashboard.scss */
.program-manager-dashboard .caption {
  color: #4B89A8;
  text-align: center;
  font-family: lato-semibold;
  margin-bottom: 5px;
  font-size: 20px;
}

/* line 141, app/assets/stylesheets/program_manager_dashboard.scss */
.program-manager-dashboard .caption .light {
  font-family: lato;
  font-size: 16px;
}

/* line 147, app/assets/stylesheets/program_manager_dashboard.scss */
.program-manager-dashboard .data-label {
  font-family: lato-semibold;
  font-weight: 600;
}
/*!
 * Quill Editor v2.0.0
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
 .ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor > *{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li > .ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked] > .ql-ui,.ql-editor li[data-list=unchecked] > .ql-ui{color:#777}.ql-editor li[data-list=bullet] > .ql-ui:before{content:'\2022'}.ql-editor li[data-list=checked] > .ql-ui:before{content:'\2611'}.ql-editor li[data-list=unchecked] > .ql-ui:before{content:'\2610'}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered] > .ql-ui:before{content:counter(list-0, decimal) '. '}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before{content:counter(list-1, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before{content:counter(list-2, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before{content:counter(list-3, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before{content:counter(list-4, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before{content:counter(list-5, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before{content:counter(list-6, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before{content:counter(list-7, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before{content:counter(list-8, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before{content:counter(list-9, decimal) '. '}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl > .ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank::before{color:rgba(0,0,0,0.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:'';display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow{box-sizing:border-box}.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:'';display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label::before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label::before,.ql-snow .ql-picker.ql-header .ql-picker-item::before{content:'Normal'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{content:'Heading 1'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{content:'Heading 2'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{content:'Heading 3'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{content:'Heading 4'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{content:'Heading 5'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{content:'Heading 6'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label::before,.ql-snow .ql-picker.ql-font .ql-picker-item::before{content:'Sans Serif'}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{content:'Serif'}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{content:'Monospace'}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label::before,.ql-snow .ql-picker.ql-size .ql-picker-item::before{content:'Normal'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before{content:'Small'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before{content:'Large'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{content:'Huge'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:'Helvetica Neue','Helvetica','Arial',sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:rgba(0,0,0,0.2) 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{border-color:#ccc}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow + .ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip::before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action::after{border-right:1px solid #ccc;content:'Edit';margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove::before{content:'Remove';margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action::after{border-right:0;content:'Save';padding-right:0}.ql-snow .ql-tooltip[data-mode=link]::before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]::before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]::before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}
/*#ff1414;*/
/* line 7, app/assets/stylesheets/recommendations.scss */
.recommendations-container img {
  height: 2.5rem;
  width: 2.5rem;
  vertical-align: middle;
  margin-right: 10px;
}

/* line 13, app/assets/stylesheets/recommendations.scss */
.recommendations-container p {
  color: #4B89A8 !important;
  text-align: center;
  font-weight: bold !important;
}

/* line 18, app/assets/stylesheets/recommendations.scss */
.recommendations-container li {
  padding: 10px;
  margin-top: 3px;
}

/* line 21, app/assets/stylesheets/recommendations.scss */
.recommendations-container li .table {
  width: 100%;
}

/* line 24, app/assets/stylesheets/recommendations.scss */
.recommendations-container li .small-btn {
  margin: 0px;
}

/* line 28, app/assets/stylesheets/recommendations.scss */
.recommendations-container .small-btn {
  background-color: #00AD51;
  color: white;
  padding: 5px 0px;
  border-radius: 3px;
  display: block;
  width: 50px;
  text-align: center;
  float: right;
  margin-right: 10px;
}

/* line 39, app/assets/stylesheets/recommendations.scss */
.recommendations-container .recommend_0 {
  background: #1cc967;
  color: white;
}

/* line 43, app/assets/stylesheets/recommendations.scss */
.recommendations-container .recommend_1 {
  background: #ffc600;
}

/* line 46, app/assets/stylesheets/recommendations.scss */
.recommendations-container .recommend_2 {
  background: #ff2e2e;
}

/* line 49, app/assets/stylesheets/recommendations.scss */
.recommendations-container .recommend_3 {
  background: #000000;
}
@media (min-width: 980px) {


}
/*@media (min-width: 993px) {

  .row .content{
    padding-left: 300px;
  }
  .row .side-nav.fixed{
    top: 10rem;
  }
}*/

@media (min-width:481px) and (max-width:600px) {
  /*.row .col.s3{
      width: 100%;
  }*/
  .right-border{
    border: none;
  }
  .bottom-border{
    border-bottom: 1px solid #f4f4f4;
  }
}
@media (max-width: 767px) and (max-width: 979px) {
  /*.row .col.s3{
      width: 100%;
  }*/
}

@media (max-width: 768px) {



  /*----------------------------------------------*
 .form-signin {
    width:100%;
    padding: 15px;
  }
  /*.row .col.s3{
    width: 100% !important;
  }
  .row .col.s9{
    width: 100% !important;
  }
  .row .col.s6{
    width: 50% !important;
  }*/

  .reading-value {
    font-size: 24px;
  }

  /*.row .col.s4{
    width: 100% !important;
  }*/
  .right-border{
    border-right: 1px solid #f4f4f4;
  }

  /*.profile-nav{
    display: none;
  }*/
  /*.profile-row .col.s4{
    width: 40% !important;
  }
  .profile-row .col.s8{
    width: 60% !important;
  }*/

  /*.dropdown-button{
    display: none !important;
  }*/

  .toast {
    border-radius: 2px;
    margin: 10px !important;
    min-height: 30px !important;
    line-height: none !important;
  }

}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

  /*------------------*/
  .form-signin {
    width:100%;
    padding: 15px;
  }
  .row .col.s3{
    /*width: 100% !important;*/
  }
  .row .col.s9{
    /*width: 100% !important;*/
  }
  .row .col.s6{
    /*width: 50% !important;*/
  }

  .reading-value {
    font-size: 24px;
  }

  /*.row .col.s4{
    width: 100% !important;
  }*/
  .right-border{
    border: none;
  }

  /*.profile-nav{
    display: none;
  }*/
  /*.profile-row .col.s4{
    width: 40% !important;
  }
  .profile-row .col.s8{
    width: 60% !important;
  }*/

  .dropdown-button{
    display: none !important;
  }

  .toast {
    border-radius: 2px;
    margin: 10px !important;
    min-height: 30px !important;
    line-height: none !important;
  }
}



@media (max-width: 480px) {

  body{
    font-size: 12px;
    line-height: 1.5rem;
  }

  .right-border{
    border: none;
  }

  #providers-selection.modal {
    width: 90% !important;
  }

  .tabs .tab a {
    font-size: 11px !important;
  }

  .collapsible-header {
    line-height: 1rem !important;
    padding: 0.7rem 1rem !important;
  }

 .form-signin {
    padding: 15px;
    margin: 0 auto;
  }

  .right-border{
    border: none;
  }

  .health-feed-card{
    min-height: 60px !important;
  }


  .bottom-border{
    border-bottom: 1px solid #f4f4f4;
  }
/*
  .highcharts-xaxis-labels{
    display: none;
  }

  .highcharts-data-labels{
    display: none;
  }*/

  .small-show{
    width: 100%;
  }

  .dropdown-button{
    display: none !important;
  }

  .toast{
    text-align: center !important;
    font-size: 12px;
    width: 70%;
  }

  .form-div .fa-times-circle{
    color: red !important;
    vertical-align: baseline !important;
    font-size: x-large !important;
  }

  input.input-fixed-field{
    padding-left: 0;
    width: 100%;
  }

}

@media (max-width:320px) {

  .form-signin {
    padding: 15px;
    margin: 0 auto;
  }

  .dropdown-button{
    display: none !important;
  }
}
/*!
 * FullCalendar Scheduler v1.9.4
 * Docs & License: https://fullcalendar.io/scheduler/
 * (c) 2018 Adam Shaw
 */.fc-resource-area .fc-cell-content,.fc-timeline .fc-cell-text{padding-left:4px;padding-right:4px}.fc-resource-area th>div,.fc-scroller-canvas,.fc-scroller-canvas>.fc-content,.fc-scroller-clip{position:relative}.fc-scroller-clip,.fc-timeline .fc-cell-content,tr.fc-collapsed>td,tr.fc-transitioning>td{overflow:hidden}.fc-no-scrollbars{background:rgba(255,255,255,0)}.fc-timeline .fc-body .fc-divider.ui-widget-header,.fc-timeline .fc-body .ui-widget-content{background-image:none}.fc-no-scrollbars::-webkit-scrollbar{width:0;height:0}.fc-scroller-canvas{box-sizing:border-box;min-height:100%}.fc-scroller-canvas>.fc-bg{z-index:1}.fc-scroller-canvas>.fc-content{z-index:2;border-style:solid;border-width:0}.ui-widget .fc-scroller-canvas>.fc-content{border-color:transparent}.fc-scroller-canvas.fc-gutter-left>.fc-content{border-left-width:1px;margin-left:-1px}.fc-scroller-canvas.fc-gutter-right>.fc-content{border-right-width:1px;margin-right:-1px}.fc-scroller-canvas.fc-gutter-top>.fc-content{border-top-width:1px;margin-top:-1px}.fc-rtl .fc-timeline{direction:rtl}.fc-timeline .fc-divider{width:3px;border-style:double}.fc-timeline .fc-head>tr>.fc-divider{border-bottom:0}.fc-timeline .fc-body>tr>.fc-divider{border-top:0}.fc-scrolled .fc-head .fc-scroller{z-index:2}.fc-timeline.fc-scrolled .fc-head .fc-scroller{box-shadow:0 3px 4px rgba(0,0,0,.075)}.fc-timeline .fc-body .fc-scroller{z-index:1}.fc-timeline .fc-scroller-canvas>div>div>table,.fc-timeline .fc-scroller-canvas>div>table{border-style:hidden}.fc-timeline .fc-scroller-canvas>.fc-content>.fc-rows>table{border-bottom-style:none}.fc-timeline td,.fc-timeline th{white-space:nowrap}.fc-timeline .fc-col-resizer{cursor:col-resize}.fc-timeline th{vertical-align:middle}.fc-timeline .fc-head .fc-cell-content{padding-top:3px;padding-bottom:3px}.fc-resource-area{width:30%}.fc-resource-area col{width:40%;min-width:70px}.fc-resource-area col.fc-main-col{width:60%}.fc-flat .fc-expander-space{display:none}.fc-ltr .fc-resource-area tr>*{text-align:left}.fc-rtl .fc-resource-area tr>*{text-align:right}.fc-resource-area .fc-super th{text-align:center}.fc-resource-area th .fc-cell-content{position:relative;z-index:1}.fc-resource-area th .fc-col-resizer{position:absolute;z-index:2;top:0;bottom:0;width:5px}.fc-ltr .fc-resource-area th .fc-col-resizer{right:-3px}.fc-rtl .fc-resource-area th .fc-col-resizer{left:-3px}tr.fc-transitioning>td>div{transition:margin-top .2s}tr.fc-collapsed>td>div{margin-top:-10px}.fc-body .fc-resource-area .fc-cell-content{position:relative;padding-top:8px;padding-bottom:8px}.fc-time-area .fc-bgevent,.fc-time-area .fc-highlight,.fc-time-area .fc-slats{position:absolute;top:0;bottom:0}.fc-no-overlap .fc-body .fc-resource-area .fc-cell-content{padding-top:5px;padding-bottom:5px}.fc-resource-area .fc-icon{width:1em;font-size:.9em;vertical-align:middle;margin-top:-1%}.fc-resource-area .fc-expander{cursor:pointer;color:#666}.fc-time-area col{min-width:2.2em}.fc-ltr .fc-time-area .fc-chrono th{text-align:left}.fc-rtl .fc-time-area .fc-chrono th{text-align:right}.fc-time-area .fc-slats{z-index:1;left:0;right:0}.fc-time-area .fc-slats table{height:100%}.fc-time-area .fc-slats .fc-minor{border-style:dotted}.fc-time-area .fc-slats td{border-width:0 1px}.fc-ltr .fc-time-area .fc-slats td{border-right-width:0}.fc-rtl .fc-time-area .fc-slats td{border-left-width:0}.fc-time-area .fc-bgevent-container,.fc-time-area .fc-highlight-container{position:absolute;z-index:2;top:0;bottom:0;width:0}.fc-ltr .fc-time-area .fc-bgevent-container,.fc-ltr .fc-time-area .fc-helper-container,.fc-ltr .fc-time-area .fc-highlight-container{left:0}.fc-rtl .fc-time-area .fc-bgevent-container,.fc-rtl .fc-time-area .fc-helper-container,.fc-rtl .fc-time-area .fc-highlight-container{right:0}.fc-time-area .fc-rows{position:relative;z-index:3}.fc-time-area .fc-rows .ui-widget-content{background:0 0}.fc-time-area .fc-rows td>div{position:relative}.fc-time-area .fc-rows .fc-bgevent-container,.fc-time-area .fc-rows .fc-highlight-container{z-index:1}.fc-time-area .fc-event-container{position:relative;z-index:2;width:0}.fc-time-area .fc-helper-container{position:absolute;z-index:3;top:0}.fc-time-area .fc-event-container{padding-bottom:8px;top:-1px}.fc-time-area tr:first-child .fc-event-container{top:0}.fc-no-overlap .fc-time-area .fc-event-container{padding-bottom:0;top:0}.fc-timeline .fc-now-indicator{z-index:3;top:0}.fc-time-area .fc-now-indicator-arrow{margin:0 -6px;border-width:6px 5px 0;border-left-color:transparent;border-right-color:transparent}.fc-time-area .fc-now-indicator-line{margin:0 -1px;bottom:0;border-left-width:1px}.fc-timeline-event{position:absolute;border-radius:0;padding:2px 0;margin-bottom:1px}.fc-no-overlap .fc-timeline-event{padding:5px 0;margin-bottom:0}.fc-ltr .fc-timeline-event{margin-right:1px}.fc-rtl .fc-timeline-event{margin-left:1px}.fc-timeline-event .fc-content{padding:0 1px;white-space:nowrap;overflow:hidden}.fc-timeline-event .fc-time{font-weight:700;padding:0 1px}.fc-rtl .fc-timeline-event .fc-time{display:inline-block}.fc-timeline-event .fc-title{position:relative;padding:0 1px}.fc-timeline-event.fc-selected .fc-bg{display:none}.fc-ltr .fc-timeline-event .fc-title{padding-left:10px;margin-left:-8px}.fc-rtl .fc-timeline-event .fc-title{padding-right:10px;margin-right:-8px}.fc-ltr .fc-timeline-event.fc-not-start .fc-title{margin-left:-2px}.fc-rtl .fc-timeline-event.fc-not-start .fc-title{margin-right:-2px}.fc-body .fc-time-area .fc-following,.fc-timeline-event.fc-not-start .fc-title{position:relative}.fc-body .fc-time-area .fc-following:before,.fc-timeline-event.fc-not-start .fc-title:before{content:"";position:absolute;top:50%;margin-top:-5px;border:5px solid #000;border-top-color:transparent;border-bottom-color:transparent;opacity:.5}.fc-ltr .fc-body .fc-time-area .fc-following:before,.fc-ltr .fc-timeline-event.fc-not-start .fc-title:before{border-left:0;left:2px}.fc-rtl .fc-body .fc-time-area .fc-following:before,.fc-rtl .fc-timeline-event.fc-not-start .fc-title:before{border-right:0;right:2px}.fc-license-message{position:absolute;z-index:99999;bottom:1px;left:1px;background:#eee;border-color:#ddd;border-style:solid;border-width:1px 1px 0 0;padding:2px 4px;font-size:12px;border-top-right-radius:3px}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}


.select2 {
  width: 100% !important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 9999999999;
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #4B89A8;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple {
    height: 45px;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: 0
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    height: auto
}

.select2-container--default .select2-search--inline .select2-search__field {
    height: 30px
}

.select2-container--default .select2-selection--multiple input {
    margin: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    color: #fff;
    margin-top: 8px;
    padding: 3px 10px;
    background-color: #42A5F5
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
    margin-right: 5px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    padding-left: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(0, 0, 0, .3) transparent transparent
}

.select2-container--open .select2-dropdown--above, .select2-container--open .select2-dropdown--below {
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .26)
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-top: none;
    border-right: none;
    border-left: none
}

.select2-container--default .select2-results__option--highlighted[aria-selected], div.tagsinput span.tag {
    background-color: #42A5F5
}

.select2-search input{
    height: 2rem !important;
}
/*#ff1414;*/
/* line 2, app/assets/stylesheets/signin.scss */
.signin-container {
  padding-top: 20vh;
  height: 100vh;
  width: 100vw;
  background: url(/assets/sign_in_bg-76c910a66c0615903847257768ad38aed4bc03258fbc5b801c00b8e8269fee2c.svg);
  background-size: 100% !important;
}

/* line 18, app/assets/stylesheets/signin.scss */
.signin-container label {
  color: #4B89A8;
  font-size: 16px;
  font-family: "Raleway" !important;
}

/* line 23, app/assets/stylesheets/signin.scss */
.signin-container label.label {
  font-weight: bold;
}

/* line 26, app/assets/stylesheets/signin.scss */
.signin-container div input, .signin-container div input[type="password"], .signin-container div input[type="text"] {
  width: 250px !important;
  margin: 10px auto !important;
  height: auto !important;
  padding: 9px 0px 9px 24px;
  background: white !important;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 13px;
  box-shadow: 0px 1px 0px #e5e5e5;
  font-family: "Raleway";
}

/* line 36, app/assets/stylesheets/signin.scss */
.signin-container div input:focus, .signin-container div input[type="password"]:focus, .signin-container div input[type="text"]:focus {
  border: none !important;
}

/* line 42, app/assets/stylesheets/signin.scss */
.signin-container div input:focus, .signin-container div input[type="password"]:focus {
  box-sizing: border-box;
  border-bottom: 1px solid #4B89A8 !important;
  box-shadow: 0px 1px 0px #4B89A8 !important;
}

/* line 49, app/assets/stylesheets/signin.scss */
.signin-container input::-moz-placeholder {
  color: #746e6e;
  font-family: "Raleway";
  font-size: 12px;
  text-align: left !important;
}
.signin-container input::placeholder {
  color: #746e6e;
  font-family: "Raleway";
  font-size: 12px;
  text-align: left !important;
}

/* line 55, app/assets/stylesheets/signin.scss */
.signin-container div input[type="password"] {
  background: white !important;
}

/* line 58, app/assets/stylesheets/signin.scss */
.signin-container .input-container {
  position: relative;
}

/* line 60, app/assets/stylesheets/signin.scss */
.signin-container .input-container i {
  top: 19px;
  margin-left: 20px;
  position: absolute;
  z-index: 1;
  color: #746e6e;
  font-size: 16px;
  left: 10px;
}

/* line 71, app/assets/stylesheets/signin.scss */
.signin-container .logo-container {
  height: 40px;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

/* line 76, app/assets/stylesheets/signin.scss */
.signin-container .logo-container img {
  width: 100%;
  height: 100%;
  margin: 0px;
}

/* line 82, app/assets/stylesheets/signin.scss */
.signin-container .signin-wrapper {
  text-align: center;
  font-family: "Raleway" !important;
  width: 300px;
  margin: auto;
  background: white !important;
  padding: 20px 0px 0px 0px;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

/* line 94, app/assets/stylesheets/signin.scss */
.signin-container .welcome-text {
  font-weight: 600;
  font-family: "Raleway" !important;
}

/* line 98, app/assets/stylesheets/signin.scss */
.signin-container .login-text {
  font-size: 13px;
  font-family: "Raleway" !important;
  font-weight: 500;
}

/* line 103, app/assets/stylesheets/signin.scss */
.signin-container .full-btn {
  width: 250px;
  box-shadow: none;
  padding: 8px 12px;
  border: none;
  background: white;
  font-size: 13px;
  font-family: "Raleway" !important;
  font-weight: 600;
  border-radius: 5px;
}

/* line 116, app/assets/stylesheets/signin.scss */
.signin-container .sign-btn {
  background: #4B89A8 !important;
  font-weight: bolder;
  color: white !important;
  font-size: 13px;
}

/* line 122, app/assets/stylesheets/signin.scss */
.signin-container .forgot-text {
  padding: 10px;
}

/* line 123, app/assets/stylesheets/signin.scss */
.signin-container .forgot-text a {
  color: #4B89A8 !important;
  font-size: 12px;
}

/* line 128, app/assets/stylesheets/signin.scss */
.signin-container .forgot-text label {
  font-size: 12px;
  font-family: "Raleway" !important;
}

/* line 133, app/assets/stylesheets/signin.scss */
.signin-container .copyrights-text {
  color: #746e6e;
  font-size: 10px;
  font-family: "Raleway" !important;
}

@media only screen and (max-width: 600px) {
  /* line 142, app/assets/stylesheets/signin.scss */
  .signin-container {
    padding-top: 8vh;
  }
}
span.error{
  color: red;
  padding-left: 0.75rem;
  padding-bottom: 10px;
}

input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea{
  margin: 0 0 5px 0 !important;
}

abbr[title="required"] {
  display: none;
}
.skdslider{
 width:100%;
 position: relative;
 display: block;
 overflow:hidden;
 height:100vh !important;
}

.skdslider ul.slides{ margin:0; padding:0; list-style-type:none;}
.skdslider ul.slides li
{
   display: none;
}
.skdslider ul.slides li img{
    width: 100%;
	/* height:100%; */
	border:0;
}

.skdslider ul.slide-navs {
    bottom: 80px;
    left: 50%;
    position: absolute;
	list-style-type: none;
    margin: 0;
    padding: 0;
}


.skdslider ul.slide-navs li {
    float: left;
	height:8px;
	width:8px;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
	margin: 3px;
}
.skdslider ul.slide-navs li.current-slide {
	background: #FFF;
	border-radius: 50%;
}

/* .skdslider .slide-desc {
    background: url(/image/slide_desc.png) repeat scroll 0 0 transparent;
    left: 0;
    padding: 0 15px 0 15px;
    position: absolute;
    bottom: 15%;
    max-width: 85%;
	display:inline-block;
} */
.skdslider .slide-desc > h2 {
    color: #CFDB0C;
    font-family: 'Oswald';
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}

.skdslider .slide-desc > p {
    color: #FFFFFF;
    font-family: 'Oswald';
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
}
.skdslider .slide-desc > p a.more {
    color:#990000;
	font-size:20px;
	text-decoration:none;
}
.skdslider .slide-desc > p a.more:hover {
text-decoration:underline;
}
/* 
.skdslider a.prev{
    background: url(/image/left.png) no-repeat scroll 0 0 transparent;
	width:35px;
	height:35px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:2%;
	margin-top:-17px;
}

.skdslider a.next{
    background: url(/image/right.png) no-repeat scroll 0 0 transparent;
	width:35px;
	height:35px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:50%;
	right:2%;
	margin-top:-17px;
}
.skdslider a.prev:hover{
  
}
.skdslider a.next:hover{
  
}

.skdslider a.play{
    background: url(/image/play.png) no-repeat scroll center center transparent;
	width:35px;
	height:35px;
	display:none;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:48%;
	margin-top:-17px;
}

.skdslider a.pause{
    background: url(/image/pause.png) no-repeat scroll center center transparent;
	width:35px;
	height:35px;
	display:none;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:48%;
	margin-top:-17px;
} */

/*Some Responsive CSS */
@media screen and (max-width:767px) {
	.skdslider .slide-desc > h2 {
		font-size: 20px;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	
	.skdslider .slide-desc > p {
		font-size: 14px;
		line-height: 15px;
		margin-top: 5px;
	}
	.skdslider .slide-desc > p a.more {
		font-size:14px;
	}
	
}
@media screen and (min-width: 1024px) {
	/* .skdslider{
		height:529px !important;
	   } */
  }
@media screen and (min-width: 1280px) {
	/* .skdslider{
		height:642px !important;
	   } */
  }
@media screen and (min-width: 1440px) {
	/* .skdslider{
		height:839px !important;
	   } */
  }
  @media screen and (min-width: 1600px) {
	/* .skdslider{
		height:839px !important;
	} */
  }
  @media screen and (min-width: 1920px) {
	/* .skdslider{
		height:949px !important;
	   } */
	   .skdslider ul.slide-navs {
			bottom: 110px;
	   }
  }
/*#ff1414;*/
/* line 7, app/assets/stylesheets/static_pages/aboutUs.scss */
.aboutus-container {
  padding: 10vh calc(5vw + 0.75rem);
}

@media (max-width: 998px) {
  /* line 10, app/assets/stylesheets/static_pages/aboutUs.scss */
  .aboutus-container .row {
    margin: 0px calc(-5vw - 0.75rem);
  }
}

@media only screen and (max-width: 720px) and (orientation: landscape) {
  /* line 7, app/assets/stylesheets/static_pages/aboutUs.scss */
  .aboutus-container {
    padding-top: 20vh;
  }
}

/* line 17, app/assets/stylesheets/static_pages/aboutUs.scss */
.aboutus-container h5 {
  font-weight: 400;
  text-transform: Captilize;
}

/* line 21, app/assets/stylesheets/static_pages/aboutUs.scss */
.aboutus-container iframe {
  width: 100%;
}

/* line 24, app/assets/stylesheets/static_pages/aboutUs.scss */
.aboutus-container .vision-container {
  font-size: 17px;
  line-height: 1.5;
  padding-bottom: 10vh;
}

/* line 28, app/assets/stylesheets/static_pages/aboutUs.scss */
.aboutus-container .vision-container p {
  text-align: justify;
}

/* line 30, app/assets/stylesheets/static_pages/aboutUs.scss */
.aboutus-container .vision-container p::first-letter {
  /*font-size: 150%;*/
  /*color: $nano-green;*/
  /*text-transform: uppercase;*/
  /*padding: 30px;
            border-left: 5px solid #7f7664;
            background-color: #f5f4f2;
            line-height: 32px;
            box-shadow:  5px 5px 0px 0px rgba(127, 118, 100, 0.2);
            position: relative;*/
}

/* line 45, app/assets/stylesheets/static_pages/aboutUs.scss */
h5.ourteam-heading {
  padding-top: 10vh;
}

@media (max-width: 720px) {
  /* line 45, app/assets/stylesheets/static_pages/aboutUs.scss */
  h5.ourteam-heading {
    text-align: center;
    font-family: 'lato-semibold';
    padding: 10px;
    color: white;
    margin: 0px !important;
    color: black;
  }
}

/* line 51, app/assets/stylesheets/static_pages/aboutUs.scss */
h5.ourteam-heading:first-child {
  padding-top: 15vh;
}

/* line 56, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer, .our-advisors-contianer {
  padding: 0vh 15vw;
}

@media (max-width: 720px) {
  /* line 56, app/assets/stylesheets/static_pages/aboutUs.scss */
  .our-team-contianer, .our-advisors-contianer {
    padding: 0px;
  }
  /* line 60, app/assets/stylesheets/static_pages/aboutUs.scss */
  .our-team-contianer .col, .our-advisors-contianer .col {
    padding: 0px;
  }
}

@media (max-width: 998px) {
  /* line 56, app/assets/stylesheets/static_pages/aboutUs.scss */
  .our-team-contianer, .our-advisors-contianer {
    padding: 0px;
  }
}

/* line 67, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer label, .our-advisors-contianer label {
  font-family: 'lato-semibold';
}

/* line 70, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer a, .our-advisors-contianer a {
  color: black;
}

/* line 74, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .manish-block .content, .our-advisors-contianer .manish-block .content {
  padding-top: 25px !important;
}

/* line 78, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .StephenSammutPic, .our-advisors-contianer .StephenSammutPic {
  padding-top: 8px;
}

/* line 81, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .card, .our-advisors-contianer .card {
  text-align: center;
  cursor: pointer;
  display: block;
  padding-bottom: 20px;
}

/* line 86, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .card:hover, .our-advisors-contianer .card:hover {
  box-shadow: 0px 2px 20px grey;
}

/* line 89, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .card .member-img-container, .our-advisors-contianer .card .member-img-container {
  width: 100%;
}

/* line 91, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .card .member-img-container img, .our-advisors-contianer .card .member-img-container img {
  width: 100%;
  height: 100%;
}

/* line 96, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .card div.text-center:nth-child(2), .our-advisors-contianer .card div.text-center:nth-child(2) {
  padding: 20px;
}

/* line 98, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .card div.text-center:nth-child(2) label, .our-advisors-contianer .card div.text-center:nth-child(2) label {
  font-size: 1rem;
}

@media (max-width: 998px) {
  /* line 96, app/assets/stylesheets/static_pages/aboutUs.scss */
  .our-team-contianer .card div.text-center:nth-child(2), .our-advisors-contianer .card div.text-center:nth-child(2) {
    padding: 20px;
  }
}

/* line 106, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .card .icon-container a, .our-advisors-contianer .card .icon-container a {
  margin-right: 10px;
  color: #4B89A8;
}

/* line 113, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .our-team-content, .our-advisors-contianer .our-team-content {
  padding: 0px 0.5rem;
  font-size: 0.8rem;
  text-align: justify;
}

/* line 118, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer label, .our-advisors-contianer label {
  color: black;
}

/* line 121, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer a, .our-advisors-contianer a {
  margin-bottom: 0.7rem;
  font-size: 14px;
}

/* line 125, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .modal, .our-advisors-contianer .modal {
  overflow: hidden;
}

@media (max-width: 720px) {
  /* line 127, app/assets/stylesheets/static_pages/aboutUs.scss */
  .our-team-contianer .modal .modal-content, .our-advisors-contianer .modal .modal-content {
    padding-top: 20px;
  }
}

/* line 131, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .modal .modal-content div, .our-advisors-contianer .modal .modal-content div {
  text-align: justify;
  font-size: 14px;
  line-height: 1.5;
}

/* line 136, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .modal .modal-content .member-img-container, .our-advisors-contianer .modal .modal-content .member-img-container {
  height: auto;
}

/* line 141, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .modal .modal-footer a, .our-advisors-contianer .modal .modal-footer a {
  float: right;
  margin-right: 1rem;
}

/* line 147, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .hide-on-med-and-up, .our-team-contianer .mob-team-card, .our-advisors-contianer .hide-on-med-and-up, .our-advisors-contianer .mob-team-card {
  margin-bottom: 0px !important;
  height: 20vh;
  font-size: 16px;
}

/* line 151, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .hide-on-med-and-up label, .our-team-contianer .mob-team-card label, .our-advisors-contianer .hide-on-med-and-up label, .our-advisors-contianer .mob-team-card label {
  display: block;
  font-size: 16px;
}

/* line 155, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .hide-on-med-and-up img, .our-team-contianer .mob-team-card img, .our-advisors-contianer .hide-on-med-and-up img, .our-advisors-contianer .mob-team-card img {
  height: 100%;
}

/* line 158, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .hide-on-med-and-up img.circle, .our-team-contianer .mob-team-card img.circle, .our-advisors-contianer .hide-on-med-and-up img.circle, .our-advisors-contianer .mob-team-card img.circle {
  padding: 10px 0px;
}

/* line 161, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .hide-on-med-and-up .col, .our-team-contianer .mob-team-card .col, .our-advisors-contianer .hide-on-med-and-up .col, .our-advisors-contianer .mob-team-card .col {
  height: 100%;
}

/* line 164, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .hide-on-med-and-up .re-btn, .our-team-contianer .mob-team-card .re-btn, .our-advisors-contianer .hide-on-med-and-up .re-btn, .our-advisors-contianer .mob-team-card .re-btn {
  font-size: 14px;
  background: #e8e8e8;
  padding: 7px;
  font-family: 'lato-semibold';
  position: absolute;
  bottom: 5px;
  right: 1rem;
  color: black;
}

/* line 174, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .hide-on-med-and-up div.col:nth-child(2), .our-team-contianer .mob-team-card div.col:nth-child(2), .our-advisors-contianer .hide-on-med-and-up div.col:nth-child(2), .our-advisors-contianer .mob-team-card div.col:nth-child(2) {
  padding-top: 20px;
}

@media (max-width: 720px) {
  /* line 179, app/assets/stylesheets/static_pages/aboutUs.scss */
  .our-team-contianer .modal-content .col, .our-advisors-contianer .modal-content .col {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 720px) and (orientation: landscape) {
  /* line 184, app/assets/stylesheets/static_pages/aboutUs.scss */
  .our-team-contianer .col, .our-advisors-contianer .col {
    padding: 5px;
  }
}

/* line 189, app/assets/stylesheets/static_pages/aboutUs.scss */
div.our-advisors-contianer {
  padding: 0px 25vw;
}

@media (max-width: 998px) {
  /* line 189, app/assets/stylesheets/static_pages/aboutUs.scss */
  div.our-advisors-contianer {
    padding: 0px 5vw;
  }
}

@media (max-width: 720px) {
  /* line 189, app/assets/stylesheets/static_pages/aboutUs.scss */
  div.our-advisors-contianer {
    padding: 0px;
  }
}

/* line 198, app/assets/stylesheets/static_pages/aboutUs.scss */
.team-container {
  display: none;
}
/*#ff1414;*/
/* line 7, app/assets/stylesheets/static_pages/careers.scss */
.careers-container {
  font-size: 17px;
  line-height: 1.4;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

/* line 12, app/assets/stylesheets/static_pages/careers.scss */
.careers-container h6 {
  font-size: 23px;
}

/* line 18, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .careers-slider-container {
  width: 100%;
  background: white;
}

/* line 21, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .careers-slider-container .slider-left-btn, .careers-container .careers-slider-container .slider-right-btn {
  display: table;
  height: 25rem !important;
}

/* line 24, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .careers-slider-container .slider-left-btn a, .careers-container .careers-slider-container .slider-right-btn a {
  height: 25rem !important;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer !important;
}

@media (max-width: 720px) {
  /* line 21, app/assets/stylesheets/static_pages/careers.scss */
  .careers-container .careers-slider-container .slider-left-btn, .careers-container .careers-slider-container .slider-right-btn {
    height: 50vh !important;
    background: white;
  }
}

/* line 39, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .careers-slider-container .slider-right-btn img {
  transform: rotate(180deg);
}

/* line 44, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .careers-slider-container .slides-container {
  height: 20rem !important;
  margin-top: 10vh;
  margin-bottom: 10vh;
}

@media (max-width: 720px) {
  /* line 44, app/assets/stylesheets/static_pages/careers.scss */
  .careers-container .careers-slider-container .slides-container {
    height: auto !important;
  }
}

@media (max-width: 998px) {
  /* line 44, app/assets/stylesheets/static_pages/careers.scss */
  .careers-container .careers-slider-container .slides-container {
    margin: 0px;
  }
}

/* line 54, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .careers-slider-container .slides-container .slides {
  height: 20rem !important;
  background: white;
}

@media (max-width: 720px) {
  /* line 54, app/assets/stylesheets/static_pages/careers.scss */
  .careers-container .careers-slider-container .slides-container .slides {
    height: auto !important;
  }
  /* line 59, app/assets/stylesheets/static_pages/careers.scss */
  .careers-container .careers-slider-container .slides-container .slides li.active {
    position: relative;
  }
}

/* line 63, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .careers-slider-container .slides-container .slides .img-container {
  height: 20rem !important;
  display: table;
}

/* line 66, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .careers-slider-container .slides-container .slides .img-container div {
  display: table-cell;
  vertical-align: middle;
}

/* line 70, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .careers-slider-container .slides-container .slides .img-container img {
  height: 17rem;
}

@media (max-width: 998px) {
  /* line 70, app/assets/stylesheets/static_pages/careers.scss */
  .careers-container .careers-slider-container .slides-container .slides .img-container img {
    height: 10rem;
  }
}

@media (max-width: 720px) {
  /* line 70, app/assets/stylesheets/static_pages/careers.scss */
  .careers-container .careers-slider-container .slides-container .slides .img-container img {
    height: 15rem;
  }
}

/* line 83, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .careers-slider-container .indicators {
  display: none;
}

/* line 88, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .current-jobs-contanter {
  margin: 0px 5vw !important;
}

/* line 90, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .current-jobs-contanter h6 {
  font-family: 'lato-semibold';
}

/* line 93, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .current-jobs-contanter div {
  text-align: justify;
}

/* line 98, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .modal .file-field .btn {
  height: auto !important;
  width: auto !important;
  padding: 13px 10px !important;
  line-height: normal !important;
}

/* line 104, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .modal .file-path-wrapper {
  width: 90%;
  float: left;
  overflow: initial;
}

@media (max-width: 720px) {
  /* line 104, app/assets/stylesheets/static_pages/careers.scss */
  .careers-container .modal .file-path-wrapper {
    width: 80%;
  }
}

/* line 112, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .modal .modal-close {
  margin-right: 20px;
}

/* line 116, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .testimonial-contact {
  text-align: justify;
  height: 20rem !important;
  position: relative;
  display: table;
}

@media (max-width: 720px) {
  /* line 116, app/assets/stylesheets/static_pages/careers.scss */
  .careers-container .testimonial-contact {
    height: auto;
  }
}

/* line 124, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .testimonial-contact div {
  display: table-cell;
  vertical-align: middle;
}

/* line 127, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .testimonial-contact div span {
  display: block;
  font-weight: normal;
  vertical-align: middle;
  font-size: 17px;
  line-height: 1.2;
  margin: auto;
}

/* line 136, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .testimonial-contact h5 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  line-height: 1.5;
  font-family: lato-semibold;
  text-align: left;
  font-size: 20px;
}

@media (max-width: 720px) {
  /* line 136, app/assets/stylesheets/static_pages/careers.scss */
  .careers-container .testimonial-contact h5 {
    position: relative;
    float: right;
  }
}

/* line 148, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .testimonial-contact h5 span {
  color: gray;
  font-size: 13px;
  text-align: left;
  display: block;
}
/*#ff1414;*/
/* line 2, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ {
  padding-top: 10vh;
  font-size: 0.7rem;
}

/* line 5, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ h6, .carporate-container_ h5, .carporate-container_ h4 {
  font-family: 'lato-semibold';
  text-transform: uppercase;
}

/* line 9, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .carporate-details,
.carporate-container_ .why-nanohealth-details,
.carporate-container_ .carporate-benefits-container,
.carporate-container_ .carporate-services-container .services-bar,
.carporate-container_ .our-clients-container,
.carporate-container_ .services-bar-details,
.carporate-container_ .booking-container {
  padding: 0px 10vw;
}

/* line 18, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .carporate-services-container {
  height: 60vh;
}

/* line 24, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .our-clients-container {
  display: flex;
  height: 30vh;
  margin: 0px auto;
}

/* line 28, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .our-clients-container .patner {
  height: 15vh;
  width: 30vw;
  margin: 1vh 10vw;
  filter: gray;
}

/* line 34, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .our-clients-container img {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}

/* line 39, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .our-clients-container img:hover {
  filter: none;
}

/* line 43, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .our-clients-container button {
  text-align: center;
}

/* line 47, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .services-bar {
  display: flex;
  background-color: #4B89A8;
  margin-bottom: 5vh;
}

/* line 51, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .services-bar .serivce-nav {
  overflow: hidden;
  flex: 1;
  color: white;
  cursor: pointer;
}

/* line 56, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .services-bar .serivce-nav:hover {
  background: white;
  color: #4B89A8;
  /*overflow: hidden !important;*/
  border: 2px solid #4B89A8;
}

/* line 61, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .services-bar .serivce-nav:hover:after {
  /*border: 2px solid $base-color;*/
}

/* line 66, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .services-bar div:first-child {
  overflow: initial;
}

/* line 69, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .services-bar div {
  position: relative;
  height: 15vh;
  line-height: 15vh;
  flex: 1;
  text-align: center;
  font-size: 0.8rem;
  font-family: 'lato-semibold';
}

/* line 77, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .services-bar div:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 0;
  height: 0;
  margin: 0px auto;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #4B89A8;
  clear: both;
}

/* line 93, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .booking-container {
  background-color: #e8f3fa;
  padding: 2rem 0px;
}

/* line 96, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .booking-container > div {
  padding: 0px 5vw;
}

/* line 99, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .booking-container input, .carporate-container_ .booking-container textarea {
  border: 1px solid #4B89A8 !important;
  color: black;
}

/* line 102, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .booking-container input::-webkit-input-placeholder, .carporate-container_ .booking-container textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: gray;
}

/* line 105, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .booking-container input::-moz-placeholder, .carporate-container_ .booking-container textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: gray;
}

/* line 108, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .booking-container input:-ms-input-placeholder, .carporate-container_ .booking-container textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: gray;
}

/* line 111, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .booking-container input:-moz-placeholder, .carporate-container_ .booking-container textarea:-moz-placeholder {
  /* Firefox 18- */
  color: gray;
}
/*#ff1414;*/
/*#ff1414;*/
/* line 3, app/assets/stylesheets/static_pages/common.scss */
body, html {
  width: 100%;
}

/* line 7, app/assets/stylesheets/static_pages/common.scss */
.large-service-wrapper .card, .goals-container .card, .our-team-contianer .card {
  overflow: hidden;
  margin-top: 0px;
  /*margin-bottom: 0px;*/
}

/* line 11, app/assets/stylesheets/static_pages/common.scss */
.large-service-wrapper .card label, .goals-container .card label, .our-team-contianer .card label {
  color: black;
  font-family: 'lato-semibold';
}

/* line 15, app/assets/stylesheets/static_pages/common.scss */
.large-service-wrapper .card:hover, .goals-container .card:hover, .our-team-contianer .card:hover {
  box-shadow: 0px 2px 20px gray;
}

/* line 20, app/assets/stylesheets/static_pages/common.scss */
.padding {
  padding: 0px 0.75rem;
}

/* line 23, app/assets/stylesheets/static_pages/common.scss */
ul.bullet-style.bullet-style {
  list-style-type: disc !important;
}

/* line 25, app/assets/stylesheets/static_pages/common.scss */
ul.bullet-style.bullet-style li {
  list-style-type: disc !important;
  margin-left: 15px;
  word-wrap: break-word !important;
}

/* line 31, app/assets/stylesheets/static_pages/common.scss */
.nano-green {
  background: #00AD51;
}

/* line 35, app/assets/stylesheets/static_pages/common.scss */
.icon i, .icon img {
  height: 20px;
  width: 20px;
  font-size: 20px;
}

/* line 41, app/assets/stylesheets/static_pages/common.scss */
div.error {
  display: none;
  color: red;
}

/* line 45, app/assets/stylesheets/static_pages/common.scss */
.text-center {
  text-align: center;
}

/* line 48, app/assets/stylesheets/static_pages/common.scss */
.green {
  background: #00AD51;
  background-color: #00AD51;
}

/* line 52, app/assets/stylesheets/static_pages/common.scss */
.text-right {
  text-align: right;
}

/* line 55, app/assets/stylesheets/static_pages/common.scss */
.show {
  display: block;
}

/* line 58, app/assets/stylesheets/static_pages/common.scss */
.hide {
  display: none;
}

/* line 61, app/assets/stylesheets/static_pages/common.scss */
#career_file {
  padding: 0px 10px;
}

/*textarea{
  height: auto !important;
}*/
/* line 70, app/assets/stylesheets/static_pages/common.scss */
.slider .indicators {
  z-index: 10;
}

/* line 74, app/assets/stylesheets/static_pages/common.scss */
.next-section-btn {
  position: fixed;
  z-index: 10000;
  bottom: 10px;
  left: 0px;
  right: 0px;
}

/* line 80, app/assets/stylesheets/static_pages/common.scss */
.next-section-btn img {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}

@media (max-width: 998px) {
  /* line 74, app/assets/stylesheets/static_pages/common.scss */
  .next-section-btn {
    display: none;
    background: red;
    height: 0px;
    width: 0px;
  }
}

/* line 92, app/assets/stylesheets/static_pages/common.scss */
.previous-section-btn {
  cursor: pointer;
  position: absolute;
  left: 0px;
  bottom: 1rem;
  right: 0px;
}

/* line 98, app/assets/stylesheets/static_pages/common.scss */
.previous-section-btn img {
  width: 2rem;
  height: 2rem;
  transform: rotate(180deg);
}

@media (max-width: 998px) {
  /* line 92, app/assets/stylesheets/static_pages/common.scss */
  .previous-section-btn {
    display: none;
  }
}

/* line 108, app/assets/stylesheets/static_pages/common.scss */
.carousel h2 {
  margin-top: 0px;
  padding-top: 30px;
}

/* line 112, app/assets/stylesheets/static_pages/common.scss */
.carousel .carousel-fixed-item {
  display: flex;
  align-items: center;
  bottom: 0px !important;
}

/* line 118, app/assets/stylesheets/static_pages/common.scss */
.carousel .left-btn, .carousel .right-btn {
  height: 100%;
  width: 10vh;
  cursor: pointer;
}

/* line 122, app/assets/stylesheets/static_pages/common.scss */
.carousel .left-btn i, .carousel .right-btn i {
  color: #4B89A8;
  font-size: 4rem;
}

/* line 127, app/assets/stylesheets/static_pages/common.scss */
.carousel .left-btn {
  float: left;
  right: initial !important;
  left: 0;
}

/* line 132, app/assets/stylesheets/static_pages/common.scss */
.carousel .right-btn {
  float: right;
  left: initial !important;
  right: 0;
  transform: rotate(180deg);
}

/* line 145, app/assets/stylesheets/static_pages/common.scss */
.modal .modal-footer .btn {
  text-transform: capitalize !important;
  margin-right: 1rem;
}

/* line 149, app/assets/stylesheets/static_pages/common.scss */
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background: transparent;
  box-sizing: border-box;
  border: 1px solid #24221F;
}

/* line 167, app/assets/stylesheets/static_pages/common.scss */
.modal .modal-footer a {
  cursor: pointer;
}

/* line 172, app/assets/stylesheets/static_pages/common.scss */
.fp-controlArrow {
  display: none !important;
}

/* line 176, app/assets/stylesheets/static_pages/common.scss */
.toast {
  background: #4191ca;
  color: white;
  font-family: 'lato-semibold';
  border-radius: 3px;
  text-shadow: #4191ca 0 1px 0;
  padding: 15px 30px;
}

/* line 185, app/assets/stylesheets/static_pages/common.scss */
#toast-container {
  z-index: 2000121;
  width: 100%;
}

@media only screen and (max-device-width: 998px) {
  /* line 185, app/assets/stylesheets/static_pages/common.scss */
  #toast-container {
    top: 13vh !important;
  }
  /* line 191, app/assets/stylesheets/static_pages/common.scss */
  #toast-container .toast {
    width: 100% !important;
    margin: auto !important;
  }
}

@media only screen and (max-device-width: 720px) {
  /* line 185, app/assets/stylesheets/static_pages/common.scss */
  #toast-container {
    top: 13vh !important;
  }
  /* line 199, app/assets/stylesheets/static_pages/common.scss */
  #toast-container .toast {
    width: 90% !important;
    margin: auto !important;
  }
}

/* line 206, app/assets/stylesheets/static_pages/common.scss */
.alertify .ajs-modal {
  z-index: 5000;
}

/* line 209, app/assets/stylesheets/static_pages/common.scss */
.table {
  display: table;
}

/* line 211, app/assets/stylesheets/static_pages/common.scss */
.table .table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* line 216, app/assets/stylesheets/static_pages/common.scss */
.no-padding {
  padding: 0px;
}

/* line 219, app/assets/stylesheets/static_pages/common.scss */
.green-btn {
  background: #00AD51 !important;
  background-color: #00AD51 !important;
}

@media only screen and (max-width: 600px) {
  /* line 225, app/assets/stylesheets/static_pages/common.scss */
  #toast-container {
    z-index: -1;
  }
}
/*#ff1414;*/
/* line 5, app/assets/stylesheets/static_pages/extra-media.scss */
.extra-media-container {
  padding: 10vh 15vw;
}

/* line 7, app/assets/stylesheets/static_pages/extra-media.scss */
.extra-media-container a {
  margin: 10px 0px;
}

/* line 10, app/assets/stylesheets/static_pages/extra-media.scss */
.extra-media-container h6 {
  font-size: 2rem;
}

/* line 14, app/assets/stylesheets/static_pages/extra-media.scss */
.extra-media-container .small {
  font-size: 12px;
  color: gray;
}

@media (max-width: 720px) {
  /* line 5, app/assets/stylesheets/static_pages/extra-media.scss */
  .extra-media-container {
    padding: 0px;
  }
  /* line 20, app/assets/stylesheets/static_pages/extra-media.scss */
  .extra-media-container h5 {
    text-align: center;
    font-family: 'lato-semibold';
    padding: 10px;
    color: white;
    margin: 0px !important;
    color: black;
    font-size: 28px;
  }
}

@media (max-width: 720px) {
  /* line 26, app/assets/stylesheets/static_pages/extra-media.scss */
  .extra-media-container .row {
    margin-bottom: 10px;
    box-shadow: 0px 1px 3px gray;
    padding: 10px;
  }
}

/* line 33, app/assets/stylesheets/static_pages/extra-media.scss */
.extra-media-container .media-heading-one {
  height: 100%;
  margin: 10px 0px;
}

/* line 36, app/assets/stylesheets/static_pages/extra-media.scss */
.extra-media-container .media-heading-one img {
  height: 150px;
  width: 100%;
}

/* line 41, app/assets/stylesheets/static_pages/extra-media.scss */
.extra-media-container .media-text {
  font-size: 1.2rem;
  line-height: 1.5;
}

@media (max-width: 720px) {
  /* line 41, app/assets/stylesheets/static_pages/extra-media.scss */
  .extra-media-container .media-text {
    font-size: 16px;
    line-height: 20px;
    margin: 0px 10px;
  }
  /* line 48, app/assets/stylesheets/static_pages/extra-media.scss */
  .extra-media-container .media-text:first-child, .extra-media-container .media-text h6 {
    font-family: 'lato-semibold';
    font-size: 28px;
    text-align: center;
  }
  /* line 53, app/assets/stylesheets/static_pages/extra-media.scss */
  .extra-media-container .media-text a {
    display: block;
  }
}

/* line 57, app/assets/stylesheets/static_pages/extra-media.scss */
.extra-media-container .media-text:first-child {
  font-family: 'lato-semibold';
}

/* line 60, app/assets/stylesheets/static_pages/extra-media.scss */
.extra-media-container .media-text a.btn {
  background: #00AD51;
  color: white;
}
/*#ff1414;*/
/* line 4, app/assets/stylesheets/static_pages/footer.scss */
.footer {
  padding-left: 5vw !important;
  padding-right: 5vw !important;
  width: 100%;
  min-height: 50px;
  color: white;
  font-size: 15px;
}

/* line 12, app/assets/stylesheets/static_pages/footer.scss */
.footer a {
  cursor: pointer;
  color: white !important;
}

/* line 16, app/assets/stylesheets/static_pages/footer.scss */
.footer label {
  font-family: 'lato-semibold';
  font-size: 1.8em;
  color: white !important;
}

/* line 21, app/assets/stylesheets/static_pages/footer.scss */
.footer button {
  background: #00AD51;
}

/* line 24, app/assets/stylesheets/static_pages/footer.scss */
.footer .text-right {
  text-align: right;
}

/* line 27, app/assets/stylesheets/static_pages/footer.scss */
.footer div.row {
  margin-bottom: 20px !important;
}

/* line 30, app/assets/stylesheets/static_pages/footer.scss */
.footer .email a {
  color: white;
  text-decoration: none;
}

/* line 34, app/assets/stylesheets/static_pages/footer.scss */
.footer .address {
  display: inline-block;
}

/* line 36, app/assets/stylesheets/static_pages/footer.scss */
.footer .address label:first-child {
  margin-bottom: 15px;
  display: inline-block;
}

/* line 40, app/assets/stylesheets/static_pages/footer.scss */
.footer .address img {
  width: 25px;
  height: 25px;
  margin-top: -5px;
  margin-right: 0.2rem;
}

/* line 46, app/assets/stylesheets/static_pages/footer.scss */
.footer .address .show-map-btn {
  float: right;
}

/* line 49, app/assets/stylesheets/static_pages/footer.scss */
.footer .address .address-content {
  display: inline-block;
}

/* line 53, app/assets/stylesheets/static_pages/footer.scss */
.footer .address
, .footer .phone {
  margin-bottom: 10px;
}

/* line 57, app/assets/stylesheets/static_pages/footer.scss */
.footer .phone,
.footer .email {
  height: 1.2rem;
  line-height: 1.2rem;
}

/* line 62, app/assets/stylesheets/static_pages/footer.scss */
.footer .phone img,
.footer .email img {
  height: 20px;
  width: 20px;
}

@media (max-width: 601px) {
  /* line 67, app/assets/stylesheets/static_pages/footer.scss */
  .footer .address, .footer .phone, .footer .email {
    font-size: 1rem;
  }
  /* line 71, app/assets/stylesheets/static_pages/footer.scss */
  .footer .address label, .footer .phone label, .footer .email label {
    font-size: 1rem;
  }
  /* line 74, app/assets/stylesheets/static_pages/footer.scss */
  .footer .address img, .footer .phone img, .footer .email img {
    width: 1rem;
    height: 1rem;
  }
}

/* line 80, app/assets/stylesheets/static_pages/footer.scss */
.footer .address-content {
  padding-left: 24px;
}

/* line 83, app/assets/stylesheets/static_pages/footer.scss */
.footer .footer-right-container {
  position: relative;
}

/* line 86, app/assets/stylesheets/static_pages/footer.scss */
.footer .footer-right-container div.error {
  padding-left: 10px;
  margin-top: 3px;
  display: none;
  color: red;
}

/* line 92, app/assets/stylesheets/static_pages/footer.scss */
.footer .footer-right-container input, .footer .footer-right-container textarea {
  color: white !important;
  border-bottom: 1px solid white;
}

/* line 98, app/assets/stylesheets/static_pages/footer.scss */
.footer .map-container {
  width: 0%;
  z-index: 3;
  transition-property: width;
  transition-duration: 1s;
  transition-delay: 0.5s;
}

/* line 104, app/assets/stylesheets/static_pages/footer.scss */
.footer .map-container .map-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

/* line 110, app/assets/stylesheets/static_pages/footer.scss */
.footer .map-container .location {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 0px;
}

/* line 118, app/assets/stylesheets/static_pages/footer.scss */
.footer .map-btn {
  width: 0px;
  height: 0px;
  border-left: 20px solid red;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  float: right;
  display: none;
}

/* line 128, app/assets/stylesheets/static_pages/footer.scss */
.fixed-social {
  margin: 3rem auto;
  margin-bottom: 0px;
  text-align: center;
  width: 25vw;
}

/* line 133, app/assets/stylesheets/static_pages/footer.scss */
.fixed-social a {
  margin: 0px 1rem;
  cursor: pointer;
}

/* line 136, app/assets/stylesheets/static_pages/footer.scss */
.fixed-social a:hover {
  filter: brightness(200%);
}

/* line 140, app/assets/stylesheets/static_pages/footer.scss */
.fixed-social img {
  height: 33px;
  width: 33px;
  cursor: pointer;
}

@media (max-width: 998px) {
  /* line 140, app/assets/stylesheets/static_pages/footer.scss */
  .fixed-social img {
    height: 1.5rem;
    width: 1.5rem;
  }
}

/* line 150, app/assets/stylesheets/static_pages/footer.scss */
.show-map-btn {
  margin: 3px 0px;
}

/* line 155, app/assets/stylesheets/static_pages/footer.scss */
.map-modal-container > div {
  padding: 0px !important;
}

/* line 158, app/assets/stylesheets/static_pages/footer.scss */
.map-modal-container .btn {
  background-color: #00AD51;
}

/* line 162, app/assets/stylesheets/static_pages/footer.scss */
.mob-footer {
  background: #54667a;
  color: #c2cfde;
  padding: 30px;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}

@media (max-width: 998px) {
  /* line 162, app/assets/stylesheets/static_pages/footer.scss */
  .mob-footer {
    margin-bottom: 0px;
  }
}

@media (max-width: 720px) {
  /* line 162, app/assets/stylesheets/static_pages/footer.scss */
  .mob-footer {
    margin-bottom: 4rem;
  }
}

/* line 175, app/assets/stylesheets/static_pages/footer.scss */
.mob-footer h4 {
  color: white;
  font-size: 2rem;
}

/* line 179, app/assets/stylesheets/static_pages/footer.scss */
.mob-footer .fixed-social {
  width: 100%;
  margin: auto !important;
  overflow: hidden;
  display: block;
}

/* line 184, app/assets/stylesheets/static_pages/footer.scss */
.mob-footer .fixed-social a {
  height: 2.5rem;
  width: 2.5rem;
  filter: brightness(300%);
}

/* line 188, app/assets/stylesheets/static_pages/footer.scss */
.mob-footer .fixed-social a img {
  height: 2rem;
  width: 2rem;
}

/* line 196, app/assets/stylesheets/static_pages/footer.scss */
.mob-footer form input, .mob-footer form textarea {
  color: white !important;
}

@media (max-width: 998px) {
  /* line 203, app/assets/stylesheets/static_pages/footer.scss */
  .mob-call-add {
    display: none;
  }
  /* line 206, app/assets/stylesheets/static_pages/footer.scss */
  .call-add {
    display: block !important;
  }
}

@media (max-width: 720px) {
  /* line 211, app/assets/stylesheets/static_pages/footer.scss */
  .mob-call-add {
    display: block !important;
  }
  /* line 214, app/assets/stylesheets/static_pages/footer.scss */
  .call-add {
    display: none !important;
  }
}

@media only screen and (max-width: 720px) and (orientation: landscape) {
  /* line 219, app/assets/stylesheets/static_pages/footer.scss */
  .footer {
    display: none !important;
  }
  /* line 222, app/assets/stylesheets/static_pages/footer.scss */
  .mob-footer {
    display: block !important;
  }
}
/*#ff1414;*/
/* line 9, app/assets/stylesheets/static_pages/goals.scss */
.goals-container {
  /*background: #df9ec1;*/
  color: black;
}

/* line 15, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .goals-wrapper .row:last-child {
  margin-bottom: 0px;
}

/* line 19, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .card {
  box-shadow: 0px 3px 12px gray !important;
  text-align: center;
  width: 100%;
  position: relative;
  margin-bottom: 0.75rem;
}

/* line 25, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .card label {
  font-size: 1.32vw;
  padding-top: 5px;
  display: block;
}

/* line 30, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .card .card-main-deatils {
  padding: 7vh 0px;
}

@media only screen and (max-device-width: 998px) {
  /* line 30, app/assets/stylesheets/static_pages/goals.scss */
  .goals-container .card .card-main-deatils {
    padding: 3vh 0px;
  }
}

@media only screen and (max-device-width: 720px) and (orientation: landscape) {
  /* line 30, app/assets/stylesheets/static_pages/goals.scss */
  .goals-container .card .card-main-deatils {
    padding: 8vh 0px;
  }
}

/* line 41, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .card .card-main-deatils img {
  width: 14vh;
  height: 14vh;
}

@media only screen and (max-device-width: 998px) {
  /* line 41, app/assets/stylesheets/static_pages/goals.scss */
  .goals-container .card .card-main-deatils img {
    height: 7vh;
    width: 7vh;
  }
}

/* line 51, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .card .card-content {
  color: white;
  font-size: 1.32vw;
  line-height: 1.4;
  visibility: hidden;
  position: absolute;
  top: 0px;
  text-align: justify;
  height: 100%;
  z-index: 1;
  opacity: 0;
  /* For Safari 3.1 to 6.0 */
  transition: visibility 0s linear 4.1s,opacity 0.5s linear;
  padding: 20px;
}

/* line 68, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .card:hover .card-content {
  cursor: default;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  color: white;
}

/* line 79, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .premature-deaths-content {
  background-color: #ff8927;
}

/* line 82, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .reduce-emergenices-content {
  background-color: #76201f;
}

/* line 85, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .reduce-health-cost-content {
  background-color: #3c704a;
}

/* line 88, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .empower-patients-content {
  background-color: #61b579;
}

/* line 91, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .long-healthy-life-content {
  background-color: #e56a5b;
}

/* line 94, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .women-empowerment-content {
  background-color: #eac10c;
  /*color: black;*/
}

/* line 97, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .women-empowerment-content p {
  font-size: 15px;
}

/* line 101, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .next-section-btn {
  margin-top: -1rem;
}

/* line 103, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .next-section-btn img {
  width: 2.5rem;
  height: 2.5rem;
}

/* line 111, app/assets/stylesheets/static_pages/goals.scss */
div.med-goals-sections ul.med-collapsible li {
  float: left;
  width: 50%;
}

/* line 115, app/assets/stylesheets/static_pages/goals.scss */
div.med-goals-sections ul.med-collapsible img {
  display: none;
}

/* line 118, app/assets/stylesheets/static_pages/goals.scss */
div.med-goals-sections ul.med-collapsible label {
  line-height: normal !important;
  font-size: 1rem;
}

/* line 122, app/assets/stylesheets/static_pages/goals.scss */
div.med-goals-sections ul.med-collapsible div {
  line-height: normal;
}

/* line 128, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section img, div.med-goals-sections img {
  vertical-align: -webkit-baseline-middle;
  vertical-align: middle;
  margin: 0px 15px;
  height: 7vh;
}

/* line 134, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section h4, div.med-goals-sections h4 {
  background: #4B89A8;
  text-align: center;
  font-family: 'lato-semibold';
  padding: 10px;
  color: white;
  margin: 0px !important;
}

/* line 138, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section li, div.med-goals-sections li {
  width: 100%;
  cursor: pointer;
  filter: brightness(95%);
  background: white;
}

/* line 143, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section li:hover, div.med-goals-sections li:hover {
  filter: brightness(110%);
  transition: filter 0.5s;
}

/* line 147, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section li label, div.med-goals-sections li label {
  margin: 0px;
  text-align: center;
  font-size: 14px;
  font-family: 'lato-semibold';
  line-height: 7vh;
  cursor: pointer;
}

/* line 155, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section li .collapsible-header, div.med-goals-sections li .collapsible-header {
  background: transparent !important;
  border: none;
  padding: 20px 1rem;
}

/* line 159, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section li .collapsible-header img, div.med-goals-sections li .collapsible-header img {
  vertical-align: middle;
}

/* line 163, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section li .collapsible-body, div.med-goals-sections li .collapsible-body {
  border: none;
  padding: 30px;
  font-size: 14px;
  line-height: 20px;
  background: white;
  filter: brightness(100%);
  font-family: 'lato-semibold';
  text-align: justify !important;
}

/* line 174, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section .premature-deaths-content,
div.mob-goal-section .reduce-emergenices-content,
div.mob-goal-section .reduce-health-cost-content,
div.mob-goal-section .empower-patients-content,
div.mob-goal-section .long-healthy-life-content,
div.mob-goal-section .women-empowerment-content, div.med-goals-sections .premature-deaths-content,
div.med-goals-sections .reduce-emergenices-content,
div.med-goals-sections .reduce-health-cost-content,
div.med-goals-sections .empower-patients-content,
div.med-goals-sections .long-healthy-life-content,
div.med-goals-sections .women-empowerment-content {
  background: white;
}

/* line 183, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section .premature-deaths-content label, div.mob-goal-section .premature-deaths-content .collapsible-body, div.med-goals-sections .premature-deaths-content label, div.med-goals-sections .premature-deaths-content .collapsible-body {
  color: #ff8927;
}

/* line 188, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section .reduce-emergenices-content label, div.mob-goal-section .reduce-emergenices-content .collapsible-body, div.med-goals-sections .reduce-emergenices-content label, div.med-goals-sections .reduce-emergenices-content .collapsible-body {
  color: #76201f;
}

/* line 193, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section .reduce-health-cost-content label, div.mob-goal-section .reduce-health-cost-content .collapsible-body, div.med-goals-sections .reduce-health-cost-content label, div.med-goals-sections .reduce-health-cost-content .collapsible-body {
  color: #3c704a;
}

/* line 198, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section .empower-patients-content label, div.mob-goal-section .empower-patients-content .collapsible-body, div.med-goals-sections .empower-patients-content label, div.med-goals-sections .empower-patients-content .collapsible-body {
  color: #61b579;
}

/* line 203, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section .long-healthy-life-content label, div.mob-goal-section .long-healthy-life-content .collapsible-body, div.med-goals-sections .long-healthy-life-content label, div.med-goals-sections .long-healthy-life-content .collapsible-body {
  color: #e56a5b;
}

/* line 208, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section .women-empowerment-content label, div.mob-goal-section .women-empowerment-content .collapsible-body, div.med-goals-sections .women-empowerment-content label, div.med-goals-sections .women-empowerment-content .collapsible-body {
  color: #eac10c;
}

/* line 211, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section .women-empowerment-content p, div.med-goals-sections .women-empowerment-content p {
  font-size: 0.6rem;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 220, app/assets/stylesheets/static_pages/goals.scss */
  .goals-container .card .card-main-deatils {
    padding: 7vh 0px;
  }
}

@media all and (max-device-width: 720px) and (orientation: landscape) {
  /* line 227, app/assets/stylesheets/static_pages/goals.scss */
  div.mob-goal-section {
    display: block !important;
  }
  /* line 229, app/assets/stylesheets/static_pages/goals.scss */
  div.mob-goal-section ul li {
    padding: 20px;
  }
  /* line 231, app/assets/stylesheets/static_pages/goals.scss */
  div.mob-goal-section ul li .collapsible-header {
    font-size: 15px;
  }
  /* line 233, app/assets/stylesheets/static_pages/goals.scss */
  div.mob-goal-section ul li .collapsible-header img {
    height: 12vh;
  }
  /* line 240, app/assets/stylesheets/static_pages/goals.scss */
  .med-goals-sections {
    display: none;
  }
}
/*#ff1414;*/
/* line 3, app/assets/stylesheets/static_pages/home-container.scss */
.fullpage-content {
  display: none;
}

/* line 8, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper, .mob-home-wrapper {
  height: 85vh;
}

/* line 21, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .left-btn > div, .mob-home-wrapper .left-btn > div, .home-wrapper .right-btn > div, .mob-home-wrapper .right-btn > div {
  display: table;
  height: 80vh;
}

/* line 24, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .left-btn > div a, .mob-home-wrapper .left-btn > div a, .home-wrapper .right-btn > div a, .mob-home-wrapper .right-btn > div a {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

/* line 31, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .left-btn, .mob-home-wrapper .left-btn {
  left: 20px;
  position: absolute;
  cursor: pointer;
}

/* line 35, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .slider, .mob-home-wrapper .slider {
  float: left;
  height: 80vh !important;
}

/* line 38, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .slider h6, .mob-home-wrapper .slider h6 {
  font-size: 2vw;
}

/* line 41, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .slider ul.slides, .mob-home-wrapper .slider ul.slides {
  height: 80vh !important;
}

/* line 43, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .slider ul.slides li, .mob-home-wrapper .slider ul.slides li {
  height: 80vh;
}

/* line 47, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .slider ul.indicators, .mob-home-wrapper .slider ul.indicators {
  display: none;
}

/* line 51, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .right-btn, .mob-home-wrapper .right-btn {
  right: 20px;
  position: absolute;
  cursor: pointer;
}

/* line 54, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .right-btn img, .mob-home-wrapper .right-btn img {
  transform: rotate(180deg);
}

/* line 58, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .first-panal, .mob-home-wrapper .first-panal {
  background: white url(/assets/home-438545dbcea6026f34d550100287cd5ad60a2abdf691cb09c70ba66ee48f9fda.jpg);
  background-size: 100% 100%;
}

/* line 62, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .second-panal, .mob-home-wrapper .second-panal {
  background: white url(/assets/Banner/Second-slide-648f7a464c5c2f0c2a42cdb1ce7b98847843f646b2f2d49470f6659ea66f1ad7.jpg);
  background-size: 100% 100%;
  padding-left: 20px;
  display: table;
}

/* line 67, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .second-panal .content, .mob-home-wrapper .second-panal .content {
  position: absolute;
  z-index: 1;
  width: 50%;
  height: 100%;
  right: 0rem;
  padding: 0px 2rem 0px 3rem;
  color: white;
  display: table;
  vertical-align: middle;
}

/* line 77, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .second-panal .content div, .mob-home-wrapper .second-panal .content div {
  text-align: justify;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 1.4vw;
}

/* line 83, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .second-panal .content span, .mob-home-wrapper .second-panal .content span {
  font-style: italic !important;
}

/* line 88, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .third-panal, .mob-home-wrapper .third-panal {
  background: white url(/assets/static_pages/banner_1/1_1-f4666e9923d028ba7b77104237d10332c72e85d80855b72ae13262f9c208cfeb.jpg);
  background-size: 100% 100%;
}

/* line 91, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .third-panal .content, .mob-home-wrapper .third-panal .content {
  position: absolute;
  text-align: center;
  bottom: 0px;
  background-color: rgba(64, 104, 140, 0.66);
  color: #ffffff;
  margin: 20px 10% !important;
  padding: 10px;
  border-radius: 5px;
}

/* line 100, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .third-panal .content div, .mob-home-wrapper .third-panal .content div {
  margin-top: 0px;
  line-height: 1.2;
  font-size: 1.4vw;
}

/* line 106, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .forth-panal, .mob-home-wrapper .forth-panal {
  background: white;
  background: white url(/assets/Banner/sathi1-d114b7d4b5601cedace30e8599d1bf727afe0f0a05fc7f4a1e84eba2ad3b3bfa.jpg) no-repeat;
  background-size: 55% 100%;
}

/* line 110, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .forth-panal .content, .mob-home-wrapper .forth-panal .content {
  position: absolute;
  z-index: 1;
  width: 45%;
  color: #4B89A8;
  font-size: 0.8rem;
  top: 35%;
  padding-right: 20px;
  right: 0px;
  text-align: center;
  display: table;
}

/* line 121, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .forth-panal .content div, .mob-home-wrapper .forth-panal .content div {
  text-align: justify;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 1.4vw;
}

/* line 130, app/assets/stylesheets/static_pages/home-container.scss */
.mob-home-wrapper {
  height: 35vh !important;
  margin-top: 10vh;
  height: auto;
}

/* line 135, app/assets/stylesheets/static_pages/home-container.scss */
.mob-home-wrapper .slider, .mob-home-wrapper ul.slides.slides, .mob-home-wrapper ul.slides li, .mob-home-wrapper .left-btn > div, .mob-home-wrapper .right-btn > div {
  height: 35vh !important;
}

@media only screen and (max-device-width: 720px) and (orientation: landscape) {
  /* line 135, app/assets/stylesheets/static_pages/home-container.scss */
  .mob-home-wrapper .slider, .mob-home-wrapper ul.slides.slides, .mob-home-wrapper ul.slides li, .mob-home-wrapper .left-btn > div, .mob-home-wrapper .right-btn > div {
    height: 70vh !important;
  }
}

/* line 143, app/assets/stylesheets/static_pages/home-container.scss */
.mob-home-wrapper .left-btn, .mob-home-wrapper .right-btn {
  z-index: 10;
}

/* line 146, app/assets/stylesheets/static_pages/home-container.scss */
.mob-home-wrapper .left-btn {
  left: 0px;
}

/* line 149, app/assets/stylesheets/static_pages/home-container.scss */
.mob-home-wrapper .right-btn {
  right: 0px;
}
/*#ff1414;*/
/* line 2, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container {
  padding-top: 10vh;
  font-size: 0.8rem;
}

/* line 5, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container .probems-container,
.impact-focused-container .diseases-container,
.impact-focused-container .diseases-solutions-container,
.impact-focused-container .impact-details-container {
  padding: 0px 10vw;
}

/* line 11, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container .arrow-img {
  margin: 1rem 0px;
  height: 20vh;
}

/* line 14, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container .arrow-img img {
  height: 100%;
}

/* line 18, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container .booking-container {
  background-color: #e8f3fa;
  padding: 5vh 10vw;
}

/* line 21, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container .booking-container h5 {
  font-family: 'lato-semibold';
  color: #4B89A8;
  margin-bottom: 2rem;
}

/* line 26, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container .booking-container button {
  background-color: #00AD51;
}

/* line 30, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container ul:not(.browser-default) {
  padding-left: 1.3rem;
}

/* line 32, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container ul:not(.browser-default) li {
  list-style-type: initial !important;
}

/* line 36, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container .diseases-solutions-container > div div {
  display: list-item;
}

/* line 40, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container .probems-container .right-container {
  background: rgba(0, 0, 0, 0.55);
  padding: 5vh;
  color: white;
  font-size: 0.8rem;
}

/* line 45, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container .probems-container .right-container > div {
  display: flex;
}

/* line 48, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container .probems-container .right-container i {
  color: red;
  margin-right: 1rem;
}

/* line 52, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container .probems-container .right-container span {
  float: right;
}

/* line 56, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container .probems-container .second-row {
  background-image: url("../images/carousel stack 3.jpg");
  background-size: 100% 100%;
}

/* line 59, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container .probems-container .second-row i {
  color: green;
}
/*!
 * fullPage 2.8.9
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative; /* Safari<=5 Android<=3 */ /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    transform: translate3d(0,0,0);
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}
/*#ff1414;*/
/* line 4, app/assets/stylesheets/static_pages/media.scss */
.media-container {
  margin: auto;
  background: #f8f8f8;
}

/* line 7, app/assets/stylesheets/static_pages/media.scss */
.media-container .row {
  margin-bottom: 0px;
}

/* line 11, app/assets/stylesheets/static_pages/media.scss */
.media-container .more-media-btn a {
  color: white;
  text-decoration: none;
}

/* line 20, app/assets/stylesheets/static_pages/media.scss */
.media-container .media-wrapper .col:first-child {
  padding-left: 0px;
}

/* line 23, app/assets/stylesheets/static_pages/media.scss */
.media-container .media-wrapper .col:last-child {
  padding-right: 0px !important;
}

/* line 26, app/assets/stylesheets/static_pages/media.scss */
.media-container .media-wrapper a.btn {
  background-color: #00AD51;
}

/* line 30, app/assets/stylesheets/static_pages/media.scss */
.media-container iframe {
  height: 100%;
  width: 100%;
}

/* line 35, app/assets/stylesheets/static_pages/media.scss */
.media-container .media-card:hover {
  box-shadow: 0px 2px 16px #4B89A8;
}

/* line 38, app/assets/stylesheets/static_pages/media.scss */
.media-container .media-card a {
  display: block;
  height: 40vh;
  position: relative;
}

/* line 42, app/assets/stylesheets/static_pages/media.scss */
.media-container .media-card a img.vid-img {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
}

/* line 48, app/assets/stylesheets/static_pages/media.scss */
.media-container .media-card a img.play-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.8;
}

/* line 57, app/assets/stylesheets/static_pages/media.scss */
.media-container .media-card a img.play-img:hover {
  opacity: 1;
}

@media (max-width: 998px) {
  /* line 38, app/assets/stylesheets/static_pages/media.scss */
  .media-container .media-card a {
    height: 20vh;
  }
}

/* line 65, app/assets/stylesheets/static_pages/media.scss */
.media-container .media-card .media-content {
  display: none;
  text-align: center;
  padding: 10px;
  font-size: 0.8rem;
}

/* line 72, app/assets/stylesheets/static_pages/media.scss */
.media-container button {
  text-transform: capitalize !important;
  margin-top: 2rem;
  background: #00AD51;
}

/* line 77, app/assets/stylesheets/static_pages/media.scss */
.media-container .modal-content {
  height: 60vh;
}

@media only screen and (max-width: 720px) and (orientation: landscape) {
  /* line 82, app/assets/stylesheets/static_pages/media.scss */
  .media-container {
    display: none !important;
  }
}

@media only screen and (max-width: 998px) {
  /* line 87, app/assets/stylesheets/static_pages/media.scss */
  .media-container {
    padding: 2rem 5vw !important;
  }
}
/* line 1, app/assets/stylesheets/static_pages/mob_home_slider.scss */
.mob-home-container-slider {
  height: auto !important;
  padding-top: 10vh;
}

/* line 4, app/assets/stylesheets/static_pages/mob_home_slider.scss */
.mob-home-container-slider > div {
  height: 90vh;
}

/* line 6, app/assets/stylesheets/static_pages/mob_home_slider.scss */
.mob-home-container-slider > div img {
  width: 100%;
  height: 100%;
}

/* line 11, app/assets/stylesheets/static_pages/mob_home_slider.scss */
.mob-home-container-slider .carousel {
  height: 200px !important;
}

/* line 14, app/assets/stylesheets/static_pages/mob_home_slider.scss */
.mob-home-container-slider .first-panal,
.mob-home-container-slider .second-panal,
.mob-home-container-slider .third-panal,
.mob-home-container-slider .forth-panal {
  position: relative;
  min-height: 200px !important;
  height: 200px !important;
}

/* line 21, app/assets/stylesheets/static_pages/mob_home_slider.scss */
.mob-home-container-slider .first-panal .banner-img,
.mob-home-container-slider .second-panal .banner-img,
.mob-home-container-slider .third-panal .banner-img,
.mob-home-container-slider .forth-panal .banner-img {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
}

/* line 27, app/assets/stylesheets/static_pages/mob_home_slider.scss */
.mob-home-container-slider .first-panal .content,
.mob-home-container-slider .second-panal .content,
.mob-home-container-slider .third-panal .content,
.mob-home-container-slider .forth-panal .content {
  position: absolute;
  z-index: 1;
  text-align: center;
}

/* line 31, app/assets/stylesheets/static_pages/mob_home_slider.scss */
.mob-home-container-slider .first-panal .content h6,
.mob-home-container-slider .second-panal .content h6,
.mob-home-container-slider .third-panal .content h6,
.mob-home-container-slider .forth-panal .content h6 {
  font-family: 'lato-semibold';
  font-size: 16px;
}

/* line 38, app/assets/stylesheets/static_pages/mob_home_slider.scss */
.mob-home-container-slider .first-panal .content {
  bottom: 1rem;
  left: 0px;
  right: 0px;
  background-color: rgba(64, 104, 140, 0.66);
  color: #ffffff;
}

/* line 47, app/assets/stylesheets/static_pages/mob_home_slider.scss */
.mob-home-container-slider .second-panal .content {
  bottom: 40%;
  right: 1rem;
  width: 40%;
  color: #606c9c;
}

/* line 59, app/assets/stylesheets/static_pages/mob_home_slider.scss */
.mob-home-container-slider .third-panal .content {
  left: 1rem;
  bottom: 40%;
  width: 40%;
  color: #0b6b84;
}

/* line 67, app/assets/stylesheets/static_pages/mob_home_slider.scss */
.mob-home-container-slider .forth-panal .content {
  left: 1rem;
  bottom: 30%;
  width: 40%;
  color: #00b1e7;
}
/*#ff1414;*/
/* line 5, app/assets/stylesheets/static_pages/partners.scss */
.patners-container .patner-wrepper {
  padding: 0vh 5vw;
}

/* line 7, app/assets/stylesheets/static_pages/partners.scss */
.patners-container .patner-wrepper .patner {
  text-align: center;
  background: white;
  border: 1px solid #f2f4f8;
  height: 20vh;
  display: block;
  line-height: 20vh;
  box-shadow: 0px 4px 5px gray;
  cursor: pointer;
}

/* line 16, app/assets/stylesheets/static_pages/partners.scss */
.patners-container .patner-wrepper .patner:hover {
  box-shadow: 1px 8px 20px gray;
}

/* line 20, app/assets/stylesheets/static_pages/partners.scss */
.patners-container .patner-wrepper .row {
  margin-bottom: calc(0.75rem + 20px);
}

/* line 23, app/assets/stylesheets/static_pages/partners.scss */
.patners-container .patner-wrepper .col {
  margin-bottom: 1rem;
}

/* line 27, app/assets/stylesheets/static_pages/partners.scss */
.patners-container .patner-wrepper div:nth-child(2) div:nth-child(1) img {
  width: 50%;
  height: 50%;
  padding: 0px !important;
}

/* line 33, app/assets/stylesheets/static_pages/partners.scss */
.patners-container .patner-wrepper .min-img {
  width: 80%;
}

/* line 38, app/assets/stylesheets/static_pages/partners.scss */
.patners-container .patner-wrepper div:first-child div:last-child img {
  margin-left: 1rem;
}

/* line 44, app/assets/stylesheets/static_pages/partners.scss */
.patners-container .patner-wrepper .row:nth-child(2) div:first-child {
  margin-left: 12.5%;
}

/* line 46, app/assets/stylesheets/static_pages/partners.scss */
.patners-container .patner-wrepper .row:nth-child(2) div:first-child img {
  height: 70%;
}

/* line 50, app/assets/stylesheets/static_pages/partners.scss */
.patners-container .patner-wrepper .row:nth-child(2) div:nth-child(2) img {
  height: 50%;
}

/* line 54, app/assets/stylesheets/static_pages/partners.scss */
.patners-container .patner-wrepper .tabeep-icon img {
  width: 67%;
  height: 100%;
}

/* line 60, app/assets/stylesheets/static_pages/partners.scss */
.mob-parter-wrapper {
  background: white;
}

/* line 63, app/assets/stylesheets/static_pages/partners.scss */
.mob-parter-wrapper h4 {
  background: #00AD51;
  text-align: center;
  font-family: 'lato-semibold';
  padding: 10px;
  color: white;
  margin: 0px !important;
}

/* line 67, app/assets/stylesheets/static_pages/partners.scss */
.mob-parter-wrapper div {
  height: 15vh;
  line-height: 15vh;
}

/* line 71, app/assets/stylesheets/static_pages/partners.scss */
.mob-parter-wrapper a {
  height: 15vh;
  line-height: 15vh;
  background: white;
  display: block;
  text-align: center;
}

/* line 77, app/assets/stylesheets/static_pages/partners.scss */
.mob-parter-wrapper a img {
  height: 100%;
  padding: 10px;
  margin: auto;
}

/* line 83, app/assets/stylesheets/static_pages/partners.scss */
.mob-parter-wrapper .normal-height img {
  height: auto;
}

/* line 88, app/assets/stylesheets/static_pages/partners.scss */
.mob-parter-wrapper .tabeep-icon a img {
  display: block;
}

/* line 94, app/assets/stylesheets/static_pages/partners.scss */
.med-patner-wrapper {
  padding: 4rem 5vw;
}

/* line 96, app/assets/stylesheets/static_pages/partners.scss */
.med-patner-wrapper .partner {
  height: 15vh;
  display: block;
  line-height: 15vh;
  background: white;
  margin: 10px 0px;
}

/* line 102, app/assets/stylesheets/static_pages/partners.scss */
.med-patner-wrapper .partner img {
  height: 100%;
  display: block;
  margin: auto;
  padding: 10px 20px;
}

/* line 109, app/assets/stylesheets/static_pages/partners.scss */
.med-patner-wrapper .row:nth-child(1) {
  background: red;
}

/* line 114, app/assets/stylesheets/static_pages/partners.scss */
.med-patner-wrapper .row:nth-child(3) .col:first-child .partner img, .med-patner-wrapper .row:nth-child(2) .col:first-child .partner img {
  height: auto;
  display: inline;
}

@media only screen and (max-device-width: 720px) and (orientation: landscape) {
  /* line 125, app/assets/stylesheets/static_pages/partners.scss */
  .med-patner-wrapper .row:nth-child(1) .partner img, .med-patner-wrapper .row:nth-child(3) .partner img {
    padding: 5px 10px;
  }
}

@media only screen and (max-device-width: 720px) and (orientation: landscape) {
  /* line 136, app/assets/stylesheets/static_pages/partners.scss */
  .mob-parter-wrapper a.patner {
    height: 30vh;
    text-align: center;
  }
  /* line 139, app/assets/stylesheets/static_pages/partners.scss */
  .mob-parter-wrapper a.patner img {
    width: 50% !important;
    height: 100% !important;
    margin: auto;
  }
  /* line 146, app/assets/stylesheets/static_pages/partners.scss */
  .mob-parter-wrapper a.patner:nth-child(1) img, .mob-parter-wrapper a.patner:nth-child(4) img {
    height: 66% !important;
  }
  /* line 153, app/assets/stylesheets/static_pages/partners.scss */
  .lar-partner-container {
    display: none;
  }
}
/*#ff1414;*/
/* line 8, app/assets/stylesheets/static_pages/services.scss */
.services-container {
  background: #8fb09e;
}

@media only screen and (max-device-width: 998px) {
  /* line 8, app/assets/stylesheets/static_pages/services.scss */
  .services-container {
    background: white;
  }
}

/* line 14, app/assets/stylesheets/static_pages/services.scss */
.services-container a {
  color: black;
}

/* line 17, app/assets/stylesheets/static_pages/services.scss */
.services-container h4 {
  margin-top: 0px;
  padding-top: 1rem;
}

/* line 22, app/assets/stylesheets/static_pages/services.scss */
.large-service-wrapper {
  margin: 0px;
  position: relative;
}

/* line 25, app/assets/stylesheets/static_pages/services.scss */
.large-service-wrapper a {
  display: block;
}

/* line 28, app/assets/stylesheets/static_pages/services.scss */
.large-service-wrapper h5 {
  margin: 0px 0px 20px 0px;
}

/* line 31, app/assets/stylesheets/static_pages/services.scss */
.large-service-wrapper h4.mob-heading {
  background: #00AD51;
  text-align: center;
  font-family: 'lato-semibold';
  padding: 10px;
  color: white;
  margin: 0px !important;
}

@media only screen and (max-device-width: 720px) {
  /* line 39, app/assets/stylesheets/static_pages/services.scss */
  .large-service-wrapper .col {
    padding: 0px;
  }
}

@media only screen and (max-device-width: 720px) and (orientation: landscape) {
  /* line 46, app/assets/stylesheets/static_pages/services.scss */
  .large-service-wrapper .col {
    padding: 0px 5px;
  }
}

/* line 50, app/assets/stylesheets/static_pages/services.scss */
.large-service-wrapper .card {
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  border: 1px solid gray;
}

@media only screen and (max-device-width: 998px) {
  /* line 58, app/assets/stylesheets/static_pages/services.scss */
  .large-service-wrapper .card .card-img img {
    height: 20rem;
  }
  /* line 62, app/assets/stylesheets/static_pages/services.scss */
  .large-service-wrapper .card .content {
    height: 30rem;
    font-size: 15px;
    position: relative;
  }
  /* line 67, app/assets/stylesheets/static_pages/services.scss */
  .large-service-wrapper .card .card-back {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}

/* line 75, app/assets/stylesheets/static_pages/services.scss */
.large-service-wrapper .card .card-img img {
  width: 100%;
  height: 100%;
}

/* line 81, app/assets/stylesheets/static_pages/services.scss */
.large-service-wrapper .content {
  padding: 20px;
}

/* line 83, app/assets/stylesheets/static_pages/services.scss */
.large-service-wrapper .content .card-face {
  text-align: justify;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

/* line 90, app/assets/stylesheets/static_pages/services.scss */
.large-service-wrapper .content .card-back {
  text-align: right;
  margin-right: 20px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
  /* line 102, app/assets/stylesheets/static_pages/services.scss */
  .large-service-wrapper .card .content {
    font-size: 14px;
  }
}
/*#ff1414;*/
/* line 4, app/assets/stylesheets/static_pages/style.scss */
body,
html {
  margin: 0;
  padding: 0;
}

/*html.fp-enabled, .fp-enabled body{
  overflow: visible !important;
}*/
/* line 14, app/assets/stylesheets/static_pages/style.scss */
.wrapper {
  min-height: 100%;
  position: relative;
}

/* line 19, app/assets/stylesheets/static_pages/style.scss */
.main-loader {
  position: absolute;
  top: 40%;
  left: 40%;
  z-index: 1000000000000000000000;
}

/* line 26, app/assets/stylesheets/static_pages/style.scss */
.main-loader img {
  height: 200px;
  width: 200px;
  -webkit-animation: spin 2s infinite linear;
}

/* line 42, app/assets/stylesheets/static_pages/style.scss */
div.content {
  overflow-x: hidden !important;
  font-family: 'lato-regular' !important;
}

/* line 48, app/assets/stylesheets/static_pages/style.scss */
div.content div.home-container,
div.content div.goals-container,
div.content div.media-container,
div.content div.services-container {
  padding: 0 5vw;
  /*@media (max-width:$mobile){
      height: auto !important;
      padding: 0px !important;
      .fp-tableCell{
        height: auto!important;
      }
    }*/
}

/* line 81, app/assets/stylesheets/static_pages/style.scss */
.med-home-container {
  height: auto;
  padding: 0;
}

/* line 86, app/assets/stylesheets/static_pages/style.scss */
.location {
  height: 40vh;
  width: 100%;
}

/* line 91, app/assets/stylesheets/static_pages/style.scss */
.section {
  padding: 0;
}
/*#ff1414;*/
/* line 10, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .slider {
  background-color: transparent;
  height: 60vh !important;
}

/* line 13, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .slider .slides {
  background: transparent;
  height: 60vh !important;
}

/* line 17, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .slider .indicators {
  display: none;
}

/* line 20, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .slider li {
  padding: 0px calc(5vw + 0.75rem);
  transform: none !important;
  transition: all 0.5s;
}

/* line 27, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .slider li .testimonial-details {
  padding: 30px;
  padding-left: 0px !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: white;
}

/* line 33, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .slider li .testimonial-details .testimonail {
  font-size: 1.5vw;
}

/* line 37, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .slider li .testimonial-img-container {
  padding: 60px 60px 60px 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: white;
}

/* line 42, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .slider li .testimonial-img-container > div {
  height: 100%;
}

/* line 48, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .testimonial-details {
  display: flex !important;
  align-items: center;
  color: black;
  font-size: 15px;
  padding-right: 0px !important;
  height: 100%;
}

/* line 55, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .testimonial-details .testimonail {
  text-align: justify;
  width: 73%;
  margin: auto;
  color: #4B89A8;
  font-size: 17px;
  line-height: 1.5;
}

/* line 62, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .testimonial-details .testimonail div {
  float: right;
}

/* line 67, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .testimonial-img-container {
  display: flex;
  align-items: center;
  vertical-align: middle;
  height: 100%;
  padding-left: 0px !important;
  margin: 0px;
}

/* line 74, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .testimonial-img-container .testimonial-img {
  width: 100%;
  box-shadow: 0px 4px 27px rgba(128, 128, 128, 0.38);
  filter: grayscale(100%);
}

/* line 79, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .testimonial-img-container img {
  width: 100%;
  height: 100%;
  margin-bottom: -15px;
}

/* line 86, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .next-section-btn img {
  margin-bottom: -3rem;
}

/* line 92, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .slider-fixed-item div.left-btn, .testimonial-contianer .slider-fixed-item .right-btn {
  position: absolute;
  cursor: pointer;
  z-index: 111;
  display: table;
}

/* line 97, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .slider-fixed-item div.left-btn div, .testimonial-contianer .slider-fixed-item .right-btn div {
  display: table-cell;
  vertical-align: middle;
  height: 60vh;
}

/* line 104, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .slider-fixed-item .left-btn {
  left: 1rem;
}

/* line 107, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .slider-fixed-item .right-btn {
  right: 1rem;
  transform: rotate(180deg);
}

/* line 114, app/assets/stylesheets/static_pages/testimonial.scss */
.mob-testmonial-wrapper .slider.slider, .mob-testmonial-wrapper .slides.slides {
  height: 400px !important;
}

/* line 116, app/assets/stylesheets/static_pages/testimonial.scss */
.mob-testmonial-wrapper .slider.slider li, .mob-testmonial-wrapper .slides.slides li {
  padding: 0px !important;
}

/* line 122, app/assets/stylesheets/static_pages/testimonial.scss */
.mob-testmonial-wrapper .slider-fixed-item div.left-btn div, .mob-testmonial-wrapper .slider-fixed-item .right-btn div {
  height: 400px !important;
}

/* line 128, app/assets/stylesheets/static_pages/testimonial.scss */
.mob-testimonial {
  background: #79c894;
}

/* line 130, app/assets/stylesheets/static_pages/testimonial.scss */
.mob-testimonial h4 {
  text-align: center;
  font-family: 'lato-semibold';
  padding: 10px;
  color: white;
  margin: 0px !important;
}

/* line 133, app/assets/stylesheets/static_pages/testimonial.scss */
.mob-testimonial img {
  width: 100%;
}

@media only screen and (max-width: 720px) and (orientation: landscape) {
  /* line 139, app/assets/stylesheets/static_pages/testimonial.scss */
  .mob-testimonial {
    display: block !important;
  }
  /* line 142, app/assets/stylesheets/static_pages/testimonial.scss */
  .testmonial-wrapper {
    display: none;
  }
}
.alignleft {
  float: left;
  width: 33.33%;
}

.aligncenter {
  float: left;
  width: 33.33%;
}

.alignright {
  float:left;
  width: 33.33%;
}

.accordin-container{
  width: 90%;
  margin: 0 auto;
}

.accordin-title{
  border-bottom: 1px solid rgba(160,160,160,0.2);
  padding: 10px;
  font-family: lato-semibold;
  background-color: #4B89A8;
  color: #fff;
}

.accordin-subtittle{
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  font-family: lato-semibold;
  color: #4B89A8;
}

.collapsible-body{
  font-family: lato-regular;
}

.accordin-reading-title{
  padding: 5px;
  display: block;
  text-align: center;
  font-family: lato-semibold;
}

.accordin-reading-value{
  padding: 5px;
  display: block;
  text-align: center;
  font-family: lato-regular;

}

.accordin-comment{
  padding: 10px;
}

.aliment-row, .symptoms-row{
  padding: 10px !important;
}

.float-right{
  float: right;
  display: inline-block;
}

.symptom{
  width: 85%;
  display: inline-block;
}

.doctor-title{
  font-family: lato-semibold;
  display: block;
}

.doctor-visit-row{
  padding: 10px 0;
}


/* line 4, app/assets/stylesheets/termsandcondations.scss */
.terms-container, .privacy-policy-cotainer, .policy-serives {
  margin-top: 10vh;
  padding-bottom: 10vh;
}

/* line 8, app/assets/stylesheets/termsandcondations.scss */
.terms-container h1, .privacy-policy-cotainer h1, .policy-serives h1 {
  margin: 0px;
}

/* line 11, app/assets/stylesheets/termsandcondations.scss */
.terms-container h1, .terms-container h2, .privacy-policy-cotainer h1, .privacy-policy-cotainer h2, .policy-serives h1, .policy-serives h2 {
  text-transform: capitalize;
}

/* line 15, app/assets/stylesheets/termsandcondations.scss */
.terms-container ul li, .privacy-policy-cotainer ul li, .policy-serives ul li {
  margin-left: 3rem;
}

/* line 20, app/assets/stylesheets/termsandcondations.scss */
.terms-container .section, .privacy-policy-cotainer .section, .policy-serives .section {
  text-indent: 3rem;
}

/* line 23, app/assets/stylesheets/termsandcondations.scss */
.terms-container div, .privacy-policy-cotainer div, .policy-serives div {
  text-align: justify;
  line-height: 1.3;
}

/* line 27, app/assets/stylesheets/termsandcondations.scss */
.terms-container ul li, .privacy-policy-cotainer ul li, .policy-serives ul li {
  list-style-type: decimal !important;
  line-height: 1.3;
}

/* line 31, app/assets/stylesheets/termsandcondations.scss */
.terms-container table, .privacy-policy-cotainer table, .policy-serives table {
  margin: 30px 0px;
}

/* line 33, app/assets/stylesheets/termsandcondations.scss */
.terms-container table thead th, .privacy-policy-cotainer table thead th, .policy-serives table thead th {
  text-align: center;
  background: white;
  border: 1px solid gray;
}

/* line 38, app/assets/stylesheets/termsandcondations.scss */
.terms-container table tbody td, .privacy-policy-cotainer table tbody td, .policy-serives table tbody td {
  background: white;
  border: 1px solid gray;
  text-align: justify;
  padding: 10px;
}
/* line 2, app/assets/stylesheets/tiles.scss */
#tiles .card {
  padding: 10px 0;
}

/* line 5, app/assets/stylesheets/tiles.scss */
#tiles .card .card-title {
  color: #fff !important;
  font-family: lato-regular;
  font-size: 15px;
}

/* line 11, app/assets/stylesheets/tiles.scss */
#tiles .card .text-right {
  text-align: center;
}

/* line 14, app/assets/stylesheets/tiles.scss */
#tiles .card .text-right .huge {
  padding-bottom: 20px;
  font-size: 32px;
  color: white;
  font-weight: 300;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: lato;
}

/* line 25, app/assets/stylesheets/tiles.scss */
#tiles .card .icon-color i {
  font-size: 3rem !important;
}

/* line 30, app/assets/stylesheets/tiles.scss */
#tiles .card-red {
  background-color: #FF5722;
}

/* line 34, app/assets/stylesheets/tiles.scss */
#tiles .card-sky {
  background-color: #00BCD4;
}

/* line 38, app/assets/stylesheets/tiles.scss */
#tiles .card-blue {
  background-color: #3F51B5;
}

/* line 42, app/assets/stylesheets/tiles.scss */
#tiles .card-grey {
  background-color: #009688;
}

/* line 46, app/assets/stylesheets/tiles.scss */
#tiles .card-purple {
  background-color: #9e9d24;
}

/* line 50, app/assets/stylesheets/tiles.scss */
#tiles .icon-color {
  color: #7FDDE9;
}
span.twitter-typeahead{
  width: 100%;
}

.twitter-typeahead .tt-menu , .materialize-tags .tt-menu{
  width: 100%;
  padding: 10px 0 !important;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
  box-sizing: content-box;
  transition: all 0.3s;
  border-radius: 0 !important;
}

.tt-menu .tt-suggestion:hover {
    background: #4B89A8 !important;
    color: #fff;
    font-weight:inherit;
    cursor: pointer;
}

.twitter-typeahead .tt-menu .tt-cursor .tt-highlight{
  font-weight:inherit;
}

.tt-highlight{
  color: #000;
  font-weight: 900;
  margin-top: -1px;
}

.tt-suggestion{
  padding: 2px;
}

.tt-suggestion.tt-selectable{
  font-size: 14px !important
}

.tt-suggestions strong {
    font-weight: bolder;
    color: red;
}

.Typeahead-spinner {
  position: absolute;
  top: 7px;
  right: 7px;
  display: none;
  width: 28px;
  height: 28px;
}
/*#ff1414;*/
/* line 5, app/assets/stylesheets/user-selft-record-container.scss */
.user-selft-record-container .btn, .user-selft-record-container .button, .user-selft-record-container button,
.patient-prescription-container .btn,
.patient-prescription-container .button,
.patient-prescription-container button,
.patien-labresult-container .btn,
.patien-labresult-container .button,
.patien-labresult-container button {
  background-color: #00AD51 !important;
}
/* line 5, app/assets/stylesheets/user_conversations.scss */
.conversation-layout {
  padding: 0 5vw;
  margin-top: 70px;
}

/* line 10, app/assets/stylesheets/user_conversations.scss */
.conversation-layout .users-container {
  padding: 0 !important;
}

/* line 13, app/assets/stylesheets/user_conversations.scss */
.conversation-layout .users-container .search {
  line-height: 40px;
  top: 120px;
  z-index: 2;
  margin: 5px;
  padding: 10px;
}

/* line 20, app/assets/stylesheets/user_conversations.scss */
.conversation-layout .users-container .search .search-wrapper {
  margin: 0 48px;
  transition: margin .25s ease;
}

/* line 24, app/assets/stylesheets/user_conversations.scss */
.conversation-layout .users-container .search .search-wrapper input#search {
  display: block;
  font-size: 16px;
  font-weight: 300;
  width: 100% !important;
  height: 45px !important;
  margin: 0 !important;
  border: 0;
  padding: 0 15px;
}

/* line 35, app/assets/stylesheets/user_conversations.scss */
.conversation-layout .users-container .search .search-wrapper input#search:focus {
  outline: none;
  box-shadow: none;
}

/* line 40, app/assets/stylesheets/user_conversations.scss */
.conversation-layout .users-container .search .search-wrapper i.material-icons {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

/* line 48, app/assets/stylesheets/user_conversations.scss */
.conversation-layout .users-container .search .focused {
  margin: 0 24px;
}

/* line 53, app/assets/stylesheets/user_conversations.scss */
.conversation-layout .users-container .user-list {
  height: calc(75vh + 105px);
  overflow-y: scroll;
}

/* line 60, app/assets/stylesheets/user_conversations.scss */
.conversation-layout ::-webkit-scrollbar {
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 5px;
  height: 1px;
  z-index: 10;
}

/* line 67, app/assets/stylesheets/user_conversations.scss */
.conversation-layout ::-webkit-scrollbar-track {
  background: transparent;
}

/* line 71, app/assets/stylesheets/user_conversations.scss */
.conversation-layout ::-webkit-scrollbar-thumb {
  background: #b3ada7;
}

/* line 76, app/assets/stylesheets/user_conversations.scss */
.conversation-layout .user-info img.circle {
  margin: 0 0 0 5px;
  width: 36px;
  height: 36px;
}

/* line 82, app/assets/stylesheets/user_conversations.scss */
.conversation-layout .user-info .sender-name {
  line-height: 36px;
}

/* Chat */
/* line 92, app/assets/stylesheets/user_conversations.scss */
.chat {
  height: calc(100% - 69px);
}

/* line 96, app/assets/stylesheets/user_conversations.scss */
.chat-container {
  height: 100%;
}

/* User Bar */
/* line 102, app/assets/stylesheets/user_conversations.scss */
.user-bar {
  height: 55px;
  background: #005e54;
  color: #fff;
  padding: 0 8px;
  font-size: 24px;
  position: relative;
  z-index: 1;
}

/* line 112, app/assets/stylesheets/user_conversations.scss */
.user-bar:after {
  content: "";
  display: table;
  clear: both;
}

/* line 118, app/assets/stylesheets/user_conversations.scss */
.user-bar div {
  float: left;
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}

/* line 125, app/assets/stylesheets/user_conversations.scss */
.user-bar .actions {
  float: right;
  margin: 0 0 0 20px;
}

/* line 130, app/assets/stylesheets/user_conversations.scss */
.user-bar .actions.more {
  margin: 0 12px 0 32px;
}

/* line 134, app/assets/stylesheets/user_conversations.scss */
.user-bar .actions.attachment {
  margin: 0 0 0 30px;
}

/* line 138, app/assets/stylesheets/user_conversations.scss */
.user-bar .actions.attachment i {
  display: block;
  transform: rotate(-45deg);
}

/* line 143, app/assets/stylesheets/user_conversations.scss */
.user-bar .avatar {
  margin: 0 0 0 5px;
  width: 36px;
  height: 36px;
}

/* line 149, app/assets/stylesheets/user_conversations.scss */
.user-bar .avatar img {
  border-radius: 50%;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  display: block;
  width: 100%;
}

/* line 156, app/assets/stylesheets/user_conversations.scss */
.user-bar .name {
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  text-overflow: ellipsis;
  letter-spacing: 0.3px;
  margin: 0 0 0 8px;
  overflow: hidden;
  white-space: nowrap;
  width: 110px;
}

/* line 168, app/assets/stylesheets/user_conversations.scss */
.user-bar .status {
  display: block;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

/* Conversation */
/* line 177, app/assets/stylesheets/user_conversations.scss */
.conversation {
  height: 70vh;
  position: relative;
  background: #efe7dd;
  z-index: 0;
}

/* line 184, app/assets/stylesheets/user_conversations.scss */
.conversation ::-webkit-scrollbar {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 5px;
  height: 1px;
  z-index: 10;
}

/* line 191, app/assets/stylesheets/user_conversations.scss */
.conversation ::-webkit-scrollbar-track {
  background: transparent;
}

/* line 195, app/assets/stylesheets/user_conversations.scss */
.conversation ::-webkit-scrollbar-thumb {
  background: #b3ada7;
}

/* line 199, app/assets/stylesheets/user_conversations.scss */
.conversation .conversation-container {
  height: 100%;
  box-shadow: inset 0 10px 10px -10px #000000;
  overflow-x: hidden;
  padding: 0 16px;
  margin-bottom: 5px;
}

/* line 207, app/assets/stylesheets/user_conversations.scss */
.conversation .conversation-container:after {
  content: "";
  display: table;
  clear: both;
}

/* Messages */
/* line 215, app/assets/stylesheets/user_conversations.scss */
.message {
  color: #000;
  clear: both;
  line-height: 18px;
  font-size: 15px;
  padding: 8px;
  position: relative;
  margin: 8px 0;
  max-width: 85%;
  word-wrap: break-word;
  z-index: -1;
}

/* line 228, app/assets/stylesheets/user_conversations.scss */
.message:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

/* line 236, app/assets/stylesheets/user_conversations.scss */
.metadata {
  display: inline-block;
  float: right;
  padding: 0 0 0 7px;
  position: relative;
  bottom: -4px;
}

/* line 244, app/assets/stylesheets/user_conversations.scss */
.metadata .time {
  color: rgba(0, 0, 0, 0.45);
  font-size: 11px;
  display: inline-block;
}

/* line 250, app/assets/stylesheets/user_conversations.scss */
.metadata .tick {
  display: inline-block;
  margin-left: 2px;
  position: relative;
  top: 4px;
  height: 16px;
  width: 16px;
}

/* line 259, app/assets/stylesheets/user_conversations.scss */
.metadata .tick svg {
  position: absolute;
  transition: 0.5s ease-in-out;
}

/* line 264, app/assets/stylesheets/user_conversations.scss */
.metadata .tick svg:first-child {
  backface-visibility: hidden;
  transform: perspective(800px) rotateY(180deg);
}

/* line 271, app/assets/stylesheets/user_conversations.scss */
.metadata .tick svg:last-child {
  backface-visibility: hidden;
  transform: perspective(800px) rotateY(0deg);
}

/* line 278, app/assets/stylesheets/user_conversations.scss */
.metadata .tick-animation svg:first-child {
  transform: perspective(800px) rotateY(0);
}

/* line 283, app/assets/stylesheets/user_conversations.scss */
.metadata .tick-animation svg:last-child {
  transform: perspective(800px) rotateY(-179.9deg);
}

/* line 288, app/assets/stylesheets/user_conversations.scss */
.message:first-child {
  margin: 16px 0 8px;
}

/* line 292, app/assets/stylesheets/user_conversations.scss */
.message.received {
  background: #fff;
  border-radius: 0px 5px 5px 5px;
  float: left;
}

/* line 298, app/assets/stylesheets/user_conversations.scss */
.message.received .metadata {
  padding: 0 0 0 16px;
}

/* line 302, app/assets/stylesheets/user_conversations.scss */
.message.received:after {
  border-width: 0px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
  top: 0;
  left: -10px;
}

/* line 309, app/assets/stylesheets/user_conversations.scss */
.message.sent {
  background: #e1ffc7;
  border-radius: 5px 0px 5px 5px;
  float: right;
}

/* line 315, app/assets/stylesheets/user_conversations.scss */
.message.sent:after {
  border-width: 0px 0 10px 10px;
  border-color: transparent transparent transparent #e1ffc7;
  top: 0;
  right: -10px;
}

/* Compose */
/* line 324, app/assets/stylesheets/user_conversations.scss */
.conversation-compose {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  overflow: hidden;
  height: 50px;
  width: 100%;
  z-index: 2;
  padding: 0 10px;
}

/* line 335, app/assets/stylesheets/user_conversations.scss */
.conversation-compose div,
.conversation-compose input {
  background: #fff;
  height: 100%;
  border: none !important;
}

/* line 342, app/assets/stylesheets/user_conversations.scss */
.conversation-compose .emoji {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 5px 0 0 5px;
  flex: 0 0 auto;
  margin-left: 8px;
  width: 48px;
}

/* line 353, app/assets/stylesheets/user_conversations.scss */
.conversation-compose .input-msg {
  border: 0;
  flex: 1 1 auto;
  font-size: 16px;
  margin: 0;
  outline: none;
  min-width: 50px;
  height: 50px;
  padding: 0 20px;
}

/* line 364, app/assets/stylesheets/user_conversations.scss */
.conversation-compose .photo {
  flex: 0 0 auto;
  border-radius: 0 0 5px 0;
  text-align: center;
  position: relative;
  width: 48px;
}

/* line 372, app/assets/stylesheets/user_conversations.scss */
.conversation-compose .photo:after {
  border-width: 0px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  top: 0;
  right: -10px;
}

/* line 384, app/assets/stylesheets/user_conversations.scss */
.conversation-compose .photo i {
  display: block;
  color: #7d8488;
  font-size: 20px;
  transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 50%;
}

/* line 394, app/assets/stylesheets/user_conversations.scss */
.conversation-compose .send {
  background: transparent;
  border: 0;
  cursor: pointer;
  flex: 0 0 auto;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
  position: relative;
  outline: none;
  height: 50px;
}

/* line 407, app/assets/stylesheets/user_conversations.scss */
.conversation-compose .send .circle {
  background: #008a7c;
  border-radius: 50%;
  color: #fff;
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 419, app/assets/stylesheets/user_conversations.scss */
.conversation-compose .send .circle i {
  font-size: 20px;
  margin-left: 5px;
  color: #fff !important;
}

/* Small Screens */
@media (max-width: 768px) {
  /* line 428, app/assets/stylesheets/user_conversations.scss */
  .marvel-device.nexus5 {
    border-radius: 0;
    flex: none;
    padding: 0;
    max-width: none;
    overflow: hidden;
    height: 100%;
    width: 100%;
  }
  /* line 438, app/assets/stylesheets/user_conversations.scss */
  .marvel-device > .screen .chat {
    visibility: visible;
  }
  /* line 442, app/assets/stylesheets/user_conversations.scss */
  .marvel-device {
    visibility: hidden;
  }
  /* line 446, app/assets/stylesheets/user_conversations.scss */
  .marvel-device .status-bar {
    display: none;
  }
  /* line 450, app/assets/stylesheets/user_conversations.scss */
  .screen-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  /* line 458, app/assets/stylesheets/user_conversations.scss */
  .conversation {
    height: calc(100vh - 55px);
  }
  /* line 461, app/assets/stylesheets/user_conversations.scss */
  .conversation .conversation-container {
    height: calc(100vh - 120px);
  }
}
.form-div .fa-times-circle{
	vertical-align: -200% !important;
	color: red !important;
}

img.medicine_image {
	margin-top: 250%;
}



.form-div input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
	margin: 0 !important;
}

.form-div ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
  color: black !important;
}

.screen_dt{
  cursor: pointer;
}

.test-heading{
  display: block;
  padding-left: 10px;
  margin: 10px 0px;
  line-height: 100%;
}

.btn-save{
  display: block;
  float: right;
}

#self-record{
  overflow: hidden;
}
/*#ff1414;*/
/* line 2, app/assets/stylesheets/video-consultation-container.scss */
.video-consultation-container {
  padding: 0vh 0vw 0px 0vw;
}

/* line 4, app/assets/stylesheets/video-consultation-container.scss */
.video-consultation-container #publisher {
  position: absolute;
  overflow: hidden;
  border-radius: 0px !important;
  top: -20px;
  right: 10px;
  width: 50% !important;
  height: 100% !important;
  border: 0;
}

/* line 15, app/assets/stylesheets/video-consultation-container.scss */
.video-consultation-container .video-call-block {
  position: fixed;
  right: 0 !important;
}

/* line 20, app/assets/stylesheets/video-consultation-container.scss */
.video-consultation-container .control-panel {
  right: 10%;
  position: absolute;
  text-align: center;
  width: 400px;
  z-index: 5;
  bottom: 30px;
  left: 38%;
}

/* line 29, app/assets/stylesheets/video-consultation-container.scss */
.video-consultation-container .control {
  border: none;
  cursor: pointer;
  font-size: 0;
  height: 44px;
  line-height: 0;
  margin: 5px 30px;
  outline: none;
  overflow: visible;
  padding: 0;
  transition: background-color .3s;
  width: 44px;
  margin-right: -4px;
}

/* line 43, app/assets/stylesheets/video-consultation-container.scss */
.video-consultation-container .control i {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/video-consultation-container.scss */
.video-consultation-container .fa.fa-times-circle {
  font-size: 35px;
  line-height: 108px;
}

/* line 51, app/assets/stylesheets/video-consultation-container.scss */
.video-consul-prescription-form {
  background: white;
  padding: 20px;
}

/* line 54, app/assets/stylesheets/video-consultation-container.scss */
.video-consul-prescription-form .prescription-form-footer {
  padding: 1rem;
}

/* line 68, app/assets/stylesheets/video-consultation-container.scss */
.video-print_prescription-form-modal {
  background: white url(/images/nanohealth_pres_bg_sm.png) no-repeat;
  background-position: 0% 162px;
  background-size: 102% 861px;
}

/* line 72, app/assets/stylesheets/video-consultation-container.scss */
.video-print_prescription-form-modal div {
  font-size: 14px;
}

/* line 75, app/assets/stylesheets/video-consultation-container.scss */
.video-print_prescription-form-modal hr {
  margin: 0px -20px;
  background: #4B89A8;
}

/* line 79, app/assets/stylesheets/video-consultation-container.scss */
.video-print_prescription-form-modal label {
  color: #4B89A8;
  font-family: lato-semibold;
  font-size: 14px;
}

/* line 84, app/assets/stylesheets/video-consultation-container.scss */
.video-print_prescription-form-modal .nanohealth-logo {
  display: table;
  text-align: right;
}

/* line 87, app/assets/stylesheets/video-consultation-container.scss */
.video-print_prescription-form-modal .nanohealth-logo img {
  display: table-cell;
  height: 60px;
  width: 280px;
  vertical-align: middle;
}

/* line 94, app/assets/stylesheets/video-consultation-container.scss */
.video-print_prescription-form-modal .pricription-logo {
  height: 70px;
  padding: 15px 8px;
}

/* line 97, app/assets/stylesheets/video-consultation-container.scss */
.video-print_prescription-form-modal .pricription-logo img {
  height: 100%;
}

/* line 101, app/assets/stylesheets/video-consultation-container.scss */
.video-print_prescription-form-modal .doc-address {
  display: table;
}

/* line 103, app/assets/stylesheets/video-consultation-container.scss */
.video-print_prescription-form-modal .doc-address > div {
  display: table-cell;
  vertical-align: bottom;
}

/* line 107, app/assets/stylesheets/video-consultation-container.scss */
.video-print_prescription-form-modal .doc-address label {
  line-height: 20px;
  font-size: 14px;
  color: #4B89A8;
  font-weight: bold;
}

/* line 113, app/assets/stylesheets/video-consultation-container.scss */
.video-print_prescription-form-modal .doc-address label.label {
  font-size: 16px;
}

/* line 117, app/assets/stylesheets/video-consultation-container.scss */
.video-print_prescription-form-modal .doc-address .doc-address-sub-text i {
  margin-right: 5px;
}

/* line 123, app/assets/stylesheets/video-consultation-container.scss */
.video-print_prescription-form-modal .medications-table th {
  font-size: 1rem;
  font-family: lato-semibold;
  color: #4B89A8 !important;
  border: 1px solid black;
  font-weight: 400;
  padding: 10px 5px;
}

/* line 131, app/assets/stylesheets/video-consultation-container.scss */
.video-print_prescription-form-modal .medications-table img {
  height: 35px;
}

/* line 134, app/assets/stylesheets/video-consultation-container.scss */
.video-print_prescription-form-modal .medications-table td {
  border: 1px solid;
}

/* line 137, app/assets/stylesheets/video-consultation-container.scss */
.video-print_prescription-form-modal .medications-table .width-9 {
  width: 5%;
}

/* line 140, app/assets/stylesheets/video-consultation-container.scss */
.video-print_prescription-form-modal .medications-table .width-10 {
  width: 10%;
}

/* line 143, app/assets/stylesheets/video-consultation-container.scss */
.video-print_prescription-form-modal .medications-table .width-1 {
  width: 1%;
}

/* line 146, app/assets/stylesheets/video-consultation-container.scss */
.video-print_prescription-form-modal .medications-table .width-35 {
  width: 40%;
}

/* line 149, app/assets/stylesheets/video-consultation-container.scss */
.video-print_prescription-form-modal .medications-table .width-4 {
  width: 6%;
}

/* line 152, app/assets/stylesheets/video-consultation-container.scss */
.video-print_prescription-form-modal .medications-table .width-15 {
  width: 15%;
}

/* line 156, app/assets/stylesheets/video-consultation-container.scss */
.video-print_prescription-form-modal .sign-container {
  text-align: right;
}

/* line 158, app/assets/stylesheets/video-consultation-container.scss */
.video-print_prescription-form-modal .sign-container img {
  height: 100px;
}

/* line 162, app/assets/stylesheets/video-consultation-container.scss */
.video-print_prescription-form-modal .sign-heading {
  margin-right: 50px;
}

/* line 166, app/assets/stylesheets/video-consultation-container.scss */
.video-print_prescription-form-modal .footer-logo img {
  height: 31px;
  width: 164px;
}

/* line 174, app/assets/stylesheets/video-consultation-container.scss */
#videoSignalOverlay {
  /*display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100000;*/
  display: none;
  position: fixed;
  top: 12%;
  left: 66%;
  right: 0;
  bottom: 0;
  height: 50vh;
  width: 33vw;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100000;
}

/* line 196, app/assets/stylesheets/video-consultation-container.scss */
#videoSignalOverlay .content {
  position: relative;
  top: 35%;
  /*left: 45%;*/
  left: 33%;
  color: #fff;
}

/* line 203, app/assets/stylesheets/video-consultation-container.scss */
#videoSignalOverlay .content .image {
  padding: 0 auto;
}

/* line 208, app/assets/stylesheets/video-consultation-container.scss */
#videoSignalOverlay .content .image, #videoSignalOverlay .content .status, #videoSignalOverlay .content .name {
  width: 200px;
  text-align: center;
}

/* line 212, app/assets/stylesheets/video-consultation-container.scss */
#videoSignalOverlay .content .action {
  text-align: center;
}

/* line 216, app/assets/stylesheets/video-consultation-container.scss */
#videoSignalOverlay .content .status {
  font-size: 14px;
}

/* line 220, app/assets/stylesheets/video-consultation-container.scss */
#videoSignalOverlay .content .name {
  font-family: lato-semibold;
  padding: 10px 0;
  font-size: 18px;
}

/* line 226, app/assets/stylesheets/video-consultation-container.scss */
#videoSignalOverlay .content .action {
  margin: 10px 0;
}

/* line 228, app/assets/stylesheets/video-consultation-container.scss */
#videoSignalOverlay .content .action .btn.close {
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  border: white 1px solid;
  background: black;
  font-family: lato-semibold;
}

/* line 237, app/assets/stylesheets/video-consultation-container.scss */
#videoSignalOverlay .content .action2 {
  margin: 10px 60px;
}

/* line 239, app/assets/stylesheets/video-consultation-container.scss */
#videoSignalOverlay .content .action2 .btn {
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  border: white 1px solid;
  background: black;
  font-family: lato-semibold;
}

/* line 251, app/assets/stylesheets/video-consultation-container.scss */
.medAvail {
  background-color: #baeebb !important;
}

/* line 254, app/assets/stylesheets/video-consultation-container.scss */
.medNotAvail {
  background-color: #efcbc6 !important;
}

@media only screen and (max-width: 600px) {
  /* line 260, app/assets/stylesheets/video-consultation-container.scss */
  #videoSignalOverlay {
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
  }
  /* line 265, app/assets/stylesheets/video-consultation-container.scss */
  .video-consultation-container #publisher {
    width: 100% !important;
    inset: -20px 10px auto 0% !important;
  }
  /* line 269, app/assets/stylesheets/video-consultation-container.scss */
  #video-call-block-id {
    width: 100% !important;
    height: 88% !important;
    margin-top: 5px !important;
  }
  /* line 272, app/assets/stylesheets/video-consultation-container.scss */
  .OT_mirrored.OT_root.OT_publisher.OT_fit-mode-cover, .ful_scr {
    width: 100% !important;
  }
  /* line 275, app/assets/stylesheets/video-consultation-container.scss */
  .video-consultation-container #video_control_panel {
    bottom: 50% !important;
  }
  /* line 278, app/assets/stylesheets/video-consultation-container.scss */
  .video-consul-prescription-form {
    padding-right: 0px !important;
  }
}
/* Custom Stylesheet */

/*  Colors : #8600c9, #00c788, #4b4b4d, #e6e7e8, #f1f2f3
*/

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,400i,500,500i,600,600i,700');


/* Global Styles */
.website_master .container{
  max-width: 100% !important;
}
.website_master p {
  line-height: 1.8rem;
}
.website_master a, .website_master a:active{
  outline: none;
}

/* Navbar Styles */

.website_master nav {
  color: #727272 !important;
  background-color: #fff !important;
  box-shadow: 0 8px 6px -6px #999 !important; 
  z-index: 1;
}

.website_master nav ul a,
.website_master nav .brand-logo {
  color: #444;
}
.website_master nav .brand-logo {
  display: grid;
  z-index: 0;
}
.website_master .second-nav-links h6, .website_master .second-nav-links h6 a {
  font-size: 1rem !important;
  color: #333 !important;
  margin-top: -15px !important;
}
.website_master nav .brand-logo {
  margin-top: -15px;
}
.website_master nav .brand-logo img {
  width: 35%;
}
.website_master nav .button-collapse {
  margin: 0 0;
}

.website_master nav ul.tabs a, .website_master  nav ul a{
  color: #4B4D4D !important;
  font-weight: 500;
  padding: 0 25px;
}
.website_master nav ul.tabs a:hover, .website_master nav ul li a:hover{
  color: #8600c9 !important;
  background-color: transparent !important;
}
.website_master .tabs-transparent li.right a img{
  width: 75%;
}
.website_master nav .nav-wrapper {
  margin: 25px 0;
}
.website_master nav .nav-wrapper i, .website_master nav a.sidenav-trigger, .website_master nav a.sidenav-trigger i {
    height: 40px !important;
    line-height: 40px !important;
}
.website_master .nav-extended {
  position: fixed;
  z-index:2;
  box-shadow: none;
  height: 80px;
}


/* input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
} */
.website_master .name_err, .website_master .email_err, .website_master .phn_err, .website_master .plan_err{
  color: #F71D25 !important;
  font-weight: 600;
  font-size: 13px;
}
.website_master nav ul a.btn{
  margin-top: 1px;
  margin-left: 0;
  margin-right: 0;
  color: #fff !important;
  background-color: #8600c9 !important; 
}
.website_master nav ul.tabs li.active a.btn, .website_master nav ul.left li.active a.btn {
    color: #8600c9 !important;    
    background-color: #FFF !important; 
}
.website_master .header nav ul a.btn {
    margin-top: -20px;
}
.website_master .sidenav-trigger {
  color: #26a69a;
}
.website_master .nav-wrapper ul li a, .website_master .nav-wrapper li, .website_master .nav-wrapper li.active {
  line-height: 30px;
}
.website_master nav ul li.active {
    background-color: transparent;
}
.website_master nav ul.tabs li.active a, .website_master nav ul.left li.active a{
  color: #8600c9 !important;
  outline: none;
}
.website_master nav .brand-logo.center {  
  outline: none;
}

.website_master .m_top_10{
  margin-top: -10px;
}
.website_master .m_top{
  margin-top: -9px;
}

.website_master .sub_head{
  margin-bottom: 5%;
}
.website_master .carousel{
  height: 100vh !important;
}
/* .website_master .carousel.carousel-slider .container {
  position: relative;

} */
.website_master .slider_content {
    position: absolute;
    top: 34% !important;
    left: 7% !important;
    width: 35% !important;
} 
/* .slider_content.slider_cnt0 {
  top: 38% !important;
} */
/* .website_master .slider4 .slider_content,  .slider_content.slider_cnt2 {
  top: 40% !important;
} */
.website_master .slider_content h2, .website_master .slider_content h1{
    font-size: 2.5vw !important;
    font-weight: 600 !important;
    line-height: 3vw !important;
    text-align: left !important;
    margin-bottom: 0;
}
.website_master .slider_content p{
  color: #FFF !important;
  font-size: 1.6vw !important;
  line-height: 2.5vw !important;
}

.website_master .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.website_master .sticky + .content {
  padding-top: 102px;
}
.website_master .header {
  top: 0;
    position: fixed;
    z-index: 3;
    width: 100%;
}
.website_master .header nav {
  height: 70px;
  background-color: #FFF !important;
  box-shadow: 0 8px 6px -6px #999; 
    padding: 12px 0;

}
.website_master .header nav .nav-wrapper {
    margin: 0;
}
.website_master .header nav .brand-logo.center {
    left: 52%;
}
.website_master .header nav ul.left{
  margin-top: -8px;
}

.website_master .header .nav-wrapper .input-field input[type="search"] {
    background: #f6f6f680 !important;
    border: 1px solid #efefef !important;
  }

.website_master .header nav .input-field label.active i {
    color: #d1d1d1;
}

.header .roi_btn {
    display: none;
}

.website_master nav.nav-extended .nav-wrapper {
    /* min-height: 50px; */
    min-height: 35px;
}
.website_master .sidenav-overlay {
    z-index: auto;
  }
  .website_master .sidenav li:first-child {
  height: 70px;
  background-color: #FFF !important;
  box-shadow: 0 8px 6px -6px #999; 
    padding: 12px 0;

}
.website_master .sidenav li.active,  .sidenav li:hover{
  background-color: transparent !important;
}
.website_master .sidenav li.active a{
  background: transparent;
  color: #8600c9;
}
.website_master .parallax-container {
  min-height: 95vh;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
  border-bottom: 1px solid #f3f3f3 !important;
}
.website_master .parallax-container .section {
  width: 100%;
}
.website_master .parallax-container.blog_parallax .parallax {
    height: 320px;
}
.website_master .parallax-container .parallax img {
    width: 100%;
    height: 100%;
}
.website_master .parallax-container.blog_parallax{
  min-height: 40vh;
}

.website_master .header_title{
  position: absolute;
  bottom: 20%;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
}
.website_master .header_title h5{
  color: #333 !important;
}
.website_master .header_title h1{
  color: #333 !important;
  font-size: 2.3rem;
}

.website_master .icon-block {
  padding: 30px 20px 20px 20px;
  text-align: center;
  min-height: 350px !important;
}
.website_master .services_sec .icon-block {
  padding: 15px;
  background: #EBF5DC;
  min-height: 400px !important;
  margin-bottom: 25px;
}
.website_master .packages_sec .icon-block {
  background: #FFF;
  min-height: 200px !important;
  margin-bottom: 25px;
}
.website_master .icon-block img {
  width: 70px;
}

.website_master footer.page-footer {
  margin: 0;
}


.website_master div.sticky_div {
  background-color: #7cd381;
  bottom: 0;
  height: 70px;
  width: 100%;
  padding: 15px;
  margin: auto;
  text-align: center;
  position: absolute;
  z-index: 1;
}
.website_master div.sticky_div .btn{
  background: #FFF !important;
    color: #333 !important;
    border-radius: 30px;
    width: 100%;
}
.website_master .sticky_btns{
  position: fixed;
  bottom: 10px;
  display: inline-grid;
  right: 10px;
  z-index: 1;
}
.website_master .sticky_btns span{
  color: #FFF;
  text-align: right;
  font-size: 1rem;
}
.website_master .sticky_btns .btn{
  background: #7cd381 !important;
  padding: 0 10px !important;
  margin: 5px auto;
}
/* Corp styles*/


.website_master .cnt_wrapper .container {
    width: 85% !important;

}

.website_master p{
  margin: 0;
  color: #333;
}
.website_master .section{
  padding-top: 3%;
  padding-bottom: 3%;
}

.website_master li.social_icons {
  margin-bottom: 10px;
}
.website_master li.social_icons img{
  width: 50%;
  box-shadow: 0 8px 6px -6px #999;
}

 
.website_master .btn-sec{
  position: relative !important;
  right: 13% !important;
  bottom: -375px !important;
  z-index: 3 !important;
  float: right;
}
.website_master .btn {
  padding: 0 10px;
}
.website_master .btn, .website_master .btn-large, .website_master .btn-small {
  text-decoration: none;
  color: #fff;
  background-color: #00c788 !important;
  text-align: center;
  letter-spacing: .5px;
  transition: background-color .2s ease-out;
  cursor: pointer;
  box-shadow: 0 8px 6px -6px #999;
    text-transform: initial;
    border-radius: 5px;
    font-weight: 500;
    padding: 0 20px !important;
    height: 40px !important;
    line-height: 40px !important;
}

/* line 74, /home/ramasiva/.rvm/gems/ruby-2.2.1@backend-app/gems/materialize-sass-1.0.0/assets/stylesheets/materialize/components/_buttons.scss */
.website_master .btn:hover, .website_master .btn-large:hover, .website_master .btn-small:hover {
  background-color: #1B4D7F;
}
.website_master .btn-floating{
  border-radius: 50%;
}
/*.dwnld_btn{
  left: 23px;
}*/
.website_master h1,.website_master h2,
.website_master h3,.website_master h4,
.website_master h5,.website_master h6{
  color: #333 !important;
  font-weight: 600;
  margin-top: 1% 
}
.website_master h4, .website_master h1{
  font-size: 2rem !important;
}
.website_master h6, .website_master h2{
  font-size: 1.2rem !important;
  line-height: 25px;
}



.website_master .grey_bg {
  background-color: #EBF5DC;
}


.website_master .packages_sec {
  background-color: #EBF5DC;
  /*padding-right: 5rem;
  padding-bottom: 5rem;*/
}

/*.claim_sec p{
  font-size: 1.2rem;
}*/

.claim_sec a.modal-trigger img {
  max-width: 88% !important;
}
.section a.modal-trigger, .section a.modal-trigger i {
  transition: transform .2s; /* Animation */
}
.section a.modal-trigger:hover i{
 transform: scale(1.2)
}
/*#modal-video, #modal-video1, #modal-schedule, #cardOne, 
#cardTwo, #cardThree, #cardFour*/
#modal-video, #modal-video1 {
  padding: 10px 15px !important;
  outline: none;
  box-shadow: none;/*
  overflow-y: hidden; */
  max-height: 75%;
}

.modal {
  background-color: #FFF;
}
::-moz-placeholder { /* Firefox, Chrome, Opera */ 
    color: #4B4D4D; 
}
::placeholder { /* Firefox, Chrome, Opera */ 
    color: #4B4D4D; 
} 
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: #4B4D4D; 
} 
  
::-ms-input-placeholder { /* Microsoft Edge */ 
    color: #4B4D4D; 
} 

.modal#modal-schedule{
  min-height: 90% !important;
  width: 35% !important;
  top: 5% !important;
  background-color: #FBF0FF !important;
}
.modal#modal-schedule .modal-content{
    padding: 0 !important;
}
.modal#modal-schedule .modal-content .header_patch{
  background-color: #EECCFF;
  padding: 15px;  
  /*border-bottom: 3px solid #E3E3E3;*/
}

.modal#modal-schedule .modal-content .header_patch h6{
  color: #8600c9 !important;
  text-align: center !important;
}
#modal-schedule .modal-close{
    position: absolute;
    right: 10px;
    top: 18px;
}
#modal-schedule .btn-floating {
  width: 25px !important;
  height: 25px !important;
  line-height: 30px !important;
}
#modal-schedule .btn-floating i{
  font-size: 1rem !important;
  line-height: 26px !important;
}
#modal-schedule form{
  padding: 3% 5% 0% 5%;
}
/*.nh_modal .modal-content .header_patch .row, 
.recordings-container  .modal-content .header_patch .row{
margin-top: 5px;
}
*/
#modal-video1 {
  max-height: 84% !important;
}
#modal-video .modal-footer, #modal-video1 .modal-footer {
  background-color: transparent !important;
}
#modal-video .modal-content, #modal-video1 .modal-content {
    padding: 0;
}
#modal-video .modal-close, #modal-video1 .modal-close, #cardOne .modal-close,
#cardTwo .modal-close,  #cardThree .modal-close, #cardFour .modal-close {
  border-radius: 50%;
  padding: 0px 8px;
  margin-bottom: 10px;
}

.website_master .brd{
  border-left: 2px solid #ccc;
  padding: 5px !important;
  height: 100px;
  margin-top: 35px;
  width: 1% !important;
}

.website_master .review_sec h5{
  width: 100%;
  color: #ae6ada !important
}
.website_master .review_sec .abt_card {
    padding: 5% 0 2%;
  }

/*** TestimonialS Slider  ***/
.website_master .testimonial_slider_2{
  width:100%;
  overflow:hidden;
  box-sizing:border-box;
}
.website_master .testimonial_slider_2 input {
  display: none;
}


.website_master .testimonial_slider_2 .slide_content{
  width:25%;
  float:left;
}
.website_master .testimonial_slider_2 #controls {
  text-align:center;
}
.website_master .testimonial_slider_2 #controls label{
  width:8px;
  height:8px;
  margin:0 2px;
  display:inline-block;
  background:transparent; /* Change controls background color */
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}
.website_master .testimonial_slider_2 #slide_2_1:checked ~ #controls label:nth-child(1), 
.website_master .testimonial_slider_2 #slide_2_2:checked ~ #controls label:nth-child(2), 
.website_master .testimonial_slider_2 #slide_2_3:checked ~ #controls label:nth-child(3), 
.website_master .testimonial_slider_2 #slide_2_4:checked ~ #controls label:nth-child(4){
  background: transparent; /* Change controls background color when mouse click */
}
.website_master .testimonial_2 {
  color: #4b4b4d;
  padding: 10px 30px;
  text-align: center;
  font-weight: 500;
}
.website_master .testimonial_2 img{
  width: 30% !important;
}
.website_master .content_2 {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}
.website_master .content_2:before,
.website_master .content_2:after {
  content: "";
  height: 15px;
  width: 19px;
  position: absolute;
}
.website_master .content_2:before {
  left: 0;
}
.website_master .content_2:after {
  margin: 5px 10px;
}
.website_master .testimonial_2 p {
  display: inline;
}
.author_2 {
  margin-left: 30px;
}
.website_master .author_2 h3 {
  color: #4b4d4d !important;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0;
}

/* Contact sec*/

.website_master input:not([type]), 
.website_master input[type="text"]:not(.browser-default), 
.website_master input[type="password"]:not(.browser-default), 
.website_master input[type="email"]:not(.browser-default), 
.website_master input[type="url"]:not(.browser-default), 
.website_master input[type="time"]:not(.browser-default), 
.website_master input[type="date"]:not(.browser-default), 
.website_master input[type="datetime"]:not(.browser-default), 
.website_master input[type="datetime-local"]:not(.browser-default), 
.website_master input[type="tel"]:not(.browser-default), 
.website_master input[type="number"]:not(.browser-default), 
.website_master input[type="search"]:not(.browser-default) {
  border: 1px solid #9e9e9e !important;
  padding-left: 10px;
  width: 98.5%;
  height: 2.7rem;
  background-color: #FFF;
  color: #4B4D4D
}
.website_master textarea.materialize-textarea {
  border: 1px solid #9e9e9e !important;
  padding-left: 10px;
  min-height: 8rem;
  background-color: #FFF;
}
.website_master .contact img{
  width: 25px;
  margin-left: 45px;
}
.website_master .contact .input-field{
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.website_master .contact a{
  color: #4B4D4D !important;
}

.website_master .customer-partners .slick-slide img {
  width: 100% !important;
}
.customer-partners.slider, .website_master .review_sec.section .slider{
  height: auto;
}

.website_master .page-footer {
  padding-top: 0 !important;
}
.website_master .page-footer .row{
  margin-bottom: 0;
}
.website_master .footer_ul{
  margin: 0;
  padding: 0;
}

.website_master .footer_ul li{
  display: inline;
  margin-left: 5px;
}

.website_master .grey-text.text-lighten-4 {
    outline: none;
}
.website_master .page-footer {
    width: 100%;
    background-size: 100% 100%;
    background-image: url("https://files.nanohealth.in/nhassurance/ColourPatch.png");
}
.website_master .page-footer .footer-copyright, .grey-text.text-lighten-4 {
  color: #333 !important; 
}
.website_master .schedule_btn{
  display: none !important;
}

#home .crisp-client .crisp-1rjpbb7 .crisp-ws3gf1, 
#home .crisp-client .crisp-1rjpbb7 .crisp-13h0akn::before, 
#home .crisp-client .crisp-1rjpbb7 .crisp-13h0akn::after {
    background-color: #8600c9 !important;
}

#home .crisp-client .crisp-1rjpbb7 .crisp-17f70m7 {
    background-image: linear-gradient(125deg, #8600c9 -10%, #8600c9 100%) !important;
}
#home .crisp-1784wh6:hover .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg .crisp-1bkorcf:hover{
  background-color: #8600c9 !important;
}

/* #Section4 .row {
    width: 87%;
} */


.website_master .social_ico_sec {
  position: fixed;
  overflow: hidden;
  top: 34%;
  left: 2%;
  z-index: 2;
}
.website_master .footer-copyright .social_ico_sec {
  position: relative;
  display: inline-block;
}
.website_master .websure-social-inner{
  display: inline-grid;
}
.website_master .social li i, .website_master .social li a{
  font-size: 1.2em;
  color: #2a2a2a;
}
.website_master .minimal .social-img-wrp{
    margin-right:6px;
    margin-bottom:6px;
    width:30px;
    height:30px;
    text-align:center;
    float:left
}
.website_master .minimal a{
    width:28px;
    height:28px;
    line-height:26px;
    font-size:16px
}
.website_master .bg-shifter i{
  color: #fff;
}
.website_master .websure-socialink:hover .bg-shifter{
    top:0;
    transform:rotate(0)
}
.website_master .websure-social{
    line-height:0;
    width:100%
}
.website_master .websure-social-inner{
    font-size:14px
}
.website_master .minimal img{
  width: 30px;
}
.website_master .minimal .social-img-wrp{
    margin-right:15px;
    margin-bottom:6px;
    width:30px;
    height:30px;
    text-align:center;
    float:left
}
.website_master .minimal a{
    width:35px;
    height:35px;
    line-height:30px;
    font-size:16px
}
.website_master .websure-social a{
    float:left;/*
    width:100%;
   /* overflow:hidden;*/
    position:relative
}

.website_master  .footer-copyright .minimal .social-img-wrp{
  margin-right:10px;
}
/*a img{
  width: 75%;
}*/

.website_master .websure-socialink.websure-instagram .bg-shifter{ 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

}

.website_master .btn_schedule, .website_master .book_btn_sec{
  top: 70%;
  position: fixed;
  right: -45px;
  z-index: 1;
}
.website_master .btn_schedule.btn_schedule2{
  top: 40%;
  position: fixed;
  right: -75px;
  z-index: 1;
}
.website_master .bg-shifter{
    position:absolute;
    top:-60px;
    width:50px;
    height:49px;
    transition-property:transform,top;
    transition-duration:.25s;
    transform:rotate(180deg);
    z-index:-1
}
.website_master #websure-to-top,.popup-close{
    position:fixed;
    cursor:pointer
}
.website_master .websure-socialink .bg-shifter{
  top: -30px;
  width: 28px;
  height: 28px;
  z-index: 2;
  left: 3px;
}


.website_master .card-image {
    position: relative;
    margin: auto;
    overflow: hidden;
    /*width: 540px;*/
}
.website_master .card-image img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.website_master .card-image:hover img {
    transform: scale(1.1);
}

.website_master .toggle {
  display: inline-block;
  padding:0 .25rem;
  background: #bada55;
}

.website_master .toggle span:nth-child(2) {
  display: none;
}

.website_master .card_info {
  width:70%;
  margin: 10px auto;
  border:1px solid #ccc;
  height: 150px;
  text-align: left;
  padding: .5rem;
  background: #000;
  display: none;
  }

  .website_master .toggle:hover {
  cursor:pointer;
}
.website_master #Section6 {
  padding-bottom: 0 !important
}
.website_master .customer-logos.slider {
    height: auto !important;
}
.website_master .slick-slide img {
    width: 150% !important;
}
.website_master .customer-testimonials .slick-slide img{
  width: 15% !important;
  margin: auto;
}


.website_master .slick-dots {
  display: flex;
  justify-content: center;

  margin: 0;

  list-style-type: none;
}
.website_master .slick-dots li {
    margin: 0 0.25rem;
  }

  .website_master .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;

    border: 2px solid #999;
    border-radius: 100%;
    background-color: transparent;

    text-indent: -9999px;
  }

  .website_master .slick-dots li.slick-active button {
    border: 2px solid #00c788;
    background-color: #00c788;
  }
  .website_master button:-moz-focusring, .website_master [type="button"]:-moz-focusring, .website_master 
[type="reset"]:-moz-focusring, .website_master [type="submit"]:-moz-focusring {
  outline: none !important;
}
.website_master .video_cnt {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; 
  height: 0; 
  overflow: hidden;
}

.website_master .video_cnt iframe,
.website_master .video_cnt object,
.website_master .video_cnt embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  .website_master .auth_2 h3{
    margin-top: 5%;
}

.website_master #Section8 .dropdown-content li > span {
    font-size: 15px;
    color: #26a69a;
    display: block;
    line-height: 20px;
    padding: 5px 2px;
}

.website_master #modal-submit{
  width: 25% !important;
}
.website_master #modal-submit .modal-content{
  padding: 15px !important;
}
.website_master .row_top{margin-top: 25px;}
.website_master.consult_page h1 {
  font-size: 2.92rem !important;
}
.consult_page h2 {
  font-size: 2.28rem;
}
/* Media Queries*/
@media only screen and (max-width : 992px) {
  .website_master .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  .website_master #Section1 .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  .website_master.consult_page h1 {
    font-size: 16px !important;
  }
  .consult_page h2 {
    font-size: 24px !important;
  }
  .website_master nav .brand-logo {
    margin-top: -25px;
  }
  .website_master .carousel, .social{
    display: none !important;
  }
  .btn_schedule{
    left: -40px;
    bottom: 50px !important;
    top: auto !important;
  }
  .website_master .btn_schedule.btn_schedule2{
    bottom: 215px !important;
    left: -65px;
    top: auto !important;
  }
  #Section2{
    margin-top: -10px;
  }
  #Section3 {
    height: 0px;
  }
  .website_master .services_sec .icon-block {
      min-height: 300px !important;
      margin-bottom: 20px;
  }
  .website_master .packages_sec .icon-block {
    min-height: 280px !important;
    margin-bottom: 20px;
  }
  .website_master .row_top{margin-top: 0px;}
  .website_master .contact{
    text-align: left;
  }
  .website_master .contact p{
    margin-bottom: 10px;
  }
  .website_master h4 {
    font-size: 1.7rem !important;
  }
  .brd{
    display: none;
  }
  .website_master nav .brand-logo img {
    width: 185px;
  }
  .website_master .cnt_wrapper .container {
      width: 90% !important;
  }

  .website_master #Section1 .section {
    top: 0;
  }
  
  .website_master .abt_card h5 {
    width: 100%;
  }
  .website_master .content_2 {
    padding-left: 0;
  }
  .website_master .author_2 {
    margin-left: 0px;
  }

  .website_master .testimonial_2 {
    padding: 10px 5px;
  }
  /* .website_master .slider_content {
    position: absolute;
    top: auto;
    left: auto;
    text-align: left;
    width: 85%;
    background-color: #000000a8;
    padding: 15px;
  }
  .website_master .slider_content h2 {
    color: #00C873 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    margin-bottom: 5px;
  }
  .website_master .slider_content p {
    color: #FFF;
    font-size: 14px !important;
  }
  .website_master .carousel {
    height: 70vh !important;
  } */
  .website_master .parallax-container {
    min-height: 75vh;
  }
  .website_master .sidenav li > a {
    padding: 0 12px;
  }
  .website_master .claim_sec i.medium {
    top: 15%;
    left: 42.5%;
  }
  .website_master .claim_sec ul li, .website_master #cardOne ul li, 
  .website_master #cardTwo ul li, .website_master #cardThree ul li, 
  .website_master #cardFour ul li{
    text-align: left;
  }
 
  .website_master .hide_div{
    display: none !important;
  }
  
  .website_master .schedule_btn{
    display: block !important;
  }
  .website_master .parallax-container.blog_parallax{
    margin-top: -120px;
  }
}

.website_master .about_page .parallax-container{
  min-height: 50vh !important;
}

.website_master .blog_inner {
  position: relative;
}
.website_master .blog_inner img {
  margin-top: 15%;
  width: 70%;
  box-shadow: -4px 4px 31px -4px rgba(0,0,0,0.75);
}

.website_master .blog_title span {
  position: absolute;
    bottom: -41.5%;
    left: 19%;
    background: #8600C9;
    padding: 6px;
    transform: translate(50%,-70%);
}
.website_master .blog_title span h4{
  margin:0;
  padding:10px 5px;  
  color: #fff !important;
}
.website_master .blog_title p {
    margin-left: 24%;
    margin-top: 10px;
}

.website_master .date-container{
  background:#8600C9;
  color:#FFF;
  text-align: center;
  height: 75px;
  width: 60px;
  font-weight: 600;
  font-size: 18px;
  margin-top: -17px;
  padding-top: 5px;
}

.website_master .btn.blueBtn {
  background: #8600C9 !important;
  padding: 10px !important;
  line-height: 10px !important;
  border-radius: 30px;
  height: 30px !important;
}
.blog_heading a{
  color: #333 !important;
  font-size: 28px;
}
.rightSec {
  margin-bottom: 25px;
  box-shadow: 0 8px 6px -6px #999 !important;
}
.rightSec h3{
  color: #8600C9 !important;
}
.recent_posts a{
  color: #666 !important;
}
ul#post_list {
  position: relative;
  list-style: none;
}
ul#post_list li::before {
  content: '▶';
  position: absolute;
  left: 0;
  color: #666;
}
ul#post_list li {
  margin-top: 10px;
}
ul#post_list li a {
  padding-left: 20px;
}
.search_posts {
  border: 1px solid #666;
  background-color: transparent;
  margin-bottom:  10px;
}
#search_blog_title{
  position: absolute;
  top: 10px;
  right: 10px;
}
.recent_posts {
  border: 1px solid #666;
  padding: 15px;
}
.filter_btn{
  border: 1px solid #666;
  padding: 5px 10px;
  color: #666 !important;
}
.filter_btn.active{
  color: #8600C9 !important;
}
.blog_archives {
  border: 1px solid #666;
  padding: 5px 10px;
}
#blog_tag{
    display: inline-flex;
    overflow-x: scroll;
    width: 100%;
    margin-bottom: 15px;
}
/* Valentine CSS */

.website_master .valnt_bg { 
  background-image: url(/../img/valentine_offer/BG.png);
}
.website_master .valnt_bg .container{
  margin-top: 6%;
  width: 70% !important;
  background: #FFF;
  padding-top: 2% ;
  padding-bottom: 2% ;
}


.website_master .img_radio_btn input {
  display: none;
}

.website_master .img_radio_btn input + label {
  margin:  auto;
  cursor: pointer;
}

.website_master .img_radio_btn input#option1 + label { 
  background-image: url(/../img/valentine_offer/Pack_1.png); 
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  width: 250px;
  height: 165px;
  margin-bottom: 25px;
}

.website_master .img_radio_btn input#option2 + label { 
  background-image: url(/../img/valentine_offer/Pack_2.png); 
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 250px;
  height: 275px;
  display: block;
}


.website_master .img_radio_btn input#option3 + label { 
  background-image: url(/../img/valentine_offer/Pack_3.png); 
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  width: 250px;
  height: 465px;
}


.website_master .img_radio_btn input:checked + label{
  border:3px solid #00c788;
  box-shadow: 0 8px 6px -6px #999 !important;
}

.btn.slider_btn{
  background-color: #FFF !important;  
  color: #FF6400 !important; 
  text-align: left !important; 
  margin-top: 25px;
  padding: 0 20px !important;
  height: 40px !important;
  line-height: 40px !important;
  border-radius: 30px !important;
  /* border: 1px solid #808080; */
}

/* Media Queries*/
@media only screen and (max-width : 992px) {
  .website_master .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  .website_master #Section1 .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  .skdslider{
    height: 30vh !important;
  }
  
  
  .btn.slider_btn{
      background-color: #FFF !important;
      color: #333 !important;
      text-align: left !important;
      margin-top: 10px;
      padding: 0 10px !important;
      height: 25px !important;
      line-height: 25px !important;
      font-size: 9px !important;
  }
  .website_master .side-nav {
    padding-top: 3vh;
}
.website_master #mobile-demo > li > a {
    text-align: center;
  }
  #sidenav-overlay{
    display: none;
  }
  .website_master nav.nav-extended .nav-wrapper {
      min-height: 30px;
  }
  .website_master .slider1, .website_master .slider2, .website_master .slider3, .website_master .slider4 {
    background-position: right;
  }
  .website_master .slider_content {
    position: absolute;
    top: 25% !important;
    left: 3% !important;
    width: 44% !important;
}
/* .website_master .slider_content.slider_cnt2 {
  top: 34% !important;
} */
.website_master .slider_content h2{
  font-size: 3vw !important;
  font-weight: 600 !important;
  line-height: 3.5vw !important;
  text-align: left !important;
  margin-bottom: 0;
}
.website_master .slider_content p{
  font-size: 2.3vw !important;
  line-height: 3vw !important;
}
.skdslider ul.slide-navs{
  bottom: 10px !important;
}
/* .website_master .slider_content p {
  color: #F5F5F5 !important;
} */
  .website_master .contact{
    text-align: left;
  }
  .website_master .contact p{
    margin-bottom: 10px;
  }
  .website_master h4 {
    font-size: 1.7rem !important;
  }
  .website_master .brd{
    display: none;
  }
  .website_master nav .brand-logo img {
    width: 85%;
  }
  .website_master .cnt_wrapper .container {
      width: 90% !important;
  }

  .website_master #Section1 .section {
    top: 0;
  }
  
  .website_master .abt_card h5 {
    width: 100%;
  }
  .website_master .parallax-container.blog_inner_cnt{
    min-height: 50vh ;
  }
  .website_master .blog_inner img {
    margin-top: 43% !important;
    width: 100% !important;
  }
  .website_master .content_2 {
    padding-left: 0;
  }
  .website_master .author_2 {
    margin-left: 0px;
  }

  /* .website_master .slider_content {
    position: absolute;
    top: auto;
    bottom: 10%;
    left: 10%;
    text-align: left;
    width: 85%;
    background-color: #000000a8;
    padding: 15px;
  }
  .website_master .slider_content h2 {
    color: #00C873 !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    margin-bottom: 5px;
  }
  .website_master .slider_content p {
    color: #FFF;
    font-size: 17px !important;
  } */
  .website_master .carousel {
    height: 70vh !important;
  }
  .website_master .parallax-container {
    min-height: 75vh;
  }
  .website_master .sidenav li > a {
    padding: 0 12px;
  }
  .website_master .claim_sec i.medium {
    top: 15%;
    left: 42.5%;
  }
  .website_master .hide_div{
    display: none !important;
  }
  
  .website_master .schedule_btn{
    display: block !important;
  }
  .website_master .blog_title span {
    left: 3% !important;
  }

  .website_master .mobile_h_age_btn{
    margin-top: -35px;
    margin-bottom: 25px;
  }

  .website_master .mobile_h_age_btn .btn-small{
    width: 15px;
    height: 15px;
    position: absolute;
    right: -5px;
    top: -15px;
    background: #8600c9 !important;
    line-height: inherit;
    font-size: 10px;
  }

  .website_master .valnt_bg .container {
    margin-top: 30% !important;
    width: 90% !important;
  }

  .website_master .img_radio_btn input + label {
    margin: 5px auto;

  }
  .website_master .img_radio_btn input#option1 + label {
    margin-bottom: 10px;
  }
  
}


/* Package Page */


.package_wrapper main {
  padding: 15px 0;
  margin: 0 auto;  
  width: 100%;
}
.package_wrapper main img.circle{
  width: 40px;
  height: 40px;
}
.package_wrapper section {
  display: none;
  padding: 20px 0 0;
}

.package_wrapper input {
  display: none;
}

.package_wrapper label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 0px;
  font-weight: 600;
  text-align: center;
  color: #333;
  cursor: pointer;
}
.package_wrapper [type="radio"]:not(:checked) + label, 
.package_wrapper [type="radio"]:checked + label {
  padding-left: 20px;
  line-height: 40px;
  font-size: .9rem;
}
.package_wrapper label:before {
  margin-right: 10px;
}
.package_wrapper label:hover {
  color: #8600c9;
  cursor: pointer;
}

.package_wrapper input:checked + label {
  color: #8600c9;
}

.package_wrapper #tab1:checked ~ #content1,
.package_wrapper #tab2:checked ~ #content2,
.package_wrapper #tab3:checked ~ #content3,
.package_wrapper #tab4:checked ~ #content4,
.package_wrapper #tab5:checked ~ #content5,
.package_wrapper #tab6:checked ~ #content6,
.package_wrapper #tab7:checked ~ #content7,
.package_wrapper #tab8:checked ~ #content8,
.package_wrapper #tab9:checked ~ #content9,
.package_wrapper #tab10:checked ~ #content10 {
  display: block;
}
.package_wrapper [type="radio"]:not(:checked) + label:before, 
.package_wrapper [type="radio"]:not(:checked) + label:after {
  border: 0 !important;
}
.package_wrapper [type="radio"]:checked + label:after, 
.package_wrapper [type="radio"].with-gap:checked + label:after {
  background-color: transparent !important;
}
.package_wrapper [type="radio"]:checked + label:after, 
.package_wrapper [type="radio"].with-gap:checked + label:before, 
.package_wrapper [type="radio"].with-gap:checked + label:after {
  border: 0 !important;
}

.package_wrapper .heading h4 {

  margin: 0 auto -15px;
  background: #d3d3d3;
  padding: 5px 0;
  width: 250px;
  font-size: 15px !important;
  text-align: center;
}

#package_groups a.group_btn {
  font-weight: bold !important;
  color: #333 !important;
  font-size: 0.9rem !important;
}
#package_groups a.group_btn.active {
  font-weight: bold !important;
  color: #0072c3 !important;
}
.web_cart_count {
  position: absolute;
  right: 0px;
  color: #FF8615;
  background: #FFF;
  width: 20px;
  height: 20px;
  box-shadow: 2px 3px 6px -2px rgba(0,0,0,0.75);
  -webkit-box-shadow: 2px 3px 6px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 3px 6px -2px rgba(0,0,0,0.75);
  text-align: center;
  border-radius: 30px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 600;
  top: -20px;
}

#modal_item_details .modal-content{
padding: 0 !important;
}
#modal_item_details .header_patch{
background: #7cd381;
margin-top: -23px;
}
#modal_item_details .header_patch h6{
color: #FFF !important;
text-align: center;
padding: 10px;
}
#modal_item_details .modal-close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px; 
  line-height: 30px; 
  background: #FFF; 
}
#modal_item_details .btn-floating i {
  font-size: 1rem;
  line-height: 25px;
  color: #333 !important;
}
.website_master .btn.disabled {
  background-color: #ccc !important;
}
.website_master .btn.disabled span {
  color: #FFF !important;
}
.website_cart_link img{
  margin-top: -30px;
}
.align_groups{
  width: 75% !important;
  margin: auto !important;
}
.website_master .btn.pkcg_info_btn {
  color: #FFF !important;
  margin-top: 8px;
  font-weight: bold;
  height: 30px !important;
  line-height: 30px !important;
  padding: 0 15px !important;
}
.pckg_content p{
  font-size: 13px !important;
}
@media screen and (max-width: 650px) {
  .hide_in_mbl {
    display: none !important;
  }
  .faqs .collapsible-header{
    position: relative !important;
  }
  .faqs  .collapsible-header i{
    position: absolute !important;
    right: 0px !important;
    top: 0px !important;
  }
  #modal_self_assessment {
    overflow-y: scroll !important;
  }
  .package_wrapper main {
    margin: 0px auto !important;
}
  .pckg_content p{
    font-size: 10px !important;
  }
  .package_wrapper label {
    font-size: 0;
  }
  .website_master .btn.pkcg_info_btn {
    margin-top: 7px !important;
    padding: 0 5px !important;
    font-size: 10px !important;
    line-height: 25px !important;
    height: 25px !important;
  }
  .align_groups{
    width: 100% !important;
    margin: auto !important;
  }
  .pckg_content {
    top: 10px !important;
  }
  .package_wrapper main {
    margin: 0px auto !important;
}
  .pckg_content h5{
    font-size: 14px !important;
    margin: 0 !important;
  }
  .pckg_content h6{
    font-size: 13px !important;
    margin: 0 !important;
  }
  .package_wrapper label:before {
    margin: 0;
    font-size: 18px;
  }
  .package_wrapper [type="radio"]:not(:checked) + label, 
  .package_wrapper [type="radio"]:checked + label {
    padding-left: 3px;
    line-height: 40px;
    font-size: .9rem;
    padding-right: 3px;
}
}
@media screen and (max-width: 400px) {
  .package_wrapper label {
    padding: 15px;
  }
  .package_wrapper [type="radio"]:not(:checked) + label, 
  .package_wrapper [type="radio"]:checked + label {
    padding-left: 3px;
    line-height: 40px;
    font-size: .9rem;
    padding-right: 3px;
}
}
@media screen and (max-width: 340px) {
.pckg_content h5 {
  font-size: 12px !important;
  margin: 0 !important;
}
.pckg_content p {
  font-size: 8px !important;
  line-height: 15px;
}
.website_master .btn.pkcg_info_btn, .website_master .pkcg_info_btn.btn-large {
  margin-top: 5px !important;
  padding: 0 5px !important;
  font-size: 9px !important;
}
}
.website_master .faqs{
  padding: 3% 0 !important;
  background-color: #F0F6E7;
}
.website_master .faqs .faq_que{
  padding: 5px;

}
.website_master .faqs .faq_ans{
  padding: 5px;
}
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,400i,500,500i,600,600i,700');


/* Global Styles */
body {
    background-color: #FFFFFF !important;
}
.website_templates .container{
    max-width: 100% !important;
  }
  .website_templates p {
    line-height: 1.8rem;
  }
  .website_templates a, .website_templates a:active{
    outline: none;
  }
  
  /* Navbar Styles */
  
  .website_templates nav {
    color: #727272 !important;
    background-color: #fff !important;
    box-shadow: 0 8px 6px -6px #999 !important; 
    z-index: 1;
  }
  
  .website_templates nav ul a,
  .website_templates nav .brand-logo {
    color: #444;
  }
  .website_templates nav .brand-logo {
    display: grid;
    z-index: 0;
  }
  .website_templates .second-nav-links h6, .website_templates .second-nav-links h6 a {
    font-size: 1rem !important;
    color: #333 !important;
    margin-top: -15px !important;
  }
  .website_templates nav .brand-logo {
    margin-top: -15px;
  }
  .website_templates nav .brand-logo img {
    width: 35%;
  }
  .website_templates nav .button-collapse {
    margin: 0 0;
  }
  
  .website_templates nav ul.tabs a, .website_templates  nav ul a{
    color: #4B4D4D !important;
    font-weight: 500;
    padding: 0 25px;
  }
  .website_templates nav ul.tabs a:hover, .website_templates nav ul li a:hover{
    color: #8600c9 !important;
    background-color: transparent !important;
  }
  .website_templates .tabs-transparent li.right a img{
    width: 75%;
  }
  .website_templates nav .nav-wrapper {
    margin: 25px 0;
  }
  .website_templates nav .nav-wrapper i, .website_templates nav a.sidenav-trigger, .website_templates nav a.sidenav-trigger i {
      height: 40px !important;
      line-height: 40px !important;
  }
  .website_templates .nav-extended {
    position: fixed;
    z-index:2;
    box-shadow: none;
    height: 80px;
  }
  
  .website_templates .name_err, .website_templates .email_err, .website_templates .phn_err, .website_templates .plan_err{
    color: #F71D25 !important;
    font-weight: 600;
    font-size: 13px;
  }
  .website_templates nav ul a.btn{
    margin-top: 1px;
    margin-left: 0;
    margin-right: 0;
    color: #fff !important;
    background-color: #8600c9 !important; 
  }
  .website_templates nav ul.tabs li.active a.btn, .website_templates nav ul.left li.active a.btn {
      color: #8600c9 !important;    
      background-color: #FFF !important; 
  }
  .website_templates .header nav ul a.btn {
      margin-top: -20px;
  }
  .website_templates .sidenav-trigger {
    color: #26a69a;
  }
  .website_templates .nav-wrapper ul li a, .website_templates .nav-wrapper li, .website_templates .nav-wrapper li.active {
    line-height: 30px;
  }
  .website_templates nav ul li.active {
      background-color: transparent;
  }
  .website_templates nav ul.tabs li.active a, .website_templates nav ul.left li.active a{
    color: #8600c9 !important;
    outline: none;
  }
  .website_templates nav .brand-logo.center {  
    outline: none;
  }
  
  .website_templates .m_top_10{
    margin-top: -10px;
  }
   
  .website_templates .sub_head{
    margin-bottom: 5%;
  }
  .website_templates .carousel{
    height: 100vh !important;
  }


.btn.slider_sec_btn{
    background-color: #005ae0 !important;  
    color: #FFF !important; 
    text-align: left !important; 
    margin-top: 5px;
    padding: 0 20px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 3px !important;
    /* border: 1px solid #808080; */
  }

  .website_templates .section {
    padding-top: 3%;
  }
  .website_templates h1 {
    font-size: 2rem !important;
    margin-top: 1rem !important;
    color: #005ae0 !important;
  }
  .website_templates h2 {
    font-size: 1.2rem !important;
    line-height: 25px;
    color: #333 !important;
    margin: 15px auto;
  }
  .website_templates .icon-block {
    padding: 30px 20px 20px 20px;
    text-align: center;
    min-height: 350px !important;
  }
  .website_templates .grid_sec .icon-block {
    padding: 15px;
    background: #e5fcfe;
    margin-bottom: 25px;
  }
  .website_templates .icon-block img {
    width: 70px;
  }

  .website_templates .about_sec {
    padding: 15px;
    margin-bottom: 25px;
  }
  .website_templates .about_sec .cnt_block{
    padding: 15px;
    border: 5px solid #CCC;
  }
  .website_templates .grid_img {
    background: #e5fcfe;
  }
  .website_templates .grid_img .icon-block {
    padding: 0;
    background: #fff;
    margin-bottom: 25px;
    min-height: 300px !important;
  }
  .website_templates .grid_img .icon-block img {
    width: 100%;
  }

  .website_templates .website_master .page-footer {
    width: 100%;
    background-size: 100% 100%;
    background-image: none;
    background-color: #000;
}
.website_templates .website_master .page-footer p{
    color: #FFF !important;
}
.website_templates .web-footer .grey-text.text-lighten-4 {
    color: #FFF !important;
}


@media only screen and (max-width : 600px) {
  .website_templates nav .brand-logo img {
    width: 100%;
  }
  #mobile-demo a.brand-logo{
    margin-top: 15px !important;
  }
}
/* Header Navigation Css */

.pm-menu .select-wrapper {
    margin-top: -28% !important;
    margin-bottom: -8% !important;
    width: 90% !important;
}
.pm-menu .select-wrapper span.caret {
    color: #FFF !important; /* IE 9 */ /* Safari 3-8 */
  transform: rotate(20deg);
}
.pm-menu .select-wrapper input.select-dropdown {
  border-bottom: none !important;
}
.pm-menu .select-wrapper input{
  color: #FFF !important;
  font-size: .7rem !important;
  text-align: center !important;
}

.pm-menu ul a {
  padding: 0 15px !important;
}
.pm-menu ul.dropdown-content.dropdown-content {
    top: 20px !important;
    left: 115px !important
}

.pm-menu ul.dropdown-content.select-dropdown li span:active {
    color: #fff !important;
}
.main-heading.nav-wrapper .pm-menu li  a {
    text-align: center !important;
}
.main-heading.nav-wrapper .pm-menu li.active a {
    color: #FFF !important;
    line-height: 8vh !important;
    text-align: center !important;
}

.dropdown-content {
   overflow-y: visible !important;
}

.dropdown-content .dropdown-content {
   margin-left: 100% !important;
}

/* Fix for History dropdown (#addBill) positioning on patient profile page */
/* Ensures dropdown appears below the History button, not overlapping content */
ul#addBill.dropdown-content {
  position: fixed !important;
  top: auto !important;
  margin-top: 0 !important;
  z-index: 9999 !important;
  min-width: 150px;
  background: #fff !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.26) !important;
}

/* Prevent dropdown from appearing above/overlapping the profile area */
ul#addBill.dropdown-content.active {
  transform: translateY(0) !important;
}

#dropdown5 li a, #dropdown6 li a, #dropdown9 li a, #pharma_sub_dropdown li a{
  color: #4B89A8 !important;
}
#dropdown5 li a:hover, #dropdown6 li a:hover, #dropdown9 li a:hover, #pharma_sub_dropdown li a:hover{
  color: #FFF !important;
}
a.d:after {
   font-family: "FontAwesome" !important;
   content: "\f0da" !important;
   display: inline-block !important;
   padding-left: 35px !important;
   float: right !important;
}
a.dr:before {
  font-family: "FontAwesome" !important;
  content: "\f0d9" !important;
  display: inline-block !important;
  padding-right: 15px !important;
}
a.activity_dd:after {
   font-family: "FontAwesome" !important;
   content: "\f0d7" !important;
   display: inline-block !important;
   padding-left: 35px !important;
}
#dropdown5 li a.importantClass, .importantClass i, #pharma_sub_dropdown li a.importantClass {
  color: #FFF !important;
}

.dropdown-button.active:hover i {
  color: #FFF !important;
}
a.dropdown-button i.right {
  margin-left: 0px !important;
}
nav ul li a.importantClass{
  color: #FFF !important;
}

.main-heading.nav-wrapper .pm-menu li.active a {
    line-height: 38px !important;
}

.navbar-fixed.second .nav-wrapper {
    padding: 0px calc(3vw + 0.75rem) !important;
}
table .btn-floating, .family_patch .btn-floating, 
.nh_modal .btn-floating,
#drugAlergies .btn-floating{
  width: 20px !important;
  height: 20px !important;
  line-height: 22px !important;
  display: block !important
}
.recordings-container .btn-floating, .video-consultation-container .btn-floating,
#addPrescription .btn-floating, #new_brand_entry_popup .btn-floating{
  width: 20px !important;
  height: 20px !important;
  line-height: 22px !important;
  display: block;
}
.recordings-container .btn-floating2, .video-consultation-container .btn-floating2,
#addPrescription .btn-floating2{
  width: 30px !important;
  height: 30px !important;
  line-height: 22px !important;
  display: inline-block;
  border-radius: 50%;
}
.btn-floating2 i{
  font-size: 2rem !important;
  line-height: 30px !important;
  display: block !important;
  color: white !important;
}
table .btn-floating i,.family_patch .btn-floating i,  
.nh_modal .btn-floating i, .recordings-container .btn-floating i,
#drugAlergies .btn-floating i, .video-consultation-container .btn-floating i,
#addPrescription .btn-floating i, #new_brand_entry_popup .btn-floating i {
    font-size: 1rem !important;
    line-height: 22px !important;
  display: block !important
}
/*Clinic Manager Dashboard*/
.clinic-manager-dashboard .loader{
    position: absolute;
    z-index: 1000;
    left: 45%;
    top: 45%;
  }
  .clinic-manager-dashboard .btn{
    width: 100%;
    background: #4B89A8;
  }

/*search_patients Css*/
.search_patients .patient-details-container label {
    font-size: 0.8rem !important;
    }
.patient-details-container{
    margin: auto;
  }
.ob-round{
    height: 50px;
    width: 50px;
  }
.search-container .card{
  padding: 10px !important;
  border-radius: 5px;
}
.appointment-list .search-container .card{
  padding: 1px !important;
}
  #calendar{
    background-color: #fff !important;
    /*height: 600px;
    width: 600px;*/
  }
  .centered th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #999;
    color: white;
  }
  .centered td, .centered th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
  }
  #example_wrapper{
      width: 100%;
  }
  .search-container .card.patch_btn{
    padding: 0 0 1% 0 !important;
    margin: 0; 
  }
  .patch_btn{
    background: #ddd !important;
    padding: 0 0 1% 0 !important;
  }
  .patch_btn h6{
    margin-top: 1rem !important;
    color: #4B89A8 !important;
    font-size: 1rem !important;
  }
  #remaining{
    margin-left: 70%;
  }
 
.patient-details-container .search-container {
    margin-bottom: 5px !important;
    padding: 0px !important;
  }
  .tab_cnt .row .tabl, .corp_patients .row .tabl {
    padding: 0 !important;
  }
  .tab_cnt .add_btn{
    text-align: right;
    margin-bottom: 10px;
  }
  .tab_cnt td.ip_modal .btn {
    height: 30px;
    line-height: 30px;
    padding: 0 1rem;
  }
.tab_cnt .class-btn a{
    background: #5aaf50;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
  }
  .select-wrapper input.select-dropdown{
    border-bottom: 0px;
    width: 100%;
    height: 80%;
  }
  .collapsible-header {
    border-bottom: 1px solid #fff;
  }
  .vertical-divider {
    border-left:1px solid #e2e3ec;
  }
   .label-box{
    height: auto;
    background-color: #d6f3fe; 
    text-align: left;
  }
  .reg label{
      font-size: 0.9rem;
  }  
  .col-margin{
    margin-top: 5px;
  }  
  .square-box {
      /* background-color: rgba(255, 255, 255, 0.9) !important; */
      padding: 2px !important;
      border: 1px solid #e2e3ec;
      border-radius: 2px !important;
      margin-top: 8px !important; 
  }
   .label-square-box {
    background-color: #edf0f1ee !important;
    width: 96% !important;
    padding: 5px !important;
    border: 1px solid #afafaf !important;
    border-radius: 2px !important;
    margin-top: 16px !important; 
  }

/*User_health_asessment*/
  .vertical-divider {
    border-left:1px solid #e2e3ec;
  }
  .label-box{
    height: auto;
    background-color: #d6f3fe; 
    text-align: left;
  }
  .reg label{
      font-size: 0.9rem;
  }  
  .square-box {
      /* background-color: rgba(255, 255, 255, 0.9) !important; */
      width: 100% !important;
      padding: 2px !important;
      border: 1px solid #e2e3ec;
      border-radius: 2px !important;
      margin-top: 0px !important; 
  }
  .label-square-box {
      background-color: #edf0f1ee !important;
      width: 96% !important;
      padding: 5px !important;
      border: 1px solid #afafaf !important;
      border-radius: 2px !important;

      margin-top: 16px !important; 
  }


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



 */
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,400i,500,500i,600,600i,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,400i,500,500i,600,600i,700");
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Charmonman:wght@400;700&display=swap");
/* line 382, app/assets/stylesheets/materialize.scss */
.materialize-red {
  background-color: #e51c23 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.materialize-red-text {
  color: #e51c23 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.darken-1 {
  background-color: #d0181e !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.darken-2 {
  background-color: #b9151b !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.darken-3 {
  background-color: #a21318 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.red {
  background-color: #F44336 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.red-text {
  color: #F44336 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.lighten-5 {
  background-color: #FFEBEE !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.lighten-4 {
  background-color: #FFCDD2 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.lighten-3 {
  background-color: #EF9A9A !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.lighten-2 {
  background-color: #E57373 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-lighten-2 {
  color: #E57373 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.lighten-1 {
  background-color: #EF5350 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-lighten-1 {
  color: #EF5350 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.darken-1 {
  background-color: #E53935 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-darken-1 {
  color: #E53935 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.darken-2 {
  background-color: #D32F2F !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-darken-2 {
  color: #D32F2F !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.darken-3 {
  background-color: #C62828 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-darken-3 {
  color: #C62828 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.darken-4 {
  background-color: #B71C1C !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-darken-4 {
  color: #B71C1C !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.accent-1 {
  background-color: #FF8A80 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-accent-1 {
  color: #FF8A80 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.accent-2 {
  background-color: #FF5252 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-accent-2 {
  color: #FF5252 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.accent-3 {
  background-color: #FF1744 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-accent-3 {
  color: #FF1744 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.red.accent-4 {
  background-color: #D50000 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.red-text.text-accent-4 {
  color: #D50000 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.pink {
  background-color: #e91e63 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.pink-text {
  color: #e91e63 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.lighten-5 {
  background-color: #fce4ec !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.lighten-2 {
  background-color: #f06292 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-lighten-2 {
  color: #f06292 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.lighten-1 {
  background-color: #ec407a !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-lighten-1 {
  color: #ec407a !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.darken-1 {
  background-color: #d81b60 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-darken-1 {
  color: #d81b60 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.darken-2 {
  background-color: #c2185b !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-darken-2 {
  color: #c2185b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.darken-3 {
  background-color: #ad1457 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-darken-3 {
  color: #ad1457 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.darken-4 {
  background-color: #880e4f !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-darken-4 {
  color: #880e4f !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.accent-1 {
  background-color: #ff80ab !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-accent-1 {
  color: #ff80ab !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.accent-2 {
  background-color: #ff4081 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-accent-2 {
  color: #ff4081 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.accent-3 {
  background-color: #f50057 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-accent-3 {
  color: #f50057 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.pink.accent-4 {
  background-color: #c51162 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.pink-text.text-accent-4 {
  color: #c51162 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.purple {
  background-color: #9c27b0 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.purple-text {
  color: #9c27b0 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.lighten-1 {
  background-color: #ab47bc !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.darken-1 {
  background-color: #8e24aa !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-darken-1 {
  color: #8e24aa !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.darken-3 {
  background-color: #6a1b9a !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.darken-4 {
  background-color: #4a148c !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-darken-4 {
  color: #4a148c !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.accent-1 {
  background-color: #ea80fc !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-accent-1 {
  color: #ea80fc !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.accent-2 {
  background-color: #e040fb !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-accent-2 {
  color: #e040fb !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.accent-3 {
  background-color: #d500f9 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-accent-3 {
  color: #d500f9 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.purple.accent-4 {
  background-color: #aa00ff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.purple-text.text-accent-4 {
  color: #aa00ff !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.deep-purple {
  background-color: #673ab7 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.deep-purple-text {
  color: #673ab7 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.accent-3 {
  background-color: #651fff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.indigo {
  background-color: #3f51b5 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.indigo-text {
  color: #3f51b5 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.lighten-2 {
  background-color: #7986cb !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.darken-1 {
  background-color: #3949ab !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-darken-1 {
  color: #3949ab !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.darken-2 {
  background-color: #303f9f !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-darken-2 {
  color: #303f9f !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.darken-3 {
  background-color: #283593 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-darken-3 {
  color: #283593 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.darken-4 {
  background-color: #1a237e !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-darken-4 {
  color: #1a237e !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.accent-1 {
  background-color: #8c9eff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.accent-2 {
  background-color: #536dfe !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-accent-2 {
  color: #536dfe !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.accent-3 {
  background-color: #3d5afe !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.indigo.accent-4 {
  background-color: #304ffe !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.indigo-text.text-accent-4 {
  color: #304ffe !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.blue {
  background-color: #2196F3 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.blue-text {
  color: #2196F3 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.lighten-5 {
  background-color: #E3F2FD !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.lighten-4 {
  background-color: #BBDEFB !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.lighten-3 {
  background-color: #90CAF9 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.lighten-2 {
  background-color: #64B5F6 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.lighten-1 {
  background-color: #42A5F5 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.darken-1 {
  background-color: #1E88E5 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.darken-2 {
  background-color: #1976D2 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-darken-2 {
  color: #1976D2 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.darken-3 {
  background-color: #1565C0 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-darken-3 {
  color: #1565C0 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.darken-4 {
  background-color: #0D47A1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.accent-1 {
  background-color: #82B1FF !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-accent-1 {
  color: #82B1FF !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.accent-2 {
  background-color: #448AFF !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-accent-2 {
  color: #448AFF !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.accent-3 {
  background-color: #2979FF !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-accent-3 {
  color: #2979FF !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue.accent-4 {
  background-color: #2962FF !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-text.text-accent-4 {
  color: #2962FF !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.light-blue {
  background-color: #03a9f4 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.light-blue-text {
  color: #03a9f4 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.darken-1 {
  background-color: #039be5 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.darken-3 {
  background-color: #0277bd !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.darken-4 {
  background-color: #01579b !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-darken-4 {
  color: #01579b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-blue.accent-4 {
  background-color: #0091ea !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.cyan {
  background-color: #00bcd4 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.cyan-text {
  color: #00bcd4 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.lighten-3 {
  background-color: #80deea !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-lighten-3 {
  color: #80deea !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.lighten-1 {
  background-color: #26c6da !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.darken-1 {
  background-color: #00acc1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.darken-2 {
  background-color: #0097a7 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.darken-3 {
  background-color: #00838f !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-darken-3 {
  color: #00838f !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.darken-4 {
  background-color: #006064 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-darken-4 {
  color: #006064 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.accent-1 {
  background-color: #84ffff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-accent-1 {
  color: #84ffff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.accent-2 {
  background-color: #18ffff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-accent-2 {
  color: #18ffff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.accent-3 {
  background-color: #00e5ff !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.teal {
  background-color: #009688 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.teal-text {
  color: #009688 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.lighten-2 {
  background-color: #4db6ac !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.lighten-1 {
  background-color: #26a69a !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-lighten-1 {
  color: #26a69a !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.darken-1 {
  background-color: #00897b !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-darken-1 {
  color: #00897b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.darken-2 {
  background-color: #00796b !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-darken-2 {
  color: #00796b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.darken-3 {
  background-color: #00695c !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-darken-3 {
  color: #00695c !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.darken-4 {
  background-color: #004d40 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-darken-4 {
  color: #004d40 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.accent-1 {
  background-color: #a7ffeb !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.accent-2 {
  background-color: #64ffda !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-accent-2 {
  color: #64ffda !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.accent-3 {
  background-color: #1de9b6 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.teal.accent-4 {
  background-color: #00bfa5 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.green {
  background-color: #4CAF50 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.green-text {
  color: #4CAF50 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.lighten-5 {
  background-color: #E8F5E9 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.lighten-4 {
  background-color: #C8E6C9 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.lighten-3 {
  background-color: #A5D6A7 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.lighten-2 {
  background-color: #81C784 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-lighten-2 {
  color: #81C784 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.lighten-1 {
  background-color: #66BB6A !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-lighten-1 {
  color: #66BB6A !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.darken-1 {
  background-color: #43A047 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-darken-1 {
  color: #43A047 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.darken-2 {
  background-color: #388E3C !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-darken-2 {
  color: #388E3C !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.darken-3 {
  background-color: #2E7D32 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-darken-3 {
  color: #2E7D32 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.darken-4 {
  background-color: #1B5E20 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-darken-4 {
  color: #1B5E20 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.accent-1 {
  background-color: #B9F6CA !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-accent-1 {
  color: #B9F6CA !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.accent-2 {
  background-color: #69F0AE !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-accent-2 {
  color: #69F0AE !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.accent-3 {
  background-color: #00E676 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-accent-3 {
  color: #00E676 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.green.accent-4 {
  background-color: #00C853 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.green-text.text-accent-4 {
  color: #00C853 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.light-green {
  background-color: #8bc34a !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.light-green-text {
  color: #8bc34a !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.lighten-2 {
  background-color: #aed581 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.darken-1 {
  background-color: #7cb342 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.darken-2 {
  background-color: #689f38 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-darken-2 {
  color: #689f38 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.darken-3 {
  background-color: #558b2f !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-darken-3 {
  color: #558b2f !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.darken-4 {
  background-color: #33691e !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-darken-4 {
  color: #33691e !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.accent-1 {
  background-color: #ccff90 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.accent-3 {
  background-color: #76ff03 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.light-green.accent-4 {
  background-color: #64dd17 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.lime {
  background-color: #cddc39 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.lime-text {
  color: #cddc39 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.lighten-2 {
  background-color: #dce775 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-lighten-2 {
  color: #dce775 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.lighten-1 {
  background-color: #d4e157 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.darken-1 {
  background-color: #c0ca33 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.darken-2 {
  background-color: #afb42b !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-darken-2 {
  color: #afb42b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.darken-3 {
  background-color: #9e9d24 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.darken-4 {
  background-color: #827717 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-darken-4 {
  color: #827717 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.accent-1 {
  background-color: #f4ff81 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.accent-2 {
  background-color: #eeff41 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-accent-2 {
  color: #eeff41 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.accent-3 {
  background-color: #c6ff00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.lime.accent-4 {
  background-color: #aeea00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.lime-text.text-accent-4 {
  color: #aeea00 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.yellow {
  background-color: #ffeb3b !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.yellow-text {
  color: #ffeb3b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.lighten-3 {
  background-color: #fff59d !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.lighten-2 {
  background-color: #fff176 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.darken-1 {
  background-color: #fdd835 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.darken-2 {
  background-color: #fbc02d !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.darken-3 {
  background-color: #f9a825 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.darken-4 {
  background-color: #f57f17 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.accent-1 {
  background-color: #ffff8d !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.accent-2 {
  background-color: #ffff00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.accent-3 {
  background-color: #ffea00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.yellow.accent-4 {
  background-color: #ffd600 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.amber {
  background-color: #ffc107 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.amber-text {
  color: #ffc107 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.lighten-3 {
  background-color: #ffe082 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.lighten-2 {
  background-color: #ffd54f !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.lighten-1 {
  background-color: #ffca28 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.darken-1 {
  background-color: #ffb300 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-darken-1 {
  color: #ffb300 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.darken-2 {
  background-color: #ffa000 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-darken-2 {
  color: #ffa000 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.darken-3 {
  background-color: #ff8f00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.darken-4 {
  background-color: #ff6f00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.accent-1 {
  background-color: #ffe57f !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-accent-1 {
  color: #ffe57f !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.accent-2 {
  background-color: #ffd740 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-accent-2 {
  color: #ffd740 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.accent-3 {
  background-color: #ffc400 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-accent-3 {
  color: #ffc400 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.amber.accent-4 {
  background-color: #ffab00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.amber-text.text-accent-4 {
  color: #ffab00 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.orange {
  background-color: #ff9800 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.orange-text {
  color: #ff9800 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.lighten-2 {
  background-color: #ffb74d !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.lighten-1 {
  background-color: #ffa726 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.darken-1 {
  background-color: #fb8c00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.darken-2 {
  background-color: #f57c00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-darken-2 {
  color: #f57c00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.darken-3 {
  background-color: #ef6c00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.darken-4 {
  background-color: #e65100 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-darken-4 {
  color: #e65100 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.accent-1 {
  background-color: #ffd180 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-accent-1 {
  color: #ffd180 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.accent-2 {
  background-color: #ffab40 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-accent-2 {
  color: #ffab40 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.accent-3 {
  background-color: #ff9100 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-accent-3 {
  color: #ff9100 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.orange.accent-4 {
  background-color: #ff6d00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.deep-orange {
  background-color: #ff5722 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.deep-orange-text {
  color: #ff5722 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.brown {
  background-color: #795548 !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.brown-text {
  color: #795548 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.lighten-5 {
  background-color: #efebe9 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.lighten-2 {
  background-color: #a1887f !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-lighten-2 {
  color: #a1887f !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.darken-1 {
  background-color: #6d4c41 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.darken-2 {
  background-color: #5d4037 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-darken-2 {
  color: #5d4037 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.darken-3 {
  background-color: #4e342e !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-darken-3 {
  color: #4e342e !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.brown.darken-4 {
  background-color: #3e2723 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.brown-text.text-darken-4 {
  color: #3e2723 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.blue-grey {
  background-color: #607d8b !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.blue-grey-text {
  color: #607d8b !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.darken-3 {
  background-color: #37474f !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.blue-grey.darken-4 {
  background-color: #263238 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

/* line 382, app/assets/stylesheets/materialize.scss */
.grey {
  background-color: #9e9e9e !important;
}

/* line 385, app/assets/stylesheets/materialize.scss */
.grey-text {
  color: #9e9e9e !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.lighten-5 {
  background-color: #fafafa !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-lighten-5 {
  color: #fafafa !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.lighten-3 {
  background-color: #eeeeee !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.darken-1 {
  background-color: #757575 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-darken-1 {
  color: #757575 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.darken-2 {
  background-color: #616161 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-darken-2 {
  color: #616161 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.darken-3 {
  background-color: #424242 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-darken-3 {
  color: #424242 !important;
}

/* line 390, app/assets/stylesheets/materialize.scss */
.grey.darken-4 {
  background-color: #212121 !important;
}

/* line 393, app/assets/stylesheets/materialize.scss */
.grey-text.text-darken-4 {
  color: #212121 !important;
}

/* line 402, app/assets/stylesheets/materialize.scss */
.black {
  background-color: #000000 !important;
}

/* line 405, app/assets/stylesheets/materialize.scss */
.black-text {
  color: #000000 !important;
}

/* line 402, app/assets/stylesheets/materialize.scss */
.white {
  background-color: #FFFFFF !important;
}

/* line 405, app/assets/stylesheets/materialize.scss */
.white-text {
  color: #FFFFFF !important;
}

/* line 402, app/assets/stylesheets/materialize.scss */
.transparent {
  background-color: transparent !important;
}

/* line 405, app/assets/stylesheets/materialize.scss */
.transparent-text {
  color: transparent !important;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 777, app/assets/stylesheets/materialize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 790, app/assets/stylesheets/materialize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 798, app/assets/stylesheets/materialize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 812, app/assets/stylesheets/materialize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 825, app/assets/stylesheets/materialize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 835, app/assets/stylesheets/materialize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 844, app/assets/stylesheets/materialize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 855, app/assets/stylesheets/materialize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 868, app/assets/stylesheets/materialize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 878, app/assets/stylesheets/materialize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 888, app/assets/stylesheets/materialize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 897, app/assets/stylesheets/materialize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 907, app/assets/stylesheets/materialize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 918, app/assets/stylesheets/materialize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 926, app/assets/stylesheets/materialize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 935, app/assets/stylesheets/materialize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 944, app/assets/stylesheets/materialize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 952, app/assets/stylesheets/materialize.scss */
sub {
  bottom: -0.25em;
}

/* line 956, app/assets/stylesheets/materialize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 967, app/assets/stylesheets/materialize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 976, app/assets/stylesheets/materialize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 985, app/assets/stylesheets/materialize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 993, app/assets/stylesheets/materialize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 1005, app/assets/stylesheets/materialize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 1021, app/assets/stylesheets/materialize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 1031, app/assets/stylesheets/materialize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 1042, app/assets/stylesheets/materialize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 1053, app/assets/stylesheets/materialize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 1065, app/assets/stylesheets/materialize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 1076, app/assets/stylesheets/materialize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 1087, app/assets/stylesheets/materialize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 1101, app/assets/stylesheets/materialize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 1110, app/assets/stylesheets/materialize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 1119, app/assets/stylesheets/materialize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 1129, app/assets/stylesheets/materialize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 1139, app/assets/stylesheets/materialize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 1148, app/assets/stylesheets/materialize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 1158, app/assets/stylesheets/materialize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 1171, app/assets/stylesheets/materialize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 1180, app/assets/stylesheets/materialize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 1191, app/assets/stylesheets/materialize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 1199, app/assets/stylesheets/materialize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 1210, app/assets/stylesheets/materialize.scss */
[hidden] {
  display: none;
}

/* line 1219, app/assets/stylesheets/materialize.scss */
html {
  box-sizing: border-box;
}

/* line 1222, app/assets/stylesheets/materialize.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 1236, app/assets/stylesheets/materialize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* line 1245, app/assets/stylesheets/materialize.scss */
ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

/* line 1249, app/assets/stylesheets/materialize.scss */
ul:not(.browser-default) > li {
  list-style-type: none;
}

/* line 1255, app/assets/stylesheets/materialize.scss */
a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 1265, app/assets/stylesheets/materialize.scss */
.valign-wrapper {
  display: flex;
  align-items: center;
}

/* line 1272, app/assets/stylesheets/materialize.scss */
.clearfix {
  clear: both;
}

/* line 1278, app/assets/stylesheets/materialize.scss */
.z-depth-0 {
  box-shadow: none !important;
}

/* 2dp elevation modified*/
/* line 1283, app/assets/stylesheets/materialize.scss */
.z-depth-1, .sidenav, .collapsible, .dropdown-content, .btn-floating, .btn, .btn-small, .btn-large, .toast, .card, .card-panel, nav {
  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);
}

/* line 1288, app/assets/stylesheets/materialize.scss */
.z-depth-1-half, .btn-floating:hover, .btn:hover, .btn-small:hover, .btn-large:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/
/* line 1293, app/assets/stylesheets/materialize.scss */
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/
/* line 1300, app/assets/stylesheets/materialize.scss */
.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */
/* line 1307, app/assets/stylesheets/materialize.scss */
.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */
/* line 1314, app/assets/stylesheets/materialize.scss */
.z-depth-5, .modal {
  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);
}

/* line 1320, app/assets/stylesheets/materialize.scss */
.hoverable {
  transition: box-shadow .25s;
}

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

/* line 1330, app/assets/stylesheets/materialize.scss */
.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

/* line 1339, app/assets/stylesheets/materialize.scss */
blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}

/* line 1347, app/assets/stylesheets/materialize.scss */
i {
  line-height: inherit;
}

/* line 1350, app/assets/stylesheets/materialize.scss */
i.left {
  float: left;
  margin-right: 15px;
}

/* line 1354, app/assets/stylesheets/materialize.scss */
i.right {
  float: right;
  margin-left: 15px;
}

/* line 1358, app/assets/stylesheets/materialize.scss */
i.tiny {
  font-size: 1rem;
}

/* line 1361, app/assets/stylesheets/materialize.scss */
i.small {
  font-size: 2rem;
}

/* line 1364, app/assets/stylesheets/materialize.scss */
i.medium {
  font-size: 4rem;
}

/* line 1367, app/assets/stylesheets/materialize.scss */
i.large {
  font-size: 6rem;
}

/* line 1373, app/assets/stylesheets/materialize.scss */
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

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

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

/* line 1399, app/assets/stylesheets/materialize.scss */
.pagination li.active a {
  color: #fff;
}

/* line 1401, app/assets/stylesheets/materialize.scss */
.pagination li.active {
  background-color: #ee6e73;
}

/* line 1403, app/assets/stylesheets/materialize.scss */
.pagination li.disabled a {
  cursor: default;
  color: #999;
}

/* line 1408, app/assets/stylesheets/materialize.scss */
.pagination li i {
  font-size: 2rem;
}

/* line 1414, app/assets/stylesheets/materialize.scss */
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width : 992px) {
  /* line 1420, app/assets/stylesheets/materialize.scss */
  .pagination {
    width: 100%;
  }
  /* line 1423, app/assets/stylesheets/materialize.scss */
  .pagination li.prev,
.pagination li.next {
    width: 10%;
  }
  /* line 1428, app/assets/stylesheets/materialize.scss */
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}

/* line 1437, app/assets/stylesheets/materialize.scss */
.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 1441, app/assets/stylesheets/materialize.scss */
.breadcrumb i,
.breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}

/* line 1449, app/assets/stylesheets/materialize.scss */
.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;
}

/* line 1462, app/assets/stylesheets/materialize.scss */
.breadcrumb:first-child:before {
  display: none;
}

/* line 1466, app/assets/stylesheets/materialize.scss */
.breadcrumb:last-child {
  color: #fff;
}

/* line 1472, app/assets/stylesheets/materialize.scss */
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

/* line 1477, app/assets/stylesheets/materialize.scss */
.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* line 1485, app/assets/stylesheets/materialize.scss */
.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}

/* line 1499, app/assets/stylesheets/materialize.scss */
.pin-top, .pin-bottom {
  position: relative;
}

/* line 1502, app/assets/stylesheets/materialize.scss */
.pinned {
  position: fixed !important;
}

/*********************
   Transition Classes
 **********************/
/* line 1510, app/assets/stylesheets/materialize.scss */
ul.staggered-list li {
  opacity: 0;
}

/* line 1514, app/assets/stylesheets/materialize.scss */
.fade-in {
  opacity: 0;
  transform-origin: 0 50%;
}

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

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

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

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

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

@media only screen and (min-width : 1201px) {
  /* line 1548, app/assets/stylesheets/materialize.scss */
  .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 1201px) {
  /* line 1553, app/assets/stylesheets/materialize.scss */
  .show-on-extra-large {
    display: block !important;
  }
}

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

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

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

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

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

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

/* line 1593, app/assets/stylesheets/materialize.scss */
.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ee6e73;
}

/* line 1598, app/assets/stylesheets/materialize.scss */
.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

/* line 1611, app/assets/stylesheets/materialize.scss */
table, th, td {
  border: none;
}

/* line 1615, app/assets/stylesheets/materialize.scss */
table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1622, app/assets/stylesheets/materialize.scss */
table.striped tr {
  border-bottom: none;
}

/* line 1627, app/assets/stylesheets/materialize.scss */
table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}

/* line 1631, app/assets/stylesheets/materialize.scss */
table.striped > tbody > tr > td {
  border-radius: 0;
}

/* line 1637, app/assets/stylesheets/materialize.scss */
table.highlight > tbody > tr {
  transition: background-color .25s ease;
}

/* line 1639, app/assets/stylesheets/materialize.scss */
table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}

/* line 1645, app/assets/stylesheets/materialize.scss */
table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

/* line 1651, app/assets/stylesheets/materialize.scss */
tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

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

@media only screen and (max-width : 992px) {
  /* line 1666, app/assets/stylesheets/materialize.scss */
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  /* line 1673, app/assets/stylesheets/materialize.scss */
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  /* line 1677, app/assets/stylesheets/materialize.scss */
  table.responsive-table th,
table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  /* line 1683, app/assets/stylesheets/materialize.scss */
  table.responsive-table th {
    text-align: left;
  }
  /* line 1684, app/assets/stylesheets/materialize.scss */
  table.responsive-table thead {
    display: block;
    float: left;
  }
  /* line 1688, app/assets/stylesheets/materialize.scss */
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  /* line 1692, app/assets/stylesheets/materialize.scss */
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  /* line 1697, app/assets/stylesheets/materialize.scss */
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  /* line 1704, app/assets/stylesheets/materialize.scss */
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  /* line 1709, app/assets/stylesheets/materialize.scss */
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  /* line 1713, app/assets/stylesheets/materialize.scss */
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  /* line 1718, app/assets/stylesheets/materialize.scss */
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  /* line 1724, app/assets/stylesheets/materialize.scss */
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}

/* line 1734, app/assets/stylesheets/materialize.scss */
.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

/* line 1741, app/assets/stylesheets/materialize.scss */
.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

/* line 1749, app/assets/stylesheets/materialize.scss */
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

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

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

/* line 1774, app/assets/stylesheets/materialize.scss */
.collection .collection-item.avatar .title {
  font-size: 16px;
}

/* line 1778, app/assets/stylesheets/materialize.scss */
.collection .collection-item.avatar p {
  margin: 0;
}

/* line 1782, app/assets/stylesheets/materialize.scss */
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

/* line 1791, app/assets/stylesheets/materialize.scss */
.collection .collection-item:last-child {
  border-bottom: none;
}

/* line 1795, app/assets/stylesheets/materialize.scss */
.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}

/* line 1799, app/assets/stylesheets/materialize.scss */
.collection .collection-item.active .secondary-content {
  color: #fff;
}

/* line 1804, app/assets/stylesheets/materialize.scss */
.collection a.collection-item {
  display: block;
  transition: .25s;
  color: #26a69a;
}

/* line 1809, app/assets/stylesheets/materialize.scss */
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

/* line 1816, app/assets/stylesheets/materialize.scss */
.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

/* line 1821, app/assets/stylesheets/materialize.scss */
.collection.with-header .collection-item {
  padding-left: 30px;
}

/* line 1824, app/assets/stylesheets/materialize.scss */
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

/* line 1831, app/assets/stylesheets/materialize.scss */
.secondary-content {
  float: right;
  color: #26a69a;
}

/* line 1835, app/assets/stylesheets/materialize.scss */
.collapsible .collection {
  margin: 0;
  border: none;
}

/* line 1843, app/assets/stylesheets/materialize.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

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

/* line 1868, app/assets/stylesheets/materialize.scss */
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  transition: width .3s linear;
}

/* line 1876, app/assets/stylesheets/materialize.scss */
.progress .indeterminate {
  background-color: #26a69a;
}

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

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

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

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

/*******************
   Utility Classes
 *******************/
/* line 1939, app/assets/stylesheets/materialize.scss */
.hide {
  display: none !important;
}

/* line 1944, app/assets/stylesheets/materialize.scss */
.left-align {
  text-align: left;
}

/* line 1947, app/assets/stylesheets/materialize.scss */
.right-align {
  text-align: right;
}

/* line 1950, app/assets/stylesheets/materialize.scss */
.center, .center-align {
  text-align: center;
}

/* line 1954, app/assets/stylesheets/materialize.scss */
.left {
  float: left !important;
}

/* line 1957, app/assets/stylesheets/materialize.scss */
.right {
  float: right !important;
}

/* line 1962, app/assets/stylesheets/materialize.scss */
.no-select, input[type=range],
input[type=range] + .thumb {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 1966, app/assets/stylesheets/materialize.scss */
.circle {
  border-radius: 50%;
}

/* line 1970, app/assets/stylesheets/materialize.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 1976, app/assets/stylesheets/materialize.scss */
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1983, app/assets/stylesheets/materialize.scss */
.no-padding {
  padding: 0 !important;
}

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

/* line 2001, app/assets/stylesheets/materialize.scss */
span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #26a69a;
  border-radius: 2px;
}

/* line 2008, app/assets/stylesheets/materialize.scss */
span.badge.new:after {
  content: " new";
}

/* line 2012, app/assets/stylesheets/materialize.scss */
span.badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption);
}

/* line 2018, app/assets/stylesheets/materialize.scss */
nav ul a span.badge {
  display: inline-block;
  float: none;
  margin-left: 4px;
  line-height: 22px;
  height: 22px;
  -webkit-font-smoothing: auto;
}

/* line 2028, app/assets/stylesheets/materialize.scss */
.collection-item span.badge {
  margin-top: calc(0.75rem - 11px);
}

/* line 2031, app/assets/stylesheets/materialize.scss */
.collapsible span.badge {
  margin-left: auto;
}

/* line 2034, app/assets/stylesheets/materialize.scss */
.sidenav span.badge {
  margin-top: calc(24px - 11px);
}

/* line 2038, app/assets/stylesheets/materialize.scss */
table span.badge {
  display: inline-block;
  float: none;
  margin-left: auto;
}

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

/* line 2052, app/assets/stylesheets/materialize.scss */
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width : 601px) {
  /* line 2058, app/assets/stylesheets/materialize.scss */
  .container {
    width: 85%;
  }
}

@media only screen and (min-width : 993px) {
  /* line 2063, app/assets/stylesheets/materialize.scss */
  .container {
    width: 70%;
  }
}

/* line 2067, app/assets/stylesheets/materialize.scss */
.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

/* line 2072, app/assets/stylesheets/materialize.scss */
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 2076, app/assets/stylesheets/materialize.scss */
.section.no-pad {
  padding: 0;
}

/* line 2079, app/assets/stylesheets/materialize.scss */
.section.no-pad-bot {
  padding-bottom: 0;
}

/* line 2082, app/assets/stylesheets/materialize.scss */
.section.no-pad-top {
  padding-top: 0;
}

/* line 2107, app/assets/stylesheets/materialize.scss */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 100%;
}

/* line 2113, app/assets/stylesheets/materialize.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* line 2119, app/assets/stylesheets/materialize.scss */
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}

/* line 2125, app/assets/stylesheets/materialize.scss */
.row .col[class*="push-"], .row .col[class*="pull-"] {
  position: relative;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2133, app/assets/stylesheets/materialize.scss */
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s1 {
  right: 8.3333333333%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s1 {
  left: 8.3333333333%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s2 {
  right: 16.6666666667%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s2 {
  left: 16.6666666667%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s3 {
  margin-left: 25%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s3 {
  right: 25%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s3 {
  left: 25%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s4 {
  right: 33.3333333333%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s4 {
  left: 33.3333333333%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s5 {
  right: 41.6666666667%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s5 {
  left: 41.6666666667%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s6 {
  margin-left: 50%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s6 {
  right: 50%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s6 {
  left: 50%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s7 {
  right: 58.3333333333%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s7 {
  left: 58.3333333333%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s8 {
  right: 66.6666666667%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s8 {
  left: 66.6666666667%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s9 {
  margin-left: 75%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s9 {
  right: 75%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s9 {
  left: 75%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s10 {
  right: 83.3333333333%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s10 {
  left: 83.3333333333%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s11 {
  right: 91.6666666667%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s11 {
  left: 91.6666666667%;
}

/* line 2095, app/assets/stylesheets/materialize.scss */
.row .col.offset-s12 {
  margin-left: 100%;
}

/* line 2098, app/assets/stylesheets/materialize.scss */
.row .col.pull-s12 {
  right: 100%;
}

/* line 2101, app/assets/stylesheets/materialize.scss */
.row .col.push-s12 {
  left: 100%;
}

@media only screen and (min-width : 601px) {
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2152, app/assets/stylesheets/materialize.scss */
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m3 {
    right: 25%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m3 {
    left: 25%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m6 {
    right: 50%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m6 {
    left: 50%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m9 {
    right: 75%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m9 {
    left: 75%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-m12 {
    right: 100%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-m12 {
    left: 100%;
  }
}

@media only screen and (min-width : 993px) {
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2172, app/assets/stylesheets/materialize.scss */
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l3 {
    right: 25%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l3 {
    left: 25%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l6 {
    right: 50%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l6 {
    left: 50%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l9 {
    right: 75%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l9 {
    left: 75%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-l12 {
    right: 100%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-l12 {
    left: 100%;
  }
}

@media only screen and (min-width : 1201px) {
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2192, app/assets/stylesheets/materialize.scss */
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl3 {
    right: 25%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl3 {
    left: 25%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl6 {
    right: 50%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl6 {
    left: 50%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl9 {
    right: 75%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl9 {
    left: 75%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  /* line 2095, app/assets/stylesheets/materialize.scss */
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  /* line 2098, app/assets/stylesheets/materialize.scss */
  .row .col.pull-xl12 {
    right: 100%;
  }
  /* line 2101, app/assets/stylesheets/materialize.scss */
  .row .col.push-xl12 {
    left: 100%;
  }
}

/* line 2210, app/assets/stylesheets/materialize.scss */
nav {
  color: #fff;
  background-color: #ee6e73;
  width: 100%;
  height: 56px;
  line-height: 56px;
}

/* line 2211, app/assets/stylesheets/materialize.scss */
nav.nav-extended {
  height: auto;
}

/* line 2214, app/assets/stylesheets/materialize.scss */
nav.nav-extended .nav-wrapper {
  min-height: 56px;
  height: auto;
}

/* line 2219, app/assets/stylesheets/materialize.scss */
nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}

/* line 2232, app/assets/stylesheets/materialize.scss */
nav a {
  color: #fff;
}

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

/* line 2243, app/assets/stylesheets/materialize.scss */
nav .nav-wrapper {
  position: relative;
  height: 100%;
}

@media only screen and (min-width : 993px) {
  /* line 2249, app/assets/stylesheets/materialize.scss */
  nav a.sidenav-trigger {
    display: none;
  }
}

/* line 2254, app/assets/stylesheets/materialize.scss */
nav .sidenav-trigger {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}

/* line 2261, app/assets/stylesheets/materialize.scss */
nav .sidenav-trigger i {
  height: 56px;
  line-height: 56px;
}

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

/* line 2276, app/assets/stylesheets/materialize.scss */
nav .brand-logo.center {
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width : 992px) {
  /* line 2269, app/assets/stylesheets/materialize.scss */
  nav .brand-logo {
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 2285, app/assets/stylesheets/materialize.scss */
  nav .brand-logo.left, nav .brand-logo.right {
    padding: 0;
    transform: none;
  }
  /* line 2290, app/assets/stylesheets/materialize.scss */
  nav .brand-logo.left {
    left: 0.5rem;
  }
  /* line 2291, app/assets/stylesheets/materialize.scss */
  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}

/* line 2297, app/assets/stylesheets/materialize.scss */
nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}

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

/* line 2312, app/assets/stylesheets/materialize.scss */
nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}

/* line 2320, app/assets/stylesheets/materialize.scss */
nav ul {
  margin: 0;
}

/* line 2323, app/assets/stylesheets/materialize.scss */
nav ul li {
  transition: background-color .3s;
  float: left;
  padding: 0;
}

/* line 2328, app/assets/stylesheets/materialize.scss */
nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}

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

/* line 2340, app/assets/stylesheets/materialize.scss */
nav ul a.btn, nav ul a.btn-small, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}

/* line 2345, app/assets/stylesheets/materialize.scss */
nav ul a.btn > .material-icons, nav ul a.btn-small > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-flat > .material-icons, nav ul a.btn-floating > .material-icons {
  height: inherit;
  line-height: inherit;
}

/* line 2351, app/assets/stylesheets/materialize.scss */
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 2356, app/assets/stylesheets/materialize.scss */
nav ul.left {
  float: left;
}

/* line 2362, app/assets/stylesheets/materialize.scss */
nav form {
  height: 100%;
}

/* line 2366, app/assets/stylesheets/materialize.scss */
nav .input-field {
  margin: 0;
  height: 100%;
}

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

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

/* line 2383, app/assets/stylesheets/materialize.scss */
nav .input-field label {
  top: 0;
  left: 0;
}

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

/* line 2391, app/assets/stylesheets/materialize.scss */
nav .input-field label.active i {
  color: #fff;
}

/* line 2397, app/assets/stylesheets/materialize.scss */
.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}

/* line 2402, app/assets/stylesheets/materialize.scss */
.navbar-fixed nav {
  position: fixed;
}

@media only screen and (min-width : 601px) {
  /* line 2407, app/assets/stylesheets/materialize.scss */
  nav.nav-extended .nav-wrapper {
    min-height: 64px;
  }
  /* line 2410, app/assets/stylesheets/materialize.scss */
  nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 64px;
    line-height: 64px;
  }
  /* line 2414, app/assets/stylesheets/materialize.scss */
  .navbar-fixed {
    height: 64px;
  }
}

/* line 2422, app/assets/stylesheets/materialize.scss */
a {
  text-decoration: none;
}

/* line 2426, app/assets/stylesheets/materialize.scss */
html {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

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

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

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

/* line 2445, app/assets/stylesheets/materialize.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.3;
}

/* line 2451, app/assets/stylesheets/materialize.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

/* line 2452, app/assets/stylesheets/materialize.scss */
h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}

/* line 2453, app/assets/stylesheets/materialize.scss */
h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.3733333333rem 0 1.424rem 0;
}

/* line 2454, app/assets/stylesheets/materialize.scss */
h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.9466666667rem 0 1.168rem 0;
}

/* line 2455, app/assets/stylesheets/materialize.scss */
h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}

/* line 2456, app/assets/stylesheets/materialize.scss */
h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 0.656rem 0;
}

/* line 2457, app/assets/stylesheets/materialize.scss */
h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.7666666667rem 0 0.46rem 0;
}

/* line 2460, app/assets/stylesheets/materialize.scss */
em {
  font-style: italic;
}

/* line 2461, app/assets/stylesheets/materialize.scss */
strong {
  font-weight: 500;
}

/* line 2462, app/assets/stylesheets/materialize.scss */
small {
  font-size: 75%;
}

/* line 2463, app/assets/stylesheets/materialize.scss */
.light {
  font-weight: 300;
}

/* line 2464, app/assets/stylesheets/materialize.scss */
.thin {
  font-weight: 200;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2485, app/assets/stylesheets/materialize.scss */
.scale-transition.scale-out {
  transform: scale(0);
  transition: transform .2s !important;
}

/* line 2490, app/assets/stylesheets/materialize.scss */
.scale-transition.scale-in {
  transform: scale(1);
}

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

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

/* line 2518, app/assets/stylesheets/materialize.scss */
.card .card-title {
  font-size: 24px;
  font-weight: 300;
}

/* line 2521, app/assets/stylesheets/materialize.scss */
.card .card-title.activator {
  cursor: pointer;
}

/* line 2527, app/assets/stylesheets/materialize.scss */
.card.small, .card.medium, .card.large {
  position: relative;
}

/* line 2530, app/assets/stylesheets/materialize.scss */
.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}

/* line 2534, app/assets/stylesheets/materialize.scss */
.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
  max-height: 40%;
}

/* line 2537, app/assets/stylesheets/materialize.scss */
.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 2541, app/assets/stylesheets/materialize.scss */
.card.small .card-action, .card.medium .card-action, .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 2549, app/assets/stylesheets/materialize.scss */
.card.small {
  height: 300px;
}

/* line 2553, app/assets/stylesheets/materialize.scss */
.card.medium {
  height: 400px;
}

/* line 2557, app/assets/stylesheets/materialize.scss */
.card.large {
  height: 500px;
}

/* line 2562, app/assets/stylesheets/materialize.scss */
.card.horizontal {
  display: flex;
}

/* line 2564, app/assets/stylesheets/materialize.scss */
.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}

/* line 2569, app/assets/stylesheets/materialize.scss */
.card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
  height: 100%;
}

/* line 2577, app/assets/stylesheets/materialize.scss */
.card.horizontal .card-image {
  max-width: 50%;
}

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

/* line 2586, app/assets/stylesheets/materialize.scss */
.card.horizontal .card-stacked {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

/* line 2592, app/assets/stylesheets/materialize.scss */
.card.horizontal .card-stacked .card-content {
  flex-grow: 1;
}

/* line 2600, app/assets/stylesheets/materialize.scss */
.card.sticky-action .card-action {
  z-index: 2;
}

/* line 2604, app/assets/stylesheets/materialize.scss */
.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}

/* line 2613, app/assets/stylesheets/materialize.scss */
.card .card-image {
  position: relative;
}

/* line 2617, app/assets/stylesheets/materialize.scss */
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* line 2628, app/assets/stylesheets/materialize.scss */
.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}

/* line 2638, app/assets/stylesheets/materialize.scss */
.card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}

/* line 2642, app/assets/stylesheets/materialize.scss */
.card .card-content p {
  margin: 0;
}

/* line 2645, app/assets/stylesheets/materialize.scss */
.card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
}

/* line 2650, app/assets/stylesheets/materialize.scss */
.card .card-content .card-title i {
  line-height: 32px;
}

/* line 2656, app/assets/stylesheets/materialize.scss */
.card .card-action {
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  position: relative;
  padding: 16px 24px;
}

/* line 2657, app/assets/stylesheets/materialize.scss */
.card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}

/* line 2665, app/assets/stylesheets/materialize.scss */
.card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 24px;
  transition: color .3s ease;
  text-transform: uppercase;
}

/* line 2671, app/assets/stylesheets/materialize.scss */
.card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}

/* line 2675, app/assets/stylesheets/materialize.scss */
.card .card-reveal {
  padding: 24px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

/* line 2687, app/assets/stylesheets/materialize.scss */
.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

/* line 2695, app/assets/stylesheets/materialize.scss */
#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
  width: auto !important;
}

@media only screen and (max-width : 600px) {
  /* line 2695, app/assets/stylesheets/materialize.scss */
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}

@media only screen and (min-width : 601px) and (max-width : 992px) {
  /* line 2695, app/assets/stylesheets/materialize.scss */
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}

@media only screen and (min-width : 993px) {
  /* line 2695, app/assets/stylesheets/materialize.scss */
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}

/* line 2717, app/assets/stylesheets/materialize.scss */
.toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;
}

/* line 2738, app/assets/stylesheets/materialize.scss */
.toast .toast-action {
  color: #eeff41;
  font-weight: 500;
  margin-right: -25px;
  margin-left: 3rem;
}

/* line 2745, app/assets/stylesheets/materialize.scss */
.toast.rounded {
  border-radius: 24px;
}

@media only screen and (max-width : 600px) {
  /* line 2717, app/assets/stylesheets/materialize.scss */
  .toast {
    width: 100%;
    border-radius: 0;
  }
}

/* line 2757, app/assets/stylesheets/materialize.scss */
.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}

/* line 2758, app/assets/stylesheets/materialize.scss */
.tabs.tabs-transparent {
  background-color: transparent;
}

/* line 2761, app/assets/stylesheets/materialize.scss */
.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2767, app/assets/stylesheets/materialize.scss */
.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}

/* line 2772, app/assets/stylesheets/materialize.scss */
.tabs.tabs-transparent .indicator {
  background-color: #fff;
}

/* line 2777, app/assets/stylesheets/materialize.scss */
.tabs.tabs-fixed-width {
  display: flex;
}

/* line 2780, app/assets/stylesheets/materialize.scss */
.tabs.tabs-fixed-width .tab {
  flex-grow: 1;
}

/* line 2794, app/assets/stylesheets/materialize.scss */
.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

/* line 2803, app/assets/stylesheets/materialize.scss */
.tabs .tab a {
  color: rgba(238, 110, 115, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color .28s ease, background-color .28s ease;
}

/* line 2804, app/assets/stylesheets/materialize.scss */
.tabs .tab a:focus, .tabs .tab a.active:focus {
  background-color: rgba(246, 178, 181, 0.2);
  outline: none;
}

/* line 2810, app/assets/stylesheets/materialize.scss */
.tabs .tab a:hover, .tabs .tab a.active {
  background-color: transparent;
  color: #ee6e73;
}

/* line 2827, app/assets/stylesheets/materialize.scss */
.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
  color: rgba(238, 110, 115, 0.4);
  cursor: default;
}

/* line 2833, app/assets/stylesheets/materialize.scss */
.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #f6b2b5;
  will-change: left, right;
}

@media only screen and (max-width : 992px) {
  /* line 2844, app/assets/stylesheets/materialize.scss */
  .tabs {
    display: flex;
  }
  /* line 2847, app/assets/stylesheets/materialize.scss */
  .tabs .tab {
    flex-grow: 1;
  }
  /* line 2850, app/assets/stylesheets/materialize.scss */
  .tabs .tab a {
    padding: 0 12px;
  }
}

/* line 2858, app/assets/stylesheets/materialize.scss */
.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: #323232;
}

/* line 2879, app/assets/stylesheets/materialize.scss */
.backdrop {
  position: absolute;
  opacity: 0;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  transform-origin: 50% 0%;
  visibility: hidden;
}

/* line 2893, app/assets/stylesheets/materialize.scss */
.btn, .btn-small, .btn-large,
.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;
}

/* line 2907, app/assets/stylesheets/materialize.scss */
.btn.disabled,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}

/* line 2927, app/assets/stylesheets/materialize.scss */
.btn.disabled:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

/* line 2934, app/assets/stylesheets/materialize.scss */
.btn,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat {
  font-size: 14px;
  outline: 0;
}

/* line 2941, app/assets/stylesheets/materialize.scss */
.btn i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

/* line 2950, app/assets/stylesheets/materialize.scss */
.btn:focus, .btn-small:focus, .btn-large:focus,
.btn-floating:focus {
  background-color: #1d7d74;
}

/* line 2956, app/assets/stylesheets/materialize.scss */
.btn, .btn-small, .btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  transition: background-color .2s ease-out;
  cursor: pointer;
}

/* line 2965, app/assets/stylesheets/materialize.scss */
.btn:hover, .btn-small:hover, .btn-large:hover {
  background-color: #2bbbad;
}

/* line 2972, app/assets/stylesheets/materialize.scss */
.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  transition: background-color .3s;
  cursor: pointer;
  vertical-align: middle;
}

/* line 2973, app/assets/stylesheets/materialize.scss */
.btn-floating:hover {
  background-color: #26a69a;
}

/* line 2977, app/assets/stylesheets/materialize.scss */
.btn-floating:before {
  border-radius: 0;
}

/* line 2980, app/assets/stylesheets/materialize.scss */
.btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}

/* line 2981, app/assets/stylesheets/materialize.scss */
.btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}

/* line 2987, app/assets/stylesheets/materialize.scss */
.btn-floating.btn-large i {
  line-height: 56px;
}

/* line 2992, app/assets/stylesheets/materialize.scss */
.btn-floating.btn-small {
  width: 32.4px;
  height: 32.4px;
}

/* line 2993, app/assets/stylesheets/materialize.scss */
.btn-floating.btn-small.halfway-fab {
  bottom: -16.2px;
}

/* line 2998, app/assets/stylesheets/materialize.scss */
.btn-floating.btn-small i {
  line-height: 32.4px;
}

/* line 3003, app/assets/stylesheets/materialize.scss */
.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}

/* line 3004, app/assets/stylesheets/materialize.scss */
.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}

/* line 3027, app/assets/stylesheets/materialize.scss */
.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

/* line 3038, app/assets/stylesheets/materialize.scss */
button.btn-floating {
  border: none;
}

/* line 3043, app/assets/stylesheets/materialize.scss */
.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}

/* line 3045, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.active ul {
  visibility: visible;
}

/* line 3051, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-left, .fixed-action-btn.direction-right {
  padding: 0 0 0 15px;
}

/* line 3054, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  /*width 100% only goes to width of button container */
  width: 500px;
}

/* line 3063, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-left ul li, .fixed-action-btn.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}

/* line 3069, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-right {
  padding: 0 15px 0 0;
}

/* line 3071, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}

/* line 3076, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}

/* line 3081, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-bottom {
  padding: 0 0 15px 0;
}

/* line 3083, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: flex;
  flex-direction: column-reverse;
}

/* line 3088, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0 0;
}

/* line 3093, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}

/* line 3095, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}

/* line 3101, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.toolbar ul {
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}

/* line 3106, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.toolbar ul li {
  flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  transition: none;
}

/* line 3112, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}

/* line 3123, app/assets/stylesheets/materialize.scss */
.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}

/* line 3136, app/assets/stylesheets/materialize.scss */
.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}

/* line 3144, app/assets/stylesheets/materialize.scss */
.fixed-action-btn ul li {
  margin-bottom: 15px;
}

/* line 3147, app/assets/stylesheets/materialize.scss */
.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

/* line 3151, app/assets/stylesheets/materialize.scss */
.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #26a69a;
  border-radius: 50%;
  transform: scale(0);
}

/* line 3165, app/assets/stylesheets/materialize.scss */
.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color .2s;
}

/* line 3171, app/assets/stylesheets/materialize.scss */
.btn-flat:focus, .btn-flat:hover {
  box-shadow: none;
}

/* line 3175, app/assets/stylesheets/materialize.scss */
.btn-flat:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 3178, app/assets/stylesheets/materialize.scss */
.btn-flat.disabled, .btn-flat.btn-flat[disabled] {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}

/* line 3187, app/assets/stylesheets/materialize.scss */
.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}

/* line 3194, app/assets/stylesheets/materialize.scss */
.btn-large i {
  font-size: 1.6rem;
}

/* line 3200, app/assets/stylesheets/materialize.scss */
.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}

/* line 3205, app/assets/stylesheets/materialize.scss */
.btn-small i {
  font-size: 1.2rem;
}

/* line 3211, app/assets/stylesheets/materialize.scss */
.btn-block {
  display: block;
}

/* line 3216, app/assets/stylesheets/materialize.scss */
.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;
  transform-origin: 0 0;
}

/* line 3217, app/assets/stylesheets/materialize.scss */
.dropdown-content:focus {
  outline: 0;
}

/* line 3236, app/assets/stylesheets/materialize.scss */
.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;
}

/* line 3237, app/assets/stylesheets/materialize.scss */
.dropdown-content li:hover, .dropdown-content li.active {
  background-color: #eee;
}

/* line 3241, app/assets/stylesheets/materialize.scss */
.dropdown-content li:focus {
  outline: none;
}

/* line 3245, app/assets/stylesheets/materialize.scss */
.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

/* line 3250, app/assets/stylesheets/materialize.scss */
.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

/* line 3258, app/assets/stylesheets/materialize.scss */
.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}

/* line 3265, app/assets/stylesheets/materialize.scss */
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

/* line 3285, app/assets/stylesheets/materialize.scss */
body.keyboard-focused .dropdown-content li:focus {
  background-color: #dadada;
}

/* line 3291, app/assets/stylesheets/materialize.scss */
.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
  transform: none;
}

/* line 3298, app/assets/stylesheets/materialize.scss */
.dropdown-trigger {
  cursor: pointer;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
/* line 3314, app/assets/stylesheets/materialize.scss */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: .3s ease-out;
}

/* line 3325, app/assets/stylesheets/materialize.scss */
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}

/* line 3342, app/assets/stylesheets/materialize.scss */
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

/* line 3345, app/assets/stylesheets/materialize.scss */
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

/* line 3348, app/assets/stylesheets/materialize.scss */
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

/* line 3351, app/assets/stylesheets/materialize.scss */
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

/* line 3354, app/assets/stylesheets/materialize.scss */
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

/* line 3357, app/assets/stylesheets/materialize.scss */
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

/* line 3360, app/assets/stylesheets/materialize.scss */
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

/* line 3365, app/assets/stylesheets/materialize.scss */
.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

/* line 3373, app/assets/stylesheets/materialize.scss */
.waves-effect img {
  position: relative;
  z-index: -1;
}

/* line 3379, app/assets/stylesheets/materialize.scss */
.waves-notransition {
  transition: none !important;
}

/* line 3383, app/assets/stylesheets/materialize.scss */
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

/* line 3388, app/assets/stylesheets/materialize.scss */
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

/* line 3392, app/assets/stylesheets/materialize.scss */
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 3400, app/assets/stylesheets/materialize.scss */
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

/* line 3409, app/assets/stylesheets/materialize.scss */
.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
/* line 3414, app/assets/stylesheets/materialize.scss */
.waves-effect .waves-ripple {
  z-index: -1;
}

/* line 3418, app/assets/stylesheets/materialize.scss */
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}

/* line 3419, app/assets/stylesheets/materialize.scss */
.modal:focus {
  outline: none;
}

@media only screen and (max-width : 992px) {
  /* line 3418, app/assets/stylesheets/materialize.scss */
  .modal {
    width: 80%;
  }
}

/* line 3443, app/assets/stylesheets/materialize.scss */
.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 0;
}

/* line 3447, app/assets/stylesheets/materialize.scss */
.modal .modal-content {
  padding: 24px;
}

/* line 3450, app/assets/stylesheets/materialize.scss */
.modal .modal-close {
  cursor: pointer;
}

/* line 3454, app/assets/stylesheets/materialize.scss */
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}

/* line 3462, app/assets/stylesheets/materialize.scss */
.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-small, .modal .modal-footer .btn-flat {
  margin: 6px 0;
}

/* line 3467, app/assets/stylesheets/materialize.scss */
.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

/* line 3483, app/assets/stylesheets/materialize.scss */
.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}

/* line 3487, app/assets/stylesheets/materialize.scss */
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

/* line 3495, app/assets/stylesheets/materialize.scss */
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

/* line 3503, app/assets/stylesheets/materialize.scss */
.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

/* line 3515, app/assets/stylesheets/materialize.scss */
.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}

/* line 3523, app/assets/stylesheets/materialize.scss */
.collapsible-header {
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

/* line 3524, app/assets/stylesheets/materialize.scss */
.collapsible-header:focus {
  outline: 0;
}

/* line 3536, app/assets/stylesheets/materialize.scss */
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}

/* line 3544, app/assets/stylesheets/materialize.scss */
.keyboard-focused .collapsible-header:focus {
  background-color: #eee;
}

/* line 3548, app/assets/stylesheets/materialize.scss */
.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 2rem;
}

/* line 3559, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible,
.sidenav.fixed .collapsible {
  border: none;
  box-shadow: none;
}

/* line 3563, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible li,
.sidenav.fixed .collapsible li {
  padding: 0;
}

/* line 3566, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}

/* line 3573, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible-header:hover,
.sidenav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 3574, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible-header i,
.sidenav.fixed .collapsible-header i {
  line-height: inherit;
}

/* line 3577, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}

/* line 3581, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible-body li a,
.sidenav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}

/* line 3591, app/assets/stylesheets/materialize.scss */
.collapsible.popout {
  border: none;
  box-shadow: none;
}

/* line 3594, app/assets/stylesheets/materialize.scss */
.collapsible.popout > li {
  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;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 3600, app/assets/stylesheets/materialize.scss */
.collapsible.popout > li.active {
  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;
}

/* line 3609, app/assets/stylesheets/materialize.scss */
.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}

/* line 3610, app/assets/stylesheets/materialize.scss */
.chip:focus {
  outline: none;
  background-color: #26a69a;
  color: #fff;
}

/* line 3628, app/assets/stylesheets/materialize.scss */
.chip > img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

/* line 3636, app/assets/stylesheets/materialize.scss */
.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}

/* line 3645, app/assets/stylesheets/materialize.scss */
.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  box-shadow: none;
  margin: 0 0 8px 0;
  min-height: 45px;
  outline: none;
  transition: all .3s;
}

/* line 3654, app/assets/stylesheets/materialize.scss */
.chips.focus {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

/* line 3659, app/assets/stylesheets/materialize.scss */
.chips:hover {
  cursor: text;
}

/* line 3663, app/assets/stylesheets/materialize.scss */
.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;
}

/* line 3677, app/assets/stylesheets/materialize.scss */
.chips .input:focus {
  border: 0 !important;
  box-shadow: none !important;
}

/* line 3683, app/assets/stylesheets/materialize.scss */
.chips .autocomplete-content {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 3690, app/assets/stylesheets/materialize.scss */
.prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 3695, app/assets/stylesheets/materialize.scss */
.chips:empty ~ label {
  font-size: 0.8rem;
  transform: translateY(-140%);
}

/* line 3702, app/assets/stylesheets/materialize.scss */
.materialboxed {
  display: block;
  cursor: zoom-in;
  position: relative;
  transition: opacity .4s;
  -webkit-backface-visibility: hidden;
}

/* line 3704, app/assets/stylesheets/materialize.scss */
.materialboxed:hover:not(.active) {
  opacity: .8;
}

/* line 3715, app/assets/stylesheets/materialize.scss */
.materialboxed.active {
  cursor: zoom-out;
}

/* line 3720, app/assets/stylesheets/materialize.scss */
#materialbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}

/* line 3731, app/assets/stylesheets/materialize.scss */
.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}

/* line 3749, app/assets/stylesheets/materialize.scss */
select:focus {
  outline: 1px solid #c9f3ef;
}

/* line 3753, app/assets/stylesheets/materialize.scss */
button:focus {
  outline: none;
  background-color: #2ab7a9;
}

/* line 3758, app/assets/stylesheets/materialize.scss */
label {
  font-size: 0.8rem;
  color: #9e9e9e;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
/* line 3769, app/assets/stylesheets/materialize.scss */
::-moz-placeholder {
  color: #d1d1d1;
}
::placeholder {
  color: #d1d1d1;
}

/* Text inputs */
/* line 3775, app/assets/stylesheets/materialize.scss */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: box-shadow .3s, border .3s;
}

/* line 3805, app/assets/stylesheets/materialize.scss */
input:not([type]):disabled, input[readonly="readonly"]:not([type]),
input[type=text]:not(.browser-default):disabled,
input[type=text][readonly="readonly"]:not(.browser-default),
input[type=password]:not(.browser-default):disabled,
input[type=password][readonly="readonly"]:not(.browser-default),
input[type=email]:not(.browser-default):disabled,
input[type=email][readonly="readonly"]:not(.browser-default),
input[type=url]:not(.browser-default):disabled,
input[type=url][readonly="readonly"]:not(.browser-default),
input[type=time]:not(.browser-default):disabled,
input[type=time][readonly="readonly"]:not(.browser-default),
input[type=date]:not(.browser-default):disabled,
input[type=date][readonly="readonly"]:not(.browser-default),
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime][readonly="readonly"]:not(.browser-default),
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local][readonly="readonly"]:not(.browser-default),
input[type=tel]:not(.browser-default):disabled,
input[type=tel][readonly="readonly"]:not(.browser-default),
input[type=number]:not(.browser-default):disabled,
input[type=number][readonly="readonly"]:not(.browser-default),
input[type=search]:not(.browser-default):disabled,
input[type=search][readonly="readonly"]:not(.browser-default),
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}

/* line 3812, app/assets/stylesheets/materialize.scss */
input:not([type]):disabled + label, input[readonly="readonly"]:not([type]) + label,
input[type=text]:not(.browser-default):disabled + label,
input[type=text][readonly="readonly"]:not(.browser-default) + label,
input[type=password]:not(.browser-default):disabled + label,
input[type=password][readonly="readonly"]:not(.browser-default) + label,
input[type=email]:not(.browser-default):disabled + label,
input[type=email][readonly="readonly"]:not(.browser-default) + label,
input[type=url]:not(.browser-default):disabled + label,
input[type=url][readonly="readonly"]:not(.browser-default) + label,
input[type=time]:not(.browser-default):disabled + label,
input[type=time][readonly="readonly"]:not(.browser-default) + label,
input[type=date]:not(.browser-default):disabled + label,
input[type=date][readonly="readonly"]:not(.browser-default) + label,
input[type=datetime]:not(.browser-default):disabled + label,
input[type=datetime][readonly="readonly"]:not(.browser-default) + label,
input[type=datetime-local]:not(.browser-default):disabled + label,
input[type=datetime-local][readonly="readonly"]:not(.browser-default) + label,
input[type=tel]:not(.browser-default):disabled + label,
input[type=tel][readonly="readonly"]:not(.browser-default) + label,
input[type=number]:not(.browser-default):disabled + label,
input[type=number][readonly="readonly"]:not(.browser-default) + label,
input[type=search]:not(.browser-default):disabled + label,
input[type=search][readonly="readonly"]:not(.browser-default) + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.42);
}

/* line 3818, app/assets/stylesheets/materialize.scss */
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

/* line 3824, app/assets/stylesheets/materialize.scss */
input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #26a69a;
}

/* line 3847, app/assets/stylesheets/materialize.scss */
input.valid:not([type]):focus ~ label,
input.valid[type=text]:not(.browser-default):focus ~ label,
input.valid[type=password]:not(.browser-default):focus ~ label,
input.valid[type=email]:not(.browser-default):focus ~ label,
input.valid[type=url]:not(.browser-default):focus ~ label,
input.valid[type=time]:not(.browser-default):focus ~ label,
input.valid[type=date]:not(.browser-default):focus ~ label,
input.valid[type=datetime]:not(.browser-default):focus ~ label,
input.valid[type=datetime-local]:not(.browser-default):focus ~ label,
input.valid[type=tel]:not(.browser-default):focus ~ label,
input.valid[type=number]:not(.browser-default):focus ~ label,
input.valid[type=search]:not(.browser-default):focus ~ label,
textarea.materialize-textarea.valid:focus ~ label {
  color: #4CAF50;
}

/* line 3862, app/assets/stylesheets/materialize.scss */
input.invalid:not([type]):focus ~ label,
input.invalid[type=text]:not(.browser-default):focus ~ label,
input.invalid[type=password]:not(.browser-default):focus ~ label,
input.invalid[type=email]:not(.browser-default):focus ~ label,
input.invalid[type=url]:not(.browser-default):focus ~ label,
input.invalid[type=time]:not(.browser-default):focus ~ label,
input.invalid[type=date]:not(.browser-default):focus ~ label,
input.invalid[type=datetime]:not(.browser-default):focus ~ label,
input.invalid[type=datetime-local]:not(.browser-default):focus ~ label,
input.invalid[type=tel]:not(.browser-default):focus ~ label,
input.invalid[type=number]:not(.browser-default):focus ~ label,
input.invalid[type=search]:not(.browser-default):focus ~ label,
textarea.materialize-textarea.invalid:focus ~ label {
  color: #F44336;
}

/* line 3867, app/assets/stylesheets/materialize.scss */
input.validate:not([type]) + label,
input.validate[type=text]:not(.browser-default) + label,
input.validate[type=password]:not(.browser-default) + label,
input.validate[type=email]:not(.browser-default) + label,
input.validate[type=url]:not(.browser-default) + label,
input.validate[type=time]:not(.browser-default) + label,
input.validate[type=date]:not(.browser-default) + label,
input.validate[type=datetime]:not(.browser-default) + label,
input.validate[type=datetime-local]:not(.browser-default) + label,
input.validate[type=tel]:not(.browser-default) + label,
input.validate[type=number]:not(.browser-default) + label,
input.validate[type=search]:not(.browser-default) + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
}

/* Validation Sass Placeholders */
/* line 3879, app/assets/stylesheets/materialize.scss */
.select-wrapper.valid > input.select-dropdown, input.valid:not([type]), input.valid:not([type]):focus,
input.valid[type=text]:not(.browser-default),
input.valid[type=text]:not(.browser-default):focus,
input.valid[type=password]:not(.browser-default),
input.valid[type=password]:not(.browser-default):focus,
input.valid[type=email]:not(.browser-default),
input.valid[type=email]:not(.browser-default):focus,
input.valid[type=url]:not(.browser-default),
input.valid[type=url]:not(.browser-default):focus,
input.valid[type=time]:not(.browser-default),
input.valid[type=time]:not(.browser-default):focus,
input.valid[type=date]:not(.browser-default),
input.valid[type=date]:not(.browser-default):focus,
input.valid[type=datetime]:not(.browser-default),
input.valid[type=datetime]:not(.browser-default):focus,
input.valid[type=datetime-local]:not(.browser-default),
input.valid[type=datetime-local]:not(.browser-default):focus,
input.valid[type=tel]:not(.browser-default),
input.valid[type=tel]:not(.browser-default):focus,
input.valid[type=number]:not(.browser-default),
input.valid[type=number]:not(.browser-default):focus,
input.valid[type=search]:not(.browser-default),
input.valid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}

/* line 3883, app/assets/stylesheets/materialize.scss */
.select-wrapper.invalid > input.select-dropdown, .select-wrapper.invalid > input.select-dropdown:focus, input.invalid:not([type]), input.invalid:not([type]):focus,
input.invalid[type=text]:not(.browser-default),
input.invalid[type=text]:not(.browser-default):focus,
input.invalid[type=password]:not(.browser-default),
input.invalid[type=password]:not(.browser-default):focus,
input.invalid[type=email]:not(.browser-default),
input.invalid[type=email]:not(.browser-default):focus,
input.invalid[type=url]:not(.browser-default),
input.invalid[type=url]:not(.browser-default):focus,
input.invalid[type=time]:not(.browser-default),
input.invalid[type=time]:not(.browser-default):focus,
input.invalid[type=date]:not(.browser-default),
input.invalid[type=date]:not(.browser-default):focus,
input.invalid[type=datetime]:not(.browser-default),
input.invalid[type=datetime]:not(.browser-default):focus,
input.invalid[type=datetime-local]:not(.browser-default),
input.invalid[type=datetime-local]:not(.browser-default):focus,
input.invalid[type=tel]:not(.browser-default),
input.invalid[type=tel]:not(.browser-default):focus,
input.invalid[type=number]:not(.browser-default),
input.invalid[type=number]:not(.browser-default):focus,
input.invalid[type=search]:not(.browser-default),
input.invalid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}

/* line 3887, app/assets/stylesheets/materialize.scss */
.select-wrapper.valid .helper-text[data-success], .select-wrapper.invalid ~ .helper-text[data-error], input.valid:not([type]) ~ .helper-text[data-success], input.valid:not([type]):focus ~ .helper-text[data-success], input.invalid:not([type]) ~ .helper-text[data-error], input.invalid:not([type]):focus ~ .helper-text[data-error],
input.valid[type=text]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=text]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=password]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=password]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=email]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=email]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=url]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=url]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=time]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=time]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=date]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=date]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=datetime]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=datetime]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=datetime-local]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=datetime-local]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=tel]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=tel]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=number]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=number]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=search]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=search]:not(.browser-default) ~ .helper-text[data-error],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
textarea.materialize-textarea.valid:focus ~ .helper-text[data-success],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
textarea.materialize-textarea.invalid:focus ~ .helper-text[data-error] {
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

/* line 3892, app/assets/stylesheets/materialize.scss */
.select-wrapper.valid ~ .helper-text:after, input.valid:not([type]) ~ .helper-text:after, input.valid:not([type]):focus ~ .helper-text:after,
input.valid[type=text]:not(.browser-default) ~ .helper-text:after,
input.valid[type=text]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=password]:not(.browser-default) ~ .helper-text:after,
input.valid[type=password]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=email]:not(.browser-default) ~ .helper-text:after,
input.valid[type=email]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=url]:not(.browser-default) ~ .helper-text:after,
input.valid[type=url]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=time]:not(.browser-default) ~ .helper-text:after,
input.valid[type=time]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=date]:not(.browser-default) ~ .helper-text:after,
input.valid[type=date]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=datetime]:not(.browser-default) ~ .helper-text:after,
input.valid[type=datetime]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=datetime-local]:not(.browser-default) ~ .helper-text:after,
input.valid[type=datetime-local]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=tel]:not(.browser-default) ~ .helper-text:after,
input.valid[type=tel]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=number]:not(.browser-default) ~ .helper-text:after,
input.valid[type=number]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=search]:not(.browser-default) ~ .helper-text:after,
input.valid[type=search]:not(.browser-default):focus ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
textarea.materialize-textarea.valid:focus ~ .helper-text:after {
  content: attr(data-success);
  color: #4CAF50;
}

/* line 3896, app/assets/stylesheets/materialize.scss */
.select-wrapper.invalid ~ .helper-text:after, input.invalid:not([type]) ~ .helper-text:after, input.invalid:not([type]):focus ~ .helper-text:after,
input.invalid[type=text]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=text]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=password]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=password]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=email]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=email]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=url]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=url]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=time]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=time]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=date]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=date]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=datetime]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=datetime]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=datetime-local]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=datetime-local]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=tel]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=tel]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=number]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=number]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=search]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=search]:not(.browser-default):focus ~ .helper-text:after,
textarea.materialize-textarea.invalid ~ .helper-text:after,
textarea.materialize-textarea.invalid:focus ~ .helper-text:after {
  content: attr(data-error);
  color: #F44336;
}

/* line 3900, app/assets/stylesheets/materialize.scss */
.select-wrapper + label:after, input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: .2s opacity ease-out, .2s color ease-out;
}

/* line 3912, app/assets/stylesheets/materialize.scss */
.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 3914, app/assets/stylesheets/materialize.scss */
.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

/* line 3919, app/assets/stylesheets/materialize.scss */
.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}

/* line 3927, app/assets/stylesheets/materialize.scss */
.input-field.col label {
  left: 0.75rem;
}

/* line 3931, app/assets/stylesheets/materialize.scss */
.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}

/* line 3941, app/assets/stylesheets/materialize.scss */
.input-field > label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  cursor: text;
  transition: transform .2s ease-out, color .2s ease-out;
  transform-origin: 0% 100%;
  text-align: initial;
  transform: translateY(12px);
}

/* line 3953, app/assets/stylesheets/materialize.scss */
.input-field > label.active:not(.label-icon) {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}

/* line 3960, app/assets/stylesheets/materialize.scss */
.input-field > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label, .input-field > input[type=date]:not(.browser-default) + label, .input-field > input[type=time]:not(.browser-default) + label {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}

/* line 3967, app/assets/stylesheets/materialize.scss */
.input-field .helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

/* line 3968, app/assets/stylesheets/materialize.scss */
.input-field .helper-text::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 3983, app/assets/stylesheets/materialize.scss */
.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color .2s;
  top: 0.5rem;
}

/* line 3990, app/assets/stylesheets/materialize.scss */
.input-field .prefix.active {
  color: #26a69a;
}

/* line 3993, app/assets/stylesheets/materialize.scss */
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 4004, app/assets/stylesheets/materialize.scss */
.input-field .prefix ~ label {
  margin-left: 3rem;
}

@media only screen and (max-width : 992px) {
  /* line 4007, app/assets/stylesheets/materialize.scss */
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}

@media only screen and (max-width : 600px) {
  /* line 4014, app/assets/stylesheets/materialize.scss */
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

/* Search Field */
/* line 4024, app/assets/stylesheets/materialize.scss */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  transition: .3s background-color;
}

/* line 4029, app/assets/stylesheets/materialize.scss */
.nav-wrapper .input-field input[type=search] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  box-shadow: none;
}

/* line 4037, app/assets/stylesheets/materialize.scss */
.input-field input[type=search]:focus:not(.browser-default) {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}

/* line 4043, app/assets/stylesheets/materialize.scss */
.input-field input[type=search]:focus:not(.browser-default) + label i, .input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close, .input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
  color: #444;
}

/* line 4050, app/assets/stylesheets/materialize.scss */
.input-field input[type=search] + .label-icon {
  transform: none;
  left: 1rem;
}

/* line 4055, app/assets/stylesheets/materialize.scss */
.input-field input[type=search] ~ .mdi-navigation-close, .input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: .3s color;
}

/* Textarea */
/* line 4071, app/assets/stylesheets/materialize.scss */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}

/* line 4076, app/assets/stylesheets/materialize.scss */
textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: .8rem 0 .8rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
  box-sizing: border-box;
}

/* line 4087, app/assets/stylesheets/materialize.scss */
.hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
  position: absolute;
  top: 0;
  z-index: -1;
}

/* Autocomplete */
/* line 4104, app/assets/stylesheets/materialize.scss */
.autocomplete-content li .highlight {
  color: #444;
}

/* line 4106, app/assets/stylesheets/materialize.scss */
.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}

/* Character Counter */
/* line 4115, app/assets/stylesheets/materialize.scss */
.character-counter {
  min-height: 18px;
}

/* Radio Buttons
   ========================================================================== */
/* line 4125, app/assets/stylesheets/materialize.scss */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 4132, app/assets/stylesheets/materialize.scss */
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 4145, app/assets/stylesheets/materialize.scss */
[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}

/* Unchecked styles */
/* line 4159, app/assets/stylesheets/materialize.scss */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
.with-gap[type="radio"]:checked + label:before,
.with-gap[type="radio"]:checked + label:after {
  border-radius: 50%;
}

/* line 4168, app/assets/stylesheets/materialize.scss */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid #5a5a5a;
}

/* line 4173, app/assets/stylesheets/materialize.scss */
[type="radio"]:not(:checked) + label:after {
  transform: scale(0);
}

/* Checked styles */
/* line 4178, app/assets/stylesheets/materialize.scss */
[type="radio"]:checked + label:before {
  border: 2px solid transparent;
}

/* line 4182, app/assets/stylesheets/materialize.scss */
[type="radio"]:checked + label:after,
.with-gap[type="radio"]:checked + label:before,
.with-gap[type="radio"]:checked + label:after {
  border: 2px solid #26a69a;
}

/* line 4188, app/assets/stylesheets/materialize.scss */
[type="radio"]:checked + label:after,
.with-gap[type="radio"]:checked + label:after {
  background-color: #26a69a;
}

/* line 4193, app/assets/stylesheets/materialize.scss */
[type="radio"]:checked + label:after {
  transform: scale(1.02);
}

/* Radio With gap */
/* line 4198, app/assets/stylesheets/materialize.scss */
.with-gap[type="radio"]:checked + label:after {
  transform: scale(0.5);
}

/* Focused styles */
/* line 4203, app/assets/stylesheets/materialize.scss */
.tabbed[type="radio"]:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
/* line 4208, app/assets/stylesheets/materialize.scss */
.with-gap[type="radio"]:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}

/* line 4212, app/assets/stylesheets/materialize.scss */
.with-gap[type="radio"]:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* Disabled style */
/* line 4218, app/assets/stylesheets/materialize.scss */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}

/* line 4224, app/assets/stylesheets/materialize.scss */
[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.42);
}

/* line 4228, app/assets/stylesheets/materialize.scss */
[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.42);
}

/* line 4232, app/assets/stylesheets/materialize.scss */
[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}

/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
/* line 4242, app/assets/stylesheets/materialize.scss */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 4250, app/assets/stylesheets/materialize.scss */
[type="checkbox"] {
  /* checkbox aspect */
}

/* line 4252, app/assets/stylesheets/materialize.scss */
[type="checkbox"] + label: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;
          user-select: none;
}

/* line 4264, app/assets/stylesheets/materialize.scss */
[type="checkbox"] + label:not(.lever):before, [type="checkbox"]:not(.filled-in) + label:not(.lever):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 3px;
  transition: .2s;
}

/* line 4279, app/assets/stylesheets/materialize.scss */
[type="checkbox"]:not(.filled-in) + label:not(.lever):after {
  border: 0;
  transform: scale(0);
}

/* line 4284, app/assets/stylesheets/materialize.scss */
[type="checkbox"]:not(:checked):disabled + label:not(.lever):before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* line 4290, app/assets/stylesheets/materialize.scss */
.tabbed[type="checkbox"]:focus + label:not(.lever):after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 4300, app/assets/stylesheets/materialize.scss */
[type="checkbox"]:checked + label:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

/* line 4314, app/assets/stylesheets/materialize.scss */
[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

/* Indeterminate checkbox */
/* line 4322, app/assets/stylesheets/materialize.scss */
[type="checkbox"]:indeterminate + label:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

/* line 4337, app/assets/stylesheets/materialize.scss */
[type="checkbox"]:indeterminate:disabled + label:not(.lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

/* line 4346, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"] + label:not(.lever):after {
  border-radius: 2px;
}

/* line 4350, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"] + label:not(.lever):before,
.filled-in[type="checkbox"] + label:not(.lever):after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

/* line 4361, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"]:not(:checked) + label:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

/* line 4371, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"]:not(:checked) + label:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

/* line 4382, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"]:checked + label: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;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

/* line 4395, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"]:checked + label:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}

/* line 4406, app/assets/stylesheets/materialize.scss */
.filled-in.tabbed[type="checkbox"]:focus + label:not(.lever):after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 4412, app/assets/stylesheets/materialize.scss */
.filled-in.tabbed[type="checkbox"]:checked:focus + label:not(.lever):after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}

/* line 4419, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"]:disabled:not(:checked) + label:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}

/* line 4424, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"]:disabled:not(:checked) + label:not(.lever):after {
  border-color: transparent;
  background-color: #949494;
}

/* line 4429, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"]:disabled:checked + label:not(.lever):before {
  background-color: transparent;
}

/* line 4433, app/assets/stylesheets/materialize.scss */
.filled-in[type="checkbox"]:disabled:checked + label:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}

/* Switch
   ========================================================================== */
/* line 4443, app/assets/stylesheets/materialize.scss */
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 4449, app/assets/stylesheets/materialize.scss */
.switch label {
  cursor: pointer;
}

/* line 4453, app/assets/stylesheets/materialize.scss */
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 4458, app/assets/stylesheets/materialize.scss */
.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}

/* line 4461, app/assets/stylesheets/materialize.scss */
.switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
  left: 18px;
}

/* line 4465, app/assets/stylesheets/materialize.scss */
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
}

/* line 4471, app/assets/stylesheets/materialize.scss */
.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;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

/* line 4484, app/assets/stylesheets/materialize.scss */
.switch label .lever:before, .switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
}

/* line 4496, app/assets/stylesheets/materialize.scss */
.switch label .lever:before {
  background-color: rgba(38, 166, 154, 0.15);
}

/* line 4500, app/assets/stylesheets/materialize.scss */
.switch label .lever:after {
  background-color: #F1F1F1;
  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);
}

/* line 4507, app/assets/stylesheets/materialize.scss */
input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input.tabbed[type=checkbox]:checked:not(:disabled):focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(38, 166, 154, 0.15);
}

/* line 4513, app/assets/stylesheets/materialize.scss */
input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input.tabbed[type=checkbox]:not(:disabled):focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}

/* line 4520, app/assets/stylesheets/materialize.scss */
.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}

/* line 4525, app/assets/stylesheets/materialize.scss */
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494;
}

/* Select Field
   ========================================================================== */
/* line 4535, app/assets/stylesheets/materialize.scss */
select {
  display: none;
}

/* line 4536, app/assets/stylesheets/materialize.scss */
select.browser-default {
  display: block;
}

/* line 4538, app/assets/stylesheets/materialize.scss */
select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}

/* line 4547, app/assets/stylesheets/materialize.scss */
.select-label {
  position: absolute;
}

/* line 4551, app/assets/stylesheets/materialize.scss */
.select-wrapper {
  position: relative;
}

/* line 4578, app/assets/stylesheets/materialize.scss */
.select-wrapper.valid + label, .select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}

/* line 4590, app/assets/stylesheets/materialize.scss */
.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}

/* line 4591, app/assets/stylesheets/materialize.scss */
.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #26a69a;
}

/* line 4611, app/assets/stylesheets/materialize.scss */
.select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}

/* line 4621, app/assets/stylesheets/materialize.scss */
.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}

/* line 4629, app/assets/stylesheets/materialize.scss */
select:disabled {
  color: rgba(0, 0, 0, 0.42);
}

/* line 4634, app/assets/stylesheets/materialize.scss */
.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}

/* line 4637, app/assets/stylesheets/materialize.scss */
.select-wrapper.disabled .caret {
  fill: rgba(0, 0, 0, 0.42);
}

/* line 4642, app/assets/stylesheets/materialize.scss */
.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 4648, app/assets/stylesheets/materialize.scss */
.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

/* line 4652, app/assets/stylesheets/materialize.scss */
.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

/* line 4660, app/assets/stylesheets/materialize.scss */
body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: rgba(0, 0, 0, 0.08);
}

/* line 4667, app/assets/stylesheets/materialize.scss */
.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

/* line 4671, app/assets/stylesheets/materialize.scss */
.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}

/* line 4678, app/assets/stylesheets/materialize.scss */
.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 4684, app/assets/stylesheets/materialize.scss */
.prefix ~ label {
  margin-left: 3rem;
}

/* line 4688, app/assets/stylesheets/materialize.scss */
.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

/* line 4697, app/assets/stylesheets/materialize.scss */
.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

/* line 4700, app/assets/stylesheets/materialize.scss */
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}

/* line 4704, app/assets/stylesheets/materialize.scss */
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}

/* line 4708, app/assets/stylesheets/materialize.scss */
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

/* File Input
   ========================================================================== */
/* line 4718, app/assets/stylesheets/materialize.scss */
.file-field {
  position: relative;
}

/* line 4721, app/assets/stylesheets/materialize.scss */
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}

/* line 4726, app/assets/stylesheets/materialize.scss */
.file-field input.file-path {
  width: 100%;
}

/* line 4728, app/assets/stylesheets/materialize.scss */
.file-field .btn, .file-field .btn-large, .file-field .btn-small {
  float: left;
  height: 3rem;
  line-height: 3rem;
}

/* line 4734, app/assets/stylesheets/materialize.scss */
.file-field span {
  cursor: pointer;
}

/* line 4738, app/assets/stylesheets/materialize.scss */
.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 4741, app/assets/stylesheets/materialize.scss */
.file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}

/* Range
   ========================================================================== */
/* line 4764, app/assets/stylesheets/materialize.scss */
.range-field {
  position: relative;
}

/* line 4768, app/assets/stylesheets/materialize.scss */
input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}

/* line 4774, app/assets/stylesheets/materialize.scss */
input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}

/* line 4783, app/assets/stylesheets/materialize.scss */
input[type=range]:focus {
  outline: none;
}

/* line 4788, app/assets/stylesheets/materialize.scss */
input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  margin-left: 7px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}

/* line 4802, app/assets/stylesheets/materialize.scss */
input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  transform: rotate(45deg);
}

/* line 4811, app/assets/stylesheets/materialize.scss */
input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}

/* line 4814, app/assets/stylesheets/materialize.scss */
input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

/* line 4840, app/assets/stylesheets/materialize.scss */
input[type=range] {
  -webkit-appearance: none;
}

/* line 4844, app/assets/stylesheets/materialize.scss */
input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

/* line 4848, app/assets/stylesheets/materialize.scss */
input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
  -webkit-appearance: none;
  background-color: #26a69a;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
}

/* line 4857, app/assets/stylesheets/materialize.scss */
.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

/* line 4862, app/assets/stylesheets/materialize.scss */
input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

/* line 4869, app/assets/stylesheets/materialize.scss */
input[type=range]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

/* line 4873, app/assets/stylesheets/materialize.scss */
input[type=range]::-moz-focus-inner {
  border: 0;
}

/* line 4877, app/assets/stylesheets/materialize.scss */
input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -moz-transition: box-shadow .3s;
  transition: box-shadow .3s;
  margin-top: -5px;
}

/* line 4883, app/assets/stylesheets/materialize.scss */
input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

/* line 4888, app/assets/stylesheets/materialize.scss */
.keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

/* line 4893, app/assets/stylesheets/materialize.scss */
input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

/* line 4907, app/assets/stylesheets/materialize.scss */
input[type=range]::-ms-fill-lower {
  background: #777;
}

/* line 4911, app/assets/stylesheets/materialize.scss */
input[type=range]::-ms-fill-upper {
  background: #ddd;
}

/* line 4915, app/assets/stylesheets/materialize.scss */
input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -ms-transition: box-shadow .3s;
  transition: box-shadow .3s;
}

/* line 4919, app/assets/stylesheets/materialize.scss */
.keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

/***************
    Nav List
***************/
/* line 4929, app/assets/stylesheets/materialize.scss */
.table-of-contents.fixed {
  position: fixed;
}

/* line 4933, app/assets/stylesheets/materialize.scss */
.table-of-contents li {
  padding: 2px 0;
}

/* line 4936, app/assets/stylesheets/materialize.scss */
.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 16px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block;
}

/* line 4946, app/assets/stylesheets/materialize.scss */
.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 15px;
  border-left: 1px solid #ee6e73;
}

/* line 4951, app/assets/stylesheets/materialize.scss */
.table-of-contents a.active {
  font-weight: 500;
  padding-left: 14px;
  border-left: 2px solid #ee6e73;
}

/* line 4960, app/assets/stylesheets/materialize.scss */
.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
}

/* line 4981, app/assets/stylesheets/materialize.scss */
.sidenav.right-aligned {
  right: 0;
  transform: translateX(105%);
  left: auto;
  transform: translateX(100%);
}

/* line 4988, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible {
  margin: 0;
}

/* line 4993, app/assets/stylesheets/materialize.scss */
.sidenav li {
  float: none;
  line-height: 48px;
}

/* line 4997, app/assets/stylesheets/materialize.scss */
.sidenav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 5000, app/assets/stylesheets/materialize.scss */
.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;
}

/* line 5009, app/assets/stylesheets/materialize.scss */
.sidenav li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 5011, app/assets/stylesheets/materialize.scss */
.sidenav li > a.btn, .sidenav li > a.btn-small, .sidenav li > a.btn-large, .sidenav li > a.btn-flat, .sidenav li > a.btn-floating {
  margin: 10px 15px;
}

/* line 5015, app/assets/stylesheets/materialize.scss */
.sidenav li > a.btn, .sidenav li > a.btn-small, .sidenav li > a.btn-large, .sidenav li > a.btn-floating {
  color: #fff;
}

/* line 5018, app/assets/stylesheets/materialize.scss */
.sidenav li > a.btn-flat {
  color: #343434;
}

/* line 5020, app/assets/stylesheets/materialize.scss */
.sidenav li > a.btn:hover, .sidenav li > a.btn-small:hover, .sidenav li > a.btn-large:hover {
  background-color: #2bbbad;
}

/* line 5022, app/assets/stylesheets/materialize.scss */
.sidenav li > a.btn-floating:hover {
  background-color: #26a69a;
}

/* line 5024, app/assets/stylesheets/materialize.scss */
.sidenav li > a > i, .sidenav li > a > [class^="mdi-"], .sidenav li > a li > a > [class*="mdi-"], .sidenav li > a > i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}

/* line 5037, app/assets/stylesheets/materialize.scss */
.sidenav .divider {
  margin: 8px 0 0 0;
}

/* line 5041, app/assets/stylesheets/materialize.scss */
.sidenav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}

/* line 5042, app/assets/stylesheets/materialize.scss */
.sidenav .subheader:hover {
  background-color: transparent;
}

/* line 5054, app/assets/stylesheets/materialize.scss */
.sidenav .user-view {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}

/* line 5059, app/assets/stylesheets/materialize.scss */
.sidenav .user-view > a {
  height: auto;
  padding: 0;
}

/* line 5060, app/assets/stylesheets/materialize.scss */
.sidenav .user-view > a:hover {
  background-color: transparent;
}

/* line 5065, app/assets/stylesheets/materialize.scss */
.sidenav .user-view .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* line 5075, app/assets/stylesheets/materialize.scss */
.sidenav .user-view .circle, .sidenav .user-view .name, .sidenav .user-view .email {
  display: block;
}

/* line 5079, app/assets/stylesheets/materialize.scss */
.sidenav .user-view .circle {
  height: 64px;
  width: 64px;
}

/* line 5084, app/assets/stylesheets/materialize.scss */
.sidenav .user-view .name,
.sidenav .user-view .email {
  font-size: 14px;
  line-height: 24px;
}

/* line 5090, app/assets/stylesheets/materialize.scss */
.sidenav .user-view .name {
  margin-top: 16px;
  font-weight: 500;
}

/* line 5095, app/assets/stylesheets/materialize.scss */
.sidenav .user-view .email {
  padding-bottom: 16px;
  font-weight: 400;
}

/* line 5104, app/assets/stylesheets/materialize.scss */
.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

/* line 5106, app/assets/stylesheets/materialize.scss */
.drag-target.right-aligned {
  right: 0;
}

/* line 5119, app/assets/stylesheets/materialize.scss */
.sidenav.sidenav-fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}

/* line 5121, app/assets/stylesheets/materialize.scss */
.sidenav.sidenav-fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width : 992px) {
  /* line 5134, app/assets/stylesheets/materialize.scss */
  .sidenav.sidenav-fixed {
    transform: translateX(-105%);
  }
  /* line 5137, app/assets/stylesheets/materialize.scss */
  .sidenav.sidenav-fixed.right-aligned {
    transform: translateX(105%);
  }
  /* line 5142, app/assets/stylesheets/materialize.scss */
  .sidenav > a {
    padding: 0 16px;
  }
  /* line 5146, app/assets/stylesheets/materialize.scss */
  .sidenav .user-view {
    padding: 16px 16px 0;
  }
}

/* line 5153, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible-body > ul:not(.collapsible) > li.active,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #ee6e73;
}

/* line 5156, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible-body > ul:not(.collapsible) > li.active a,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}

/* line 5160, app/assets/stylesheets/materialize.scss */
.sidenav .collapsible-body {
  padding: 0;
}

/* line 5165, app/assets/stylesheets/materialize.scss */
.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none;
}

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
/* line 5207, app/assets/stylesheets/materialize.scss */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}

/* line 5213, app/assets/stylesheets/materialize.scss */
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}

/* line 5218, app/assets/stylesheets/materialize.scss */
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}

/* line 5223, app/assets/stylesheets/materialize.scss */
.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  animation: container-rotate 1568ms linear infinite;
}

@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}

/* line 5238, app/assets/stylesheets/materialize.scss */
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a;
}

/* line 5246, app/assets/stylesheets/materialize.scss */
.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

/* line 5251, app/assets/stylesheets/materialize.scss */
.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

/* line 5256, app/assets/stylesheets/materialize.scss */
.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

/* line 5261, app/assets/stylesheets/materialize.scss */
.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
/* line 5279, app/assets/stylesheets/materialize.scss */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 5285, app/assets/stylesheets/materialize.scss */
.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 5291, app/assets/stylesheets/materialize.scss */
.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 5297, app/assets/stylesheets/materialize.scss */
.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 5303, app/assets/stylesheets/materialize.scss */
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}

@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}

@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}

@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
/* line 5406, app/assets/stylesheets/materialize.scss */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 5416, app/assets/stylesheets/materialize.scss */
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

/* line 5421, app/assets/stylesheets/materialize.scss */
.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 5429, app/assets/stylesheets/materialize.scss */
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 5445, app/assets/stylesheets/materialize.scss */
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  transform: rotate(129deg);
}

/* line 5451, app/assets/stylesheets/materialize.scss */
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  transform: rotate(-129deg);
}

/* line 5461, app/assets/stylesheets/materialize.scss */
.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 5467, app/assets/stylesheets/materialize.scss */
.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}

@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}

/* line 5497, app/assets/stylesheets/materialize.scss */
#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 5514, app/assets/stylesheets/materialize.scss */
.slider {
  position: relative;
  height: 400px;
  width: 100%;
}

/* line 5520, app/assets/stylesheets/materialize.scss */
.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 5529, app/assets/stylesheets/materialize.scss */
.slider.fullscreen ul.slides {
  height: 100%;
}

/* line 5533, app/assets/stylesheets/materialize.scss */
.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}

/* line 5539, app/assets/stylesheets/materialize.scss */
.slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}

/* line 5544, app/assets/stylesheets/materialize.scss */
.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

/* line 5554, app/assets/stylesheets/materialize.scss */
.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

/* line 5561, app/assets/stylesheets/materialize.scss */
.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}

/* line 5569, app/assets/stylesheets/materialize.scss */
.slider .slides li .caption p {
  color: #e0e0e0;
}

/* line 5572, app/assets/stylesheets/materialize.scss */
.slider .slides li.active {
  z-index: 2;
}

/* line 5579, app/assets/stylesheets/materialize.scss */
.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* line 5587, app/assets/stylesheets/materialize.scss */
.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  transition: background-color .3s;
  border-radius: 50%;
}

/* line 5599, app/assets/stylesheets/materialize.scss */
.slider .indicators .indicator-item.active {
  background-color: #4CAF50;
}

/* line 5607, app/assets/stylesheets/materialize.scss */
.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
}

/* line 5608, app/assets/stylesheets/materialize.scss */
.carousel.carousel-slider {
  top: 0;
  left: 0;
}

/* line 5612, app/assets/stylesheets/materialize.scss */
.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}

/* line 5613, app/assets/stylesheets/materialize.scss */
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}

/* line 5624, app/assets/stylesheets/materialize.scss */
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 5632, app/assets/stylesheets/materialize.scss */
.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

/* line 5638, app/assets/stylesheets/materialize.scss */
.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}

/* line 5652, app/assets/stylesheets/materialize.scss */
.carousel .carousel-item {
  visibility: hidden;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 5660, app/assets/stylesheets/materialize.scss */
.carousel .carousel-item > img {
  width: 100%;
}

/* line 5665, app/assets/stylesheets/materialize.scss */
.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* line 5673, app/assets/stylesheets/materialize.scss */
.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color .3s;
  border-radius: 50%;
}

/* line 5674, app/assets/stylesheets/materialize.scss */
.carousel .indicators .indicator-item.active {
  background-color: #fff;
}

/* line 5692, app/assets/stylesheets/materialize.scss */
.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}

/* line 5699, app/assets/stylesheets/materialize.scss */
.tap-target-wrapper {
  width: 800px;
  height: 800px;
  position: fixed;
  z-index: 1000;
  visibility: hidden;
  transition: visibility 0s .3s;
}

/* line 5708, app/assets/stylesheets/materialize.scss */
.tap-target-wrapper.open {
  visibility: visible;
  transition: visibility 0s;
}

/* line 5712, app/assets/stylesheets/materialize.scss */
.tap-target-wrapper.open .tap-target {
  transform: scale(1);
  opacity: .95;
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 5720, app/assets/stylesheets/materialize.scss */
.tap-target-wrapper.open .tap-target-wave::before {
  transform: scale(1);
}

/* line 5723, app/assets/stylesheets/materialize.scss */
.tap-target-wrapper.open .tap-target-wave::after {
  visibility: visible;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  transition: opacity .3s, transform .3s, visibility 0s 1s;
}

/* line 5733, app/assets/stylesheets/materialize.scss */
.tap-target {
  position: absolute;
  font-size: 1rem;
  border-radius: 50%;
  background-color: #ee6e73;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 5748, app/assets/stylesheets/materialize.scss */
.tap-target-content {
  position: relative;
  display: table-cell;
}

/* line 5753, app/assets/stylesheets/materialize.scss */
.tap-target-wave {
  position: absolute;
  border-radius: 50%;
  z-index: 10001;
}

/* line 5754, app/assets/stylesheets/materialize.scss */
.tap-target-wave::before, .tap-target-wave::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
}

/* line 5764, app/assets/stylesheets/materialize.scss */
.tap-target-wave::before {
  transform: scale(0);
  transition: transform .3s;
}

/* line 5768, app/assets/stylesheets/materialize.scss */
.tap-target-wave::after {
  visibility: hidden;
  transition: opacity .3s, transform .3s, visibility 0s;
  z-index: -1;
}

/* line 5782, app/assets/stylesheets/materialize.scss */
.tap-target-origin {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10002;
  position: absolute !important;
}

/* line 5783, app/assets/stylesheets/materialize.scss */
.tap-target-origin:not(.btn):not(.btn-large):not(.btn-small), .tap-target-origin:not(.btn):not(.btn-large):not(.btn-small):hover {
  background: none;
}

@media only screen and (max-width: 600px) {
  /* line 5797, app/assets/stylesheets/materialize.scss */
  .tap-target, .tap-target-wrapper {
    width: 600px;
    height: 600px;
  }
}

/* line 5804, app/assets/stylesheets/materialize.scss */
.pulse {
  overflow: visible;
  position: relative;
}

/* line 5805, app/assets/stylesheets/materialize.scss */
.pulse::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  transition: opacity .3s, transform .3s;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

@keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

/* Modal */
/* line 5841, app/assets/stylesheets/materialize.scss */
.datepicker-modal {
  max-width: 325px;
  min-width: 300px;
  max-height: none;
  z-index: 4005 !important;
}

/* line 5848, app/assets/stylesheets/materialize.scss */
.datepicker-container.modal-content {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}

/* line 5854, app/assets/stylesheets/materialize.scss */
.datepicker-controls {
  display: flex;
  justify-content: space-between;
  width: 280px;
  margin: 0 auto;
}

/* line 5860, app/assets/stylesheets/materialize.scss */
.datepicker-controls .selects-container {
  display: flex;
}

/* line 5865, app/assets/stylesheets/materialize.scss */
.datepicker-controls .select-wrapper input {
  border-bottom: none;
  text-align: center;
  margin: 0;
}

/* line 5866, app/assets/stylesheets/materialize.scss */
.datepicker-controls .select-wrapper input:focus {
  border-bottom: none;
}

/* line 5874, app/assets/stylesheets/materialize.scss */
.datepicker-controls .select-wrapper .caret {
  display: none;
}

/* line 5879, app/assets/stylesheets/materialize.scss */
.datepicker-controls .select-year input {
  width: 50px;
}

/* line 5883, app/assets/stylesheets/materialize.scss */
.datepicker-controls .select-month input {
  width: 70px;
}

/* line 5888, app/assets/stylesheets/materialize.scss */
.month-prev, .month-next {
  margin-top: 4px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

/* Date Display */
/* line 5897, app/assets/stylesheets/materialize.scss */
.datepicker-date-display {
  flex: 1 auto;
  background-color: #26a69a;
  color: #fff;
  padding: 20px 22px;
  font-weight: 500;
}

/* line 5904, app/assets/stylesheets/materialize.scss */
.datepicker-date-display .year-text {
  display: block;
  font-size: 1.5rem;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 5911, app/assets/stylesheets/materialize.scss */
.datepicker-date-display .date-text {
  display: block;
  font-size: 2.8rem;
  line-height: 47px;
  font-weight: 500;
}

/* Calendar */
/* line 5921, app/assets/stylesheets/materialize.scss */
.datepicker-calendar-container {
  flex: 2.5 auto;
}

/* line 5925, app/assets/stylesheets/materialize.scss */
.datepicker-table {
  width: 280px;
  font-size: 1rem;
  margin: 0 auto;
}

/* line 5930, app/assets/stylesheets/materialize.scss */
.datepicker-table thead {
  border-bottom: none;
}

/* line 5934, app/assets/stylesheets/materialize.scss */
.datepicker-table th {
  padding: 10px 5px;
  text-align: center;
}

/* line 5939, app/assets/stylesheets/materialize.scss */
.datepicker-table tr {
  border: none;
}

/* line 5943, app/assets/stylesheets/materialize.scss */
.datepicker-table abbr {
  text-decoration: none;
  color: #999;
}

/* line 5948, app/assets/stylesheets/materialize.scss */
.datepicker-table td {
  border-radius: 50%;
  padding: 0;
}

/* line 5949, app/assets/stylesheets/materialize.scss */
.datepicker-table td.is-today {
  color: #26a69a;
}

/* line 5953, app/assets/stylesheets/materialize.scss */
.datepicker-table td.is-selected {
  background-color: #26a69a;
  color: #fff;
}

/* line 5958, app/assets/stylesheets/materialize.scss */
.datepicker-table td.is-outside-current-month, .datepicker-table td.is-disabled {
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

/* line 5969, app/assets/stylesheets/materialize.scss */
.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;
}

/* line 5970, app/assets/stylesheets/materialize.scss */
.datepicker-day-button:focus {
  background-color: rgba(43, 161, 150, 0.25);
}

/* Footer */
/* line 5987, app/assets/stylesheets/materialize.scss */
.datepicker-footer {
  width: 280px;
  margin: 0 auto;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

/* line 5995, app/assets/stylesheets/materialize.scss */
.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
  color: #26a69a;
  padding: 0 1rem;
}

/* line 6003, app/assets/stylesheets/materialize.scss */
.datepicker-clear {
  color: #F44336;
}

/* Media Queries */
@media only screen and (min-width : 601px) {
  /* line 6010, app/assets/stylesheets/materialize.scss */
  .datepicker-modal {
    max-width: 625px;
  }
  /* line 6014, app/assets/stylesheets/materialize.scss */
  .datepicker-container.modal-content {
    flex-direction: row;
  }
  /* line 6018, app/assets/stylesheets/materialize.scss */
  .datepicker-date-display {
    flex: 0 1 270px;
  }
  /* line 6022, app/assets/stylesheets/materialize.scss */
  .datepicker-controls,
.datepicker-table,
.datepicker-footer {
    width: 320px;
  }
  /* line 6028, app/assets/stylesheets/materialize.scss */
  .datepicker-day-button {
    line-height: 44px;
  }
}

/* Timepicker Containers */
/* line 6036, app/assets/stylesheets/materialize.scss */
.timepicker-modal {
  max-width: 325px;
  max-height: none;
}

/* line 6041, app/assets/stylesheets/materialize.scss */
.timepicker-container.modal-content {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}

/* line 6047, app/assets/stylesheets/materialize.scss */
.text-primary {
  color: white;
}

/* Clock Digital Display */
/* line 6053, app/assets/stylesheets/materialize.scss */
.timepicker-digital-display {
  flex: 1 auto;
  background-color: #26a69a;
  padding: 10px;
  font-weight: 300;
}

/* line 6060, app/assets/stylesheets/materialize.scss */
.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;
          user-select: none;
}

/* line 6070, app/assets/stylesheets/materialize.scss */
.timepicker-span-hours,
.timepicker-span-minutes,
.timepicker-span-am-pm div {
  cursor: pointer;
}

/* line 6076, app/assets/stylesheets/materialize.scss */
.timepicker-span-hours {
  margin-right: 3px;
}

/* line 6080, app/assets/stylesheets/materialize.scss */
.timepicker-span-minutes {
  margin-left: 3px;
}

/* line 6084, app/assets/stylesheets/materialize.scss */
.timepicker-display-am-pm {
  font-size: 1.3rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-weight: 400;
}

/* Analog Clock Display */
/* line 6094, app/assets/stylesheets/materialize.scss */
.timepicker-analog-display {
  flex: 2.5 auto;
}

/* line 6098, app/assets/stylesheets/materialize.scss */
.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;
          user-select: none;
}

/* line 6111, app/assets/stylesheets/materialize.scss */
.timepicker-canvas,
.timepicker-dial {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* line 6119, app/assets/stylesheets/materialize.scss */
.timepicker-minutes {
  visibility: hidden;
}

/* line 6123, app/assets/stylesheets/materialize.scss */
.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;
}

/* line 6135, app/assets/stylesheets/materialize.scss */
.timepicker-tick.active,
.timepicker-tick:hover {
  background-color: rgba(38, 166, 154, 0.25);
}

/* line 6139, app/assets/stylesheets/materialize.scss */
.timepicker-dial {
  transition: transform 350ms, opacity 350ms;
}

/* line 6142, app/assets/stylesheets/materialize.scss */
.timepicker-dial-out {
  opacity: 0;
}

/* line 6143, app/assets/stylesheets/materialize.scss */
.timepicker-dial-out.timepicker-hours {
  transform: scale(1.1, 1.1);
}

/* line 6147, app/assets/stylesheets/materialize.scss */
.timepicker-dial-out.timepicker-minutes {
  transform: scale(0.8, 0.8);
}

/* line 6153, app/assets/stylesheets/materialize.scss */
.timepicker-canvas {
  transition: opacity 175ms;
}

/* line 6156, app/assets/stylesheets/materialize.scss */
.timepicker-canvas line {
  stroke: #26a69a;
  stroke-width: 4;
  stroke-linecap: round;
}

/* line 6162, app/assets/stylesheets/materialize.scss */
.timepicker-canvas-out {
  opacity: 0.25;
}

/* line 6165, app/assets/stylesheets/materialize.scss */
.timepicker-canvas-bearing {
  stroke: none;
  fill: #26a69a;
}

/* line 6169, app/assets/stylesheets/materialize.scss */
.timepicker-canvas-bg {
  stroke: none;
  fill: #26a69a;
}

/* Footer */
/* line 6176, app/assets/stylesheets/materialize.scss */
.timepicker-footer {
  margin: 0 auto;
  padding: 5px 1rem;
  display: flex;
  justify-content: space-between;
}

/* line 6183, app/assets/stylesheets/materialize.scss */
.timepicker-clear {
  color: #F44336;
}

/* line 6187, app/assets/stylesheets/materialize.scss */
.timepicker-close {
  color: #26a69a;
}

/* line 6191, app/assets/stylesheets/materialize.scss */
.timepicker-clear,
.timepicker-close {
  padding: 0 20px;
}

/* Media Queries */
@media only screen and (min-width : 601px) {
  /* line 6198, app/assets/stylesheets/materialize.scss */
  .timepicker-modal {
    max-width: 600px;
  }
  /* line 6202, app/assets/stylesheets/materialize.scss */
  .timepicker-container.modal-content {
    flex-direction: row;
  }
  /* line 6206, app/assets/stylesheets/materialize.scss */
  .timepicker-text-container {
    top: 32%;
  }
  /* line 6210, app/assets/stylesheets/materialize.scss */
  .timepicker-display-am-pm {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 1.2rem;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-ab48303af338f909f2b00197930617e78757aa05fe25a2e4c2b79743aef3d252.eot);
  src: url(/assets/fontawesome-webfont-ab48303af338f909f2b00197930617e78757aa05fe25a2e4c2b79743aef3d252.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-38af9ab8e8340ebba0182e7f6c9ec81038a1fcc162de3393a51bbb9a4153259d.woff2) format("woff2"), url(/assets/fontawesome-webfont-a59f843b55ac195f9f654415c4b63d7936df8d3b8ff70e6a5798007bbcc0733a.woff) format("woff"), url(/assets/fontawesome-webfont-bfd12acc5442a32d63b289c2466d1ae5d13bb2c4be76703b28e25ade7f602532.ttf) format("truetype"), url(/assets/fontawesome-webfont-943c0380c1e1c7d9e167602b295fbafb8dd6c65cc0bab582edd83a01b08ed44f.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 101, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/* line 125, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 131, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 137, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 143, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 149, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 155, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 33, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

/* line 64, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 73, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 130, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 161, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 178, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 189, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 198, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 207, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 213, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 219, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 242, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 246, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 256, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 279, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 282, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 285, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 289, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 308, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 336, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 348, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 360, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 369, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 379, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 389, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 412, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 418, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 438, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 443, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 1, app/assets/stylesheets/select2-materialize.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 10, app/assets/stylesheets/select2-materialize.css */
.select2 {
  width: 100% !important;
}

/* line 14, app/assets/stylesheets/select2-materialize.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 23, app/assets/stylesheets/select2-materialize.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 32, app/assets/stylesheets/select2-materialize.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 36, app/assets/stylesheets/select2-materialize.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 41, app/assets/stylesheets/select2-materialize.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 50, app/assets/stylesheets/select2-materialize.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 58, app/assets/stylesheets/select2-materialize.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 62, app/assets/stylesheets/select2-materialize.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 70, app/assets/stylesheets/select2-materialize.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 74, app/assets/stylesheets/select2-materialize.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 9999999999;
}

/* line 86, app/assets/stylesheets/select2-materialize.css */
.select2-results {
  display: block;
}

/* line 90, app/assets/stylesheets/select2-materialize.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 96, app/assets/stylesheets/select2-materialize.css */
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 102, app/assets/stylesheets/select2-materialize.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 106, app/assets/stylesheets/select2-materialize.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 110, app/assets/stylesheets/select2-materialize.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 116, app/assets/stylesheets/select2-materialize.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 122, app/assets/stylesheets/select2-materialize.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 127, app/assets/stylesheets/select2-materialize.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 133, app/assets/stylesheets/select2-materialize.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 137, app/assets/stylesheets/select2-materialize.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 141, app/assets/stylesheets/select2-materialize.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 159, app/assets/stylesheets/select2-materialize.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* line 170, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 176, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 181, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 187, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 191, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 199, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 212, app/assets/stylesheets/select2-materialize.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 216, app/assets/stylesheets/select2-materialize.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 221, app/assets/stylesheets/select2-materialize.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 226, app/assets/stylesheets/select2-materialize.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 230, app/assets/stylesheets/select2-materialize.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 235, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 242, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 250, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

/* line 256, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

/* line 264, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 275, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 283, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 287, app/assets/stylesheets/select2-materialize.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 291, app/assets/stylesheets/select2-materialize.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 296, app/assets/stylesheets/select2-materialize.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 301, app/assets/stylesheets/select2-materialize.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}

/* line 306, app/assets/stylesheets/select2-materialize.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 311, app/assets/stylesheets/select2-materialize.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 315, app/assets/stylesheets/select2-materialize.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 320, app/assets/stylesheets/select2-materialize.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 325, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 329, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 337, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 342, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 346, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 350, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 354, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 358, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 362, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 367, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 372, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 377, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 382, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 387, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #4B89A8;
  color: white;
}

/* line 392, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 398, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 410, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 414, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 419, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 426, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 430, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 448, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 461, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 465, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
  left: 1px;
  right: auto;
}

/* line 473, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 477, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 482, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 487, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 498, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 509, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 517, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 521, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 527, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 531, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 542, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 550, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 554, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

/* line 558, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 563, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 568, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 572, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 578, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 584, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 589, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 594, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

/* line 599, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 603, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 607, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 612, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 616, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 620, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

/* line 625, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 631, app/assets/stylesheets/select2-materialize.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 635, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple {
  height: 45px;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: 0;
}

/* line 643, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
  height: auto;
}

/* line 647, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-search--inline .select2-search__field {
  height: 30px;
}

/* line 651, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-selection--multiple input {
  margin: 0;
}

/* line 655, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: none;
  color: #fff;
  margin-top: 8px;
  padding: 3px 10px;
  background-color: #42A5F5;
}

/* line 663, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
  margin-right: 5px;
}

/* line 668, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  padding-left: 0;
}

/* line 673, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

/* line 677, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgba(0, 0, 0, 0.3) transparent transparent;
}

/* line 681, app/assets/stylesheets/select2-materialize.css */
.select2-container--open .select2-dropdown--above, .select2-container--open .select2-dropdown--below {
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26);
}

/* line 686, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-top: none;
  border-right: none;
  border-left: none;
}

/* line 692, app/assets/stylesheets/select2-materialize.css */
.select2-container--default .select2-results__option--highlighted[aria-selected], div.tagsinput span.tag {
  background-color: #42A5F5;
}

/* line 696, app/assets/stylesheets/select2-materialize.css */
.select2-search input {
  height: 2rem !important;
}

/* line 1, vendor/assets/stylesheets/fontawesome-stars.css */
.br-theme-fontawesome-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}

/* line 5, vendor/assets/stylesheets/fontawesome-stars.css */
.br-theme-fontawesome-stars .br-widget a {
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}

/* line 12, vendor/assets/stylesheets/fontawesome-stars.css */
.br-theme-fontawesome-stars .br-widget a:after {
  content: '\f005';
  color: #d2d2d2;
}

/* line 16, vendor/assets/stylesheets/fontawesome-stars.css */
.br-theme-fontawesome-stars .br-widget a.br-active:after {
  color: #4B89A8;
}

/* line 19, vendor/assets/stylesheets/fontawesome-stars.css */
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #4B89A8;
}

/* line 22, vendor/assets/stylesheets/fontawesome-stars.css */
.br-theme-fontawesome-stars .br-widget .br-current-rating {
  display: none;
}

/* line 25, vendor/assets/stylesheets/fontawesome-stars.css */
.br-theme-fontawesome-stars .br-readonly a {
  cursor: default;
}

@media print {
  /* line 29, vendor/assets/stylesheets/fontawesome-stars.css */
  .br-theme-fontawesome-stars .br-widget a:after {
    content: '\f006';
    color: black;
  }
  /* line 33, vendor/assets/stylesheets/fontawesome-stars.css */
  .br-theme-fontawesome-stars .br-widget a.br-active:after,
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
    content: '\f005';
    color: black;
  }
}

/**
 * alertifyjs 1.12.0 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2019 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
/* line 6, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify .ajs-dimmer {
  position: fixed;
  z-index: 1981;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background-color: #252525;
  opacity: .5;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify .ajs-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  overflow-y: auto;
  z-index: 1981;
}

/* line 28, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify .ajs-dialog {
  position: relative;
  margin: 5% auto;
  min-height: 110px;
  max-width: 500px;
  padding: 24px 24px 0 24px;
  outline: 0;
  background-color: #fff;
}

/* line 37, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify .ajs-dialog.ajs-capture:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify .ajs-reset {
  position: absolute !important;
  display: inline !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}

/* line 54, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify .ajs-commands {
  position: absolute;
  right: 4px;
  margin: -14px 24px 0 0;
  z-index: 2;
}

/* line 60, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify .ajs-commands button {
  display: none;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  padding: 10px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/* line 72, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify .ajs-commands button.ajs-close {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC);
}

/* line 75, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC);
}

/* line 78, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify .ajs-header {
  margin: -24px;
  margin-bottom: 0;
  padding: 16px 24px;
  background-color: #fff;
}

/* line 84, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify .ajs-body {
  min-height: 56px;
}

/* line 87, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify .ajs-body .ajs-content {
  padding: 16px 24px 16px 16px;
}

/* line 90, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify .ajs-footer {
  padding: 4px;
  margin-left: -24px;
  margin-right: -24px;
  min-height: 43px;
  background-color: #fff;
}

/* line 97, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: right;
}

/* line 100, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
  margin: 4px;
}

/* line 103, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify .ajs-footer .ajs-buttons.ajs-auxiliary {
  float: left;
  clear: none;
  text-align: left;
}

/* line 108, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button {
  margin: 4px;
}

/* line 111, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify .ajs-footer .ajs-buttons .ajs-button {
  min-width: 88px;
  min-height: 35px;
}

/* line 115, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify .ajs-handle {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);
  transform: scaleX(1);
  cursor: se-resize;
}

/* line 128, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-no-overflow .ajs-body .ajs-content {
  overflow: hidden !important;
}

/* line 131, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content {
  left: 0;
  right: 0;
  padding: 0;
}

/* line 136, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body {
  margin-left: -24px;
  margin-right: -24px;
}

/* line 140, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content {
  padding: 0;
}

/* line 143, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content {
  left: 0;
  right: 0;
}

/* line 147, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-maximizable .ajs-commands button.ajs-maximize,
.alertify.ajs-maximizable .ajs-commands button.ajs-restore {
  display: inline-block;
}

/* line 151, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-closable .ajs-commands button.ajs-close {
  display: inline-block;
}

/* line 154, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-maximized .ajs-dialog {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  top: 0 !important;
  left: 0 !important;
}

/* line 162, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-maximized.ajs-modeless .ajs-modal {
  position: fixed !important;
  min-height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
}

/* line 168, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-maximized .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=);
}

/* line 171, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-resizable .ajs-dialog,
.alertify.ajs-maximized .ajs-dialog {
  padding: 0;
}

/* line 175, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-resizable .ajs-commands,
.alertify.ajs-maximized .ajs-commands {
  margin: 14px 24px 0 0;
}

/* line 179, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-resizable .ajs-header,
.alertify.ajs-maximized .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 16px 24px;
}

/* line 188, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-resizable .ajs-body,
.alertify.ajs-maximized .ajs-body {
  min-height: 224px;
  display: inline-block;
}

/* line 193, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-resizable .ajs-body .ajs-content,
.alertify.ajs-maximized .ajs-body .ajs-content {
  position: absolute;
  top: 50px;
  right: 24px;
  bottom: 50px;
  left: 24px;
  overflow: auto;
}

/* line 202, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-resizable .ajs-footer,
.alertify.ajs-maximized .ajs-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* line 210, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog {
  min-width: 548px;
}

/* line 213, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle {
  display: block;
}

/* line 216, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
  cursor: move;
}

/* line 219, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-modeless .ajs-dimmer,
.alertify.ajs-modeless .ajs-reset {
  display: none;
}

/* line 223, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-modeless .ajs-modal {
  overflow: visible;
  max-width: none;
  max-height: 0;
}

/* line 228, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin {
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC);
}

/* line 232, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-modeless.ajs-unpinned .ajs-modal {
  position: absolute;
}

/* line 235, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=);
}

/* line 238, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body {
  max-height: 500px;
  overflow: auto;
}

/* line 242, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-basic .ajs-header {
  opacity: 0;
}

/* line 245, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-basic .ajs-footer {
  visibility: hidden;
}

/* line 248, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-frameless .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 60px;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 1;
}

/* line 259, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-frameless .ajs-footer {
  display: none;
}

/* line 262, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-frameless .ajs-body .ajs-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 269, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog {
  padding-top: 0;
}

/* line 272, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands {
  margin-top: 0;
}

/* line 275, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.ajs-no-overflow {
  overflow: hidden !important;
  outline: none;
}

/* line 279, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.ajs-no-overflow.ajs-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll !important;
}

/* line 287, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.ajs-no-selection,
.ajs-no-selection * {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media screen and (max-width: 568px) {
  /* line 295, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
  .alertify .ajs-dialog {
    min-width: 150px;
  }
  /* line 298, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
  .alertify:not(.ajs-maximized) .ajs-modal {
    padding: 0 5%;
  }
  /* line 301, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
  .alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog {
    min-width: initial;
    min-width: auto;
  }
}

@-moz-document url-prefix() {
  /* line 307, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
  .alertify button:focus {
    outline: 1px dotted #3593D2;
  }
}

/* line 311, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify .ajs-dimmer,
.alertify .ajs-modal {
  transform: translate3d(0, 0, 0);
  transition-property: opacity, visibility;
  transition-timing-function: linear;
  transition-duration: 250ms;
}

/* line 322, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-hidden .ajs-dimmer,
.alertify.ajs-hidden .ajs-modal {
  visibility: hidden;
  opacity: 0;
}

/* line 327, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog {
  animation-duration: 500ms;
}

/* line 331, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-out.ajs-hidden .ajs-dialog {
  animation-duration: 250ms;
}

/* line 335, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify .ajs-dialog.ajs-shake {
  animation-name: ajs-shake;
  animation-duration: .1s;
  animation-fill-mode: both;
}

@keyframes ajs-shake {
  0%,
100% {
    transform: translate3d(0, 0, 0);
  }
  10%,
30%,
50%,
70%,
90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
40%,
60%,
80% {
    transform: translate3d(10px, 0, 0);
  }
}

/* line 387, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog {
  animation-name: ajs-slideIn;
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* line 393, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog {
  animation-name: ajs-slideOut;
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

/* line 399, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog {
  animation-name: ajs-zoomIn;
}

/* line 403, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog {
  animation-name: ajs-zoomOut;
}

/* line 407, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog {
  animation-name: ajs-fadeIn;
}

/* line 411, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog {
  animation-name: ajs-fadeOut;
}

/* line 415, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog {
  animation-name: ajs-pulseIn;
}

/* line 419, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog {
  animation-name: ajs-pulseOut;
}

/* line 423, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog {
  animation-name: ajs-flipInX;
}

/* line 427, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog {
  animation-name: ajs-flipOutX;
}

/* line 431, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog {
  animation-name: ajs-flipInY;
}

/* line 435, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog {
  animation-name: ajs-flipOutY;
}

@keyframes ajs-pulseIn {
  0%,
20%,
40%,
60%,
80%,
100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes ajs-pulseOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.25, 0.25, 0.25);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.25, 0.25, 0.25);
  }
}

@keyframes ajs-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes ajs-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ajs-flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

@keyframes ajs-flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes ajs-flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

@keyframes ajs-flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes ajs-slideIn {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 5%;
  }
}

@keyframes ajs-slideOut {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: -100%;
  }
}

/* line 837, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify-notifier {
  position: fixed;
  width: 0;
  overflow: visible;
  z-index: 1982;
  transform: translate3d(0, 0, 0);
}

/* line 845, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify-notifier .ajs-message {
  position: relative;
  width: 260px;
  max-height: 0;
  padding: 0;
  opacity: 0;
  margin: 0;
  transform: translate3d(0, 0, 0);
  transition-duration: 250ms;
  transition-timing-function: linear;
}

/* line 859, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify-notifier .ajs-message.ajs-visible {
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  max-height: 100%;
  padding: 15px;
  margin-top: 10px;
}

/* line 869, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify-notifier .ajs-message.ajs-success {
  background: rgba(91, 189, 114, 0.95);
}

/* line 872, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify-notifier .ajs-message.ajs-error {
  background: rgba(217, 92, 92, 0.95);
}

/* line 875, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, 0.95);
}

/* line 878, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify-notifier .ajs-message .ajs-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAFBJREFUGBl1j0EKADEIA+ve/P9f9bh1hEihNBfjVCO1v7RKVqJK4h8gM5cAPR42AkQEpSXPwMTyoi13n5N9YqJehm3Fnr7nL1D0ZEbD5OubGyC7a9gx+9eNAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 2px;
}

/* line 891, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify-notifier.ajs-top {
  top: 10px;
}

/* line 894, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify-notifier.ajs-bottom {
  bottom: 10px;
}

/* line 897, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify-notifier.ajs-right {
  right: 10px;
}

/* line 900, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify-notifier.ajs-right .ajs-message {
  right: -320px;
}

/* line 903, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 290px;
}

/* line 906, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify-notifier.ajs-left {
  left: 10px;
}

/* line 909, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify-notifier.ajs-left .ajs-message {
  left: -300px;
}

/* line 912, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify-notifier.ajs-left .ajs-message.ajs-visible {
  left: 0;
}

/* line 915, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify-notifier.ajs-center {
  left: 50%;
}

/* line 918, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify-notifier.ajs-center .ajs-message {
  transform: translateX(-50%);
}

/* line 922, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify-notifier.ajs-center .ajs-message.ajs-visible {
  left: 50%;
  transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);
}

/* line 927, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify-notifier.ajs-center.ajs-top .ajs-message {
  top: -300px;
}

/* line 930, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible {
  top: 0;
}

/* line 933, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify-notifier.ajs-center.ajs-bottom .ajs-message {
  bottom: -300px;
}

/* line 936, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify.css */
.alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible {
  bottom: 0;
}

/**
 * alertifyjs 1.12.0 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2019 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
/* line 6, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify/default.css */
.alertify .ajs-dialog {
  background-color: white;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify/default.css */
.alertify .ajs-header {
  color: black;
  font-weight: bold;
  background: #fafafa;
  border-bottom: #eee 1px solid;
  border-radius: 2px 2px 0 0;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify/default.css */
.alertify .ajs-body {
  color: black;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify/default.css */
.alertify .ajs-body .ajs-content .ajs-input {
  display: block;
  width: 100%;
  padding: 8px;
  margin: 4px;
  border-radius: 2px;
  border: 1px solid #CCC;
}

/* line 30, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify/default.css */
.alertify .ajs-body .ajs-content p {
  margin: 0;
}

/* line 33, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify/default.css */
.alertify .ajs-footer {
  background: #fbfbfb;
  border-top: #eee 1px solid;
  border-radius: 0 0 2px 2px;
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify/default.css */
.alertify .ajs-footer .ajs-buttons .ajs-button {
  background-color: transparent;
  color: #000;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 46, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify/default.css */
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #3593D2;
}

/* line 49, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify/default.css */
.alertify-notifier .ajs-message {
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  text-align: center;
  border: solid 1px #ddd;
  border-radius: 2px;
}

/* line 56, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify/default.css */
.alertify-notifier .ajs-message.ajs-success {
  color: #fff;
  background: rgba(91, 189, 114, 0.95);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

/* line 61, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify/default.css */
.alertify-notifier .ajs-message.ajs-error {
  color: #fff;
  background: rgba(217, 92, 92, 0.95);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

/* line 66, vendor/bundle/ruby/3.4.0/gems/alertifyjs-rails-1.12.0/app/assets/stylesheets/alertify/default.css */
.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, 0.95);
  border-color: #999;
}

/*#ff1414;*/
/* line 5, app/assets/stylesheets/static_pages/extra-media.scss */
.extra-media-container {
  padding: 10vh 15vw;
}

/* line 7, app/assets/stylesheets/static_pages/extra-media.scss */
.extra-media-container a {
  margin: 10px 0px;
}

/* line 10, app/assets/stylesheets/static_pages/extra-media.scss */
.extra-media-container h6 {
  font-size: 2rem;
}

/* line 14, app/assets/stylesheets/static_pages/extra-media.scss */
.extra-media-container .small {
  font-size: 12px;
  color: gray;
}

@media (max-width: 720px) {
  /* line 5, app/assets/stylesheets/static_pages/extra-media.scss */
  .extra-media-container {
    padding: 0px;
  }
  /* line 20, app/assets/stylesheets/static_pages/extra-media.scss */
  .extra-media-container h5 {
    text-align: center;
    font-family: 'lato-semibold';
    padding: 10px;
    color: white;
    margin: 0px !important;
    color: black;
    font-size: 28px;
  }
}

@media (max-width: 720px) {
  /* line 26, app/assets/stylesheets/static_pages/extra-media.scss */
  .extra-media-container .row {
    margin-bottom: 10px;
    box-shadow: 0px 1px 3px gray;
    padding: 10px;
  }
}

/* line 33, app/assets/stylesheets/static_pages/extra-media.scss */
.extra-media-container .media-heading-one {
  height: 100%;
  margin: 10px 0px;
}

/* line 36, app/assets/stylesheets/static_pages/extra-media.scss */
.extra-media-container .media-heading-one img {
  height: 150px;
  width: 100%;
}

/* line 41, app/assets/stylesheets/static_pages/extra-media.scss */
.extra-media-container .media-text {
  font-size: 1.2rem;
  line-height: 1.5;
}

@media (max-width: 720px) {
  /* line 41, app/assets/stylesheets/static_pages/extra-media.scss */
  .extra-media-container .media-text {
    font-size: 16px;
    line-height: 20px;
    margin: 0px 10px;
  }
  /* line 48, app/assets/stylesheets/static_pages/extra-media.scss */
  .extra-media-container .media-text:first-child, .extra-media-container .media-text h6 {
    font-family: 'lato-semibold';
    font-size: 28px;
    text-align: center;
  }
  /* line 53, app/assets/stylesheets/static_pages/extra-media.scss */
  .extra-media-container .media-text a {
    display: block;
  }
}

/* line 57, app/assets/stylesheets/static_pages/extra-media.scss */
.extra-media-container .media-text:first-child {
  font-family: 'lato-semibold';
}

/* line 60, app/assets/stylesheets/static_pages/extra-media.scss */
.extra-media-container .media-text a.btn, .extra-media-container .media-text a.btn-large, .extra-media-container .media-text a.btn-small {
  background: #00AD51;
  color: white;
}

/*#ff1414;*/
/* line 7, app/assets/stylesheets/static_pages/aboutUs.scss */
.aboutus-container {
  padding: 10vh calc(5vw + 0.75rem);
}

@media (max-width: 998px) {
  /* line 10, app/assets/stylesheets/static_pages/aboutUs.scss */
  .aboutus-container .row {
    margin: 0px calc(-5vw - 0.75rem);
  }
}

@media only screen and (max-width: 720px) and (orientation: landscape) {
  /* line 7, app/assets/stylesheets/static_pages/aboutUs.scss */
  .aboutus-container {
    padding-top: 20vh;
  }
}

/* line 17, app/assets/stylesheets/static_pages/aboutUs.scss */
.aboutus-container h5 {
  font-weight: 400;
  text-transform: Captilize;
}

/* line 21, app/assets/stylesheets/static_pages/aboutUs.scss */
.aboutus-container iframe {
  width: 100%;
}

/* line 24, app/assets/stylesheets/static_pages/aboutUs.scss */
.aboutus-container .vision-container {
  font-size: 17px;
  line-height: 1.5;
  padding-bottom: 10vh;
}

/* line 28, app/assets/stylesheets/static_pages/aboutUs.scss */
.aboutus-container .vision-container p {
  text-align: justify;
}

/* line 30, app/assets/stylesheets/static_pages/aboutUs.scss */
.aboutus-container .vision-container p::first-letter {
  /*font-size: 150%;*/
  /*color: $nano-green;*/
  /*text-transform: uppercase;*/
  /*padding: 30px;
            border-left: 5px solid #7f7664;
            background-color: #f5f4f2;
            line-height: 32px;
            box-shadow:  5px 5px 0px 0px rgba(127, 118, 100, 0.2);
            position: relative;*/
}

/* line 45, app/assets/stylesheets/static_pages/aboutUs.scss */
h5.ourteam-heading {
  padding-top: 10vh;
}

@media (max-width: 720px) {
  /* line 45, app/assets/stylesheets/static_pages/aboutUs.scss */
  h5.ourteam-heading {
    text-align: center;
    font-family: 'lato-semibold';
    padding: 10px;
    color: white;
    margin: 0px !important;
    color: black;
  }
}

/* line 51, app/assets/stylesheets/static_pages/aboutUs.scss */
h5.ourteam-heading:first-child {
  padding-top: 15vh;
}

/* line 56, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer, .our-advisors-contianer {
  padding: 0vh 15vw;
}

@media (max-width: 720px) {
  /* line 56, app/assets/stylesheets/static_pages/aboutUs.scss */
  .our-team-contianer, .our-advisors-contianer {
    padding: 0px;
  }
  /* line 60, app/assets/stylesheets/static_pages/aboutUs.scss */
  .our-team-contianer .col, .our-advisors-contianer .col {
    padding: 0px;
  }
}

@media (max-width: 998px) {
  /* line 56, app/assets/stylesheets/static_pages/aboutUs.scss */
  .our-team-contianer, .our-advisors-contianer {
    padding: 0px;
  }
}

/* line 67, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer label, .our-advisors-contianer label {
  font-family: 'lato-semibold';
}

/* line 70, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer a, .our-advisors-contianer a {
  color: black;
}

/* line 74, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .manish-block .content, .our-advisors-contianer .manish-block .content {
  padding-top: 25px !important;
}

/* line 78, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .StephenSammutPic, .our-advisors-contianer .StephenSammutPic {
  padding-top: 8px;
}

/* line 81, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .card, .our-advisors-contianer .card {
  text-align: center;
  cursor: pointer;
  display: block;
  padding-bottom: 20px;
}

/* line 86, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .card:hover, .our-advisors-contianer .card:hover {
  box-shadow: 0px 2px 20px grey;
}

/* line 89, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .card .member-img-container, .our-advisors-contianer .card .member-img-container {
  width: 100%;
}

/* line 91, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .card .member-img-container img, .our-advisors-contianer .card .member-img-container img {
  width: 100%;
  height: 100%;
}

/* line 96, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .card div.text-center:nth-child(2), .our-advisors-contianer .card div.text-center:nth-child(2) {
  padding: 20px;
}

/* line 98, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .card div.text-center:nth-child(2) label, .our-advisors-contianer .card div.text-center:nth-child(2) label {
  font-size: 1rem;
}

@media (max-width: 998px) {
  /* line 96, app/assets/stylesheets/static_pages/aboutUs.scss */
  .our-team-contianer .card div.text-center:nth-child(2), .our-advisors-contianer .card div.text-center:nth-child(2) {
    padding: 20px;
  }
}

/* line 106, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .card .icon-container a, .our-advisors-contianer .card .icon-container a {
  margin-right: 10px;
  color: #4B89A8;
}

/* line 113, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .our-team-content, .our-advisors-contianer .our-team-content {
  padding: 0px 0.5rem;
  font-size: 0.8rem;
  text-align: justify;
}

/* line 118, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer label, .our-advisors-contianer label {
  color: black;
}

/* line 121, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer a, .our-advisors-contianer a {
  margin-bottom: 0.7rem;
  font-size: 14px;
}

/* line 125, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .modal, .our-advisors-contianer .modal {
  overflow: hidden;
}

@media (max-width: 720px) {
  /* line 127, app/assets/stylesheets/static_pages/aboutUs.scss */
  .our-team-contianer .modal .modal-content, .our-advisors-contianer .modal .modal-content {
    padding-top: 20px;
  }
}

/* line 131, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .modal .modal-content div, .our-advisors-contianer .modal .modal-content div {
  text-align: justify;
  font-size: 14px;
  line-height: 1.5;
}

/* line 136, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .modal .modal-content .member-img-container, .our-advisors-contianer .modal .modal-content .member-img-container {
  height: auto;
}

/* line 141, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .modal .modal-footer a, .our-advisors-contianer .modal .modal-footer a {
  float: right;
  margin-right: 1rem;
}

/* line 147, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .hide-on-med-and-up, .our-team-contianer .mob-team-card, .our-advisors-contianer .hide-on-med-and-up, .our-advisors-contianer .mob-team-card {
  margin-bottom: 0px !important;
  height: 20vh;
  font-size: 16px;
}

/* line 151, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .hide-on-med-and-up label, .our-team-contianer .mob-team-card label, .our-advisors-contianer .hide-on-med-and-up label, .our-advisors-contianer .mob-team-card label {
  display: block;
  font-size: 16px;
}

/* line 155, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .hide-on-med-and-up img, .our-team-contianer .mob-team-card img, .our-advisors-contianer .hide-on-med-and-up img, .our-advisors-contianer .mob-team-card img {
  height: 100%;
}

/* line 158, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .hide-on-med-and-up img.circle, .our-team-contianer .mob-team-card img.circle, .our-advisors-contianer .hide-on-med-and-up img.circle, .our-advisors-contianer .mob-team-card img.circle {
  padding: 10px 0px;
}

/* line 161, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .hide-on-med-and-up .col, .our-team-contianer .mob-team-card .col, .our-advisors-contianer .hide-on-med-and-up .col, .our-advisors-contianer .mob-team-card .col {
  height: 100%;
}

/* line 164, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .hide-on-med-and-up .re-btn, .our-team-contianer .mob-team-card .re-btn, .our-advisors-contianer .hide-on-med-and-up .re-btn, .our-advisors-contianer .mob-team-card .re-btn {
  font-size: 14px;
  background: #e8e8e8;
  padding: 7px;
  font-family: 'lato-semibold';
  position: absolute;
  bottom: 5px;
  right: 1rem;
  color: black;
}

/* line 174, app/assets/stylesheets/static_pages/aboutUs.scss */
.our-team-contianer .hide-on-med-and-up div.col:nth-child(2), .our-team-contianer .mob-team-card div.col:nth-child(2), .our-advisors-contianer .hide-on-med-and-up div.col:nth-child(2), .our-advisors-contianer .mob-team-card div.col:nth-child(2) {
  padding-top: 20px;
}

@media (max-width: 720px) {
  /* line 179, app/assets/stylesheets/static_pages/aboutUs.scss */
  .our-team-contianer .modal-content .col, .our-advisors-contianer .modal-content .col {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 720px) and (orientation: landscape) {
  /* line 184, app/assets/stylesheets/static_pages/aboutUs.scss */
  .our-team-contianer .col, .our-advisors-contianer .col {
    padding: 5px;
  }
}

/* line 189, app/assets/stylesheets/static_pages/aboutUs.scss */
div.our-advisors-contianer {
  padding: 0px 25vw;
}

@media (max-width: 998px) {
  /* line 189, app/assets/stylesheets/static_pages/aboutUs.scss */
  div.our-advisors-contianer {
    padding: 0px 5vw;
  }
}

@media (max-width: 720px) {
  /* line 189, app/assets/stylesheets/static_pages/aboutUs.scss */
  div.our-advisors-contianer {
    padding: 0px;
  }
}

/* line 198, app/assets/stylesheets/static_pages/aboutUs.scss */
.team-container {
  display: none;
}

/*#ff1414;*/
/* line 7, app/assets/stylesheets/static_pages/careers.scss */
.careers-container {
  font-size: 17px;
  line-height: 1.4;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

/* line 12, app/assets/stylesheets/static_pages/careers.scss */
.careers-container h6 {
  font-size: 23px;
}

/* line 18, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .careers-slider-container {
  width: 100%;
  background: white;
}

/* line 21, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .careers-slider-container .slider-left-btn, .careers-container .careers-slider-container .slider-right-btn {
  display: table;
  height: 25rem !important;
}

/* line 24, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .careers-slider-container .slider-left-btn a, .careers-container .careers-slider-container .slider-right-btn a {
  height: 25rem !important;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer !important;
}

@media (max-width: 720px) {
  /* line 21, app/assets/stylesheets/static_pages/careers.scss */
  .careers-container .careers-slider-container .slider-left-btn, .careers-container .careers-slider-container .slider-right-btn {
    height: 50vh !important;
    background: white;
  }
}

/* line 39, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .careers-slider-container .slider-right-btn img {
  transform: rotate(180deg);
}

/* line 44, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .careers-slider-container .slides-container {
  height: 20rem !important;
  margin-top: 10vh;
  margin-bottom: 10vh;
}

@media (max-width: 720px) {
  /* line 44, app/assets/stylesheets/static_pages/careers.scss */
  .careers-container .careers-slider-container .slides-container {
    height: auto !important;
  }
}

@media (max-width: 998px) {
  /* line 44, app/assets/stylesheets/static_pages/careers.scss */
  .careers-container .careers-slider-container .slides-container {
    margin: 0px;
  }
}

/* line 54, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .careers-slider-container .slides-container .slides {
  height: 20rem !important;
  background: white;
}

@media (max-width: 720px) {
  /* line 54, app/assets/stylesheets/static_pages/careers.scss */
  .careers-container .careers-slider-container .slides-container .slides {
    height: auto !important;
  }
  /* line 59, app/assets/stylesheets/static_pages/careers.scss */
  .careers-container .careers-slider-container .slides-container .slides li.active {
    position: relative;
  }
}

/* line 63, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .careers-slider-container .slides-container .slides .img-container {
  height: 20rem !important;
  display: table;
}

/* line 66, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .careers-slider-container .slides-container .slides .img-container div {
  display: table-cell;
  vertical-align: middle;
}

/* line 70, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .careers-slider-container .slides-container .slides .img-container img {
  height: 17rem;
}

@media (max-width: 998px) {
  /* line 70, app/assets/stylesheets/static_pages/careers.scss */
  .careers-container .careers-slider-container .slides-container .slides .img-container img {
    height: 10rem;
  }
}

@media (max-width: 720px) {
  /* line 70, app/assets/stylesheets/static_pages/careers.scss */
  .careers-container .careers-slider-container .slides-container .slides .img-container img {
    height: 15rem;
  }
}

/* line 83, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .careers-slider-container .indicators {
  display: none;
}

/* line 88, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .current-jobs-contanter {
  margin: 0px 5vw !important;
}

/* line 90, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .current-jobs-contanter h6 {
  font-family: 'lato-semibold';
}

/* line 93, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .current-jobs-contanter div {
  text-align: justify;
}

/* line 98, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .modal .file-field .btn, .careers-container .modal .file-field .btn-large, .careers-container .modal .file-field .btn-small {
  height: auto !important;
  width: auto !important;
  padding: 13px 10px !important;
  line-height: normal !important;
}

/* line 104, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .modal .file-path-wrapper {
  width: 90%;
  float: left;
  overflow: initial;
}

@media (max-width: 720px) {
  /* line 104, app/assets/stylesheets/static_pages/careers.scss */
  .careers-container .modal .file-path-wrapper {
    width: 80%;
  }
}

/* line 112, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .modal .modal-close {
  margin-right: 20px;
}

/* line 116, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .testimonial-contact {
  text-align: justify;
  height: 20rem !important;
  position: relative;
  display: table;
}

@media (max-width: 720px) {
  /* line 116, app/assets/stylesheets/static_pages/careers.scss */
  .careers-container .testimonial-contact {
    height: auto;
  }
}

/* line 124, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .testimonial-contact div {
  display: table-cell;
  vertical-align: middle;
}

/* line 127, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .testimonial-contact div span {
  display: block;
  font-weight: normal;
  vertical-align: middle;
  font-size: 17px;
  line-height: 1.2;
  margin: auto;
}

/* line 136, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .testimonial-contact h5 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  line-height: 1.5;
  font-family: lato-semibold;
  text-align: left;
  font-size: 20px;
}

@media (max-width: 720px) {
  /* line 136, app/assets/stylesheets/static_pages/careers.scss */
  .careers-container .testimonial-contact h5 {
    position: relative;
    float: right;
  }
}

/* line 148, app/assets/stylesheets/static_pages/careers.scss */
.careers-container .testimonial-contact h5 span {
  color: gray;
  font-size: 13px;
  text-align: left;
  display: block;
}

/*#ff1414;*/
/* line 2, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ {
  padding-top: 10vh;
  font-size: 0.7rem;
}

/* line 5, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ h6, .carporate-container_ h5, .carporate-container_ h4 {
  font-family: 'lato-semibold';
  text-transform: uppercase;
}

/* line 9, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .carporate-details,
.carporate-container_ .why-nanohealth-details,
.carporate-container_ .carporate-benefits-container,
.carporate-container_ .carporate-services-container .services-bar,
.carporate-container_ .our-clients-container,
.carporate-container_ .services-bar-details,
.carporate-container_ .booking-container {
  padding: 0px 10vw;
}

/* line 18, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .carporate-services-container {
  height: 60vh;
}

/* line 24, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .our-clients-container {
  display: flex;
  height: 30vh;
  margin: 0px auto;
}

/* line 28, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .our-clients-container .patner {
  height: 15vh;
  width: 30vw;
  margin: 1vh 10vw;
  filter: gray;
}

/* line 34, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .our-clients-container img {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}

/* line 39, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .our-clients-container img:hover {
  filter: none;
}

/* line 43, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .our-clients-container button {
  text-align: center;
}

/* line 47, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .services-bar {
  display: flex;
  background-color: #4B89A8;
  margin-bottom: 5vh;
}

/* line 51, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .services-bar .serivce-nav {
  overflow: hidden;
  flex: 1;
  color: white;
  cursor: pointer;
}

/* line 56, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .services-bar .serivce-nav:hover {
  background: white;
  color: #4B89A8;
  /*overflow: hidden !important;*/
  border: 2px solid #4B89A8;
}

/* line 61, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .services-bar .serivce-nav:hover:after {
  /*border: 2px solid $base-color;*/
}

/* line 66, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .services-bar div:first-child {
  overflow: initial;
}

/* line 69, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .services-bar div {
  position: relative;
  height: 15vh;
  line-height: 15vh;
  flex: 1;
  text-align: center;
  font-size: 0.8rem;
  font-family: 'lato-semibold';
}

/* line 77, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .services-bar div:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 0;
  height: 0;
  margin: 0px auto;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #4B89A8;
  clear: both;
}

/* line 93, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .booking-container {
  background-color: #e8f3fa;
  padding: 2rem 0px;
}

/* line 96, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .booking-container > div {
  padding: 0px 5vw;
}

/* line 99, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .booking-container input, .carporate-container_ .booking-container textarea {
  border: 1px solid #4B89A8 !important;
  color: black;
}

/* line 102, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .booking-container input::-webkit-input-placeholder, .carporate-container_ .booking-container textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: gray;
}

/* line 105, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .booking-container input::-moz-placeholder, .carporate-container_ .booking-container textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: gray;
}

/* line 108, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .booking-container input:-ms-input-placeholder, .carporate-container_ .booking-container textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: gray;
}

/* line 111, app/assets/stylesheets/static_pages/carporate.scss */
.carporate-container_ .booking-container input:-moz-placeholder, .carporate-container_ .booking-container textarea:-moz-placeholder {
  /* Firefox 18- */
  color: gray;
}

/*#ff1414;*/
/*#ff1414;*/
/* line 3, app/assets/stylesheets/static_pages/common.scss */
body, html {
  width: 100%;
}

/* line 7, app/assets/stylesheets/static_pages/common.scss */
.large-service-wrapper .card, .goals-container .card, .our-team-contianer .card {
  overflow: hidden;
  margin-top: 0px;
  /*margin-bottom: 0px;*/
}

/* line 11, app/assets/stylesheets/static_pages/common.scss */
.large-service-wrapper .card label, .goals-container .card label, .our-team-contianer .card label {
  color: black;
  font-family: 'lato-semibold';
}

/* line 15, app/assets/stylesheets/static_pages/common.scss */
.large-service-wrapper .card:hover, .goals-container .card:hover, .our-team-contianer .card:hover {
  box-shadow: 0px 2px 20px gray;
}

/* line 20, app/assets/stylesheets/static_pages/common.scss */
.padding {
  padding: 0px 0.75rem;
}

/* line 23, app/assets/stylesheets/static_pages/common.scss */
ul.bullet-style.bullet-style {
  list-style-type: disc !important;
}

/* line 25, app/assets/stylesheets/static_pages/common.scss */
ul.bullet-style.bullet-style li {
  list-style-type: disc !important;
  margin-left: 15px;
  word-wrap: break-word !important;
}

/* line 31, app/assets/stylesheets/static_pages/common.scss */
.nano-green {
  background: #00AD51;
}

/* line 35, app/assets/stylesheets/static_pages/common.scss */
.icon i, .icon img {
  height: 20px;
  width: 20px;
  font-size: 20px;
}

/* line 41, app/assets/stylesheets/static_pages/common.scss */
div.error {
  display: none;
  color: red;
}

/* line 45, app/assets/stylesheets/static_pages/common.scss */
.text-center {
  text-align: center;
}

/* line 48, app/assets/stylesheets/static_pages/common.scss */
.green {
  background: #00AD51;
  background-color: #00AD51;
}

/* line 52, app/assets/stylesheets/static_pages/common.scss */
.text-right {
  text-align: right;
}

/* line 55, app/assets/stylesheets/static_pages/common.scss */
.show {
  display: block;
}

/* line 58, app/assets/stylesheets/static_pages/common.scss */
.hide {
  display: none;
}

/* line 61, app/assets/stylesheets/static_pages/common.scss */
#career_file {
  padding: 0px 10px;
}

/*textarea{
  height: auto !important;
}*/
/* line 70, app/assets/stylesheets/static_pages/common.scss */
.slider .indicators {
  z-index: 10;
}

/* line 74, app/assets/stylesheets/static_pages/common.scss */
.next-section-btn {
  position: fixed;
  z-index: 10000;
  bottom: 10px;
  left: 0px;
  right: 0px;
}

/* line 80, app/assets/stylesheets/static_pages/common.scss */
.next-section-btn img {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}

@media (max-width: 998px) {
  /* line 74, app/assets/stylesheets/static_pages/common.scss */
  .next-section-btn {
    display: none;
    background: red;
    height: 0px;
    width: 0px;
  }
}

/* line 92, app/assets/stylesheets/static_pages/common.scss */
.previous-section-btn {
  cursor: pointer;
  position: absolute;
  left: 0px;
  bottom: 1rem;
  right: 0px;
}

/* line 98, app/assets/stylesheets/static_pages/common.scss */
.previous-section-btn img {
  width: 2rem;
  height: 2rem;
  transform: rotate(180deg);
}

@media (max-width: 998px) {
  /* line 92, app/assets/stylesheets/static_pages/common.scss */
  .previous-section-btn {
    display: none;
  }
}

/* line 108, app/assets/stylesheets/static_pages/common.scss */
.carousel h2 {
  margin-top: 0px;
  padding-top: 30px;
}

/* line 112, app/assets/stylesheets/static_pages/common.scss */
.carousel .carousel-fixed-item {
  display: flex;
  align-items: center;
  bottom: 0px !important;
}

/* line 118, app/assets/stylesheets/static_pages/common.scss */
.carousel .left-btn, .carousel .right-btn {
  height: 100%;
  width: 10vh;
  cursor: pointer;
}

/* line 122, app/assets/stylesheets/static_pages/common.scss */
.carousel .left-btn i, .carousel .right-btn i {
  color: #4B89A8;
  font-size: 4rem;
}

/* line 127, app/assets/stylesheets/static_pages/common.scss */
.carousel .left-btn {
  float: left;
  right: initial !important;
  left: 0;
}

/* line 132, app/assets/stylesheets/static_pages/common.scss */
.carousel .right-btn {
  float: right;
  left: initial !important;
  right: 0;
  transform: rotate(180deg);
}

/* line 145, app/assets/stylesheets/static_pages/common.scss */
.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-small {
  text-transform: capitalize !important;
  margin-right: 1rem;
}

/* line 149, app/assets/stylesheets/static_pages/common.scss */
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background: transparent;
  box-sizing: border-box;
  border: 1px solid #24221F;
}

/* line 167, app/assets/stylesheets/static_pages/common.scss */
.modal .modal-footer a {
  cursor: pointer;
}

/* line 172, app/assets/stylesheets/static_pages/common.scss */
.fp-controlArrow {
  display: none !important;
}

/* line 176, app/assets/stylesheets/static_pages/common.scss */
.toast {
  background: #4191ca;
  color: white;
  font-family: 'lato-semibold';
  border-radius: 3px;
  text-shadow: #4191ca 0 1px 0;
  padding: 15px 30px;
}

/* line 185, app/assets/stylesheets/static_pages/common.scss */
#toast-container {
  z-index: 2000121;
  width: 100%;
}

@media only screen and (max-device-width: 998px) {
  /* line 185, app/assets/stylesheets/static_pages/common.scss */
  #toast-container {
    top: 13vh !important;
  }
  /* line 191, app/assets/stylesheets/static_pages/common.scss */
  #toast-container .toast {
    width: 100% !important;
    margin: auto !important;
  }
}

@media only screen and (max-device-width: 720px) {
  /* line 185, app/assets/stylesheets/static_pages/common.scss */
  #toast-container {
    top: 13vh !important;
  }
  /* line 199, app/assets/stylesheets/static_pages/common.scss */
  #toast-container .toast {
    width: 90% !important;
    margin: auto !important;
  }
}

/* line 206, app/assets/stylesheets/static_pages/common.scss */
.alertify .ajs-modal {
  z-index: 5000;
}

/* line 209, app/assets/stylesheets/static_pages/common.scss */
.table {
  display: table;
}

/* line 211, app/assets/stylesheets/static_pages/common.scss */
.table .table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* line 216, app/assets/stylesheets/static_pages/common.scss */
.no-padding {
  padding: 0px;
}

/* line 219, app/assets/stylesheets/static_pages/common.scss */
.green-btn {
  background: #00AD51 !important;
  background-color: #00AD51 !important;
}

@media only screen and (max-width: 600px) {
  /* line 225, app/assets/stylesheets/static_pages/common.scss */
  #toast-container {
    z-index: -1;
  }
}

/*#ff1414;*/
/* line 4, app/assets/stylesheets/static_pages/footer.scss */
.footer {
  padding-left: 5vw !important;
  padding-right: 5vw !important;
  width: 100%;
  min-height: 50px;
  color: white;
  font-size: 15px;
}

/* line 12, app/assets/stylesheets/static_pages/footer.scss */
.footer a {
  cursor: pointer;
  color: white !important;
}

/* line 16, app/assets/stylesheets/static_pages/footer.scss */
.footer label {
  font-family: 'lato-semibold';
  font-size: 1.8em;
  color: white !important;
}

/* line 21, app/assets/stylesheets/static_pages/footer.scss */
.footer button {
  background: #00AD51;
}

/* line 24, app/assets/stylesheets/static_pages/footer.scss */
.footer .text-right {
  text-align: right;
}

/* line 27, app/assets/stylesheets/static_pages/footer.scss */
.footer div.row {
  margin-bottom: 20px !important;
}

/* line 30, app/assets/stylesheets/static_pages/footer.scss */
.footer .email a {
  color: white;
  text-decoration: none;
}

/* line 34, app/assets/stylesheets/static_pages/footer.scss */
.footer .address {
  display: inline-block;
}

/* line 36, app/assets/stylesheets/static_pages/footer.scss */
.footer .address label:first-child {
  margin-bottom: 15px;
  display: inline-block;
}

/* line 40, app/assets/stylesheets/static_pages/footer.scss */
.footer .address img {
  width: 25px;
  height: 25px;
  margin-top: -5px;
  margin-right: 0.2rem;
}

/* line 46, app/assets/stylesheets/static_pages/footer.scss */
.footer .address .show-map-btn {
  float: right;
}

/* line 49, app/assets/stylesheets/static_pages/footer.scss */
.footer .address .address-content {
  display: inline-block;
}

/* line 53, app/assets/stylesheets/static_pages/footer.scss */
.footer .address
, .footer .phone {
  margin-bottom: 10px;
}

/* line 57, app/assets/stylesheets/static_pages/footer.scss */
.footer .phone,
.footer .email {
  height: 1.2rem;
  line-height: 1.2rem;
}

/* line 62, app/assets/stylesheets/static_pages/footer.scss */
.footer .phone img,
.footer .email img {
  height: 20px;
  width: 20px;
}

@media (max-width: 601px) {
  /* line 67, app/assets/stylesheets/static_pages/footer.scss */
  .footer .address, .footer .phone, .footer .email {
    font-size: 1rem;
  }
  /* line 71, app/assets/stylesheets/static_pages/footer.scss */
  .footer .address label, .footer .phone label, .footer .email label {
    font-size: 1rem;
  }
  /* line 74, app/assets/stylesheets/static_pages/footer.scss */
  .footer .address img, .footer .phone img, .footer .email img {
    width: 1rem;
    height: 1rem;
  }
}

/* line 80, app/assets/stylesheets/static_pages/footer.scss */
.footer .address-content {
  padding-left: 24px;
}

/* line 83, app/assets/stylesheets/static_pages/footer.scss */
.footer .footer-right-container {
  position: relative;
}

/* line 86, app/assets/stylesheets/static_pages/footer.scss */
.footer .footer-right-container div.error {
  padding-left: 10px;
  margin-top: 3px;
  display: none;
  color: red;
}

/* line 92, app/assets/stylesheets/static_pages/footer.scss */
.footer .footer-right-container input, .footer .footer-right-container textarea {
  color: white !important;
  border-bottom: 1px solid white;
}

/* line 98, app/assets/stylesheets/static_pages/footer.scss */
.footer .map-container {
  width: 0%;
  z-index: 3;
  transition-property: width;
  transition-duration: 1s;
  transition-delay: 0.5s;
}

/* line 104, app/assets/stylesheets/static_pages/footer.scss */
.footer .map-container .map-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

/* line 110, app/assets/stylesheets/static_pages/footer.scss */
.footer .map-container .location {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 0px;
}

/* line 118, app/assets/stylesheets/static_pages/footer.scss */
.footer .map-btn {
  width: 0px;
  height: 0px;
  border-left: 20px solid red;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  float: right;
  display: none;
}

/* line 128, app/assets/stylesheets/static_pages/footer.scss */
.fixed-social {
  margin: 3rem auto;
  margin-bottom: 0px;
  text-align: center;
  width: 25vw;
}

/* line 133, app/assets/stylesheets/static_pages/footer.scss */
.fixed-social a {
  margin: 0px 1rem;
  cursor: pointer;
}

/* line 136, app/assets/stylesheets/static_pages/footer.scss */
.fixed-social a:hover {
  filter: brightness(200%);
}

/* line 140, app/assets/stylesheets/static_pages/footer.scss */
.fixed-social img {
  height: 33px;
  width: 33px;
  cursor: pointer;
}

@media (max-width: 998px) {
  /* line 140, app/assets/stylesheets/static_pages/footer.scss */
  .fixed-social img {
    height: 1.5rem;
    width: 1.5rem;
  }
}

/* line 150, app/assets/stylesheets/static_pages/footer.scss */
.show-map-btn {
  margin: 3px 0px;
}

/* line 155, app/assets/stylesheets/static_pages/footer.scss */
.map-modal-container > div {
  padding: 0px !important;
}

/* line 158, app/assets/stylesheets/static_pages/footer.scss */
.map-modal-container .btn, .map-modal-container .btn-large, .map-modal-container .btn-small {
  background-color: #00AD51;
}

/* line 162, app/assets/stylesheets/static_pages/footer.scss */
.mob-footer {
  background: #54667a;
  color: #c2cfde;
  padding: 30px;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}

@media (max-width: 998px) {
  /* line 162, app/assets/stylesheets/static_pages/footer.scss */
  .mob-footer {
    margin-bottom: 0px;
  }
}

@media (max-width: 720px) {
  /* line 162, app/assets/stylesheets/static_pages/footer.scss */
  .mob-footer {
    margin-bottom: 4rem;
  }
}

/* line 175, app/assets/stylesheets/static_pages/footer.scss */
.mob-footer h4 {
  color: white;
  font-size: 2rem;
}

/* line 179, app/assets/stylesheets/static_pages/footer.scss */
.mob-footer .fixed-social {
  width: 100%;
  margin: auto !important;
  overflow: hidden;
  display: block;
}

/* line 184, app/assets/stylesheets/static_pages/footer.scss */
.mob-footer .fixed-social a {
  height: 2.5rem;
  width: 2.5rem;
  filter: brightness(300%);
}

/* line 188, app/assets/stylesheets/static_pages/footer.scss */
.mob-footer .fixed-social a img {
  height: 2rem;
  width: 2rem;
}

/* line 196, app/assets/stylesheets/static_pages/footer.scss */
.mob-footer form input, .mob-footer form textarea {
  color: white !important;
}

@media (max-width: 998px) {
  /* line 203, app/assets/stylesheets/static_pages/footer.scss */
  .mob-call-add {
    display: none;
  }
  /* line 206, app/assets/stylesheets/static_pages/footer.scss */
  .call-add {
    display: block !important;
  }
}

@media (max-width: 720px) {
  /* line 211, app/assets/stylesheets/static_pages/footer.scss */
  .mob-call-add {
    display: block !important;
  }
  /* line 214, app/assets/stylesheets/static_pages/footer.scss */
  .call-add {
    display: none !important;
  }
}

@media only screen and (max-width: 720px) and (orientation: landscape) {
  /* line 219, app/assets/stylesheets/static_pages/footer.scss */
  .footer {
    display: none !important;
  }
  /* line 222, app/assets/stylesheets/static_pages/footer.scss */
  .mob-footer {
    display: block !important;
  }
}

/*#ff1414;*/
/* line 9, app/assets/stylesheets/static_pages/goals.scss */
.goals-container {
  /*background: #df9ec1;*/
  color: black;
}

/* line 15, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .goals-wrapper .row:last-child {
  margin-bottom: 0px;
}

/* line 19, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .card {
  box-shadow: 0px 3px 12px gray !important;
  text-align: center;
  width: 100%;
  position: relative;
  margin-bottom: 0.75rem;
}

/* line 25, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .card label {
  font-size: 1.32vw;
  padding-top: 5px;
  display: block;
}

/* line 30, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .card .card-main-deatils {
  padding: 7vh 0px;
}

@media only screen and (max-device-width: 998px) {
  /* line 30, app/assets/stylesheets/static_pages/goals.scss */
  .goals-container .card .card-main-deatils {
    padding: 3vh 0px;
  }
}

@media only screen and (max-device-width: 720px) and (orientation: landscape) {
  /* line 30, app/assets/stylesheets/static_pages/goals.scss */
  .goals-container .card .card-main-deatils {
    padding: 8vh 0px;
  }
}

/* line 41, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .card .card-main-deatils img {
  width: 14vh;
  height: 14vh;
}

@media only screen and (max-device-width: 998px) {
  /* line 41, app/assets/stylesheets/static_pages/goals.scss */
  .goals-container .card .card-main-deatils img {
    height: 7vh;
    width: 7vh;
  }
}

/* line 51, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .card .card-content {
  color: white;
  font-size: 1.32vw;
  line-height: 1.4;
  visibility: hidden;
  position: absolute;
  top: 0px;
  text-align: justify;
  height: 100%;
  z-index: 1;
  opacity: 0;
  /* For Safari 3.1 to 6.0 */
  transition: visibility 0s linear 4.1s,opacity 0.5s linear;
  padding: 20px;
}

/* line 68, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .card:hover .card-content {
  cursor: default;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  color: white;
}

/* line 79, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .premature-deaths-content {
  background-color: #ff8927;
}

/* line 82, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .reduce-emergenices-content {
  background-color: #76201f;
}

/* line 85, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .reduce-health-cost-content {
  background-color: #3c704a;
}

/* line 88, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .empower-patients-content {
  background-color: #61b579;
}

/* line 91, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .long-healthy-life-content {
  background-color: #e56a5b;
}

/* line 94, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .women-empowerment-content {
  background-color: #eac10c;
  /*color: black;*/
}

/* line 97, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .women-empowerment-content p {
  font-size: 15px;
}

/* line 101, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .next-section-btn {
  margin-top: -1rem;
}

/* line 103, app/assets/stylesheets/static_pages/goals.scss */
.goals-container .next-section-btn img {
  width: 2.5rem;
  height: 2.5rem;
}

/* line 111, app/assets/stylesheets/static_pages/goals.scss */
div.med-goals-sections ul.med-collapsible li {
  float: left;
  width: 50%;
}

/* line 115, app/assets/stylesheets/static_pages/goals.scss */
div.med-goals-sections ul.med-collapsible img {
  display: none;
}

/* line 118, app/assets/stylesheets/static_pages/goals.scss */
div.med-goals-sections ul.med-collapsible label {
  line-height: normal !important;
  font-size: 1rem;
}

/* line 122, app/assets/stylesheets/static_pages/goals.scss */
div.med-goals-sections ul.med-collapsible div {
  line-height: normal;
}

/* line 128, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section img, div.med-goals-sections img {
  vertical-align: -webkit-baseline-middle;
  vertical-align: middle;
  margin: 0px 15px;
  height: 7vh;
}

/* line 134, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section h4, div.med-goals-sections h4 {
  background: #4B89A8;
  text-align: center;
  font-family: 'lato-semibold';
  padding: 10px;
  color: white;
  margin: 0px !important;
}

/* line 138, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section li, div.med-goals-sections li {
  width: 100%;
  cursor: pointer;
  filter: brightness(95%);
  background: white;
}

/* line 143, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section li:hover, div.med-goals-sections li:hover {
  filter: brightness(110%);
  transition: filter 0.5s;
}

/* line 147, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section li label, div.med-goals-sections li label {
  margin: 0px;
  text-align: center;
  font-size: 14px;
  font-family: 'lato-semibold';
  line-height: 7vh;
  cursor: pointer;
}

/* line 155, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section li .collapsible-header, div.med-goals-sections li .collapsible-header {
  background: transparent !important;
  border: none;
  padding: 20px 1rem;
}

/* line 159, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section li .collapsible-header img, div.med-goals-sections li .collapsible-header img {
  vertical-align: middle;
}

/* line 163, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section li .collapsible-body, div.med-goals-sections li .collapsible-body {
  border: none;
  padding: 30px;
  font-size: 14px;
  line-height: 20px;
  background: white;
  filter: brightness(100%);
  font-family: 'lato-semibold';
  text-align: justify !important;
}

/* line 174, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section .premature-deaths-content,
div.mob-goal-section .reduce-emergenices-content,
div.mob-goal-section .reduce-health-cost-content,
div.mob-goal-section .empower-patients-content,
div.mob-goal-section .long-healthy-life-content,
div.mob-goal-section .women-empowerment-content, div.med-goals-sections .premature-deaths-content,
div.med-goals-sections .reduce-emergenices-content,
div.med-goals-sections .reduce-health-cost-content,
div.med-goals-sections .empower-patients-content,
div.med-goals-sections .long-healthy-life-content,
div.med-goals-sections .women-empowerment-content {
  background: white;
}

/* line 183, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section .premature-deaths-content label, div.mob-goal-section .premature-deaths-content .collapsible-body, div.med-goals-sections .premature-deaths-content label, div.med-goals-sections .premature-deaths-content .collapsible-body {
  color: #ff8927;
}

/* line 188, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section .reduce-emergenices-content label, div.mob-goal-section .reduce-emergenices-content .collapsible-body, div.med-goals-sections .reduce-emergenices-content label, div.med-goals-sections .reduce-emergenices-content .collapsible-body {
  color: #76201f;
}

/* line 193, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section .reduce-health-cost-content label, div.mob-goal-section .reduce-health-cost-content .collapsible-body, div.med-goals-sections .reduce-health-cost-content label, div.med-goals-sections .reduce-health-cost-content .collapsible-body {
  color: #3c704a;
}

/* line 198, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section .empower-patients-content label, div.mob-goal-section .empower-patients-content .collapsible-body, div.med-goals-sections .empower-patients-content label, div.med-goals-sections .empower-patients-content .collapsible-body {
  color: #61b579;
}

/* line 203, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section .long-healthy-life-content label, div.mob-goal-section .long-healthy-life-content .collapsible-body, div.med-goals-sections .long-healthy-life-content label, div.med-goals-sections .long-healthy-life-content .collapsible-body {
  color: #e56a5b;
}

/* line 208, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section .women-empowerment-content label, div.mob-goal-section .women-empowerment-content .collapsible-body, div.med-goals-sections .women-empowerment-content label, div.med-goals-sections .women-empowerment-content .collapsible-body {
  color: #eac10c;
}

/* line 211, app/assets/stylesheets/static_pages/goals.scss */
div.mob-goal-section .women-empowerment-content p, div.med-goals-sections .women-empowerment-content p {
  font-size: 0.6rem;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 220, app/assets/stylesheets/static_pages/goals.scss */
  .goals-container .card .card-main-deatils {
    padding: 7vh 0px;
  }
}

@media all and (max-device-width: 720px) and (orientation: landscape) {
  /* line 227, app/assets/stylesheets/static_pages/goals.scss */
  div.mob-goal-section {
    display: block !important;
  }
  /* line 229, app/assets/stylesheets/static_pages/goals.scss */
  div.mob-goal-section ul li {
    padding: 20px;
  }
  /* line 231, app/assets/stylesheets/static_pages/goals.scss */
  div.mob-goal-section ul li .collapsible-header {
    font-size: 15px;
  }
  /* line 233, app/assets/stylesheets/static_pages/goals.scss */
  div.mob-goal-section ul li .collapsible-header img {
    height: 12vh;
  }
  /* line 240, app/assets/stylesheets/static_pages/goals.scss */
  .med-goals-sections {
    display: none;
  }
}

/*#ff1414;*/
/* line 3, app/assets/stylesheets/static_pages/home-container.scss */
.fullpage-content {
  display: none;
}

/* line 8, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper, .mob-home-wrapper {
  height: 85vh;
}

/* line 21, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .left-btn > div, .mob-home-wrapper .left-btn > div, .home-wrapper .right-btn > div, .mob-home-wrapper .right-btn > div {
  display: table;
  height: 80vh;
}

/* line 24, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .left-btn > div a, .mob-home-wrapper .left-btn > div a, .home-wrapper .right-btn > div a, .mob-home-wrapper .right-btn > div a {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

/* line 31, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .left-btn, .mob-home-wrapper .left-btn {
  left: 20px;
  position: absolute;
  cursor: pointer;
}

/* line 35, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .slider, .mob-home-wrapper .slider {
  float: left;
  height: 80vh !important;
}

/* line 38, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .slider h6, .mob-home-wrapper .slider h6 {
  font-size: 2vw;
}

/* line 41, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .slider ul.slides, .mob-home-wrapper .slider ul.slides {
  height: 80vh !important;
}

/* line 43, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .slider ul.slides li, .mob-home-wrapper .slider ul.slides li {
  height: 80vh;
}

/* line 47, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .slider ul.indicators, .mob-home-wrapper .slider ul.indicators {
  display: none;
}

/* line 51, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .right-btn, .mob-home-wrapper .right-btn {
  right: 20px;
  position: absolute;
  cursor: pointer;
}

/* line 54, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .right-btn img, .mob-home-wrapper .right-btn img {
  transform: rotate(180deg);
}

/* line 58, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .first-panal, .mob-home-wrapper .first-panal {
  background: white url(/assets/home-438545dbcea6026f34d550100287cd5ad60a2abdf691cb09c70ba66ee48f9fda.jpg);
  background-size: 100% 100%;
}

/* line 62, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .second-panal, .mob-home-wrapper .second-panal {
  background: white url(/assets/Banner/Second-slide-648f7a464c5c2f0c2a42cdb1ce7b98847843f646b2f2d49470f6659ea66f1ad7.jpg);
  background-size: 100% 100%;
  padding-left: 20px;
  display: table;
}

/* line 67, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .second-panal .content, .mob-home-wrapper .second-panal .content {
  position: absolute;
  z-index: 1;
  width: 50%;
  height: 100%;
  right: 0rem;
  padding: 0px 2rem 0px 3rem;
  color: white;
  display: table;
  vertical-align: middle;
}

/* line 77, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .second-panal .content div, .mob-home-wrapper .second-panal .content div {
  text-align: justify;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 1.4vw;
}

/* line 83, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .second-panal .content span, .mob-home-wrapper .second-panal .content span {
  font-style: italic !important;
}

/* line 88, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .third-panal, .mob-home-wrapper .third-panal {
  background: white url(/assets/static_pages/banner_1/1_1-f4666e9923d028ba7b77104237d10332c72e85d80855b72ae13262f9c208cfeb.jpg);
  background-size: 100% 100%;
}

/* line 91, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .third-panal .content, .mob-home-wrapper .third-panal .content {
  position: absolute;
  text-align: center;
  bottom: 0px;
  background-color: rgba(64, 104, 140, 0.66);
  color: #ffffff;
  margin: 20px 10% !important;
  padding: 10px;
  border-radius: 5px;
}

/* line 100, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .third-panal .content div, .mob-home-wrapper .third-panal .content div {
  margin-top: 0px;
  line-height: 1.2;
  font-size: 1.4vw;
}

/* line 106, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .forth-panal, .mob-home-wrapper .forth-panal {
  background: white;
  background: white url(/assets/Banner/sathi1-d114b7d4b5601cedace30e8599d1bf727afe0f0a05fc7f4a1e84eba2ad3b3bfa.jpg) no-repeat;
  background-size: 55% 100%;
}

/* line 110, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .forth-panal .content, .mob-home-wrapper .forth-panal .content {
  position: absolute;
  z-index: 1;
  width: 45%;
  color: #4B89A8;
  font-size: 0.8rem;
  top: 35%;
  padding-right: 20px;
  right: 0px;
  text-align: center;
  display: table;
}

/* line 121, app/assets/stylesheets/static_pages/home-container.scss */
.home-wrapper .forth-panal .content div, .mob-home-wrapper .forth-panal .content div {
  text-align: justify;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 1.4vw;
}

/* line 130, app/assets/stylesheets/static_pages/home-container.scss */
.mob-home-wrapper {
  height: 35vh !important;
  margin-top: 10vh;
  height: auto;
}

/* line 135, app/assets/stylesheets/static_pages/home-container.scss */
.mob-home-wrapper .slider, .mob-home-wrapper ul.slides.slides, .mob-home-wrapper ul.slides li, .mob-home-wrapper .left-btn > div, .mob-home-wrapper .right-btn > div {
  height: 35vh !important;
}

@media only screen and (max-device-width: 720px) and (orientation: landscape) {
  /* line 135, app/assets/stylesheets/static_pages/home-container.scss */
  .mob-home-wrapper .slider, .mob-home-wrapper ul.slides.slides, .mob-home-wrapper ul.slides li, .mob-home-wrapper .left-btn > div, .mob-home-wrapper .right-btn > div {
    height: 70vh !important;
  }
}

/* line 143, app/assets/stylesheets/static_pages/home-container.scss */
.mob-home-wrapper .left-btn, .mob-home-wrapper .right-btn {
  z-index: 10;
}

/* line 146, app/assets/stylesheets/static_pages/home-container.scss */
.mob-home-wrapper .left-btn {
  left: 0px;
}

/* line 149, app/assets/stylesheets/static_pages/home-container.scss */
.mob-home-wrapper .right-btn {
  right: 0px;
}

/*#ff1414;*/
/* line 2, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container {
  padding-top: 10vh;
  font-size: 0.8rem;
}

/* line 5, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container .probems-container,
.impact-focused-container .diseases-container,
.impact-focused-container .diseases-solutions-container,
.impact-focused-container .impact-details-container {
  padding: 0px 10vw;
}

/* line 11, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container .arrow-img {
  margin: 1rem 0px;
  height: 20vh;
}

/* line 14, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container .arrow-img img {
  height: 100%;
}

/* line 18, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container .booking-container {
  background-color: #e8f3fa;
  padding: 5vh 10vw;
}

/* line 21, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container .booking-container h5 {
  font-family: 'lato-semibold';
  color: #4B89A8;
  margin-bottom: 2rem;
}

/* line 26, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container .booking-container button {
  background-color: #00AD51;
}

/* line 30, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container ul:not(.browser-default) {
  padding-left: 1.3rem;
}

/* line 32, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container ul:not(.browser-default) li {
  list-style-type: initial !important;
}

/* line 36, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container .diseases-solutions-container > div div {
  display: list-item;
}

/* line 40, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container .probems-container .right-container {
  background: rgba(0, 0, 0, 0.55);
  padding: 5vh;
  color: white;
  font-size: 0.8rem;
}

/* line 45, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container .probems-container .right-container > div {
  display: flex;
}

/* line 48, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container .probems-container .right-container i {
  color: red;
  margin-right: 1rem;
}

/* line 52, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container .probems-container .right-container span {
  float: right;
}

/* line 56, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container .probems-container .second-row {
  background-image: url("../images/carousel stack 3.jpg");
  background-size: 100% 100%;
}

/* line 59, app/assets/stylesheets/static_pages/impactfocused.scss */
.impact-focused-container .probems-container .second-row i {
  color: green;
}

/*#ff1414;*/
/* line 4, app/assets/stylesheets/static_pages/media.scss */
.media-container {
  margin: auto;
  background: #f8f8f8;
}

/* line 7, app/assets/stylesheets/static_pages/media.scss */
.media-container .row {
  margin-bottom: 0px;
}

/* line 11, app/assets/stylesheets/static_pages/media.scss */
.media-container .more-media-btn a {
  color: white;
  text-decoration: none;
}

/* line 20, app/assets/stylesheets/static_pages/media.scss */
.media-container .media-wrapper .col:first-child {
  padding-left: 0px;
}

/* line 23, app/assets/stylesheets/static_pages/media.scss */
.media-container .media-wrapper .col:last-child {
  padding-right: 0px !important;
}

/* line 26, app/assets/stylesheets/static_pages/media.scss */
.media-container .media-wrapper a.btn, .media-container .media-wrapper a.btn-large, .media-container .media-wrapper a.btn-small {
  background-color: #00AD51;
}

/* line 30, app/assets/stylesheets/static_pages/media.scss */
.media-container iframe {
  height: 100%;
  width: 100%;
}

/* line 35, app/assets/stylesheets/static_pages/media.scss */
.media-container .media-card:hover {
  box-shadow: 0px 2px 16px #4B89A8;
}

/* line 38, app/assets/stylesheets/static_pages/media.scss */
.media-container .media-card a {
  display: block;
  height: 40vh;
  position: relative;
}

/* line 42, app/assets/stylesheets/static_pages/media.scss */
.media-container .media-card a img.vid-img {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
}

/* line 48, app/assets/stylesheets/static_pages/media.scss */
.media-container .media-card a img.play-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.8;
}

/* line 57, app/assets/stylesheets/static_pages/media.scss */
.media-container .media-card a img.play-img:hover {
  opacity: 1;
}

@media (max-width: 998px) {
  /* line 38, app/assets/stylesheets/static_pages/media.scss */
  .media-container .media-card a {
    height: 20vh;
  }
}

/* line 65, app/assets/stylesheets/static_pages/media.scss */
.media-container .media-card .media-content {
  display: none;
  text-align: center;
  padding: 10px;
  font-size: 0.8rem;
}

/* line 72, app/assets/stylesheets/static_pages/media.scss */
.media-container button {
  text-transform: capitalize !important;
  margin-top: 2rem;
  background: #00AD51;
}

/* line 77, app/assets/stylesheets/static_pages/media.scss */
.media-container .modal-content {
  height: 60vh;
}

@media only screen and (max-width: 720px) and (orientation: landscape) {
  /* line 82, app/assets/stylesheets/static_pages/media.scss */
  .media-container {
    display: none !important;
  }
}

@media only screen and (max-width: 998px) {
  /* line 87, app/assets/stylesheets/static_pages/media.scss */
  .media-container {
    padding: 2rem 5vw !important;
  }
}

/* line 1, app/assets/stylesheets/static_pages/mob_home_slider.scss */
.mob-home-container-slider {
  height: auto !important;
  padding-top: 10vh;
}

/* line 4, app/assets/stylesheets/static_pages/mob_home_slider.scss */
.mob-home-container-slider > div {
  height: 90vh;
}

/* line 6, app/assets/stylesheets/static_pages/mob_home_slider.scss */
.mob-home-container-slider > div img {
  width: 100%;
  height: 100%;
}

/* line 11, app/assets/stylesheets/static_pages/mob_home_slider.scss */
.mob-home-container-slider .carousel {
  height: 200px !important;
}

/* line 14, app/assets/stylesheets/static_pages/mob_home_slider.scss */
.mob-home-container-slider .first-panal,
.mob-home-container-slider .second-panal,
.mob-home-container-slider .third-panal,
.mob-home-container-slider .forth-panal {
  position: relative;
  min-height: 200px !important;
  height: 200px !important;
}

/* line 21, app/assets/stylesheets/static_pages/mob_home_slider.scss */
.mob-home-container-slider .first-panal .banner-img,
.mob-home-container-slider .second-panal .banner-img,
.mob-home-container-slider .third-panal .banner-img,
.mob-home-container-slider .forth-panal .banner-img {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
}

/* line 27, app/assets/stylesheets/static_pages/mob_home_slider.scss */
.mob-home-container-slider .first-panal .content,
.mob-home-container-slider .second-panal .content,
.mob-home-container-slider .third-panal .content,
.mob-home-container-slider .forth-panal .content {
  position: absolute;
  z-index: 1;
  text-align: center;
}

/* line 31, app/assets/stylesheets/static_pages/mob_home_slider.scss */
.mob-home-container-slider .first-panal .content h6,
.mob-home-container-slider .second-panal .content h6,
.mob-home-container-slider .third-panal .content h6,
.mob-home-container-slider .forth-panal .content h6 {
  font-family: 'lato-semibold';
  font-size: 16px;
}

/* line 38, app/assets/stylesheets/static_pages/mob_home_slider.scss */
.mob-home-container-slider .first-panal .content {
  bottom: 1rem;
  left: 0px;
  right: 0px;
  background-color: rgba(64, 104, 140, 0.66);
  color: #ffffff;
}

/* line 47, app/assets/stylesheets/static_pages/mob_home_slider.scss */
.mob-home-container-slider .second-panal .content {
  bottom: 40%;
  right: 1rem;
  width: 40%;
  color: #606c9c;
}

/* line 59, app/assets/stylesheets/static_pages/mob_home_slider.scss */
.mob-home-container-slider .third-panal .content {
  left: 1rem;
  bottom: 40%;
  width: 40%;
  color: #0b6b84;
}

/* line 67, app/assets/stylesheets/static_pages/mob_home_slider.scss */
.mob-home-container-slider .forth-panal .content {
  left: 1rem;
  bottom: 30%;
  width: 40%;
  color: #00b1e7;
}

/*#ff1414;*/
/* line 5, app/assets/stylesheets/static_pages/partners.scss */
.patners-container .patner-wrepper {
  padding: 0vh 5vw;
}

/* line 7, app/assets/stylesheets/static_pages/partners.scss */
.patners-container .patner-wrepper .patner {
  text-align: center;
  background: white;
  border: 1px solid #f2f4f8;
  height: 20vh;
  display: block;
  line-height: 20vh;
  box-shadow: 0px 4px 5px gray;
  cursor: pointer;
}

/* line 16, app/assets/stylesheets/static_pages/partners.scss */
.patners-container .patner-wrepper .patner:hover {
  box-shadow: 1px 8px 20px gray;
}

/* line 20, app/assets/stylesheets/static_pages/partners.scss */
.patners-container .patner-wrepper .row {
  margin-bottom: calc(0.75rem + 20px);
}

/* line 23, app/assets/stylesheets/static_pages/partners.scss */
.patners-container .patner-wrepper .col {
  margin-bottom: 1rem;
}

/* line 27, app/assets/stylesheets/static_pages/partners.scss */
.patners-container .patner-wrepper div:nth-child(2) div:nth-child(1) img {
  width: 50%;
  height: 50%;
  padding: 0px !important;
}

/* line 33, app/assets/stylesheets/static_pages/partners.scss */
.patners-container .patner-wrepper .min-img {
  width: 80%;
}

/* line 38, app/assets/stylesheets/static_pages/partners.scss */
.patners-container .patner-wrepper div:first-child div:last-child img {
  margin-left: 1rem;
}

/* line 44, app/assets/stylesheets/static_pages/partners.scss */
.patners-container .patner-wrepper .row:nth-child(2) div:first-child {
  margin-left: 12.5%;
}

/* line 46, app/assets/stylesheets/static_pages/partners.scss */
.patners-container .patner-wrepper .row:nth-child(2) div:first-child img {
  height: 70%;
}

/* line 50, app/assets/stylesheets/static_pages/partners.scss */
.patners-container .patner-wrepper .row:nth-child(2) div:nth-child(2) img {
  height: 50%;
}

/* line 54, app/assets/stylesheets/static_pages/partners.scss */
.patners-container .patner-wrepper .tabeep-icon img {
  width: 67%;
  height: 100%;
}

/* line 60, app/assets/stylesheets/static_pages/partners.scss */
.mob-parter-wrapper {
  background: white;
}

/* line 63, app/assets/stylesheets/static_pages/partners.scss */
.mob-parter-wrapper h4 {
  background: #00AD51;
  text-align: center;
  font-family: 'lato-semibold';
  padding: 10px;
  color: white;
  margin: 0px !important;
}

/* line 67, app/assets/stylesheets/static_pages/partners.scss */
.mob-parter-wrapper div {
  height: 15vh;
  line-height: 15vh;
}

/* line 71, app/assets/stylesheets/static_pages/partners.scss */
.mob-parter-wrapper a {
  height: 15vh;
  line-height: 15vh;
  background: white;
  display: block;
  text-align: center;
}

/* line 77, app/assets/stylesheets/static_pages/partners.scss */
.mob-parter-wrapper a img {
  height: 100%;
  padding: 10px;
  margin: auto;
}

/* line 83, app/assets/stylesheets/static_pages/partners.scss */
.mob-parter-wrapper .normal-height img {
  height: auto;
}

/* line 88, app/assets/stylesheets/static_pages/partners.scss */
.mob-parter-wrapper .tabeep-icon a img {
  display: block;
}

/* line 94, app/assets/stylesheets/static_pages/partners.scss */
.med-patner-wrapper {
  padding: 4rem 5vw;
}

/* line 96, app/assets/stylesheets/static_pages/partners.scss */
.med-patner-wrapper .partner {
  height: 15vh;
  display: block;
  line-height: 15vh;
  background: white;
  margin: 10px 0px;
}

/* line 102, app/assets/stylesheets/static_pages/partners.scss */
.med-patner-wrapper .partner img {
  height: 100%;
  display: block;
  margin: auto;
  padding: 10px 20px;
}

/* line 109, app/assets/stylesheets/static_pages/partners.scss */
.med-patner-wrapper .row:nth-child(1) {
  background: red;
}

/* line 114, app/assets/stylesheets/static_pages/partners.scss */
.med-patner-wrapper .row:nth-child(3) .col:first-child .partner img, .med-patner-wrapper .row:nth-child(2) .col:first-child .partner img {
  height: auto;
  display: inline;
}

@media only screen and (max-device-width: 720px) and (orientation: landscape) {
  /* line 125, app/assets/stylesheets/static_pages/partners.scss */
  .med-patner-wrapper .row:nth-child(1) .partner img, .med-patner-wrapper .row:nth-child(3) .partner img {
    padding: 5px 10px;
  }
}

@media only screen and (max-device-width: 720px) and (orientation: landscape) {
  /* line 136, app/assets/stylesheets/static_pages/partners.scss */
  .mob-parter-wrapper a.patner {
    height: 30vh;
    text-align: center;
  }
  /* line 139, app/assets/stylesheets/static_pages/partners.scss */
  .mob-parter-wrapper a.patner img {
    width: 50% !important;
    height: 100% !important;
    margin: auto;
  }
  /* line 146, app/assets/stylesheets/static_pages/partners.scss */
  .mob-parter-wrapper a.patner:nth-child(1) img, .mob-parter-wrapper a.patner:nth-child(4) img {
    height: 66% !important;
  }
  /* line 153, app/assets/stylesheets/static_pages/partners.scss */
  .lar-partner-container {
    display: none;
  }
}

/*#ff1414;*/
/* line 8, app/assets/stylesheets/static_pages/services.scss */
.services-container {
  background: #8fb09e;
}

@media only screen and (max-device-width: 998px) {
  /* line 8, app/assets/stylesheets/static_pages/services.scss */
  .services-container {
    background: white;
  }
}

/* line 14, app/assets/stylesheets/static_pages/services.scss */
.services-container a {
  color: black;
}

/* line 17, app/assets/stylesheets/static_pages/services.scss */
.services-container h4 {
  margin-top: 0px;
  padding-top: 1rem;
}

/* line 22, app/assets/stylesheets/static_pages/services.scss */
.large-service-wrapper {
  margin: 0px;
  position: relative;
}

/* line 25, app/assets/stylesheets/static_pages/services.scss */
.large-service-wrapper a {
  display: block;
}

/* line 28, app/assets/stylesheets/static_pages/services.scss */
.large-service-wrapper h5 {
  margin: 0px 0px 20px 0px;
}

/* line 31, app/assets/stylesheets/static_pages/services.scss */
.large-service-wrapper h4.mob-heading {
  background: #00AD51;
  text-align: center;
  font-family: 'lato-semibold';
  padding: 10px;
  color: white;
  margin: 0px !important;
}

@media only screen and (max-device-width: 720px) {
  /* line 39, app/assets/stylesheets/static_pages/services.scss */
  .large-service-wrapper .col {
    padding: 0px;
  }
}

@media only screen and (max-device-width: 720px) and (orientation: landscape) {
  /* line 46, app/assets/stylesheets/static_pages/services.scss */
  .large-service-wrapper .col {
    padding: 0px 5px;
  }
}

/* line 50, app/assets/stylesheets/static_pages/services.scss */
.large-service-wrapper .card {
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  border: 1px solid gray;
}

@media only screen and (max-device-width: 998px) {
  /* line 58, app/assets/stylesheets/static_pages/services.scss */
  .large-service-wrapper .card .card-img img {
    height: 20rem;
  }
  /* line 62, app/assets/stylesheets/static_pages/services.scss */
  .large-service-wrapper .card .content {
    height: 30rem;
    font-size: 15px;
    position: relative;
  }
  /* line 67, app/assets/stylesheets/static_pages/services.scss */
  .large-service-wrapper .card .card-back {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}

/* line 75, app/assets/stylesheets/static_pages/services.scss */
.large-service-wrapper .card .card-img img {
  width: 100%;
  height: 100%;
}

/* line 81, app/assets/stylesheets/static_pages/services.scss */
.large-service-wrapper .content {
  padding: 20px;
}

/* line 83, app/assets/stylesheets/static_pages/services.scss */
.large-service-wrapper .content .card-face {
  text-align: justify;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

/* line 90, app/assets/stylesheets/static_pages/services.scss */
.large-service-wrapper .content .card-back {
  text-align: right;
  margin-right: 20px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
  /* line 102, app/assets/stylesheets/static_pages/services.scss */
  .large-service-wrapper .card .content {
    font-size: 14px;
  }
}

/*#ff1414;*/
/* line 4, app/assets/stylesheets/static_pages/style.scss */
body,
html {
  margin: 0;
  padding: 0;
}

/*html.fp-enabled, .fp-enabled body{
  overflow: visible !important;
}*/
/* line 14, app/assets/stylesheets/static_pages/style.scss */
.wrapper {
  min-height: 100%;
  position: relative;
}

/* line 19, app/assets/stylesheets/static_pages/style.scss */
.main-loader {
  position: absolute;
  top: 40%;
  left: 40%;
  z-index: 1000000000000000000000;
}

/* line 26, app/assets/stylesheets/static_pages/style.scss */
.main-loader img {
  height: 200px;
  width: 200px;
  -webkit-animation: spin 2s infinite linear;
}

/* line 42, app/assets/stylesheets/static_pages/style.scss */
div.content {
  overflow-x: hidden !important;
  font-family: 'lato-regular' !important;
}

/* line 48, app/assets/stylesheets/static_pages/style.scss */
div.content div.home-container,
div.content div.goals-container,
div.content div.media-container,
div.content div.services-container {
  padding: 0 5vw;
  /*@media (max-width:$mobile){
      height: auto !important;
      padding: 0px !important;
      .fp-tableCell{
        height: auto!important;
      }
    }*/
}

/* line 81, app/assets/stylesheets/static_pages/style.scss */
.med-home-container {
  height: auto;
  padding: 0;
}

/* line 86, app/assets/stylesheets/static_pages/style.scss */
.location {
  height: 40vh;
  width: 100%;
}

/* line 91, app/assets/stylesheets/static_pages/style.scss */
.section {
  padding: 0;
}

/*#ff1414;*/
/* line 10, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .slider {
  background-color: transparent;
  height: 60vh !important;
}

/* line 13, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .slider .slides {
  background: transparent;
  height: 60vh !important;
}

/* line 17, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .slider .indicators {
  display: none;
}

/* line 20, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .slider li {
  padding: 0px calc(5vw + 0.75rem);
  transform: none !important;
  transition: all 0.5s;
}

/* line 27, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .slider li .testimonial-details {
  padding: 30px;
  padding-left: 0px !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: white;
}

/* line 33, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .slider li .testimonial-details .testimonail {
  font-size: 1.5vw;
}

/* line 37, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .slider li .testimonial-img-container {
  padding: 60px 60px 60px 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: white;
}

/* line 42, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .slider li .testimonial-img-container > div {
  height: 100%;
}

/* line 48, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .testimonial-details {
  display: flex !important;
  align-items: center;
  color: black;
  font-size: 15px;
  padding-right: 0px !important;
  height: 100%;
}

/* line 55, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .testimonial-details .testimonail {
  text-align: justify;
  width: 73%;
  margin: auto;
  color: #4B89A8;
  font-size: 17px;
  line-height: 1.5;
}

/* line 62, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .testimonial-details .testimonail div {
  float: right;
}

/* line 67, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .testimonial-img-container {
  display: flex;
  align-items: center;
  vertical-align: middle;
  height: 100%;
  padding-left: 0px !important;
  margin: 0px;
}

/* line 74, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .testimonial-img-container .testimonial-img {
  width: 100%;
  box-shadow: 0px 4px 27px rgba(128, 128, 128, 0.38);
  filter: grayscale(100%);
}

/* line 79, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .testimonial-img-container img {
  width: 100%;
  height: 100%;
  margin-bottom: -15px;
}

/* line 86, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .next-section-btn img {
  margin-bottom: -3rem;
}

/* line 92, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .slider-fixed-item div.left-btn, .testimonial-contianer .slider-fixed-item .right-btn {
  position: absolute;
  cursor: pointer;
  z-index: 111;
  display: table;
}

/* line 97, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .slider-fixed-item div.left-btn div, .testimonial-contianer .slider-fixed-item .right-btn div {
  display: table-cell;
  vertical-align: middle;
  height: 60vh;
}

/* line 104, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .slider-fixed-item .left-btn {
  left: 1rem;
}

/* line 107, app/assets/stylesheets/static_pages/testimonial.scss */
.testimonial-contianer .slider-fixed-item .right-btn {
  right: 1rem;
  transform: rotate(180deg);
}

/* line 114, app/assets/stylesheets/static_pages/testimonial.scss */
.mob-testmonial-wrapper .slider.slider, .mob-testmonial-wrapper .slides.slides {
  height: 400px !important;
}

/* line 116, app/assets/stylesheets/static_pages/testimonial.scss */
.mob-testmonial-wrapper .slider.slider li, .mob-testmonial-wrapper .slides.slides li {
  padding: 0px !important;
}

/* line 122, app/assets/stylesheets/static_pages/testimonial.scss */
.mob-testmonial-wrapper .slider-fixed-item div.left-btn div, .mob-testmonial-wrapper .slider-fixed-item .right-btn div {
  height: 400px !important;
}

/* line 128, app/assets/stylesheets/static_pages/testimonial.scss */
.mob-testimonial {
  background: #79c894;
}

/* line 130, app/assets/stylesheets/static_pages/testimonial.scss */
.mob-testimonial h4 {
  text-align: center;
  font-family: 'lato-semibold';
  padding: 10px;
  color: white;
  margin: 0px !important;
}

/* line 133, app/assets/stylesheets/static_pages/testimonial.scss */
.mob-testimonial img {
  width: 100%;
}

@media only screen and (max-width: 720px) and (orientation: landscape) {
  /* line 139, app/assets/stylesheets/static_pages/testimonial.scss */
  .mob-testimonial {
    display: block !important;
  }
  /* line 142, app/assets/stylesheets/static_pages/testimonial.scss */
  .testmonial-wrapper {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/clinic_manager_responsive.css */
.search_bar {
  margin-right: 150px;
  margin-left: 0px;
  width: 400px;
}

/* line 6, app/assets/stylesheets/clinic_manager_responsive.css */
.sign_box {
  padding: 10px 5px;
  height: 40px;
  border: 1px solid #ccc;
  width: 400px;
}

/* line 12, app/assets/stylesheets/clinic_manager_responsive.css */
.sign_save_btn, .sign_clear_btn {
  padding: 3px 10px;
  border-radius: 3px;
  width: 70px;
  text-align: center;
  display: initial;
  cursor: pointer;
}

/* line 20, app/assets/stylesheets/clinic_manager_responsive.css */
.sign_clear_btn {
  background: #FF852E;
  color: #FFF;
  margin-right: 71.6%;
  cursor: pointer;
}

/* .square-box { display: -ms-flex; display: -webkit-flex; display: flex; }
.square-box>div { flex:1; }
.square-box>div.label-box {
  position: relative;
}
.square-box>div.label-box label{
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
} */
@media only screen and (max-width: 600px) {
  /* line 39, app/assets/stylesheets/clinic_manager_responsive.css */
  .body-container {
    padding: 15px 5vw;
  }
  /* line 42, app/assets/stylesheets/clinic_manager_responsive.css */
  [type="checkbox"] + label,
[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    height: auto !important;
  }
  /* line 46, app/assets/stylesheets/clinic_manager_responsive.css */
  ul.stepper.horizontal .step-actions {
    margin-bottom: 65px;
  }
  /* line 49, app/assets/stylesheets/clinic_manager_responsive.css */
  #account-selection.modal {
    top: 5% !important;
    max-height: 90vh;
    width: 75% !important;
  }
  /* line 54, app/assets/stylesheets/clinic_manager_responsive.css */
  .mobile_search_panel {
    background: #FFF;
    padding-bottom: 15px;
    margin-top: 8px;
    border-bottom: 1px solid #ccc;
    position: absolute;
    top: 52px;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
    width: 100%;
  }
  /* line 67, app/assets/stylesheets/clinic_manager_responsive.css */
  .filter_sec {
    display: none;
  }
  /* line 70, app/assets/stylesheets/clinic_manager_responsive.css */
  .search_bar {
    margin-right: auto;
    margin-left: 0px;
    width: auto;
  }
  /* line 75, app/assets/stylesheets/clinic_manager_responsive.css */
  .dropdown-trigger1.user {
    margin-top: 10px;
  }
  /* line 78, app/assets/stylesheets/clinic_manager_responsive.css */
  .reg .form_brd {
    border-bottom: 1px solid #e2e3ec !important;
    border-right: none !important;
  }
  /* line 82, app/assets/stylesheets/clinic_manager_responsive.css */
  ul.stepper.horizontal.reg .step {
    height: auto !important;
  }
  /* line 86, app/assets/stylesheets/clinic_manager_responsive.css */
  ul.stepper.horizontal .step-content {
    padding: 0px !important;
    top: 0px !important;
    margin-left: 15px;
    margin-right: 15px;
  }
  /* line 92, app/assets/stylesheets/clinic_manager_responsive.css */
  ul.stepper .step.active .step-title {
    font-weight: 600 !important;
    line-height: 25px !important;
    font-size: 16px !important;
  }
  /* line 98, app/assets/stylesheets/clinic_manager_responsive.css */
  ul.stepper .step-actions .next-step {
    position: absolute;
    right: 0px;
  }
  /* line 102, app/assets/stylesheets/clinic_manager_responsive.css */
  .w_100 {
    width: 100% !important;
    border: none !important;
  }
  /* line 106, app/assets/stylesheets/clinic_manager_responsive.css */
  .w_100.calendar {
    margin-bottom: 35px;
  }
  /* line 109, app/assets/stylesheets/clinic_manager_responsive.css */
  .w_30 {
    width: 30% !important;
  }
  /* line 112, app/assets/stylesheets/clinic_manager_responsive.css */
  .w_80 {
    width: 80% !important;
  }
  /* line 115, app/assets/stylesheets/clinic_manager_responsive.css */
  .mob-height-padding {
    height: 3vh !important;
  }
  /* line 119, app/assets/stylesheets/clinic_manager_responsive.css */
  .modal, #modal-referral {
    width: 95% !important;
  }
  /* line 123, app/assets/stylesheets/clinic_manager_responsive.css */
  #labBookingModal.modal .video-type .choice .icon, #modal-referral .choice .icon {
    height: 60px !important;
    width: 60px !important;
  }
  /* line 128, app/assets/stylesheets/clinic_manager_responsive.css */
  #labBookingModal.modal .video-type .choice i, #modal-referral .choice i {
    font-size: 30px !important;
    line-height: 50px !important;
    margin-left: -10px !important;
  }
  /* line 134, app/assets/stylesheets/clinic_manager_responsive.css */
  #modal-insurance .modal_body {
    height: 475px !important;
  }
  /* line 138, app/assets/stylesheets/clinic_manager_responsive.css */
  .sign_box {
    width: 270px;
  }
  /* line 141, app/assets/stylesheets/clinic_manager_responsive.css */
  .sign_clear_btn {
    margin-right: 62%;
  }
  /* line 144, app/assets/stylesheets/clinic_manager_responsive.css */
  .mbl_top {
    margin-top: -45px !important;
  }
  /* line 147, app/assets/stylesheets/clinic_manager_responsive.css */
  .mbl_pad_zero {
    padding: 0 !important;
  }
  /* line 150, app/assets/stylesheets/clinic_manager_responsive.css */
  .mbl_marg_zero {
    margin: 0 !important;
  }
  /* line 153, app/assets/stylesheets/clinic_manager_responsive.css */
  .mbl_marg_top_zero {
    margin-top: 0 !important;
  }
  /* line 156, app/assets/stylesheets/clinic_manager_responsive.css */
  .mbl_marg_left_zero {
    margin-left: 0 !important;
  }
  /* line 159, app/assets/stylesheets/clinic_manager_responsive.css */
  .mbl_marg_bottom_zero {
    margin-bottom: 0 !important;
  }
  /* line 162, app/assets/stylesheets/clinic_manager_responsive.css */
  .mbl_marg_right_zero {
    margin-right: 0 !important;
  }
  /* line 165, app/assets/stylesheets/clinic_manager_responsive.css */
  .mbl_marg_top_ten {
    margin-top: 10px !important;
  }
  /* line 168, app/assets/stylesheets/clinic_manager_responsive.css */
  .mbl_display_none {
    display: none !important;
  }
  /* line 171, app/assets/stylesheets/clinic_manager_responsive.css */
  .mbl_full_width {
    width: 100% !important;
  }
  /* line 175, app/assets/stylesheets/clinic_manager_responsive.css */
  .chips.chips-initial input {
    display: none;
  }
  /* line 179, app/assets/stylesheets/clinic_manager_responsive.css */
  .clinic.appointment-container .card .card-content {
    padding: 0 !important;
  }
  /* line 182, app/assets/stylesheets/clinic_manager_responsive.css */
  .clinic.appointment-container .card .card-content .actions {
    display: grid;
    align-items: flex-end;
    height: 40px !important;
  }
  /* Doctor booking modal*/
  /* line 190, app/assets/stylesheets/clinic_manager_responsive.css */
  #clinicBookingModal.modal.nh_modal, #labBookingModal.modal.nh_modal, .modal.recordings-container.nh_modal {
    min-height: auto !important;
    width: 95% !important;
  }
  /* line 195, app/assets/stylesheets/clinic_manager_responsive.css */
  #clinicBookingModal.modal .video-type .choice .icon {
    height: 65px;
    width: 65px;
  }
  /* line 199, app/assets/stylesheets/clinic_manager_responsive.css */
  #clinicBookingModal.modal .video-type .choice i {
    font-size: 30px;
    line-height: 55px;
    margin-left: -10px;
  }
  /* line 205, app/assets/stylesheets/clinic_manager_responsive.css */
  #clinicBookingModal.modal.nh_modal .video-type .choice h6, #labBookingModal.modal.nh_modal .video-type .choice h6 {
    line-height: 0%;
  }
  /* line 208, app/assets/stylesheets/clinic_manager_responsive.css */
  #bookNowBtn {
    right: 20px;
    position: absolute;
  }
  /* line 212, app/assets/stylesheets/clinic_manager_responsive.css */
  #bookNowBtn.book_now {
    right: 0;
    position: relative;
  }
  /* line 216, app/assets/stylesheets/clinic_manager_responsive.css */
  ul.stepper.horizontal .step-actions {
    margin-bottom: 5px;
  }
  /* line 219, app/assets/stylesheets/clinic_manager_responsive.css */
  ul.stepper.horizontal .step-actions.acton_submit {
    margin-bottom: 25px;
  }
  /* billing page*/
  /* line 223, app/assets/stylesheets/clinic_manager_responsive.css */
  #items-container {
    padding: 0px !important;
  }
  /* line 226, app/assets/stylesheets/clinic_manager_responsive.css */
  .invoice-container .card {
    padding: 15px;
  }
  /* billing show page*/
  /* line 230, app/assets/stylesheets/clinic_manager_responsive.css */
  .invoice-container .price-details {
    margin: 5px !important;
  }
  /* line 234, app/assets/stylesheets/clinic_manager_responsive.css */
  .invoice-container .summary-details {
    margin: 5px !important;
  }
  /* Add family member page*/
  /* line 238, app/assets/stylesheets/clinic_manager_responsive.css */
  #family-modal input#first_name, #family-modal input#patient_master_dob {
    border-bottom: 1px solid #edf0f1ee !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 993px) {
  /* line 2, app/assets/stylesheets/form_responisive.css */
  .age_width {
    width: 8% !important;
    border-left: 5px solid white;
  }
  /* line 6, app/assets/stylesheets/form_responisive.css */
  .cal_width {
    width: 14%;
    margin-bottom: 25px;
  }
  /* line 10, app/assets/stylesheets/form_responisive.css */
  .yr_input {
    width: 8%;
  }
  /* line 13, app/assets/stylesheets/form_responisive.css */
  .mnth_input {
    width: 10%;
  }
  /* line 16, app/assets/stylesheets/form_responisive.css */
  .day_input {
    width: 9%;
  }
  /* line 19, app/assets/stylesheets/form_responisive.css */
  .phn_input {
    width: 20% !important;
    border-right: 2px solid #e2e3ec;
  }
  /* line 23, app/assets/stylesheets/form_responisive.css */
  .phn_code_input {
    width: 12% !important;
    border-right: 2px solid #e2e3ec;
  }
}

@media only screen and (max-width: 600px) {
  /* line 29, app/assets/stylesheets/form_responisive.css */
  .cal_width {
    margin-bottom: 25px;
  }
  /* line 32, app/assets/stylesheets/form_responisive.css */
  .body-container {
    padding: 15px 2vw;
  }
  /* line 36, app/assets/stylesheets/form_responisive.css */
  ul.stepper.horizontal .step-content {
    margin-left: 5px;
    margin-right: 5px;
  }
  /* line 41, app/assets/stylesheets/form_responisive.css */
  .row .col.s1.phn_code_input {
    width: 30% !important;
  }
  /* line 44, app/assets/stylesheets/form_responisive.css */
  .col.s12.m3.w_80.form_brd {
    width: 70% !important;
  }
  /* line 47, app/assets/stylesheets/form_responisive.css */
  .select2-container--default .select2-results > .select2-results__options {
    /* max-height: 75px !important; */
  }
  /* line 50, app/assets/stylesheets/form_responisive.css */
  .select2-results__option {
    padding: 1px 5px !important;
  }
}

/* Custom Stylesheet */
/*  Colors : #8600c9, #00c788, #4b4b4d, #e6e7e8, #f1f2f3
*/
/* Global Styles */
/* line 10, app/assets/stylesheets/website_master.css */
.website_master .container {
  max-width: 100% !important;
}

/* line 13, app/assets/stylesheets/website_master.css */
.website_master p {
  line-height: 1.8rem;
}

/* line 16, app/assets/stylesheets/website_master.css */
.website_master a, .website_master a:active {
  outline: none;
}

/* Navbar Styles */
/* line 22, app/assets/stylesheets/website_master.css */
.website_master nav {
  color: #727272 !important;
  background-color: #fff !important;
  box-shadow: 0 8px 6px -6px #999 !important;
  z-index: 1;
}

/* line 31, app/assets/stylesheets/website_master.css */
.website_master nav ul a,
.website_master nav .brand-logo {
  color: #444;
}

/* line 35, app/assets/stylesheets/website_master.css */
.website_master nav .brand-logo {
  display: grid;
  z-index: 0;
}

/* line 39, app/assets/stylesheets/website_master.css */
.website_master .second-nav-links h6, .website_master .second-nav-links h6 a {
  font-size: 1rem !important;
  color: #333 !important;
  margin-top: -15px !important;
}

/* line 44, app/assets/stylesheets/website_master.css */
.website_master nav .brand-logo {
  margin-top: -15px;
}

/* line 47, app/assets/stylesheets/website_master.css */
.website_master nav .brand-logo img {
  width: 35%;
}

/* line 50, app/assets/stylesheets/website_master.css */
.website_master nav .button-collapse {
  margin: 0 0;
}

/* line 54, app/assets/stylesheets/website_master.css */
.website_master nav ul.tabs a, .website_master nav ul a {
  color: #4B4D4D !important;
  font-weight: 500;
  padding: 0 25px;
}

/* line 59, app/assets/stylesheets/website_master.css */
.website_master nav ul.tabs a:hover, .website_master nav ul li a:hover {
  color: #8600c9 !important;
  background-color: transparent !important;
}

/* line 63, app/assets/stylesheets/website_master.css */
.website_master .tabs-transparent li.right a img {
  width: 75%;
}

/* line 66, app/assets/stylesheets/website_master.css */
.website_master nav .nav-wrapper {
  margin: 25px 0;
}

/* line 69, app/assets/stylesheets/website_master.css */
.website_master nav .nav-wrapper i, .website_master nav a.sidenav-trigger, .website_master nav a.sidenav-trigger i {
  height: 40px !important;
  line-height: 40px !important;
}

/* line 73, app/assets/stylesheets/website_master.css */
.website_master .nav-extended {
  position: fixed;
  z-index: 2;
  box-shadow: none;
  height: 80px;
}

/* input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
} */
/* line 97, app/assets/stylesheets/website_master.css */
.website_master .name_err, .website_master .email_err, .website_master .phn_err, .website_master .plan_err {
  color: #F71D25 !important;
  font-weight: 600;
  font-size: 13px;
}

/* line 102, app/assets/stylesheets/website_master.css */
.website_master nav ul a.btn, .website_master nav ul a.btn-large, .website_master nav ul a.btn-small {
  margin-top: 1px;
  margin-left: 0;
  margin-right: 0;
  color: #fff !important;
  background-color: #8600c9 !important;
}

/* line 109, app/assets/stylesheets/website_master.css */
.website_master nav ul.tabs li.active a.btn, .website_master nav ul.tabs li.active a.btn-large, .website_master nav ul.tabs li.active a.btn-small, .website_master nav ul.left li.active a.btn, .website_master nav ul.left li.active a.btn-large, .website_master nav ul.left li.active a.btn-small {
  color: #8600c9 !important;
  background-color: #FFF !important;
}

/* line 113, app/assets/stylesheets/website_master.css */
.website_master .header nav ul a.btn, .website_master .header nav ul a.btn-large, .website_master .header nav ul a.btn-small {
  margin-top: -20px;
}

/* line 116, app/assets/stylesheets/website_master.css */
.website_master .sidenav-trigger {
  color: #26a69a;
}

/* line 119, app/assets/stylesheets/website_master.css */
.website_master .nav-wrapper ul li a, .website_master .nav-wrapper li, .website_master .nav-wrapper li.active {
  line-height: 30px;
}

/* line 122, app/assets/stylesheets/website_master.css */
.website_master nav ul li.active {
  background-color: transparent;
}

/* line 125, app/assets/stylesheets/website_master.css */
.website_master nav ul.tabs li.active a, .website_master nav ul.left li.active a {
  color: #8600c9 !important;
  outline: none;
}

/* line 129, app/assets/stylesheets/website_master.css */
.website_master nav .brand-logo.center {
  outline: none;
}

/* line 133, app/assets/stylesheets/website_master.css */
.website_master .m_top_10 {
  margin-top: -10px;
}

/* line 136, app/assets/stylesheets/website_master.css */
.website_master .m_top {
  margin-top: -9px;
}

/* line 140, app/assets/stylesheets/website_master.css */
.website_master .sub_head {
  margin-bottom: 5%;
}

/* line 143, app/assets/stylesheets/website_master.css */
.website_master .carousel {
  height: 100vh !important;
}

/* .website_master .carousel.carousel-slider .container {
  position: relative;

} */
/* line 150, app/assets/stylesheets/website_master.css */
.website_master .slider_content {
  position: absolute;
  top: 34% !important;
  left: 7% !important;
  width: 35% !important;
}

/* .slider_content.slider_cnt0 {
  top: 38% !important;
} */
/* .website_master .slider4 .slider_content,  .slider_content.slider_cnt2 {
  top: 40% !important;
} */
/* line 162, app/assets/stylesheets/website_master.css */
.website_master .slider_content h2, .website_master .slider_content h1 {
  font-size: 2.5vw !important;
  font-weight: 600 !important;
  line-height: 3vw !important;
  text-align: left !important;
  margin-bottom: 0;
}

/* line 169, app/assets/stylesheets/website_master.css */
.website_master .slider_content p {
  color: #FFF !important;
  font-size: 1.6vw !important;
  line-height: 2.5vw !important;
}

/* line 175, app/assets/stylesheets/website_master.css */
.website_master .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

/* line 182, app/assets/stylesheets/website_master.css */
.website_master .sticky + .content {
  padding-top: 102px;
}

/* line 185, app/assets/stylesheets/website_master.css */
.website_master .header {
  top: 0;
  position: fixed;
  z-index: 3;
  width: 100%;
}

/* line 191, app/assets/stylesheets/website_master.css */
.website_master .header nav {
  height: 70px;
  background-color: #FFF !important;
  box-shadow: 0 8px 6px -6px #999;
  padding: 12px 0;
}

/* line 200, app/assets/stylesheets/website_master.css */
.website_master .header nav .nav-wrapper {
  margin: 0;
}

/* line 203, app/assets/stylesheets/website_master.css */
.website_master .header nav .brand-logo.center {
  left: 52%;
}

/* line 206, app/assets/stylesheets/website_master.css */
.website_master .header nav ul.left {
  margin-top: -8px;
}

/* line 210, app/assets/stylesheets/website_master.css */
.website_master .header .nav-wrapper .input-field input[type="search"] {
  background: #f6f6f680 !important;
  border: 1px solid #efefef !important;
}

/* line 215, app/assets/stylesheets/website_master.css */
.website_master .header nav .input-field label.active i {
  color: #d1d1d1;
}

/* line 219, app/assets/stylesheets/website_master.css */
.header .roi_btn {
  display: none;
}

/* line 223, app/assets/stylesheets/website_master.css */
.website_master nav.nav-extended .nav-wrapper {
  /* min-height: 50px; */
  min-height: 35px;
}

/* line 227, app/assets/stylesheets/website_master.css */
.website_master .sidenav-overlay {
  z-index: auto;
}

/* line 230, app/assets/stylesheets/website_master.css */
.website_master .sidenav li:first-child {
  height: 70px;
  background-color: #FFF !important;
  box-shadow: 0 8px 6px -6px #999;
  padding: 12px 0;
}

/* line 239, app/assets/stylesheets/website_master.css */
.website_master .sidenav li.active, .sidenav li:hover {
  background-color: transparent !important;
}

/* line 242, app/assets/stylesheets/website_master.css */
.website_master .sidenav li.active a {
  background: transparent;
  color: #8600c9;
}

/* line 246, app/assets/stylesheets/website_master.css */
.website_master .parallax-container {
  min-height: 95vh;
  line-height: 0;
  height: auto;
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #f3f3f3 !important;
}

/* line 253, app/assets/stylesheets/website_master.css */
.website_master .parallax-container .section {
  width: 100%;
}

/* line 256, app/assets/stylesheets/website_master.css */
.website_master .parallax-container.blog_parallax .parallax {
  height: 320px;
}

/* line 259, app/assets/stylesheets/website_master.css */
.website_master .parallax-container .parallax img {
  width: 100%;
  height: 100%;
}

/* line 263, app/assets/stylesheets/website_master.css */
.website_master .parallax-container.blog_parallax {
  min-height: 40vh;
}

/* line 267, app/assets/stylesheets/website_master.css */
.website_master .header_title {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 275, app/assets/stylesheets/website_master.css */
.website_master .header_title h5 {
  color: #333 !important;
}

/* line 278, app/assets/stylesheets/website_master.css */
.website_master .header_title h1 {
  color: #333 !important;
  font-size: 2.3rem;
}

/* line 283, app/assets/stylesheets/website_master.css */
.website_master .icon-block {
  padding: 30px 20px 20px 20px;
  text-align: center;
  min-height: 350px !important;
}

/* line 288, app/assets/stylesheets/website_master.css */
.website_master .services_sec .icon-block {
  padding: 15px;
  background: #EBF5DC;
  min-height: 400px !important;
  margin-bottom: 25px;
}

/* line 294, app/assets/stylesheets/website_master.css */
.website_master .packages_sec .icon-block {
  background: #FFF;
  min-height: 200px !important;
  margin-bottom: 25px;
}

/* line 299, app/assets/stylesheets/website_master.css */
.website_master .icon-block img {
  width: 70px;
}

/* line 303, app/assets/stylesheets/website_master.css */
.website_master footer.page-footer {
  margin: 0;
}

/* line 308, app/assets/stylesheets/website_master.css */
.website_master div.sticky_div {
  background-color: #7cd381;
  bottom: 0;
  height: 70px;
  width: 100%;
  padding: 15px;
  margin: auto;
  text-align: center;
  position: absolute;
  z-index: 1;
}

/* line 319, app/assets/stylesheets/website_master.css */
.website_master div.sticky_div .btn, .website_master div.sticky_div .btn-large, .website_master div.sticky_div .btn-small {
  background: #FFF !important;
  color: #333 !important;
  border-radius: 30px;
  width: 100%;
}

/* line 325, app/assets/stylesheets/website_master.css */
.website_master .sticky_btns {
  position: fixed;
  bottom: 10px;
  display: inline-grid;
  right: 10px;
  z-index: 1;
}

/* line 332, app/assets/stylesheets/website_master.css */
.website_master .sticky_btns span {
  color: #FFF;
  text-align: right;
  font-size: 1rem;
}

/* line 337, app/assets/stylesheets/website_master.css */
.website_master .sticky_btns .btn, .website_master .sticky_btns .btn-large, .website_master .sticky_btns .btn-small {
  background: #7cd381 !important;
  padding: 0 10px !important;
  margin: 5px auto;
}

/* Corp styles*/
/* line 345, app/assets/stylesheets/website_master.css */
.website_master .cnt_wrapper .container {
  width: 85% !important;
}

/* line 350, app/assets/stylesheets/website_master.css */
.website_master p {
  margin: 0;
  color: #333;
}

/* line 354, app/assets/stylesheets/website_master.css */
.website_master .section {
  padding-top: 3%;
  padding-bottom: 3%;
}

/* line 359, app/assets/stylesheets/website_master.css */
.website_master li.social_icons {
  margin-bottom: 10px;
}

/* line 362, app/assets/stylesheets/website_master.css */
.website_master li.social_icons img {
  width: 50%;
  box-shadow: 0 8px 6px -6px #999;
}

/* line 370, app/assets/stylesheets/website_master.css */
.website_master .btn-sec {
  position: relative !important;
  right: 13% !important;
  bottom: -375px !important;
  z-index: 3 !important;
  float: right;
}

/* line 377, app/assets/stylesheets/website_master.css */
.website_master .btn, .website_master .btn-large, .website_master .btn-small {
  padding: 0 10px;
}

/* line 380, app/assets/stylesheets/website_master.css */
.website_master .btn, .website_master .btn-large, .website_master .btn-small {
  text-decoration: none;
  color: #fff;
  background-color: #00c788 !important;
  text-align: center;
  letter-spacing: .5px;
  transition: background-color .2s ease-out;
  cursor: pointer;
  box-shadow: 0 8px 6px -6px #999;
  text-transform: initial;
  border-radius: 5px;
  font-weight: 500;
  padding: 0 20px !important;
  height: 40px !important;
  line-height: 40px !important;
}

/* line 74, /home/ramasiva/.rvm/gems/ruby-2.2.1@backend-app/gems/materialize-sass-1.0.0/assets/stylesheets/materialize/components/_buttons.scss */
/* line 400, app/assets/stylesheets/website_master.css */
.website_master .btn:hover, .website_master .btn-large:hover, .website_master .btn-small:hover {
  background-color: #1B4D7F;
}

/* line 403, app/assets/stylesheets/website_master.css */
.website_master .btn-floating {
  border-radius: 50%;
}

/*.dwnld_btn{
  left: 23px;
}*/
/* line 409, app/assets/stylesheets/website_master.css */
.website_master h1, .website_master h2,
.website_master h3, .website_master h4,
.website_master h5, .website_master h6 {
  color: #333 !important;
  font-weight: 600;
  margin-top: 1%;
}

/* line 416, app/assets/stylesheets/website_master.css */
.website_master h4, .website_master h1 {
  font-size: 2rem !important;
}

/* line 419, app/assets/stylesheets/website_master.css */
.website_master h6, .website_master h2 {
  font-size: 1.2rem !important;
  line-height: 25px;
}

/* line 426, app/assets/stylesheets/website_master.css */
.website_master .grey_bg {
  background-color: #EBF5DC;
}

/* line 431, app/assets/stylesheets/website_master.css */
.website_master .packages_sec {
  background-color: #EBF5DC;
  /*padding-right: 5rem;
  padding-bottom: 5rem;*/
}

/*.claim_sec p{
  font-size: 1.2rem;
}*/
/* line 441, app/assets/stylesheets/website_master.css */
.claim_sec a.modal-trigger img {
  max-width: 88% !important;
}

/* line 444, app/assets/stylesheets/website_master.css */
.section a.modal-trigger, .section a.modal-trigger i {
  transition: transform .2s;
  /* Animation */
}

/* line 447, app/assets/stylesheets/website_master.css */
.section a.modal-trigger:hover i {
  transform: scale(1.2);
}

/*#modal-video, #modal-video1, #modal-schedule, #cardOne, 
#cardTwo, #cardThree, #cardFour*/
/* line 452, app/assets/stylesheets/website_master.css */
#modal-video, #modal-video1 {
  padding: 10px 15px !important;
  outline: none;
  box-shadow: none;
  /*
  overflow-y: hidden; */
  max-height: 75%;
}

/* line 460, app/assets/stylesheets/website_master.css */
.modal {
  background-color: #FFF;
}

/* line 463, app/assets/stylesheets/website_master.css */
::-moz-placeholder {
  /* Firefox, Chrome, Opera */
  color: #4B4D4D;
}
::placeholder {
  /* Firefox, Chrome, Opera */
  color: #4B4D4D;
}

/* line 467, app/assets/stylesheets/website_master.css */
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4B4D4D;
}

/* line 471, app/assets/stylesheets/website_master.css */
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #4B4D4D;
}

/* line 475, app/assets/stylesheets/website_master.css */
#modal-schedule.modal {
  min-height: 90% !important;
  width: 35% !important;
  top: 5% !important;
  background-color: #FBF0FF !important;
}

/* line 481, app/assets/stylesheets/website_master.css */
#modal-schedule.modal .modal-content {
  padding: 0 !important;
}

/* line 484, app/assets/stylesheets/website_master.css */
#modal-schedule.modal .modal-content .header_patch {
  background-color: #EECCFF;
  padding: 15px;
  /*border-bottom: 3px solid #E3E3E3;*/
}

/* line 490, app/assets/stylesheets/website_master.css */
#modal-schedule.modal .modal-content .header_patch h6 {
  color: #8600c9 !important;
  text-align: center !important;
}

/* line 494, app/assets/stylesheets/website_master.css */
#modal-schedule .modal-close {
  position: absolute;
  right: 10px;
  top: 18px;
}

/* line 499, app/assets/stylesheets/website_master.css */
#modal-schedule .btn-floating {
  width: 25px !important;
  height: 25px !important;
  line-height: 30px !important;
}

/* line 504, app/assets/stylesheets/website_master.css */
#modal-schedule .btn-floating i {
  font-size: 1rem !important;
  line-height: 26px !important;
}

/* line 508, app/assets/stylesheets/website_master.css */
#modal-schedule form {
  padding: 3% 5% 0% 5%;
}

/*.nh_modal .modal-content .header_patch .row, 
.recordings-container  .modal-content .header_patch .row{
margin-top: 5px;
}
*/
/* line 516, app/assets/stylesheets/website_master.css */
#modal-video1 {
  max-height: 84% !important;
}

/* line 519, app/assets/stylesheets/website_master.css */
#modal-video .modal-footer, #modal-video1 .modal-footer {
  background-color: transparent !important;
}

/* line 522, app/assets/stylesheets/website_master.css */
#modal-video .modal-content, #modal-video1 .modal-content {
  padding: 0;
}

/* line 525, app/assets/stylesheets/website_master.css */
#modal-video .modal-close, #modal-video1 .modal-close, #cardOne .modal-close,
#cardTwo .modal-close, #cardThree .modal-close, #cardFour .modal-close {
  border-radius: 50%;
  padding: 0px 8px;
  margin-bottom: 10px;
}

/* line 532, app/assets/stylesheets/website_master.css */
.website_master .brd {
  border-left: 2px solid #ccc;
  padding: 5px !important;
  height: 100px;
  margin-top: 35px;
  width: 1% !important;
}

/* line 540, app/assets/stylesheets/website_master.css */
.website_master .review_sec h5 {
  width: 100%;
  color: #ae6ada !important;
}

/* line 544, app/assets/stylesheets/website_master.css */
.website_master .review_sec .abt_card {
  padding: 5% 0 2%;
}

/*** TestimonialS Slider  ***/
/* line 549, app/assets/stylesheets/website_master.css */
.website_master .testimonial_slider_2 {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

/* line 554, app/assets/stylesheets/website_master.css */
.website_master .testimonial_slider_2 input {
  display: none;
}

/* line 559, app/assets/stylesheets/website_master.css */
.website_master .testimonial_slider_2 .slide_content {
  width: 25%;
  float: left;
}

/* line 563, app/assets/stylesheets/website_master.css */
.website_master .testimonial_slider_2 #controls {
  text-align: center;
}

/* line 566, app/assets/stylesheets/website_master.css */
.website_master .testimonial_slider_2 #controls label {
  width: 8px;
  height: 8px;
  margin: 0 2px;
  display: inline-block;
  background: transparent;
  /* Change controls background color */
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* line 576, app/assets/stylesheets/website_master.css */
.website_master .testimonial_slider_2 #slide_2_1:checked ~ #controls label:nth-child(1),
.website_master .testimonial_slider_2 #slide_2_2:checked ~ #controls label:nth-child(2),
.website_master .testimonial_slider_2 #slide_2_3:checked ~ #controls label:nth-child(3),
.website_master .testimonial_slider_2 #slide_2_4:checked ~ #controls label:nth-child(4) {
  background: transparent;
  /* Change controls background color when mouse click */
}

/* line 582, app/assets/stylesheets/website_master.css */
.website_master .testimonial_2 {
  color: #4b4b4d;
  padding: 10px 30px;
  text-align: center;
  font-weight: 500;
}

/* line 588, app/assets/stylesheets/website_master.css */
.website_master .testimonial_2 img {
  width: 30% !important;
}

/* line 591, app/assets/stylesheets/website_master.css */
.website_master .content_2 {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}

/* line 596, app/assets/stylesheets/website_master.css */
.website_master .content_2:before,
.website_master .content_2:after {
  content: "";
  height: 15px;
  width: 19px;
  position: absolute;
}

/* line 603, app/assets/stylesheets/website_master.css */
.website_master .content_2:before {
  left: 0;
}

/* line 606, app/assets/stylesheets/website_master.css */
.website_master .content_2:after {
  margin: 5px 10px;
}

/* line 609, app/assets/stylesheets/website_master.css */
.website_master .testimonial_2 p {
  display: inline;
}

/* line 612, app/assets/stylesheets/website_master.css */
.author_2 {
  margin-left: 30px;
}

/* line 615, app/assets/stylesheets/website_master.css */
.website_master .author_2 h3 {
  color: #4b4d4d !important;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0;
}

/* Contact sec*/
/* line 624, app/assets/stylesheets/website_master.css */
.website_master input:not([type]),
.website_master input[type="text"]:not(.browser-default),
.website_master input[type="password"]:not(.browser-default),
.website_master input[type="email"]:not(.browser-default),
.website_master input[type="url"]:not(.browser-default),
.website_master input[type="time"]:not(.browser-default),
.website_master input[type="date"]:not(.browser-default),
.website_master input[type="datetime"]:not(.browser-default),
.website_master input[type="datetime-local"]:not(.browser-default),
.website_master input[type="tel"]:not(.browser-default),
.website_master input[type="number"]:not(.browser-default),
.website_master input[type="search"]:not(.browser-default) {
  border: 1px solid #9e9e9e !important;
  padding-left: 10px;
  width: 98.5%;
  height: 2.7rem;
  background-color: #FFF;
  color: #4B4D4D;
}

/* line 643, app/assets/stylesheets/website_master.css */
.website_master textarea.materialize-textarea {
  border: 1px solid #9e9e9e !important;
  padding-left: 10px;
  min-height: 8rem;
  background-color: #FFF;
}

/* line 649, app/assets/stylesheets/website_master.css */
.website_master .contact img {
  width: 25px;
  margin-left: 45px;
}

/* line 653, app/assets/stylesheets/website_master.css */
.website_master .contact .input-field {
  margin-bottom: 0;
  margin-top: 0.5rem;
}

/* line 657, app/assets/stylesheets/website_master.css */
.website_master .contact a {
  color: #4B4D4D !important;
}

/* line 661, app/assets/stylesheets/website_master.css */
.website_master .customer-partners .slick-slide img {
  width: 100% !important;
}

/* line 664, app/assets/stylesheets/website_master.css */
.customer-partners.slider, .website_master .review_sec.section .slider {
  height: auto;
}

/* line 668, app/assets/stylesheets/website_master.css */
.website_master .page-footer {
  padding-top: 0 !important;
}

/* line 671, app/assets/stylesheets/website_master.css */
.website_master .page-footer .row {
  margin-bottom: 0;
}

/* line 674, app/assets/stylesheets/website_master.css */
.website_master .footer_ul {
  margin: 0;
  padding: 0;
}

/* line 679, app/assets/stylesheets/website_master.css */
.website_master .footer_ul li {
  display: inline;
  margin-left: 5px;
}

/* line 684, app/assets/stylesheets/website_master.css */
.website_master .grey-text.text-lighten-4 {
  outline: none;
}

/* line 687, app/assets/stylesheets/website_master.css */
.website_master .page-footer {
  width: 100%;
  background-size: 100% 100%;
  background-image: url("https://files.nanohealth.in/nhassurance/ColourPatch.png");
}

/* line 692, app/assets/stylesheets/website_master.css */
.website_master .page-footer .footer-copyright, .grey-text.text-lighten-4 {
  color: #333 !important;
}

/* line 695, app/assets/stylesheets/website_master.css */
.website_master .schedule_btn {
  display: none !important;
}

/* line 699, app/assets/stylesheets/website_master.css */
#home .crisp-client .crisp-1rjpbb7 .crisp-ws3gf1,
#home .crisp-client .crisp-1rjpbb7 .crisp-13h0akn::before,
#home .crisp-client .crisp-1rjpbb7 .crisp-13h0akn::after {
  background-color: #8600c9 !important;
}

/* line 705, app/assets/stylesheets/website_master.css */
#home .crisp-client .crisp-1rjpbb7 .crisp-17f70m7 {
  background-image: linear-gradient(125deg, #8600c9 -10%, #8600c9 100%) !important;
}

/* line 708, app/assets/stylesheets/website_master.css */
#home .crisp-1784wh6:hover .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg .crisp-1bkorcf:hover {
  background-color: #8600c9 !important;
}

/* #Section4 .row {
    width: 87%;
} */
/* line 717, app/assets/stylesheets/website_master.css */
.website_master .social_ico_sec {
  position: fixed;
  overflow: hidden;
  top: 34%;
  left: 2%;
  z-index: 2;
}

/* line 724, app/assets/stylesheets/website_master.css */
.website_master .footer-copyright .social_ico_sec {
  position: relative;
  display: inline-block;
}

/* line 728, app/assets/stylesheets/website_master.css */
.website_master .websure-social-inner {
  display: inline-grid;
}

/* line 731, app/assets/stylesheets/website_master.css */
.website_master .social li i, .website_master .social li a {
  font-size: 1.2em;
  color: #2a2a2a;
}

/* line 735, app/assets/stylesheets/website_master.css */
.website_master .minimal .social-img-wrp {
  margin-right: 6px;
  margin-bottom: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  float: left;
}

/* line 743, app/assets/stylesheets/website_master.css */
.website_master .minimal a {
  width: 28px;
  height: 28px;
  line-height: 26px;
  font-size: 16px;
}

/* line 749, app/assets/stylesheets/website_master.css */
.website_master .bg-shifter i {
  color: #fff;
}

/* line 752, app/assets/stylesheets/website_master.css */
.website_master .websure-socialink:hover .bg-shifter {
  top: 0;
  transform: rotate(0);
}

/* line 759, app/assets/stylesheets/website_master.css */
.website_master .websure-social {
  line-height: 0;
  width: 100%;
}

/* line 763, app/assets/stylesheets/website_master.css */
.website_master .websure-social-inner {
  font-size: 14px;
}

/* line 766, app/assets/stylesheets/website_master.css */
.website_master .minimal img {
  width: 30px;
}

/* line 769, app/assets/stylesheets/website_master.css */
.website_master .minimal .social-img-wrp {
  margin-right: 15px;
  margin-bottom: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  float: left;
}

/* line 777, app/assets/stylesheets/website_master.css */
.website_master .minimal a {
  width: 35px;
  height: 35px;
  line-height: 30px;
  font-size: 16px;
}

/* line 783, app/assets/stylesheets/website_master.css */
.website_master .websure-social a {
  float: left;
  /*
    width:100%;
   /* overflow:hidden;*/
  position: relative;
}

/* line 790, app/assets/stylesheets/website_master.css */
.website_master .footer-copyright .minimal .social-img-wrp {
  margin-right: 10px;
}

/*a img{
  width: 75%;
}*/
/* line 797, app/assets/stylesheets/website_master.css */
.website_master .websure-socialink.websure-instagram .bg-shifter {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

/* line 805, app/assets/stylesheets/website_master.css */
.website_master .btn_schedule, .website_master .book_btn_sec {
  top: 70%;
  position: fixed;
  right: -45px;
  z-index: 1;
}

/* line 811, app/assets/stylesheets/website_master.css */
.website_master .btn_schedule.btn_schedule2 {
  top: 40%;
  position: fixed;
  right: -75px;
  z-index: 1;
}

/* line 817, app/assets/stylesheets/website_master.css */
.website_master .bg-shifter {
  position: absolute;
  top: -60px;
  width: 50px;
  height: 49px;
  transition-property: transform,top;
  transition-duration: .25s;
  transform: rotate(180deg);
  z-index: -1;
}

/* line 836, app/assets/stylesheets/website_master.css */
.website_master #websure-to-top, .popup-close {
  position: fixed;
  cursor: pointer;
}

/* line 840, app/assets/stylesheets/website_master.css */
.website_master .websure-socialink .bg-shifter {
  top: -30px;
  width: 28px;
  height: 28px;
  z-index: 2;
  left: 3px;
}

/* line 849, app/assets/stylesheets/website_master.css */
.website_master .card-image {
  position: relative;
  margin: auto;
  overflow: hidden;
  /*width: 540px;*/
}

/* line 855, app/assets/stylesheets/website_master.css */
.website_master .card-image img {
  max-width: 100%;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
}

/* line 864, app/assets/stylesheets/website_master.css */
.website_master .card-image:hover img {
  transform: scale(1.1);
}

/* line 868, app/assets/stylesheets/website_master.css */
.website_master .toggle {
  display: inline-block;
  padding: 0 .25rem;
  background: #bada55;
}

/* line 874, app/assets/stylesheets/website_master.css */
.website_master .toggle span:nth-child(2) {
  display: none;
}

/* line 878, app/assets/stylesheets/website_master.css */
.website_master .card_info {
  width: 70%;
  margin: 10px auto;
  border: 1px solid #ccc;
  height: 150px;
  text-align: left;
  padding: .5rem;
  background: #000;
  display: none;
}

/* line 889, app/assets/stylesheets/website_master.css */
.website_master .toggle:hover {
  cursor: pointer;
}

/* line 892, app/assets/stylesheets/website_master.css */
.website_master #Section6 {
  padding-bottom: 0 !important;
}

/* line 895, app/assets/stylesheets/website_master.css */
.website_master .customer-logos.slider {
  height: auto !important;
}

/* line 898, app/assets/stylesheets/website_master.css */
.website_master .slick-slide img {
  width: 150% !important;
}

/* line 901, app/assets/stylesheets/website_master.css */
.website_master .customer-testimonials .slick-slide img {
  width: 15% !important;
  margin: auto;
}

/* line 907, app/assets/stylesheets/website_master.css */
.website_master .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  list-style-type: none;
}

/* line 915, app/assets/stylesheets/website_master.css */
.website_master .slick-dots li {
  margin: 0 0.25rem;
}

/* line 919, app/assets/stylesheets/website_master.css */
.website_master .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 2px solid #999;
  border-radius: 100%;
  background-color: transparent;
  text-indent: -9999px;
}

/* line 932, app/assets/stylesheets/website_master.css */
.website_master .slick-dots li.slick-active button {
  border: 2px solid #00c788;
  background-color: #00c788;
}

/* line 936, app/assets/stylesheets/website_master.css */
.website_master button:-moz-focusring, .website_master [type="button"]:-moz-focusring, .website_master
[type="reset"]:-moz-focusring, .website_master [type="submit"]:-moz-focusring {
  outline: none !important;
}

/* line 940, app/assets/stylesheets/website_master.css */
.website_master .video_cnt {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* line 948, app/assets/stylesheets/website_master.css */
.website_master .video_cnt iframe,
.website_master .video_cnt object,
.website_master .video_cnt embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 957, app/assets/stylesheets/website_master.css */
.website_master .auth_2 h3 {
  margin-top: 5%;
}

/* line 961, app/assets/stylesheets/website_master.css */
.website_master #Section8 .dropdown-content li > span {
  font-size: 15px;
  color: #26a69a;
  display: block;
  line-height: 20px;
  padding: 5px 2px;
}

/* line 969, app/assets/stylesheets/website_master.css */
.website_master #modal-submit {
  width: 25% !important;
}

/* line 972, app/assets/stylesheets/website_master.css */
.website_master #modal-submit .modal-content {
  padding: 15px !important;
}

/* line 975, app/assets/stylesheets/website_master.css */
.website_master .row_top {
  margin-top: 25px;
}

/* line 976, app/assets/stylesheets/website_master.css */
.website_master.consult_page h1 {
  font-size: 2.92rem !important;
}

/* line 979, app/assets/stylesheets/website_master.css */
.consult_page h2 {
  font-size: 2.28rem;
}

/* Media Queries*/
@media only screen and (max-width: 992px) {
  /* line 984, app/assets/stylesheets/website_master.css */
  .website_master .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  /* line 988, app/assets/stylesheets/website_master.css */
  .website_master #Section1 .section {
    top: 10%;
  }
}

@media only screen and (max-width: 600px) {
  /* line 994, app/assets/stylesheets/website_master.css */
  .website_master.consult_page h1 {
    font-size: 16px !important;
  }
  /* line 997, app/assets/stylesheets/website_master.css */
  .consult_page h2 {
    font-size: 24px !important;
  }
  /* line 1000, app/assets/stylesheets/website_master.css */
  .website_master nav .brand-logo {
    margin-top: -25px;
  }
  /* line 1003, app/assets/stylesheets/website_master.css */
  .website_master .carousel, .social {
    display: none !important;
  }
  /* line 1006, app/assets/stylesheets/website_master.css */
  .btn_schedule {
    left: -40px;
    bottom: 50px !important;
    top: auto !important;
  }
  /* line 1011, app/assets/stylesheets/website_master.css */
  .website_master .btn_schedule.btn_schedule2 {
    bottom: 215px !important;
    left: -65px;
    top: auto !important;
  }
  /* line 1016, app/assets/stylesheets/website_master.css */
  #Section2 {
    margin-top: -10px;
  }
  /* line 1019, app/assets/stylesheets/website_master.css */
  #Section3 {
    height: 0px;
  }
  /* line 1022, app/assets/stylesheets/website_master.css */
  .website_master .services_sec .icon-block {
    min-height: 300px !important;
    margin-bottom: 20px;
  }
  /* line 1026, app/assets/stylesheets/website_master.css */
  .website_master .packages_sec .icon-block {
    min-height: 280px !important;
    margin-bottom: 20px;
  }
  /* line 1030, app/assets/stylesheets/website_master.css */
  .website_master .row_top {
    margin-top: 0px;
  }
  /* line 1031, app/assets/stylesheets/website_master.css */
  .website_master .contact {
    text-align: left;
  }
  /* line 1034, app/assets/stylesheets/website_master.css */
  .website_master .contact p {
    margin-bottom: 10px;
  }
  /* line 1037, app/assets/stylesheets/website_master.css */
  .website_master h4 {
    font-size: 1.7rem !important;
  }
  /* line 1040, app/assets/stylesheets/website_master.css */
  .brd {
    display: none;
  }
  /* line 1043, app/assets/stylesheets/website_master.css */
  .website_master nav .brand-logo img {
    width: 185px;
  }
  /* line 1046, app/assets/stylesheets/website_master.css */
  .website_master .cnt_wrapper .container {
    width: 90% !important;
  }
  /* line 1050, app/assets/stylesheets/website_master.css */
  .website_master #Section1 .section {
    top: 0;
  }
  /* line 1054, app/assets/stylesheets/website_master.css */
  .website_master .abt_card h5 {
    width: 100%;
  }
  /* line 1057, app/assets/stylesheets/website_master.css */
  .website_master .content_2 {
    padding-left: 0;
  }
  /* line 1060, app/assets/stylesheets/website_master.css */
  .website_master .author_2 {
    margin-left: 0px;
  }
  /* line 1064, app/assets/stylesheets/website_master.css */
  .website_master .testimonial_2 {
    padding: 10px 5px;
  }
  /* .website_master .slider_content {
    position: absolute;
    top: auto;
    left: auto;
    text-align: left;
    width: 85%;
    background-color: #000000a8;
    padding: 15px;
  }
  .website_master .slider_content h2 {
    color: #00C873 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    margin-bottom: 5px;
  }
  .website_master .slider_content p {
    color: #FFF;
    font-size: 14px !important;
  }
  .website_master .carousel {
    height: 70vh !important;
  } */
  /* line 1090, app/assets/stylesheets/website_master.css */
  .website_master .parallax-container {
    min-height: 75vh;
  }
  /* line 1093, app/assets/stylesheets/website_master.css */
  .website_master .sidenav li > a {
    padding: 0 12px;
  }
  /* line 1096, app/assets/stylesheets/website_master.css */
  .website_master .claim_sec i.medium {
    top: 15%;
    left: 42.5%;
  }
  /* line 1100, app/assets/stylesheets/website_master.css */
  .website_master .claim_sec ul li, .website_master #cardOne ul li,
.website_master #cardTwo ul li, .website_master #cardThree ul li,
.website_master #cardFour ul li {
    text-align: left;
  }
  /* line 1106, app/assets/stylesheets/website_master.css */
  .website_master .hide_div {
    display: none !important;
  }
  /* line 1110, app/assets/stylesheets/website_master.css */
  .website_master .schedule_btn {
    display: block !important;
  }
  /* line 1113, app/assets/stylesheets/website_master.css */
  .website_master .parallax-container.blog_parallax {
    margin-top: -120px;
  }
}

/* line 1118, app/assets/stylesheets/website_master.css */
.website_master .about_page .parallax-container {
  min-height: 50vh !important;
}

/* line 1122, app/assets/stylesheets/website_master.css */
.website_master .blog_inner {
  position: relative;
}

/* line 1125, app/assets/stylesheets/website_master.css */
.website_master .blog_inner img {
  margin-top: 15%;
  width: 70%;
  box-shadow: -4px 4px 31px -4px rgba(0, 0, 0, 0.75);
}

/* line 1133, app/assets/stylesheets/website_master.css */
.website_master .blog_title span {
  position: absolute;
  bottom: -41.5%;
  left: 19%;
  background: #8600C9;
  padding: 6px;
  transform: translate(50%, -70%);
}

/* line 1141, app/assets/stylesheets/website_master.css */
.website_master .blog_title span h4 {
  margin: 0;
  padding: 10px 5px;
  color: #fff !important;
}

/* line 1146, app/assets/stylesheets/website_master.css */
.website_master .blog_title p {
  margin-left: 24%;
  margin-top: 10px;
}

/* line 1151, app/assets/stylesheets/website_master.css */
.website_master .date-container {
  background: #8600C9;
  color: #FFF;
  text-align: center;
  height: 75px;
  width: 60px;
  font-weight: 600;
  font-size: 18px;
  margin-top: -17px;
  padding-top: 5px;
}

/* line 1163, app/assets/stylesheets/website_master.css */
.website_master .btn.blueBtn, .website_master .blueBtn.btn-large, .website_master .blueBtn.btn-small {
  background: #8600C9 !important;
  padding: 10px !important;
  line-height: 10px !important;
  border-radius: 30px;
  height: 30px !important;
}

/* line 1170, app/assets/stylesheets/website_master.css */
.blog_heading a {
  color: #333 !important;
  font-size: 28px;
}

/* line 1174, app/assets/stylesheets/website_master.css */
.rightSec {
  margin-bottom: 25px;
  box-shadow: 0 8px 6px -6px #999 !important;
}

/* line 1180, app/assets/stylesheets/website_master.css */
.rightSec h3 {
  color: #8600C9 !important;
}

/* line 1183, app/assets/stylesheets/website_master.css */
.recent_posts a {
  color: #666 !important;
}

/* line 1186, app/assets/stylesheets/website_master.css */
ul#post_list {
  position: relative;
  list-style: none;
}

/* line 1190, app/assets/stylesheets/website_master.css */
ul#post_list li::before {
  content: '▶';
  position: absolute;
  left: 0;
  color: #666;
}

/* line 1196, app/assets/stylesheets/website_master.css */
ul#post_list li {
  margin-top: 10px;
}

/* line 1199, app/assets/stylesheets/website_master.css */
ul#post_list li a {
  padding-left: 20px;
}

/* line 1202, app/assets/stylesheets/website_master.css */
.search_posts {
  border: 1px solid #666;
  background-color: transparent;
  margin-bottom: 10px;
}

/* line 1207, app/assets/stylesheets/website_master.css */
#search_blog_title {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 1212, app/assets/stylesheets/website_master.css */
.recent_posts {
  border: 1px solid #666;
  padding: 15px;
}

/* line 1216, app/assets/stylesheets/website_master.css */
.filter_btn {
  border: 1px solid #666;
  padding: 5px 10px;
  color: #666 !important;
}

/* line 1221, app/assets/stylesheets/website_master.css */
.filter_btn.active {
  color: #8600C9 !important;
}

/* line 1224, app/assets/stylesheets/website_master.css */
.blog_archives {
  border: 1px solid #666;
  padding: 5px 10px;
}

/* line 1228, app/assets/stylesheets/website_master.css */
#blog_tag {
  display: inline-flex;
  overflow-x: scroll;
  width: 100%;
  margin-bottom: 15px;
}

/* Valentine CSS */
/* line 1236, app/assets/stylesheets/website_master.css */
.website_master .valnt_bg {
  background-image: url(/../img/valentine_offer/BG.png);
}

/* line 1239, app/assets/stylesheets/website_master.css */
.website_master .valnt_bg .container {
  margin-top: 6%;
  width: 70% !important;
  background: #FFF;
  padding-top: 2%;
  padding-bottom: 2%;
}

/* line 1248, app/assets/stylesheets/website_master.css */
.website_master .img_radio_btn input {
  display: none;
}

/* line 1252, app/assets/stylesheets/website_master.css */
.website_master .img_radio_btn input + label {
  margin: auto;
  cursor: pointer;
}

/* line 1257, app/assets/stylesheets/website_master.css */
.website_master .img_radio_btn input#option1 + label {
  background-image: url(/../img/valentine_offer/Pack_1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  width: 250px;
  height: 165px;
  margin-bottom: 25px;
}

/* line 1267, app/assets/stylesheets/website_master.css */
.website_master .img_radio_btn input#option2 + label {
  background-image: url(/../img/valentine_offer/Pack_2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 250px;
  height: 275px;
  display: block;
}

/* line 1277, app/assets/stylesheets/website_master.css */
.website_master .img_radio_btn input#option3 + label {
  background-image: url(/../img/valentine_offer/Pack_3.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  width: 250px;
  height: 465px;
}

/* line 1287, app/assets/stylesheets/website_master.css */
.website_master .img_radio_btn input:checked + label {
  border: 3px solid #00c788;
  box-shadow: 0 8px 6px -6px #999 !important;
}

/* line 1294, app/assets/stylesheets/website_master.css */
.btn.slider_btn, .slider_btn.btn-large, .slider_btn.btn-small {
  background-color: #FFF !important;
  color: #FF6400 !important;
  text-align: left !important;
  margin-top: 25px;
  padding: 0 20px !important;
  height: 40px !important;
  line-height: 40px !important;
  border-radius: 30px !important;
  /* border: 1px solid #808080; */
}

/* Media Queries*/
@media only screen and (max-width: 992px) {
  /* line 1308, app/assets/stylesheets/website_master.css */
  .website_master .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  /* line 1312, app/assets/stylesheets/website_master.css */
  .website_master #Section1 .section {
    top: 10%;
  }
}

@media only screen and (max-width: 600px) {
  /* line 1318, app/assets/stylesheets/website_master.css */
  .skdslider {
    height: 30vh !important;
  }
  /* line 1323, app/assets/stylesheets/website_master.css */
  .btn.slider_btn, .slider_btn.btn-large, .slider_btn.btn-small {
    background-color: #FFF !important;
    color: #333 !important;
    text-align: left !important;
    margin-top: 10px;
    padding: 0 10px !important;
    height: 25px !important;
    line-height: 25px !important;
    font-size: 9px !important;
  }
  /* line 1333, app/assets/stylesheets/website_master.css */
  .website_master .side-nav {
    padding-top: 3vh;
  }
  /* line 1336, app/assets/stylesheets/website_master.css */
  .website_master #mobile-demo > li > a {
    text-align: center;
  }
  /* line 1339, app/assets/stylesheets/website_master.css */
  #sidenav-overlay {
    display: none;
  }
  /* line 1342, app/assets/stylesheets/website_master.css */
  .website_master nav.nav-extended .nav-wrapper {
    min-height: 30px;
  }
  /* line 1345, app/assets/stylesheets/website_master.css */
  .website_master .slider1, .website_master .slider2, .website_master .slider3, .website_master .slider4 {
    background-position: right;
  }
  /* line 1348, app/assets/stylesheets/website_master.css */
  .website_master .slider_content {
    position: absolute;
    top: 25% !important;
    left: 3% !important;
    width: 44% !important;
  }
  /* .website_master .slider_content.slider_cnt2 {
  top: 34% !important;
} */
  /* line 1357, app/assets/stylesheets/website_master.css */
  .website_master .slider_content h2 {
    font-size: 3vw !important;
    font-weight: 600 !important;
    line-height: 3.5vw !important;
    text-align: left !important;
    margin-bottom: 0;
  }
  /* line 1364, app/assets/stylesheets/website_master.css */
  .website_master .slider_content p {
    font-size: 2.3vw !important;
    line-height: 3vw !important;
  }
  /* line 1368, app/assets/stylesheets/website_master.css */
  .skdslider ul.slide-navs {
    bottom: 10px !important;
  }
  /* .website_master .slider_content p {
  color: #F5F5F5 !important;
} */
  /* line 1374, app/assets/stylesheets/website_master.css */
  .website_master .contact {
    text-align: left;
  }
  /* line 1377, app/assets/stylesheets/website_master.css */
  .website_master .contact p {
    margin-bottom: 10px;
  }
  /* line 1380, app/assets/stylesheets/website_master.css */
  .website_master h4 {
    font-size: 1.7rem !important;
  }
  /* line 1383, app/assets/stylesheets/website_master.css */
  .website_master .brd {
    display: none;
  }
  /* line 1386, app/assets/stylesheets/website_master.css */
  .website_master nav .brand-logo img {
    width: 85%;
  }
  /* line 1389, app/assets/stylesheets/website_master.css */
  .website_master .cnt_wrapper .container {
    width: 90% !important;
  }
  /* line 1393, app/assets/stylesheets/website_master.css */
  .website_master #Section1 .section {
    top: 0;
  }
  /* line 1397, app/assets/stylesheets/website_master.css */
  .website_master .abt_card h5 {
    width: 100%;
  }
  /* line 1400, app/assets/stylesheets/website_master.css */
  .website_master .parallax-container.blog_inner_cnt {
    min-height: 50vh;
  }
  /* line 1403, app/assets/stylesheets/website_master.css */
  .website_master .blog_inner img {
    margin-top: 43% !important;
    width: 100% !important;
  }
  /* line 1407, app/assets/stylesheets/website_master.css */
  .website_master .content_2 {
    padding-left: 0;
  }
  /* line 1410, app/assets/stylesheets/website_master.css */
  .website_master .author_2 {
    margin-left: 0px;
  }
  /* .website_master .slider_content {
    position: absolute;
    top: auto;
    bottom: 10%;
    left: 10%;
    text-align: left;
    width: 85%;
    background-color: #000000a8;
    padding: 15px;
  }
  .website_master .slider_content h2 {
    color: #00C873 !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    margin-bottom: 5px;
  }
  .website_master .slider_content p {
    color: #FFF;
    font-size: 17px !important;
  } */
  /* line 1435, app/assets/stylesheets/website_master.css */
  .website_master .carousel {
    height: 70vh !important;
  }
  /* line 1438, app/assets/stylesheets/website_master.css */
  .website_master .parallax-container {
    min-height: 75vh;
  }
  /* line 1441, app/assets/stylesheets/website_master.css */
  .website_master .sidenav li > a {
    padding: 0 12px;
  }
  /* line 1444, app/assets/stylesheets/website_master.css */
  .website_master .claim_sec i.medium {
    top: 15%;
    left: 42.5%;
  }
  /* line 1448, app/assets/stylesheets/website_master.css */
  .website_master .hide_div {
    display: none !important;
  }
  /* line 1452, app/assets/stylesheets/website_master.css */
  .website_master .schedule_btn {
    display: block !important;
  }
  /* line 1455, app/assets/stylesheets/website_master.css */
  .website_master .blog_title span {
    left: 3% !important;
  }
  /* line 1459, app/assets/stylesheets/website_master.css */
  .website_master .mobile_h_age_btn {
    margin-top: -35px;
    margin-bottom: 25px;
  }
  /* line 1464, app/assets/stylesheets/website_master.css */
  .website_master .mobile_h_age_btn .btn-small {
    width: 15px;
    height: 15px;
    position: absolute;
    right: -5px;
    top: -15px;
    background: #8600c9 !important;
    line-height: inherit;
    font-size: 10px;
  }
  /* line 1475, app/assets/stylesheets/website_master.css */
  .website_master .valnt_bg .container {
    margin-top: 30% !important;
    width: 90% !important;
  }
  /* line 1480, app/assets/stylesheets/website_master.css */
  .website_master .img_radio_btn input + label {
    margin: 5px auto;
  }
  /* line 1484, app/assets/stylesheets/website_master.css */
  .website_master .img_radio_btn input#option1 + label {
    margin-bottom: 10px;
  }
}

/* Package Page */
/* line 1494, app/assets/stylesheets/website_master.css */
.package_wrapper main {
  padding: 15px 0;
  margin: 0 auto;
  width: 100%;
}

/* line 1499, app/assets/stylesheets/website_master.css */
.package_wrapper main img.circle {
  width: 40px;
  height: 40px;
}

/* line 1503, app/assets/stylesheets/website_master.css */
.package_wrapper section {
  display: none;
  padding: 20px 0 0;
}

/* line 1508, app/assets/stylesheets/website_master.css */
.package_wrapper input {
  display: none;
}

/* line 1512, app/assets/stylesheets/website_master.css */
.package_wrapper label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 0px;
  font-weight: 600;
  text-align: center;
  color: #333;
  cursor: pointer;
}

/* line 1521, app/assets/stylesheets/website_master.css */
.package_wrapper [type="radio"]:not(:checked) + label,
.package_wrapper [type="radio"]:checked + label {
  padding-left: 20px;
  line-height: 40px;
  font-size: .9rem;
}

/* line 1527, app/assets/stylesheets/website_master.css */
.package_wrapper label:before {
  margin-right: 10px;
}

/* line 1530, app/assets/stylesheets/website_master.css */
.package_wrapper label:hover {
  color: #8600c9;
  cursor: pointer;
}

/* line 1535, app/assets/stylesheets/website_master.css */
.package_wrapper input:checked + label {
  color: #8600c9;
}

/* line 1539, app/assets/stylesheets/website_master.css */
.package_wrapper #tab1:checked ~ #content1,
.package_wrapper #tab2:checked ~ #content2,
.package_wrapper #tab3:checked ~ #content3,
.package_wrapper #tab4:checked ~ #content4,
.package_wrapper #tab5:checked ~ #content5,
.package_wrapper #tab6:checked ~ #content6,
.package_wrapper #tab7:checked ~ #content7,
.package_wrapper #tab8:checked ~ #content8,
.package_wrapper #tab9:checked ~ #content9,
.package_wrapper #tab10:checked ~ #content10 {
  display: block;
}

/* line 1551, app/assets/stylesheets/website_master.css */
.package_wrapper [type="radio"]:not(:checked) + label:before,
.package_wrapper [type="radio"]:not(:checked) + label:after {
  border: 0 !important;
}

/* line 1555, app/assets/stylesheets/website_master.css */
.package_wrapper [type="radio"]:checked + label:after,
.package_wrapper .with-gap[type="radio"]:checked + label:after {
  background-color: transparent !important;
}

/* line 1559, app/assets/stylesheets/website_master.css */
.package_wrapper [type="radio"]:checked + label:after,
.package_wrapper .with-gap[type="radio"]:checked + label:before,
.package_wrapper .with-gap[type="radio"]:checked + label:after {
  border: 0 !important;
}

/* line 1565, app/assets/stylesheets/website_master.css */
.package_wrapper .heading h4 {
  margin: 0 auto -15px;
  background: #d3d3d3;
  padding: 5px 0;
  width: 250px;
  font-size: 15px !important;
  text-align: center;
}

/* line 1575, app/assets/stylesheets/website_master.css */
#package_groups a.group_btn {
  font-weight: bold !important;
  color: #333 !important;
  font-size: 0.9rem !important;
}

/* line 1580, app/assets/stylesheets/website_master.css */
#package_groups a.group_btn.active {
  font-weight: bold !important;
  color: #0072c3 !important;
}

/* line 1584, app/assets/stylesheets/website_master.css */
.web_cart_count {
  position: absolute;
  right: 0px;
  color: #FF8615;
  background: #FFF;
  width: 20px;
  height: 20px;
  box-shadow: 2px 3px 6px -2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 3px 6px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 3px 6px -2px rgba(0, 0, 0, 0.75);
  text-align: center;
  border-radius: 30px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 600;
  top: -20px;
}

/* line 1602, app/assets/stylesheets/website_master.css */
#modal_item_details .modal-content {
  padding: 0 !important;
}

/* line 1605, app/assets/stylesheets/website_master.css */
#modal_item_details .header_patch {
  background: #7cd381;
  margin-top: -23px;
}

/* line 1609, app/assets/stylesheets/website_master.css */
#modal_item_details .header_patch h6 {
  color: #FFF !important;
  text-align: center;
  padding: 10px;
}

/* line 1614, app/assets/stylesheets/website_master.css */
#modal_item_details .modal-close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  line-height: 30px;
  background: #FFF;
}

/* line 1624, app/assets/stylesheets/website_master.css */
#modal_item_details .btn-floating i {
  font-size: 1rem;
  line-height: 25px;
  color: #333 !important;
}

/* line 1629, app/assets/stylesheets/website_master.css */
.website_master .btn.disabled, .website_master .disabled.btn-large, .website_master .disabled.btn-small {
  background-color: #ccc !important;
}

/* line 1632, app/assets/stylesheets/website_master.css */
.website_master .btn.disabled span, .website_master .disabled.btn-large span, .website_master .disabled.btn-small span {
  color: #FFF !important;
}

/* line 1635, app/assets/stylesheets/website_master.css */
.website_cart_link img {
  margin-top: -30px;
}

/* line 1638, app/assets/stylesheets/website_master.css */
.align_groups {
  width: 75% !important;
  margin: auto !important;
}

/* line 1642, app/assets/stylesheets/website_master.css */
.website_master .btn.pkcg_info_btn, .website_master .pkcg_info_btn.btn-large, .website_master .pkcg_info_btn.btn-small {
  color: #FFF !important;
  margin-top: 8px;
  font-weight: bold;
  height: 30px !important;
  line-height: 30px !important;
  padding: 0 15px !important;
}

/* line 1650, app/assets/stylesheets/website_master.css */
.pckg_content p {
  font-size: 13px !important;
}

@media screen and (max-width: 650px) {
  /* line 1654, app/assets/stylesheets/website_master.css */
  .hide_in_mbl {
    display: none !important;
  }
  /* line 1657, app/assets/stylesheets/website_master.css */
  .faqs .collapsible-header {
    position: relative !important;
  }
  /* line 1660, app/assets/stylesheets/website_master.css */
  .faqs .collapsible-header i {
    position: absolute !important;
    right: 0px !important;
    top: 0px !important;
  }
  /* line 1665, app/assets/stylesheets/website_master.css */
  #modal_self_assessment {
    overflow-y: scroll !important;
  }
  /* line 1668, app/assets/stylesheets/website_master.css */
  .package_wrapper main {
    margin: 0px auto !important;
  }
  /* line 1671, app/assets/stylesheets/website_master.css */
  .pckg_content p {
    font-size: 10px !important;
  }
  /* line 1674, app/assets/stylesheets/website_master.css */
  .package_wrapper label {
    font-size: 0;
  }
  /* line 1677, app/assets/stylesheets/website_master.css */
  .website_master .btn.pkcg_info_btn, .website_master .pkcg_info_btn.btn-large, .website_master .pkcg_info_btn.btn-small {
    margin-top: 7px !important;
    padding: 0 5px !important;
    font-size: 10px !important;
    line-height: 25px !important;
    height: 25px !important;
  }
  /* line 1684, app/assets/stylesheets/website_master.css */
  .align_groups {
    width: 100% !important;
    margin: auto !important;
  }
  /* line 1688, app/assets/stylesheets/website_master.css */
  .pckg_content {
    top: 10px !important;
  }
  /* line 1691, app/assets/stylesheets/website_master.css */
  .package_wrapper main {
    margin: 0px auto !important;
  }
  /* line 1694, app/assets/stylesheets/website_master.css */
  .pckg_content h5 {
    font-size: 14px !important;
    margin: 0 !important;
  }
  /* line 1698, app/assets/stylesheets/website_master.css */
  .pckg_content h6 {
    font-size: 13px !important;
    margin: 0 !important;
  }
  /* line 1702, app/assets/stylesheets/website_master.css */
  .package_wrapper label:before {
    margin: 0;
    font-size: 18px;
  }
  /* line 1706, app/assets/stylesheets/website_master.css */
  .package_wrapper [type="radio"]:not(:checked) + label,
.package_wrapper [type="radio"]:checked + label {
    padding-left: 3px;
    line-height: 40px;
    font-size: .9rem;
    padding-right: 3px;
  }
}

@media screen and (max-width: 400px) {
  /* line 1715, app/assets/stylesheets/website_master.css */
  .package_wrapper label {
    padding: 15px;
  }
  /* line 1718, app/assets/stylesheets/website_master.css */
  .package_wrapper [type="radio"]:not(:checked) + label,
.package_wrapper [type="radio"]:checked + label {
    padding-left: 3px;
    line-height: 40px;
    font-size: .9rem;
    padding-right: 3px;
  }
}

@media screen and (max-width: 340px) {
  /* line 1727, app/assets/stylesheets/website_master.css */
  .pckg_content h5 {
    font-size: 12px !important;
    margin: 0 !important;
  }
  /* line 1731, app/assets/stylesheets/website_master.css */
  .pckg_content p {
    font-size: 8px !important;
    line-height: 15px;
  }
  /* line 1735, app/assets/stylesheets/website_master.css */
  .website_master .btn.pkcg_info_btn, .website_master .pkcg_info_btn.btn-small, .website_master .pkcg_info_btn.btn-large {
    margin-top: 5px !important;
    padding: 0 5px !important;
    font-size: 9px !important;
  }
}

/* line 1741, app/assets/stylesheets/website_master.css */
.website_master .faqs {
  padding: 3% 0 !important;
  background-color: #F0F6E7;
}

/* line 1745, app/assets/stylesheets/website_master.css */
.website_master .faqs .faq_que {
  padding: 5px;
}

/* line 1749, app/assets/stylesheets/website_master.css */
.website_master .faqs .faq_ans {
  padding: 5px;
}

/* Global Styles */
/* line 5, app/assets/stylesheets/website_template_master.css */
body {
  background-color: #FFFFFF !important;
}

/* line 8, app/assets/stylesheets/website_template_master.css */
.website_templates .container {
  max-width: 100% !important;
}

/* line 11, app/assets/stylesheets/website_template_master.css */
.website_templates p {
  line-height: 1.8rem;
}

/* line 14, app/assets/stylesheets/website_template_master.css */
.website_templates a, .website_templates a:active {
  outline: none;
}

/* Navbar Styles */
/* line 20, app/assets/stylesheets/website_template_master.css */
.website_templates nav {
  color: #727272 !important;
  background-color: #fff !important;
  box-shadow: 0 8px 6px -6px #999 !important;
  z-index: 1;
}

/* line 29, app/assets/stylesheets/website_template_master.css */
.website_templates nav ul a,
.website_templates nav .brand-logo {
  color: #444;
}

/* line 33, app/assets/stylesheets/website_template_master.css */
.website_templates nav .brand-logo {
  display: grid;
  z-index: 0;
}

/* line 37, app/assets/stylesheets/website_template_master.css */
.website_templates .second-nav-links h6, .website_templates .second-nav-links h6 a {
  font-size: 1rem !important;
  color: #333 !important;
  margin-top: -15px !important;
}

/* line 42, app/assets/stylesheets/website_template_master.css */
.website_templates nav .brand-logo {
  margin-top: -15px;
}

/* line 45, app/assets/stylesheets/website_template_master.css */
.website_templates nav .brand-logo img {
  width: 35%;
}

/* line 48, app/assets/stylesheets/website_template_master.css */
.website_templates nav .button-collapse {
  margin: 0 0;
}

/* line 52, app/assets/stylesheets/website_template_master.css */
.website_templates nav ul.tabs a, .website_templates nav ul a {
  color: #4B4D4D !important;
  font-weight: 500;
  padding: 0 25px;
}

/* line 57, app/assets/stylesheets/website_template_master.css */
.website_templates nav ul.tabs a:hover, .website_templates nav ul li a:hover {
  color: #8600c9 !important;
  background-color: transparent !important;
}

/* line 61, app/assets/stylesheets/website_template_master.css */
.website_templates .tabs-transparent li.right a img {
  width: 75%;
}

/* line 64, app/assets/stylesheets/website_template_master.css */
.website_templates nav .nav-wrapper {
  margin: 25px 0;
}

/* line 67, app/assets/stylesheets/website_template_master.css */
.website_templates nav .nav-wrapper i, .website_templates nav a.sidenav-trigger, .website_templates nav a.sidenav-trigger i {
  height: 40px !important;
  line-height: 40px !important;
}

/* line 71, app/assets/stylesheets/website_template_master.css */
.website_templates .nav-extended {
  position: fixed;
  z-index: 2;
  box-shadow: none;
  height: 80px;
}

/* line 78, app/assets/stylesheets/website_template_master.css */
.website_templates .name_err, .website_templates .email_err, .website_templates .phn_err, .website_templates .plan_err {
  color: #F71D25 !important;
  font-weight: 600;
  font-size: 13px;
}

/* line 83, app/assets/stylesheets/website_template_master.css */
.website_templates nav ul a.btn, .website_templates nav ul a.btn-large, .website_templates nav ul a.btn-small {
  margin-top: 1px;
  margin-left: 0;
  margin-right: 0;
  color: #fff !important;
  background-color: #8600c9 !important;
}

/* line 90, app/assets/stylesheets/website_template_master.css */
.website_templates nav ul.tabs li.active a.btn, .website_templates nav ul.tabs li.active a.btn-large, .website_templates nav ul.tabs li.active a.btn-small, .website_templates nav ul.left li.active a.btn, .website_templates nav ul.left li.active a.btn-large, .website_templates nav ul.left li.active a.btn-small {
  color: #8600c9 !important;
  background-color: #FFF !important;
}

/* line 94, app/assets/stylesheets/website_template_master.css */
.website_templates .header nav ul a.btn, .website_templates .header nav ul a.btn-large, .website_templates .header nav ul a.btn-small {
  margin-top: -20px;
}

/* line 97, app/assets/stylesheets/website_template_master.css */
.website_templates .sidenav-trigger {
  color: #26a69a;
}

/* line 100, app/assets/stylesheets/website_template_master.css */
.website_templates .nav-wrapper ul li a, .website_templates .nav-wrapper li, .website_templates .nav-wrapper li.active {
  line-height: 30px;
}

/* line 103, app/assets/stylesheets/website_template_master.css */
.website_templates nav ul li.active {
  background-color: transparent;
}

/* line 106, app/assets/stylesheets/website_template_master.css */
.website_templates nav ul.tabs li.active a, .website_templates nav ul.left li.active a {
  color: #8600c9 !important;
  outline: none;
}

/* line 110, app/assets/stylesheets/website_template_master.css */
.website_templates nav .brand-logo.center {
  outline: none;
}

/* line 114, app/assets/stylesheets/website_template_master.css */
.website_templates .m_top_10 {
  margin-top: -10px;
}

/* line 118, app/assets/stylesheets/website_template_master.css */
.website_templates .sub_head {
  margin-bottom: 5%;
}

/* line 121, app/assets/stylesheets/website_template_master.css */
.website_templates .carousel {
  height: 100vh !important;
}

/* line 126, app/assets/stylesheets/website_template_master.css */
.btn.slider_sec_btn, .slider_sec_btn.btn-large, .slider_sec_btn.btn-small {
  background-color: #005ae0 !important;
  color: #FFF !important;
  text-align: left !important;
  margin-top: 5px;
  padding: 0 20px !important;
  height: 40px !important;
  line-height: 40px !important;
  border-radius: 3px !important;
  /* border: 1px solid #808080; */
}

/* line 138, app/assets/stylesheets/website_template_master.css */
.website_templates .section {
  padding-top: 3%;
}

/* line 141, app/assets/stylesheets/website_template_master.css */
.website_templates h1 {
  font-size: 2rem !important;
  margin-top: 1rem !important;
  color: #005ae0 !important;
}

/* line 146, app/assets/stylesheets/website_template_master.css */
.website_templates h2 {
  font-size: 1.2rem !important;
  line-height: 25px;
  color: #333 !important;
  margin: 15px auto;
}

/* line 152, app/assets/stylesheets/website_template_master.css */
.website_templates .icon-block {
  padding: 30px 20px 20px 20px;
  text-align: center;
  min-height: 350px !important;
}

/* line 157, app/assets/stylesheets/website_template_master.css */
.website_templates .grid_sec .icon-block {
  padding: 15px;
  background: #e5fcfe;
  margin-bottom: 25px;
}

/* line 162, app/assets/stylesheets/website_template_master.css */
.website_templates .icon-block img {
  width: 70px;
}

/* line 166, app/assets/stylesheets/website_template_master.css */
.website_templates .about_sec {
  padding: 15px;
  margin-bottom: 25px;
}

/* line 170, app/assets/stylesheets/website_template_master.css */
.website_templates .about_sec .cnt_block {
  padding: 15px;
  border: 5px solid #CCC;
}

/* line 174, app/assets/stylesheets/website_template_master.css */
.website_templates .grid_img {
  background: #e5fcfe;
}

/* line 177, app/assets/stylesheets/website_template_master.css */
.website_templates .grid_img .icon-block {
  padding: 0;
  background: #fff;
  margin-bottom: 25px;
  min-height: 300px !important;
}

/* line 183, app/assets/stylesheets/website_template_master.css */
.website_templates .grid_img .icon-block img {
  width: 100%;
}

/* line 187, app/assets/stylesheets/website_template_master.css */
.website_templates .website_master .page-footer {
  width: 100%;
  background-size: 100% 100%;
  background-image: none;
  background-color: #000;
}

/* line 193, app/assets/stylesheets/website_template_master.css */
.website_templates .website_master .page-footer p {
  color: #FFF !important;
}

/* line 196, app/assets/stylesheets/website_template_master.css */
.website_templates .web-footer .grey-text.text-lighten-4 {
  color: #FFF !important;
}

@media only screen and (max-width: 600px) {
  /* line 202, app/assets/stylesheets/website_template_master.css */
  .website_templates nav .brand-logo img {
    width: 100%;
  }
  /* line 205, app/assets/stylesheets/website_template_master.css */
  #mobile-demo a.brand-logo {
    margin-top: 15px !important;
  }
}

/* Slider */
/* line 2, app/assets/stylesheets/infinite-slider.css */
.slick-slide {
  margin: 0px 20px;
}

/* line 6, app/assets/stylesheets/infinite-slider.css */
.slick-slide img {
  width: 100%;
}

/* line 10, app/assets/stylesheets/infinite-slider.css */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 26, app/assets/stylesheets/infinite-slider.css */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 34, app/assets/stylesheets/infinite-slider.css */
.slick-list:focus {
  outline: none;
}

/* line 38, app/assets/stylesheets/infinite-slider.css */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 44, app/assets/stylesheets/infinite-slider.css */
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

/* line 54, app/assets/stylesheets/infinite-slider.css */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

/* line 61, app/assets/stylesheets/infinite-slider.css */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 67, app/assets/stylesheets/infinite-slider.css */
.slick-track:after {
  clear: both;
}

/* line 71, app/assets/stylesheets/infinite-slider.css */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 76, app/assets/stylesheets/infinite-slider.css */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 83, app/assets/stylesheets/infinite-slider.css */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 87, app/assets/stylesheets/infinite-slider.css */
.slick-slide img {
  display: block;
}

/* line 91, app/assets/stylesheets/infinite-slider.css */
.slick-slide.slick-loading img {
  display: none;
}

/* line 95, app/assets/stylesheets/infinite-slider.css */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 99, app/assets/stylesheets/infinite-slider.css */
.slick-initialized .slick-slide {
  display: block;
}

/* line 103, app/assets/stylesheets/infinite-slider.css */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 107, app/assets/stylesheets/infinite-slider.css */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 113, app/assets/stylesheets/infinite-slider.css */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 3, app/assets/stylesheets/give_reds.css */
.give_red_master nav {
  background-color: #ff8210;
}

/* line 6, app/assets/stylesheets/give_reds.css */
.give_red_master,
.give_red_master h1, .give_red_master h2, .give_red_master h3, .give_red_master h4,
.give_red_master h5, .give_red_master h6, .give_red_master p {
  font-family: 'Spartan', sans-serif !important;
  font-weight: 900;
}

/* line 12, app/assets/stylesheets/give_reds.css */
.give_red_master .charmonman-font {
  font-family: 'Charmonman', cursive !important;
}

/* line 15, app/assets/stylesheets/give_reds.css */
.give_red_master .container {
  width: 90% !important;
}

/* line 18, app/assets/stylesheets/give_reds.css */
.give_red_master nav {
  position: fixed;
  box-shadow: none;
  z-index: 1;
}

/* line 23, app/assets/stylesheets/give_reds.css */
.give_red_master nav ul a, .head_black {
  color: #1e1e1e !important;
  font-weight: bold;
}

/* line 27, app/assets/stylesheets/give_reds.css */
nav .button-collapse i {
  color: #1e1e1e;
}

/* line 30, app/assets/stylesheets/give_reds.css */
.give_red_master .m_top20 {
  margin-top: 25px;
}

/* line 33, app/assets/stylesheets/give_reds.css */
.give_red_master div.content {
  overflow-y: hidden;
}

/* line 36, app/assets/stylesheets/give_reds.css */
.give_red_master .btn, .give_red_master .btn-large, .give_red_master .btn-small {
  background-color: #f6ede8 !important;
  color: #1e1e1e !important;
  margin-top: 0px;
  border: 1px solid #f6ede8;
  font-family: 'Spartan', sans-serif !important;
  font-weight: 900;
  padding: 25px !important;
  line-height: 10px !important;
  font-size: 2rem !important;
  letter-spacing: 0;
  border-radius: 10px;
  box-shadow: none;
}

/* line 50, app/assets/stylesheets/give_reds.css */
.give_red_master .btn.orange-btn, .give_red_master .orange-btn.btn-large, .give_red_master .orange-btn.btn-small {
  background-color: #ff8210 !important;
  color: #FFF !important;
  border: 1px solid #ff8210;
}

/* line 55, app/assets/stylesheets/give_reds.css */
.give_red_master .btn_sec .btn, .give_red_master .btn_sec .btn-large, .give_red_master .btn_sec .btn-small {
  font-size: 1.5rem !important;
  font-weight: 800;
}

/* line 59, app/assets/stylesheets/give_reds.css */
.give_red_master .grey_bg {
  background: #E9E0DB;
}

/* line 62, app/assets/stylesheets/give_reds.css */
.give_red_master .white_bg {
  background: #FFF;
}

/* line 65, app/assets/stylesheets/give_reds.css */
.give_red_master .wrapper-container {
  width: 100%;
  height: 100%;
  height: 100vh;
}

/* line 70, app/assets/stylesheets/give_reds.css */
.give_red_master .sub_head {
  margin-top: 5%;
}

/* line 73, app/assets/stylesheets/give_reds.css */
.give_red_master .sub_head h4 {
  letter-spacing: 2px;
}

/* line 76, app/assets/stylesheets/give_reds.css */
.give_red_master .section-wrapper {
  padding-bottom: 5%;
}

/* line 79, app/assets/stylesheets/give_reds.css */
.absolute-Center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 87, app/assets/stylesheets/give_reds.css */
.give_red_master .banner-content {
  margin: auto;
  position: absolute;
  top: 20%;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 95, app/assets/stylesheets/give_reds.css */
.give_red_master .banner-content .charmonman-font {
  color: #f6ede8;
}

/* line 99, app/assets/stylesheets/give_reds.css */
.give_red_master .icon-block {
  margin-top: 70%;
  margin-bottom: 45%;
}

/* line 103, app/assets/stylesheets/give_reds.css */
.give_red_master .icon-block p.light {
  font-weight: 600 !important;
  font-size: 13px;
  min-height: 150px;
}

/* line 108, app/assets/stylesheets/give_reds.css */
.give_red_master .icon-block h6 {
  margin: 15% 0 !important;
}

/* line 111, app/assets/stylesheets/give_reds.css */
.give_red_master .icon-block img {
  height: 105px;
}

/* testimonial css */
/* line 116, app/assets/stylesheets/give_reds.css */
.give_red_master .customer-testimonials .slick-slide img {
  width: 100% !important;
  margin: auto;
}

/* line 120, app/assets/stylesheets/give_reds.css */
.give_red_master .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  list-style-type: none;
}

/* line 126, app/assets/stylesheets/give_reds.css */
.give_red_master .slick-dots li {
  margin: -10px 0.25rem;
}

/* line 130, app/assets/stylesheets/give_reds.css */
.give_red_master footer.page-footer {
  margin: 0;
}

/* line 133, app/assets/stylesheets/give_reds.css */
.give_red_master .page-footer {
  padding-top: 0 !important;
}

/* line 136, app/assets/stylesheets/give_reds.css */
.give_red_master .page-footer img {
  width: 40px !important;
}

/* line 139, app/assets/stylesheets/give_reds.css */
.give_red_master .page-footer .row {
  margin-bottom: 0;
}

/* line 142, app/assets/stylesheets/give_reds.css */
.give_red_master .footer_ul {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

/* line 148, app/assets/stylesheets/give_reds.css */
.give_red_master .footer_ul li {
  display: inline;
  margin-left: 5px;
}

/* line 153, app/assets/stylesheets/give_reds.css */
.give_red_master .grey-text.text-lighten-4 {
  outline: none;
}

/* line 156, app/assets/stylesheets/give_reds.css */
.give_red_master .page-footer {
  width: 100%;
}

/* line 159, app/assets/stylesheets/give_reds.css */
.give_red_master .page-footer .footer-copyright, .grey-text.text-lighten-4 {
  color: #f6ede8 !important;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}

/* line 165, app/assets/stylesheets/give_reds.css */
.btn.absolute-Center, .absolute-Center.btn-large, .absolute-Center.btn-small {
  width: 300px;
  top: auto;
  bottom: 10%;
}

/* Support css */
/* line 173, app/assets/stylesheets/give_reds.css */
.support-block h6 {
  font-size: 1rem !important;
}

/* line 176, app/assets/stylesheets/give_reds.css */
.support-block p.light {
  font-weight: 400 !important;
}

/* item_details css */
/* line 180, app/assets/stylesheets/give_reds.css */
.give_red_master .item_details p.light {
  font-weight: 400 !important;
}

/* line 183, app/assets/stylesheets/give_reds.css */
.give_red_master .item_details p {
  font-weight: 500 !important;
}

/* line 187, app/assets/stylesheets/give_reds.css */
.give_red_master .slide-arrow {
  position: absolute;
  top: -5%;
  margin-top: -15px;
  right: 2%;
}

/* line 193, app/assets/stylesheets/give_reds.css */
.give_red_master .prev-arrow {
  right: 8%;
  width: 0;
  height: 0;
  border: solid #1e1e1e;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  background: transparent;
  cursor: pointer;
}

/* .give_red_master .prev-arrow::after {
    content: "Prev";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  } */
/* line 211, app/assets/stylesheets/give_reds.css */
.give_red_master .next-arrow {
  right: 3%;
  width: 0;
  height: 0;
  border: solid #1e1e1e;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: transparent;
  cursor: pointer;
}

/* .give_red_master .prev-arrow::before {
    content: "Next";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  } */
/* line 229, app/assets/stylesheets/give_reds.css */
.give_red_master .cart_count {
  right: 5%;
  position: absolute;
  background: #eb4923;
  font-size: 11px;
  color: #FFF;
  line-height: 1;
  padding: 7px 5px 5px 5px;
  border-radius: 50%;
  top: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
}

/* line 244, app/assets/stylesheets/give_reds.css */
.give_red_master .red_bg_txt {
  background: #ED1C24;
  display: table;
  padding: 6px;
  color: #FFF;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600 !important;
  margin: 5px;
}

/* line 254, app/assets/stylesheets/give_reds.css */
.give_red_master span.error {
  font-size: 11px;
  font-weight: 600;
}

/* line 259, app/assets/stylesheets/give_reds.css */
.corner_box {
  border: 1px solid #1e1e1e;
  border-radius: 10px;
}

/* line 263, app/assets/stylesheets/give_reds.css */
.corner_box2 {
  background-color: #ED1C24;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px 0;
}

/* line 269, app/assets/stylesheets/give_reds.css */
.corner_box2 .row {
  margin-bottom: 0 !important;
}

/* line 272, app/assets/stylesheets/give_reds.css */
.success_msg {
  margin: 5% auto;
}

/* line 276, app/assets/stylesheets/give_reds.css */
.give_red_master .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* line 283, app/assets/stylesheets/give_reds.css */
.give_red_master .video-container iframe, .give_red_master .video-container object, .give_red_master .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 600px) {
  /* line 291, app/assets/stylesheets/give_reds.css */
  nav.nav-extended .nav-wrapper {
    min-height: 66px;
  }
  /* line 294, app/assets/stylesheets/give_reds.css */
  .give_red_master .wrapper-container {
    height: 70vh;
  }
  /* line 297, app/assets/stylesheets/give_reds.css */
  .give_red_master .banner-content {
    margin: auto;
    position: absolute;
    top: 15%;
  }
  /* line 303, app/assets/stylesheets/give_reds.css */
  nav .brand-logo {
    padding-top: 5px;
  }
  /* line 306, app/assets/stylesheets/give_reds.css */
  .give_red_master .btn_sec span {
    margin: 0 !important;
  }
  /* line 309, app/assets/stylesheets/give_reds.css */
  .give_red_master .btn_sec .btn, .give_red_master .btn_sec .btn-large, .give_red_master .btn_sec .btn-small {
    width: 90%;
    margin: 10px 0 !important;
  }
  /* line 313, app/assets/stylesheets/give_reds.css */
  .give_red_master .icon-block {
    margin-top: 30%;
    margin-bottom: 0%;
  }
  /* line 317, app/assets/stylesheets/give_reds.css */
  .give_red_master .icon-block h6 {
    margin: 10% 0 !important;
  }
  /* line 320, app/assets/stylesheets/give_reds.css */
  .give_red_master nav {
    z-index: 2;
  }
  /* line 323, app/assets/stylesheets/give_reds.css */
  .give_red_master .sub_head {
    z-index: 1;
  }
  /* line 326, app/assets/stylesheets/give_reds.css */
  .give_red_master .sub_head h4 {
    letter-spacing: 1px;
    font-size: 1.8rem;
  }
  /* line 330, app/assets/stylesheets/give_reds.css */
  .give_red_master .customer-testimonials.mobile_slider1 .slick-slide img {
    width: auto !important;
  }
  /* line 333, app/assets/stylesheets/give_reds.css */
  .give_red_master .customer-testimonials.our_army.slider {
    height: 350px;
  }
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  display: inline-block;
  height: 18px;
  width: 18px;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-twitter {
  background-image: url(/assets/social-share-button/twitter-0fec612fd72ee434d23487acb6a2c4263638a477b46b0252458f40fbfa996a65.svg);
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-facebook {
  background-image: url(/assets/social-share-button/facebook-451c416168fe539679993b8ea0b1c4131ff7d4416b5c15ed4f85c87a34497f9a.svg);
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-google_bookmark {
  background-image: url(/assets/social-share-button/google_bookmark-de942946d792b9dbaf387938d45fc4878418b4de697a9fa2d104893282cc361d.svg);
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-weibo {
  background-image: url(/assets/social-share-button/weibo-3e194a069f263f5c27110fcf50e58fd4a546fc33c52a188ca3d81431a7443998.svg);
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-qq {
  background-image: url(/assets/social-share-button/qq-4878f8394ab5e74b467140ecd9519a8f81a891ee103e4868f4a5a6773088f406.svg);
}

/* line 30, vendor/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-delicious {
  background-image: url(/assets/social-share-button/delicious-0f77c9ffb51a9a01f194d1b28c425d7f95f6f97de0a91fc43ed77eeb1be4360a.svg);
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-linkedin {
  background-image: url(/assets/social-share-button/linkedin-2d959a766973a841039eb092e52a7b603cf2f79cd2ec068c8cb7b2162e94ce7a.svg);
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-tumblr {
  background-image: url(/assets/social-share-button/tumblr-f2d6ce324c89ea497a3c2edfaa2024bf4683045001c8db4ef53a9fa75bc4f140.svg);
}

/* line 42, vendor/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-pinterest {
  background-image: url(/assets/social-share-button/pinterest-81a26274defc4f7a7432f3dc0fce738245a7098a9da97b4b46cd147b962cad8c.svg);
}

/* line 46, vendor/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-douban {
  background-image: url(/assets/social-share-button/douban-d572ae266a74c9a10a6a4bd21672b289213e3d8252f276d27b6a3d644a4908dc.svg);
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-wechat {
  background-image: url(/assets/social-share-button/wechat-66ab2863f0ccc5fbe791a8a1babb67b850e3739bff9ae9e2718b17afd1dd0f2f.svg);
}

/* line 54, vendor/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-vkontakte {
  background-image: url(/assets/social-share-button/vkontakte-8f23eef9e1edd893d8973e0b374c6712b879130b1e33267d4590797f758d0e40.svg);
}

/* line 58, vendor/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-odnoklassniki {
  background-image: url(/assets/social-share-button/odnoklassniki-ebb193803e4a5b0314ee2089a99ee473a979f4ad7bfb709e66e4dd7b9b1274b8.svg);
}

/* line 62, vendor/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-xing {
  background-image: url(/assets/social-share-button/xing-8866828eeac8ea50af726e440f84a7da9bc7e654a4da02b71bc3c267ca215bf2.svg);
}

/* line 66, vendor/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-email {
  background-image: url(/assets/social-share-button/email-25a29dea8480699c11c16d7ef8f4600162a26c35a117b71a774aece95b6c4616.svg);
}

/* line 70, vendor/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-reddit {
  background-image: url(/assets/social-share-button/reddit-1e1dbf332f3e815611290e14cc27d29f1bc68a679109a34fc0f766862b366e1b.svg);
}

/* line 74, vendor/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-hacker_news {
  background-image: url(/assets/social-share-button/hacker_news-b1fea2df341da2b19dbb2a53551d8d318b643a8888208a0ae1f189e4f2898df6.svg);
}

/* line 78, vendor/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-telegram {
  background-image: url(/assets/social-share-button/telegram-80c6cdcd5744ecd43f52eb7bf2e232fa99f3b67f0e332473a632e27250d248bd.svg);
}

/* line 82, vendor/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-whatsapp_app,
.social-share-button .ssb-whatsapp_web {
  background-image: url(/assets/social-share-button/whatsapp-4307b23de72014a8200dd3cd2c3ff04477787f5231a1d2ea350972260366a508.svg);
}

/* line 87, vendor/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog {
  width: 300px;
  position: fixed;
  background: #fff;
  padding: 15px;
  border-radius: 3px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  z-index: 11001;
  font-size: 14px;
  line-height: 1.2em;
}

/* line 99, vendor/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog .wechat-popup-header {
  font-weight: bold;
}

/* line 103, vendor/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog .wechat-dialog-qr {
  text-align: center;
  margin: 25px 0;
}

/* line 108, vendor/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog .wechat-popup-close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
  text-decoration: none;
  font-size: 16px;
}

/* line 119, vendor/bundle/ruby/3.4.0/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog .wechat-popup-footer {
  text-align: left;
  line-height: 22px;
  color: #666;
}

/* line 56, app/assets/stylesheets/legacy.scss */
#ui-datepicker-div {
  display: none !important;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-ab48303af338f909f2b00197930617e78757aa05fe25a2e4c2b79743aef3d252.eot);
  src: url(/assets/fontawesome-webfont-ab48303af338f909f2b00197930617e78757aa05fe25a2e4c2b79743aef3d252.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-38af9ab8e8340ebba0182e7f6c9ec81038a1fcc162de3393a51bbb9a4153259d.woff2) format('woff2'), url(/assets/fontawesome-webfont-a59f843b55ac195f9f654415c4b63d7936df8d3b8ff70e6a5798007bbcc0733a.woff) format('woff'), url(/assets/fontawesome-webfont-bfd12acc5442a32d63b289c2466d1ae5d13bb2c4be76703b28e25ade7f602532.ttf) format('truetype'), url(/assets/fontawesome-webfont-943c0380c1e1c7d9e167602b295fbafb8dd6c65cc0bab582edd83a01b08ed44f.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
