@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/BlazorStrap.V5/BlazorStrap.V5.soy3cwhzex.bundle.scp.css';
@import '_content/BlazorStrap/BlazorStrap.10v83wk5fb.bundle.scp.css';
@import '_content/UcpmComponentLibraryEx/UcpmComponentLibraryEx.ftv56eftzr.bundle.scp.css';

/* /Pages/About/AboutUs.razor.rz.scp.css */
/* General Timeline Container */
.timeline[b-m3z1cgl7bb] {
    position: relative;
    padding-left: 40px;
    margin: 20px 0;
   
}

/* Timeline Item */
.timeline-item[b-m3z1cgl7bb] {
    position: relative;
    margin-bottom: 15px;
}

/* Icon Leaf */
.timeline-item[b-m3z1cgl7bb]::before {
    content: '🍃'; 
    position: absolute;
    left: -26px;
    top: 0;
    font-size: 20px;
    color: #20B486; /* Green shade to match the image */
}

/* Timeline Title */
.timeline-title[b-m3z1cgl7bb] {
    font-weight: bold;
    color: #009C80; /* Teal green to match the headers */
    font-size: 1.2em;
}

/* Timeline Date */
.timeline-date[b-m3z1cgl7bb] {
    float: right;
    font-weight: bold;
    color: #00A97F;
    font-size: 1em;
    margin-top: 5px;
}

/* Timeline Description */
.timeline-description[b-m3z1cgl7bb] {
    margin-top: 5px;
    font-size: 0.95em;
    color: #333;
    max-width: 900px;
    border-left: 2px solid #ccc;
    padding-left: 20px;
    margin-left: -12px; /* Align with the timeline */
}
/* /Pages/About/UcpmValue.razor.rz.scp.css */
.ucpm-card[b-5g1swo1fx4] {
    background-color: #f9f9f9; /* light background */
    border-left: 6px solid #00B374; /* bold green accent */
    padding: 30px 40px;
    margin: 30px auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); /* soft shadow */
    max-width: 800px;
    border-radius: 4px;
}

/* Header style */
.ucpm-card h3[b-5g1swo1fx4] {
    margin-top: 0;
    color: var(--color-secondary-deep-navy) ; /* #003A61 deep navy blue */
    font-weight: 700;
}

/* Paragraph style */
.ucpm-card p[b-5g1swo1fx4] {
    color: #333;
    font-size: 1em;
    margin-bottom: 1em;
}

/* Bullet list with icons */
.ucpm-card ul[b-5g1swo1fx4] {
    padding-left: 0;
    list-style: none;
}

.ucpm-card li[b-5g1swo1fx4] {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    font-size: 1em;
    color: #222;
}

/* Leaf icon for bullets */
.ucpm-card li[b-5g1swo1fx4]::before {
    content: '🍃';
    position: absolute;
    left: 0;
    top: 0;
    color: #00B374;
    font-size: 1em;
}
/* /Pages/AccountInfo/AccountInfoPage.razor.rz.scp.css */
/* /Pages/AccountInfo/AllAccounts.razor.rz.scp.css */
.all-accounts[b-yr7u4lhnm5] {
    max-width: 1500px;
    margin: 0 auto;
}

