@charset "UTF-8";
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../helveticaneue.html') format('woff2'), url('../helveticaneue-2.html') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../woff2/helveticaneue-medium.woff2') format('woff2'), url('../woff/helveticaneue-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../woff2/helveticaneue-bold.woff2') format('woff2'), url('../woff/helveticaneue-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaCondensed';
  src: url('../woff2/helveticaneueboldcondensed.woff2') format('woff2'), url('../woff/helveticaneueboldcondensed.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.container-full.dashboard {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-top: 0;
  max-width: 100%;
}
.container-full.dashboard main {
  width: calc(100% - 280px);
  padding: clamp(10px, 1.3888888889vw, 20px) clamp(10px, 1.3888888889vw, 20px) clamp(40px, 4.5138888889vw, 65px);
  background-color: #f6f9fc;
}
@media (max-width: 1439px) {
  .container-full.dashboard main {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .container-full.dashboard.pdf-page main {
    height: 100vh;
  }
}
@media (max-width: 400px) {
  .container-full.dashboard.pdf-page main {
    max-height: 600px;
  }
}
.main-container {
  min-height: 80vh;
}
.main {
  min-height: 100%;
}
div.pdfemb-viewer {
  margin: auto !important;
}
div.pdfemb-viewer .pdfemb-toolbar button {
  padding: 0.7rem;
  background: #3a94e8;
  border-radius: 3px;
  color: #fff;
}
@media (max-width: 767px) {
  div.pdfemb-viewer .pdfemb-toolbar button {
    padding: 0.5rem;
  }
}
div.pdfemb-viewer .pdfemb-toolbar button:hover {
  background-color: #55aeff;
}
body.menu-open {
  overflow: hidden;
}
#wonderpluginlightbox_options {
  display: none !important;
}
#mainContainer, #viewer {
  background: #fff !important;
}
#mainContainer .page, #viewer .page {
  background: rgba(0, 0, 0, 0.05) !important;
}
body {
  overflow-x: hidden;
}
body .dashboard, body .dashboard p {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
}
.dashboard h1, .dashboard h2, .dashboard h3, .dashboard h4, .dashboard h5, .dashboard h6 {
  font-style: normal;
  font-weight: 500;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
}
*, *::before, *::after {
  box-sizing: border-box;
  outline: none;
}
.row-custom-pagination, .row-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
}
.row-custom-pagination .page-numbers, .row-pagination .page-numbers {
  padding: 0.8rem;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #231f20;
  transition-duration: 0.4s;
}
.row-custom-pagination .page-numbers:hover, .row-custom-pagination .page-numbers.current, .row-pagination .page-numbers:hover, .row-pagination .page-numbers.current {
  color: #3a94e8;
}
.row-custom-pagination .page-numbers.current, .row-pagination .page-numbers.current {
  pointer-events: none;
  cursor: default;
}
.row-custom-pagination .page-numbers.next, .row-pagination .page-numbers.next {
  transform: rotate(180deg);
  color: transparent;
  content: url(../svg/arrow-page.svg);
}
.row-custom-pagination .page-numbers.prev, .row-pagination .page-numbers.prev {
  color: transparent;
  content: url(../svg/arrow-page.svg);
}
.featherlight .featherlight-content {
  border-bottom: 0 !important;
  padding: 0 !important;
}
#add *::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
#add *::-webkit-scrollbar {
  width: 15px;
  background-color: #f5f5f5;
}
/* ползунок скроллбара */
#add *::-webkit-scrollbar-thumb {
  background-color: #3a94e8;
  border-radius: 0;
}
.btn-view-more {
  color: #3a94e8;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  transition-duration: 0.4s;
  font-size: 14px;
  line-height: 1.214;
}
.btn-view-more:visited {
  color: #3a94e8;
}
.btn-view-more:hover {
  color: #231f20;
}
.btn-all-more {
  color: #3a94e8;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  position: relative;
  padding-right: 12px;
  white-space: nowrap;
}
.btn-all-more:after {
  position: absolute;
  content: "";
  top: 5px;
  right: 0;
  width: 6px;
  height: 11px;
  background-image: url(../svg/chevron-right.svg);
  transition-duration: 0.4s;
}
.btn-all-more:hover::after {
  right: -8px;
}
.btn-all-more:visited {
  color: #3a94e8;
}
.btn-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #3a94e8;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  border-radius: 6px;
  height: 34px;
  transition-duration: 0.4s;
  border: 1px solid #3a94e8;
}
@media (max-width: 1199px) {
  .btn-secondary {
    font-size: 16px;
  }
}
.btn-secondary:visited, .btn-secondary:focus {
  color: #3a94e8;
}
.btn-secondary:hover {
  border-color: #8b8b8b;
  color: #8b8b8b !important;
}
.btn-main {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3a94e8;
  color: #fff;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  border-radius: 6px;
  height: 34px;
  transition-duration: 0.4s;
}
@media (max-width: 1199px) {
  .btn-main {
    font-size: 16px;
  }
}
.btn-main:visited, .btn-main:focus, .btn-main:hover {
  color: #fff;
}
.btn-main:hover {
  background-color: #55aeff;
}
.btn-main.icon-clock img, .btn-main.icon-svg img {
  width: 15px;
  height: 15px;
  margin-left: 15px;
}
.btn-add-new {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
  color: #8b8b8b;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  border-radius: 6px;
  height: 34px;
  transition-duration: 0.4s;
}
@media (max-width: 1199px) {
  .btn-add-new {
    font-size: 16px;
  }
}
.btn-add-new:focus, .btn-add-new:hover {
  color: #3a94e8;
  border-color: #3a94e8;
  background-color: #f6f9fc;
}
.btn-add-new:focus.icon-svg svg, .btn-add-new:hover.icon-svg svg {
  fill: #3a94e8;
}
.btn-add-new.icon-svg img, .btn-add-new.icon-svg svg {
  width: 15px;
  height: 15px;
  margin-left: 15px;
}
.btn-add-new.icon-svg svg {
  fill: #8b8b8b;
  transition-duration: 0.4s;
}
body header[role=banner].header-dashbord, body.admin-bar header[role=banner].header-dashbord {
  display: flex;
  max-width: 100%;
  top: 0 !important;
  box-shadow: none;
}
body header[role=banner].header-dashbord.scroll, body.admin-bar header[role=banner].header-dashbord.scroll {
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
}
body header[role=banner].header-dashbord .logo-toggle, body.admin-bar header[role=banner].header-dashbord .logo-toggle {
  margin-right: 0 !important;
  min-width: 278px;
  max-width: 278px;
}
@media (max-width: 1199px) {
  body header[role=banner].header-dashbord .logo-toggle, body.admin-bar header[role=banner].header-dashbord .logo-toggle {
    min-width: 170px;
    max-width: 170px !important;
    padding-left: 0;
  }
}
@media (max-width: 980px) {
  body header[role=banner].header-dashbord .logo-toggle, body.admin-bar header[role=banner].header-dashbord .logo-toggle {
    min-width: 120px;
    max-width: 120px !important;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  body header[role=banner].header-dashbord .logo-toggle, body.admin-bar header[role=banner].header-dashbord .logo-toggle {
    min-width: 0;
    max-width: 124px !important;
    padding-left: 0;
  }
}
body header[role=banner].header-dashbord .logo-toggle .site-logo, body.admin-bar header[role=banner].header-dashbord .logo-toggle .site-logo {
  margin-left: 1rem;
}
@media (max-width: 1199px) {
  body header[role=banner].header-dashbord .logo-toggle .site-logo, body.admin-bar header[role=banner].header-dashbord .logo-toggle .site-logo {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  body header[role=banner].header-dashbord .logo-toggle .site-logo, body.admin-bar header[role=banner].header-dashbord .logo-toggle .site-logo {
    max-width: 124px !important;
  }
}
body header[role=banner].header-dashbord .logo-toggle #menu-toggle, body header[role=banner].header-dashbord .logo-toggle .find-a-dealer, body.admin-bar header[role=banner].header-dashbord .logo-toggle #menu-toggle, body.admin-bar header[role=banner].header-dashbord .logo-toggle .find-a-dealer {
  display: none !important;
}
body header[role=banner].header-dashbord .header-row, body.admin-bar header[role=banner].header-dashbord .header-row {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 278px);
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 1439px) {
  body header[role=banner].header-dashbord .header-row, body.admin-bar header[role=banner].header-dashbord .header-row {
    border: none;
    width: calc(100% - 318px);
  }
}
@media (max-width: 1199px) {
  body header[role=banner].header-dashbord .header-row, body.admin-bar header[role=banner].header-dashbord .header-row {
    width: calc(100% - 50px);
  }
}
body header[role=banner].header-dashbord .header-row .header-title, body.admin-bar header[role=banner].header-dashbord .header-row .header-title {
  width: calc(100% - 240px);
  padding-left: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  body header[role=banner].header-dashbord .header-row .header-title, body.admin-bar header[role=banner].header-dashbord .header-row .header-title {
    padding-left: 0;
  }
}
body header[role=banner].header-dashbord .header-row .header-title .disclaimer-wrap, body.admin-bar header[role=banner].header-dashbord .header-row .header-title .disclaimer-wrap {
  position: absolute;
  max-width: 375px;
  min-width: 375px;
  top: 140%;
  left: 3%;
  z-index: 999;
  filter: drop-shadow(0px 4px 20px rgba(39, 68, 94, 0.1));
}
@media (max-width: 1439px) {
  body header[role=banner].header-dashbord .header-row .header-title .disclaimer-wrap, body.admin-bar header[role=banner].header-dashbord .header-row .header-title .disclaimer-wrap {
    left: -1.5%;
  }
}
@media (max-width: 980px) {
  body header[role=banner].header-dashbord .header-row .header-title .disclaimer-wrap, body.admin-bar header[role=banner].header-dashbord .header-row .header-title .disclaimer-wrap {
    left: -100px;
    max-width: 375px;
    min-width: 375px;
  }
}
@media (max-width: 450px) {
  body header[role=banner].header-dashbord .header-row .header-title .disclaimer-wrap, body.admin-bar header[role=banner].header-dashbord .header-row .header-title .disclaimer-wrap {
    max-width: 90%;
    min-width: calc(275px + 100%);
  }
}
body header[role=banner].header-dashbord .header-row .header-title .disclaimer-wrap .important-information, body.admin-bar header[role=banner].header-dashbord .header-row .header-title .disclaimer-wrap .important-information {
  position: relative;
}
body header[role=banner].header-dashbord .header-row .header-title .disclaimer-wrap .important-information .btn-couse-disclaimer, body.admin-bar header[role=banner].header-dashbord .header-row .header-title .disclaimer-wrap .important-information .btn-couse-disclaimer {
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  filter: drop-shadow(0px 4px 20px rgba(39, 68, 94, 0.1));
  width: 28px;
  height: 28px;
  background-image: url(../svg/close_round_icon.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  border-radius: 50%;
  padding: 5px;
  right: -8px;
  top: -10px;
  background-color: #fff;
  border: 1px solid #E8E8E8;
  line-height: 1;
}
body header[role=banner].header-dashbord .header-row .header-title .disclaimer-wrap .important-information p, body.admin-bar header[role=banner].header-dashbord .header-row .header-title .disclaimer-wrap .important-information p {
  padding: 0.5rem;
  background: #F6F9FC;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150.02%;
  margin-top: 0;
  /* or 18px */
  color: #000000;
}
body header[role=banner].header-dashbord .header-row .header-title .disclaimer-wrap .important-information p a, body.admin-bar header[role=banner].header-dashbord .header-row .header-title .disclaimer-wrap .important-information p a {
  color: #0058A9;
  display: inline-block;
  padding: 0;
  border: none;
  font-size: 12px;
}
body header[role=banner].header-dashbord .header-row .header-title h1, body.admin-bar header[role=banner].header-dashbord .header-row .header-title h1 {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  color: #231f20;
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  body header[role=banner].header-dashbord .header-row .header-title h1, body.admin-bar header[role=banner].header-dashbord .header-row .header-title h1 {
    font-size: 0;
    color: #fff;
  }
}
body header[role=banner].header-dashbord .header-row .header-title h1 .btn-disclaimer, body.admin-bar header[role=banner].header-dashbord .header-row .header-title h1 .btn-disclaimer {
  margin-top: 5px;
  margin-left: 12px;
  width: 20px;
  height: 20px;
  background-image: url(../svg/alert_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
body header[role=banner].header-dashbord .header-row .header-title a, body.admin-bar header[role=banner].header-dashbord .header-row .header-title a {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  padding: 8px 62px;
  color: #8b8b8b;
  border: 1px solid #8b8b8b;
  border-radius: 6px;
  transition-duration: 0.4s;
}
@media (max-width: 1439px) {
  body header[role=banner].header-dashbord .header-row .header-title a, body.admin-bar header[role=banner].header-dashbord .header-row .header-title a {
    display: none;
  }
}
body header[role=banner].header-dashbord .header-row .header-title a:hover, body.admin-bar header[role=banner].header-dashbord .header-row .header-title a:hover {
  color: #3a94e8;
  border-color: #3a94e8;
}
body header[role=banner].header-dashbord .dasbord-sitebar, body.admin-bar header[role=banner].header-dashbord .dasbord-sitebar {
  display: none;
}
@media (max-width: 1439px) {
  body header[role=banner].header-dashbord .dasbord-sitebar, body.admin-bar header[role=banner].header-dashbord .dasbord-sitebar {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: auto;
    z-index: 99;
  }
}
body header[role=banner].header-dashbord .dasbord-sitebar svg, body.admin-bar header[role=banner].header-dashbord .dasbord-sitebar svg {
  fill: #231f20;
  width: 35px;
  height: 35px;
  opacity: 0.9;
}
body header[role=banner].header-dashbord .profile-top-bar, body.admin-bar header[role=banner].header-dashbord .profile-top-bar {
  width: 244px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1439px) {
  body header[role=banner].header-dashbord .profile-top-bar, body.admin-bar header[role=banner].header-dashbord .profile-top-bar {
    width: auto;
  }
}
body header[role=banner].header-dashbord .profile-top-bar .nav-menu, body.admin-bar header[role=banner].header-dashbord .profile-top-bar .nav-menu {
  position: absolute;
  top: -150%;
  right: 0;
  width: 230px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(39, 68, 94, 0.1);
  border-radius: 6px;
  z-index: -1;
  padding: 1rem;
  transition-duration: 1s;
}
body header[role=banner].header-dashbord .profile-top-bar .nav-menu li, body.admin-bar header[role=banner].header-dashbord .profile-top-bar .nav-menu li {
  padding: 0.5rem;
}
body header[role=banner].header-dashbord .profile-top-bar .nav-menu li a, body.admin-bar header[role=banner].header-dashbord .profile-top-bar .nav-menu li a {
  display: flex;
  align-items: center;
  color: #231f20;
  transition-duration: 0.4s;
}
body header[role=banner].header-dashbord .profile-top-bar .nav-menu li a span, body.admin-bar header[role=banner].header-dashbord .profile-top-bar .nav-menu li a span {
  padding-right: 15px;
}
body header[role=banner].header-dashbord .profile-top-bar .nav-menu li a span svg, body.admin-bar header[role=banner].header-dashbord .profile-top-bar .nav-menu li a span svg {
  fill: #231f20;
}
body header[role=banner].header-dashbord .profile-top-bar .nav-menu li:hover a, body.admin-bar header[role=banner].header-dashbord .profile-top-bar .nav-menu li:hover a {
  color: #3a94e8;
}
body header[role=banner].header-dashbord .profile-top-bar .nav-menu li:hover a span svg, body.admin-bar header[role=banner].header-dashbord .profile-top-bar .nav-menu li:hover a span svg {
  fill: #3a94e8;
}
body header[role=banner].header-dashbord .profile-top-bar__row, body.admin-bar header[role=banner].header-dashbord .profile-top-bar__row {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  padding: 0 2rem;
}
@media (max-width: 980px) {
  body header[role=banner].header-dashbord .profile-top-bar__row, body.admin-bar header[role=banner].header-dashbord .profile-top-bar__row {
    padding: 0 1rem;
  }
}
body header[role=banner].header-dashbord .profile-top-bar__row img, body.admin-bar header[role=banner].header-dashbord .profile-top-bar__row img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
body header[role=banner].header-dashbord .profile-top-bar__row div.header-menu-user, body.admin-bar header[role=banner].header-dashbord .profile-top-bar__row div.header-menu-user {
  padding: 0 2rem;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  color: #231f20;
  position: relative;
}
@media (max-width: 767px) {
  body header[role=banner].header-dashbord .profile-top-bar__row div.header-menu-user, body.admin-bar header[role=banner].header-dashbord .profile-top-bar__row div.header-menu-user {
    padding: 0 1rem;
  }
}
body header[role=banner].header-dashbord .profile-top-bar__row div.header-menu-user::after, body.admin-bar header[role=banner].header-dashbord .profile-top-bar__row div.header-menu-user::after {
  position: absolute;
  top: 9px;
  right: 0;
  content: '';
  width: 10px;
  height: 16px;
  background-image: url(../svg/arrow-menu.svg);
  background-repeat: no-repeat;
  transform-origin: 55% 50%;
  animation: arrowRotate 0.4s ease-in-out 1;
}
body header[role=banner].header-dashbord .profile-top-bar:hover .nav-menu, body.admin-bar header[role=banner].header-dashbord .profile-top-bar:hover .nav-menu {
  top: 100px;
}
@media (max-width: 1023px) {
  body header[role=banner].header-dashbord .profile-top-bar:hover .nav-menu, body.admin-bar header[role=banner].header-dashbord .profile-top-bar:hover .nav-menu {
    top: 70px;
  }
}
@media (max-width: 980px) {
  body header[role=banner].header-dashbord .profile-top-bar:hover .nav-menu, body.admin-bar header[role=banner].header-dashbord .profile-top-bar:hover .nav-menu {
    top: -150%;
  }
}
@media (min-width: 981px) {
  body header[role=banner].header-dashbord .profile-top-bar:hover .header-menu-user:after, body.admin-bar header[role=banner].header-dashbord .profile-top-bar:hover .header-menu-user:after {
    transform: rotate(180deg);
    top: -2px;
    right: 0;
  }
}
body header[role=banner].header-dashbord .profile-top-bar.active .nav-menu, body.admin-bar header[role=banner].header-dashbord .profile-top-bar.active .nav-menu {
  top: 100px;
}
@media (max-width: 980px) {
  body header[role=banner].header-dashbord .profile-top-bar.active .nav-menu, body.admin-bar header[role=banner].header-dashbord .profile-top-bar.active .nav-menu {
    top: 70px;
  }
}
@media (max-width: 980px) {
  body header[role=banner].header-dashbord .profile-top-bar.active .header-menu-user:after, body.admin-bar header[role=banner].header-dashbord .profile-top-bar.active .header-menu-user:after {
    transform: rotate(180deg);
    top: -2px;
    right: 0;
  }
}
#wpadminbar .new-user-data {
  display: none !important;
}
@keyframes arrowRotate {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dashboard-sitebar {
  width: 280px;
  min-height: calc(100vh - 100px);
  background-color: #fff !important;
  padding: 0;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  filter: drop-shadow(0px 4px 20px rgba(39, 68, 94, 0.1));
}
@media (max-width: 1439px) {
  .dashboard-sitebar {
    transform: translateX(-150%);
    position: absolute;
    left: 0;
    top: 101px;
    z-index: 999;
    transition-duration: 1s;
  }
}
@media (max-width: 1023px) {
  .dashboard-sitebar {
    top: 70px;
  }
}
@media (max-width: 1439px) {
  .dashboard-sitebar.open {
    transform: translateX(0);
    height: 100vh;
    position: fixed;
  }
}
.dashboard-sitebar ul.menu-aircraft li.current-page {
  background-color: #231f20;
}
.dashboard-sitebar ul.menu-aircraft li.current-page a {
  color: #fff;
}
.dashboard-sitebar ul.menu-aircraft li.current-page a span svg {
  fill: #fff;
}
.dashboard-sitebar ul.menu-aircraft li:hover {
  border-left: 7px solid #3a94e8;
}
.dashboard-sitebar ul.menu-aircraft li:hover a {
  color: #3a94e8;
}
.dashboard-sitebar ul.menu-aircraft li:hover a span svg {
  fill: #3a94e8;
}
.dashboard-sitebar ul.menu-aircraft li.current-page:hover {
  background-color: #231f20;
  border: none;
}
.dashboard-sitebar ul.menu-aircraft li.current-page:hover a {
  color: #fff;
}
.dashboard-sitebar ul.menu-aircraft li.current-page:hover a span svg {
  fill: #fff;
}
ul.menu-aircraft {
  display: flex;
  flex-direction: column;
  margin: auto;
}
ul.menu-aircraft li {
  transition-duration: 0.4s;
}
ul.menu-aircraft li a {
  padding: 16px 0 16px 16%;
  font-size: 15px;
  margin: auto;
  display: flex;
  transition-duration: 0.4s;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
ul.menu-aircraft li a span {
  width: 40px;
}
ul.menu-aircraft li a span svg {
  transition-duration: 0.4s;
  fill: #231f20;
}
form.portal-form .form-field {
  margin-bottom: 20px;
}
form.portal-form .form-field label {
  padding-left: 0;
  margin-bottom: 0;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #231f20;
}
form.portal-form .form-field input, form.portal-form .form-field select, form.portal-form .form-field textarea {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  border: 1px solid #a6a6a6;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1875;
  color: #231f20;
  padding: 17px;
  margin-bottom: 0;
  margin-top: 10px;
  transition-duration: 0.4s;
}
form.portal-form .form-field input::placeholder, form.portal-form .form-field select::placeholder, form.portal-form .form-field textarea::placeholder {
  color: #8b8b8b;
}
form.portal-form .form-field input:disabled, form.portal-form .form-field select:disabled, form.portal-form .form-field textarea:disabled {
  background: #f8f8f8;
  border-color: #e8e8e8;
  color: #a6a6a6;
  cursor: no-drop;
}
form.portal-form .form-field input:focus::placeholder, form.portal-form .form-field select:focus::placeholder, form.portal-form .form-field textarea:focus::placeholder {
  color: transparent;
}
form.portal-form .form-field input.field-error, form.portal-form .form-field select.field-error, form.portal-form .form-field textarea.field-error {
  border: 1px solid red;
}
form.portal-form .form-field textarea {
  max-height: 149px;
}
form.portal-form .form-field .error {
  color: red;
  display: block;
  font-size: 12px;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
}
form.portal-form .form-footer {
  width: 100%;
}
form.portal-form .form-footer .form-buttons-wrap button[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #3a94e8;
  color: #fff;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  border-radius: 6px;
  border: 1px solid #3a94e8;
  width: 100%;
  max-width: 194px;
  transition-duration: 0.4s;
  padding: 8px;
  margin-top: 0;
}
form.portal-form .form-footer .form-buttons-wrap button[type="submit"]:visited, form.portal-form .form-footer .form-buttons-wrap button[type="submit"]:focus, form.portal-form .form-footer .form-buttons-wrap button[type="submit"]:hover {
  color: #fff;
}
form.portal-form .form-footer .form-buttons-wrap button[type="submit"]:hover {
  background: #55aeff;
  border-color: #55aeff;
}
form.portal-form .form-footer .form-buttons-wrap button[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.warning-error {
  color: red;
  display: block;
  font-size: 14px;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
}
.warning-success {
  color: green;
  display: block;
  font-size: 14px;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
}
.main-container .dashboard-checkbox {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.main-container .dashboard-checkbox__input {
  box-sizing: border-box;
  padding: 0;
  opacity: 0;
  position: absolute;
}
.main-container .dashboard-checkbox__input:checked ~ .dashboard-checkbox__box {
  border: 1px solid transparent;
}
.main-container .dashboard-checkbox__input:checked ~ .dashboard-checkbox__box::after {
  animation: draw-checkmark 200ms cubic-bezier(0.4, 0, 0.23, 1);
  width: 15px;
  height: 7px;
  border-right: 2px solid #3a94e8;
  border-top: 2px solid #3a94e8;
}
.main-container .dashboard-checkbox__box {
  position: relative;
  display: block;
  float: left;
  margin-left: 10px;
  width: 14px;
  height: 14px;
  border: 1px solid #8b8b8b;
  border-radius: 2px;
  transition: 0.2s all;
}
.main-container .dashboard-checkbox__box::after {
  content: "";
  display: block;
  width: 15px;
  height: 7px;
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 5px;
  margin: auto;
  border-right: 2px solid transparent;
  border-top: 2px solid transparent;
  transform: rotate(135deg);
}
.main-container .dashboard-checkbox__label {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #231f20;
}
@keyframes draw-checkmark {
  0% {
    height: 0;
    width: 0;
  }
  50% {
    width: 7px;
    height: 3.5px;
  }
  100% {
    width: 15px;
    height: 7px;
  }
}
.form-response.view {
  display: block;
}
.form-response.hide {
  display: none;
}
.form-response .response-error {
  border: 1px solid red;
  color: red;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 1.5rem;
}
.form-response .response-success {
  border: 1px solid green;
  color: green;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 1.5rem;
}
.main-container .main-info__data {
  background-color: #fff;
  filter: drop-shadow(0px 4px 20px rgba(39, 68, 94, 0.1));
  padding: 20px clamp(10px, 1.3888888889vw, 20px);
  border-radius: 6px;
  display: none;
}
@media (max-width: 1439px) {
  .main-container .main-info__data {
    min-width: 380px;
  }
}
@media (max-width: 980px) {
  .main-container .main-info__data {
    min-width: 100%;
  }
}
.main-container .main-info__data.active {
  display: block;
}
.main-container .main-info__data.active svg {
  margin-right: 10px;
}
.main-container .main-info__data.active-change-form .img-main {
  position: relative;
}
@media (max-width: 767px) {
  .main-container .main-info__data.active-change-form .img-main {
    padding: 0 1rem 2.65rem;
  }
}
.main-container .main-info__data.active-change-form .img-main > svg {
  position: absolute;
  top: 37%;
  opacity: 1;
  left: calc(50% - 16px);
  transform: scale(2);
  fill: #3a94e8 !important;
}
@media (max-width: 767px) {
  .main-container .main-info__data.active-change-form .img-main > svg {
    top: 30%;
  }
}
.main-container .main-info__data.active-change-form .img-main > span {
  font-size: 12px;
  position: absolute;
  bottom: 15%;
  left: calc(50% - 81px);
  color: #3a94e8;
}
.main-container .main-info__data.active-change-form img {
  opacity: 0.2;
}
.main-container .main-info__data.card-aircraft-empty {
  min-height: 525px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}
@media (max-width: 980px) {
  .main-container .main-info__data.card-aircraft-empty {
    min-height: 100px;
  }
}
.main-container .main-info__data .title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0.86rem;
}
.main-container .main-info__data h4 {
  font-size: 20px;
  line-height: 1.2;
  color: #231f20;
  text-transform: capitalize;
  letter-spacing: normal;
  margin-bottom: 0;
  width: auto;
}
@media (max-width: 479px) {
  .main-container .main-info__data h4 {
    text-align: center;
  }
}
.main-container .main-info__data h4[contenteditable=true] {
  padding: 5px;
  border: 1px solid #3a94e8;
  border-radius: 6px;
  margin: -6px;
}
.main-container .main-info__data .img-main {
  padding: 0 1rem 0.65rem;
  text-align: center;
  background-color: #fff;
}
.main-container .main-info__data .img-main > img {
  margin-bottom: 0;
}
.main-container .main-info__data .row-data {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding-bottom: clamp(30px, 4.1666666667vw, 60px);
}
@media (max-width: 479px) {
  .main-container .main-info__data .row-data {
    flex-direction: column;
  }
}
.main-container .main-info__data .row-data > div {
  width: 50%;
}
@media (max-width: 980px) {
  .main-container .main-info__data .row-data > div {
    padding-left: 5%;
  }
}
@media (max-width: 479px) {
  .main-container .main-info__data .row-data > div {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
@media (max-width: 479px) {
  .main-container .main-info__data .row-data > div:first-child {
    margin-bottom: 2rem;
  }
}
.main-container .main-info__data .row-data > div span {
  display: block;
  color: #8b8b8b;
  font-size: 14px;
  line-height: 1.214;
}
.main-container .main-info__data .row-data > div p {
  font-size: 16px;
  line-height: 1.1875;
  margin-top: 0.3rem;
}
.main-container .main-info__data .block-aircraft-hours > span {
  display: block;
  color: #8b8b8b;
  font-size: 14px;
  line-height: 1.214;
}
.main-container .main-info__data .block-aircraft-hours__data {
  background: #f8f8f8;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  padding: clamp(10px, 1.3888888889vw, 20px);
  text-align: center;
  margin-top: 0.6rem;
  max-height: 491.5px;
}
.main-container .main-info__data .block-aircraft-hours__data .hours {
  font-weight: 700;
  font-size: clamp(40px, 4.1666666667vw, 60px);
  line-height: 0.9;
  color: #231f20;
  white-space: nowrap;
  margin-bottom: 1rem;
  margin-top: 0;
}
.main-container .main-info__data .block-aircraft-hours__data .hours span:last-child {
  font-size: 20px;
  color: #231f20;
  padding-left: 7px;
}
.main-container .main-info__data .block-aircraft-hours__timer {
  background: #f8f8f8;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  padding: clamp(10px, 1.3888888889vw, 20px);
  margin-top: 0.6rem;
  position: relative;
}
.main-container .main-info__data .block-aircraft-hours__timer .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.main-container .main-info__data .block-aircraft-hours__timer-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.main-container .main-info__data .block-aircraft-hours__timer-wrap .clock {
  display: flex;
  margin: auto;
}
.main-container .main-info__data .block-aircraft-hours__timer .wrap-item {
  padding: 0 5px 10px;
}
.main-container .main-info__data .block-aircraft-hours__timer .wrap-item__edit {
  background: #fff;
  border: 1px solid #8b8b8b;
  border-radius: 6px;
  height: 40px;
  width: 50px;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #8b8b8b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  padding: 5px;
  text-align: center;
}
.main-container .main-info__data .block-aircraft-hours__timer .wrap-item__edit:focus {
  line-height: 2.5;
}
.main-container .main-info__data .block-aircraft-hours__timer .wrap-item span {
  color: #8b8b8b;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.main-container .main-info__data .block-aircraft-hours__timer .wrap-item input[type=number] {
  text-align: center;
}
.main-container .main-info__data .block-aircraft-hours__timer .wrap-item input[type=number]:focus::placeholder {
  color: transparent;
}
.main-container .main-info__data .block-aircraft-hours__timer .wrap-item input[type=number]::-webkit-outer-spin-button, .main-container .main-info__data .block-aircraft-hours__timer .wrap-item input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.main-container .main-info__data .block-aircraft-hours__timer .hasError .wrap-item__edit {
  border-color: red;
}
.main-container .main-info__data .block-aircraft-hours__timer .hasError span {
  color: red;
}
.main-container .main-info__data .block-aircraft-hours__timer .btn-row {
  display: flex;
  width: 100%;
  justify-content: center;
}
.main-container .main-info__data .block-aircraft-hours__timer .btn-row a {
  width: 140px;
  margin: 5px 5px 0;
}
.main-container .main-info__data .submenu-aircraft-wrap {
  position: relative;
  cursor: pointer;
}
.main-container .main-info__data .submenu-aircraft-wrap .btn-view-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 30px;
  height: 30px;
}
.main-container .main-info__data .submenu-aircraft-wrap .submenu-aircraft {
  position: absolute;
  width: 234px;
  border-radius: 6px;
  top: 35px;
  right: -5px;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(39, 68, 94, 0.1);
  overflow: hidden;
  z-index: 99;
  transition-duration: 0.4s;
}
.main-container .main-info__data .submenu-aircraft-wrap .submenu-aircraft li a {
  padding: 15px 20px;
}
.main-container .main-info__data .submenu-aircraft-wrap .submenu-aircraft li a span {
  width: 30px;
}
.main-container .main-info__data .submenu-aircraft-wrap .submenu-aircraft li:hover {
  background-color: #231f20;
}
.main-container .main-info__data .submenu-aircraft-wrap .submenu-aircraft li:hover a {
  color: #fff;
}
.main-container .main-info__data .submenu-aircraft-wrap .submenu-aircraft li:hover a span svg {
  fill: #fff;
}
.main-container .main-info__data .add-aircraft-message {
  font-size: 14px;
  margin-bottom: 2rem;
  margin-top: -1rem;
  padding: 15px 15px 15px 1rem;
  background-color: rgba(0, 0, 0, 0.04);
}
.main-container .main-info__data .add-aircraft-message.error {
  border-left: 3px solid red;
}
.main-container .main-info__data .add-aircraft-message.success {
  border-left: 3px solid green;
}
.main-container.all-aircraft .main-info__data {
  display: block;
  max-height: 491.5px;
}
.bg-overview {
  position: fixed;
  background-color: rgba(58, 148, 232, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.bg-overview .bg-modal-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.bg-overview .bg-modal-flex .modal-wrap {
  background-color: #fff;
  width: 90%;
  height: 90%;
  max-width: 800px;
  max-height: 562px;
  filter: drop-shadow(0px 4px 20px rgba(39, 68, 94, 0.1));
  margin: auto;
}
.bg-overview .bg-modal-flex .modal-wrap__form {
  position: relative;
  height: 100%;
}
.bg-overview .bg-modal-flex .modal-wrap__form .close {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}
.bg-overview .bg-modal-flex .modal-wrap__form form {
  height: 100%;
}
.bg-overview .bg-modal-flex .modal-wrap__form .alert {
  font-weight: 400;
  color: red;
  margin-bottom: 0.7rem;
}
.bg-overview .bg-modal-flex .modal-wrap__form-row {
  padding: 2rem 20px;
  height: 100%;
}
.bg-overview .bg-modal-flex .modal-wrap__form-row .btn-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 3.5rem;
}
.bg-overview .bg-modal-flex .modal-wrap__form-row .btn-row a {
  width: 100px;
  margin: 5px 5px 0;
  display: flex;
}
.bg-overview .bg-modal-flex .modal-wrap__form-row .form-field {
  max-height: 400px;
  height: 80%;
}
.bg-overview .bg-modal-flex .modal-wrap__form-row label {
  display: flex;
}
.bg-overview .bg-modal-flex .modal-wrap__form-row label span {
  cursor: pointer;
  padding-right: 0;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  padding-top: 0;
  z-index: 999;
}
.bg-overview .bg-modal-flex .modal-wrap__form-row textarea {
  max-height: 400px;
  height: 100%;
}
form.portal-form .form-field input.field-no-border {
  min-width: 0;
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
  display: inline !important;
  width: auto;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
form.portal-form .form-field input.field-no-border:disabled {
  background-color: transparent !important;
  color: #231f20 !important;
}
form.portal-form .form-field input.field-no-border::placeholder {
  color: #231f20;
}
form.portal-form .form-field input.field-no-border:focus::placeholder {
  color: transparent;
}
form.portal-form .form-field input.field-no-border.alert {
  border: 1px solid red !important;
  padding: 5px !important;
  color: #231f20;
}
.notification {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(58, 148, 232, 0.2);
  z-index: 9999;
}
.notification .notification-row {
  padding: 2rem 5rem;
  background-color: #fff;
  align-items: center;
  border: 2px solid #3a94e8;
  filter: drop-shadow(0px 4px 20px rgba(39, 68, 94, 0.1));
}
.notification .notification-row span {
  padding-right: 30px;
}
.notification .notification-row svg {
  fill: #3a94e8;
  transform: scale(1.7);
}
.notification.notification-access .notification-row {
  font-size: 20px;
  line-height: 1.2;
  color: #3a94e8;
  display: flex;
}
.dashboard-home .main-info {
  display: grid;
  grid-gap: clamp(10px, 1.3888888889vw, 20px);
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 980px) {
  .dashboard-home .main-info {
    grid-template-columns: 1fr;
  }
}
.dashboard-home .main-info__items {
  display: grid;
  grid-gap: clamp(10px, 1.3888888889vw, 20px);
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 479px) {
  .dashboard-home .main-info__items {
    grid-template-columns: 1fr;
  }
}
.dashboard-home .main-info__items .item-card {
  transition-duration: 0.4s;
}
.dashboard-home .main-info__items .item-card:hover {
  transform: translateY(-5px);
}
@media (max-width: 980px) {
  .dashboard-home .main-info__items .item-card {
    height: 30vw;
  }
}
@media (max-width: 479px) {
  .dashboard-home .main-info__items .item-card {
    height: 50vw;
  }
}
.dashboard-home .main-info__items .item-card__data {
  border-radius: 6px;
  background-size: cover !important;
  display: flex;
  align-items: flex-end;
  filter: drop-shadow(0px 4px 20px rgba(39, 68, 94, 0.1));
  background: linear-gradient(180deg, rgba(35, 31, 32, 0) 57.02%, #231f20 100%);
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1439px) {
  .dashboard-home .main-info__items .item-card__data {
    background-position: center;
  }
}
.dashboard-home .main-info__items .item-card__data::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(35, 31, 32, 0) 57.02%, #231f20 100%);
}
.dashboard-home .main-info__items .item-card__data-title {
  display: flex;
  padding: 1.5rem clamp(15px, 1.3888888889vw, 20px);
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .dashboard-home .main-info__items .item-card__data-title {
    padding: 1.2rem clamp(15px, 1.3888888889vw, 20px);
  }
}
@media (max-width: 479px) {
  .dashboard-home .main-info__items .item-card__data-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.dashboard-home .main-info__items .item-card__data-title p {
  color: #fff;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  white-space: nowrap;
  margin: 0;
}
.dashboard-home .main-info__items .item-card__data-title h4 {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  letter-spacing: normal;
  z-index: 2;
  font-size: 20px;
  line-height: 1.221;
  color: #fff;
  max-width: 65%;
}
.dashboard-home .main-info__items .item-card__data-title h4 span {
  width: 22px;
  height: 22px;
  margin-right: 1rem;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .dashboard-home .main-info__items .item-card__data-title h4 span {
    margin-right: 0.5rem;
  }
}
.row-data-list {
  display: grid;
  grid-gap: clamp(10px, 1.3888888889vw, 20px);
  grid-template-columns: 1fr 1fr;
  margin-top: clamp(10px, 1.3888888889vw, 20px);
}
@media (max-width: 1023px) {
  .row-data-list {
    grid-template-columns: 1fr;
  }
}
.row-data-list .row-data-list__item {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px clamp(10px, 1.3888888889vw, 20px);
  filter: drop-shadow(0px 4px 20px rgba(39, 68, 94, 0.1));
  z-index: 1;
}
.row-data-list .row-data-list__item .row-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 479px) {
  .row-data-list .row-data-list__item .row-title .btn-all-more {
    font-size: 12px !important;
    line-height: 1.5;
    margin-bottom: 0.3rem;
    margin-left: 15px;
  }
}
.row-data-list .row-data-list__item .row-title h3 {
  display: flex;
  align-items: center;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 479px) {
  .row-data-list .row-data-list__item .row-title h3 {
    margin-bottom: 0.5rem;
  }
}
.row-data-list .row-data-list__item .row-title h3 span {
  display: inline-flex;
  margin-right: 1rem;
}
@media (max-width: 1199px) {
  .row-data-list .row-data-list__item .row-title h3 span {
    margin-right: 1rem;
  }
}
.row-data-list .row-data-list__item .row-title h3 span svg {
  transform: scale(1.1);
}
.row-data-list .row-data-list__item ul li {
  display: flex;
  align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.03);
}
@media (max-width: 767px) {
  .row-data-list .row-data-list__item ul li {
    padding: 0.5rem 0;
  }
}
.row-data-list .row-data-list__item ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.row-data-list .row-data-list__item ul li .image {
  margin-right: 1rem;
}
.row-data-list .row-data-list__item ul li .image img {
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
}
.row-data-list .row-data-list__item ul li .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  padding: 0;
}
@media (max-width: 767px) {
  .row-data-list .row-data-list__item ul li .text {
    height: auto;
  }
}
.row-data-list .row-data-list__item ul li .text h4 {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  margin-top: 0;
  max-width: 430px;
  text-transform: initial;
  letter-spacing: normal;
  width: 90%;
}
@media (max-width: 479px) {
  .row-data-list .row-data-list__item ul li .text h4 {
    width: 100%;
  }
}
.row-data-list .row-data-list__item ul li .text .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .row-data-list .row-data-list__item ul li .text .footer {
    margin-top: 0.5rem;
  }
}
.row-data-list .row-data-list__item ul li .text .footer .date {
  color: #8b8b8b;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.214;
  display: flex;
  align-items: center;
}
.row-data-list .row-data-list__item ul li .text .footer .date svg {
  margin-right: 0.5rem;
  width: 13px;
  height: 14px;
}
.row-data-list .row-data-list__item ul li .text .row-map {
  padding: 0.5rem 0;
}
.row-data-list .row-data-list__item ul li .text .row-map .map {
  color: #8b8b8b;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.214;
  display: flex;
  align-items: center;
}
.row-data-list .row-data-list__item ul li .text .row-map .map svg {
  margin-right: 0.5rem;
  width: 13px;
  height: 14px;
}
@media (max-width: 479px) {
  .row-data-list .row-data-list__item.data-list-events ul li .text .footer {
    margin-top: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 479px) {
  .row-data-list .row-data-list__item.data-list-events ul li .text .footer a {
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .row-data-list .row-data-list__item.data-list-events ul li .text .row-map {
    padding-bottom: 0;
  }
}
.row-data-list .row-data-list__item.data-list-events .image {
  position: relative;
}
.row-data-list .row-data-list__item.data-list-events .image:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  border-radius: 6px;
  background: linear-gradient(0deg, rgba(0, 88, 169, 0.7), rgba(0, 88, 169, 0.7));
}
.row-data-list .row-data-list__item.data-list-events .image .shadow-date {
  position: absolute;
  top: calc(50% - 19.5px);
  left: calc(50% - 29.5px);
  color: #fff;
  text-align: center;
  z-index: 3;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: 'HelveticaCondensed', sans-serif;
}
.row-data-list .row-data-list__item.data-list-events .image .shadow-date.one-month {
  left: calc(50% - 20px);
}
.main-container.dashboard-contact .row-contact-info {
  display: grid;
  grid-gap: clamp(10px, 1.3888888889vw, 20px);
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 980px) {
  .main-container.dashboard-contact .row-contact-info {
    grid-template-columns: 1fr;
  }
}
.main-container.dashboard-contact .row-contact-info .contact-info__item {
  border-radius: 6px;
}
.main-container.dashboard-contact .row-contact-info .contact-info__item.contact-info__contacts .contact-address {
  background-color: #fff;
  padding: 20px clamp(10px, 1.3888888889vw, 20px);
  filter: drop-shadow(0px 4px 20px rgba(39, 68, 94, 0.1));
  border-radius: 6px;
}
.main-container.dashboard-contact .row-contact-info .contact-info__item.contact-info__contacts .contact-address .contact-address__item {
  margin-bottom: 20px;
}
.main-container.dashboard-contact .row-contact-info .contact-info__item.contact-info__contacts .contact-address .contact-address__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 530px) {
  .main-container.dashboard-contact .row-contact-info .contact-info__item.contact-info__contacts .contact-address .contact-address__item {
    text-align: center;
  }
}
.main-container.dashboard-contact .row-contact-info .contact-info__item.contact-info__contacts .contact-address .contact-address__item .item-box-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-container.dashboard-contact .row-contact-info .contact-info__item.contact-info__contacts .contact-address .contact-address__item .item-box-wrap .item-box {
  width: 50%;
}
@media (max-width: 530px) {
  .main-container.dashboard-contact .row-contact-info .contact-info__item.contact-info__contacts .contact-address .contact-address__item .item-box-wrap .item-box {
    width: 100%;
  }
}
@media (max-width: 530px) {
  .main-container.dashboard-contact .row-contact-info .contact-info__item.contact-info__contacts .contact-address .contact-address__item .item-box-wrap .item-box:first-child {
    margin-bottom: 20px;
  }
}
.main-container.dashboard-contact .row-contact-info .contact-info__item.contact-info__contacts .contact-address .contact-address__item h3 {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #231f20;
  margin-bottom: 0.4em;
}
.main-container.dashboard-contact .row-contact-info .contact-info__item.contact-info__contacts .contact-address .contact-address__item h4 {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  color: #231f20;
  letter-spacing: unset;
  text-transform: unset;
  margin-bottom: 0;
}
.main-container.dashboard-contact .row-contact-info .contact-info__item.contact-info__contacts .contact-address .contact-address__item p {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 1.1875;
  color: #8b8b8b;
}
.main-container.dashboard-contact .row-contact-info .contact-info__item.contact-info__contacts .contact-address .contact-address__item p a {
  color: #3a94e8;
}
.main-container.dashboard-contact .row-contact-info .contact-info__item.contact-info__contacts .contact-address .contact-address__item p a:hover {
  border-bottom-color: #3a94e8;
}
.main-container.dashboard-contact .row-contact-info .contact-info__item.contact-info__contacts .contact-map {
  margin-top: clamp(10px, 1.3888888889vw, 20px);
  background-color: #fff;
  filter: drop-shadow(0px 4px 20px rgba(39, 68, 94, 0.1));
  border-radius: 6px;
}
.main-container.dashboard-contact .row-contact-info .contact-info__item.contact-info__contacts .contact-map iframe {
  border-radius: 6px;
  vertical-align: middle;
}
.main-container.dashboard-contact .row-contact-info .contact-info__item.contact-info__form {
  background-color: #fff;
  padding: clamp(20px, 1.8055555556vw, 26px) clamp(10px, 1.3888888889vw, 20px);
  filter: drop-shadow(0px 4px 20px rgba(39, 68, 94, 0.1));
}
.main-container.dashboard-contact .gform_validation_errors {
  display: none;
}
.main-container.dashboard-contact .validation_message, .main-container.dashboard-contact .gfield_description {
  font-size: 12px;
  margin-top: -15px;
  margin-bottom: 15px;
  padding-left: 0;
}
.main-container.dashboard-contact .gform_confirmation_wrapper > div {
  text-align: center;
  margin: 20%;
  font-size: 22px;
}
.dashboard .main-container .gform_wrapper .gform_heading {
  margin-bottom: 36px;
}
.dashboard .main-container .gform_wrapper .gform_heading .gform_description {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #231f20;
}
.dashboard .main-container .gform_wrapper .gform_heading .gform_description > span {
  font-weight: 500;
}
.dashboard .main-container .gform_wrapper .gform_heading .gform_required_legend {
  display: none !important;
}
.dashboard .main-container .gform_wrapper form .gfield label {
  padding-left: 0;
  margin-bottom: 10px;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #231f20;
}
.dashboard .main-container .gform_wrapper form .gfield input, .dashboard .main-container .gform_wrapper form .gfield select, .dashboard .main-container .gform_wrapper form .gfield textarea {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  border: 1px solid #a6a6a6;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1875;
  color: #231f20;
  padding: 17px;
  margin-bottom: 20px;
}
.dashboard .main-container .gform_wrapper form .gfield input::placeholder, .dashboard .main-container .gform_wrapper form .gfield select::placeholder, .dashboard .main-container .gform_wrapper form .gfield textarea::placeholder {
  color: #8b8b8b;
}
.dashboard .main-container .gform_wrapper form .gfield textarea {
  max-height: 149px;
}
.dashboard .main-container .gform_wrapper form .gform_footer {
  display: flex;
  justify-content: flex-end;
}
.dashboard .main-container .gform_wrapper form .gform_footer button[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3a94e8;
  color: #fff;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  border-radius: 6px;
  height: 34px;
  width: 194px;
  transition-duration: 0.4s;
  padding: 0;
}
.dashboard .main-container .gform_wrapper form .gform_footer button[type="submit"]:visited, .dashboard .main-container .gform_wrapper form .gform_footer button[type="submit"]:focus, .dashboard .main-container .gform_wrapper form .gform_footer button[type="submit"]:hover {
  color: #fff;
}
.dashboard .main-container .gform_wrapper form .gform_footer button[type="submit"]:hover {
  background: #55aeff;
}
.dashboard .main-container .gform_wrapper form .gform_footer button[type="submit"] .icon {
  display: none !important;
}
.page-form-forgot-password main, .page-form-login-new main, .page-form-login main {
  width: 100%;
  min-height: 100vh;
  background-color: #f6f9fc;
  padding: 5% 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-form-forgot-password main .row-login, .page-form-login-new main .row-login, .page-form-login main .row-login {
  width: 90%;
  max-width: 920px;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(39, 68, 94, 0.1);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.page-form-forgot-password main .row-login .col-login-title, .page-form-login-new main .row-login .col-login-title, .page-form-login main .row-login .col-login-title {
  width: 42.392%;
  padding: 37px;
  background: url("../jpg/login_bg.jpg") no-repeat center center;
  background-size: cover;
  border-bottom: 8px solid #3a94e8;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-form-forgot-password main .row-login .col-login-title, .page-form-login-new main .row-login .col-login-title, .page-form-login main .row-login .col-login-title {
    width: 100%;
    padding: 25% 5%;
    text-align: center;
  }
}
.page-form-forgot-password main .row-login .col-login-title:before, .page-form-login-new main .row-login .col-login-title:before, .page-form-login main .row-login .col-login-title:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #27445e 0%, rgba(39, 68, 94, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-form-forgot-password main .row-login .col-login-title h1, .page-form-login-new main .row-login .col-login-title h1, .page-form-login main .row-login .col-login-title h1 {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 4vw, 40px);
  line-height: 1.225;
  color: #fff;
}
.page-form-forgot-password main .row-login .col-login-form, .page-form-login-new main .row-login .col-login-form, .page-form-login main .row-login .col-login-form {
  width: calc(100% - 42.392%);
  padding: 5% 6% 6%;
}
@media (max-width: 767px) {
  .page-form-forgot-password main .row-login .col-login-form, .page-form-login-new main .row-login .col-login-form, .page-form-login main .row-login .col-login-form {
    padding: 5%;
    width: 100%;
  }
}
.page-form-forgot-password main .row-login .col-login-form .login-logo-wrap, .page-form-login-new main .row-login .col-login-form .login-logo-wrap, .page-form-login main .row-login .col-login-form .login-logo-wrap {
  text-align: center;
  margin-bottom: clamp(15px, 2.4vw, 24px);
}
.page-form-forgot-password main .row-login .col-login-form h2, .page-form-login-new main .row-login .col-login-form h2, .page-form-login main .row-login .col-login-form h2 {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #231f20;
  margin-bottom: 1.75em;
}
.page-form-forgot-password main .row-login .col-login-form form.portal-form .form-footer, .page-form-login-new main .row-login .col-login-form form.portal-form .form-footer, .page-form-login main .row-login .col-login-form form.portal-form .form-footer {
  margin-top: 29px;
}
.page-form-forgot-password main .row-login .col-login-form form.portal-form .form-footer .form-buttons-wrap, .page-form-login-new main .row-login .col-login-form form.portal-form .form-footer .form-buttons-wrap, .page-form-login main .row-login .col-login-form form.portal-form .form-footer .form-buttons-wrap {
  display: flex;
  justify-content: space-between;
  grid-gap: 5px;
  margin-bottom: 30px;
}
.page-form-forgot-password main .row-login .col-login-form form.portal-form .form-footer .form-buttons-wrap a.btn-create-account, .page-form-login-new main .row-login .col-login-form form.portal-form .form-footer .form-buttons-wrap a.btn-create-account, .page-form-login main .row-login .col-login-form form.portal-form .form-footer .form-buttons-wrap a.btn-create-account {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  color: #3a94e8;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  border-radius: 6px;
  border: 1px solid #3a94e8;
  width: 100%;
  max-width: 194px;
  transition-duration: 0.4s;
  padding: 8px;
  margin-top: 0;
}
.page-form-forgot-password main .row-login .col-login-form form.portal-form .form-footer .form-buttons-wrap a.btn-create-account:visited, .page-form-forgot-password main .row-login .col-login-form form.portal-form .form-footer .form-buttons-wrap a.btn-create-account:focus, .page-form-forgot-password main .row-login .col-login-form form.portal-form .form-footer .form-buttons-wrap a.btn-create-account:hover, .page-form-login-new main .row-login .col-login-form form.portal-form .form-footer .form-buttons-wrap a.btn-create-account:visited, .page-form-login-new main .row-login .col-login-form form.portal-form .form-footer .form-buttons-wrap a.btn-create-account:focus, .page-form-login-new main .row-login .col-login-form form.portal-form .form-footer .form-buttons-wrap a.btn-create-account:hover, .page-form-login main .row-login .col-login-form form.portal-form .form-footer .form-buttons-wrap a.btn-create-account:visited, .page-form-login main .row-login .col-login-form form.portal-form .form-footer .form-buttons-wrap a.btn-create-account:focus, .page-form-login main .row-login .col-login-form form.portal-form .form-footer .form-buttons-wrap a.btn-create-account:hover {
  color: #3a94e8;
}
.page-form-forgot-password main .row-login .col-login-form form.portal-form .form-footer .form-buttons-wrap a.btn-create-account:hover, .page-form-login-new main .row-login .col-login-form form.portal-form .form-footer .form-buttons-wrap a.btn-create-account:hover, .page-form-login main .row-login .col-login-form form.portal-form .form-footer .form-buttons-wrap a.btn-create-account:hover {
  color: #fff;
  background: #55aeff;
  border-color: #55aeff;
}
.page-form-forgot-password main .row-login .col-login-form form.portal-form .form-footer .form-forgot-pass, .page-form-login-new main .row-login .col-login-form form.portal-form .form-footer .form-forgot-pass, .page-form-login main .row-login .col-login-form form.portal-form .form-footer .form-forgot-pass {
  text-align: center;
}
.page-form-forgot-password main .row-login .col-login-form form.portal-form .form-footer .form-forgot-pass a, .page-form-login-new main .row-login .col-login-form form.portal-form .form-footer .form-forgot-pass a, .page-form-login main .row-login .col-login-form form.portal-form .form-footer .form-forgot-pass a {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  color: #8b8b8b;
  border-bottom: 1px solid transparent;
  transition: 0.3s all;
}
.page-form-forgot-password main .row-login .col-login-form form.portal-form .form-footer .form-forgot-pass a:hover, .page-form-login-new main .row-login .col-login-form form.portal-form .form-footer .form-forgot-pass a:hover, .page-form-login main .row-login .col-login-form form.portal-form .form-footer .form-forgot-pass a:hover {
  border-color: #8b8b8b;
}
.error-message {
  color: red;
  margin-bottom: 1rem;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}
#resetpassform input[type=text], #resetpassform input[type=password], #lostpasswordform input[type=text], #lostpasswordform input[type=password] {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  border: 1px solid #a6a6a6;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1875;
  color: #231f20;
  padding: 17px;
  margin-bottom: 0;
  margin-top: 10px;
  transition-duration: 0.4s;
}
#resetpassform input[type=submit], #lostpasswordform input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #3a94e8;
  color: #fff;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  border-radius: 6px;
  border: 1px solid #3a94e8;
  width: 100%;
  max-width: 194px;
  transition-duration: 0.4s;
  padding: 8px;
  margin-top: 1rem;
}
#resetpassform input[type=submit]::hover, #lostpasswordform input[type=submit]::hover {
  background: #55aeff;
  border-color: #55aeff;
}
#resetpassform label, .lostpassword-description, #lostpasswordform label {
  padding-left: 0;
  margin-bottom: 0;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #231f20;
  margin-top: 1rem;
}
.lostpassword-description {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #8b8b8b;
  border-bottom: 1px solid transparent;
  transition: 0.3s all;
  margin-top: 0.3rem;
  margin-bottom: 2rem;
}
h3.lostpassword-title {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #231f20;
}
.signup-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 2rem;
  color: #8b8b8b;
}
.signup-row a {
  color: #3a94e8;
}
.signup-row a:hover {
  text-decoration: underline;
}
.errno {
  background-color: #f4f4f4;
  padding: 10px 20px;
  border-left: 5px solid #fe0000;
  margin-bottom: 2rem;
  font-size: 14px;
  line-height: 1.4;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
}
.errno.success {
  border-left-color: #0bb80b;
  margin-bottom: 2rem;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
.password-confirm {
  margin-top: 23%;
  margin-bottom: 15% !important;
}
.password-confirm a {
  color: #3a94e8;
  white-space: nowrap;
  line-height: 1.3;
}
.page-form-create-account main {
  width: 100%;
  min-height: 100vh;
  background-color: #f6f9fc;
  padding: 135px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-form-create-account main .row-create-acc {
  width: 90%;
  max-width: 920px;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(39, 68, 94, 0.1);
  border-radius: 6px;
  padding: 30px;
  position: relative;
}
.page-form-create-account main .row-create-acc .create-acc-logo-wrap {
  text-align: center;
  position: absolute;
  width: 100%;
  top: -100px;
  left: 0;
}
.page-form-create-account main .row-create-acc .create-acc-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 33px;
}
.page-form-create-account main .row-create-acc .create-acc-title-wrap h1 {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #231f20;
}
.page-form-create-account main .row-create-acc .create-acc-title-wrap a.create-acc-back {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  color: #3a94e8;
  transition: 0.3s all;
  display: flex;
  align-items: center;
}
.page-form-create-account main .row-create-acc .create-acc-title-wrap a.create-acc-back:hover {
  color: #55aeff;
}
.page-form-create-account main .row-create-acc .create-acc-title-wrap a.create-acc-back:hover svg {
  fill: #55aeff !important;
  transform: translateX(-10px);
}
.page-form-create-account main .row-create-acc .create-acc-title-wrap a.create-acc-back svg {
  margin-right: 10px;
  transition: 0.3s all;
}
.page-form-create-account main .row-create-acc form.portal-form {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 20px;
}
.page-form-create-account main .row-create-acc form.portal-form .form-field {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 650px) {
  .page-form-create-account main .row-create-acc form.portal-form .form-field {
    width: 100%;
  }
}
.page-form-create-account main .row-create-acc form.portal-form .form-field #add_another_aircraft_serial_number {
  display: inline-block;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  border-bottom: 1px solid transparent;
  color: #55aeff;
  margin-top: 11px;
  cursor: pointer;
  transition: 0.3s all;
}
.page-form-create-account main .row-create-acc form.portal-form .form-field #add_another_aircraft_serial_number:hover {
  color: #3a94e8;
  border-color: #3a94e8;
}
.page-form-create-account main .row-create-acc form.portal-form .form-field input {
  transition-duration: 0.3s;
}
.page-form-create-account main .row-create-acc form.portal-form .form-field input.field-error {
  border: 1px solid red;
}
.page-form-create-account main .row-create-acc form.portal-form .form-footer {
  margin-top: -10px;
}
.page-form-create-account main .row-create-acc form.portal-form .form-footer .form-buttons-wrap {
  display: flex;
  justify-content: flex-end;
}
.page-form-create-account input::-webkit-outer-spin-button, .page-form-create-account input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.form-error {
  color: red;
  font-size: 18px;
  margin-bottom: 2rem;
  font-weight: 700;
  transition-duration: 0.01s;
}
.form-success {
  color: green;
  font-size: 18px;
  margin-bottom: 2rem;
  font-weight: 700;
  transition-duration: 0.01s;
}
.news-and-events .row-data-list {
  grid-template-columns: 1fr;
  margin-top: 0;
}
.news-and-events .row-data-list__item ul {
  display: grid;
  grid-gap: clamp(10px, 1.3888888889vw, 20px) 70px;
  grid-template-columns: 1fr 1fr;
  margin-top: clamp(10px, 1.3888888889vw, 20px);
}
@media (max-width: 767px) {
  .news-and-events .row-data-list__item ul {
    grid-template-columns: 1fr;
  }
}
.news-and-events .row-data-list__item ul li:nth-last-child(-n+2) {
  border-bottom: none;
}
@media (max-width: 980px) {
  .news-and-events .row-data-list__item ul li .text {
    height: auto;
  }
}
.news-and-events .row-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .news-and-events .row-pagination {
    justify-content: space-between;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
}
.news-and-events .row-pagination .page-numbers {
  padding: 0.8rem;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #231f20;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .news-and-events .row-pagination .page-numbers {
    padding: 0;
  }
}
.news-and-events .row-pagination .page-numbers:hover, .news-and-events .row-pagination .page-numbers.current {
  color: #3a94e8;
}
.news-and-events .row-pagination .page-numbers.next {
  transform: rotate(180deg);
  padding-top: 10px;
}
@media (max-width: 767px) {
  .news-and-events .row-pagination .page-numbers.next {
    padding-top: 0;
  }
}
.news-and-events .row-pagination .page-numbers.prev {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .news-and-events .row-pagination .page-numbers.prev {
    padding-top: 5px;
  }
}
.dashboard-pilot-library .results-video {
  max-height: 456px;
}
@media (max-width: 1439px) {
  .dashboard-pilot-library .results-video {
    max-height: 300px;
  }
}
@media (max-width: 980px) {
  .dashboard-pilot-library .results-video {
    max-height: 100%;
  }
}
.dashboard-pilot-library .row-pilot-library {
  display: grid;
  min-height: calc(100vh - 100px);
  grid-gap: clamp(10px, 1.3888888889vw, 20px);
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .dashboard-pilot-library .row-pilot-library {
    grid-template-columns: 1fr;
  }
}
.dashboard-pilot-library .row-pilot-library .blurb-box {
  display: flex;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(39, 68, 94, 0.1);
  border-radius: 6px;
  padding: 9px clamp(9px, 2.2222222222vw, 32px) 9px 9px;
  align-items: center;
  max-height: 100px;
}
.dashboard-pilot-library .row-pilot-library .blurb-box__img {
  background: #3a94e8;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 83px;
  min-width: 83px;
  height: 82px;
  margin-right: clamp(15px, 1.7361111111vw, 25px);
}
.dashboard-pilot-library .row-pilot-library .blurb-box__text {
  width: auto;
  margin-right: clamp(15px, 1.7361111111vw, 25px);
}
.dashboard-pilot-library .row-pilot-library .blurb-box__text h2 {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 1.3888888889vw, 20px);
  line-height: 1.2;
  color: #231f20;
}
.dashboard-pilot-library .row-pilot-library .blurb-box__btn {
  width: 100%;
  max-width: 150px;
  margin-left: auto;
}
@media (max-width: 980px) {
  .dashboard-pilot-library .row-pilot-library .blurb-box__btn {
    max-width: 100px;
  }
}
.dashboard-pilot-library .row-pilot-library .blurb-box__btn a.bnt_white {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  display: inline-block;
  border: 1px solid #3a94e8;
  border-radius: 6px;
  color: #3a94e8;
  width: 100%;
  max-width: 150px;
  text-align: center;
  padding: 8px;
  transition: 0.3s all;
}
.dashboard-pilot-library .row-pilot-library .blurb-box__btn a.bnt_white:hover {
  color: #fff;
  background-color: #3a94e8;
}
.dashboard-pilot-library .row-pilot-library .videos-library-box {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(39, 68, 94, 0.1);
  border-radius: 6px;
  padding: clamp(20px, 1.7361111111vw, 25px) clamp(10px, 1.7361111111vw, 25px);
  grid-column: 1 / -1;
}
.dashboard-pilot-library .row-pilot-library .videos-library-box h2 {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 1.3888888889vw, 20px);
  line-height: 1.2;
  color: #231f20;
  margin-bottom: 20px;
}
.dashboard-pilot-library .row-pilot-library .videos-library-box .videos-library-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: clamp(10px, 1.3888888889vw, 20px);
}
@media (max-width: 980px) {
  .dashboard-pilot-library .row-pilot-library .videos-library-box .videos-library-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .dashboard-pilot-library .row-pilot-library .videos-library-box .videos-library-wrap {
    grid-template-columns: 1fr;
  }
}
.dashboard-pilot-library .row-pilot-library .videos-library-box .videos-library-wrap .video-library-item {
  position: relative;
  padding-top: 57.5%;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  transition-duration: 0.4s;
}
.dashboard-pilot-library .row-pilot-library .videos-library-box .videos-library-wrap .video-library-item:hover {
  transform: translateY(-5px);
}
.dashboard-pilot-library .row-pilot-library .videos-library-box .videos-library-wrap .video-library-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(39, 68, 94, 0) 0%, #27445e 100%);
  z-index: 1;
}
.dashboard-pilot-library .row-pilot-library .videos-library-box .videos-library-wrap .video-library-item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../svg/play-button.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  z-index: 1;
}
.dashboard-pilot-library .row-pilot-library .videos-library-box .videos-library-wrap .video-library-item h3 {
  position: absolute;
  left: clamp(10px, 1.3888888889vw, 20px);
  bottom: clamp(10px, 1.3888888889vw, 20px);
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  z-index: 2;
}
.dashboard-pilot-library .row-pilot-library .videos-library-box .videos-library-wrap .video-library-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dashboard-pilot-library .row-pilot-library .videos-library-box .row-pagination {
  margin-top: 12px;
  margin-bottom: -8px;
}
.featherlight .featherlight-content {
  background: none !important;
}
.main-container .row-data-table-box {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(39, 68, 94, 0.1);
  border-radius: 6px;
  padding: clamp(20px, 1.7361111111vw, 25px) clamp(10px, 1.7361111111vw, 25px);
  grid-column: 1 / -1;
  min-height: 100%;
}
.main-container .row-data-table-box h2 {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 1.3888888889vw, 20px);
  line-height: 1.2;
  color: #231f20;
}
.main-container .row-data-table-box .row-pagination {
  margin-top: 15px;
}
.main-container .data-table-wrap .data-table-item {
  display: grid;
  grid-gap: clamp(10px, 1.3888888889vw, 20px);
  grid-template-columns: auto calc(50% - 50px) 50px;
  grid-template-rows: auto;
  border-bottom: 1px solid #e8e8e8;
  padding: 12px 0;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .main-container .data-table-wrap .data-table-item {
    grid-template-columns: auto 75px 50px;
  }
}
.main-container .data-table-wrap .data-table-item:hover {
  background-color: #f6f9fc;
}
.main-container .data-table-wrap .data-table-item.table-head {
  background-color: transparent !important;
}
.main-container .data-table-wrap .data-table-item.table-head .item-cell {
  color: #8b8b8b;
}
.main-container .data-table-wrap .data-table-item .item-cell {
  display: flex;
  align-items: center;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #231f20;
}
.main-container .data-table-wrap .data-table-item .item-cell:last-child {
  text-align: right;
}
.main-container .data-table-wrap .data-table-item .item-cell.svg-icon-document {
  color: #231f20;
  transition-duration: 0.4s;
  cursor: pointer;
}
.main-container .data-table-wrap .data-table-item .item-cell.svg-icon-document:hover {
  color: #3a94e8;
  text-decoration: none;
}
.main-container .data-table-wrap .data-table-item .item-cell.svg-icon-document:before {
  content: url("../svg/file.svg");
  margin-right: clamp(10px, 1.9444444444vw, 28px);
}
.main-container .data-table-wrap .data-table-item .item-cell.svg-icon-document a {
  color: #231f20;
  transition-duration: 0.4s;
}
.main-container .data-table-wrap .data-table-item .item-cell.svg-icon-document a:hover {
  color: #3a94e8;
  text-decoration: none;
}
.main-container .data-table-wrap .data-table-item .item-cell.svg-icon-time:before {
  content: url("../svg/time.svg");
  margin-right: clamp(10px, 1.9444444444vw, 28px);
  margin-top: 3px;
}
.main-container .data-table-wrap .data-table-item .item-cell a {
  font-weight: 500;
  color: #3a94e8;
  padding: 5px;
  transition: 0.3s all;
}
.main-container .data-table-wrap .data-table-item .item-cell a:hover {
  text-decoration: underline;
}
.documents-catalog {
  height: 80vh;
}
.documents-catalog .data-table-wrap {
  max-width: 1000px;
  margin: auto;
  padding: 5%;
}
@media (max-width: 767px) {
  .documents-catalog .data-table-wrap {
    padding: 0;
  }
}
.documents-catalog .data-table-wrap .data-table-item {
  grid-template-columns: auto 50px;
}
.dashboard-profile-settings .row-profile-settings {
  display: grid;
  grid-gap: clamp(10px, 1.3888888889vw, 20px);
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 980px) {
  .dashboard-profile-settings .row-profile-settings {
    grid-template-columns: 1fr;
    max-width: 100%;
    overflow-x: hidden;
  }
}
.dashboard-profile-settings .row-profile-settings .profile-card-box {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(39, 68, 94, 0.1);
  border-radius: 6px;
  padding: 20px clamp(10px, 1.7361111111vw, 25px);
}
.dashboard-profile-settings .row-profile-settings .profile-card-box h2 {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #231f20;
  margin-bottom: 39px;
}
.dashboard-profile-settings .row-profile-settings .profile-card-box .profile-user-info {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.dashboard-profile-settings .row-profile-settings .profile-card-box .profile-user-info .profile-img-wrap {
  width: 78px;
  height: 78px;
  min-width: 78px;
  min-height: 78px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 7px;
  margin-right: 12px;
}
.dashboard-profile-settings .row-profile-settings .profile-card-box .profile-user-info .profile-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.dashboard-profile-settings .row-profile-settings .profile-card-box .profile-user-info .profile-name-wrap h3 {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1875;
  color: #231f20;
  margin-bottom: 0.375em;
}
.dashboard-profile-settings .row-profile-settings .profile-card-box .profile-user-info .profile-name-wrap .upload-photo {
  display: none;
}
.dashboard-profile-settings .row-profile-settings .profile-card-box .profile-user-info .profile-name-wrap label, .dashboard-profile-settings .row-profile-settings .profile-card-box .profile-user-info .profile-name-wrap a {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  color: #3a94e8;
  border-bottom: 1px solid transparent;
  transition: 0.3s all;
  cursor: pointer;
  display: inline-block;
  padding-left: 0;
}
.dashboard-profile-settings .row-profile-settings .profile-card-box .profile-user-info .profile-name-wrap label:hover, .dashboard-profile-settings .row-profile-settings .profile-card-box .profile-user-info .profile-name-wrap a:hover {
  border-color: #3a94e8;
}
.dashboard-profile-settings .row-profile-settings .profile-card-box .profile-user-info .profile-name-wrap .form-footer {
  margin-top: 0.5rem;
}
.dashboard-profile-settings .row-profile-settings .profile-card-box .profile-location-wrap {
  display: flex;
  margin-left: 7px;
}
.dashboard-profile-settings .row-profile-settings .profile-card-box .profile-location-wrap .profile-location {
  width: 49%;
}
.dashboard-profile-settings .row-profile-settings .profile-card-box .profile-location-wrap .profile-location:first-child {
  margin-right: 2%;
}
.dashboard-profile-settings .row-profile-settings .profile-card-box .profile-location-wrap .profile-location span {
  display: inline-block;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2x;
  color: #8b8b8b;
  margin-bottom: 5px;
}
.dashboard-profile-settings .row-profile-settings .profile-card-box .profile-location-wrap .profile-location p {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1875;
  color: #231f20;
  margin: 0;
}
.dashboard-profile-settings .row-profile-settings .account-information-form-box {
  padding: 20px clamp(10px, 1.3888888889vw, 20px);
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(39, 68, 94, 0.1);
  border-radius: 6px;
  max-width: 100%;
}
@media (min-width: 981px) {
  .dashboard-profile-settings .row-profile-settings .account-information-form-box {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }
}
.dashboard-profile-settings .row-profile-settings .account-information-form-box .account-information-form-box__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}
.dashboard-profile-settings .row-profile-settings .account-information-form-box .account-information-form-box__title h2 {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #231f20;
}
.dashboard-profile-settings .row-profile-settings .account-information-form-box .account-information-form-box__title a {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  color: #3a94e8;
  border-bottom: 1px solid transparent;
  transition: 0.3s all;
}
.dashboard-profile-settings .row-profile-settings .account-information-form-box .account-information-form-box__title a:hover {
  border-color: #3a94e8;
}
.dashboard-profile-settings .row-profile-settings .account-information-form-box .account-information-form-box__form form.portal-form {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 20px;
}
.dashboard-profile-settings .row-profile-settings .account-information-form-box .account-information-form-box__form form.portal-form .form-field {
  width: 100%;
}
.dashboard-profile-settings .row-profile-settings .account-information-form-box .account-information-form-box__form form.portal-form .form-field:nth-child(-n + 6), .dashboard-profile-settings .row-profile-settings .account-information-form-box .account-information-form-box__form form.portal-form .form-field:nth-child(11) {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 650px) {
  .dashboard-profile-settings .row-profile-settings .account-information-form-box .account-information-form-box__form form.portal-form .form-field:nth-child(-n + 6), .dashboard-profile-settings .row-profile-settings .account-information-form-box .account-information-form-box__form form.portal-form .form-field:nth-child(11) {
    width: 100%;
  }
}
.dashboard-profile-settings .row-profile-settings .account-information-form-box .account-information-form-box__form form.portal-form .form-field:nth-child(8), .dashboard-profile-settings .row-profile-settings .account-information-form-box .account-information-form-box__form form.portal-form .form-field:nth-child(9), .dashboard-profile-settings .row-profile-settings .account-information-form-box .account-information-form-box__form form.portal-form .form-field:nth-child(10) {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 650px) {
  .dashboard-profile-settings .row-profile-settings .account-information-form-box .account-information-form-box__form form.portal-form .form-field:nth-child(8), .dashboard-profile-settings .row-profile-settings .account-information-form-box .account-information-form-box__form form.portal-form .form-field:nth-child(9), .dashboard-profile-settings .row-profile-settings .account-information-form-box .account-information-form-box__form form.portal-form .form-field:nth-child(10) {
    width: 100%;
  }
}
.dashboard-profile-settings .row-profile-settings .account-information-form-box .account-information-form-box__form form.portal-form .form-field input {
  padding: clamp(17px, 1.3888888889vw, 20px) 17px;
}
.dashboard-profile-settings .row-profile-settings .account-information-form-box .account-information-form-box__form form.portal-form .form-footer button[type="submit"] {
  margin-left: auto;
}
.dashboard-profile-settings .row-profile-settings .change-ownership-box {
  padding: clamp(20px, 1.875vw, 27px) clamp(10px, 1.3888888889vw, 20px);
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(39, 68, 94, 0.1);
  border-radius: 6px;
  max-width: 100%;
}
.dashboard-profile-settings .row-profile-settings .change-ownership-box h2 {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #231f20;
  text-align: center;
  margin-bottom: clamp(17px, 1.875vw, 27px);
}
.dashboard-profile-settings .row-profile-settings .change-ownership-box .btn-row {
  padding: 0 clamp(10px, 1.3888888889vw, 20px);
}
.box {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: block;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}
.box .js--image-preview {
  height: 78px;
  background-position: center;
  background-size: cover;
}
.upload-options {
  margin-top: -38px;
}
.upload-options input {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  max-width: 200px;
}
.message-alert-company {
  color: red;
  font-size: 12px;
  border-radius: 6px;
  border: 1px solid red;
  padding: 10px 15px;
  margin-top: 1rem;
}
.dashboard-maintenance-overview .row-maintenance-overview {
  display: grid;
  grid-gap: clamp(10px, 1.3888888889vw, 20px);
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 980px) {
  .dashboard-maintenance-overview .row-maintenance-overview {
    grid-template-columns: 1fr;
  }
}
.dashboard-maintenance-overview .row-maintenance-overview .service-notes-box {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(39, 68, 94, 0.1);
  border-radius: 6px;
  padding: 20px clamp(5px, 1.3888888889vw, 10px);
}
.dashboard-maintenance-overview .row-maintenance-overview .service-notes-box h2 {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #231f20;
  margin-bottom: 25px;
  padding: 0 clamp(5px, 1.3888888889vw, 10px);
}
.dashboard-maintenance-overview .row-maintenance-overview .service-notes-box .data-table-block {
  overflow: auto;
  max-height: 355px;
  padding: 0 clamp(5px, 1.3888888889vw, 10px);
}
.dashboard-maintenance-overview .row-maintenance-overview .service-notes-box .btn-row {
  padding-top: 15px;
}
.dashboard-maintenance-overview .row-maintenance-overview .service-notes-box .data-table-wrap {
  margin-bottom: 23px;
  height: 100%;
}
.dashboard-maintenance-overview .row-maintenance-overview .service-notes-box .data-table-wrap .data-table-item {
  grid-template-columns: auto 35px 72px;
}
.dashboard-maintenance-overview .row-maintenance-overview .service-notes-box .data-table-wrap .data-table-item .item-cell span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-width: 100%;
}
.dashboard-maintenance-overview .row-maintenance-overview .row-data-table-box .data-table-wrap .data-table-item {
  grid-template-columns: auto calc(50% - 70px) 70px;
}
@media (max-width: 767px) {
  .dashboard-maintenance-overview .row-maintenance-overview .row-data-table-box .data-table-wrap .data-table-item {
    grid-template-columns: auto 75px 70px;
  }
}
.dashboard-maintenance-overview .row-maintenance-overview .maintenance-checklist-wrap {
  padding-left: 0;
}
.dashboard-maintenance-overview .row-maintenance-overview .maintenance-checklist-wrap:after, .dashboard-maintenance-overview .row-maintenance-overview .maintenance-checklist-wrap::before {
  display: none;
}
.dashboard-maintenance-overview .row-maintenance-overview .maintenance-checklist-wrap h3 {
  display: none;
}
.dashboard-maintenance-overview .row-maintenance-overview .maintenance-checklist-wrap ul li:first-child label {
  border-top: none;
  padding-top: 10px;
}
.dashboard-maintenance-overview .row-maintenance-overview .maintenance-checklist-wrap .header-title {
  position: relative;
}
.dashboard-maintenance-overview .row-maintenance-overview .maintenance-checklist-wrap .disclaimer-wrap {
  position: absolute;
  max-width: 375px;
  min-width: 375px;
  top: 140%;
  left: 3%;
  z-index: 999;
  filter: drop-shadow(0px 4px 20px rgba(39, 68, 94, 0.1));
}
@media (max-width: 1439px) {
  .dashboard-maintenance-overview .row-maintenance-overview .maintenance-checklist-wrap .disclaimer-wrap {
    left: -1.5%;
  }
}
@media (max-width: 980px) {
  .dashboard-maintenance-overview .row-maintenance-overview .maintenance-checklist-wrap .disclaimer-wrap {
    left: -100px;
    max-width: 375px;
    min-width: 375px;
  }
}
@media (max-width: 450px) {
  .dashboard-maintenance-overview .row-maintenance-overview .maintenance-checklist-wrap .disclaimer-wrap {
    max-width: 90%;
    min-width: calc(275px + 100%);
  }
}
.maintenance-checklist-box .header-title {
  position: relative;
}
.maintenance-checklist-box .header-title h2 {
  display: flex;
  align-items: center;
}
.maintenance-checklist-box .header-title h2 .btn-disclaimer {
  margin-top: 5px;
  margin-left: 12px;
  width: 20px;
  height: 20px;
  background-image: url(../svg/alert_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.maintenance-checklist-box .disclaimer-wrap {
  position: absolute;
  max-width: 375px;
  min-width: 375px;
  top: 73%;
  left: 0;
  z-index: 999;
  display: flex;
  border-radius: 6px;
  margin-top: 0;
  background-color: #fff;
  filter: drop-shadow(0px 4px 20px rgba(39, 68, 94, 0.1));
}
@media (max-width: 450px) {
  .maintenance-checklist-box .disclaimer-wrap {
    max-width: 95%;
    min-width: 95%;
    left: 0;
  }
}
.maintenance-checklist-box .important-information {
  position: relative;
  /* or 18px */
  color: #000000;
}
.maintenance-checklist-box .important-information p {
  padding: 0.5rem;
  background: #F6F9FC;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150.02%;
  margin-top: 0;
}
.maintenance-checklist-box .important-information .btn-couse-disclaimer {
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  filter: drop-shadow(0px 4px 20px rgba(39, 68, 94, 0.1));
  width: 28px;
  height: 28px;
  background-image: url(../svg/close_round_icon.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  border-radius: 50%;
  padding: 5px;
  right: -8px;
  top: -10px;
  background-color: #fff;
  border: 1px solid #E8E8E8;
  line-height: 1;
}
.maintenance-checklist-box .important-information .btn-couse-disclaimer p {
  padding: 0.5rem;
  background: #F6F9FC;
  border: 1px solid #E8E8E8;
}
.maintenance-checklist-box .important-information .btn-couse-disclaimer p a {
  color: #0058A9;
  display: inline-block;
  padding: 0;
  border: none;
  font-size: 12px;
}
.all-aircraft .main-info {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 980px) {
  .all-aircraft .main-info {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .all-aircraft .main-info {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.all-aircraft input::-webkit-outer-spin-button, .all-aircraft input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.all-aircraft input:focus::placeholder {
  color: transparent;
}
.card-aircraft-add {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 485px;
}
.card-aircraft-add input::-webkit-outer-spin-button, .card-aircraft-add input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.card-aircraft-add img {
  opacity: 0.5;
}
.card-aircraft-add .btn-row {
  width: 90%;
  margin-top: 5rem;
}
.card-aircraft-add .form-field {
  width: 90%;
}
.card-aircraft-add .form-field .btn-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
}
.card-aircraft-add .form-field .btn-row a {
  width: 45%;
  height: 34px;
}
.card-aircraft-add input {
  padding: clamp(17px, 1.3888888889vw, 20px) 17px;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  border: 1px solid #a6a6a6;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1875;
  color: #231f20;
  padding: 17px;
  margin-bottom: 0;
  margin-top: 10px;
  transition-duration: 0.4s;
}
.maintenance-checklist-box {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(39, 68, 94, 0.1);
  border-radius: 6px;
  padding: 20px clamp(5px, 1.3888888889vw, 10px);
}
.maintenance-checklist-box h2 {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #231f20;
  margin-bottom: 35px;
  padding: 0 clamp(5px, 1.3888888889vw, 10px);
}
.maintenance-checklist-box .maintenance-checklist-block {
  max-height: 350px;
  min-height: 350px;
  overflow: auto;
  padding: 0 clamp(5px, 1.3888888889vw, 10px);
}
.maintenance-checklist-box .maintenance-checklist-wrap {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
  height: 100%;
  display: none;
}
.maintenance-checklist-box .maintenance-checklist-wrap.active {
  display: block;
}
.maintenance-checklist-box .maintenance-checklist-wrap .dashboard-checkbox {
  padding: 18px 16px 18px 0;
  border-top: 1px solid #e8e8e8;
  transition: 0.3s all;
}
.maintenance-checklist-box .maintenance-checklist-wrap .dashboard-checkbox:hover {
  padding-left: 10px;
  background-color: #f6f9fc;
}
.maintenance-checklist-box .view-full-checklist {
  margin-top: auto;
  align-self: flex-end;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #3a94e8;
  border-bottom: 1px solid transparent;
  transition: 0.3s all;
  padding-bottom: 7px;
  padding-top: 25px;
}
.maintenance-checklist-box .view-full-checklist:hover {
  border-color: #3a94e8;
}
.maintenance-checklist-box .view-full-checklist li:first-child .dashboard-checkbox {
  border-top: 0;
}
.checklist-page-row {
  display: grid;
  grid-gap: clamp(10px, 1.3888888889vw, 20px);
  grid-template-columns: 0.66fr 2fr;
  background-color: #fff;
  border-radius: 6px;
  padding: 1.3rem;
}
@media (max-width: 1439px) {
  .checklist-page-row {
    grid-template-columns: 1fr 1.5fr;
  }
}
@media (max-width: 980px) {
  .checklist-page-row {
    grid-template-columns: 1fr;
  }
}
.checklist-page-row .maintenance-checklist-box {
  box-shadow: none;
  padding-top: 10px;
  max-height: 37vw;
  overflow-y: auto;
}
@media (max-width: 1199px) {
  .checklist-page-row .maintenance-checklist-box {
    max-height: 100vh;
  }
}
@media (max-width: 980px) {
  .checklist-page-row .maintenance-checklist-box {
    margin-top: 1rem;
  }
}
.checklist-page-row .maintenance-checklist-box .maintenance-checklist-wrap {
  padding-left: 25px;
  margin-bottom: 1rem;
}
.checklist-page-row .maintenance-checklist-card__item h2 {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #181A1D;
  margin-bottom: 0;
}
.checklist-page-row .maintenance-checklist-card__item select {
  border-radius: 6px;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  border: 1px solid #a6a6a6;
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1875;
  color: #231f20;
  padding: 17px;
  margin-bottom: 0;
  margin-top: 10px;
  transition-duration: 0.4s;
  margin-bottom: 2.3rem;
  max-width: 310px;
}
.checklist-page-row .maintenance-checklist-card__item .important-information {
  padding: 0.5rem 0.9rem 0.5rem 0.7rem;
  background: #F6F9FC;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  /* or 18px */
}
.checklist-page-row .maintenance-checklist-card__item .important-information p {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12.5px !important;
  line-height: 150.02%;
  color: #231f20;
  margin-top: 0;
}
.checklist-page-row .maintenance-checklist-card__item .important-information a {
  color: #0058A9;
  display: inline-block;
  padding: 0;
  border: none;
  font-size: 12px;
}
.loghours-page-row {
  display: grid;
  grid-gap: clamp(10px, 1.3888888889vw, 20px);
  grid-template-columns: 1fr 2fr;
  align-items: flex-start;
}
@media (max-width: 980px) {
  .loghours-page-row {
    grid-template-columns: 1fr;
  }
}
.loghours-page-row .main-info__data .btn-secondary {
  display: none;
}
.loghours-page-row .service-notes-box .btn-secondary {
  margin-right: 15px;
}
.loghours-page .loghours-box {
  background-color: #fff;
  filter: drop-shadow(0px 4px 20px rgba(39, 68, 94, 0.1));
  padding: 20px clamp(10px, 1.3888888889vw, 20px);
  border-radius: 6px;
  display: none;
  min-height: 100%;
}
@media (max-width: 350px) {
  .loghours-page .loghours-box {
    padding: 20px 5px;
  }
}
.loghours-page .loghours-box.active {
  display: block;
}
.loghours-page .loghours-box .data-table-item {
  grid-template-columns: 35% auto auto;
}
@media (max-width: 767px) {
  .loghours-page .loghours-box .data-table-item {
    padding-right: 5px;
    grid-template-columns: 150px auto auto;
  }
}
@media (max-width: 500px) {
  .loghours-page .loghours-box .data-table-item {
    grid-template-columns: 150px auto 75px;
  }
}
.loghours-page .loghours-box .data-table-item.main-row .item-cell {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #8b8b8b;
}
.loghours-page .loghours-box .data-table-item .item-cell:nth-child(2) {
  justify-content: center;
}
.loghours-page .loghours-box .data-table-item .item-cell .time-edit {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  border-radius: 6px;
  color: #231f20;
  padding: clamp(17px, 1.3888888889vw, 20px) 17px;
  margin-bottom: 0;
  margin-top: 10px;
  transition-duration: 0.4s;
  margin-top: 0;
  height: 34px;
  width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loghours-page .loghours-box .data-table-item .item-cell .time-edit:first-child {
  width: 70px;
}
.loghours-page .loghours-box .data-table-item .item-cell .time-edit input[type=number].houts-edit {
  display: none;
}
.loghours-page .loghours-box .data-table-item .item-cell .time-edit.active {
  border: 1px solid #a6a6a6;
  padding-right: 5%;
  padding-left: 0;
  width: 65px;
}
@media (max-width: 500px) {
  .loghours-page .loghours-box .data-table-item .item-cell .time-edit.active {
    padding-right: 10px;
  }
}
.loghours-page .loghours-box .data-table-item .item-cell .time-edit.active input[type=number].houts-edit {
  display: block;
}
.loghours-page .loghours-box .data-table-item .item-cell .time-edit.active .hourse-filter {
  display: none;
}
.loghours-page .loghours-box .data-table-item .item-cell .time-edit.hasError {
  border: 1px solid red;
}
.loghours-page .loghours-box .data-table-item .item-cell .time-edit .hourse-filter, .loghours-page .loghours-box .data-table-item .item-cell .time-edit input[type=number] {
  width: 35px;
  text-align: right;
  border: none;
  margin: 0;
  padding: 0;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  background-color: transparent;
  color: #231f20;
  -moz-appearance: textfield;
}
.loghours-page .loghours-box .data-table-item .item-cell .time-edit input::-webkit-outer-spin-button, .loghours-page .loghours-box .data-table-item .item-cell .time-edit input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.loghours-page .loghours-box .data-table-item .item-cell input[type=date] {
  border: 1px solid #a6a6a6;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  border-radius: 6px;
  color: #231f20;
  padding: 10px;
  margin-bottom: 0;
  margin-top: 0;
  transition-duration: 0.4s;
  height: 42px;
  width: 150px;
  margin: auto;
}
@media (max-width: 500px) {
  .loghours-page .loghours-box .data-table-item .item-cell input[type=date] {
    width: 100px;
    padding: 12px 5px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.loghours-page .loghours-box .data-table-item .item-cell .btn-row {
  display: flex;
}
.loghours-page .loghours-box .data-table-item .item-cell .btn-row a {
  width: 60px;
  height: 34px;
}
@media (max-width: 600px) {
  .loghours-page .loghours-box .data-table-item .item-cell .btn-row a {
    width: 34px;
    font-size: 0;
  }
}
@media (max-width: 600px) {
  .loghours-page .loghours-box .data-table-item .item-cell .btn-row a.btn-secondary {
    margin-right: 10px;
    position: relative;
  }
  .loghours-page .loghours-box .data-table-item .item-cell .btn-row a.btn-secondary:after {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    top: 4px;
    left: 4px;
    background-image: url(../svg/trash_icon.svg);
  }
}
@media (max-width: 450px) {
  .loghours-page .loghours-box .data-table-item .item-cell .btn-row a.btn-secondary {
    margin-right: 5px;
  }
}
.loghours-page .loghours-box .data-table-item .item-cell .btn-row a:hover {
  text-decoration: none;
}
.loghours-page .loghours-box .data-table-item .item-cell .btn-row a.btn-main {
  color: #fff;
}
@media (max-width: 600px) {
  .loghours-page .loghours-box .data-table-item .item-cell .btn-row a.btn-main {
    position: relative;
  }
  .loghours-page .loghours-box .data-table-item .item-cell .btn-row a.btn-main:after {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    top: 4px;
    left: 4.5px;
    background-image: url(../svg/check_yes.svg);
  }
}
.loghours-page .loghours-box .data-table-item .item-cell:last-child {
  display: flex;
  justify-content: flex-end;
}
.loghours-page .loghours-box .data-table-item.edit-item-log .svg-icon-time:before {
  display: none;
}
.loghours-page .loghours-box .data-table-item.edit-item-log .btn-clouse {
  width: 34px;
  height: 34px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 500px) {
  .loghours-page .loghours-box .data-table-item.edit-item-log .btn-clouse {
    min-width: 30px;
  }
}
.loghours-page .loghours-box .data-table-item.edit-item-log .btn-clouse:after {
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  top: 4px;
  left: 0;
  background-image: url(../svg/close_icon.svg);
}
.loghours-page .loghours-box .data-table-item .item-cell.svg-icon-time:before {
  margin-right: 0;
}
.change-form-page .text-block-top {
  margin-bottom: 2rem;
}
.change-form-page .text-block-top p {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #231f20;
  max-width: 800px;
}
.change-form-page .form-block {
  background-color: #fff;
  filter: drop-shadow(0px 4px 20px rgba(39, 68, 94, 0.1));
  padding: 20px clamp(10px, 1.3888888889vw, 20px);
  border-radius: 6px;
}
.change-form-page .form-block form {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 20px;
}
.change-form-page .form-block form .form-field.col-4 {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 650px) {
  .change-form-page .form-block form .form-field.col-4 {
    width: 100%;
  }
}
.change-form-page .form-block form .form-field.col-6 {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 650px) {
  .change-form-page .form-block form .form-field.col-6 {
    width: 100%;
  }
}
.change-form-page .form-block form .form-field.col-12 {
  width: 100%;
}
@media (max-width: 650px) {
  .change-form-page .form-block form .form-field.col-12 {
    width: 100%;
  }
}
.change-form-page .form-block form .form-buttons-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 650px) {
  .change-form-page .form-block form .form-buttons-wrap {
    margin-left: auto;
  }
}
.change-form-page .form-block form .form-buttons-wrap button {
  color: #fff;
  background: #3a94e8;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  border-radius: 6px;
  border: 1px solid #3a94e8;
  width: 194px;
  max-width: 194px;
  transition-duration: 0.4s;
  padding: 8px;
  margin-top: 0;
}
.change-form-page .form-block form .form-buttons-wrap button:hover {
  background: #55aeff;
  border-color: #55aeff;
}
#bbpress-forums p.bbp-topic-meta img.avatar {
  border: none;
  max-width: 50px;
  max-height: 50px;
  object-fit: cover;
}
@media (max-width: 767px) {
  #bbpress-forums .bbp-search-form {
    width: 100%;
  }
}
#bbpress-forums span.bbp-admin-links a {
  padding-top: 0;
}
#bbpress-forums a.bbp-reply-to-link, #bbpress-forums a.bbp-topic-reply-link {
  color: #fff !important;
  padding-top: 5px !important;
  margin-left: -3px;
  margin-right: 0;
  height: 27px;
}
#bbpress-forums a.bbp-reply-to-link:hover, #bbpress-forums a.bbp-topic-reply-link:hover {
  text-decoration: none !important;
}
@media (max-width: 980px) {
  #bbpress-forums .bbp-meta .bbp-reply-post-date {
    grid-area: el-1;
  }
}
#bbpress-forums .bbp-meta .bbp-reply-post-date + a {
  padding-top: 5px;
}
@media (max-width: 980px) {
  #bbpress-forums .bbp-meta .bbp-reply-post-date + a {
    margin-left: auto;
    padding-top: 10px;
    grid-area: el-2;
  }
}
@media (max-width: 980px) {
  #bbpress-forums .bbp-meta {
    display: grid;
    display: grid;
    grid-gap: clamp(10px, 1.3888888889vw, 20px);
    line-height: 2;
    grid-template-columns: 3fr 1fr;
    grid-template-areas: 'el-1 el-2' 'el-3 el-3';
  }
}
#bbpress-forums .bbp-reply-permalink, #bbpress-forums span.bbp-admin-links {
  display: flex;
  align-items: center;
  color: #8b8b8b;
}
@media (max-width: 980px) {
  #bbpress-forums .bbp-reply-permalink, #bbpress-forums span.bbp-admin-links {
    grid-area: el-3;
    margin-top: -15px;
  }
  #bbpress-forums .bbp-reply-permalink a:first-child, #bbpress-forums span.bbp-admin-links a:first-child {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #bbpress-forums .bbp-reply-permalink, #bbpress-forums span.bbp-admin-links {
    margin-top: -5px;
    flex-wrap: wrap;
  }
}
#bbpress-forums .bbp-reply-permalink a, #bbpress-forums span.bbp-admin-links a {
  text-transform: capitalize;
  color: #3a94e8;
  font-size: 14px;
  padding-right: 5px;
  padding-left: 5px;
  transition-duration: 0.4s;
}
#bbpress-forums .bbp-reply-permalink a:hover, #bbpress-forums span.bbp-admin-links a:hover {
  text-decoration: underline;
}
#bbpress-forums fieldset.bbp-form {
  border: none;
  padding: 0;
}
#bbpress-forums fieldset.bbp-form legend {
  display: none;
}
#bbpress-forums fieldset.bbp-form input#bbp_topic_tags + label, #bbpress-forums fieldset.bbp-form input#bbp_topic_favoriters + label, #bbpress-forums fieldset.bbp-form input#bbp_topic_subscribers + label, #bbpress-forums fieldset.bbp-form input#bbp_log_topic_edit + label, #bbpress-forums fieldset.bbp-form input#bbp_topic_subscription + label {
  padding-left: 35px;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1875;
  color: #231f20;
  padding-top: 10px;
}
#bbpress-forums fieldset.bbp-form input#bbp_topic_tags + label:before, #bbpress-forums fieldset.bbp-form input#bbp_topic_favoriters + label:before, #bbpress-forums fieldset.bbp-form input#bbp_topic_subscribers + label:before, #bbpress-forums fieldset.bbp-form input#bbp_log_topic_edit + label:before, #bbpress-forums fieldset.bbp-form input#bbp_topic_subscription + label:before {
  border-radius: 6px;
  border: 1px solid #a6a6a6;
  transform: scale(0.9);
}
#bbpress-forums fieldset.bbp-form input#bbp_topic_tags:checked + label:after, #bbpress-forums fieldset.bbp-form input#bbp_topic_favoriters:checked + label:after, #bbpress-forums fieldset.bbp-form input#bbp_topic_subscribers:checked + label:after, #bbpress-forums fieldset.bbp-form input#bbp_log_topic_edit:checked + label:after, #bbpress-forums fieldset.bbp-form input#bbp_topic_subscription:checked + label:after {
  background-color: #3a94e8;
}
#bbpress-forums fieldset.bbp-form input#bbp_topic_tags:checked + label:before, #bbpress-forums fieldset.bbp-form input#bbp_topic_favoriters:checked + label:before, #bbpress-forums fieldset.bbp-form input#bbp_topic_subscribers:checked + label:before, #bbpress-forums fieldset.bbp-form input#bbp_log_topic_edit:checked + label:before, #bbpress-forums fieldset.bbp-form input#bbp_topic_subscription:checked + label:before {
  border: 1px solid #3a94e8;
}
#bbpress-forums .bbp-reply-ip {
  display: none;
}
#bbpress-forums #bbp-search-form {
  margin-top: 0;
  margin-bottom: 2rem;
}
@media (max-width: 980px) {
  #bbpress-forums #bbp-search-form {
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  #bbpress-forums #bbp-search-form {
    width: 100%;
  }
}
#bbpress-forums #bbp-search-form > div {
  display: flex;
}
#bbpress-forums input, #bbpress-forums #bbp_search {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  border: 1px solid #a6a6a6;
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1875;
  color: #231f20;
  padding: 5px 15px;
  margin-bottom: 0;
  margin-top: 10px;
  transition-duration: 0.4s;
  max-height: 33px;
  margin-right: 10px;
  margin-top: 0;
}
@media (max-width: 767px) {
  #bbpress-forums input, #bbpress-forums #bbp_search {
    min-width: calc(100% - 110px);
  }
}
#bbpress-forums div.bbp-submit-wrapper {
  float: left;
}
#bbpress-forums .bbp-reply-to-link, #bbpress-forums #bbp_reply_submit, #bbpress-forums .bbp-topic-reply-link, #bbpress-forums button.button, #bbpress-forums #bbp_search_submit {
  background: #55aeff;
  border-color: #55aeff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #3a94e8;
  color: #fff;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  border-radius: 6px;
  border: 1px solid #3a94e8;
  width: 100%;
  max-width: 194px;
  min-width: 194px;
  transition-duration: 0.4s;
  padding: 8px;
  margin-top: 0;
  max-height: 33px;
  box-shadow: none;
  margin-right: 0;
}
@media (max-width: 767px) {
  #bbpress-forums .bbp-reply-to-link, #bbpress-forums #bbp_reply_submit, #bbpress-forums .bbp-topic-reply-link, #bbpress-forums button.button, #bbpress-forums #bbp_search_submit {
    max-width: 100px;
    min-width: 100px;
  }
}
#bbpress-forums .bbp-reply-to-link:hover, #bbpress-forums #bbp_reply_submit:hover, #bbpress-forums .bbp-topic-reply-link:hover, #bbpress-forums button.button:hover, #bbpress-forums #bbp_search_submit:hover {
  background-color: #55aeff;
  border-color: #55aeff;
}
#bbpress-forums .bbp-reply-to-link, #bbpress-forums .bbp-topic-reply-link {
  max-width: 94px;
  min-width: 94px;
  font-size: 12px;
}
#bbpress-forums .bbp-replies .bbp-header, #bbpress-forums .bbp-replies .bbp-footer {
  display: none;
}
#bbpress-forums fieldset.bbp-form label[for=bbp_destination_topic], #bbpress-forums fieldset.bbp-form label[for=bbp_topic_edit_reason] {
  padding-left: 35px;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1875;
  color: #231f20;
  padding: 10px 0;
}
#bbpress-forums #new-post p label, #bbpress-forums #new-post legend {
  padding-left: 0;
}
.page-forum-bbpress .forum-bbpress-row {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(39, 68, 94, 0.1);
  border-radius: 6px;
  padding: 20px clamp(10px, 1.7361111111vw, 25px);
  min-height: 80vh;
}
.page-forum-bbpress .forum-bbpress-row .bbp-forum-front, .page-forum-bbpress .forum-bbpress-row article.topic, .page-forum-bbpress .forum-bbpress-row article.forum {
  max-width: 800px;
  margin: 3% auto 0;
}
.page-forum-bbpress .forum-bbpress-row .bbp-topic-title h3, .page-forum-bbpress .forum-bbpress-row .bbp-reply-title h3 {
  color: #3a94e8;
  font-size: 14px !important;
}
.page-forum-bbpress .forum-bbpress-row .bbp-topic-author .bbp-author-name {
  display: none !important;
}
.page-forum-bbpress .forum-bbpress-row .bbpress-wrapper {
  max-width: 800px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.page-forum-bbpress .forum-bbpress-row #post-0 h1 {
  display: none;
}
.page-forum-bbpress .forum-bbpress-row h1 {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #231f20;
  margin-bottom: 0.5rem;
}
.page-forum-bbpress .forum-bbpress-row .bbp-topics .bbp-author-name {
  font-size: 12px !important;
}
.page-forum-bbpress .forum-bbpress-row .bbp-forum-freshness > a {
  padding-bottom: 10px;
}
.page-forum-bbpress .forum-bbpress-row .bbp-topic-freshness-author {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-forum-bbpress .forum-bbpress-row .bbp-topic-freshness-author .bbp-author-name {
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #231f20;
  margin-top: 5px;
}
.page-forum-bbpress .forum-bbpress-row .topic-tag-color .bbp-author-link {
  margin-bottom: 10px !important;
}
.page-forum-bbpress .forum-bbpress-row .new-user-data {
  display: inline-flex;
  flex-direction: column;
}
.page-forum-bbpress .forum-bbpress-row .new-user-data .bbp-author-link {
  align-items: center !important;
}
.page-forum-bbpress .forum-bbpress-row .new-user-data img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.page-forum-bbpress .forum-bbpress-row .new-user-data .bbp-author-link, .page-forum-bbpress .forum-bbpress-row .new-user-data .new-login {
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #231f20;
  margin-bottom: 10px;
}
.page-forum-bbpress .forum-bbpress-row .new-user-data + .bbp-author-link {
  display: none !important;
}
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
  font-size: 14px;
  line-height: 2;
}
@media only screen and (max-width: 480px) {
  #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
    font-size: 12px;
  }
}
#bbpress-forums li a {
  line-height: 1;
  padding-top: 10px;
  display: inline-flex;
}
#bbpress-forums p.bbp-topic-meta {
  color: #3a94e8;
  margin: 0;
}
#bbpress-forums p.bbp-topic-meta .bbp-author-link {
  justify-content: center;
  align-items: center;
  display: flex;
  pointer-events: none;
}
#bbpress-forums .bbp-author-link {
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #231f20;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  #bbpress-forums .bbp-author-link {
    align-items: flex-start;
  }
}
#bbpress-forums .bbp-author-avatar img {
  border-radius: 50%;
  width: 78px;
  height: 78px;
}
#bbpress-forums .bbp-author-role {
  display: none;
}
#bbpress-forums .bbp-template-notice li.bbp-forum-description, #bbpress-forums .bbp-template-notice li.bbp-topic-description {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#bbpress-forums .bbp-template-notice li.bbp-forum-description a, #bbpress-forums .bbp-template-notice li.bbp-topic-description a {
  padding: 0 5px;
  color: #3a94e8;
}
#bbpress-forums .bbp-template-notice li.bbp-forum-description a.bbp-author-link, #bbpress-forums .bbp-template-notice li.bbp-topic-description a.bbp-author-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row !important;
  padding-top: 0;
  margin-bottom: 0;
}
@media (max-width: 980px) {
  #bbpress-forums .bbp-template-notice li.bbp-forum-description a.bbp-author-link, #bbpress-forums .bbp-template-notice li.bbp-topic-description a.bbp-author-link {
    margin-bottom: 0;
  }
}
#bbpress-forums .bbp-template-notice li.bbp-forum-description a.bbp-author-link .new-user-data, #bbpress-forums .bbp-template-notice li.bbp-topic-description a.bbp-author-link .new-user-data {
  flex-direction: row !important;
}
#bbpress-forums .bbp-template-notice li.bbp-forum-description a.bbp-author-link img, #bbpress-forums .bbp-template-notice li.bbp-topic-description a.bbp-author-link img {
  max-width: 30px !important;
  border: none !important;
  max-height: 30px !important;
  padding: 0 !important;
  margin-left: 5px;
  border-radius: 50%;
  object-fit: cover;
}
#bbpress-forums .bbp-template-notice li.bbp-forum-description a.bbp-author-link .new-login, #bbpress-forums .bbp-template-notice li.bbp-topic-description a.bbp-author-link .new-login {
  font-size: 12px;
}
#bbpress-forums .bbp-template-notice li.bbp-forum-description a.bbp-author-link .bbp-author-name, #bbpress-forums .bbp-template-notice li.bbp-topic-description a.bbp-author-link .bbp-author-name {
  display: none !important;
}
li.bbp-forum-freshness, li.bbp-topic-freshness {
  pointer-events: none;
}
#bbpress-forums .bbp-topic-title p.bbp-topic-meta span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#bbpress-forums .bbp-topic-title p.bbp-topic-meta span a {
  padding-top: 0;
}
#bbpress-forums .bbp-topic-title p.bbp-topic-meta span a .bbp-author-name {
  padding-top: 5px;
}
#bbpress-forums select, #bbpress-forums textarea, #bbpress-forums fieldset.bbp-form input[type=text] {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  border: 1px solid #a6a6a6;
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1875;
  color: #231f20;
  padding: 5px 15px;
  margin-bottom: 0;
  margin-top: 10px;
  transition-duration: 0.4s;
  min-height: 45px;
  margin-top: 0;
  margin-bottom: 15px;
}
#bbpress-forums select {
  padding-left: 15px !important;
  width: 100%;
  max-width: 100% !important;
  max-height: 45px;
  min-height: 45px !important;
}
#bbpress-forums fieldset.bbp-form .bbp-template-notice {
  display: none;
}
#bbpress-forums fieldset.bbp-form p label {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1875;
  color: #231f20;
  padding-bottom: 10px;
}
#bbpress-forums fieldset.bbp-form p:not(:nth-child(6)) label {
  padding-left: 0;
}
#bbpress-forums .wp-editor-container {
  border: none;
}
.bbp-breadcrumb p {
  font-size: 12px !important;
  margin-bottom: 0.8rem !important;
}
.bbp-breadcrumb p .bbp-breadcrumb-home:first-child, .bbp-breadcrumb p .bbp-breadcrumb-sep:nth-child(2) {
  display: none;
}
.bbp-breadcrumb p a {
  transition-duration: 0.4s;
}
.bbp-breadcrumb p a:hover {
  color: #3a94e8;
}
#post-0 .bbp-breadcrumb {
  display: none;
}
#bbp_topic_submit {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #3a94e8;
  color: #fff;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  border-radius: 6px;
  border: 1px solid #3a94e8;
  width: 100%;
  max-width: 194px;
  min-width: 194px;
  transition-duration: 0.4s;
  padding: 8px;
  margin-top: 0;
  max-height: 33px;
  box-shadow: none;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  #bbp_topic_submit {
    margin-bottom: 1rem;
  }
}
#bbp_topic_submit:hover {
  background-color: #55aeff;
  border: 1px solid #55aeff;
}
.forum [type=checkbox]:checked + label:after, .forum [type=radio]:checked + label:after {
  background: #3a94e8 !important;
}
.forum [type=checkbox]:checked + label:before, .forum [type=radio]:checked + label:before {
  border: 1px solid #3a94e8;
  transform: scale(0.9);
}
.forum [type=checkbox] + label:before, .forum [type=radio] + label:before {
  border: 1px solid #a6a6a6;
  border-radius: 6px;
  transform: scale(0.9);
}
