body {
    background: #f3f3f3;
}

html, body {
    height: 100% !important;
}


.fp-section {
    height: auto !important;
}

.fp-tableCell {
    height: auto !important;
}

.navbar {
    min-height: 90px;
    border-radius: 0;
}

    .navbar .brand img {
        margin-top: 25px;
        max-width: 180px;
        height: auto;
    }


h2 {
    font-weight: bold;
    font-size: 20px;
}

h3 {
    margin-top: 10px;
}


.login-wrapper {
    text-align: center;
}


    .login-wrapper .logo {
        padding: 30px 0 20px 0;
        position: relative;
        display: block;
    }

#footer {
    width: 100%;
}

.push, #footer {
    height: 100px;
}

.login-wrapper .box {
    text-align: left;
    margin: 0 auto 15px auto;
    float: none;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
    background: #0FBC71;
    padding: 0;
    margin-top: 10px;
}

    .half-ling, .login-wrapper .box.no-bg {
        background: white;
    }

    .login-wrapper .box .half-ling {
        padding: 40px 0;
    }

        .login-wrapper .box .half-ling.green-bg {
            padding: 40px 20px;
        }

    .login-wrapper .box .content-wrap {
        padding: 0 40px;
    }

    .login-wrapper .box h6 {
        text-transform: uppercase;
        margin: 0 0 30px 0;
        font-size: 18px;
        font-weight: 600;
    }

.login-wrapper .checkbox {
    margin: 6px 0 0 0;
}

.login-wrapper .box input[type="text"], .login-wrapper .box input[type="email"], .login-wrapper .box input[type="password"], .login-wrapper select {
    font-size: 15px;
    height: 48px;
    margin-bottom: 18px;
    border-color: #b2bfc7;
    padding-left: 12px;
}

.login-wrapper .box input:-moz-placeholder {
    color: #9ba8b6;
    font-size: 15px;
    letter-spacing: 0px;
    font-style: italic;
}

.login-wrapper .box input:-ms-input-placeholder {
    color: #9ba8b6;
    font-style: italic;
    letter-spacing: 0px;
    font-size: 15px;
}

.login-wrapper .box input::-webkit-input-placeholder {
    color: #9ba8b6;
    font-style: italic;
    letter-spacing: 0px;
    font-size: 15px;
}

.login-wrapper .box a.forgot {
    display: block;
    text-align: right;
    font-style: italic;
    text-decoration: underline;
    color: #3d88ba;
    font-size: 13px;
    margin-bottom: 6px;
}

.login-wrapper .box #ssoBtn img {
    max-height: 20px;
    float: none;
}

.login-wrapper .box #login {
    margin-right: 5px;
}


.login-wrapper .box .remember {
    display: block;
    overflow: hidden;
    margin: 20px 0;
}

    .login-wrapper .box .remember input[type="checkbox"] {
        float: left;
        margin-right: 8px;
    }

    .login-wrapper .box .remember label {
        float: left;
        color: #4a576a;
        font-size: 13px;
        font-weight: 600;
    }

.login-wrapper .box .login {
    text-transform: uppercase;
    padding: 14px 30px;
    border: none;
}

.login-card {
    max-width: 600px;
    margin: 0px auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    text-align: center;
}

    .login-card .subtitle {
        color: #333;
        font-size: 14px;
        padding: 10px 50px;
        line-height: 1.6;
    }

    .login-card .content-wrap {
        max-width: 300px;
        margin: 0 auto;
        text-align: left;
    }

    .login-card .login-btn {
        background-color: #33a0e8;
        color: #fff;
        border: none;
        border-radius: 4px;
        width: 100%;
        padding: 10px 0;
        margin-top: 10px;
    }

    .login-card .login-divider {
        position: relative;
        text-align: center;
        margin: 25px 0;
    }

        .login-card .login-divider::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 1px;
            background: #ddd;
            z-index: 0;
        }

        .login-card .login-divider span {
            background: #fff;
            padding: 0 10px;
            color: #999;
            font-size: 13px;
            z-index: 1;
            position: relative;
        }

    .login-card .login-sso-btn {
        max-width: 300px;
        margin: 0 auto;
    }

    .login-card .signin-btn {
        border: 1px solid #ccc;
        background: #f7f7f7;
        display: inline-block;
        border-radius: 5px;
        padding: 8px 0;
        font-size: 14px;
        color: #333;
        max-width: none;
        width: 100%;
    }

        .login-card .signin-btn img {
            height: 18px;
            margin-right: 6px;
            vertical-align: middle;
        }

    .login-card .create-account {
        margin-top: 20px;
    }

        .login-card .create-account a {
            color: #33a0e8;
            text-decoration: none;
            font-size: 13px;
        }

