﻿@media (max-width: 300px) {
    body {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

.errorUI {
    background-color: red;
    border: 1px solid yellow;
    color: white;
    padding: 1em;
}

.large-link {
    position: relative;
    line-height: 125%;
    font-weight: 600;
}

.icon {
    width: 20px;
    position: relative;
    height: 20px;
}

.link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.container {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

.main-card-panel {
    /*background-color: #e8edff;*/
    background-color: #ffffff;
    border: 2px solid #d3d3d3;
    /*border: none;*/
}

.return-to-top-row {
    width: 1440px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px 0px;
    box-sizing: border-box;
    color: #001849;
}

.copa-logo-horizontal-lockup {
    width: 250px;
    position: relative;
    height: 55.9px;
}

.keystone-state-proudly {
    flex: 1;
    position: relative;
    line-height: 150%;
}

.optional-copy {
    width: 282px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.logo-text-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}

.state-layer {
    align-self: stretch;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.container1 {
    align-self: stretch;
    flex: 1;
    border-radius: 4px;
    border: 1px solid #757680;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.social-icon-button {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.icon3 {
    width: 20px;
    position: relative;
    height: 20px;
    overflow: hidden;
    flex-shrink: 0;
}

.social-icon-button-group {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

.social-share {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.column {
    width: 382px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}

.top-services {
    position: relative;
    letter-spacing: 0.15em;
    line-height: 120%;
    text-transform: uppercase;
}

.heading-item {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0px 8px;
}

.label {
    flex: 1;
    position: relative;
    line-height: 125%;
}

.icons-system-share-box-lin {
    width: 16px;
    position: relative;
    height: 16px;
}

.footer-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 0px;
    box-sizing: border-box;
    gap: 4px;
    max-width: 180px;
}

.label3 {
    position: relative;
    line-height: 125%;
}

.footer-link3 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 0px;
    box-sizing: border-box;
    gap: 4px;
    max-width: 180px;
}

.footer-link-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    color: #45464f;
}

.link-list-group1 {
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.column-group {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 64px;
    color: #001849;
}

.content-area {
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 24px 0px 32px;
    box-sizing: border-box;
    font-size: 12px;
}

.divider {
    width: 1px;
    flex: 1;
    position: relative;
    border-right: 1px solid #c5c6d0;
    box-sizing: border-box;
}

.verticalfull-width {
    width: 1px;
    height: 14px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.legal-link-group {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 8px;
    text-align: left;
    color: #001849;
}

.content-area1 {
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.copyright-banner {
    width: 100%;
    /*width: 1440px;*/
    background-color: #dfe8ff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px 0px;
    box-sizing: border-box;
    text-align: center;
    font-size: 11px;
}

.error-text {
    background-color: #f20505;
    border: 1px solid #00629e;
    color: white;
}

.success-text {
    background-color: #05f293;
    border: 1px solid #00629e;
}

.phoneNumberContainer {
    background-color: #f0f3ff !important;
    display: inline-flex;
    border: 1px solid #757680 !important;
    border-radius: 0.3rem;
    padding: .2rem;
    color: #001d34;
}

.devicedesktop {
    position: relative;
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-size: 14px;
    color: #45464f;
    /*font-family: 'Plus Jakarta Sans';*/
}

.applicant-wizard-success {
    border: 1px solid blue;
    border-radius: 0.25em;
    background-color: aquamarine;
}

.btn-primary {
    background-color: #00629E;
    color: #ffffff;
}

.card-header {
    background-color: #00629E;
    color: #ffffff;
}

input:focus {
    background-color: #05f293;
}

.vis-bootstrap-dropdown {
    color: white;
    background-color: #00629e !important;
}

.vis-bootstrap-dropdown-button {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
}

.custom-tabs .nav-link, .custom-tabs .nav-link.active {
    color: #00629e;
    font-weight: 800;
}

.card-header-color {
    color: #fff;
    background-color: #00629e;
    border-color: #00629e;
}

.focusable-div:focus {
    background-color: #f0f8ff;
    border: 3px solid #00629E;
}

.spacing-td {
    padding: 10px 0px 10px 0px;
}

.text-primary {
    --bs-text-opacity: 1;
    color: #00629e !important;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: #00629e !important;
}

.btn-outline-primary {
    --bs-btn-color: #00629e;
    --bs-btn-border-color: #00629e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00629e;
    --bs-btn-hover-border-color: #00629e;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00629e;
    --bs-btn-active-border-color: #00629e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #00629e;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #00629e;
    --bs-gradient: none;
}

.text-danger {
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

.hover-bg {
    --bs-btn-hover-bg: #00629e;
    --bs-btn-hover-border-color: #00629e;
    --bs-btn-color: #00629e;
    --bs-btn-border-color: #00629e;
}

.row-pink {
    background-color: #feb4ab !important;
}

.button-selected {
    background: #00629e;
    color: #ffffff;
}

.multiselect-button-selected {
    background: #00629e !important;
    color: #ffffff !important;
}

.multiselect-options {
    margin-top: 6px;
    display: flex;
    border: 1px solid #0077c8;
    border-radius: 6px;
    overflow: hidden;
    width: 100%; /* Take full width of parent container */
}

.multiselect-button {
    flex: 1 1 0; /* Grow and shrink equally */
    padding: 12px 20px;
    background-color: white;
    color: #0077c8;
    font-weight: 600;
    font-size: 16px;
    border: none;
    border-right: 1px solid #ccc;
    cursor: pointer;
    white-space: nowrap;
    text-align: center; /* Center text inside buttons */
    white-space: normal;
}

    .multiselect-button:last-child {
        border-right: none;
    }

    .multiselect-button:hover {
        background-color: #f2f8fc;
    }
