@import url(https://fonts.googleapis.com/css2?family=Inter&display=swap);:root {
  --font-family-sans-serif: "Inter", sans-serif !important;
}

body {
  font-family: "Inter", sans-serif !important;
}

.tooltip {
  font-family: "Inter", sans-serif !important;
}

[class*=sidebar-dark] .brand-link {
  border-bottom: 1px solid #03427B !important;
}

.brand-link .brand-image {
  max-height: 110% !important;
}

.popover {
  font-family: "Inter", sans-serif !important;
}

[class*=sidebar-dark] .btn-sidebar:focus {
  background: #03427B;
}

.control-sidebar-light {
  color: #03427B;
}

.small-box > .small-box-footer {
  border-top: 1px solid #DFE0EB;
}

.small-box > .small-box-footer:hover {
  background: #52ACC4;
  color: white !important;
}

.mapael .mapTooltip {
  font-family: "Inter", sans-serif;
}

.bg-light {
  background-color: #fff !important;
  border: 1px solid #DFE0EB;
  border-radius: 8px;
}

[class*=sidebar-dark-] {
  background-color: #03427B;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #0B5CAD !important;
  color: white !important;
}

[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active,
[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:hover,
[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:focus {
  background-color: #0B5CAD;
  color: white !important;
}

[class*=sidebar-dark-] .header {
  background-color: #03427B;
}

[class*=sidebar-dark-] .sidebar a {
  color: #A4A6B3;
}

[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link {
  color: #A4A6B3;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #38c172;
}

input:focus + .slider {
  box-shadow: 0 0 1px #38c172;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.main-head {
  height: 150px;
  background: #FFF;
}

.sidenav {
  height: 100%;
  background-image: url(/images/einvoice-background.jpg?f953e9fc74abf47cb39fe2e8cf2dd03e);
  background-size: cover;
  overflow-x: hidden;
  padding-top: 20px;
}

.main {
  padding: 0px 10px;
  margin-left: 15%;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
}

@media screen and (max-width: 450px) {
  .login-form {
    margin-top: 10%;
  }

  .main {
    margin-left: 0 !important;
  }

  .register-form {
    margin-top: 10%;
  }

  .sidenav {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .main {
    margin-left: 60%;
  }

  .sidenav {
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
  }

  .login-form {
    margin-top: 50%;
  }

  .register-form {
    margin-top: 20%;
  }

  .login-main-text {
    margin-left: 0 !important;
  }
}

.login-main-text {
  margin-top: 10%;
  padding: 60px;
  color: #fff;
  font-size: 18px;
  margin-left: 15%;
}

.login-main-text h2 {
  font-weight: 300;
}

.login-main-text span,
.required-input {
  font-weight: bolder;
  color: #0B5CAD;
}

.btn-black {
  background-color: #000 !important;
  color: #fff;
}

.login-input {
  border: 1px solid #D2D2D2 !important;
  box-sizing: border-box !important;
  border-radius: 6px !important;
  height: 45px !important;
  padding: 15px !important;
  box-shadow: none !important;
}

.login-input:focus {
  background: #FFFFFF !important;
  border: 2px solid #0B5CAD !important;
  box-sizing: border-box !important;
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.05) !important;
  border-radius: 6px !important;
}

.btn-theme {
  background-color: #0B5CAD !important;
  border: #0B5CAD;
  border-radius: 6px;
  padding: 10px;
  color: white;
}

.btn-theme:hover {
  background: #0B5CAD;
  color: white !important;
}

.forgot-password {
  margin-top: 30px !important;
  color: #BEBEBE !important;
  text-align: center;
}

.forgot-password a,
.forgot-password a:hover {
  text-decoration: none;
  color: #0B5CAD;
  font-weight: bold;
}

.ml-60 {
  margin-left: 60px !important;
}

.profile-img {
  width: 138px;
  height: 138px;
  background: #F2F2F2;
  background-size: cover;
  border-radius: 100%;
  background-image: url("https://i.stack.imgur.com/y9DpT.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}

.c-title {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}

.c-description {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #BEBEBE;
}

.input-s-45 {
  height: 45px !important;
}

input[type=file] {
  display: none;
}

.custom-file-upload {
  padding: 6px 12px;
  cursor: pointer;
  background: #0B5CAD;
  border-radius: 8px;
  color: white;
  font-weight: 500;
}

label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 500 !important;
}

.success-card {
  padding: 20px;
  margin-top: 25px;
  color: #BEBEBE;
}

.success-card-redirect {
  color: #0B5CAD;
  text-decoration: none;
}

.small-box.bg-light.success-card:hover {
  background: #FFFCF2 !important;
  border: 2px solid #0B5CAD;
  cursor: pointer;
}

.tac {
  position: absolute;
  bottom: 0 !important;
  left: 55%;
}

.lang-selector {
  position: absolute;
  top: 0 !important;
  right: 5%;
  color: black;
}

.gdpr {
  position: absolute;
  bottom: 0 !important;
  right: 5%;
}

@media (max-width: 575.98px) {
  .tac {
    left: 0;
  }
}

@media (max-width: 767.98px) {
  .tac {
    bottom: -25% !important;
    left: 0;
  }

  .lang-selector {
    top: unset;
    right: 1%;
  }

  .gdpr {
    bottom: -25% !important;
  }

  .login-main-text,
  .main {
    margin: 0;
  }
}

input[type=text],
input[type=password],
textarea {
  background-color: white !important;
}

.error {
  background-color: #ffe2e2 !important;
  border: 2px solid red !important;
}

.dot {
  height: 25px;
  width: 25px;
  background-color: #e3342f;
  border-radius: 50%;
  display: inline-block;
}

.dot.active {
  background-color: #21d47b !important;
}

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

@media (max-width: 575.98px) {
  .mobile-alteo-logo {
    display: inherit;
  }
}

a {
  color: #0B5CAD;
}

.btn-primary {
  color: white !important;
  background-color: #0B5CAD !important;
  border-color: #0B5CAD !important;
}

.user-panel .image {
  padding-left: 0.7rem !important;
}

.admin-icon {
  font-size: 0.8rem !important;
}

.nav-pills .nav-link:not(.active):hover {
  color: #0B5CAD;
}

a:hover {
  color: #0B5CAD;
}

[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active,
[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:hover,
[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:focus {
  background-color: #0B5CAD !important;
}

.table thead th {
  vertical-align: middle;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef !important;
  cursor: not-allowed;
}

.page-link {
  color: #0B5CAD;
}

.page-item.active .page-link {
  color: #FFFFFF;
  background-color: #0B5CAD;
  border-color: #0B5CAD;
}