/* responsive */
@media (max-width: 767px) {
    .password-meter {
        width: 100%;
    }

    .box .password-meter-bar, .box .password-meter-bg {
        width: 100%;
    }

    .login-wrapper .box {
        width: 100%;
        background: #9ba8b6;
    }

    .navbar {
        margin-bottom: 0;
    }

    .login-wrapper .box {
        box-shadow: none;
    }

        .login-wrapper .box .forgot a {
            margin-top: 20px;
            display: block;
        }

        .login-wrapper .box .half-ling {
            padding: 15px 0;
        }

        .login-wrapper .box .content-wrap {
            padding: 0 15px;
        }

    #fp-nav ul li a span, .fp-slidesNav ul li span {
        color: #9ba8b6;
        border: 1px solid #9ba8b6;
    }

    .green-bg, .btn-green, .half-ling.green-bg {
        display: none;
    }

    #footer {
        display: none;
    }
}

.btn-group > .btn:first-child {
    z-index: 1;
}


@media (min-width: 992px) {
    .login-wrapper .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .login-wrapper .box {
        display: flex;
    }
}

@media (max-width: 480px) {
    .login-wrapper .box {
        width: 100%;
    }
}

.limit-overflow {
    max-height: 300px;
    overflow-y: auto;
}


.form-inline .form-group {
    margin-bottom: 8px;
}

.thumbnail {
    border-radius: 0;
    padding: 8px 12px;
    border: none;
    margin-bottom: 3px;
    background: #f7f7f7;
}

    .thumbnail:hover {
        background: #35A3DC;
        text-decoration: none;
    }

        .thumbnail:hover h3, .thumbnail:hover p {
            color: white;
        }

.center {
    margin: 0 auto;
    float: none;
}

.thumbnail h3 {
    padding-top: 8px;
    padding-bottom: 0px;
    margin-bottom: 0.5em;
}

p {
    margin: 0;
}

.green-bg p {
    margin: 0;
    padding: 4px 0 10px 0;
}

.negative {
    padding: 20px 40px;
    margin-top: -30px;
}

.mobile-row .thumbnail i {
    margin-top: 8px;
}

label.error {
    display: none !important;
}


.close {
    margin: 26px 20px 0 0;
}

.pill-option {
    border: 1px solid #6c9a9a;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px;
    cursor: pointer;
    margin-right: 6px;
    margin-bottom: 6px;
    user-select: none;
}

    /* hide the real radio */
    .pill-option input[type="radio"] {
        display: none;
    }

    /* when Bootstrap toggles .active */
    .pill-option.active {
        background-color: #6c9a9a;
        color: #fff;
    }



.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 999px;
    border-top-right-radius: 999px;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
}

/* sunk / floating label */
.floating-label-wrap {
    position: relative;
}

    .floating-label-wrap .floating-label {
        position: absolute;
        top: -6px; /* sink inside field */
        left: 10px;
        background: #fff;
        padding: 0 4px;
        font-size: 11px;
        color: #8a8a8a;
        pointer-events: none;
        z-index: 1;
    }

/* generic custom select */
.bb-select {
    position: relative;
    padding: 18px 36px 6px 12px; /* extra right space for arrow */
    background: #fff;
    cursor: pointer;
    font-size: 15px;
    height: 48px;
    margin-bottom: 1px;
    border: 2px solid #b2bfc7;
    border-radius: 4px;
}

