html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control: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;
    margin-top: 60px;
    background-image: url(../img/haver-bg.svg);
    background-size: 100%;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-weight: 400;
    font-size: 36px;
}

h1.sm {
    font-size: 1.5em;
}

h2 {
    font-size: 1.4em;
    color: #40B17D;
    margin: 20px auto;
}

h3 {
    font-size: 24px;
    margin: 0;
}

h4 {
    font-size: 1.2em;
    margin: 0;
}

.form-select {
    border: 2px solid #64BC93;
    border-radius: 10px;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    font-size: 1.4em;
    color: #979797;
    font-weight: 400;
}

.text-secondary {
    color: #979797;
}

.voxinfo-logo {
    margin-top: -10px;
}

strong {
    color: #40B17D;
}

.btn {
    border-radius: 50px;
    height: 64px;
    padding-top: 20px;
    font-weight: 400;
    padding-right: 30px;
    padding-left: 30px;
}

.btn-primary {
    background-color: #64BC93;
    color: white;
    border: 0;
}

.btn-primary:hover {
    background-color: #459771;
}

.btn-fixed {
    width: 300px;
}

.btn-outline-secondary {
    border-color: #E6E6E6;
    color: #979797;
}


.btn.disabled {
    background-color: #E6E6E6;
    color: #979797;
}

.btn-outline-secondary {
    background-color: white;
}

.progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #64bc93;
    -webkit-transition: width .3s linear;
    transition: width .3s linear;
}

.progress {
    overflow: hidden;
    height: 4px;
    position: relative;
}

.progress span {
    position: relative;
    float: left;
    color: #fff;
    padding: 8px;
    z-index: 99999;
}

.progress i {
    width: inherit;
    font-size: inherit;
    position: relative;
    top: 2px;
    margin-left: 8px;
}

.determinate {
    width: 0;
    transition: width 1s ease-in-out;
    padding: 8px;
    position: relative;
    color: #fff;
    text-align: right;
    white-space: nowrap;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 650px;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 650px;
    }
}

.selector {
    border: 2px solid #E6E6E6;
    border-radius: 10px;
    cursor: pointer;
}

.selector tr {
    vertical-align: middle;
}

.selector:hover {
    background-color: #eee;
}

    .selector.selected {
        border: 2px solid #64BC93;
    }

td.available {
    background-color: #64BC93;
    color: white;
    font-size: 14px;
    cursor: pointer;
}

td.available:hover {
    background-color: #459771;
}

    td.available.selected {
        background-color: #2d6149;
        color: white;
        font-size: 14px;
        cursor: pointer;
    }

.time-picker tr {
    vertical-align: middle;
}

.form-label {
    color: #9E9E9E;
    font-weight: 600;
}

.form-control {
    border: 0;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    padding-left: 0;
}

.form-control:focus {
    border: 0;
    border-bottom: 2px solid #64BC93;
    outline: none!important;
}

input:focus, input.form-control:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

input:not(:placeholder-shown) {
    border-bottom: 2px solid #000;
}

input:placeholder-shown {
    border-bottom: 2px solid #E6E6E6;
}

.form-select-sm {
    border: 0;
    border-bottom: 2px solid;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    padding-left: 0;
    width: 100%;
    padding: .385rem 0;
}

    .form-select-sm:focus {
        border: 0;
        border-bottom: 2px solid #64BC93;
        outline: none !important;
    }

button.btn {
    padding-top: 10px;
}