body.billingsg-auth-page #page {
    min-height: auto !important;
    display: block !important;
    flex: none !important;
}

body.billingsg-auth-page #main {
    min-height: calc(100svh - var(--billingsg-nav-height, 100px) - var(--billingsg-footer-height, 0px)) !important;
    flex: none !important;
}

body.billingsg-auth-page .elementor-location-footer,
body.billingsg-auth-page #footer,
body.billingsg-auth-page footer.footer {
    position: relative !important;
}

body.billingsg-auth-page #page,
body.billingsg-auth-page #main,
body.billingsg-auth-page #main > .wf-wrap,
body.billingsg-auth-page #content,
body.billingsg-auth-page .content,
body.billingsg-auth-page .content-area,
body.billingsg-auth-page .elementor-section.elementor-top-section:has(.billingsg-auth-shell) {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
}

/* Hide page hero / title banner only — keep header nav + footer */
body.billingsg-auth-page #page > .page-title,
body.billingsg-auth-page .page-title,
body.billingsg-auth-page .page-title-bar,
body.billingsg-auth-page .page-title-head,
body.billingsg-auth-page .page-title-responsive,
body.billingsg-auth-page .page-title-bg-wrap,
body.billingsg-auth-page .page-title-bg,
body.billingsg-auth-page .fancy-header,
body.billingsg-auth-page .fancy-title,
body.billingsg-auth-page .title-section,
body.billingsg-auth-page .ph-wrap,
body.billingsg-auth-page .breadcrumbs,
body.billingsg-auth-page .breadcrumbs-bg,
body.billingsg-auth-page #main .elementor-top-section:not(:has(.billingsg-auth-shell)),
body.billingsg-auth-page #main .e-con:not(:has(.billingsg-auth-shell)),
body.billingsg-auth-page .elementor-location-single .elementor-top-section:not(:has(.billingsg-auth-shell)),
body.billingsg-auth-page .elementor-location-single .e-con:not(:has(.billingsg-auth-shell)),
body.billingsg-auth-page .elementor[data-elementor-type="wp-page"] > .elementor-top-section:not(:has(.billingsg-auth-shell)),
body.billingsg-auth-page .elementor[data-elementor-type="wp-page"] > .e-con:not(:has(.billingsg-auth-shell)) {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

.billingsg-auth-shell {
    /* width: 100vw; */
    /* min-height: calc(100svh - var(--billingsg-nav-height, 100px) - var(--billingsg-footer-height, 0px)); */
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: relative;
    overflow: visible;
    font-family: Arial, sans-serif;
    background-color: #1C004D;
    box-sizing: border-box;
    padding-top: 70px;
    padding-bottom: 24px;
}

.billingsg-auth-shell > .billingsg-auth-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    margin: 0;
}

.billingsg-auth-shell .billingsg-auth-row > .left,
.billingsg-auth-shell .billingsg-auth-row > .right {
    /* flex: 1 1 50%; */
}

@media (max-width: 767px) {
    .billingsg-auth-shell {
        min-height: calc(100svh - var(--billingsg-nav-height, 100px) - var(--billingsg-footer-height, 0px));
        padding-top: 60px;
        padding-bottom: 32px;
        overflow: visible;
    }

    .billingsg-auth-shell > .billingsg-auth-row {
        flex-wrap: wrap;
        min-height: auto;
    }

    .billingsg-auth-shell .billingsg-auth-row > .left,
    .billingsg-auth-shell .billingsg-auth-row > .right {
        min-height: 50vh;
        height: auto;
    }
}

.billingsg-auth-shell .left {
    position: relative;
    overflow: hidden;
}

body.billingsg-auth-page {
    margin: 0;
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: Arial, sans-serif;
    background-color: #1C004D;
}

