﻿h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.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;
}

.word-break, table td {
    word-break: break-word;
}

/*bootstrap overrides
*/
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

.bg-success {
    color: #fff !important;
    background-color: #28a745 !important;
}

.bg-primary {
    background-color: #4A7BE7 !important;
}

.bg-warning {
    color: #212529 !important;
    background-color: #ffc107 !important;
}

.bg-info {
    color: #fff !important;
    background-color: #17a2b8 !important;
}

.spinner-border {
    opacity: 0;
    animation-name: rotate, fadeIn;
    animation-duration: 750ms, 600ms;
    animation-timing-function: linear, ease;
    animation-iteration-count: infinite, 1;
    animation-delay: 500ms;
    animation-fill-mode: forwards;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*bootstrap overrides
*/

.content {
    padding-top: 1.1rem;
}

/*.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}
*/

.invalid {
    outline: 1px solid red;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
}

.blazored-modal button.bm-close {
    padding: 0;
}

.validation-message {
    color: red;
}

#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;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

/*
    Primary Color: #4A7BE7 - Blue
    Primary Background Color: #F0F0F4 - Grey
    Primary Font: Helvetica Neue #212529 - Bootstrap Default
    Main Menu Font: Raleway
    Main Menu Dropdown Font: Poppins

*/

html {
    scroll-behavior: smooth;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600; /* Overriding Bootstrap Default of 500 so Displays Correctly in Firefox */
}

.vt-front-banner-h1 {
    color: #FFF !important;
    font-family: Raleway !important;
    font-size: 40px !important;
}

.vt-front-banner-h2 {
    color: #FFF !important;
    font-weight: 400 !important;
    font-size: 20px !important;
}

.vt-front h4 {
    color: #212529 !important;
    font-size: 24px !important;
    font-family: 'Segoe UI' !important;
}

.vt-widget h1 {
    color: #343d3e;
    font-size: 17px !important;
}

h1 {
    color: #343d3e;
    font-size: 1.5rem;
    font-family: Raleway;
}

h2 {
    font-weight: 600;
    color: #aeb2b7;
    text-transform: uppercase;
    font-size: 14.3px !important;
    font-family: Poppins;
    margin: 0px !important;
}

h3 {
    font-weight: 600;
    color: #343d3e;
    text-transform: uppercase;
    font-size: 14.3px !important;
    font-family: Poppins;
    margin: 0px !important;
}

h4 {
    font-size: 16.9px !important;
    font-weight: 600;
    color: #343d3e;
    font-family: Poppins;
    line-height: 1 !important;
}

h5 {
    color: #343d3e;
    font-size: 1.0rem;
}

h6 {
    color: #343d3e;
}

.vt-primary-color {
    color: #4A7BE7;
}

.not-authorized-color {
    color: #ff0000;
}

body {
    background-color: #F0F0F4;
}

@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins/Poppins-Regular.ttf");
}


@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: Raleway;
    src: url("../fonts/Raleway/Raleway-Medium.ttf");
}

@font-face {
    font-family: Raleway;
    src: url("../fonts/Raleway/Raleway-SemiBold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: Raleway;
    src: url("../fonts/Raleway/Raleway-Bold.ttf");
    font-weight: 700;
}

main > .container, main > .container-fluid, main > .container-report {
    padding: 30px 40px 30px 40px;
    background-color: #FFF;
}

main > .container-report {
    max-width: none !important;
    padding-right: 40px !important;
}

.form-control::placeholder {
    color: #aeb2b7;
    font-size: 14px;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #aeb2b7;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #aeb2b7;
}

.form-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important
}


.vt-container-600 {
    max-width: 600px;
}

.vt-container-800 {
    max-width: 800px;
    margin-bottom: 100px !important;
}

th {
    font-weight: 500;
}

tr, th {
    font-size: .9rem;
}

label {
    color: #315299;
}

.holiday-schedule-label {
    color: #212529;
}

.lead {
    font-size: 1.1rem;
}

.btn {
    font-family: Poppins;
    font-size: 14px;
    padding: .25rem .7rem;
}

.btn-primary {
    background-color: #4A7BE7;
    border-color: #4A7BE7;
}

    .btn-primary:hover {
        background-color: #3E5AD9;
        border-color: #3E5AD9;
    }

