:root {
  --mdc-theme-primary: #2d4b71;
  --mdc-theme-secondary: #ffffff;
  --mdc-theme-background: #7C909E;
  --mdc-theme-on-primary: #ffffff;
  --mdc-theme-on-secondary: black;
  --mdc-theme-text-primary-on-light: black;
  --mdc-theme-text-primary-on-dark: #cccccc;
  --mdc-theme--error: red;
  --mdc-theme--success: #20bd20;
  --mdc-theme--warning: yellow;
}
.firebaseui-dialog {
    height : fit-content !important;
}
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label, .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
  color: var(--mdc-theme-primary);
}

.content-max-width {
  max-width: 1140px;
  margin: 0 auto;
}

footer .mdc-top-app-bar__title {
  color: var(--mdc-theme-primary);
}

.mdc-top-app-bar__title {
  color: var(--mdc-theme-secondary);
}

.mdc-top-app-bar {
  z-index: 7;
  /* background-color: var(--mdc-theme-secondary);
  color: var(--mdc-theme-primary); */
}

/* .mdc-top-app-bar {
  color: black;
} */
.mdc-top-app-bar .mdc-top-app-bar__action-item,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon {
  /* color: var(--mdc-theme-primary); */
}

.mdc-typography--body1 {
  font-size: 18px !important;
}

@media (max-width:380px) {
  body {
    font-size: 18px;
  }
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0px;
  width: 100%;
}

footer:not(drawer-bottom) {
  color: black;
  background-color: #f4f5f7
}

footer .copy-right {
  padding: 0px 10px 10px 10px;
}

footer p {
  margin-top: 0px;
  margin-bottom: 10px;
}

footer p span i {
  margin-right: 10px;
}

footer a {
  color: black
}

footer .meta-links {
  justify-content: space-between;
  display: flex;
}

footer .brand-logos img,
footer .brand-logos svg {
  width: 30px;
  margin-right: 10px;
}

.play-store img {
  width: 150px;
}

.app-store {
  margin: 0% 3%;
}

footer .help-footer a {
  border-bottom: 0.5px solid #000000;
  /* padding-bottom: 5px; */
}

.mdc-theme--success {
  color: var(--mdc-theme--success) !important;
}

