﻿.header-view-container {
    text-align: center;
    background: #263548;
    color: white;
    padding: 20px;
}
.header-view-container h5 {
    font-size: 1.1rem;
    font-weight: 400;
}

.view-quotes-form input.view-quotes-input {
    padding: 5px;
    border-radius: 3px;
    width: 400px;
}
.view-quotes-form {
    margin-top: 40px;
}

.mewa-quote-option {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    cursor: pointer;
}

.mewa-quote-option p {
    margin-bottom: 0px;
}

.view-quotes-form h3 {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: bold;
}
.view-quotes-form .view-quotes-label {
    margin-bottom: 10px;
}
.view-quotes-form .input-error-notice {
    margin-top: 3px;
    font-weight: 600;
    margin-bottom: 0px;
    display: none;
}

.view-quotes-form .input-error-notice.show-notice {
    display: block;
}

.view-quotes-form-wrapper {
    margin-bottom: 25px;
}

.note-error {
    display: none;
    background: lightcoral;
    padding: 10px 25px;
    max-width: 500px;
    border-radius: 3px;
    margin-bottom: 20px;
    padding-top: 12px;
}

.note-error p {
    margin-bottom: 0px;
}

.show-error .note-error {
    display: block;
}

.company-location-select {
    border-color: rgb(118, 118, 118);
    padding: 5px 2px;
    max-width: 400px;
}

.census-data-format {
    display: none;
}

.csv-temp-view .census-data-format {
    display: block;
}

.csv-legend-wrapper {
    font-size: 12px;
    margin-top: 10px;
}

.csv-legend-wrapper span {
    margin-top: 10px;
}

.select-btn-group {
    margin-top: 15px;
}

.submit-radio-group input {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.add-quotes-form-title, .add-quotes-form {
    display: flex;
    justify-content: space-between;
    margin-right: 40px;
}

.add-quotes-form {
    margin-bottom: 10px;
    position: relative;
}

.ces-wid-10 {
    width: 10%;
}

.ces-wid-15 {
    width: 15%;
}

.ces-wid-20 {
    width: 20%;
}

.add-quotes-wrapper {
    margin-top: 40px;
}

.quote-form-template .add-quotes-form {
    display: none;
}

.add-quotes-form-btn {
    text-align: right;
}

.remove-quote-row {
    width: 25px;
    height: 25px;
    position: absolute;
    border: 1px solid rgb(88, 88, 88);
    border-radius: 50%;
    right: -40px;
    top: 6px;
    overflow: hidden;
    cursor: pointer;
}

.remove-quote-row::before {
    content: "";
    width: 16px;
    height: 2px;
    background: rgb(88, 88, 88);
    position: absolute;
    left: 4px;
    top: 11px;
    transform: rotate(45deg);
}

.remove-quote-row::after {
    content: "";
    width: 16px;
    height: 2px;
    background: rgb(88, 88, 88);
    position: absolute;
    left: 4px;
    top: 11px;
    transform: rotate(-45deg);
}

.quote-example-title {
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.quote-example-title::before {
    width: 12px;
    height: 12px;
    content: "";
    border-left: 2px solid;
    border-bottom: 2px solid;
    position: absolute;
    pointer-events: none;
    right: 0px;
    top: 5px;
    transform: rotate(-45deg);
    transition: transform 0.5s ease-in-out;
}

.view-example .quote-example-title::before {
    transform: rotate(135deg);
}

.quote-example-table {
    border: 1px solid rgb(138, 138, 138);
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 30px;
}

.show-err-msg input,
.show-err-msg select {
    border: 1px solid rgb(192, 50, 50);
}

.close-icon {
    display: block;
    width: 15px;
    height: 15px;
    position: relative;
    margin-top: 5px;
}

.close-icon::after {
    content: "";
    width: 15px;
    height: 1px;
    position: absolute;
    top: 6px;
    left: 0px;
    transform: rotate(45deg);
    background: black;
}

.close-icon::before {
    content: "";
    width: 15px;
    height: 1px;
    position: absolute;
    background: black;
    top: 6px;
    left: 0px;
    transform: rotate(-45deg);
}

.quote-form-list-notification {
    margin-top: 20px;
}

.view-example .quote-example-img {
    max-height: 50vh;
}

.quote-example-img {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.quote-example-img img {
    width: 100%;
}

.start-new {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.view-quotes-info {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: 40px 0px;
    align-items: center;
}

.view-quotes-info-col {
    flex: 1;
}

.view-quotes-info-col .view-quotes-detail {
    margin-bottom: 10px;
}

.view-quotes-info-center {
    text-align: center;
}

.subscriber-rates {
    font-size: 16px;
    font-weight: 600;
}

a.print-view-quotes {
    font-size: 16px;
    font-weight: 600;
    color: #007bff;
}

.view-border {
    border: 1px solid rgb(22, 22, 22);
    padding: 6px;
    background: #005097;
    color: white;
}

.yellow-td {
    background: #e87d1d;
}

#mewa-quote-selection {
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 4px;
}

.select-btn-group {
    margin-top: 15px;
}

.submit-radio-group input {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.upload-quotes-form {
    max-width: 500px;
    margin-top: 30px;
}

.upload-quotes-form h3 {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: bold;
}

.census-file-upload {
    border: 1px solid rgb(118, 118, 118);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
}

table.collapse-table {
    margin-bottom: 15px;
}
.collapse-table thead {
    cursor: pointer;
}
.collapse-table thead th {
    position: relative;
}

.collapse-table thead th::before {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    content: "";
    position: absolute;
    right: 8px;
    transform: rotate(45deg);
    top: 18px;
    transition: transform 0.2s ease-out;
}

.collapse-table.open-table thead th::before {
    transform: rotate(225deg);
}

.collapse-table tbody {
    max-height: 0px;
    overflow: hidden;
    display: block;
    transition: all 0.3s ease-out;
}

.collapse-table tbody tr {
    display: table;
    width: 100%;
    border-top: 1px solid transparent;
}

.collapse-table tbody tr td {
    width: 50%;
}

.view-quote-list-section table {
    border-collapse: collapse; 
    width: 100%;
    margin: 40px 0px;
}

.view-quote-list-section table tbody {
    border: 2px solid rgb(0, 0, 0);
}

.view-quote-list-section tbody th,
.view-quote-list-section tbody td {
    border: 1px solid rgb(22, 22, 22);
    padding: 8px 15px;
}

.view-quote-list-section tbody th {
    padding: 15px;
 }
.text-align-center {
    text-align: center;
}

.enrollment-table-wrapper tbody th {
    width: 15%;
}

.enrollment-table-wrapper tbody th:first-of-type {
    width: 25%;
}


.total-mewa-premium tbody th {
    width: 13%;
}

.total-mewa-premium tbody th:nth-child(4),
.total-mewa-premium tbody th:nth-child(5) {
    width: 15%;
}

.total-mewa-premium tbody th:first-of-type {
    width: 5%;
}

.total-mewa-premium tbody th:nth-child(2) {
    width: 25%;
}
