/* _content/SAL.OnlineQuotations/Components/AboutDialog.razor.rz.scp.css */
h3[b-jkqnomifye] {
    line-height: 1.4285;
    font-size: 26px;
}

.min-width[b-jkqnomifye] {
    min-width: 600px
}

p[b-jkqnomifye] {
    font-size: 12px;
    color: #171717;
    font-weight: 300;
}

@media screen and (min-width: 768px) {
    .minimum-height[b-jkqnomifye] {
        min-width: 550px;
    }
}

.minimum-height[b-jkqnomifye] {
    min-height: 360px;
}

table[b-jkqnomifye] {
    width: 100%;
    border-collapse: collapse;
}

tbody[b-jkqnomifye] {
    padding-top: 4px;
}

th[b-jkqnomifye], td[b-jkqnomifye] {
    font-size: 12px;
    text-align: left;
}

thead th[b-jkqnomifye] {
    background-color: #f2f2f2;
}

tbody tr:hover[b-jkqnomifye] {
    background-color: #f5f5f5;
}

button.btn-ok[b-jkqnomifye] {
    border-radius: 0;
    color: #fff;
    background: #1195c6;
    width: 130px;
}
/* _content/SAL.OnlineQuotations/Components/AboutMeFormComponent.razor.rz.scp.css */
/* _content/SAL.OnlineQuotations/Components/ResultsComponent.razor.rz.scp.css */
h1[b-i975vgx1u7] {
    color: #1195c6;
    font-size: 39px;
    font-weight: 300;
}

p[b-i975vgx1u7] {
    font-size: 25px;
    color: #000;
    text-align: center;
}

.border[b-i975vgx1u7] {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 0 0 20px;
}

.results-box[b-i975vgx1u7] {
    text-align: center;
    background: #e7f4f9;
    border: 1px solid #1195c6;
    padding: 20px;
    max-width: 450px;
    margin: 0 auto;
}

.results-box-title[b-i975vgx1u7] {
    color: #6a626d;
    font-size: 30px;
}

.results-box-title-smaller[b-i975vgx1u7] {
    color: #6a626d;
    font-size: 24px;
}

.result-value[b-i975vgx1u7] {
    font-size: 50px;
}

.results-box-bottom[b-i975vgx1u7] {
    font-size: 20px;
}

.results-box span[b-i975vgx1u7] {
    display: block;
}

.button-box[b-i975vgx1u7] {
    display: flex;
    justify-content: flex-end;
}
/* _content/SAL.OnlineQuotations/Pages/FormSelection.razor.rz.scp.css */
.central-container[b-0w1ax4kvcg] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
}

.card-grid[b-0w1ax4kvcg] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 1400px;
  width: 100%;
  padding: 1rem;
  align-items: center;
}

.row-1[b-0w1ax4kvcg], .row-2[b-0w1ax4kvcg] {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.quote-card[b-0w1ax4kvcg] {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
  border: 1px solid transparent;
  flex: 0 0 280px;
  min-width: 280px;
}

.quote-card h3[b-0w1ax4kvcg] {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  color: #0a2e4d;
}

.quote-card p[b-0w1ax4kvcg] {
  font-size: 0.95rem;
  color: #555;
}

.quote-card:hover[b-0w1ax4kvcg] {
  background-color: #e6f7fc;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-color: #1195c6;
}

/* _content/SAL.OnlineQuotations/Pages/Index.razor.rz.scp.css */
.sal-logo[b-mmr1z40053] {
    height: 30px;
    margin: 30px;
    width: 110px;
}

/* Main */
.heading-container[b-mmr1z40053]{
    display: flex;
    align-items: flex-end;
}

.icon-container[b-mmr1z40053] {
    flex-grow: 1;
    align-self: flex-end;
}

.icon-container img[b-mmr1z40053] {
    width: 100%;
    height: auto;
}

.title-image-container img[b-mmr1z40053] {
    width: 80%;
}

.app-title[b-mmr1z40053] {
    flex-grow: 1;
    align-self: flex-end;
    font-weight: 300;
}

.version[b-mmr1z40053] {
    display: block;
    overflow: hidden;
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 5px;
}

.sub-version[b-mmr1z40053] {
    display: block;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
}

main[b-mmr1z40053] {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

/* Terms and Privacy */
.terms-area[b-mmr1z40053] {
    overflow: hidden;
    z-index: 2;
    position: relative;
    padding: 0 0 15px;
}

.terms-area ul[b-mmr1z40053] {
    max-height: 300px;
    overflow: auto;
    margin: 0;
    padding: 12px 0;
    list-style: none;
}

.terms-area ul li[b-mmr1z40053] {
    overflow: hidden;
}

.terms-area ul li h2[b-mmr1z40053] {
    font-size: 16px;
    margin: 0 0 12px;
}

.terms-area ul li p[b-mmr1z40053] {
    font-size: 12px;
    margin: 0 0 15px;
}

/* Footer */
footer[b-mmr1z40053] {
    font-size: 12px;
    line-height: 1.428
}

.footer-links[b-mmr1z40053] {
    text-decoration: underline;
    list-style: none;
    display: flex;
    padding: 0;
}

.footer-links a[b-mmr1z40053] {
    color: #fff;
}

.footer-links li[b-mmr1z40053] {
    display: inline;
}

.footer-links a:hover[b-mmr1z40053] {
    text-decoration: none;
    color: #a1eaff;
}

.footer-links li:not(:last-child)[b-mmr1z40053]::after {
    content: "|";
    margin: 0 10px;
}

.get-quote[b-mmr1z40053] {
    margin-bottom: 20px;
}

.clearfix-height[b-mmr1z40053] {
    height: calc(100vh - 700px);
    max-height: 200px;
}

.btn-index[b-mmr1z40053] {
    font-size: 12px;
    padding: 8px 0;
    width: 128px;
    border: 1px solid #fff; 
    color: #fff;
    background-color: #1195c6;
    margin-top: 15px;
    border-radius: 0; 
    transition: background-color 0.3s;
}

.btn-index:hover[b-mmr1z40053],
.btn-index:active[b-mmr1z40053] {
    background-color: #13ade3;
}

.btn-index:active[b-mmr1z40053] {
    background-color: #0f87b1;
}

.btn-index:disabled[b-mmr1z40053] {
    background-color: #f2f2f2;
    border-color: #b2b2b2;
    color: #d9d9d9;
}
/* _content/SAL.OnlineQuotations/Shared/LandingPageLayout.razor.rz.scp.css */
div[b-ptcpb2p9fw] {
    background: #0c7ba4 url('./images/speed2.jpg') 0 100% no-repeat;
    color: #fff;
    background-size: cover;
    font-weight: 300;
    min-height: 100vh;
}
/* _content/SAL.OnlineQuotations/Shared/MainLayout.razor.rz.scp.css */
article[b-ughbttuc14] {
    font-weight: 300;
}

.btn-back[b-ughbttuc14] {
    color: #fff;
}

.header[b-ughbttuc14] {
    background: #1195c6;
    height: 60px;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo[b-ughbttuc14] {
    display: block;
    width: 100px;
}

.img-responsive[b-ughbttuc14] {
    max-width: 100%;
    height: auto;
}

footer[b-ughbttuc14] {
    font-size: 15px;
    color: #171717;
}