.mdc-button--large {
  display: block;
  margin: 0 auto;
  height: 48px;
  width: 150px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.mdc-button--raised-success:not(:disabled) {
  background-color: var(--mdc-theme--success);
  color: var(--mdc-theme-on-primary);
}


.mdc-button--raised-error:not(:disabled) {
  background-color: var(--mdc-theme--error);
  color: var(--mdc-theme-on-primary);
}

.mdc-button--outlined {
  /* color: var(--mdc-theme-secondary) !important; */
}

.mdc-button--rounded {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.mdc-button--rounded .mdc-button__ripple {
  border-radius: 20px;
}

.search-button-gst {
  height: 56px;
}

.bold {
  font-weight: bold !important;
}

.bold-500 {
  font-weight: 500;
}

.mdc-drawer {
  background-color: var(--mdc-theme-secondary);
}

.mdc-drawer nav {
  /* padding-bottom: 90px;
  padding-left: 66px;
  padding-right: 66px; */
}

.mdc-drawer .mdc-list-divider {
  /* border-bottom-color: rgba(255, 255, 255, 0.12); */

}

/* .mdc-drawer .mdc-list-item {
  color: var(--mdc-theme-text-primary-on-light);
} */

* {
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
}

.material-icons,
.mdc-button__icon {
  font-family: 'Material Icons' !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

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

.mobile-logo--banner {
  display: none;
}

.header-actionable {
  margin-left: 5px;
}

.mdc-chip a,
.legal-terms-link a {
  color: black;
  text-decoration: none;
}

/** top bar **/
.top-bar-navigation {
  display: flex;

}

.hamburger-menu {
  display: none;
  color: var(--mdc-theme-secondary) !important;
}

.resources {
  width: 100%;
  min-height: 100vh;
  background-color: white;
  overflow-y: hidden;

}

.resources ul {
  padding-top: 40px;
}



#header-logo {
  display: block;
  margin: 0 auto;
  margin-top: 0px;
}

.max-width {
  max-width: 1280px;
  margin: 0 auto;
}

.icon-expand {

  height: 60px;
  padding-left: 0px;
  padding-right: 0px;
}

.icon-expand img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}



.mdc-top-app-bar__section--align-end a.mdc-top-app-bar__action-item {
  text-align: center;
}

.mdc-top-app-bar__section--align-end .mdc-top-app-bar__action-item:not(:nth-last-child(2)) {
  margin: 0px 8px 0px 8px;
}

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

.ml-0 {
  margin-left: 0px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pl-0 {
  padding-left: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;

}

.mt-20 {
  margin-top: 20px;
}

.area {
  padding: 16px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pl-0 {
  padding-left: 0px;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}


.content-container {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 1032px;
  display: block;
  margin: 0 auto;
}

.google-play-badge img {
  width: 119px;
  height: 40px;
}


.full-width {
  width: 100%;
}

.download-badges {
  width: 100%;
  display: inline-flex;
  align-items: center;
}

.download-badges img {
  width: 140px;
}

.block {
  display: block;
}

.hidden {
  display: none !important;
}

iframe {
  border: 0px;
  height: 100%;
  /* width: 100%; */
  overflow: hidden;
}

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

.inline-content span {
  /* margin-left: 10px; */
}

.icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.no-underline {
  text-decoration: none;
}


.meta-links-container {
  border-top: 1px solid #cccccc;
  padding-top: 20px;

}


.max-width-1280 {
  max-width: 1280px;
  display: block;
  margin: 0 auto;

}



.sign-up-form .mdc-text-field {
  width: 100%
}

/* .sign-up-form .info-container {
    margin-bottom: 30px;
  } */

.form-submit-input {
  margin-right: 20px;
}

.sign-up-form .submit-cont {
  display: flex;
  align-items: center;
}



.learn-more {
  color: black;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
}

.meta-customers {
  padding-bottom: 40px;
}

.image-section {
  padding-bottom: 20px;
}

.content-image {
  max-width: 384px;
  max-height: 332px;
  display: block;
  margin: 0 auto;
}

/* .info-container {
    padding-top: 20px;
  } */

.why-growthfile-image {
  max-width: 414px;
  max-height: 119px;
}



.info-card .icon-container i {
  color: var(--mdc-theme-primary);
  font-size: 30px;
}

.info-card .info-card--title {
  font-size: 18px;
}

.mdc-list-item--custom {
  margin-bottom: 20px;
  margin-top: 10px;
}

.mdc-list-item--custom li {
  font-weight: 500
}

.mdc-list-item--custom div {
  margin-top: 10px;
}

.signup-btn {
  min-width: 150px;
  min-height: 40px;
  font-size: 16px;
  font-weight: bold;
}



.page-grid-button {
  margin-top: 30px;
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

.product-card {

  background-color: #e6e6e640;
  color: var(--mdc-theme-on-secondary);
  padding: 10px;
  display: block;
  text-decoration: none;
  text-align: center;

}


.product-card:hover {
  background-color: var(--mdc-theme-background);
  color: var(--mdc-theme-primary)
}



.product-card .product-card--icon {
  text-align: center;
  width: 100%;
  font-size: 30px;
}

.product-card .product-card--label {
  font-weight: 500;
}

.phone-number-verification {
  margin: 0 auto;
  max-width: 400px
}


.google-map-image-home {
  width: 100%;
  max-height: 250px;
}

.mdc-text-field .iti {
  width: 100%;
  height: 100%;
}

.mdc-list-item a {
  color: #000000;
  font-size: 14px;
}

/** solutions **/
.solutions-container .solution .solution-content {
  padding: 30px;
}

.solutions-container .solution p {
  font-family: inherit;
}


.download-app {
  padding: 20px;
  color: #000000;
}

.download-app a {
  display: inline-flex;
  align-items: center;
  color: inherit;
}

.download-app a:nth-child(2) {
  margin-left: 20px;
}

.download-app .app-icon {
  margin-right: 20px;
  color: var(--mdc-theme-primary);
}

/** features **/

.masonry-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.masonry {
  padding-bottom: 28px;
  padding-top: 28px;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.masonry-content {
  padding: 20px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.masonry.one,
.payroll-grid {
  padding-bottom: 34px;
  background-color: #5ab1de52;
}

.masonry.two,
.reim-grid {
  background-color: #a2334f4f;
}


.masonry.three,
.staff-grid {
  background-color: #18446540;
  padding-bottom: 28px;

}

.masonry.four {
  padding-bottom: 60px;
  vertical-align: top;
  background-color: #f9c66866;
}

.masonry .masonry-image-container,
.solution-image-container {

  display: block;
  margin: 0 auto;
  width: 100%;
}

.masonry .masonry-image-container img,
.solution-image-container img {
  max-width: 318px;
  width: inherit;

}

#Free-mobile-app .masonry-image {
  max-width: 250px;
}

.free-signup.desktop-hidden {
  background-color: white;
  color: var(--mdc-theme-primary);
}

/** legal **/

.effective-date {
  color: #b4b8b7;
}

.legal-section {

  padding-bottom: 40px;
}

.legal-list-decimal {
  list-style-type: decimal;
}

.legal-list-number {
  list-style-type: decimal;
}

.legal-content-container ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.legal-list-bullet {
  list-style-type: disc;
}

.legal-content p {
  font-family: inherit;
}

.mobile-tabs {
  display: block;
}

.desktop-tabs {
  display: none;
}

.desktop-tabs .legal-terms-link {
  height: 600px;
  width: 300px;
  justify-self: start;

  grid-area: sidebar;
  grid-column: 4;
  margin: 10px;
  position: sticky;
  top: 76px;
  list-style: none;
}

.desktop-tabs .legal-terms-link li {
  list-style: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.desktop-tabs .legal-terms-link .seciont-list {
  padding-left: 20px;
}

.desktop-tabs .legal-terms-link .seciont-list li {
  font-family: inherit;
}


.tab-image:not(.tab-image--full) {
  max-width: 318px;
  margin: 0 auto;
}



@-webkit-keyframes slideIn {
  0% {
    transform: translateX(900px);
  }

  100% {
    transform: translateX(0);
  }
}

@-moz-keyframes slideIn {
  0% {
    transform: translateX(900px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slideIn {
  0% {
    transform: translateX(900px);
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    transform: translateX(-1000px);
  }

  100% {
    transform: translateX(0);
  }
}

@-moz-keyframes slideInLeft {
  0% {
    transform: translateX(-1000px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-1000px);
  }

  100% {
    transform: translateX(0);
  }
}



.clip-top {
  /* clip-path: inset(250px 0px 0px 0px);
    margin-top: -250px; */
}

.clip-bottom {
  clip-path: inset(0px 0px 250px 0px);
}

.share--background-image {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-image: url('../img/032.png');
  width: 100%;
  margin-top: 30px;
  background-size: 400px;
  height: 400px;
}

.share--background-image.background-visible {}

.share--background-image.background-hidden {
  background-image: none;
}

.share-widget {
  width: 480px;
  display: block;
  margin: 0 auto;
  background-color: white;
}

.share-widget .mdc-text-field__input {
  cursor: pointer;

}

.share-widget .icon-container {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background-color: #cccccc70;
  border-radius: 50%;
  display: flex;
  align-items: center;

}

.share-widget .share-icon {
  font-size: 80px;
  text-align: center;
  width: 100%;
}

.share-widget .social-container .social {
  max-height: 28px;
}


.share-widget .whatsapp-button {

  background-color: #31b546;
  color: white;
  height: 28px;
}

.share-widget .mail-button {

  height: 28px;
}

.mdc-dialog .share-widget {
  margin: 0;
  width: 100% !important;
}

.mdc-dialog .share-widget .mdc-layout-grid {
  padding-top: 0px;
  padding: 0;
  margin-right: 0px;
}

.mdc-dialog .share-widget input {
  font-size: 14px;
}

.inline-flex {
  display: inline-flex;
  align-items: center;
  width: auto;
  /* width: 100%; */
}


.gradient-background {
  background: linear-gradient(to bottom, rgba(226, 226, 226, 0.32) 50%, rgb(137, 39, 62) 50%, rgb(137, 39, 62) 50%) fixed;
  /* overflow: hidden; */
}


.faq-container {
  max-width: 1024px;
  display: block;
  margin: 0 auto;

}

.faq {
  border-color: #e9ecef;
  border-style: solid;
  border-width: 1px 1px 0;
}

.faq .question {
  padding: 1rem;
  cursor: pointer;
  text-align: left;
  transition: 0.4s;
  line-height: 1.5;
}

.faq .question p {
  width: inherit;

}

.faq .question i {

  float: right;
}

.faq .faq-body {
  border-top: 1px solid #ccc;
  text-align: left;
  padding: 0px 20px;
  transition: max-height 0.5s ease-out;
  background: #fbfbfc;
  line-height: 1.5rem;
  max-height: 0;
  overflow: hidden;
}

.faq .faq-body a {
  color: var(--mdc-theme-primary);
  text-decoration: none;
}

.faq .faq-body ul {
  padding: 10px auto;
}

.faq .faq-body p:nth-child(1),
.faq .faq-body li {
  padding: 10px 0px 0px 0px
}

.faq-banner {
  text-align: center;

}

.faq-banner p {

  display: inline-block;
  border-bottom: 2px solid black;
  padding-bottom: 10px;

}

.faq-selected {
  color: var(--mdc-theme-primary);

}

.pricing-container .mdc-data-table {
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
  position: relative;

}

.pricing-container thead {
  width: 100%;
}

.pricing-container .mdc-data-table .mdc-data-table__header-cell {
  z-index: 5;
  background: white;
  position: sticky;
  top: 0px;
  border-right: 1px solid #cccccc94;
}

.pricing-header--content {

  margin: 10px 0px;
  vertical-align: top;
  background: unset;
  font-size: 18px;
  text-align: center;
}

.pricing-header--content p {
  font-weight: bold;
  margin: 10px 0px;
}

.pricing-header--content .mdc-button {
  width: 100%;
}

.pricing-container .mdc-data-table .empty-row td {
  height: 26px;
}

.pricing-container .mdc-data-table .tr-heading {
  background: #f5f5f5
}

.pricing-container .mdc-data-table .tr-heading td:nth-child(1) {
  font-weight: bold;
  padding-left: 16px;
  padding-right: 16px;
  height: 52px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(0, 0, 0, .12);
  background-color: inherit;
}


.pricing-container .mdc-data-table .mdc-data-table__header-cell--numeric {
  text-align: center;
}


.pricing-container .mdc-data-table .mdc-data-table__row.empty-row {
  display: none;
}

.pricing-container .mdc-data-table .mdc-data-table__cell {
  width: 33%;
}

.pricing-container .mdc-data-table .mdc-data-table__cell:not(:first-child) {
  text-align: center;
}


.feature-card {

  box-shadow: 0px 0px 0px grey;
  -webkit-transition: box-shadow .3s ease-out;
  box-shadow: .8px .9px 3px grey;
  background-color: white;
  color: black;
}

.feature-card:hover {
  box-shadow: 1px 8px 20px grey;
  -webkit-transition: box-shadow .3s ease-in;
}

.feature-card .feature-content {
  padding: 20px;
  text-align: center;
}

.feature-card .feature-icon {
  font-size: 50px;
  color: var(--mdc-theme-primary);
  min-height: 60px;
}

.feature-card .heading {
  font-weight: 600;
  font-size: 18px;
}


#app-bar-signup {
  font-weight: bold;
}

.t.home-page--timeline {
  border-bottom: none;
}


.history-tl-container {
  cursor: pointer;
  margin: auto;
  display: block;
  position: relative;
  margin-left: 0px;
}

.history-tl-container ul.tl {
  margin: 20px 0;
  padding: 0;
  display: inline-block;

}

.history-tl-container ul.tl li {
  list-style: none;
  margin: auto;
  margin-left: 20px;
  min-height: 20px;
  /*background: rgba(255,255,0,0.1);*/
  border-left: 1px dashed var(--mdc-theme-primary);
  padding: 0 0 50px 30px;
  position: relative;

}

.history-tl-container ul.tl li:last-child {
  border-left: 0;
  padding-bottom: 0px;
}

.history-tl-container ul.tl li::before {
  font-family: 'Material Icons';
  position: absolute;
  left: -18px;
  top: -5px;
  border: 8px solid rgba(255, 255, 255, 0.74);
  border-radius: 100%;
  background: var(--mdc-theme-primary);
  height: 20px;
  width: 20px;
  padding: 3px;
  font-size: 20px;
  transition: all 500ms ease-in-out;
  color: white;
  text-align: center;
}

.history-tl-container.home-page ul.tl li:nth-child(1)::before {
  content: "location_on";

}

.history-tl-container.home-page ul.tl li:nth-child(2)::before {
  content: "add_a_photo";

}

.history-tl-container.home-page ul.tl li:nth-child(3)::before {
  content: "done_all";
}

.history-tl-container.home-page ul.tl li:nth-child(4)::before {
  content: "grade";

}

.history-tl-container.home-page ul.tl li:nth-child(5)::before {
  content: "notifications_active";
}

.history-tl-container.home-page ul.tl li:nth-child(6)::before {
  content: "email";
}

.history-tl-container ul.tl li:nth-child(1)::before {
  content: "work";
}

.history-tl-container ul.tl li:nth-child(2)::before {
  content: "location_on";
}

.history-tl-container ul.tl li:nth-child(3)::before {
  content: "photo";
}

.history-tl-container ul.tl li:nth-child(4)::before {
  content: "grade";
}

.history-tl-container ul.tl li:nth-child(5)::before {
  content: "receipt";
}



.flex {
  display: flex;
}

.flex-list {
  display: flex;
  /* align-items: center; */
  padding: 10px;
}

.flex-list i {
  font-size: 32px;
  color: var(--mdc-theme-primary);
}


.flex-list .flex-list--content {
  margin-left: 20px;
}

.flex-list .flex-list--content .list--headline {
  /* font-weight: 00; */
  font-size: 20px;
  color: var(--mdc-theme-primary);
}




.home-page--timeline {
  margin-bottom: 30px;
}

.iframe-disabled {
  pointer-events: none;
}

aside.mdc-drawer {
  z-index: 6;
}

aside.mdc-drawer nav.mdc-list a {
  /* color: var(--mdc-theme-on-primary); */
  font-size: 18px;
}

.summary {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.animation-block {
  max-width: 1024px;
  margin: 0 auto;

}

.animation-block .content i {
  font-size: 48px
}

.animation-block .slider:not(:first-child) {
  margin-top: 50px;
}

.animation-block .slider-image {
  max-width: 250px;
  margin: 0 auto;
}


.animation-block .steps {
  max-width: 200px;
  margin: 0 auto;

}

.animation-block .content.right.visible {
  -webkit-animation: slideIn 1.5s forwards;
  -moz-animation: slideIn 1.5s forwards;
  animation: slideIn 1.5s forwards;
  position: relative;
  transition: 1.5s ease;
  right: 0px;
}

.animation-block .content.left.visible {
  -webkit-animation: slideInLeft 1.5s forwards;
  -moz-animation: slideInLeft 1.5s forwards;
  animation: slideInLeft 1.5s forwards;
  position: relative;
  transition: 1.5s ease;
  left: 0px;
}

.animation-block .slider-image img {
  width: 100%;
}

.home-page--feature-card {
  max-width: 300px;
  min-height: 230px;
  text-align: center;
  padding: 10px;
  margin: 0 auto;
}

.home-page--feature-card i {
  font-size: 48px;
}

.home-page--feature-card img {
  width: 100%;
  height: 150px;
}




.signup--banner {
  padding: 0px 50px 0px 50px;
  background-color: #27628E;
}

.signup--banner .signup--content {
  color: white;
}

.signup--banner .banner-headline {
  font-size: 3rem;
}

@media(max-width:599px) {
  .signup--banner .banner-headline {
    font-size: 2.125rem;

  }
}

.signup--content {
  padding: 0px 50px 0px 50px;

}



.dashed {
  border-bottom: 1px dashed white;
  text-align: center;
  height: 17px;
  margin-bottom: 10px;
  color: var(--mdc-theme-primary)
}

.dashed .dashed-text {
  background: rgb(240, 247, 252);
  ;
  padding: 0 5px;

}

@media (max-width:1120px) {
  .growthfile-resources {
    display: none;
  }
}

@media (max-width:768px) {
  .content-container {
    margin-top: 10px;
    margin-bottom: 10px;

  }

}

@media(max-width:360px) {
  .sign-up-form .submit-cont {
    display: block;
    align-items: center;
  }

  .login-link {
    margin-top: 10px;
  }

}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

  .prev,
  .next,
  .text {
    font-size: 11px
  }
}

.mdc-top-app-bar--navigation {
  background-color: white;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
}



@media (max-width:320px) {
  .mdc-top-app-bar__section--align-end a {
    font-size: 13px;
  }

}

@media (min-width:840px) {

  .desktop-hidden {
    display: none !important;
  }

  .section .mdc-layout-grid {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width:840px) {

  /* .mdc-top-app-bar--fixed-adjust {
    padding-top: 104px;
  } */


  .call-us--icon {
    display: none !important;
  }


  .solutions-container {
    grid-gap: 0px;
  }

  .growthfile-description .text-description {
    text-align: center;
  }

  .top-bar-navigation {
    display: none;
  }

  .hamburger-menu {
    display: block;
  }

  .container .mdc-layout-grid {
    padding: 0px;
  }

  .tab-content .primary-heading {
    margin-top: 0px;
  }

  .page-grid-content {
    order: 1;
  }

  .page-grid-content {
    padding-top: 40px;
  }

  .tab-image {
    display: none;
  }

  .why-growthfile-image {
    max-width: 100vw;
    max-height: 100vh;
  }

  .faq-banner {
    height: fit-content;
  }

}


@media (min-width:839px) {
  .signup--banner .banner-headline {
    margin-top: 0px;
  }

  .mobile--banner picture {
    display: none;
  }

  .mobile-tabs {
    display: none;
  }

  .desktop-tabs {
    display: block;
  }

  .masonry,
  .width-50 {
    margin-bottom: 24px;
    width: calc(49.9% - 10px);
  }

  .masonry.one {
    float: left;
    margin-right: 20px;
  }

  .masonry.two {
    float: right;
  }

  .masonry.three {
    float: right;
    /* padding-bottom: 0px; */
  }

  .masonry.four {
    float: left;
  }
}




@media (max-width:599px) {
  #app-bar-login {
    display: none;
  }

  #app-bar-signup {
    font-size: 11px;
  }

  .share--background-image {
    background-image: none;
    margin-top: 0px;
  }

  .home-steps {
    margin-top: 50px;
  }

  footer .app-store {
    margin: 0%;
  }

  footer .play-store {
    margin-left: -2%;
  }

}

@media(min-width:600px) and (max-width:839px) {
  .share--background-image {
    background-size: 300px;
  }
}



@media (max-width:480px) {

  /* .mdc-top-app-bar__title {
      display: none;
    } */

  /* .mdc-top-app-bar__section--align-start:not(.header-start--join) {
    display: none;
  } */

  .mobile-logo--banner {
    display: block;
    align-items: center;
    color: var(--mdc-theme-primary);
    text-align: center;
  }

  .page-grid-image img {
    width: 100%;
  }

  .share-widget {
    width: 90% !important;
  }

  .share-widget .social.twitter,
  .share-widget .social.facebook {
    display: none;
  }


}

@media (max-width:839px) {
  .animation-block {
    max-width: 768px
  }

  .signup--banner,
  .signup--content {
    padding: 0px;
    text-align: center;
  }

  .signup--banner .signup--content li {
    text-align: left;
  }

  .signup--banner .mdc-layout-grid {
    padding: 0px;
  }
}

@media (min-width:840px) and (max-width:1024px) {
  .signup--content {
    padding-top: 0px;
  }
}


.list li {
  margin: 10px;
  padding: 10px 0px 10px 0px;
}

.on-duty--features i {
  font-size: 50px;
}


.on-duty--features p {
  /* font-size: 28px */
}

.banner-items li {
  margin: 10px 0px 10px 0px;
  font-weight: 500;
  font-size: 22px;
}




/** pricing page hide **/
a[href$='pricing.html'] {
  display: none;
}


.section {
  padding: 16px;
  /* padding-bottom:0px; */
}

.section .para {
  max-width: 600px;
  font-weight: 500;
}

.section .headline {
  padding-top: 20px;
  padding-bottom: 0px;
}

@media (max-width:393px) {
  /* .mdc-top-app-bar__title {
    font-size: 17px;
  } */

  #header-logo,
  #profile-button img {
    margin-top: 3px;
  }

  .icon-expand img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
}

.landing-page--banner ol li {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
}

.office-form {
  background-color: white;
  border-radius: 15px;
  padding-bottom: 20px;
}

.office-form .dynamic {
  padding: 0px 16px;
}

.wave-container {
  position: relative;
  width: 100%;
}

.light-blue--background {
  background-color: rgb(240, 247, 252);
}

/* .banner-background {
  background-image: url("../img/21_3.jpg");
  background-size: cover;
  background-position: center;
  min-height: 300px;
} */
.app-card--feature {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 300px;
  padding: 10px;
  font-weight: bold;
  border-left: 20px solid var(--mdc-theme-secondary);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, .25);
  cursor: pointer;
  /* padding: 20px 24px 30px; */
}

.app-card--feature.feature-active {
  border-left-color: var(--mdc-theme-primary);
}

.app-feature img,
.app-feature source {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}

.mobile--banner img {
  width: 100%;
}



.iti__flag {
  background-image: url("../img/webp/flags.webp"), url("../img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/webp/flags@2x.webp"), url("../img/flags@2x.png");
  }
}

/** view-form**/
.forms {
  /* height: 100%; */
  padding-top: 20px;
}

.forms .form-list {
  /* height: inherit; */
  padding-top: 20px;
}

.forms .form-list .form-component {
  padding: 8px 16px;
  page-break-inside: avoid;
  overflow-y: auto;

}

.action-button-container {
  padding-top: 60px;
  position: relative;
  max-width: 480px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.submit-button-cont {
  width: inherit;
  position: fixed;
  height: 56px;
  bottom: 0px;
  max-width: inherit;

  animation-duration: 0.5s;
  animation-name: bottomToTop;
}

@media (min-width:481px) {
  .action-button-container .submit-button-cont {
    position: relative;
  }
}

.submit-btn {
  font-size: 20px;
  height: 56px;
  border-radius: 0px;
  font-weight: bold;
  width: 100%;
}

.submit-btn .mdc-button__icon {
  font-size: 24px;

}

@media (min-width:481px) {
  .submit-button-cont {
    bottom: 1rem;
    margin: auto;
  }

}

@keyframes bottomToTop {
  from {
    bottom: -1000px;

  }

  to {
    bottom: 0;
  }
}




.forms .form-list .form-component .mdc-text-field,
.forms .form-list .form-component .mdc-select {
  width: 100%
}

.forms.integrated-form {
  padding: 0px 16px;
}

.forms.integrated-form .form-component {
  padding: 5px;
}

.forms.integrated-form .form-component .phonenumber-field {
  padding: 0px;
}

.forms .form-list .product-container .form-component {
  width: auto;
}

@media (max-width:480px) {

  .forms .form-list .form-component .mdc-text-field,
  .forms .form-list .form-component .mdc-select {
    width: 100%;
  }
}

.forms .form-list .form-component.schedules .mdc-text-field {
  width: 49%;
  margin-top: 10px;
  margin-bottom: 5px;
}

@media (max-width:359px) {
  .forms .form-list .form-component.schedules .mdc-text-field {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}





.loader {
  position: relative;
  margin: 0 auto;

  max-width: 200px;
  height: 120px;
}

.loader:before {
  content: '';
  display: block;

}

.loader .circular {
  animation: rotate 2s linear infinite;
  transform-origin: center center;
  width: 70px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 20%;
}

.loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: var(--mdc-theme-primary);
}

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

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

.phonenumber-field {
  padding: 0px;
}

/** auth box **/
.phonenumber-form {
  max-width: 480px;
  padding: 20px;
  background-color: white;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
}

.phonenumber-form .mdc-text-field {
  padding: 0px;
}

.phonenumber-form .mdc-button {
  width: 100%;
}

/** onboarding **/


.onboarding #journey-text {
  padding-top: 20px;
  font-size: 24px;
}

.onboarding .onboarding-headline--secondary {
  font-weight: 400;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 20px;
  color: inherit;

}

.onboarding .onboarding-content--text {
  padding-top: 5px;
  font-size: 20px;
  color: inherit;
}


.onboarding .container {
  padding: 20px 0px 20px 0px;
  min-height: 230px;
  /* padding-bottom: 80px; */

}

.onboarding .container .mdc-text-field .mdc-text-field__resizer {
  width: 100%;
}

.onboarding .container .mdc-text-field {
  /* margin-top: 10px; */
  width: 100%;
}



.onboarding .cta-actions-container {
 padding: 0px 40px 10px 40px;
}


.onboarding .cta-actions {
  display: inline-flex;
  align-items: center;
}



.onboarding .cta-actions #journey-next {
  margin-left: auto;
  margin-right: 10px;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 4.15px;
  color: #FFFFFF;

}

.onboarding-otp .otp-container {

  display: inline-flex;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}

.onboarding-otp .otp-container .mdc-text-field {
  /* width: 50px; */
  width: 16%;
  margin-right: 15px;
  padding: 0px 10px;
}

@media (max-width:480px) {

  #otp-dialog .mdc-dialog__title,
  #otp-dialog .mdc-dialog__content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .onboarding {
    width: 100%;
  }

  .onboarding-otp .otp-container .mdc-text-field {
    width: 16%;
    margin-right: 10px;
  }

  .onboarding #journey-text {
    text-align: left;
    font-size: 25px;
  }

  .onboarding .onboarding-headline--secondary {
    text-align: left;
    font-size: 20px;
  }

  .onboarding .onboarding-content--text {
    font-size: 18px;
  }

}

.onboarding-otp .otp-container .mdc-text-field input {
  text-align: center;
}

/* Chrome, Safari, Edge, Opera */
.onboarding-otp .otp-container .mdc-text-field input::-webkit-outer-spin-button,
.onboarding-otp .otp-container .mdc-text-field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.onboarding-otp .otp-container .mdc-text-field input[type=number] {
  -moz-appearance: textfield;
}

#resend-sms-verification,
#change-phone-number,
#resend-otp-verification-failed {
  cursor: pointer;
}

