.main-footer {
    bottom: 15px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    position: absolute;
}

html,
body {
    min-height: 100% !important;
    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;
}

.navLink {
    color: #e7e7e7 !important;
    display: inline-block;
    position: relative;
    font-weight: 400 !important;
    border-bottom: 3px solid transparent !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    border-right: 0 !important;
    transition: 0.3s all ease !important;
    background-color: transparent !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.disabled-input {
    background-color: #f6f7f9 !important;
    opacity: 1 !important;
    border: 1px solid #c6c9d5 !important;
}


.steps .empty-request-block + li:before, .steps .empty-request-block a {
    background-color: #f6f7f9
}

.steps .empty-request-block .step-indicator, .steps .empty-request-block a {
    color: #363642
}

.steps .empty-request-block:hover + li:before, .steps .empty-request-block:hover a {
    background-color: #d7dce5
}

.steps .empty-request-block:hover a {
    color: #363642;
}

.steps .filled-request-block + li:before, .steps .filled-request-block a {
    background-color: #346cb0
}

.steps .filled-request-block .step-indicator, .steps .filled-request-block a {
    color: #fff
}

.steps .filled-request-block:hover + li:before, .steps .filled-request-block:hover a {
    background-color: #285489
}

.steps .filled-request-block:hover a {
    color: #fff;
}

.steps .invalid-request-block + li:before, .steps .invalid-request-block a {
    background-color: #ea6759
}

.steps .invalid-request-block .step-indicator, .steps .invalid-request-block a {
    color: #fff
}

.steps .invalid-request-block:hover + li:before, .steps .invalid-request-block:hover a {
    background-color: #d55244
}

.steps .invalid-request-block:hover a {
    color: #fff;
}

.steps .confirmed-request-block + li:before, .steps .confirmed-request-block a {
    background-color: #00a28a
}

.steps .confirmed-request-block .step-indicator, .steps .confirmed-request-block a {
    color: #fff
}

.steps .confirmed-request-block:hover + li:before, .steps .confirmed-request-block:hover a {
    background-color: #006f5f
}

.steps .confirmed-request-block:hover a {
    color: #fff;
}

#toasts {
    z-index: 1050;
    position: fixed;
    top: 75px;
    right: 10px;
}

.toast {
    width: 275px;
}

.hand-cursor{
    cursor: pointer !important;
}