﻿@keyframes shake {
    0% {
        right: 0;
    }

    5% {
        transform: rotateY(45deg);
    }

    10% {
        transform: rotateY(90deg);
    }

    15% {
        transform: rotateY(135deg);
    }

    20% {
        transform: rotateY(180deg);
    }

    25% {
        transform: rotateY(225deg);
    }

    30% {
        transform: rotateY(270deg);
    }

    35% {
        transform: rotateY(305deg);
    }

    40% {
        transform: rotateY(360deg);
    }


    45% {
        transform: rotateY(45deg);
    }

    50% {
        transform: rotateY(90deg);
    }

    55% {
        transform: rotateY(135deg);
    }

    60% {
        transform: rotateY(180deg);
    }

    55% {
        transform: rotateY(225deg);
    }

    70% {
        transform: rotateY(270deg);
    }

    75% {
        transform: rotateY(305deg);
    }

    80% {
        transform: rotateY(360deg);
    }



    85% {
        transform: rotateY(45deg);
    }

    90% {
        transform: rotateY(90deg);
    }

    95% {
        transform: rotateY(135deg);
    }

    100% {
        transform: rotateY(180deg);
    }
}

body {
    /*margin-top: 50px;*/
    /*padding-bottom: 20px;*/
    /*background: #c2231b;*/
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15pt;
    font-weight: 400;
    color: var(--dark);
    /*min-width: 576px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 10px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #454445;
}

p, ol, ul {
    margin-top: 0;
}

ol, ul {
    padding: 0;
    list-style: none;
}

p {
    line-height: 110%;
}

a {
    color: #A9A9A9;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

strong {
}

/* Supporting Customers page styles */
.innercontentwrapper img {
    width: 100%;
    max-width: 74px;
    height: auto;
    max-height: 86px;
}

.innercontentwrapper a {
    text-decoration: none;
}

.list-group-item {
    /* Overrides list-group-item from Bootstrap */
    padding: 10px 10px;
    height: 100px;
}

.header-wrapper {
    background: #FFF;
}

@media(max-width:992px) and (min-width:768px) {
    .header {
        position: relative;
        height: 115px;
        margin-top: 50px;
    }
}

.header {
    position: relative;
    height: 115px;
}


.logo {
    margin-top: 0.2em;
}

#carrers {
    scroll-behavior: smooth;
}

/*@media (min-width: 780px) {*/
.telno {
    text-align: right;
    /*right: 0;
        position: absolute;
        margin-right: 10px;*/
    color: #FFF !important;
    display: inline-block;
    margin-left: 0rem;
    margin-top: .313rem
}
/*}*/

/*@media (max-width: 780px) {
    .telno {
        text-align: right;
        right: 0;
        top:50px;
        position: absolute;
        margin-right: 10px;
        color:#A9A9A9 !important;
        font-weight:bolder;
    }
}*/

.wrapper {
    background: #FFF;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.paymethod-wrapper {
    background: #FFF;
    text-align: center;
}

.extra {
    overflow: hidden;
    margin: 0em auto 0em auto;
    padding: 3em 0em 3em 0em;
    text-align: center;
}

/**
 * ----------------------------------------
 * FOOTER
 * ----------------------------------------
 */

.footer-wrapper {
    overflow: hidden;
    padding: 1em 0em;
    background: var(--dark);
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

    .footer-wrapper a {
        color: #FFF !important;
        text-align: center;
    }

.footer {
    overflow: hidden;
    font-size: 13pt;
    color:#fff;
}

    .footer a {
        text-decoration: underline;
    }

        .footer a:hover {
            text-decoration: underline;
        }

    .footer .title h2 {
        font-size: 1.6em;
        font-weight: 300;
        color: #FFF;
    }

    .footer .title .byline {
        display: block;
        padding-top: 1em;
        text-transform: uppercase;
        font-size: 0.80em;
        color: rgba(255,255,255,0.5);
    }

    .footer .button {
        margin-top: 2em;
    }

.copyright-wrapper {
    overflow: hidden;
    padding: 1em 0em;
    background: var(--red);
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

#copyright {
    overflow: hidden;
    padding: 0.5em 0em;
    border-top: 1px solid rgba(255,255,255,0.08);
}

    #copyright p {
        letter-spacing: 0.20em;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.60em;
        color: #fff;
    }

    #copyright a {
        color: #fff;
        overflow-wrap: break-word;
    }

        #copyright a:hover {
            text-decoration: underline;
        }

