
/************** START - Customer-Portal - new CSS Override *******************/
#cp_customerPortal {
    font-family: Poppins;
}

    #cp_customerPortal .form-control {
        font-size: 14px;
        height: 46px;
        border-radius: 5px;
        border: 1px solid #ced4da;
        box-shadow: none;
    }

.cp_customerPortal .form-dropdown {
  font-size: 14px;
  height: 46px;
  border-radius: 5px;
  border: 1px solid #ced4da;
  box-shadow: none;
  width: 100%;
  text-align: justify;
  padding: 7px;
}

.cp_customerPortal .iconbg {
    background: #232329;
    color: #fff;
    border-radius: 3px;
    padding: 10px 5px 10px 5px;
    font-size: 20px;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.cp_customerPortal .form-control {
    font-size: 14px;
    height: 46px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    box-shadow: none;
}
#promoCode.form-control {
    font-size: 14px;
    height: 46px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    box-shadow: none;
}
    .cp_customerPortal .sendCodeLink {
        font-size: 14px;
        text-decoration: none;
    }

    .cp_customerPortal .btn {
        min-width: 30%;
        margin: 4px;
        display: inline-block;
        font-weight: 400;
        line-height: 2;
        color: #252F4A;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background: none;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        border-radius: 5px;
    }

    .cp_customerPortal .btn-outline-secondary {
        color: #252F4A;
        border-color: #D1D1D1;
        text-align: center;
    }

        .cp_customerPortal .btn-outline-secondary:hover {
            color: #252F4A;
            background: #E3E3E3;
            border-color: #D1D1D1;
            text-align: center;
        }

        .cp_customerPortal .btn-outline-secondary:focus {
            color: #252F4A;
            background: #CACACA;
            border-color: #D1D1D1;
            text-align: center;
        }

    .cp_customerPortal .btn-primary {
        color: #fff;
        background-color: #009EF7;
    }

        .cp_customerPortal .btn-primary:hover {
            color: #fff;
            background-color: #0086D2;
        }

        .cp_customerPortal .btn-primary:focus {
            color: #fff;
            background-color: #006198;
        }

    .cp_customerPortal .btn-secondary {
        background: #F1F1F4;
    }

        .cp_customerPortal .btn-secondary:hover {
            background: #DBDFE9;
        }

        .cp_customerPortal .btn-secondary:focus {
            background: #B1B5BD;
        }

    .cp_customerPortal .btn-outline-secondary,
    .cp_customerPortal .btn-primary {
        transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    }

.sendCodeLink.disabled {
    pointer-events: none;
    opacity: 0.6;
    text-decoration: none;
}

.full-width-line {
    border: none;
    border-top: 1px solid #D1D1D1;
    width: 100%;
    margin: 0px;
}

#cp_customerPortal label {
    font-size: 14px;
}
.cp_customerPortal label {
    font-size: 14px;
}

.mtn-10 {
    margin-top: -10px;
}

#cp_customerPortal .form-group {
    text-align: left;
}
#cp_customerPortal .btn {
    min-width: 0;
    margin: 4px;
    display: inline-block;
    font-weight: 400;
    line-height: 2;
    color: #252F4A;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 5px;
}
    #cp_customerPortal .btn.btn-primary, #btnLogin, #btnSubmit, #btnCancel {
        height: auto;
    }

#cp_customerPortal .btn-outline-secondary {
    color: #252F4A;
    border-color: #D1D1D1;
    text-align: center;
}

    #cp_customerPortal .btn-outline-secondary:hover {
        color: #252F4A;
        background: #E3E3E3;
        border-color: #D1D1D1;
        text-align: center;
    }

    #cp_customerPortal .btn-outline-secondary:focus {
        color: #252F4A;
        background: #CACACA;
        border-color: #D1D1D1;
        text-align: center;
    }

#cp_customerPortal .btn-primary {
    color: #fff;
    background-color: #009EF7;
}

    #cp_customerPortal .btn-primary:hover {
        color: #fff;
        background-color: #0086D2;
    }

    #cp_customerPortal .btn-primary:focus {
        color: #fff;
        background-color: #006198;
    }

#cp_customerPortal .btn-secondary {
    background: #F1F1F4;
}

    #cp_customerPortal .btn-secondary:hover {
        background: #DBDFE9;
    }

    #cp_customerPortal .btn-secondary:focus {
        background: #B1B5BD;
    }

