@font-face {
    font-family: micr;
    src: url(micrenc.woff);
}

.load_effect {
    background: #00000054;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    text-align: center;
    padding-top: 5px;
    font-size: 16px;
    color: #111111;
    font-weight: bold;
    display: none;
}

.display_none {
    display: none;
}

.datepicker>.datepicker-days {
    display: block;
}

ol.linenums {
    margin: 0 0 0 -8px;
}

a {
    color: #888!important;
}

a:hover, a:active, a:visited {
    color: #888!important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f8f9fa!important;
}

.bg-circle {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    margin: 0 2px;
}

.circled-doc {
    margin: auto;
    display: block;
    width: max-content;
    font-size: 20px;
    line-height: 37px;
}

.pending {
    background: #fcedc0;
    color: #f5c639;
}

.approved {
    background: #bdefe0;
    color: #20c997;
}

.declined {
    background: #fcc7c3;
    color: #f5564d;
}

.reviewed {
    background: #c9edf9;
    color: #18acdd;
}

.not_submitted {
    background: #d5d5d55e;
    color: #b0adad78
}

.txt_pending {
    color: #f5c639;
}

.txt_approved {
    color: #20c997;
}

.txt_declined {
    color: #f5564d;
}

.txt_reviewed {
    color: #18acdd;
}

.txt_not_submitted {
    color: #dddddd;
}

table.dataTable th, table.dataTable td {
    vertical-align: middle;
    padding: 15px;
}

#selfie_container {
    margin: 0px auto 15px auto;
    width: 320px;
    height: 240px;
    border: 10px #fafafa solid;
    padding: 0;
}

#selfie_face_frame {
    width: 137px;
    height: 137px;
    border: 3px solid black;
    position: absolute;
    padding: 0;
    margin: 40px 0 0 80px;
}

#selfie_capture {
    margin: 0px auto;
    width: 300px;
    height: 220px;
    background-color: #fefefe;
}

.custom_dropzone {
    cursor: pointer;
    min-height: 150px;
    border: 1px solid rgba(42, 42, 42, 0.05);
    background: rgba(204, 204, 204, 0.15);
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(43, 43, 43, 0.1);
    box-shadow: inset 0 0 5px 0 rgba(43, 43, 43, 0.1);
}

.file_wrapper>.label_input_file {
    width: 100%;
    color: #fff;
    background-color: #04a9f5;
    border-color: #04a9f5;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 0.25rem;
    font-size: 14px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    /* "hand" cursor */
}

.file_wrapper>.label_capture_image {
    width: 100%;
    color: #fff;
    background-color: #04a9f5;
    border-color: #04a9f5;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 0.25rem;
    font-size: 14px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    /* "hand" cursor */
}