.featured-wrapper {
    background: var(--dark);
    text-align: center;
}

.featured {
    padding-top: 0.5em;
    overflow: hidden;
    text-align: center;
    color:#fff
}

    .featured .icon {
        position: relative;
        display: inline-block;
        width: 100px;
        height: 100px;
        background: var(--red);
        margin: 0px auto 20px auto;
        line-height: 100px;
        font-size: 3em;
        text-align: center;
        color: #FFF;
    }

    .featured .major {
        overflow: hidden;
        margin-bottom: 3em;
        padding-bottom: 2em;
        border-bottom: 1px solid #E8E8E8;
    }

        .featured .major h2 {
            font-size: 3em;
        }

        .featured .major .byline {
            font-size: 1.3em;
        }

    .featured .title {
        margin-bottom: 1.0em;

    }

        .featured .title h2 {
            font-size: 1.2em;
        }

        .featured .title .title__heading {
            font-size: 1.2em;
            color: #fff;
        }

    .featured .title1 h2 {
        font-size: 1.2em;
    }

    .featured a:link {
        text-decoration: none;
    }

    .featured a:hover {
        text-decoration: none;
    }

    .featured a:visited {
        text-decoration: none;
    }

    .featured h2 {
        text-align: center;
        color: #FFF;
    }

    .featured p{
        padding-top:0.25em;
    }

#banner {
    overflow: hidden;
    width: 100%;
    padding: 0px 100px;
    text-align: center;
    color: #fff;
}

    #banner a {
        color: #000000;
    }

    #banner .box-left {
        float: left;
    }

    #banner .box-right {
        float: right;
    }

    #banner h2 {
        margin: 0em;
        padding: 0em;
        font-weight: 400;
        font-size: 3em;
        color: #555555;
    }

    #banner span {
        display: block;
        padding-top: 0.20em;
        text-transform: uppercase;
        font-size: 1.2em;
        color: var(--dark);
    }

#banner-wrapper {
    overflow: hidden;
    padding: 1em 0em;
    background: var(--red) !important;
}

@media (min-width: 150px) and (max-width: 997px) {
    #banner {
        padding: 0 1.5rem;
    }
}

.extra .button {
    margin-top: 2em;
    text-align: center;
}

/* centered columns styles */
.row-centered {
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: center;
    /* inline-block space fix */
    margin-right: -4px;
    padding: 5px;
    vertical-align: top;
    /*height:450px;*/
}

.col-centered-no-height {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: center;
    /* inline-block space fix */
    margin-right: -4px;
    padding: 5px;
    vertical-align: top;
}

    .col-centered-no-height.col-last {
        vertical-align: top;
    }

.col-fixed {
    /* custom width */
    width: 260px;
}


.extra span {
    display: block;
    /*padding-top: 0.20em;*/
    text-transform: uppercase;
    font-size: 1.2em;
    color: var(--dark);
    vertical-align: text-bottom;
    /*height:30px;*/
}

#faqlist{
    padding-bottom: 1rem;
}

#faqlist h3 a {
    background: url("../Images/sprite_closed.png") 10px 5px no-repeat;
    display: block;
    padding-bottom: 10px;
    padding-left: 32px;
    margin: 0;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
}

#faqlist h3.open a {
    background: url("../Images/sprite_open.png") 10px 5px no-repeat;
    padding: 10px;
    padding-left: 32px;
}

a {
    color: #454445;
    text-decoration: underline;
}

    a:hover {
        text-decoration: underline;
    } 

ul.style1 a:hover {
    text-decoration: underline;
    color: #525252;
}

.dropdownitem {
    margin-left: 90px;
    margin-left: 20px;
    width: 70%;
    text-align: left;
}

