.pointelLogo {
    width: 180px !important;
    margin: 18px;
}

.header {
    background-color: #0d47a1 !important;
    height: 90px;
}

.formIcon {
    color: gray;
}

.contact-container {
    margin: 0px;
    padding: 0px;
}

.formContent>a>h3 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 350;
    font-size: 1.75rem;
    margin-bottom: -36px;
}

.formContent>a {
    color: #00a7df;
    text-decoration: none;
}

.formContent>a>h5 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 300;
    font-size: 1.50rem;
    margin-bottom: -5px;
}

.formContent>p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: justify;
}

.footerContainer {
    margin: 33px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.05rem;
}

.footerContainer>a {
    color: white;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.05rem;
}

.contact-container-parent {
    height: 100%;
}

/* .modal-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
} */

#fphone {
    border: 0px solid black;
    background-color: transparent;
    outline: none;
    color: black !important;
    width: inherit;
}

#configProjectName>h4 {
    margin-block-start: auto;
    margin-left: 3px;
}

#fphone:required::after {
    content: none;
}

@media only screen and (max-width: 556px) {
    .footerContainer {
        font-size: 3vw;
    }

    .footerContainer>a {
        font-size: 3vw;
    }
}

.cursor {
    cursor: pointer;
}

.success-toast {
    position: fixed;
    bottom: 10px;
}

.warning-toast {
    position: fixed;
    bottom: 10px;
}

.md-toast-animating {
    overflow: visible !important;
}

.warning-toast>.md-toast-content {
    background-color:
        rgba(212, 151, 36, 0.99) !important;
    color: white;
    font-family: Roboto, Helvetica Neue, sans-serif;
    font-size: large;
    height: 91px;
    border-radius: 7px;
    /* box-shadow: 2px 2px 2px 2px #888888; */
}

.success-toast>.md-toast-content {
    background-color:
        rgba(10, 125, 46, 0.99) !important;
    color: white;
    font-family: Roboto, Helvetica Neue, sans-serif;
    font-size: large;
    height: 91px;
}

.submitBotton {
    min-height: 50px !important;
    min-width: 120px !important;
    line-height: 60px !important;
    font-size: large !important;
    /* padding-top: 13px; */
    background-color: #2BBBAD !important;
}

/* .toastClose svg {
    min-height: 10px;
    height: 14px;
    cursor: pointer;
}

.toast-btn {
    margin-left: auto;
    padding-top: 8px;
}

md-toast {
    display: flex;
    justify-content: space-between;
    padding: 8px !important;
} */