.file_wrapper>.label_input_file>.async_file_upload {
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file_wrapper>.progress_success, .file_wrapper>.progress_error {
    display: none;
    margin: 10px auto;
}

.file_wrapper>.thumbnail_preview {
    width: 100%;
    height: 165px;
    margin: 0px auto 10px auto;
    max-width: 165px;
    max-height: 165px;
    border: 1px solid rgba(42, 42, 42, 0.05);
    background: rgba(204, 204, 204, 0.15);
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(43, 43, 43, 0.1);
    box-shadow: inset 0 0 5px 0 rgba(43, 43, 43, 0.1);
}

.file_wrapper>.thumbnail_preview>.thumbnail_success {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 165px;
    opacity: 1;
    background-position: center;
    padding: 25px;
}

.file_wrapper>.thumbnail_preview>.upload_message {
    padding-top: 30px;
    text-align: center;
    max-width: 90%;
    margin: 0px auto;
    font-size: 16px;
}

.file_wrapper>.thumbnail_preview>.preview_progress {
    width: 40px;
    height: 40px;
    top: 55px;
    left: 55px;
    position: relative;
    border-radius: 100%;
    background: transparent;
    border: 4px;
    border-style: solid;
    border-bottom-color: #28a74563;
    border-top-color: #28a74563;
    border-left-color: #28a745;
    border-right-color: #28a745;
    animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
}

.load_effect {
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 100%;
    border: 4px;
    border-style: solid;
    /* background: #ffffff;
    border-bottom-color: #28a74563;
    border-top-color: #28a74563;
    border-left-color: #28a74563;
    border-right-color: #1f8837; */
    background: transparent;
    border-bottom-color: #000000;
    border-top-color: #000000;
    border-left-color: #000000;
    border-right-color: #ffffff;
    animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    display: block;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2.5px;
    stroke: #20c997;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px transparent;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.btn-icon-sm {
    width: 35px!important;
    height: 35px!important;
    padding: 5px 7px!important;
}

.pro-footer {
    border-top: 1px solid #f1f1f1;
    padding: 15px 20px;
    text-align: center;
    color: #888;
}

span.span-template-meta {
    margin-left: 10px;
    word-break: break-all;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 3px;
    stroke-miterlimit: 10;
    stroke: #20c997;
    fill: none;
    animation: stroke .6s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) .8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 0px transparent;
    }
}

button#btn_signature_capture {
    background: transparent;
    border: none;
    font-size: 18px;
    color: #1de9b6;
    margin: 0px;
    padding: 0px;
    position: relative;
    bottom: 5px;
    left: 10px;
    cursor: pointer;
}

button#btn_signature_clear {
    background: transparent;
    border: none;
    font-size: 18px;
    color: #f44236;
    margin: 0px;
    padding: 0px;
    position: relative;
    bottom: 5px;
    right: 10px;
    cursor: pointer;
}

.m-0 {
    text-transform: uppercase;
}

.btn-copy {
    cursor: pointer;
    border: none;
    background: none;
    font-size: 18px;
    outline: none;
}

.load-icon {
    position: relative;
    z-index: 99999;
    top: 45px;
    /* left: 2px; */
}

.load_backdrop {
    background: #242222d6;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    text-align: center;
    font-size: 16px;
    color: #111111;
    font-weight: bold;
    display: none;
    width: 100%;
    height: 100%;
}

.load_wrapper_table {
    display: table;
    width: 100%;
    height: 100%;
}

.load_wrapper_cell {
    display: table-cell;
    vertical-align: middle;
    /* font-size: 20px;
    color: green; */
    font-size: 16px;
    color: #fff;
    letter-spacing: 10px;
}

.custom_auto_complete {
    border: 1px solid #ced4da;
    border-top: none;
    margin-top: -2px;
    left: 5px;
    right: 5px;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    display: none;
}

.custom_auto_complete>ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.custom_auto_complete>ul>li {
    margin: 0px;
    cursor: pointer;
    padding: 4px 8px;
    border-top: 1px solid #ced4da;
    background-color: #fff;
}

.custom_auto_complete>ul>li:hover {
    background-color: #f4f7fa;
}

.bankBox {
    box-align: center;
    padding: 20px;
    margin-bottom: 10px;
    background: transparent;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    transition: all .2s;
}

.bankBrandName {
    display: block;
    margin-top: 5px;
    font-weight: bold;
}

#btnSearchCancel {
    margin: 10px auto;
}

.dataTables_length>label, .dataTables_filter>label {
    display: initial!important;
}

.dataTables_length>label>select {
    margin: 0px 3px!important;
}

.checkbox input[type=checkbox]+.cr:before {
    margin-right: 5px !important;
}

.checkbox.checkbox-fill input[type=checkbox]+.cr:after {
    width: 17.5px !important;
    height: 17.5px !important;
    top: 9px !important;
}

.showPassword {
    position: relative;
    float: right;
    top: -28px;
    font-size: 17px;
    cursor: pointer;
    right: 10px;
}