@media (min-width: 992px) {
    #accordion {
        margin-left: 25%;
        margin-right: 25%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


#pagetitle {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/**
 * ----------------------------------------
 * BUTTON
 * ----------------------------------------
 */
.button {
    display: inline-block;
    padding: 1.3em 3em;
    background: var(--red);
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    letter-spacing: 0.20em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
    border: none;
}

    .button:hover {
    }

    .button:active {
    }

a.button:hover {
    color: #D9E6F7;
}

.btn-red {
    background: var(--red) !important;
    color: #FFF !important;
    border-color: var(--red) !important;
    outline: 0 !important;
    margin-bottom: 10px;
}

    .btn-red:hover {
        background-color: #FFF !important;
        border-color: var(--red) !important;
        color: var(--red) !important;
        outline: 0 !important;
    }

    .btn-red:active {
        background: var(--red) !important;
        color: #FFF !important;
        border-color: var(--red) !important;
        outline: 0 !important;
    }



.btn {
    text-decoration: none;
}

    .btn--hollow.btn--small--if-palm {
        color:#C2231B !important;
    }

.btn-link {
    color: #2E4D70;
}

        .btn-link:hover {
            color: #4472A7;
        }

/*.recaptcha
{
    width: 304px;
    margin: 0 auto;
    padding-bottom:10px;
}*/

.field-validation-error {
    padding: 4px;
    margin-bottom: 20px;
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: var(--white);
    background-color: var(--error);
    border-color: var(--error-border);
    text-transform: none !important;
    font-size: 12pt !important;
}

#strapline {
    color: var(--dark);
    margin-top: 10px;
    margin-bottom: 10px;
}

    #strapline a {
        color: #454445;
        text-decoration: underline;
    }

.text-red {
    color: var(--red) !important;
}


.has-feedback .form-control-feedback {
    right: 2px;
    top: 5px;
}

/*.has-feedback label ~ .form-control-feedback {
    top: 37px;
}*/

.iframe-height {
    height: 800px;
}

.help-block {
    color: #ee2e2e !important;
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

/**
 * ----------------------------------------
 * TABLE
 * ----------------------------------------
 */
/* Hide scrollbar for Chrome, Safari and Opera */
.table-responsive::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.table-responsive {
    overflow-x: visible;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: var(--red);
}

.table tbody {
    color: var(--dark);
    font-size: 11pt;
    font-weight: 300;
}

.table-bordered > tbody > tr > th {
    text-align: center;
    text-decoration: underline;
    color: #FFF;
    background-color: var(--red) !important;
}

.innercontentwrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 15pt;
    line-height: 150%;
}

    .innercontentwrapper ul, .innercontentwrapper li {
        list-style: circle;
        list-style-type: circle;
    }


.table-bordered > thead > tr > th {
    text-align: center;
    text-decoration: underline;
    color: #FFF;
    background-color: var(--red) !important;
}

.table-bordered > tbody > tr > td {
    color: var(--dark);
    font-size: 11pt;
    font-weight: 300;
}

.table-bordered > thead > tr > th {
    text-decoration: none;
}

.dataTables_wrapper {
    margin-top: 0.5rem;
}

    .dataTables_wrapper .dataTables_filter {
        margin-right: 0.25rem;
    }

.pagination > .active > a {
    background-color: var(--red);
    border-color: var(--red);
}

    .pagination > .active > a:hover {
        background-color: var(--red);
        border-color: var(--red);
    }

.pagination > li > a {
    color: #000;
}