.onboarding-otp #submit-otp {
  margin-top: 20px;
}

.onboarding-otp .otp-meta {
  margin-top: 30px;
}

.onboarding-otp .otp-meta div {
  margin-top: 5px;
  font-weight: 500;
}

.onboarding .category-box {
  padding: 16px;
  cursor: pointer;
  height: auto;
}

.onboarding .category-box svg {
  fill: var(--mdc-theme-secondary);
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}

.onboarding .category-box.other-category--box {
  text-align: center;
}

.onboarding .category-box.category-active {
  background-color: var(--mdc-theme-primary);
  /* IE Support*/
  background-color: #103153;
  color: var(--mdc-theme-on-primary);
  /* IE Support*/
  color: white;
}

.onboarding .category-box.category-active svg g {
  fill: var(--mdc-theme-on-primary);
  /* IE Support*/
  fill: white;
}

.onboarding .category-box object {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  width: 100%;
  pointer-events: none;
}


.onboarding .category-box .category-text {
  text-align: center;
  font-weight: 500;
}

 .logo-container {
  /* display: flex; */
  width: 100%;
  margin-bottom: 10px;
  align-items: center;
  border-bottom: 1px solid lightgrey;
}

.logo-container .image-cont {
  position: relative;
  margin-left: auto;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 5px solid var(--mdc-theme-secondary);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  display: block;
}
 .logo-container .remove {
  background-color: rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 846px;
    border-bottom-right-radius: 846px;
    padding: 1px 0 5px;
    text-align: center;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 75px;
    color: var(--mdc-theme--error);
    /* line-height: 23px; */
    margin-left: 3px;
}
#logo-thumbnail {
  margin-left: auto;
  margin-top: 20px;
}
.onboarding .employees-container .authorize-failed {
  text-align: center;
  margin-top: 10px;
}