.btn-secondary {
    background-color: transparent;
    border: 1px solid #e2e5ec;
    color: #414b4c;
}

button.dt-button, div.dt-button, a.dt-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: .333em;
    margin-bottom: 0.333em;
    padding: 0.5em 1em;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
    font-size: 0.88em;
    line-height: 1.6em;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    background-color: #e9e9e9;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
    text-overflow: ellipsis
}

.show > .btn-secondary.dropdown-toggle, .btn-secondary:focus, .btn-secondary.active, .btn-secondary:active, .btn-secondary:hover {
    color: #414b4c;
    border-color: #e2e5ec;
    background-color: #f4f5f8;
}

.badge-primary {
    background-color: #4A7BE7;
}

.page-link {
    color: #4A7BE7;
}

.page-item.active .page-link {
    background-color: #4A7BE7;
    border-color: #4A7BE7;
}

a {
    color: #4A7BE7;
    text-decoration: none;
}

    a:hover {
        color: #3E5AD9;
        text-decoration: none;
    }

.view-link.view-link-custom {
    color: #4A7BE7;
    cursor: pointer;
}

    .view-link.view-link-custom:hover {
        color: #3E5AD9;
        text-decoration: underline;
    }

.table-head-light {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.vt-subheader-location-info a {
    color: #f4f5f8;
    font-size: 13px;
}

    .vt-subheader-location-info a:hover {
        text-decoration: none;
        color: #FFF;
        transition: all 0.3s ease;
    }

.vt-public-main, .vt-private-main {
    margin-top: 100px;
}

@media (max-width: 575.98px) {
    .custom-float {
        float: left !important;
        margin-top: 10px;
    }
}

@media (min-width: 576px) {
    .custom-float {
        float: right !important;
    }
}

@media (max-width: 575.98px) {
    .custom-padding-sm {
        padding: 0 !important;
    }
}


@media (max-width: 575.98px) {
    .full-width-on-small-screen {
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    .shrink-nav-brand-on-small-screen {
        width: 275px !important;
    }
}

.vt-subheader {
    background-color: #4A7BE7;
    margin-top: 85px;
    box-shadow: 0px 0px 40px 0px rgba(82,63,105,0.05);
    min-height: auto;
    line-height: 56px;
    padding-right: 35px;
    padding-left: 35px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    color: #33323f;
}

.footer {
    background-color: #FFF;
    font-size: 0.81em;
    bottom: 0;
    width: 100%;
}

    .footer > .container {
        padding-right: 15px;
        padding-left: 15px;
    }


    .footer a:hover {
        transition: color 0.3s ease;
        color: #4A7BE7;
        text-decoration: none;
    }

footer a {
    text-decoration: none;
    position: relative;
    color: #b2afc6;
}

    footer a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 1px;
        display: block;
        margin-top: 1px;
        right: 0;
        background: #4A7BE7;
        transition: width .2s ease;
        -webkit-transition: width .3s ease;
    }

    footer a:hover:after {
        width: 100%;
        left: 0;
    }

.vt-primary-color {
    color: #4A7BE7;
}

.bg-dark {
    background-color: #212529 !important;
}

.navbar {
    min-height: 85px;
    padding: 0;
}

.navbar-brand {
    line-height: 76px;
    padding: 0 .2rem 0 .8rem;
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
    font-size: 1.5rem;
    vertical-align: middle;
}

.nav-link {
    font-family: Raleway;
    font-size: 1rem;
    font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link {
    color: #FFF;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
}

.navbar .dropdown-menu {
    margin: 20px 0 0;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    border: none;
    padding-top: 18px;
}

.dropdown-toggle-hide-caret::after {
    display: none;
}

.dropdown-menu-right {
    right: 0;
    left: auto !important;
}

.navbar .help-dropdown-menu {
    margin: 25px 0 0 !important;
}

.navbar .dropdown-menu.show {
    animation: dropdown-menu-fade-in 0.3s ease 1, dropdown-menu-move-down 0.3s ease-out 1;
}

@keyframes dropdown-menu-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes dropdown-menu-move-down {
    from {
        margin-top: 30px;
    }

    to {
        margin-top: 20px;
    }
}

.navbar .dropdown-item {
    color: #5f6281;
    font-family: Poppins;
    font-size: .88rem;
    transition: all 0.3s ease;
    padding: 11px 80px 11px 30px;
}

    .navbar .dropdown-item:hover {
        color: #4A7BE7;
        background-color: #f8f8fb;
    }

.navbar .vt-dropdown-menu-icon {
    font-size: 1.4em;
    padding-right: 22px;
}

.table .dropdown-item {
    color: #5f6281;
    font-family: Poppins;
    font-size: .88rem;
    transition: all 0.3s ease;
    padding: 8px 45px 8px 25px;
}

    .table .dropdown-item:hover {
        color: #4A7BE7;
        background-color: #f8f8fb;
    }


.table .vt-dropdown-menu-icon {
    font-size: 1.2em;
    padding-right: 14px;
}

.vt-user-profile-icon {
    border-radius: 50%;
}

.vt-navbar-nav-right .dropdown-menu {
    margin: 12px 0 0 !important;
}

    .vt-navbar-nav-right .dropdown-menu.show {
        animation: dropdown-menu-fade-in-nav-right 0.3s ease 1, dropdown-menu-move-down-nav-right 0.3s ease-out 1;
    }

@keyframes dropdown-menu-fade-in-nav-right {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes dropdown-menu-move-down-nav-right {
    from {
        margin-top: 22px;
    }

    to {
        margin-top: 12px;
    }
}

.vt-nav-link-notification {
    font-size: 1.25rem;
    margin-top: 2px;
}

.vt-notification-indicator {
    position: absolute;
    width: 4px;
    height: 4px;
    background-clip: padding-box;
    margin-left: 7px;
    top: 16px;
    background-color: #4A7BE7;
    border-radius: 50%;
}

.vt-btn-subheader {
    background-color: #FFF;
    color: #1C6CAC;
    font-weight: 600;
    font-size: 11px;
    padding: .4rem .8rem;
}

    .vt-btn-subheader:hover {
        background-color: #E6E6E6;
        color: #1C6CAC;
    }

.vt-alert-message {
    transition: background-color 0.3s ease;
    display: block !important;
}

.vt-table-badge {
    padding: .4rem .21rem !important;
    text-align: center;
    border-radius: 4px;
    width: 60px;
    vertical-align: middle;
}

.vt-details-badge {
    padding: .4rem 10px !important;
    text-align: center;
    border-radius: 4px;
    width: auto;
    vertical-align: middle;
}

.vt-holiday-schedule {
    table-layout: fixed;
}

    .vt-holiday-schedule thead th {
        background-color: #4A7BE7;
        color: #FFF;
        font-weight: bold;
    }

.vt-front-icon {
    color: #4A7BE7;
    font-size: 60px;
}

.vt-container-no-bg {
    background-color: transparent !important;
}

.vt-front-banner {
    border-radius: 0;
    background: url("../images/front_banner_bg.jpg");
    background-size: cover;
    background-position: center;
    margin-top: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vt-front-banner-form {
    background-color: #FFF;
    border-radius: 15px;
    opacity: 1.0;
}

.vt-front-banner-form-title {
    color: #212529;
    font-family: Raleway !important;
    font-size: 32px !important;
    text-transform: uppercase !important;
    margin: 0px .5rem .5rem .5rem !important;
    line-height: 1.2 !important;
}

.vt-front-banner-button {
    background-color: #11AF22;
    color: #FFF;
    border: none;
    padding: 12px;
    font-weight: bold;
    font-size: 16px;
}

    .vt-front-banner-button:hover {
        background-color: #13C627 !important;
        color: #FFF;
    }

.vt-radiobuttonlist label {
    margin-left: 4px !important;
    margin-right: 10px !important;
    color: #495057 !important;
    font-size: .96rem;
    vertical-align: middle;
    display: inline-block;
}

.vt-radiobuttonlist input[type=radio] {
    margin-top: -1px;
    margin-right: 2px;
    vertical-align: middle;
}

.vt-dt-radiobuttonlist {
    margin-left: 20px !important;
    margin-right: 10px !important;
    margin-top: 30px;
    color: #495057 !important;
}

    .vt-dt-radiobuttonlist label {
        margin-left: 2px !important;
        margin-right: 10px !important;
        color: #495057 !important;
        font-size: 1rem;
        vertical-align: middle;
    }

.dataTables_scrollBody::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
    height: 12px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #4A7BE7;
}

.dataTables_scrollBody {
    border-bottom: 1px solid #DEE2E6;
}

.vt-dashboard .container {
    background-color: transparent !important;
    padding: 15px;
}

@media (min-width:1400px) {
    .vt-container-xxl {
        max-width: 1390px !important;
    }
}

small {
    font-weight: 400;
    color: #aeb2b7;
    line-height: normal !important;
}


.vt-widget small {
    font-family: Poppins !important;
}

.vt-widget-badge {
    background-color: #EEEEF4;
    color: #4A7BE7;
    padding: 2px;
    font-weight: 600;
    padding: 0.5rem 1rem;
    font-size: 11.375px;
    font-family: Poppins !important;
    line-height: 1.5;
    border-radius: 0.2rem
}

.vt-widget-badge-danger {
    background-color: #F8D7DA !important;
    color: #721C24 !important;
    padding: 2px;
    font-weight: 600;
    padding: 0.5rem 1rem;
    font-size: 11.375px;
    font-family: Poppins !important;
    line-height: 1.5;
    border-radius: 0.2rem
}

.vt-widget a {
    font-size: 14px;
}

.vt-widget {
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    background-color: #ffffff;
    border-radius: 4px;
    padding: 0px;
}

#divTransactions .dataTables_processing {
    margin-top: 40px !important;
}

.vt-widget-container {
    padding: 10px !important;
    background-color: transparent !important;
}

.vt-widget-header {
    padding: 15px 15px 8px 15px;
    border-bottom: 1px solid #ebedf2;
}

.vt-widget-customer-details {
    font-size: 14px;
    background-color: #F2F2F2;
    min-height: 172px;
    color: #343d3e;
}

    .vt-widget-customer-details small {
        color: #343d3e;
    }

.vt-widget-user-details {
    font-size: 14px;
    background-color: #EEF3FD;
}

.vt-widget-customer-details h6 {
    font-size: 14px;
    margin-bottom: 0px;
}

.vt-dashboard-table > :not(:last-child) > :last-child > * {
    border-bottom: 1px solid #dee2e6;
}

.vt-dashboard-table thead {
    border-top: 1px solid #dee2e6;
}

.vt-dashboard-table td {
    padding-right: .5rem !important;
}

.vt-dashboard-table th {
    font-weight: 600;
}

    .vt-dashboard-table th::before {
        right: 1.5rem !important;
    }

    .vt-dashboard-table th::after {
        right: 1rem !important;
    }

#divTransactions .dataTables_filter {
    text-align: right;
    margin-top: -38px;
    padding-right: 0px !important;
}

.vt-widget-list > div {
    display: flex;
    padding: 0px 15px 18px 15px;
}


    .vt-widget-list > div > div:first-child {
        padding-right: 12px;
    }

    .vt-widget-list > div > div:nth-child(2) {
        flex-grow: 1;
        font-family: Poppins;
        font-size: 14.3px;
        font-weight: 500 !important;
        align-self: center;
    }

.vt-widget-list a {
    color: #212529;
}

    .vt-widget-list a:hover {
        transition: color 0.3s ease;
        color: #4A7BE7;
        text-decoration: none;
    }

.vt-widget-timeline > div > div:nth-child(2) {
    flex-grow: 1;
    font-family: Poppins;
    font-size: 14.3px;
    font-weight: 500 !important;
    align-self: center;
    padding-left: 20px;
}

.vt-timeline-item {
    display: flex;
    padding: 0px 15px 20px 15px;
    position: relative;
}

.vt-widget-timeline > div:first-child {
    padding-top: 20px;
}

.first-timeline-item {
    padding-top: 20px;
}

.vt-timeline-item:before {
    content: "";
    width: 4px;
    height: 100%;
    background: #D7E3FA;
    left: 30px;
    top: 0;
    position: absolute;
}

.vt-timeline-item-circle {
    background-color: #D7E3FA;
    border: 6px solid #FFF;
    position: relative;
    height: 34px;
    width: 34px;
}

.vt-timeline-item.vt-timeline-item-expired:before {
    background-color: #4A7BE7;
}

.vt-timeline-item.vt-timeline-item-expired .vt-timeline-item-circle {
    background-color: #4A7BE7;
}

.vt-ofac-widget-badge {
    background-color: #E8F0F7;
}

.vt-ofac-widget-badge-reset-btn {
    right: 10px;
    top: 4px;
    font-size: 18px;
    color: #212529;
}

.carousel-control-prev, .carousel-control-next {
    display: inline-flex !important;
    position: static !important;
    background-color: #E8F0F7;
    width: 1.6rem !important;
    height: 1.6rem !important;
    border-radius: 5px;
    opacity: 1 !important;
}

.vt-carousel-control-icon {
    color: #4A7BE7;
    font-size: 13px;
    font-weight: bold !important;
}

.carousel-control-prev:hover, .carousel-control-next:hover, .carousel-control-prev:hover i, .carousel-control-next:hover i {
    background-color: #4A7BE7;
    color: #FFF !important;
    transition: all .3s;
}

.vt-carousel-control-icon:hover {
    color: #FFF !important;
}

.alert-info {
    background-color: #E8F0F7;
    color: #094175;
}

@media print {
    body {
        background-color: #FFF;
    }

    header {
        display: none;
    }

    .vt-trans-details-aside {
        margin-top: -32px;
    }

    .vt-help-icon {
        display: none;
    }

    .vt-print-icon {
        display: none;
    }

    footer {
        display: none;
    }
}

.vt-widget-transaction-details {
    font-size: 14px;
    background-color: #F2F2F2;
    color: #343d3e;
}

    .vt-widget-transaction-details h6 {
        font-size: 14px;
        margin-bottom: 0px;
    }

.vt-details-div, .vt-details-div h6 {
    font-size: 14px;
}

.vt-optional {
    font-size: 11px;
}

.vt-complete-date-message {
    font-size: 14px;
    color: #000;
}

.vt-help-icon {
    font-size: 16px !important;
}

    .vt-help-icon:hover {
        cursor: pointer;
        text-decoration: none;
    }

.vt-error-messages-list {
    margin-top: 8px;
    padding-left: 20px;
}

.vt-accordion-icon {
    color: grey;
}

.dataTable tfoot tr th {
    background-color: #E8EFFC;
}

.popover {
    max-width: 100%;
    min-width: 300px;
}

/* MFA Help Page Style */
.mfa-help-icon {
    height: 22px;
    width: 22px;
    cursor: pointer;
}

.panel {
    border: 0.5px solid lightgray;
}

.panel-header {
    padding: 8px 8px 6px;
    background: #f1f1f1;
}

.accordion-button {
    background: white;
    cursor: pointer;
    background-color: rgba(0,0,0,.03);
    font-weight: 400;
}

.question-button {
    background: white;
    border: 0.5px solid lightgray;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 6px;
}

.fit-content {
    width: fit-content;
}

.bg-footer {
    background-color: #E8EFFC;
    font-weight: bold;
}

.larger-badge-text {
    font-size: .80em;
}

/* Stylings for ADA compliance */

.h3-to-h4 {
    text-transform: none;
    font-size: 16.9px !important;
    font-weight: 600;
    color: #343d3e;
    font-family: Poppins;
    line-height: 1 !important;
}

.h2-to-h6 {
    text-transform: none;
    font-family: var(--bs-body-font-family); 
    color: #343d3e;
    font-size: 1rem !important;
    line-height: 1.2;
    margin-top: 0 !important;
    display: block;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.label-color {
    color: #315299;
}

.striped-rows .row:nth-child(odd) {
    background-color: #f8f9fa; /* Light gray (like Bootstrap's table-striped) */
}

.hidden-header {
    text-indent: -9999px;
    white-space: nowrap;
}

.striped-rows .row:nth-child(even) {
    background-color: #ffffff; /* White */
}


#paymentDetailsTable table {
    border: 1px solid #dee2e6;
    width: 100%;
}

#paymentDetailsTable tr:nth-child(odd) {
    background-color: #f2f2f2;
}