/* ----------------------------------------
* DATATABLE
* ----------------------------------------
*/
    #main .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
    #main .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
        color: var(--dark) !important;
    }

    #main .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: var(--white) !important;
    }


    .relative_fix {
        position: relative;
    }

    .float_topright_div {
        position: absolute;
        background-color: rgba(4, 28, 247, 0.55);
        width: 300px;
        height: 74px;
        right: 30px;
        top: 10px;
        color: #FFF !important;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        text-align: center;
    }

        .float_topright_div a {
            color: #FFF !important;
            text-decoration: none !important;
        }

    .float_bottomright_div {
        position: inherit;
        width: 170px;
        background: var(--red);
        right: 15px;
        bottom: 0px;
        color: #FFF !important;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        text-align: center;
        vertical-align: bottom;
    }

        .float_bottomright_div a {
            color: #FFF !important;
            text-decoration: none !important;
        }

    #rotate-icon {
        padding-top: 10px;
        font-size: 90px;
    }

    .rotateme {
        -webkit-animation: shake 2s 1;
        -moz-animation: shake 2s 1;
        animation: shake 2s 1;
    }

    .heartbeat {
        -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
        -moz-animation: heartbeat 1.5s ease-in-out infinite both;
        animation: heartbeat 1.5s ease-in-out infinite both;
    }

    /* ----------------------------------------------
 * Generated by Animista on 2018-12-18 12:4:4
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

    /**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
    @-webkit-keyframes heartbeat {
        from {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transform-origin: center center;
            transform-origin: center center;
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }

        10% {
            -webkit-transform: scale(0.91);
            transform: scale(0.91);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }

        17% {
            -webkit-transform: scale(0.98);
            transform: scale(0.98);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }

        33% {
            -webkit-transform: scale(0.87);
            transform: scale(0.87);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }

        45% {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }
    }

    @keyframes heartbeat {
        from {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transform-origin: center center;
            transform-origin: center center;
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }

        10% {
            -webkit-transform: scale(0.91);
            transform: scale(0.91);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }

        17% {
            -webkit-transform: scale(0.98);
            transform: scale(0.98);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }

        33% {
            -webkit-transform: scale(0.87);
            transform: scale(0.87);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }

        45% {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }
    }

    .glyph-link {
        text-decoration: none;
        font-size: medium;
    }

    label {
        color: #454445
    }

    /**
 * ----------------------------------------
 * NAVBAR
 * ----------------------------------------
 */
    #navbarNav span.navbar-text {
        padding: .5rem 1rem;
        color: #CFCFCF !important;
    }

    .navbar a {
        color: #fff;
        text-decoration: none;
    }

    a.navbar-brand,
    .navbar-text a {
        /*padding: .5rem 1rem;*/
    }

    .navbar {
        color: #fff;
    }

    .navbar-brand {
        font-size: 20px;
    }

    .navbar-dark .navbar-toggler,
    .navbar-header .navbar-toggler {
        border: 2px solid var(--light);
        padding: .313rem .55rem;
    }

        .navbar-dark button.navbar-toggler .fa,
        .navbar-header .navbar-toggler .fa {
            color: var(--light);
        }

    .navbar .navbar-nav .nav-link {
        color: rgba(255,255,255);
    }

        .navbar .navbar-nav .nav-link:hover {
            color: rgba(255,255,255);
        }

    .navbar .dropdown-menu {
        background-color: black; /*#333333*/
    }

    /* and this styles the dropdwon trigger link, when open */
    .navbar .dropdown.show a {
        color: white;
        background-color: black; /*#333333;*/
    }

        .navbar .dropdown.show a:hover {
            color: black;
            background-color: #E8E8E8;
        }

    /**
 * ----------------------------------------
 * FORM CONTROL
 * ----------------------------------------
 */

    .form-control {
        border-color: var(--border-darker);
    }
  
    @media only screen and (min-width: 150px) and (max-width: 520px) {
        .form-control,
        .form-control.is-valid,
        .form-control.is-invalid {
            padding-right: .75rem;
        }
    }

    .fv-plugins-bootstrap .form-group.captcha-wrapper.fv-plugins-icon-container .fv-plugins-icon {
        display: none;
    }

    ::placeholder {
        color: #72766F;
    }

    input::-webkit-input-placeholder {
        color: #72766F !important;
    }

    :-moz-placeholder {
        color: #72766F
    }

    ::-moz-placeholder {
        color: #72766F
    }

    :-ms-input-placeholder {
        color: #72766F
    }

    .bpo-checkbox {
        text-align: left;
    }

    .bpo-checkboxes__item {
        font-family: "GDS Transport",arial,sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 400;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25;
        display: block;
        position: relative;
        min-height: 40px;
        margin-bottom: 10px;
        padding-left: 40px;
        clear: left;
    }

    .bpo-checkboxes__input {
        cursor: pointer;
        position: absolute;
        z-index: 1;
        top: -2px;
        left: -2px;
        width: 44px;
        height: 44px;
        margin: 0;
        opacity: 0;
    }

    .bpo-checkboxes__label {
        display: inline-block;
        margin-bottom: 0;
        padding: 8px 15px 5px;
        cursor: pointer;
        touch-action: manipulation;
    }

        .bpo-checkboxes__label:before {
            content: "";
            box-sizing: border-box;
            position: absolute;
            top: 0;
            left: 0;
            width: 40px;
            height: 40px;
            border: 2px solid var(--dark);
            background: rgba(0,0,0,0);
        }

        .bpo-checkboxes__label:after {
            content: "";
            box-sizing: border-box;
            position: absolute;
            top: 11px;
            left: 9px;
            width: 23px;
            height: 12px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            border: solid;
            border-width: 0 0 5px 5px;
            border-top-color: rgba(0,0,0,0);
            opacity: 0;
            background: rgba(0,0,0,0);
        }

    .bpo-checkboxes__input.is-valid + .bpo-checkboxes__label:before {
        border: 2px solid var(--focus-valid);
    }

    .bpo-checkboxes__input.is-invalid + .bpo-checkboxes__label:before {
        border: 2px solid var(--focus-invalid);
    }

    /* Checked state */
    .bpo-checkboxes__input:checked + .bpo-checkboxes__label:after {
        opacity: 1;
    }


    @media only screen and (min-width: 40.0625em) {
        .bpo-checkboxes__item {
            font-size: 19px;
            font-size: 1.1875rem;
            line-height: 1.3157894737;
        }

        .bpo-label {
            font-size: 19px;
            font-size: 1.1875rem;
            line-height: 1.3157894737;
        }
    }

    /* End FORM CONTROL */

    #privacy {
        text-align: left;
    }

        #privacy ul {
            display: block;
            list-style-type: disc;
            margin: 1em 0 1em 0;
            padding-left: 40px;
        }

    .skip-link {
        position: absolute;
        top: 10px;
        z-index: -1;
        margin-left: 7px;
        padding: 7px 8px 7px 8px;
        background-color: #fff;
        border: 1px solid #555;
        border-radius: 3px;
    }

        .skip-link:focus {
            opacity: 1;
            z-index: 500;
        }


