@import url('font-awesome/css/all.min.css');

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/OpenSans-Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/OpenSans-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/OpenSans-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansMedium';
    src: url('../fonts/OpenSans-Semibold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/OpenSans-Semibold.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSans-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/OpenSans-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

a, .btn-link {
    color: #0366d6;
}

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

.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;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.due-diligence-header {
    color: #1b6ec2;
    font-weight: 650;
    font-size: 1.1rem;
    background-color: #e8f2fc;
}

.refund-advance-notice {
    color: #1b6ec2;
    background-color: #e8f2fc;
}

.due-diligence-yes {
    color: purple;
    font-weight: bold;
}

.form-check-input-styled {
    width: 1.125em;
    height: 1.125em;
    border: 2px solid #1b6ec2;
}

.card-interview-section input[type="text"],
.card-interview-section input[type="email"],
.card-interview-section input[type="tel"] {
    text-transform: uppercase;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.app-loader {
    color: #1878cc;
    display: block;
    position: fixed;
    z-index: 1031;
    top: calc(50% - (78px / 2));
    right: calc(50% - (78px / 2));
}

span.loader {
    color: #1878cc;
}

.jumbotron {
    background-color: #f5f5f5;
    border-radius: 0.3rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 4rem 2rem;
}

a.navbar-brand {
    white-space: normal;
    word-break: break-all;
    padding-left: 0;
    padding-top: 0;
}

a.navbar-brand img {
    max-width: 64%;
}

.navbar .container {
    margin-left: 0;
    padding-left: 0;
}

.navbar {
    padding-left: 1.25rem;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .nav-tabs-bottom .nav-link.active, .nav-tabs-bottom .nav-item.show .nav-link {
    border-bottom: 2px solid #4ec5c1;
    background-color: transparent;
    color: rgb(73, 80, 87);
}

.nav-tabs .nav-link {
    border: none;
    color: #738087;
}

h5 {
    font-family: OpenSansMedium;
    font-size: 17px;
    font-weight: 500;
}

.text-info {
    color: #17a2b8 !important;
}

.text-success {
    color: #28a745 !important;
}

.text-emphasis {
    color: #0A58CA;
    font-weight: 500;
}

a {
    color: #0366d6;
}

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

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 3.5rem;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    font-size: 13px;
    line-height: 3.5rem;
    background-color: #f5f5f5;
}

.highlight {
    background-color: #ffff00;
    font-weight: bold;
}

.highlight-blue {
    background-color: #1b6ec2;
    color: #fff;
    font-weight: bold;
}

.blue-bullets {
    list-style: none;
    padding-left: 0;
}

.blue-bullets ul {
    list-style: none;
}

.blue-bullets > li {
    padding-left: 1.5em;
    position: relative;
}

.blue-bullets > li::before {
    content: '\2022';
    color: var(--bs-primary, #0d6efd);
    font-size: 1.2em;
    position: absolute;
    left: 0;
    top: 0;
    line-height: inherit;
}

.blue-bullets ul > li {
    padding-left: 1.5em;
    position: relative;
}

.blue-bullets ul > li::before {
    content: '\25E6';
    color: var(--bs-primary, #0d6efd);
    font-size: 1.6em;
    position: absolute;
    left: 0;
    top: -0.3em;
    line-height: inherit;
}

.help-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fff;
    background-color: var(--bs-primary, #0d6efd);
    border-radius: 50%;
    cursor: help;
    position: relative;
}

.help-icon .help-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 0.5em 0.75em;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: normal;
    white-space: normal;
    width: 280px;
    text-align: left;
    z-index: 1000;
    transition: opacity 0.2s;
}

.help-icon:hover .help-tooltip {
    visibility: visible;
    opacity: 1;
}