#paymentDetailsTable th, #paymentDetailsTable td {
    border: 1px solid #dee2e6;
    width: 50%;
    padding: 5px;
}

#borrowerEligibilityDiv h6, #borrowerEligibilityDiv label {
    font-size: 12px;
}



.badge {
    font-size: 11px;
}

/*******************Style Overrides for ADA compliance using Wave*******************/
.spanADALabel {
    font-size: 12px;
    color: #315299;
}

.spanADALabelCalculateAmounts {
    font-size: 16px;
    color: #315299;
    display: block;
}

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

/* H2 Overrides */
.custom-h1-to-h5 {
    color: #343d3e;
    font-size: 1.0rem !important;
    font-family: var(--bs-body-font-family) !important;
    text-transform: none !important;
    line-height: 1.2 !important;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    margin-top: 0px;
}

.custom-h1-to-h5-glossary {
    color: #343d3e;
    font-size: 1.0rem !important;
    font-family: var(--bs-body-font-family) !important;
    text-transform: none !important;
    line-height: 1.2 !important;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    margin-top: 0px;
    font-family: Raleway !important;
}

.custom-h2-to-h4 {
    text-transform: none;
    font-size: 16.9px !important;
    font-weight: 600;
    color: #343d3e;
    font-family: Poppins;
    line-height: 1 !important;
    margin-top: 0 !important;
    margin-bottom: .5rem !important;
}

