/*
 * Initial styling
 */
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Nunito Sans', 'Helvetica', sans-serif;
  color: #444;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}
main, footer {
  overflow-x: hidden;
}
b, strong {
  font-weight: 600;
}

.grecaptcha-badge {
  opacity: 0 !important;
}

/*
 * NAVIGATION MENU
 */
.navbar-fixed {
  height: auto;
  /* opacity: 0; */
  transition: opacity 0.2s ease-in;
}
.navbar-fixed.active {
  opacity: 1;
}
@media only screen and (min-width: 601px) {
  nav .nav-menu ul li, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 30px;
    line-height: 30px;
  }
}
nav {
  /*background-color: rgb(255, 207, 23, 0.7);*/
  background-color: rgb(3, 79, 95, 0.7);
  transition: all 0.3s ease-out;
  height: auto;
}
nav .nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .logo {
  line-height: 0;
}
nav .logo img {
  height: 50px;
}
.navbar-fixed nav .logo img {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.navbar-fixed.active nav .logo img {
  opacity: 1;
}
.nav-menu {
  min-width: 60px; /* Set min size, to center the logo in mobile view */
}
.nav-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nav-menu ul a {
  padding: 0 10px;
}
.user-view {
  background-color: rgb(3, 79, 95, 0.7);
}
.user-view img {
  width: 200px;
}

/*
 * Background colours
 */
.title-bg {
  background-color: rgb(255, 207, 23, 0.85);
}
.content-bg {
  background-color: rgb(3, 79, 95, 0.85);
}
.parallax {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  overflow: hidden;
}

/*
 * HOME
 */
.home-box {
  background-image: url('../images/uploads/bg-home.jpg');
}
.home-container {
  display: flex;
  flex-direction: column;
}
.home-logo-container {
  position: relative;
  text-align: center;
  line-height: 0;
  height: 115px;
}
.home-logo-container img {
  width: 100%;
  max-width: 200px;
  padding: 15px 0;
}
.home-title-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 115px);
}
.home-title {
  width: 90%;
  padding: 10% 0;
  color: #fff;
  text-shadow: 2px 2px 3px #333;
  font-size: 9vw;
  text-align: center;
  line-height: 1.3em;
}
.scroll-down {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 16px);
}
.scroll-down i {
  font-size: 2em;
}
@media only screen and (min-width: 601px) {
  .home-container {
    flex-direction: row;
    justify-content: space-between;
    height: 70vh;
  }
  .home-logo-container {
    position: relative;
    width: 30%;
    text-align: left;
    height: auto;
  }
  .home-logo-container img {
    position: absolute;
    top: 50%;
    max-width: 100%;
    padding: 0px 10%;
  }
  .home-logo-container:before {
    content: '';
    width: 100vw;
    height: 100vh;
    border: 1px solid #fff;
    position: absolute;
    bottom: -9vh;
    right: -7vw;
  }
  .home-logo-container:after {
    content: '';
    width: 100vw;
    height: 100vh;
    border: 1px solid #fff;
    position: absolute;
    bottom: -5vh;
    right: -4vw;
  }
  .home-title-container {
    width: 60%;
    height: auto;
  }
  .home-title {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 5% 0;
    font-size: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3em;
  }
  .home-title-container:before {
    content: '';
    width: 100vw;
    height: 100vh;
    border: 1px solid #fff;
    position: absolute;
    bottom: -95vh;
    left: 1vw;
  }
  .home-title-container:after {
    content: '';
    width: 100vw;
    height: 100vh;
    border: 1px solid #fff;
    position: absolute;
    bottom: -90vh;
    left: 5vw;
  }
}

/*
 * ABOUT
 */