.visually-hidden {
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
    margin-left: -16px;
}

@media only screen and (min-width : 320px) {
    #copyright a {
            zoom: 94%;
        }
    }

    .dataTables_wrapper .dataTables_paginate {
        padding-bottom: 0.25em;
    }

    /**
 * ----------------------------------------
 * SITEMAP
 * ----------------------------------------
 */
    .sitemap {
        margin: 0;
    }

        .sitemap a {
            text-decoration-thickness: max(1px, .0625rem);
            text-underline-offset: .1578em;
        }

            .sitemap a:hover {
                text-decoration-thickness: max(3px, .0625rem);
                text-underline-offset: .1578em;
            }

    .sitemap__mb-1 {
        margin-bottom: 1rem;
    }

    .sitemap__title-h2 {
        font-size: 2rem;
        padding: 1rem 0 0.5rem;
    }

    .sitemap__underlist li {
        padding-left: 2rem
    }

        .sitemap__underlist li a,
        .sitemap__underlist li a:not(:focus-visible) {
            text-decoration: underline;
            text-decoration-thickness: max(1px, .0625rem);
            text-underline-offset: .15rem;
        }

            .sitemap__underlist li a:focus-visible {
                text-decoration-thickness: max(1px, .0625rem);
            }

            .sitemap__underlist li a:hover {
                text-decoration-thickness: max(3px, .0625rem);
            }


    .modal-header .close span {
        line-height: 0.5em !important;
    }

    .modal-header .close:focus-visible {
        outline: 2px solid var(--close-outline);
        outline-offset: -10px;
    }


    #table_bankdetails2 > th, td {
        padding-right: 15px;
    }

    #table_bankdetails2 > thead {
        font-weight: 700;
    }

    .wrapbreakword {
        word-wrap: break-word;
    }

    /**
 * ----------------------------------------
 * CARD
 * ----------------------------------------
 */