span.green_check_mark {
    position: absolute;
    top: 4px;
    right: 20px;
    font-size: 16px;
    color: #28a745;
}

button.btn-social-login:hover {
    -webkit-box-shadow: 0 0 3px 3px rgba(66, 133, 244, .3);
    box-shadow: 0 0 3px 3px rgba(66, 133, 244, .3);
}

button.btn-social-login {
    width: 50%;
    margin: 10px auto;
    font-size: 13px;
    cursor: pointer;
    padding: 0px;
    height: 36px;
    border-width: 1px;
    border-style: solid;
    font-family: Roboto, arial, sans-serif;
}

button.btn-social-login>table {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    text-align: left;
}

button.btn-social-login>table>tbody>tr> :nth-child(1) {
    background-color: white;
    padding: 0px 10px 0px 10px;
    width: 34px;
    max-width: 34px;
    text-align: center;
    font-size: 20px;
}

button.btn-social-login>table>tbody>tr> :nth-child(2) {
    padding: 0px 0px 0px 20px;
    text-align: left;
}

button.fb {
    background-color: #3B5998;
    color: white;
    border-color: #3B5998;
}

button.fb>table>tbody>tr> :nth-child(1) {
    color: #3B5998;
}

button.google {
    background-color: #4285f4;
    color: white;
    border-color: #4285f4;
}

div.g-signin2>div {
    width: 50%!important;
    margin: auto!important;
}

div.abcRioButtonContentWrapper {
    text-align: left;
}

div.abcRioButtonContentWrapper>span {
    padding-left: 15px;
}

.radio input[type=radio]+.cr:after {
    top: 10px!important;
}

.mfa_options {
    margin: 15px auto;
    border-bottom: 1px solid #ddd;
}

iframe#image_crop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    border: none;
    z-index: 9999;
    height: 100%;
    display: none;
}

.image_uploader {
    color: #FFFFFF;
    background-color: #04a9f5;
    padding: 10px;
    text-align: center;
    display: block;
    /* margin: 0; */
    cursor: pointer;
    border-radius: 4px;
}

.image_uploader>input {
    display: none;
}

.file_wrapper>.thumbnail_preview {
    border: none !important;
    background: none !important;
    border-radius: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.card-footer {
    text-align: right !important;
    padding: 10px !important;
}

.btn-primary {
    margin: 0!important;
    padding: 5px 10px !important;
}

.card-block {
    padding: 30px 25px 20px 25px !important;
}

.minicolors-theme-bootstrap .minicolors-swatch {
    top: 2px !important;
    left: 2px !important;
    width: 27px !important;
    height: 27px !important;
}

.minicolors .form-control {
    padding: 4px 12px 4px 44px !important;
}

#tool_box {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#tool_box>li>a {
    font-weight: bold;
}

#tool_box>li>a:hover {
    color: #fff !important;
    background: #04a9f5;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

#tool_box>li>a>i {
    display: inline-block;
    font-size: 16px;
    padding: 0;
    float: right;
}

.radio input[type=radio]+.cr:after {
    top: 8px!important;
}

ul#form_ul {
    margin: 0;
    padding: 0;
    width: 100%
}

ul#form_ul>li {
    cursor: pointer;
    list-style: none;
    padding: 5px 10px;
    text-align: left;
    width: 100%;
    margin: 5px;
    /* border: 1px solid #FFF; */
    border: 1px solid #e5e5e5;
}

.li_is_active {
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    border-color: #e5e5e5;
}

ul#form_ul>li:hover {
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
    border-color: #e5e5e5;
}

.float_left {
    float: left;
    clear: both;
    width: 48%!important;
}

.float_right {
    float: right;
    width: 48%!important;
}

.editable {
    width: fit-content;
    background-color: #f4f7fa;
    padding: 3px 5px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

#tool_box>li {
    border-bottom: 1px solid #e5e5e5;
}

.nav-pills .nav-link {
    border-radius: 0px!important;
}