.about-box {
  background-image: url('../images/uploads/bg-about.jpg');
}
.about-container {
  display: flex;
  flex-direction: column;
  padding-top: 65px;
}
.about-title {
  position: relative;
  text-align: center;
  color: #fff;
  text-shadow: 3px 3px 5px #333;
  padding: 30px 0;
  font-size: 2em;
  line-height: 1.3em;
}
.about-title .word-us {
  font-size: 2.9em;
  line-height: 0.8em
}
.about-content {
  position: relative;
  width: 90%;
  margin: 5% auto;
  padding: 15px 35px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 1.6em;
}
@media only screen and (min-width: 601px) {
  .about-box {
    display: flex;
    align-items: flex-end;
  }
  .about-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .about-title {
    width: 30%;
    height: auto;
    font-size: 6vw;
  }
  .about-title:before {
    content: '';
    width: 100vw;
    height: 100vh;
    border: 1px solid #fff;
    position: absolute;
    top: -105vh;
    right: 0vw;
  }
  .about-title:after {
    content: '';
    width: 100vw;
    height: 100vh;
    border: 1px solid #fff;
    position: absolute;
    top: -110vh;
    right: -3vw;
  }
  .about-content {
    width: 65%;
    height: auto;
    margin: 0;
    text-align: left;
  }
  .about-content:before {
    content: '';
    width: 100vw;
    height: 100vh;
    border: 1px solid #fff;
    position: absolute;
    top: -130vh;
    left: 6vw;
  }
  .about-content:after {
    content: '';
    width: 100vw;
    height: 100vh;
    border: 1px solid #fff;
    position: absolute;
    top: -125vh;
    left: 10vw;
  }
}
@media only screen and (min-width: 1200px) {
  .about-title {
    font-size: 72px;
  }
}

/*
 * MISSION
 */
.mission-box {
  background-image: url('../images/uploads/bg-mission.jpg');
}
.mission-container {
  padding-top: 65px;
}
.mission-speaker {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 70vh;
}
.mission-speaker img {
  height: 100%;
}
.mission-title {
  position: relative;
  text-align: center;
  color: #fff;
  text-shadow: 3px 3px 5px #333;
  padding: 30px 0;
  font-size: 3em;
  line-height: 1.3em;
}
.mission-title .word-mission {
  font-size: 1.42em;
  line-height: 0.8em
}
.mission-content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 202px);
}
.mission-content {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 15px 35px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 1.6em;
}
@media only screen and (min-width: 601px) {
  .mission-speaker {
    height: 90vh;
  }
  .mission-title {
    display: inline-block;
    font-size: 6vw;
    padding: 30px;
  }
  .mission-content-container {
    height: calc(100vh / 2);
  }
  .mission-content {
    font-size: 30px;
  }
}

/*
 * OBJECTIVES
 */
.objectives-box {
  background-image: url('../images/uploads/bg-other.jpg');
}
.objectives-container {
  display: flex;
  flex-direction: column;
  padding-top: 65px;
}
.objectives-title {
  position: relative;
  text-align: center;
  color: #fff;
  text-shadow: 3px 3px 5px #333;
  padding: 30px;
  font-size: 2.5em;
  line-height: 1.3em;
}
.objectives-content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 5% auto;
}
.objectives-content-left {
  position: relative;
  width: 80%;
  margin: 0 20% 15px 0;
  padding: 15px 35px;
  font-size: 16px;
  color: #fff;
  text-align: left;
  line-height: 1.6em;
}
.objectives-content-right {
  position: relative;
  width: 80%;
  margin: 0 0 15px 20%;
  padding: 15px 35px;
  font-size: 16px;
  color: #fff;
  text-align: left;
  line-height: 1.6em;
}
.objectives-content-left p, .objectives-content-right p {
  position: relative;
  margin: 0;
  padding: 15px 0 15px 30px;
}
.objectives-content-left p:before, .objectives-content-right p:before {
  content: '';
  position: absolute;
  background-image: url('../images/tick.svg');
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 18px;
  left: 0;
}
@media only screen and (min-width: 601px) {
  .objectives-container {
    align-items: flex-end;
  }
  .objectives-title {
    font-size: 9vw;
  }
  .objectives-content-left {
    font-size: 18px;
  }
  .objectives-content-right {
    font-size: 18px;
  }
}

/*
 * FOUNDING MEMBERS
 */
