@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");


body,
body * {
    font-family: "Raleway", sans-serif;
    margin: 0px;
    
}

.install-modal-copy a,
.edge-install-copy a {
    color: inherit;
    font-weight: 600;
    text-decoration: none;
}

.install-modal-copy a:hover,
.install-modal-copy a:focus,
.edge-install-copy a:hover,
.edge-install-copy a:focus {
    color: inherit;
    text-decoration: none;
}

.edge-next-step-overlay,
.edge-exit-popup {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(12, 15, 40, 0.75);
    z-index: 10000;
}

.edge-next-step-overlay.active,
.edge-exit-popup.active {
    display: flex;
}

.edge-next-step-panel,
.edge-exit-panel {
    width: 100%;
    max-width: 560px;
    background: #fff;
    color: #10213f;
    text-align: center;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(7, 11, 30, 0.35);
}

.edge-next-step-panel {
    padding: 44px 48px;
}

.edge-next-step-panel h3 {
    margin: 0 0 24px;
    color: #2f1c0c;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
}

.edge-next-step-panel h3 span {
    color: #0f77e8;
}

.edge-next-step-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.edge-next-step-visual img {
    width: auto;
    height: 46px;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(15, 119, 232, 0.18);
}

.edge-next-step-loader {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.edge-next-step-loader span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0f77e8;
    animation: edge-loader-bounce 0.8s infinite ease-in-out;
}

.edge-next-step-loader span:nth-child(2) {
    animation-delay: 0.1s;
}

.edge-next-step-loader span:nth-child(3) {
    animation-delay: 0.2s;
}

.edge-next-step-loader span:nth-child(4) {
    animation-delay: 0.3s;
}

@keyframes edge-loader-bounce {
    0%, 80%, 100% {
        opacity: 0.35;
        transform: translateY(0);
    }

    40% {
        opacity: 1;
        transform: translateY(-7px);
    }
}

.edge-exit-panel {
    max-width: 440px;
    padding: 34px 32px 30px;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.edge-exit-eyebrow {
    margin: 0 0 10px;
    color: #ef4444;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.edge-exit-panel h3 {
    margin: 0 0 14px;
    color: #10213f;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.15;
}

.edge-exit-message {
    max-width: 350px;
    margin: 0 auto 24px;
    color: #596579;
    font-size: 16px;
    line-height: 1.5;
}

.edge-exit-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.edge-exit-button {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.edge-exit-button-primary {
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(180deg, #2f80ff 0%, #1f63dc 100%);
    box-shadow: 0 14px 24px rgba(37, 99, 235, 0.28);
}

.edge-exit-button-primary:hover,
.edge-exit-button-primary:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.edge-exit-button-secondary {
    width: auto;
    padding: 2px 4px;
    color: #64748b;
    background: transparent;
}

.edge-exit-button-secondary:hover,
.edge-exit-button-secondary:focus {
    color: #334155;
}

@media (max-width: 520px) {
    .edge-next-step-panel {
        padding: 34px 24px;
    }

    .edge-next-step-panel h3,
    .edge-exit-panel h3 {
        font-size: 24px;
    }

    .edge-next-step-visual {
        gap: 12px;
    }
}
body{
    height: 100vh !important;
    overflow: hidden;
}

.footer {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    color: lightgray;
}

.footer a {
    color: lightgray;
    text-decoration: none;
}

.logo-new {
    position: absolute;
    right: 20px;qC_13ue-D7mK$CNc
    top: 20px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    width: 200px;
    padding: 10px;
    border-radius: 4px;
}

.MicrosoftMap .bm_LogoContainer #bingLogo,
.bm_bottomRightOverlay {
    display: none !important;
}

.mainWrapper {
    width: 100%;
    height: auto;
    position: relative;
}

#map {
    z-index: 0;
}

.mapSearchInputGroup {
    text-align: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.72);
    position: absolute;
    left: 20px;
    top: 50px;
    z-index: 1;
    border-radius: 5px;
    width: 605px;
}

.mapSearchInputGroup input {
    width: 460px;
    height: 45px;
    margin-right: 5px;
    font-size: 16px;
    background-color: #fafafa;
    border: 1px solid #a4a4a4;
    border-radius: 3px;
    outline: none;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 150ms ease-in-out;
    -o-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out;
    vertical-align: top;
    -webkit-box-shadow: 0px 0px 4px rgba(76, 135, 241, 0);
    box-shadow: 0px 0px 4px rgba(76, 135, 241, 0);
}

.mapSearchInputGroup button {
    width: 140px;
    height: 45px;
    font-size: 16px;
    background-color: #4c87f1;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border: 1px solid #154fb8;
    border-radius: 3px;
    outline: none;
    padding: 10px 10px 10px 27px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: 150ms ease-in-out;
    -o-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out;
    vertical-align: top;
    position: relative;
}

.mapSearchInputGroup button img {
    position: absolute;
    left: 16px;
    width: 20px;
    height: auto;
    top: 12px;
}

.mapSearchInputGroup button:hover {
    background-color: #154fb8;
}

.mapWrapper {
    background-color: #eee;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mapWrapper .map {
    background-color: #ccc;
    width: 100%;
    position: relative;
}

.mapWrapper .map #map {
    background-color: #ccc;
    width: 100%;
    height: 100vh;
}