.onboarding .share-container h2 {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
}

.onboarding .share-container h2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: solid 1px var(--mdc-theme-secondary);
  z-index: -1;
}

.onboarding .share-container h2 span {
  margin: 0;
  padding: 0 10px;
  background: #fff;
  display: inline-block;
}

.onboarding .employees-container .import-cont button {
  display: block;
  margin: 0 auto;
}

.onboarding .share-container {
  padding-top: 10px;
}

.onboarding .user-selection .contact-photo {
  border-radius: 100%;
  height: 50px;
  width: 50px;
}

[data-letters]:before {
  content: attr(data-letters);
  display: inline-block;
  font-size: 2em;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 50%;
  background: plum;
  vertical-align: middle;
  color: white;
  font-weight: 500;
}

.onboarding .contact-list--label {
  text-align: right;
  padding-top: 10px;
}

.onboarding #contacts-list {
  padding-top: 0px;
}

.onboarding .user-selection li {
  padding-left: 0px;
}

.onboarding .imported-number {
  padding: 10px;
  text-align: right;
  padding-bottom: 0px;
  color: var(--mdc-theme-secondary);
}


.onboarding .existing-companies--list .mdc-list-item {
  font-size: 22px;
  height: 58px;
}

.onboarding .existing-companies--list .mdc-list-item .mdc-list-item__text {
  line-height: 2rem;
}

