﻿html, body {
 font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
 background: white;
 margin: 0;
}

a, .btn-link {
 color: #006bb7;
}

.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;
}

.content {
 padding-top: 1.1rem;
}

h1:focus {
 outline: none;
}

.valid.modified:not([type=checkbox]) {
 outline: 1px solid #26b050;
}

.invalid {
 outline: 1px solid #e50000;
}

.validation-message {
 color: #e50000;
}

.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."
 }

.darker-border-checkbox.form-check-input {
 border-color: #929292;
}

.valid.modified:not([type=checkbox]) {
 outline: none !important;
}

.validation-message {
 color: #e50000 !important;
 font-size: 13px !important;
 margin-top: 8px !important;
}

.text-center {
 text-align: center;
}

.rz-dropdown, .rz-numeric-input, .rz-datepicker {
 font-size: 13px !important;
}

button.rz-button.rz-button-md.rz-variant-filled.rz-primary.rz-shade-default.btn.btn-success {
 background-color: #8BC34A !important;
 text-transform: none;
 box-shadow: none;
 /* color: #fff !important; */
}

button.rz-button.rz-button-md.rz-variant-filled.rz-primary.rz-shade-default.btn.btn-secondary {
 background: #fff !important;
 border: 1px solid #bfbfbf !important;
 color: #333 !important;
 box-shadow: none;
}

 button.rz-button.rz-button-md.rz-variant-filled.rz-primary.rz-shade-default.btn.btn-secondary span.rz-button-text {
  color: #333;
 }

button.rz-button.rz-button-md.rz-variant-filled.rz-primary.rz-shade-default.btn.btn-success span.rz-button-text {
 color: #fff;
}

button.rz-button.rz-button-md.rz-variant-filled.rz-light.rz-shade-default.btn.btn-secondary {
 border: 1px solid #e2e8f0 !important;
 box-shadow: none !important;
 background-color: #fff !important;
}

.input, .select, .rz-multiselect, .rz-dropdown, .rz-numeric-input, .rz-datepicker .rz-inputtext {
 border: 1px solid #e2e8eb !important;
}

.share-row button.rz-button.rz-button-md.rz-variant-filled.rz-primary.rz-state-disabled.rz-shade-default {
 border-radius: 10px;
}

.share-row button.rz-button.rz-button-md.rz-variant-filled.rz-primary.rz-shade-default {
 border-radius: 10px;
 background-color: #314158 !important;
}

.rz-fileupload-row {
 margin-bottom: 0 !important;
}

.rz-fileupload-files {
 border-radius: 8px;
 box-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
}

span.rz-icon-trash {
 font-size: 17px !important;
}