.bb-select-selected {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

/* dropdown list */
.bb-select-options {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #b2bccc;
    border-radius: 6px;
    z-index: 50;
    max-height: 220px;
    overflow-y: auto;
}

.bb-option {
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

    .bb-option:hover {
        background: #f2f6f7;
    }

/* arrow indicator */
.bb-select-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #b0bcc5; /* triangle down */
    pointer-events: none;
}

.intl-tel-input {
    display: inherit;
}

.flag-dropdown {
    left: 5px;
}

.intl-tel-input .selected-flag .flag {
    margin-top: 0;
}

.step-nav {
    margin-top: 20px;
    text-align: center;
}

    .step-nav .next-step {
        display: inline-block;
        margin-bottom: 10px;
    }

    .step-nav .back-link {
        margin-top: 5px;
        font-size: 16px;
    }

.multi-pill-container {
    padding-top: 20px;
}

    .multi-pill-container .pill-option {
        border: 2px solid #c5d7df;
        border-radius: 10px;
        padding: 12px 15px;
        margin-bottom: 18px;
        cursor: pointer;
        background: #ffffff;
        text-align: center;
        transition: 0.5s;
        width: 100%;
        min-height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .multi-pill-container .pill-option:hover {
            border-color: #588f93;
        }

        .multi-pill-container .pill-option.active {
            background: #588f93;
            color: #fff;
            border-color: #588f93;
        }

.pill-title {
    display: block;
    font-weight: 600;
    font-size: 15px;
}

.pill-sub {
    display: block;
    font-size: 14px;
    opacity: 0.9;
}

/* ========================= */
/* NEW: multi-select systems */
/* ========================= */

.multi-select {
    position: relative;
    width: 100%;
    cursor: pointer;
    margin-bottom: 18px;
}

.multi-select-header {
    border: 2px solid #c5d7df;
    border-radius: 10px;
    padding: 12px 15px;
    background: #ffffff;
    text-align: left;
    transition: 0.3s;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .multi-select-header small {
        display: block;
        font-size: 12px;
        opacity: 0.9;
    }

    /* active state – same teal as pill-option.active */
    .multi-select-header.active {
        background: #588f93;
        border-color: #588f93;
        color: #ffffff;
    }

/* dropdown list for checkboxes */
.multi-select-options {
    position: absolute;
    top: 100%;
    margin-top: -8px;
    left: 0;
    right: 0;
    background: #73C4C0;
    border-radius: 0 0 8px 8px;
    padding: 8px 0;
    display: none;
    z-index: 60;
}

    .multi-select-options label {
        display: block;
        padding: 6px 16px;
        cursor: pointer;
        border-bottom: 1px solid white;
        color: white;
        line-height: 20px;
    }



        .multi-select-options label:last-child {
            border-bottom: none;
        }

    .multi-select-options input[type="checkbox"] {
        margin-right: 6px;
        margin-top: 0;
    }

/* list of selected items shown under the title */
.multi-select-bullets {
    margin-top: 4px;
    font-size: 12px;
}

    .multi-select-bullets div {
        line-height: 1.2;
        margin-bottom: .7em;
    }

.label-lg {
    font-size: 19px;
}


/* 1. Parent Container */
.password-holder {
    position: relative;
    display: inline-block;
    width: 100%; /* Or the width needed for your form element */
}

    .password-holder i.form-control-feedback {
        position: absolute;
        z-index: 10;
        bottom: 10px;
        top: 50%; /* Center vertically */
        right: 15px; /* Adjust as needed for padding/alignment */
        transform: translateY(-50%);
        cursor: pointer;
        pointer-events: auto;
        background: transparent;
        border: none;
        height: 42px;
        color: #b2bfc7;
    }

    /* Optional: Add space to the input so text doesn't hide under the icon */
    .password-holder input[type="password"],
    .password-holder input[type="text"] {
        /* Add extra padding to the right for the icon space */
        padding-right: 40px !important;
    }


.found-source-group.has-error .btn-group {
    border: 2px solid #FF0033; /* or whatever error color you use */
    border-radius: 4px;
    padding-top: 5px;
}

.multi-pill-container.has-error {
    border: 2px solid #FF0033; /* or whatever error color you use */
    border-radius: 4px;
}

.multi-select-options label {
    display: flex; /* put checkbox + text in a row */
    align-items: flex-start; /* align checkbox to top of text */
    padding: 6px 16px;
    cursor: pointer;
    border-bottom: 1px solid white;
    color: white;
    line-height: 1.4;
}

/* keep checkbox size and spacing, don't let it shrink */
.multi-select-options input[type="checkbox"] {
    margin-right: 8px;
    margin-top: 2px;
    flex-shrink: 0;
}

.intl-tel-input .country-list {
    z-index: 3;
}

.bb-option-separator {
    border-top: 1px solid #d0d0d0;
    margin: 6px 0;
}