.onboarding .existing-companies--list .list-error {
  color: var(--mdc-theme--error);
  padding-left: 16px;
  margin-bottom: 10px;
}

/** plan **/
.onboarding .plan-list label {
  font-size: 20px;
  font-weight: bold;
}

/** payment **/

.onboarding .payment-mode {
  width: 100%;
  /* border-bottom: 1px solid #ccc; */
  padding: 10px 0px 10px 0px;
  cursor: pointer;
}

.onboarding .payment-mode label {
  cursor: pointer;
}

.onboarding .payment-mode--selected {
  background-color: #10315305;
}

.onboarding .payment-mode--selected .mdc-text-field,
.onboarding .payment-mode--selected .mdc-select {
  background-color: white;
}

.onboarding .payment-mode--expand,
.payment-mode .cards-logo {
  padding: 0px 10px 10px 38px
}

@media(max-width:480px) {
  .payment-mode--card .mdc-layout-grid__inner {
    grid-gap: 0px;
  }
}

@media(min-width: 840px) {
  .payment-mode--card .mdc-layout-grid__inner {
    grid-gap: 8px;
  }
}

.payment-mode .cards-logo {
  display: flex;
  align-items: center;
  flex-flow: wrap;

}

.payment-mode .cards-logo img {
  width: 45px;
  margin-right: 10px;

}