.field-type-p {
    float: right;
    font-weight: bold;
}

.form-controls-left {
    float: left!important;
    margin-right: 10px;
}

span.static-var {
    padding: 5px 5px;
    background-color: #04a9f5;
    color: #fff;
    border: 1px #04a9f5 solid;
    border-radius: 4px;
    margin: 5px;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
}

span.static-var>i {
    margin-left: 5px;
    cursor: pointer;
}

ul#v-pills-tab>li {
    max-width: 100%;
}

ul#v-pills-tab>li>a {
    border-bottom: 1px solid #ddd;
}

/* CUSTOM SCROLL BAR CSS */

::-webkit-scrollbar {
    width: 7px!important;
    height: 7px!important;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    opacity: 0.4;
    border-radius: 7px;
}

::-webkit-scrollbar-thumb {
    background: rgb(170, 169, 169);
    border-radius: 7px;
    opacity: 0.2;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(136, 136, 136);
}

/* CUSTOM SCROLL BAR CSS */

/* CUSTOM HTML NUMBER INPUT CSS */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/* CUSTOM HTML NUMBER INPUT CSS */
.notification-count {
    position: absolute;
    top: 11px;
    /* left: 9px; */
    color: #fff;
    background-color: #dc3545;
    padding: 4px 5px;
    margin: 0px;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    border-radius: 7px;
    animation: bounce 2s infinite linear;
    -webkit-animation: bounce 2s infinite linear;
}

@keyframes shake {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(0);
    }
    40% {
        transform: translateX(-10px);
    }
    60% {
        transform: translateX(-5px);
    }
}

@-webkit-keyframes shake {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(-10px);
    }
    60% {
        -webkit-transform: translateX(-5px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
    }
}

.notification-icon {
    color: #999999;
    background: #dddddd;
    font-weight: bold;
    padding: 10px 12px;
    margin-right: 10px;
    border: 1px #dddddd solid;
    border-radius: 100%;
}

.noti-head h6.d-inline-block.m-b-0 {
    font-weight: bold;
}

li.notification {
    cursor: pointer;
    padding: 10px 15px!important;
}

.unread {
    background-color: #f1f1f1;
    border-bottom: 1px solid #e3e2e2;
    font-weight: bold;
}

li.n-title {
    border-bottom: 1px solid #f1f1f1;
    font-weight: bold;
}

.selected {
    background-color: rgba(4, 169, 245, 0.05);
}

table#notification-list-table>tbody>tr {
    cursor: pointer;
}

.card-info {
    text-align: center;
    width: 100%;
    padding: 100px 0 110px 0;
}

.card-info>span {
    font-size: 17px;
    font-weight: bolder;
}

/* Invoice Related Styles*/

.invoice-logo-row {
    margin-top: 30px;
}

.invoice-contact-row {
    margin-top: 30px;
}

.invoice-info-row {
    margin-top: 30px;
}

.invoice-items-row {
    margin-top: 30px;
}

/* .invoice-totals-row {
    margin-top: 30px;
} */

.invoice-terms-row {
    margin-top: 30px;
}

.invoice-info-col-1-table tbody tr td, .invoice-info-col-1-table tbody tr th, .invoice-detail-table tfoot th {
    border-top: none!important;
    margin-top: 5px!important;
    padding: 5px!important;
}

.invoice-info-col-2-table tbody tr td, .invoice-info-col-2-table tbody tr th, .invoice-detail-table tfoot th {
    border-top: none!important;
    margin-top: 5px!important;
    padding: 5px!important;
}

.invoice-info-col-3-table tbody tr td, .invoice-info-col-3-table tbody tr th, .invoice-detail-table tfoot th {
    border-top: none!important;
    margin-top: 5px!important;
    padding: 5px!important;
}

