input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}


/* login part start */

.ondeck_login .error:after {
    position: absolute;
    top: 1px;
    left: 0;
    height: 16px;
    width: 16px;
    content: "";
    background: url(../images/input-error.png) no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
}

.ondeck_login .error {
    font-size: 12px;
    color: #ff474a;
    font-family: 'galano_grotesqueregular';
    padding-left: 20px;
    position: relative;
    line-height: 16px;
}

.ondeck_login,
.ondeckbiz_flow {
    font-family: 'galano_grotesqueregular';
}

.ondeck_login .new_login_wrap {
    /* padding-top: 82px; */
    padding-top: 70px;
    /* 16.03.22 */
}

.ondeck_login .login_header {
    padding: 17px 0;
}

.ondeck_login .login_navbar-brand {
    width: 200px;
    margin-top: 0;
}

.ondeck_login .login_collapse {
    justify-content: flex-end;
}

.ondeck_login .new_login_area .global_btn {
    padding: 0px 0px;
    margin-left: 22px;
    font-family: 'galano_grotesquesemibold';
    min-width: 150px;
    border-radius: 15px;
    height: 52px;
    background-color: #0074ff;
    text-align: center;
    font-size: 16px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 2px #0074ff;
}

.ondeck_login .new_login_area .global_btn:hover {
    background-color: #000082;
    border: 2px solid #000082;
    color: #fff;
}

.ondeck_login .new_login_area .global_btn:focus {
    background-color: #0074ff;
    border: 2px solid #0074ff;
    box-shadow: 0 0 0 5px rgb(168 208 255 / 20%);
    color: #fff;
    outline: 0;
}

.ondeck_login .new_login_area .global_btn:active {
    background-color: #0074ff;
    border: solid 2px #0074ff;
    color: #fff;
    outline: 0;
}

.ondeck_login .login_text_btn {
    width: 150px;
    height: 52px;
    border-radius: 15px;
    border: solid 2px #0074ff;
    color: #0074ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
}

.ondeck_login .login_text_btn:hover {
    color: #000082;
    border: solid 2px #000082;
}

.new_login_area {
    display: flex;
}

.ondeck_login .login_navbar {
    align-items: center;
}

.ondeck_login .login_sl_item {
    height: calc(100vh - 0px);
}

.ondeck_login .login_form {
    max-width: 520px;
    margin: 0 auto;
}

.reset_login_wrap .login_inr_wrap {
    max-width: 520px;
}

.ondeck_login .login_headline h2 {
    color: #000;
    font-size: 36px;
    line-height: 45px;
    font-family: 'galano_grotesquesemibold';
}

.ondeck_login .material_float-label {
    position: static;
    color: #1d1d1d;
    font-size: 13px;
    opacity: 1;
    font-family: 'galano_grotesquesemibold';
    margin-bottom: 8px;
}

.ondeck_login .material_form_group {
    margin-top: 0;
    text-align: left;
}

.ondeck_login .material_form-control {
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    border: 1px solid #767676;
    border-radius: 15px !important;
    padding: 0 60px 0 20px;
    font-family: 'galano_grotesqueregular';
}

.ondeck_login .form_outer {
    margin-bottom: 25px;
}

.ondeck_login .password_outer {
    margin-bottom: 20px;
}

.ondeck_login .material_float_anchor {
    font-size: 14px;
    line-height: 19px;
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
}

.ondeck_login .material_float_anchor:hover {
    color: #000082;
    text-decoration: underline;
}

.ondeck_login .material_float_anchor:focus {
    padding: 2px 5px;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    color: #0074ff;
    border-radius: 4px;
}

.ondeck_login .material_float_anchor:active {
    color: #0074ff;
    border: 0;
    box-shadow: none;
    padding: 1px 4px 0px;
}

.ondeck_login .checkmark {
    height: 24px;
    width: 24px;
    border-radius: 4px;
    border: 2px solid #737373;
}

.ondeck_login .login_form .agree_check {
    margin-left: 0;
    padding-left: 35px;
    margin-bottom: 0;
}

.ondeck_login .agree_check {
    padding-left: 35px;
    color: #1d1d1d;
    font-size: 14px;
    line-height: 22px;
    margin: 0px;
    font-family: 'galano_grotesqueregular';
}

.ondeck_login .agree_check input[type="checkbox"]:checked~.checkmark {
    background-color: #0074ff;
    border: 2px solid #0074ff;
}

.ondeck_login .agree_check:hover,
.ondeck_login .agree_check input[type="checkbox"]:checked~.agree_check_txt {
    color: #000082;
}

.ondeck_login .agree_check .checkmark:after {
    left: 7px;
    top: 2px;
    height: 12px;
}

.ondeck_login .login {
    text-align: center;
}

.ondeck_login .submit_outer .global_btn {
    width: 175px;
    padding: 0px 25px;
    background-color: #0074ff;
    height: 50px;
    line-height: 46px;
    border-radius: 15px;
    font-family: 'galano_grotesquesemibold';
    letter-spacing: 0;
    border: 2px solid transparent;
    color: #fff;
    font-size: 16px;
}

.ondeck_login .submit_outer .global_btn:hover {
    box-shadow: none;
    background-color: #000082 !important;
    flood-color: #fff;
}

.ondeck_login .submit_outer .global_btn:focus {
    box-shadow: 0 0 0 5px rgb(131 238 206 / 30%) !important;
    background-color: #0074ff !important;
    color: #fff;
    outline: 0;
}

.ondeck_login .submit_outer .global_btn:active {
    background-color: #0074ff !important;
    color: #fff;
}

.ondeck_login .have_account {
    font-size: 16px;
    color: #1d1d1d;
    line-height: 22px;
    font-family: 'galano_grotesqueregular';
}

.ondeck_login .have_account a {
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
}

.btn_separator {
    font-family: 'galano_grotesqueregular';
}

.ondeck_login .have_account a:hover {
    color: #000082;
    text-decoration: underline;
}

.ondeck_login .have_account a:focus {
    padding: 2px 5px;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    color: #0074ff;
    border-radius: 4px;
}

.ondeck_login .have_account a:active {
    color: #0074ff;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.ondeck_login .material_ico img {
    max-height: 24px;
}

.ondeck_login .material_erase_email_ico,
.ondeck_login .material_pass_view_ico {
    left: auto;
    right: 20px;
    width: 25px;
    height: 25px;
    top: 18px;
}

.ondeck_login .errorred,
.ondeckbiz_flow .errorred {
    background-color: rgba(255, 71, 74, 0.05) !important;
    border: 1px solid #ff474a !important;
    box-shadow: none !important;
}

.ondeck_login .material_form-control:focus {
    /* box-shadow: 0 0 0 5px rgb(0 64 112 / 30%); */
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    border: 2px solid #0074ff;
    color: #1d1d1d;
}

.ondeck_login .reset_login_wrap .login_headline p {
    font-size: 20px;
    color: #1d1d1d;
    margin: 0;
    line-height: 24px;
    font-family: 'galano_grotesqueregular';
    letter-spacing: 0;
}

.ondeck_login .reset_login_wrap .login_form .login_headline p {
    padding: 0;
    letter-spacing: 0;
}

.ondeck_login .modal-title {
    font-size: 20px;
    color: #1d1d1d;
    line-height: 25px;
    font-family: 'galano_grotesquesemibold';
}

.ondeck_login .modal-header {
    padding: 20px;
    min-height: auto;
    text-align: left;
    border-bottom: 1px solid #d9d9d9;
}

.ondeck_login .modal-footer {
    display: none;
}

.ondeck_login .modal-header .close {
    background: url(../images/lbc/icon-dismiss.png) right top no-repeat;
    background-color: transparent;
    background-size: cover;
}

.ondeck_login .modal-header .close:hover {
    background: url(../images/lbc/icon-dismiss.png) right top no-repeat;
    background-color: transparent;
    background-size: cover;
    opacity: 1 !important;
}

.ondeck_login .modal-header .close:hover {
    opacity: 0.5;
}

.ondeck_login .forgot_block {
    color: #1d1d1d;
}

.ondeck_login .action_forgot a {
    color: #0074ff;
    font-size: 16px;
    line-height: 22px;
    font-family: 'galano_grotesquesemibold';
}

.ondeck_login .action_forgot a:hover {
    color: #0074ff;
    text-decoration: underline;
}

.ondeck_login .action_forgot a:focus {
    /* border: 2px solid #0074ff; */
    padding: 2px 5px;
    box-shadow: 0 0px 0px 5px #7ac5fe;
    color: #0074ff;
    border-radius: 4px;
}

.ondeck_login .action_forgot a:active {
    border: 0;
    box-shadow: none;
    padding: 0;
    color: #045ba7;
}

.ondeck_login .forgot_usr_mail {
    color: #1d1d1d;
    font-family: 'galano_grotesquesemibold';
}

.ondeck_login .forgotmodal .all_detail_container {
    padding: 20px 20px 0;
}

.ondeck_login .reset_login_wrap .submit_outer.editEmailSubmit .global_btn {
    letter-spacing: 0;
    padding: 0 25px 0;
    font-family: 'galano_grotesquesemibold';
}

.ondeck_login .modal-backdrop {
    background: #1d1d1d !important;
    opacity: 0.5 !important;
}

.ondeck_login .modal-content {
    border: 0;
    border-radius: 4px;
}

.ondeck_login .resetpassword .validate_frm label {
    color: #1d1d1d;
    font-family: 'galano_grotesquesemibold';
    margin-bottom: 8px;
    text-transform: uppercase;
}

.ondeck_login .resetpassword .type_fld {
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    border: 2px solid #959595;
    border-radius: 4px !important;
    padding: 0 20px;
    font-family: 'galano_grotesquesemibold';
}

.ondeck_login .resetpassword .type_fld:focus {
    box-shadow: 0 0 0 5px rgb(0 64 112 / 30%) !important;
    border: 2px solid #0074ff;
    color: #1d1d1d !important;
}

.ondeck_login .resetpassword .type_fld.error {
    background-color: rgba(255, 108, 108, 0.05) !important;
    border: 2px solid #ff6c6c !important;
}

.ondeck_login .success_after_forget .setupawsome h4 {
    color: #1d1d1d;
    font-family: 'galano_grotesquesemibold';
}

.ondeck_login .reset_login_wrap .we_resent_pass {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
}

.ondeck_login .reset_login_wrap .resendEmail_pass strong {
    font-family: 'galano_grotesquesemibold';
}

.ondeck_login .resetpassword .btn_outr_reset .save_btn {
    width: 175px !important;
    padding: 0px 25px;
    background-color: #0074ff;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    font-family: 'galano_grotesquesemibold';
}

.ondeck_login .resetpassword .btn_outr_reset .save_btn:hover {
    background-color: #0074ff;
    color: #fff;
    box-shadow: none;
}

.ondeck_login .resetpassword .btn_outr_reset .save_btn:focus {
    background-color: #0074ff !important;
    color: #fff;
    box-shadow: 0 0px 0px 5px #7ac5fe !important;
    outline: 0;
}

.ondeck_login .resetpassword .btn_outr_reset .save_btn:active {
    background-color: #d8ecfd !important;
    color: #222;
    box-shadow: none !important;
    border: solid 2px #222;
}

.ondeck_login .new_numeric_text {
    border: 1px solid #0074ff;
}


/* login part end */


/* laurentian beforelogin footer */

.ondeck_login .fttr_top h3 {
    font-size: 18px;
    font-family: 'galano_grotesquesemibold';
}

.ondeck_login .footer_menu li {
    font-family: 'galano_grotesqueregular';
}

.ondeck_login .footer_menu li a {
    font-size: 16px;
    font-family: 'galano_grotesqueregular';
    color: #fff;
}

.ondeck_login .footer_menu li a:hover {
    color: #fdb812;
}

.ondeck_login .fttr_btm p {
    font-family: 'galano_grotesqueregular';
    letter-spacing: 0;
}

.ondeck_login .active_card_menu li.active a {
    color: #045ba7;
    font-family: 'galano_grotesquesemibold';
}

.ondeck_login .fttr_top {
    padding-bottom: 0;
}


/* header */

.ondeckbiz_flow .logo {
    width: 204px;
    margin-top: 10px;
    height: 52px;
}

.ondeckbiz_flow .menu_wrap {
    margin: 22px 0 0 195px;
    width: auto;
}

.ondeckbiz_flow .stella_select {
    width: fit-content;
    margin: 12px 0 0;
}

.ondeckbiz_flow .header_menu ul li a {
    color: #000;
    font-family: 'galano_grotesqueregular';
    font-size: 16px;
}

.ondeckbiz_flow .header_menu ul li.active a {
    color: #000 !important;
    font-family: 'galano_grotesquemedium';
}

.ondeckbiz_flow .header_menu ul li a:hover:after,
.ondeckbiz_flow .header_menu ul li.active a:after {
    background: #0074ff;
    bottom: -31px;
    /* bottom: -21px; */
    width: 133.2%;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
}

.ondeckbiz_flow .stella_select a {
    color: #000;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
}

.ondeckbiz_flow .stella_select .dropdown .caret {
    border: none;
    width: 10px;
    height: 6px;
    background: url(../images/ondeck/icon_caret-down-black.svg) right center no-repeat;
}


/* header end */


/* header dropdown */

.ondeckbiz_flow .stella_select .dropdown-menu h2 {
    font-family: 'galano_grotesquesemibold';
    color: #000;
    font-size: 20px;
}

.ondeckbiz_flow .stella_select .dropdown-menu {
    padding: 25px 0 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
}

.ondeckbiz_flow .dropdown-menu .sub_account li a {
    font-family: 'galano_grotesqueregular';
    color: #000;
    font-size: 16px;
    border-bottom: 2px solid transparent;
}

.ondeckbiz_flow .dropdown-menu .sub_account li a:hover {
    color: #0074ff;
}

.ondeckbiz_flow .dropdown-menu .sub_account li.legal_diff a:hover {
    color: #0074ff;
}

.ondeckbiz_flow .stella_select .dropdown-menu>li:last-child {
    background-color: inherit;
    margin: 0 20px;
}

.ondeckbiz_flow .stella_select .dropdown-menu>li:last-child a {
    padding: 0 20px;
    height: 50px;
    line-height: 48px;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff !important;
    font-size: 16px !important;
    text-align: center;
    border: 2px solid #0074ff;
    background-color: #fff;
    border-radius: 15px;
    max-width: 180px;
}

.ondeckbiz_flow .stella_select .dropdown-menu>li:last-child a:hover {
    color: #000082 !important;
    background-color: transparent !important;
    border: 2px solid #000082;
}

.ondeckbiz_flow .stella_select .dropdown-menu>li:last-child a:focus {
    outline: 0;
    background-color: transparent !important;
    color: #0074ff !important;
    box-shadow: 0 0 0 5px rgb(131 238 206 / 30%) !important;
    outline: 0;
    border: 2px solid #0074ff;
}

.ondeckbiz_flow .stella_select .dropdown-menu>li:last-child a:active {
    box-shadow: none;
    background-color: #0074ff !important;
    color: #fff !important;
    border-color: #0074ff;
}

.ondeckbiz_flow .dropdown-menu .sub_account li a .img {
    width: 20px;
    height: auto;
    vertical-align: 3px;
    margin-right: 8px;
}

.ondeckbiz_flow .dropdown-menu .sub_account li a {
    padding: 16px 0px 16px;
}

.ondeckbiz_flow .dropdown-menu .sub_account li a b {
    font-family: 'galano_grotesqueregular';
    font-weight: normal;
}

.ondeckbiz_flow .dropdown-menu .sub_account li:first-child {
    background-image: none;
    background: #fff;
    margin: 0px;
}

.ondeckbiz_flow .dropdown-menu .sub_account li.legal_diff a {
    font-family: 'galano_grotesquesemibold';
    color: #ec1c24;
    font-size: 12px;
}

.ondeckbiz_flow .dropdown-menu .sub_account li.legal_diff a b {
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .sub_account {
    padding: 0px 0 24px;
}

.ondeckbiz_flow .sub_account li {
    margin: 0px;
    position: relative;
}

.ondeckbiz_flow .dropdown-menu .sub_account li:last-child {
    margin-bottom: 0;
}


/* header dropdown end*/


/* dashboard page */

.fa-question-circle-o {
    font: bold normal normal 16px/1 FontAwesome;
}

.ondeckbiz_flow .card_top_sec {
    background-color: #fff;
}

.ondeckbiz_flow .dashboard_card .card_top_lft_sec h3 {
    font-size: 36px;
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .dashboard_card .card_top_lft_sec h3 em {
    display: block;
    font-style: normal;
    font-size: 14px;
    font-family: 'galano_grotesquesemibold';
    margin-top: 10px;
}

.ondeckbiz_flow .right_activity_panel_lt .brim_points_box span {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d !important;
    line-height: 30px;
    font-size: 22px !important;
}

.ondeckbiz_flow .card_top_rt_sec .currency {
    font-family: 'galano_grotesquesemibold';
    font-size: 26px;
    color: #1d1d1d;
    line-height: 30px;
    margin-top: 4px;
}

.ondeckbiz_flow .dashboard_card .card_top_rt_sec .right_activity_panel_rt {
    margin-top: 0;
}

.ondeckbiz_flow .dashboard_flex_end {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ondeckbiz_flow .make_btn {
    padding: 14px 25px;
    border-radius: 0;
    background: #e00d42;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    border-radius: 4px;
}

.ondeckbiz_flow .make_btn:hover {
    background: #f2184e;
    color: #fff;
    opacity: 1;
}

.ondeckbiz_flow .make_btn:focus {
    background: #e00d42;
    color: #fff;
    box-shadow: 0 0px 0px 5px #7ac5fe;
}

.ondeckbiz_flow .make_btn:active {
    background: #e00d42;
    color: #fff;
}

.ondeckbiz_flow .dashboard_card .card_top_sec {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ondeckbiz_flow .make_btn img {
    display: none;
}

.ondeckbiz_flow .dashboard_card .small_point_tag {
    background-image: none;
}

.ondeckbiz_flow .new_top_tooltip .color_tip {
    border-radius: 50%;
    background-image: url(../images/lbc/tooltip.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    font-size: 0px;
}

.ondeckbiz_flow .dsbrd_eshop_slider .slick-arrow,
.ondeckbiz_flow .dsbrd_eshop_slider_mrktnk .slick-arrow {
    background-color: #f7f7f7;
    box-shadow: none;
}

.ondeckbiz_flow .new_top_tooltip .color_tip:hover {
    background-image: url(../images/lbc/tooltiphov.png);
}

.ondeckbiz_flow #cardHolderName {
    text-transform: none;
    color: #1d1d1d;
    font-size: 26px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .other_value_cell_acdtls .brim_card_headline {
    display: none !important;
}

.ondeckbiz_flow .sub_txt {
    font-size: 12px;
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    letter-spacing: 0;
    text-transform: none;
}

.ondeckbiz_flow .other_value_cell_each h4 {
    font-family: 'galano_grotesquesemibold';
    font-size: 26px;
    color: #1d1d1d;
}

.ondeckbiz_flow .muted_txt_new {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
}

.ondeckbiz_flow .brim_card_option {
    border-radius: 4px;
    padding: 17px 6px 15px 5px !important;
    flex-wrap: wrap;
}

.ondeckbiz_flow .card_option_img {
    border-radius: 4px;
    width: 70px;
    height: 60px;
    background-color: rgba(69, 69, 69, 0.9);
}

.ondeckbiz_flow .lock_online_new {
    background-image: url(../images/lbc/cross_monitor.png);
}

.ondeckbiz_flow .lock_foreign_new {
    background-image: url(../images/lbc/cross_globe.png);
}

.ondeckbiz_flow .brim_card_single_option.active .card_option_img {
    background-color: #fff;
    border: 2px solid #0074ff;
    box-shadow: none;
}

.ondeckbiz_flow .brim_card_single_option.active .lock_crd {
    background-image: url(../images/lbc/lock_crd1.png?v=1.1);
    background-size: 32px 32px;
    background-color: #0074ff;
}

.ondeckbiz_flow .brim_card_single_option.active .lock_online {
    background-image: url(../images/lbc/lock_online1.png?v=1.1);
    background-size: 32px auto;
    background-color: #0074ff;
}

.ondeckbiz_flow .brim_card_single_option.active .lock_foreign {
    background-image: url(../images/lbc/lock_foreign1.png?v=1.1);
    background-size: 32px 32px;
    background-color: #0074ff;
}

.ondeckbiz_flow .brim_card_single_option .lock_crd:hover {
    background-image: url(../images/lbc/lock_crd1.png?v=1.1);
}

.ondeckbiz_flow .brim_card_single_option .lock_online:hover {
    background-image: url(../images/lbc/lock_online1.png?v=1.1);
}

.ondeckbiz_flow .brim_card_single_option .lock_foreign:hover {
    background-image: url(../images/lbc/lock_foreign1.png?v=1.1);
}

.ondeckbiz_flow .brim_card_single_option .lock_crd {
    background-image: url(../images/lbc/lock_crd.png?v=1.1);
    background-size: 32px 32px;
    background-color: #d8ecfd;
    border: 2px solid #1d1d1d;
}

.ondeckbiz_flow .brim_card_single_option .lock_online {
    background-image: url(../images/lbc/lock_online.png?v=1.1);
    background-size: 32px 32px;
    background-color: #d8ecfd;
    border: 2px solid #1d1d1d;
}

.ondeckbiz_flow .brim_card_single_option .lock_foreign {
    background-image: url(../images/lbc/lock_foreign.png?v=1.1);
    background-size: 32px 32px;
    background-color: #d8ecfd;
    border: 2px solid #1d1d1d;
}

.ondeckbiz_flow .card_option_img:hover {
    box-shadow: none;
    border-color: #0074ff !important;
    background-color: #0074ff !important;
}

.ondeckbiz_flow .brim_card_single_option .card_option_img:focus {
    background-color: #fff;
    border: 2px solid #0074ff;
    box-shadow: 0 0 0 5px #7ac5fe;
}

.ondeckbiz_flow .card_option_img:focus {
    background-color: #d8ecfd;
    border-color: #1d1d1d;
    box-shadow: none;
    color: #1d1d1d;
}

.ondeckbiz_flow .brim_card_single_option_container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}

.ondeckbiz_flow .nwview_crd_dtls a {
    border: 2px solid #0074ff;
    border-radius: 4px;
    color: #fff;
    font-family: 'galano_grotesquesemibold';
    background-color: #0074ff;
}

.ondeckbiz_flow .nwview_crd_dtls a:hover {
    border-color: transparent;
    background-color: #0074ff;
    color: #fff;
}


/* .ondeckbiz_flow .nwview_crd_dtls a:hover span img {
  filter: inherit;
} */

.ondeckbiz_flow .nwview_crd_dtls a:focus {
    box-shadow: 0 0 0 5px #7ac5fe;
    border-color: #0074ff;
    background-color: #0074ff;
    color: #fff;
}

.ondeckbiz_flow .nwview_crd_dtls a:focus span img {
    filter: brightness(0) invert(1);
}

.ondeckbiz_flow .nwview_crd_dtls a span img {
    filter: brightness(0) invert(1);
}

.ondeckbiz_flow .nwview_crd_dtls a:active {
    border-color: #1d1d1d;
    background-color: #d8ecfd;
    color: #1d1d1d;
}

.ondeckbiz_flow .nwview_crd_dtls a:active span img {
    filter: inherit;
}

.ondeckbiz_flow .nwview_crd_dtls {
    margin: 0 15px 0;
}

.ondeckbiz_flow .card_option_label {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 12px;
}

.ondeckbiz_flow .dashboard_row .brim_left_flex {
    margin-right: 60px;
    margin-left: 0;
    width: 305px;
    padding: 0px 35px 0 0;
    overflow: inherit;
}

.ondeckbiz_flow .brim_card_slider,
.ondeckbiz_flow .brim_card_slider_user_outer {
    overflow: hidden;
}

.ondeckbiz_flow .cardBtns .card_prev {
    left: -35px !important;
}

.ondeckbiz_flow .cardBtns .card_nxt,
.ondeckbiz_flow .cardBtns .card_prev {
    color: #0074ff;
    opacity: 1;
    font-size: 32px;
}

.ondeckbiz_flow .dashboard_row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ondeckbiz_flow .brim_center_flex {
    margin-top: -46px;
}

.ondeckbiz_flow .other_value_cell_acdtls {
    padding-top: 0px;
}

.ondeckbiz_flow .dashboard_row .brim_right_flex {
    width: calc(100% - 765px);
}

.ondeckbiz_flow .checkout_brim_setup .ecommerce_shop_head {
    margin-bottom: 6px;
}

.ondeckbiz_flow .checkout_brim_setup .ecommerce_shop_head h2 {
    color: #1d1d1d;
    margin-bottom: 10px;
    font-family: 'galano_grotesquesemibold';
    font-size: 22px;
}

.ondeckbiz_flow .checkout_brim_setup .ecommerce_shop_head p {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 18px;
}

.ondeckbiz_flow .dsbrd_eshop_slider .single_shop_box figure,
.ondeckbiz_flow .dsbrd_eshop_slider_mrktnk .single_shop_box figure {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.ondeckbiz_flow .dsbrd_eshop_slider .shop_inner_sec {
    border-radius: 4px;
}

.ondeckbiz_flow .dsbrd_eshop_slider .single_shop_box,
.ondeckbiz_flow .dsbrd_eshop_slider_mrktnk .single_shop_box {
    border-radius: 4px;
}

.ondeckbiz_flow .dsbrd_eshop_slider .offer_shape {
    width: 80px;
    height: 80px;
    /* background-image: url(../images/lbc/tile_shape_ylo.png?v=1.1); */
}

.ondeckbiz_flow .checkout_brim_setup .load_more_sec {
    margin-top: 20px;
}

.ondeckbiz_flow .checkout_brim_setup .load_more_sec .global_btn {
    padding: 0 35px;
    line-height: 46px;
    background: #fff;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    border: 2px solid #0074ff;
    font-size: 16px;
    border-radius: 15px;
    letter-spacing: 0;
}

.ondeckbiz_flow .checkout_brim_setup .load_more_sec .global_btn:hover {
    color: #000082;
    background-color: transparent !important;
    border: 2px solid #000082;
}

.ondeckbiz_flow .checkout_brim_setup .load_more_sec .global_btn:focus {
    outline: 0;
    background-color: transparent !important;
    color: #0074ff;
    box-shadow: 0 0 0 5px rgb(131 238 206 / 30%) !important;
    outline: 0;
    border: 2px solid #0074ff;
}

.ondeckbiz_flow .checkout_brim_setup .load_more_sec .global_btn:active {
    box-shadow: none;
    background-color: #0074ff !important;
    color: #fff;
    border-color: #0074ff;
}

.ondeckbiz_flow .transation_head_laurentian .left_text {
    line-height: 50px;
}

.ondeckbiz_flow .transation_head_laurentian .left_text .muted_txt {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 26px;
    letter-spacing: 0;
    margin-top: -6px;
}

.ondeckbiz_flow .transation_head_laurentian .left_text .blue_txt {
    font-family: 'galano_grotesqueregular';
    font-size: 16px;
    color: #0074ff !important;
    margin-left: 15px;
    /* text-decoration: none !important; */
}

.ondeckbiz_flow .transation_head_laurentian .left_text .blue_txt:hover {
    color: #0074ff !important;
    text-decoration: underline !important;
}

.ondeckbiz_flow .transation_head_laurentian .left_text .blue_txt:active {
    color: #0074ff !important;
    text-decoration: underline !important;
}

.ondeckbiz_flow .transation_head_laurentian_normal {
    border-bottom: 0;
    background-color: transparent;
}

.ondeckbiz_flow .transation_head_laurentian .on_of_label {
    line-height: 50px;
    border-radius: 0;
    border: 0;
}

.ondeckbiz_flow .transation_head_laurentian .on_of_label label {
    text-transform: none;
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 16px;
    margin-right: 20px;
}

.ondeckbiz_flow .transation_head_laurentian .on,
.ondeckbiz_flow .transation_head_laurentian .off {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 12px;
    margin-right: 2px;
}

.ondeckbiz_flow .onoff_area .switch {
    height: 30px;
    width: 50px;
    margin-right: 0 !important;
}

.ondeckbiz_flow .transation_head_laurentian input:checked+.slider_switch {
    background-color: #0074ff;
}

.ondeckbiz_flow .slider_switch:before {
    height: 26px;
    width: 26px;
    bottom: 1px;
    background: #fff;
}

.ondeckbiz_flow .switch_add .slider_switch {
    background: rgba(0, 0, 0, 0.1);
}

.ondeckbiz_flow input:checked+.slider_switch:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}

.ondeckbiz_flow .transation_details {
    margin: 15px 0 0;
}

.ondeckbiz_flow .tranlist_cell:first-child {
    padding-left: 0;
}

.ondeckbiz_flow #current_installment .tranlist_cell:first-child,
.ondeckbiz_flow #past_installment .tranlist_cell:first-child {
    padding-left: 10px;
}

.ondeckbiz_flow .brdr_nil .tranlist_cell {
    padding-left: 20px;
}

.ondeckbiz_flow .tranlist_row:hover {
    box-shadow: inset 0px 0px 0px 1px #0074ff;
}

.ondeckbiz_flow .tranlist_header:hover {
    box-shadow: 0px 0px 0px 0px #d0d2d2;
}

.ondeckbiz_flow .tranlist_header {
    padding: 15px 0 8px;
    font-family: 'galano_grotesquesemibold';
    cursor: auto;
}

.ondeckbiz_flow .tranlist_header .tranlist_cell {
    color: #1d1d1d;
    font-size: 14px;
    text-transform: none;
    font-family: 'galano_grotesquesemibold';
    text-transform: uppercase;
}

.ondeckbiz_flow .tranlist_cell {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 16px;
}

.ondeckbiz_flow .tranlist_cell.totla,
.ondeckbiz_flow .tranlist_cell.total1,
.ondeckbiz_flow .tranlist_cell.total2,
.ondeckbiz_flow .tranlist_cell.total3,
.ondeckbiz_flow .tranlist_cell.total4,
.ondeckbiz_flow .tranlist_cell.total5,
.ondeckbiz_flow .tranlist_cell.total6,
.ondeckbiz_flow .tranlist_cell.total7,
.ondeckbiz_flow .tranlist_cell.total8,
.ondeckbiz_flow .tranlist_cell.total9,
.ondeckbiz_flow .tranlist_cell.total10 {
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
}

.ondeckbiz_flow .blue_cell_expand .do_redeemed {
    background-color: #0074ff;
    right: -3.5px;
}

.ondeckbiz_flow .blue_cell_expand .do_redeemed:hover {
    background-color: #0074ff;
}

.ondeckbiz_flow .gray_cell_expand .do_redeemed {
    top: 1px;
    bottom: 0;
    height: 97%;
    right: -2.5px;
}

.ondeckbiz_flow .tranlist_row:hover .gray_cell_expand .do_redeemed,
.ondeckbiz_flow .tranlist_row:hover .blue_cell_expand .do_redeemed,
.ondeckbiz_flow .tranlist_row:hover .green_cell_expand .do_redeemed {
    border-radius: 0 3px 3px 0;
}

.ondeckbiz_flow .blue_cell_expand .Redeem_bg_btn {
    background: #0074ff;
    font-family: 'galano_grotesqueregular';
    font-size: 14px;
}

.ondeckbiz_flow .msg_tip {
    background-color: #f7f7f7;
}

.ondeckbiz_flow .msg_tip p {
    font-size: 16px;
    color: #1d1d1d;
    line-height: 22px;
    font-family: 'galano_grotesqueregular';
    letter-spacing: 0;
}

.ondeckbiz_flow .msg_tip p strong {
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .blue_cell_expand .Redeem_bg_btn:after {
    content: "";
    height: 100%;
    width: 1px;
    /* background: rgba(255, 255, 255, 0.18); */
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
}

.ondeckbiz_flow .footer_wrap {
    /* background: #f7f7f7; */
    background: #f3f6fa;
    padding: 35px 0;
}

.ondeckbiz_flow .footer_wrap span {
    font-family: 'galano_grotesqueregular';
    color: #000;
    font-size: 12px;
}

.ondeckbiz_flow .stella_select li.dropdown a figure.avatar_prof_img,
.ondeckbiz_flow .brim_card_slider_user_inner {
    font-family: 'galano_grotesqueregular';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: inherit;
    filter: none;
    background-color: #0074ff;
}

.ondeckbiz_flow .pointTo,
.ondeckbiz_flow .psn_rltv {
    line-height: 100%;
}

.ondeckbiz_flow .other_value_cell_each_inner .new_info_tip,
.ondeckbiz_flow .new_top_tooltip {
    vertical-align: 0px;
    top: 2px;
}

.ondeckbiz_flow .dsbrd_eshop_slider .slick-arrow:hover,
.ondeckbiz_flow .dsbrd_eshop_slider_mrktnk .slick-arrow:hover {
    color: #0074ff;
}

.ondeckbiz_flow .ecommerce_flag_text b {
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .ecommerce_flag_text {
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .transation_body .round_blnk_img {
    padding: 0;
}

.ondeckbiz_flow .blank_container h5 {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
}

.ondeckbiz_flow .blank_container p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
    font-family: 'galano_grotesqueregular';
    max-width: 560px;
    margin: 0 auto;
    color: #1d1d1d;
}

.ondeckbiz_flow .blank_container {
    border-bottom: 0;
}

.ondeckbiz_flow .offer_shape span {
    font-family: 'galano_grotesquesemibold';
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.ondeckbiz_flow .offer_shape b {
    font-family: 'galano_grotesqueregular';
    color: #fff;
}

.ondeckbiz_flow .brim_fn {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #1d1d1d;
    font-family: 'galano_grotesquesemibold';
    margin-top: 5px;
}

.ondeckbiz_flow .flex_dashboard_outer {
    align-items: center;
    min-height: 50px;
}

.ondeckbiz_flow .offer_shape span em {
    font-size: 16px;
    font-style: normal;
}

.ondeckbiz_flow .new_top_tooltip .white_info_tip p {
    font-family: 'galano_grotesqueregular' !important;
    line-height: 15px;
    color: #fff;
    letter-spacing: 0;
}


/* .new_top_tooltip .white_info_tip:before {
  border-color: transparent transparent #0074ff transparent;
} */

.ondeckbiz_flow .new_top_tooltip .white_info_tip {
    border: 2px solid #0074ff;
    padding: 12px 27px 10px 15px;
    background: #f3f6fa;
}


/* .ondeckbiz_flow .new_top_tooltip .white_info_tip:after {
  border-color: transparent transparent #0074ff transparent;
} */

.ondeckbiz_flow .new_top_tooltip .tip_close {
    background-image: url(../images/ondeck/icon-dismiss.png?v=1.1 );
}

.ondeckbiz_flow .tags_offer {
    background-image: url(../images/lbc/bonus@2x.png);
    top: -6px;
    height: 88px;
}

.ondeckbiz_flow .tags_offer span {
    font-family: 'galano_grotesquesemibold';
}

.laurentian_points_mobile {
    display: none;
}

.laurentian_account_balance_sec {
    display: none;
}

.ondeckbiz_flow .strike_text {
    color: #959595 !important;
    opacity: 1;
}

.ondeckbiz_flow .dsbrd_eshop_slider .shop_inner_sec {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.ondeckbiz_flow .dsbrd_eshop_slider .shop_inner_sec:hover {
    -webkit-box-shadow: 0 0 8px rgb(0, 0, 0, 0.4);
    box-shadow: 0 0 8px rgb(0, 0, 0, 0.4);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    z-index: 9;
    border-radius: 4px;
}

.ondeckbiz_flow .autowidth_btn {
    padding: 14px 25px 14px;
    border-radius: 4px;
    font-size: 16px;
    background: #0074ff;
    font-family: 'galano_grotesquesemibold';
    border: 2px solid transparent;
}

.ondeckbiz_flow .autowidth_btn:hover {
    opacity: 1;
    background-color: #0074ff;
    color: #fff;
    border-color: #0074ff;
}

.ondeckbiz_flow .autowidth_btn:focus {
    background-color: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px #7ac5fe !important;
    outline: 0;
}

.ondeckbiz_flow .autowidth_btn:active {
    background-color: #d8ecfd;
    color: #1d1d1d;
    box-shadow: none !important;
    border-color: #222;
}


/* dashboard page */


/* payment modal */

.ondeckbiz_flow .payOptTabs .make_tabmenu ul {
    border: 2px solid #0074ff;
    border-radius: 15px;
    position: relative;
}

.sbc_pay_mob {
    display: none !important;
}

.ondeckbiz_flow .payOptTabs .make_tabmenu ul:after {
    content: "";
    position: absolute;
    width: 33.33%;
    background-color: #0074ff;
    left: 0px;
    bottom: 0;
    top: -2px;
    border-radius: 15px;
    height: 48px;
    transition: left 0.3s ease;
    border: 2px solid #0074ff;
}

.ondeckbiz_flow .payOptTabs .make_tabmenu ul li a em {
    display: none;
}

.ondeckbiz_flow .payOptTabs .make_tabmenu ul li a {
    border: 0;
    border-radius: 11px !important;
    height: 52px;
}

.ondeckbiz_flow .payOptTabs .make_tabmenu ul li:not(.active) a .fr_dsktop {
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    margin: 0;
}

.ondeckbiz_flow .payOptTabs .make_tabmenu ul li.active a .fr_dsktop {
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    margin: 0;
    color: #fff;
}

.ondeckbiz_flow .payOptTabs .make_tabmenu ul li:last-child a {
    border-right: 0;
    border-left: 0;
}

.ondeckbiz_flow .payOptTabs .make_tabmenu ul li a:hover {
    background: #0074ff;
    border-color: #0074ff;
    color: #fff;
    border-radius: 15px;
}

.ondeckbiz_flow .payOptTabs ul li:last-child {
    margin-left: 0;
}

.ondeckbiz_flow .payOptTabs .make_tabmenu ul li a:hover .fr_dsktop,
.ondeckbiz_flow .payOptTabs .make_tabmenu ul li a:hover .fr_mob {
    color: #fff;
}

.ondeckbiz_flow .make_tabmenu label {
    display: none;
}

.ondeckbiz_flow .payOptTabs .make_tabmenu ul li {
    z-index: 1;
    height: 54px;
}

.ondeckbiz_flow .payOptTabs .make_tabmenu ul li.active a {
    border: 0;
    background: #0074ff;
    color: #fff;
    height: 52px;
    width: 100%;
    border-radius: 11px !important;
}

.ondeckbiz_flow .payOptTabs .make_tabmenu .parentDivPay:after {
    left: 0px;
    transition: left 0.3s ease;
}

.ondeckbiz_flow .payOptTabs .make_tabmenu .interacparentDivPay:after {
    left: 33.33%;
    transition: left 0.3s ease;
}

.ondeckbiz_flow .payOptTabs .make_tabmenu .pointsparentDivPay:after {
    left: 66.85%;
    transition: left 0.3s ease;
}

.ondeckbiz_flow .modal-backdrop {
    background-color: #1d1d1d !important;
}

.ondeckbiz_flow .slct_bx_individual input[type="radio"]:checked+label:after,
.ondeckbiz_flow .slct_bx_individual input[type="radio"]:not(:checked)+label:after {
    background: #D8ECFD;
}

.ondeckbiz_flow .modalNu .modal-dialog {
    max-width: 950px;
}

.ondeckbiz_flow .modal-content {
    border: 0 !important;
    box-shadow: 0 0 6px rgba(69, 69, 69, 0.5) !important;
    border-radius: 4px !important;
}

.ondeckbiz_flow #make_payment_new .modal-content {
    min-height: 793px;
}

.ondeckbiz_flow .modal-header {
    padding: 20px !important;
    border-bottom: 1px solid #d9d9d9;
}

.ondeckbiz_flow .modal-header .close {
    background: url(../images/ondeck/icon-dismiss.png?v=1.1 ) right top no-repeat;
    background-size: cover;
    margin-top: 0;
}

.ondeckbiz_flow .modal-header .close:hover {
    background: url(../images/ondeck/icon-dismiss.png?v=1.1 ) right top no-repeat;
    background-size: cover;
    margin-top: 0;
}

.ondeckbiz_flow #make_payment_new .modal-title {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 20px;
}

.ondeckbiz_flow #make_payment_new .modal-footer {
    display: none;
}

.ondeckbiz_flow .payOptTabs {
    padding: 40px 30px 50px;
}

.ondeckbiz_flow .make_payment_inr .new_g_hdr {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 22px;
    line-height: 33px;
}

.ondeckbiz_flow .payOptTabs .estTime {
    font-family: 'galano_grotesqueregular';
    font-size: 12px;
    color: #1d1d1d;
    margin-top: 10px;
    text-transform: none;
}

.ondeckbiz_flow .lt_side_paymnt {
    padding: 30px 30px 60px;
}

.ondeckbiz_flow .global_tb_label {
    margin-bottom: 13px;
}

.ondeckbiz_flow .global_tb_label h5 {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 20px;
    line-height: 25px;
}

.ondeckbiz_flow .lt_side_paymnt li {
    font-family: 'galano_grotesqueregular';
    font-size: 16px;
    line-height: 22px;
    color: #1d1d1d;
    padding-left: 34px;
    margin-bottom: 15px;
}

.ondeckbiz_flow .shape_num {
    font-family: 'galano_grotesquesemibold';
    height: 24px;
    width: 24px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 23px;
    border: 1px solid #1d1d1d;
    color: #1d1d1d !important;
    top: -1px;
    background: none;
}

.ondeckbiz_flow #custmAmtDiv_pymnt {
    text-align: left;
}

.ondeckbiz_flow .payment_details_topM .global_tb_label {
    margin-bottom: 15px;
}

.ondeckbiz_flow .rt_side_paymnt {
    padding: 30px 60px 25px 30px;
    border-left: 0;
    background-color: #f3f6fa;
}

.ondeckbiz_flow .p_row {
    padding-right: 65px;
}

.ondeckbiz_flow .p_row label {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 14px;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.ondeckbiz_flow .py_dtls_rt {
    font-family: 'galano_grotesquesemibold' !important;
    font-size: 16px !important;
    color: #1d1d1d;
}

.ondeckbiz_flow .py_dtls_rt span {
    font-family: 'galano_grotesquesemibold';
    font-size: 16px !important;
    color: #1d1d1d;
}

.ondeckbiz_flow .py_dtls_rt em {
    font-family: 'galano_grotesqueregular';
    font-size: 12px;
    color: #1d1d1d;
    text-transform: none;
}

.ondeckbiz_flow .blnc_pay_innerM h5 {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 14px;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.ondeckbiz_flow .blnc_pay_innerM h3 {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 22px;
    margin-bottom: 16px;
}

.ondeckbiz_flow .cpy_btn {
    height: 50px;
    width: 80px;
    line-height: 46px;
    border: 2px solid #0074ff;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    font-size: 16px;
    background-color: #fff;
    border-radius: 15px;
}

.ondeckbiz_flow .cpy_btn:hover {
    border: 2px solid #000082;
    color: #000082;
}

.ondeckbiz_flow .cpy_btn:focus {
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    border: 2px solid #0074ff;
    background-color: #fff;
    color: #0074ff;
}

.ondeckbiz_flow .cpy_btn:active {
    color: #0074ff;
    border: 2px solid #0074ff;
}

.ondeckbiz_flow .blnc_pay_innerM.active .cpy_btn {
    border: 2px solid #0074ff;
    box-shadow: none;
    color: #0074ff;
    background-color: #fff;
}

.ondeckbiz_flow .bottom_logos_holder {
    padding: 30px 30px 50px;
}

.ondeckbiz_flow .bottom_logos_holder .global_tb_label {
    margin-bottom: 8px;
}

.ondeckbiz_flow .trigger_height_logos,
.ondeckbiz_flow .trigger_close_logos {
    font-size: 12px;
    color: #0074ff;
    bottom: auto;
    right: 35px;
    top: 36px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .trigger_height_logos:hover,
.ondeckbiz_flow .trigger_close_logos:hover {
    color: #0074ff;
    text-decoration: underline;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .trigger_height_logos:focus,
.ondeckbiz_flow .trigger_close_logos:focus {
    box-shadow: 0 0 0 5px #7ac5fe;
    border-radius: 4px;
    border: 2px solid transparent;
    padding: 1px 3px;
    color: #0074ff;
}

.ondeckbiz_flow .trigger_height_logos:active,
.ondeckbiz_flow .trigger_close_logos:active {
    color: #0074ff;
    text-decoration: underline;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .lt_side_intreac {
    padding: 30px 0px 0px;
}

.ondeckbiz_flow .slct_amount_bx {
    padding: 0 30px 20px;
    border-bottom: 0;
}

.ondeckbiz_flow .slct_amount_bx_inner {
    margin-left: -10px;
}

.ondeckbiz_flow .slct_amount_bx p {
    font-family: 'galano_grotesqueregular';
    font-size: 16px;
    color: #1d1d1d;
    line-height: 22px;
    margin-bottom: 7px;
}

.ondeckbiz_flow .slct_bx_individual h5 {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: none;
}

.ondeckbiz_flow .slct_bx_individual h2 {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 26px;
    margin-bottom: 10px;
}

.ondeckbiz_flow .slct_amount_bx .slct_bx_individual span {
    height: 50px;
    width: 88px;
    line-height: 46px;
    border-radius: 0;
    border: 2px solid #0074ff;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    font-size: 16px;
    background-color: #fff;
    border-radius: 15px;
}

.ondeckbiz_flow .slct_amount_bx .slct_bx_individual span:hover {
    border: 2px solid #000082;
    color: #000082;
}

.ondeckbiz_flow .slct_amount_bx .slct_bx_individual span:focus {
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    border: 2px solid #0074ff;
    background-color: #fff;
    color: #0074ff;
}

.ondeckbiz_flow .slct_amount_bx .slct_bx_individual span:active {
    color: #0074ff;
    border: 2px solid #0074ff;
}

.ondeckbiz_flow .slct_amount_bx .slct_bx_individual input[type="radio"]:checked+label span {
    color: #0074ff;
    background-color: #fff;
    border: 2px solid #0074ff;
}

.ondeckbiz_flow .last_rdo_box .wellTxt {
    padding: 35px 30px;
    border: 0;
}

.ondeckbiz_flow .last_rdo_box .slct_bx_individual span {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 16px;
    margin-bottom: 24px;
    text-transform: none;
}

.ondeckbiz_flow .custom_height_logos {
    height: 85px;
    padding: 5px 5px 0;
    margin: -5px -5px 0;
}

.ondeckbiz_flow .last_rdo_box .wellTxt em {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 36px;
    line-height: 44px;
    width: 52%;
    position: relative;
}

.ondeckbiz_flow .last_rdo_box .wellTxt em i {
    font-style: normal;
    position: absolute;
    right: 0;
    z-index: 99;
    width: 20px;
}

.ondeckbiz_flow .amount_cell_input {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 36px;
    border-bottom: 1px solid #767676;
    padding-left: 30px;
}

.ondeckbiz_flow .wellTxt input.editableSpace:first-of-type {
    font-size: 36px;
    color: #1d1d1d;
    font-family: 'galano_grotesquesemibold';
    padding-left: 0px;
}

.ondeckbiz_flow .wellTxt input.editableSpace:first-of-type::placeholder {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
}

.ondeckbiz_flow .last_rdo_box .slct_bx_individual input[type="radio"]:checked+label .amount_cell_input {
    border-bottom: 1px solid #0074ff;
    pointer-events: all;
}

.ondeckbiz_flow .customAmt input.editableSpace {
    width: 100% !important;
}

.ondeckbiz_flow .pay_interac_holder {
    padding: 30px 0 51px;
}

.ondeckbiz_flow .pay_btn_int {
    line-height: 50px;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    padding: 0 20px;
    border-radius: 4px;
    background-color: #0074ff !important;
}

.ondeckbiz_flow .pay_btn_int:hover {
    background-color: #0074ff !important;
    color: #fff;
}

.ondeckbiz_flow .pay_btn_int:focus {
    background-color: #0074ff !important;
    color: #fff;
    box-shadow: 0 0 0 5px #7ac5fe;
    outline: 0;
}

.ondeckbiz_flow .pay_btn_int:active {
    background: #d8ecfd !important;
    border-color: #1d1d1d;
    color: #1d1d1d;
}

.ondeckbiz_flow #secC_new .middle_body_split,
.ondeckbiz_flow #secD_new .middle_body_split {
    border-bottom: 0;
}

/* .ondeckbiz_flow .slct_amount_bx .slct_bx_individual input[type="radio"]:checked+label span:hover {
    color: #000082;
    border: 2px solid #000082;
} */

.ondeckbiz_flow .rt_side_intreac {
    border-left: 0;
    background-color: #f7f7f7;
    padding: 34px 35px 50px 30px;
    border-bottom-right-radius: 25px;
}

.ondeckbiz_flow .Interac_online_head h4 {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 14px;
    text-transform: uppercase;
}

.ondeckbiz_flow .main_para_intrc p {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 14px;
    line-height: 20px;
}

.ondeckbiz_flow .main_para_intrc figure {
    margin-top: 30px;
}

.ondeckbiz_flow .sub_para_intrc {
    padding-top: 30px;
    position: relative;
}

.ondeckbiz_flow .sub_para_intrc span {
    position: absolute;
    right: 0;
    top: -38px;
}

.ondeckbiz_flow .sub_para_intrc p {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 12px;
    line-height: 15px;
}

.ondeckbiz_flow .lrnmr_intrac {
    font-family: 'galano_grotesquesemibold';
    font-size: 12px;
    color: #0074ff;
}

.ondeckbiz_flow .lrnmr_intrac:hover {
    text-decoration: underline;
    color: #0074ff;
}

.ondeckbiz_flow .lrnmr_intrac:focus {
    text-decoration: underline;
    box-shadow: 0 0 0 5px #7ac5fe;
    border: 2px solid transparent;
    padding: 1px 3px;
    border-radius: 4px;
    color: #0074ff !important;
}

.ondeckbiz_flow .lrnmr_intrac:active {
    color: #0074ff !important;
}

.ondeckbiz_flow .lt_side_cashback {
    padding: 30px 22px 25px 30px;
}

.ondeckbiz_flow .lt_side_cashback .global_tb_label h5 {
    margin-bottom: 14px;
}

.ondeckbiz_flow .lt_side_cashback .global_tb_label p {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
}

.ondeckbiz_flow .lt_side_cashback .blnc_pay_innerM:first-child h3 {
    font-size: 22px;
}

.ondeckbiz_flow .lt_side_cashback .blnc_pay_innerM {
    padding: 0;
}

.ondeckbiz_flow .lt_side_cashback .global_tb_label {
    margin-bottom: 25px;
}

.ondeckbiz_flow .lt_side_cashback .blnc_pay_innerM h3 {
    margin-bottom: 0px;
}

.ondeckbiz_flow .due_dt_csbk {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 12px;
}

.ondeckbiz_flow .lt_side_cashback .blnc_pay_box .blnc_pay_innerM:first-child {
    margin-bottom: 40px;
}

.ondeckbiz_flow .lt_side_cashback .blnc_pay_box {
    margin-left: 0;
}

.ondeckbiz_flow .your_pnt_rounded {
    background-color: #fff;
    height: auto;
    width: 100%;
    border-radius: 0;
    padding-top: 32px;
    margin: 0 auto 52px;
}

.ondeckbiz_flow .your_pnt_rounded .blnc_pay_innerM h5 {
    margin-bottom: 5px;
}

.ondeckbiz_flow .your_pnt_rounded .blnc_pay_innerM h3 {
    margin-bottom: 0;
}

.ondeckbiz_flow .your_pnt_rounded .blnc_pay_innerM {
    padding: 0;
}

.ondeckbiz_flow .rt_side_cashback .modal_block-section {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 20px;
    line-height: 25px;
}

.ondeckbiz_flow .rt_side_cashback .white_rdm_btn {
    padding: 0;
    height: 50px;
    line-height: 46px;
    border-radius: 15px;
    border: 2px solid #0074ff;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    font-size: 16px;
    background-color: #fff;
    min-width: 172px;
}

.ondeckbiz_flow .rt_side_cashback .white_rdm_btn:hover {
    color: #000082;
    border: 2px solid #000082;
    box-shadow: none;
}

.ondeckbiz_flow .rt_side_cashback .white_rdm_btn:hover span {
    color: #000082;
}

.ondeckbiz_flow .rt_side_cashback .white_rdm_btn:focus {
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    border: 2px solid #0074ff;
    background-color: #fff;
    color: #0074ff;
}

.ondeckbiz_flow .rt_side_cashback .white_rdm_btn:focus span {
    color: #0074ff;
}

.ondeckbiz_flow .rt_side_cashback .white_rdm_btn:active {
    color: #0074ff;
    background-color: #d8ecfd;
    border: 2px solid #0074ff;
    box-shadow: none;
}

.ondeckbiz_flow .rt_side_cashback .white_rdm_btn:active span {
    color: #0074ff;
}

.ondeckbiz_flow .redeem_points_btn_sec {
    padding-top: 15px;
}

.ondeckbiz_flow .lft_rdm_col,
.ondeckbiz_flow .rt_rdm_col {
    background-color: #f3f6fa;
}

.ondeckbiz_flow .transfr_ico:after {
    width: 1px;
    background-color: #a9a9a9;
}

.ondeckbiz_flow .rdm_inner label {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 14px;
    margin-bottom: 0;
}

.ondeckbiz_flow .rdm_txt_inp {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 20px;
}

.ondeckbiz_flow .rdm_txt_inp::placeholder {
    color: #1d1d1d;
}

.ondeckbiz_flow .rdm_inner {
    padding: 22px 0 14px;
}

.ondeckbiz_flow .nxt_btn_holder .nxt_btn_nw {
    margin: 30px auto 0;
}

.ondeckbiz_flow .nxt_btn_nw {
    width: 174px;
    height: 50px;
    line-height: 50px;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    border-radius: 15px;
    background: #0074ff;
    color: #fff;
    transition: 0.3s ease;
    background-image: none !important;
    text-decoration: none;
}

.ondeckbiz_flow .nxt_btn_nw:hover {
    background: #000082;
    color: #fff;
}

.ondeckbiz_flow .nxt_btn_nw:focus {
    background: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
}

.ondeckbiz_flow .nxt_btn_nw:active {
    background: #0074ff;
    border-color: #0074ff;
    color: #fff;
}

.ondeckbiz_flow .cnfrm_holder .back_btn_nw {
    background-color: #fff !important;
    border: 2px solid #0074ff;
    color: #0074ff !important;
    line-height: 46px !important;
}

.ondeckbiz_flow .cnfrm_holder .back_btn_nw:hover {
    color: #000082 !important;
    border: 2px solid #000082;
}

.ondeckbiz_flow .cnfrm_holder .back_btn_nw:focus {
    outline: 0;
    background-color: #fff !important;
    color: #0074ff !important;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    border: 2px solid #0074ff;
}

.ondeckbiz_flow .redeem_points_box_sec {
    /* padding-bottom: 126px; */
    position: relative;
}

.ondeckbiz_flow .new_csh_bk_cnfrm .border_body:after {
    background-color: #ecf7f9;
}

.ondeckbiz_flow .new_csh_bk_cnfrm .border_body:after {
    background-color: #ecf7f9;
}

.ondeckbiz_flow .new_csh_bk_cnfrm .inner_continue_area_row h5 {
    font-size: 14px;
    color: #1d1d1d;
    font-family: 'galano_grotesqueregular';
    text-transform: none;
    padding-left: 20px;
}

.ondeckbiz_flow .new_continue_area_outer span {
    font-size: 14px;
    color: #000;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .border_head .border_outline {
    border-bottom: 1px solid #d9d9d9;
}

.ondeckbiz_flow .rt_new_continue_area em {
    display: none;
}

.ondeckbiz_flow .hgt_long .custom_height_logos {
    height: auto;
    overflow: visible;
}

.ondeckbiz_flow.modal-open .dashboard_card,
.ondeckbiz_flow.modal-open header {
    filter: blur(6px);
    -webkit-filter: blur(6px);
}

.laurentian_pay_mob {
    display: none !important;
    font-size: 16px !important;
    color: #1d1d1d !important;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .rt_side_cashback .white_rdm_btn span {
    display: inline-block;
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 16px;
}

.ondeckbiz_flow.authuser_body .payOptTabs .make_tabmenu ul:after {
    width: 50%;
}

.ondeckbiz_flow.authuser_body .payOptTabs .make_tabmenu .interacparentDivPay:after {
    left: 50%;
}


/* payment modal end*/


/* dashboard transaction details modal*/

.ondeckbiz_flow .setup_install .transaction_pic>img {
    width: 80px;
    margin-right: 15px;
}

.ondeckbiz_flow .new_dg_modal .modal-title {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 20px;
    margin: 0;
}

.ondeckbiz_flow .new_dg_modal .modal-header .close {
    position: static;
    margin: 0;
}

.ondeckbiz_flow .new_dg_modal .balance_area {
    padding: 20px !important;
}

.ondeckbiz_flow .icon_content .descriptionTran {
    color: #1d1d1d;
    font-family: 'galano_grotesquesemibold';
    margin-bottom: 2px;
}

.ondeckbiz_flow .transDateDetails .dateTran {
    color: #1d1d1d;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .new_dg_modal .modal-dialog {
    width: 750px;
}

.ondeckbiz_flow #Activity_trans_Modal .modal-footer {
    display: none;
}

.ondeckbiz_flow .message_outer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ondeckbiz_flow .new_dg_modal .merNameNewdetails label {
    margin: 1px auto 3px;
    font-size: 26px;
    color: #1d1d1d;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .new_dg_modal .icon_content .transDateDetails {
    letter-spacing: 0;
}

.ondeckbiz_flow .transDateDetails .memberTran {
    color: #1d1d1d;
    font-family: 'galano_grotesqueregular';
    text-transform: none;
}

.ondeckbiz_flow .sl_separator:before {
    background: #1d1d1d;
}

.ondeckbiz_flow #Activity_trans_Modal .continue_new_area_row:after {
    content: none;
}

.ondeckbiz_flow .ecommerce_details_text_inner {
    font-size: 16px;
    color: #1d1d1d;
    font-family: 'galano_grotesquesemibold';
    background-color: #ebf6ff;
    line-height: 22px;
}

.ondeckbiz_flow .modal_block-section {
    display: none;
}

.ondeckbiz_flow .new_dg_modal .rdmdtshdr {
    text-transform: inherit;
    font-size: 20px;
    color: #1d1d1d;
    letter-spacing: 0;
    font-family: 'galano_grotesquesemibold';
    margin-bottom: 30px;
}

.ondeckbiz_flow #Activity_trans_Modal .new_continue_area_outer span {
    margin-top: 0px;
}

.ondeckbiz_flow .border_body .inner_continue_area_row:after {
    left: 40px;
    border: 0;
    border-right: 1px dashed #1d1d1d;
    opacity: 1;
}

.ondeckbiz_flow .inner_continue_area_row {
    padding: 3px 20px !important;
}

.ondeckbiz_flow .border_body .inner_continue_area_row:before {
    left: 38px;
    background-color: #1d1d1d;
}

.ondeckbiz_flow .new_dg_modal .border_head span {
    color: #1d1d1d;
    font-size: 14px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .new_dg_modal .small_point_tag {
    display: none;
}

.ondeckbiz_flow .new_dg_modal .title_continue_area span {
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .grd_color_btn {
    font-size: 16px;
    min-width: 105px;
    border-radius: 15px;
    line-height: 50px;
    height: 50px;
    padding: 0;
    font-family: 'galano_grotesquesemibold';
    border: 2px solid transparent;
}

.ondeckbiz_flow .grd_color_btn {
    background: #0074ff;
}

.ondeckbiz_flow .grd_color_btn:hover {
    background: #000082;
    color: #fff !important;
    box-shadow: none;
}

.ondeckbiz_flow .grd_color_btn:focus {
    background: #0074ff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    color: #fff !important;
}

.ondeckbiz_flow .grd_color_btn:active {
    box-shadow: none;
    color: #1d1d1d !important;
    background: #d8ecfd;
    border-color: #1d1d1d !important;
}

.ondeckbiz_flow .label_txt>span {
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .balance_area_cell span {
    font-size: 20px;
    letter-spacing: 0;
    color: #1d1d1d;
    font-family: 'galano_grotesquesemibold';
    text-transform: none;
}

.ondeckbiz_flow #Activity_trans_Modal .purDat {
    font-size: 20px !important;
}

.ondeckbiz_flow #specialTransactionMessage {
    font-size: 16px;
}

.ondeckbiz_flow .ecommerce_details_text_inner span {
    top: 17px;
}

.ondeckbiz_flow .ecommerce_details_text {
    padding: 0 20px;
}

.ondeckbiz_flow .new_dg_modal .strikePointsTran {
    order: 1;
    margin: 3px 10px 0 0 !important;
}

.ondeckbiz_flow .new_dg_modal .cell_amount.re_amount {
    order: 2;
}

.ondeckbiz_flow .new_dg_modal .balance_area .balance_area_cell {
    display: flex;
}

.laurentian_redeem_purchase,
.laurentian_install_text {
    margin-top: 7px !important;
}

.ondeckbiz_flow #Activity_trans_Modal .modal-content {
    /*padding-bottom: 30px;*/
}


/* dashboard transaction details modal end*/


/* redeem modal */

.ondeckbiz_flow .rdm_input {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
}

.ondeckbiz_flow .balance_area_cell .cell_amount.re_amount em {
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .redeem_points_info_sec strong {
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .white_rdm_btn {
    font-family: 'galano_grotesquesemibold';
    border: 2px solid #0074ff;
    border-radius: 15px;
    color: #0074ff;
}

.ondeckbiz_flow #redeem_modal .icon_content span {
    letter-spacing: 0;
}

.ondeckbiz_flow .no_data_icons {
    padding: 0;
}

.ondeckbiz_flow .no_data_text h2 {
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .no_data_text p {
    font-size: 16px;
    font-family: 'galano_grotesqueregular';
    line-height: initial;
    letter-spacing: 0;
}

.ondeckbiz_flow .white_rdm_btn:hover {
    border: 2px solid #000082;
    color: #000082;
    box-shadow: none;
}

.ondeckbiz_flow .white_rdm_btn.active {
    border: 2px solid #0074ff;
    color: #0074ff;
    background-color: #fff;
    box-shadow: none;
}


/* .ondeckbiz_flow .error:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 4px;
  content: "";
  background-color: #ae0a33;
} */

.ondeckbiz_flow .error:after {
    position: absolute;
    top: 1px;
    left: 0;
    height: 16px;
    width: 16px;
    content: "";
    background: url(../images/input-error.png) no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
}

.ondeckbiz_flow .error {
    font-size: 12px;
    color: #ff474a;
    font-family: 'galano_grotesqueregular';
    padding-left: 20px;
    position: relative;
    line-height: 16px;
}

.ondeckbiz_flow #new_redeem_confrm_modal .global_btn.back_btn {
    color: #0074ff;
    background-image: none !important;
    background-color: #fff !important;
    border-radius: 15px;
    text-align: center;
    padding: 0;
    width: 145px;
    height: 44px;
    border: 2px solid #0074ff;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow #new_redeem_confrm_modal .global_btn.back_btn:hover {
    color: #fff;
    background-color: #000082 !important;
    border: 2px solid #000082;
}

.ondeckbiz_flow #new_redeem_confrm_modal .global_btn.back_btn:focus {
    background-color: #fff !important;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    outline: 0;
    border: 2px solid #0074ff;
    color: #0074ff;
}

.ondeckbiz_flow #new_redeem_confrm_modal .global_btn.back_btn:active {
    box-shadow: none;
    border-color: #0074ff;
    color: #fff;
    background-color: #0074ff;
}

.ondeckbiz_flow #new_redeem_confrm_modal .global_btn.next_btn {
    background-image: none !important;
    background-color: #0074ff !important;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    padding: 0;
    width: 145px;
    height: 44px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow #new_redeem_confrm_modal .global_btn.next_btn:hover {
    color: #fff;
    background-color: #000082 !important;
    border: 2px solid #000082;
}

.ondeckbiz_flow #new_redeem_confrm_modal .global_btn.next_btn:focus {
    background-color: #0074ff !important;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    outline: 0;
    color: #fff;
    border-color: #0074ff;
}

.ondeckbiz_flow #redeem_modal .rdm_error_sec {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}

.ondeckbiz_flow .accout_area .laurentian_select_crd_step_3 .confirm_card_txt p+p {
    margin-top: 0;
}

.ondeckbiz_flow #redeem_modal .rdm_error_sec .col-xs-6 {
    padding: 0 5px;
}

.ondeckbiz_flow .new_dg_modal .continue_btn {
    min-width: 175px;
    padding: 14px 20px;
    background-color: #0074ff;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .new_dg_modal .continue_btn:hover {
    background-color: rgba(0, 64, 112, 0.1);
    color: #0074ff;
}

.ondeckbiz_flow .new_dg_modal .continue_btn:focus {
    background-color: #0074ff;
    box-shadow: 0 0px 0px 5px rgba(0, 64, 112, 0.3);
    outline: 0;
    color: #fff;
}

.ondeckbiz_flow .new_dg_modal .continue_btn:active {
    background-color: #fdb812;
    outline: 0;
    color: #0074ff;
    box-shadow: inset 0 0 5px 0 rgba(69, 69, 69, 0.5);
}

.ondeckbiz_flow .newGoToActivity {
    padding: 14px 25px;
    background-color: #0074ff !important;
    font-family: 'galano_grotesquesemibold';
    outline: 0 !important;
    font-size: 16px;
    border-radius: 15px;
}

.ondeckbiz_flow .newGoToActivity:hover {
    background-color: #000082 !important;
    color: #fff;
    opacity: 1;
}

.ondeckbiz_flow .newGoToActivity:focus {
    background-color: #0074ff !important;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    border: 1px solid #0074ff;
}

.ondeckbiz_flow .newGoToActivity:active {
    background-color: #0074ff !important;
    color: #fff;
    box-shadow: none;
}

.ondeckbiz_flow #newredeemcashbacksuccessmodal .mp_success {
    padding: 30px;
}


/* redeem modal end*/


/* activity page */

.ondeckbiz_flow .left_activity h3 span {
    display: none;
}

.ondeckbiz_flow .activity_content {
    padding-top: 112px;
}

.ondeckbiz_flow .flex_activity_outer {
    min-height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ondeckbiz_flow .left_activity h3 {
    font-size: 36px;
    color: #1d1d1d;
    font-family: 'galano_grotesquesemibold';
    margin-bottom: 2px;
}

.ondeckbiz_flow .flex_activity_outer .small_point_tag {
    background-image: none;
    margin: 0 16px 0 0;
    float: left;
}

.ondeckbiz_flow .right_activity .currency {
    font-family: 'galano_grotesquesemibold';
    font-size: 26px;
    color: #1d1d1d;
    line-height: 29px;
    margin-top: 4px;
}

.ondeckbiz_flow .activity_content .tab_ecommerce {
    margin-bottom: -2px;
    background-color: transparent;
}

.ondeckbiz_flow .activity_content .inline_tab_menu_install {
    margin-bottom: -1px;
}

.ondeckbiz_flow .activity_content .tab_ecommerce li a {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 14px;
    padding: 12px 10px;
    letter-spacing: 0;
    border-bottom: 4px solid transparent;
}

.ondeckbiz_flow .activity_content .tab_ecommerce li.active>a,
.ondeckbiz_flow .activity_content .tab_ecommerce li.active a:focus,
.ondeckbiz_flow .activity_content .tab_ecommerce li a:hover {
    border-bottom: 4px solid #0074ff;
    color: #0074ff;
}

.ondeckbiz_flow .activity_content .tab_ecommerce li+li {
    margin-left: 25px;
}

.ondeckbiz_flow .activity_content .tab_ecommerce .recent_srch_box li+li {
    margin-left: 0;
}

.ondeckbiz_flow .activity_content .tab_ecommerce .search_fields li+li {
    margin-left: 0;
}

.ondeckbiz_flow .activity_content .tab_ecommerce .srch_stup_hold {
    margin-left: auto;
}

.ondeckbiz_flow .inp_srch_hold {
    width: 270px;
}

.ondeckbiz_flow .inp_srch_hold input {
    line-height: 46px;
    border-radius: 0;
    border: 2px solid #767676;
    font-size: 12px;
    font-family: 'galano_grotesqueregular';
    color: #000;
    border-radius: 15px;
    margin-bottom: 10px;
}

.ondeckbiz_flow .srch_new {
    width: 45px;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../images/ondeck/searcicon.png?v=1.1);
    height: 50px;
    border-radius: 0 25px 25px 0;
    right: 10px;
}

.ondeckbiz_flow .inp_srch_hold input::placeholder {
    color: #767676;
}

.ondeckbiz_flow .inp_srch_hold input:focus {
    color: #767676;
    border: 2px solid #0074ff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
}

.ondeckbiz_flow .flx_lft_align {
    width: 155px;
}

.ondeckbiz_flow .cancelledInstallment label {
    left: 28px !important;
    text-transform: none;
}

.ondeckbiz_flow .single_select_item .bootstrap-select>.btn {
    height: 50px;
    font-size: 16px;
    color: #0074ff;
    border: 2px solid #0074ff;
    border-radius: 15px;
    padding: 6px 30px 6px 15px;
    font-family: 'galano_grotesquesemibold';
    background-color: #fff;
    transition: 0.3s ease;
}

.ondeckbiz_flow .single_select_item.download_btn .dropdown a.dropdown-toggle {
    height: 50px;
    line-height: 33px;
    font-size: 16px;
    color: #0074ff;
    border: 2px solid #0074ff;
    border-radius: 4px;
    padding: 6px 30px 6px 15px;
    position: relative;
    font-family: 'galano_grotesquesemibold';
    background-color: #fff;
    background: none;
}

.ondeckbiz_flow .single_select_item.download_btn .dropdown a.dropdown-toggle:hover {
    border-color: #045ba7;
    box-shadow: none;
}

.ondeckbiz_flow .single_select_item.download_btn .dropdown a.dropdown-toggle:focus {
    border: 2px solid #0074ff;
    box-shadow: 0 0px 0px 5px rgba(0, 64, 112, 0.3) !important;
    background: #fff;
}

.ondeckbiz_flow .single_select_item.download_btn .dropdown a.dropdown-toggle::after {
    content: "";
    margin-left: 5px;
    vertical-align: 2px;
    display: inline-block;
    height: 10px;
    width: 16px;
    top: 50%;
    right: 15px;
    background: url(../images/ondeck/blue_caret.svg) no-repeat;
    position: absolute;
    transform: translateY(-50%);
    background-position: center;
}

.ondeckbiz_flow .activity_content .single_select_item.active .bootstrap-select>.btn {
    color: #0074ff;
    border: 2px solid #0074ff;
    background: #fff !important;
}

.ondeckbiz_flow .single_select_item .bootstrap-select.btn-group .btn .caret {
    margin-left: 5px;
    vertical-align: 2px;
    display: inline-block;
    height: 10px;
    width: 16px;
    top: 50%;
    right: 15px;
    background: url(../images/ondeck/blue_caret.svg) no-repeat;
    transform: translateY(-50%);
    background-position: center;
}

.ondeckbiz_flow .activity_content .single_select_item.active .bootstrap-select.btn-group .btn .caret {
    /* background: url(../images/lbc/white_caret.svg) no-repeat; */
    background: url(../images/lbc/black_caret.svg) no-repeat;
}

.ondeckbiz_flow .single_select_item .bootstrap-select>.btn:focus,
.ondeckbiz_flow .single_select_item .bootstrap-select.open>.btn {
    border: 2px solid #0074ff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3) !important;
    background: #fff !important;
}

.ondeckbiz_flow .bootstrap-select.btn-group div.dropdown-menu {
    padding: 10px 10px;
    border-radius: 10px;
}

.ondeckbiz_flow .single_select_item .bootstrap-select.btn-group .dropdown-menu li a {
    font-size: 14px;
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 12px;
    line-height: 44px;
}

.ondeckbiz_flow .single_select_item .bootstrap-select.btn-group .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.ondeckbiz_flow .single_select_item .bootstrap-select.btn-group .dropdown-menu li.selected a {
    font-family: 'galano_grotesquesemibold';
    color: #0074ff !important;
    border-color: #0074ff;
}

.ondeckbiz_flow .single_select_item .bootstrap-select.btn-group .dropdown-menu li a:hover {
    color: #0074ff !important;
}

.ondeckbiz_flow .selectFileFormat .dropdown-menu {
    padding: 0 10px;
    border-radius: 10px;
}

.ondeckbiz_flow .selectFileFormat .dropdown-menu li a {
    font-size: 14px;
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 12px;
    line-height: 44px;
    display: block;
    border-radius: 0;
}

.ondeckbiz_flow .selectFileFormat .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.ondeckbiz_flow .selectFileFormat .dropdown-menu li a:hover {
    color: #0074ff;
    border-color: #0074ff;
}

.ondeckbiz_flow .single_select_item.download_btn {
    width: 140px;
}

.ondeckbiz_flow .single_select_item.download_btn .bootstrap-select>.btn {
    padding-left: 15px;
    background-image: none;
}

.ondeckbiz_flow .single_select_item .new-on-off {
    line-height: 41px;
    border-radius: 0;
    border: 0;
    padding: 0 14px;
    width: 225px;
    height: 50px;
}

.ondeckbiz_flow .single_select_item .new-on-off label {
    text-transform: none;
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 12px;
    margin-right: 25px;
}

.ondeckbiz_flow .single_select_item input:checked+.slider_switch {
    background-color: #0074ff;
}

.ondeckbiz_flow .single_select_item .new-on-off .on,
.ondeckbiz_flow .single_select_item .new-on-off .off {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 14px;
    margin-right: 2px;
    text-transform: uppercase;
    padding-top: 0;
}

.ondeckbiz_flow .tabText_content {
    border-top: 2px solid #e5e5e5;
}

.ondeckbiz_flow .single_select_item.download_btn.statement_download_btn {
    max-width: 230px;
    width: auto;
}

.ondeckbiz_flow .new_statement_sec .download_btn .dropdown a {
    background-image: none !important;
}

.ondeckbiz_flow .statement_dtls_box .download_btn .dropdown a {
    background-image: none !important;
}

.ondeckbiz_flow .tab_menu .inline_tab_menu li {
    margin-right: 25px;
}

.ondeckbiz_flow .tab_menu .inline_tab_menu li a {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 14px;
    padding: 12px 10px;
    letter-spacing: 0;
    display: block;
    border-bottom: 4px solid transparent;
}

.ondeckbiz_flow .tab_menu .inline_tab_menu li.active>a,
.ondeckbiz_flow .tab_menu .inline_tab_menu li.active a:focus,
.ondeckbiz_flow .tab_menu .inline_tab_menu li a:hover {
    border-bottom: 4px solid #0074ff;
    color: #0074ff;
}

.ondeckbiz_flow .activity_content .tab_pannle .tab_menu {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.ondeckbiz_flow .installment.tab_menu ul>li {
    margin-right: 20px;
}

.ondeckbiz_flow .installment.tab_menu li>a,
.ondeckbiz_flow .installment.tab_menu li.active>a {
    height: 50px;
    line-height: 46px;
    border-radius: 15px;
    border: 2px solid #0074ff;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    font-size: 16px;
    background-color: #fff;
    padding: 0 20px;
    letter-spacing: 0;
}

.ondeckbiz_flow .installment.tab_menu li>a:hover {
    border-color: #000082 !important;
    background-color: #000082;
    color: #fff;
}

.ondeckbiz_flow .installment.tab_menu li>a:focus {
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3) !important;
    border-color: #0074ff !important;
    background-color: #fff;
    color: #0074ff;
}

.ondeckbiz_flow .installment.tab_menu li.active>a {
    color: #0074ff !important;
    background-color: #fff !important;
    border-color: #0074ff !important;
    box-shadow: none !important;
}

.ondeckbiz_flow .new_statement_sec .statement_detail_data_container {
    padding: 0;
}

.ondeckbiz_flow .new_statement_sec .statement_detail_data_container .left_activity {
    max-width: 76.4%;
    width: 76.4%;
}

.ondeckbiz_flow .new_statement_sec .state_data_detail_sec {
    margin-bottom: 28px;
}

.ondeckbiz_flow .new_statement_sec .state_data_cap {
    font-size: 14px;
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    letter-spacing: 0;
    text-transform: none;
}

.ondeckbiz_flow .new_statement_sec .state_data_txt {
    font-family: 'galano_grotesquesemibold';
    font-size: 22px;
    color: #1d1d1d;
    line-height: 29px;
}

.ondeckbiz_flow .new_statement_sec .left_activity .inline_flex_activity_list .currency h3 {
    font-family: 'galano_grotesquesemibold';
    font-size: 26px !important;
    color: #1d1d1d;
    line-height: 29px;
    margin: 0;
}

.ondeckbiz_flow .new_statement_sec .inline_flex_activity_list .brim_points_box span {
    font-family: 'galano_grotesquesemibold';
    font-size: 22px !important;
    color: #1d1d1d !important;
    line-height: 29px;
}

.ondeckbiz_flow .new_statement_sec .dropdown {
    width: 130px;
}

.ondeckbiz_flow .new_statement_sec .single_select_item.download_btn .dropdown.dropdown_download a.dropdown-toggle {
    font-family: 'galano_grotesquesemibold';
    font-size: 14px;
    color: #0074ff;
    border: 2px solid #0074ff;
    text-align: left;
    background: #fff;
    border-radius: 15px;
}

.ondeckbiz_flow .new_statement_sec .single_select_item.download_btn .dropdown.dropdown_download a.dropdown-toggle:hover {
    border-color: #0074ff;
    box-shadow: none;
}

.ondeckbiz_flow .new_statement_sec .single_select_item.download_btn .dropdown.dropdown_download a.dropdown-toggle:focus {
    border: 2px solid #0074ff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3) !important;
    background: #fff;
}

.ondeckbiz_flow .new_statement_sec .download_btn .dropdown-menu {
    padding: 10px;
    border-radius: 10px;
}

.ondeckbiz_flow .new_statement_sec .download_btn .dropdown-menu li a {
    font-size: 14px;
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 12px;
    line-height: 44px;
    border-radius: 0;
}

.ondeckbiz_flow .new_statement_sec .download_btn .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.ondeckbiz_flow .new_statement_sec .download_btn .dropdown-menu li a:hover {
    color: #0074ff !important;
    border-color: #0074ff;
}

.ondeckbiz_flow .new_statement_sec .statement_detail_data_container .make_btn {
    min-width: 110px;
    line-height: 46px;
    font-family: 'galano_grotesquesemibold';
    font-size: 14px;
    background: #0074ff;
    padding: 0 18px;
    border: 2px solid transparent;
}

.ondeckbiz_flow .new_statement_sec .statement_detail_data_container .make_btn:hover {
    background: #000082;
    color: #fff;
    opacity: 1;
}

.ondeckbiz_flow .new_statement_sec .statement_detail_data_container .make_btn:focus {
    background: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
}

.ondeckbiz_flow .new_statement_sec .statement_detail_data_container .make_btn:active {
    background: #0074ff;
    color: #fff;
    box-shadow: none;
    border-color: #0074ff;
}

.ondeckbiz_flow .statement_dtls_box .panel {
    padding: 32px 30px;
    border: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

.ondeckbiz_flow .statement_dtls_box .panel-title {
    font-family: 'galano_grotesquesemibold';
    font-size: 18px;
    color: #1d1d1d;
}

.ondeckbiz_flow .statement_dtls_box .dropdown {
    width: 130px;
}

.ondeckbiz_flow .statement_dtls_box .single_select_item.download_btn .dropdown.dropdown_download a.dropdown-toggle {
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    color: #0074ff;
    border: 2px solid #0074ff;
    text-align: left;
    background: #fff;
    border-radius: 15px;
}

.ondeckbiz_flow .statement_dtls_box .single_select_item.download_btn .dropdown.dropdown_download a.dropdown-toggle:hover {
    border-color: #0074ff;
    box-shadow: none;
}

.ondeckbiz_flow .statement_dtls_box .single_select_item.download_btn .dropdown.dropdown_download a.dropdown-toggle:focus {
    border: 2px solid #0074ff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3) !important;
    background: #fff;
}

.ondeckbiz_flow .statement_dtls_box .download_btn .dropdown-menu li a {
    font-size: 14px;
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 12px;
    line-height: 44px;
    border-radius: 0;
}

.ondeckbiz_flow .statement_dtls_box .download_btn .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.ondeckbiz_flow .statement_dtls_box .download_btn .dropdown-menu li a:hover {
    color: #0074ff !important;
    border-color: #0074ff;
}

.ondeckbiz_flow .statement_dtls_box .download_btn .dropdown-menu {
    padding: 10px;
    border-radius: 10px;
}

.ondeckbiz_flow .statement_dtls_box .statement_detail_data_container .make_btn {
    min-width: 110px;
    line-height: 46px;
    font-family: 'galano_grotesquesemibold';
    font-size: 14px;
    background: #0074ff;
    padding: 0 18px;
    border: 2px solid transparent;
}

.ondeckbiz_flow .statement_dtls_box .statement_detail_data_container .make_btn:hover {
    background: #000082;
    color: #fff;
    opacity: 1;
}

.ondeckbiz_flow .statement_dtls_box .statement_detail_data_container .make_btn:focus {
    background: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
}

.ondeckbiz_flow .statement_dtls_box .statement_detail_data_container .make_btn:active {
    background: #0074ff;
    color: #fff;
    box-shadow: none;
    border-color: #0074ff;
}

.ondeckbiz_flow .statement_dtls_box .statement_detail_data_container .left_activity {
    width: 75%;
    max-width: 75%;
}

.ondeckbiz_flow .statement_dtls_box .statement_detail_data_container {
    padding: 28px 0 0;
}

.ondeckbiz_flow .statement_dtls_box .left_activity .inline_flex_activity_list .currency h3 {
    margin: 0;
    font-family: 'galano_grotesquesemibold';
    font-size: 26px !important;
    color: #1d1d1d;
    line-height: 29px;
}

.ondeckbiz_flow .statement_dtls_box .inline_flex_activity_list .brim_points_box span {
    font-family: 'galano_grotesquesemibold';
    font-size: 22px !important;
    color: #1d1d1d !important;
    line-height: 29px;
}

.ondeckbiz_flow .new_statement_details {
    padding: 50px 0 70px;
}

.ondeckbiz_flow .statement_dtls_box .panel-group .panel+.panel {
    margin-top: 25px;
}

.ondeckbiz_flow .statement_dtls_box .panel-default.collapsed .panel-heading a {
    background: url(../images/ondeck/black_caret-svg.svg) right center no-repeat;
    width: 16px;
    background-size: 16px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.ondeckbiz_flow .statement_dtls_box .panel-default .panel-heading a {
    background: url(../images/ondeck/black_caret-svg.svg) right center no-repeat;
    width: 16px;
    background-size: 16px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ondeckbiz_flow .statement_content_laurentian .tabText_content {
    border-top: none;
}

.ondeckbiz_flow .statement_content_laurentian .tab_menu {
    margin-bottom: 0;
}

.ondeckbiz_flow .new_statement_sec .inline_flex_activity_list .brim_points_box,
.ondeckbiz_flow .statement_dtls_box .inline_flex_activity_list .brim_points_box {
    margin-top: 0;
}

.ondeckbiz_flow .installment_tab .tranlist_header .tranlist_cell {
    font-size: 14px;
    text-transform: uppercase;
}

.ondeckbiz_flow .installment_tab .transation_details {
    margin: 28px 0 0;
}

.ondeckbiz_flow .installment_tab .mrk_badge:after {
    content: none;
}

.ondeckbiz_flow .installment_tab .tranlist_header {
    margin-bottom: 5px;
}

.ondeckbiz_flow .installment_tab .six_col_row .tranlist_cell:nth-last-child(2) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ondeckbiz_flow .installment_tab .new_progress.progress-circle .left-half-clipper {
    width: 60px;
    height: 60px;
    clip: rect(0, 60px, 60px, 30px);
}

.ondeckbiz_flow .installment_tab .new_progress.progress-circle {
    line-height: 60px;
    width: 60px;
    height: 60px;
    background-color: #ccd9e2;
}

.ondeckbiz_flow .installment_tab .new_progress.progress-circle .value-bar {
    clip: rect(0, 30px, 60px, 0);
    width: 60px;
    height: 60px;
    border: 15px solid #0074ff;
}

.ondeckbiz_flow .installment_tab .new_progress.progress-circle.over50 .first50-bar {
    clip: rect(0, 60px, 60px, 30px);
    width: 60px;
    height: 60px;
    background-color: #0074ff;
}

.ondeckbiz_flow .installment_tab .new_progress.progress-circle label {
    font-family: 'galano_grotesquesemibold';
    font-size: 12px;
    color: #1d1d1d;
    line-height: 16px;
}

.ondeckbiz_flow .installment_tab .new_progress.progress-circle label div:last-child {
    font-size: 14px;
}

.ondeckbiz_flow .installment_tab .new_progress.progress-circle:after {
    width: 42px;
    height: 42px;
}

.ondeckbiz_flow .activity_outer .brim_points_box_new {
    font-size: 12px;
}

.ondeckbiz_flow .pagination li a {
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .pagination li.active a,
.ondeckbiz_flow .pagination li a:hover {
    background: #0074ff;
    color: #fff !important;
}

.ondeckbiz_flow .searchtextac {
    color: #0074ff;
}

.ondeckbiz_flow .msg_tip {
    background-color: #eff9fe;
}

.ondeckbiz_flow .msg_tip p {
    color: #1d1d1d;
    font-family: 'galano_grotesqueregular';
    letter-spacing: 0;
}

.ondeckbiz_flow .msg_tip p strong {
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .cell_expand_new.active .see_detail_btn {
    background: #0074ff;
}

.ondeckbiz_flow .green_cell_expand.active .do_redeemed {
    background-color: #0074ff;
}

.ondeckbiz_flow .green_cell_expand .do_redeemed {
    background-color: #0074ff;
    right: -3.5px;
}

.ondeckbiz_flow .cell_expand_new.active .Redeem_bg_btn,
.ondeckbiz_flow .cell_expand_new.active .see_detail_btn {
    background: #0074ff;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .gray_cell_expand.active .see_detail_btn,
.ondeckbiz_flow .gray_cell_expand.active .Redeem_bg_btn,
.ondeckbiz_flow .gray_grd_btn.active {
    background: #f2f2f2;
    height: 97%;
    margin-top: 1px;
}

.laurentian_account_balance_sec {
    display: none;
}

.laurentian_points_mobile {
    display: none;
}

.ondeckbiz_flow .sub_txt.laurentian_mob_sub_txt {
    display: none;
}

.ondeckbiz_flow #noCurrentInstallment .round_blnk_img,
.ondeckbiz_flow #noEligibleInstallment .round_blnk_img,
.ondeckbiz_flow #noPastInstallment .round_blnk_img {
    padding: 0px;
}

.ondeckbiz_flow .round_blnk_img {
    padding: 0;
}

.ondeckbiz_flow .blank_container p {
    font-size: 16px;
    line-height: 22px;
    font-family: 'galano_grotesqueregular';
    letter-spacing: 0;
}

.ondeckbiz_flow .statemnt_tab .noStatement {
    border-top: 2px solid #e5e5e5;
}


/* activity page end*/


/* instalment details modal */

.ondeckbiz_flow .setup_install .icon_content span {
    font-size: 12px;
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    line-height: 20px;
}

.ondeckbiz_flow .laurentian_installment_modals .icon_content .dateTranCurInstal {
    font-size: 12px;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .laurentian_installment_modals .icon_content .memberTranCurInstal {
    font-size: 12px;
    font-family: 'galano_grotesqueregular';
    text-transform: none;
}

.ondeckbiz_flow .laurentian_installment_modals .modal-footer {
    display: none;
}

.ondeckbiz_flow .laurentian_installment_modals .new_progress.progress-circle label {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 20px;
}

.ondeckbiz_flow .laurentian_installment_modals .new_progress.progress-circle label div:last-child {
    font-size: 12px;
}

.ondeckbiz_flow .laurentian_installment_modals .new_progress.progress-circle.progress_lg .value-bar {
    border-color: #0074ff;
}

.ondeckbiz_flow .laurentian_installment_modals .new_progress.progress-circle.progress_lg {
    background-color: #ccd9e2;
    /* background-color: #f7f7f7; */
}

.ondeckbiz_flow .laurentian_installment_modals .fig_dots_title {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 14px;
}

.ondeckbiz_flow .laurentian_installment_modals .blue_dot_after .fig_dots_title {
    color: #0074ff !important;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .laurentian_installment_modals .area_progress_label {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 14px;
    padding-left: 0;
    text-transform: uppercase;
}

.ondeckbiz_flow .laurentian_installment_modals .blue_dot_after.fig_dots:after {
    background-color: #0074ff;
    right: 55px;
}

.ondeckbiz_flow .laurentian_installment_modals .fig_dots:after {
    left: auto;
    top: 5px;
    right: 12px;
    height: 10px;
    width: 10px;
    background-color: #ccd9e2;
}

.ondeckbiz_flow .laurentian_installment_modals .new_continue_area_outer .lft_new_continue_area span {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 14px;
    line-height: 20px;
}

.ondeckbiz_flow .laurentian_installment_modals .new_continue_area_outer .rt_new_continue_area span {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d !important;
    font-size: 16px;
    line-height: 20px;
}

.ondeckbiz_flow .laurentian_installment_modals .border_new_line {
    border-bottom: 1px solid #d9d9d9;
}

.ondeckbiz_flow .laurentian_installment_modals .continue_new_area_row .inner_continue_area_row:last-child .border_new_line {
    border-bottom: 0;
}

.ondeckbiz_flow .laurentian_installment_modals .continue_area_border {
    border-bottom: 0;
}

.ondeckbiz_flow .laurentian_installment_modals .continue_area_progress {
    border-bottom: 1px solid #d9d9d9;
}

.ondeckbiz_flow .laurentian_installment_modals .transDateDetails .pastdateTranCurInstal,
.ondeckbiz_flow .laurentian_installment_modals .transDateDetails .pastmemberTranCurInstal {
    font-size: 12px;
    font-family: 'galano_grotesqueregular';
    text-transform: none;
}

.ondeckbiz_flow #Activity_Past_Instal_Modal .continue_area_progress {
    border-bottom: none;
}

.ondeckbiz_flow .laurentian_installment_modals .blue_txt {
    color: #0074ff !important;
}

.ondeckbiz_flow .laurentian_installment_modals .cir_separator:before,
.ondeckbiz_flow .cir_separator:after {
    content: none;
}

.ondeckbiz_flow .laurentian_installment_modals .new_continue_area_outer .rt_new_continue_area {
    margin-top: 0;
}

.ondeckbiz_flow .laurentian_installment_modals .progress-circle.over50 .first50-bar {
    background-color: #0074ff;
}

.ondeckbiz_flow #Activity_Past_Instal_Modal .transDateDetails {
    display: flex;
}

.ondeckbiz_flow #Activity_Cur_Instal_Modal .inner_continue_area_row,
.ondeckbiz_flow #Activity_Past_Instal_Modal .inner_continue_area_row {
    padding: 15px 20px 0px !important;
}

.ondeckbiz_flow #Activity_Cur_Instal_Modal .continue_area_border,
.ondeckbiz_flow #Activity_Past_Instal_Modal .continue_area_border {
    padding: 0px 0px 15px;
    border-bottom: 1px solid #d9d9d9;
}

.ondeckbiz_flow #Activity_Cur_Instal_Modal .continue_area_border:last-child,
.ondeckbiz_flow #Activity_Past_Instal_Modal .continue_area_border:last-child {
    padding-bottom: 40px;
}


/* instalment details modal end*/


/* card details modal */

.ondeckbiz_flow #card_dtls_modl .modal-title {
    font-size: 20px;
    color: #1d1d1d;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow #card_dtls_modl .modal-header .close {
    background: url(../images/icon-dismiss.png) right top no-repeat;
    background-size: cover;
    margin: 0;
}



.ondeckbiz_flow #card_dtls_modl .modal-body {
    padding: 30px 30px 15px;
}

.ondeckbiz_flow .nwcrd_frm_blck label {
    letter-spacing: 0;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .nwcrd_frm_inpt {
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow #card_dtls_modl .nwcrd_frm_inpt {
    border: 1px solid #767676;
}

.ondeckbiz_flow .nwcrd_frm_inpt:focus {
    border-color: #0074ff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
}

.ondeckbiz_flow .nwcrd_cpy a:hover svg {
    fill: #0074ff;
}

.ondeckbiz_flow .nwcrd_frm_blck_input .copy_text:after {
    background-color: #0074ff;
}

.ondeckbiz_flow .nwcrd_frm_blck_input .copy_text {
    font-family: 'galano_grotesqueregular';
    color: #0074ff;
}


/* card details modal end*/


/* setup installment modal */

.ondeckbiz_flow .installment_Uppersection .merNameNew label {
    color: #1d1d1d;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'galano_grotesquesemibold';
    margin: 5px auto 0px;
}

.ondeckbiz_flow .installment_Uppersection .cell_amount {
    color: #1d1d1d;
    font-size: 26px;
    font-family: 'galano_grotesquesemibold';
    text-align: left !important;
}

.ondeckbiz_flow .new_dg_modal .icon_content .transDate span {
    letter-spacing: 0;
    font-size: 12px;
    font-family: 'galano_grotesqueregular';
    text-transform: none;
}

.ondeckbiz_flow .new_dg_modal .instalmentmessage {
    font-size: 16px;
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
}

.ondeckbiz_flow .big_radio_inner {
    border: 1px solid transparent;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    padding-top: 30px;
    padding-bottom: 30px;
}

.ondeckbiz_flow .radio-p-e+.radio-p-e {
    margin-top: 20px;
}

.ondeckbiz_flow .radio-p-e input[type="radio"]+.wellTxt:before {
    box-shadow: 0 0 0 3px #959595;
}

.ondeckbiz_flow .radio-p-e input[type="radio"]:checked+.wellTxt:before {
    background-color: #0074ff;
    box-shadow: 0 0 0 3px #0074ff;
}

.ondeckbiz_flow .setup_install .amount_cell span.mo_value {
    font-size: 20px;
    color: #1d1d1d;
    font-family: 'galano_grotesquesemibold';
    margin: 0;
}

.ondeckbiz_flow .lft_points span {
    margin-top: 0;
}

.ondeckbiz_flow .amount_cell span.mo_value sub {
    font-size: 20px;
    bottom: auto;
}

.ondeckbiz_flow .setup_install .amount_cell span.radio1spanse1 {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 22px;
}

.ondeckbiz_flow .setup_install .radio_left_new {
    margin-top: 0;
    width: 36%;
}

.ondeckbiz_flow .radio_right_new {
    width: 64%;
    font-size: 16px;
    color: #1d1d1d;
    display: flex;
    font-family: 'galano_grotesqueregular';
    margin-top: -2px;
}

.ondeckbiz_flow .radio1spanse1 em {
    font-size: 16px;
    color: #1d1d1d;
    font-family: 'galano_grotesqueregular';
    padding-left: 10px;
}

.ondeckbiz_flow .radio_data_row:first-child {
    margin: 0;
    width: 70%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ondeckbiz_flow .lft_points {
    width: auto;
    float: none;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .rt_points {
    width: auto;
    float: none;
}

.ondeckbiz_flow .radio_data_row:last-child {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ondeckbiz_flow .radio_right_new strong {
    font-family: 'galano_grotesqueregular';
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .rt_new_continue_area {
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow #setup_continue,
.ondeckbiz_flow #setup_confirm {
    background: #0074ff !important;
    width: 180px;
    height: 50px;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow #setup_continue:hover,
.ondeckbiz_flow #setup_confirm:hover {
    background: #0074ff !important;
    color: #fff;
}

.ondeckbiz_flow #setup_continue:focus,
.ondeckbiz_flow #setup_confirm:focus {
    background: #0074ff !important;
    box-shadow: 0 0px 0px 5px rgba(0, 64, 112, 0.3);
    outline: 0;
}

.ondeckbiz_flow #setup_continue:active,
.ondeckbiz_flow #setup_confirm:active {
    background: #d8ecfd !important;
    color: #0074ff;
    box-shadow: inset 0 0 5px 0 rgba(69, 69, 69, 0.5);
    border: solid 2px #222;
}

.ondeckbiz_flow .setupback a {
    font-size: 16px;
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .setupback a:hover {
    color: #0074ff;
    text-decoration: underline;
}

.ondeckbiz_flow .setupback a:focus {
    box-shadow: 0 0px 0px 5px rgba(0, 64, 112, 0.3);
    border: 2px solid #0074ff;
    padding: 1px 3px;
    border-radius: 4px;
    color: #0074ff;
}

.ondeckbiz_flow .setupback a:active {
    color: #0074ff;
}

.ondeckbiz_flow .laurentian_lft_points {
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .setup_install .icon_content .transDate {
    display: flex;
    letter-spacing: 0;
}

.ondeckbiz_flow .top_typo_box h4 {
    color: #1d1d1d;
    font-family: 'galano_grotesquesemibold';
}


/* setup installment modal end*/


/* budget page */

.ondeckbiz_flow .rewards_menuOuter {
    padding-top: 40px;
}

.ondeckbiz_flow .Budget_rewards_menuOuter .tab_menu li a {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 14px;
    padding: 11px 15px;
    letter-spacing: 0;
}

.ondeckbiz_flow .Budget_rewards_menuOuter .tab_menu li {
    margin-right: 15px;
}

.ondeckbiz_flow .Budget_rewards_menuOuter .tab_menu li.active>a,
.ondeckbiz_flow .Budget_rewards_menuOuter .tab_menu li.active a:focus,
.ondeckbiz_flow .Budget_rewards_menuOuter .tab_menu li a:hover {
    border-bottom: 4px solid #fdb812;
    color: #1d1d1d;
}

.ondeckbiz_flow .bedget_are {
    background: #f7f7f7;
}

.ondeckbiz_flow #budget_pie .highcharts-background,
.ondeckbiz_flow #budget_pie .highcharts-plot-background,
.ondeckbiz_flow #trend_chart .highcharts-background,
.ondeckbiz_flow #trend_chart .highcharts-plot-background {
    fill: #f7f7f7;
}

.ondeckbiz_flow .bedget_are .piedrp h4 {
    color: #1d1d1d;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 10px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .bedget_are .piedrp label,
.ondeckbiz_flow .my_budget_edit_area .piedrp label {
    margin: 17px 10px 0 0 !important;
    color: #2d2924;
    font-size: 12px !important;
    line-height: 15px;
    letter-spacing: 0;
    text-transform: none;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .bedget_are .piedrp .select_item {
    width: 140px;
    float: left;
    padding: 0px 10px;
    height: 50px;
}

.ondeckbiz_flow .bedget_are .piedrp .bootstrap-select>.btn,
.ondeckbiz_flow .my_budget_edit_area .piedrp .bootstrap-select>.btn {
    height: 50px;
    font-size: 16px;
    color: #0074ff;
    border: 2px solid #0074ff;
    border-radius: 4px;
    padding-right: 15px;
    padding-top: 6px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .bedget_are .piedrp .bootstrap-select>.btn:hover,
.ondeckbiz_flow .my_budget_edit_area .piedrp .bootstrap-select>.btn:hover {
    border-color: #0074ff;
    box-shadow: none;
    background-color: #d8ecfd !important;
    color: #1d1d1d;
}

.ondeckbiz_flow .bedget_are .piedrp .bootstrap-select>.btn:focus,
.ondeckbiz_flow .my_budget_edit_area .piedrp .bootstrap-select>.btn:focus {
    border: 2px solid #0074ff;
    box-shadow: 0 0 0 5px #7ac5fe !important;
    background: #fff;
}

.ondeckbiz_flow .bedget_are .piedrp .select_item .caret,
.ondeckbiz_flow .my_budget_edit_area .piedrp .select_item .caret {
    margin-left: 5px;
    vertical-align: 2px;
    display: inline-block;
    right: 10px;
    height: 10px;
    width: 16px;
    top: 55%;
    background: url(../images/lbc/black_caret.svg) no-repeat;
    transform: translateY(-50%);
}

.ondeckbiz_flow .trend_map_tag_txt {
    color: #2d2924;
    letter-spacing: 0;
    min-width: 50px;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .highcharts-title tspan {
    font-size: 24px;
    color: #1d1d1d;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .budget_list_sec_title h4 {
    color: #1d1d1d;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 33px;
    margin-bottom: 10px;
    font-family: 'galano_grotesquesemibold';
    text-transform: none;
}

.ondeckbiz_flow .budget_list_group .budgt {
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}

.ondeckbiz_flow .totalCircelList:hover {
    border: 1px solid #706f73;
    background-color: #d8ecfd;
}

.ondeckbiz_flow .totalCircelList:focus {
    border: 1px solid #0074ff;
    box-shadow: 0 0 0 5px #7ac5fe !important;
}

.ondeckbiz_flow .budgtNoTransaction {
    background-color: #f7f7f7;
    box-shadow: none !important;
    color: #1d1d1d;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .budgtNoTransaction:hover {
    border: 1px solid #706f73;
}

.ondeckbiz_flow .budgtNoTransaction:focus {
    border: 1px solid transparent;
    box-shadow: none !important;
}

.ondeckbiz_flow .svgChartCls {
    font-size: 16px;
    color: #1d1d1d;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .svgChartCls .totalVal {
    color: #1d1d1d;
    font-family: 'galano_grotesqueregular';
    font-size: 16px;
    background-image: url(../images/lbc/rightarrow_dark.svg) !important;
    margin-top: 11px;
}

.ondeckbiz_flow .bedget_are .piedrp .open>.dropdown-toggle.btn-default:hover {
    background: #fff;
}


/* .ondeckbiz_flow .bedget_are .bootstrap-select.btn-group .dropdown-menu {
  padding: 0 10px;
} */

.ondeckbiz_flow .bedget_are .bootstrap-select.btn-group .dropdown-menu li a {
    font-size: 14px;
    color: #1d1d1d;
    font-family: 'galano_grotesqueregular';
    padding: 10px 0 !important;
}

.ondeckbiz_flow .bedget_are .dropdown-menu>li>a:focus,
.ondeckbiz_flow .bedget_are .dropdown-menu>li>a:hover {
    background-color: transparent;
}


/* .ondeckbiz_flow .bedget_are .piedrp .bootstrap-select > .btn:hover,
.ondeckbiz_flow .my_budget_edit_area .piedrp .bootstrap-select > .btn:hover {
  border: 2px solid #007d93;
} */

.ondeckbiz_flow .my_budget_edit_area .piedrp .bootstrap-select>.btn {
    padding-top: 10px;
}

.ondeckbiz_flow .svgChartCls b {
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .my_budget_edit_area .My_Budget_input_btn {
    min-width: 130px;
    min-height: 50px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 46px;
    background: #0074ff;
    border: none;
    border-radius: 4px;
    padding: 0;
    font-family: 'galano_grotesquesemibold';
    border: 2px solid transparent;
}

.ondeckbiz_flow .my_budget_edit_area .My_Budget_input_btn:hover {
    background-color: #0074ff;
    color: #fff;
    border-color: #0074ff;
}

.ondeckbiz_flow .my_budget_edit_area .My_Budget_input_btn:focus {
    background: #0074ff !important;
    color: #fff;
    box-shadow: 0 0 0 5px #7ac5fe !important;
    outline: 0;
}

.ondeckbiz_flow .my_budget_edit_area .My_Budget_input_btn:active {
    background: #d8ecfd !important;
    color: #1d1d1d;
    box-shadow: none !important;
    border-color: #222;
}

.ondeckbiz_flow .my_budget_edit_area .select_item {
    height: auto;
}

.ondeckbiz_flow .bedget_are .piedrp .bootstrap-select .dropdown-menu li a,
.ondeckbiz_flow .my_budget_edit_area .piedrp .bootstrap-select .dropdown-menu li a {
    font-size: 14px;
    color: #1d1d1d;
    font-family: 'galano_grotesqueregular';
    border-bottom: 1px solid #d9d9d9;
    padding: 6px 0 !important;
}

.ondeckbiz_flow .bedget_are .piedrp .bootstrap-select .dropdown-menu li a:hover,
.ondeckbiz_flow .my_budget_edit_area .piedrp .bootstrap-select .dropdown-menu li a:hover {
    color: #0074ff;
}

.ondeckbiz_flow .bedget_are .piedrp .bootstrap-select .dropdown-menu li.selected a,
.ondeckbiz_flow .my_budget_edit_area .piedrp .bootstrap-select .dropdown-menu li.selected a {
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    border-bottom: 1px solid #0074ff;
}

.ondeckbiz_flow .dropdown-menu>li>a:focus,
.ondeckbiz_flow .dropdown-menu>li>a:hover {
    background-color: transparent;
}

.ondeckbiz_flow .My_Budget_title h4 {
    color: #0074ff;
    font-size: 36px;
    letter-spacing: 0;
    margin-bottom: 8px;
    text-transform: none;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .my_Budget_from_control {
    font-size: 26px;
    color: #1d1d1d;
    font-family: 'galano_grotesquesemibold';
    line-height: normal;
    max-width: 100%;
}

.ondeckbiz_flow .Budget_cell_histry {
    text-transform: none;
    color: #1d1d1d;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .Budget_cell_histry_growth {
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .My_Budget_input {
    width: 64%;
}

.ondeckbiz_flow .My_Budget_edit_section .My_Budget_title h4 {
    font-size: 16px;
    margin-bottom: 8px;
    text-transform: none;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .My_Budget_edit_section .My_Budget_input {
    width: 59%;
}

.ondeckbiz_flow .all_progress_data .p_right_text {
    font-size: 12px;
    color: #1d1d1d;
    font-family: 'galano_grotesqueregular';
    text-transform: none;
}

.ondeckbiz_flow .Budget_cell_histry_date {
    color: #1d1d1d;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .Budget_cell_histry_amount {
    font-size: 14px;
    color: #1d1d1d;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .budget_transaction_cell {
    line-height: 20px;
    padding: 10px 10px;
    font-family: 'galano_grotesquesemibold';
    font-size: 14px;
    position: relative;
}

.ondeckbiz_flow .budget_transaction_header {
    border-bottom: 1px solid #d9d9d9;
    margin: 0;
}

.ondeckbiz_flow .budget_transaction_body .budget_transaction_row {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.ondeckbiz_flow .budget_data {
    color: #1d1d1d;
    font-size: 16px;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .MaxAmtMyBudgt {
    font-size: 16px;
}

.ondeckbiz_flow .My_Budget_edit_section .My_Budget_input a {
    position: absolute;
    top: 16px;
    right: 0;
}

.ondeckbiz_flow .My_Budget_edit_section .My_Budget_input span {
    position: absolute;
    font-size: 36px;
    color: #1d1d1d;
    font-family: 'galano_grotesqueregular';
    top: -2px;
}

.ondeckbiz_flow .My_Budget_edit_section .my_Budget_from_control {
    font-size: 36px;
    color: #1d1d1d !important;
    line-height: normal;
    max-width: 270px;
    font-family: 'galano_grotesqueregular';
    padding-left: 23px !important;
}

.ondeckbiz_flow .budget_item {
    border-radius: 25px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.ondeckbiz_flow .My_Budget_redeem_aria_bottom .proceed_btn a {
    line-height: 18px;
    min-width: 180px;
    padding: 12px 20px;
    border-radius: 4px;
    background: #0074ff;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    border: 2px solid transparent;
}

.ondeckbiz_flow .My_Budget_redeem_aria_bottom .proceed_btn a:hover {
    background: #0074ff;
    color: #fff;
    opacity: 1;
}

.ondeckbiz_flow .My_Budget_redeem_aria_bottom .proceed_btn a:focus {
    background: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px #7ac5fe;
    opacity: 1;
}

.ondeckbiz_flow .My_Budget_redeem_aria_bottom .proceed_btn a:active {
    background: #d8ecfd;
    color: #1d1d1d;
    box-shadow: none;
    opacity: 1;
    border-color: #222;
}

.ondeckbiz_flow .only_progress {
    font-size: 14px;
}

.ondeckbiz_flow .all_progress_data .p_left_text {
    display: none;
}

.ondeckbiz_flow .middle_progress {
    position: relative;
    height: 30px;
    border: 1px solid transparent;
    border-radius: 30px;
}

.ondeckbiz_flow .text_blue_bar .prgrs_bar_back {
    color: #1d1d1d;
}

.ondeckbiz_flow .My_Budget_edit_section .splitamngcat_active {
    border-bottom: 1px solid #0074ff !important;
}

.ondeckbiz_flow .large_progress .prgrs_bar_back {
    height: 100%;
    background: transparent;
    text-indent: 15px;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    font-family: 'galano_grotesquesemibold';
    padding-top: 4px;
    opacity: 1;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.ondeckbiz_flow .pprgs_fnt {
    text-indent: 15px;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    font-family: 'galano_grotesquesemibold';
    padding-top: 4px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.ondeckbiz_flow .text_blue_bar {
    border-color: #0074ff;
}

.ondeckbiz_flow .gredient_blue_bar {
    background: #0074ff;
}

.ondeckbiz_flow .text_white_bar {
    border-color: #0074ff;
}

.ondeckbiz_flow .text_white_bar .prgrs_bar_back {
    color: #1d1d1d;
}

.ondeckbiz_flow .budgetListed .bdgt_Icon {
    border-radius: 50%;
}

.ondeckbiz_flow #budget_modal .modal-dialog {
    width: 750px;
}

.ondeckbiz_flow #budget_modal .modal-title {
    font-size: 20px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow #budget_modal .icon_content span.descriptionTran {
    font-size: 26px;
    color: #1d1d1d;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow #budget_modal .icon_content_budget span {
    font-size: 12px;
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
}

.ondeckbiz_flow #budget_modal .select_item {
    width: 215px;
    height: 50px;
}

.ondeckbiz_flow #budget_modal .bootstrap-select>.btn {
    font-size: 16px;
    border: 2px solid #0074ff;
    font-family: 'galano_grotesquesemibold';
    height: 50px;
    color: #0074ff !important;
    border-radius: 4px;
}

.ondeckbiz_flow #budget_modal .bootstrap-select>.btn:focus {
    border: 2px solid #0074ff;
    box-shadow: 0 0 0 5px #7ac5fe !important;
    background: #fff;
}

.ondeckbiz_flow #budget_modal .bootstrap-select>.btn:hover {
    border: 2px solid #0074ff;
    box-shadow: none;
    background-color: #d8ecfd !important;
    color: #1d1d1d !important;
}

.ondeckbiz_flow #budget_modal .bootstrap-select>.btn .caret {
    margin-left: 5px;
    vertical-align: 2px;
    display: inline-block;
    right: 10px;
    height: 10px;
    width: 16px;
    top: 55%;
    background: url(../images/lbc/black_caret.svg) no-repeat;
    position: absolute;
    transform: translateY(-50%);
}

.ondeckbiz_flow #budget_modal .bootstrap-select .dropdown-menu li.selected a {
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    border-bottom: 1px solid #0074ff;
}

.ondeckbiz_flow #budget_modal .bootstrap-select .dropdown-menu li a {
    color: #1d1d1d;
    font-family: 'galano_grotesqueregular';
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
}

.ondeckbiz_flow #budget_modal .balance_area_cell .pointsTran span {
    font-size: 26px;
    color: #1d1d1d;
    margin-bottom: 0;
    margin-top: 6px;
}

.ondeckbiz_flow #budget_modal .balance_area_cell .cell_amount.re_amount em {
    font-size: 12px;
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    text-transform: capitalize;
}

.ondeckbiz_flow #budget_modal .budget_search_area {
    margin-top: 20px;
    border-top: 1px solid #d9d9d9;
    padding: 20px 0 0px;
}

.ondeckbiz_flow .setup_install .px40 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.ondeckbiz_flow .my_spend_budget_modal .modal-footer {
    display: none;
}

.ondeckbiz_flow #budget_modal .select_item.active .btn {
    background-color: #d8ecfd !important;
    border-color: #222;
    color: #1d1d1d !important;
}

.ondeckbiz_flow #budget_modal .select_item.active .bootstrap-select.btn-group .btn .caret {
    /* background: url(../images/lbc/white_caret.svg) no-repeat; */
    background: url(../images/lbc/black_caret.svg) no-repeat;
}

.ondeckbiz_flow #budget_modal .top_typo_box ul li {
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .top_typo_box h4 {
    color: #1d1d1d;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow #budget_modal .budget_transaction_area {
    padding-bottom: 20px;
}

.ondeckbiz_flow #budget_modal .top_typo_box h4 span {
    color: #0074ff;
}

.ondeckbiz_flow .My_Budget_input_btn {
    min-width: 170px;
    min-height: 50px;
    color: #0074ff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 48px;
    background: transparent;
    border: 2px solid #0074ff;
    border-radius: 4px;
    padding: 0px 12px 0px 12px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .My_Budget_input_btn:hover {
    border-color: #00518f;
    background-color: #0074ff;
    color: #fff;
}

.ondeckbiz_flow .My_Budget_input_btn:focus {
    box-shadow: 0 0 0 5px #7ac5fe !important;
    border-color: #0074ff !important;
    background-color: #fff;
    outline: 0;
    color: #0074ff;
}

.ondeckbiz_flow .My_Budget_input_btn:active {
    background-color: #d8ecfd;
    border-color: #222 !important;
    color: #1d1d1d;
    box-shadow: none;
}

.ondeckbiz_flow .My_Budget_redeem_aria_bottom .cancel_btn a {
    font-size: 16px;
    color: #0074ff;
    text-decoration: underline;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .My_Budget_redeem_aria_bottom .cancel_btn a:hover {
    color: #0074ff;
}

.ondeckbiz_flow .My_Budget_redeem_aria_bottom .cancel_btn a:focus {
    border: 1px solid transparent;
    padding: 0 2px;
    border-radius: 4px;
    box-shadow: 0 0 0 5px #7ac5fe;
    color: #0074ff;
}

.ondeckbiz_flow .My_Budget_redeem_aria_bottom .cancel_btn a:active {
    color: #0074ff;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.ondeckbiz_flow .My_Budget_redeem_aria_top {
    background-color: #f7f7f7;
}

.ondeckbiz_flow .My_Budget_redeem_aria {
    background-color: #f7f7f7;
    margin-top: 2px;
}

.ondeckbiz_flow .My_Budget_redeem_aria_bottom .budgetListed .budget_item {
    border-radius: 4px;
}

.ondeckbiz_flow .budgetListed .icon_Text {
    font-size: 16px;
    width: 235px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ondeckbiz_flow .new_budget:hover {
    border: 1px solid #706f73 !important;
    background-color: #d8ecfd;
}

.ondeckbiz_flow .My_Budget_redeem_aria_bottom .amtSet input {
    border-bottom: 1px solid #767676;
    font-size: 24px;
    color: #1d1d1d;
    font-family: 'galano_grotesqueregular';
    background-color: transparent;
}

.ondeckbiz_flow .collapsable_btn {
    color: #1d1d1d;
}

.ondeckbiz_flow #resetBudgetModal .setup_install_headline .modal-title,
.ondeckbiz_flow #confirmBudgetModal .setup_install_headline .modal-title,
.ondeckbiz_flow #cwbconfirmBudgetModal .setup_install_headline .modal-title {
    color: #0074ff;
    font-size: 24px;
}

.ondeckbiz_flow #resetBudgetModal .budget_footer,
.ondeckbiz_flow #confirmBudgetModal .budget_footer {
    display: none;
}

.ondeckbiz_flow #resetBudgetModal .modal-title,
.ondeckbiz_flow #confirmBudgetModal .modal-title,
.ondeckbiz_flow #cwbconfirmBudgetModal .modal-title {
    text-transform: none;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow #resetBudgetModal .notify_top p,
.ondeckbiz_flow #confirmBudgetModal .notify_top p,
.ondeckbiz_flow #cwbconfirmBudgetModal .notify_top p {
    font-size: 16px;
    color: #1d1d1d;
    line-height: 22px;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .tab_shadow {
    padding-bottom: 0;
}

.ondeckbiz_flow .svgChartCls>span>img {
    width: 48px;
    border-radius: 50%;
}

.ondeckbiz_flow .bedget_are .piedrp label,
.ondeckbiz_flow .my_budget_edit_area .piedrp label {
    margin: 17px 10px 0 0 !important;
    color: #2d2924;
    font-size: 12px !important;
    line-height: 15px;
    letter-spacing: 0;
    text-transform: none;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow #budget_modal .transation_area {
    padding-top: 0;
}

.ondeckbiz_flow #confirmBudgetModal .laurentian_confirmBudgetModal_details {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ondeckbiz_flow #confirmBudgetModal .notify_top h3 {
    font-size: 20px;
    line-height: 25px;
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
}

.ondeckbiz_flow #confirmBudgetModal .laurentian_confirmBudgetModal_details p {
    font-size: 20px;
    line-height: 25px;
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    margin-bottom: 0;
}

.ondeckbiz_flow .new_dg_modal .continue_btn {
    min-width: 175px;
    padding: 14px 20px;
    background-color: #0074ff;
    border-radius: 15px;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .new_dg_modal .continue_btn:hover {
    background-color: #000082;
    color: #fff;
}

.ondeckbiz_flow .new_dg_modal .continue_btn:focus {
    background-color: #0074ff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    outline: 0;
    color: #fff;
}

.ondeckbiz_flow .new_dg_modal .continue_btn:active {
    background-color: #0074ff;
    outline: 0;
    color: #fff;
    border-color: #0074ff;
}

.laurentian_reset_check {
    display: inline-block;
    width: 60px;
    margin-top: -20px;
    margin-bottom: 15px;
}

.ondeckbiz_flow #budget_modal .showDetailsByclickrow:first-child .tranlist_cell_txt {
    overflow: hidden;
    min-width: 40px;
    max-width: 95px;
}

.ondeckbiz_flow .budget_transaction_area .tranlist_header .tranlist_cell:first-child {
    padding-left: 0;
}

.ondeckbiz_flow .clearSearch {
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    background-image: url(../images/lbc/clear_srch.png);
    background-position: left 10px top 3px;
    background-size: 16px;
}

.ondeckbiz_flow .right_My_Budget_preview {
    padding-top: 0px;
}

.ondeckbiz_flow .slick-dots li.slick-active button {
    background: #0074ff;
}


/* budget page end */


/**My Information**/

.ondeckbiz_flow .total_information_holder {
    max-width: 560px;
}

.ondeckbiz_flow .accout_area h1 {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 36px;
    margin-bottom: 40px;
}

.ondeckbiz_flow .accout_area h2 {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 22px;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.ondeckbiz_flow .accout_area p {
    font-family: 'galano_grotesqueregular';
    color: #000;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
}

.ondeckbiz_flow .picture_upload_part {
    background: #fff;
    margin-bottom: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ondeckbiz_flow .picture_upload_part .upload_picture_holder {
    width: 100px;
    height: 100px;
    display: block;
    position: relative;
}

.ondeckbiz_flow .picture_upload_part .upload_picture_holder .uploaded_picture {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.ondeckbiz_flow .upload_picture_holder .edit_profile_image {
    background-image: url(../images/ondeck/penicon.png);
    background-position: center center;
    background-size: 16px;
    background-repeat: no-repeat;
    position: absolute;
    right: -8px;
    bottom: -10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(69, 69, 69, 0.3);
    box-shadow: 0 0 10px rgba(69, 69, 69, 0.3);
    overflow: hidden;
    z-index: 2;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
}

.ondeckbiz_flow .upload_picture_holder .edit_profile_image:focus {
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    border-color: #0074ff;
}

.ondeckbiz_flow .upload_picture_holder .edit_profile_image:hover {
    border-color: #0074ff;
}

.ondeckbiz_flow .upload_picture_holder .edit_profile_image:active {
    border-color: #0074ff;
    box-shadow: none;
}

.ondeckbiz_flow .upload_picture_holder .edit_profile_image.disable_edit_btn {
    background-color: #f7f7f7;
    pointer-events: none;
    box-shadow: none;
}

.ondeckbiz_flow .upload_picture_holder .edit_profile_image.disable_edit_btn input[type="file"] {
    pointer-events: none;
}

.ondeckbiz_flow .upload_picture_holder .edit_profile_image input[type="file"] {
    opacity: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.ondeckbiz_flow .picture_upload_part .username {
    font-family: 'galano_grotesquesemibold';
    color: #000;
    font-size: 22px;
    padding-left: 32px;
}

.industry_nm {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-family: 'galano_grotesqueregular';
}

.sbc_prof_img_initial {
    font-size: 36px;
    padding: 0;
    display: block;
    line-height: 100px;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #0074ff;
    color: #fff;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .contact_row .form_label {
    text-transform: uppercase;
    font-family: 'galano_grotesquesemibold';
    letter-spacing: 0;
    color: #000;
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
}

.ondeckbiz_flow .accout_area p {
    font-family: 'galano_grotesqueregular';
    color: #000;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
}

.ondeckbiz_flow .edit_form {
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
    display: none;
}

.ondeckbiz_flow .contact_row .view_contact {
    border-bottom: 0;
    font-family: 'galano_grotesqueregular';
    color: #000;
    font-size: 16px;
}

.ondeckbiz_flow .profile_details_holder h2 {
    margin-bottom: 0;
}

.ondeckbiz_flow .contact_row {
    margin: 18px 0 12px;
}

.ondeckbiz_flow .contact_row .non_edit_form {
    padding-bottom: 14px;
    border-bottom: 1px solid #d9d9d9;
}

.ondeckbiz_flow #profile .profile_details_holder {
    margin-bottom: 40px;
}

.ondeckbiz_flow #profile .profile_details_holder:last-child {
    margin-bottom: 0;
}

.ondeckbiz_flow .contact_row .view_contact .edit_btn {
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    color: #0074ff;
    top: auto;
    bottom: -1px;
    text-decoration: none;
}

.ondeckbiz_flow .contact_row .view_contact .edit_btn:hover {
    color: #000082;
    text-decoration: underline;
}

.ondeckbiz_flow .contact_row .view_contact .edit_btn:active {
    color: #00c1d5;
}

.ondeckbiz_flow .contact_row .view_contact.disable_edit_btn .edit_btn {
    pointer-events: none;
    color: #959595;
    text-decoration: none;
}

.ondeckbiz_flow .edit_form .form_box {
    margin-bottom: 30px;
    position: relative;
}

.ondeckbiz_flow .contact_row .edit_form .form_label {
    margin-bottom: 7px;
}

.ondeckbiz_flow .edit_form .default_input {
    width: 100%;
    font-family: 'galano_grotesqueregular';
    color: #000;
    font-size: 16px;
    height: 60px;
    border: 2px solid #767676;
    border-radius: 15px;
    padding: 0 20px;
    overflow: hidden;
    background-color: #fff;
    transition: 0.3s ease;
}

.ondeckbiz_flow .edit_form .default_input::placeholder {
    color: #000;
}

.ondeckbiz_flow .edit_form .default_input:focus {
    box-shadow: 0 0 0 5px rgb(131 238 206 / 30%);
    border: 2px solid #0074ff;
    color: #222222;
}

.ondeckbiz_flow .edit_form .default_input.disabled {
    pointer-events: none;
    background-color: #f3f6fa;
    border-color: #f3f6fa;
    color: #767676;
}

.ondeckbiz_flow .cancel_save_btn_holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ondeckbiz_flow .cancel_save_btn_holder .global_btn {
    height: 50px;
    line-height: 50px;
    width: 80px;
    padding: 0 15px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-left: 20px;
}

.ondeckbiz_flow .cancel_save_btn_holder .global_btn:hover {
    background-color: #000082;
    color: #fff;
}

.ondeckbiz_flow .cancel_save_btn_holder .global_btn:focus {
    background-color: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    outline: 0;
}

.ondeckbiz_flow .cancel_save_btn_holder .global_btn:active {
    background-color: #d8ecfd;
    color: #222222;
    border-color: #222222;
}

.ondeckbiz_flow .cancel_edit {
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    color: #0074ff;
    text-decoration: underline;
}

.trnsfr_list_rightPnl {
    width: 100%;
}

.ondeckbiz_flow .cancel_edit:hover {
    color: #000082;
}

.ondeckbiz_flow .form_box .select_item {
    width: 100%;
    float: none;
    padding: 0;
    height: auto;
}

.ondeckbiz_flow .select_item .dflt_select .dropdown-toggle {
    font-family: 'galano_grotesqueregular';
    font-size: 16px;
    color: #000;
    height: 60px;
    border: 2px solid #767676;
    border-radius: 15px;
    padding: 6px 30px 6px 20px;
    background-color: #fff;
    transition: 0.3s ease;
    text-transform: inherit;
}

.ondeckbiz_flow .select_item .dflt_select .dropdown-toggle:hover {
    border-color: #00008b;
    box-shadow: none;
}

.ondeckbiz_flow .select_item .dflt_select .dropdown-toggle:focus {
    box-shadow: 0 0 0 5px rgb(131 238 206 / 30%);
    border: 2px solid #0074ff;
    color: #222222;
}

.ondeckbiz_flow .select_item .dflt_select .btn .caret {
    background: none;
    border: solid #2d2924;
    border-width: 0 2px 2px 0;
    margin-left: 5px;
    vertical-align: 2px;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    height: auto;
    width: auto;
    top: 40%;
    right: 15px;
}

.ondeckbiz_flow .select_item .dflt_select .dropdown-menu li a {
    font-size: 14px;
    font-family: 'galano_grotesqueregular';
    color: #000;
    border-bottom: 1px solid #707070;
    padding: 0 12px !important;
    line-height: 44px;
    text-transform: initial;
}

.ondeckbiz_flow .select_item .dflt_select .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.ondeckbiz_flow .select_item .dflt_select .dropdown-menu li.selected a {
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    border-color: #0074ff;
    background-color: transparent;
}

.ondeckbiz_flow .select_item .dflt_select .dropdown-menu li a:hover {
    color: #0074ff !important;
    border-color: #0074ff;
}

.ondeckbiz_flow .select_item .dflt_select .dropdown-menu li a:focus {
    background-color: transparent;
}

.ondeckbiz_flow .edit_form .form_box .forGotPassword {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 0;
}

.ondeckbiz_flow .forGotPassword a {
    font-family: 'galano_grotesquesemibold';
    font-size: 14px;
    color: #0074ff;
    text-decoration: underline;
    position: relative;
    display: block;
    width: auto;
    right: auto;
}

.ondeckbiz_flow .forGotPassword a:hover {
    color: #000082;
}

.ondeckbiz_flow .password_view_controler {
    position: absolute;
    right: 20px;
    top: 45px;
}

.ondeckbiz_flow .icon_24 {
    height: 24px;
    width: 24px;
}

.ondeckbiz_flow .edit_form .numeric_text {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 0;
    padding: 20px 30px 5px;
    margin-bottom: 30px;
    background-color: #f3f6fa;
    border-left: 8px solid #0074ff;
    font-family: 'galano_grotesqueregular';
    font-size: 14px;
    color: #000;
    width: 100%;
    border-radius: 5px;
}

.ondeckbiz_flow .edit_form .numeric_text span {
    display: inline-block;
    position: relative;
    width: 49%;
    padding-left: 0;
}

.ondeckbiz_flow .edit_form .numeric_text .value_icon {
    font-family: 'galano_grotesqueregular';
    font-size: 14px;
    color: #000;
    background: url(../images/ondeck/muai_circle.png) center left no-repeat;
    background-position: 0px 0px;
    background-size: 24px 24px !important;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 25px;
}

.ondeckbiz_flow .edit_form .numeric_text .value_icon.criteria_ful {
    background: url(../images/ondeck/muai_chked.png) center left no-repeat;
    background-position: 0px 0px;
    background-size: 23px 24px !important;
}


/**Edit image modal**/

.ondeckbiz_flow .edit_upload_image .modal-header {
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ondeckbiz_flow .edit_upload_image .modal-header h3 {
    font-size: 20px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
    width: 100%;
}

.ondeckbiz_flow .edit_upload_image .move_img_container_label {
    font-size: 16px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .edit_upload_image .global_btn {
    border-radius: 15px;
    overflow: hidden;
    background-color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    padding: 0 20px;
    text-align: center;
    width: 80px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.ondeckbiz_flow .edit_upload_image .global_btn:hover {
    background-color: #000082;
    color: #fff;
}

.ondeckbiz_flow .edit_upload_image .global_btn:focus {
    background-color: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    outline: 0;
}

.ondeckbiz_flow .edit_upload_image .global_btn:active {
    background-color: #0074ff;
    color: #fff;
    border-color: #0074ff;
    box-shadow: none;
}

.ondeckbiz_flow .dont_have {
    color: #000;
    font-family: 'galano_grotesqueregular';
    margin: 0;
}

.ondeckbiz_flow .slidecontainer .slider::-webkit-slider-thumb,
.ondeckbiz_flow .slidecontainer .slider::-moz-range-thumb {
    background: #0074ff !important;
}

.ondeckbiz_flow .slidecontainer .slider {
    opacity: 1;
}


/**Success Modal**/

.ondeckbiz_flow .newSuccess .modal-header {
    padding: 18px 20px 13px !important;
    border-bottom: 1px solid #d9d9d9;
}

.ondeckbiz_flow .newSuccess .modal-header h4 {
    font-size: 20px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .newSuccess .setupawsome h4 {
    font-size: 24px;
    color: #0074ff;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .newSuccess .setuppaying_top {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-family: 'galano_grotesqueregular';
}

.sbc_close_new {
    text-align: center;
}

.sbc_close_new a {
    height: 50px;
    width: 180px;
    padding: 0 20px;
    color: #fff;
    border-radius: 15px;
    overflow: hidden;
    background-color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    text-transform: capitalize;
}

.sbc_close_new a:hover {
    background-color: #000082;
    color: #fff;
}

.sbc_close_new a:focus {
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    background-color: #0074ff;
    color: #fff;
}

.sbc_close_new a:active {
    background-color: #0074ff;
    box-shadow: none;
    color: #fff;
    border-color: #0074ff;
}


/**My Information End**/


/*laurentian Contact*/

.ondeckbiz_flow .management_bar ul li:first-child:before {
    content: none;
}

.ondeckbiz_flow .accout_area_newContact .accout_area .email_fld a {
    font-family: 'galano_grotesquesemibold';
    font-size: 20px;
    color: #0074ff;
    text-decoration: underline;
    transition: 0.3s ease;
}

.ondeckbiz_flow .accout_area_newContact .accout_area .email_fld a:hover {
    color: #0074ff;
}

.ondeckbiz_flow .accout_area_newContact .accout_area .email_fld a:active {
    color: #0074ff;
}

.ondeckbiz_flow .accout_area_newContact .email_fld {
    margin: 22px 0 62px;
}

.ondeckbiz_flow .accout_area_newContact .repeat_wrap label {
    font-size: 20px;
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    margin: 40px 0 18px;
    padding-bottom: 0;
    border-bottom: 0;
    text-transform: none;
}

.ondeckbiz_flow .accout_area_newContact .repeat_wrap .no_cell_new span {
    font-size: 12px;
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    text-transform: uppercase;
    margin-bottom: -3px;
    padding-left: 42px;
}

.ondeckbiz_flow .accout_area_newContact .repeat_wrap .no_cell_new a {
    font-family: 'galano_grotesquesemibold';
    font-size: 20px;
    color: #0074ff;
    text-decoration: underline;
    transition: 0.3s ease;
}

.ondeckbiz_flow .accout_area_newContact .repeat_wrap .no_cell_new a:hover {
    color: #0074ff;
}

.ondeckbiz_flow .accout_area_newContact .repeat_wrap .no_cell_new a:active {
    color: #0074ff;
}

.ondeckbiz_flow .accout_area_newContact .repeat_wrap .no_cell_new a svg {
    width: 32px;
    height: 32px;
    fill: #0074ff;
    margin-right: 11px;
}

.ondeckbiz_flow .accout_area_newContact .gray_bg {
    max-width: 560px;
    border-radius: 5px;
    background-color: #f3f6fa;
    border-left: 8px solid #0074ff;
    margin: 18px 0 0;
    padding: 20px 24px;
}

.ondeckbiz_flow .accout_area_newContact .gray_bg b {
    font-size: 14px;
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    margin-bottom: 10px;
}

.ondeckbiz_flow .accout_area_newContact .inner_bg_cell span {
    font-size: 14px;
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    margin: 0;
}

.ondeckbiz_flow .accout_area_newContact .gray_bg .inner_bg_cell {
    padding-right: 60px;
}

.ondeckbiz_flow .accout_area_newContact .gray_bg i {
    font-size: 12px;
    font-family: 'galano_grotesqueregular';
    color: #2d2924;
    font-style: normal;
    margin-top: 14px;
}

.ondeckbiz_flow .accout_area .repeat_wrap p {
    margin-top: -6px;
    padding-bottom: 30px;
}

.ondeckbiz_flow .opentext {
    font-size: 14px;
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    margin-bottom: -4px;
}

.ondeckbiz_flow .email_fld a svg {
    width: 32px;
    height: auto;
    margin-right: 10px;
    fill: #0074ff;
}


/*laurentian Contact*/


/**Error Message**/

.ondeckbiz_flow .name_error_div,
.ondeckbiz_flow .email_error_div {
    padding-top: 8px;
    display: flex;
}

.ondeckbiz_flow .errorText {
    font-size: 12px;
    color: #ff474a !important;
    font-family: 'galano_grotesqueregular';
    padding-left: 20px;
    position: relative;
    line-height: 16px;
}

.ondeckbiz_flow .errorText:after {
    position: absolute;
    top: -1px;
    left: 0;
    height: 16px;
    width: 16px;
    content: "";
    background: url(../images/input-error.png) no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
}


/**Error Message**/


/**My Referral**/

.ondeckbiz_flow .accout_area .accout_area_gutter {
    padding-left: 0;
}

.ondeckbiz_flow .account_management .invite_corner {
    display: none;
}

.ondeckbiz_flow .accout_area .myreferal_sub_section {
    max-width: 580px;
}

.ondeckbiz_flow .accout_area .referal_inner {
    border-bottom: 0;
    margin-top: 52px;
    padding-bottom: 0;
}

.ondeckbiz_flow .accout_area .notification_list_header {
    margin-top: 0;
}

.ondeckbiz_flow .accout_area .myreferal_sub_section h2 {
    font-size: 20px;
    margin-bottom: 0;
}

.ondeckbiz_flow .accout_area .cst_share_box_ico {
    padding-right: 12px;
    text-align: right;
}

.ondeckbiz_flow .accout_area .right_share_box_col .cst_share_box_ico a {
    height: 50px;
    width: 50px;
    margin-right: 7px;
}

.ondeckbiz_flow .accout_area .rel_code_sec h3 {
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    font-size: 40px;
    letter-spacing: 0;
    margin-top: 4px;
}

.ondeckbiz_flow .accout_area .share_link_inner {
    width: 100%;
    max-width: 100%;
    padding-right: 135px;
    border: 1px solid #959595;
    border-radius: 4px;
}

.ondeckbiz_flow .accout_area .copy_code {
    font-family: 'galano_grotesquesemibold';
    background-color: #0074ff;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    width: 115px;
    right: 20px;
    top: 8px;
    bottom: 8px;
    transition: 0.3s ease;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    border: 2px solid transparent;
}

.ondeckbiz_flow .accout_area .copy_code:hover {
    background-color: #0074ff;
    color: #fff;
}

.ondeckbiz_flow .accout_area .copy_code:focus {
    background-color: #0074ff !important;
    color: #fff;
    box-shadow: 0 0 0 5px #7ac5fe !important;
    outline: 0;
}

.ondeckbiz_flow .accout_area .copy_code:active {
    background-color: #d8ecfd !important;
    color: #1d1d1d;
    box-shadow: none !important;
    border-color: #222;
}

.ondeckbiz_flow .accout_area .share_link_inner .share_link {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 16px;
    height: 56px;
    padding: 0 20px;
}

.ondeckbiz_flow .accout_area .notification_list_header p {
    margin-top: 15px;
}

.ondeckbiz_flow .accout_area .add_friends_sec {
    margin-top: 8px;
}

.ondeckbiz_flow .accout_area .ref_input_label {
    letter-spacing: 0;
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.ondeckbiz_flow .accout_area .ref_input_label.ref_input_label_mb {
    display: none;
}

.ondeckbiz_flow .remove_ref_input {
    top: 16px;
    background-image: url(../images/lbc/remove@2x.png);
}

.ondeckbiz_flow .accout_area .share_input_container .form-control {
    width: 100%;
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 16px;
    height: 60px;
    border: 1px solid #959595;
    border-radius: 4px;
    padding: 0 20px;
    overflow: hidden;
}

.ondeckbiz_flow .accout_area .share_input_container .form-control:focus {
    color: #1d1d1d;
    border-color: #0074ff;
    box-shadow: 0 0 0 5px #7ac5fe;
}

.ondeckbiz_flow .accout_area .add_input {
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    color: #0074ff;
    text-decoration: underline;
    height: 35px;
    min-width: 125px;
    width: auto;
    background-color: transparent;
    padding: 5px 10px;
    transition: 0.3s ease;
    border: 2px solid transparent;
    margin: 24px auto 22px;
    border-radius: 4px;
}

.ondeckbiz_flow .accout_area .add_input:hover {
    color: #0074ff;
    opacity: 1;
}

.ondeckbiz_flow .accout_area .add_input:focus {
    color: #0074ff;
    border-color: transparent;
    box-shadow: 0 0 0 5px #7ac5fe;
}

.ondeckbiz_flow .accout_area .add_input:active {
    border: 2px solid transparent;
    color: #0074ff;
    box-shadow: none;
}

.ondeckbiz_flow .accout_area .invite_now_input {
    display: block;
    height: 50px;
    line-height: 46px;
    width: 140px !important;
    padding: 0 15px;
    text-align: center;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    color: #fff;
    background-color: #0074ff;
    border-radius: 4px;
    transition: 0.3s ease;
    letter-spacing: 0;
    margin: 0 auto;
    border: 2px solid transparent;
}

.ondeckbiz_flow .accout_area .invite_now_input span.mb_invite_now {
    display: none;
}

.ondeckbiz_flow .accout_area .invite_now_input:hover {
    background-color: #0074ff;
    color: #fff;
    opacity: 1;
}

.ondeckbiz_flow .accout_area .invite_now_input:focus {
    background-color: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px #7ac5fe;
    outline: 0;
}

.ondeckbiz_flow .accout_area .invite_now_input:active {
    background-color: #d8ecfd;
    color: #1d1d1d;
    box-shadow: none;
    border-color: #222;
}

.ondeckbiz_flow .accout_area .refl_progress_headline {
    display: none;
}

.ondeckbiz_flow .accout_area .refl_progress_row:after {
    content: none;
}

.ondeckbiz_flow .accout_area .refl_progress_cell.ref_complete:after {
    content: none;
}

.ondeckbiz_flow .accout_area .refl_progress_cell.ref_complete:last-child svg g.curved_circle {
    fill: #27f2d3;
    stroke: #27f2d3;
}

.ondeckbiz_flow .accout_area .refl_progress_cell.ref_complete svg g.curved_circle {
    stroke: #0074ff;
    fill: #0074ff;
}

.ondeckbiz_flow .accout_area .refl_progress_cell:last-child svg g.curved_circle {
    stroke: #27f2d3;
}

.ondeckbiz_flow .accout_area .refl_progress_cell svg g.curved_circle {
    stroke: #0074ff;
}

.ondeckbiz_flow .accout_area .laurentian_myaccmp .myreferal_sub_section h2 {
    font-size: 26px;
}

.ondeckbiz_flow .accout_area .laurentian_myaccmp .share_rel_col {
    margin-top: 12px;
}

.ondeckbiz_flow .accout_area .laurentian_myaccmp .notification_list_header {
    margin-bottom: 28px;
}

.ondeckbiz_flow .accout_area .line_div h4 {
    letter-spacing: 0;
    font-family: 'galano_grotesqueregular';
    color: #0074ff;
    font-size: 36px;
}

.ondeckbiz_flow .accout_area .line_div span {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 12px;
    line-height: 16px;
    padding: 0px 0px 0px 14px;
    letter-spacing: 0;
}

.ondeckbiz_flow .accout_area .line_div h4:after {
    background-color: #0074ff;
    top: -3px;
}

.ondeckbiz_flow .accout_area .refl_cell_txt {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 12px;
    padding-top: 6px;
}


/**My Referral**/


/**Email Notification**/

.ondeckbiz_flow .new_accout_area .notification_list {
    margin: 0;
    max-width: 565px;
}

.ondeckbiz_flow .new_accout_area .notification_inner_list .main_control_box .notification_shadow:after,
.ondeckbiz_flow .new_accout_area .notification_inner_list.last_border:after {
    content: none !important;
}

.ondeckbiz_flow .new_accout_area .ac_notification_outer_row {
    padding-right: 0;
    margin-bottom: 0;
}

.ondeckbiz_flow .new_accout_area .child_control_box {
    padding-left: 30px;
}

.ondeckbiz_flow .new_accout_area .parent_control_box .ac_notification_outer_row {
    border-bottom: 1px solid #a9a9a9;
}

.ondeckbiz_flow .new_accout_area .child_control_box .ac_notification_outer_row {
    border-bottom: 1px solid #d9d9d9;
}

.ondeckbiz_flow .new_accout_area .ac_notification_row h5,
.ondeckbiz_flow .new_accout_area .ac_notification_row h2 {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 16px;
    margin-bottom: 0px;
}

.ondeckbiz_flow .new_accout_area .ac_notification_row p {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 14px;
    line-height: 18px;
    margin-top: 7px;
    min-height: auto;
}

.ondeckbiz_flow .new_accout_area .ac_notification_row p a {
    color: #0074ff;
    font-size: 12px;
    font-family: 'galano_grotesquesemibold';
    margin-left: 2px;
    text-decoration: underline;
}

.ondeckbiz_flow .new_accout_area .ac_notification_row p a:hover {
    color: #0074ff;
    text-decoration: underline;
}

.ondeckbiz_flow .new_accout_area .ac_notification_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 18px 0px 14px;
    min-height: 42px;
}

.ondeckbiz_flow .new_accout_area .ac_notification_row .onoff_area {
    float: none;
    margin-top: 0;
}

.ondeckbiz_flow .new_accout_area .notification_content {
    float: none;
}

.ondeckbiz_flow .new_accout_area .ac_notification_row .on,
.ondeckbiz_flow .new_accout_area .ac_notification_row .off {
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    font-size: 12px;
    padding-top: 3px;
}

.ondeckbiz_flow .new_accout_area .ac_notification_row .switch {
    margin-bottom: 0;
}

.ondeckbiz_flow .new_accout_area .notification_list_header h3,
.ondeckbiz_flow .new_accout_area .notification_list_header h2 {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 14px;
}

.ondeckbiz_flow .new_accout_area .notification_inner_list {
    margin-bottom: 50px;
}

.ondeckbiz_flow .new_accout_area input:checked+.slider_switch {
    background-color: #0074ff;
}

.ondeckbiz_flow .child_control_box.disable_notification_sec_new.disable_notification_sec input:checked+.slider_switch {
    background-color: #0074ff;
}

.ondeckbiz_flow .new_accout_area .green_png {
    margin-top: -5px;
}

.ondeckbiz_flow #creditLimitNotifications .price_Range {
    padding: 120px 30px 0;
}


/**Email Notification**/


/**Email Notification modal**/

.ondeckbiz_flow .new_small_statement_modal .modal-header {
    padding: 18px !important;
    border-bottom: 1px solid #d9d9d9;
}

.ondeckbiz_flow .new_small_statement_modal .modal-dialog {
    max-width: 560px;
}

.ondeckbiz_flow .new_small_statement_modal .modal-header .modal-title {
    font-size: 20px;
    line-height: 24px;
}

.ondeckbiz_flow .new_small_statement_modal .modal-header .modal-title span {
    width: 22px;
    margin-left: 2px;
    display: inline-block;
}

.ondeckbiz_flow .new_small_statement_modal .modal-header .modal-title span img {
    width: 100%;
    vertical-align: -3px;
}

.ondeckbiz_flow .new_small_statement_modal .mg_img {
    display: none;
}

.ondeckbiz_flow .new_small_statement_modal .setup_install_headline {
    margin-bottom: 18px;
    padding-top: 45px;
}

.ondeckbiz_flow .new_small_statement_modal .setup_install_headline .modal-title {
    margin: 0;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    font-size: 24px;
}

.ondeckbiz_flow #creditLimitNotifications .setup_install_headline .modal-title {
    padding: 0 15px;
}

.ondeckbiz_flow .new_small_statement_modal .notify_top {
    padding: 0 65px;
}

.ondeckbiz_flow .new_small_statement_modal .notify_top p {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 16px;
    line-height: 22px;
}

.ondeckbiz_flow .new_small_statement_modal .notify_top p:last-child {
    margin-bottom: 0;
}

.ondeckbiz_flow .new_small_statement_modal .modal-footer {
    border-top: 0;
    padding: 28px 30px 40px;
}

.ondeckbiz_flow .new_small_statement_modal .modal-footer ul {
    text-align: center;
    font-size: 0;
}

.ondeckbiz_flow .new_small_statement_modal .modal-footer ul li {
    display: inline-block;
}

.ondeckbiz_flow .new_small_statement_modal .modal-footer ul li+li {
    margin-left: 20px;
}

.ondeckbiz_flow .new_small_statement_modal .laurentian_notification_btn {
    border: 2px solid #0074ff;
    text-align: center;
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    background-color: #fff;
    font-size: 16px;
    width: 180px;
    padding: 12px 15px;
    transition: 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
    outline: none !important;
    text-decoration: none;
}

.ondeckbiz_flow .new_small_statement_modal .laurentian_notification_btn:hover {
    border-color: #000082;
    color: #000082;
    opacity: 1;
}

.ondeckbiz_flow .new_small_statement_modal .laurentian_notification_btn:active {
    color: #0074ff;
    ;
    box-shadow: none;
    outline: 0;
    border-color: #0074ff;
}

.ondeckbiz_flow .new_small_statement_modal .laurentian_notification_btn:focus {
    background-color: #fff;
    color: #0074ff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    outline: 0;
    border-color: #0074ff;
}

.ondeckbiz_flow .new_small_statement_modal .laurentian_purchase_notifications_modify {
    background-color: #0074ff;
    color: #fff;
    border-color: #0074ff;
}

.ondeckbiz_flow .new_small_statement_modal .laurentian_purchase_notifications_modify:hover {
    background-color: #000082;
    color: #fff;
}

.ondeckbiz_flow .new_small_statement_modal .laurentian_purchase_notifications_modify:active {
    background-color: #0074ff;
    color: #fff;
    box-shadow: none;
    outline: 0;
    border-color: #0074ff;
}

.ondeckbiz_flow .new_small_statement_modal .laurentian_purchase_notifications_modify:focus {
    background-color: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    outline: 0;
    border-color: #0074ff;
}

.ondeckbiz_flow .new_small_statement_modal .credit_change_save {
    background-color: #0074ff;
    color: #fff;
    border-color: #0074ff;
}

.ondeckbiz_flow .new_small_statement_modal .credit_change_save:hover {
    background-color: #0074ff;
    color: #fff;
    border-color: #0074ff;
}

.ondeckbiz_flow .new_small_statement_modal .credit_change_save:focus {
    background-color: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px #7ac5fe;
    outline: 0;
    border-color: #0074ff;
}

.ondeckbiz_flow .new_small_statement_modal .credit_change_save:active {
    background-color: #d8ecfd;
    color: #1d1d1d;
    box-shadow: none;
    outline: 0;
    border-color: #222;
}


/**Email Notification modal**/


/**Travel Notice**/

.ondeckbiz_flow .travelnoticepage .accout_area p {
    padding-right: 110px;
}

.ondeckbiz_flow .travelnoticepage #traveladd:after {
    content: none;
}

.ondeckbiz_flow .fld_outr label {
    font-size: 14px;
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
}

.ondeckbiz_flow .travelnoticepage .upcoming_travel .col-sm-8 {
    width: 80%;
}

.ondeckbiz_flow .travelnoticepage .upcoming_travel .col-sm-4 {
    width: 40%;
}

.ondeckbiz_flow .travelnoticepage #traveladd .account_frm {
    padding: 20px 40px 14px 0;
}

.ondeckbiz_flow .travelnoticepage #traveladd .type_fld,
.ondeckbiz_flow #traveleditSection .type_fld {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d !important;
    font-size: 16px;
    height: 60px;
    padding: 0 20px;
    border: 1px solid #959595;
    border-radius: 15px;
    background-color: #fff;
    transition: 0.3s ease;
    margin: 3px 0 0px;
}

.ondeckbiz_flow .travelnoticepage #traveladd .type_fld.no_icons,
.ondeckbiz_flow #traveleditSection .type_fld.no_icons {
    padding: 0 20px;
}

.ondeckbiz_flow .travelnoticepage #traveladd .type_fld::placeholder,
.ondeckbiz_flow #traveleditSection .type_fld::placeholder {
    color: #1d1d1d;
}

.ondeckbiz_flow .travelnoticepage #traveladd .type_fld:focus,
.ondeckbiz_flow #traveleditSection .type_fld:focus {
    color: #1d1d1d !important;
    border-color: #0074ff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3) !important;
}

.ondeckbiz_flow .travelnoticepage #traveladd .type_fld.errorred:focus,
.ondeckbiz_flow #traveleditSection .type_fld.errorred:focus {
    box-shadow: none !important;
}

.ondeckbiz_flow .calender-btn .form-control[disabled],
.ondeckbiz_flow .calender-btn .form-control[readonly],
.ondeckbiz_flow fieldset[disabled] .form-control {
    background-image: url(../images/blue_caret.svg) !important;
    background-size: 30px;
    background-position: right 15px center;
}

.ondeckbiz_flow .flatpickr-day {
    font-family: 'galano_grotesqueregular';
    z-index: 1;
}

.ondeckbiz_flow .rangeMode .flatpickr-day {
    margin-top: 2px;
}

.ondeckbiz_flow .flatpickr-day.today:after {
    background-color: #0074ff !important;
    top: -1px;
}

.ondeckbiz_flow .flatpickr-day.today {
    color: #fff;
}

.ondeckbiz_flow .flatpickr-day.selected:after,
.ondeckbiz_flow .flatpickr-day.startRange:after,
.ondeckbiz_flow .flatpickr-day.endRange:after {
    background-color: #0074ff !important;
    top: -1px;
    border: 1px solid #0074ff;
}

.ondeckbiz_flow .flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n + 1)),
.ondeckbiz_flow .flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n + 1)),
.ondeckbiz_flow .flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n + 1)) {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ondeckbiz_flow .flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.ondeckbiz_flow .flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.ondeckbiz_flow .flatpickr-day.prevMonthDay.today.inRange,
.ondeckbiz_flow .flatpickr-day.nextMonthDay.today.inRange,
.ondeckbiz_flow .flatpickr-day:hover,
.ondeckbiz_flow .flatpickr-day.prevMonthDay:hover,
.ondeckbiz_flow .flatpickr-day.nextMonthDay:hover,
.ondeckbiz_flow .flatpickr-day:focus,
.ondeckbiz_flow .flatpickr-day.prevMonthDay:focus,
.ondeckbiz_flow .flatpickr-day.nextMonthDay:focus {
    background: #ebf6ff;
    border-color: #ebf6ff;
    height: 29px;
}

.ondeckbiz_flow .flatpickr-day.inRange {
    -webkit-box-shadow: -5px 0 0 #ebf6ff, 5px 0 0 #ebf6ff;
    box-shadow: -5px 0 0 #ebf6ff, 5px 0 0 #ebf6ff;
}

.ondeckbiz_flow .flatpickr-day.selected,
.ondeckbiz_flow .flatpickr-day.startRange,
.ondeckbiz_flow .flatpickr-day.endRange,
.ondeckbiz_flow .flatpickr-day.selected.inRange,
.ondeckbiz_flow .flatpickr-day.startRange.inRange,
.ondeckbiz_flow .flatpickr-day.endRange.inRange,
.ondeckbiz_flow .flatpickr-day.selected:focus,
.ondeckbiz_flow .flatpickr-day.startRange:focus,
.ondeckbiz_flow .flatpickr-day.endRange:focus,
.ondeckbiz_flow .flatpickr-day.selected:hover,
.ondeckbiz_flow .flatpickr-day.startRange:hover,
.ondeckbiz_flow .flatpickr-day.endRange:hover,
.ondeckbiz_flow .flatpickr-day.selected.prevMonthDay,
.ondeckbiz_flow .flatpickr-day.startRange.prevMonthDay,
.ondeckbiz_flow .flatpickr-day.endRange.prevMonthDay,
.ondeckbiz_flow .flatpickr-day.selected.nextMonthDay,
.ondeckbiz_flow .flatpickr-day.startRange.nextMonthDay,
.ondeckbiz_flow .flatpickr-day.endRange.nextMonthDay {
    background: #ebf6ff;
    border-color: #ebf6ff;
    height: 29px;
}

.ondeckbiz_flow .trvl_notice_btn {
    padding-top: 6px;
}

.ondeckbiz_flow .account_management .submit_btn {
    width: 170px;
    padding: 0 15px !important;
    height: 50px;
    line-height: 46px;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px !important;
    color: #fff;
    background-color: #0074ff;
    border-radius: 15px;
    text-align: center;
    border: 0;
    transition: 0.3s ease;
    overflow: hidden;
    border: 2px solid transparent;
}

.ondeckbiz_flow .account_management .submit_btn:hover {
    background-color: #000082;
    color: #fff;
}

.ondeckbiz_flow .account_management .submit_btn:active {
    background-color: #0074ff;
    color: #1d1d1d;
    box-shadow: none;
    border-color: #0074ff;
}

.ondeckbiz_flow .account_management .submit_btn:focus {
    background-color: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    outline: 0;
}

.ondeckbiz_flow #traveleditModalSection .submit_btn {
    transition: 0.3s ease;
    padding: 15px 20px;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    font-size: 16px;
    text-align: center;
    border: 2px solid #0074ff;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.ondeckbiz_flow #traveleditModalSection .submit_btn:hover {
    border-color: #000082;
    color: #000082;
}

.ondeckbiz_flow #traveleditModalSection .submit_btn:focus {
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    border-color: #0074ff;
    background-color: #fff;
    color: #0074ff;
}

.ondeckbiz_flow #traveleditModalSection .submit_btn:active {
    border-color: #0074ff;
    box-shadow: none;
    color: #0074ff;
}

.ondeckbiz_flow #traveleditModalSection #editTravel {
    padding: 15px 20px;
    font-family: 'galano_grotesquesemibold';
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: 2px solid #0074ff;
    background-color: #0074ff;
    border-radius: 15px;
    overflow: hidden;
}

.ondeckbiz_flow #traveleditModalSection #editTravel:hover {
    border-color: transparent;
    background-color: #0074ff;
    color: #fff;
}

.ondeckbiz_flow #traveleditModalSection #editTravel:active {
    border-color: #000082;
    background-color: #000082;
    box-shadow: none;
    color: #fff;
}

.ondeckbiz_flow #traveleditModalSection #editTravel:focus {
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    border-color: #0074ff;
    background-color: #0074ff;
    color: #fff;
}

.ondeckbiz_flow #traveleditModalSection .modal-footer {
    padding: 25px 0;
    display: none;
}

.ondeckbiz_flow #traveleditModalSection .modal-header .close {
    margin: 21px 20px;
}

.ondeckbiz_flow .destini_cell {
    border-bottom: 0;
}

.ondeckbiz_flow .destini_inr_cell {
    padding: 30px 30px 28px;
    box-shadow: 0 0 5px rgba(69, 69, 69, 0.3);
    border-radius: 15px;
    overflow: hidden;
}

.ondeckbiz_flow .desti_cell:first-child {
    display: none;
}

.ondeckbiz_flow .desti_cell {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0;
}

.ondeckbiz_flow .desti_cell:nth-child(2) {
    width: 45% !important;
}

.ondeckbiz_flow .desti_cell.fromDate,
.ondeckbiz_flow .desti_cell.toDate {
    width: 25% !important;
}

.ondeckbiz_flow .desti_cell span,
.ondeckbiz_flow .desti_cell em {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
}

.ondeckbiz_flow .edit_del {
    width: 20px;
}

.ondeckbiz_flow .edit_del a {
    width: 20px;
    line-height: 20px;
    height: 20px;
    font-family: 'galano_grotesqueregular';
    margin-bottom: 0;
    color: #1d1d1d;
}

.ondeckbiz_flow .edit_del a img {
    vertical-align: 0;
}

.ondeckbiz_flow .travelModalNew .modal_text_global {
    font-size: 16px;
    line-height: 22px;
    color: #1d1d1d;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .travelModalNew .savebutton_alertpop button {
    min-width: 180px;
    width: auto;
    padding: 15px 20px;
    font-family: 'galano_grotesquesemibold';
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: 2px solid #0074ff;
    background-color: #0074ff;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s ease;
    outline: none;
}

.ondeckbiz_flow .travelModalNew .savebutton_alertpop button:hover {
    border-color: #000082;
    background-color: #000082;
    color: #fff;
}

.ondeckbiz_flow .travelModalNew .savebutton_alertpop button:active {
    border-color: #0074ff;
    background-color: #0074ff;
    box-shadow: none;
    color: #fff;
}

.ondeckbiz_flow .travelModalNew .savebutton_alertpop button:focus {
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    border-color: #0074ff;
    background-color: #0074ff;
    color: #fff;
}

.ondeckbiz_flow #newTravelladdconfirmAlertmodal .modal-footer,
#newTravellDeleteAlertmodal .modal-footer,
.ondeckbiz_flow #newTravelleditconfirmAlertmodal .modal-footer {
    display: none;
}


/**Travel Notice**/


/**My Card**/

.ondeckbiz_flow .my_cards .accout_area .card_top_rt_sec .right_activity_panel_rt {
    margin-top: 0;
    margin-left: 10px;
}

.ondeckbiz_flow .my_cards .accout_area .flex_dashboard_outer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
}

.ondeckbiz_flow .my_cards .accout_area .card_top_rt_sec .right_activity_panel_lt {
    min-width: auto;
}

.ondeckbiz_flow .my_cards .accout_area .left_activity h3 {
    margin-bottom: 0;
}

.ondeckbiz_flow .your_brim_crd .brim_card_single_option {
    padding: 0px 15px;
}

.ondeckbiz_flow .my_cards .accout_area .accnt_balnc_outer,
.ondeckbiz_flow .my_cards .accout_area .accnt_balnc_outer:before,
.ondeckbiz_flow .my_cards .accout_area .accnt_balnc_outer:after {
    background-color: #f7f7f7;
}

.ondeckbiz_flow .my_cards .accout_area .accnt_balnc_outer .small_point_tag {
    display: none !important;
}

.ondeckbiz_flow .my_cards .accout_area .accnt_balnc_outer .brim_card_headline {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 26px;
}

.ondeckbiz_flow .my_cards .accout_area .brim_right_flex .brim_make_pay {
    line-height: normal;
}

.ondeckbiz_flow .my_cards .accout_area .accnt_balnc_outer {
    padding: 30px 0 38px;
}

.ondeckbiz_flow .my_cards .accout_area .your_card_outer {
    /* padding: 52px 0; */
    padding: 0 0 52px;
}

.ondeckbiz_flow .my_cards .accout_area .your_card_outer h4,
.ondeckbiz_flow .my_cards .accout_area .additional_card_outer h4 {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 26px;
    margin-bottom: 20px;
}

.ondeckbiz_flow .my_cards .accout_area .your_card_details {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
    overflow: hidden;
}

.ondeckbiz_flow .my_cards .accout_area .your_card_details:hover {
    border-color: #706f73;
    background-color: #d8ecfd;
}

.ondeckbiz_flow .my_cards .accout_area .your_card_details:active {
    border-color: #1d1d1d;
    background-color: #d8ecfd;
}

.ondeckbiz_flow .my_cards .accout_area .your_card_details:focus {
    border-color: #0074ff;
    box-shadow: 0 0 0 5px #7ac5fe;
    background-color: transparent;
}

.ondeckbiz_flow .my_cards .accout_area .card_hold_details h5 {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 20px;
    margin-bottom: 4px;
}

.ondeckbiz_flow .my_cards .accout_area .card_hold_details .card_typ_nw {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 12px;
}

.ondeckbiz_flow .my_cards .accout_area .valid_dt h5 {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 16px;
}

.ondeckbiz_flow .my_cards .accout_area .final_no h5 {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 16px;
}

.ondeckbiz_flow .my_cards .accout_area .valid_dt h5 span,
.ondeckbiz_flow .my_cards .accout_area .final_no h5 span {
    margin-right: 4px;
    vertical-align: baseline;
    text-transform: none;
    font-size: 16px;
}

.ondeckbiz_flow .my_cards .accout_area .add_card_fig {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #0074ff;
    box-shadow: 0 0 black;
    margin: 0 auto;
    background-color: #0074ff;
    margin: 0 17px 0 15px;
}

.ondeckbiz_flow .my_cards .accout_area .add_card_fig span {
    font-size: 28px;
    font-family: 'galano_grotesqueregular';
    color: #fff;
    padding: 0;
    display: block;
    line-height: 18px;
    text-align: center;
    transform: none;
}

.ondeckbiz_flow .my_cards .accout_area .additional_card_inner {
    margin: 0;
}

.ondeckbiz_flow .my_cards .accout_area .card_img_hold {
    width: 92px;
}

.ondeckbiz_flow .my_cards .accout_area .additional_card_inner .your_card_details {
    margin-bottom: 20px;
}

.ondeckbiz_flow .my_cards .accout_area .additional_card_inner .your_card_details:last-child {
    margin-bottom: 0;
}

.ondeckbiz_flow .my_cards .accout_area .notification_list_ico {
    margin-right: 28px;
}

.ondeckbiz_flow .my_cards .accout_area .your_card_details .valid_dt {
    width: 28%;
    margin-right: 36px;
}

.ondeckbiz_flow .my_cards .accout_area .your_card_details .final_no {
    width: 28%;
}

.ondeckbiz_flow .my_cards .accout_area .your_card_details .card_hold_details {
    width: 44%;
}

.ondeckbiz_flow .my_cards .accout_area .add_member_new {
    margin-top: 30px;
    width: auto;
}

.ondeckbiz_flow .my_cards .accout_area .add_member_new a span {
    display: none;
}

.ondeckbiz_flow .my_cards .accout_area .add_member_new a {
    height: 50px;
    line-height: 46px;
    padding: 0 20px;
    min-width: 150px;
    width: auto;
    background: #0074ff;
    color: #fff;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    transition: 0.3s ease;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid #0074ff;
}

.ondeckbiz_flow .my_cards .accout_area .add_member_new a:hover {
    background: #0074ff;
    color: #fff;
    border-color: #0074ff;
}

.ondeckbiz_flow .my_cards .accout_area .add_member_new a:focus {
    background: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px #7ac5fe;
}

.ondeckbiz_flow .my_cards .accout_area .add_member_new a:active {
    background: #d8ecfd;
    color: #1d1d1d;
    border-color: #1d1d1d;
}


/**Add card member Modal**/

.ondeckbiz_flow .card_select_new .fld_outr_new label {
    text-transform: none;
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}

.ondeckbiz_flow .card_select_new .add_fld {
    width: 100%;
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 16px;
    height: 60px;
    border: 1px solid #767676;
    border-radius: 4px;
    padding: 0 20px;
    overflow: hidden;
    background-color: #fff;
    transition: 0.3s ease;
}

.ondeckbiz_flow .card_select_new .add_fld::placeholder {
    color: #1d1d1d;
}

.ondeckbiz_flow .card_select_new .add_fld:focus {
    border: 1px solid #0074ff !important;
    color: #1d1d1d;
    box-shadow: 0 0 0 5px #7ac5fe;
}

.ondeckbiz_flow .card_select_new .add_fld.errorred {
    background-color: #feecf0 !important;
    border: 1px solid #ae0a33 !important;
}

.ondeckbiz_flow .card_select_new .fld_outr_new .bootstrap-select>.btn {
    font-family: 'galano_grotesqueregular';
    font-size: 16px;
    color: #1d1d1d;
    height: 60px;
    border: 1px solid #767676;
    border-radius: 4px;
    padding: 6px 30px 6px 20px;
    background-color: #fff;
    transition: 0.3s ease;
}

.ondeckbiz_flow .card_select_new .fld_outr_new .bootstrap-select>.btn:hover {
    border-color: #045ba7;
    box-shadow: none;
}

.ondeckbiz_flow .card_select_new .fld_outr_new .bootstrap-select>.btn:focus,
.ondeckbiz_flow .card_select_new .fld_outr_new .bootstrap-select.open>.btn {
    border: 2px solid #0074ff !important;
    color: #1d1d1d;
    box-shadow: 0 0 0 5px #7ac5fe;
}

.ondeckbiz_flow .card_select_new .fld_outr_new .bootstrap-select>.btn .caret {
    background: none;
    border: solid #2d2924;
    border-width: 0 2px 2px 0;
    margin-left: 5px;
    vertical-align: 2px;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    height: auto;
    width: auto;
    top: 40%;
    right: 15px;
}

.ondeckbiz_flow .card_select_new .fld_outr_new .bootstrap-select .dropdown-menu li a {
    font-size: 14px;
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    border-bottom: 1px solid #707070;
    padding: 0 12px !important;
    line-height: 44px;
    background: none !important;
}

.ondeckbiz_flow .card_select_new .fld_outr_new .bootstrap-select .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.ondeckbiz_flow .card_select_new .fld_outr_new .bootstrap-select .dropdown-menu li a:hover {
    color: #0074ff !important;
    border-color: #0074ff;
}

.ondeckbiz_flow .card_select_new .fld_outr_new .bootstrap-select .dropdown-menu li.selected a {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    border-color: #0074ff;
}

.ondeckbiz_flow .card_select_new .next_but_compare .global_btn {
    background-image: none !important;
    height: 50px;
    line-height: 46px;
    padding: 0 20px;
    min-width: 150px;
    width: auto;
    background-color: #0074ff !important;
    color: #fff;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    transition: 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
    outline: none;
    border: 2px solid transparent;
}

.ondeckbiz_flow .card_select_new .next_but_compare .global_btn:hover {
    background-color: #000082 !important;
    color: #fff;
}

.ondeckbiz_flow .card_select_new .next_but_compare .global_btn:focus {
    background-color: #0074ff !important;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
}

.ondeckbiz_flow .card_select_new .next_but_compare .global_btn:active {
    background-color: #0074ff !important;
    color: #fff;
    box-shadow: none;
    border-color: #0074ff;
}

.ondeckbiz_flow .newSuccess .modal-footer {
    display: none;
}

.ondeckbiz_flow #addmembermodal .all_detail_container {
    max-height: 100%;
    overflow: visible;
}

.ondeckbiz_flow .application_laststep h2 {
    letter-spacing: 0px;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .slider-horizontal .rng_value {
    letter-spacing: 1.03px;
    font-size: 40px;
    font-family: 'galano_grotesquesemibold';
    width: 200px;
    border: 1px solid #767676;
    border-radius: 4px;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
    color: #0074ff;
}

.ondeckbiz_flow .rangeslider__handle {
    background: #0074ff;
}

.ondeckbiz_flow .rangeslider--horizontal .rangeslider__fill {
    background-color: #0074ff;
}

.ondeckbiz_flow .price_Range .slider.slider-horizontal:before {
    display: none;
}

.ondeckbiz_flow .price_Range .slider.slider-horizontal:after {
    display: none;
}

.ondeckbiz_flow .application_laststep .slider-horizontal .rng_new_range {
    color: #0074ff;
}

.ondeckbiz_flow .value_left_top {
    font-size: 18px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .value_right_top {
    font-size: 18px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .application_laststep .next_but_compare .global_btn.back_btn {
    padding-left: 0px;
    background-image: none !important;
    border-radius: 15px;
    background-color: #fff !important;
    border: 2px solid #0074ff;
    color: #0074ff;
    width: 150px !important;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
}

.ondeckbiz_flow .application_laststep .next_but_compare .global_btn.next_btn {
    background-image: none !important;
    width: 150px !important;
    border-radius: 15px;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    background-color: #0074ff !important;
    color: #fff;
}

.ondeckbiz_flow .application_laststep .next_but_compare .global_btn.next_btn:hover {
    background-color: #0074ff !important;
    color: #fff;
}

.ondeckbiz_flow .application_laststep .next_but_compare .global_btn.next_btn:focus {
    background-color: #0074ff !important;
    color: #fff;
    box-shadow: 0 0 0 5px #7ac5fe;
    outline: 0;
}

.ondeckbiz_flow .application_laststep .next_but_compare .global_btn.next_btn:active {
    background-color: #d8ecfd !important;
    color: #1d1d1d;
    box-shadow: none;
    border-color: #222;
}

.ondeckbiz_flow #confirm_card_details .all_detail_container {
    max-height: 100%;
}

.ondeckbiz_flow .card_select_new h3 {
    letter-spacing: 0px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .card_confirm_new p {
    margin-bottom: 15px;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .newSuccess .all_detail_container .confirm_card_txt h4 {
    font-size: 14px;
    margin-bottom: 8px;
    text-align: left;
    color: #000;
}

.ondeckbiz_flow .confirm_card_txt p {
    letter-spacing: 0px;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .confirmsingle_text label {
    font-size: 14px;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .confirmsingle_text .show_email {
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .card_select_new .next_but_compare .global_btn.back_btn {
    background-color: #fff !important;
    color: #0074ff;
    border: 2px solid #0074ff;
    line-height: 46px;
}

.ondeckbiz_flow .card_select_new .next_but_compare .global_btn.back_btn:hover {
    border: 2px solid #000082;
    color: #000082;
}

.ondeckbiz_flow .card_select_new .next_but_compare .global_btn.back_btn:focus {
    background-color: #fff !important;
    border: 2px solid #0074ff;
    color: #0074ff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    outline: 0;
}

.ondeckbiz_flow .card_select_new .next_but_compare .global_btn.back_btn:active {
    border: 2px solid #0074ff;
    color: #0074ff;
    box-shadow: none;
}


/**Add card member Modal**/


/**My Card End**/


/**Your Card**/

.ondeckbiz_flow .your_brim_crd {
    background-color: #f7f7f7;
}

.ondeckbiz_flow .your_brim_crd:before {
    background-color: #f7f7f7;
}

.ondeckbiz_flow .your_brim_crd:after {
    background-color: #f7f7f7;
}

.ondeckbiz_flow .yr_crd_contrl #cardHolderName {
    font-size: 36px;
    color: #0074ff;
}

.ondeckbiz_flow .your_brim_crd .flex_row {
    align-items: center;
}

.ondeckbiz_flow .your_brim_crd .brim_left_flex {
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
}

.ondeckbiz_flow .your_brim_crd .brim_right_flex {
    width: auto;
}

.ondeckbiz_flow .yr_crd_new_full .icn_btn_card:hover {
    box-shadow: none;
    border-color: #0074ff;
    background-color: #0074ff;
    color: #fff;
}

.ondeckbiz_flow .yr_crd_new_full .mem_details .icn_btn_card:hover {
    background-color: #007d93;
    color: #fff;
}

.hov_mem {
    display: none;
}

.ondeckbiz_flow .yr_crd_new_full .mem_details .icn_btn_card:hover .hov_mem {
    display: block;
}

.ondeckbiz_flow .yr_crd_new_full .mem_details .icn_btn_card:hover .nohov_mem {
    display: none;
}

.ondeckbiz_flow .yr_crd_new_full .icn_btn_card:focus {
    border-color: #0074ff;
    box-shadow: 0 0 0 5px #7ac5fe;
    color: #0074ff;
    background-color: transparent;
}

.ondeckbiz_flow .yr_crd_new_full .icn_btn_card:last-child {
    margin-right: 0;
}

.ondeckbiz_flow .icn_btn_card span {
    width: fit-content;
    display: block;
    margin-right: 0;
    text-align: center;
}

.ondeckbiz_flow .pin_mob_img {
    display: none;
}

.ondeckbiz_flow .new_btns_holder_laurentian {
    justify-content: flex-start;
    padding: 10px 0 0px;
}

.ondeckbiz_flow .icn_btn_card:hover span img {
    filter: brightness(0) invert(1);
}


/**Request Limit Modal**/

.ondeckbiz_flow #requestNewLimitmodal .mp_success a {
    color: #1d1d1d !important;
    display: block;
}

.ondeckbiz_flow #requestNewLimitmodal .mp_success a:hover {
    color: #ec1c24 !important;
}

.ondeckbiz_flow .newSuccess .all_detail_container h4 {
    font-size: 22px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
    margin-bottom: 15px;
    text-align: center;
}


/**Request Limit Modal**/


/**Your Card End**/


/**Additional Member Card**/

.ondeckbiz_flow .yr_crd_new_full .relative_card_info:before {
    content: none;
}

.ondeckbiz_flow .yr_crd_new_full .relative_card_details {
    padding-top: 35px;
}

.ondeckbiz_flow .yr_crd_new_full .relative_card_details h5 {
    margin-bottom: 0;
    letter-spacing: 0;
    font-family: 'galano_grotesqueregular';
    font-size: 24px;
    color: #1d1d1d;
}

.ondeckbiz_flow .yr_crd_new_full .relative_card_image {
    background-color: #0074ff;
    border: 2px solid #0074ff;
    box-shadow: none;
}

.ondeckbiz_flow .yr_crd_new_full .relative_card_image span {
    font-family: 'galano_grotesquesemibold';
    transform: none;
    color: #fff;
}

.ondeckbiz_flow .back_my_card {
    color: #1d1d1d;
    font-size: 20px;
    font-family: 'galano_grotesquesemibold';
    background-image: url(../images/crd_pg_back.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    padding-left: 35px;
    margin-bottom: 30px;
    display: inline-block;
}

.ondeckbiz_flow .back_my_card:hover {
    color: #0074ff;
}

.ondeckbiz_flow .accout_area .brim_center_flex {
    margin-top: 0px;
}

.ondeckbiz_flow .accout_area .brim_center_flex .brim_card_option {
    width: auto;
}

.ondeckbiz_flow .yr_crd_new_full .icn_btn_card {
    height: auto;
    line-height: unset;
    border: 2px solid #0074ff;
    width: 264px;
    border-radius: 4px;
    font-size: 16px;
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 0 10px;
    background: transparent;
    padding: 10px 0 !important;
    border-radius: 15px;
}

.ondeckbiz_flow .yr_crd_new_full .relative_card_info {
    padding-top: 0;
}

.ondeckbiz_flow .accout_area .relative_card_info h2 {
    margin-bottom: 20px;
}

.ondeckbiz_flow .card_rltv_info_outer .contact_area_main {
    padding-top: 0;
}

.ondeckbiz_flow .card_rltv_info_outer .relative_card_info {
    padding-bottom: 30px;
}

.ondeckbiz_flow .spnd_lmt .icn_btn_card:first-child {
    padding-top: 18px;
}

.ondeckbiz_flow .spnd_lmt .icn_btn_card span {
    width: auto;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
}


/**spending limit**/

.ondeckbiz_flow .laurentian_card_lmt {
    max-width: 675px;
}

.ondeckbiz_flow .laurentian_card_lmt h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #0074ff;
}

.ondeckbiz_flow .laurentian_card_lmt h4 {
    font-family: 'galano_grotesquesemibold';
    font-size: 26px;
    color: #1d1d1d;
    margin-bottom: 20px;
}

.ondeckbiz_flow .laurentian_card_lmt p {
    font-family: 'galano_grotesqueregular';
    font-size: 16px;
    color: #1d1d1d;
    line-height: 22px;
    margin-bottom: 30px;
}

.ondeckbiz_flow .laurentian_card_lmt .price_Range {
    margin-top: 120px;
}

.ondeckbiz_flow .laurentian_card_lmt .slider-horizontal .rng_new_range {
    color: #0074ff;
    width: 200px;
    border: 1px solid #959595;
    border-radius: 4px;
    height: 60px;
    font-family: 'galano_grotesquesemibold';
    letter-spacing: 0;
    font-size: 40px;
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
}

.ondeckbiz_flow .laurentian_card_lmt .value_left_top,
.ondeckbiz_flow .laurentian_card_lmt .value_right_top {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 16px;
}

.ondeckbiz_flow .laurentian_card_lmt .rangeslider--horizontal .rangeslider__fill {
    background-color: #0074ff;
    border-radius: 10px;
}

.ondeckbiz_flow .laurentian_card_lmt .rangeslider__handle {
    height: 40px;
    width: 40px;
    background: #0074ff;
    box-shadow: none;
    border: 3px solid #fff;
}

.ondeckbiz_flow .laurentian_card_lmt .all_detail_container .btn-default {
    width: 175px;
    margin-bottom: 0px;
    padding: 0 15px !important;
    background-color: #0074ff;
    height: 50px;
    line-height: 46px;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    text-align: center;
    border: 0;
    border-radius: 4px;
    transition: 0.3s ease;
    overflow: hidden;
    outline: none;
    border: 2px solid transparent;
}

.ondeckbiz_flow .laurentian_card_lmt .all_detail_container .btn-default:hover {
    color: #fff;
    background-color: #0074ff;
}

.ondeckbiz_flow .laurentian_card_lmt .all_detail_container .btn-default:focus {
    background-color: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px #7ac5fe;
}

.ondeckbiz_flow .laurentian_card_lmt .all_detail_container .btn-default:active {
    background-color: #d8ecfd;
    color: #1d1d1d;
    box-shadow: none;
    border-color: #222;
}

.ondeckbiz_flow .laurentian_card_lmt .price_Range .slider.slider-horizontal:after,
.ondeckbiz_flow .laurentian_card_lmt .price_Range .slider.slider-horizontal:before {
    content: none;
}

.ondeckbiz_flow .accout_area .change_card_step1 p {
    margin-bottom: 0;
}

.ondeckbiz_flow .laurentian_card_lmt .change_card_step1 .savebutton_alertpop .btn-default {
    width: 175px;
    margin-bottom: 0px;
    padding: 0 15px !important;
    background-color: #0074ff;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    text-align: center;
    border: 0;
    border-radius: 4px;
    transition: 0.3s ease;
    overflow: hidden;
    outline: none;
    color: #fff;
}

.ondeckbiz_flow .laurentian_card_lmt .change_card_step1 .savebutton_alertpop .btn-default:hover {
    background-color: #0074ff;
    color: #fff;
}

.ondeckbiz_flow .laurentian_card_lmt .change_card_step1 .savebutton_alertpop .btn-default:focus {
    background-color: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px #7ac5fe !important
}

.ondeckbiz_flow .laurentian_card_lmt .change_card_step1 .savebutton_alertpop .btn-default:active {
    background-color: #d8ecfd;
    color: #000;
    box-shadow: none;
    border: #222 solid 2px;
}

.ondeckbiz_flow .laurentian_card_lmt .change_card_step1 .savebutton_alertpop {
    padding-top: 20px;
}


/**spending limit**/


/**Additional Member Card End**/


/**Change Pin**/

.ondeckbiz_flow .change_pin h2 {
    font-size: 36px;
    margin-bottom: 60px;
    color: #000;
}

.ondeckbiz_flow .change_pin_step_1 h4,
.ondeckbiz_flow .change_pin_step_2 h4,
.ondeckbiz_flow .change_pin_step_3 h4,
.ondeckbiz_flow .change_pin_success h4 {
    font-size: 26px;
    margin-bottom: 15px;
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
}

.ondeckbiz_flow .change_pin {
    max-width: 560px;
}

.ondeckbiz_flow .pinchange_part {
    padding-top: 30px;
}

.ondeckbiz_flow .fld_col_12 {
    padding: 0;
}

.ondeckbiz_flow .change_pin .fld_outr_new {
    margin: 0 0 25px;
}

.ondeckbiz_flow .change_pin .fld_outr_new label {
    text-transform: uppercase;
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 14px;
    margin-bottom: 7px;
    display: flex;
    position: relative;
    align-items: center;
}

.ondeckbiz_flow .change_pin .add_fld,
.ondeckbiz_flow .change_pin .fld_outr_new .bootstrap-select>.btn {
    width: 100%;
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 16px;
    height: 60px;
    border: 1px solid #767676;
    border-radius: 15px;
    padding: 0 20px;
    overflow: hidden;
    background-color: #fff;
    transition: 0.3s ease;
}

.ondeckbiz_flow .change_pin .add_fld:focus,
.ondeckbiz_flow .change_pin .fld_outr_new .bootstrap-select>.btn:focus {
    border: 1px solid #0074ff !important;
    color: #1d1d1d;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3) !important;
}


/* .ondeckbiz_flow .change_pin .sm_tip {
  height: 17px;
  width: 17px;
  margin-left: 3px;
  font-size: 17px;
  color: #0074ff;
  vertical-align: -1px;
} */

.ondeckbiz_flow .change_pin .new_top_tooltip {
    vertical-align: 0;
}

.ondeckbiz_flow .change_pin .hint_btn_d a {
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    padding: 0;
    text-decoration: underline;
    letter-spacing: 0;
    text-transform: capitalize;
}

.ondeckbiz_flow .change_pin .hint_btn_d a:hover {
    color: #0074ff;
}

.ondeckbiz_flow .hint_question_new {
    background-color: #ebf6ff;
    border-radius: 4px;
    margin-top: 20px;
    width: 100%;
    padding: 20px 30px;
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 14px;
    border-left: 8px solid #0074ff;
}

.ondeckbiz_flow .hint_question_new span {
    padding-right: 2px;
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 14px;
    text-transform: none;
}

.ondeckbiz_flow .hint_question_new .hint_question {
    color: #1d1d1d;
    font-size: 14px;
    margin-top: 0;
}

.ondeckbiz_flow .change_pin .next_but_compare .global_btn {
    height: 50px;
    line-height: 46px;
    width: 175px;
    padding: 0 15px;
    text-align: center;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    color: #fff;
    background-color: #0074ff !important;
    border-radius: 15px;
    transition: 0.3s ease;
    overflow: hidden;
    outline: none;
    border: 2px solid transparent;
}

.ondeckbiz_flow .change_pin .next_but_compare .global_btn:hover {
    background-color: #000082 !important;
    color: #fff;
}

.ondeckbiz_flow .change_pin .next_but_compare .global_btn:focus {
    background-color: #0074ff !important;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
}

.ondeckbiz_flow .change_pin .next_but_compare .global_btn:active {
    background-color: #0074ff !important;
    color: #fff;
    border-color: #0074ff;
}

.ondeckbiz_flow .change_pin .pg_invalid_card {
    display: block;
    padding-top: 8px;
}

.ondeckbiz_flow .change_pin .next_but_compare .global_btn.next_btn {
    background-image: none !important;
}

.ondeckbiz_flow .change_pin .next_but_compare .global_btn.back_btn {
    border: 2px solid #0074ff;
    background-color: #fff !important;
    background-image: none !important;
    color: #0074ff;
    line-height: 46px;
}

.ondeckbiz_flow .change_pin .next_but_compare .global_btn.back_btn:hover {
    border-color: #00518f;
    background-color: #0074ff !important;
    color: #fff;
}

.ondeckbiz_flow .change_pin .next_but_compare .global_btn.back_btn:focus {
    border-color: #0074ff;
    background-color: #fff !important;
    color: #0074ff;
    box-shadow: 0 0 0 5px #7ac5fe;
}

.ondeckbiz_flow .change_pin .next_but_compare .global_btn.back_btn:active {
    box-shadow: none;
    border-color: #222;
    background-color: #d8ecfd !important;
    color: #1d1d1d;
}

.ondeckbiz_flow .change_pin_step_2 .go_grn {
    padding-top: 30px;
}

.ondeckbiz_flow .change_pin .chngpin .fld_outr_new {
    margin-right: -10px;
    margin-left: -10px;
}

.ondeckbiz_flow .change_pin .note_design {
    margin: 30px 0px 30px;
    background-color: #ebf6ff;
    border-radius: 4px;
    width: 100%;
    padding: 20px 30px;
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 14px;
    border-left: 8px solid #0074ff;
}

.ondeckbiz_flow .change_pin_button .brim_btn {
    padding: 0 15px;
    height: 50px;
    line-height: 48px;
    border-radius: 4px;
    overflow: hidden;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    font-size: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
}

.ondeckbiz_flow .change_pin_button .brim_btn:hover {
    border: 1px solid #00518f;
    background-color: #0074ff;
    box-shadow: 0 0px 5px rgb(69 69 69 / 30%);
    color: #fff;
}

.ondeckbiz_flow .change_pin_button .brim_btn.active {
    border: 1px solid #222;
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-image: url(../images/lbc/tick_new.png);
    background-size: 24px;
    box-shadow: none;
    transition: none;
    line-height: 44px;
    background-color: #d8ecfd;
    color: #1d1d1d;
}

.ondeckbiz_flow .change_pin_button .brim_btn:focus {
    border: 1px solid #0074ff;
    box-shadow: 0 0 0 5px #7ac5fe;
}

.ondeckbiz_flow .new_top_tooltip .white_info_tip {
    font-family: 'galano_grotesqueregular';
    line-height: 15px;
    color: #1d1d1d;
}

.ondeckbiz_flow .tg {
    color: #0074ff !important;
}

.ondeckbiz_flow .change_pin_success .list_success {
    background-color: transparent;
    padding: 40px 0 0;
    margin: 0;
}

.ondeckbiz_flow .change_pin_success .list_success h3 {
    text-align: left;
    font-size: 20px;
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    margin-bottom: 15px;
}

.ondeckbiz_flow .change_pin_success .list_success ul {
    padding-right: 115px;
}

.ondeckbiz_flow .change_pin_success .list_success li {
    font-size: 16px;
    color: #1d1d1d;
    position: relative;
    font-family: 'galano_grotesqueregular';
    padding-left: 35px;
}

.ondeckbiz_flow .change_pin_success .list_success li b {
    background-image: none;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 22px;
    color: #454545;
    border: 1px solid #454545;
    border-radius: 50%;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .laurentian_hint {
    background-color: #ebf6ff;
    border-radius: 4px;
    margin-top: 25px;
    margin-bottom: 30px;
    width: 100%;
    padding: 20px 30px;
    border-left: 8px solid #0074ff;
}

.ondeckbiz_flow .laurentian_hint p {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 14px;
    line-height: 20px;
}

.ondeckbiz_flow #changepiniframediv iframe {
    height: 650px;
}


/**Change Pin End**/


/**Added on 30.07.2021**/

#spend_details_modal .single_select_item {
    display: block;
}

.ondeckbiz_flow .timer_cap_txt {
    font-family: 'galano_grotesqueregular';
    font-size: 14px;
}

.ondeckbiz_flow .timer_tot_txt {
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
}


/* card comparition modal */

.ondeckbiz_flow .compare_card_modal {
    width: 95%;
    max-width: 793px;
}

.ondeckbiz_flow .compare_table.desktop_table h5 {
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    text-transform: none;
}

.ondeckbiz_flow .full_width_td {
    letter-spacing: 0px;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
}

.ondeckbiz_flow .compare_table {
    font-size: 14px;
    line-height: 16px;
    font-family: 'galano_grotesqueregular';
    letter-spacing: 0;
}

.ondeckbiz_flow .cardDisclaimerTxt {
    font-size: 12px;
    letter-spacing: 0;
}

.ondeckbiz_flow .cardDisclaimerTxt a {
    color: #0074ff;
}

.ondeckbiz_flow .compare_container {
    margin-top: 155px;
    padding-top: 0;
}

.ondeckbiz_flow .compare_table thead {
    top: 92px;
    margin: 0 15px;
    width: calc(100% - 30px);
}


/* card comparition modal */


/* change card type */

.ondeckbiz_flow .laurentian_chng_crd h2 {
    font-size: 36px;
    color: #0074ff;
}

.ondeckbiz_flow .laurentian_chng_crd .laurentian_select_crd_step_2 h2 {
    margin-bottom: 40px;
}

.ondeckbiz_flow .laurentian_chng_crd {
    max-width: 560px;
}

.ondeckbiz_flow .card_part {
    margin-top: 50px;
    margin-bottom: 20px;
    display: flex;
    margin-left: -1.5%;
    margin-right: -1.5%;
    flex-wrap: wrap;
}

.ondeckbiz_flow .inner_laurentian_card {
    padding: 30px 14px 16px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(69, 69, 69, 0.3);
    margin: 0 1.5%;
    position: relative;
    width: 47%;
    cursor: pointer;
    border: 3px solid transparent;
    margin-bottom: 30px;
}

.ondeckbiz_flow .inner_laurentian_card:hover {
    border: 3px solid #706f73;
    background-color: #d8ecfd;
}

.ondeckbiz_flow .inner_laurentian_card h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    line-height: 26px;
}

.ondeckbiz_flow .ph_show {
    display: none;
}

.ondeckbiz_flow .current_ribbon {
    width: 83px;
    position: absolute;
    top: -10px;
    left: -10px;
}

.ondeckbiz_flow .laurentiancrd_hold {
    width: 207px;
    margin: 0 auto 20px;
}

.ondeckbiz_flow .laurentian_card_info_brim h5,
.ondeckbiz_flow .laurentian_card_info_brim h6 {
    font-size: 16px;
    color: #1d1d1d;
    text-align: center;
    margin-bottom: 5px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .laurentian_card_info_brim h6 {
    margin-bottom: 0;
}

.ondeckbiz_flow .laurentian_info_dtls {
    border-top: 1px solid #d9d9d9;
    padding-top: 15px;
}

.ondeckbiz_flow .laurentian_info_dtls ul li+li {
    margin-top: 12px;
}

.ondeckbiz_flow .laurentian_info_dtls ul li {
    font-size: 14px;
    color: #1d1d1d;
    line-height: 20px;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .inner_laurentian_card.active {
    border: 3px solid #1d1d1d;
    background-color: #d8ecfd;
}


/* .ondeckbiz_flow .inner_laurentian_card.active:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../images/carp/icon_checked.png);
  background-repeat: no-repeat;
  background-position: center center;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
} */

.ondeckbiz_flow .laurentian_chng_crd .proceed_btn {
    margin-bottom: 30px;
    text-align: center;
}

.ondeckbiz_flow .laurentian_chng_crd .proceed_btn a {
    background: transparent;
    padding: 12px 20px;
    color: #0074ff;
    border-radius: 4px;
    border: 2px solid #0074ff;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
}

.ondeckbiz_flow .laurentian_chng_crd .proceed_btn a:hover {
    background-color: #0074ff;
    color: #fff;
    border: 2px solid #00518f;
}

.ondeckbiz_flow .laurentian_chng_crd .proceed_btn a:focus {
    background-color: #fff;
    color: #0074ff;
    box-shadow: 0 0 0 5px #7ac5fe;
    border: 2px solid #0074ff;
}

.ondeckbiz_flow .laurentian_chng_crd .proceed_btn a:active {
    background-color: #d8ecfd;
    color: #1d1d1d;
    box-shadow: none;
    border: 2px solid #222;
}

.ondeckbiz_flow .laurentian_chng_crd .global_btn.next_btn,
.ondeckbiz_flow .laurentian_chng_crd .global_btn.laurentianstep3next {
    background-image: none !important;
    background-color: #0074ff !important;
    padding-right: 45px;
    padding: 0;
    height: 50px;
    border-radius: 4px;
    width: 175px;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    border: 2px solid transparent;
    line-height: 46px;
}

.ondeckbiz_flow .laurentian_chng_crd .global_btn.next_btn:hover,
.ondeckbiz_flow .laurentian_chng_crd .global_btn.laurentianstep3next:hover {
    background-color: #0074ff !important;
    color: #fff;
}

.ondeckbiz_flow .laurentian_chng_crd .global_btn.next_btn:focus,
.ondeckbiz_flow .laurentian_chng_crd .global_btn.laurentianstep3next:focus {
    background-color: #0074ff !important;
    color: #fff;
    box-shadow: 0 0 0 5px #7ac5fe;
    outline: 0;
}

.ondeckbiz_flow .laurentian_chng_crd .global_btn.next_btn:active,
.ondeckbiz_flow .laurentian_chng_crd .global_btn.laurentianstep3next:active {
    background-color: #d8ecfd !important;
    color: #1d1d1d;
    box-shadow: none;
    border-color: #222;
}

.ondeckbiz_flow .laurentian_chng_crd .next_but_compare {
    text-align: center;
}

.ondeckbiz_flow .laurentian_select_crd_step_2 .fld_outr_new label {
    color: #1d1d1d;
    font-size: 14px;
    font-family: 'galano_grotesquesemibold';
    text-transform: uppercase;
}

.ondeckbiz_flow .add_fld:focus,
.ondeckbiz_flow .fld_outr_new .bootstrap-select>.btn:focus {
    border: 1px solid #045ba7 !important;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3) !important;
    background: #fff;
}

.ondeckbiz_flow .laurentian_select_crd_step_2 .add_fld,
.ondeckbiz_flow .laurentian_select_crd_step_2 .fld_outr_new .bootstrap-select>.btn {
    border: 1px solid #959595;
    padding: 10px 15px;
    height: 60px;
    border-radius: 4px;
    font-size: 16px;
    color: #1d1d1d;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .laurentian_select_crd_step_2 .bootstrap-select.btn-group div.dropdown-menu {
    height: 240px;
}

.ondeckbiz_flow .laurentian_select_crd_step_2 .fld_outr_new {
    margin: 0 0 30px;
}

.ondeckbiz_flow .laurentian_select_crd_step_2 .fld_outr_new .btn .caret {
    background: none;
    border: solid #2d2924;
    border-width: 0 2px 2px 0;
    margin-left: 5px;
    vertical-align: 2px;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    height: auto;
    width: auto;
    top: 40%;
    right: 15px;
}

.ondeckbiz_flow .laurentian_chng_crd .global_btn.back_btn {
    color: #0074ff;
    background-image: none !important;
    background-color: transparent !important;
    border: 2px solid #0074ff;
    border-radius: 4px;
    padding: 0;
    height: 50px;
    width: 175px;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .laurentian_chng_crd .global_btn.back_btn:hover {
    background-color: #0074ff !important;
    color: #fff;
    border: 2px solid #0074ff;
}

.ondeckbiz_flow .laurentian_chng_crd .global_btn.back_btn:focus {
    background-color: #fff !important;
    color: #0074ff;
    box-shadow: 0 0 0 5px #7ac5fe;
    border: 2px solid #0074ff;
    outline: 0;
}

.ondeckbiz_flow .laurentian_chng_crd .global_btn.back_btn:active {
    background-color: #d8ecfd !important;
    color: #1d1d1d;
    box-shadow: none;
    border: 2px solid #222;
}

.ondeckbiz_flow .laurentian_select_crd_step_2 h4 {
    font-size: 24px;
    margin-bottom: 30px;
    font-family: 'galano_grotesquesemibold';
    color: #2d2924;
}

.ondeckbiz_flow .laurentian_select_crd_step_2 .contact_row {
    margin: 0px 0 100px;
}

.ondeckbiz_flow .laurentian_select_crd_step_2 {
    padding-top: 0px;
    padding-bottom: 200px;
}

.ondeckbiz_flow .laurentian_select_crd_step_3 {
    padding-top: 0px;
}

.ondeckbiz_flow .laurentian_chng_crd .laurentian_select_crd_step_3 h2 {
    margin-bottom: 24px;
}

.ondeckbiz_flow .laurentian_select_crd_step_3 h4 {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: 'galano_grotesquesemibold';
    color: #2d2924;
}

.ondeckbiz_flow .confirm_reqst_main {
    margin-top: 50px;
}

.ondeckbiz_flow .laurentian_select_crd_step_3 .confirm_card_outer {
    background-color: transparent;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.ondeckbiz_flow .laurentian_select_crd_step_3 .confirm_card_img {
    width: 270px;
}

.ondeckbiz_flow .laurentian_select_crd_step_3 .confirm_card_txt h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    letter-spacing: 0;
    text-transform: inherit;
}

.ondeckbiz_flow .accout_area .confirm_card_txt p {
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .confirm_card_txt p span {
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .accout_area .confirm_card_txt p+p {
    margin-top: 10px;
}

.ondeckbiz_flow .laurentian_select_crd_step_3 .confirm_card_txt {
    padding-left: 20px;
    padding-top: 42px;
}

.ondeckbiz_flow .laurentian_select_crd_step_3 .dont_show_box .agree_check {
    color: #1d1d1d;
    font-size: 16px;
    padding-top: 0;
    vertical-align: top;
    font-family: 'galano_grotesqueregular';
    line-height: 22px;
}

.ondeckbiz_flow .laurentian_select_crd_step_3 .dont_show_box .checkmark {
    top: 5px;
    border-radius: 4px;
}

.ondeckbiz_flow .laurentian_select_crd_step_3 .card_type_checkbox_holder .agree_check a {
    color: #0074ff;
    text-decoration: underline;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .laurentian_select_crd_step_3 .card_type_checkbox_holder .agree_check a:hover {
    color: #0074ff;
}

.ondeckbiz_flow .laurentian_select_crd_step_3 .card_type_checkbox_holder .agree_check a:focus {
    border: 2px solid #0074ff;
    padding: 0 2px;
    box-shadow: 0 0px 0px 5px rgb(0 64 112 / 30%);
    color: #0074ff;
    border-radius: 4px;
}

.ondeckbiz_flow .laurentian_select_crd_step_3 .card_type_checkbox_holder .agree_check a:active {
    color: #0074ff;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.ondeckbiz_flow .laurentian_select_crd_step_3 .card_type_checkbox_holder {
    margin-bottom: 80px;
}

.ondeckbiz_flow .dropdown-menu.inner {
    max-height: 222px !important;
    overflow-y: auto !important;
}

.ondeckbiz_flow .dropdown-menu>li>a {
    padding: 10px;
    color: #1d1d1d !important;
    font-family: 'galano_grotesqueregular';
    font-size: 16px !important;
}

.ondeckbiz_flow .bootstrap-select.btn-group .dropdown-menu li.selected a {
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .bootstrap-select.btn-group .dropdown-menu li+li {
    border-top: 1px solid #eee;
}

.ondeckbiz_flow .bootstrap-select.btn-group .dropdown-menu li.selected {
    border-bottom: 1px solid #0074ff;
}

.ondeckbiz_flow .dropdown-menu>li>a:focus,
.ondeckbiz_flow .dropdown-menu>li>a:hover {
    background-color: transparent;
    color: #045ba7;
}

.ondeckbiz_flow .dont_show_box .agree_check input[type="checkbox"]:checked~.checkmark {
    background-color: #0074ff;
    border: 1px solid #0074ff;
}

.ondeckbiz_flow .copymessage {
    font-family: 'galano_grotesquesemibold';
    position: absolute;
    left: 0;
    bottom: -20px;
}

.ondeckbiz_flow .share_link_col {
    position: relative;
}


/* lost card  part*/

.ondeckbiz_flow .icn_btn_card span img {
    width: 27px;
}

.ondeckbiz_flow .icn_btn_card:first-child {
    /* padding-top: 8px; */
}

.ondeckbiz_flow .icn_btn_card:nth-child(3) {
    padding-top: 8px;
}

.ondeckbiz_flow .icn_btn_card:nth-child(4) {
    padding-top: 7px;
}

.ondeckbiz_flow #Report_Card_Lost_Stolen .all_detail_container {
    padding: 40px !important;
}

.ondeckbiz_flow .inner_stp1_report {
    text-align: center;
}

.ondeckbiz_flow #Report_Card_Lost_Stolen .card_select_new .report_step.step1_rprt h3 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #0074ff;
}

.ondeckbiz_flow #Report_Card_Lost_Stolen .card_select_new .report_step.step1_rprt ul li {
    font-family: 'galano_grotesqueregular';
    font-size: 16px;
    line-height: 22px;
    color: #1d1d1d;
}

.ondeckbiz_flow #Report_Card_Lost_Stolen .card_select_new .report_step.step1_rprt ul li+li {
    margin-top: 5px;
}

.ondeckbiz_flow #issue_replacement_card .card_select_new h3 {
    text-align: center;
    font-size: 24px;
    color: #0074ff;
}

.ondeckbiz_flow #issue_replacement_card .card_confirm_new>p {
    text-align: center;
    font-size: 16px;
    padding: 0 10px;
}

.ondeckbiz_flow #issue_replacement_card .all_detail_container {
    max-height: inherit;
    overflow: auto;
}

.ondeckbiz_flow #issue_replacement_cardSuccessmodal .all_detail_container {
    max-height: inherit;
    overflow: auto;
}

.ondeckbiz_flow .report_step.step2_rprt .btn_outr {
    padding-top: 0;
}

.ondeckbiz_flow .step2_rprt {
    padding: 0;
}

.ondeckbiz_flow .report_step.step2_rprt .inner_stp1_report p {
    font-size: 16px;
    color: #1d1d1d;
}

.ondeckbiz_flow .report_step.step2_rprt .inner_stp1_report p a {
    color: #0074ff;
    text-decoration: underline;
}

.ondeckbiz_flow .report_step.step2_rprt .inner_stp1_report p a:hover {
    color: #0074ff;
    text-decoration: none;
}

.ondeckbiz_flow .card_select_new .report_step.step2_rprt h3 {
    font-size: 24px;
    color: #0074ff;
}

.ondeckbiz_flow .spnd_lmt .icn_btn_card:first-child {
    width: 33%;
}

.ondeckbiz_flow .profile_details_holder p {
    margin-bottom: 0;
}

.ondeckbiz_flow #addmembermodal .fld_col_12 {
    padding: 0 5px;
}

.ondeckbiz_flow .dashboard_row.dashboard_row_single .brim_right_flex {
    margin-top: -28px;
}

.ondeckbiz_flow.authuser_body .icn_btn_card:first-child {
    margin-right: 8px;
}

.ondeckbiz_flow.authuser_body .new_btns_holder {
    justify-content: flex-start;
}


/* no transaction btn part */

.ondeckbiz_flow .noTransaction .basic_btn {
    background-color: #0074ff;
    font-size: 16px;
    padding: 14px 20px;
    letter-spacing: 0;
    border-radius: 4px;
    font-family: 'galano_grotesquesemibold';
    color: #fff;
    border: 2px solid #0074ff;
}

.ondeckbiz_flow .noTransaction .basic_btn:hover {
    background-color: #0074ff;
    opacity: 1;
    color: #fff;
    border: 2px solid #0074ff;
}

.ondeckbiz_flow .noTransaction .basic_btn:focus {
    background-color: #0074ff;
    outline: 0;
    border: 2px solid #0074ff;
    box-shadow: 0 0 0 5px #7ac5fe;
    color: #fff;
}

.ondeckbiz_flow .noTransaction .basic_btn:active {
    background-color: #d8ecfd;
    border: 2px solid #222;
    color: #222;
    box-shadow: none;
}

.ondeckbiz_flow #changespendinglimitmodalnewSuccessmodal .all_detail_container {
    max-height: inherit;
    overflow: visible;
}

.ondeck_login .resetpassword_box .login_inr_wrap {
    max-width: 560px;
}

.ondeck_login .resetpassword_box .password_view_controler {
    width: 24px;
    display: block;
    position: absolute;
    right: 15px;
    top: 23px;
}

.ondeck_login .new_numeric_text {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 0;
    border-radius: 4px;
    margin-left: 0;
    padding: 20px 30px 5px;
    margin-bottom: 30px;
    background-color: #ebf6ff;
    border-left: 8px solid #0074ff;
    font-family: 'galano_grotesqueregular';
    font-size: 14px;
    color: #1d1d1d;
    width: 100%;
    margin-top: 0;
}

.ondeck_login .resetpassword .numeric_text .val_ico {
    font-family: 'galano_grotesqueregular';
    font-size: 14px;
    color: #1d1d1d;
    background: url(../images/lbc/muai_circle.png) center left no-repeat;
    background-position: 0px 0px;
    background-size: 20px 20px !important;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 20px;
    display: inline-block;
    width: 49%;
}

.ondeck_login .resetpassword .numeric_text .val_ico.criteria_ful {
    background: url(../images/lbc/muai_chked.png) center left no-repeat;
    background-position: 0px 0px;
    background-size: 20px 20px !important;
}

.ondeck_login .login_inr_wrap .global_btn {
    width: 190px;
    height: 50px;
    line-height: 46px;
    padding: 0;
    letter-spacing: 0;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    border-radius: 15px;
    background-color: #0074ff;
}

.ondeck_login .login_inr_wrap .global_btn:hover {
    background-color: #0074ff;
    color: #fff;
}

.ondeck_login .login_inr_wrap .global_btn:focus {
    background-color: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3) !important;
    outline: 0;
}

.ondeck_login .login_inr_wrap .global_btn:active {
    background-color: #0074ff;
    color: #fff;
    outline: 0;
    border-color: #0074ff;
}

.ondeck_login .success_msg_wrap p {
    letter-spacing: 0;
}

.ondeckbiz_flow .compare_table span {
    display: inline-block;
    font-size: 15px;
}

.ondeckbiz_flow .dropdown-menu .sub_account li em {
    width: 16px;
    vertical-align: 2px;
}

.ondeckbiz_flow .management_bar ul li em {
    width: 16px;
}

.ondeck_login footer {
    background: #f3f6fa;
    padding: 70px 0;
}

.ondeck_login .deposit_pro_details {
    width: 65%;
    padding-left: 20px;
}

.ondeck_login .deposit_pro_details p {
    font-size: 16px;
    color: #fff;
    font-family: 'galano_grotesqueregular';
}

.ondeck_login .deposit_protection {
    width: 105px;
}

.ondeck_login .lorantian_fst_ftr {
    display: flex;
}

.rights_text {
    padding-left: 25px;
    width: 80%;
}

.rights_text p {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
}

.rights_image {
    width: 50px;
}

.rights_full {
    display: flex;
}

.social_lbc {
    margin-top: 35px;
    display: flex;
}

.social_lbc li {
    margin: 0;
}

.social_lbc li a {
    font-size: 40px !important;
}

.social_lbc li a:hover {
    color: #fdb812;
}

.social_lbc li+li {
    margin-left: 35px;
}

.lbc_ftr_pdng35 {
    padding-left: 35px;
}

.mb_add {
    display: none;
}

.ondeckbiz_flow .new_progress.progress-circle.progress_lg:after {
    width: 72px;
    height: 72px;
}

.close_txt_btn {
    color: #0074ff !important;
    font-family: 'galano_grotesquesemibold';
}

.close_txt_btn:hover {
    color: #0074ff !important;
    opacity: 1 !important;
}

.ondeckbiz_flow .laurentian_installment_modals .pastdescriptionTranCurInstal,
.ondeckbiz_flow .laurentian_installment_modals .descriptionTranCurInstal {
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .nwview_crd_dtls a span {
    width: 32px;
    margin-top: -5px;
}

.ondeckbiz_flow .budget_img_txt {
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .no_data_text p span {
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .eshoppending {
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .return-to-top {
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .brim_close_btn {
    font-size: 14px;
    line-height: 24px;
}

.ondeckbiz_flow .brim_msg_success {
    margin-top: 14px;
}

.ondeckbiz_flow .change_card_step1 .checkmark {
    height: 24px;
    width: 24px;
    border-radius: 4px;
    border: 2px solid #959595;
    top: 5px;
}

.ondeckbiz_flow .change_card_step1 .agree_check {
    margin-left: 0;
    padding-left: 35px;
    margin-bottom: 0;
    color: #1d1d1d;
    font-size: 16px;
    line-height: 22px;
    margin: 0px px;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .change_card_step1 .agree_check input[type="checkbox"]:checked~.checkmark {
    background-color: #0074ff;
    border: 2px solid #0074ff;
}

.ondeckbiz_flow .change_card_step1 .agree_check .checkmark:after {
    left: 7px;
    top: 2px;
    height: 12px;
}

.ondeckbiz_flow .change_card_step1 .agree_check:hover,
.ondeckbiz_flow .change_card_step1 .agree_check input[type="checkbox"]:checked~.agree_check_txt {
    color: #1d1d1d;
}

.ondeckbiz_flow .laurentian_card_lmt .global_btn.back_btn {
    color: #0074ff;
    background-image: none !important;
    background-color: transparent !important;
    border: 2px solid #0074ff;
    border-radius: 4px;
    padding: 0;
    height: 50px;
    width: 175px;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .laurentian_card_lmt .global_btn.back_btn:hover {
    background-color: #0074ff !important;
    color: #fff;
    border: 2px solid #00518f;
}

.ondeckbiz_flow .laurentian_card_lmt .global_btn.back_btn:focus {
    background-color: #fff !important;
    color: #0074ff;
    box-shadow: 0 0 0 5px #7ac5fe;
    border: 2px solid #0074ff;
    outline: 0;
}

.ondeckbiz_flow .laurentian_card_lmt .global_btn.back_btn:active {
    background-color: #d8ecfd !important;
    color: #1d1d1d;
    box-shadow: none;
    border: 2px solid #222;
}


/*2020.02.12*/

.My_Budget_preview_section .blank_container {
    padding: 65px 0 30px;
}

.ondeckbiz_flow .My_Budget_preview_section .noTransaction .basic_btn {
    margin-top: 54px;
}


/* 16.02.2022 */

.rewards_content .content_area.My_Budget_redeem_aria {
    padding-top: 0px;
}


/* 16.02.2022 */


/* 17.02.2022 */

.My_Budget_redeem_aria_top {
    padding-top: 45px;
    padding-bottom: 45px;
}

.ondeckbiz_flow .budget_transaction_body .budget_transaction_row.open {
    border-radius: 25px;
}


/* 17.02.2022 */


/* 21.02.2022 */

.ondeckbiz_flow .budget_transaction_body:hover .budget_transaction_row {
    border-color: #706f73;
    background-color: #d8ecfd;
}

.ondeckbiz_flow .budget_transaction_body:focus .budget_transaction_row {
    box-shadow: 0 0 0 5px #7ac5fe;
}


/* 21.02.2022 */


/* 10.03.22 */

.ondeckbiz_flow .dropdown-menu .sub_account li a:hover b span {
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}

.ondeckbiz_flow .download_btn .caret {
    /* background: url(../images/ondeck/blue_caret.svg) no-repeat !important;
} */
}

.ondeckbiz_flow .tranlist_row:hover {
    box-shadow: inset 0px 0px 0px 1px #0074ff;
}

.ondeckbiz_flow .tranlist_header:hover {
    box-shadow: none;
    background: transparent;
}


/* end 10.03.22 */


/* start 11.03.22 */

.ondeckbiz_flow .lkdimgdiv .card_option_img:hover {
    background-color: rgba(69, 69, 69, 0.9) !important;
}

.ondeckbiz_flow #redeem_modal .redeem_points_box_sec {
    padding-bottom: 20px;
}


/* #preloader {
      display: none !important;
    } */

.ondeckbiz_flow .brim_card_slider {
    overflow: hidden;
    height: 170px;
}

.ondeckbiz_flow .brim_card_slider_user_outer {
    overflow: hidden;
    height: 39px;
}


/* end 11.03.22 */


/* start 12.03.22 */

.ondeckbiz_flow #creditLimitNotifications .slider-horizontal .rng_value {
    position: relative;
}

.ondeckbiz_flow #creditLimitNotifications .slider-horizontal .rng_value {
    position: relative;
    top: 0px;
    margin: 50px 0px 45px 0px;
}

.ondeckbiz_flow #creditLimitNotifications .price_Range {
    padding: 0px;
    margin: 0px;
}

.ondeckbiz_flow .new_btns_holder .icn_btn_card:focus span img {
    filter: brightness(1) invert(0);
}


/* end 12.03.22 */


/* start 14.03.22 */

.ondeckbiz_flow .laurentian_card_lmt .price_Range {
    margin-top: 50px;
    height: 60px;
    /*margin-bottom: 50px;*/
    margin-bottom: 60px;
    position: relative;
}

.ondeckbiz_flow .slider-horizontal .rng_value#rng_value_input {
    top: 0px;
    position: relative;
}

.ondeckbiz_flow #traveleditModalSection .modal-header .modal-title {
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .tranlist_header.transaction_dtls_header_menu {
    padding-bottom: 12px;
}

.ondeckbiz_flow .tranlist_header.transaction_dtls_header_menu .tranlist_cell {
    font-size: 14px;
    text-transform: uppercase;
}

.ondeckbiz_flow .tranlist_header.transaction_dtls_header_menu .tranlist_cell_txt {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'galano_grotesquesemibold';
}


/* end 14.03.22 */


/* start 16.03.22 */

.ondeck_login .footer_menu li a:hover {
    text-decoration: underline;
}

.ondeckbiz_flow .muted_txt_new {
    font-size: 12px;
}

.ondeckbiz_flow .brim_make_pay .other_value_cell .other_value_cell_each.primaryCardData:last-child {
    margin-top: 20px;
}


/* .ondeckbiz_flow .brim_make_pay .other_value_cell .other_value_cell_each.primaryCardData:first-child {
      margin-top: -16px;
    } */

.ondeck_login.addbody .overlay {
    background: #1d1d1d;
    opacity: 64%;
}

.ondeck_login .logo-mobile,
.ondeckbiz_flow .logo-mobile {
    display: none;
}

.ondeckbiz_flow .nwcrd_cpy a svg {
    fill: #454545;
}


/* end 16.03.22 */


/* start 17.03.22 */

.ondeckbiz_flow .pagination li.last a,
.ondeckbiz_flow .pagination li.first a {
    color: #0074ff;
}

.ondeckbiz_flow .pagination li.last a:hover,
.ondeckbiz_flow .pagination li.first a:hover {
    color: #fff;
}

.ondeckbiz_flow .pagination li.last.active a:hover,
.ondeckbiz_flow .pagination li.first.active a {
    color: #fff;
}

.ondeckbiz_flow .lkdimgdiv .card_option_img {
    height: 40px;
    width: 40px;
}

.ondeckbiz_flow #traveleditModalSection .submit_btn:disabled {
    background: #E2E2E2 !important;
    color: #767676 !important;
    opacity: 1;
    border: 2px solid #E2E2E2 !important;
}

.ondeckbiz_flow .laurentian_chng_crd .global_btn.next_btn:disabled {
    background: #E2E2E2 !important;
    color: #767676 !important;
    opacity: 1;
    border: 2px solid #E2E2E2 !important;
}

.copy_right img {
    position: absolute;
    right: 0;
    top: -3px;
    width: 92px;
    display: none;
}

.copy_right {
    position: relative;
}

.ondeckbiz_flow .budgtNoTransaction:hover {
    background-color: #f7f7f7;
    box-shadow: none !important;
    color: #1d1d1d;
    border: 1px solid #f7f7f7;
}


/* end 17.03.22 */


/* start 21.03.22 */

.ondeckbiz_flow .dashboard_overlay {
    top: 62px;
}

.ondeck_login .submit_outer .global_btn:disabled {
    background: #E2E2E2 !important;
    color: #767676 !important;
    opacity: 1;
    border: 2px solid #E2E2E2 !important;
}

.ondeckbiz_flow .my_cards .brim_make_pay .other_value_cell .other_value_cell_each.primaryCardData:first-child {
    margin-top: -16px;
}


/* end 21.03.22 */


/* start 22.03.22 */

.ondeckbiz_flow .card_select_new .next_but_compare .global_btn:disabled {
    background: #E2E2E2 !important;
    color: #767676 !important;
    opacity: 1;
    border: 2px solid #E2E2E2 !important;
}

.ondeckbiz_flow .dashboard_overlay {
    top: 62px !important;
}


/* end 22.03.22 */


/* start 23.03.22 */

.ondeckbiz_flow .reward_me_card .nwmdl_crd_dtls span {
    color: #0074ff;
}

.ondeckbiz_flow .nwmdl_crd_no .nwcrdno_cell {
    margin-right: 10px;
}

.login_header .lang_btn {
    border: 1px solid #004370 !important;
    color: #004370 !important;
    font-family: 'galano_grotesqueregular' !important;
}

.lang_dropdown-menu .dropdown-item.checked:after {
    background-image: url(../images/lbc/lang_check.png);
}

.ondeckbiz_flow .dsbrd_eshop_slider .slick-arrow,
.ondeckbiz_flow .dsbrd_eshop_slider_mrktnk .slick-arrow {
    color: #0074ff;
}


/* end 23.03.22 */

.nwcrdno_cell:first-child span {
    position: relative;
    top: 3px;
}

.ondeckbiz_flow .payOptTabs.payOptTabsCashback .make_tabmenu .pointsparentDivPay:after {
    left: 50%;
    transition: left 0.3s ease;
    border-left: 2px solid #0074ff;
    border-right: 0px;
}

.ondeckbiz_flow .payOptTabs.payOptTabsCashback .make_tabmenu ul:after {
    width: 50%;
    border-left: 0px;
}


/* start 26.03.22 */

.ondeckbiz_flow .balance_area_cell .cell_amount.re_amount em {
    color: #737373;
}

.ondeckbiz_flow .brim_modal_panel.brim_msg_error {
    position: absolute;
    top: 11%;
    left: 0;
    right: 0;
}


/* end 26.03.22 */


/* start 28.03.22 */

.ondeckbiz_flow .big_radio_inner:hover {
    box-shadow: inset 0px 0px 0px 1px #706f73;
    background: #d8ecfd;
}

.ondeckbiz_flow #setup_continue:disabled {
    background: #e2e2e2 !important;
    color: #767676;
}

.ondeckbiz_flow .instalmentmessage p {
    font-size: 12px;
}


/* .ondeckbiz_flow .show_phonenumber {
        text-decoration: underline;
    } */

.ondeckbiz_flow .copy_right.copy_right_installment h6 {
    text-align: center;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    color: #fff;
}

.ondeckbiz_flow .copy_right.copy_right_installment img {
    top: auto;
    bottom: 0px;
}

.ondeckbiz_flow .copy_right.copy_right_installment hr {
    margin: 38px 0px;
    border-top: 1px solid #014b82 !important;
}

.ondeckbiz_flow .blank_container p a {
    color: #004370;
}

.ondeckbiz_flow .blank_container p a:hover {
    text-decoration: underline;
}

.ondeckbiz_flow .inner_para_terms ul li::before {
    content: "\2022";
    color: #004370;
    font-weight: bold;
    display: inline-block;
    font-size: 20px;
    position: absolute;
    left: 0px;
    top: -1px;
}

.ondeckbiz_flow .inner_para_terms ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
}

.ondeckbiz_flow .terms_row h4 {
    font-size: 16px;
    margin: 15px 0px 15px 0px;
    padding-top: 15px;
}


/* end 28.03.22 */


/* start 30.03.22 */

.ondeckbiz_flow .payOptTabs.payOptTabsCashback .tablistauth ul:after {
    width: 100%;
    border-left: 0px;
    border-right: 0px;
}

.ondeckbiz_flow .laurentian_chng_crd .global_btn.next_btn:disabled,
.ondeckbiz_flow .laurentian_chng_crd .global_btn.laurentianstep3next:disabled {
    background: #E2E2E2 !important;
    color: #767676 !important;
    opacity: 1;
    border: 2px solid #E2E2E2 !important;
}

.relative_card_image img {
    object-fit: cover;
    height: 100px;
    width: 100px;
}

.ondeckbiz_flow .readonly {
    background: #E2E2E2 !important;
    color: #767676 !important;
    opacity: 1;
    border: 2px solid #E2E2E2 !important;
}

.ondeckbiz_flow .change_pin .next_but_compare .global_btn:disabled {
    background: #E2E2E2 !important;
    color: #767676 !important;
    opacity: 1;
    border: 2px solid #E2E2E2 !important;
}

.ondeckbiz_flow .btn:disabled,
.card_select_new .next_but_compare .global_btn:disabled,
input.global_btn.btn.btn-default.next_btn.save_btn.savepin:disabled {
    background: #E2E2E2 !important;
    color: #767676 !important;
    opacity: 1 !important;
    border: 2px solid #E2E2E2 !important;
}


/* end 30.03.22 */


/* start 31.03.22 */

.ondeckbiz_flow .marktng_ftr_top li a:hover {
    color: #0074ff;
    opacity: 1;
}

.ondeckbiz_flow .green_cell_expand .do_redeemed:hover {
    background-color: #0074ff;
}

.ondeckbiz_flow .show_phonenumber {
    font-size: 16px;
    color: #454545;
}

.ondeckbiz_flow .confirmsingle_text hr {
    margin-top: 0px;
}

.ondeckbiz_flow .bedget_are .piedrp .bootstrap-select .dropdown-menu li.selected a:hover {
    background: #d8ecfd !important;
}

.ondeckbiz_flow #budget_modal .bootstrap-select .dropdown-menu li a:hover {
    background: #d8ecfd !important;
}

.ondeckbiz_flow .my_budget_edit_area .piedrp .bootstrap-select .dropdown-menu li a:hover {
    background: #d8ecfd !important;
}

.ondeckbiz_flow #rmv_dsktop_srch_txt {
    right: 7%;
}


/* end 31.03.22 */


/* start 01.04.22 */

.ondeckbiz_flow .new_top_tooltip .white_info_tip {
    margin-top: 0px;
    margin-bottom: 15px;
    top: auto;
    bottom: 100%;
}

.ondeckbiz_flow .new_top_tooltip .white_info_tip:before {
    border-width: 17px 13px 0px 13px;
    border-color: #f3f6fa transparent transparent transparent;
    top: auto;
    z-index: 1;
    bottom: -16px;
}

.ondeckbiz_flow .new_top_tooltip .white_info_tip:after {
    border-width: 17px 14px 0px 14px;
    top: auto;
    bottom: -19px;
    border-color: #0074ff transparent transparent;
}

.ondeckbiz_flow .new_top_tooltip.down_tip .white_info_tip:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 17px 13px;
    border-color: transparent transparent #0074ff transparent;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    top: -16px;
    bottom: auto;
    z-index: 1;
}

.ondeckbiz_flow .new_top_tooltip.down_tip .white_info_tip:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 19px 14px;
    border-color: transparent transparent #0074ff transparent;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    top: -19px;
    bottom: auto;
}

.ondeckbiz_flow .new_top_tooltip.down_tip .white_info_tip {
    margin-top: 15px;
    margin-bottom: 0px;
    top: 100% !important;
    bottom: auto !important;
}

.ondeckbiz_flow .types_fld .dropdown-menu li:hover {
    background: #d8ecfd;
}

.ondeckbiz_flow .price_Range.slider-horizontal #credit_limit_err {
    text-align: center;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 110px;
}


/* end 01.04.22 */


/* start 05.04.22 */

.ondeckbiz_flow .card_select_new .fld_outr_new .bootstrap-select .dropdown-menu li a:hover {
    background: #d8ecfd !important;
}

.white_rdm_btn.disabled,
.white_rdm_btn.disabled:hover {
    opacity: 1 !important;
}

.ondeckbiz_flow #make_payment_new .error span {
    color: #ff474a;
}

.ondeckbiz_flow .new_csh_bk_cnfrm .border_body:after {
    width: 94%;
    left: 52%;
}

.ondeckbiz_flow .nxt_btn_holder .nxt_btn_nw:disabled {
    background: #E2E2E2 !important;
    color: #767676 !important;
    opacity: 1 !important;
    border: 2px solid #E2E2E2 !important;
}


/* end 05.04.22 */


/* start 06.04.22 */

.ondeckbiz_flow #addmembermodal .errorText {
    position: absolute;
}

.ondeckbiz_flow .price_Range #limit_error_msg.errorText {
    font-size: 14px;
    color: #ae0a33 !important;
    font-family: 'galano_grotesqueregular';
    padding-left: 20px;
    position: absolute;
    line-height: 16px;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: -35px;
    width: 60%;
}

.ondeckbiz_flow #credit_change_save {
    background: #0074ff;
    color: #fff;
}

.ondeckbiz_flow #credit_change_save:hover {
    border-color: #0074ff;
    background-color: #0074ff;
    color: #fff;
    opacity: 1;
}

.price_Range {
    position: relative;
}

.ondeckbiz_flow #addspendinglimitmodalnew .price_Range #limit_error_msg.errorText {
    font-size: 14px;
    color: #ae0a33 !important;
    font-family: 'galano_grotesqueregular';
    padding-left: 20px;
    position: absolute;
    line-height: 16px;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: -46px !important;
    width: auto !important;
}

.ondeckbiz_flow.cashback_flow .offer_shape {
    background-image: url(../images/lbc/tile_shape@2x.png);
}

#budget_modal .tranlist_cell_txt {
    overflow: hidden !important;
}

.ondeckbiz_flow .My_Budget_redeem_aria_bottom .budget_data {
    vertical-align: middle;
    width: 195px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


/* end 06.04.22 */


/* start 07.04.22 */

.ondeckbiz_flow .tranlist_cell_txt {
    max-width: 138px;
}

.ondeckbiz_flow .mrk_badge img {
    background: #fff;
}

.ondeckbiz_flow #budget_modal .tranlist_cell_txt {
    max-width: 100px;
}

.ondeckbiz_flow #budget_modal .tranlist_cell:first-child {
    min-width: 29%;
}

.ondeckbiz_flow #budget_modal .tranlist_cell:nth-last-child(2) {
    min-width: 17%;
}

.ondeckbiz_flow #budget_modal .tranlist_cell:last-child {
    min-width: 19%;
}


/* end 07.04.22 */


/* start 08.04.22 */

.ondeckbiz_flow .balance_area_cell .pull-right-inner-txt {
    font-size: 14px;
    letter-spacing: 0;
    color: #1d1d1d;
    font-family: 'galano_grotesqueregular';
    text-transform: none;
}


/* end 08.04.22 */


/* start 09.04.22 */

.ondeckbiz_flow .new_instalment_rate_sec {
    display: flex !important;
    align-items: center !important;
}

.ondeckbiz_flow .radio_data_row_holder {
    display: block !important;
    text-align: right !important;
    padding-right: 25px;
}

.ondeckbiz_flow .new_statement_sec {
    padding: 30px 0;
    border-top: 1px solid rgb(69 69 69 / 15%);
}


/* end 09.04.22 */


/* start 12.04.22 */

.ondeckbiz_flow #budget_modal .five_col_row.dashboard_tranlist_row .tranlist_cell:nth-last-child(2) {
    justify-content: start;
}

.ondeckbiz_flow #budget_modal .cst_tranlist_single_container .tranlist_cell:nth-last-child(2) {
    justify-content: start;
}

.ondeckbiz_flow #budget_modal .budget_transaction_area .cst_tranlist_single_container .tranlist_cell:last-child {
    min-width: auto !important;
}

.ondeckbiz_flow #budget_modal .tranlist_cell:last-child {
    min-width: auto;
}

.ondeckbiz_flow .travelnoticepage #traveladd .type_fld::placeholder,
.ondeckbiz_flow #traveleditSection .type_fld::placeholder {
    color: #706f73;
}

.ondeckbiz_flow .copy_right.copy_right_installment h6:hover {
    color: #fff;
    text-decoration: underline;
}


/* end 12.04.22 */


/* start 13.04.22 */


/* start new footer */

.newmarketing_footer {
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
}

.newmarketing_footer ul {
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    display: flex;
    align-items: center;
}

.newmarketing_footer ul li {
    list-style: none;
    margin-right: 33px;
}

.newmarketing_footer ul li a {
    text-align: none;
    color: #000;
    font-size: 14px;
    font-family: 'galano_grotesqueregular';
}

.newmarketing_footer ul li a:hover {
    color: #0074ff;
    text-decoration: underline;
}

.newmarketing_footer p {
    font-size: 14px;
    color: #000;
    width: 100%;
    position: relative;
    letter-spacing: normal;
    margin-bottom: 15px;
    font-family: 'galano_grotesqueregular';
}


/* end new footer */

.ondeckbiz_flow .dashboard_row.dashboard_row_single .brim_right_flex {
    width: calc(100% - 735px);
}

.ondeckbiz_flow .application_laststep .next_but_compare .global_btn.next_btn:disabled {
    background-color: #E2E2E2 !important;
    color: #767676 !important;
    opacity: 1 !important;
    border: 2px solid #E2E2E2 !important;
}


/* end 13.04.22 */


/* start 14.04.22 */

[title~=Sélectionner],
[title~=Select],
[title~=Jour],
[title~=Day],
[title~=Mois],
[title~=Month],
[title~=Année],
[title~=Year] {
    color: #767676 !important;
}


/* end 14.04.22 */


/* start 18.04.22 */

body.login_bg.ondeck_login {
    background: #fff !important;
}

.ondeckbiz_flow .reset_login_wrap .login_inr_wrap {
    min-height: 100vh;
}


/* end 18.04.22 */


/* start 19.04.22 */

.ondeck_login .mobile_btn_sec .lang_dropdown-menu .dropdown-item {
    border: 1px solid #0074ff;
    color: #0074ff;
}

.ondeck_login .mobile_btn_sec .lang_dropdown-menu .dropdown-item.checked {
    background-color: #0074ff;
    color: #fff;
}

.ondeck_login .reset_login_wrap .login_inr_wrap {
    min-height: 50vh;
}


/* end 19.04.22 */


/* start 21.04.22 */

.ondeckbiz_flow .budget_transaction_area .blue_cell_expand .do_redeemed {
    background-color: #0074ff;
    right: -11.5px;
}


/* end 21.04.22 */


/* start 22.04.22 */

.ondeckbiz_flow #confirm_card_details .confirm_card_img {
    margin-top: 18px;
}


/* end 22.04.22 */


/* start 26.04.22 */

.ondeckbiz_flow .My_Budget_redeem_aria_bottom .budget_data span:first-child {
    overflow: hidden !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 110px;
    position: relative;
    float: left;
}


/* end 26.04.22 */


/* Start 27.04.22 */

.ondeckbiz_flow #budget_list .svgChartCls b {
    position: relative;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    margin-top: 0px;
    padding-top: 0px;
    line-height: 22px;
    height: 20px;
}

.ondeckbiz_flow .newSuccess_btn {
    height: 50px;
    width: 180px;
    padding: 0 20px;
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
    background-color: #0074ff !important;
    font-family: 'galano_grotesquesemibold';
    display: inline-block;
    text-align: center;
    /* line-height: 46px; */
    font-size: 16px;
    text-transform: capitalize;
    border: 2px solid transparent;
}

.ondeckbiz_flow .newSuccess_btn:active {
    background-color: #d8ecfd !important;
    box-shadow: none;
    color: #1d1d1d;
    border-color: #222;
}

.ondeckbiz_flow .newSuccess_btn:focus {
    box-shadow: 0 0 0 5px #7ac5fe;
    background-color: #0074ff !important;
    color: #fff;
}

.ondeckbiz_flow .newSuccess_btn:hover {
    background-color: #0074ff !important;
    color: #fff;
}


/* End 27.04.22 */


/* start 04.05.22 */

.ondeckbiz_flow .blnc_pay_innerM.active {
    background: #D8ECFD !important;
}

.ondeckbiz_flow .brim_msg_success {
    background-color: #DEF0D8;
}

.ondeckbiz_flow .bold_txt {
    color: #1d1d1d;
}

.ondeckbiz_flow .lock_card_overlay {
    background-color: rgba(255, 255, 255, 0.7);
}

.ondeckbiz_flow .slick-initialized .slick-slide {
    text-align: center;
}

.ondeckbiz_flow .header_wrap {
    height: 90px;
    padding: 17px 0px;
}

.ondeckbiz_flow .blue_txt {
    color: #0074ff !important;
}


/* end 04.05.22 */


/* start 05.05.22 */

#Line-5 {
    stroke: #0074ff;
}


/* end 05.05.22 */


/* start 13.05.22 */

.ondeckbiz_flow .login_footer {
    background: #f3f6fa !important;
}

.ondeckbiz_flow .marktng_ftr_top {
    border-bottom: 1px solid #ededed !important;
}

.ondeckbiz_flow .wrapper_new_laurentian .marktng_ftr_top li a {
    color: #000 !important;
}

.ondeckbiz_flow .wrapper_new_laurentian .marktng_ftr_top li a:hover {
    text-decoration: underline;
    color: #0074ff !important;
}

.ondeckbiz_flow .wrapper_new_laurentian .login_footer_ecommerce .fttr_btm p {
    color: #000 !important;
}


/* ens 13.05.22 */


/* Start 28.06.22 */

.ondeckbiz_flow .spnd_lmt .icn_btn_card:nth-child(2) {
    padding-top: 18px;
}


/* End 28.06.22 */

.ondeck_login .login_footer h3 {
    font-size: 32.4px;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    margin-bottom: 20px;
}

.ondeck_login .login_footer .contact-details-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.ondeck_login .login_footer .contact-details-container-inner p i {
    color: #0074ff;
    margin-right: 10px;
}

.ondeck_login .login_footer .contact-details-container-inner p {
    font-size: 18px;
    color: #000;
    letter-spacing: normal;
    margin: 0px;
    padding: 0px;
    font-family: 'galano_grotesqueregular';
}

.ondeck_login .contact-details-container-inner ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
}

.ondeck_login .contact-details-container-inner ul li {
    margin-left: 15px;
}

.ondeck_login .contact-details-container-inner ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 44px;
    color: #fff;
    font-size: 20px;
    border-radius: 100px;
    background: #000082;
}

.login_headline h4 {
    color: #0074ff;
    padding-bottom: 40px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 40px;
    font-family: 'galano_grotesquesemibold';
    font-size: 20px;
}

.contact-details-container-inner ul li a:hover {
    background: #0074ff;
}

.errored {
    background-color: rgba(255, 71, 74, 0.05) !important;
    border: 2px solid #ff474a !important;
}


/* start 12.08.22 */


/* sbc company spend */

.ondeckbiz_flow .spend_holder_body {
    padding-top: 0px;
}

.ondeckbiz_flow .spend_head {
    background-color: #fff;
    padding: 35px 0;
}

.ondeckbiz_flow .spend_head_top h2 {
    font-size: 36px;
    color: #000000;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .spend_head_top {
    margin-bottom: 25px;
}

.ondeckbiz_flow .spend_head_bottom .single_select_item .btn-group.bootstrap-select {
    width: auto !important;
    min-width: 170px;
}

.ondeckbiz_flow .spend_head_bottom .flx_lft_align {
    width: auto;
}

.ondeckbiz_flow .single_select_item.download_btn {
    width: 140px;
}

.ondeckbiz_flow .spend_head_bottom .single_select_item.download_btn .btn-group.bootstrap-select {
    width: auto !important;
    min-width: 140px;
}

.ondeckbiz_flow .company_spend_trend h2 {
    color: #000;
    font-size: 26px;
    font-family: 'galano_grotesquesemibold';
    margin-bottom: 20px;
}

.company_spend_trend {
    padding: 35px 0 0;
    background: #f3f6fa;
}

.ondeckbiz_flow .company_trend_details_inner .inner_btm_crd {
    padding: 35px 30px 45px;
    cursor: auto;
    box-shadow: none;
}

.ondeckbiz_flow .company_trend_details_inner .inner_btm_crd:hover {
    cursor: auto;
    box-shadow: none !important;
}

.ondeckbiz_flow .company_trend_details_inner .inner_btm_crd:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: 1px solid transparent;
}

.ondeckbiz_flow .company_trend_details_inner .inner_btm_crd h5 {
    font-size: 14px;
    font-family: 'galano_grotesquesemibold';
    text-transform: uppercase;
}

.ondeckbiz_flow .company_trend_details_inner .spent_amnt {
    justify-content: flex-start;
}

.ondeckbiz_flow .company_trend_details_inner .spent_amnt span {
    font-size: 20px;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .limit_used {
    padding: 0 10px;
    background-color: rgba(131, 238, 206, 0.3);
    border-radius: 14.5px;
    font-size: 14px;
    color: #0074ff;
    font-family: 'galano_grotesqueregular';
    height: 23px;
    line-height: 23px;
    margin-left: 10px;
}

.spend_amt_row {
    margin-top: 35px;
}

.upper_percent_bx {
    display: flex;
    align-items: center;
}

.ondeckbiz_flow .spend_chart_toggle {
    display: flex;
    justify-content: flex-end;
}

.ondeckbiz_flow .spend_bar_chart {
    height: 345px;
}

.ondeckbiz_flow .spend_chart .highcharts-button.highcharts-contextbutton {
    display: none;
}

.ondeckbiz_flow .spend_chart .highcharts-legend {
    display: none;
}

.ondeckbiz_flow .spend_bar_chart .highcharts-background,
.ondeckbiz_flow .spend_bar_chart .highcharts-plot-background,
.ondeckbiz_flow .spend_bar_chart .highcharts-background,
.ondeckbiz_flow .spend_bar_chart .highcharts-plot-background {
    fill: #f3f6fa;
}

.ondeckbiz_flow .spend_break_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.ondeckbiz_flow .spend_break_head h2 {
    color: #000;
    font-size: 26px;
    font-family: 'galano_grotesquesemibold';
    margin-right: 25px;
}

.ondeckbiz_flow .company_spend_breakdown {
    padding: 65px 0 80px;
    background-color: #fff;
}

.ondeckbiz_flow .spend_blocks {
    margin: 0 -7.5px;
}

.ondeckbiz_flow .spend_blocks .totalCircelList {
    margin-left: 7.5px;
    max-width: calc(33.33% - 15px);
    margin-right: 7.5px;
    padding: 18px 14px;
    border: 1px solid transparent;
    border-radius: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    background: #fff;
    cursor: pointer;
}

.ondeckbiz_flow .spend_blocks .totalCircelList:hover {
    border: 1px solid #0074ff;
}

.ondeckbiz_flow .spend_blocks .totalCircelList:focus {
    border: 1px solid #0074ff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3) !important;
}

.ondeckbiz_flow .spend_blocks .budgtNoTransaction {
    background-color: #f7f7f7;
    box-shadow: none !important;
    color: #000;
    font-family: 'galano_grotesqueregular';
    border: 1px solid transparent !important;
    cursor: not-allowed;
}

.ondeckbiz_flow .spend_blocks .svgChartCls>span>img {
    width: 30px;
    border-radius: 50%;
    margin-right: 6px;
}

.ondeckbiz_flow .spend_blocks .svgChartCls .totalVal {
    margin-top: 3px;
    background-image: none !important;
    padding-right: 0;
}

.ondeckbiz_flow .cust_break_row {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}

.ondeckbiz_flow .custom_break_lft {
    width: 30%;
    padding: 0 15px;
}

.ondeckbiz_flow .custom_break_rght {
    width: 70%;
    padding: 0 15px;
}

.ondeckbiz_flow .spend_box_holder {
    padding: 45px 0 100px;
    background: #f3f6fa;
}

.ondeckbiz_flow .spend_inner_box {
    padding: 30px 25px 15px;
    border-radius: 15px;
    background-color: #fff;
    min-height: 408px;
}

.ondeckbiz_flow .spend_inner_box .spend_break_head {
    justify-content: space-between;
    margin-bottom: 35px;
}

.ondeckbiz_flow .spend_inner_box .spend_break_head h2 {
    font-size: 20px;
    margin-right: 0;
}

.ondeckbiz_flow .blank_pie {
    width: 250px;
    margin: 0 auto;
    position: relative;
}

.ondeckbiz_flow .no_tran_month {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    width: 148px;
    transform: translate(-50%, -50%);
    font-family: 'galano_grotesqueregular';
    text-align: center;
}

.ondeckbiz_flow .no_marchent {
    padding: 50px 20px 80px;
}

.ondeckbiz_flow .no_marchent h2 {
    color: #000;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    line-height: 22px;
    margin-bottom: 15px;
}

.ondeckbiz_flow .no_marchent p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-family: 'galano_grotesqueregular';
    letter-spacing: 0;
}

.ondeckbiz_flow .no_marchent p a {
    font-family: 'galano_grotesqueregular';
    font-size: 14px;
    color: #0074ff;
}

.ondeckbiz_flow .no_marchent p a:hover {
    text-decoration: underline;
}

.ondeckbiz_flow .inner_no_narchent {
    max-width: 320px;
    margin: 0 auto;
}

.ondeckbiz_flow .inner_no_narchent figure {
    max-width: 65px;
    margin: 0 auto 25px;
}

.ondeckbiz_flow .blank_bx {
    min-height: 409px;
    line-height: 409px;
}

.ondeckbiz_flow .inner_blank_bx {
    max-width: 340px;
    margin: 0 auto;
}

.spend_insights_row {
    display: flex;
}

.spend_heading_block {
    padding: 0 0px 6px;
    width: 22.66%;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
    text-transform: uppercase;
}

.spend_heading_block:first-child {
    text-align: left;
    width: 32%;
}

.spend_insights_head {
    border-bottom: 1px solid #d9d9d9;
}

.spend_name_block {
    width: 22.66%;
    text-align: center;
    padding: 20px 0;
}

.spend_name_block:first-child {
    text-align: left;
    width: 32%;
}

.mob_usage,
.mob_change {
    display: none;
    font-size: 12px;
    color: #000;
    font-family: 'galano_grotesqueregular';
}

.spend_name_block h5 {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    font-family: 'galano_grotesquesemibold';
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.spend_name_block p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    letter-spacing: 0;
    margin: 0;
    font-family: 'galano_grotesqueregular';
}

.marchant_spend_table .spend_heading_block {
    width: 30%;
}

.marchant_spend_table .spend_heading_block:first-child {
    width: 40%;
}

.marchant_spend_table .spend_name_block:first-child {
    width: 40%;
    display: flex;
    align-items: center;
}

.marchant_spend_table .spend_name_block {
    width: 30%;
    padding: 15px 0;
}

.marchant_spend_table .spend_name_block figure {
    margin: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marchant_spend_table .spend_insights_row {
    align-items: center;
}

.companyspend_pie {
    width: 100%;
    height: 300px;
}

.ondeckbiz_flow #company_spend_pie .highcharts-button.highcharts-contextbutton {
    display: none !important;
}

.ondeckbiz_flow #company_spend_pie .highcharts-background,
.ondeckbiz_flow #company_spend_pie .highcharts-plot-background {
    fill: #fff !important;
}


/* marchent page */

.listing_page_holder {
    padding-top: 30px;
    background-color: #fff;
}

.listing_pg_head {
    padding: 35px 0;
}

.ondeckbiz_flow .spend_head_bottom .select_outer h2 {
    font-size: 36px;
    color: #1d1d1d;
    line-height: 45px;
    font-family: 'galano_grotesquesemibold';
    display: inline-block;
}

.spend_name_block figure {
    margin: 0;
    width: 32px;
    height: 32px;
    overflow: hidden;
    margin-right: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listing_body .spend_heading_block {
    padding: 0 0px 15px;
    width: 20%;
    text-align: left;
}

.companyspend_pie .highcharts-tooltip {
    text-align: center;
}

.listing_body .spend_heading_block:first-child {
    text-align: left;
    width: 35%;
    padding-left: 58px;
}

.listing_body .spend_heading_block:last-child {
    text-align: right;
    padding-right: 100px;
    width: 17%;
}

.listing_body .spend_heading_block:nth-child(2) {
    width: 28%;
}


/* .listing_body .catgry_head .spend_heading_block:first-child {
  padding-left: 44px;
} */

.listing_body .spend_name_block:nth-child(2) {
    width: 28%;
}

.listing_body .spend_name_block:first-child {
    justify-content: flex-start;
    text-align: left;
    width: 35%;
    flex-wrap: wrap;
    padding-left: 15px;
}

.listing_body .spend_name_block {
    display: flex;
    justify-content: flex-start;
    width: 20%;
    text-align: left;
    align-items: center;
}

.listing_body .spend_name_block:last-child {
    text-align: right;
    justify-content: flex-end;
    width: 17%;
    padding-right: 100px;
}

.listing_body {
    padding-bottom: 70px;
}

.no_listing_inner figure {
    max-width: 120px;
    height: 120px;
    margin: 0 auto 35px;
}

.no_listing_inner h2 {
    font-size: 24px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
    margin-bottom: 15px;
}

.no_listing_inner p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    letter-spacing: 0;
    margin: 0;
}

.no_listing_inner {
    padding: 30px 0 400px;
}

.listing_body.employee_listing_tbl .spend_heading_block {
    width: 17%;
}

.listing_body.employee_listing_tbl .spend_heading_block:first-child {
    width: 32%;
    padding-left: 15px;
}

.listing_body.employee_listing_tbl .spend_name_block:first-child {
    width: 32%;
}

.listing_body.employee_listing_tbl .spend_name_block {
    width: 17%;
}

.spend_chart_toggle .button {
    position: relative;
    width: 203px;
    height: 27px;
    margin: 0;
    /* overflow: hidden; */
    border: 1px solid #0074ff;
    border-radius: 15px;
    overflow: hidden;
}

.spend_chart_toggle .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.spend_chart_toggle .knobs {
    z-index: 2;
}

.spend_chart_toggle .knobs,
.spend_chart_toggle .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.spend_chart_toggle #button-10 .knobs:before,
.spend_chart_toggle #button-10 .knobs:after,
.spend_chart_toggle #button-10 .knobs span {
    position: absolute;
    top: 0px;
    width: 50%;
    height: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    padding: 0px 4px;
    border-radius: 50px;
    transition: 0.3s ease all;
    font-family: 'galano_grotesquesemibold';
}

.spend_chart_toggle #button-10 .knobs span {
    display: inline-block;
    left: 0px;
    color: #fff;
    z-index: 1;
}

.spend_chart_toggle #button-10 .knobs:after {
    content: "This Year";
    right: -1px;
    color: #0074ff;
}

.spend_chart_toggle #button-10 .knobs:before {
    content: "";
    left: -1px;
    background-color: #0074ff;
}

.spend_chart_toggle .layer {
    width: 100%;
    background-color: #fff;
    transition: 0.3s ease all;
    z-index: 1;
    border-radius: 4px;
}

.spend_chart_toggle #button-10 .checkbox:checked+.knobs:before {
    left: 102px;
    /* background-color: #f44336; */
}

.spend_chart_toggle #button-10 .checkbox:checked+.knobs span {
    color: #0074ff;
}

.spend_chart_toggle #button-10 .checkbox:checked+.knobs:after {
    color: #fff;
}

.ondeckbiz_flow .spend_trend_dtls .company_trend_details_inner .inner_btm_crd {
    padding: 45px 30px 55px;
}

.ondeckbiz_flow .spend_trend_dtls .company_trend_details_inner {
    margin-top: 30px;
}

.ondeckbiz_flow .spend_trend_dtls .company_trend_details_inner .inner_btm_crd h5 {
    margin-bottom: 10px;
}

.ondeckbiz_flow .spend_trend_dtls .spend_amt_row {
    margin-top: 40px;
}

.ondeckbiz_flow .top_spenders_holder {
    padding: 60px 0 30px;
    background-color: #fff;
}

.ondeckbiz_flow .top_spenders_holder h2 {
    font-size: 26px;
    color: #000;
    margin-bottom: 20px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .spender_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ondeckbiz_flow .top_spenders_row {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
}

.ondeckbiz_flow .top_spenders_row:nth-child(odd) {
    padding-right: 45px;
}

.ondeckbiz_flow .top_spenders_row:nth-child(even) {
    padding-left: 45px;
}

.ondeckbiz_flow .top_spenders_row h4 {
    font-size: 16px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .top_spenders_row span {
    font-size: 16px;
    color: #000;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .top_spenders_holder .credit_lmt_chart_part_inner {
    border-bottom: 0;
}

.cat_spnd_inner {
    padding: 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
    cursor: pointer;
    transition: 0.3s ease;
}

.cat_spnd_inner:hover {
    border: 1px solid #0074ff;
}

.cat_spnd_inner:focus {
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    border: 1px solid #0074ff;
}

.cat_spnd_inner:active {
    box-shadow: none;
    border: 1px solid #0074ff;
}

.cat_spnd_brk_outer {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 15px;
}

.cat_spnd_brkdown {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.cat_spnd_inner figure {
    width: 55px;
    height: 55px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat_spnd_inner_dtls {
    padding-left: 20px;
}

.cat_spnd_inner_dtls h5 {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
    font-family: 'galano_grotesquesemibold';
}

.cat_spnd_inner_dtls span {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .spend_chart_item h3 {
    display: none;
    font-size: 18px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
    margin-bottom: 20px;
    text-align: center;
}

.ondeckbiz_flow .nodata_chartmonthly_spend {
    text-align: center;
    height: 290px;
    width: 100%;
    background-size: 100%;
    background-position: center bottom;
    background-image: url(../images/ondeckbiz/nodata_spend_monthly.png);
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}

.ondeckbiz_flow .nodata_chartyearly_spend {
    text-align: center;
    height: 290px;
    width: 100%;
    background-size: 100%;
    background-position: center bottom;
    background-image: url(../images/ondeckbiz/nodata_spend_yarly.png);
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}

.ondeckbiz_flow .nodata_chartmonthly_spend h4,
.ondeckbiz_flow .nodata_chartyearly_spend h4 {
    font-size: 16px;
    color: #767676;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .fg_hold {
    display: flex;
    align-items: center;
}

.ondeckbiz_flow .spend_trend_dtls .spend_bar_chart {
    height: 300px;
}

.ondeckbiz_flow .listing_body .spend_insights_row {
    border-radius: 5px;
    border: 1px solid transparent;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.ondeckbiz_flow .listing_body .spend_insights_row:hover {
    border-radius: 5px;
    border: solid 1px #0074ff;
    box-shadow: none;
}

.ondeckbiz_flow .listing_body .spend_insights_head {
    border-bottom: 1px solid #d9d9d9 !important;
    margin-bottom: 10px;
    border-radius: 0 !important;
    cursor: default;
    pointer-events: none;
}

.ondeckbiz_flow .listing_body .spend_insights_head:hover {
    border: 1px solid transparent;
    border-bottom: 1px solid #d9d9d9 !important;
}

.spend_box_holder .employee_spend_insights_table .spend_name_block:first-child {
    cursor: pointer;
}

.spend_box_holder .employee_spend_insights_table .spend_name_block:first-child:hover h5 {
    color: #0074ff;
}

.ondeckbiz_flow .inner_btm_crd.empty_state {
    min-height: 111px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.ondeckbiz_flow .inner_btm_crd.empty_state span {
    width: 24px;
}

.ondeckbiz_flow .inner_btm_crd.empty_state h5 {
    width: 100%;
    text-align: center;
    color: #767676;
}

.ondeckbiz_flow .round_blnk_img {
    padding: 0;
}

.ondeckbiz_flow .first-time-slider {
    background-color: #f3f6fa;
}

.ondeckbiz_flow .activity_content .tab_ecommerce .recent_srch_box li+li {
    margin-left: 0;
}


/* sbc beforelogin footer */

.sbc_login .fttr_top h3 {
    font-size: 18px;
    font-family: 'galano_grotesquesemibold';
}

.sbc_login .footer_menu li {
    font-family: 'galano_grotesqueregular';
}

.sbc_login .footer_menu li a {
    font-size: 16px;
    font-family: 'galano_grotesqueregular';
}

.sbc_login .fttr_btm p {
    font-family: 'galano_grotesqueregular';
    letter-spacing: 0;
}

.sbc_login .active_card_menu li.active a {
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
}


/* redeem modal */

.ondeckbiz_flow #newredeemcashbacksuccessmodal .mp_success {
    padding: 30px;
}

.ondeckbiz_flow .rdm_input {
    font-family: 'galano_grotesquesemibold';
    color: #000000;
}

.ondeckbiz_flow .balance_area_cell .cell_amount.re_amount em {
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .redeem_points_info_sec strong {
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .white_rdm_btn {
    font-family: 'galano_grotesqueregular';
    border: 2px solid #0074ff;
    color: #0074ff;
    border-radius: 15px;
}

.ondeckbiz_flow #redeem_modal .icon_content span {
    letter-spacing: 0;
}

.ondeckbiz_flow .no_data_icons {
    padding: 0;
}

.ondeckbiz_flow .no_data_text h2 {
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .no_data_text p {
    font-size: 16px;
    font-family: 'galano_grotesqueregular';
    line-height: initial;
    letter-spacing: 0;
}

.ondeckbiz_flow .white_rdm_btn:hover,
.ondeckbiz_flow .white_rdm_btn.active {
    /* border: 1px solid #0074ff;
    color: #0074ff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); */
    border: 2px solid #000082;
    color: #000082;
    box-shadow: none;
}

.ondeckbiz_flow .white_rdm_btn.active span {
    color: #000082;
}

.ondeckbiz_flow .error:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 4px;
    content: "";
    background-color: #ff6c6c;
}

.ondeckbiz_flow .error {
    font-size: 14px;
    color: #fc0000;
    font-family: 'galano_grotesqueregular';
    padding-left: 10px;
    position: relative;
    line-height: 16px;
}

.ondeckbiz_flow #new_redeem_confrm_modal .global_btn.back_btn {
    color: #0074ff;
    background-image: none !important;
    background-color: #fff !important;
    border-radius: 15px;
    text-align: center;
    padding: 0;
    width: 145px;
    height: 44px;
    border: 2px solid #0074ff;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow #new_redeem_confrm_modal .global_btn.back_btn:hover {
    color: #000082;
    border: 2px solid #000082;
}

.ondeckbiz_flow #new_redeem_confrm_modal .global_btn.back_btn:focus {
    background-color: #fff !important;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    outline: 0;
    border: 2px solid #0074ff;
    color: #0074ff;
}

.ondeckbiz_flow #new_redeem_confrm_modal .global_btn.next_btn {
    background-image: none !important;
    background-color: #0074ff !important;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    padding: 0;
    width: 145px;
    height: 44px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow #new_redeem_confrm_modal .global_btn.next_btn:hover {
    background-color: #000082 !important;
    color: #fff;
    border: 2px solid #000082;
    ;
}

.ondeckbiz_flow #new_redeem_confrm_modal .global_btn.next_btn:focus {
    background-color: #0074ff !important;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    outline: 0;
    color: #fff;
    border-color: #0074ff;
}

.ondeckbiz_flow #redeem_modal .rdm_error_sec {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}

.ondeckbiz_flow #redeem_modal .rdm_error_sec .col-xs-6 {
    padding: 0 5px;
}


/**Added on 28.07.2021**/

.ondeckbiz_flow .top_spenders_holder .no_marchent {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0;
}

.ondeckbiz_flow .top_spenders_holder .inner_no_narchent {
    max-width: 320px;
}

.ondeckbiz_flow .newGoToActivity {
    padding: 14px 25px;
    background-color: #0074ff !important;
    font-family: 'galano_grotesquesemibold';
    outline: 0 !important;
    font-size: 16px;
    border-radius: 4px;
}

.ondeckbiz_flow .newGoToActivity:hover {
    background-color: #0068b8 !important;
    color: #fff;
    opacity: 1;
}

.ondeckbiz_flow .newGoToActivity:focus {
    background-color: #0074ff !important;
    color: #fff;
    box-shadow: 0 0px 0px 5px rgba(0, 125, 147, 0.3);
}

.ondeckbiz_flow .newGoToActivity:active {
    background-color: #00c1d5 !important;
    color: #fff;
    box-shadow: none;
}

.ondeckbiz_flow #spend_details_modal .icon_content span {
    font-size: 26px;
    font-family: 'galano_grotesquesemibold';
    line-height: initial;
}

.ondeckbiz_flow #spend_details_modal .icon_content .descriptionTran {
    font-size: 12px;
    color: #000;
    line-height: 22px;
}

.ondeckbiz_flow #spend_details_modal .balance_area_cell .cell_amount.re_amount em {
    color: #000;
}

.ondeckbiz_flow #spend_details_modal .bootstrap-select.btn-group .dropdown-menu li a {
    font-size: 14px;
    font-family: 'galano_grotesqueregular';
    color: #000;
    border-bottom: 1px solid #d9d9d9;
    line-height: inherit;
}

.ondeckbiz_flow #spend_details_modal .top_typo_box ul li {
    font-family: 'galano_grotesqueregular';
    color: #000;
}

.ondeckbiz_flow #spend_details_modal .bootstrap-select.btn-group .dropdown-menu li.selected a {
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    border-color: #0074ff;
}

.ondeckbiz_flow #spend_details_modal .bootstrap-select.btn-group .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.ondeckbiz_flow #spend_details_modal .bootstrap-select.btn-group .dropdown-menu li a:hover {
    color: #0074ff !important;
    border-color: #0074ff;
}


/**Added on 30.07.2021**/

.ondeckbiz_flow #spend_details_modal .single_select_item {
    display: block;
}

.ondeckbiz_flow #confirm_card_details .all_detail_container {
    max-height: 100%;
}

.ondeckbiz_flow #spend_details_modal .tranlist_header .tranlist_cell:first-child .tranlist_cell_txt {
    max-width: 100%;
}

.ondeckbiz_flow #newsetupinstallmentsuccessmodal .newSuccess_btn {
    background-color: #0074ff !important;
    color: #fff;
    height: 50px;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    border: 0;
    border-radius: 4px;
    padding: 0 25px;
}

.ondeckbiz_flow #newsetupinstallmentsuccessmodal .newSuccess_btn:hover {
    opacity: 1;
    background-color: #0068b8 !important;
    color: #fff;
}

.ondeckbiz_flow #newsetupinstallmentsuccessmodal .newSuccess_btn:focus {
    opacity: 1;
    color: #fff;
    outline: 0;
    box-shadow: 0 0 0 5px #7ac5fe !important;
    background-color: #0074ff !important;
}

.ondeckbiz_flow #newsetupinstallmentsuccessmodal .newSuccess_btn:active {
    background-color: #d8ecfd !important;
    color: #fff;
    box-shadow: none !important;
}

.show_password_new {
    -webkit-text-security: disc;
    -moz-text-security: disc;
    -ms-text-security: start;
    -o-text-security: start;
}


/**Added on 28.08.2021**/

.sbc_login .new_numeric_text {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 0;
    border-radius: 4px;
    margin-left: 0;
    padding: 20px 30px 5px;
    margin-bottom: 30px;
    background-color: #e9fdff;
    border-left: 8px solid #0074ff;
    font-family: 'galano_grotesqueregular';
    font-size: 14px;
    color: #000;
    width: 100%;
    margin-top: 0;
}

.sbc_login .resetpassword .numeric_text .val_ico {
    font-family: 'galano_grotesqueregular';
    font-size: 14px;
    color: #000;
    background: url(../images/ondeckbiz/muai_circle.png) center left no-repeat;
    background-position: 0px 0px;
    background-size: 24px 24px !important;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 24px;
}

.sbc_login .resetpassword .numeric_text .val_ico.criteria_ful {
    background: url(../images/ondeckbiz/sbc_passCheckbox.png) center left no-repeat;
    background-position: 0px 0px;
    background-size: 24px 24px !important;
}

.sbc_login .resetpassword_box .login_inr_wrap {
    max-width: 560px;
}

.sbc_login .resetpassword .numeric_text span {
    display: inline-block;
    position: relative;
    width: 49%;
    padding-left: 0;
}

.sbc_login .reset_login_wrap .resetpassword .login_headline p {
    padding: 0 75px;
    letter-spacing: 0;
}

.sbc_login .resetpassword .success_after_forget .setupawsome h4 {
    color: #000;
    font-size: 36px;
    line-height: 45px;
    font-family: 'galano_grotesquesemibold';
}

.sbc_login .reset_login_wrap .resetpassword .we_resent_pass {
    font-size: 16px;
    line-height: 22px;
    padding: 0 120px;
}

.sbc_login .resetpassword_box .password_view_controler {
    width: 24px;
    display: block;
    position: absolute;
    right: 15px;
    top: 25px;
}

.sbc_login .login_inr_wrap .global_btn {
    background: #007d96;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    max-width: 200px;
    text-align: center;
}

.sbc_login .login_inr_wrap .global_btn:hover {
    background-color: #0068b8;
    color: #fff;
}

.sbc_login .login_inr_wrap .global_btn:focus {
    background: #0074ff !important;
    color: #fff;
    box-shadow: 0 0 0 5px #7ac5fe !important;
    outline: 0;
}

.sbc_login .login_inr_wrap .global_btn:active {
    background-color: #d8ecfd !important;
    color: #fff;
    box-shadow: none !important;
}

.sbc_login .success_msg_wrap p {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 22px;
}

.ondeckbiz_flow #no_new_employee p a {
    font-size: 14px;
}


/* added on 21.10.21 */

.ondeckbiz_flow .spend_inner_box .spend_break_head_employee h2 {
    margin-right: 25px;
    font-size: 26px;
}

.ondeckbiz_flow .spend_inner_box .spend_break_head_employee {
    justify-content: flex-start;
}

.ondeckbiz_flow .new_feature h3 {
    color: #0074ff;
    margin-bottom: 12px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow #new_feature .modal-footer {
    display: block;
}


/* =======================27.06.2022======================================== */

.right_activity_panel_lt,
.right_activity_panel_rt {
    min-width: 175px;
}


/* =======================27.06.2022======================================== */


/* start 28.06.22 */

.new_progress.progress-circle.progress_lg .value-bar {
    border: 20px solid #0074ff;
}

.progress-circle {
    background-color: #ededed;
}

.fig_dots_title {
    position: relative;
}

.blue_dot_after .fig_dots_title:after {
    background-color: #0074ff;
}

.fig_dots {
    padding-left: 0px;
    padding-right: 25px;
}

.fig_dots_title:after {
    content: "";
    position: absolute;
    top: 6px;
    left: auto;
    right: 0px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: rgba(0, 64, 112, 0.3);
}

.fig_dots:after {
    display: none;
}

.area_progress_label {
    min-width: auto;
    margin-right: 30px;
}

#Activity_Past_Instal_Modal .fig_dots_title:after {
    display: none;
}

#Activity_Past_Instal_Modal .blue_txt {
    color: #0074ff !important;
}

.progress-circle.over50 .first50-bar {
    background-color: rgba(0, 64, 112, 0.3);
}

.tab_ecommerce li.active a {
    border-bottom: 4px solid #0074ff;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
}

.eShop_head_inner {
    position: relative;
    background-color: transparent !important;
    padding: 0px !important;
    border-radius: 0px;
    padding-right: 0px !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ecommerce_shop_head .lrn_desktop {
    font-size: 16px;
    color: #0074ff !important;
    padding: 0px !important;
    position: relative !important;
    right: 0 !important;
    top: -2px !important;
    font-family: 'galano_grotesqueregular';
    border: 0px;
    line-height: normal;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    margin-left: 5px;
    text-decoration: underline;
}

.ecommerce_shop_head a:hover {
    text-decoration: underline !important;
    color: #0800b9 !important;
}

.sl_tag_txt_blue {
    color: #0074ff;
}

.ecommerce_btn_bottom .global_btn {
    background-color: transparent;
    border: 2px solid #0074ff;
    color: #0074ff;
    font-size: 16px;
    width: 166px;
    height: 44px;
    font-family: 'galano_grotesqueregular';
    padding: 12px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 15px;
}

.shop_but_all_outer .global_btn {
    background-color: #0074ff;
}

.shop_but_all_outer .global_btn:hover {
    color: #fff;
    border-color: #000082;
    background: #000082;
}

.shop_but_all_outer .global_btn:focus {
    background: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
}

.shop_but_all_outer .global_btn:active {
    background: #0074ff;
    color: #fff;
    box-shadow: none;
    border-color: #0074ff;
}

.see_all_details {
    color: #0074ff;
}

.ecommerce_shop_head h2 a,
.apply_ern,
.sl_tag_txt_green {
    color: #0074ff !important;
}

.cntnr:hover,
.rdo_cntnr:hover {
    color: #000082;
}

.types_fld .btn {
    border: 2px solid #0074ff;
    color: #0074ff;
    border-radius: 15px;
}

.types_fld .btn:hover {
    border-color: #000082;
    color: #000082;
}

.cntnr input:checked~.checkmark {
    background-color: #0074ff;
    border: 1.5px solid #0074ff;
}

.rdo_cntnr input:checked~.checkmark {
    border: 1.5px solid #0074ff;
}

.rdo_cntnr .checkmark:after {
    background: #0074ff;
}

.types_fld .btn.active {
    background-color: #0074ff;
}

.btn_outline {
    display: inline-block;
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding: 15px 20px;
    min-width: 200px;
    border: 2px solid #0074ff;
    background-color: transparent;
    border-radius: 15px;
    background: #fff;
}

.btn_outline:hover {
    border-color: #000082;
    color: #000082;
    background-color: #fff;
}

.btn_outline:focus {
    border-color: #0074ff;
    background: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    outline: 0;
}

.market_modal_lft .custom_breadcrumb .breadcrumb-item a,
.back_all a {
    color: #0074ff;
}

.modal_title h4 {
    color: #000;
}

.back_all a:before {
    display: none;
}

.modal_nav>li.earnoffer.active>a:after {
    background-color: #0074ff;
}

.global_btn {
    background: #0074ff;
    font-family: 'galano_grotesqueregular';
    border-radius: 15px;
}

.ecommerce_access a.global_btn:hover {
    border-color: #000082;
    background: #000082;
    color: #fff;
}

.ecommerce_access a.global_btn:focus {
    border-color: #0074ff;
    background: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
}

.termsandconditionHolder a {
    color: #0074ff;
    text-decoration: none;
}

.termsandconditionHolder a:hover {
    color: #000082;
}

.modal-footer .shop_but_all .global_btn {
    border: 2px solid #0074ff;
    background: #fff;
    color: #0074ff;
}

.modal-footer .shop_but_all .global_btn:hover {
    border-color: #00008b;
    color: #00008b;
    background: #fff !important;
}

.modal-footer .shop_but_all .global_btn:focus {
    border-color: #0074ff;
    background: #0074ff;
    color: #0074ff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
}

.details_head_mod {
    margin: 0 -30px 0 0;
    padding: 10px 30px 15px 30px;
    background-color: transparent;
    border-bottom: 1px solid #a9a9a9;
    margin-bottom: 20px;
}

.ecommerce_shop_head h2,
.inner_para_terms p a {
    color: #0074ff;
}

.time_for_post p {
    font-style: normal;
}

.terms_row .global_btn:hover {
    background-color: #000082;
    color: #fff;
}

.terms_row .global_btn:focus {
    border-color: #0074ff;
    background: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
}

.terms_row .global_btn {
    background: #0074ff;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 187px;
    border-radius: 15px;
}

.card_select_new .fld_outr_new {
    margin: 0 0px 18px;
    text-align: left;
}


/* .................... */

.cropper-hidden {
    display: none !important;
}

.cropper-wrap-box,
.cropper-canvas {
    overflow: hidden;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

element.style {
    width: 142.623px;
    height: 145px;
    transform: none;
}

.cropper-container img {
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
}

.cropper-hide {
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.cropper-move {
    cursor: move;
}

.cropper-modal {
    background-color: #000;
    opacity: .5;
}

.edit_upload_image .cropper-view-box {
    border: 3px solid rgba(116, 192, 211, 0.5);
    outline: none !important;
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.cropper-view-box,
.cropper-face {
    border-radius: 50%;
}

.cropper-center {
    display: block;
    height: 0;
    left: 50%;
    opacity: .75;
    position: absolute;
    top: 50%;
    width: 0;
}

.cropper-center:before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px;
}

.cropper-center:before,
.cropper-center:after {
    background-color: #eee;
    content: ' ';
    display: block;
    position: absolute;
}

.cropper-center:after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px;
}

.cropper-bg {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}

.cropper-container {
    direction: ltr;
    font-size: 0;
    line-height: 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.portal_flow .icn_btn_card span img {
    max-width: 25px;
}

.portal_flow .icn_btn_card span {
    width: auto;
    display: block;
    margin-right: 0;
    text-align: center;
    margin-bottom: 0px;
}

.icn_btn_card span {
    width: 20px;
}

.portal_flow .icn_btn_card:first-child span {
    margin-bottom: 0px;
}

.nwcrd_frm_inpt:focus {
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    border: 2px solid #0074ff;
}

.nwcrd_cpy a:hover svg {
    fill: #0074ff;
}

.nwcrd_frm_blck_input .copy_text::after {
    font-family: 'galano_grotesqueregular';
    color: #0074ff;
    background-color: #0074ff;
}

.nwcrd_frm_blck_input .copy_text {
    color: #0074ff;
}

.primary_card_box span {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

.login_footer {
    background: #f3f6fa !important;
    position: static !important;
}


/* end 28.06.22 */

.right_tip .white_info_tip:before {
    border-color: transparent transparent #0074ff transparent;
}


/* .ondeckbiz_flow .name_error_div img {
 display: none;
} */

.ondeckbiz_flow .errorText:after {
    display: none;
}

.top_txt_gap span {
    padding-left: 0px !important;
}

.load_more_sec:before,
.load_more_sec:after {
    display: none;
}

.load_more_sec .global_btn {
    display: inline-block;
    background-color: transparent;
    border: 2px solid #0074ff;
    color: #0074ff;
    font-size: 14px;
    width: 160px;
    height: 44px;
    padding: 12px;
}

.load_more_sec .global_btn:hover {
    background: #0074ff;
    color: #fff;
}

.new_top_tooltip .white_info_tip:before {
    border-color: transparent transparent #f3f6fa transparent !important;
    bottom: -18px;
    transform: translateX(-50%) rotate(180deg);
    top: unset;
}

.raperDiv {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.raperDiv h4 {
    margin: 0px !important;
    margin-right: 5px !important;
}

.new_top_tooltip .color_tip {
    border-radius: 50%;
    background-image: url(../images/tooltip.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    font-size: 0px;
}

.new_top_tooltip .color_tip:hover {
    background-image: url(../images/tooltip.png);
}

.ecommerce_btn_bottom .global_btn:hover {
    border-color: #000082;
    color: #000082;
}

.ecommerce_btn_bottom .global_btn:active {
    background: transparent;
    color: #0074ff;
    box-shadow: none;
    border-color: #0074ff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
}

.ecommerce_btn_bottom .global_btn:focus {
    border-color: #0074ff;
    background: transparent !important;
    color: #0074ff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
}

.close_txt_btn:hover {
    color: #0074ff !important;
}

span.laurentian_pay_mob {
    display: none;
}

.blnc_pay_innerM.active {
    background: #d8ecfd !important;
}

.nwcrd_frm_blck_input .copy_text {
    font-family: 'galano_grotesqueregular' !important;
}

.have_account {
    color: #000 !important;
}

.reward_crd_info h6,
.reward_crd_info h5,
.reward_crd_info span {
    color: #0074ff !important;
}

.reward_me_card .reward_crd_info h6,
.reward_me_card .reward_crd_info h5,
.reward_me_card .reward_crd_info span {
    color: #0074ff !important;
}

.management_bar ul li:last-child a span {
    text-decoration: none;
    max-width: 100% !important;
}

.primary_card_box span {
    font-family: 'galano_grotesquesemibold';
}


/* start 01.07.22 */

.ecommerce_shop_head p a {
    color: #0074ff !important;
}

.small_point_tag {
    display: none;
}

.five_col_row.dashboard_tranlist_row .tranlist_cell:last-child {
    /* min-width: 22%; */
    min-width: 22.1%;
}

.pointTo {
    padding-left: 0px !important;
}

.copy_right img {
    position: absolute;
    right: 0;
    top: -3px;
    width: 92px;
}

.laurentian_points_mobile {
    display: none;
}

.laurentian_account_balance_sec {
    display: none;
}

.ondeckbiz_flow .market_text {
    font-size: 36px;
    color: #1d1d1d;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .error:after {
    display: none;
}

.ondeckbiz_flow .name_error_div img,
.ondeckbiz_flow .email_error_div img {
    width: 14px;
}

#portal_navbar.headerhide {
    top: -80px;
}

.tranlist_row.tranlist_header.dashboard_tranlist_row.five_col_row.transaction_dtls_header_menu {
    background: transparent !important;
    border: 0px !important;
    border-bottom: 1px solid #dedede !important;
}


/* 
.tranlist_row.tranlist_header.dashboard_tranlist_row.five_col_row:hover {
    background: transparent !important;
    border: 0px !important;
    border-bottom: 1px solid #dedede !important;
} */

.ondeckbiz_flow #traveleditModalSection .submit_btn:disabled {
    background: #e2e2e2 !important;
    color: #767676 !important;
    opacity: 1;
    border: 2px solid #e2e2e2 !important;
}

.ondeckbiz_flow .accout_area p a {
    color: #0074ff;
    font-size: 14px;
    font-family: 'galano_grotesquesemibold';
    margin-left: 2px;
    text-decoration: underline;
}

.ondeckbiz_flow .slider-horizontal .rng_value#rng_value_input {
    top: 0px;
    padding: 0 15px;
    position: relative;
}

#addspendinglimitmodalnew .slider-horizontal .rng_value#rng_value_input {
    top: -100px;
}

#creditLimitNotifications .price_Range {
    margin-bottom: 40px;
    position: relative;
    margin-top: 40px;
}

.ondeckbiz_flow #creditLimitNotifications .modal-footer {
    padding-top: 0px;
}

.ondeckbiz_flow #creditLimitNotifications .nxt_btn_nw.back_btn_nw {
    border: 2px solid #0074ff;
    text-align: center;
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    background-color: #fff;
    font-size: 16px;
    width: 180px;
    padding: 12px 15px;
    transition: 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
    outline: none !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ondeckbiz_flow #creditLimitNotifications .nxt_btn_nw.back_btn_nw:hover {
    border-color: #000082;
    color: #000082;
    opacity: 1;
}

.ondeckbiz_flow #creditLimitNotifications .nxt_btn_nw.back_btn_nw:active {
    background-color: #0074ff;
    color: #fff;
    box-shadow: none;
    outline: 0;
    border-color: #0074ff;
}

.ondeckbiz_flow #custmAmtMsg_pymnt {
    font-size: 12px !important;
    font-family: 'galano_grotesqueregular';
    padding-top: 4px;
}

.ondeckbiz_flow #credit_limit_err {
    text-align: center;
}


/* end 01.07.22 */


/* start 05.07.22 */

.ondeckbiz_flow .sbc_card_lmt .price_Range.set_monthly_range {
    margin-top: 0px;
    margin-bottom: 70px;
}

.ondeckbiz_flow .new_your_card_part.lbc_your_card h4 {
    color: #2d2924;
}


/* end 05.07.22 */


/* start 06.07.22 */

.copy_right img {
    position: absolute;
    right: 0;
    top: -3px;
    width: 92px;
}

#redeem_modal .material_inf_tip {
    display: flex;
}

#redeem_modal .material_inf_tip.error img {
    margin-top: 0px !important;
    margin-right: 10px !important;
}

.slider.slider-horizontal.business_horizontal #rng_value_input {
    top: -70px !important;
}

.slider.slider-horizontal.business_horizontal {
    height: 0px !important;
}


/* end 06.07.22 */


/* start 13.07.22 */

.company_trend_details_inner .inner_btm_crd:hover {
    background-color: #fff;
}

.right_activity_panel_lt.mobile_brim_points_box {
    min-width: fit-content;
}


/* end 13.07.22 */


/* start 14.07.22 */

.ondeckbiz_flow .crd_inner_info h5 {
    color: #fff;
    font-size: 11px;
}

.new_class_holder {
    position: absolute;
    top: 0;
    margin: 0 auto;
    width: 100%;
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* end 14.07.22 */


/* start 15.07.22 */

.ondeckbiz_flow .employee_part {
    background: #f7f7f7;
}

.ondeckbiz_flow .copy_right.copy_right_installment hr {
    margin: 38px 0px;
    border-top: 1px solid #014b82 !important;
}

.ondeckbiz_flow .copy_right.copy_right_installment h6 {
    text-align: center;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    color: #fff;
}

.ondeckbiz_flow .copy_right.copy_right_installment h6:hover {
    text-decoration: underline;
}

.ondeckbiz_flow .copy_right img {
    top: auto;
    bottom: 0;
    display: none;
}

.ondeckbiz_flow .terms_main_pageinner .ecommerce_shop_head h2 {
    font-size: 36px;
    color: #1d1d1d !important;
}

.ondeckbiz_flow .terms_row h2 {
    font-size: 26px;
    color: #222222;
    line-height: 33px;
    letter-spacing: 0;
    font-family: 'galano_grotesquesemibold';
    margin-bottom: 15px;
}

.ondeckbiz_flow .terms_row h4 {
    font-size: 16px;
    margin: 15px 0px 15px 0px;
    padding-top: 15px;
}

.ondeckbiz_flow .inner_para_terms ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    color: #222222;
}

.ondeckbiz_flow .inner_para_terms ul li::before {
    content: "\2022";
    color: #004370;
    font-weight: bold;
    display: inline-block;
    font-size: 20px;
    position: absolute;
    left: 0px;
    top: -1px;
}


/* end 15.07.22 */


/* start 19.07.22 ondeck*/

.login_wrap_inner .login_headline h2 {
    color: #000;
    font-size: 36px;
    font-family: 'galano_grotesquesemibold';
}

.login_wrap_inner .material_form-control {
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    border-radius: 15px !important;
    border: solid 1px #767676;
    padding: 0 60px 0 20px;
}

.login_wrap_inner .material_form-control:focus {
    border: solid 2px #0074ff;
    box-shadow: 0 0 0 5px rgba(168, 208, 255, 0.2);
}

.login_wrap_inner .material_float_anchor {
    font-size: 16px;
    line-height: 19px;
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    text-decoration: none;
}

.login_wrap_inner .material_float_anchor:hover {
    color: #000082;
}

.login_wrap_inner .agree_check input[type="checkbox"]:checked~.checkmark {
    background-color: #0074ff;
    border: 2px solid #0074ff;
}

.login_wrap_inner .agree_check input[type="checkbox"]:checked~.agree_check_txt {
    color: #000;
}

.login_wrap_inner .submit_outer .global_btn {
    width: 175px;
    padding: 0px 25px;
    background-color: #0074ff;
    height: 50px;
    line-height: 46px;
    border-radius: 15px;
    font-family: 'galano_grotesquesemibold';
    letter-spacing: 0;
    border: 2px solid transparent;
    color: #fff;
}

.login_wrap_inner .submit_outer .global_btn:focus {
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3) !important;
    background-color: #0074ff;
    color: #fff;
}

.login_wrap_inner .submit_outer .global_btn:hover {
    background-color: #000082 !important;
    flood-color: #fff;
}

.login_wrap_inner .submit_outer .global_btn:active {
    background-color: #0074ff;
    color: #fff;
}

.login_wrap_inner .have_account a {
    color: #0074ff;
    font-size: 16px;
}

.login_wrap_inner .have_account a:hover {
    text-decoration: underline;
    color: #000082;
}

.reset_login_wrap .login_inr_wrap {
    max-width: 520px;
}

.material_form-control {
    width: 100%;
    font-family: 'galano_grotesqueregular';
    color: #000;
    font-size: 16px;
    height: 60px;
    border-radius: 15px;
    border: solid 1px #767676;
    padding: 0 20px;
    overflow: hidden;
    background-color: #fff;
    transition: 0.3s ease;
}

.material_form-control:focus {
    border: solid 2px #0074ff;
    box-shadow: 0 0 0 5px rgba(168, 208, 255, 0.2);
}

.reset_login_wrap .login_headline h2 {
    font-size: 36px;
    color: #000;
    font-family: 'galano_grotesquemedium';
    margin-bottom: 10px;
}

.reset_login_wrap .submit_outer .global_btn {
    border-radius: 15px;
    background-color: #0074ff;
}

.reset_login_wrap .submit_outer .global_btn:focus {
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3) !important;
    background-color: #0074ff;
    color: #fff;
}

.reset_login_wrap .submit_outer .global_btn:hover {
    background-color: #0074ff !important;
    flood-color: #fff;
}

.reset_login_wrap .submit_outer .global_btn:active {
    background-color: #0074ff;
    color: #fff;
}

.error {
    font-size: 12px !important;
    color: #ff474a !important;
    font-family: 'galano_grotesqueregular';
    padding-left: 0px;
    position: relative !important;
    line-height: normal;
}

.errorred {
    border: solid 2px #ff474a !important;
    background-color: rgba(255, 71, 74, 0.05) !important;
}

.error img {
    margin-right: 3px !important;
    width: 13px;
    height: 13px;
    margin-top: 0px !important;
}

.action_forgot a {
    font-size: 14px;
    color: #0074ff;
    text-decoration: underline;
    font-family: 'galano_grotesquesemibold';
}

.action_forgot a:hover {
    color: #000082;
}

.login_navbar-brand {
    width: 204px;
}

.login_navbar {
    align-items: center;
}

.ondeckbiz_flow .see_all_emply:hover {
    color: #000082;
}

.primary_user_part {
    background: #f3f6fa;
}

input:checked+.slider_switch {
    background-color: #0074ff;
}

.login_head_right {
    margin-top: 0px;
}

.lang_select_container {
    margin-top: 0px;
}

.newmarketing_footer p {
    color: #000;
    font-size: 12px;
    letter-spacing: normal;
}

.newmarketing_footer ul li a {
    color: #000;
    font-size: 12px;
}

.newmarketing_footer ul li a:hover {
    color: #0074ff;
}

.newmarketing_footer ul li {
    list-style: none;
    margin-right: 40px;
}

.login_text_btn {
    width: 150px;
    height: 52px;
    border-radius: 15px;
    border: solid 2px #0074ff;
    color: #0074ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}

.login_text_btn:hover {
    color: #000082;
    border: solid 2px #000082;
}

.login_text_btn:focus {
    border: solid 2px #0074ff;
    color: #0074ff;
    box-shadow: 0 0 0 5px rgba(168, 208, 255, 0.2);
}

.login_text_btn:active {
    border: solid 2px #0074ff;
    color: #fff;
    background-color: #0074ff;
}

.new_login_area {
    display: flex;
}

.new_login_area .login_text_btn:last-child {
    padding: 0px 0px;
    margin-left: 22px;
    font-family: 'galano_grotesquesemibold';
    min-width: 150px;
    border-radius: 15px;
    height: 52px;
    background-color: #0074ff;
    text-align: center;
    font-size: 16px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 2px #0074ff;
}

.new_login_area .login_text_btn:last-child:hover {
    background-color: #000082;
    border: 2px solid #000082;
    color: #fff;
}

.new_login_area .login_text_btn:last-child:focus {
    background-color: #0074ff;
    border: 2px solid #0074ff;
    box-shadow: 0 0 0 5px rgba(168, 208, 255, 0.2);
    color: #fff;
}

.new_login_area .login_text_btn:last-child:active {
    background-color: #0074ff;
    border: solid 2px #0074ff;
    color: #fff;
}

footer.login_footer h3 {
    font-size: 32.4px;
    color: #0074ff;
    margin-bottom: 20px;
    font-family: 'galano_grotesquesemibold';
}

footer.login_footer .contact-details-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

footer.login_footer .contact-details-container-inner p {
    font-size: 18px;
    color: #000;
    letter-spacing: normal;
    margin: 0px;
    padding: 0px;
}

footer.login_footer .contact-details-container-inner p i {
    color: #0074ff;
    margin-right: 10px;
}

.contact-details-container-inner ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
}

.contact-details-container-inner ul li {
    margin-left: 15px;
}

.contact-details-container-inner ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 44px;
    color: #fff;
    font-size: 20px;
    border-radius: 100px;
    background: #000082;
}

.contact-details-container-inner ul li a:hover {
    background: #0074ff;
}

.newmarketing_footer ul {
    margin: 20px 0px 0px 0px;
}

.close_txt_btn {
    color: #0074ff !important;
}

.autowidth_btn {
    line-height: 20px;
    padding: 16px 20px 16px;
    border-radius: 15px;
    font-size: 16px;
    border: none;
    background: #0074ff;
    color: #fff;
    font-family: 'galano_grotesqueregular';
}

.autowidth_btn:hover {
    background: #000082;
    color: #fff;
}

.autowidth_btn:focus {
    background: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    outline: none;
}

.autowidth_btn:active {
    background: #0074ff;
    color: #fff;
}

.slct_bx_individual input[type="radio"]:checked+label:after,
.slct_bx_individual input[type="radio"]:not(:checked)+label:after {
    background: #0074ff12 !important;
    top: 24px;
}

.tabText_content {
    background: #f3f6fa;
}

.white_bg {
    background-color: #fff;
}

.first-time-slider .offer_shape {
    background-image: url(../images/property_blue.png);
}

.ribbon-yellow .item_ribbon_text::before,
.ribbon-yellow .item_ribbon_text::after {
    background-color: #0074ff;
}

.ribbon-yellow .item_ribbon_banner::before,
.ribbon-yellow .item_ribbon_banner::after {
    background-color: #0055bb;
}

.ribbon-yellow .item_ribbon_banner::before,
.ribbon-yellow .item_ribbon_banner::after {
    background-color: #0055bb;
}

.offer_shape_point.offer_shape {
    background-image: url(../images/tile_shape@2x.png);
}

.offer_shape_point.offer_shape b {
    color: #000;
}

.see_all_details {
    color: #0074ff;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    text-align: center;
    display: block;
    padding: 4px 0;
    text-decoration: none;
}

.see_all_details:hover {
    color: #000082 !important;
}

.marktng_ftr_top li a {
    color: #000;
}

.marktng_ftr_top li a:hover {
    color: #0074ff;
    text-decoration: underline;
}

.fttr_btm p {
    color: #000;
}

.marktng_ftr_top {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ededed !important;
}

.ecommerce_shop_now {
    box-shadow: none;
    background-color: #f3f6fa;
}

.types_fld .btn.active.focus,
.types_fld .btn.active:focus,
.types_fld .btn.focus,
.types_fld .btn:active.focus,
.types_fld .btn:active:focus,
.types_fld .btn:focus {
    outline: none;
    outline-offset: inherit;
    border-color: #0074ff;
    background: #fff;
    color: #0074ff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
}

.types_fld .dropdown-toggle .caret {
    fill: #0074ff;
}

.types_fld .dropdown-menu li:hover {
    border-bottom: 1px solid #0074ff;
    background: transparent;
}

.modal_nav>li.active>a {
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
}

.market_modal_rt {
    background-color: #f3f6fa;
}

.offercatImage {
    border: 0px;
}

.marchent_loc {
    margin: 0 35px;
    border-top: 4px solid #fff;
}

.marchent_loc {
    margin: 0 35px;
    border-top: 4px solid rgba(118, 118, 118, 0.14);
}

.note_content_txt p label {
    font-family: 'galano_grotesquesemibold';
    font-size: 22px;
    line-height: 11px;
    padding-top: 3px;
    text-transform: capitalize;
}

.market_modal_rt_inner .note_content_txt p label {
    font-size: 14px;
    font-family: 'galano_grotesquesemibold';
}

.recent_srch_box ul li:hover {
    color: #0074ff;
}

.recent_srch_box ul li {
    font-family: 'galano_grotesqueregular';
    font-size: 14px;
    letter-spacing: normal;
}

.third_img_learn img {
    max-width: 70%;
}

.stepup_learn_more .learn_more_bg:nth-child(even) .left_ecom {
    padding-right: 0px;
}

.learn_more_bg:nth-child(odd) {
    background-color: #f3f6fa;
}

#offers_modal_body .details_head_mod h3 {
    font-size: 14px !important;
    color: #1d1d1d !important;
}

.terms_main_page_holder .terms_main_pageinner {
    max-width: 1140px;
    margin: 0 auto;
}

.custom_breadcrumb {
    display: flex;
    align-items: center;
}

.nwcrd_frm_inpt {
    width: 100%;
    height: 60px;
    line-height: 56px;
    border: 1px solid #767676;
    border-radius: 15px;
    overflow: hidden;
    font-size: 16px;
    color: #000;
    padding: 0 60px 0 20px;
    transition: 0.3s ease-in-out;
}

.search_result_main h4 span {
    color: #0074ff !important;
}

.search_fields ul li:hover {
    color: #0074ff !important;
    background: transparent;
    border-bottom: 1px solid #0074ff;
    ;
}

.totalCountBusiness .clearSearchBusiness {
    color: #0074ff !important;
}


/* end 19.07.22 ondeck */


/* start 25.07.22 */

.stella_select li.dropdown a figure.avatar_prof_img,
.browse_btn {
    font-family: 'galano_grotesqueregular';
    background-color: #0074ff;
}


/* end 25.07.22 */


/* 26.07.22 */

.validate_frm .input_wrap {
    display: flex;
    align-items: center;
}

.validate_frm .input_wrap .password_view_controler {
    max-width: 20px;
    display: block;
    margin-left: -40px;
}

.validate_frm label {
    font-family: 'galano_grotesquemedium';
    color: #000;
}

.btn_outr {
    text-align: center;
    margin-top: 40px;
}

.numeric_text_holder {
    position: static;
    width: unset;
    transform: translateY(0%);
    color: #000;
    border: none;
    display: flex !important;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-left: 0;
    border-radius: 15px;
    background-color: #f3f6fa !important;
}

.numeric_text_holder span.val_ico {
    flex: 0 0 50%;
    margin-bottom: 25px;
}

.val_ico.upper {
    margin-bottom: 0 !important;
}

.input_wrap input {
    height: 60px !important;
    border-color: #767676;
}

.input_wrap input:focus {
    border-width: 2px;
    box-shadow: 0px 0px 3px 6px rgb(168 208 255 / 20%) !important;
    border-color: #0074ff;
}

.global_btn:hover {
    background-color: #00008b !important;
}

.global_btn:focus {
    box-shadow: 0px 0px 3px 6px rgb(168 208 255 / 40%) !important;
    background-color: #0074ff !important;
    outline: none !important;
}

.reset_login_wrap .material_inf_tip {
    position: absolute !important;
    bottom: -19px;
    left: 0;
}


/* 26.07.22 ends */


/* 27.07.22 starts */

.info_crd_btn_holder a.make_btn {
    width: unset !important;
    font-family: 'galano_grotesqueregular'
}

.ondeckbiz_flow .left_usr_prt {
    justify-content: space-between;
}

.load_more_sec .global_btn {
    font-family: 'galano_grotesqueregular';
}

.header_menu ul li:first-child {
    margin-left: 0;
}

.redem_btn_box .Redeem_bg_btn span {
    font-family: 'galano_grotesqueregular';
}

.inner_continue_area_row .close_txt_btn {
    border: none;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    min-width: 130px;
    display: block;
    border: 2px solid transparent;
    padding: 10px 30px;
    border-radius: 35px;
    margin: 0 auto;
}

.inner_continue_area_row .close_txt_btn:hover {
    color: #00008b !important;
}

.inner_continue_area_row .close_txt_btn:active {
    color: #0074ff;
    text-decoration: underline !important;
}

.inner_continue_area_row .close_txt_btn:focus {
    border-color: #0074ff;
    text-decoration: none !important;
    box-shadow: 0 0px 4px 5px rgb(131 238 206 / 30%) !important;
}

.inner_continue_area_row {
    text-align: center;
}

.modal-footer button {
    font-family: 'galano_grotesquesemibold';
}

.clearfix .close_txt_btn:hover {
    opacity: 1;
    color: #000082 !important;
}


/* 27.07.22 ends */


/* 28.07.22 start */

.ecommerce_btn_bottom a.btn.global_btn {
    max-width: 186px !important;
}

.ecommerce_btn_bottom a.btn.global_btn:hover {
    background: transparent !important;
}

.ecommerce_shop_now .ecommerce_btn_bottom a.global_btn:focus,
.ecommerce_shop_now .ecommerce_btn_bottom a.global_btn:active {
    background: transparent !important;
    color: #0074ff !important;
}


/* Dashboard starts */

.trensfer_listOuter {
    display: flex;
}

.management_bar {
    position: relative;
}

.trensfer_stepArea {
    margin-top: 150px;
    margin-left: 110px;
    font-family: 'galano_grotesqueregular';
}

.ternsfer_step .step_hdng h2 {
    font-size: 36px;
    color: #000;
    font-family: 'galano_grotesquebold';
    margin-bottom: 40px;
}

.trensfer_text h3 {
    font-size: 22px;
    font-family: 'galano_grotesquesemibold';
    margin-top: 25px;
    color: #000;
}

.ternsfer_para {
    margin-top: 15px;
}

.ternsfer_para p {
    font-size: 16px;
    color: #000;
}

.trensfer_text .get_started_btn {
    margin-top: 35px;
}

.trensfer_text a.blue_Btn {
    padding: 15px 35px;
    border: 2px solid #0074ff;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    background-color: #0074ff;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
}

.trensfer_text a.blue_Btn:hover {
    background-color: #00008b;
    border-color: #00008b;
}

.trensfer_text a.blue_Btn:active {
    background-color: #0074ff;
    border-color: #0074ff;
}

.trensfer_text a.blue_Btn:focus {
    background-color: #0074ff;
    border-color: #0074ff;
    box-shadow: 0 0px 2px 5px rgb(131 238 206 / 30%);
}

.institute_logoOuter span {
    font-size: 22px;
    font-family: 'galano_grotesquesemibold';
    margin: 20px 0;
    display: inline-block;
}

.institute_logoOuter ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    max-width: 75%;
}

.institute_logoOuter ul li a.paymentInstitution {
    max-width: 68px;
    display: block;
    height: auto;
}

.institute_logoOuter ul li a.paymentInstitution img {
    border-radius: 12px;
    box-shadow: 0px 1px 6px 0px #00000026;
}

.institute_logoOuter ul li {
    flex: 0 0 12%;
}

.other_btn a#otherInstitution {
    padding: 15px 10px;
    display: inline-block;
    border: 2px solid #0074ff;
    border-radius: 10px;
    color: #0074ff;
    font-size: 14px;
    font-family: 'galano_grotesquesemibold';
    margin-top: 20px;
}

.next_Btn input.blue_Btn {
    border: none;
    margin-top: 60px;
    font-family: 'galano_grotesquesemibold';
    color: #fff;
    background-color: #0074ff;
    padding: 15px 50px;
    border-radius: 15px;
    width: 150px;
    cursor: pointer;
}

.institution_other .other_btn a#otherInstitution {
    margin-top: 0;
}

.trnsfr_list_lftPnl {
    box-shadow: 3px -3px 5px rgb(0 0 0 / 18%);
    background-color: #fff;
}

.institute_logoOuter span:first-child {
    margin-top: 40px;
}

.institution_other .ternsfer_para {
    margin-top: 0;
}

.trensfer_step3 .ternsfer_subHdng h3 {
    margin-top: 40px;
    font-family: 'galano_grotesquesemibold';
    color: #000;
    font-size: 22px;
}

.trensfer_step3 .bank_information .ternsfer_para p {
    font-size: 18px;
}

.trensfer_step3 .bank_information .ternsfer_para {
    margin-top: 10px;
    margin-bottom: 40px;
}

.trensfer_step3 .inormation_fill {
    margin-bottom: 20px;
}

.next_Btn input.blue_Btn:hover {
    background-color: #00008b;
}

.next_Btn input.blue_Btn:focus {
    background-color: #0074ff;
    box-shadow: 0 0px 2px 5px rgb(131 238 206 / 30%);
    border-color: #0074ff;
}

.next_Btn input.blue_Btn:active {
    background-color: #0074ff;
    border-color: #0074ff;
}

.other_btn a#otherInstitution:hover {
    border-color: #00008b;
    color: #00008b;
}

.other_btn a#otherInstitution:focus,
.other_btn a#otherInstitution:active {
    color: #0074ff;
    border-color: #0074ff;
    box-shadow: 0 0px 2px 5px rgb(131 238 206 / 30%);
}

.inormation_fill label {
    text-transform: uppercase;
    font-size: 12px;
}

.inormation_fill input.form-control {
    padding: 10px 0;
    display: block;
    box-sizing: content-box;
    border-radius: 15px;
    padding-left: 20px;
    color: #000;
    font-size: 16px;
}

.ternsfer_step .step_btnOuter {
    justify-content: flex-start;
}

.step_btnOuter {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
}

.blue_Btn {
    min-width: 150px;
    display: inline-block;
    padding: 15px 50px;
    border: 2px solid #0074ff;
    color: #fff !important;
    border-radius: 15px;
    background-color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    text-align: center;
}

.blue_Btn:hover {
    background-color: #00008b;
    border: 2px solid #00008b;
}

.blue_Btn:active {
    background-color: #0074ff;
    border-color: #0074ff;
}

.blue_Btn:focus {
    color: #0074ff;
    border-color: #0074ff;
    box-shadow: 0 0px 2px 5px rgb(131 238 206 / 30%);
}

.step_btnOuter .laurentian_side_logout a {
    min-width: 150px;
    display: inline-block;
    padding: 15px 50px;
    border: 2px solid #0074ff;
    color: #0074ff;
    border-radius: 15px;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    text-align: center;
}

.step_btnOuter .laurentian_side_logout a:hover {
    border-color: #00008b;
    color: #00008b;
}

.step_btnOuter .laurentian_side_logout a:active,
.step_btnOuter .laurentian_side_logout a:focus {
    border-color: #0074ff;
    color: #0074ff;
    box-shadow: 0 0px 2px 5px rgb(131 238 206 / 30%);
}

.laurentian_side_logout {
    margin-right: 20px;
}

.inormation_fill input.form-control:focus {
    border-width: 2px;
    border-color: #0074ff;
    box-shadow: 0 0 0 5px rgb(131 238 206 / 30%);
}

.ondeckbiz_flow .errorText::before {
    content: ' ';
    background-image: url(../images/error_shape@2x.png?v=1.1);
    position: absolute;
    width: 17px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 5px;
    top: 0px;
}

.step_secoundary_hdng h3 {
    font-family: 'galano_grotesquesemibold';
    font-size: 22px;
    color: #000;
}

.step_secoundary_hdng p {
    font-size: 18px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 25px;
}

.step4_content_container {
    max-width: 560px;
}

.step4_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 2px solid #f2f2f2;
    position: relative;
}

.bank_details h4 {
    font-size: 14px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
    text-transform: uppercase;
}

.bank_details p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    margin-top: 8px;
}

.edit_section a.edit_btn {
    color: #0074ff;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    padding: 10px 25px;
    border: 2px solid transparent;
    border-radius: 35px;
}

.trensfer_step4#step4 .step_btnOuter {
    justify-content: flex-start;
}

.step5_content_container {
    margin-top: 23px;
    max-width: 558px;
    background-color: #f3f6fa;
    padding: 27px 0;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding-right: 100px;
}

h3.primary_hdng {
    font-family: 'galano_grotesquesemibold';
    font-size: 22px;
    color: #000;
}

.ternsfer_step .step5_img {
    margin-left: 25px;
}

.ternsfer_step .step5_img img {
    max-width: 68px;
    border-radius: 15px;
}

.nme_of_bnk_cntnr {
    margin-left: 30px;
}

.nme_of_bnk_cntnr p {
    margin-bottom: 5px;
    font-size: 14px;
}

.nme_of_bnk_cntnr h4 {
    font-family: 'galano_grotesquesemibold';
    font-size: 20px;
}

.bank_account_form {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.bank_account_form label {
    color: #000;
    font-family: 'galano_grotesquesemibold';
    font-size: 12px;
}

.bank_account_form input.bnk_form {
    width: 558px;
    padding: 10px 0;
    display: inline-block;
    box-sizing: content-box;
    border-radius: 15px;
    padding-left: 15px;
    font-size: 16px;
}

.bank_account_form input.bnk_form:focus {
    border-width: 2px;
    border-color: #0074ff;
    box-shadow: 0 0 0 5px rgb(131 238 206 / 30%);
}

p.primary_para {
    font-size: 18px;
    margin-bottom: 0;
    color: #000;
}

.bnk_account_hdng h3.primary_hdng {
    margin-bottom: 10px;
    margin-top: 50px;
}

.bank_account_form_cntnr {
    margin-top: 40px;
}

.trensfer_step5#step5 .step_btnOuter {
    justify-content: flex-start;
}

.edit_section a.edit_btn:hover {
    color: #00008b;
    text-decoration: underline !important;
}


/* .edit_section a.edit_btn:focus {
    box-shadow: 0 0px 0px 5px rgba(0, 125, 147, 0.3);
    border-color: #0074ff;
} */

.trensfer_step4#step4 .step_hdng h2 {
    margin-bottom: 40px;
}

.trensfer_step6#step6 .step_secoundary_hdng {
    margin-top: 50px;
}

.trensfer_step6 .next_Btn input.blue_Btn {
    margin-top: 0px;
}

.trensfer_step6 .next_Btn input.blue_Btn:disabled {
    background-color: #e2e0e3;
    color: #767676;
}

.step_btnOuter .laurentian_side_logout a:disabled {
    background-color: #fff;
    color: #767676;
    border-color: #ededed;
}

.selected_accounts_cntnt {
    max-width: 558px;
}

.selected_accounts {
    padding: 20px 0;
    border-bottom: 2px solid #f2f2f2;
}

.selected_accounts p {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'galano_grotesquesemibold';
    color: #000;
    text-transform: uppercase;
}

.selected_accounts h4 {
    font-size: 14px;
    color: #000;
}

.chckbx_container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    font-family: 'galano_grotesqueregular';
}


/* Hide the browser's default checkbox */

.chckbx_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.chckbx {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #767777;
}


/* When the checkbox is checked, add a blue background */

.chckbx_container input:checked~.chckbx {
    background-color: #0074ff;
    border-radius: 4px;
    border-color: #0074ff;
}


/* Create the checkmark/indicator (hidden when not checked) */

.chckbx:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.chckbx_container input:checked~.chckbx:after {
    display: block;
}


/* Style the checkmark/indicator */

.chckbx_container .chckbx:after {
    left: 9px;
    top: 2px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mke_pyments_chckbx_cntnt {
    max-width: 558px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 2px solid #d9d9d9;
}

.price_cntnr p {
    font-family: 'galano_grotesquesemibold';
    color: #000;
    font-size: 16px;
}

.mke_pyments_chckbx_cntnr {
    max-width: 558px;
}

.make_pyments_cntnr .selected_hdng h3 {
    margin-top: 40px;
}

.make_pyments_cntnr .selected_hdng p {
    margin-top: 10px;
}


/* 28.07.22 ends */


/* 30.07.22 starts */

.amount_calculation_cntnr .amount_calculation_cntnt {
    padding: 20px 0;
    border-bottom: 2px solid #d9d9d9;
}

.amount_calculation_cntnr {
    max-width: 558px;
}

.amount_calculation_cntnr .total_amount_cntnr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.amount_calculation_cntnt h4 {
    font-size: 14px;
    font-family: 'galano_grotesquesemibold';
    color: #000;
    text-transform: uppercase;
}

.amount_calculation_cntnt p {
    font-size: 16px;
    color: #000;
    margin-top: 5px;
}

.autopay_content p.primary_para {
    font-size: 16px;
    margin-top: 25px;
    color: #000;
}

.autopay_content p.primary_para span {
    font-family: 'galano_grotesquebold';
}

.ternsfer_step .tick_img {
    max-width: 68px;
}

.autopay_content {
    margin-top: 40px;
}

.saved_account_hdng {
    display: flex;
    justify-content: space-between;
    max-width: 438px;
    align-items: center;
    flex-wrap: wrap;
}

.saved_account_hdng .edit_btn_cntnr {
    max-width: 250px;
}

.saved_account_hdng .edit_btn_cntnr a.edit_btn {
    display: flex;
    align-items: center;
    border: 2px solid transparent;
    min-width: unset;
    border-radius: 35px;
    padding: 5px 25px;
}

.saved_account_hdng .edit_btn_cntnr a.edit_btn p {
    margin-bottom: 0;
    color: #0074ff;
    text-transform: capitalize;
    font-family: 'galano_grotesquesemibold';
}

.saved_account_hdng .edit_btn_cntnr a.edit_btn img {
    max-width: 40px;
}

.bank_account_details_cntnr {
    max-width: 558px;
}

.bank_account_cntnt {
    padding: 20px 0;
    border-bottom: 2px solid #d9d9d9;
}

.bank_account_cntnt h4 {
    font-size: 14px;
    font-family: 'galano_grotesquesemibold';
    color: #000;
    text-transform: uppercase;
}

.bank_account_cntnt p {
    font-size: 16px;
    color: #000;
    margin-top: 5px;
    margin-bottom: 0;
}

.ternsfer_step .saved_account_info {
    margin-bottom: 20px;
}

.bank_information {
    max-width: 558px;
}

.pyment_info_hdng h4 {
    font-size: 22px;
    font-family: 'galano_grotesquesemibold';
    color: #000;
}

.pyment_info_hdng p {
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
    font-family: 'galano_grotesqueregular';
    margin-top: 10px;
}

.payment_info {
    margin-top: 60px;
    max-width: 558px;
}

.pyment_info_contnr {
    margin-top: 20px;
}

.saved_account_hdng p.primary_para {
    margin-top: 10px;
    margin-bottom: 20px;
    order: 1;
}

.trensfer_step12 .saved_account_hdng {
    display: block;
    max-width: unset;
}

.accounting_integration_para p {
    color: #000;
    font-size: 16px;
    max-width: 650px;
}

.accounting_integration_para p span {
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
}

.accounting_integration_para {
    margin-top: 40px;
}

.accounting_integration_para .options {
    margin-bottom: 30px;
}

.accounting_integration_para p.software_integration_para {
    max-width: 660px;
    margin-bottom: 30px;
}

.make_pyments_cntnr .selected_hdng {
    margin-bottom: 20px;
}

.make_pyments_cntnr {
    margin-top: 60px;
}

.account_management .container {
    display: flex;
}

.ondeckbiz_flow .account_management .accout_area {
    margin-left: 0;
}

.ondeckbiz_flow .account_management .management_bar {
    flex: 0 0 22%;
}

.inner_login_banner,
.login_slider,
.slick-list,
.slick-track,
.login_sl_item {
    height: 100%;
}

.login_footer {
    padding: 55px 0 60px;
}

.newmarketing_footer ul {
    margin: 15px 0px 0px 0px;
}

.inner_form_login {
    padding: 90px 17%;
    justify-content: flex-end;
    padding-top: 100px;
    padding-left: 12%;

    padding-left: 17%;
    padding-top: 140px;
}

.login_wrap_inner .login_form {
    max-width: unset;
}

.login_sl_item {
    width: 727px !important;
}

.ondeckbiz_flow .amount_details_bx h4#user_credit_limit {
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .last_rdo_box .slct_bx_individual .editableSpace::placeholder {
    font-family: 'galano_grotesquesemibold';
    color: #000;
}

.new_g_hdr_holder {
    display: flex;
    justify-content: space-between;
}

.new_g_hdr_holder .new_g_hdr {
    font-size: 22px;
}

.make_payment_new .modal-content {
    min-height: 731px;
}


/* 30.07.22 ends */


/* 01.08.22 starts */

.py_dtls_rt span {
    font-family: 'galano_grotesquesemibold' !important;
}

.tranlist_cell_holder {
    font-family: 'galano_grotesquesemibold';
}

.slct_bx_individual.amount_cell_new.active {
    background: #0074ff12 !important;
}

.slct_bx_individual.amount_cell_new.active label::after {
    display: none;
}

.slct_bx_individual {
    padding: 15px 0;
}

.slct_bx_individual.customAmt.amount_cell_new {
    padding: 0px 0 0;
}


/* 01.08.22 ends */


/* Dashboard ends */


/* Accounting Integration start */


/* start 29.07.22 */

.actgh3 h3 {
    font-size: 36px;
    color: #000;
    margin-bottom: 15px;
    font-family: 'galano_grotesquesemibold';
}

.actg_intg1 h3 {
    margin-bottom: 40px;
}

.actg_intg_box {
    width: 100%;
    max-width: 578px;
}

.actg_intg_box h4 {
    font-size: 22px;
    color: #000;
    margin-bottom: 25px;
    font-family: 'galano_grotesquesemibold';
}

.actg_intg_box p {
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
    letter-spacing: normal;
    font-family: 'galano_grotesqueregular';
}

.actg_intg_box h5 {
    font-size: 16px;
    color: #0074ff;
    margin-bottom: 15px;
    font-family: 'galano_grotesquesemibold';
}

.solid_btn_actg {
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    color: #fff;
    border-radius: 15px;
    background-color: #0074ff;
    padding: 0 20px;
    height: 50px;
    max-width: 180px;
    border: 0;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solid_btn_actg:hover {
    background-color: #000082;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.solid_btn_actg:focus {
    background: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
}

.solid_btn_actg:active {
    background: #0074ff;
    color: #fff;
}

.actg_intg_box p {
    font-size: 16px;
    font-family: 'galano_grotesqueregular';
    color: #000;
}

.software_boxlist {
    width: 100%;
    max-width: 720px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    grid-gap: 20px;
    margin-top: 40px;
}

.sofbox {
    width: 100%;
    max-width: 229px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 5px 0 rgb(69 69 69 / 30%);
    overflow: hidden;
    text-decoration: none !important;
}

.sofbox_imgsect {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sofbox_imgsect img {
    width: 100%;
}

.sofbox_button {
    width: 100%;
    height: 80px;
    background: #f3f6fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solid_btn_sofbox {
    font-size: 16px;
    color: #fff;
    border-radius: 15px !important;
    background-color: #0074ff !important;
    padding: 0 20px;
    font-family: 'galano_grotesquesemibold' !important;
    height: 50px;
    width: 180px;
    border: 0;
    text-align: center;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solid_btn_sofbox:hover {
    background-color: #000082 !important;
    color: #fff;
    opacity: 1;
    text-decoration: none !important;
}

.solid_btn_sofbox:focus {
    background: #0074ff !important;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
}

.solid_btn_sofbox:active {
    background: #0074ff !important;
    color: #fff;
}

.sofbox_popup .modal-content {
    padding: 34px 30px;
    max-width: 469px;
}

.popup_logoimg {
    max-width: 137px;
    margin: 0 auto 40px auto;
}

.sofbox_popup h4 {
    font-size: 22px;
    line-height: 26px;
    color: #000;
    margin-bottom: 20px;
    font-family: 'galano_grotesquesemibold';
}

.sofbox_popup p {
    font-size: 16px;
    color: #1d1d1d;
    font-family: 'galano_grotesqueregular';
    margin-bottom: 0px;
}

.sofbox_popup .modal-body {
    padding: 0px;
}

.sofbox_popup .modal-footer {
    padding: 0px;
    border: 0px;
    text-align: center;
}

.sofbox_popup .modal-footer .solid_btn_sofbox {
    margin: 40px auto 40px auto;
}

.sofbox_popup .modal-footer a {
    font-size: 16px;
    text-decoration: underline;
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
}

.sofbox_popup .modal-footer a:hover {
    color: #000082;
}

.actg_intg3_box {
    max-width: 560px;
}

.actg_intg3_box h4 {
    font-size: 22px;
    color: #2d2924;
    margin-top: 40px;
    margin-bottom: 0px;
    font-family: 'galano_grotesquesemibold';
}


/* start rediobtn */

.notification_shadow {
    position: relative;
}

.notification_content {
    float: left;
}

.ac_notification_row h5 {
    color: #1d1d1d;
    font-size: 16px;
    line-height: 18px;
    margin: 0px 0px 5px;
    font-family: 'galano_grotesquesemibold';
}

.ac_notification_row .onoff_area {
    float: right;
    margin: 0px;
    font-size: 14px;
    font-family: 'galano_grotesquesemibold';
}

.onoff_area {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.ac_notification_row .on,
.ac_notification_row .off {
    margin-right: 6px;
}

.onoff_area span,
.switch {
    display: inline-block;
    vertical-align: middle;
    vertical-align: -moz-middle-with-baseline;
}

.on,
.off {
    font-size: 12px;
    font-family: 'galano_grotesquesemibold';
}

.ac_notification_row .switch {
    width: 40px;
}

.onoff_area .switch {
    height: 25px;
    margin: 0px;
}

.switch {
    position: relative;
}

.switch input {
    display: none;
}

.slider_switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid transparent;
}

.onoff_area span,
.switch {
    display: inline-block;
    vertical-align: middle;
    vertical-align: -moz-middle-with-baseline;
}

.slider_switch.round {
    border-radius: 34px;
}

input:checked+.slider_switch {
    background-color: #0074ff;
}

.slider_switch:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid transparent;
}

.slider_switch.round:before {
    border-radius: 50%;
}

.ac_notification_row .slider_switch:before {
    left: 0px;
    bottom: 1.6px;
    box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 20%);
}

.ac_notification_row input:checked+.slider_switch:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
}

.ac_notification_row {
    padding-bottom: 25px;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 25px;
}

.accounts_tablebox {
    width: 100%;
    max-width: 754px;
    overflow: auto;
}

.accounts_tablebox .table>tbody>tr>td {
    border: 0px;
    vertical-align: middle;
    padding: 20px 20px;
    font-size: 16px;
    font-family: 'galano_grotesqueregular';
}

.accounts_tablebox .table>tbody>tr>td:first-child {
    padding-left: 0px;
}

.accounts_tablebox .table>tbody>tr>td:last-child {
    padding-right: 0px;
}

.accounts_tablebox .table>thead>tr>th {
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
}

.accounts_tablebox .table>thead>tr>th:first-child {
    padding-left: 0px;
}

.accounts_tablebox .table>thead>tr>th:last-child {
    padding-right: 0px;
}

.accounts_tablebox .table-hover>tbody>tr:hover {
    background-color: transparent;
}

.single_select_item .bootstrap-select>.btn,
.dropdown_function_outer .new-on-off label {
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    border-radius: 10px;
}

.single_select_item .btn-default:hover {
    background-color: transparent;
    border-color: #0074ff;
}

.single_select_item .open>.dropdown-toggle.btn-default:focus {
    outline: 0px !important;
    box-shadow: 0 0 0 5px rgba(168, 208, 255, 0.2);
    background-color: transparent !important;
    border-color: #0074ff;
}

.single_select_item .open>.dropdown-toggle.btn-default:active {
    outline: 0px !important;
    box-shadow: 0 0 0 5px rgba(168, 208, 255, 0.2);
    background-color: transparent !important;
    border-color: #0074ff;
}

.accounts_tablebox .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
}

.cancelnext_btn_sect {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.cancelnext_btn_sect .nextbtn {
    font-size: 16px;
    color: #fff;
    border-radius: 15px;
    background-color: #0074ff;
    padding: 0 20px;
    font-family: 'galano_grotesquesemibold';
    height: 50px;
    width: 180px;
    border: 0;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cancelnext_btn_sect .nextbtn:hover {
    background-color: #000082;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.cancelnext_btn_sect .nextbtn:focus {
    background: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
}

.cancelnext_btn_sect .nextbtn:active {
    background: #0074ff;
    color: #fff;
}

.cancelnext_btn_sect .cancelbtn {
    font-size: 16px;
    color: #0074ff;
    border-radius: 15px;
    background-color: transparent;
    border: 1px solid #0074ff !important;
    padding: 0 20px;
    font-family: 'galano_grotesquesemibold';
    height: 50px;
    width: 180px;
    border: 0;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.cancelnext_btn_sect .cancelbtn:hover {
    border: 1px solid #000082 !important;
    color: #000082;
    opacity: 1;
    text-decoration: none;
}

.cancelnext_btn_sect .cancelbtn:focus {
    border: 1px solid #0074ff !important;
    color: #0074ff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
}

.cancelnext_btn_sect .cancelbtn:active {
    border: 1px solid #0074ff !important;
    color: #0074ff;
}


/* end rediobtn */

.actg_intg4_box {
    width: 100%;
    max-width: 577px;
}

.roundcheckbox {
    width: 60px;
    margin: 40px 0px;
}

.actg_intg4_box h3 {
    margin-bottom: 0px;
}

.actg_intg2 p,
.actg_intg3 p,
.actg_intg4 p,
.actg_intg5 p {
    font-size: 16px;
    color: #000;
    letter-spacing: normal;
    font-family: 'galano_grotesqueregular';
}

.actg_intg4 p {
    margin-bottom: 40px;
}

.actg_intg4_box h4 {
    font-size: 22px;
    color: #000;
    margin-bottom: 15px;
    font-family: 'galano_grotesquesemibold';
}

.integration_btn {
    font-size: 16px;
    color: #fff;
    border-radius: 15px;
    background-color: #0074ff;
    padding: 0 20px;
    font-family: 'galano_grotesquesemibold';
    height: 50px;
    border: 0;
    text-align: center;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.integration_btn:hover {
    background-color: #000082;
    color: #fff;
    opacity: 1;
    text-decoration: none !important;
}

.integration_btn:focus {
    background: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
}

.integration_btn:active {
    background: #0074ff;
    color: #fff;
}

.editdivbox {
    position: relative;
    margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.editdivbox h6 {
    font-size: 14px;
    font-family: 'galano_grotesquesemibold';
}

.edit_link {
    position: absolute;
    right: 0;
    bottom: 20px;
    color: #0074ff;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
}

.edit_link:hover {
    color: #000082;
    text-decoration: underline;
}

.h4flexbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 25px;
}

.h4flexbox .edit_link {
    position: relative;
    bottom: 0;
}

.h4flexbox h4 {
    margin-top: 0px;
}

.actg_intg3_box .accout_area_gutter {
    padding-left: 0px;
}

.actg_intg3_box .ac_notification_outer_row {
    margin-bottom: 0px;
    padding-right: 0px;
}

.actg_intg3_box .ac_notification_row {
    margin-bottom: 0px;
}

.actg_intg3,
.actg_intg5 {
    padding-bottom: 100px;
}


/* end 29.07.22 */


/* Accounting Integration end */


/* 02.08.22 start */

.new-on-off .onoff_area {
    float: unset;
    margin-left: 10px;
}

.ondeckbiz_flow .single_select_item .new-on-off label {
    margin-right: 0;
    flex: 0 0 80%;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 2px;
}

.ondeckbiz_flow .crd_on_off .single_select_item .new-on-off {
    display: flex;
    justify-content: space-between;
}

.ternsfer_step.trensfer_step2 {
    margin-bottom: 52px;
}

.trensfer_step3#step3 {
    margin-bottom: 60px;
}

.ternsfer_step.trensfer_step4#step4 {
    margin-bottom: 73px;
}

.actg_intg3_box .notification_shadow:after {
    width: unset;
}


/* 02.08.22 end */


/* 03.08.22 start */

.trensfer_step6 .step_btnOuter,
.trensfer_step7 .step_btnOuter,
.trensfer_step8 .step_btnOuter,
.trensfer_step9 .step_btnOuter {
    justify-content: flex-start;
}

.trensfer_step5 {
    margin-bottom: 117px;
}

.ternsfer_step.trensfer_step6 {
    margin-bottom: 104px;
    padding-left: 88px;
}

.trensfer_step7,
.trensfer_step11 {
    margin-bottom: 114px;
}

.trensfer_step9 {
    margin-bottom: 416px;
}

.ondeckbiz_flow .management_bar ul li a.signout_nav_ico_holder {
    color: #00008b;
    border: none;
    font-family: 'galano_grotesquesemibold';
    font-size: 12px;
}

a.signout_nav_ico_holder .signout_nav_ico {
    text-decoration: underline !important;
    font-family: 'galano_grotesquesemibold';
    color: #00008b;
    font-size: 12px;
}

a.signout_nav_ico_holder:hover {
    border-bottom: none !important;
}

.credit_and_card_info_part .dashboard_info_parts .credit_info_holder {
    box-shadow: 0px 3px 5px #0000001a;
}

.trensfer_step10 {
    margin-bottom: 90px;
}

.institute_logoOuter ul li.active .paymentInstitution.selectedBank img,
.institution_other .other_btn.active a {
    box-shadow: 0 0px 2px 5px rgb(131 238 206 / 30%);
}


/* 03.08.22 end */


/* 04.08.22 start */

#credit_limit_threshold {
    font-family: 'galano_grotesquesemibold' !important;
}

.ondeckbiz_flow .new_accout_area .parent_control_box .ac_notification_outer_row {
    border-bottom: none;
}

.account_management.new_info_d.clearfix .accout_area_gutter .accout_area_headline.clearfix h1 {
    margin-bottom: 40px;
}

.notification_list .notification_inner_list .ac_notification_row {
    margin: 30px 0px 0px;
}

.notification_list .notification_inner_list .accout_area_gutter.notification_shadow .notification_list_header h2 {
    font-size: 22px;
    margin-bottom: 0px;
}

.ondeckbiz_flow .new_accout_area .ac_notification_row .notification_content p {
    font-size: 12px;
    max-width: 370px;
}

.ondeckbiz_flow .onoff_area .switch {
    height: 31px;
    width: 50px;
}

.ondeckbiz_flow .new_accout_area .notification_list .notification_inner_list {
    margin-bottom: 30px;
}

.child_control_box .accout_area_gutter .ac_notification_row {
    margin-top: 25px;
}

.accout_area_gutter.notification_shadow .notification_list_header h3 {
    margin-bottom: 0;
}

.child_control_box.notification_shadow.disable_notification_sec_new.disable_notification_sec .notification_content h5 {
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .new_accout_area .ac_notification_row .off {
    width: 33px;
}

.account_frm .profile_tab.upcoming_travel .fld_outr {
    margin: 0 0 25px;
}

.profile_tab.upcoming_travel .btn_outr.button_center_mob.trvl_notice_btn {
    padding-top: 0;
    text-align: left;
    margin-top: 15px;
}

.profile_tab.upcoming_travel .fld_outr .errorText::before {
    display: none;
}

.profile_tab.upcoming_travel .fld_outr .errorText {
    padding-left: 0;
}

.ondeckbiz_flow .invalid_card.pg_invalid_card.name_error_div span img {
    padding-left: 0;
    height: 18px !important;
    width: 17px !important;
    object-fit: contain;
}

.travelnoticepage .accout_area h1 {
    margin-bottom: 27px;
}

.profile_tab.upcoming_travel .btn_outr.button_center_mob.trvl_notice_btn {
    width: 180px;
}

.desti_details .desti_cell.desti_cell_date.fromDate,
.desti_details .desti_cell.desti_cell_date.toDate {
    padding-right: 0;
    width: unset !important;
}

.destini_cell .destini_inr_cell.clearfix .edit_del {
    order: 3;
}

.destini_cell .destini_inr_cell.clearfix {
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.desti_table .desti_row .desti_cell:nth-child(2) {
    width: 47% !important;
}

.travelnoticepage .lang_title h2 {
    margin-bottom: 14px;
}

.travelnoticepage .accout_area .my_desti {
    margin: 46px 0 16px;
}

.account_management.accout_area_newContact.contact_bg_white .accout_area {
    margin-bottom: 40px;
}

.ondeckbiz_flow .account_management.accout_area_newContact.contact_bg_white .accout_area h2 {
    margin-bottom: 10px;
}

.account_management.accout_area_newContact.contact_bg_white .gray_bg .clearfix {
    display: flex;
}

.ondeckbiz_flow .accout_area_newContact .gray_bg .inner_bg_cell {
    padding-right: 0;
}

.notification_list .accout_area_gutter .notification_content h5 {
    font-family: 'galano_grotesqueregular';
}

.ternsfer_step.trensfer_step2 .step_btnOuter {
    margin-top: 0;
}

.edit_section.disable_edit_btn a.edit_btn {
    pointer-events: none;
    color: #959595;
    text-decoration: none;
}

.step4_content .edit_section {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ternsfer_step.trensfer_step6 .edit_section a.edit_btn {
    padding: 0;
}

.edit_form .form_box .form-control.bnk_form {
    padding: 30px 12px;
    border-radius: 15px;
    font-size: 16px;
}

.edit_form .form_box .form-control.bnk_form:focus {
    border-color: #0074ff;
    border-width: 2px;
    box-shadow: 0 0 0 5px rgb(131 238 206 / 30%);
}

.ternsfer_step.trensfer_step6 .edit_form {
    width: 100%;
    border-bottom: none;
}

.edit_form .form_box .invalid_card.pg_invalid_card span img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.edit_form .form_box .invalid_card.pg_invalid_card span.errorText {
    margin-left: 5px;
    padding-left: 0;
}

.edit_form .form_box .invalid_card.pg_invalid_card span.errorText::before {
    display: none;
}

.dashboard_card.relative_section .credit_and_card_info_part .credit_info_holder {
    min-height: 388px;
}

.dashboard_card.relative_section .credit_and_card_info_part .yourcard_top_part .auth_personal_card_box {
    min-height: 391px;
}

.dsbrd_card_dtls_rt .card_dtls_row .card_dtls_col.wd50 {
    width: 100%;
}


/* 04.08.22 end */


/* 05.08.22 starts */

.destini_cell .destini_inr_cell.clearfix .desti_details {
    flex: 0 0 93%;
}

.accounting-information .trnsfr_list_rightPnl {
    max-width: 100%;
}

.blue_txtholder {
    cursor: unset !important;
}

.blue_txtholder:hover {
    text-decoration: underline !important;
    color: #0074ff !important;
    cursor: unset !important;
}

.destini_cell .destini_inr_cell.clearfix .edit_del a {
    color: #0074ff;
}

.ternsfer_step.trensfer_step2 .ternsfer_subHdng {
    margin-top: 55px;
}

.login_sl_item {
    width: 100% !important;
}

.member_frm_new .fld_outr_new.name_fld_outr_new.clearfix .invalid_card.pg_invalid_card.name_error_div span img,
.fld_outr_new.clearfix .invalid_card.pg_invalid_card.name_error_div span img {
    display: none;
}

.member_frm_new .fld_outr_new input.add_fld,
.go_grn.addmember .member_frm_new .btn-group.bootstrap-select button.dropdown-toggle.selectpicker.btn-default {
    border-radius: 15px;
}

.member_frm_new .fld_outr_new input.add_fld:focus,
.member_frm_new .fld_outr_new input.add_fld:active,
.go_grn.addmember .member_frm_new .btn-group.bootstrap-select button.dropdown-toggle.selectpicker.btn-default:focus {
    border-width: 2px !important;
    border-color: #0074ff !important;
    box-shadow: 0 0 0 5px #7ac5fe6e;
}

.go_grn.addmember .btn_outr.next_but_compare .global_btn.btn-default.next_btn {
    border-radius: 15px;
}


/* 05.08.22 ends */


/* 08.08.22 starts */

.trensfer_step2#step2 .ternsfer_subHdng h3.primary_hdng {
    margin-bottom: 10px;
}

.trensfer_step2#step2 .ternsfer_para p.primary_para {
    margin-bottom: 20px;
}

.notification_list .notification_inner_list .notification_content p {
    max-width: unset !important;
}

.notification_list .notification_inner_list .notification_content p #credit_limit_threshold {
    display: inline-block;
}

.notification_list .notification_inner_list .notification_content p em #credit_limit_threshold {
    font-style: normal;
}

.notification_list .notification_inner_list .notification_content p a#changeAlert {
    font-size: 12px;
}

.invalid_card.pg_invalid_card.name_error_div img {
    display: block;
}

.spend_holder_body .spend_box_holder .spend_inner_box {
    min-height: 428px;
}

.password_view_controler.icon_24.hide_pass .show_password.name_error_div {
    padding-top: 0;
}

.password_view_controler.icon_24.hide_pass .show_password.name_error_div span img {
    width: unset;
}

.transation_area .transation_details .tranlist_row.dashboard_tranlist_row.five_col_row {
    border: 1px solid transparent;
}

.inner_lt_side_intereac .last_rdo_box .wellTxt input.editableSpace.amount_cell_input#custom_amount_interac {
    width: 270px !important;
    position: relative;
}

.inner_lt_side_intereac .last_rdo_box .wellTxt input.editableSpace.amount_cell_input#custom_amount_interac::placeholder {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
}

.new_continue_area_outer .continue_new_area_row.outline_continue_area_row .inner_continue_area_row .title_continue_area {
    text-align: left;
}

.ondeckbiz_flow .dropdown-menu .sub_account li a.business_active .img img:last-child {
    display: none !important;
}

.ondeckbiz_flow .dropdown-menu .sub_account li a.business_active .img img:first-child {
    display: block;
}

.ondeckbiz_flow .dropdown-menu .sub_account li a .img img:last-child {
    display: block;
}

.ondeckbiz_flow .dropdown-menu .sub_account li a .img img:first-child {
    display: none;
}

.ondeckbiz_flow .dropdown-menu .sub_account li a.business_active {
    color: #0074ff;
    border-bottom: 2px solid #0074ff;
}

.sub_account li a b {
    display: flex;
}

.sub_account li a .img img:last-child {
    display: block !important;
}

.sub_account li a:hover .img img:last-child {
    display: none !important;
}

.sub_account li a:hover .img img:first-child {
    display: block !important;
}

.account_management.new_info_d.my_cards form#accountForm {
    width: 100%;
}

.ternsfer_step.trensfer_step7 {
    padding-left: 88px;
}

.img_top_mob .offer_shape.offer_shape_point span {
    color: #000;
}

.points_area_market .right_activity_panel_lt.mobile_brim_points_box .brim_points_box {
    text-align: right;
}

.ternsfer_step.trensfer_step8,
.ternsfer_step.trensfer_step9,
.ternsfer_step.trensfer_step10,
.ternsfer_step.trensfer_step11,
.ternsfer_step.trensfer_step12 {
    padding-left: 88px;
    padding-bottom: 80px;
}


/* 08.08.22 ends */


/* 09.08.22 starts */

#traveladd .invalid_card.pg_invalid_card.name_error_div span img {
    display: inline-block;
}

.section.slide_section_container.slide_section_container_ecommerce .eShop_head_inner {
    justify-content: flex-start;
}

.dsbrd_eshop_slider .offer_shape .text-center span,
.dsbrd_eshop_slider .offer_shape .text-center b {
    color: #000;
}

.tranlist_row.tranlist_header.dashboard_tranlist_row.five_col_row:hover {
    border: none;
}

.tranlist_row.tranlist_header.dashboard_tranlist_row.five_col_row {
    border: none !important;
    border-bottom: 1px solid #dedede !important;
}

.new_continue_area_outer .continue_new_area_row.outline_continue_area_row .inner_continue_area_row .rdmdtshdr.p_date {
    margin-bottom: 25px;
}

.modal-body .make_payment_inr .make_tabmenu ul li:first-child,
.modal-body .make_payment_inr .make_tabmenu ul li:nth-child(2) {
    width: 100%;
    flex: 0 0 30%;
    border: 2px solid #0074ff;
}

.modal-body .make_payment_inr .make_tabmenu ul li:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-right: 0px;
}

.modal-body .make_payment_inr .make_tabmenu ul li:first-child a {
    border-radius: 0;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
}

.modal-body .make_payment_inr .make_tabmenu ul li:nth-child(2) a,
.modal-body .make_payment_inr .make_tabmenu ul li:nth-child(2) {
    border-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.modal-body .make_payment_inr .make_tabmenu ul li:nth-child(2) {
    border-left-color: transparent;
    border-left: 0px;
}

.modal-body .make_payment_inr .make_tabmenu ul li:nth-child(2).active {
    border-left-color: #0074ff;
}

.modal-body .make_payment_inr .make_tabmenu ul {
    border: none;
}

.modal-body .make_payment_inr .make_tabmenu ul li:last-child {
    flex: 0 0 35%;
    width: 100%;
    border: 2px solid #0074ff;
    border-radius: 18px;
    margin-left: auto;
}


/* 09.08.22 ends */


/* 10.08.22 starts */

.nwmodl_card.reward_me_card .nwmdl_crd_dtls {
    display: flex;
    flex-direction: column-reverse;
    text-align: right;
}

.nwmodl_card.reward_me_card .nwmdl_crd_dtls .nwcrdno_cell,
.nwmodl_card.reward_me_card .nwmdl_crd_dtls .nwmdl_crd_name {
    color: #0074ff;
}

.nwmodl_card.reward_me_card .nwmdl_crd_dtls .nwmdl_crd_name span {
    font-family: 'galano_grotesquesemibold';
}

.nwmodl_card.reward_me_card .nwmdl_crd_dtls .nwcrdno_cell {
    font-family: 'galano_grotesqueregular';
}

.amount_balance_holder .new_info_tip.xs_info_tip.left_tip.new_top_tooltip .info_tip.lg_info_tip.white_info_tip {
    top: -125px;
}

.right_activity_panel_lt .mob_right.psn_rltv.desktop_right_laurentian .info_tip.lg_info_tip.white_info_tip {
    top: auto;
    bottom: auto;
    margin-top: 20px;
}

.right_activity_panel_lt .mob_right.psn_rltv.desktop_right_laurentian .info_tip.lg_info_tip.white_info_tip::before {
    bottom: 56px;
    transform: translateX(-50%) rotate(0deg);
}

.right_activity_panel_lt .mob_right.psn_rltv.desktop_right_laurentian .info_tip.lg_info_tip.white_info_tip::after {
    top: -25%;
    transform: translateX(-50%) rotate(0deg);
}

.accout_area.new_ac_area.my_crd_full .new_your_card_part .raperDiv .new_info_tip .info_tip.lg_info_tip.white_info_tip {
    top: -224px;
}

.new_your_card_part.new_your_card_holder .raperDiv .info_tip.lg_info_tip.white_info_tip {
    top: -134px !important;
}


/* 10.08.22 ends */


/* 11.08.22 starts */

.new_btns_icon {
    display: flex;
    gap: 0 20px;
    margin-left: 14px;
}

.new_btns_icon .new_btns_holder.new_btns_holder_sbc .icn_btn_card.mob_crd_info {
    height: 52px;
}

.rt_side_cashback .new_continue_area_outer .continue_new_area_row h5.h5_cashback {
    text-align: left;
    margin-left: 20px;
}

.modal.fade.newSuccess.in .report_step.step1_rprt .inner_stp1_report h3 {
    font-family: 'galano_grotesquesemibold';
    font-size: 24px;
}

.modal-body.all_detail_container.card_select_new .btn_outr.next_but_compare {
    padding-top: 10px;
}

.modal.fade.newSuccess.in .report_step.step1_rprt .inner_stp1_report p a {
    color: #0074ff;
}

.report_step.step1_rprt .btn_outr.next_but_compare .lost_card_no_cls:hover {
    border-color: #00008b;
    box-shadow: none;
    color: #00008b !important;
}

.modal-content .all_detail_container .laurentian_close_new a {
    padding: 13px 60px;
    background-color: #0074ff;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    border-radius: 15px;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
}

.modal-content .all_detail_container .laurentian_close_new {
    text-align: center;
}

.modal-content .all_detail_container .laurentian_close_new a:hover {
    background-color: #000082;
}

.modal-content .all_detail_container .laurentian_close_new a:active,
.modal-content .all_detail_container .laurentian_close_new a:focus {
    box-shadow: 0 0px 0px 5px rgb(131 238 206 / 30%);
    background-color: #0074ff;
}

.report_step.step2_rprt .inner_stp1_report p a {
    color: #0074ff;
}

.report_step.step2_rprt .inner_stp1_report p a:hover {
    color: #00008b;
}

.all_detail_container.card_select_new.card_confirm_new h3 {
    color: #0074ff;
}

.all_detail_container.card_select_new.card_confirm_new p {
    text-align: center;
}


/* 11.08.22 ends */


/* 12.08.22 starts */

.make_payment_inr .make_tabmenu ul.pointsparentDivPay li:first-child {
    border-right-width: 0px;
}

.make_payment_inr .make_tabmenu ul.pointsparentDivPay li:nth-child(2) {
    border-left-width: 0px;
}

.make_payment_inr .make_tabmenu ul.pointsparentDivPay li {
    height: 54px;
}

#spend_details_modal .single_select_item .btn-group.bootstrap-select {
    width: 200px !important;
}


/* 12.08.22 ends */


/**Side Menu**/

.ondeckbiz_flow .account_management {
    background-color: #fff;
}

.ondeckbiz_flow .management_bar {
    width: 270px;
    padding: 115px 0 295px;
}

.ondeckbiz_flow .accout_area {
    margin: 115px 0 0 270px;
    padding-left: 115px;
    width: 100%;
}

.ondeckbiz_flow .account_hd {
    font-family: 'galano_grotesquesemibold';
    color: #000;
    font-size: 26px;
    margin-bottom: 25px;
}

.ondeckbiz_flow .management_bar ul li a {
    font-family: 'galano_grotesqueregular';
    color: #000;
    font-size: 16px;
    padding: 16px 0 18px;
    transition: 0.3s ease;
    padding-left: 0px;
    border-bottom: 2px solid #fff;
}

.ondeckbiz_flow .management_bar ul li a:hover {
    color: #0074ff;
    border-bottom: 2px solid #0074ff;
}

.ondeckbiz_flow .management_bar ul li.active a {
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    padding-left: 0px;
    border-bottom: 2px solid #0074ff;
}

.ondeckbiz_flow .management_bar ul li.active a b {
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .management_bar ul li.active:before,
.ondeckbiz_flow .management_bar ul li.active:first-child:before {
    content: "";
    border: 0;
    border-bottom: 2px solid #0074ff;
    width: calc(100% + 0px);
    background: transparent;
    z-index: 9;
}

.ondeckbiz_flow .management_bar ul li a .img {
    width: 24px;
    height: auto;
    margin-right: 12px;
    vertical-align: 0px;
}

.ondeckbiz_flow .management_bar ul li a span {
    margin-top: 0;
    max-width: 200px;
}

.ondeckbiz_flow .management_bar ul li:first-child {
    background-image: none;
}

.ondeckbiz_flow .management_bar ul li:first-child a span {
    color: unset;
}

.ondeckbiz_flow .sbc_side_logout {
    margin-top: 10px;
    padding-left: 5px;
}

.ondeckbiz_flow .sbc_side_logout a {
    display: block;
    padding: 0 20px;
    max-width: 180px;
    height: 50px;
    line-height: 46px;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    font-size: 16px;
    text-align: center;
    border: 2px solid #0074ff;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.ondeckbiz_flow .sbc_side_logout a:hover {
    border-color: #000082;
    color: #000082;
}

.ondeckbiz_flow .sbc_side_logout a:focus {
    border-color: #0074ff;
    background: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
}

.ondeckbiz_flow .sbc_side_logout a:active {
    background: #0074ff;
    color: #fff;
    box-shadow: none;
    border-color: #0074ff;
}


/**Side Menu**/


/* new sbc card page */

.ondeckbiz_flow .uploaded_picture {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    height: 100%;
}

.ondeckbiz_flow .uploaded_picture img {
    height: 100%;
}

.ondeckbiz_flow .accout_area .card_heading h2 {
    font-size: 36px;
}

.ondeckbiz_flow .new_your_card_part h4 {
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .your_crd_holder {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.ondeckbiz_flow .new_card_part {
    width: 210px;
    position: relative;
}

.ondeckbiz_flow .primary_card_box {
    padding-left: 20px;
}

.ondeckbiz_flow .primary_card_box .primary_crd_part {
    padding: 25px 20px;
    width: 345px;
    border-radius: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.ondeckbiz_flow .primary_card_box .primary_crd_part:hover {
    border: 1px solid #0074ff;
}

.ondeckbiz_flow .primary_card_box .primary_crd_part:focus {
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    border: 2px solid #0074ff;
}

.ondeckbiz_flow .primary_card_box .primary_crd_part:active {
    box-shadow: none;
    border: 2px solid #0074ff;
}

.ondeckbiz_flow .primary_card_box .primary_crd_part figure {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #0074ff;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ondeckbiz_flow .primary_card_box .primary_crd_part h5 {
    font-size: 20px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
    margin-bottom: 5px;
}

.ondeckbiz_flow .primary_card_box .primary_crd_part h6 {
    font-size: 12px;
    color: #000;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .primary_card_box .primary_crd_part .mem_details {
    padding-left: 14px;
}

.new_your_card_part+.new_your_card_part {
    margin-top: 20px;
}

.ondeckbiz_flow .total_cards_holder {
    display: flex;
    align-items: center;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.ondeckbiz_flow .mem_card_outer {
    padding: 0 10px;
    width: 25%;
    margin-bottom: 20px;
}

.ondeckbiz_flow .total_cards_holder .primary_crd_part {
    padding: 25px 10px;
    border-radius: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: block;
    text-align: center;
    border: 1px solid transparent;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.ondeckbiz_flow .total_cards_holder .primary_crd_part:hover {
    border: 1px solid #0074ff;
}

.ondeckbiz_flow .total_cards_holder .primary_crd_part:focus {
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    border: 2px solid #0074ff;
}

.ondeckbiz_flow .total_cards_holder .primary_crd_part:active {
    box-shadow: none;
    border: 2px solid #0074ff;
}

.ondeckbiz_flow .total_cards_holder .primary_crd_part figure {
    width: 60px;
    margin: 0 auto 15px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #0074ff;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ondeckbiz_flow .total_cards_holder .primary_crd_part h5 {
    font-size: 20px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
    margin-bottom: 3px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    line-height: 23px;
}


/* .ondeckbiz_flow .total_cards_holder .primary_crd_part h5:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTg
        iPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdy
        YWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9Ij
        EuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c
        3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Zm
        ZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZp
        bGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    0% 50%,
    100% 50%,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(80%, #ffffff),
    color-stop(100%, #ffffff)
  ); */


/* background-image: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 80%,
    #ffffff 100%
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 80%,
    #ffffff 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 80%,
    #ffffff 100%
  );
  pointer-events: none;
} */

.ondeckbiz_flow .total_cards_holder .primary_crd_part h6 {
    font-size: 14px;
    color: #000;
    font-family: 'galano_grotesqueregular';
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    line-height: inherit;
}


/* .ondeckbiz_flow .total_cards_holder .primary_crd_part h6:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz
        0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG
        RlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIg
        eTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR
        5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI
        2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybC
        gjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    0% 50%,
    100% 50%,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(80%, #ffffff),
    color-stop(100%, #ffffff)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 80%,
    #ffffff 100%
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 80%,
    #ffffff 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 80%,
    #ffffff 100%
  );
  pointer-events: none;
} */

.ondeckbiz_flow .total_cards_holder .add_mem {
    padding: 40px 20px;
    cursor: pointer;
    min-height: 170px;
    display: grid;
    align-items: center;
    justify-content: center;
}

.ondeckbiz_flow .add_mem span {
    width: 22px;
    display: block;
    margin: 0 auto 10px;
}

.ondeckbiz_flow .accout_area .add_mem p {
    color: #000;
    font-size: 12px;
    line-height: 20px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .your_carddetails_holder {
    max-width: 560px;
}

.ondeckbiz_flow .your_carddetails_holder h1 {
    margin-bottom: 20px;
}

.ondeckbiz_flow .your_card_box {
    padding-left: 20px;
    width: 80%;
}

.ondeckbiz_flow .mem_details h5 {
    font-size: 20px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
    margin-bottom: 5px;
}

.ondeckbiz_flow .mem_details h6 {
    font-size: 14px;
    color: #000;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .crd_on_off .single_select_item .new-on-off {
    line-height: initial;
    border-radius: 0;
    border: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.ondeckbiz_flow .crd_on_off .single_select_item {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

.ondeckbiz_flow .crd_on_off {
    padding: 20px 0;
    margin-top: 40px;
}

.ondeckbiz_flow .contact_area_main {
    padding-top: 0px;
    max-width: 100%;
}

.ondeckbiz_flow .contact_area_main:before {
    content: none;
}

.ondeckbiz_flow .info_blocks+.info_blocks {
    margin-top: 30px;
}

.ondeckbiz_flow .card_details_upper .new_card_part {
    width: 165px;
    position: relative;
}


/* .ondeckbiz_flow .yr_crd_new_full .new_btns_holder_sbc .icn_btn_card {
  width: 155px;
} */

.spend_lmt {
    width: 60% !important;
}

.ondeckbiz_flow #addemployeemodal .fld_col_12 {
    padding: 0 5px;
}

.ondeckbiz_flow .newSuccess .auto_height {
    max-height: 100%;
    overflow: visible;
}

.ondeckbiz_flow #card_dtls_modl .modal-title {
    font-size: 20px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow #card_dtls_modl .modal-header .close {
    background: url(../images/icon-dismiss.png) right top no-repeat;
    background-size: cover;
    margin: 0;
}

.ondeckbiz_flow #card_dtls_modl .modal-body {
    padding: 30px 30px 15px;
}

.ondeckbiz_flow .nwcrd_frm_blck label {
    letter-spacing: 0;
    font-family: 'galano_grotesquesemibold';
    font-size: 12px;
}

.ondeckbiz_flow .nwcrd_frm_inpt {
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow #yourcard_modal .nwcrd_dtls_modal_frm {
    margin-top: 0;
}

.ondeckbiz_flow .crd_inner_info {
    position: absolute;
    bottom: 14px;
    right: 13px;
    text-align: right;
    display: flex;
    flex-direction: column-reverse;
    /* height: 20px; */
}

.ondeckbiz_flow .crd_inner_info h6 {
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
    margin-bottom: 2px;
}

.ondeckbiz_flow .crd_inner_info span {
    color: #fff;
    font-size: 8px;
    text-transform: capitalize;
    display: block;
}

.ondeckbiz_flow .new_card_part_details .crd_inner_info h6 {
    font-size: 10px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .new_card_part_details .crd_inner_info span {
    font-size: 6px;
}

.ondeckbiz_flow .new_card_part_details .crd_inner_info {
    bottom: 10px;
}

.ondeckbiz_flow .remove_admin_btn_holder {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}

.ondeckbiz_flow .remove_admin_btn_holder a {
    display: flex;
    align-items: center;
    font-family: 'galano_grotesquebold';
    color: #0074ff;
    font-size: 12px;
    text-decoration: underline;
    text-transform: none;
}

.ondeckbiz_flow .remove_admin_btn_holder a:hover {
    color: #00008b
}

.ondeckbiz_flow .remove_admin_btn_holder a:hover span img {
    filter: brightness(0%);
}

.ondeckbiz_flow .remove_admin_btn_holder a:active {
    color: #00c1d5;
}

.ondeckbiz_flow .remove_admin_btn_holder a span {
    width: 16px;
    display: inline-block;
    margin-left: 10px;
}

.ondeckbiz_flow .upload_picture_holder .edit_profile_image {
    background-size: 18px;
    right: -2px;
    bottom: -5px;
}

.ondeckbiz_flow .your_crd_holder .upload_picture_holder {
    width: 100px;
    height: 100px;
    display: block;
    position: relative;
}

.ondeckbiz_flow .your_crd_holder .sbc_prof_img_initial {
    border-radius: 50%;
}

.ondeckbiz_flow #deleteadminmodal .modal-body {
    padding: 10px 50px;
}


/* new sbc dashboard */

.ondeckbiz_flow .user_name_sec {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fff;
}

.ondeckbiz_flow .user_name_sec h2 {
    font-size: 36px;
    line-height: 100%;
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
}

.user_full_bio {
    display: flex;
    align-items: center;
}

.ondeckbiz_flow .cmpny_name_holder {
    margin-top: 0;
    margin-left: 20px;
}

.ondeckbiz_flow .user_name_sec .uploaded_picture {
    width: 58px;
    height: 58px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    overflow: hidden;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.ondeckbiz_flow .cmpny_name_holder {
    margin-top: 5px;
}

.ondeckbiz_flow .user_full_bio {
    padding-left: 14px;
}

.ondeckbiz_flow .cmpny_name_holder ul {
    display: flex;
    align-items: center;
}

.ondeckbiz_flow .cmpny_name_holder ul li {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    padding: 0 10px;
    font-family: 'galano_grotesqueregular';
    line-height: 100%;
}

.ondeckbiz_flow .cmpny_name_holder ul li+li {
    border-left: 1px solid #000;
}

.ondeckbiz_flow .cmpny_name_holder ul li:last-child {
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .cmpny_name_holder ul li:first-child {
    padding-left: 0;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .left_usr_prt {
    display: flex;
    align-items: center;
}

.ondeckbiz_flow .dashboard_info_parts h3 {
    color: #222;
    font-size: 26px;
    font-family: 'galano_grotesquemedium';
    margin-bottom: 10px;
}

.ondeckbiz_flow .credit_info_holder {
    padding: 35px 30px 25px;
    background-color: #fff;
    border-radius: 4px;
    min-height: 458px;
}

.ondeckbiz_flow .amount_details_bx h5 {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .amount_details_bx h4 {
    font-size: 20px;
    color: #000;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .side-by-side {
    display: flex;
    align-items: center;
}

.ondeckbiz_flow .side-by-side h5 {
    margin-right: 20px;
    margin-bottom: 0 !important;
}

.dsbrd_prgress_holder {
    padding: 20px 0 15px;
}

.ondeckbiz_flow .dsbrd_prgress_holder .progress {
    border: 1px solid #0074ff;
    border-radius: 15px;
    height: 30px;
    background-color: #fff;
    box-shadow: none;
    margin: 0;
}

.ondeckbiz_flow .dsbrd_prgress_holder .progress-bar {
    background-color: #0074ff;
    box-shadow: none;
    border-radius: 15px;
}

.ondeckbiz_flow .dsbrd_prgress_holder .progress-bar-striped-custom {
    background-image: linear-gradient(-45deg, #0074ff 25%, transparent 25%, transparent 50%, #0074ff 50%, #0074ff 75%, transparent 75%, transparent);
    background-size: 8px 8px;
    background-color: #fff;
}

.ondeckbiz_flow .credit_and_card_info_part {
    padding: 40px 0 55px;
}

.ondeckbiz_flow .amount_balance_holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ondeckbiz_flow .top_limit_box {
    padding-bottom: 30px;
    border-bottom: 1px solid #a9a9a9;
}

.ondeckbiz_flow .bottom_limit_box {
    padding: 25px 0 10px;
}

.ondeckbiz_flow .balance_part_holder .amount_details_bx h4 {
    font-size: 22px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .balance_part_holder .amount_details_bx {
    margin-bottom: 24px;
    width: 50%;
}

.ondeckbiz_flow .balance_part_holder {
    display: flex;
    flex-wrap: wrap;
}

.ondeckbiz_flow .info_crd_btn_holder .global_btn,
.ondeckbiz_flow .mob_responsive_btn .global_btn {
    padding: 14px 25px;
    background: #fff;
    font-family: 'galano_grotesqueregular';
    color: #0074ff;
    border: 2px solid #0074ff;
    font-size: 16px;
    border-radius: 15px;
    letter-spacing: 0;
}

.ondeckbiz_flow .mob_responsive_btn .global_btn {
    line-height: 40px;
}

.ondeckbiz_flow .info_crd_btn_holder .global_btn:hover,
.ondeckbiz_flow .mob_responsive_btn .global_btn:hover {
    color: #000082;
    background-color: transparent !important;
    border: 2px solid #000082;
}

.ondeckbiz_flow .info_crd_btn_holder .global_btn:focus,
.ondeckbiz_flow .mob_responsive_btn .global_btn:focus {
    outline: 0;
    background-color: transparent !important;
    color: #0074ff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3) !important;
    outline: 0;
    border: 2px solid #0074ff;
}

.ondeckbiz_flow .info_crd_btn_holder .global_btn:active,
.ondeckbiz_flow .mob_responsive_btn .global_btn:active {
    box-shadow: none;
    background-color: #0074ff !important;
    color: #fff;
    border-color: #0074ff;
}

.ondeckbiz_flow .make_btn {
    background-color: #0074ff;
    border: 2px solid #0074ff;
    color: #fff;
    border-radius: 15px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .make_btn:hover {
    background-color: #000082;
    color: #fff;
    border: 2px solid #000082;
}

.ondeckbiz_flow .yourcard_top_part {
    margin-bottom: 35px;
}

.ondeckbiz_flow .personal_card_box {
    padding: 30px 20px 30px 20px;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    border: 1px solid transparent;
}

.ondeckbiz_flow .personal_card_box:hover {
    border: solid 1px #0074ff;
}

.ondeckbiz_flow .personal_card_box:focus {
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    border: 1px solid #0074ff;
}

.ondeckbiz_flow .personal_card_box:active {
    box-shadow: none;
    border: 1px solid #0074ff;
}

.ondeckbiz_flow .auth_personal_card_box .amount_details_bx h4 {
    font-size: 15px;
}

.ondeckbiz_flow .dashboard_card_details_box .new_card_part {
    width: 140px;
}

.ondeckbiz_flow .dashboard_card_details_box .new_card_part_details .crd_inner_info h5 {
    font-size: 10px;
    color: #fff;
    margin-bottom: 2px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .dsbrd_card_dtls_rt {
    padding-left: 20px;
    width: 72%;
}

.ondeckbiz_flow .card_dtls_row {
    width: 100%;
    display: flex;
    align-items: center;
}

.ondeckbiz_flow .card_dtls_col.wd60 {
    width: 60%;
}

.ondeckbiz_flow .side-by-side .mrgnrt30 {
    margin-right: 30px !important;
}

.ondeckbiz_flow .dot_tips {
    position: absolute;
    right: 20px;
    width: 20px;
    top: 15px;
    cursor: pointer;
}

.ondeckbiz_flow .dashboard_card_details_box {
    display: flex;
    align-items: center;
}

.ondeckbiz_flow .card_dtls_row+.card_dtls_row {
    margin-top: 20px;
}

.ondeckbiz_flow .employee_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

.ondeckbiz_flow .employee_head .lft_emply {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.ondeckbiz_flow .employee_head .lft_emply h3 {
    margin: 0 15px 0 0 !important;
}

.ondeckbiz_flow .see_all_emply {
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    color: #0074ff;
    text-decoration: none;
}

.ondeckbiz_flow .see_all_emply:hover {
    color: #0074ff;
    text-decoration: underline;
}

.ondeckbiz_flow .see_all_emply:active {
    color: #00c1d5;
}

.ondeckbiz_flow .rt_srch {
    width: 76%;
    text-align: right;
    position: absolute;
    right: 0;
    top: -10px;
}

.ondeckbiz_flow .rt_srch input[type="search"] {
    width: 180px;
    border: 1px solid #767676;
    border-radius: 15px;
    padding: 0 50px 0 15px;
    color: #000;
    font-size: 14px;
    font-family: 'galano_grotesqueregular';
    line-height: 36px;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    position: relative;
    z-index: 3;
}

.ondeckbiz_flow .srch_icn_bx {
    width: 20px;
    background-image: url(../images/searcicon.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 50%;
    height: 20px;
    z-index: 4;
    cursor: pointer;
    transform: translateY(-50%);
}

.ondeckbiz_flow .rt_srch input[type="search"] {
    width: 230px;
    border-radius: 15px;
    color: #767676;
    font-size: 14px;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .rt_srch input[type="search"]:focus {
    border: solid 2px #0074ff;
    box-shadow: 0 0 0 5px rgba(168, 208, 255, 0.2);
}


/* .ondeckbiz_flow .rt_srch input[type="search"]:focus{
    width: 100%;
    border: 1px solid #0074ff;
    box-shadow: 0 0px 0px 5px rgba(0, 125, 147,.30);
} */

.search_employee {
    box-shadow: 0 0 0 5px #7ac5fe;
}

.ondeckbiz_flow .employee_srch_rslt {
    text-align: left;
    padding: 20px 25px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgb(0, 0, 0, 0.3);
    margin-top: 10px;
    position: absolute;
    right: 0;
    width: 100%;
    display: none;
    z-index: 2;
}

.ondeckbiz_flow .employee_srch_box {
    position: relative;
}

.ondeckbiz_flow .employee_srch_rslt h4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 25px;
    font-family: 'galano_grotesquesemibold';
}


/* .ondeckbiz_flow .employee_srch_rslt ul li + li {
    margin-top: 10px;
    border-top: 1px solid #979797;
    padding-top: 20px;
} */

.ondeckbiz_flow .employee_srch_rslt ul li:last-child {
    margin-bottom: 0;
}

.ondeckbiz_flow .employee_srch_rslt ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #979797;
    margin-bottom: 20px;
}

.ondeckbiz_flow .employee_srch_rslt ul li span {
    font-size: 16px;
    color: #000;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .employee_srch_rslt ul li a {
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    text-decoration: underline;
}

.ondeckbiz_flow .employee_srch_rslt ul li a:hover {
    color: #0074ff;
}

.ondeckbiz_flow .employee_srch_rslt ul li a:active {
    color: #00c1d5;
}

.ondeckbiz_flow .yourcard_bottom_part {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.ondeckbiz_flow .outer_btm_crd {
    padding: 0 7px;
    width: 50%;
    margin-bottom: 14px;
}

.ondeckbiz_flow .inner_btm_crd {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0, 0, 0, 0.3);
    padding: 20px 18px;
    cursor: pointer;
    border: 1px solid transparent;
}

.ondeckbiz_flow .inner_btm_crd:hover {
    border: solid 1px #0074ff;
}

.ondeckbiz_flow .inner_btm_crd:focus {
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    border: 1px solid #0074ff;
}

.ondeckbiz_flow .inner_btm_crd:active {
    box-shadow: none;
    border: 1px solid #0074ff;
}

.ondeckbiz_flow .inner_btm_crd .dsbrd_prgress_holder .progress {
    border-radius: 7px;
    height: 14px;
}

.ondeckbiz_flow .inner_btm_crd .dsbrd_prgress_holder {
    padding: 8px 0;
}

.ondeckbiz_flow .inner_btm_crd h5 {
    font-size: 16px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .spent_amnt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ondeckbiz_flow .spent_amnt h6 {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .spent_amnt span {
    font-size: 16px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .inner_btm_crd .dsbrd_prgress_holder .progress-bar-striped-custom {
    background-size: 4px 4px;
}

.ondeckbiz_flow .employee_part .make_btn {
    margin-left: 0;
}

.ondeckbiz_flow .employee_part .dashboard_card_details_box {
    flex-wrap: wrap;
}

.ondeckbiz_flow .employee_part .dashboard_card_details_box .new_card_part {
    width: 290px;
    margin: 15px auto 30px;
}

.ondeckbiz_flow .employee_part .dsbrd_card_dtls_rt {
    padding-left: 0px;
    width: 100%;
    border-top: 1px solid #a9a9a9;
    padding-top: 28px;
}

.ondeckbiz_flow .employee_part .auth_personal_card_box .dsbrd_card_dtls_rt {
    padding-top: 39px;
}

.ondeckbiz_flow .employee_part .yourcard_top_part {
    margin-bottom: 0;
}

.ondeckbiz_flow .card_dtls_col.wd50 {
    width: 50%;
}

.mrgnrt86 {
    margin-right: 86px !important;
}

.mrgnrt35 {
    margin-right: 35px !important;
}

.ondeckbiz_flow .employee_part .dashboard_card_details_box .new_card_part_details .crd_inner_info h6 {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.ondeckbiz_flow .employee_part .dashboard_card_details_box .new_card_part_details .crd_inner_info h5 {
    font-size: 12px;
    margin-bottom: 3px;
    letter-spacing: 1px;
}

.ondeckbiz_flow .spend_graph_part {
    background-color: #fff;
    padding: 80px 0 95px;
}

.ondeckbiz_flow .spend_graph_part h3 {
    color: #000;
    font-size: 26px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .dashbrd_graph_holder {
    display: flex;
    margin: 0 -10px;
}

.ondeckbiz_flow .graph_col_outer.wdd35 {
    padding: 0 10px;
    width: 35%;
}

.ondeckbiz_flow .graph_col_outer.wdd65 {
    padding: 0 10px;
    width: 65%;
}

.ondeckbiz_flow .graph_col_inner {
    background-color: #f7f7f7;
    border-radius: 4px;
    padding: 30px;
}

.ondeckbiz_flow .graph_col_inner h4 {
    font-family: 'galano_grotesquesemibold';
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.mob_responsive_btn {
    display: none;
}

.ondeckbiz_flow .multiclr_barchart .progress {
    border: 1px solid #2d7581;
    border-radius: 14.5px;
    height: 29px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: none;
    width: 99.9%;
}

.food-prgrs {
    background-color: #d83f7b;
}

.travel-prgrs {
    background-color: #ff9a62;
}

.home-prgrs {
    background-color: #f0c835;
}

.health-prgrs {
    background-color: #00d7a7;
}

.shopping-prgrs {
    background-color: #a76ab2;
}

.transportation-prgrs {
    background-color: #426a98;
}

.miscellaneous-prgrs {
    background-color: #a3b3c5;
}

.entertainment-prgrs {
    background-color: #ed5959;
}

.tech-prgrs {
    background-color: #2e9fdb;
}

.groceries-prgrs {
    background-color: #5db34d;
}

.ondeckbiz_flow .multiclr_barchart .progress-bar {
    color: #000;
    cursor: pointer;
    box-shadow: none;
    border-radius: 0;
}

[data-ttip] {
    position: absolute;
    z-index: 2;
}

.progress-indicator {
    position: absolute;
    bottom: -57px;
    left: -70px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
}

.tooltipped:hover .progress-indicator {
    visibility: visible;
    opacity: 1;
}

[data-ttip]:before {
    position: absolute;
    z-index: 2;
    padding: 10px 10px 10px 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0, 0, 0, 0.2);
    bottom: -73px;
    background-color: #fff;
    left: 50%;
    margin-left: -80px;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-family: 'galano_grotesquesemibold';
    min-width: 202px;
    content: attr(data-ttip);
    text-align: left;
}

.food-prgrs [data-ttip]:after {
    background-color: #d83f7b;
}

.food-prgrs [data-ttip]:before {
    min-width: 155px;
}

.travel-prgrs [data-ttip]:after {
    background-color: #ff9a62;
}

.travel-prgrs [data-ttip]:before {
    min-width: 162px;
}

.home-prgrs [data-ttip]:after {
    background-color: #f0c835;
}

.home-prgrs [data-ttip]:before {
    min-width: 155px;
}

.health-prgrs [data-ttip]:after {
    background-color: #00d7a7;
}

.health-prgrs [data-ttip]:before {
    min-width: 155px;
}

.shopping-prgrs [data-ttip]:after {
    background-color: #a76ab2;
    left: -146px;
}

.shopping-prgrs [data-ttip]:before {
    min-width: 173px;
    margin-left: -155px;
}

.transportation-prgrs [data-ttip]:after {
    background-color: #426a98;
    left: -174px;
}

.transportation-prgrs [data-ttip]:before {
    min-width: 202px;
    margin-left: -185px;
}

.miscellaneous-prgrs [data-ttip]:after {
    background-color: #a3b3c5;
    left: -174px;
}

.miscellaneous-prgrs [data-ttip]:before {
    min-width: 195px;
    margin-left: -185px;
}

.entertainment-prgrs [data-ttip]:after {
    background-color: #ed5959;
    left: -174px;
}

.entertainment-prgrs [data-ttip]:before {
    min-width: 195px;
    margin-left: -185px;
}

.tech-prgrs [data-ttip]:after {
    background-color: #2e9fdb;
    left: -123px;
}

.tech-prgrs [data-ttip]:before {
    min-width: 140px;
    margin-left: -135px;
}

.groceries-prgrs [data-ttip]:after {
    background-color: #5db34d;
    left: -150px;
}

.groceries-prgrs [data-ttip]:before {
    min-width: 165px;
    margin-left: -160px;
}


/* [data-ttip]:after {
  position: absolute;
  bottom: -57px;
  left: -70px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: " ";
  z-index: 3;
} */

[data-ttip]:before {
    visibility: hidden;
    opacity: 0;
}

.tooltipped:hover [data-ttip]:before {
    visibility: visible;
    opacity: 1;
}

.ondeckbiz_flow .multiclr_barchart .progress_hov {
    position: absolute;
    z-index: 2;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0, 0, 0, 0.2);
    bottom: -45px;
    background-color: #fff;
    display: none;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
}

.ondeckbiz_flow .multiclr_barchart .color_tip {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: block;
}

.ondeckbiz_flow .multiclr_barchart .progress_hov h6 {
    margin: 0;
    padding-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .multiclr_barchart .progress_hov em {
    font-style: normal;
    font-size: 12px;
    color: #767676;
    padding-left: 5px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .multiclr_barchart .progress-bar:hover .progress_hov {
    display: flex;
    width: 180px;
}

.ondeckbiz_flow .credit_lmt_chart_part {
    padding: 25px 20px 0;
}

.ondeckbiz_flow .credit_lmt_chart_part_inner {
    border-bottom: 1px solid #a9a9a9;
    padding-bottom: 20px;
}

.ondeckbiz_flow .multiclr_barchart {
    padding-top: 20px;
}

.ondeckbiz_flow .multiclr_barchart .progress-bar:first-child .progress_hov {
    left: 0;
    transform: none;
}

.ondeckbiz_flow .lock_card.active span {
    background-image: url(../images/lock_crd.png);
    background-size: 20px 20px;
}

.ondeckbiz_flow .lock_onln.active span {
    background-image: url(../images/lock_online.png);
    background-size: 20px auto;
}

.ondeckbiz_flow .lock_frgn.active span {
    background-image: url(../images/lock_foreign.png);
    background-size: 20px 20px;
}

.ondeckbiz_flow .lock_card span {
    background-image: url(../images/crd_lock_off.png);
    background-size: 20px 20px;
}

.ondeckbiz_flow .lock_onln span {
    background-image: url(../images/lock_online_off.png);
    background-size: 20px 20px;
}

.ondeckbiz_flow .lock_frgn span {
    background-image: url(../images/lock_foreign_off.png);
    background-size: 20px 20px;
}

.ondeckbiz_flow .left_total_function a {
    background-color: #0074ff;
    color: #fff;
    display: flex;
    align-items: center;
    width: auto;
    justify-content: center;
    height: 34px;
    border: 2px solid #0074ff;
    border-radius: 15px;
    padding: 0 12px;
    font-family: 'galano_grotesquesemibold';
    font-size: 15px;
    height: 52px;
}

.ondeckbiz_flow .left_total_function .lock_card {
    width: 150px;
}

.ondeckbiz_flow .left_total_function .lock_onln {
    width: 150px;
}

.ondeckbiz_flow .left_total_function .lock_frgn {
    width: 150px;
}

.ondeckbiz_flow .card_function_cntrl {
    display: flex;
    align-items: center;
    padding: 20px 20px 30px;
}

.ondeckbiz_flow .left_total_function {
    display: flex;
    width: 70%;
}

.ondeckbiz_flow .rght_purchase_notification {
    width: 34%;
    display: flex;
    justify-content: flex-end;
}

.ondeckbiz_flow .left_total_function a.active {
    color: #0074ff;
    background-color: #fff;
}

.ondeckbiz_flow .left_total_function a+a {
    margin-left: 10px;
}

.ondeckbiz_flow .left_total_function a span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.ondeckbiz_flow .rght_purchase_notification .on_of_label .on,
.on_of_label .off {
    margin-right: 5px;
    font-size: 14px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
    text-transform: uppercase;
    width: 21px;
}

.ondeckbiz_flow .rght_purchase_notification .on_of_label label {
    color: #000;
    font-size: 16px;
    margin-right: 0;
    font-family: 'galano_grotesquesemibold';
    max-width: 115px;
}

.ondeckbiz_flow .card_dtls_copy_part {
    padding: 0 20px 15px;
}

.ondeckbiz_flow .card_dtls_copy_part .nwcrd_frm_blck {
    margin-bottom: 15px;
}

.ondeckbiz_flow .left_total_function a em {
    font-style: normal;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .page_load_stat {
    background-image: url(../images/ondeckbiz/loader_ripple.gif?v=1.3);
}

.ondeckbiz_flow .application_laststep h2 {
    letter-spacing: 0px;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .slider-horizontal .rng_value {
    letter-spacing: 1.03px;
    font-size: 40px;
    font-family: 'galano_grotesquesemibold';
    width: 200px;
    border: 2px solid #767676;
    border-radius: 15px;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
    color: #0074ff;
}

.ondeckbiz_flow .rangeslider__handle {
    background: #0074ff;
}

.ondeckbiz_flow .rangeslider--horizontal .rangeslider__fill {
    background-color: #0074ff;
}

.ondeckbiz_flow .price_Range .slider.slider-horizontal:before {
    display: none;
}

.ondeckbiz_flow .price_Range .slider.slider-horizontal:after {
    display: none;
}

.ondeckbiz_flow .application_laststep .slider-horizontal .rng_new_range {
    color: #0074ff;
}

.ondeckbiz_flow .value_left_top {
    font-size: 18px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .value_right_top {
    font-size: 18px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .application_laststep .next_but_compare .global_btn.back_btn {
    padding-left: 0px;
    background-image: none !important;
    border-radius: 4px;
    background-color: #fff !important;
    border: 2px solid #0074ff;
    color: #0074ff;
    width: 150px !important;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
}

.ondeckbiz_flow .application_laststep .next_but_compare .global_btn.back_btn:hover {
    border: 2px solid #000082;
    color: #000082;
}

.ondeckbiz_flow .application_laststep .next_but_compare .global_btn.back_btn:focus {
    color: #0074ff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    outline: 0;
    border-color: #0074ff;
}

.ondeckbiz_flow .application_laststep .next_but_compare .global_btn.back_btn:active {
    color: #0074ff;
    border-color: #0074ff;
}

.ondeckbiz_flow .application_laststep .next_but_compare .global_btn.next_btn {
    background-image: none !important;
    width: 150px !important;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    background-color: #0074ff !important;
    color: #fff;
}

.ondeckbiz_flow .application_laststep .next_but_compare .global_btn.next_btn:hover {
    background-color: #000082 !important;
    color: #fff;
}

.ondeckbiz_flow .application_laststep .next_but_compare .global_btn.next_btn:focus {
    background-color: #0074ff !important;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    outline: 0;
}

.ondeckbiz_flow .application_laststep .next_but_compare .global_btn.next_btn:active {
    background-color: #0074ff !important;
    color: #fff;
    border-color: #0074ff;
}

.ondeckbiz_flow .card_select_new h3 {
    letter-spacing: 0px;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .card_confirm_new p {
    margin-bottom: 15px;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .newSuccess .all_detail_container .confirm_card_txt h4 {
    font-size: 14px;
    margin-bottom: 8px;
    text-align: left;
}

.ondeckbiz_flow .confirm_card_txt p {
    letter-spacing: 0px;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .confirmsingle_text label {
    font-size: 14px;
    font-family: 'galano_grotesqueregular';
}

.ondeckbiz_flow .confirmsingle_text .show_email {
    font-family: 'galano_grotesqueregular';
    padding-bottom: 20px;
}

.ondeckbiz_flow .card_select_new .next_but_compare .global_btn.back_btn {
    background-color: #fff !important;
    color: #0074ff;
    border: 2px solid #0074ff;
    line-height: 46px;
}

.ondeckbiz_flow .confirmsingle_text .show_phonenumber {
    font-size: 16px;
}

.ondeckbiz_flow #addemployeemodal .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 300px !important;
}

.ondeckbiz_flow #confirm_card_details .modal-content {
    overflow: hidden;
}

.ondeckbiz_flow .srch_scroll {
    max-height: 200px;
    overflow: auto;
}

.ondeckbiz_flow .employee_srch_box .close_rcnt_src_txt {
    right: 37px;
    background-color: transparent;
    border: 0;
    outline: 0;
}

.ondeckbiz_flow .dsbrd_eshop_slider .slick-arrow,
.dsbrd_eshop_slider_mrktnk .slick-arrow {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.ondeckbiz_flow .dsbrd_eshop_slider .slick-arrow .fa,
.dsbrd_eshop_slider_mrktnk .slick-arrow .fa {
    margin-top: -2px;
}

.ondeckbiz_flow #addadminmodal .fld_col_12 {
    padding: 5px;
}

.ondeckbiz_flow .new_your_card_part h4 p {
    margin-top: 5px;
    margin-bottom: 30px;
}

.ondeckbiz_flow .dot_locks {
    position: absolute;
    right: 20px;
    top: 15px;
    pointer-events: none;
    font-size: 0;
}

.ondeckbiz_flow .dot_locks li {
    width: 17px;
    display: inline-block;
    margin: 0 2px;
    text-align: center;
}

.ondeckbiz_flow .dot_locks li img {
    height: 15px;
}

.ondeckbiz_flow .uploaded_picture_without_image {
    background-color: #0074ff;
    color: #fff;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
}


/**Added on 07.04.2021**/

.ondeckbiz_flow .add_admin_info {
    text-align: left;
}

.ondeckbiz_flow .slick-current.brim_card_slider_user_item .brim_card_slider_user_inner {
    -webkit-transform: scale(1.35);
    -moz-transform: scale(1.35);
    -ms-transform: scale(1.35);
    transform: scale(1.35);
}

.ondeckbiz_flow .brim_card_slider_user .slick-track {
    transform: none !important;
}

.ondeckbiz_flow .ern_type_selectbox.is_stuck {
    padding: 8px 10px !important;
}

.ondeckbiz_flow .blank_container p {
    font-size: 16px;
    line-height: 22px;
    font-family: 'galano_grotesqueregular';
    letter-spacing: 0;
    max-width: 340px;
    margin: 0 auto;
}

.ondeckbiz_flow #noCurrentInstallment .round_blnk_img,
.ondeckbiz_flow #noEligibleInstallment .round_blnk_img,
.ondeckbiz_flow #noPastInstallment .round_blnk_img {
    padding: 0px;
}

.ondeckbiz_flow #noCurrentInstallment .basic_btn,
.ondeckbiz_flow #noPastInstallment .basic_btn {
    font-size: 16px;
    padding: 15px 25px;
    border-radius: 4px;
    letter-spacing: 0;
    background-color: #0074ff;
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow #noCurrentInstallment .basic_btn:hover,
.ondeckbiz_flow #noPastInstallment .basic_btn:hover {
    background-color: #0068b8;
    color: #fff;
    opacity: 1;
}

.ondeckbiz_flow #noCurrentInstallment .basic_btn:focus,
.ondeckbiz_flow #noPastInstallment .basic_btn:focus {
    background-color: #0074ff !important;
    color: #fff;
    box-shadow: 0 0 0 5px #7ac5fe !important;
    outline: 0;
}

.ondeckbiz_flow #noCurrentInstallment .basic_btn:active,
.ondeckbiz_flow #noPastInstallment .basic_btn:active {
    background-color: #d8ecfd;
    color: #222222;
    border-color: #222222;
    box-shadow: none;
}


/* add for auth user  */

.ondeckbiz_flow.authuser_body .payOptTabs .make_tabmenu ul:after {
    width: 50%;
    display: none;
}

.ondeckbiz_flow.authuser_body .payOptTabs .make_tabmenu .interacparentDivPay:after {
    left: 50%;
}

.ondeckbiz_flow #acount_flagged_id .modal-footer {
    display: none;
}

.ondeckbiz_flow .info_crd_btn_holder .make_btn,
.ondeckbiz_flow .info_crd_btn_holder .global_btn {
    width: unset;
    text-align: center;
}

.ondeckbiz_flow .Card_Lock_Modal_body p {
    letter-spacing: 0;
    font-family: 'galano_grotesqueregular';
    line-height: 24px;
}


/* sbc admin flow */

.sbc_login.sbc_admin_activation .payment-form.activation-payment-form .new_frm_area {
    padding: 0px 0 100px !important;
    background: #fff;
    min-height: 450px;
}

.sbc_login.sbc_admin_activation .active_card_menu {
    text-align: center;
    position: relative;
}

.sbc_login.sbc_admin_activation .active_card_menu_new>ul {
    font-size: 0px;
}

.sbc_login.sbc_admin_activation .active_card_menu li {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    width: 33%;
    position: relative;
}

.sbc_login.sbc_admin_activation .active_card_menu_new li:first-child:before {
    border-bottom: 3px solid #0074ff !important;
}

.sbc_login.sbc_admin_activation .active_card_menu_new li:after {
    height: 24px;
    width: 24px;
    position: absolute;
    bottom: -11px;
    right: -1px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    content: "";
    background-image: url(../images/ondeckbiz/checkmark_not_ompleted@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain !important;
    z-index: 2;
}

.sbc_login.sbc_admin_activation .active_card_menu li a {
    display: block;
    font-size: 14px;
    border-bottom: 3px solid #d9d9d9;
    font-family: 'galano_grotesquesemibold';
    color: #000;
    text-transform: uppercase;
    padding: 25px 10px;
    margin: 0 -3px;
    pointer-events: none;
}

.sbc_login.sbc_admin_activation .tab-content {
    background: #fff;
    padding: 60px 25px 25px;
}

.sbc_login.sbc_admin_activation .frm_wrap {
    max-width: 630px;
    margin: 0px auto;
}

.sbc_login.sbc_admin_activation .pg_progress {
    background-color: #0074ff;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.sbc_login.sbc_admin_activation .setup_content_header {
    text-align: center;
    max-width: 100%;
    margin: 0px auto 30px;
}

.sbc_login.sbc_admin_activation .setup_content_header h1 {
    margin-bottom: 30px;
    font-size: 36px;
    color: #0074ff;
    letter-spacing: 0;
    line-height: 46px;
    font-family: 'galano_grotesquesemibold';
}

.sbc_login.sbc_admin_activation .setup_content_header h4 {
    font-size: 21px;
    line-height: 27px;
    color: #454545;
    font-family: 'galano_grotesqueregular';
}

.sbc_login.sbc_admin_activation p {
    font-size: 16px;
    color: #454545;
    font-family: 'galano_grotesqueregular';
    line-height: 22px;
    letter-spacing: 0;
}

.sbc_login.sbc_admin_activation .payment-form .validate_frm label {
    font-family: 'galano_grotesquesemibold';
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 8px;
}

.sbc_login.sbc_admin_activation .form-group .form-control,
.sbc_login.sbc_admin_activation .form-group .bootstrap-select>.btn,
.sbc_login.sbc_admin_activation .payment-form .bootstrap-select .btn-default {
    min-height: 60px;
    height: auto;
    line-height: 35px;
    border-radius: 4px;
    border: 2px solid #767676 !important;
    font-size: 16px;
    box-shadow: none;
    color: #000;
}

.sbc_login.sbc_admin_activation .form-group .bootstrap-select>.btn,
.sbc_login.sbc_admin_activation .payment-form .bootstrap-select .btn-default {
    background-color: transparent !important;
}

.sbc_login.sbc_admin_activation .form-group .form-control:focus,
.sbc_login.sbc_admin_activation .form-group .bootstrap-select>.btn:focus,
.sbc_login.sbc_admin_activation .payment-form .bootstrap-select .btn-default:focus {
    border: 2px solid #007d96 !important;
    box-shadow: 0 0px 0px 5px rgba(0, 125, 147, 0.3) !important;
}

.sbc_login.sbc_admin_activation .dropdown-menu>li>a:focus,
.sbc_login.sbc_admin_activation .dropdown-menu>li>a:hover {
    color: #0074ff;
    background-color: transparent;
}

.sbc_login.sbc_admin_activation .form-control:focus {
    border: 2px solid #007d96 !important;
    box-shadow: 0 0px 0px 5px rgba(0, 125, 147, 0.3) !important;
    border-color: #007d96 !important;
}

.sbc_login.sbc_admin_activation {
    background-color: #fff;
}

.sbc_login.sbc_admin_activation .v_card_head {
    margin-bottom: 30px;
}

.sbc_login.sbc_admin_activation .payment-form {
    overflow: hidden;
    margin-top: 70px;
}

.sbc_login.sbc_admin_activation .active_card_menu_new li:first-child:before {
    width: 5000px;
    position: absolute;
    bottom: 0px;
    height: 0px;
    border-bottom: 3px solid #0074ff;
    content: "";
    right: 100%;
}

.sbc_login.sbc_admin_activation .active_card_menu_new li:last-child:before {
    border-bottom: 3px solid #d9d9d9;
    width: 5000px;
    position: absolute;
    bottom: 0px;
    height: 0px;
    content: "";
    left: 100%;
}

.sbc_login.sbc_admin_activation .pg_invalid_card,
.sbc_login.sbc_admin_activation .aqclass {
    font-size: 14px !important;
    color: #fc0000 !important;
    font-family: 'galano_grotesqueregular' !important;
    padding-left: 10px;
    position: relative !important;
    line-height: 16px;
    letter-spacing: 0;
    font-style: normal !important;
    margin-top: 10px !important;
    text-align: left;
    bottom: unset !important;
}

.sbc_login.sbc_admin_activation .pg_invalid_card:after,
.sbc_login.sbc_admin_activation .aqclass:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 4px;
    content: "";
    background-color: #ff6c6c;
}

.sbc_login.sbc_admin_activation .frm_wrap_mailactivation .pg_invalid_card {
    top: 5px !important;
}

.sbc_login.sbc_admin_activation .form-group .form-control.errored {
    background-color: rgba(255, 108, 108, 0.05) !important;
    border: 2px solid #ff6c6c !important;
}

.sbc_login.sbc_admin_activation .form-control {
    font-size: 16px;
    color: #181818 !important;
    font-family: 'galano_grotesqueregular';
}

.sbc_login.sbc_admin_activation .global_btn.save_btn {
    color: #fff;
    background-color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    min-width: 175px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    background-image: none;
    padding: 0px 20px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    line-height: 50px;
    height: 50px;
}

.sbc_login.sbc_admin_activation .global_btn.save_btn {
    color: #fff;
    background-color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    min-width: 175px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    background-image: none;
    padding: 0px 20px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    line-height: 50px;
    height: 50px;
}

.sbc_login.sbc_admin_activation .global_btn.save_btn:hover {
    background-color: #0068b8 !important;
    background-image: none;
    color: #fff;
}

.sbc_login.sbc_admin_activation .global_btn.save_btn:focus {
    background-image: none !important;
    background-color: #0074ff !important;
    color: #fff;
    box-shadow: 0 0 0 5px #7ac5fe !important;
    outline: 0;
}

.sbc_login.sbc_admin_activation .global_btn.save_btn:active {
    background-color: #d8ecfd !important;
    color: #222222;
    border-color: #222222;
    box-shadow: none !important;
}

.sbc_login.sbc_admin_activation .active_card_menu_new li.active:after {
    background-image: url(../images/ondeckbiz/vcard_tick_new.png);
}

.sbc_login.sbc_admin_activation .frm_wrap_mail_pin p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 40px;
}

.sbc_login.sbc_admin_activation .frm_wrap_mail_pin p span {
    font-size: 21px;
    display: block;
    line-height: 27px;
    font-family: 'galano_grotesqueregular';
}

.sbc_login.sbc_admin_activation .activation_custom_form h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #0074ff;
    letter-spacing: 0;
    line-height: 46px;
    text-align: center;
    font-family: 'galano_grotesquesemibold';
}

.sbc_login.sbc_admin_activation .new_numeric_text {
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
    padding: 20px 20px 5px;
    border-radius: 8px;
    border: 0;
    position: static;
    background-color: #e9fdff;
    display: flex;
    flex-wrap: wrap;
    border-left: 8px solid #009eae;
    font-family: 'galano_grotesqueregular';
    transform: none;
    color: #000;
    margin-bottom: 30px;
    margin-left: 0;
}

.sbc_login.sbc_admin_activation .new_numeric_text .val_ico {
    background: url(../images/ondeckbiz/Checkbox.png) left center no-repeat;
    background-position: 0px 1px;
    background-size: 24px 24px !important;
    margin-bottom: 15px;
    line-height: 26px;
    display: inline-block;
    width: 50%;
    padding-left: 35px;
    position: relative;
}

.sbc_login.sbc_admin_activation .global_btn.back_btn {
    color: #0074ff;
    border: 2px solid #0074ff;
    background: none !important;
    padding: 12px 20px !important;
    text-align: center;
    border-radius: 4px;
    letter-spacing: 0;
    font-family: 'galano_grotesquesemibold';
    line-height: inherit;
    font-size: 16px !important;
    width: 175px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.sbc_login.sbc_admin_activation .global_btn.back_btn:hover {
    background-color: #0068b8 !important;
    color: #fff;
    border: 2px solid #000;
}

.sbc_login.sbc_admin_activation .global_btn.back_btn:focus {
    border: 2px solid #0074ff;
    background-color: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px #7ac5fe;
    outline: 0;
}

.sbc_login.sbc_admin_activation .global_btn.back_btn:active {
    background-color: #d8ecfd !important;
    color: #222222;
    border-color: #222222;
    box-shadow: none !important;
}

.sbc_login.sbc_admin_activation .material_erase_email_ico,
.sbc_login.sbc_admin_activation .material_pass_view_ico {
    right: 40px;
    top: 45px;
}

.sbc_login.sbc_admin_activation .pass_and_sqstn h5 {
    text-align: center;
    color: #454545;
    font-size: 28px;
    margin-bottom: 15px;
    font-family: 'galano_grotesquesemibold';
}

.sbc_login.sbc_admin_activation .password_user.form-control[readonly] {
    background-color: transparent;
    opacity: 1;
}

.sbc_login.sbc_admin_activation .numeric_text span.criteria_ful {
    background: url(../images/ondeckbiz/vcard_tick_new.png) center left no-repeat;
    background-position: center left;
    background-size: 24px 24px !important;
}

.sbc_login.sbc_admin_activation .white_overlay_container {
    padding-bottom: 100px;
    padding-top: 70px;
}

.sbc_login.sbc_admin_activation #account_already_created .new_frm_area {
    padding: 50px 0 !important;
    background: transparent;
}

.sbc_login.sbc_admin_activation #account_already_created .PrimaryNotActivated_area {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.sbc_login.sbc_admin_activation .SecurityShow {
    margin-top: 0px;
    padding-top: 30px;
    border-top: 0;
}

.sbc_login.sbc_admin_activation .v_card_head h5 {
    font-size: 28px;
    color: #454545;
    font-family: 'galano_grotesquesemibold';
    line-height: 36px;
    margin-bottom: 15px;
}

.sbc_login.sbc_admin_activation .SecurityShow .v_card_head p {
    font-size: 21px;
    line-height: 27px;
    letter-spacing: 0;
}

.sbc_login.sbc_admin_activation .info_tip {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 5px;
    border-radius: 3px;
    min-width: 150px;
    padding: 10px 16px 4px;
    font-size: 14px;
    line-height: 18px;
    font-family: 'galano_grotesqueregular';
    color: #fff;
    box-shadow: 2px 3px 1px 0px rgba(0, 0, 0, 0.09);
    margin-bottom: 10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
    text-align: center;
    margin-bottom: 15px;
}

.sbc_login.sbc_admin_activation .white_info_tip {
    color: #2d2924;
    min-height: 80px;
    width: 230px;
    transform: translateX(-50%);
    right: auto;
    left: 50%;
    border: 2px solid #00c1d5;
    border-radius: 4px;
    background-color: #f7f7f7;
    font-family: 'galano_grotesqueregular';
    font-size: 12px;
    padding-right: 21px;
    text-align: left;
}

.sbc_login.sbc_admin_activation .tooltipbtn {
    color: #0074ff !important;
    font-size: 20px !important;
    margin-top: -2px;
}

.sbc_login.sbc_admin_activation .form-group .bootstrap-select.btn-group .btn .caret,
.sbc_login.sbc_admin_activation .bootstrap-select.btn-group .btn .caret {
    background: url(../images/ondeckbiz/Caret-down.svg) right center no-repeat;
    right: 20px;
    width: 17px;
    height: 16px;
    border: 0;
    transform: translateY(-50%);
}

.sbc_login.sbc_admin_activation .dropdown-menu {
    padding: 0 10px;
    min-height: 250px !important;
    max-height: 250px !important;
    border-radius: 4px;
}

.sbc_login.sbc_admin_activation .bootstrap-select.btn-group .dropdown-menu li.selected {
    border-bottom: 0;
}

.sbc_login.sbc_admin_activation .bootstrap-select.btn-group .dropdown-menu li.selected a {
    font-family: 'galano_grotesquesemibold';
    background-color: transparent;
    border-bottom: 1px solid #0074ff;
    color: #0074ff;
}

.sbc_login.sbc_admin_activation .dropdown-menu>li>a {
    padding: 10px;
    color: #000;
    font-family: 'galano_grotesqueregular';
    font-size: 16px;
    border-bottom: 1px solid #d9d9d9;
}

.sbc_login.sbc_admin_activation .white_info_tip:after {
    border-top: 10px solid #f7f7f7;
    filter: drop-shadow(0 2px 0px rgba(0, 151, 159, 1));
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.sbc_login.sbc_admin_activation .tip_close {
    border: none;
    border-radius: 0;
    width: 18px;
    height: auto;
    background-color: transparent;
    position: absolute;
    right: 4px;
    top: 4px;
    color: #fff;
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    line-height: 14px;
    cursor: pointer;
}

.sbc_login.sbc_admin_activation .info_tip p {
    letter-spacing: 0;
    font-size: 12px;
    text-align: left;
    margin-bottom: 5px;
    text-transform: none;
    line-height: 19px;
}

.sbc_login.sbc_admin_activation #sectionB.frm_wrap {
    width: 100%;
    max-width: 560px;
}

.sbc_login.sbc_admin_activation .PrimaryNotActivated_area p {
    font-size: 21px;
    line-height: 27px;
    color: #454545;
    letter-spacing: 0;
    font-family: 'galano_grotesqueregular';
}

.sbc_login.sbc_admin_activation #account_already_created .ifyouhavequst {
    margin-top: 50px;
    font-size: 14px;
    padding: 0;
    color: #454545;
    font-family: 'galano_grotesqueregular';
}

.sbc_login.sbc_admin_activation #account_already_created .btn_holder {
    padding-top: 30px;
}

.sbc_login.sbc_admin_activation .sbc_activate {
    background-color: #007d96 !important;
    height: 50px;
    line-height: 46px;
    padding: 0 45px !important;
    color: #fff !important;
    font-family: 'galano_grotesquesemibold';
    border-radius: 25px !important;
    font-size: 16px;
    width: 175px;
    display: block;
    margin: 0 auto 25px;
}

.sbc_login.sbc_admin_activation #activatin_success .sbc_activate {
    width: 200px;
    margin-bottom: 0;
}

.sbc_login.sbc_admin_activation #activatin_success .sbc_activate:hover {
    background-color: #0068b8 !important;
    color: #fff;
}

.sbc_login.sbc_admin_activation #activatin_success .sbc_activate:focus {
    color: #fff !important;
    background: none !important;
    background-color: #0074ff !important;
    box-shadow: 0 0 0 5px #7ac5fe !important;
    outline: 0;
}

.sbc_login.sbc_admin_activation #activatin_success .sbc_activate:active {
    background-color: #d8ecfd !important;
    color: #222222 !important;
    border-color: #222222 !important;
}

.sbc_login.sbc_admin_activation #account_already_created .btn:hover {
    background-color: #0068b8 !important;
    color: #fff;
}

.sbc_login.sbc_admin_activation #account_already_created .btn:focus {
    color: #fff !important;
    background: none !important;
    background-color: #0074ff !important;
    box-shadow: 0 0 0 5px #7ac5fe !important;
    outline: 0;
}

.sbc_login.sbc_admin_activation #account_already_created .btn:active {
    background-color: #d8ecfd !important;
    color: #222222 !important;
    border-color: #222222 !important;
}

.sbc_login.sbc_admin_activation #account_already_created .forgot_password {
    color: #454545;
    font-size: 14px;
    font-family: 'galano_grotesqueregular';
    text-decoration: underline;
}

.sbc_login.sbc_admin_activation #account_already_created .forgot_password:hover {
    color: #01c1d6;
}

.sbc_login.sbc_admin_activation .payment-form .form-group {
    margin-bottom: 25px;
}

.sbc_login.sbc_admin_activation .marina_text {
    font-size: 16px;
    color: #454545;
    line-height: 22px;
    text-align: center;
    font-family: 'galano_grotesqueregular';
}

.sbc_login.sbc_admin_activation #account_already_created {
    margin-top: 70px;
}

.sbc_login.sbc_admin_activation .frm_wrap-2 {
    max-width: 560px;
    margin: 0 auto;
}

.sbc_login.sbc_admin_activation .card-outer {
    margin-bottom: 50px;
}

.sbc_login.sbc_admin_activation .card_details {
    margin: 0px 0 20px;
    position: static;
    padding: 0;
}

.sbc_login.sbc_admin_activation .pr_sm_title {
    font-size: 28px;
    text-transform: inherit;
    letter-spacing: 0;
    color: #000 !important;
    font-family: 'galano_grotesquesemibold';
    margin-bottom: 16px;
    text-align: center;
}

.sbc_login.sbc_admin_activation .checkboxout {
    margin: 7px 0 0;
    position: relative;
}

.sbc_login.sbc_admin_activation .checkboxout input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.sbc_login.sbc_admin_activation [type="checkbox"]:checked+label,
.sbc_login.sbc_admin_activation [type="checkbox"]:not(:checked)+label {
    padding-left: 35px;
    line-height: 20px;
    color: #000 !important;
    font-size: 16px;
    font-family: 'galano_grotesqueregular';
    margin: 0;
}

.sbc_login.sbc_admin_activation [type="checkbox"]:checked+label:before,
.sbc_login.sbc_admin_activation [type="checkbox"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #767676;
    border-radius: 4px;
    background: #fff;
}

.sbc_login.sbc_admin_activation [type="checkbox"]:checked+label:after,
.sbc_login.sbc_admin_activation [type="checkbox"]:not(:checked)+label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 24px !important;
    height: 24px !important;
    border-radius: 4px;
    background: url(../images/ondeckbiz/tick.png) center center no-repeat #009eae;
    border: 0px solid #009eae !important;
    background-size: 16px;
}

.sbc_login.sbc_admin_activation [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.sbc_login.sbc_admin_activation [type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.sbc_login.sbc_admin_activation .view_fees {
    margin: 0 0 30px;
}

.sbc_login.sbc_admin_activation .agreement_content_new {
    background-color: #fafafa;
    height: 240px;
    overflow: auto;
    text-align: left;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 20px;
}

.sbc_login.sbc_admin_activation .inner_agreement h6 {
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
}

.sbc_login.sbc_admin_activation .inner_agreement p {
    font-size: 16px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
    line-height: 22px;
    letter-spacing: 0;
}

.sbc_login.sbc_admin_activation .inner_agreement p span {
    display: inline-block;
    margin-right: 5px;
    font-family: 'galano_grotesquesemibold';
}

.sbc_login.sbc_admin_activation .activation_confrm .btn_outr {
    text-align: center;
}

.sbc_login.sbc_admin_activation #activatin_success {
    margin-top: 70px;
}

.sbc_login.sbc_admin_activation #activatin_success .new_frm_area {
    padding: 120px 0 150px;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}

.sbc_login.sbc_admin_activation #activatin_success .new_frm_area h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #0074ff;
    letter-spacing: 0;
    line-height: 46px;
    text-align: center;
    font-family: 'galano_grotesquesemibold';
}

.sbc_login.sbc_admin_activation #activatin_success .account_created_dtls p {
    font-size: 21px;
    line-height: 27px;
    color: #454545;
    letter-spacing: 0;
    font-family: 'galano_grotesqueregular';
}

.sbc_login.sbc_admin_activation #activatin_success .account_created_dtls .account_created_dtls_span {
    margin-top: 50px;
    font-size: 14px;
    padding: 0;
    color: #454545;
    font-family: 'galano_grotesqueregular';
    display: block;
    margin-bottom: 25px;
}

.sbc_login.sbc_admin_activation #user_security_answer {
    background-color: #fff;
}

.sbc_login.sbc_admin_activation .load_progress_overlay {
    position: fixed;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background: #fff;
}

.sbc_login.sbc_admin_activation .load_progress_overlay_static .white_overlay_container {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(255, 255, 255, 0.65);
}

.sbc_login.sbc_admin_activation .loader_area {
    max-width: 525px;
    margin: 150px auto;
    min-height: 100%;
    background: transparent;
}

.sbc_login.sbc_admin_activation .page_load_stat {
    background-image: url(../images/ondeckbiz/loader_ripple.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    margin: 30px auto;
    position: static;
    transform: none;
}

.sbc_login.sbc_admin_activation .loaderlogo {
    max-width: 175px;
    display: block;
    text-align: center;
    margin: 0px auto 15px;
}


/* sbc admin flow end*/


/* start 13.08.22 */

.all_detail_container.application_laststep {
    max-width: 560px;
}

.ondeckbiz_flow .sbc_card_lmt h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.ondeckbiz_flow .sbc_card_lmt h4 {
    font-family: 'galano_grotesquesemibold';
    font-size: 26px;
    color: #000;
    margin-bottom: 20px;
}

.ondeckbiz_flow .sbc_card_lmt p {
    font-family: 'galano_grotesqueregular';
    font-size: 16px;
    color: #000;
    line-height: 22px;
    margin-bottom: 30px;
}

/* 17.08.22 kd */
.search_reasut_user_dtls .applicant_details {
    width: 20%;
}


/* 27-08-2022 start */

.ondeckbiz_flow .wrapper_new .activity_content .activity_outer.clearfix.flex_activity_outer .right_activity.clearfix.activity_flex_end .right_activity_panel_lt .mob_right.psn_rltv.desktop_right_laurentian .new_info_tip.xs_info_tip.new_top_tooltip.down_tip.open_tip .info_tip.lg_info_tip.white_info_tip:after {
    top: -20px;
}

/* 27-08-2022 end */

/* 30.08.22 starts */
.spend_holder_body .company_spend_trend .company_trend_graph_inner .spend_chart_toggle .button.b2 input#month_year_changer {
    display: block;
}

/* 30.08.22 ends */

/* 01.09.22 starts */
.savebutton_alertpop {
    padding-top: 60px !important;
}

.new_small_statement_modal#deleteadminmodal .modal-content .modal-body {
    padding: 10px 60px;
}

.new_small_statement_modal#deleteadminmodal .modal-content .modal-body .setup_install_headline {
    padding-top: 40px;
}

.new_small_statement_modal#deleteadminmodal .modal-content .modal-body .setup_install_headline h4 {
    font-size: 22px;
}

#notificationModal6.new_small_statement_modal .modal-content .modal-footer.text-center ul li a.btn.Purchase_Notifications_Modify_cancel.sbc_notification_btn,
#gogreenoffmodal.new_small_statement_modal .modal-content .modal-footer.text-center a.btn.cancel_go_green_off.sbc_notification_btn,
.new_small_statement_modal#deleteadminmodal .modal-content .modal-footer a.btn.sbc_notification_btn {
    border: 2px solid #0074ff;
    padding: 15px 35px;
    color: #0074ff;
    text-decoration: none;
}

#notificationModal6.new_small_statement_modal .modal-content .modal-footer.text-center ul li a.btn.Purchase_Notifications_Modify_cancel.sbc_notification_btn:hover,
#gogreenoffmodal.new_small_statement_modal .modal-content .modal-footer.text-center a.btn.cancel_go_green_off.sbc_notification_btn:hover,
.new_small_statement_modal#deleteadminmodal .modal-content .modal-footer a.btn.sbc_notification_btn:hover {
    border-color: #000082;
    color: #000082;
}

#notificationModal6.new_small_statement_modal .modal-content .modal-footer.text-center ul li a.btn.Purchase_Notifications_Modify.sbc_notification_btn.sbc_purchase_notifications_modify,
#gogreenoffmodal.new_small_statement_modal .modal-content .modal-footer.text-center a.btn.e_statement_proceed.sbc_notification_btn.sbc_purchase_notifications_modify,
.new_small_statement_modal#deleteadminmodal .modal-content .modal-footer a.btn.sbc_notification_btn.sbc_purchase_notifications_modify {
    border: 2px solid #0074ff;
    padding: 15px 35px;
    color: #fff;
    text-align: center;
    background-color: #0074ff;
}

#notificationModal6.new_small_statement_modal .modal-content .modal-footer.text-center ul li a.btn.Purchase_Notifications_Modify.sbc_notification_btn.sbc_purchase_notifications_modify:hover,
#gogreenoffmodal.new_small_statement_modal .modal-content .modal-footer.text-center a.btn.e_statement_proceed.sbc_notification_btn.sbc_purchase_notifications_modify:hover,
.new_small_statement_modal#deleteadminmodal .modal-content .modal-footer a.btn.sbc_notification_btn.sbc_purchase_notifications_modify:hover {
    background-color: #000082;
    border-color: #000082;
}

.new_small_statement_modal#deleteadminmodal .modal-content .modal-footer {
    padding: 20px 30px 40px;
}

/* 01.09.22 ends */

/* 02.09.22 starts */
#secD_new .middle_body_split .rt_side_cashback .your_pnts_ttl .your_points_part .redeem_action_sec .material_inf_tip#custmAmtDiv_pymnt #custmAmtMsg_pymnt {
    display: inline;
}

#profile .profile_details_holder .contact_row .edit_form .invalid_card.pg_invalid_card {
    display: flex;
}

#profile .profile_details_holder .contact_row .edit_form .invalid_card.pg_invalid_card span {
    display: block;
}

#profile .profile_details_holder .contact_row .edit_form .invalid_card.pg_invalid_card #Street_error,
#profile .profile_details_holder .contact_row .edit_form .invalid_card.pg_invalid_card .errorText {
    margin-left: 5px;
}

.account_management.new_info_d.my_cards .accout_area.new_ac_area.yr_crd_new_full .your_carddetails_holder .card_details_upper a.icn_btn_card {
    width: 250px;
    padding: 10px !important;
}

.account_management.new_info_d.my_cards .accout_area.new_ac_area.yr_crd_new_full .your_carddetails_holder {
    max-width: unset;
}

#traveladd .profile_tab.upcoming_travel .fld_outr .invalid_card.pg_invalid_card {
    align-items: center;
}

span#new_password_error {
    margin-top: 0;
}

/* 02.09.22 ends */




/* 06-10-2022 start */

/* .ondeck_login .inner_form_login{
    padding-left: 17%;
    padding-top: 140px;
} */

.ondeckbiz_flow #creditLimitNotifications #credit_limit_err {
    justify-content: center;
}

.ondeckbiz_flow .dashboard_card.relative_section .user_name_sec .left_usr_prt .user_full_bio figure.new_fig {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0074ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-size: 24px;
}

/* 06-10-2022 end */

/* 07-10-2022 */
.ondeckbiz_flow .auto-pay-container .trnsfr_list_rightPnl .step5_content_container .nme_of_bnk_cntnr h4 {
    min-height: 22px;
}

/* 08-10-2022 */

#make_payment_new .modal-body #secD_new .rt_side_cashback .your_pnt_rounded {
    margin-bottom: 25px;
}

#make_payment_new .modal-body #secD_new .rt_side_cashback .blnc_pay_innerM h5 {
    font-family: 'galano_grotesquesemibold';
    font-size: 12px;
    line-height: 18px;
    color: #2d2924;
    text-transform: uppercase;
}

#make_payment_new .modal-body #secD_new .rt_side_cashback .blnc_pay_innerM h3 {
    font-size: 36px;
    line-height: 46px;
    font-family: 'galano_grotesquesemibold';
    color: #2d2924;
    margin-bottom: 30px;
}

#make_payment_new .modal-body #secD_new .rt_side_cashback .blnc_pay_innerM p {
    font-size: 20px;
    line-height: 27px;
    font-family: 'galano_grotesquesemibold';
    color: #2d2924;
    margin: 0;
}

#card_dtls_modl .nwmodl_card .nwmdl_crd_dtls {
    left: unset;
    right: 0;
    text-align: right;
}

#card_dtls_modl .nwmodl_card .nwmdl_crd_dtls .nwcrdno_cell {
    font-family:  'galano_grotesquebold';
    letter-spacing: 0;
}

#card_dtls_modl .nwmodl_card .nwmdl_crd_dtls .nwmdl_crd_name {
    padding: 0;
    font-family:  'galano_grotesquebold';
    letter-spacing: 0;
}