.payment-mode--card .mdc-layout-grid {
  padding-top: 0px;
  padding-bottom: 0px;
}

.payment-mode--card .expiry-select {
  width: 50%;
  height: 56px;
}

#card-cvv {
  /* margin-top: 0px; */
}

#wallet-list li,
#bank-list li {
  padding: 0px;
}

#netbanking-dialog .mdc-text-field {
  margin-top: 10px;
}

.select-button {
  min-width: 200px;
}

.payment-mode--wallet .select-button {
  margin-top: 20px;
}

#payment-dialog .mdc-dialog__surface {
  width: 99vw;
}

#payment-dialog #payment-dialog-title {
  text-align: center;
}

#payment-dialog table {
  table-layout: fixed;
  width: 100%;
}

#payment-dialog .mdc-data-table__table {
  white-space: normal;
}

#payment-dialog .mdc-data-table__cell {
  word-wrap: break-word;
}

#payment-next-btn {
  margin: 0 auto !important;
}

/** straighline loader **/

.straight-loader,
.straight-loader:before,
.straight-loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.straight-loader {
  color: var(--mdc-theme-primary);
  font-size: 4px;
  margin: 0px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  margin-top: 10px;
  margin-bottom: 10px;
}

.straight-loader:before,
.straight-loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.straight-loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.straight-loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.straight-loader.button {
  color: white;
  margin-bottom: 0px;
  margin-top: -18px;
}