body {
            margin: 0;
            font-family: Arial, sans-serif;
            background-color: #1C004D;
        }
        .billingsg-auth-shell .left,
        .left {
            background: linear-gradient(135deg, #0a0033, #1c005c, #290078, #3b0095);
            color: white;
            padding: 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .left h1 {
            margin: 0;
            font-size: 48px;
            margin-bottom: 20px;
        }
        .left p {
            font-size: 18px;
            margin-bottom: 40px;
        }
        .left .logo {
            margin-bottom: 20px;
        }
        .left a {
            color: white;
            text-decoration: none;
            font-size: 16px;
        }
        .billingsg-auth-shell .right,
        .right {
            padding: 40px;
            background-color: white;
            display: flex;
            flex-direction: column;
            justify-content: center;
	    z-index:100;
        }
        .right h2 {
            margin: 0;
            font-size: 24px;
            margin-bottom: 5px;
            color: #333;
        }
        .right form {
            display: flex;
            flex-direction: column;
        }
        .right input {
            padding: 15px;
            margin-bottom: 20px;
            border: none;
            border-bottom: 2px solid transparent;
            border-image: linear-gradient(to right, #a24fe1, #e464f0);
            border-image-slice: 1;
            font-size: 16px;
            outline: none;
            transition: border-bottom-color 0.3s;
        }
        .right input:focus {
            border-bottom-color: transparent;
            border-image: linear-gradient(to right, #a24fe1, #e464f0);
            border-image-slice: 1;
        }
        .right .auth-button {
            padding: 15px;
            background: linear-gradient(to right, #a24fe1, #e464f0);
            color: white;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .right .auth-button:hover {
            background: linear-gradient(to right, #8c2ffd, #d964f0);
        }
        .right auth-button:after {
            content: '\2192'; /* Arrow icon */
            font-size: 20px;
            padding-left: 10px;
        }
        .right .social-login {
            margin-top: 20px;
            text-align: center;
        }
        .right .social-login a {
            display: block;
            padding: 15px;
            background: #00ACEE;
            color: white;
            border-radius: 5px;
            margin-bottom: 10px;
            text-align: center;
            text-decoration: none;
        }
        .right .social-login a.facebook {
            background: #3b5998;
        }

        .billingsg-auth-shell #particles-js {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 0;
        }

        #particles-js {
          position: fixed;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 0;
        }

        .wrapper {
          position: relative;
          padding: 50px;
        }
        .billingsg-auth-shell > .logo,
        .logo {
            position: absolute;
            top: 20px;
            left: 13%;
            z-index: 10;
        }

	.elementor-top-section{
	    background-color: rgb(6, 11, 43) !important;
        }


.bootstrap-select {
                width: 100% !important;
		top:auto;
            }
            .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
            color: black;
        }
.m-10-b{
                margin-bottom:10px;
                width:100%;
            }
.input-label{
                margin-bottom:3px;
            }

            .copy-name{
                margin-bottom: 10px;
                width: 175px;
                font-size: 15px;
            }

            .fetch-postal{
                margin-bottom: 10px;
                width: 250px;
                font-size: 15px;
            }
.hidden{
    display:none;
}




.modal-flex-wrap {
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
}
.modal-flex-wrap .modal-left-wrap, .modal-flex-wrap .modal-right-wrap {
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
}
.modal-flex-wrap .modal-left-wrap {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}
.modal-flex-wrap .centered-divider {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.modal-flex-wrap .centered-divider {
    flex: 0 0 30px;
    max-width: 30px;
}
.modal-flex-wrap .modal-right-wrap {
    padding-top: 85px;
}
.modal-flex-wrap .modal-left-wrap, .modal-flex-wrap .modal-right-wrap {
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
}
.modal-flex-wrap .modal-right-wrap {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}
.modal-flex-wrap .centered-divider:before {
    margin-bottom: 20px;
}
.modal-flex-wrap .centered-divider:before, .modal-flex-wrap .centered-divider:after {
    height: 120px;
    width: 1px;
    content: "";
    display: inline-block;
    background: #898686;
}

.modal-flex-wrap .centered-divider:after {
    margin-top: 30px;
}
.modal-flex-wrap .centered-divider:before, .modal-flex-wrap .centered-divider:after {
    height: 120px;
    width: 1px;
    content: "";
    display: inline-block;
    background: #898686;
}
.left button{
    padding: 15px;
    background: linear-gradient(to right, #a24fe1, #e464f0);
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}