.founding-box {
  background-image: url('../images/uploads/bg-other.jpg');
}
.founding-container {
  padding-top: 65px;
  text-align: center;
}
.founding-image {
  position: relative;
  line-height: 0;
  display: inline-block;
  max-width: 100%;
}
.founding-image img {
  width: 100%;
}
.founding-title {
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #fff;
  text-shadow: 3px 3px 5px #333;
  padding: 10px;
  font-size: 1.7em;
  line-height: 1.1em;
  width: 100%;
}
.founding-content-container {
  top: -9px;
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 15px 35px;
  font-size: 16px;
  line-height: 1.6em;
}
@media only screen and (min-width: 601px) {
  .founding-title {
    font-size: 3em;
  }
  .founding-content-container {
    font-size: 18px;
  }
}

/*
 * MANAGING COMMITTEE
 */
.committee-box {
  background-image: url('../images/uploads/bg-other.jpg');
}
.committee-container {
  padding-top: 65px;
  text-align: center;
}
.committee-title {
  position: relative;
  text-align: center;
  color: #fff;
  text-shadow: 3px 3px 5px #333;
  padding: 30px;
  font-size: 2.5em;
  line-height: 1.3em;
}
.committee-content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.committee-content-container .committee-member {
  margin: 0 10px 20px 10px;
  line-height: 0;
}
.committee-content-container .committee-member img {
  max-width: 140px;
}
.committee-content-container .committee-member .committee-member-title {
  background-color: #034f5f;
  position: relative;
  width: 160px;
  margin: -5px auto 0;
  padding: 10px 0;
  line-height: 1.3em;
}
.committee-content-container .committee-member .committee-member-title .position {
  font-size: 0.85em;
}
@media only screen and (min-width: 801px) {
  .committee-title {
    font-size: 3.5em;
    display: inline-block;
  }
  .committee-content-container .committee-member {
    margin: 0 15px 30px 15px;
  }
  .committee-content-container .committee-member img {
    max-width: 16vw;
  }
  .committee-content-container .committee-member .committee-member-title {
    width: calc(16vw + 30px);
    font-size: 1.6vw;
  }
}
@media only screen and (min-width: 1200px) {
  .committee-content-container .committee-member .committee-member-title {
    font-size: 20px;
  }
}

/*
 * MEMBERS photos and logos
 */
.members-box {
  background-image: url('../images/uploads/bg-other.jpg');
}
.members-container {
  display: flex;
  flex-direction: column;
  padding-top: 65px;
}
.members-title {
  position: relative;
  text-align: center;
  color: #fff;
  text-shadow: 3px 3px 5px #333;
  padding: 30px;
  font-size: 2.5em;
  line-height: 1.3em;
}
.members-content-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5%;
}
.members-content-container .member-item-container {
  transform: skewX(-20deg);
  overflow: hidden;
  width: 140px;
  height: 140px;
  margin: 0 10px 15px 10px;
}
.members-content-container .member-item {
  position: relative;
  width: 200px;
  height: 140px;
  line-height: 0;
  transform: skewX(20deg);
  margin-left: -32px;
}
.members-content-container .member-item img {
  width: 100%;
}
.members-content-container .member-item .overlay-id-container {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1em;
  font-size: 0.8em;
  padding: 8px 36px 8px 8px;
  background-color: rgb(255, 207, 23, 0.7);
  color: #fff;
  text-shadow: 1px 1px 5px #333;
  transform: skewX(-20deg);
}
.members-content-container .member-item .overlay-id {
  transform: skewX(20deg);
}
.members-content-container .member-item .overlay-title {
  position: absolute;
  bottom: 0;
  left: -12px;
  width: 100%;
  text-align: center;
  font-size: 0.75em;
  line-height: 1.3em;
  padding: 5px 0;
  background-color: rgb(3, 79, 95, 0.7);
  color: #fff;
}
.members-content-container .member-item .overlay-title .company {
  font-size: 0.8em;
  margin-right: 10px;
}

/*
 * Member logos
 */