/* Tablet and down */
@media (max-width: 992px) {
    .all-accounts[b-yr7u4lhnm5] {
        padding-left: 32px;
        padding-right: 16px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .all-accounts[b-yr7u4lhnm5] {
        padding-left: 16px;
        padding-right: 12px;
    }
}
/* /Pages/Account/Settings.razor.rz.scp.css */
/* /Pages/AdminMenu.razor.rz.scp.css */
.navbar-custom[b-cdb9l9ilv2] {
    background-color: #e9f5f0 !important;
    border-left: 0.5px solid #dcefe7 !important;
    font-family: "Roboto Slab", serif;
}
.pathfinder-title[b-cdb9l9ilv2] {
    font-weight: 800;
    color: #007777;
}
.nav-link .bi[b-cdb9l9ilv2] {
    vertical-align: middle;
    color: var(--color-primary-brand-teal);
}

.pf-nav-link i[b-cdb9l9ilv2] {
    display: inline-block;
    transition: all 0.4s ease;
}

.pf-nav-link:hover i[b-cdb9l9ilv2] {
    display: inline-block;
    transform: rotate(180deg);
}

.pf-nav-link.show[b-cdb9l9ilv2] {
    i {
        display: inline-block;
        transform: rotate(90deg);
    }
}

.settings-notif[b-cdb9l9ilv2]{
    padding-left: 60px !important;
}

@media (max-width: 768px) {
    .navbar-custom[b-cdb9l9ilv2] {
        font-size: 0.9rem;
    }

    .pathfinder-title[b-cdb9l9ilv2] {
        font-size: 1.2rem;
    }

    .nav-link .bi[b-cdb9l9ilv2] {
        font-size: 1.2rem;
    }
    
}

@media (min-width: 568px) and (max-width: 768px) {
    .nav-link .bi[b-cdb9l9ilv2] {
        font-size: 0.85rem;
    }
    
    .nav-link[b-cdb9l9ilv2] {
        font-size: 0.95rem;
    }
}

.navbar-custom-bottom-clip[b-cdb9l9ilv2] {
    padding-bottom: 25px;
    clip-path: polygon(0 0, 100% 0, 100% 15%, 0% 100%);
    background-color: #e9f5f0 !important;
    border-bottom: 0.5px solid #dcefe7 !important;
    border-left: 0.5px solid #dcefe7 !important;
    border-bottom-left-radius: 0.5rem;
}

.navbar-custom[b-cdb9l9ilv2] {
    padding-bottom: 0px;
}
/* /Pages/AdminTools/AdminToolsContainer.razor.rz.scp.css */
.admin-tools-container[b-oa3a094oy8] {
    max-width: 1500px;
    margin: 0 auto;
}

/* Tablet and down */
@media (max-width: 992px) {
    .admin-tools-container[b-oa3a094oy8] {
        padding-left: 32px;
        padding-right: 16px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .admin-tools-container[b-oa3a094oy8] {
        padding-left: 16px;
        padding-right: 12px;
    }
}
/* /Pages/Dashboard/InsuredDashboard.razor.rz.scp.css */
.risk-dot[b-rgp3o8ee8q] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #333;
}

.dot-fill[b-rgp3o8ee8q] { background-color: #008080; }
.dot-empty[b-rgp3o8ee8q] { background-color: #fcfcfa !important; }

.policy-status-box[b-rgp3o8ee8q] {
    padding-top: 20px;
    position: relative;
    top: -20px;
    height: 70px;
    width: 250px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
}
/* /Pages/Dashboard/RequiredForBindingList.razor.rz.scp.css */
.risk-dot[b-x3f93ml0kt] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #333;
}

.dot-fill[b-x3f93ml0kt] { background-color: #008080; }
.dot-empty[b-x3f93ml0kt] { background-color: #fcfcfa !important; }
/* /Pages/GotoMarketPage/GotoMarket.razor.rz.scp.css */
.back-to-dashboard[b-728bid9e5i] {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #77c3c9; /* Turquoise color */
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .back-to-dashboard:hover[b-728bid9e5i] {
        background-color: #66b0b6;
    }

    .back-to-dashboard .icon[b-728bid9e5i] {
        margin-right: 8px;
        font-size: 16px;
    }
/* /Pages/Learn/LearningCenter.razor.rz.scp.css */
.learn-center[b-g21q11mv2z] {
    max-width: 1500px;
}
/* /Pages/Learn/ProductExpertise.razor.rz.scp.css */
.learn-center[b-cgd7z0yesq] {
    max-width: 1500px;
}
.color-block-rev[b-cgd7z0yesq] {
    margin: 1.25rem -1.5rem;
    width: auto;
    justify-content: center;
    padding: 1.25rem;
    background-color: #F7F7F7;
}
/* /Pages/Learn/TakeABreak.razor.rz.scp.css */
.learn-center[b-4nihyok1bc] {
    max-width: 1500px;
}
/* /Pages/PathfinderPage/CobSearchResultsList.razor.rz.scp.css */
.result-list[b-zmmfhquu1l] {
    width: 100%;
    max-width: 600px;
    h4{
        color: #007275;
        font-weight: normal !important;
        font-size: 1.3rem !important;
    }
    .bi[b-zmmfhquu1l]{
        color: #eeecde  !important;
    }
    p[b-zmmfhquu1l]{
        font-family: "Archivo", sans-serif !important;
        color: black;
        font-size: 0.9rem !important;
    }
}

.list-group-item[b-zmmfhquu1l]{
    border:0 !important;
    padding-left: 0 !important;
}

.form-check-input:checked + .form-checked-content[b-zmmfhquu1l] {
    opacity: .5;
}

.form-check-input-placeholder[b-zmmfhquu1l] {
    border-style: dashed;
}
[contenteditable]:focus[b-zmmfhquu1l] {
    outline: 0;
}

.list-group-checkable .list-group-item[b-zmmfhquu1l] {
    cursor: pointer;
    font-family: 'Roboto Slab', serif !important;
}
.list-group-item-check[b-zmmfhquu1l] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.list-group-item-check:hover + .list-group-item[b-zmmfhquu1l] {
    background-color: var(--bs-secondary-bg);
}
.list-group-item-check:checked + .list-group-item[b-zmmfhquu1l] {
    color: #fff;
    background-color: var(--link-color);
    border-color: var(--color-primary-aria-cloud);
    box-shadow: 0 0 0 2px var(--color-secondary-mint)
}
.list-group-item-check[disabled] + .list-group-item[b-zmmfhquu1l],
.list-group-item-check:disabled + .list-group-item[b-zmmfhquu1l] {
    pointer-events: none;
    filter: none;
    opacity: .5;
}

.list-group-radio .list-group-item[b-zmmfhquu1l] {
    cursor: pointer;
    border-radius: .5rem;
}
.list-group-radio .form-check-input[b-zmmfhquu1l] {
    z-index: 2;
    margin-top: -.5em;
}
.list-group-radio .list-group-item:hover[b-zmmfhquu1l],
.list-group-radio .list-group-item:focus[b-zmmfhquu1l] {
    background-color: var(--bs-secondary-bg);
}

.list-group-radio .form-check-input:checked + .list-group-item[b-zmmfhquu1l] {
    background-color: var(--bs-body);
    border-color: var(--link-color);
    box-shadow: 0 0 0 2px var(--link-hover-color);
}
.list-group-radio .form-check-input[disabled] + .list-group-item[b-zmmfhquu1l],
.list-group-radio .form-check-input:disabled + .list-group-item[b-zmmfhquu1l] {
    pointer-events: none;
    filter: none;
    opacity: .5;
}

.more-results-toggle[b-zmmfhquu1l] {
    font-family: 'Roboto Slab', serif !important;
    text-transform: capitalize;
    font-weight: normal !important;
    font-size: 1rem !important;
    border:none !important;
}

.more-results-toggle:hover[b-zmmfhquu1l] {
    background:rgba(0,0,0,0.08) !important;
}
/* /Pages/PathfinderPage/PathFinderPage.razor.rz.scp.css */
.admin-menu-container[b-jvhqdldjqd]{
    max-width: 1500px !important;
    margin: 0 auto;
}
.navbar-custom[b-jvhqdldjqd] {
    background-color: #daf7eb;
    font-family: "Roboto Slab", serif;
    border-bottom-left-radius: 0.5rem;
}
.pathfinder-title[b-jvhqdldjqd] {
    font-weight: 800;
    color: #007777;
}
.arrow-underline[b-jvhqdldjqd] {
    display: block;
    margin-top: -5px;
    font-size: 1.5rem;
    color: #F4B942;
}

.search-container[b-jvhqdldjqd] {
  /*  margin-top: 50px;*/
    padding-bottom: 50px;
    padding-right: unset;
    max-width: 1500px !important;
}
.info-note[b-jvhqdldjqd] {
    font-size: 0.8rem;
    color: #666;
    font-family: 'Roboto', sans-serif;
}
.search-input .search-results[b-jvhqdldjqd]{
    font-family: 'Roboto', sans-serif !important;
}

.search-title[b-jvhqdldjqd]{
    font-family: 'Roboto Slab', serif;
    font-weight: 800;
    font-size: 0.89rem;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .search-container[b-jvhqdldjqd] {
        margin-top: 50px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .admin-menu-container[b-jvhqdldjqd]{
        padding-left: 30px;
        padding-right: 30px;
    }
    .search-input[b-jvhqdldjqd] {
    }
    .info-note[b-jvhqdldjqd]{
        div{
            justify-content: start !important;
        }
        text-align: start !important;
        h5[b-jvhqdldjqd]{
            font-size: 1.1rem !important;
            text-align: center !important;
        }
    }
    #pathfinder-logo[b-jvhqdldjqd]{
        width: 375px !important;
        height: auto;
    }
}

@media (max-width: 768px) and (min-width: 577px) {
    .search-container[b-jvhqdldjqd] {
        margin-top: 50px;
    }
    .search-input[b-jvhqdldjqd] {
       
    }
    .info-note[b-jvhqdldjqd]{
        div{
            justify-content: center !important;
        }
        text-align: center !important;
        h5[b-jvhqdldjqd]{
            font-size: 1rem !important;
            text-align: center !important;
        }
    }
    #pathfinder-logo[b-jvhqdldjqd]{
        width: 355px !important;
        height: auto;
    }
}

@media (max-width: 576px) {
    .search-container[b-jvhqdldjqd] {
        margin-top: 30px;
    }
    .search-input[b-jvhqdldjqd] {
        width: 90%;
    }

    .info-note[b-jvhqdldjqd]{
        div{
            justify-content: center !important;
        }
        text-align: center !important;
        h5[b-jvhqdldjqd]{
            font-size: 1.3rem !important;
            text-align: center !important;
        }
    }
}

@media (max-width: 400px) {
    .search-container[b-jvhqdldjqd] {
        margin-top: 20px;
    }
    .search-input[b-jvhqdldjqd] {
        width: 80%;
        font-size: 1rem !important;
    }
   .info-note[b-jvhqdldjqd]{
       div{
           justify-content: center !important;
       }
       text-align: center !important;
       h5[b-jvhqdldjqd]{
           font-size: 0.9rem !important;
           text-align: center !important;
       }
    }
    #pathfinder-logo[b-jvhqdldjqd]{
        width: 350px !important;
        height: auto;
    }
}
/* /Pages/PathfinderPage/SelectedCobDetails.razor.rz.scp.css */
.cob-details[b-hpzf0ftriv]{
    font-family: 'Roboto Slab', sans-serif !important;
    background-color: #e9f5f0 !important;
    border: 0.5px solid #dcefe7 !important;
    border-radius: 0.5rem !important;
    h4{
        color: #007275;
        font-weight: normal !important;
    }
    p[b-hpzf0ftriv]{
        font-family:"Archivo", sans-serif !important;
        color: black;
        padding-top: 1rem !important;
    }
}
.cob-details-border-bottom[b-hpzf0ftriv]{
    border-bottom: 0.5px solid #cbcbca !important;
    padding-bottom: 1rem !important;
}
.product-options[b-hpzf0ftriv]{
    border-color: #e9f5f0 !important;
}
.risk-item[b-hpzf0ftriv] {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
}

.risk-dot[b-hpzf0ftriv] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #333;
}

.dot-fill[b-hpzf0ftriv] { background-color: #008080; }

.clip-path[b-hpzf0ftriv] {
  /*  background: linear-gradient(to bottom, #007782, #014753); !* Top-to-bottom gradient *!*/
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);     /* Angled top only */
    color: white;
    margin-top: 1vw;
    padding: 4rem 2rem 2rem;
    position:relative;
    z-index:1;
}

.border-light-green[b-hpzf0ftriv] {
    border-color: var(--bs-light-border-subtle) !important;
}
/* /Pages/Pulse/BindingTable.razor.rz.scp.css */
.risk-dot[b-77gyhqsza9] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #333;
}

.dot-fill[b-77gyhqsza9] { background-color: #008080; }
.dot-empty[b-77gyhqsza9] { background-color: #fcfcfa !important; }
/* /Pages/Pulse/CreateNewEmailModal.razor.rz.scp.css */

/* Mobile */
@media (max-width: 768px) {
}
/* /Pages/Pulse/GenerateEsignLinkModal.razor.rz.scp.css */
.recipient-email[b-itsvs0supd] {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: black;
}

.esign-submit[b-itsvs0supd] {
    border: none;
    background-color: #0f385d;
    color: white;
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, transform 0.2s;
}

.esign-submit:hover[b-itsvs0supd] {
    color: black;
}

.recipient-email[b-itsvs0supd] {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: black;
}

.esign-submit[b-itsvs0supd] {
    border: none;
    background-color: #0f385d;
    color: white;
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, transform 0.2s;
}

.esign-submit:hover[b-itsvs0supd] {
    color: black;
}

/* Mobile */
@media (max-width: 768px) {
}
/* /Pages/Pulse/InsuredInfoSection.razor.rz.scp.css */
/* Mobile */
@media (max-width: 768px) {
  .card[b-sn1pa37bdm] {
    font-size: 1rem;
  }

  .card-body label[b-sn1pa37bdm] {
    font-size: 0.75rem;
  }

  .card-body p[b-sn1pa37bdm],
  button[b-sn1pa37bdm] {
    font-size: 0.85rem;
  }
}
/* /Pages/Pulse/PriorMessagesSection.razor.rz.scp.css */
.policy-details-table[b-ellda0lmni] {
    outline: 1px solid var(--bs-border-color-translucent);
}

.link-button[b-ellda0lmni] {
    color: #0b8688;
    font-weight: bold;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s, transform 0.2s;
    font-family: 'Archivo', sans-serif;
}

.link-button:hover[b-ellda0lmni] {
    color: black;
    text-decoration: none;
}

.profile-placeholder[b-ellda0lmni] {
    width: 40px;
    height: 40px;
}

/* Mobile */
@media (max-width: 768px) {
    .card[b-ellda0lmni] {
        font-size: 1rem;
    }

    .card-body label[b-ellda0lmni] {
        font-size: 0.75rem;
    }

    .card-body p[b-ellda0lmni],
    .card-body td[b-ellda0lmni] {
        white-space: nowrap;
        font-size: 0.85rem;
    }

    button[b-ellda0lmni] {
        font-size: 0.85rem;
    }

    .link-button[b-ellda0lmni] {
        font-size: 0.85rem;
    }

    .email-attachment[b-ellda0lmni] {
        align-items: center;
        display: flex;
        gap: 0.5rem;
    }

    .email-attachment-text[b-ellda0lmni] {
        white-space: nowrap;
        margin: 0px;
    }

    .profile-placeholder[b-ellda0lmni] {
        width: 20px;
        height: 20px;
    }
}
/* /Pages/Pulse/PulseDetailsPage/PulseEmailModal.razor.rz.scp.css */
.button-container[b-plqnfjcro3] {
    width: 100%;
    display: flex;
    justify-content: end;
}

.link-button[b-plqnfjcro3] {
    color: #0b8688;
    font-weight: bold;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s, transform 0.2s;
    font-family: 'Archivo', sans-serif;
}

/* Mobile */
@media (max-width: 768px) {
    .button-container[b-plqnfjcro3] {
        justify-content: center;
    }
}
/* /Pages/Pulse/PulseInsuredDetails.razor.rz.scp.css */
.pulse-details[b-8tjno7wfq8] {
    font-size: 1.5rem;
}

.details-container[b-8tjno7wfq8] {
    padding: 1.5rem;
}

/* Mobile */
@media (max-width: 768px) {
    .pulse-details[b-8tjno7wfq8], card[b-8tjno7wfq8] {
        font-size: 1rem;
    }

    .details-container[b-8tjno7wfq8] {
        padding: 1.5rem 0.75rem;
    }
}
/* /Pages/Pulse/SubjectivitiesSection.razor.rz.scp.css */
.bind-icon[b-kegrik8onz] {
    font-size: 7rem;
    color: #6c757d;
}

.subjectivities-section[b-kegrik8onz] {
    align-content: center;
    height: 100%;
}

/* Mobile */
@media (max-width: 768px) {
    .bind-icon[b-kegrik8onz] {
        font-size: 3.5rem;
    }

    .card-body p[b-kegrik8onz] {
        font-size: 0.85rem;
    }

    .card-body label[b-kegrik8onz] {
        font-size: 1rem;
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
}
/* /Pages/Pulse/SubmissionDropdown.razor.rz.scp.css */
.carrier-submission-text[b-rggptbop07] {
    color: #0b8688;
    font-size: 1rem
}

.dropdown-item[b-rggptbop07] {
    color: #0b8688;
}

.dropdown-item.active[b-rggptbop07],
.dropdown-item:visited[b-rggptbop07],
.dropdown-item:link:active[b-rggptbop07] {
    background-color: transparent !important;
}

.dropdown-menu[b-rggptbop07] {
    transform: translate3d(-14px, 26px, 0px) !important
}

/* Mobile */
@media (max-width: 768px) {
    .dropdown[b-rggptbop07] {
        width: 100%;
    }

    .carrier-submission-text[b-rggptbop07] {
        font-size: 0.85rem;
        width: 100%;
    }

    .carrier-submission-buttons[b-rggptbop07] {
        flex-direction: column;
        align-items: center;
    }

    .carrier-submission-dropdown[b-rggptbop07] {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .carrier-submission-dropdown-item[b-rggptbop07] {
        display: flex;
        flex-direction: column;
    }
}
/* /Pages/Pulse/SubmissionFilesSection.razor.rz.scp.css */
.files-section[b-5bs40ip8w1] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    gap: 1rem;
}

.logo[b-5bs40ip8w1] {
    max-width: 100px;
}

.submission-area[b-5bs40ip8w1] {
    width: 50%;
}

.quote-section[b-5bs40ip8w1] {
    gap: 1.5rem;
}

button.primary-btn:disabled[b-5bs40ip8w1] {
    color: var(--btn-disabled-text) !important;
    background-color: var(--btn-disabled-bg) !important;
}

/* Mobile */
@media (max-width: 991px) {
    .files-section[b-5bs40ip8w1] {
        flex-direction: column;
    }

    .logo[b-5bs40ip8w1] {
        max-width: 50px;
    }

    .quote-card[b-5bs40ip8w1] {
        padding: 0rem 0.85rem;
    }

    .quote-section[b-5bs40ip8w1] {
        gap: 0.85rem;
    }

    .quote-section.center-section[b-5bs40ip8w1] {
        padding: 1rem 0rem;
        border-right: 0px;
    }

    button.primary-btn[b-5bs40ip8w1] {
        font-size: 0.85rem;
    }
}
/* /Pages/Pulse/SubmissionSection.razor.rz.scp.css */
.card-body .card-section[b-19w27yott0] {
    width: 50%;
}

.recipient-email[b-19w27yott0] {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: black;
}

.link-button[b-19w27yott0] {
    color: #0b8688;
    font-weight: bold;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s, transform 0.2s;
    font-family: 'Archivo', sans-serif;
}

.link-button:hover[b-19w27yott0] {
    color: black;
    text-decoration: none;
}

.esign-submit[b-19w27yott0] {
    border: none;
    background-color: #0f385d;
    color: white;
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, transform 0.2s;
}

.card-body .card-section[b-19w27yott0] {
    width: 100%;
}

.carrier-submission-text[b-19w27yott0] {
    color: #0b8688;
    font-size: 1rem
}

.dropdown-item[b-19w27yott0] {
    color: #0b8688;
}

.dropdown-item.active[b-19w27yott0],
.dropdown-item:visited[b-19w27yott0],
.dropdown-item:link:active[b-19w27yott0] {
    background-color: transparent !important;
}


.dropdown-menu[b-19w27yott0] {
    transform: translate3d(-14px, 26px, 0px) !important
}

.recipient-email[b-19w27yott0] {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: black;
}

.link-button[b-19w27yott0] {
    color: #0b8688;
    font-weight: bold;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s, transform 0.2s;
    font-family: 'Archivo', sans-serif;
}

.link-button:hover[b-19w27yott0] {
    color: black;
    text-decoration: none;
}

.esign-submit[b-19w27yott0] {
    border: none;
    background-color: #0f385d;
    color: white;
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, transform 0.2s;
}

.esign-submit:hover[b-19w27yott0] {
    color: black;
}

.carrier-submission-buttons[b-19w27yott0] {
    flex-direction: row;
    justify-content: space-between;
}

/* Mobile */
@media (max-width: 768px) {
    .card[b-19w27yott0] {
        font-size: 1rem;
    }

    .card-body label[b-19w27yott0] {
        font-size: 0.75rem;
    }

    .card-body p[b-19w27yott0],
    .card-body button[b-19w27yott0] {
        font-size: 0.85rem;
    }

    .card-body .card-section[b-19w27yott0] {
        width: 100%;
    }

    .link-button[b-19w27yott0] {
        font-size: 0.85rem;
    }

    .carrier-submission-text[b-19w27yott0] {
        font-size: 0.85rem
    }

    .carrier-submission-buttons[b-19w27yott0] {
        flex-direction: column;
        align-items: center;
    }

    .carrier-submission-dropdown[b-19w27yott0] {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .carrier-submission-dropdown-item[b-19w27yott0] {
        display: flex;
        flex-direction: column;
    }
}
/* /Pages/Pulse/UpdateRevenueSection.razor.rz.scp.css */
.field[b-bq5jnej4zu] {
    padding: 0.375rem;
}

.update-revenue[b-bq5jnej4zu] {
    margin: 1rem 0rem 0rem 0rem;
    padding: 0px;
    text-align: end;
    cursor: pointer;
}

.link-button[b-bq5jnej4zu] {
    background-color: inherit;
    color: #0b8688;
    font-weight: bold;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s, transform 0.2s;
    font-family: 'Archivo', sans-serif;
}

.link-button:hover[b-bq5jnej4zu] {
    color: black;
    text-decoration: none;
}

.link-button:disabled[b-bq5jnej4zu] {
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
    cursor: default;
}

/* Mobile */
@media (max-width: 768px) {
    .card[b-bq5jnej4zu] {
        font-size: 1rem;
    }

    .card-body label[b-bq5jnej4zu] {
        font-size: 0.75rem;
    }

    .card-body p[b-bq5jnej4zu],
    .card-body textarea[b-bq5jnej4zu],
    .card-body input[b-bq5jnej4zu] {
        font-size: 0.85rem;
    }

    .update-revenue[b-bq5jnej4zu] {
        font-size: 0.75rem;
    }

    .link-button[b-bq5jnej4zu] {
        font-size: 0.75rem;
    }
}
/* /Pages/Strategy/InsuredInfo.razor.rz.scp.css */
.insured-info[b-sn0hyql05q] {
    max-width: 1500px;
    margin: 0 auto;
}

/* Tablet and down */
@media (max-width: 992px) {
    .insured-info[b-sn0hyql05q] {
        padding-left: 32px;
        padding-right: 16px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .insured-info[b-sn0hyql05q] {
        padding-left: 16px;
        padding-right: 12px;
    }
}
/* /Pages/Strategy/NXUSCustom.razor.rz.scp.css */
/* /Pages/Strategy/NxusCustomCoverage/CoverageTabs.razor.rz.scp.css */
/* /Pages/Strategy/NXUSMax.razor.rz.scp.css */
/* /Pages/Strategy/QuoteBuilder/QuoteBuilder.razor.rz.scp.css */
.quote-builder[b-kwe6uzfcj1] {
    max-width: 1500px;
    margin: 0 auto;
}

.insured-name-container[b-kwe6uzfcj1] {
    display: flex;
    padding: 28px 56px;
    justify-content: flex-start;
    align-items: center;
}

/* Tablet and down */
@media (max-width: 992px) {
    .quote-builder[b-kwe6uzfcj1] {
        padding-left: 32px;
        padding-right: 16px;
    }

    .insured-name-container[b-kwe6uzfcj1] {
        padding: 24px 32px;
        text-align: center;
        justify-content: center;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .quote-builder[b-kwe6uzfcj1] {
        padding-left: 16px;
        padding-right: 12px;
    }

    .insured-name-container[b-kwe6uzfcj1] {
        padding: 20px 16px;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
}
/* /Pages/Strategy/StrategyHeader.razor.rz.scp.css */
.strategy-header[b-bqojd7asn9] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.company-name-logo-container[b-bqojd7asn9] {
  padding-left: 32px;
  padding-right: 16px;
  text-align: center;
  align-items: center;
}

.company-name-logo[b-bqojd7asn9] {
  max-width: 390px;
  width: 100%;
}

.agent-details-container[b-bqojd7asn9] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.2rem;
  width: auto;
  margin-right: 4rem;
  font-size: 1rem;
}

/* Mobile */
@media (max-width: 768px) {
  .strategy-header[b-bqojd7asn9] {
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }

  .company-name-logo[b-bqojd7asn9] {
    max-width: 350px;
    width: 100%;
  }

  .agent-details-container[b-bqojd7asn9] {
    flex-direction: column-reverse;
    margin-right: 0px;
    font-size: 1rem;
  }
}
/* /Shared/Layout.razor.rz.scp.css */
.sub-header[b-vd3ml258ot] {
    background-image: url('https://ucpmpublic.blob.core.windows.net/ucpmpublic/Production/3a/fb/aac1/894043afb8d45be9040c7175/green_bar.png');
    z-index: 1000;
    height: 76px;
    margin: 0;
    padding: 0;
    width: 100% !important;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
}
/* /Shared/MainFooter.razor.rz.scp.css */
.site-footer[b-czuqjumvw0] {
    background: #013e46;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    color: white;
    margin-top: -2vw;
    padding: 4rem 2rem 2rem;
    position: relative;
    z-index: 1;
    font-family: 'Roboto Slab', serif;
    width: 100vw;
}
}
.logo-footer[b-czuqjumvw0] {
    box-sizing: border-box;
    float: none;
    clear: none;
    object-fit: contain;
    flex: 0 auto;
    position: static;
    overflow: hidden;
    max-width: 100%;
}
.footer-grid[b-czuqjumvw0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.footer-grid h4[b-czuqjumvw0] {
    font-weight: 400 !important;
    margin-bottom: 0.5rem;
    font-size: 1rem !important;
    padding-bottom: 1rem !important;
}

.footer-grid ul[b-czuqjumvw0] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-grid h6[b-czuqjumvw0]{
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 150% !important;
}

.footer-grid ul li[b-czuqjumvw0] {
    margin-bottom: 0.3rem;
    padding-bottom: .25rem !important;
    font-size: 1rem;
}

.footer-grid ul li a[b-czuqjumvw0] {
    color: white !important;
    text-decoration: none;
}

.footer-contact[b-czuqjumvw0]{
    font-size: 1rem !important;
}

.footer-address[b-czuqjumvw0]{
    font-size: 1rem !important;
}

.footer-bottom[b-czuqjumvw0] {
    max-width: 1400px;
    margin: 2rem auto 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 0.9rem;
}

.footer-bottom div[b-czuqjumvw0] {
    margin-bottom: 1rem;
}
.footer-bottom a[b-czuqjumvw0] {
    color: white !important;
}

.footer-bottom a:hover[b-czuqjumvw0] {
    text-decoration: none;
}

.footer-legal[b-czuqjumvw0] {
    max-width: 1400px;
    margin: 0 auto;
    border-top: 1px solid #f3f1f1;
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    flex-wrap: wrap;
}

.footer-legal a[b-czuqjumvw0] {
    color: white;
    margin-left: 1rem;
    text-decoration: underline;
}

@media (max-width: 576px) {
  .site-footer[b-czuqjumvw0] {
      clip-path: polygon(0 3.5%, 100% 0, 100% 100%, 0% 100%);
  }
}

@media (max-width: 400px) {
    .site-footer[b-czuqjumvw0] {
        clip-path: polygon(0 1.5%, 100% 0, 100% 100%, 0% 100%);
    }
}

@media screen and (max-width: 767px) {
    .footer-legal a[b-czuqjumvw0] {
        margin-left: 0;
        display: block;
    }

}

/* /Shared/MainMenu.razor.rz.scp.css */
/* Navbar Customizations */
.navbar[b-6x2lhpnu9t] {
    background-color: #013e46;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}
.main-menu[b-6x2lhpnu9t] {
    width: 100% !important;
    max-width: 1514px;
    padding-left: 14px !important;
    padding-right: 0 !important;
 /*   grid-column-gap: 8px !important;
    grid-row-gap: 8px !important;
    flex: 0 auto !important;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr .25fr !important;
    grid-auto-columns: 1fr !important;
    place-content: stretch space-between !important;
    align-items: center !important;
    height: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: grid !important;*/
}
.navbar-nav[b-6x2lhpnu9t] {
    justify-content: center;
    width:95%;
    text-align: center;
    padding-left: 84px !important;
    
}

.navbar-nav .nav-item[b-6x2lhpnu9t] {
    display: flex;
    align-items: center;
    white-space: nowrap; /* Prevent wrapping */
}

.menu-link-text[b-6x2lhpnu9t] {
    font-family: 'Roboto Slab', sans-serif;
    color: #A9CF38;
}

.nav-link[b-6x2lhpnu9t] {
    font-family: 'Roboto Slab', sans-serif;
    font-size:1rem !important;
    color: #fff !important;
    padding-right: 1.54rem !important;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 400 !important;
    white-space: nowrap;
}

.nav-link:hover[b-6x2lhpnu9t] {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #A9CF38 !important;
}

/* Dropdown arrow customization */
    .nav-link .bi[b-6x2lhpnu9t] {
        padding-top: 0.1rem;
        padding-left: 0.23rem;
        vertical-align: top !important;
        color: #A9CF38;
    }

.menu-link-text:hover[b-6x2lhpnu9t] {
    background-color: transparent !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

/* Get in Touch link */
.nav-contact[b-6x2lhpnu9t] {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    color: #013e46 !important;
    font-weight: 600;
    text-decoration: none;
    margin-left: 1rem;
    white-space: nowrap;
    display: inline-block;
    line-height: 120%;
    align-self: auto;
    background-color: #A9CF38;
    padding: 12px 30px;
    border-top-right-radius: 15px;
}

.nav-contact:hover[b-6x2lhpnu9t] {
    text-decoration: none;
    color: #fff !important;
}

.pf-nav-link i[b-6x2lhpnu9t] {
    display: inline-block;
    transition: all 0.4s ease;
}

.pf-nav-link:hover i[b-6x2lhpnu9t] {
    display: inline-block;
    transform: rotate(180deg);
}

.pf-nav-link.show[b-6x2lhpnu9t] {
    i {
        display: inline-block;
        transform: rotate(90deg);
    }
}
.dropdown-menu[b-6x2lhpnu9t] {
    min-width: 5rem !important;
    position: absolute; /* Ensure the dropdown is absolute */
    top: 100%; /* Ensures dropdown is directly beneath the navbar item */
    left: 0;
    z-index: 1000; /* Keeps the dropdown on top of other elements */
}

.hover-dropdown[b-6x2lhpnu9t] {
    position: relative; /* Ensures dropdown positioning relative to the parent */
}

.hover-dropdown .dropdown-menu[b-6x2lhpnu9t] {
    display: none;
}

.hover-dropdown:hover .dropdown-menu[b-6x2lhpnu9t] {
    display: block;
    margin-top: 0;
}

.slide-menu[b-6x2lhpnu9t] {
    display: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height 1.4s ease, opacity 1.4s ease;
    opacity: 0;
}

.hover-dropdown:hover .slide-menu[b-6x2lhpnu9t] {
    display: block;
    max-height: 300px;
    opacity: 1;
}

.animate-slide[b-6x2lhpnu9t] {
   /* overflow: hidden;*/
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
   /* display: block !important;*/
}

.animate-slide.showing[b-6x2lhpnu9t] {
    max-height: 500px;
    opacity: 1;
}
/* Remove default Bootstrap styles */
.custom-toggler[b-6x2lhpnu9t] {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent;
}

/* Base icon style */
    .custom-toggler .navbar-toggler-icon[b-6x2lhpnu9t] {
        position: relative;
        background-image: none;
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        color: #A9CF38;
        font-size: 32px;
        text-align: center;
        line-height: 1.5em;
        transition: transform 1.4s ease, opacity 1.4s ease;
    }

/* Hamburger icon */
.custom-toggler.collapsed .navbar-toggler-icon[b-6x2lhpnu9t]::before {
    content: "\f479"; /* ☰ */
    font-family: bootstrap-icons !important;
    opacity: 1;
}

/* Close icon */
.custom-toggler:not(.collapsed) .navbar-toggler-icon[b-6x2lhpnu9t]::before {
    content: '\F659'; /* ✖ */
    font-family: bootstrap-icons !important;
    opacity: 1;
}
.sub-menu[b-6x2lhpnu9t]{
    max-width: 1514px !important;
}
.sub-header[b-6x2lhpnu9t] {
    background-image: url('https://ucpmpublic.blob.core.windows.net/ucpmpublic/Production/3a/fb/aac1/894043afb8d45be9040c7175/Deep_Sea_NavBar.png'); z-index: 1000;
    height: 76px;
    margin: 0;
    padding: 0;
    width: 100% !important;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
}


@media (max-width: 768px) {
    .navbar-nav[b-6x2lhpnu9t] {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .navbar-nav .nav-item[b-6x2lhpnu9t] {
        margin-bottom: 1rem;
    }

    .nav-link[b-6x2lhpnu9t] {
        font-size: 1rem !important;
    }

    .nav-contact[b-6x2lhpnu9t] {
        font-size: 1.3rem;
        margin-top: 1rem;
    }
}

@media (max-width: 576px) {
    .navbar-nav[b-6x2lhpnu9t] {
        gap: 2rem;
    }
    .navbar[b-6x2lhpnu9t]{
      /*  padding-top: 8px !important;
        padding-bottom: 8px !important;*/
    }
    .nav-link[b-6x2lhpnu9t] {
        font-size: 1.1rem !important;
    }

    .nav-contact[b-6x2lhpnu9t] {
        font-size: 1.2rem;
        margin-top: 0.5rem;
        display: none;
    }
    .main-menu[b-6x2lhpnu9t]{
        width: 100%;
    }
}

@media (max-width: 400px) {
    .navbar-nav[b-6x2lhpnu9t] {
        gap: 1rem;
    }

    .nav-link[b-6x2lhpnu9t] {
        font-size: 1rem !important;
    }

    .nav-contact[b-6x2lhpnu9t] {
        font-size: 1.1rem;
        margin-top: 0.5rem;
    }
}
/* /Shared/Toast.razor.rz.scp.css */
.bg-custom-green[b-4pxtxge6po] {
    background-color: #22bb4b;
}
