html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #f2f2f2;
}

.container {
    max-width: 750px;
}

.bg-form {
    background-color: white;
    box-shadow: 0 0 30px #888888;
    margin-top: -1rem;
    padding-top: 1rem
}

.navbar-brand {
    color: white !important;
}

p {
    text-align: justify;
}

.input-label {
    margin-left: 0.5rem !important;
    position: absolute !important;
    margin-top: -0.8rem !important;
    z-index: 4 !important;
}

.input-label > span {
    color: #6c757d !important;
    font-size: 0.85rem;
    opacity: 1;
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

@media only screen and (max-width: 500px) {
    .input-label-condition {
        font-size: 10px;
    }
}

.ui-autocomplete {
    max-height: 500px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.nb-make-a-claim {
    text-align: left !important;
    padding: .5rem !important;
}

@media screen and (width >= 600px) {
    .nb-make-a-claim {
        text-align: left !important;
        padding: .5rem !important;
    }
}
.div-inline {
    display: inline;
}