/* Defaults */
* { box-sizing: border-box; padding: 0; margin: 0; outline: none; }
html,
body { min-width: 320px; }
body { font-size: 16px; font-family: 'Montserrat', sans-serif; background-color: #F4F7FB; }
img { max-width: 100%; height: auto !important; }
button { background: none; border: none; cursor: pointer; font-family: 'Montserrat', sans-serif; }
a { color: #000; text-decoration: none; cursor: pointer; }
input,
select,
textarea { font-size: 16px; font-family: 'Montserrat', sans-serif; }

/*Sections*/
.wrapper { background-color: #F4F7FB; }
.container { padding: 20px; max-width: 800px; margin: 0 auto; background-color: #F4F7FB; }
.container.xsm { max-width: 400px; }
.section { padding-bottom: 20px; }
.content { height: calc(100vh + -111px); }

/* Header */
.header { width: 100%; height: 70px; background-color: #fff; box-shadow: 0px 2px 3px #00000026; display: flex; flex-wrap: wrap; position: relative; }
.header .logo { max-width: 204px; height: 50px !important; margin-top: 10px; }
.header .h2 { line-height: 50px; margin-left: 10px; }
.header button { line-height: 50px; cursor: pointer; }
.header > a { padding: 0 15px; min-width: 50px; text-decoration: none; }
.header button { padding: 0 15px; }

/* Header Alerts */
.header-alerts { position: fixed; top: 0; left: 0; right: 0; z-index: 5; }
.header-alerts > .header-alert { display: none; box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.202); padding: 0 5px; color: #fff; height: 30px; font-weight: bold; text-align: center; justify-content: center; align-items: center; gap: 5px; }
html[connection-speed="slow"] .header-alerts > .header-alert.bg-yellow { display: flex; }
html[connection-speed="offline"] .header-alerts > .header-alert.bg-red { display: flex; }
html[connection-speed="slow"] .header,
html[connection-speed="offline"] .header { margin-top: 30px; }

/* Side Nav */
.sidenav .close { position: absolute; right: 0; top: 0; width: 50px; height: 60px; line-height: 60px; text-align: center; font-size: 30px; color: #1678bd; cursor: pointer; }
.sidenav .close { color: #fff; }
.sidenav { position: fixed; width: 0; right: 0; top: 0; bottom: 0; left: 0; background: rgba(0,0,0,.5); }
.sidenav nav { max-width: 400px; width: 80%; background: #1678bd; position: absolute; top: 0; right: -500px; bottom: 0; overflow-y: auto; -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1); -moz-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1); box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1); -webkit-transition: right 200ms; -moz-transition: right 200ms; -o-transition: right 200ms; transition: right 200ms; }
.sidenav nav .name { padding: 60px 40px 30px 40px; color: #fff; font-size: 22px; display: block; font-weight: 600; }
.sidenav nav ul { padding: 60px 40px 40px 40px; list-style: none; }
.sidenav nav ul li { margin: 0 0 25px 0; }
.sidenav nav ul li a { color: #fff; font-size: 16px; display: block; font-weight: 300; text-decoration: none; }
.sidenav nav ul li a i { margin-right: 5px; }
.sidenav nav .menu-logo { padding: 10px; position: absolute; bottom: 15px; right: 0; left: 0; text-align: center; }
.sidenav nav .menu-logo img { margin: 0; max-height: 35px; }
.sidenav-on { overflow: hidden; }
.sidenav-on .sidenav { width: auto; z-index: 999; }
.sidenav-on .sidenav nav { right: 0; }

#loading-overlay { display: none; z-index: 9999; position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: #f9f9f9; background: rgba(255,255,255,.95); text-align: center; font-size: 50px; color: #1d65a4; }
#loading-overlay span { display: block; text-align: center; position: absolute; left: 50%; top: 50%; width: 200px; height: 200px; margin: -100px 0 0 -100px; font-size: 13px; text-transform: uppercase; color: #1d65a4; font-weight: 700; }
#loading-overlay span i { display: block; margin-top: 10px; font-size: 30px; }

@media all and (max-width: 700px) {
    #loading-overlay span { font-size: 11px; }
    #loading-overlay span i { font-size: 36px; }
}

/* Cursor */
.pointer { cursor: pointer; }


/* Footer bar */
body.fixed-footer { padding-bottom: 56px; }
.footer { display: flex; justify-content: center; align-items: center; width: 100%; background-color: #0057B7; box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.102); }
.footer.fixed { z-index: 1; position: fixed; left: 0; bottom: 0; right: 0; }
.footer a { padding: 10px; width: 50%; font-size: 11px; text-align: center; text-decoration: none; color: #fff; }
.footer a.btn { font-size: 16px }
.footer a.active { opacity: 1; }
.footer i { line-height: 24px; font-size: 22px; cursor: pointer; }
.footer.alt { z-index: 2; position: fixed; left: 0; bottom: 0; right: 0; padding: 10px; display: flex; background-color: #fff; color: #7A7C7F; gap: 20px; }

/* Buttons */
.btn { font-size: 16px; font-weight: 600; height: 40px; line-height: 40px; padding: 0px 10px; border-radius: 5px; display: block; background-color: #6B757D; color: #fff; text-align: center; cursor: pointer; border: none; text-decoration: none; }
.btn.inline { display: inline-block; }
.btn [type="checkbox"],
.btn [type="radio"] { vertical-align: middle; }
.btn.sm { height: 30px; line-height: 30px; }
.btn.light { background-color: #fff; color: #7A7C7F; }
.btn.blue { background-color: #0057B7; color: #fff; }
.btn.light-blue { background-color: #31A8FC; color: #fff; }
.btn.disabled-blue { background-color: #93b6e2; color: #fff; }
.btn.disabled-grey { background-color: #6d757d; color: #fff; pointer-events: none; cursor: default; }
.btn.green { background-color: #54c258; color: #fff; }
.btn.red { background-color: #c7081a; color: #fff; }
.btn.light-grey { background-color: #F7F7F7; color: #7A7C7F; }
.btn i { margin-right: 4px; }
.btn.forward { display: flex; justify-content: center; align-items: center; position: relative; margin-bottom: 0; }
.btn.back { display: flex; justify-content: center; align-items: center; width: initial; }
.btn-bar { display: flex; justify-content: center; border-radius: 5px; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.078); }
.btn-bar > * { flex-grow: 1; border-radius: 0; border: 1px solid #E2E6EA; }
.btn-bar > *:first-child,
.btn-bar > *:first-child > span { border-radius: 5px 0 0 5px; }
.btn-bar > *:last-child,
.btn-bar > *:last-child > span { border-radius: 0 5px 5px 0; border-right: none; }
.btn-bar *:checked + label,
.btn-bar *:checked + span,
.btn-bar > *:hover,
.btn-bar > *.active { color: #0057B7; font-weight: bold; }
.btn-bar > .blue:hover,
.btn-bar > .blue.active { color: #fff; font-weight: bold; }
.btn-bar *:checked + span { background-color: #0057B7; color: #fff; }
.btn-footer { position: fixed; bottom: 0; left: 0; right: 0; padding: 20px; font-size: 18px; line-height: 21px; border-radius: 0; height: initial; box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.202); }

/* Links */
.lnk,
.lnk:visited { display: inline-block; color: #0057B7; text-decoration: none; font-weight: 500; }
.lnk:hover { text-decoration: underline; }
.lnk.underline { text-decoration: underline; }

/* Card */
.card { padding: 20px; border-radius: 5px; border: 1px solid #E2E6EA; background: #fff; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.161); }
.card.border-red { border-left: 5px solid #FF0000; }
.card.alt { width: 330px; height: 370px; }
.btn-card { padding: 20px 0; flex-basis: calc(33.33333333% - 20px); position: relative; text-align: center; font-size: 13px; }
.btn-card.lg { flex-basis: calc(50% - 20px); }
.btn-card .badge { position: absolute; top: 5px; right: 5px; }
.btn-card .fa-circle-check,
.btn-card .fa-circle-exclamation { font-size: 18px; position: absolute; top: 5px; right: 5px; }
.btn-card .icon { margin-bottom: 5px; font-size: 30px; }
.btn-card.lg .icon { font-size: 45px; }

/* Alerts */
.alerts { max-width: 800px; margin: 0 auto; padding: 0 20px; }
.alerts > .alert:first-child { margin-top: 20px; }
.alert { padding: 15px; border-radius: 8px; border: 3px solid #999; color: #999; font-weight: 600; }
.alert.red { border-color: #FF0000; color: #000000; }
.alert.yellow { border-color: #f9a825; color: #000000; }
.alert.blue { border-color: #1354BC; color: #000000; }
.alert.green { border-color: #54C258; color: #000000; }

/* Badge */
.badge { display: inline-block; padding: 4px 5px; min-width: 18px; height: 18px; line-height: 1em; border-radius: 10px; background: #012756; color: #fff; font-size: 11px; text-align: center; }
.icon.top-right { position: absolute; top: 5px; right: 5px; }
.icon.top-right-large { font-size: 34px; position: absolute; top: -10px; right: -10px; }
.icon.circle-shadow { background-color: RGBA(0, 0, 0, .25); border-radius: 50%; }
.icon.round { border: 2px solid; border-radius: 50%; padding: 2px; font-size: 13px; }

/* List Items */
.list-item { display: block; padding: 10px; border-bottom: 1px solid #ccc; }
.list-item:last-child { border-bottom: none; }

/* Table */
.table { font-size: 14px; width: 100%; border-collapse: collapse; }
.table.striped-odd tr:nth-child(odd),
.table.striped-even tr:nth-child(even) { background: #fff; }
.table th,
.table td { padding: 15px 5px 15px 10px; }
.table.less-padding td { padding: 5px 10px 5px 0; }
.table th.text-right,
.table td.text-right { padding: 15px 10px 15px 5px; }
.table.bordered td { border: 1px solid #E2E6EA; }
.table.bordered-first-col td { border: none; }
.table.bordered-first-col td:first-child { border-right: 1px solid #E2E6EA; }
.table.top > * { vertical-align:top; }

/* Form */
.field { position: relative; display: block; }
.field .item { padding: 0 15px; height: 40px; width: 100%; background-color: #fff; border: 1px solid #c5cad0; border-radius: 5px; position: relative; text-align: left; font-size: 16px; font-weight: 400; font-family: 'Montserrat', sans-serif; }
.field .disabled { background: #eee; }
.field select.item.box,
.field button.item.box { cursor: pointer; font-weight: 600; color: #0057B7; border: 1px solid #E2E6EA; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15); }
.field textarea.item { min-height: 120px; padding: 15px; height: auto; min-width: 100%; max-width: 100%; }
.field.dropdown select { -moz-appearance: none; -webkit-appearance: none; appearance: none; }
.field.dropdown:after { right: 16px; top: 16px; border-top: 8px solid #0057B7; border-left: 8px solid transparent; border-right: 8px solid transparent; content: ""; display: inline-block; position: absolute; height: 0; width: 0; }
.field [class*="fa-"] { font-size: 18px; padding: 0 10px; color: #0057B7; }
.field .icon { z-index: 2; position: absolute; left: 5px; top: 50%; transform: translate(0%, -50%); }
.field .icon.badge { transform: translate(-25%, -50%); }
.field .icon:last-child,
.field .icon .right-5 { left: auto; right: 5px; }
.field .item:focus { border-color: #888; }
.field .text-anger span,
.field .error span { display: block; padding: 5px 0; color: #FF0000; }
.check,
.radio { padding: 5px 0; display: flex; align-items: center; gap: 10px; cursor: pointer; }
.check input,
.radio input { width: 16px; height: 16px; }
.check:hover input,
.radio:hover input { border-color: #000; }
.check.large input { width: 25px; height: 25px }
.check.box { display: flex; justify-content: flex-start; align-items: center; gap: 10px; border: 1px solid; border-radius: 5px; padding: 10px; border-color: #D3D3D3; }
.check.box > label { cursor: pointer; }
.field-validation-error { display:inline-block; padding-top:5px; color:#FF0000; }

/* Modal */
.modal { display: none; overflow: auto; z-index: 99999; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0.7); }
.modal.show { display: block; }
.modal .frame { position:relative; margin: 20px; padding: 20px; border-radius: 10px; background: #fff; }
.modal .frame .close {position:absolute;top:0;right:0;width:40px;height:40px;line-height:40px;font-size:20px;color:#000;text-align:center;cursor:pointer;}

@media (min-height: 800px) {
    .modal.show { display: flex; justify-content: center; align-items: center; }
}

@media (min-width: 600px) {
    .modal .frame.sm { max-width: 560px; margin: 20px auto; }
}

@media (min-width: 800px) {
    .modal .frame.md { max-width: 760px; margin: 20px auto; }
}

@media (min-width: 1000px) {
    .modal .frame.lg { max-width: 960px; margin: 20px auto; }
}

@media (min-width: 400px) {
    .modal .frame.xsm {
        max-width: 360px;
        margin: 20px auto;
    }
}

/* Tooltip */
.tooltip { left: 50%; bottom: 100%; transform: translate(-50%, 0%); padding: 10px; position: absolute; display: none; border-radius: 5px; background: #fff; box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.161); }
.tooltip.left { top: 50%; right: 100%; left: auto; bottom: auto; transform: translate(0%, -50%); }
.tooltip.right { top: 50%; left: 100%; bottom: auto; transform: translate(0%, -50%); }
.tooltip.bottom { top: 100%; left: 50%; bottom: auto; transform: translate(-50%, 0%); }
.tooltip-holder { position: relative; }
.tooltip-holder:hover .tooltip { display: inline-block; }
.tooltip:after { left: 50%; top: 100%; margin: 0 0 0 -10px; border-bottom: 10px solid #fff; border-left: 10px solid transparent; border-right: 10px solid transparent; content: ""; display: inline-block; position: absolute; height: 0; width: 0; }
.tooltip.left:after { left: 100%; top: 50%; margin: -10px 0 0 0; border-left: 10px solid #fff; border-top: 10px solid transparent; border-bottom: 10px solid transparent; }
.tooltip.right:after { left: auto; right: 100%; top: 50%; margin: -10px 0 0 0; border-left: none; border-right: 10px solid #fff; border-top: 10px solid transparent; border-bottom: 10px solid transparent; }
.tooltip.bottom:after { top: auto; left: 50%; bottom: 100%; margin: 0 0 0 -10px; border-bottom: none; border-top: 10px solid #fff; border-left: 10px solid transparent; border-right: 10px solid transparent; content: ""; display: inline-block; position: absolute; height: 0; width: 0; }

/*Grid*/
.grid { display: table; width: 100%; }
.grid > * { float: left; }

/* Widths */
.w-100 { width: 100% !important; }
.w-50 { width: 50% !important; }
.w-333 { width: 33.333333333% !important; }
.w-25 { width: 25% !important; }
.w-initial { width: initial !important; }

@media (max-width: 1000px) {
    .w-100-md { width: 100% !important; }
    .w-50-md { width: 50% !important; }
    .w-333-md { width: 33.333333333% !important; }
    .w-25-md { width: 25% !important; }
}

@media (max-width: 600px) {
    .w-100-sm { width: 100% !important; }
    .w-50-sm { width: 50% !important; }
    .w-333-sm { width: 33.333333333% !important; }
    .w-25-sm { width: 25% !important; }
}

@media (max-width: 400px) {
    .w-100-xs { width: 100% !important; }
    .w-50-xs { width: 50% !important; }
    .w-333-xs { width: 33.333333333% !important; }
    .w-25-xs { width: 25% !important; }
}

/* Heights */
.mh-45 { max-height: 45px; }


/* Flex */
.flex { display: flex; }
.flex.start { justify-content: flex-start; }
.flex.end { justify-content: flex-end; }
.flex.center { justify-content: center; }
.flex.between { justify-content: space-between; }
.flex.evenly { justify-content: space-evenly; }
.flex.middle { align-items: center; }
.flex.beginning { align-items: flex-start; }
.flex.stretch { align-items: stretch; }
.flex.wrap { flex-wrap: wrap; }
.flex.nowrap { flex-wrap: nowrap; }
.flex.grow > * { flex-grow: 1; }
.flex.column { flex-direction: column; }
.flex.gap-4 { gap: 4px; }
.flex.gap-10 { gap: 10px; }
.flex.gap-15 { gap: 15px; }
.flex.gap-20 { gap: 20px; }
.flex.gap-30 { gap: 30px; }
.flex.row-gap-1 { row-gap: 1em; }
.flex > *.shrink-0 { flex-shrink: 0; }
.flex.basis-45 > * { flex-basis: 45%; }
.flex.basis-48 > * { flex-basis: 48%; }
.flex.basis-100 > *, .flex .basis-100 { flex-basis: 100%; }
.flex > *.grow { flex-grow: 1; }
.flex.mc, .flex.cm { justify-content: center; align-items: center; }
.shrink-0 { flex-shrink: 0; }


/* Fonts */
.h1,
.h1 a,
.h2,
.h2 a,
.h3,
.h3 a,
.h4,
.h4 a { color: #012756; text-align: center; font-family: 'Montserrat', sans-serif; }
.h1 { font-size: 24px; line-height: 1.4em; font-weight: 600; }
.h2 { font-size: 20px; line-height: 1.4em; font-weight: 600; }
.h3 { font-size: 16px; line-height: 1.4em; font-weight: 600; }
.h4 { font-size: 14px; line-height: 1.2em; font-weight: 300; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.fs-13 { font-size: 13px; }
.fs-14 { font-size: 14px; }
.fs-15 { font-size: 15px; }
.fs-16 { font-size: 16px !important; }
.fs-18 { font-size: 18px; }
.fs-20 { font-size: 20px; }
.fs-24 { font-size: 24px; }
.fs-25 { font-size: 25px; }
.fs-26 { font-size: 26px; }
.fs-30 { font-size: 30px; }
.fs-35 { font-size: 35px; }
.fs-50 { font-size: 50px; }
.fw-300 { font-weight: 300 !important; }
.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }
.nowrap { white-space: nowrap; }
.ol { padding-left: 20px; }
.ul > li { list-style: none; padding-left: 20px; }
.ul > li:before { content: "\2022"; width: 20px; font-size: 50px; position: absolute; transform: translate(-100%, -12%); color: #002855; }

/* Positioning */
.relative { position: relative; }
.absolute { position: absolute; }
.top-0 { top: 0; }
.bot-0 { bottom: 0; }
.left-0 { left: 0; }
.right-0 { right: 0; }
.block { display: block; }
.inline { display: inline-block; }
.hidden { display: none; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.pull-left { margin-right: auto; }
.pull-right { margin-left: auto; }
.float-left { float: left; }
.float-right { float: right; }
.clear-floats { clear: both; }

/* Spacing */
hr { margin-bottom: 20px; width: 100%; border: none; border-top: 1px solid #d5dbe0; }
.spacer { padding-bottom: 20px; }
.btn-bar,
.form-item,
.table,
.card,
.alert,
.h1,
.h2,
.h3,
.h4 { margin-bottom: 20px; }
.field { margin-bottom: 15px; }
.p-0 { padding: 0 !important; }
.p-10 { padding: 10px !important; }
.p-15 { padding: 15px !important; }
.p-20 { padding: 20px !important; }
.p-25 { padding: 25px !important; }
.pt-0 { padding-top: 0px !important; }
.pt-5 { padding-top: 5px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-40 { padding-top: 40px !important; }
.pb-0 { padding-bottom: 0 !important; }
.pb-5 { padding-bottom: 5px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pl-10 { padding-left: 10px !important; }
.pl-20 { padding-left: 20px !important; }
.pl-40 { padding-left: 40px !important; }
.pl-45 { padding-left: 45px !important; }
.pl-50 { padding-left: 50px !important; }
.pr-5 { padding-right: 5px !important; }
.pr-10 { padding-right: 10px !important; }
.m-auto { margin: auto !important; }
.m-0 { margin: 0 !important; }
.m-20 { margin: 20px !important; }
.m-30 { margin: 30px !important; }
.mt-3 { margin-top: 5px !important; }
.mt-auto { margin-top: auto !important; }
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-25 { margin-top: 25px !important; }
.mt-40 { margin-top: 40px !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-12 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-23 { margin-bottom: 23px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-auto { margin-right: auto !important; }
.ml-10 { margin-left: 10px !important; }
.mt-n20 { margin-top: -20px !important; }
.lh-0 { line-height: 0 !important; }
.b-0 { border: 0 !important; }
.b-1 { border: 1px solid !important; }
.b-2 { border: 2px solid !important; }
.lh-26 { line-height: 26px; }
.lh-30 { line-height: 30px; }

/* Colors */
.text-initial { color: initial !important; }
.text-blue,
.text-blue-1 { color: #1354BC !important; }
.text-blue-2 { color: #0057B7 !important; }
.text-blue-3 { color: #30A6FC !important; }
.text-blue-4 { color: #0154BC !important; }
.text-dark-blue,
.text-dark-blue-1 { color: #052855 !important; }
.text-dark-blue-2 { color: #002855 !important; }
.text-grey,
.text-grey-1 { color: #7A7C7F !important; }
.text-grey-2 { color: #868686 !important; }
.text-grey-3 { color: #495057 !important; }
.text-green { color: #54C258 !important; }
.text-red { color: #FF0000 !important; }
.text-light-grey { color: #D3D3D3 !important; }
.text-yellow { color: #f9dc67 !important; }
.text-orange { color: #F9A825 !important; }
.text-white { color: white !important; }
.text-black { color: black !important; }
.bg-lightest-grey { background-color: #EEE !important; }
.bg-light-grey { background-color: #D3D3D3 !important; }
.bg-light-green { background-color: #EDFFEE !important; }
.bg-blue { background-color: #1354BC !important; }
.bg-grey { background-color: #7A7C7F !important; }
.bg-light-red { background-color: #FFEDED !important; }
.bg-red { background-color: #FF0000 !important; }
.bg-yellow { background-color: #ffc107 !important; }
.bg-white-fade { background: rgba(255,255,255,.8); }
.bg-f9 { background-color: #F9F9F9 !important; }

/* Border */
.b-rounded { border: 1px solid; border-radius: 5px; padding: 10px; }
.br-0 { border-radius: 0 !important; }
.br-5 { border-radius: 5px !important; }
.br-50 { border-radius: 50% !important; }
.bl-6 { border-left: 6px solid #ddd !important; }
.bc-left-red { border-left-color: #FF0000 !important; }
.bc-left-yellow { border-left-color: #f9a825 !important; }
.bc-green { border-color: #54C258 !important; }
.bc-red { border-color: #D02020 !important; }
.bc-blue { border-color: #D02020 !important; }
.bc-light-grey { border-color: #D3D3D3 !important; }

/* text transform */
.capitalize { text-transform: capitalize; }

/* Recall */
.recall-notice { padding: 5px; border-radius: 2px; color: white; font-weight: 600; }

/* Condition Report */
.reports-notfound { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: 200px; margin: 0px auto; border: 3px dashed #ddd; border-radius: 10px; padding: 40px 20px 30px 20px; text-align: center; font-size: 15px; color: #aaa; font-weight: 600; }
.reports-notfound i { display: block; text-align: center; font-size: 20px; margin-top: 10px; }

/* Photos */
.photo .loader { border-radius: 5px; display: none; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #f9f9f9; }
.vehicle .vehicle-thumbnail { height: 50px; width: 50px; }

/* login */
.login { height: calc(100vh - 65px); }

/*Signature*/
.signature-box { position: relative; height: 200px; border: 1px solid #ccc; margin-bottom: 10px; border-radius: 5px; overflow: hidden; }
.signature-box.has-image { height: auto; }
.signature-box canvas { width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.signature-box img { max-height: 200px; }

/*scanner*/
#scandit-container .code-location-canvas { width: 100%; height: 100%; position: absolute; top: 0; left: 0; pointer-events: none; }
#scandit-container .mirrored { transform: scale(-1, 1); }
#scandit-container { position: relative; }
#scandit-barcode-picker { background: black; }
#scandit-container #scan-result { display: none; position: absolute; background-color: rgba(0, 0, 0, .7); color: #fff; top: 55%; left: 50%; transform: translate(-50%,-50%); padding: 10px 15px; border-radius: 2px; white-space: nowrap; }
#scandit-container #scan-result .vin { font-size: 20px; margin-right: 20px; }
#scandit-container #scan-result a { color: white; background: #007bff; border-radius: 2px; padding: 1px 15px; }

#intro { padding: 40px; background: #f4f7fb; min-height: 70vh; font-family: 'Montserrat',sans-serif; }
#intro .frame { padding: 40px; max-width: 600px; margin: 0 auto 50px auto; border-radius: 10px; box-shadow: 0px 2px 10px rgb(0 0 0 / 20%); background: #fff; }
#intro h1 { text-align: center; color: #002855; margin-bottom: 20px; }
#intro p { text-align: center; margin-bottom: 20px; font-size: 16px; line-height: 26px; color: #000; }
#intro .btn { text-decoration: none; margin-bottom: 20px; width: 100%; padding: 10px; background: #0154bc; color: #fff; font-size: 17px; font-weight: 500; border-radius: 3px; min-height: 45px; line-height: 25px; text-align: center; display: block; cursor: pointer; }

/* Photos */
.photo.frame { border: 1px solid #CED4DA; border-radius: 4px; padding: 0; }
.photo.frame:last-child:nth-child(odd),
.photo.frame:only-child { margin: auto; }
.photo .holder.calc { height: 100px; padding: calc(120/320*100%) 10px; }
.photo i.fa-plus { font-size: 90px; }
.photo .holder,
.photo img { background-color: #F9F9F9; border-top-left-radius: 3px; border-top-right-radius: 3px; }
.photo .label { border-top: 1px solid #ced4da; padding: 5px 0; font-size: 11px; font-weight: bold; }
.photo .loader { border-radius: 5px; display: none; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #f9f9f9; }
.photo.loading .loader { display: block; }
.photo .loader i { position: absolute; left: 50%; top: 50%; margin: -15px 0 0 -15px; width: 30px; height: 30px; line-height: 30px; text-align: center; color: #333; font-size: 25px; }
.photo .take-picture-target { position: relative; border-radius: 5px; background: #f9f9f9; border: 1px solid #ddd; display: block; }
.arrow { color: #0057B7; font-size: 26px; }
.vehicle-thumbnail { height: 65px; width: 81px; align-items: flex-start; border-radius: 5px; }
.vehicle-thumbnail > img { height: 65px !important; width: 81px; border-radius: 5px; }
.vehicle-thumbnail > i { font-size: 24px; }
.vehicle { padding: 15px 0; }
.vehicles > *:first-child { padding: 10px 0 20px 0 }
.vehicles > *:last-child { padding: 20px 0 10px 0 }

/* Breadcrumb */
.breadcrumb { display: flex; align-items: center; justify-content: space-between; }
.breadcrumb .crumb { flex-grow: 1; text-align: center; }
.breadcrumb .text { margin-bottom: 5px; font-weight: bold; color: #052855; font-size: 12px; display: block; }
.breadcrumb .active .text { color: #0154BC; }
.breadcrumb .circle-holder { position: relative; height: 18px; }
.breadcrumb .circle { width: 18px; height: 18px; background-color: #EAEAEA; border-radius: 50%; margin: auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2; }
.breadcrumb .active .circle,
.breadcrumb .complete .circle { background-color: #FFFFFF; border: 2px solid #0154BC; }
.breadcrumb .complete .circle { background-color: #0154BC; }
.breadcrumb .circle-holder.line:after { content: ''; width: 100%; height: 6px; background: #EAEAEA; position: absolute; right: -50%; top: 50%; transform: translateY(-50%); z-index: 1; }
.breadcrumb .complete .circle-holder.line:after { background-color: #0154BC; }
.breadcrumb .circle-holder.line.vehicle-crumb:after { right: -62%; padding: 0 5%; }
.breadcrumb .circle-holder.line.reference-2-crumb:after { right: -40%; width: 90%; }

/* Vehicle Buttons */
.vehicle-btns { max-width: 440px; margin: auto auto 30px auto; }

/* vehicle card */
.vehicle-card { max-width: 600px; margin: 0 auto; overflow: hidden; width: 100%; margin-bottom: 20px; position: relative; padding: 0; border-radius: 2px; }
.vehicle-card .img { width: 100%; height: 0; padding-top: 60%; background: #f1f1f1; display: block; text-decoration: none; position: relative; overflow: hidden; }
.vehicle-card .img img { width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.vehicle-card .details .loc { margin-top: -15px; position: relative; display: block; text-decoration: none; padding: 15px 0; color: #888888; font-size: 13px; font-weight: 500; }
.vehicle-card .details .loc i { vertical-align: baseline; }
.vehicle-card .details { padding: 20px; background: #fff; border: 1px solid #e5e5e5; border-top: none; border-radius: 0 0 2px 2px; }
.vehicle-card .details .info { color: #0060ac; font-size: 15px; font-weight: 500; }
.vehicle-card .details h2 { color: #002855; margin-bottom: 15px; font-size: 18px; line-height: 20px; font-weight: 600; }
.vehicle-card .details .info .price { color: #59c35c; font-weight: 500; font-size: 15px; float: right; cursor: pointer; }

/* Heights */
.h-10 { height: 10% !important;}

.collateral { margin: auto; }
.collateral img { width: 100%; height: 0; background: #f1f1f1; display: block; text-decoration: none; position: relative; overflow: hidden; border-radius: 2px 2px 0 0 ; }
.collateral .details { padding: 20px 20px 10px; background: #fff; border: 1px solid #e5e5e5; border-top: none; border-radius: 0 0 2px 2px; }
.collateral .top-border { border-top-left-radius: 5px; border-top-right-radius: 5px; padding-bottom: 5px; padding-top: 5px; }

.purchase-thumbnail { width: 150px; border-radius: 5px; }
.purchase-thumbnail > img { height: 65px !important; width: 81px; border-radius: 5px; }

/* Evaluation Manheim/Blackbook */
.mileage-label { color: black; font-weight: 500; font-size: 14px; }
.mileage-section .mmr-logo { width: 19px; left: 15px !important }
.mileage-section .item { height: auto !important; padding: 10px 15px; }
#blackbook-modal th { padding: 15px 5px 5px 10px; }
#blackbook-modal tr.black-book { padding: 15px 5px 5px 10px; border: 1px solid #E2E6EA; }
#manheim-modal th { padding: 15px 5px 5px 10px; }
#manheim-modal tr.manheim { padding: 15px 5px 5px 10px; border: 1px solid #E2E6EA; }
#manheim-modal img { width: 22px; }
.equal-width { width: 27%; }
.grade-button { line-height: normal !important; height: 20px; padding-top: 2px; }
@media (min-width: 600px) {
    .min-w-350 { min-width: 350px; }
}
.inactive-link { pointer-events: none; cursor: default; }

/* Trade-In */
.hide { display: none !important; }
.greyed-out { color: #495057; background-color: #F7F7F7 !important; pointer-events: none; }
.trade-in select:disabled { color: #495057; background-color: #F7F7F7; cursor: default; }
.trade-in input:disabled { color: #495057; background-color: #F7F7F7; }
.trade-in-btn-bar { display: flex; justify-content: center; border-radius: 5px; border: 1px solid #c5cad0; }
.trade-in-btn-bar > * { flex-grow:1; border-radius: 0; height: 45px !important; font-size: 16px; }
.trade-in-btn-bar > *:first-child { border-radius: 5px 0 0 5px; }
.trade-in-btn-bar > *:last-child { border-radius: 0 5px 5px 0; border-right: none; }
.pill-tag { font-size: 12px; border-radius: 20px; display: inline-block; padding: 7px 12px; background-color: #0057B7; margin: 5px 0px 15px 0px; color: white; }
.net-allowance { border-radius: 5px; border: 1px solid #E2E6EA; background: #F7F7F7; width: 100%; margin: 0px 10px; color: #000; padding: 7px 10px; }
.ineligible-alert { border-bottom: 1px solid #FF0000; background-color: rgba(255, 0, 0, .03); border-radius: 5px 5px 0px 0px; font-size: 14px; }
.modal .allowance-frame { padding:20px; background:#fff; background-color: #F4F7FB; border-radius: 5px; }
@media (max-width: 426px) {
    .modal .allowance-frame { padding:20px; background:#fff; height: 100%; background-color: #F4F7FB; width: 100%; }
}
/*  Fair Market Value Settings  */
#fmv-condition-modifiers .container { background-color: #F4F7FB;}
#fmv-condition-modifiers h2 { color: #012756; font-size: 18px; text-align: center; margin-bottom: 12px;}
#fmv-condition-modifiers input { height: 40px; border-radius: 5px; border: 1px solid #E2E6EA; margin-bottom: 25px; padding-left: 40px; padding-bottom:1px; }
#fmv-condition-modifiers * label { margin-bottom: 8px;}
#fmv-condition-modifiers .flex.gap-10 .w-50 { width: calc( 50% - 4px);}
#fmv-condition-modifiers .flex.gap-10 .w-333 { width: calc( 33.33333% - 7px );}
#fmv-condition-modifiers i[class^="fa-regular fa-circle-"] { position:absolute; top:50%; left:10px; transform:translateY(-50%);  font-size:14px; }
#fmv-condition-modifiers .field-percent { position:absolute; top:50%; right:10px; transform:translateY(-50%);  font-size:16px; position: absolute; color: #acacac; font-weight: 800; }
#fmv-condition-modifiers input::-webkit-outer-spin-button,
#fmv-condition-modifiers input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } /* remove up and down arrows */
#fmv-condition-modifiers .red { color:#FF0000; }
#fmv-condition-modifiers .green { color:#54C258; }

/*  Fair Market Value Form  */
.field [data-show-modal="fmv"] { position: relative; }
.field [data-show-modal="fmv"] i[class="fa-regular fa-angle-right pull-right"] { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
#fmv-modal i { cursor: pointer; }
#fmv-modal .btn-group > *:first-child,
#fmv-modal .btn-group > *:first-child > span { border-radius: 5px 0 0 5px; }
#fmv-modal .btn-group > *:last-child,
#fmv-modal .btn-group > *:last-child > span { border-radius: 0 5px 5px 0; }
#fmv-modal .btn-group .w-333:nth-child(2) .btn { border-radius: 0 !important; }
#fmv-modal .btn-group input[type="radio"] { display: none; }
#fmv-modal .btn-group input:checked + span { background-color: #0057B7; color: #fff; border:1px solid #0057b7; } 
#fmv-modal .btn-group .btn { color: #575757; background-color: #fff; border: 1px solid #CED4DA; font-size: 13px;  padding: 0px; }
#fmv-modal .btn-group .btn:checked { background-color: #0057B7; }
#fmv-modal .text-gray { color: #485057 !important; }
#fmv-modal .bg-lightest-blue { background: #F5F5F5; cursor: default; }
#fmv-modal .bg-f4f7fb { background: #F4F7FB; }
#fmv-modal .percentage { font-size: 11px; padding-left: 3px; }
#fmv-modal .neg { font-weight: 700; font-size: 13px; text-align: center; width: 100%; padding-top: 4px; margin-bottom: -20px; color: #FF0000; }
#fmv-modal .pos { font-weight: 700; font-size: 13px; text-align: center; width: 100%; padding-top: 4px; margin-bottom: -20px; color: #54C258; }
.modal .loading-overlay { display: none; z-index: 9999; background: rgba(255, 255, 255, .90); color: #1d65a4; text-align: center; width: 287px; height: 500px; position: absolute; align-content: center; font-size: 25px; }