ol,
ul {
    list-style: none;
    padding-inline-start: 0px;
}

.ui-autocomplete.ui-widget-content {
    width: 460px !important;
    border: 0 none;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    -ms-border-bottom-left-radius: 2px;
    -o-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    -ms-border-bottom-right-radius: 2px;
    -o-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

#ui-id-3.ui-autocomplete.ui-widget-content {
    width: 570px !important;
}

.ui-widget-content {
    background: #f8f8f8;
    position: relative;
    z-index: 3;
}

.ui-autocomplete.ui-menu .ui-menu-item {
    padding: 0px;
    padding-left: 30px;
    background: url("../images/marker.png") 12px center no-repeat;
    border: 0 none !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ui-autocomplete.ui-menu .ui-menu-item span.ac-place {
    display: block;
    line-height: 38px;
    padding-left: 5px;
    color: #8c8c8c;
    font-size: 12px;
    font-weight: normal;
    font-family: "Roboto", sans-serif;
}

.ui-autocomplete.ui-menu .ui-menu-item span.ac-place span.ac-place-first {
    font-family: "Roboto", sans-serif;
    color: #333;
    font-size: 13px;
}

.ui-autocomplete.ui-menu .ui-menu-item span.ac-place strong {
    font-family: "Roboto", sans-serif;
    color: #000;
    font-weight: 500;
}

.ui-autocomplete.ui-menu .ui-menu-item + .ui-menu-item span.ac-place {
    border-top: 1px solid #e6e6e6 !important;
}

.ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus {
    background-color: lightgray;
    margin: 0;
    cursor: pointer;
}

@media(max-width: 900px) {
    .logo-new {
        display: none;
    }
}

.wrapperForSearch {
    display: flex;
}

@media(max-width: 900px) {
    .logo-new {
        display: none;
    }
}
@media(max-width: 653px) {
    .mapSearchInputGroup {
        width: 94%;
        left: 10px;
    }

    .mapSearchInputGroup input {
        width: 80%;
    }

    .mapSearchInputGroup button {
        width: 160px;
    }
}

@media(max-width: 588px) {
    .mapSearchInputGroup {
        width: 93%;
        left: 10px;
    }
}
@media(max-width: 485px) {
    .mapSearchInputGroup {
        width: 92%;
        left: 10px;
    }

    .mapSearchInputGroup input {
        width: 70%;
    }
}

@media(max-width: 380px) {
    .wrapperForSearch {
        display: block;
    }
    .mapSearchInputGroup {
        width: 89%;
        left: 10px;
    }
    .mapSearchInputGroup input {
        width: 100%;
    }

    .mapSearchInputGroup button {
        width: 160px;
        margin-top: 10px;
    }
}
@media(max-width: 315px) {
    .mapSearchInputGroup {
        width: 86%;
        left: 10px;
    }
}
.ui-helper-hidden-accessible{
    display: none;
}

.open {
    display: block !important;
}

.close {
    display: none !important;
}

#modal-search .modal-dialog {
    margin: 231px auto 0px;
    max-width: 700px;
    width: 92%;
}

@media (max-height: 745px) {
    .modal-open .modal {
        display: flex !important;
        align-items: center;
    }

    #modal-search .modal-dialog {
        margin: 135px auto 0px;
    }
}

@media (max-height: 450px) {
    #modal-search .modal-content {
        text-align: center;
        width: 100%;
        position: relative;
    }

    #modal-search .modal-dialog {
        position: fixed !important;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        /* margin: auto; */
    }
}

