﻿div .modal-header {
    align-items: initial;
}

div .modal-header-embed {
    padding: 15px 20px 10px 20px;
    border-bottom: none;
}

div .modal-footer {
    padding-top: 0px;
    padding-bottom: 2px;
    padding-right: 20px;
    text-align: right;
    position: relative;
}

    div .modal-footer > * {
        margin: 0 !important;
    }

div .modal-footer-embed {
    border-top: none;
    margin-top: 0px;
}

ngb-modal-window.modal {
    z-index: 1055 !important;
}

ngb-modal-window .modal-content {
    background: white;
    color: #555555;
}

label, .col-form-label, .form-control, td, th, .alert, p, a, .btn, .help-block, .panel-heading, li, .signature-tools {
    height: auto;
    font-size: 16px;
}

@media only screen and (min-width: 768px) {
    label, .col-form-label, .form-control, td, th, .alert, p, a, .btn, .help-block, .panel-heading, li, .signature-tools {
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    div .modal-body {
        padding: 0 0 15px 0;
    }

    div .form-status {
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
    }
}

@media only screen and (max-width: 575px) {
    .form-check-inline {
        display: block !important;
        margin-right: 0px !important;
    }
}

div .modal-body-embed {
    padding-top: 5px;
    padding-bottom: 5px;
}

.required-container {
    position: relative;
    display: inline-block;
}

.spinner-container {
    display: inline-block;
    position: relative;
    margin-bottom: 3px;
}

.verification-container {
    margin-top: 6px;
    position: relative;
}

@media only screen and (min-width: 768px) {
    h3 {
        font-size: 24px;
    }

    .btn-xlarge {
        padding: 10px 16px;
        font-size: 16px;
        line-height: normal;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .required-container {
        margin-top: 10px;
    }

    .spinner-container {
        margin-bottom: 4px;
    }

    .verification-container {
        margin-top: 10px;
    }

    #pageContent {
        margin: 0 auto;
        max-width: 1024px;
    }
}

.google-maps {
    position: relative;
    padding-bottom: 55%;
    height: 0;
    overflow: hidden;
}

    .google-maps iframe {
        pointer-events: none;
        padding: 15px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.word-break {
    -ms-word-break: break-all;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.required {
    font-size: 8px;
    color: red;
    padding-left: 5px;
}

.help-block {
    padding-top: 4px;
    color: red;
}

.pac-container {
    z-index: 1100 !important;
}

h4 {
    font-weight: bold;
    font-size: 19px;
}

.btn-outline-secondary {
    border-color: #ced4da;
}

.form-check-input {
    border: 1px solid #ced4da;
}

hr {
    border-top-color: #ced4da;
    opacity: 1;
}

.form-check-label {
    cursor: pointer;
}

.notification-icon {
    position: relative;
    display: inline-block;
}

.notification-dot {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    border: 2px solid white;
}