#list-payment-methods {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-item-payment-methods {
    padding: 15px 15px 15px 52px;
    margin: 5px 0px;
    border: 1px solid #ced4da;
    cursor: pointer;
    font-weight: bold;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
}

.list-item-payment-methods:hover {
    border-width: 1px;
    border-color: #000000;
    color: #000000;
    box-shadow: .30rem .30rem .30rem rgba(0, 0, 0, .075) !important;
}

.list-item-payment-method-selected {
    border-width: 1px;
    border-color: #000000;
    color: #000000;
    box-shadow: .30rem .30rem .30rem rgba(0, 0, 0, .075) !important;
}

#payment-method-dd-plus {
    background: url('/images/payment-icon-directdebitplus.png');
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 6px center;
}

#payment-method-interac-e-transfer {
    background: url('/images/payment-icon-etransferin.png');
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 6px center;
}

#payment-method-dd {
    background: url('/images/payment-icon-directdebit.png');
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 6px center;
}

#payment-method-ali-pay {
    background: url('/images/payment-icon-alipay.png');
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 6px center;
}

#payment-method-we-chat-pay {
    background: url('/images/payment-icon-wechat.png');
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 6px center;
}

#payment-method-credit-cards {
    background: url('/images/cards.png');
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 6px center;
}

.pp_message {
    text-align: center;
    margin-bottom: 20px;
}

.pp_header, .pp_parameter {
    font-weight: bold;
}

#txtCardNumber {
    background-image: url('/images/cards-sprite.png');
    background-repeat: no-repeat;
    padding-left: 55px;
    height: 34px;
    background-size: 45px;
    background-position-x: 2px;
    background-position-y: 1px;
    transition: background-position 2s ease;
    -webkit-transition: background-position 2s ease;
    -moz-transition: background-position 2s ease;
    -o-transition: background-position 2s ease;
}

ul.supported-credit-cards {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.supported-credit-cards>li {
    display: inline-block;
    background-image: url('/images/cards-sprite.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 34px;
    background-size: 45px;
    background-position-x: center;
}

li#visa {
    background-position-y: -39px;
}

li#mastercard {
    background-position-y: -80px;
}

li#amex {
    background-position-y: -120px;
}

li#discover {
    background-position-y: -161px;
}

li#jcb {
    background-position-y: -202px;
}

.check_number_wrapper {
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    padding-bottom: 30px;
    padding-top: 10px;
    color: #000;
}

#span_cheque_number {
    font-family: micr;
    margin-right: 5px;
    color: #b1aeaecc;
}

#span_transit_number {
    font-family: micr;
    margin-right: 5px;
}

#span_institute_number {
    font-family: micr;
    margin-right: 10px;
}

#span_account_number {
    font-family: micr;
    margin-right: 5px;
}

.direct_debit_plus_account_list {
    margin: 0px;
    padding: 10px 0px;
    list-style: none;
}

.direct_debit_plus_account_list>li {
    padding: 5px 10px;
    margin: 5px 0px;
    border: 1px solid #ced4da;
    cursor: pointer;
    font-weight: bold;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    contain: content;
}

.direct_debit_plus_account_list>li:hover {
    border-width: 1px;
    border-color: #000000;
    color: #000000;
    box-shadow: .30rem .30rem .30rem rgba(0, 0, 0, .075) !important;
}

