@import url("https://fonts.googleapis.com/css?family=Barlow:100,400,700");
@import url("https://use.fontawesome.com/releases/v5.2.0/css/all.css");
html {
  box-sizing: border-box !important;
  height: 100% !important;
}

body {
  background: #fff;
  height: 100% !important;
}

html,
body {
  scrollbar-3dlight-color: #007dc6;
  scrollbar-arrow-color: #007dc6;
  scrollbar-base-color: #007dc6;
  scrollbar-color: #007dc6 transparent;
  scrollbar-face-color: #007dc6;
  scrollbar-highlight-color: #007dc6;
  scrollbar-shadow-color: #007dc6;
  scrollbar-track-color: #fff;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  background-color: transparent;
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #007dc6;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #9ec55a;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
label,
div,
b,
i,
strong,
ul,
li,
input,
textarea,
select,
td,
th {
  font-family: 'Barlow', sans-serif !important;
  letter-spacing: 0;
}

*,
*::after,
*::before {
  box-sizing: border-box !important;
}

a {
  color: #000;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a[href^='tel'] {
  color: inherit;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
}

b,
strong {
  font-weight: bold;
}

.fa,
.far,
.fas {
  font-family: 'Font Awesome 5 Free' !important;
}

.loader {
  align-content: center;
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
}
.loader .loadergif {
  background-image: url(/static/locales/custom/img/loader.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100px;
  margin-bottom: 20px;
  width: 100px;
}
.loader .logo {
  width: 200px;
}
