@import url('quote-system.css');

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}

#packageAndPlotContainer {
    display: none;
}

#additionalEmailContainer {
    display: none;
}

#associatedClientReferenceContainer {
    display: none;
}

#removeLinkedOrderButton {
    display: none;
}

#packageContentsContainer {
    display: none;
    border: 1px solid black;
    padding: 5px;
}

#companiesListContainer {
    background-color: #f2f2f2;
    padding: 5px;
}

#companyResultsListContainer {
    display:none;
    border: 1px solid black;
    padding: 5px;
    position: absolute;
    background-color: #ffffff;
    z-index:100;
}

#propayContainer {
    display: none;
}

#sfgContainer {
    display: none;
}

#developmentResults {
    border: 1px double #32a1ce;
    padding: 5px;
    display: none;
}

#linkedOrderResults {
    border: 1px double #32a1ce;
    padding: 5px;
    display: none;
}

.validation-summary {
    padding-top:10px;
}

.left-align {
    text-align: left !important;
}

.divheight5px {
    width: 100%;
    clear: both;
    height: 5px;
}

.aml-card {
    border: 2px solid #19a7ce;
    border-radius: 12px;
    padding: 1.5rem 1rem 1rem 1rem;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    max-width: 400px;
    margin: 0 auto;
    min-height: 150px;
}

.aml-logo {
    width: 200px;
    height: 200px;
    object-fit: contain;
    margin-bottom: 0;
    display: block;
}

.aml-card-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.grayscale {
    filter: grayscale(100%);
}

.subsection-indent {
    margin-left: 1.5rem;
}

.subsection-heading {
    color: #3a3f45;
    font-size: 18px;
}

.custom-tab-button.tab-error {
    border-color: #dc3545;
    color: #dc3545;
    font-weight: 600;
}

    .custom-tab-button.tab-error::after {
        content: "!";
        margin-left: 6px;
        background: #dc3545;
        color: white;
        border-radius: 50%;
        padding: 0 6px;
        font-size: 0.8em;
    }