/* Html and body */
html,
body {
  width: 100%;
  height: 100%;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  color: #000;
  background: #f3f3f3;
  scroll-behavior: smooth;
}

section {
  -webkit-animation: sweep 0.5s ease-in-out;
  /* Safari 4.0 - 8.0 */
  animation: sweep 0.5s ease-in-out;
}

.ai-section {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #f3f3f3;
}

@media (max-width: 480px) {
  .ai-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.ai-card {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-bottom: 2rem;
  border-bottom: 0px;
}

@media (max-width: 480px) {
  .ai-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#ai-navbar .navbar {
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  /* box-shadow: 0px 1px 10px #999; */
  /* background: linear-gradient(to right, #45aaf2, #467fcf); */
}

#ai-navbar .navbar-brand {
  padding-left: 0.5em;
  font-size: 1.5rem;
}

#ai-navbar .ai-navbar-logo-image {
  width: auto;
  height: 1.2rem;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

#ai-navbar .ai-navbar-logo-image:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#ai-navbar .nav-item {
  font-size: 1rem;
  font-weight: 500;
}

#ai-navbar .nav-link {
  color: #000 !important;
}

#ai-navbar .nav-link:hover {
  color: #696d70 !important;
}

#ai-navbar .dropdown-menu {
  -webkit-animation: slideIn 0.3s;
          animation: slideIn 0.3s;
}

#ai-navbar .ai-navbar-profile-image {
  width: 2.1rem;
  border-radius: 10rem;
  -webkit-box-shadow: 0 2px 5px 0 #c5c5c5;
          box-shadow: 0 2px 5px 0 #c5c5c5;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

#ai-navbar .ai-navbar-profile-image:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.ai-tabs-nav-card {
  padding-top: 0rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (max-width: 480px) {
  .ai-tabs-nav-card {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav-tabs .nav-link {
  font-weight: 500;
  border-width: 0.15rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-tabs .nav-link.active {
  font-weight: 600;
  border-width: 0.15rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-tabs .ai-sub-nav-link {
  font-size: 0.95rem;
  font-weight: 500;
  border-width: 0.15rem;
  text-align: center;
}

.nav-tabs .ai-sub-nav-link.active {
  font-size: 0.95rem;
  color: #45aaf2;
  border-color: #45aaf2;
  font-weight: 600;
  border-width: 0.15rem;
}

.ai-sub-nav-framework-icon {
  height: auto;
  width: 1rem;
}

#ai-footer .ai-footer {
  background-color: #f3f3f3;
  color: #000;
  padding-top: 0rem;
  font-size: 0.9rem;
}

#ai-footer a {
  color: #62676b;
  text-decoration: none;
}

#ai-footer a:hover {
  color: #23272b;
}

#ai-footer .ai-footer-row {
  border-top: 1px solid #d5d7da;
  padding-top: 3rem;
}

#ai-footer .ai-footer-header {
  color: #000;
}

#ai-footer .ai-footer-body {
  color: #62676b;
}

#ai-footer .ai-footer-logo {
  width: 4.35rem;
}

#ai-footer .ai-footer-logo:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (max-width: 480px) {
  #ai-footer .ai-footer-logo:hover {
    font-size: 0.6rem;
  }
}

#ai-footer .ai-footer-right-column {
  margin-right: 1rem;
  text-align: right;
}

@media (max-width: 480px) {
  #ai-footer .ai-footer-right-column {
    margin-top: 1rem;
    margin-right: 5rem;
    text-align: center;
  }
}

#page-accessories .ai-loading-page-cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f3f3f3;
  opacity: 0.7;
  z-index: 100;
}

#page-accessories .ai-loading-page-spinner {
  display: none;
  position: absolute;
  z-index: 101;
  width: 5rem;
  height: 5rem;
  top: calc(50vh - 3rem);
  left: calc(50vw - 2.5rem);
  border: 0.75rem solid #f3f3f3;
  border-top: 0.75rem solid #467fcf;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

#page-accessories .scroll-to-top-btn {
  display: none;
  /* hidden by default */
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #45aaf2;
  color: #fff;
  cursor: pointer;
  padding: 0.9rem;
  border-radius: 0.25rem;
}

#page-accessories .scroll-to-top-btn:hover {
  background-color: #5eba00;
  /* Add a dark-grey background on hover */
}

.ai-orange-link a {
  font-weight: 600 !important;
  color: #e86a02;
  text-decoration: none;
}

.ai-orange-link a:hover {
  color: #c05702;
}

.ai-center-all {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ai-input-box {
  border-width: 0.1rem;
  -webkit-box-shadow: 0px 0px 0px #285d8b;
          box-shadow: 0px 0px 0px #285d8b;
  border-color: #cdd3d8;
}

.ai-color-primary {
  color: #467fcf;
}

.ai-color-primary:hover {
  color: #316cbe;
}

.ai-color-info {
  color: #45aaf2;
}

.ai-color-info:hover {
  color: #219af0;
}

.ai-color-success {
  color: #5eba00;
}

.ai-color-success:hover {
  color: #4b9400;
}

.ai-color-light {
  color: #f8f9fa;
}

.ai-color-light:hover {
  color: #e2e6ea;
}

.ai-color-warning {
  color: #f1c40f;
}

.ai-color-warning:hover {
  color: #cea70c;
}

.ai-color-danger {
  color: #cd201f;
}

.ai-color-danger:hover {
  color: #ac1b1a;
}

.ai-color-orange {
  color: #fd9644;
}

.ai-color-orange:hover {
  color: #fd811e;
}

.ai-color-dark-orange {
  color: #e86a02;
}

.ai-color-dark-orange:hover {
  color: #c95b02;
}

.ai-color-dark {
  color: #343a40;
}

.ai-color-dark:hover {
  color: #23272b;
}

@media (min-width: 768px) {
  .ai-offset-md-half {
    margin-left: 4.1666666666666666%;
  }
  .ai-offset-md-three-quarters {
    margin-left: 6.25%;
  }
  .ai-offset-md-one-and-half {
    margin-left: 12.5000000025%;
  }
  .ai-offset-md-two-and-half {
    margin-left: 20.8333333358%;
  }
}

@-webkit-keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes drift {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes drift {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes horizontalFloat {
  0% {
    left: -3px;
  }
  100% {
    left: 3px;
  }
  0% {
    left: -3px;
  }
}

@keyframes horizontalFloat {
  0% {
    left: -3px;
  }
  100% {
    left: 3px;
  }
  0% {
    left: -3px;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*# sourceMappingURL=base.css.map */