#directions-map {
    background: #eee;
    width: 450px;
    height: 150px;
    margin: 0 auto 20px;
}

.install-now {
        font-family: "Arial", Helvetica, sans-serif;
        background-color: #498cfe;
        border: 1px solid #2a76f1;
        outline: 0;
        width: 345px;
        height: 64px;
        color: #fff !important;
        padding: 4px 15px !important;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 23px;
        font-weight: bold;
        cursor: pointer;
        transition: all .3s ease-in-out;
        box-shadow: none;    
}
/*.install-now a{
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none !important;
}
*/

#modal-search,
.confirm {
    font-family: 'Raleway', sans-serif;
}

#modal-search .modal-body {
    padding: 30px;
}

#modal-search .modal-content {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

#modal-search .modal-content #searching-content {
    display: block;
}

#modal-search .modal-content #searching-content h3 {
    text-transform: uppercase;
    text-align: center;
    color: #0a4099;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 20px;
}

#modal-search .modal-content #success-content,
#modal-search .modal-content #installed-content {
    display: none;
    font-family: 'Lato', sans-serif;
}

#modal-search .modal-content #success-content h3,
#modal-search .modal-content #installed-content h3 {
    font-size: 36px;
    font-weight: bold;
    color: #f7941d;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Lato', sans-serif;
}

#modal-search .modal-content #success-content p,
#modal-search .modal-content #installed-content p {
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
}

#modal-search .modal-content #success-content p.lead,
#modal-search .modal-content #installed-content p.lead {
    margin-left: -15px;
    margin-right: -15px;
}
#modal-search .modal-content #success-content .btn,
#modal-search .modal-content #installed-content .btn {
    width: 345px;
    padding: 11px 15px;
    font-size: 30px;
    line-height: 50px;
    transition: all 0.3s;
    display: inline-block;   /* ✨ Make anchor behave like button */
    text-align: center;      /* ✨ Center the text */
    text-decoration: none;   /* ✨ Remove underline from <a> */
    color: inherit;          /* ✨ Keep text color consistent */
}

#modal-search .modal-content #success-content .btn:hover {
    transform: scale(1.1);
    text-decoration: none;   /* ✨ Prevent underline on hover */
}

#modal-search .modal-content #success-content #directions {
    height: 164px;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 20px;
}

#modal-search .modal-content #success-content #directions-holder {
    text-align: center;
}

#modal-search .modal-content #success-content #directions-holder p {
    width: 100%;
    text-align: center;
    color: #777;
    font-size: 13px;
    padding: 0px;
    margin: 0;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

#modal-search .modal-content #success-content #directions-holder p * {
    font-family: inherit;
}
#modal-search .modal-content #success-content .close {
    position: absolute;
    font-size: 21px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    top: 5px;
    right: 15px;
}

#modal-search .modal-content #success-content .close.out {
    position: fixed;
    font-size: 35px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    opacity: 1;
    font-family: inherit;
    line-height: 1;
    padding: 0 5px;
    top: 25px;
    right: 10px;
}

#modal-search.open {
    position: fixed;
    inset: 0;
    z-index: 1000;
    overflow-y: auto;
    padding: clamp(24px, 12vh, 150px) 0 24px;
    background: rgba(0, 0, 0, 0.32);
}

#modal-search.open .modal-dialog {
    width: min(92vw, 700px);
    max-width: 700px;
    margin: 0 auto;
    position: relative !important;
    top: auto;
    left: auto;
    transform: none;
    z-index: 1;
}

#modal-search.open .modal-content {
    max-height: calc(100vh - clamp(48px, 18vh, 174px));
    overflow-y: auto;
}

@media (max-height: 680px) {
    #modal-search.open {
        padding-top: 18px;
        padding-bottom: 14px;
    }

    #modal-search.open .modal-content {
        max-height: calc(100vh - 32px);
    }

    #modal-search .modal-body {
        padding: 22px;
    }

    #modal-search .modal-content #success-content h3,
    #modal-search .modal-content #installed-content h3 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 18px;
    }

    #modal-search .modal-content #success-content p,
    #modal-search .modal-content #installed-content p {
        margin-bottom: 14px;
    }

    #directions-map {
        height: 120px;
        margin-bottom: 14px;
    }
}
