html,
body {
font-size: 13px !important;
font-weight: 400;
font-family: Inter, Helvetica, "sans-serif";
color: #181c32;
background-color: #f9f9f9;
}
body {
margin: 0;
padding: 0;
line-height: 1.5;
}
* {
box-sizing: border-box;
}
.row {
box-sizing: border-box;
width: 100%;
}
.row::after {
content: "";
display: block;
clear: both;
}
.col-1 {
width: 8.3333333333%;
float: left;
}
.col-2 {
width: 16.6666666667%;
float: left;
}
.col-3 {
width: 25%;
float: left;
}
.col-4 {
width: 33.3333333333%;
float: left;
}
.col-5 {
width: 41.6666666667%;
float: left;
}
.col-6 {
width: 50%;
float: left;
}
.col-7 {
width: 58.3333333333%;
float: left;
}
.col-8 {
width: 66.6666666667%;
float: left;
}
.col-9 {
width: 75%;
float: left;
}
.col-10 {
width: 83.3333333333%;
float: left;
}
.col-11 {
width: 91.6666666667%;
float: left;
}
.col-12 {
width: 100%;
float: left;
}
.col-padding {
padding: 0 10px;
}
.clearfix {
clear: both;
}
.card {
position: relative;
min-width: 0;
word-wrap: break-word;
border: 1px solid #f4f4f4;
border-radius: 0.625rem;
border: 0;
box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);
background-color: #ffffff;
margin-bottom: 2rem;
}
.card-body {
padding: 2rem 2.25rem 0;
}
.card-header {
min-height: 70px;
padding: 1.25rem 2.25rem 0;
}
.card-header--small {
min-height: 36px;
padding: 0.25rem 2.25rem 0;
}
.card-title {
font-weight: 500;
font-size: 1.275rem;
}
.card-deflist dt {
font-weight: 600;
}
.card-deflist dd {
color: var(--bs-text-gray-600);
margin-bottom: 1.25rem;
min-height: var(--bs-body-line-height);
}
.card-deflist dd:last-child {
margin-bottom: 0rem;
}
.mail {
margin: 0.75in 0.75in 0;
font-size: 14pt;
}
.mail.page {
height: 10in;
}
.mail-header {
padding-top: 0.75in;
height: 3.25in;
font-size: 14pt;
}
.mail-header_from {
height: 1.4in;
}
.mail-header_to {
float: right;
width: 3.54in;
}
.table {
width: 100%;
}
.table {
border-collapse: collapse;
}
.table, .table th, .table td {
border: 1px solid;
}
.table thead th {
padding: 14pt 0;
}
.table tbody tr:last-child td {
padding-bottom: 21pt;
}
.table tbody.no-border {
border: none;
}
.table tbody.no-border th,
.table tbody.no-border td {
border-top: none;
border-bottom: none;
}
.table td {
padding: 7pt;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
margin: 0;
font-weight: 600;
line-height: 1.2;
color: #181c32;
outline: 0;
}
h1,
.h1 {
font-size: 1.75rem;
line-height: 70px;
}
h2,
.h2 {
font-size: 1.35rem;
line-height: 70px;
}
h3,
.h3 {
font-size: 1.35rem;
}
h4,
.h4 {
font-size: 1.25rem;
}
h5,
.h5 {
font-size: 1.15rem;
}
h6,
.h6 {
font-size: 1.075rem;
}
.txt-right {
text-align: right;
}
.m-0 {
margin: 0 !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.mb-5 {
margin-bottom: 1.25rem !important;
}
.mb-8 {
margin-bottom: 2rem !important;
}
.ms-5 {
margin-left: 1.25rem !important;
}
.py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.pt-0 {
padding-top: 0 !important;
}
.pt-2 {
padding-top: 0.5rem !important;
}
.pt-5 {
padding-top: 1.25rem !important;
}
.pb-5 {
padding-bottom: 1.25rem !important;
}
.p-5 {
padding: 1.25rem !important;
}
.py-5 {
padding-top: 1.25rem !important;
padding-bottom: 1.25rem !important;
}
.py-10 {
padding-top: 2.5rem !important;
padding-bottom: 2.5rem !important;
}
.pb-10 {
padding-bottom: 2.5rem !important;
}
.summary {
background: #fff;
}
.summary .card {
padding: 12px 0;
border: 1px solid #020202;
}
.summary .card .card-header {
padding: 0 2.25rem 0;
}
.summary .card .card-title {
padding-top: 0;
}
.summary .card .card-title h1 {
padding: 0;
}
.application-section {
padding: 0px 12px;
}
.application-section:last-child {
border-bottom: none;
}
.application-section-title {
font-size: 24px;
margin-bottom: 12px;
}
.applicant {
font-size: 18px;
}
.applicant-info {
width: 100%;
}
.applicant-info th {
text-align: right;
font-size: 12px !important;
line-height: 21px;
vertical-align: top;
}
.container {
max-width: 1260px;
padding: 0;
margin-right: auto;
margin-left: auto;
}
.text-end {
text-align: right;
}
.h-70px {
height: 70px !important;
}
.mw-100 {
max-width: 100% !important;
}
.fw-normal {
font-weight: 400 !important;
}
.fw-bold {
font-weight: 600 !important;
}
.text-hover-primary:hover {
color: #00a3ff !important;
}
.text-gray-600 {
color: #7e8299 !important;
}
.text-gray-800 {
color: #3f4254 !important;
}
.card-deflist dt {
font-weight: 600;
}
.card-deflist dd {
color: #7e8299 !important;
margin-bottom: 1.25rem;
min-height: 1.5;
margin-left: 0;
}
.page-break {
page-break-before: always;
min-height: 100%;
}
ul.list {
margin: 0;
padding: 0;
list-style: none;
}
.border-0 {
border: 0 !important;
}
.w-300 {
width: 300px;
}
/*# sourceMappingURL=main.blade.php.map */