/** success mark **/
.checkmark__circle {
  stroke-dasharray: 216;
  /* ORIGINALLY 166px */
  stroke-dashoffset: 216;
  /* ORIGINALLY 166px */
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 80px;
  /* ORIGINALLY 56px */
  height: 80px;
  /* ORIGINALLY 56px */
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  margin-top: 0px;
  margin-bottom: 20px;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 98;
  /* ORIGINALLY 48px */
  stroke-dashoffset: 98;
  /* ORIGINALLY 48px*/
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {

  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 80px #7ac142;
  }
}


.mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--mdc-theme-primary);
}

.mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--mdc-theme-primary);
}

.mdc-radio .mdc-radio__background::before {
  background-color: var(--mdc-theme-primary);
}

.mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--mdc-theme-primary);

}


.outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%
    /*whatever width you want*/
}

.center-screen {
  width: 200px;
  height: 150px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  text-align: center;
}

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

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

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

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

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

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

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

.mdl-button--raised.mdl-button--colored {
  background: var(--mdc-theme-primary);
  color: rgb(255, 255, 255);
}

.firebaseui-textfield.mdl-textfield .firebaseui-label::after,
.mdl-button--raised.mdl-button--colored:active,
.mdl-button--raised.mdl-button--colored:hover,
.mdl-button--raised.mdl-button--colored:focus:not(:active) {
  background-color: var(--mdc-theme-primary);
}

.mdl-button--primary.mdl-button--primary {
  color: var(--mdc-theme-primary);
}

.gst-dialog-cont {
  width: 100%;
  display: inline-flex;
}
