/* ======================================
                FONTS
====================================== */
@font-face {
  font-family: "DBHelvethaicaX";
  src: url("../fonts/DBHelvethaica/DB Helvethaica X.ttf") format("truetype");
}
@font-face {
  font-family: "DBHelvethaicaXMed";
  src: url("../fonts/DBHelvethaica/DB Helvethaica X Med.ttf") format("truetype");
}
@font-face {
  font-family: "DBHelvethaicaXBlk";
  src: url("../fonts/DBHelvethaica/DB Helvethaica X Blk.ttf") format("truetype");
}
@font-face {
  font-family: "DBHelvethaicaXBd";
  src: url("../fonts/DBHelvethaica/DB Helvethaica X Bd.ttf") format("truetype");
}
@font-face {
  font-family: 'DB Helvethaica X 75 Bd';
  src: url("../fonts/DBHelvethaicaX-75Bd.eot");
  src: url("../fonts/DBHelvethaicaX-75Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/DBHelvethaicaX-75Bd.woff2") format("woff2"), url("../fonts/DBHelvethaicaX-75Bd.woff") format("woff"), url("../fonts/DBHelvethaicaX-75Bd.ttf") format("truetype");
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'DB Helvethaica X 65 Med';
  src: url("../fonts/DBHelvethaicaX-65Med.eot");
  src: url("../fonts/DBHelvethaicaX-65Med.eot?#iefix") format("embedded-opentype"), url("../fonts/DBHelvethaicaX-65Med.woff2") format("woff2"), url("../fonts/DBHelvethaicaX-65Med.woff") format("woff"), url("../fonts/DBHelvethaicaX-65Med.ttf") format("truetype");
  font-style: normal;
  font-display: swap; }
/* ======================================
                CUSTOM CSS
====================================== */
html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}
body {
  font-family: "DBHelvethaicaXMed", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1 !important;
}
/* Change the white to any color ;) */
input[type=text]:hover,
input[type=text]:focus,
input[type=text]:active,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=tel]:active,
input[type=email]:hover,
input[type=email]:focus,
input[type=email]:active,
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-appearance: none;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
/*.container {
	max-width: 960px !important;
}*/
.main-header {
	background: url(../images/bg-header.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
/*.main-body {
  background: url(../images/bg.jpg);
  background-size: 100%;
  min-height: calc(100vh - 100px);
}*/
.img-logo {
  max-width: 150px;
}
.page_loader {
    position: fixed;
    background: url('../images/loading.gif') 50% 50% no-repeat rgb(249,249,249);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.75;
    display: none;
}

.font-blue {
  color: #006eb3;
}
.pill {
    border-radius: 40px !important;
}

.box-avatar {
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    width: 40px;
    height: 40px;
    z-index: 1;
}
.box-profile {
    vertical-align: top;
}
.profile-name {
    font-size: 1.25rem;
    color: #27358c;
    margin: 0;
}
.blue-line {
    background-color: #0473ad;
    text-align: left;
    margin-top: -4px;
    margin-bottom: 10px;
}

.center-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.form .input-group {
    background-color: #fff;
    padding: 0 20px 0 15px;
    border: 2px solid #006eb3;
}
.form .icon {
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form .icon img {
    width: 20px;
}
.form .form-control  {
  font-family: 'DB Helvethaica X 65 Med';
  font-size: 1.5rem;
  line-height: 1.2;
  display: inline-block;
  color: #006eb3;
  border: none;
  /*font-size: 24px;*/
  outline: none;
  background-color: transparent;
  flex: 1 0 auto;
}

#modalRule .modal-dialog,
#modalTerms .modal-dialog {
  max-width: 960px !important;
}
.modal-content {
  border-radius: 20px;
}
.close {
    position: absolute;
    top: -15px;
    right: -15px;
    opacity: 1;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.responsive-shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.fixed-bottom-lg-none {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
  .responsive-shadow {
    box-shadow: none;
  }
  .fixed-bottom-lg-none {
    position: relative;
  }
}