.members-content-container .member-logo-container {
  overflow: hidden;
  width: 110px;
  height: 110px;
  border: 1px solid #ddd;
}
.members-content-container .member-logo {
  position: relative;
  width: 110px;
  height: 110px;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.members-content-container .member-logo img {
  width: 100%;
}

@media only screen and (min-width: 601px) {
  .members-content-container .member-item-container {
    width: 180px;
    height: 180px;
  }
  .members-content-container .member-item-container .member-item {
    width: 260px;
    height: 180px;
    margin-left: -40px;
  }
  .members-content-container .member-item-container .member-item .overlay-id-container {
    font-size: 0.9em;
    padding: 8px 24px 8px 8px;
  }
  .members-content-container .member-item-container .member-item .overlay-title {
    left: -20px;
    font-size: 1em;
  }
  .members-content-container .member-item-container.members-large-title {
    width: 580px;
    font-size: 9vw;
  }
  .members-content-container .member-item-container.members-large-title .member-item {
    width: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    text-shadow: 2px 2px 3px #333;
  }

  .members-content-container .member-logo-container {
    width: 200px;
    height: 200px;
  }
  .members-content-container .member-logo-container .member-logo {
    width: 200px;
    height: 200px;
  }
  .members-content-container .member-logo-container.members-large-title {
    width: 600px;
    font-size: 9vw;
  }
  .members-content-container .member-logo-container.members-large-title .member-logo {
    width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    text-shadow: 2px 2px 3px #333;
  }
}

/*
 * CONTACT
 */
.contact-box {
  position: relative;
  background-image: url('../images/uploads/bg-contact.jpg');
  background-position: 20% top;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  overflow: hidden;
}
.contact-container {
  display: flex;
  flex-direction: column;
  padding-top: 65px;
}
.contact-title {
  position: relative;
  text-align: center;
  color: #fff;
  text-shadow: 3px 3px 5px #333;
  padding: 30px;
  font-size: 2.5em;
  line-height: 1.3em;
}
.contact-content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-content-container .address-bubble {
  font-size: 1.3em;
  line-height: 1.5em;
  width: 90%;
  margin-top: 30px;
  padding: 30px;
  text-align: center;
}
.contact-content-container .address-bubble .title {
  font-size: 1.8em;
  margin-bottom: 10px;
}
.contact-content-container .email-bubble {
  font-size: 1.8em;
  line-height: 1.5em;
  width: 90%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
  text-shadow: 2px 2px 3px #333;
}
.contact-content-container .email-bubble .title {
  font-size: 1.2em;
}
@media only screen and (min-width: 401px) {
  .contact-content-container .address-bubble {
    border-radius: 100%;
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .contact-content-container .email-bubble {
    border-radius: 20px;
    width: auto;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .contact-content-container {
    display: block;
    min-height: calc(100vh - 177px);
  }
  .contact-content-container .address-bubble {
    position: absolute;
    top: 10px;
    left: 5vw;
  }
  /*
  .contact-content-container .address-bubble:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgb(3, 79, 95, 0.85);
    bottom: -30px;
    right: 80px;
    clip-path: polygon(97% 32%, 14% 67%, 79% 100%);
  }
  */
  .contact-content-container .email-bubble {
    position: absolute;
    top: 220px;
    left: calc(5vw + 350px);
  }
}
@media only screen and (min-width: 993px) {
  .contact-content-container .address-bubble {
    top: 30px;
    left: 10vw;
  }
  .contact-content-container .email-bubble {
    top: 240px;
    left: calc(10vw + 350px);
  }
}
@media only screen and (min-width: 1201px) {
  .contact-content-container .address-bubble {
    top: 50px;
    left: 20vw;
  }
  .contact-content-container .email-bubble {
    top: 260px;
    left: calc(20vw + 350px);
  }
}



/*
 * Footer styling
 */
footer {
  background-color: #6F9AA3;
  color: #fff;
}

/*
 * Footer social icons + credit
 */
.social-icon svg {
  fill: #fff;
  height: 25px;
}
.social-icon:hover svg {
  fill: #eee;
}
.credit, .credit a {
  font-size: 12px;
  margin: 32px 0 32px;
  color: #c8e5ea;
}

/*
 * Generic spacing (similar to vuetify)
 */
.ma-auto {
  margin-top: auto !important;
  margin-right: auto !important;
  margin-bottom: auto !important;
  margin-left: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.ma-0 {
  margin: 0 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.pa-0 {
  padding: 0 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.ma-1 {
  margin: 4px 4px !important;
}
.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.mx-1 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.mt-1 {
  margin-top: 4px !important;
}
.mr-1 {
  margin-right: 4px !important;
}
.mb-1 {
  margin-bottom: 4px !important;
}
.ml-1 {
  margin-left: 4px !important;
}
.pa-1 {
  padding: 4px 4px !important;
}
.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.px-1 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.pt-1 {
  padding-top: 4px !important;
}
.pr-1 {
  padding-right: 4px !important;
}
.pb-1 {
  padding-bottom: 4px !important;
}
.pl-1 {
  padding-left: 4px !important;
}
.ma-2 {
  margin: 8px 8px !important;
}
.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.mx-2 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.mt-2 {
  margin-top: 8px !important;
}
.mr-2 {
  margin-right: 8px !important;
}
.mb-2 {
  margin-bottom: 8px !important;
}
.ml-2 {
  margin-left: 8px !important;
}
.pa-2 {
  padding: 8px 8px !important;
}
.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.px-2 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.pt-2 {
  padding-top: 8px !important;
}
.pr-2 {
  padding-right: 8px !important;
}
.pb-2 {
  padding-bottom: 8px !important;
}
.pl-2 {
  padding-left: 8px !important;
}
.ma-3 {
  margin: 16px 16px !important;
}
.my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.mx-3 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.mt-3 {
  margin-top: 16px !important;
}
.mr-3 {
  margin-right: 16px !important;
}
.mb-3 {
  margin-bottom: 16px !important;
}
.ml-3 {
  margin-left: 16px !important;
}
.pa-3 {
  padding: 16px 16px !important;
}
.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.px-3 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.pt-3 {
  padding-top: 16px !important;
}
.pr-3 {
  padding-right: 16px !important;
}
.pb-3 {
  padding-bottom: 16px !important;
}
.pl-3 {
  padding-left: 16px !important;
}
.ma-4 {
  margin: 24px 24px !important;
}
.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.mx-4 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.mt-4 {
  margin-top: 24px !important;
}
.mr-4 {
  margin-right: 24px !important;
}
.mb-4 {
  margin-bottom: 24px !important;
}
.ml-4 {
  margin-left: 24px !important;
}
.pa-4 {
  padding: 24px 24px !important;
}
.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.px-4 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.pt-4 {
  padding-top: 24px !important;
}
.pr-4 {
  padding-right: 24px !important;
}
.pb-4 {
  padding-bottom: 24px !important;
}
.pl-4 {
  padding-left: 24px !important;
}
.ma-5 {
  margin: 48px 48px !important;
}
.my-5 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.mx-5 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}
.mt-5 {
  margin-top: 48px !important;
}
.mr-5 {
  margin-right: 48px !important;
}
.mb-5 {
  margin-bottom: 48px !important;
}
.ml-5 {
  margin-left: 48px !important;
}
.pa-5 {
  padding: 48px 48px !important;
}
.py-5 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.px-5 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.pt-5 {
  padding-top: 48px !important;
}
.pr-5 {
  padding-right: 48px !important;
}
.pb-5 {
  padding-bottom: 48px !important;
}
.pl-5 {
  padding-left: 48px !important;
}


.input-field label {
  color: #000;
  font-size: 16px;
}
::placeholder {
  color: #777;
}

/*
 * Image upload
 */
.file-drop .form {
  display: block;
  height: 100%;
  width: 100%;
  background: #c8dadf;
  margin: auto;
  padding: 50px 0;
  text-align: center;
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
}
.file-drop .dragenter {
  background: #e8f4f7;
  outline-color: #c8dadf;
  outline-offset: -20px;
}
.file-drop .file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}
.file-drop .file-input-label {
  cursor: pointer;
}
.file-drop .file-input-label b:hover {
  color: #92b0b3;
}
.file-drop .gradient-shadow {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
}
.file-drop .img-preview {
  position: relative;
  line-height: 0;
  text-align: center;
}
.file-drop .img-preview img {
  max-height: 200px;
}
.file-drop .img-preview .img-title {
  position: absolute;
  bottom: 0;
  line-height: 1em;
  font-size: 13px;
  padding: 4px;
  width: 100%;
}
.file-drop .img-preview .img-del-icon {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.input-field .suffix {
  position: absolute;
  width: 2.3rem;
  font-size: 1.5rem;
  transition: color 0.2s;
  top: 1rem;
  right: 0;
}
.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 {
  width: calc(100% - 3rem);
  padding-right: 3rem;
}
