a, a:hover {
  color: inherit;
  text-decoration: none;
}

.app-auth-container .logo a,
.app-sidebar .logo .logo-icon {
  background-image: url(../images/face-logo.png);
}

.app-sidebar .logo .logo-icon, .app-sidebar .logo .logo-icon:hover {
  padding-left: 40px;
}

.app-sidebar .logo .logo-icon:hover .logo-text {
  padding-left: 10px;
}

.app-error .app-error-info h5 {
  color: #FF671B;
}

.app-sidebar .logo .sidebar-user-switcher .user-info-text {
  max-width: 120px;
  overflow: hidden;
  padding: 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app-landing .app-container {
  padding: 0;
}
.app-landing .app-container .header {
  padding: 30px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.app-landing .app-container .header .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.app-landing .app-container .header .container .logo {
  display: block;
}
.app-landing .app-container .header .container .logo img {
  height: 70px;
}
.app-landing .app-container .header .container .custom-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.app-landing .app-container .header .container .custom-menu a {
  color: #5b1a07;
  font-weight: bold;
}
.app-landing .app-container .app-content {
  margin-top: 0;
  position: relative;
}
.app-landing .app-container .app-content section {
  padding: 30px;
}
.app-landing .app-container .app-content section .section-description {
  border-bottom: none;
}
.app-landing .app-container .app-content section .section-description h1 {
  color: #5b1a07;
}
.app-landing .app-container .app-footer {
  background-color: #FF671B;
  bottom: 0;
  padding: 30px;
  position: relative;
  width: 100%;
}
.app-landing .app-container .app-footer .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.app-landing .app-container .app-footer .container .footer-logo img {
  width: 200px;
}
.app-landing .app-container .app-footer .container .footer-text {
  color: #FFF;
}
.app-landing .app-container .app-footer .container .footer-text p {
  font-size: 11pt;
  line-height: 12pt;
  text-align: right;
}

.hero {
  height: 100vh;
  padding: 150px 30px 30px !important;
}
.hero .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero .container .hero-image {
  background: url("../images/backgrounds/video-call.svg") no-repeat;
  background-position: center;
  background-size: contain;
  height: 500px;
  width: 100%;
}

.features {
  background-color: #FFF;
}
.features .feature-icon {
  display: block;
  font-size: 60px;
  text-align: center;
}
.features .feature-icon-image {
  display: block;
  text-align: center;
}
.features .feature-icon-image img {
  width: 60px;
}
.features .feature-title {
  color: #5b1a07;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 10px;
}
.features .feature-content {
  text-align: center;
  padding: 0 20px;
}

.call-to-action {
  background-color: #04242e;
  padding: 70px 30px !important;
}

.fc-day-today:hover,
.fc-day-future:hover {
  cursor: pointer;
}

.fc-day-past:hover {
  cursor: not-allowed;
}

.fc-event-main-frame i {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin-right: 5px;
  margin-top: -2px;
}

.toast-container {
  position: fixed;
  z-index: 1002;
}
.toast-container .toast-header img {
  width: 20px;
}

.btn-banregio {
  background-color: #FF671B;
  color: #FFF;
}
.btn-banregio:hover {
  color: #FFF;
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}

.btn-cta {
  background-color: #5b4407;
  color: #FFF;
}
.btn-cta:hover {
  color: #FFF;
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}

@media (min-width: 375px) and (max-width: 812px) and (orientation: portrait) {
  .app-error .app-error-info {
    padding-left: 0px;
  }
  .hero .container {
    display: block !important;
  }
  .hero .container .section-description {
    position: relative;
    z-index: 10;
  }
  .hero .container .section-description h1 {
    text-align: left;
  }
  .hero .container .hero-image {
    height: 450px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 8;
  }
  .app-content .section-description h1 {
    text-align: center;
  }
  .app-footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .app-footer .container .footer-logo {
    padding: 10px;
  }
  .app-footer .container .footer-logo img {
    width: 80px !important;
  }
  .app-footer .container .footer-text p {
    text-align: center !important;
  }
}