.rz-fileupload-row button.rz-button.rz-button-icon-only.rz-base.rz-shade-default {
    border: none !important;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

.rz-fileupload-row div {
 font-size: 12px;
 font-weight: 600;
 color: #314158;
}

.rz-fileupload-files {
 padding: 0 !important;
 margin-top: 10px;
}

.page-title {
 margin-top: 20px;
}

label.rz-label {
 font-size: 14px;
 padding-bottom: 0px !important;
 padding-right: 2px !important;
}

input.rz-textbox {
 height: 35px;
 border-radius: 4px;
 box-shadow: none;
}

.label {
 margin-bottom: 8px !important;
}

.section-header {
 margin-bottom: 5px !important;
}

.rz-form .row .rz-label {
 min-height: 35px !important;
}

.panel-heading {
 margin-bottom: 5px !important;
}

/*submission confirmation css*/
.page-container {
 display: flex;
 justify-content: center;
 align-items: center;
 height: 100vh;
 background: #f4f6f8;
}

.card {
 width: 800px;
 background: white;
 border-radius: 12px;
 padding: 40px 50px;
 box-shadow: 0 4px 12px rgba(0,0,0,0.15);
 text-align: center;
}

.small-title {
 font-size: 14px;
 letter-spacing: 1px;
 color: #6b7280;
 margin-bottom: 0px;
}

.main-title {
 font-size: 34px;
 font-weight: 700;
 color: #1f5fa9;
 margin-bottom: 0px;
}

.subtitle {
 font-size: 16px;
 color: #4b5563;
 margin-bottom: 0px;
}

.divider {
 border-top: 1px solid #d1d5db;
 margin: 25px 0;
}


.info-box {
 background: #efefef9e;
 padding: 25px;
 border-radius: 10px;
 text-align: center;
 color: #374151;
 line-height: 1.6;
 font-size: 14px;
 flex-direction: column;
 gap: 5px;
}


.button-container {
 margin-top: 0px;
}

.home-button {
 background-color: #2d8ecf;
 color: white;
 border: none;
 padding: 12px 28px;
 font-size: 15px;
 border-radius: 8px;
 cursor: pointer;
 box-shadow: 0 4px 10px rgba(0,0,0,0.15);
 transition: 0.2s ease;
}

 .home-button:hover {
  background-color: #2375a8;
 }

/*common css form all pages*/
/* Business Information page styles */
.biz-page {
 max-width: 980px;
 margin: 0 auto;
 padding: 18px;
 color: #333;
}

/* Legal Entity & Business Details styles */
.legal-page {
 max-width: 980px;
 margin: 0 auto;
 padding: 18px;
 color: #333;
}

/* ApplicationRequirements component styles */
.app-req {
 max-width: 980px;
 margin: 0 auto;
 padding: 22px;
 color: #333;
}

/* Producer Information page styles */
.producer-page {
 max-width: 980px;
 margin: 0 auto;
 padding: 18px;
 color: #333;
}

/* Proprietors & Additional Entities/Locations styles */
.prop-page {
 max-width: 980px;
 margin: 0 auto;
 padding: 18px;
 color: #333;
}

/* Review Information page styles */
.review-page {
 max-width: 980px;
 margin: 0 auto;
 padding: 18px;
 color: #333;
}

.meta {
 margin-bottom: 10px;
 color: #003B5C;
 font-size: 15pt;
 font-weight: 400;
 line-height: 21px;
}

.page-title,
.title {
 margin-bottom: 16px;
 color: #003B5C;
 font-size: 18pt;
 font-weight: 500;
 line-height: 21px;
}

.heading {
 color: #00509A;
 font-size: 18pt;
 font-weight: 600;
}

.progress ul {
 list-style: none;
 padding: 0;
 display: flex;
 gap: 12px;
 align-items: center;
 margin: 0 0 12px 0;
}

.progress li {
 padding: 8px 12px;
 font-size: 13px;
 color: #6b6b6b;
 background: linear-gradient(#fff, #fff);
 border-radius: 4px;
}

 .progress li.active {
  color: #0b7fb0;
  background: linear-gradient(#e9f7fb, #fff);
  border-bottom: 3px solid #0b7fb0;
 }

.panel {
 border: 1px solid #e6e6e6;
 border-radius: 4px;
 padding: 14px;
 background: #fff;
}

.panel-heading,
.section-header {
 padding: 2px 7px;
 background: #f5f5f5;
 border: 1px solid #d3d3d3;
 margin-bottom: 16px;
 margin-top: 24px;
 color: #00509A;
 font-size: 11pt;
 font-weight: 600;
}

 .panel-heading.small {
  margin-top: 6px;
 }

.form-row {
 margin-bottom: 12px;
 display: flex;
 flex-direction: column;
 gap: 6px;
}

.label {
 color: #333333;
 font-size: 12pt;
 font-weight: 400;
 margin-bottom: 13px;
}

.input {
 padding: 8px 10px;
 border: 1px solid #d0d0d0;
 border-radius: 3px;
 font-size: 13px;
}

 .input.full {
  width: 100%;
 }

.grid-2 {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 12px;
}

.grid-3 {
 display: grid;
 grid-template-columns: 1fr 1fr 1fr;
 gap: 12px;
}

 .grid-3 > div,
 .grid-2 > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
 }

.checkbox {
 font-size: 13px;
 color: #333;
}

.alt-address {
 background: #eaf6fb;
 border: 1px solid #c7eaf1;
 padding: 12px;
 margin: 10px 0 12px 0;
 border-radius: 4px;
}

.alt-inner {
 padding: 6px;
}

.section-sep {
 font-weight: 700;
 background: #f5f5f5;
 padding: 8px;
 border: 1px solid #ececec;
 border-radius: 3px;
 margin-top: 12px;
}

.contact-row .input {
 width: 100%;
}

.actions {
 display: flex;
 align-items: center;
 gap: 12px;
 margin-top: 14px;
}

.spacer {
 flex: 1;
}

.btn {
 padding: 8px 14px !important;
 border-radius: 4px !important;
 border: none !important;
 cursor: pointer !important;
 font-weight: 700 !important;
}

.btn-secondary {
 background: #e9e9e9 !important;
 color: #333 !important;
}

.btn-primary {
 background: #155dfc !important;
 color: #fff !important;
}

.btn-success {
 background: #8bc34a !important;
 color: #fff !important;
}

.section-header-blue {
 border-top: 3px solid #0074c2;
 background: #f8f8f8;
 font-weight: bold;
 padding: 0.5rem 0.75rem;
 margin-bottom: 0.5rem;
 font-size: 1.08rem;
}

.required {
 color: #FF0000;
}

.alt-address-box {
 background: #eaf6fb;
 border: 2px solid #b6e0fa;
 border-radius: 7px;
 padding: 18px 16px 12px 16px;
 margin: 16px 0 18px 0;
}

input[type="checkbox"] {
 width: 18px;
 height: 18px;
 accent-color: #1976d2;
 vertical-align: middle;
 margin-right: 8px;
}

.alt-address-box label:first-child {
 padding-top: 0 !important;
}

.radio-cell {
 display: flex;
 flex-direction: column;
 gap: 6px;
}

.radio-group {
 display: flex;
 gap: 12px;
 align-items: center;
}

.radio {
 font-size: 13px;
}

 .radio input {
  margin-right: 6px;
 }

 .radio.muted {
  color: #666;
 }

.intro {
 margin-bottom: 14px;
 color: #7F8C8D;
 font-size: 12pt;
 font-weight: 400;
 line-height: 22px;
 margin-top: 10px;
}

.requirements-box {
 background: #eaf6fb;
 padding: 25px 16px;
 box-shadow: 0 0 0 1px rgba(0,0,0,0.02) inset;
 border-left-width: 4px;
 border-left-style: solid;
 border-left-color: #2196F3;
 border-top-left-radius: 8px;
 border-top-right-radius: 8px;
 border-bottom-right-radius: 8px;
 border-bottom-left-radius: 8px;
}

.requirements-list {
 list-style: none;
 margin: 0;
 padding: 0;
 color: #2C3E50;
 font-size: 10.5pt;
 font-weight: 400;
 line-height: 40px;
}

.help-box {
    background: #f5f7fa;
    border-radius: 4px;
    padding: 14px;
    margin: 14px 0;
    text-align: center;
    color: #333;
    font-size: 13px;
}

    .help-box strong {
        color: #434343;
        font-size: 14px;
        font-weight: 700;
    }

    .help-box p {
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 0;
    }

.contact-details {
    color: #434343;
    font-size: 14px;
    font-weight: 400;
}

span.contact-details a,
p.additional a {
 color: #2196F3;
 text-decoration: none;
}

.additional {
 text-align: center;
 color: #333333;
 font-size: 12pt;
 font-weight: 400;
 margin-top: 20px;
}

.actions-row {
 display: flex;
 justify-content: space-between;
 align-items: center;
 gap: 12px;
 margin-top: 25px;
}

.actions-left {
 order: 1;
}

.actions-right {
 order: 2;
}

 .actions-left .btn,
 .actions-right .btn {
  display: inline-block;
 }

ul.requirements-list li:nth-child(4) {
 margin-left: 27px;
}

.section {
 margin-bottom: 2.5rem;
 padding-bottom: 1rem;
}

.section-subtext {
 font-size: 10pt;
 color: #444;
 margin-bottom: 0.5rem;
 font-style: italic;
}

.label.required:after {
 content: " *";
 color: #e53935;
 font-weight: bold;
}

.input.short {
 width: 220px;
}

.grid-3 > div {
 flex: 1 1 0;
}

.grid-2 > div {
 flex: 1 1 0;
}

.btn-add {
 margin-top: 0.5rem;
 margin-bottom: 1rem;
 background: #f5f5f5;
 color: #0074c2;
 border: 1px solid #0074c2;
 font-weight: bold;
}

.label-help-col {
 display: flex;
 align-items: center;
 gap: 0.25rem;
}

.custom-help-tooltip {
 position: absolute;
 top: -84px;
 right: -31px;
 background: #10a0dc;
 color: #fff;
 padding: 8px 10px 6px 8px;
 border-radius: 2px;
 font-size: 0.95rem;
 min-width: 200px;
 height: 77px;
 z-index: 100;
 box-shadow: 0 2px 8px rgba(0,0,0,0.08);
 white-space: pre-line;
}

.custom-help-tooltip-arrow {
 position: absolute;
 left: 20px;
 bottom: -10px;
 width: 0;
 height: 0;
 border-left: 10px solid transparent;
 border-right: 10px solid transparent;
 border-top: 10px solid #10a0dc;
}

.custom-help-tooltip p {
 margin-bottom: 0;
 font-size: 9.5pt;
 margin-top: -15px;
}

.add-btn {
 border: 2px solid #e0e0e0 !important;
 background-color: #fff;
 color: #333;
 box-shadow: none;
 padding: 1px 14px !important;
 font-size: 12pt;
 font-weight: 500;
}

.col-span-2 {
 grid-column: span 2;
}

.rz-grid-table thead th {
 background-color: #eee;
}

span.rz-column-title-content {
 font-weight: bold;
}

.rz-grid-table thead th div {
 padding-top: 6px !important;
 padding-bottom: 6px !important;
}

span.rz-column-title {
 padding-left: 10px !important;
}

.rz-grid-table td {
 padding: 0 10px;
}

.section-header {
 display: flex;
 justify-content: space-between;
 align-items: center;
}

.edit-link {
 font-size: 13px;
 color: #0b7fb0;
 text-decoration: none;
 cursor: pointer;
}

.section-body {
 padding: 10px 12px;
}

.row {
 display: flex;
}

.value {
 flex: 1;
}

.label-value {
 font-weight: normal;
}

.details-card {
 background: #fff;
 border-radius: 3px;
 box-shadow: 0 4px 10px 0 rgba(0,0,0,0.10);
 padding: 24px 24px 32px 24px;
 margin: 8px;
}

.section-title {
 color: #00509A;
 font-size: 15pt;
 font-weight: 700;
 margin-bottom: 18px;
}

.details-list .label {
 font-weight: 600;
 display: inline-block;
 margin-bottom: 16px;
 font-size: 10.5pt;
}

.review-info p {
 font-size: 12pt;
 font-weight: 700;
 margin-top: 15px;
 margin-bottom: 20px;
}

.review-info ul {
 padding-left: 20px;
}

.acknowledgement {
 margin-bottom: 50px !important;
 margin-top: 24px !important;
 display: flex;
 align-items: center;
}

 .acknowledgement span {
  font-size: 12pt;
 }

hr {
 border: 2px solid;
 margin-top: 25px;
 margin-bottom: 20px;
}

@media (max-width: 820px) {
 .grid-3 {
  grid-template-columns: 1fr;
 }

 .progress ul {
  flex-direction: column;
  gap: 6px;
 }

 .actions {
  flex-direction: column-reverse;
 }

  .actions .btn,
  .btn {
   width: 100%;
  }
}

@media (max-width: 720px) {
 .app-req {
  padding: 16px;
 }

 .actions-row {
  flex-direction: column;
 }

 .actions-left,
 .actions-right {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
 }

  .actions-left .btn,
  .actions-right .btn {
   width: 100%;
   max-width: 360px;
  }

 .review-page {
  padding: 12px;
 }

 .label {
  width: auto;
 }

 .row {
  flex-direction: column;
 }
}

.form-row, .rz-form {
 padding-left: 7px;
}

.btn-primary[disabled] {
 background-color: #e4eaf0 !important;
 color: #f9f3f4 !important;
}

button.rz-button.rz-button-md.rz-variant-filled.rz-primary.rz-shade-default.btn-letter-of-intent span.rz-button-text {
 color: white;
 font-weight: normal;
}

button.rz-button.rz-button-md.rz-variant-filled.rz-primary.rz-shade-default.btn-submit-new-quote-over-hundred span.rz-button-text {
 color: white;
 font-weight: normal;
}

.alert-header.email {
 /* padding: 0;
 background-color: #8FBB3F;*/
}

 .alert-header.email .alert-title {
  font-size: 20px !important;
 }

 .alert-header.email .alert-close span {
  font-size: 18px;
  position: relative;
  left: 8px;
  bottom: 5px;
 }

.success-message {
 padding: 20px;
 font-size: 16px;
}

.rz-numeric-button {
 background-color: #008dd0 !important;
}

button.rz-button.rz-button-md.rz-variant-filled.rz-light.rz-shade-default.download-quote {
 border: 1px solid #008dd0 !important;
}

 button.rz-button.rz-button-md.rz-variant-filled.rz-light.rz-shade-default.download-quote span.rz-button-text {
  color: #008dd0;
  font-weight: bold;
 }

/*For error page only*/

.error-wrapper {
 padding: 15px 20px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: white;
}

.error-header {
 background-color: #eeeeee;
 border-radius: 20px;
 display: flex;
 align-items: center;
 font-weight: bold;
 color: #cc0000;
}

.error-icon {
 width: 45px;
 height: 31px;
 margin-right: 10px;
 background-repeat: no-repeat;
 background-position: top left;
}

.error-message {
 margin-top: 18px;
 color: #444E8C;
}

.error-links {
 margin-top: 20px;
 color: #444E8C;
}

 .error-links a {
  color: #003399;
  text-decoration: underline;
 }
.quote-section .text-end {
    font-weight: normal;
    margin-bottom: 0;
}
.quote-section .form-group.producer-override {
    margin-bottom: 25px;
}