.direct_debit_plus_account_list>li>.bank_logo {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    background-color: #888;
    background-position: center center;
    background-size: cover;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA3MiA3MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzIgNzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KCS5zdDF7ZmlsbDp1cmwoI1hNTElEXzRfKTt9DQo8L3N0eWxlPg0KPGcgaWQ9IlhNTElEXzJfIj4NCgk8cGF0aCBpZD0iWE1MSURfMjlfIiBjbGFzcz0ic3QwIiBkPSJNNjMuMyw3SDguOUM3LjcsNyw2LjgsNy45LDYuOCw5djUzLjljMCwxLjIsMC45LDIuMSwyLjEsMi4xaDU0LjRjMS4yLDAsMi4xLTAuOSwyLjEtMi4xVjkNCgkJQzY1LjQsNy45LDY0LjUsNyw2My4zLDd6Ii8+DQoJDQoJCTxsaW5lYXJHcmFkaWVudCBpZD0iWE1MSURfNF8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMS4wNSIgeTE9Ijc1NCIgeDI9IjcxLjA1IiB5Mj0iNzU0IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIDEgMCAtNzE4KSI+DQoJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiM5MTZERjMiLz4NCgkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6Izc4NTBFNCIvPg0KCTwvbGluZWFyR3JhZGllbnQ+DQoJPHBhdGggaWQ9IlhNTElEXzNfIiBjbGFzcz0ic3QxIiBkPSJNNjguNiwxLjRoLTY1Yy0xLjQsMC0yLjUsMS4xLTIuNSwyLjR2NjQuM2MwLDEuNCwxLjEsMi41LDIuNSwyLjVoNjVjMS40LDAsMi41LTEuMSwyLjUtMi41VjMuOA0KCQlDNzEuMSwyLjUsNzAsMS40LDY4LjYsMS40eiIvPg0KPC9nPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTU5LDMzQzU5LDMzLDU5LDMzLDU5LDMzbC00LDB2MThoNGMwLjYsMCwxLDAuNCwxLDF2NmMwLDAuNi0wLjQsMS0xLDFIMTNjLTAuNiwwLTEtMC40LTEtMXYtNmMwLTAuNiwwLjQtMSwxLTENCgloNFYzM0gxM2MtMC40LDAtMC43LTAuMi0wLjktMC42Yy0wLjEtMC40LDAtMC44LDAuMy0xLjFsMjMtMjBjMC40LTAuMywwLjktMC4zLDEuMywwbDIyLjgsMTkuOWMwLjMsMC4yLDAuNSwwLjUsMC41LDAuOA0KCUM2MCwzMi42LDU5LjUsMzMsNTksMzN6IE0zNyw1MWg3VjMzaC03TDM3LDUxQzM3LDUxLDM3LDUxLDM3LDUxeiBNMjgsNTFoN1YzM2gtN0wyOCw1MUMyOCw1MSwyOCw1MSwyOCw1MXogTTQ2LDUxaDdWMzNoLTdWNTF6DQoJIE0xNCw1N2g0My45di00SDE0VjU3eiBNMjYsNTFWMzNIMTl2MThjMCwwLDAsMCwwLDBIMjZ6IE0zNiwxMy40TDE1LjcsMzFoNDAuNkwzNiwxMy40eiIvPg0KPC9zdmc+DQo=);
}

.direct_debit_plus_account_list>li>.account_name {
    font-weight: bold;
}

.direct_debit_plus_account_list>li>.account_number {
    font-weight: bold;
}

.direct_debit_plus_account_list>li>.bank_name {
    font-weight: bold;
    float: right;
}

.custom-accordion {
    margin: 15px 0px 0px 0px;
    padding: 0px 15px;
    list-style: none;
    width: 100%;
}

.custom-accordion>li {
    margin-bottom: 10px;
    border: 1px solid #e9ecef;
    padding: 10px;
}

.custom-accordion>li>h6 {
    padding: 0px;
    margin-bottom: 0px!important;
    cursor: pointer;
}

.custom-accordion>li>h6>span {
    float: right;
}

.custom-accordion>li>h6:hover, .custom-accordion>li>h6:hover>span {
    font-weight: bold;
    text-decoration: underline;
}

.custom-accordion>li.active>h6, .custom-accordion>li.active>h6>span {
    font-weight: bold;
    text-decoration: underline;
}

.custom-accordion>li>div {
    padding: 10px 0px 0px 0px;
}

a.nav-link, ul.pcoded-submenu>li>a {
    letter-spacing: 0.5px;
}