.custom-h2-to-h5 {
    color: #343d3e;
    font-size: 1.0rem !important;
    font-family: var(--bs-body-font-family) !important;
    text-transform: none !important;
    line-height: 1.2 !important;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    margin-top: 0px;
}

.custom-h2-to-h3 {
    font-weight: 600;
    color: #343d3e !important;
    text-transform: uppercase;
    font-size: 14.3px !important;
    font-family: Poppins;
    margin: 0px !important;
}

.vt-front-banner-h2-to-h5 {
    text-transform: none;
    color: #FFF;
    font-size: 20px;
    font-family: var(--bs-body-font-family);
    margin-top: 0 !important;
    margin-bottom: .5rem !important;
    font-weight: 400;
    line-height: 1.2;
}

.custom-h2-to-h5-no-margin {
    color: #343d3e;
    font-size: 1.0rem !important;
    font-family: var(--bs-body-font-family) !important;
    text-transform: none !important;
    line-height: 1.2;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.custom-h2-to-h6 {
    text-transform: none;
    line-height: 1.2 !important;
    margin-top: 0 !important;
    font-family: 'Segoe UI' !important;
    font-weight: 600;
    color: #343d3e !important;
    font-size: 14px !important;
}

.customer-details-custom-h2-to-h6 {
    text-transform: none;
    font-weight: 600;
    line-height: 1.2 !important;
    margin-top: 0 !important;
    font-family: 'Segoe UI' !important;
    font-weight: 600;
    color: #343d3e !important;
}
/* H2 Overrides */

/* H3 Overrides */
.custom-h3-to-h1 {
    font-size: 1.5rem !important;
    font-weight: 600;
    color: #343d3e !important;
    margin: 0px 0px 8px;
    line-height: 1.2;
    margin-top: 0px !important;
    font-family: Raleway !important;
}

.custom-h3-to-h4 {
    font-size: 16.9px !important;
    font-weight: 600;
    color: #343d3e;
    font-family: Poppins;
    line-height: 1 !important;
    text-transform: none;
    margin-top: 0px !important;
}

.custom-h3-to-h6 {
    color: #343d3e;
    margin-bottom: 0 !important;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 14px !important;
    text-transform: none !important;
    font-family: var(--bs-body-font-family);
}

.vt-front h3 {
    font-size: 28px !important;
    font-family: 'Segoe UI' !important;
    text-transform: none !important;
    color: #212529 !important;
}

.vt-front .custom-vt-front-h3-to-h1 {
    font-size: 1.5rem !important;
    font-family: Raleway !important;
    color: #343d3e !important;
}

.vt-front .custom-vt-front-h3-to-h6 {
    color: #212529 !important;
    font-size: 32px !important;
    font-family: 'Segoe UI' !important;
    text-transform: none !important;
}

.vt-widget-customer-details .custom-h3-to-h6 {
    font-size: 14px !important;
    margin-bottom: 0px !important;
    color: #343d3e;
    margin-top: 0 !important;
    background-color: #F2F2F2;
    min-height: auto;
}
/* H3 Overrides */

/* H5 Overrides */
.custom-h5-to-h2 {
    font-weight: 600;
    color: #aeb2b7 !important;
    text-transform: uppercase !important;
    font-size: 14.3px !important;
    font-family: Poppins;
    margin: 0px !important;
}

.custom-h5-to-h1 {
    font-weight: 600;
    font-size: 17px !important;
    margin: 0px !important;
}
/* H5 Overrides */

/* H6 Overrides */
.vt-front h6 {
    color: #212529 !important;
    font-size: 32px !important;
    font-family: 'Segoe UI' !important;
    text-transform: none !important;
}

.custom-h6-to-h2 {
    text-transform: none;
    font-size: 14px !important;
    font-weight: 600;
    color: #343d3e;
    font-family: Poppins;
    line-height: 1.2 !important;
    margin-top: 0 !important;
    margin-bottom: .5rem !important;
}
/* H6 Overrides */

/* Misc */
.custom-trans-header {
    color: #343d3e;
    font-size: 1.0rem !important;
    font-family: var(--bs-body-font-family) !important;
    text-transform: none !important;
    line-height: 1.2;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.custom-calc-results {
    text-transform: none;
    line-height: 1.2 !important;
    margin-top: 0 !important;
    font-family: 'Segoe UI' !important;
    font-weight: 600;
    color: #343d3e !important;
    font-size: 16px !important;
    /*******************Style Overrides for ADA compliance using Wave*******************/
}

.scroll::-webkit-scrollbar { width: 10px; }
.scroll::-webkit-scrollbar-track { background: transparent; }
.scroll::-webkit-scrollbar-track-piece { background-color: transparent; border-radius: 3px; }
.scroll::-webkit-scrollbar-thumb { background: #3B7199; }
.scroll::-webkit-scrollbar-thumb:hover { background: #2A4D6D; }
.scroll::-webkit-scrollbar-button { background-color: none; max-height:4px; }
.scroll::-webkit-scrollbar-corner { background-color: #3B7199; }
.scroll::-webkit-resizer { background-color: #3B7199; }

#FooterLinks > a {
    font-size: 14px;
}

.main {
    max-width: 1000px;
    margin: 0 auto;
}

.errorMessage {
    display: block;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 10px;
    border-radius: 6px;
}

.successMessage {
    display: block;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 10px;
    border-radius: 6px;
}

.vt-scrollable {
    max-height: 600px;
    overflow-y: auto;
}

.gvHeaderStyle > th, td, gvRowStyle > th, td {
    padding-left: 10px !important;
}

#pnlPopUpBorrowerCallNotes {
    position: absolute;
    z-index: 1000;
    width: 400px;
    float: left;
}

    #pnlPopUpBorrowerCallNotes TABLE {
        border: #060F40 2px solid;
        color: #060F40;
        background: #ffffcc;
        width: 400px;
    }

.fit-content {
    width: fit-content !important;
}

.disabled, input[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
    min-height: 36px;
}

.vt-container-report {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.table th, .table td {
    white-space: nowrap;
    width: 1%;
}

#divReport {
    max-height: 800px !important;
    overflow-y: auto;
}

    #divReport table {
        position: relative;
    }

    #divReport th {
        position: sticky;
        top: -1px;
        vertical-align: bottom;
    }

.button-bar {
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.175);
}

.app-container {
    max-height: Calc(100vh - 88px);
    overflow-y: auto;
}

.gvSelectedRow {
    border: 3px solid !important;
}

.gvPagerStyle {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .gvPagerStyle table > tbody > tr > td {
        display: inline;
    }

        .gvPagerStyle table > tbody > tr > td > a,
        .gvPagerStyle table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .gvPagerStyle table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .gvPagerStyle table > tbody > tr > td:first-child > a,
        .gvPagerStyle table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .gvPagerStyle table > tbody > tr > td:last-child > a,
        .gvPagerStyle table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .gvPagerStyle table > tbody > tr > td > a:hover,
        .gvPagerStyle table > tbody > tr > td > span:hover,
        .gvPagerStyle table > tbody > tr > td > a:focus,
        .gvPagerStyle table > tbody > tr > td > span:focus {
            background-color: #eeeeee;
            border-color: #dddddd;
        }