@media only screen and (max-width : 520px) {
    .card-body {
        padding: 1.25rem 0.150rem;
    }
}

/**
 * ----------------------------------------
 * BUD PAYMENTS STYLE
 * ----------------------------------------
 */

.bpo__bud {
  display: block;
  padding: 0px;
  margin: 0px;
  border: 0px;
  box-sizing: border-box;
}

.bpo__bud-pay {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.bpo-provider {
  display: flex;
  flex-wrap: nowrap;
}

.bpo-provider-item {
  display: flex;
}

.bpo__provider-title {
  color: rgb(38, 38, 38);
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.03125rem;
  line-height: 1.5rem;
  word-break: break-word;
  white-space: break-spaces;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 1rem;
}

.bpo-avatar {
  display: inline-block;
  box-sizing: border-box;
  border-style: solid;
  background-color: rgb(233, 233, 233);
  border-color: rgb(233, 233, 233);
  border-width: 0.0625rem;
  overflow: hidden;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
}

.bpo-icon {
  display: inline-block;
  vertical-align: text-bottom;
}

.bpo__bud .bpo-entity-list__list > li::before {
  display: block;
  margin: 0px;
  border: 0px;
  background-color: rgb(233, 233, 233);
  height: 0.0625rem;
  content: "";
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.bpo__bud .bpo-entity-list__list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.bpo__bud .bpo-entity-list__list > li {
  position: relative;
  margin: 0px;
}

.bpo__bud button.bpo-entity-list-item-wrapper {
  cursor: pointer;
}

.bpo__bud .bpo-entity-list-item-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
  padding: 1rem 0px;
  margin: 0px;
  color: inherit;
  text-align: left;
  text-decoration: inherit;
  font-size: 1rem;
  background-color: transparent;
  border: 0px;
  outline: 0px;
  appearance: none;
  z-index: 1;
}

.bpo__bud .bpo-entity-list-item-content {
  display: block;
  flex-basis: 100%;
  max-width: 100%;
}

.bpo__bud .bpo-entity-list-item-chevron {
  display: block;
  padding-left: 1rem;
  font-size: 1rem;
}

.bpo-avatar .bpo-avatar__img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/**
 * ----------------------------------------
 * TOGGLE STYLE
 * ----------------------------------------
 */

.bpo-ml-0 {
  margin-left: -15px;
  margin-right: -15px;
}

.bpo-ml-0:last-child {
  margin-left: 5px;
  margin-right: 0;
}

.bpo__payment-switch {
  display: flex;
  margin: 0;
}

.bpo__payment-switch--col-left {
  flex: 0;
  padding-right: 0.75rem
}

.bpo__payment-switch--col-right {
  flex: 1;
  padding-right: 0.5rem;
  text-align: left;
}

.bpo__payment-switch--wrapper {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.bpo__payment-switch--checkbox {
  display: none;
}

.bpo__payment-switch--label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 5px;
}

.bpo__payment-switch--inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.bpo__payment-switch--inner:before,
.bpo__payment-switch--inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Roboto, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

.bpo__payment-switch--inner:before {
    content: "YES";
    padding-left: 10px;
    background-color: #28a745;
    color: #FFFFFF;
}

.bpo__payment-switch--inner:after {
    content: "NO";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #495057;
    text-align: right;
}

.bpo__payment-switch--switch {
  display: block;
  width: 18px;
  margin: 0px;
  background: #FFFFFF;
  border: 2px solid #999999;
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 68px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
  background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
  background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
  background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}

.bpo__payment-switch--checkbox:checked + .bpo__payment-switch--label .bpo__payment-switch--inner {
  margin-left: 0;
}

.bpo__payment-switch--checkbox:checked + .bpo__payment-switch--label .bpo__payment-switch--switch {
  right: 0px;
}