#cp_customerPortal .btn-outline-secondary,
#cp_customerPortal .btn-primary {
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.lh-2 {
    line-height: 2 !important;
}
/************** END - Customer-Portal - new CSS Override *******************/

/************** START - Customer-Portal - new CSS Override *******************/
#cp_customerDetails {
    font-family: Poppins;
}

    #cp_customerDetails .form-control {
        font-size: 14px;
        height: 46px;
        border-radius: 5px;
        border: 1px solid #ced4da;
        box-shadow: none;
    }

.cp_customerPortal .form-control {
    font-size: 14px;
    height: 46px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    box-shadow: none;
}

#cp_customerDetails .sendCodeLink {
    font-size: 14px;
    text-decoration: none;
}

#cp_customerDetails .btn {
    min-width: 0;
    margin: 4px;
    display: inline-block;
    font-weight: 400;
    line-height: 2;
    color: #252F4A;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 5px;
}
    #cp_customerDetails .btn.btn-primary, #btnLogin, #btnSubmit, #btnCancel {
        height: auto;
    }
#cp_customerDetails .btn-outline-secondary {
    color: #252F4A;
    border-color: #D1D1D1;
    text-align: center;
}

    #cp_customerDetails .btn-outline-secondary:hover {
        color: #252F4A;
        background: #E3E3E3;
        border-color: #D1D1D1;
        text-align: center;
    }

    #cp_customerDetails .btn-outline-secondary:focus {
        color: #252F4A;
        background: #CACACA;
        border-color: #D1D1D1;
        text-align: center;
    }

#cp_customerDetails .btn-primary {
    color: #fff;
    background-color: #009EF7;
}

    #cp_customerDetails .btn-primary:hover {
        color: #fff;
        background-color: #0086D2;
    }

    #cp_customerDetails .btn-primary:focus {
        color: #fff;
        background-color: #006198;
    }

#cp_customerDetails .btn-secondary {
    background: #F1F1F4;
}

    #cp_customerDetails .btn-secondary:hover {
        background: #DBDFE9;
    }

    #cp_customerDetails .btn-secondary:focus {
        background: #B1B5BD;
    }

#cp_customerDetails .btn-outline-secondary,
#cp_customerDetails .btn-primary {
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.sendCodeLink.disabled {
    pointer-events: none;
    opacity: 0.6;
    text-decoration: none;
}

.full-width-line {
    border: none;
    border-top: 1px solid #D1D1D1;
    width: 100%;
    margin: 0px;
}

#cp_customerDetails label {
    font-size: 14px;
}

#cp_customerDetails .error {
    transition: 0.28s;
    overflow: visible;
    color: red;
    font-style: normal;
    font-size: 12px !important;
}

.cp_customerPortal .error {
    transition: 0.28s;
    overflow: visible;
    color: red;
    font-style: normal;
    font-size: 12px !important;
}

#customerCheckoutStepper {
    margin-top: -32px;
    text-align: center;
    background-color: #fff;
    top: 91px;
    left: 0;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    padding: 15px;
}

.toolbar_checkoutbreadcrumb_div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 8px;
}

.checkoutbreadcrumb-dot {
    color: grey;
    font-size: 10px;
}

.checkoutbreadcrumb-dot-highlighted {
    color: #009EF7;
    font-size: 16px;
}

.checkoutbreadcrumb-line {
    width: 40px;
    height: 2px;
    background-color: grey;
}

.checkoutbreadcrumb-step {
    width: 40px;
    height: 40px;
    border: 2px solid #E2E6EA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background-color: #E2E6EA;
}

.checkoutbreadcrumb-step-highlighted {
    background-color: #009EF7;
    color: white;
    border: 2px solid #009EF7 !important;
}

.newBg {
    height: 100vh;
    background-color: #e6f4f8;
    position: fixed;
    width: 100%;
}

.pacific-panel-center {
  margin: 180px 0 20px 0;
}

.mtb-0 {
  margin: 0rem 0rem !important;
}
.checkautopay, #checkFuturecardNew {
    width: 15px;
    height: 15px;
    font-size: 14px;
}
.disableFuturecard{
    pointer-events:none;
    color:#ddd;
    cursor:not-allowed;
}
.dropdown-menu-scrollable {
    max-height: 250px; 
    overflow-y: auto; 
}
    .dropdown-menu-scrollable::-webkit-scrollbar {
        width: 6px;
    }

    .dropdown-menu-scrollable::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 3px;
    }
/************** END - Customer-Portal - new CSS Override *******************/
