@font-face {
    font-family: HelveticaNeue-Light;
    src: url(static/media/HelveticaNeue-Light.fd47f1ed.eot?#iefix) format("embedded-opentype"), url(static/media/HelveticaNeue-Light.57036bf2.woff) format("woff"), url(static/media/HelveticaNeue-Light.0a4d37b2.ttf) format("truetype"), url(static/media/HelveticaNeue-Light.236e743f.svg#HelveticaNeue-Light) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeue-Bold;
    src: url(./static/media/HelveticaNeue-Bold.f8dffff5.eot?#iefix) format("embedded-opentype"), url(./static/media/HelveticaNeue-Bold.cc2fb63c.woff) format("woff"), url(static/media/HelveticaNeue-Bold.0b929abb.ttf) format("truetype"), url(./static/media/HelveticaNeue-Bold.1e8b94f2.svg#HelveticaNeue-Bold) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeue-Medium;
    src: url(./static/media/HelveticaNeue-Medium.12441223.eot?#iefix) format("embedded-opentype"), url(./static/media/HelveticaNeue-Medium.d7e36db1.woff) format("woff"), url(static/media/HelveticaNeue-Medium.bd96bc9a.ttf) format("truetype"), url(./static/media/HelveticaNeue-Medium.bd91b3df.svg#HelveticaNeue-Medium) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeue;
    src: url(./static/media/HelveticaNeue.95d23331.eot?#iefix) format("embedded-opentype"), url(./static/media/HelveticaNeue.4bafbebd.woff) format("woff"), url(./static/media/HelveticaNeue.a035ad37.ttf) format("truetype"), url(./static/media/HelveticaNeue.72087578.svg#HelveticaNeue) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeue-Thin;
    src: url(./static/media/helveticaneue-thin-webfont.1be5747d.eot?#iefix) format("embedded-opentype"), url(./static/media/helveticaneue-thin-webfont.77657056.woff) format("woff"), url(./static/media/helveticaneue-thin-webfont.aad847b7.ttf) format("truetype"), url(static/media/helveticaneue-thin-webfont.c9d258e9.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    font-family: HelveticaNeue-Light, Arial, sans-serif;
    font-size: 1.6rem;
    color: #231f20;
    background: #f2f2f2
}

#admin,
#root,
.wrapper,
body,
html {
    height: 100%
}

html {
    font-size: 62.5%
}

#top,
html {
    overflow: hidden
}

#top {
    margin: 0 auto;
    min-height: 100%;
    height: 100%
}

#top #push {
    height: 150px
}

#top .row {
    background: #fff;
    margin: 0 auto;
    float: none
}

#top header {
    height: 100px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .4)
}

#top header [class*=col] nav:last-child ul li:last-child a {
    background: #fc0
}

#top header [class*=col] img {
    display: block;
    width: 135px;
    height: 62px;
    margin-top: 20px
}

#top header [class*=col] ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none
}

#top header [class*=col] ul li {
    float: left;
    margin-left: 10px
}

#top header [class*=col] a {
    display: block;
    padding: 0 20px;
    height: 100px;
    line-height: 100px;
    color: #000
}

#body {
    margin-top: 75px
}

@media (max-width:767px) {
    #body {
        margin-top: 52px
    }
}

li,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    color: #107bbf;
    cursor: pointer;
    outline: none
}

p {
    margin: 0 0 20px
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    margin-top: 30px
}

h1,
h2 {
    font-family: HelveticaNeue-Light
}

h2 {
    font-size: 3.2rem
}

h3 {
    font-size: 2rem
}

h4 {
    font-size: 1.6rem
}

p.heading-sub {
    margin-bottom: 47px;
    margin-top: -20px
}

.large-text {
    font-size: 3rem;
    font-family: HelveticaNeue-Light
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.align-left {
    text-align: left
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.margin-bottom-40 {
    margin-bottom: 40px
}

.margin-top-50 {
    margin-top: 50px
}

.margin-top-10 {
    margin-top: 10px
}

.margin-right-10 {
    margin-right: 10px
}

.margin-right-20 {
    margin-right: 20px
}

.margin-right-30 {
    margin-right: 30px
}

.padding-right-20 {
    padding-right: 20px
}

.opacity-4 {
    opacity: .4
}

.font-medium {
    font-family: HelveticaNeue-Medium !important
}

.font-bold {
    font-family: HelveticaNeue-Bold !important
}

.large-font {
    font-size: 2.4rem !important
}

@media (max-width:767px) {
    .large-font {
        font-size: 1.6rem !important
    }
}

.with-errors {
    display: none
}

.has-error input.form-control,
.has-error input.payment-notification__input-control,
.has-error input.vasElectricity-amount__control,
.has-error input.vasElectricity-meter__control {
    border-color: #e02020 !important;
    border-width: 1px !important
}

.has-error .with-errors {
    display: block;
    color: #e02020;
    clear: both
}

.has-error .input-group-addon {
    color: #555;
    background-color: #f2dede;
    border-color: #e02020;
    border-width: 2px !important
}

.row-link,
.row-link label {
    cursor: pointer
}

.row-link:focus,
.row-link:hover {
    border: none;
    outline-color: rgba(0, 0, 0, 0)
}

a.disabled {
    opacity: .38;
    cursor: not-allowed
}

.btn {
    border-radius: 100px;
    font-family: HelveticaNeue-Light, sans-serif;
    height: 48px;
    font-size: 16px;
    color: #231f20;
    border: 1px solid #7a7a7a;
    line-height: 44px;
    min-width: 178px;
    padding: 0 20px;
    text-align: center;
    letter-spacing: .25px
}

.btn:active {
    box-shadow: none
}

.btn.active.focus,
.btn.active:focus {
    outline: none;
    box-shadow: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #5e9ed6
}

.box-header .btn {
    width: auto !important
}

.btn.btn-default {
    -webkit-transition: box-shadow .35s cubic-bezier(.39, .575, .565, 1);
    transition: box-shadow .35s cubic-bezier(.39, .575, .565, 1);
    background-color: rgba(0, 0, 0, 0)
}

.btn.btn-default:hover {
    box-shadow: none
}

.btn.btn-default[disabled]:hover {
    box-shadow: none;
    border-color: #7a7a7a
}

.btn.btn-yellow {
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    border-color: rgba(0, 0, 0, 0);
    background-color: #fc0;
    color: #231f20;
    font-size: 1.6rem;
    height: 48px;
    line-height: 46px
}

.btn.btn-yellow:hover {
    background-color: #ffd633
}

.btn.btn-yellow[disabled] {
    background-color: #d2d2d2;
    color: #899197
}

.buttons.buttons-switch {
    overflow: hidden;
    width: 450px !important
}

@media (max-width:767px) {
    .buttons.buttons-switch {
        width: 100% !important
    }
}

.buttons.buttons-switch .btn.btn-yellow {
    float: right
}

.buttons.buttons-switch .btn.btn-default {
    float: left;
    margin-left: 0 !important
}

@media (max-width:767px) {
    .buttons.buttons-switch .btn {
        float: none !important
    }
}

.buttons.buttons-switch .btn+.btn {
    margin-right: 30px !important
}

@media (max-width:767px) {
    .buttons.buttons-switch .btn+.btn {
        margin-right: 0 !important
    }
}

.buttons.buttons-switch.btn250 {
    width: 510px !important
}

.buttons.buttons-switch.btn250 .btn {
    width: 250px !important
}

.buttons.buttons-switch.btn250 .btn+.btn {
    margin-right: 10px !important
}

@media (max-width:767px) {
    .buttons.buttons-switch.btn250 {
        width: 100% !important
    }

    .buttons.buttons-switch.btn250 .btn {
        width: 210px !important
    }

    .buttons.buttons-switch.btn250 .btn+.btn {
        margin-right: 0 !important
    }
}

@media screen and (max-width:767px) {
    h1 {
        font-size: 1.6rem;
        padding-left: 0;
        margin: 20px 0
    }

    h3 {
        font-size: 1.4rem
    }

    h4 {
        font-size: 1.3rem
    }

    .large-text {
        font-size: 2rem
    }

    .btn,
    .btn.btn-yellow {
        font-size: 1.4rem;
        margin-bottom: 20px;
        min-width: 130px;
        width: 178px;
        height: 40px;
        line-height: 38px
    }

    .box-header .btn,
    .btn-group .btn {
        margin-bottom: 0
    }

    p.with-errors {
        text-align: center
    }

    p.heading-sub {
        font-size: 1.2rem;
        margin-bottom: 20px
    }

    .margin-bottom-30-mobile {
        margin-bottom: 30px
    }
}

@-webkit-keyframes shake {

    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }

    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }

    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }

    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes shake {

    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }

    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }

    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }

    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

.no-padding {
    padding: 0
}

.debug-border {
    border: 1px solid #000
}

.display-table {
    display: table
}

.no-right-border {
    border-right: 0 !important
}

.no-bottom-border {
    border-bottom: 0 !important
}

.bottom-divider {
    border-bottom: 1px solid #d3d2d2
}

.vertical-centered {
    display: table-cell;
    vertical-align: middle
}

.ib-page-header {
    font-size: 40px;
    display: block
}

.error-text {
    color: #e02020
}

.dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #7a7a7a
}

.form-control,
.payment-notification__input-control,
.vasElectricity-amount__control,
.vasElectricity-meter__control {
    background-clip: padding-box;
    box-shadow: none
}

.vas-content .form,
form {
    width: auto;
    margin: auto
}

.vas-content .form label,
form label {
    font-weight: 400
}

.vas-content .form .form-control,
.vas-content .form .payment-notification__input-control,
.vas-content .form .vasElectricity-amount__control,
.vas-content .form .vasElectricity-meter__control,
form .form-control,
form .payment-notification__input-control,
form .vasElectricity-amount__control,
form .vasElectricity-meter__control {
    border: 1px solid #7a7a7a;
    width: 100%;
    padding-left: 1.2em;
    padding-right: 1.2em;
    border-radius: 0;
    color: #a3a1a1;
    height: 35px;
    font-size: 1.4rem
}

.vas-content .form .form-control:focus,
.vas-content .form .payment-notification__input-control:focus,
.vas-content .form .vasElectricity-amount__control:focus,
.vas-content .form .vasElectricity-meter__control:focus,
form .form-control:focus,
form .payment-notification__input-control:focus,
form .vasElectricity-amount__control:focus,
form .vasElectricity-meter__control:focus {
    box-shadow: none
}

@media screen and (min-width:768px) {

    .vas-content .form .form-control,
    .vas-content .form .payment-notification__input-control,
    .vas-content .form .vasElectricity-amount__control,
    .vas-content .form .vasElectricity-meter__control,
    form .form-control,
    form .payment-notification__input-control,
    form .vasElectricity-amount__control,
    form .vasElectricity-meter__control {
        height: 48px;
        font-size: 1.6rem
    }
}

.vas-content .form .input-group-amount,
form .input-group-amount {
    position: relative
}

.vas-content .form .input-group-amount__currency,
form .input-group-amount__currency {
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    width: 30px;
    text-align: center
}

.vas-content .form .input-group-amount__currency i,
form .input-group-amount__currency i {
    font-style: normal;
    display: inline-block;
    line-height: 46px;
    vertical-align: middle
}

@media (max-width:767px) {

    .vas-content .form .input-group-amount__currency i,
    form .input-group-amount__currency i {
        line-height: 33px
    }
}

.vas-content .form .input-group-amount .form-control,
.vas-content .form .input-group-amount .payment-notification__input-control,
.vas-content .form .input-group-amount .vasElectricity-amount__control,
.vas-content .form .input-group-amount .vasElectricity-meter__control,
form .input-group-amount .form-control,
form .input-group-amount .payment-notification__input-control,
form .input-group-amount .vasElectricity-amount__control,
form .input-group-amount .vasElectricity-meter__control {
    padding-left: 20px;
    color: #231f20
}

@media screen and (min-width:768px) {

    .vas-content .form .input-group-amount .form-control,
    .vas-content .form .input-group-amount .payment-notification__input-control,
    .vas-content .form .input-group-amount .vasElectricity-amount__control,
    .vas-content .form .input-group-amount .vasElectricity-meter__control,
    form .input-group-amount .form-control,
    form .input-group-amount .payment-notification__input-control,
    form .input-group-amount .vasElectricity-amount__control,
    form .input-group-amount .vasElectricity-meter__control {
        padding-left: 22px
    }
}

.vas-content .form .btn.select-dropdown,
form .btn.select-dropdown {
    width: 100%;
    height: 48px;
    border-radius: 0;
    text-align: left
}

@media screen and (max-width:767px) {

    .vas-content .form .btn.select-dropdown,
    form .btn.select-dropdown {
        line-height: 33px;
        height: 35px;
        font-size: 1.4rem
    }
}

.vas-content .form .btn.select-dropdown .caret,
form .btn.select-dropdown .caret {
    right: .75em;
    left: auto
}

.vas-content .form .form-group.has-error .input-group,
.vas-content .form .has-error.vasElectricity-amount .input-group,
.vas-content .form .has-error.vasElectricity-meter .input-group,
form .form-group.has-error .input-group,
form .has-error.vasElectricity-amount .input-group,
form .has-error.vasElectricity-meter .input-group {
    border-color: #e02020 !important
}

.vas-content .form .form-group.has-error .form-control,
.vas-content .form .form-group.has-error .payment-notification__input-control,
.vas-content .form .form-group.has-error .vasElectricity-amount__control,
.vas-content .form .form-group.has-error .vasElectricity-meter__control,
.vas-content .form .has-error.vasElectricity-amount .form-control,
.vas-content .form .has-error.vasElectricity-amount .payment-notification__input-control,
.vas-content .form .has-error.vasElectricity-amount .vasElectricity-amount__control,
.vas-content .form .has-error.vasElectricity-amount .vasElectricity-meter__control,
.vas-content .form .has-error.vasElectricity-meter .form-control,
.vas-content .form .has-error.vasElectricity-meter .payment-notification__input-control,
.vas-content .form .has-error.vasElectricity-meter .vasElectricity-amount__control,
.vas-content .form .has-error.vasElectricity-meter .vasElectricity-meter__control,
form .form-group.has-error .form-control,
form .form-group.has-error .payment-notification__input-control,
form .form-group.has-error .vasElectricity-amount__control,
form .form-group.has-error .vasElectricity-meter__control,
form .has-error.vasElectricity-amount .form-control,
form .has-error.vasElectricity-amount .payment-notification__input-control,
form .has-error.vasElectricity-amount .vasElectricity-amount__control,
form .has-error.vasElectricity-amount .vasElectricity-meter__control,
form .has-error.vasElectricity-meter .form-control,
form .has-error.vasElectricity-meter .payment-notification__input-control,
form .has-error.vasElectricity-meter .vasElectricity-amount__control,
form .has-error.vasElectricity-meter .vasElectricity-meter__control {
    border-color: #e02020
}

@media screen and (min-width:768px) {

    .vas-content .form .form-group,
    .vas-content .form .vasElectricity-amount,
    .vas-content .form .vasElectricity-meter,
    form .form-group,
    form .vasElectricity-amount,
    form .vasElectricity-meter {
        margin-bottom: 30px
    }
}

@media screen and (min-width:768px) {

    .vas-content .form .form-group-list .form-group:last-child,
    .vas-content .form .form-group-list .vasElectricity-amount:last-child,
    .vas-content .form .form-group-list .vasElectricity-meter:last-child,
    form .form-group-list .form-group:last-child,
    form .form-group-list .vasElectricity-amount:last-child,
    form .form-group-list .vasElectricity-meter:last-child {
        margin-bottom: 0
    }
}

.label-red {
    color: #e02020
}

.label-yellow {
    color: #fc0
}

.label-green {
    color: #090
}

.label-gray {
    color: #a8a8a8
}

.label-black {
    color: #231f20
}

.pad-right-0 {
    padding-right: 0
}

input[type=text]::-ms-clear {
    display: none
}

input.form-control::-ms-clear,
input.payment-notification__input-control::-ms-clear,
input.vasElectricity-amount__control::-ms-clear,
input.vasElectricity-meter__control::-ms-clear {
    display: none
}

.loading .fa-spin,
.spinner .fa-spin {
    font-size: 24px
}

form .form-control,
form .payment-notification__input-control,
form .vasElectricity-amount__control,
form .vasElectricity-meter__control {
    color: #231f20
}

.not-allowed {
    cursor: not-allowed
}

.pre-line {
    white-space: pre-line
}

.entitlement-grey-out-link {
    color: #899197 !important;
    cursor: default !important
}

.entitlement-cursor-default,
.entitlement-grey-out {
    cursor: default !important
}

.entitlement-grey-out {
    background-color: #d3d2d2 !important;
    color: #899197
}

.entitlement-greyish-link {
    color: #e3e3e3 !important;
    cursor: default !important
}

.gray-out-profile {
    border-left: 0 !important;
    font-family: HelveticaNeue-Light !important;
    cursor: default !important
}

.disable-lists .arrow-right-icon {
    color: #d3d2d2 !important
}

.entitlement-grey-out-image {
    -webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
    border-radius: 50% !important
}

.entitlement-grey-out-icon {
    -webkit-filter: opacity(30%) !important;
    filter: opacity(30%) !important
}

.box {
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 18px
}

.box .box-header {
    border-bottom: 1px solid #d1d1d1;
    padding: 12px 15px;
    overflow: hidden;
    display: table;
    width: 100%
}

.box .box-header>div,
.box .box-header h3 {
    display: block;
    vertical-align: middle;
    font-size: 1.6rem;
    margin: 0
}

.box .box-header>div.right-link a,
.box .box-header h3.right-link a {
    color: #231f20;
    font-family: HelveticaNeue-Light;
    font-size: 1.6rem
}

.box .box-header>div.right-link a img,
.box .box-header h3.right-link a img {
    margin-right: 0;
    margin-left: 10px
}

.box .box-header>div img,
.box .box-header h3 img {
    margin-right: 10px
}

.box .box-content h4 {
    font-weight: 700
}

.box .box-content.table {
    display: table;
    margin-bottom: 0
}

.box .box-content .panel-default {
    border-color: rgba(0, 0, 0, 0);
    margin-bottom: 0
}

.box .box-content .panel-default .panel-heading {
    background: none;
    padding: 0;
    border-width: 0
}

.box .box-content .panel-default .panel-heading a {
    display: table;
    width: 100%;
    color: #231f20
}

.box .box-content .panel-default .panel-body {
    padding: 0;
    display: table;
    width: 100%
}

.box .box-content .panel-default .panel-body .border-bottom:last-child li {
    border-width: 0
}

.box .box-content .panel-default .panel-collapse {
    border-top: 1px solid #ddd
}

.box-buttons.list-group {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .box-buttons.list-group {
        padding-left: 5px;
        padding-right: 15px
    }
}

.box-buttons .list-group__business,
.box-buttons .list-group__manage,
.box-buttons .list-group__transact {
    display: block;
    height: 56px;
    background: #fff;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    font-weight: 700;
    padding: 15px
}

.box-buttons .list-group__business:hover,
.box-buttons .list-group__manage:hover,
.box-buttons .list-group__transact:hover {
    cursor: default
}

.box-buttons .list-item-divider {
    margin: 16px;
    display: block
}

.box-buttons .list-group__manage {
    margin-top: 16px
}

.box-buttons .list-group-item {
    display: flex;
    align-items: center;
    padding: 12px;
    color: #231f20;
    font-size: 1.4rem;
    border: 1px solid #d1d1d1
}

.box-buttons .list-group-item img,
.box-buttons .list-group-item svg {
    width: 32px;
    height: 32px;
    margin-right: 12px
}

.box-buttons .list-group-item:focus {
    outline: none
}

.end-of-list .list-not-available-title {
    font-family: HelveticaNeue-Bold
}

.end-of-list .list-not-available-cellphone {
    margin-left: 5px;
    color: #4a90e2
}

.list-not-available-center {
    text-align: center;
    margin-top: 10px
}

.entit-grey-out-vas {
    background-color: #d3d2d2 !important;
    color: #899197;
    cursor: default !important;
    border: 0
}

.yellow-checkbox input[type=checkbox],
.yellow-checkbox input[type=radio] {
    display: none
}

.yellow-checkbox label {
    padding-left: 30px
}

.yellow-checkbox label p {
    display: inline-block;
    margin: 0;
    padding: 3px 0
}

.yellow-checkbox label input+p:after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 5px;
    background-repeat: no-repeat
}

.yellow-checkbox label input[type=checkbox]+p:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAAGXcA1uAAAAAXNSR0IArs4c6QAAAHBJREFUSA1j9Pfx/c8AA8gcJpggiGZElkGWQGPjUoZiGLIenBLE2ohsGB3YuDyIy2qc/hvOGmgbd6AoGJHBOiI9zUBqjsOVsbCJk5WUsBmET4zkaMNnGDa5UQuwhQqK2GgQoQQHNs7QDyLaVjvAMAMAJFUVK3IgudEAAAAASUVORK5CYII=)
}

.yellow-checkbox label input[type=checkbox]:checked+p:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAAGXcA1uAAAAAXNSR0IArs4c6QAAAhxJREFUSA1j/H+G4T8DFDDBGDqR8gwMIBlleYX/IJoRqzKQcrCeK3fZwVpRlMEMg6uCCRw6zwVjMuDUgVMC7ki4GVAGhsTCrXxgKRYQ+fU7EwM35z8G1WAFhttrHyAkmJkZGFSAgneggiAZnJbjlACbh4XAcBQWNShCeDWktokzeBVKo2gA+w4iwgj0iDzD9v5nDPISfxi0IuUYbq95yMDICI9gsDIMP/z4xcTQNEeIoS3rDYrJMA6GBpgELppkDXg9jc0W6mt49JIVxSK8Nly/z87glIUaD3g0MDL4lkgyXF72iDgb1ELkGWaUv2LgZP+HXUNsvQSDeaIcWNK/VIrBSu8Hg4vZNxTFIA5KPMQANV26zc7w9x8jw9UVDzAUgwRQ/LCk8QWDnupPnIpBGlBsAAkQAig2EFIMkifZBmIMRVZDsouQNRPDHvwWrD/Aw6ARpsAwdxM/Vg8hFTFY5XEKfvrKzBBQKsnw6CULg6/tV4Zkv49Y1ZJlwZTVAgwTVggw8HL9Z9g75SmDvORvrIaDBLHGAcjbFsnAQvIRG4rGp69YGUzi5cCGZwZ9ZDi/+CFew0GasSbT7z+ZGFLbxBhOXOFgEOb7xwDKUXM38zGs2cfDICX6l2Fj9zMGQd6/KJbj4mC1AKYYVIKntEIsAom1Zr5lCHf5DJMmisZrAcwEkEWgsGRjQy2aYPL4aKIimYMMg2GWYo1kmCQ1aADrYKiip98McwAAAABJRU5ErkJggg==)
}

.yellow-checkbox label input[type=radio]+p:after {
    background-image: url(/static/media/radio_empty.ee7b8885.svg)
}

.yellow-checkbox label input[type=radio]:checked+p:after {
    background-image: url(/static/media/radio_checked.659da408.svg)
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .loading img {
        -webkit-animation: rotation .6s linear infinite;
        animation: rotation .6s linear infinite
    }
}

@supports (-ms-ime-align:auto) {
    .loading img {
        -webkit-animation: rotation .6s linear infinite;
        animation: rotation .6s linear infinite
    }
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@media screen and (max-width:767px) {
    .navbar-fixed-top {
        border-width: 0
    }

    .box .box-header>div,
    .box .box-header h3 {
        height: 22px
    }

    .box .box-header>div.right-link a,
    .box .box-header h3.right-link a {
        font-size: 1.4rem
    }

    .box .box-header>div.right-link a img,
    .box .box-header h3.right-link a img {
        width: 24px
    }

    .box .box-header h3 {
        padding-left: 7px
    }

    .box .box-header img {
        width: 30px
    }

    .box .box-content {
        font-size: 1.4rem
    }

    .box .box-content .detail {
        padding: 10px 15px 10px 20px !important
    }
}

.flex {
    display: flex
}

.credit-card-status {
    font-size: 14px;
    font-family: HelveticaNeue;
    font-weight: 700
}

.disabled {
    pointer-events: none;
    opacity: .5;
    background: #f7f7f7
}

#header {
    height: 72px;
    line-height: 72px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    background: #fff
}

#header #logo,
#header #logoMobile {
    float: left
}

#header #logo img,
#header #logoMobile img {
    vertical-align: middle
}

#header #logoMobile {
    font-size: 2.5rem;
    margin-right: 20px
}

#header #menu {
    float: left
}

#header #menu li {
    display: inline-block;
    padding: 0 5px;
    font-size: 1.8rem
}

#header #menu li a {
    display: inline-block;
    height: 72px;
    color: #231f20
}

#header #menu li a:hover {
    border-bottom: 3px solid #fc0
}

#header .glyphicon.glyphicon-menu-hamburger {
    color: #a9a9a9
}

#header #rightMenu {
    float: right;
    font-size: 1.4rem
}

#header #rightMenu a {
    padding: 0 15px;
    display: inline-block;
    color: #231f20
}

#header #rightMenu a:hover {
    background: #fc0
}

svg {
    vertical-align: middle
}

.profile-icon {
    width: 32px;
    height: 32px
}

@media screen and (max-width:420px) {
    .profile-icon {
        margin-right: 0
    }
}

.contact-us-icon,
.home-icon,
.logged-icon {
    width: 32px;
    height: 32px
}

@media screen and (max-width:420px) {

    .contact-us-icon,
    .home-icon,
    .logged-icon {
        height: 24px;
        width: 24px;
        margin-right: 10px
    }
}

.nav.navbar-nav li>a {
    font-size: 1.4rem !important;
    font-weight: 700;
    line-height: 35px;
    display: flex;
    align-items: center
}

.navbar-left {
    float: left;
    margin-left: 15px
}

.navbar-default {
    background-color: #231f20
}

.navbar-default .navbar-brand {
    padding: 0;
    margin-left: 0 !important
}

.navbar-default .navbar-brand a {
    height: 70px;
    line-height: 70px;
    padding-right: 20px;
    margin-right: 20px;
    display: inline-block
}

.navbar-default .navbar-brand a.border-right {
    border-right: 1px solid #4f4c4d
}

.navbar-default .navbar-brand .home-icon {
    height: 24px;
    width: 22px
}

.navbar-default .navbar-brand .logo svg {
    width: 170px;
    height: 44px
}

@media screen and (max-width:420px) {
    .navbar-default .navbar-brand .logo svg {
        height: 32px
    }
}

.navbar-default .navbar-toggle {
    border: none;
    padding-left: 0
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none
}

.navbar-default .navbar-toggle .icon-bar {
    height: 2.25px;
    background: #fc0;
    width: 20.25px
}

.navbar-default .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5.5px
}

.navbar-default .navbar-toggle .icon-bar:nth-child(3) {
    width: 15px
}

.navbar-default .navbar-nav>li.dropdown a {
    line-height: 30px
}

.navbar-default .navbar-nav>li.dropdown.open>a,
.navbar-default .navbar-nav>li.dropdown.open>a:focus,
.navbar-default .navbar-nav>li.dropdown.open>a:hover {
    background: none;
    color: #fff
}

.navbar-default .navbar-nav>li.dropdown.open ul.dropdown-menu {
    border: none;
    padding: 0;
    background-color: #231f20
}

.navbar-default .navbar-nav>li.dropdown.open ul.dropdown-menu li a {
    font-size: 1.6rem;
    border-top: 1px solid #4f4c4d;
    padding-right: 50px
}

.navbar-default .navbar-nav>li.dropdown.open ul.dropdown-menu li a img {
    margin-right: 10px;
    display: inline-block;
    margin-top: -3px
}

.navbar-default .navbar-nav>li.dropdown.open ul.dropdown-menu li.active a,
.navbar-default .navbar-nav>li.dropdown.open ul.dropdown-menu li a:hover {
    background: #393536
}

.navbar-default .navbar-nav>li a {
    padding: 20px;
    font-size: 1.8rem;
    color: #fff;
    height: 72px
}

.navbar-default .navbar-nav>li a:focus,
.navbar-default .navbar-nav>li a:hover {
    background: none;
    color: #fff
}

.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>li.active>a:focus,
.navbar-default .navbar-nav>li.active>a:hover {
    background: none;
    color: #fff;
    border-bottom: 3px solid #fc0
}

.navbar-default ul.navbar-right {
    margin-right: 0 !important
}

.navbar-default ul.navbar-right>li {
    border-left: 1px solid #4f4c4d
}

.navbar-default ul.navbar-right>li:last-child a {
    padding-right: 0
}

.navbar-default ul.navbar-right>li.active {
    border-bottom: none
}

@media (max-width:767px) {
    .navbar-nav {
        margin: 0 -10px
    }

    .navbar-default .navbar-brand {
        padding-left: 0;
        margin-top: 0;
        display: block;
        width: calc(100% - 125px);
        text-align: center
    }

    .navbar-default .navbar-brand a {
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .navbar-default .navbar-brand a.mobile-logout {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
        border-left: .5px solid #fc0;
        border-right: none;
        padding-left: 20px;
        padding-right: 0;
        display: flex;
        align-items: center
    }

    .navbar-default .navbar-brand a.logo img {
        margin-top: 12px;
        height: 28px
    }

    .navbar-default .navbar-brand img {
        margin-top: 10px
    }

    .navbar-toggle {
        margin-right: 7px
    }

    #sideBarModal {
        text-align: left;
        width: 75%
    }

    #sideBarModal:before {
        display: none
    }

    #sideBarModal .modal-dialog .modal-content .modal-header button.close {
        left: 12px;
        color: rgba(0, 0, 0, 0);
        font-size: 0;
        background: url(/static/media/close-yellow.2741c5bd.svg) no-repeat 0 0;
        height: 32px;
        width: 32px;
        opacity: 1
    }

    #sideBarModal .modal-dialog .modal-content .modal-header button img {
        width: 32px
    }

    #sideBarModal .modal-dialog .modal-content .modal-body .navbar-nav li .dropdown-toggle {
        display: none
    }

    #sideBarModal .modal-dialog .modal-content .modal-body .navbar-nav li .dropdown-menu {
        display: block;
        background: none;
        border: none;
        position: static;
        width: 100%;
        padding: 0
    }

    #sideBarModal .modal-dialog .modal-content .modal-body .navbar-nav li svg {
        height: 24px;
        width: 24px;
        margin-right: 10px;
        margin-top: 0
    }

    #sideBarModal .modal-dialog .modal-content .modal-body .navbar-nav li a {
        border-left: 3px solid #231f20;
        font-size: 1.2rem
    }

    #sideBarModal .modal-dialog .modal-content .modal-body .navbar-nav li.active a {
        border-left: 3px solid #fc0
    }

    #sideBarModal .modal-dialog .modal-content .modal-body .navbar-right {
        margin-top: 144px;
        border-top: .5px solid #393536;
        margin-bottom: 42px
    }
}

@media (min-width:768px) {
    .navbar-default .container {
        width: 100%;
        padding: 0 20px
    }

    .navbar-nav:first-child>li:first-child {
        display: none
    }

    .navbar-default .navbar-nav.navbar-right li a {
        font-size: 1.4rem
    }
}

.menu-sidebar.modal {
    max-width: 100%;
    background-color: #231f20
}

.menu-sidebar.modal.fade {
    -webkit-transition: opacity .15s linear, -webkit-transform .3s ease-out;
    transition: opacity .15s linear, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, opacity .15s linear;
    transition: transform .3s ease-out, opacity .15s linear, -webkit-transform .3s ease-out
}

.menu-sidebar.modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none
}

.menu-sidebar.modal.fade:not(.in).left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.menu-sidebar.modal.fade:not(.in).right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.menu-sidebar.modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.menu-sidebar.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.menu-sidebar.modal.left {
    right: auto
}

.menu-sidebar.modal.right {
    left: auto
}

.menu-sidebar.modal .modal-dialog {
    margin: 0;
    width: auto
}

.menu-sidebar.modal .modal-dialog .modal-header {
    border-bottom-width: 0;
    height: 38px
}

.menu-sidebar.modal .modal-dialog .modal-header .hello-message {
    margin: 0
}

.menu-sidebar.modal .modal-dialog .modal-content {
    border: 0;
    box-shadow: none;
    background: none
}

.menu-sidebar.modal .modal-dialog .modal-content .modal-body {
    padding: 0 10px 20px
}

.menu-sidebar.modal .modal-dialog .modal-content .modal-body ul li {
    border-bottom-width: 2px
}

.menu-sidebar.modal .modal-dialog .modal-content .modal-body ul li.active a {
    background-color: #393536;
    border-left: 3px solid #fc0
}

.menu-sidebar.modal .modal-dialog .modal-content .modal-body ul li a {
    padding: 8px 15px;
    color: #fff;
    border-bottom: .5px solid #393536
}

.menu-sidebar.modal .modal-dialog .modal-content .modal-body ul li a:hover {
    background-color: #393536
}

.menu-sidebar.modal .modal-dialog .modal-content .modal-body ul li:first-child a {
    border-top: .5px solid #393536
}

.menu-sidebar.modal .modal-dialog .modal-content .modal-body .logo-side-bar {
    margin-left: 10px
}

.menu-sidebar.modal .modal-dialog .modal-content .modal-body .logo-side-bar svg {
    width: 140px;
    height: 36px
}

#footer {
    font-size: 1.2rem;
    font-family: HelveticaNeue;
    color: #6a6862;
    padding-bottom: 20px;
    overflow: hidden;
    background: #fff
}

#footer .yellow-line {
    background-color: #fc0;
    height: 50px;
    margin-bottom: 30px
}

#footer a {
    color: #6a6862;
    padding-right: 30px
}

#footer .left-links {
    float: left
}

#footer .right-links {
    float: right
}

@media screen and (max-width:767px) {
    #footer .yellow-line {
        height: 20px
    }

    #footer .left-links {
        margin-bottom: 10px
    }

    #footer .right-links {
        float: left
    }
}

.ib-container-fluid {
    position: relative;
    overflow: hidden
}

.page-footer {
    background-color: #fff;
    border-top: 10px solid #fc0;
    font-size: 1.6rem;
    color: #231f20;
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 20px
}

@media screen and (min-width:768px) {
    .page-footer {
        margin-top: 90px
    }
}

.page-footer .lock-icon {
    max-height: 48px;
    margin-left: 1.5em;
    display: inline-block;
    width: 36px
}

.page-footer .text {
    display: inline-block;
    margin-left: 1em
}

.page-footer .media {
    margin-top: .5em
}

.page-footer .hr-footer {
    background-color: #d3d2d2;
    height: 1px
}

.page-footer .footer-links {
    font-size: 1.2rem;
    margin-left: 1em
}

.page-footer .footer-links a {
    color: #6a6862
}

.page-footer .footer-links a:hover {
    opacity: .7
}

.page-footer .footer-links li {
    display: inline-block
}

.page-footer .footer-links li+li {
    margin-left: 2em
}

.page-footer .copyright {
    font-size: 1.2rem;
    margin-bottom: 1.5em;
    margin-right: 1em;
    text-align: right;
    color: #6a6862
}

.page-footer .logo-footer {
    text-align: right;
    padding-right: 1em;
    padding-top: 10px
}

.page-footer .logo-footer .logo-icon {
    width: 182px;
    height: 45px
}

@media screen and (max-width:767px) {
    .page-footer {
        border-top-width: 6px;
        padding-top: 15px;
        padding-bottom: 10px
    }

    .page-footer .text {
        margin-left: 0;
        line-height: 1.5
    }

    .page-footer .media {
        margin-top: 0
    }

    .page-footer .logo-footer {
        padding-right: 0;
        padding-top: 0
    }

    .page-footer .logo-footer .logo-icon {
        width: 101px;
        height: 25px
    }

    .page-footer .copyright,
    .page-footer .footer-links,
    .page-footer .text {
        font-size: 8px
    }

    .page-footer .hr-footer {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .page-footer .footer-links {
        margin-left: 0;
        margin-bottom: 1em
    }

    .page-footer .footer-links a {
        color: #acacac
    }

    .page-footer .copyright {
        text-align: left;
        margin-bottom: 1.2em;
        color: #acacac
    }
}

.expansion-panel {
    margin: 0 -20px
}

.expansion-panel--hide,
.expansion-panel--show {
    background-color: #f7f7f7
}

.expansion-panel__more-info {
    padding: 15px 20px
}

@media screen and (min-width:768px) {
    .expansion-panel__more-info {
        padding: 20px 25px
    }
}

.expansion-panel__more-info-text {
    display: inline
}

@media screen and (min-width:768px) {
    .expansion-panel__more-info-text {
        display: inline-block;
        margin-top: 4px
    }
}

.expansion-panel__more-info-collapse {
    margin-top: 20px;
    font-size: 12px;
    font-family: HelveticaNeue-Light
}

.expansion-panel__more-info-collapse p {
    margin-bottom: 20px
}

.expansion-panel__more-info-title {
    display: flex;
    justify-content: space-between;
    line-height: 20px;
    align-items: center;
    font-size: 14px
}

@media screen and (min-width:768px) {
    .expansion-panel__more-info-title {
        font-size: 16px
    }
}

.expansion-panel__more-info-title img {
    width: 28px;
    height: 28px;
    margin-right: 15px;
    float: left;
    font-size: 16px;
    line-height: 24px
}

.expansion-panel__more-info-toggle {
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between
}

.breadscrumb {
    margin-top: -15px;
    margin-bottom: 20px;
    font-size: 14px
}

.breadscrumb a {
    color: #231f20;
    text-decoration: underline
}

.breadscrumb img {
    margin: 0 5px;
    width: 6px
}

.breadscrumb span {
    font-weight: 700
}

.loginPage .wrapper {
    position: relative;
    color: #fff;
    overflow: hidden;
    min-height: 100vh;
    padding-bottom: 110px
}

.loginBox .loginPage__text-new-customer {
    display: inline-block;
    font-size: 14px;
    margin-top: 30px;
    color: #fc0;
    text-decoration: underline
}

.loginBox .loginPage__text-new-customer:hover {
    color: #fc0;
    opacity: 1
}

@media screen and (min-width:768px) {
    .loginBox .loginPage__text-new-customer {
        margin-top: 40px;
        font-size: 16px
    }
}

.loginPage .wrapper .header {
    padding-top: 40px;
    padding-bottom: 45px;
    margin-bottom: 25px;
    margin-top: 40px
}

@media screen and (min-width:768px) {
    .loginPage .wrapper .header {
        margin-bottom: 60px
    }
}

.loginBox {
    overflow: hidden;
    font-family: HelveticaNeue-Thin, sans-serif
}

.loginBox a {
    color: #fc0;
    color: rgb(253, 198, 0);
    text-decoration: underline;
}

.loginBox a:hover {
    opacity: .8
}

.loginBox .control-label {
    font-weight: 400
}

.loginBox .buttons {
    text-align: center;
    margin-top: 42px;
    margin-bottom: 10px
}

.loginBox .btn {
    max-width: 270px;
    border-radius: 100px;
    box-shadow: none;
    outline: none;
    font-size: 1.6rem;
    margin: 30px auto
}

.loginBox .btn.btn-default {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff
}

.loginBox .btn-login-mobile {
    display: none !important
}

.loginBox .link-sign-up {
    display: block;
    font-size: 14px;
    max-width: 380px;
    margin: 30px auto 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: underline
}

@media screen and (min-width:768px) {
    .loginBox .link-sign-up {
        font-size: 1.6rem;
        margin-top: 35px
    }
}

.loginBox .form-control,
.loginBox .payment-notification__input-control,
.loginBox .vasElectricity-amount__control,
.loginBox .vasElectricity-meter__control {
    border-radius: 0;
    color: #231f20;
    height: 48px;
    font-size: 18px;
    box-shadow: none;
    border-color: #7a7a7a
}

.loginBox .form-control:-ms-input-placeholder,
.loginBox .payment-notification__input-control:-ms-input-placeholder,
.loginBox .vasElectricity-amount__control:-ms-input-placeholder,
.loginBox .vasElectricity-meter__control:-ms-input-placeholder {
    color: #999
}

.loginBox .form-group,
.loginBox .vasElectricity-amount,
.loginBox .vasElectricity-meter {
    max-width: 100%;
    margin: auto;
    min-height: 110px
}

.loginBox .form-group .reset-password,
.loginBox .vasElectricity-amount .reset-password,
.loginBox .vasElectricity-meter .reset-password {
    font-size: 16px;
    margin-top: .5em;
    text-align: right
}

.loginBox .form-group .login-password,
.loginBox .vasElectricity-amount .login-password,
.loginBox .vasElectricity-meter .login-password {
    margin-left: -10px
}

.loginBox .login-box-container {
    max-width: 1000px
}

.loginBox .login-errors-line {
    text-align: center;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 25px
}

@media screen and (min-width:992px) {
    .loginBox .login-errors-line {
        padding: 0 15px;
        max-width: 100%
    }
}

@media screen and (max-width:767px) {
    .loginBox {
        padding-left: 15px;
        padding-right: 15px;
        min-height: 85vmin
    }

    .loginBox .control-label {
        font-size: 14px
    }

    .loginBox .form-group,
    .loginBox .vasElectricity-amount,
    .loginBox .vasElectricity-meter {
        margin-bottom: 5px;
        min-height: 95px
    }

    .loginBox .form-group .reset-password,
    .loginBox .vasElectricity-amount .reset-password,
    .loginBox .vasElectricity-meter .reset-password {
        font-size: 14px
    }

    .loginBox .form-control,
    .loginBox .payment-notification__input-control,
    .loginBox .vasElectricity-amount__control,
    .loginBox .vasElectricity-meter__control {
        height: 35px;
        font-size: 18px;
        text-align: left
    }

    .loginBox .btn-login-web {
        display: none !important
    }

    .loginBox .btn-login-mobile {
        display: block !important
    }

    .loginBox .buttons {
        margin-top: 0;
        margin-bottom: 0
    }

    .loginBox .btn {
        width: 100%;
        font-size: 14px
    }

    .loginBox .btn+.btn {
        margin-top: 20px
    }

    .loginBox .login-box-container {
        max-width: none;
        padding-bottom: 0
    }

    .loginBox .login-box-container [class*=col-] {
        padding-left: 0;
        padding-right: 0
    }

    .loginBox .login-errors-line {
        font-size: 14px;
        min-height: 0;
        margin-top: 5px
    }
}

.mainContent {
    margin-bottom: 25px
}

@media screen and (max-width:1024px) {
    .mainContent {
        min-height: 85vmin;
        margin-bottom: 20px
    }
}

@media screen and (min-width:992px) {
    .mainContent {
        margin-bottom: 20px
    }
}

.text-about-cba,
.text-contact-us {
    text-align: center;
    font-family: HelveticaNeue-Thin, sans-serif;
    color: #fff
}

.text-about-cba {
    width: 100%;
    font-size: 8px;
    margin-bottom: -40px
}

@media screen and (min-width:768px) {
    .text-about-cba {
        font-size: 12px;
        margin-bottom: 25px
    }
}

@media screen and (min-width:992px) {
    .text-about-cba {
        font-size: 12px;
        margin-bottom: 5px
    }
}

.text-about-cba .about-bold {
    font-family: HelveticaNeue-Bold
}

.text-contact-us {
    font-size: 1.4rem;
    margin-top: 30px;
    display: block
}

.text-contact-us a {
    color: #fc0
}

@media screen and (min-width:768px) {
    .text-contact-us {
        margin-top: 70px;
        font-size: 1.6rem
    }
}

.modal-login-require__notice {
    font-family: HelveticaNeue-Bold
}

.logout-container .box {
    padding: 2em 0
}

.logout-container .title {
    font-size: 1.2em;
    margin: 0
}

@media (max-width:767px) {
    .logout-container {
        font-size: 1.4rem
    }
}

.alert.content {
    color: #000;
    font-size: 1.6rem;
    padding-left: 20px;
    margin: inherit;
    border-bottom: none
}

.alert strong {
    font-family: HelveticaNeue-Medium
}

.alert-warning {
    background: #fffbf0
}

.modal {
    text-align: center;
    padding-left: 0 !important
}

.modal:before {
    content: "";
    height: 100%
}

.modal-dialog,
.modal:before {
    display: inline-block;
    vertical-align: middle
}

.modal-dialog {
    text-align: left;
    min-width: 280px;
    max-width: 420px;
    width: 100%;
    margin: 25px auto;
    padding: 0 20px;
    word-wrap: break-word
}

@media screen and (min-width:768px) {
    .modal-dialog {
        max-width: 100%;
        min-width: 420px;
        padding: 0 174px
    }
}

@media screen and (min-width:992px) {
    .modal-dialog {
        width: 620px;
        padding: 0
    }
}

.modal-dialog .otp {
    margin-top: 10px
}

.modal-dialog .with-errors {
    margin: 0;
    text-align: left;
    font-size: 1.4rem
}

.modal-dialog .has-error .pin-number {
    border-color: #e02020;
    border-width: 2px;
    box-shadow: none
}

.modal-content {
    border-radius: 3px;
    border: 0;
    display: block;
    height: auto;
    width: 100%;
    overflow: visible;
    position: relative
}

.modal-content .close {
    color: #fc0;
    font-size: 2.5rem;
    font-weight: 500;
    position: absolute;
    right: 20px;
    top: 10px;
    opacity: 1;
    text-shadow: none;
    z-index: 1000;
    outline: none
}

.modal-header {
    background: #231f20;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    display: block;
    padding: 20px;
    font-size: 1.8rem;
    text-align: center
}

@media screen and (min-width:992px) {
    .modal-header {
        display: flex;
        align-items: center;
        font-size: 3rem;
        padding: 25px 50px;
        text-align: left
    }
}

.modal-header img {
    flex: 0 0 auto;
    object-fit: contain;
    height: 48px;
    width: 48px;
    margin: 0 auto 10px
}

@media screen and (min-width:992px) {
    .modal-header img {
        margin: 0 30px 0 0
    }
}

.modal-header .img {
    height: 48px;
    width: 48px;
    display: block;
    margin: 0 auto 8px;
    background-size: contain;
    background-position: 50% 100%;
    background-repeat: no-repeat
}

@media screen and (min-width:768px) {
    .modal-header .img {
        align-self: center;
        background-position: 50% 50%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px
    }
}

.modal-header p {
    font-size: 1.6rem;
    margin-top: 20px
}

.modal-title {
    clear: both;
    display: block;
    font-size: 1.4rem;
    margin-bottom: 4px;
    text-align: center;
    width: 100%
}

@media screen and (min-width:768px) {
    .modal-title {
        align-self: center;
        font-size: 1.6rem
    }
}

@media screen and (min-width:992px) {
    .modal-title {
        text-align: left;
        display: inline;
        box-shadow: none;
        font-size: 2rem;
        line-height: 28px
    }
}

.modal-body {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 30px 20px;
    height: auto;
    text-align: left
}

@media screen and (min-width:768px) {
    .modal-body {
        font-size: 1.6rem
    }
}

@media screen and (min-width:992px) {
    .modal-body {
        padding: 30px 50px 50px
    }
}

.modal-body .row {
    word-break: break-word;
    overflow-wrap: break-word
}

.modal-body p {
    margin: 0 auto 20px
}

.modal-body label {
    text-align: left
}

.modal-body__content {
    min-height: 144px
}

@media screen and (min-width:768px) {
    .modal-body__content {
        min-height: 112px
    }
}

@media screen and (min-width:992px) {
    .modal-body__content {
        min-height: 148px
    }
}

.modal-body__content .loading {
    text-align: center
}

@media screen and (min-width:992px) {
    .modal-body__content .auto-logout {
        padding-top: 20px
    }
}

@media screen and (min-width:992px) {
    .modal-body__content .auto-logout .progress-circle .CircularProgressbar {
        width: 60px
    }
}

@media screen and (min-width:992px) {
    .modal-body__content .auto-logout .progress-circle .seconds {
        width: 60px;
        top: 9px
    }
}

@media screen and (min-width:992px) {
    .modal-body__content .auto-logout .progress-circle {
        float: none;
        margin: 0 auto
    }
}

form .otp-number,
form .pin-number {
    width: 35px;
    height: 35px;
    max-width: 50px;
    margin: 0 9px;
    display: inline-block;
    text-align: center;
    border-radius: 0;
    font-size: 1.6rem;
    border: 1px solid #7a7a7a;
    box-shadow: none;
    padding: 6px;
    color: #555
}

form .otp-number:focus,
form .pin-number:focus {
    border-color: #fc0;
    border-width: 2px;
    box-shadow: none
}

form .otp-number:first-child,
form .pin-number:first-child {
    margin-left: 0
}

@media screen and (min-width:768px) {

    form .otp-number,
    form .pin-number {
        width: 48px;
        height: 48px
    }
}

@media screen and (min-width:768px) {

    form .form-control,
    form .payment-notification__input-control,
    form .vasElectricity-amount__control,
    form .vasElectricity-meter__control {
        padding: 0 10px
    }
}

form .form-group.has-error .with-errors,
form .has-error.vasElectricity-amount .with-errors,
form .has-error.vasElectricity-meter .with-errors {
    text-align: left;
    padding: 2px 10px 0
}

@media screen and (min-width:768px) {

    form .form-group.has-error .with-errors,
    form .has-error.vasElectricity-amount .with-errors,
    form .has-error.vasElectricity-meter .with-errors {
        padding: 2px 12px 0
    }
}

.modal-buttons {
    margin-top: 20px;
    text-align: center
}

@media screen and (min-width:768px) {
    .modal-buttons {
        margin-top: 40px
    }
}

@media screen and (min-width:992px) {
    .modal-buttons {
        text-align: left
    }
}

.modal-buttons .btn {
    width: 210px
}

.modal-buttons .btn:last-child {
    margin-bottom: 0;
    margin-right: 0
}

@media screen and (min-width:768px) {
    .modal-buttons .btn {
        width: 320px
    }
}

@media screen and (min-width:992px) {
    .modal-buttons .btn {
        width: 210px
    }
}

@media screen and (min-width:768px) {
    .modal-buttons .btn+.btn {
        margin-top: 30px
    }
}

@media screen and (min-width:992px) {
    .modal-buttons .btn+.btn {
        margin: 0 0 0 30px
    }
}

.modal-buttons--custom {
    position: relative;
    height: 100px
}

.modal-buttons--custom .btn {
    margin-left: -105px;
    left: 50%
}

@media screen and (min-width:768px) {
    .modal-buttons--custom .btn {
        width: 320px;
        margin-left: -160px
    }
}

@media screen and (min-width:992px) {
    .modal-buttons--custom .btn {
        width: 200px;
        left: 0;
        margin-left: 0
    }
}

.modal-buttons--custom .btn:first-child {
    position: absolute;
    bottom: 0;
    margin-bottom: 0
}

.modal-buttons--custom .btn:last-child {
    position: absolute;
    top: 0
}

@media screen and (min-width:768px) {
    .modal-buttons--custom {
        height: 120px
    }
}

@media screen and (min-width:768px) and (min-width:768px) {
    .modal-buttons--custom .btn+.btn {
        margin-top: 0
    }
}

@media screen and (min-width:768px) and (min-width:992px) {
    .modal-buttons--custom .btn+.btn {
        margin: 0 0 0 30px
    }
}

@media screen and (min-width:992px) {
    .modal-buttons--custom {
        height: auto;
        position: static
    }

    .modal-buttons--custom .btn:first-child,
    .modal-buttons--custom .btn:last-child {
        position: static
    }
}

.animation-show-effect.fade {
    -webkit-transition: none;
    transition: none
}

.animation-show-effect.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.animation-show-effect.fade.in .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-backdrop.modal-backdrop--disable {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none
}

@media screen and (min-width:768px) {
    .modal-template .modal-dialog {
        padding: 0;
        max-width: 640px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:768px) {
    .modal-template .modal-header {
        text-align: left;
        padding-left: 50px
    }

    .modal-template .modal-header span {
        display: inline-block;
        width: auto
    }

    .modal-template .modal-header .img {
        margin-left: 0
    }
}

.modal-template .modal-title {
    font-size: 14px
}

@media screen and (min-width:768px) {
    .modal-template .modal-title {
        font-size: 20px
    }
}

.modal-template .modal-body {
    padding: 20px
}

@media screen and (min-width:768px) {
    .modal-template .modal-body {
        padding: 35px 50px
    }
}

.modal.shake .otp {
    -webkit-animation: shake .62s cubic-bezier(.36, .07, .19, .97) both;
    animation: shake .62s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.otpModal .modal-title {
    line-height: 25px
}

@media screen and (min-width:992px) {
    .otpModal .modal-title {
        line-height: 65px
    }
}

.progress-circle {
    position: relative;
    width: 68px;
    float: none;
    margin: 0 auto
}

@media screen and (min-width:992px) {
    .progress-circle {
        height: 70px;
        float: left;
        margin-right: 20px
    }
}

.progress-circle .CircularProgressbar {
    width: 70px
}

.progress-circle .CircularProgressbar .CircularProgressbar-path {
    stroke: #fff;
    stroke-linecap: butt;
    -webkit-transition: stroke-dashoffset .5s ease 0s;
    transition: stroke-dashoffset .5s ease 0s
}

.progress-circle .CircularProgressbar .CircularProgressbar-trail {
    stroke: #3eb5e5
}

.progress-circle .seconds {
    width: 70px;
    position: absolute;
    z-index: 100;
    text-align: center;
    top: 15px;
    left: 0;
    font-size: 3rem;
    line-height: 3rem
}

.progress-circle .seconds span {
    display: block;
    font-size: .8rem;
    margin-top: -10px
}

.featured-list-item {
    border-bottom: 1px solid #d3d2d2
}

.featured-list-item__link {
    padding: 23px 20px;
    font-size: 1.6rem;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    outline: none
}

.featured-list-item__link-img {
    width: 48px;
    height: 48px;
    margin-right: 50px
}

.featured-list-item__link-img--disable {
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: default
}

.featured-list-item__link-info {
    color: #231f20;
    flex: 1 1;
    font-size: 1.4rem
}

@media screen and (min-width:768px) {
    .featured-list-item__link-info {
        font-size: 1.6rem
    }
}

.featured-list-item__link-arrow-next {
    font-size: 2.6rem;
    text-align: right
}

@media screen and (min-width:768px) {
    .featured-list-item__link-arrow-next {
        font-size: 2.6rem
    }
}

.featured-list-item__link-arrow-next i {
    color: #231f20
}

.featured-list-item:last-child {
    border-bottom: none
}

.featured-list-item--disabled {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65
}

.featured-list-item--disabled .featured-list-item__link {
    cursor: not-allowed
}

#registerBrowser .modal-dialog .modal-content {
    height: auto
}

#registerBrowser .modal-dialog .modal-content .modal-header {
    float: none;
    width: 100%;
    border-right: none;
    padding-top: 32px;
    padding-bottom: 26px;
    border-bottom: 17px solid #fc0;
    height: auto
}

#registerBrowser .modal-dialog .modal-content .modal-header img {
    margin-bottom: 30px
}

#registerBrowser .modal-dialog .modal-content .modal-header h1 {
    font-size: 3.2rem;
    margin: 0
}

#registerBrowser .modal-dialog .modal-content .modal-body {
    padding-top: 35px;
    text-align: center;
    float: none;
    width: 100%
}

#registerBrowser .modal-dialog .modal-content .modal-body .device {
    overflow: hidden;
    padding-bottom: 50px
}

#registerBrowser .modal-dialog .modal-content .modal-body .device p {
    font-size: 2rem;
    margin-bottom: 20px;
    max-width: none
}

#registerBrowser .modal-dialog .modal-content .modal-body .device input {
    height: 48px;
    line-height: 46px;
    width: 252px;
    border: 1px solid #7a7a7a;
    font-size: 20px;
    padding: 0 10px;
    text-align: center
}

#registerBrowser .modal-dialog .modal-content .modal-body p {
    max-width: none
}

#registerBrowser a {
    color: inherit
}

@media screen and (max-width:767px) {
    #registerBrowser .modal-dialog .modal-content .modal-header {
        border-bottom-width: 10px;
        padding-bottom: 20px;
        padding-top: 20px
    }

    #registerBrowser .modal-dialog .modal-content .modal-header img {
        margin-bottom: 20px
    }

    #registerBrowser .modal-dialog .modal-content .modal-header h1 {
        font-size: 1.8rem
    }

    #registerBrowser .modal-dialog .modal-content .modal-body {
        padding-top: 20px;
        padding-left: 15px
    }

    #registerBrowser .modal-dialog .modal-content .modal-body .device {
        padding-bottom: 35px
    }

    #registerBrowser .modal-dialog .modal-content .modal-body .device input {
        width: 85%
    }

    #registerBrowser .modal-dialog .modal-content .modal-body .device p {
        font-size: 1.4rem
    }

    #registerBrowser .modal-dialog .modal-content .modal-body p {
        font-size: 1rem
    }
}

@media screen and (min-width:992px) {
    #registerBrowser .modal-dialog {
        width: 945px
    }
}

.select-dropdown {
    text-overflow: ellipsis;
    overflow: hidden
}

.select-dropdown .dropdown-toggle.btn {
    min-width: 250px
}

.select-dropdown .caret {
    position: absolute;
    left: 90%;
    top: 45%
}

.has-error .accounts-dropdown .dropdown-toggle {
    border: 1px solid #e02020
}

.transfer-modal .transfer-header {
    margin-bottom: 30px;
    font-family: HelveticaNeue-Bold, sans-serif;
    font-synthesis: style
}

.transfer-modal form .btn-group,
.transfer-modal form .dropdown-menu,
.transfer-modal form .input-group .select-dropdown {
    width: 100%
}

.transfer-modal form .input-group .input-group-addon {
    padding-top: 0;
    padding-bottom: 0;
    height: 33px;
    line-height: 33px;
    border-color: #7a7a7a
}

@media screen and (min-width:768px) {
    .transfer-modal form .input-group .input-group-addon {
        height: 46px;
        line-height: 46px
    }
}

.transfer-modal form .input-group .amount.form-control,
.transfer-modal form .input-group .amount.payment-notification__input-control,
.transfer-modal form .input-group .amount.vasElectricity-amount__control,
.transfer-modal form .input-group .amount.vasElectricity-meter__control {
    padding-left: .3em;
    padding-top: 0;
    padding-bottom: 0;
    height: 33px;
    line-height: 33px
}

@media screen and (min-width:768px) {

    .transfer-modal form .input-group .amount.form-control,
    .transfer-modal form .input-group .amount.payment-notification__input-control,
    .transfer-modal form .input-group .amount.vasElectricity-amount__control,
    .transfer-modal form .input-group .amount.vasElectricity-meter__control {
        height: 46px;
        line-height: 46px
    }
}

#payTransferPage .box {
    padding: 0;
    font-family: HelveticaNeue-Light
}

#payTransferPage .box .box-header {
    padding: 14px 29px
}

#payTransferPage .box .box-header h2 {
    font-size: 3.2rem;
    margin: 0;
    line-height: 40px
}

#payTransferPage .box .pay-nav li {
    border-bottom: 1px solid #d3d2d2;
    padding: 18px 30px 18px 10px;
    font-size: 2rem;
    display: table;
    width: 100%;
    text-align: left
}

#payTransferPage .box .pay-nav li:last-child {
    border-bottom: none
}

#payTransferPage .box .pay-nav li .icon {
    display: table-cell;
    width: 100px;
    text-align: center;
    height: 65px;
    vertical-align: middle
}

#payTransferPage .box .pay-nav li .icon img {
    max-height: 65px
}

#payTransferPage .box .pay-nav li a {
    color: #1a1718;
    vertical-align: middle;
    display: table-cell
}

@media screen and (max-width:767px) {
    #payTransferPage p.heading-sub {
        font-size: 1.2rem;
        margin-bottom: 20px
    }

    #payTransferPage .box {
        font-size: 1.4rem
    }

    #payTransferPage .box .box-header {
        padding: 10px 20px
    }

    #payTransferPage .box .box-header h2 {
        font-size: 1.4rem
    }

    #payTransferPage .box .pay-nav li {
        font-size: 1.2rem;
        padding: 15px 20px
    }

    #payTransferPage .box .pay-nav li .icon {
        width: 70px;
        height: 30px
    }

    #payTransferPage .box .pay-nav li .icon img {
        max-height: 30px
    }

    #payTransferPage .box form .form-group,
    #payTransferPage .box form .vasElectricity-amount,
    #payTransferPage .box form .vasElectricity-meter {
        margin-bottom: 25px
    }

    #payTransferPage .box form .form-group .btn-group,
    #payTransferPage .box form .vasElectricity-amount .btn-group,
    #payTransferPage .box form .vasElectricity-meter .btn-group {
        width: 100%
    }

    #payTransferPage .box form .form-group .btn-group .dropdown-menu,
    #payTransferPage .box form .vasElectricity-amount .btn-group .dropdown-menu,
    #payTransferPage .box form .vasElectricity-meter .btn-group .dropdown-menu {
        width: 80%
    }

    #payTransferPage .box form .form-group .btn-group .dropdown-menu .account-item a,
    #payTransferPage .box form .vasElectricity-amount .btn-group .dropdown-menu .account-item a,
    #payTransferPage .box form .vasElectricity-meter .btn-group .dropdown-menu .account-item a {
        width: 100%
    }

    #payTransferPage .box form .form-group .input-group,
    #payTransferPage .box form .form-group .select-dropdown,
    #payTransferPage .box form .vasElectricity-amount .input-group,
    #payTransferPage .box form .vasElectricity-amount .select-dropdown,
    #payTransferPage .box form .vasElectricity-meter .input-group,
    #payTransferPage .box form .vasElectricity-meter .select-dropdown {
        width: 80%;
        height: 42px;
        font-size: 1.2rem
    }

    #payTransferPage .box form .form-group .input-group *,
    #payTransferPage .box form .vasElectricity-amount .input-group *,
    #payTransferPage .box form .vasElectricity-meter .input-group * {
        font-size: 1.2rem
    }

    #payTransferPage .box form .form-group .input-group .amount,
    #payTransferPage .box form .vasElectricity-amount .input-group .amount,
    #payTransferPage .box form .vasElectricity-meter .input-group .amount {
        width: 100%;
        height: 42px
    }
}

.saving-detail h1 {
    margin-bottom: 1.5em;
    font-size: 16px
}

@media screen and (min-width:768px) {
    .saving-detail h1 {
        font-size: 25px
    }
}

.saving-general-info {
    padding: 0;
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid #d1d1d1
}

.saving-general-info .business-account-detail-flex {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:768px) {
    .saving-general-info .business-account-detail-flex {
        flex-direction: row-reverse
    }
}

.saving-general-info .buttons {
    padding-right: 15px;
    line-height: 0;
    border-top: 1px solid #d1d1d1
}

@media screen and (min-width:768px) {
    .saving-general-info .buttons {
        padding-left: 15px
    }
}

.saving-general-info .non-table {
    display: block
}

.saving-general-info img {
    display: table-cell;
    vertical-align: middle
}

.saving-general-info .media {
    padding: 32px 50px 36px
}

.saving-general-info .media .available-balance {
    text-align: right
}

@media screen and (max-width:767px) {
    .saving-general-info .media {
        padding: 12px 24px 30px;
        font-size: 14px
    }

    .saving-general-info .media .media-left {
        display: block;
        float: left
    }

    .saving-general-info .media .media-body {
        display: block;
        overflow: hidden;
        width: auto
    }

    .saving-general-info .media .available-balance {
        text-align: left;
        margin-top: 5px
    }
}

.saving-general-info .available-balance-mobile {
    margin: 0 24px;
    padding: 16px 0;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d1d1d1;
    font-weight: 400
}

.saving-general-info .available-balance-mobile .small-label {
    font-family: HelveticaNeue-Light, sans-serif
}

.saving-general-info .available-balance-mobile .balance-number {
    font-family: HelveticaNeue-Bold, sans-serif
}

.saving-general-info .account-label,
.saving-general-info .small-label {
    font-weight: 400;
    font-family: HelveticaNeue-Medium, sans-serif
}

.saving-general-info .account-button {
    display: flex;
    justify-content: left;
    border-radius: 0;
    margin-bottom: 0;
    padding-left: 38px;
    width: 100%;
    min-width: 50px;
    height: 64px;
    border: none;
    color: #231f20
}

.saving-general-info .account-button:not(:last-child) {
    border-bottom: 1px solid #d1d1d1
}

@media screen and (min-width:768px) {
    .saving-general-info .account-button {
        padding: 0 12px;
        justify-content: center;
        align-items: center
    }

    .saving-general-info .account-button:not(:last-child) {
        border-left: 1px solid #d1d1d1;
        border-bottom: none
    }
}

.saving-general-info .hands-icon {
    text-align: center;
    margin-right: 25px
}

.saving-general-info .hands-icon .img {
    display: block;
    width: 48px;
    height: 48px;
    background: 50% no-repeat;
    background-size: contain
}

.saving-general-info .loading-body {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 1em;
    padding-bottom: 1em
}

.menu {
    margin: 0;
    padding: 0
}

.menu .row {
    border-bottom: 1px solid #d1d1d1;
    height: 33.33%;
    margin: 0
}

.menu .row:last-child {
    border-bottom: none
}

.menu [class*=col-] {
    display: table;
    height: 100%
}

.centered-wrapper {
    display: table-cell;
    vertical-align: middle
}

.search-input {
    border: 1px solid #d1d1d1
}

.search-input input {
    width: 100%;
    height: 100%;
    padding-left: 10px;
    border: none
}

#transaction-history {
    margin-top: 20px
}

@media screen and (min-width:768px) {
    #transaction-history {
        margin-top: 30px
    }
}

#transaction-history .row {
    padding: 20px;
    margin: 0;
    width: 100%;
    word-wrap: break-word
}

#transaction-history .box-content {
    min-height: 0
}

@media screen and (min-width:768px) {
    #transaction-history .box-content {
        min-height: 200px
    }
}

#transaction-history .error-load,
#transaction-history .no-items {
    border-top: 20px solid #d8d8d8;
    padding: 10px 0 40px
}

@media screen and (min-width:768px) {

    #transaction-history .error-load,
    #transaction-history .no-items {
        border-top-width: 25px;
        padding: 20px 0
    }
}

#transaction-history .error-load .text,
#transaction-history .no-items .text {
    opacity: .5;
    margin-top: 10px
}

#transaction-history .error-load .icon,
#transaction-history .no-items .icon {
    opacity: .5;
    height: 48px;
    width: auto;
    margin-top: 15px;
    margin-bottom: 10px
}

@media screen and (min-width:768px) {

    #transaction-history .error-load .icon,
    #transaction-history .no-items .icon {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

#transaction-history .error-load .text {
    color: #e02020;
    opacity: 1;
    font-family: HelveticaNeue-Medium, sans-serif
}

#transaction-history .error-load .icon {
    height: 72px;
    width: auto;
    opacity: 1
}

@media screen and (max-width:767px) {
    #transaction-history .error-load .icon {
        height: 64px;
        margin-top: 30px;
        margin-bottom: 30px
    }
}

#transaction-history .box-header {
    padding: 0 12px 24px;
    border-bottom: 0;
    position: relative
}

@media screen and (min-width:768px) {
    #transaction-history .box-header {
        padding: 12px 50px
    }
}

#transaction-history .box-header:before {
    content: "";
    background-color: #ccc;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

@media screen and (min-width:768px) {
    #transaction-history .box-header:before {
        left: 15px;
        right: 15px
    }
}

#transaction-history .box-header h3 {
    font-weight: 400;
    font-family: HelveticaNeue-Medium, sans-serif;
    height: auto;
    font-size: 16px
}

@media screen and (max-width:767px) {
    #transaction-history .box-header h3 {
        font-size: 16px;
        padding: 12px 0
    }
}

#transaction-history .box-header h3 .img {
    display: inline-block;
    height: 48px;
    width: 48px;
    background: no-repeat 50%;
    background-size: contain;
    vertical-align: middle;
    margin-right: 35px
}

@media screen and (max-width:767px) {
    #transaction-history .box-header h3 .img {
        margin-right: 12px
    }
}

#transaction-history .loading-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 60px
}

#transaction-history .hack-percent {
    width: 95%
}

#bulk-payment #transaction-history .status,
#transaction-history #bulk-payment .status,
#transaction-history .amount,
#transaction-history .balance,
#transaction-history .date,
#transaction-history .description,
#transaction-history .ths-table-cell {
    display: table-cell
}

#bulk-payment #transaction-history .status span,
#transaction-history #bulk-payment .status span,
#transaction-history .amount span,
#transaction-history .balance span,
#transaction-history .date span,
#transaction-history .description span,
#transaction-history .ths-table-cell span {
    display: block
}

#transaction-history .ths-table-header {
    font-weight: 400;
    font-family: HelveticaNeue-Bold;
    padding-top: 10px;
    padding-bottom: 10px
}

#transaction-history .date {
    width: 20%
}

@media (max-width:767px) {
    #transaction-history .date {
        display: block;
        width: auto
    }
}

#transaction-history .description {
    width: 40%
}

@media (max-width:767px) {
    #transaction-history .description {
        display: block;
        width: auto
    }
}

#transaction-history .amount {
    width: 20%
}

@media (max-width:767px) {
    #transaction-history .amount {
        display: block;
        width: auto
    }
}

#transaction-history .balance {
    width: 20%
}

@media (max-width:767px) {
    #transaction-history .balance {
        display: none
    }
}

#sendmoney-transaction-history #transaction-history .transaction-row-header,
#transaction-history #sendmoney-transaction-history .transaction-row-header,
#transaction-history .transaction-row {
    border-bottom: 1px solid #d1d1d1;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px 35px;
    cursor: pointer
}

@media (max-width:767px) {

    #sendmoney-transaction-history #transaction-history .transaction-row-header,
    #transaction-history #sendmoney-transaction-history .transaction-row-header,
    #transaction-history .transaction-row {
        padding: 12px 0;
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
        display: block
    }
}

#sendmoney-transaction-history #transaction-history .transaction-row-header .line,
#transaction-history #sendmoney-transaction-history .transaction-row-header .line,
#transaction-history .transaction-row .line {
    overflow: hidden
}

#sendmoney-transaction-history #transaction-history .transaction-row-header .line .date,
#sendmoney-transaction-history #transaction-history .transaction-row-header .line .running-balance,
#transaction-history #sendmoney-transaction-history .transaction-row-header .line .date,
#transaction-history #sendmoney-transaction-history .transaction-row-header .line .running-balance,
#transaction-history .transaction-row .line .date,
#transaction-history .transaction-row .line .running-balance {
    float: left
}

#sendmoney-transaction-history #transaction-history .transaction-row-header .line .amount,
#sendmoney-transaction-history #transaction-history .transaction-row-header .line .description,
#transaction-history #sendmoney-transaction-history .transaction-row-header .line .amount,
#transaction-history #sendmoney-transaction-history .transaction-row-header .line .description,
#transaction-history .transaction-row .line .amount,
#transaction-history .transaction-row .line .description {
    float: right
}

#sendmoney-transaction-history #transaction-history .transaction-row-header .line .description,
#transaction-history #sendmoney-transaction-history .transaction-row-header .line .description,
#transaction-history .transaction-row .line .description {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
    width: auto;
    float: none
}

#sendmoney-transaction-history #transaction-history .transaction-row-header .line .description span,
#transaction-history #sendmoney-transaction-history .transaction-row-header .line .description span,
#transaction-history .transaction-row .line .description span {
    display: inline
}

#sendmoney-transaction-history #transaction-history .transaction-row-header .cell-item .cell-item-label,
#transaction-history #sendmoney-transaction-history .transaction-row-header .cell-item .cell-item-label,
#transaction-history .transaction-row .cell-item .cell-item-label {
    display: none
}

@media (max-width:767px) {

    #sendmoney-transaction-history #transaction-history .transaction-row-header .cell-item,
    #transaction-history #sendmoney-transaction-history .transaction-row-header .cell-item,
    #transaction-history .transaction-row .cell-item {
        overflow: hidden;
        text-align: right;
        font-size: 12px;
        margin-top: .1em
    }

    #sendmoney-transaction-history #transaction-history .transaction-row-header .cell-item .cell-item-label,
    #transaction-history #sendmoney-transaction-history .transaction-row-header .cell-item .cell-item-label,
    #transaction-history .transaction-row .cell-item .cell-item-label {
        display: block;
        float: left;
        margin-right: 1em
    }
}

#sendmoney-transaction-history #transaction-history .transaction-row-header:last-child,
#transaction-history #sendmoney-transaction-history .transaction-row-header:last-child,
#transaction-history .transaction-row:last-child {
    border-bottom: none !important
}

#transaction-history .monthly-label {
    background-color: #d8d8d8;
    border: none;
    font-size: 14px;
    padding: 3px 50px 2px
}

@media (max-width:767px) {
    #transaction-history .monthly-label {
        padding: 8px 20px 7px;
        font-size: 10px
    }
}

#transaction-history .table-header-row {
    display: none
}

@media screen and (min-width:768px) {
    #transaction-history .table-header-row {
        display: inline-table;
        padding: 0 50px 10px
    }
}

@media screen and (min-width:768px) {
    #transaction-history .table-header-row-custom {
        position: relative
    }

    #transaction-history .table-header-row-custom:before {
        content: "";
        background-color: #ccc;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 15px;
        right: 15px;
        display: block
    }
}

#transaction-history .load-more {
    text-align: center;
    margin-top: 10px
}

#transaction-history .load-more .btn {
    width: auto
}

.account-button {
    display: flex;
    justify-content: left;
    border-radius: 0;
    margin-bottom: 0;
    padding-left: 29px;
    width: 100%;
    min-width: 50px;
    height: 64px;
    line-height: 64px;
    border: none;
    color: #231f20
}

.account-button:not(:last-child) {
    border-bottom: 1px solid #d1d1d1
}

@media screen and (min-width:768px) {
    .account-button {
        padding: 0 12px;
        justify-content: center;
        align-items: center
    }

    .account-button:not(:last-child) {
        border-right: 1px solid #d1d1d1;
        border-bottom: none
    }
}

#account-list .row {
    margin: 0 auto;
    float: none
}

#account-list .card {
    width: 100%;
    border: 1px solid #d3d2d2;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .25);
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

#account-list .card-title {
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #d3d3d3;
    font-weight: 400;
    font-family: HelveticaNeue-Light;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    min-height: 60px
}

#account-list .card-title img {
    margin: 0 20px;
    width: 40px
}

@media screen and (max-width:767px) {
    #account-list .card-title img {
        width: 30px
    }
}

#account-list .card-title span {
    font-size: 20px;
    font-weight: 400;
    font-family: HelveticaNeue;
    margin-left: 1.4px
}

#account-list .card-title h3 {
    margin-bottom: 20px
}

#account-list .card-section {
    border-bottom: 1px solid #d3d3d3;
    flex: 4 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: space-around;
    flex-wrap: wrap;
    min-height: 100px;
    width: 100%
}

#account-list .card-section .account-balance-mobile {
    padding-left: 80px;
    min-height: 60px
}

#account-list .card-section .column-big-text {
    font-weight: 400;
    font-family: HelveticaNeue-Bold
}

#account-list .card-section .account-balance {
    min-height: 80px;
    width: 25%
}

#account-list .card-section .view-more-detail {
    font-size: 1.2rem
}

#account-list .card-section .gap {
    width: 5%
}

#account-list .card-section .arrow-right {
    min-height: 80px
}

#account-list .card-section .arrow-right .arrow-next {
    display: block;
    margin: 0 auto
}

#bottom {
    height: 150px;
    border-top: 30px solid #fc0;
    background: #fff
}

#bottom footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#bottom footer a {
    color: #000
}

.profileEmailModal .modal-body {
    word-break: break-word;
    overflow-wrap: break-word
}

.profileEmailModal .notice {
    margin-top: 2em;
    padding-right: 2em
}

@media (max-width:767px) {
    .profileEmailModal .notice {
        margin-top: 0;
        padding-right: 0
    }
}

.btn-beneficiary-add {
    margin-bottom: 1em
}

.panel-group .panel+.panel {
    margin-top: 0;
    border-top: none
}

.profile-content__header {
    border-bottom-width: 1px !important
}

.profile h1 {
    font-family: HelveticaNeue-Medium;
    font-weight: 400
}

.profile__box {
    margin-top: 20px
}

@media screen and (min-width:992px) {
    .profile__col-left {
        padding-right: 10px
    }
}

@media screen and (min-width:992px) {
    .profile__col-right {
        padding-left: 10px
    }
}

.profile__inner {
    margin-top: 20px;
    display: flex
}

.profile__content {
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    background-color: #fff;
    height: 100%
}

@media screen and (min-width:992px) {
    .profile-manage-cards {
        margin-left: 30px
    }
}

@media screen and (min-width:768px) {
    .profile-manage-cards {
        margin-left: 30px
    }
}

.profile-manage-cards__content {
    padding-bottom: 5px;
    font-size: 14px
}

@media screen and (min-width:768px) {
    .profile-manage-cards__content {
        font-size: 16px
    }
}

.profile-manage-cards .profile-content__header {
    font-size: 14px
}

@media screen and (min-width:768px) {
    .profile-manage-cards .profile-content__header {
        font-size: 16px;
        padding-top: 40px
    }
}

.profile-manage-cards .profile-content__button {
    margin-top: 0
}

.profile-manage-cards .profile-content__body {
    padding-top: 20px
}

.profile-manage-cards .inline-separator {
    padding-left: 10px
}

.profile-manage-cards .inline-long-separator {
    padding-left: 20px
}

.profile-manage-cards .nopadding-left {
    padding-left: 0 !important
}

.profile-manage-cards .empty-card-desc {
    color: #7a7a7a
}

.profile-manage-cards .box-content-accounts__loading {
    min-height: 0
}

.profile-manage-cards .box-content-accounts__loading img {
    width: 33px
}

#transactionDetail .modal-body .underline-header {
    line-height: 50px;
    border-bottom: 1px solid #d3d2d2;
    margin-bottom: 15px
}

.beneficiary-modal .form-group-list__bank-code {
    position: relative
}

.beneficiary-modal .form-group-list__bank-code i {
    position: absolute;
    top: 32px;
    right: 12px;
    font-size: 1.5em;
    cursor: pointer
}

@media screen and (min-width:768px) {
    .beneficiary-modal .form-group-list__bank-code i {
        top: 36px;
        font-size: 2em
    }
}

.beneficiary-modal .form-group-list__branch-code {
    position: relative
}

.beneficiary-modal .form-group-list__branch-code i {
    position: absolute;
    top: 32px;
    right: 12px;
    font-size: 1.5em;
    cursor: pointer
}

@media screen and (min-width:768px) {
    .beneficiary-modal .form-group-list__branch-code i {
        top: 36px;
        font-size: 2em
    }
}

.beneficiary-modal .form-group-list .header {
    font-family: HelveticaNeue-Bold, sans-serif;
    margin-bottom: 15px
}

.beneficiary-modal-completed .confirm-header,
.beneficiary-modal-confirm .confirm-header {
    font-family: HelveticaNeue-Bold, sans-serif;
    margin-bottom: 30px
}

#beneficiaryList h1 {
    font-size: 25px;
    line-height: 1.2;
    margin-top: 35px;
    margin-bottom: 30px
}

@media (max-width:767px) {
    #beneficiaryList h1 {
        font-size: 16px;
        padding-left: 0;
        margin: 20px 0
    }
}

#beneficiaryList .search-box {
    width: 100%;
    border: 1px solid #7a7a7a;
    background: #fff;
    padding: 10px 30px 10px 60px;
    font-size: 1.6rem;
    margin-bottom: 30px
}

#beneficiaryList .search-box input {
    border: none;
    width: calc(100% - 50px);
    height: 24px
}

#beneficiaryList .search-box input:focus {
    border: none;
    outline: none
}

#beneficiaryList .search-box a {
    color: #000;
    padding-left: 20px
}

#beneficiaryList .search-box a img {
    height: 24px;
    width: auto
}

#beneficiaryList .box {
    padding-bottom: 0
}

#beneficiaryList .box .box-table-header {
    display: table-cell
}

#beneficiaryList .box .box-header>div {
    font-family: inherit
}

#beneficiaryList .box .box-header h3 {
    font-size: 16px;
    font-family: inherit
}

#beneficiaryList .box .box-header.no-border {
    border: none
}

#beneficiaryList .box .box-header.box-header-my-beneficiaries {
    padding-top: 20px;
    padding-bottom: 20px
}

#beneficiaryList .box .box-header.box-header-add-beneficiary {
    display: flex;
    justify-content: space-between
}

#beneficiaryList .box .box-header.box-header-add-beneficiary span {
    padding-right: 1em;
    font-family: HelveticaNeue-Medium, sans-serif
}

#beneficiaryList .box .box-header.box-header-add-beneficiary .add-beneficiary-desc {
    display: flex;
    align-items: center
}

#beneficiaryList .box .box-header .title-icon {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px
}

#beneficiaryList .box .box-header .title-icon.title-add {
    padding-right: 40px
}

#beneficiaryList .box .box-header .icon-my-beneficiaries {
    display: inline-block;
    width: 114px;
    padding-right: 0
}

#beneficiaryList .box .box-header .title-my-beneficiaries {
    white-space: nowrap;
    padding: 10px 0;
    font-size: 1.6rem;
    font-family: HelveticaNeue-Medium, sans-serif;
    display: inline-block
}

#beneficiaryList .box .box-header .add-btn-wrap {
    padding-right: 35px
}

#beneficiaryList .box .box-content .spinner {
    padding: 20px 0;
    display: block
}

#beneficiaryList .box .box-content .alphabet-title {
    background: #d8d8d8;
    font-size: 1.6rem;
    font-weight: 500;
    height: 25px;
    line-height: 25px;
    padding-left: 40px
}

#beneficiaryList .box .box-content.list-table {
    display: table;
    width: 100%
}

#beneficiaryList .box .box-content .list-row.header {
    font-family: HelveticaNeue-Bold, sans-serif;
    padding: 0;
    height: auto
}

#beneficiaryList .box .box-content .list-row.header .row-header-item {
    padding: 20px 10px 12px;
    white-space: nowrap
}

#beneficiaryList .box .box-content .list-row.header .row-header-item.avatar {
    width: 130px
}

#beneficiaryList .box .box-content .list-row.header .row-header-item.name {
    width: 250px;
    padding-left: 0
}

#beneficiaryList .box .box-content .list-row.header .row-header-item.bank-name {
    text-align: left;
    width: auto;
    padding-left: 0
}

#beneficiaryList .box .box-content .list-row.header .row-header-item.account {
    width: 300px;
    text-align: right;
    padding-right: 50px
}

#beneficiaryList .box .box-content .list-row.alphabet-divider {
    background-color: #d8d8d8;
    font-family: HelveticaNeue-Bold, sans-serif;
    height: auto;
    padding: 0
}

#beneficiaryList .box .box-content .list-row.alphabet-divider>div {
    padding: 1px 0
}

#beneficiaryList .box .box-content .list-row-header {
    display: table-caption
}

#beneficiaryList .box .box-content .list-row {
    display: table-row;
    width: 100%;
    padding: 20px 0;
    height: 80px
}

#beneficiaryList .box .box-content .list-row>div {
    display: table-cell;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d3d2d2
}

#beneficiaryList .box .box-content .list-row>div:first-child {
    padding-left: 50px
}

#beneficiaryList .box .box-content .list-row>div a {
    color: #231f20
}

#beneficiaryList .box .box-content .list-row>div .text-in-circle {
    display: inline-block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: #fc0;
    text-align: center;
    line-height: 31px
}

#beneficiaryList .box .box-content .list-row>div .image-link {
    cursor: pointer
}

#beneficiaryList .box .box-content .list-row .cell-item.bank-name {
    text-align: left
}

#beneficiaryList .box .box-content .list-row .cell-item.account {
    text-align: right;
    padding-right: 50px
}

#beneficiaryList .box .box-content .list-row .cell-item.on-mobile {
    display: none
}

#beneficiaryList .box .box-content.search-results .row-link:last-child>div {
    border-bottom-color: rgba(0, 0, 0, 0)
}

#beneficiaryList .box .load-more {
    display: flex;
    justify-content: center
}

#beneficiaryList .box .load-more .end-of-list,
#beneficiaryList .box .load-more .error-load,
#beneficiaryList .box .load-more .no-beneficiary-result,
#beneficiaryList .box .load-more .no-beneficiary-wrap {
    padding: 35px 20px
}

#beneficiaryList .box .load-more .btn-load-more {
    margin-top: 2em;
    margin-bottom: 2em;
    width: auto
}

@media screen and (max-width:767px) {
    #beneficiaryList .box .load-more .error-load {
        padding: 10px 0
    }
}

#beneficiaryList .box .load-more .error-load .text {
    color: #e02020;
    opacity: 1;
    font-family: HelveticaNeue-Medium, sans-serif
}

@media screen and (max-width:767px) {
    #beneficiaryList .box .load-more .error-load .text {
        font-size: 1.4rem
    }
}

#beneficiaryList .box .load-more .error-load .icon {
    height: 72px;
    width: auto;
    opacity: 1;
    margin-top: 30px;
    margin-bottom: 30px
}

@media screen and (max-width:767px) {
    #beneficiaryList .box .load-more .error-load .icon {
        height: 64px
    }
}

@media screen and (max-width:767px) {
    #beneficiaryList .search-box {
        font-size: 1.4rem;
        padding: 5px 15px 4px;
        margin-bottom: 20px
    }

    #beneficiaryList .search-box input {
        width: calc(100% - 36px)
    }

    #beneficiaryList .search-box a {
        vertical-align: top;
        display: inline-block
    }

    #beneficiaryList .search-box a img {
        width: 16px
    }

    #beneficiaryList .box {
        margin-top: 20px;
        margin-bottom: 20px
    }

    #beneficiaryList .box .box-header {
        padding-top: 9px;
        padding-bottom: 9px
    }

    #beneficiaryList .box .box-header h3 {
        font-size: 12px !important;
        line-height: 1.4
    }

    #beneficiaryList .box .box-header img {
        width: 25px !important
    }

    #beneficiaryList .box .box-header .title-icon {
        width: 40px;
        padding-left: 0;
        padding-right: 0
    }

    #beneficiaryList .box .box-header .title-icon.title-add {
        padding-right: 0
    }

    #beneficiaryList .box .box-header .add-btn-wrap {
        display: none
    }

    #beneficiaryList .box .box-header div {
        font-size: 1.4rem
    }

    #beneficiaryList .box .box-header.box-header-my-beneficiaries {
        padding-top: 0;
        padding-bottom: 0
    }

    #beneficiaryList .box .box-header.box-header-my-beneficiaries .icon-my-beneficiaries {
        display: none
    }

    #beneficiaryList .box .box-header .title-my-beneficiaries {
        font-size: 14px !important;
        white-space: nowrap;
        padding: 10px 0;
        margin-bottom: 20px
    }

    #beneficiaryList .box .box-header.box-header-add-beneficiary {
        padding-top: 12px;
        padding-bottom: 12px
    }

    #beneficiaryList .box .box-content .list-row {
        display: block;
        height: auto;
        overflow: hidden;
        text-align: right;
        padding: 6px 15px
    }

    #beneficiaryList .box .box-content .list-row+.list-row {
        border-bottom: 1px solid #d3d2d2
    }

    #beneficiaryList .box .box-content .list-row.alphabet-divider {
        border-bottom: 0;
        height: 19px;
        font-size: 13px
    }

    #beneficiaryList .box .box-content .list-row>div:first-child {
        padding: 0 0 0 15px;
        width: auto;
        display: block;
        text-align: left
    }

    #beneficiaryList .box .box-content .list-row .cell-item {
        border-bottom: 0;
        padding: 4px 0
    }

    #beneficiaryList .box .box-content .list-row .cell-item.name {
        float: left
    }

    #beneficiaryList .box .box-content .list-row .cell-item.bank-name {
        display: block;
        padding-right: 0;
        text-align: right;
        overflow: hidden;
        padding-left: 50%
    }

    #beneficiaryList .box .box-content .list-row .cell-item.account {
        display: none;
        padding-right: 0;
        overflow: hidden
    }

    #beneficiaryList .box .box-content .list-row .cell-item.account.on-mobile {
        display: block
    }

    #beneficiaryList .box .load-more .end-of-list,
    #beneficiaryList .box .load-more .no-beneficiary-result,
    #beneficiaryList .box .load-more .no-beneficiary-wrap {
        padding: 15px;
        font-size: 14px
    }

    #beneficiaryList .box .load-more .end-of-list img,
    #beneficiaryList .box .load-more .no-beneficiary-result img,
    #beneficiaryList .box .load-more .no-beneficiary-wrap img {
        height: 72px
    }
}

.react-autosuggest__container {
    position: relative
}

.react-autosuggest__input {
    width: 240px;
    height: 30px;
    padding: 10px 20px;
    font-weight: 300;
    font-size: 16px;
    border: 1px solid #7a7a7a
}

.react-autosuggest__input--focused {
    outline: none
}

.react-autosuggest__input--open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.react-autosuggest__suggestions-container {
    display: none
}

.react-autosuggest__suggestions-container__name {
    margin-left: 10px
}

.react-autosuggest__suggestions-container--open {
    display: block;
    position: absolute;
    top: 47px;
    width: 100%;
    border: 1px solid #7a7a7a;
    background-color: #fff;
    color: #231f20;
    font-weight: 300;
    z-index: 2;
    overflow: auto;
    max-height: 215px
}

@media screen and (min-width:768px) {
    .react-autosuggest__suggestions-container--open {
        max-height: 230px
    }
}

@media screen and (min-width:992px) {
    .react-autosuggest__suggestions-container--open {
        max-height: 173px
    }
}

@media screen and (max-width:767px) {
    .react-autosuggest__suggestions-container--open {
        top: 34px
    }
}

.react-autosuggest__suggestions-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.react-autosuggest__suggestion {
    cursor: pointer;
    padding: 7px;
    border-top: 1px solid #d3d2d2
}

.react-autosuggest__suggestion:first-of-type {
    border-top-color: rgba(0, 0, 0, 0)
}

.react-autosuggest__suggestion--highlighted {
    background-color: #ddd
}

.react-autosuggest__suggestion-match {
    font-weight: 700
}

.react-autosuggest-multiline {
    display: flex;
    color: #231f20
}

.react-autosuggest-multiline__icon {
    align-self: flex-start
}

.react-autosuggest-multiline__info {
    margin-left: 10px
}

.react-autosuggest-multiline__text {
    font-size: 1.4rem
}

.react-autosuggest-multiline p {
    margin: 0
}

.react-autosuggest-multiline__sub-text {
    font-size: 1.2rem;
    text-transform: capitalize;
    opacity: .5
}

.beneficiary-detail-modal .top-nav {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d3d2d2
}

.beneficiary-detail-modal .top-nav .short-name-circle {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #4f4d4c;
    line-height: 95px;
    text-align: center;
    font-size: 4.5rem;
    color: #899197
}

.beneficiary-detail-modal .top-nav .links-list {
    float: right
}

.beneficiary-detail-modal .top-nav .links-list a {
    display: inline-block;
    color: #231f20;
    margin-right: 30px;
    text-align: center
}

.beneficiary-detail-modal .top-nav .links-list a:last-child {
    margin-right: 0
}

.beneficiary-detail-modal .top-nav .links-list a img {
    height: 25px;
    margin-bottom: 0
}

@media screen and (min-width:992px) {
    .beneficiary-detail-modal .top-nav .links-list a img {
        margin-bottom: 10px;
        height: 33px
    }
}

.beneficiary-detail-modal .info .row {
    margin-bottom: 20px
}

.view-debit-card-detail-modal .card-detail-content__info {
    margin-bottom: 30px
}

.view-debit-card-detail-modal .card-detail-content__right {
    float: right;
    padding-left: 0
}

.view-debit-card-detail-modal .card-detail-content__note {
    border-top: 1px solid #ccc
}

.view-debit-card-detail-modal .card-detail-content__alert {
    margin-top: 25px
}

.view-debit-card-list-modal .card-list-content {
    padding-right: 0;
    padding-left: 5px
}

@media screen and (min-width:768px) {
    .view-debit-card-list-modal .card-list-content {
        padding-left: 20px
    }
}

@media screen and (min-width:992px) {
    .view-debit-card-list-modal .card-list-content {
        padding-left: 30px
    }
}

.view-debit-card-list-modal .card-list-content__label,
.view-debit-card-list-modal .card-list-content__text {
    font-size: 1.2rem
}

@media screen and (min-width:768px) {

    .view-debit-card-list-modal .card-list-content__label,
    .view-debit-card-list-modal .card-list-content__text {
        font-size: 1.4rem
    }
}

@media screen and (min-width:992px) {

    .view-debit-card-list-modal .card-list-content__label,
    .view-debit-card-list-modal .card-list-content__text {
        font-size: 1.6rem
    }
}

.view-debit-card-list-modal .loading {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center
}

.cardlist--custom {
    margin: -30px -20px
}

@media screen and (min-width:992px) {
    .cardlist--custom {
        margin: -30px -50px
    }
}

.cardlist--custom .featured-list-item__link {
    padding: 12px 10px
}

@media screen and (min-width:768px) {
    .cardlist--custom .featured-list-item__link {
        padding: 22px 30px
    }
}

.cardlist--custom .featured-list-item__link img {
    width: 32px;
    height: 32px;
    margin-right: 20px
}

@media screen and (min-width:768px) {
    .cardlist--custom .featured-list-item__link img {
        width: 48px;
        height: 48px
    }
}

.card-reasons-modal .modal-body,
.manage-card-modal .modal-body {
    padding: 0
}

.card-reasons-modal .modal-body .hidden-item,
.manage-card-modal .modal-body .hidden-item {
    display: none
}

.card-detail .card-detail-info {
    padding: 14px;
    display: inherit
}

@media screen and (min-width:768px) {
    .card-detail .card-detail-info {
        padding: 15px 30px 10px
    }
}

.card-detail .card-detail-info__details {
    font-size: 12px;
    padding-left: 10px;
    display: flex;
    width: 100%
}

@media screen and (min-width:768px) {
    .card-detail .card-detail-info__details {
        font-size: 16px;
        padding-left: 30px
    }
}

.card-detail .card-detail-info__details-info {
    flex: 1 1
}

.card-detail .card-detail-info__details-label {
    font-family: HelveticaNeue-Bold;
    font-size: 10px;
    margin-top: 6px
}

@media screen and (min-width:768px) {
    .card-detail .card-detail-info__details-label {
        font-size: 14px
    }
}

.card-detail .card-detail-info__details-name {
    font-family: HelveticaNeue-Bold;
    font-size: 14px
}

@media screen and (min-width:768px) {
    .card-detail .card-detail-info__details-name {
        font-size: 16px;
        padding-bottom: 5px
    }
}

.card-detail .card-detail-info__details-desc {
    font-size: 12px
}

@media screen and (min-width:768px) {
    .card-detail .card-detail-info__details-desc {
        font-size: 14px
    }
}

.card-detail .card-detail-info__details-info-account {
    text-align: right
}

.card-detail .card-detail-info .avatar {
    height: 32px;
    width: 32px
}

@media screen and (min-width:768px) {
    .card-detail .card-detail-info .avatar {
        height: 48px;
        width: 48px
    }
}

.card-detail .card-detail-content {
    display: flex;
    width: 100%;
    align-items: center
}

.card-detail .card-detail-info-note {
    border-top: .5px solid #d1d1d1;
    margin-top: 10px;
    padding-top: 7px
}

@media screen and (min-width:768px) {
    .card-detail .card-detail-info-note {
        padding-top: 10px
    }
}

.card-detail .card-detail-info-note p {
    margin: 0;
    font-size: 10px;
    color: #7a7a7a
}

@media screen and (min-width:768px) {
    .card-detail .card-detail-info-note p {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    .card-detail .hidden-not-xs {
        display: none
    }
}

.change-card-pin {
    padding: 5px
}

@media screen and (min-width:768px) {
    .change-card-pin {
        padding: 40px 60px
    }
}

.change-card-pin__header {
    font-family: HelveticaNeue-Medium;
    font-weight: 400;
    height: 32px
}

@media screen and (min-width:768px) {
    .change-card-pin__content {
        padding-top: 10px;
        display: flex;
        height: 80px;
        align-items: center
    }
}

.change-card-pin .change-card-pin-info {
    flex: 1 1
}

.change-card-pin .change-card-pin-info__title {
    font-family: HelveticaNeue-Medium;
    font-weight: 400;
    height: 24px;
    font-size: 14px;
    margin-bottom: 5px
}

@media screen and (min-width:768px) {
    .change-card-pin .change-card-pin-info__title {
        font-size: 16px;
        margin-bottom: 0
    }
}

.change-card-pin .change-card-pin-info__desc {
    font-size: 14px;
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .change-card-pin .change-card-pin-info__desc {
        color: #7a7a7a
    }
}

.change-card-pin .change-card-pin-info__lock {
    color: #e02020
}

.change-card-pin .change-card-pin-action button {
    margin-bottom: 0
}

.change-card-pin .change-card-pin-action button[disabled] {
    background-color: #d3d2d2
}

.change-card-pin .change-card-pin-action--disabled {
    cursor: no-drop
}

.select-reason-separator {
    border-bottom: 1px solid #d3d2d2
}

.confirm-cancel-card {
    width: 240px !important
}

.icon-wrap__icon {
    height: 32px;
    width: 32px;
    margin: 0;
    background-size: contain
}

#snackbar-fab-message-id {
    position: relative;
    padding-left: 35px;
    display: block
}

@media (max-width:767px) {
    #snackbar-fab-message-id {
        font-size: 1.2rem
    }
}

.msg-icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.msg-icon .snackbar-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle
}

.msg-txt {
    overflow: hidden
}

.msg-txt .snackbar-txt {
    vertical-align: middle
}

.limits {
    font-size: 1.4rem;
    color: #231f20;
    font-weight: 400;
    margin: 0 -20px
}

@media screen and (min-width:768px) {
    .limits {
        padding: 40px 80px 40px 40px;
        margin: 0
    }

    .limits.limits-in-modal {
        padding: 0
    }
}

.limits__heading {
    font-family: HelveticaNeue-Medium;
    font-size: 12px;
    padding-left: 10px;
    margin-bottom: 10px
}

@media screen and (min-width:768px) {
    .limits__heading {
        padding-left: 20px;
        font-size: 14px
    }
}

.limits__body {
    margin-bottom: 10px
}

.limits .transaction__left {
    font-family: HelveticaNeue;
    color: #7a7a7a;
    line-height: 16px;
    padding-left: 10px;
    font-weight: 300;
    font-size: 12px
}

@media screen and (min-width:768px) {
    .limits .transaction__left {
        padding-left: 30px
    }
}

.limits .transaction__right {
    font-family: HelveticaNeue;
    text-align: right;
    padding-right: 10px;
    font-size: 12px
}

@media screen and (min-width:768px) {
    .limits .transaction__right {
        padding-left: 25px
    }
}

.limits .transaction__title {
    background-color: #e8e8e8;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 2px 0 3px 10px;
    font-size: 12px;
    font-weight: 550
}

@media screen and (min-width:768px) {
    .limits .transaction__title {
        padding-left: 30px
    }
}

.side-nav {
    min-height: 370px
}

@media (max-width:767px) {
    .side-nav {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .side-nav {
        border: 1px solid #d1d1d1;
        border-radius: 3px;
        background: #fff;
        height: 100%
    }
}

.side-nav .panel-group {
    margin-bottom: 0;
    border: 1px solid #d1d1d1;
    border-radius: 3px
}

.side-nav .panel-group .panel:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top: 0
}

.side-nav .panel-group .panel:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.side-nav .panel-group .panel-heading {
    padding: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.navigation-items {
    display: flex;
    flex-direction: column
}

.navigation-items a,
.navigation-items a:active,
.navigation-items a:focus,
.navigation-items a:hover,
.navigation-items a:visited {
    display: flex;
    align-items: center;
    color: #231f20;
    height: 57px
}

.navigation-items__accordion .panel,
.navigation-items__accordion .panel-default {
    border-radius: 0;
    border-left: none;
    border-right: none;
    box-shadow: none
}

.navigation-items__accordion .panel-heading {
    background-color: #fff;
    border: none
}

.navigation-items__accordion .navigation-panel+.navigation-panel {
    margin-top: 0;
    border-top: 1px solid rgba(0, 0, 0, 0)
}

.navigation-items .navigation-item {
    padding: 12px;
    border-left: 3px solid #fff;
    border-bottom: 1px solid #d1d1d1;
    font-size: 1.4rem
}

.navigation-items .navigation-item--active {
    border-left: 3px solid #fc0;
    font-family: HelveticaNeue-Medium;
    font-weight: 400
}

.navigation-items .navigation-item__arrow {
    font-size: 30px
}

.navigation-items .navigation-item__title {
    flex: 1 1;
    margin-left: 12px
}

.navigation-panel__heading.collapsed .navigation-panel__arrow,
.navigation-panel__heading.gray-out-profile .navigation-panel__arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.navigation-panel__heading.gray-out-profile a {
    border-left: none
}

.navigation-panel__heading a {
    color: #231f20;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    height: 60px;
    border-left: 3px solid #fff
}

.navigation-panel__heading a:active,
.navigation-panel__heading a:focus,
.navigation-panel__heading a:hover,
.navigation-panel__heading a:visited {
    color: #231f20
}

.navigation-panel__arrow {
    font-size: 30px
}

.navigation-panel .panel-body {
    padding: 10px 20px 20px
}

@media screen and (min-width:768px) {
    .navigation-panel .panel-body {
        padding: 0 20px 20px
    }
}

.navigation-panel__title {
    flex-grow: 1;
    padding-left: 21px;
    font-size: 1.4rem
}

.navigation-panel div[aria-expanded=true]>a {
    border-left: 3px solid #fc0;
    font-family: HelveticaNeue-Medium;
    font-weight: 400
}

.navigation-panel div[aria-expanded=true].gray-out-profile>a {
    border-left: none;
    font-family: HelveticaNeue-Light
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none
}

.profile-infor {
    display: flex;
    align-items: center;
    padding: 30px 23px;
    min-height: 90px;
    text-align: left;
    position: relative;
    font-size: 1rem;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    background: #fff
}

@media screen and (min-width:768px) {
    .profile-infor {
        padding-left: 50px
    }
}

.profile-infor__avatar {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50%
}

.profile-infor__avatar .avatar {
    margin: 0;
    height: 48px;
    width: 48px;
    background-size: contain;
    background-repeat: no-repeat
}

.profile-infor__details {
    padding-left: 30px;
    font-size: 1.6rem
}

.profile-infor__details .name {
    font-family: HelveticaNeue-Medium;
    font-weight: 400;
    text-transform: capitalize;
    word-break: break-word
}

.profile-content__header {
    border-bottom: 0;
    font-weight: 300;
    line-height: 24px
}

@media screen and (min-width:768px) {
    .profile-content__header {
        padding: 20px
    }
}

.profile-content__heading {
    font-family: HelveticaNeue-Medium;
    font-weight: 400;
    font-size: 1.4rem
}

@media screen and (min-width:768px) {
    .profile-content__heading {
        font-size: 1.6rem
    }
}

.profile-content__sub-heading {
    margin: 0
}

.profile-content__body {
    padding: 0;
    font-size: 1.4rem
}

@media screen and (min-width:768px) {
    .profile-content__body {
        font-size: 1.6rem;
        padding: 0 20px 20px
    }
}

@media screen and (min-width:992px) {
    .profile-content__body {
        padding: 0 60px 20px 20px
    }
}

.profile-content__button {
    font-size: 14px;
    padding: 0;
    margin: 30px 0 0
}

@media screen and (min-width:768px) {
    .profile-content__button {
        margin: 0;
        font-size: 16px
    }
}

.profile-content__password .profile-content__body {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse
}

@media screen and (min-width:992px) {
    .profile-content__password .profile-content__body {
        flex-direction: row;
        align-items: center
    }
}

.profile-content__password .profile-content__text {
    flex: 1 1;
    word-break: break-all
}

@media screen and (min-width:768px) {
    .profile-content__password .profile-content__text {
        margin-right: 15px
    }
}

@media screen and (min-width:768px) {

    .profile-content__password-form,
    .profile-content__password-messages {
        flex-basis: 50%
    }
}

.profile-content__password-form {
    margin: 0;
    width: 100%
}

@media screen and (min-width:768px) {
    .profile-content__password-form {
        height: auto;
        padding-top: 0
    }
}

.profile-content__password-messages label {
    font-family: HelveticaNeue-Medium;
    font-weight: 400;
    font-size: 14px;
    margin: 10px 0
}

@media screen and (min-width:768px) {
    .profile-content__password-messages label {
        margin-bottom: 20px;
        font-size: 14px
    }
}

@media screen and (min-width:992px) {
    .profile-content__password-messages {
        padding-left: 90px
    }
}

.profile-content__password-validation {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2.5px 0 2.5px 10px;
    font-size: 12px
}

@media screen and (min-width:768px) {
    .profile-content__password-validation {
        padding: 2.5px 0;
        font-size: 12px
    }
}

.profile-content__password-validation.has-error {
    opacity: .5
}

.profile-content__password-validation .icon {
    width: 16px
}

.profile-content__password-validation .text {
    margin-left: 10px
}

.profile-content__password .password-indicator {
    width: 60%;
    float: right;
    padding-bottom: 10px
}

.profile-content__password .password-indicator .password-strength-text {
    height: 17px;
    font-size: 1.2rem
}

@media screen and (min-width:768px) {
    .profile-content__password .password-indicator .password-strength-text {
        font-size: 1.4rem
    }
}

.profile-content__password-button.btn.btn-yellow {
    margin-top: 10px;
    margin-bottom: 0
}

.profile-content__email {
    margin-left: 0
}

@media screen and (min-width:992px) {
    .profile-content__email {
        margin-left: 30px
    }
}

@media screen and (min-width:768px) {
    .profile-content__email {
        margin-left: 30px
    }
}

.profile-content__email .profile-content__header {
    display: none
}

@media screen and (min-width:768px) {
    .profile-content__email .profile-content__header {
        display: block;
        padding-top: 40px
    }
}

.profile-content__email .profile-content__body {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 20px 20px 5px
}

@media screen and (min-width:768px) {
    .profile-content__email .profile-content__body {
        flex-direction: row;
        align-items: center
    }
}

.profile-content__email .profile-content__label {
    font-weight: 700
}

@media screen and (min-width:768px) {
    .profile-content__email .profile-content__label {
        margin-right: 15px
    }
}

.profile-content__email .profile-content__text {
    flex: 1 1;
    word-break: break-all
}

@media screen and (min-width:768px) {
    .profile-content__email .profile-content__text {
        margin-right: 15px
    }
}

.profile-content__email-form {
    margin: 0;
    padding-top: 20px;
    width: 100%
}

@media screen and (min-width:768px) {
    .profile-content__email-form {
        height: auto;
        padding-top: 0
    }
}

@media screen and (min-width:992px) {
    .profile-content__email-form {
        padding-top: 10px
    }
}

.profile-content__email-form .form-group,
.profile-content__email-form .vasElectricity-amount,
.profile-content__email-form .vasElectricity-meter {
    margin-bottom: 15px
}

.profile-content__email-form .form-group-list {
    margin-top: -20px
}

@media screen and (min-width:992px) {
    .profile-content__email-form .form-group-list {
        margin-top: 0
    }
}

.profile-content__email-form .modal-buttons--custom button:last-child {
    left: 110px
}

@media screen and (min-width:768px) {
    .profile-content__email-form .modal-buttons--custom button:last-child {
        left: 50%
    }
}

@media screen and (min-width:768px) {
    .profile-content__email-form .modal-buttons--custom {
        margin-bottom: 40px
    }
}

.profile-content__email .profile-content__button {
    margin: 0 0 15px 10px
}

@media screen and (min-width:992px) {
    .profile-content__email .profile-content__button {
        margin: 0
    }
}

.profile-content__email .address {
    display: block;
    text-transform: capitalize
}

.profile-content__text {
    margin: 20px 0 0
}

@media screen and (min-width:768px) {
    .profile-content__text {
        margin: 0
    }
}

.trusted-devices {
    min-height: 250px;
    font-size: 1.4rem
}

@media screen and (min-width:768px) {
    .trusted-devices {
        font-size: 1.6rem
    }
}

@media screen and (min-width:768px) {
    .trusted-devices .hidden-not-xs {
        display: none
    }
}

.trusted-devices__desc {
    padding-bottom: 11px;
    border-bottom: 0
}

@media screen and (min-width:768px) {
    .trusted-devices__desc {
        border-bottom: 2px solid #d3d2d2
    }
}

.trusted-devices__list {
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .trusted-devices__list {
        margin-top: 10px
    }
}

.trusted-devices__list th {
    border-bottom: 1px solid #d3d2d2 !important;
    padding: 10px 20px !important;
    font-family: HelveticaNeue-Medium;
    font-weight: 400
}

.trusted-devices__list td {
    border-top: 1px solid #d3d2d2;
    word-break: break-word
}

@media screen and (min-width:768px) {
    .trusted-devices__list td {
        border: none !important;
        padding: 15px 20px !important
    }
}

.trusted-devices__list td img {
    width: 14px;
    cursor: pointer
}

.trusted-devices__list td:last-child {
    vertical-align: middle;
    text-align: center
}

.trusted-devices__list tbody {
    font-size: 1.4rem
}

.trusted-devices__list tbody strong {
    font-family: HelveticaNeue-Medium;
    font-weight: 400
}

.trusted-devices__list-delink-btn {
    cursor: pointer
}

.trusted-devices__list-delink-entitlement {
    -webkit-filter: opacity(30%);
    filter: opacity(30%);
    cursor: not-allowed !important
}

.trusted-devices__list li {
    padding: 10px 0;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    cursor: pointer
}

@media (min-width:768px) {
    .trusted-devices__list li {
        padding: 33px 0;
        font-size: 1.6rem
    }
}

.trusted-devices__list li i {
    font-size: 20px
}

.trusted-devices__label {
    font-size: 1.2rem
}

.trusted-devices__text {
    font-size: 1.3rem
}

.trusted-devices__title {
    font-family: HelveticaNeue-Medium;
    font-weight: 400
}

.no-link-device {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    box-sizing: border-box;
    padding-top: 30px
}

@media screen and (min-width:768px) {
    .no-link-device {
        padding-top: 50px
    }

    .no-link-device span {
        font-size: 1.8rem
    }
}

.no-link-device .icon-wrap {
    padding-top: 10px;
    padding-bottom: 31px
}

.no-link-device .icon-wrap__icon {
    height: 48px;
    width: 48px
}

.profile-content .communication-preferences {
    display: flex;
    padding: 0
}

@media screen and (min-width:768px) {
    .profile-content .communication-preferences {
        padding: 20px 60px 20px 20px
    }
}

.profile-content .communication-preferences__inner {
    flex: 1 1;
    font-size: 1.4rem
}

@media screen and (min-width:768px) {
    .profile-content .communication-preferences__inner {
        font-size: 1.6rem
    }
}

.profile-content .communication-preferences__button {
    display: flex;
    align-items: center
}

.poa-modal__info,
.poa-modal__info-success {
    margin-bottom: 81px
}

@media screen and (min-width:768px) {

    .poa-modal__info,
    .poa-modal__info-success {
        margin-bottom: 162px
    }
}

@media screen and (min-width:768px) {

    .poa-modal__info-success p:first-child,
    .poa-modal__info-success p:nth-child(2),
    .poa-modal__info p:first-child,
    .poa-modal__info p:nth-child(2) {
        margin-bottom: 40px
    }
}

.poa-modal__info-success p:last-child,
.poa-modal__info p:last-child {
    margin-bottom: 0
}

@media screen and (min-width:768px) {

    .poa-modal__info-success .mb-md-0,
    .poa-modal__info .mb-md-0 {
        margin-bottom: 0 !important
    }
}

@media screen and (min-width:768px) {
    .poa-modal__info-success {
        margin-bottom: 81px
    }
}

@media screen and (min-width:768px) {
    .poa-modal__info {
        margin-bottom: 162px
    }
}

.poa-modal__info .poa-email {
    min-height: 30px;
    line-height: 30px
}

.poa-modal__control {
    display: flex;
    flex-flow: column;
    align-items: center
}

@media screen and (min-width:768px) {
    .poa-modal__control {
        flex-flow: row-reverse;
        justify-content: flex-end;
        padding-bottom: 23px
    }
}

.poa-modal__control .btn {
    margin: 0
}

.poa-modal__control-btn-container {
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .poa-modal__control-btn-container {
        margin-bottom: 0
    }
}

.poa-modal__control-btn-container:last-child {
    margin-bottom: 31px
}

@media screen and (min-width:768px) {
    .poa-modal__control-btn-container:last-child {
        margin-bottom: 0;
        margin-right: 20px
    }
}

@media screen and (min-width:768px) {
    .poa-modal .modal-header {
        padding: 26px 50px;
        text-align: left
    }

    .poa-modal .modal-header i {
        margin-bottom: 0;
        margin-right: 31px
    }
}

@media screen and (min-width:992px) {
    .poa-modal .modal-header {
        display: block
    }
}

@media screen and (min-width:768px) {
    .poa-modal .modal-title {
        display: inline-block;
        width: auto
    }
}

@media screen and (min-width:768px) {
    .poa-modal .modal-body {
        padding: 25px 50px
    }
}

@media screen and (min-width:768px) {
    .poa-modal .modal-dialog {
        margin: 0;
        padding: 0;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        min-width: 620px
    }
}

.bankstatement-modal__info,
.bankstatement-modal__info-success {
    margin-bottom: 81px
}

@media screen and (min-width:768px) {

    .bankstatement-modal__info,
    .bankstatement-modal__info-success {
        margin-bottom: 81px
    }
}

@media screen and (min-width:768px) {

    .bankstatement-modal__info-success p:first-child,
    .bankstatement-modal__info-success p:nth-child(2),
    .bankstatement-modal__info p:first-child,
    .bankstatement-modal__info p:nth-child(2) {
        margin-bottom: 40px
    }
}

.bankstatement-modal__info-success p:last-child,
.bankstatement-modal__info p:last-child {
    margin-bottom: 0
}

@media screen and (min-width:768px) {

    .bankstatement-modal__info-success .mb-md-0,
    .bankstatement-modal__info .mb-md-0 {
        margin-bottom: 0 !important
    }
}

@media screen and (min-width:768px) {
    .bankstatement-modal__info-success {
        margin-bottom: 81px
    }
}

@media screen and (min-width:768px) {
    .bankstatement-modal__info {
        margin-bottom: 162px
    }
}

.bankstatement-modal__control {
    display: flex;
    flex-flow: column;
    align-items: center
}

@media screen and (min-width:768px) {
    .bankstatement-modal__control {
        flex-flow: row-reverse;
        justify-content: flex-end;
        padding-bottom: 23px
    }
}

.bankstatement-modal__control .btn {
    margin: 0
}

.bankstatement-modal__control-btn-container {
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .bankstatement-modal__control-btn-container {
        margin-bottom: 0
    }
}

.bankstatement-modal__control-btn-container:last-child {
    margin-bottom: 31px
}

@media screen and (min-width:768px) {
    .bankstatement-modal__control-btn-container:last-child {
        margin-bottom: 0;
        margin-right: 20px
    }
}

@media screen and (min-width:768px) {
    .bankstatement-modal .modal-header {
        padding: 26px 50px;
        text-align: left
    }

    .bankstatement-modal .modal-header i {
        margin-bottom: 0;
        margin-right: 31px
    }
}

@media screen and (min-width:992px) {
    .bankstatement-modal .modal-header {
        display: block
    }
}

@media screen and (min-width:768px) {
    .bankstatement-modal .modal-title {
        display: inline-block;
        width: auto
    }
}

@media screen and (min-width:768px) {
    .bankstatement-modal .modal-body {
        padding: 25px 50px
    }
}

@media screen and (min-width:768px) {
    .bankstatement-modal .modal-dialog {
        margin: 0;
        padding: 0;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        min-width: 620px
    }
}

.statement-input__helper .check-all__container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 24px
}

@media screen and (min-width:768px) {
    .statement-input__helper .check-all__container {
        font-size: 16px
    }
}

.statement-input__helper .check-all__container:hover input~.check-all__mark {
    background-color: #e8e8e8
}

.statement-input__helper .check-all__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.statement-input__helper .check-all__container input:checked~.check-all__mark {
    background-color: #fc0;
    border: none
}

.statement-input__helper .check-all__container input:checked~.check-all__mark:after {
    display: block
}

.statement-input__helper .check-all__mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: 1px solid #4f4c4d;
    box-sizing: border-box
}

.statement-input__helper .check-all__mark:after {
    content: "";
    position: absolute;
    display: none;
    left: 8px;
    top: 2px;
    width: 8px;
    height: 15px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.statement-input__months ul {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    max-width: 516px;
    margin: 0
}

.statement-input__month-item {
    display: flex;
    justify-content: center;
    margin: 16px 5px 0 0
}

@media screen and (min-width:768px) {
    .statement-input__month-item {
        margin: 20px 20px 0 0
    }
}

.statement-input__month-item.active .month-item__info {
    background-color: #fc0;
    border: rgba(0, 0, 0, 0)
}

.statement-input__month-item.active:hover .month-item__info {
    background-color: #fc0 !important;
    border: rgba(0, 0, 0, 0)
}

.statement-input__month-item.disabled .month-item__info {
    background-color: #ddd;
    border: rgba(0, 0, 0, 0)
}

.statement-input__month-item.disabled:hover .month-item__info {
    background-color: #ddd !important;
    border: rgba(0, 0, 0, 0)
}

.statement-input__month-item .month-item__container {
    position: relative;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0
}

.statement-input__month-item .month-item__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.statement-input__month-item .month-item__container input:hover~.month-item__info {
    background-color: rgba(255, 204, 0, .5);
    border: rgba(0, 0, 0, 0)
}

.statement-input__month-item .month-item__info {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    flex-flow: column;
    width: 68px;
    height: 50px
}

@media screen and (min-width:768px) {
    .statement-input__month-item .month-item__info {
        width: 96px;
        height: 72px;
        border-width: 1.5px
    }
}

.statement-input__month-item .month-item__info span {
    display: block;
    text-align: center;
    font-size: 12px;
    font-family: HelveticaNeue, sans-serif;
    line-height: 21px;
    color: #000
}

@media screen and (min-width:768px) {
    .statement-input__month-item .month-item__info span {
        font-size: 16px
    }
}

.statement-input__note {
    margin-top: 16px
}

.statement-input__note__error {
    color: #e02020;
    line-height: 33px;
    margin: 2px 0 7px !important;
    display: none
}

.statement-input__note__error.visible {
    display: block
}

.modal-statement .modal-dialog {
    max-height: 100%;
    -webkit-transition: max-height .5s ease-out, -webkit-transform .3s ease-out !important;
    transition: max-height .5s ease-out, -webkit-transform .3s ease-out !important;
    transition: transform .3s ease-out, max-height .5s ease-out !important;
    transition: transform .3s ease-out, max-height .5s ease-out, -webkit-transform .3s ease-out !important
}

.modal-statement.loading .modal-dialog {
    max-height: 250px
}

.modal-statement__no-statements {
    margin-bottom: 40px
}

@media screen and (min-width:768px) {
    .modal-statement__no-statements {
        margin-bottom: 57px
    }
}

.confirm-modal__group {
    text-align: center
}

@media screen and (min-width:768px) {
    .confirm-modal__group {
        text-align: left
    }
}

.confirm-modal__button.btn {
    width: 100%
}

.confirm-modal__button.btn:last-child {
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .confirm-modal__button.btn {
        width: 210px
    }

    .confirm-modal__button.btn+.confirm-modal__button {
        margin-left: 30px
    }
}

.change-password-modal .with-errors,
.change-password-modal .with-errors-valid {
    font-size: 12px
}

@media screen and (min-width:768px) {

    .change-password-modal .with-errors,
    .change-password-modal .with-errors-valid {
        font-size: 14px
    }
}

.change-password-modal .with-errors-valid {
    display: none;
    text-align: left;
    color: #e02020;
    clear: both;
    padding: 2px 10px 0
}

@media screen and (min-width:768px) {
    .change-password-modal .with-errors-valid {
        padding: 2px 12px 0
    }
}

.change-password-modal .error-valid-current-password .with-errors-valid {
    display: block
}

.change-password-modal .modal-dialog .modal-content .modal-body {
    min-height: 350px !important
}

.change-password-modal .modal-dialog .modal-content .modal-body form label {
    font-size: 14px;
    text-align: left;
    width: 100%
}

@media screen and (min-width:768px) {
    .change-password-modal .modal-dialog .modal-content .modal-body form label {
        font-size: 16px
    }
}

.change-password-modal .modal-dialog .modal-content .modal-body form .new-password {
    margin-bottom: 15px
}

.change-password-modal .modal-dialog .modal-content .modal-body .row {
    word-break: break-word;
    overflow-wrap: break-word
}

.change-password-modal .modal-dialog .modal-content .modal-body .confirm-header {
    font-family: HelveticaNeue-Bold, sans-serif;
    font-synthesis: style;
    margin-bottom: 30px
}

.change-password-modal .modal-dialog .modal-content .modal-body .form-control,
.change-password-modal .modal-dialog .modal-content .modal-body .payment-notification__input-control,
.change-password-modal .modal-dialog .modal-content .modal-body .vasElectricity-amount__control,
.change-password-modal .modal-dialog .modal-content .modal-body .vasElectricity-meter__control {
    font-size: 14px;
    margin-bottom: 5px
}

@media screen and (min-width:768px) {

    .change-password-modal .modal-dialog .modal-content .modal-body .form-control,
    .change-password-modal .modal-dialog .modal-content .modal-body .payment-notification__input-control,
    .change-password-modal .modal-dialog .modal-content .modal-body .vasElectricity-amount__control,
    .change-password-modal .modal-dialog .modal-content .modal-body .vasElectricity-meter__control {
        font-size: 18px;
        margin-bottom: 5px
    }
}

.change-password-modal .modal-dialog .modal-content .modal-body .eye-icon {
    margin-right: 3%;
    cursor: pointer;
    float: right;
    margin-top: -38px;
    width: 22px
}

@media screen and (max-width:767px) {
    .change-password-modal .modal-dialog .modal-content .modal-body .eye-icon {
        margin-top: -31px;
        width: 20px
    }
}

.change-password-modal .modal-dialog .modal-content .modal-body .password-indicator {
    margin-top: 10px;
    margin-bottom: 30px
}

.change-password-modal .modal-dialog .modal-content .modal-body .password-indicator .row {
    margin: 0
}

.change-password-modal .modal-dialog .modal-content .modal-body .password-indicator .password-indicator {
    margin-right: -5px
}

.change-password-modal .modal-dialog .modal-content .modal-body .password-indicator .password-strength-text {
    text-align: right;
    font-size: 1.2rem
}

.change-password-modal .modal-dialog .modal-content .modal-body .password-indicator div[class^=indicator-] {
    height: 3px;
    background-color: grey;
    border-right: 5px solid #fff
}

.change-password-modal .modal-dialog .modal-content .modal-body .password-indicator div[class^=indicator-]:last-child {
    border-right: 0
}

.change-password-modal .modal-dialog .modal-content .modal-body .password-indicator .password-weak .indicator-1 {
    background-color: #e02020
}

.change-password-modal .modal-dialog .modal-content .modal-body .password-indicator .password-weak .indicator-2,
.change-password-modal .modal-dialog .modal-content .modal-body .password-indicator .password-weak .indicator-3,
.change-password-modal .modal-dialog .modal-content .modal-body .password-indicator .password-weak .indicator-4 {
    background-color: #d3d2d2
}

.change-password-modal .modal-dialog .modal-content .modal-body .password-indicator .password-relative-weak .indicator-1,
.change-password-modal .modal-dialog .modal-content .modal-body .password-indicator .password-relative-weak .indicator-2 {
    background-color: orange
}

.change-password-modal .modal-dialog .modal-content .modal-body .password-indicator .password-relative-weak .indicator-3,
.change-password-modal .modal-dialog .modal-content .modal-body .password-indicator .password-relative-weak .indicator-4 {
    background-color: #d3d2d2
}

.change-password-modal .modal-dialog .modal-content .modal-body .password-indicator .password-medium .indicator-1,
.change-password-modal .modal-dialog .modal-content .modal-body .password-indicator .password-medium .indicator-2,
.change-password-modal .modal-dialog .modal-content .modal-body .password-indicator .password-medium .indicator-3 {
    background-color: #ff0
}

.change-password-modal .modal-dialog .modal-content .modal-body .password-indicator .password-medium .indicator-4 {
    background-color: #d3d2d2
}

.change-password-modal .modal-dialog .modal-content .modal-body .password-indicator .password-strong .indicator-1,
.change-password-modal .modal-dialog .modal-content .modal-body .password-indicator .password-strong .indicator-2,
.change-password-modal .modal-dialog .modal-content .modal-body .password-indicator .password-strong .indicator-3,
.change-password-modal .modal-dialog .modal-content .modal-body .password-indicator .password-strong .indicator-4 {
    background-color: green
}

.change-password-modal .modal-dialog .modal-content .modal-body .modal-buttons {
    margin-top: 30px
}

@media screen and (min-width:992px) {
    .change-password-modal .modal-dialog .modal-content .modal-body .modal-buttons {
        margin-top: 50px
    }
}

.password-indicator {
    margin-top: 10px
}

.password-indicator .row {
    margin: 0
}

.password-indicator .password-indicator {
    margin-right: -5px
}

.password-indicator .password-strength-text {
    text-align: right;
    font-size: 1.2rem
}

.password-indicator div[class^=indicator-] {
    height: 3px;
    background-color: grey;
    border-right: 5px solid #fff
}

.password-indicator div[class^=indicator-]:last-child {
    border-right: 0
}

.password-indicator .password-weak .indicator-1 {
    background-color: #e02020
}

.password-indicator .password-weak .indicator-2,
.password-indicator .password-weak .indicator-3,
.password-indicator .password-weak .indicator-4 {
    background-color: #d3d2d2
}

.password-indicator .password-relative-weak .indicator-1,
.password-indicator .password-relative-weak .indicator-2 {
    background-color: orange
}

.password-indicator .password-relative-weak .indicator-3,
.password-indicator .password-relative-weak .indicator-4 {
    background-color: #d3d2d2
}

.password-indicator .password-medium .indicator-1,
.password-indicator .password-medium .indicator-2,
.password-indicator .password-medium .indicator-3 {
    background-color: #ff0
}

.password-indicator .password-medium .indicator-4 {
    background-color: #d3d2d2
}

.password-indicator .password-strong .indicator-1,
.password-indicator .password-strong .indicator-2,
.password-indicator .password-strong .indicator-3,
.password-indicator .password-strong .indicator-4 {
    background-color: green
}

.change-login-pin__login-pin {
    padding-bottom: 20px
}

@media screen and (min-width:768px) {
    .change-login-pin__login-pin {
        padding-bottom: 0
    }
}

.change-login-pin .profile-content__header {
    padding-bottom: 0;
    font-size: 14px
}

@media screen and (min-width:768px) {
    .change-login-pin .profile-content__header {
        font-size: 16px
    }
}

.change-login-pin__content {
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 14px
}

@media screen and (min-width:768px) {
    .change-login-pin__content {
        font-size: 16px;
        padding-top: 0
    }
}

.change-login-pin .profile-content__button {
    margin-top: 0
}

.change-login-pin__footer-info {
    margin-top: 20px;
    display: flex
}

@media screen and (min-width:768px) {
    .change-login-pin__footer-info {
        margin-top: 30px
    }
}

.change-login-pin__link {
    text-decoration: underline
}

.change-login-pin__icon {
    width: 24px;
    height: 24px;
    margin-right: 20px
}

.change-login-pin-modal .modal-body p {
    margin-bottom: 10px;
    line-height: 24px
}

.change-login-pin-modal .modal-body form .has-error .form-group,
.change-login-pin-modal .modal-body form .has-error .vasElectricity-amount,
.change-login-pin-modal .modal-body form .has-error .vasElectricity-meter {
    margin-bottom: 10px
}

.change-login-pin-modal .modal-body form .has-error .with-errors {
    display: block
}

.change-login-pin-modal .modal-body .with-errors-valid {
    display: none;
    text-align: left;
    color: #e02020;
    clear: both;
    padding: 0
}

.change-login-pin-modal .modal-body .has-error-valid .with-errors-valid {
    display: block;
    margin: 0;
    text-align: left;
    font-size: 1.4rem
}

.saving-goal-modal .modal-body__content {
    min-height: auto
}

#SavingGoalList h1,
#Vas h1 {
    position: relative
}

#SavingGoalList h1 span.right-text,
#Vas h1 span.right-text {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    font-weight: 700
}

#SavingGoalList .button-create-goal,
#Vas .button-create-goal {
    margin-bottom: 10px;
    margin-top: 30px
}

@media screen and (min-width:768px) {

    #SavingGoalList .button-create-goal,
    #Vas .button-create-goal {
        margin-bottom: 40px;
        margin-top: 40px
    }
}

#SavingGoalList .button-create-goal .button-disabled,
#Vas .button-create-goal .button-disabled {
    background-color: #d3d2d2;
    color: #555;
    opacity: .65;
    cursor: not-allowed
}

#SavingGoalList .button-load-more,
#Vas .button-load-more {
    margin-top: 40px
}

@media screen and (min-width:768px) {

    #SavingGoalList .button-load-more,
    #Vas .button-load-more {
        margin-top: 50px
    }
}

.goal-save-explain {
    padding: 20px;
    font-size: 1.4rem
}

@media screen and (min-width:768px) {
    .goal-save-explain {
        padding: 50px
    }
}

.goal-save-explain .no-goalsave-message {
    display: flex;
    align-items: flex-start
}

.goal-save-explain .no-goalsave-message__img {
    width: 42px;
    flex-basis: 42px;
    display: block
}

@media screen and (min-width:768px) {
    .goal-save-explain .no-goalsave-message__img {
        width: 68px;
        flex-basis: 68px
    }
}

.goal-save-explain .no-goalsave-message__img img {
    margin-top: 10px;
    width: 42px
}

@media screen and (min-width:768px) {
    .goal-save-explain .no-goalsave-message__img img {
        margin-top: 5px;
        width: 52px
    }
}

.goal-save-explain .no-goalsave-message__text {
    font-size: 1.4rem;
    margin-left: 20px;
    flex: 1 1;
    font-weight: 300
}

@media screen and (min-width:768px) {
    .goal-save-explain .no-goalsave-message__text {
        font-size: 1.6rem;
        margin-left: 20px
    }
}

.goal-save-explain .goalsave-list-intro {
    margin-left: 0
}

@media screen and (min-width:768px) {
    .goal-save-explain .goalsave-list-intro {
        margin-left: 90px
    }
}

.goal-save-explain .goalsave-list-intro__img {
    width: 42px;
    flex-basis: 42px;
    display: block
}

@media screen and (min-width:768px) {
    .goal-save-explain .goalsave-list-intro__img {
        width: 48px;
        flex-basis: 48px
    }
}

.goal-save-explain .goalsave-list-intro__img img {
    margin-top: 10px;
    width: 36px
}

@media screen and (min-width:768px) {
    .goal-save-explain .goalsave-list-intro__img img {
        margin-top: 5px;
        width: 36px
    }
}

.goal-save-explain .goalsave-list-intro__item {
    display: flex;
    align-items: flex-start;
    margin-top: 15px
}

.goal-save-explain .goalsave-list-intro__content {
    margin-left: 20px;
    font-weight: 300;
    flex: 1 1
}

.goal-save-explain .goalsave-list-intro__title {
    font-family: HelveticaNeue-Bold
}

.goal-save-explain p {
    margin-bottom: 0
}

.goal-save-info {
    width: 100%;
    padding: 25px
}

@media screen and (min-width:768px) {
    .goal-save-info {
        padding: 25px 50px
    }
}

.goal-save-info__bottom {
    display: flex;
    font-size: 14px;
    margin-top: 20px
}

@media screen and (min-width:768px) {
    .goal-save-info__bottom {
        font-size: 16px
    }
}

.goal-save-info__bottom .notice {
    flex: 2 1;
    padding-left: 0;
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .goal-save-info__bottom .notice {
        padding-left: 100px
    }
}

.goal-save-info__bottom .total {
    flex: 1 1;
    text-align: right
}

@media (max-width:767px) {
    .box-saving {
        font-size: 14px
    }

    .box-saving .main-info {
        padding-bottom: 10px;
        padding-left: 0
    }

    .box-saving .main-info strong {
        margin-bottom: 10px
    }
}

.box-saving .info {
    display: flex;
    align-items: center
}

.box-saving .info:focus {
    outline: none
}

@media (max-width:767px) {
    .box-saving .info {
        display: block
    }
}

.box-saving .main-info {
    float: left
}

.box-saving .main-info .go-to-detail-link,
.box-saving .main-info strong {
    display: block;
    margin-bottom: 5px;
    color: #000
}

.box-saving .main-info span {
    color: #899197
}

@media (max-width:767px) {
    .box-saving .main-info span {
        font-size: 12px
    }
}

.box-saving .main-info .payout-request {
    color: #fc0;
    margin-top: 5px
}

.box-saving .goal-info {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 30px
}

@media screen and (min-width:768px) {
    .box-saving .goal-info {
        margin-bottom: 0
    }
}

.box-saving .goal-info__icon {
    float: left;
    margin-right: 25px
}

.box-saving .goal-info__icon img {
    width: 48px
}

@media screen and (min-width:768px) {
    .box-saving .goal-info__icon {
        margin-right: 35px
    }

    .box-saving .goal-info__icon img {
        width: 64px
    }
}

.box-saving .goal-info__main {
    float: left
}

.box-saving .detail-money-container {
    text-align: right
}

.box-saving .detail-money {
    display: flex;
    border-top: 1px solid #d1d1d1;
    padding: 15px 0 10px;
    justify-content: space-between
}

@media screen and (min-width:768px) {
    .box-saving .detail-money {
        border-top: 0;
        padding: 0;
        margin: 0;
        display: inline-flex
    }
}

.box-saving .detail-money__label {
    text-align: left
}

@media screen and (min-width:768px) {
    .box-saving .detail-money__label {
        text-align: right
    }
}

.box-saving .detail-money__value {
    text-align: right;
    margin-left: 30px
}

.box-saving .detail-money__txt {
    font-size: 12px
}

@media screen and (min-width:768px) {
    .box-saving .detail-money__txt {
        font-size: 14px
    }
}

.box-saving .detail-money__balance {
    font-size: 14px;
    white-space: nowrap
}

@media screen and (min-width:768px) {
    .box-saving .detail-money__balance {
        font-size: 16px
    }
}

.box-saving .detail-money .group-value {
    margin-top: 15px
}

.box-saving .detail-money .group-value.last {
    margin-top: 34px
}

@media screen and (min-width:768px) {
    .box-saving .detail-money .group-value.last {
        margin-top: 36px
    }
}

.box-saving .buttons {
    border-top: 1px solid #d1d1d1
}

.box-saving .buttons .btn.btn-default {
    border-radius: 0;
    color: #231f20;
    height: 60px;
    line-height: 60px;
    border-color: #d1d1d1;
    border-width: 0 0 0 1px;
    padding: 0 25px
}

@media (max-width:767px) {
    .box-saving .buttons .btn.btn-default {
        width: 100%;
        border-bottom-width: 1px;
        border-left-width: 0;
        margin-bottom: 0;
        text-align: left;
        height: 57px;
        line-height: 57px
    }

    .box-saving .buttons .btn.btn-default:last-child {
        border-bottom-width: 0
    }
}

.saving-goal-withdraw-modal .col-goal {
    margin-top: 0
}

.saving-goal-withdraw-modal .withdraw-list {
    overflow: hidden
}

@media (max-width:992px) {
    .saving-goal-withdraw-modal .withdraw-list {
        display: block
    }
}

.saving-goal-withdraw-modal .withdraw-list .withdraw-box {
    width: 48%;
    position: relative
}

@media (max-width:992px) {
    .saving-goal-withdraw-modal .withdraw-list .withdraw-box {
        width: 100%
    }
}

.saving-goal-withdraw-modal .withdraw-list .withdraw-box:first-child {
    float: right
}

@media (max-width:992px) {
    .saving-goal-withdraw-modal .withdraw-list .withdraw-box:first-child {
        margin-left: 0;
        margin-bottom: 20px
    }
}

.saving-goal-withdraw-modal .withdraw-list .withdraw-box:last-child {
    float: left
}

.saving-goal-withdraw-modal .withdraw-list .withdraw-box .withdraw-box-content {
    padding: 20px;
    font-size: 14px
}

@media (max-width:767px) {
    .saving-goal-withdraw-modal .withdraw-list .withdraw-box .withdraw-box-content {
        font-size: 1.2rem
    }
}

.saving-goal-withdraw-modal .withdraw-list .withdraw-box .withdraw-box-content .wbc-bottom-value,
.saving-goal-withdraw-modal .withdraw-list .withdraw-box .withdraw-box-content .wbc-head-name {
    font-size: 8px
}

@media (max-width:767px) {

    .saving-goal-withdraw-modal .withdraw-list .withdraw-box .withdraw-box-content .wbc-bottom-value,
    .saving-goal-withdraw-modal .withdraw-list .withdraw-box .withdraw-box-content .wbc-head-name {
        font-size: 14px
    }
}

@media (max-width:767px) {
    .saving-goal-withdraw-modal .withdraw-list .withdraw-box .withdraw-box-content .wbc-bottom-title {
        font-size: 1.4rem
    }
}

.saving-goal-withdraw-modal .withdraw-list .withdraw-box .withdraw-box-radio:checked+.withdraw-box-content {
    border-color: #60d154
}

.saving-goal-withdraw-modal .buttons.buttons-withdraw {
    overflow: hidden
}

.saving-goal-withdraw-modal .buttons.buttons-withdraw .btn.w250 {
    width: 250px
}

@media (max-width:767px) {
    .saving-goal-withdraw-modal .buttons.buttons-withdraw .btn {
        float: none !important
    }
}

.saving-goal-withdraw-modal .buttons.buttons-withdraw .btn+.btn {
    margin-right: 10px !important
}

@media (max-width:767px) {
    .saving-goal-withdraw-modal .buttons.buttons-withdraw .btn+.btn {
        margin-right: 0 !important
    }
}

@media (max-width:767px) {
    .saving-goal-withdraw-modal .withdraw-confirm {
        padding-left: 0;
        padding-right: 0
    }
}

.saving-goal-withdraw-modal .withdraw-confirm .icon {
    display: block;
    width: 42px;
    height: 42px;
    background: 50% no-repeat;
    background-size: contain
}

@media (max-width:767px) {
    .saving-goal-withdraw-modal .withdraw-confirm .media:first-child {
        margin-bottom: 20px
    }
}

.saving-goal-withdraw-modal .withdraw-confirm .media .media-body {
    width: auto;
    word-break: break-all
}

.saving-goal-withdraw-modal .withdraw-confirm+.buttons-withdraw .btn+.btn {
    margin-right: 30px !important
}

@media (max-width:767px) {
    .saving-goal-withdraw-modal .withdraw-confirm+.buttons-withdraw .btn+.btn {
        margin-right: 0 !important
    }
}

@media screen and (max-width:767px) {
    #savingGoalModal .error-text {
        text-align: left
    }
}

.saving-goal-money-modal .media .media-left {
    padding-right: 20px
}

.saving-goal-money-modal .col-account,
.saving-goal-money-modal .col-goal {
    padding: 0
}

.saving-goal-money-modal .col-account .text,
.saving-goal-money-modal .col-goal .text {
    font-family: HelveticaNeue-Medium, sans-serif
}

@media (max-width:767px) {

    .saving-goal-money-modal .col-account .number,
    .saving-goal-money-modal .col-account .text,
    .saving-goal-money-modal .col-goal .number,
    .saving-goal-money-modal .col-goal .text {
        font-size: 12px
    }
}

.saving-goal-money-modal .col-account.is-original .number,
.saving-goal-money-modal .col-goal.is-original .number {
    color: inherit
}

.saving-goal-money-modal .meta-info {
    margin-top: 30px
}

.saving-goal-money-modal .meta-info .icon {
    display: block;
    width: 42px;
    height: 42px;
    background: 50% no-repeat;
    background-size: contain
}

.col-account .number {
    color: #e02020
}

.col-goal {
    margin-top: 20px
}

@media screen and (min-width:992px) {
    .col-goal {
        margin-top: 0
    }
}

.col-goal-basic .number,
.col-goal .number {
    color: #60d154
}

.col-account-basic .number {
    color: #e02020
}

.goal-save-detail h1 {
    font-size: 18px;
    margin-bottom: 15px
}

@media screen and (min-width:768px) {
    .goal-save-detail h1 {
        font-size: 24px
    }
}

.goal-save-detail .sub-links {
    margin-bottom: 10px;
    font-size: 12px
}

.goal-save-detail .sub-links a {
    color: #231f20;
    text-decoration: underline
}

.goal-save-detail .sub-links img {
    width: 6px;
    margin-left: 10px;
    margin-right: 10px
}

@media screen and (min-width:768px) {
    .goal-save-detail .sub-links {
        font-size: 14px
    }
}

.closed-goal-save {
    margin-bottom: 0;
    padding: 20px 0 0;
    border-radius: 3px;
    box-shadow: none;
    border-bottom: none
}

@media screen and (min-width:768px) {
    .closed-goal-save {
        padding: 40px 0 0
    }
}

.closed-goal-save__arrow {
    font-size: 30px;
    cursor: pointer;
    padding: 0 5px
}

.closed-goal-save__heading {
    display: flex;
    justify-content: space-between;
    align-content: center
}

.closed-goal-save__body {
    padding: 0
}

.closed-goal-save>.panel-heading {
    background-color: #fff;
    border-bottom: 1px solid #d1d1d1;
    padding: 0 15px 20px 20px;
    line-height: 30px
}

@media screen and (min-width:768px) {
    .closed-goal-save>.panel-heading {
        padding: 0 40px 35px 150px
    }
}

.closed-goal-save .box {
    border-radius: 0;
    width: 100%;
    padding: 12px 25px
}

@media screen and (min-width:768px) {
    .closed-goal-save .box {
        padding: 25px 50px
    }
}

.closed-goal-save-item {
    margin-bottom: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 15px
}

.closed-goal-save-item__loading {
    text-align: center;
    padding: 20px 0
}

.closed-goal-save-item--no-border {
    border: 1px solid #d1d1d1
}

.saving-goal-withdraw-modal .col-goal {
    margin-top: 20px
}

@media screen and (min-width:992px) {
    .saving-goal-withdraw-modal .col-goal {
        margin-top: 0
    }
}

@media screen and (min-width:768px) {
    .saving-goal-withdraw-modal .modal-header {
        padding: 25px 40px
    }
}

.saving-goal-withdraw-modal .modal-body {
    padding: 20px
}

@media screen and (min-width:992px) {
    .saving-goal-withdraw-modal .modal-body {
        padding: 30px 40px
    }
}

.saving-goal-withdraw-modal .withdraw-list {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:768px) {
    .saving-goal-withdraw-modal .withdraw-list {
        flex-direction: row
    }
}

.saving-goal-withdraw-modal .withdraw-list .withdraw-box {
    flex-grow: 1;
    border: 1px solid #d3d2d2
}

.saving-goal-withdraw-modal .withdraw-list .withdraw-box:first-child {
    margin-bottom: 10px
}

@media screen and (min-width:768px) {
    .saving-goal-withdraw-modal .withdraw-list .withdraw-box:first-child {
        margin-bottom: 0;
        margin-right: 10px
    }
}

.saving-goal-withdraw-modal .withdraw-list .withdraw-box:last-child {
    margin-top: 10px
}

@media screen and (min-width:768px) {
    .saving-goal-withdraw-modal .withdraw-list .withdraw-box:last-child {
        margin-top: 0;
        margin-left: 10px
    }
}

.saving-goal-withdraw-modal .withdraw-list .withdraw-box .withdraw-box-content {
    cursor: pointer;
    position: relative;
    min-height: 180px;
    height: 100%;
    padding: 18px;
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (max-width:767px) {
    .saving-goal-withdraw-modal .withdraw-list .withdraw-box .withdraw-box-content {
        min-height: auto
    }
}

@media screen and (min-width:768px) {
    .saving-goal-withdraw-modal .withdraw-list .withdraw-box .withdraw-box-content {
        padding: 20px
    }
}

.saving-goal-withdraw-modal .withdraw-list .withdraw-box .withdraw-box-content .wbc-bottom-value,
.saving-goal-withdraw-modal .withdraw-list .withdraw-box .withdraw-box-content .wbc-head-name {
    font-family: HelveticaNeue-Bold
}

.saving-goal-withdraw-modal .withdraw-list .withdraw-box .withdraw-box-content .wbc-head-name {
    font-size: 20px
}

@media (max-width:767px) {
    .saving-goal-withdraw-modal .withdraw-list .withdraw-box .withdraw-box-content .wbc-head-name {
        font-size: 16px
    }
}

.saving-goal-withdraw-modal .withdraw-list .withdraw-box .withdraw-box-content .wbc-bottom-value {
    display: flex;
    width: 100%;
    font-size: 2.4rem;
    align-items: flex-end;
    justify-content: space-between
}

@media screen and (min-width:768px) {
    .saving-goal-withdraw-modal .withdraw-list .withdraw-box .withdraw-box-content .wbc-bottom-value {
        font-size: 2.4rem
    }
}

.saving-goal-withdraw-modal .withdraw-list .withdraw-box .withdraw-box-content .wbc-bottom-value .wbc-total-label {
    font-size: 14px;
    font-family: HelveticaNeue, sans-serif
}

.saving-goal-withdraw-modal .withdraw-list .withdraw-box .withdraw-box-content .wbc-bottom-value .wbc-total-value {
    font-size: 20px
}

@media (max-width:767px) {
    .saving-goal-withdraw-modal .withdraw-list .withdraw-box .withdraw-box-content .wbc-bottom-value .wbc-total-value {
        font-size: 16px
    }
}

@media screen and (min-width:768px) {
    .saving-goal-withdraw-modal .withdraw-list .withdraw-box .withdraw-box-content .wbc-bottom-title {
        padding-bottom: 34px
    }
}

.saving-goal-withdraw-modal .withdraw-list .withdraw-box .withdraw-box-content .wbc-content {
    display: flex;
    justify-content: space-between
}

.saving-goal-withdraw-modal .withdraw-list .withdraw-box .withdraw-box-content .wbc-content .wbc-bonus-label {
    max-width: 112px
}

.saving-goal-withdraw-modal .withdraw-list .withdraw-box .withdraw-box-content .wbc-content .wbc-bonus-value {
    color: #60d154
}

.saving-goal-withdraw-modal .withdraw-list .withdraw-box .withdraw-box-radio {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.saving-goal-withdraw-modal .withdraw-list .withdraw-box .withdraw-box-radio :checked+.withdraw-box-content {
    border-color: #60d154
}

.saving-goal-withdraw-modal .withdraw-list .withdraw-box .wbc-bottom-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none
}

.saving-goal-withdraw-modal .withdraw-list .withdraw-box.selected {
    border: 1px solid #f2c94c
}

.saving-goal-withdraw-modal .withdraw-list .withdraw-box.selected .wbc-bottom-icon {
    display: block
}

.saving-goal-withdraw-modal .bg-greyout {
    background-color: #efefef
}

.saving-goal-confirm-modal .notice-title {
    font-family: HelveticaNeue-Bold;
    font-weight: 400;
    margin-bottom: 15px
}

.saving-goal-confirm-modal .notice-content {
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .saving-goal-confirm-modal .notice-content {
        margin-bottom: 30px
    }
}

.saving-goal-confirm-modal .col-account .icon-arrow {
    margin-left: 30px;
    font-size: 27px;
    align-self: center
}

.saving-goal-confirm-modal .col-account .media-left {
    padding-right: 20px
}

.saving-goal-confirm-modal .col-account .media {
    display: flex
}

.saving-goal-confirm-modal .col-goal .media-left {
    padding-right: 12px
}

.saving-goal-confirm-modal .modal-buttons {
    margin-top: 40px
}

.goal-save-info-panel {
    margin: 40px 0
}

@media screen and (min-width:992px) {
    .goal-save-info-panel {
        margin: 40px -20px 20px
    }
}

.goal-save-info-panel__list {
    list-style-position: outside
}

.goal-save-info-panel__list li {
    list-style-type: disc;
    list-style-position: outside;
    font-size: 10px;
    margin-left: 15px
}

.goal-save-info-panel .learn-more-text {
    margin: 20px 0 10px;
    display: block;
    font-family: HelveticaNeue-Bold
}

.goal-save-info-panel .goal-save-explain {
    padding: 0;
    font-size: 1.2rem
}

@media screen and (min-width:768px) {
    .goal-save-info-panel .goal-save-explain {
        font-size: 1.4rem
    }
}

.goal-save-info-panel .goal-save-explain .no-goalsave-message__text {
    margin-left: 0;
    font-size: 1.2rem
}

@media screen and (min-width:768px) {
    .goal-save-info-panel .goal-save-explain .no-goalsave-message__text {
        font-size: 1.4rem
    }
}

.goal-save-info-panel .goal-save-explain .goalsave-list-intro {
    margin-left: 0
}

.goal-save-info-panel .goal-save-explain .goalsave-list-intro__content {
    margin-left: 15px
}

.goal-save-info-panel .goal-save-explain .goalsave-list-intro__img {
    width: 36px;
    flex-basis: 36px
}

.manage-cash-modal .title-font {
    font-weight: 600;
    font-size: 1rem
}

.manage-cash-modal .desc-font {
    font-weight: 300;
    font-size: 1rem
}

.manage-cash-modal .featured-list-item__link {
    padding: 15px 20px
}

@media screen and (min-width:768px) {
    .manage-cash-modal .title-font {
        font-size: 1.6rem
    }

    .manage-cash-modal .desc-font {
        font-size: 1.2rem
    }

    .manage-cash-modal .featured-list-item__link {
        padding: 22px 30px
    }
}

.manage-cash-modal .modal-body {
    padding: 0
}

.cico-modal .modal-dialog .modal-content .modal-body form .has-value {
    color: #231f20
}

.cico-modal .transaction-info {
    margin-top: 30px;
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .cico-modal .transaction-info {
        margin-bottom: 0
    }
}

@media screen and (min-width:992px) {
    .cico-modal .transaction-info {
        margin-bottom: 20px
    }
}

.cico-modal .transaction-info .media-left {
    padding-right: 20px
}

.cico-modal .transaction-info__item {
    padding: 0
}

.cico-modal .transaction-info__img {
    display: block;
    width: 42px;
    height: 42px;
    background: 50% no-repeat;
    background-size: contain
}

.cico-modal .transaction-info__text {
    font-family: HelveticaNeue-Medium, sans-serif
}

.cico-modal .transaction-info__text--withdrawal {
    color: #e02020
}

.cico-modal .transaction-info__text--deposit {
    color: #60d154
}

.cico-modal .transaction-info__error_message {
    margin-bottom: 10px;
    color: #e02020
}

.cico-modal .help-block {
    color: #e02020
}

.cico-modal .help-block__block {
    display: inline-block
}

.cico-modal .input-group-amount input.has-error {
    border-color: #e02020 !important
}

.cash-tyme-code__note {
    color: #e02020
}

.cash-tyme-code__number {
    font-family: HelveticaNeue-Bold;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1
}

.cash-tyme-code .modal-dialog .modal-content .modal-body p.cash-tyme-code__number,
.cash-tyme-code__number p {
    margin: 0
}

@media screen and (min-width:768px) {
    .cash-tyme-code .modal-dialog .modal-content .modal-body p.cash-tyme-code__number {
        margin-bottom: 5px
    }
}

.vas-content {
    font-size: 14px;
    padding: 0
}

@media screen and (min-width:768px) {
    .vas-content {
        padding: 12px 34px 0;
        font-size: 16px
    }
}

.vas-content .form .form-control,
.vas-content .form .payment-notification__input-control,
.vas-content .form .vasElectricity-amount__control,
.vas-content .form .vasElectricity-meter__control {
    width: 210px;
    color: #231f20
}

@media screen and (min-width:768px) {

    .vas-content .form .form-control,
    .vas-content .form .payment-notification__input-control,
    .vas-content .form .vasElectricity-amount__control,
    .vas-content .form .vasElectricity-meter__control {
        width: 220px
    }
}

.vas-content .form input.focus,
.vas-content .form input:focus {
    border: 1px solid #5e9ed6 !important
}

.vas-content .form .form-group .with-errors,
.vas-content .form .vasElectricity-amount .with-errors,
.vas-content .form .vasElectricity-meter .with-errors {
    padding-left: 10px
}

.vas-content .form .form-control-electricity {
    width: 210px;
    color: #231f20
}

@media screen and (min-width:768px) {
    .vas-content .form .form-control-electricity {
        width: 300px !important
    }
}

.vas-content .form .btn {
    width: 210px
}

@media screen and (min-width:768px) {
    .vas-content .form .btn {
        width: 220px
    }
}

.vas-content .form .wrap-input-btn {
    overflow: hidden;
    margin-bottom: 5px;
    padding-top: 5px
}

.vas-content .form .wrap-input-btn .wrap-input {
    float: none;
    max-width: 100%;
    margin: 0 0 20px
}

@media screen and (min-width:768px) {
    .vas-content .form .wrap-input-btn .wrap-input {
        margin-bottom: 12px;
        float: left
    }
}

.vas-content .form .wrap-input-btn .wrap-input .mobile-error {
    display: inherit
}

@media screen and (min-width:768px) {
    .vas-content .form .wrap-input-btn .wrap-input .mobile-error {
        display: none
    }
}

.vas-content .form .wrap-input-btn .btn {
    margin: 0;
    float: none
}

@media screen and (min-width:768px) {
    .vas-content .form .wrap-input-btn .btn {
        float: left;
        margin-left: 20px
    }
}

.vas-content .form .desktop-error {
    display: none
}

@media screen and (min-width:768px) {
    .vas-content .form .desktop-error {
        display: inherit
    }
}

.vas-content .form .no-margin-bottom {
    margin-bottom: 0 !important
}

.vas-content .area {
    margin-top: 2em
}

.vas-content .area:first-child,
.vas-content .area:first-of-type {
    margin-top: 0
}

.vas-content .area .title {
    margin-bottom: 8px
}

@media (max-width:767px) {
    .vas-content .area .title {
        font-size: 12px
    }
}

.vas-content .area .notice {
    font-size: 12px
}

@media screen and (min-width:768px) {
    .vas-content .area .notice {
        font-size: 14px
    }
}

.vas-content .area-network .title {
    margin-bottom: 0
}

.vas-content .area-amount .form-group,
.vas-content .area-amount .vasElectricity-amount,
.vas-content .area-amount .vasElectricity-meter {
    max-width: 100%
}

.vas-content .area-amount .form-group .with-errors .amount,
.vas-content .area-amount .vasElectricity-amount .with-errors .amount,
.vas-content .area-amount .vasElectricity-meter .with-errors .amount {
    white-space: nowrap
}

.vas-content .area-electricity .form-group .react-autosuggest__container,
.vas-content .area-electricity .vasElectricity-amount .react-autosuggest__container,
.vas-content .area-electricity .vasElectricity-meter .react-autosuggest__container {
    width: 210px;
    color: #231f20
}

@media screen and (min-width:768px) {

    .vas-content .area-electricity .form-group .react-autosuggest__container,
    .vas-content .area-electricity .vasElectricity-amount .react-autosuggest__container,
    .vas-content .area-electricity .vasElectricity-meter .react-autosuggest__container {
        width: 300px !important
    }
}

.vas-content .area-electricity .form-group .react-autosuggest__container input,
.vas-content .area-electricity .vasElectricity-amount .react-autosuggest__container input,
.vas-content .area-electricity .vasElectricity-meter .react-autosuggest__container input {
    background: url(/static/media/IcArrowDown.d51b20f9.svg) no-repeat 95%;
    background-size: 15px
}

@media screen and (min-width:768px) {

    .vas-content .area-electricity .form-group .react-autosuggest__container input,
    .vas-content .area-electricity .vasElectricity-amount .react-autosuggest__container input,
    .vas-content .area-electricity .vasElectricity-meter .react-autosuggest__container input {
        background-size: auto
    }
}

.vas-content .area-electricity .form-group .react-autosuggest__container ul li,
.vas-content .area-electricity .vasElectricity-amount .react-autosuggest__container ul li,
.vas-content .area-electricity .vasElectricity-meter .react-autosuggest__container ul li {
    padding-left: 20px
}

.vas-content .area-beneficiary {
    max-width: none
}

@media screen and (min-width:768px) {
    .vas-content .area-beneficiary {
        max-width: 100%
    }
}

.vas-content .area-bundle .title {
    margin-bottom: 0
}

.vas-content .error-text {
    margin-top: 10px
}

.vas-content .title {
    font-size: 14px;
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .vas-content .btn-electricity {
        margin-left: 90px !important
    }
}

.vas-content .area-cellphone {
    margin-bottom: 10px
}

@media screen and (min-width:768px) {
    .vas-content .area-cellphone {
        font-size: 16px
    }
}

.provider-list,
.vas-content .area-amount-form {
    margin-top: 0
}

.provider-item {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
    background-color: #ccc
}

.provider-item img {
    max-width: 100%;
    height: auto
}

@media screen and (min-width:768px) {
    .provider-item {
        width: 100px;
        height: 100px;
        margin-right: 20px;
        margin-top: 20px
    }
}

.provider-item:hover {
    opacity: .8
}

.provider-item .link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.provider-item .checked {
    position: absolute;
    width: 18px;
    right: -6px;
    bottom: -6px
}

@media screen and (min-width:768px) {
    .provider-item .checked {
        width: 24px;
        right: -12px;
        bottom: -12px
    }
}

@media (max-width:767px) {
    .bundle-list {
        margin-top: 0
    }
}

.bundle-list-item {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 20px;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
    border: 1px solid #000;
    text-align: center
}

@media (max-width:767px) {
    .bundle-list-item {
        width: 60px;
        height: 60px;
        margin-right: 10px;
        margin-top: 10px
    }
}

.bundle-list-item:hover {
    opacity: .8
}

.bundle-list-item .link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.bundle-list-item .checked {
    width: 24px;
    position: absolute;
    right: -12px;
    bottom: -12px
}

@media (max-width:767px) {
    .bundle-list-item .checked {
        width: 18px;
        right: -6px;
        bottom: -6px
    }
}

.bundle-list-item.is-selected {
    border: 2px solid #fc0
}

.bundle-list-item .wrap-inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bundle-list-item .quantity {
    display: block;
    font-size: 14px
}

@media (max-width:767px) {
    .bundle-list-item .quantity {
        font-size: 12px
    }
}

.bundle-list-item .amount {
    display: block;
    font-size: 12px
}

@media (max-width:767px) {
    .bundle-list-item .amount {
        font-size: 10px
    }
}

.vas-confirm-modal .top-info {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 29px;
    padding-bottom: 15px
}

.vas-confirm-modal .top-info label {
    font-size: 1.2rem;
    margin-bottom: 0;
    font-family: HelveticaNeue-Light;
    font-weight: 400
}

@media screen and (min-width:768px) {
    .vas-confirm-modal .top-info label {
        font-size: 1.4rem
    }
}

.vas-confirm-modal .top-info .row:last-child .col-xs-12 {
    margin-bottom: 15px
}

.vas-confirm-modal .alert {
    background: #f7f7f7;
    margin: 20px -20px;
    padding: 10px 20px;
    display: block;
    position: relative
}

@media screen and (min-width:992px) {
    .vas-confirm-modal .alert {
        margin: 40px -50px 0;
        padding: 20px 50px
    }
}

.vas-confirm-modal .alert img {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (min-width:992px) {
    .vas-confirm-modal .alert img {
        left: 50px
    }
}

.vas-confirm-modal .alert p {
    clear: none;
    margin-bottom: 0;
    overflow: hidden;
    padding-left: 42px
}

.vas-confirm-modal .row {
    margin-bottom: 15px
}

.vas-confirm-modal .col-account,
.vas-confirm-modal .col-goal {
    margin-top: 10px
}

.vas-confirm-modal .col-account .media-left,
.vas-confirm-modal .col-goal .media-left {
    padding-right: 20px;
    vertical-align: top
}

.vas-confirm-modal .col-account .media-left .icon .img-size,
.vas-confirm-modal .col-goal .media-left .icon .img-size {
    height: 40.69px
}

.vas-confirm-modal .col-account .media .media-body {
    background: url(/static/media/IcArrowRight.728869cf.svg) no-repeat 100%;
    background-size: 16px 16px;
    padding-right: 16px
}

.vas-confirm-modal .col-account .media .media-body.modal-buttons {
    margin-top: 30px
}

.vas-confirm-modal .col-account .media .media-body.buttons {
    position: static !important;
    margin-top: 34px
}

@media (max-width:767px) {
    .vas-confirm-modal .col-account .media .media-body {
        background: none;
        padding-right: 0;
        padding-bottom: 15px
    }
}

.vas-detail-modal .underline-header {
    border-bottom: 1px solid #d3d2d2;
    padding-bottom: 13px;
    margin-bottom: 20px
}

.vas-detail-modal label {
    font-size: 1.2rem;
    margin-bottom: 0;
    font-family: HelveticaNeue-Light;
    font-weight: 400
}

@media screen and (min-width:768px) {
    .vas-detail-modal label {
        font-size: 1.4rem
    }
}

#Vas .RRT__container {
    font-size: 14px
}

@media screen and (min-width:768px) {
    #Vas .RRT__container {
        font-size: 16px
    }
}

#Vas .RRT__container .RRT__tabs {
    border-bottom: none
}

@media screen and (min-width:768px) {
    #Vas .RRT__container .RRT__tabs {
        border-bottom: 2px solid #d3d2d2
    }
}

#Vas .RRT__container .RRT__tabs .RRT__tab {
    border: none;
    width: 25%;
    background: #fff;
    padding-left: 20px
}

@media (max-width:767px) {
    #Vas .RRT__container .RRT__tabs .RRT__tab {
        width: 100%;
        padding-left: 1em;
        border-bottom: 1px solid #d3d2d2;
        border-left: 3px solid #fff
    }

    #Vas .RRT__container .RRT__tabs .RRT__tab:last-child {
        border-bottom: none
    }

    #Vas .RRT__container .RRT__tabs .RRT__tab>div {
        background: url(/static/media/IcArrowRight.728869cf.svg) no-repeat 100%;
        background-size: 8px
    }
}

@media screen and (max-width:767px) and (min-width:768px) {
    #Vas .RRT__container .RRT__tabs .RRT__tab {
        padding: 14px
    }
}

@media screen and (min-width:992px) {
    #Vas .RRT__container .RRT__tabs .RRT__tab {
        width: 20%
    }
}

#Vas .RRT__container .RRT__tabs .RRT__tab img {
    margin-right: 10px;
    width: 40px
}

@media screen and (min-width:768px) {
    #Vas .RRT__container .RRT__tabs .RRT__tab img {
        margin-right: 12px
    }
}

#Vas .RRT__container .RRT__tabs .RRT__tab.RRT__tab--selected {
    font-weight: 700;
    border-left: 3px solid #fc0;
    border-bottom: 1px solid #d3d2d2
}

#Vas .RRT__container .RRT__tabs .RRT__tab.RRT__tab--selected div {
    background: url(/static/media/IcArrowDown.d51b20f9.svg) no-repeat 100%;
    background-size: 14px
}

@media screen and (min-width:768px) {
    #Vas .RRT__container .RRT__tabs .RRT__tab.RRT__tab--selected {
        border-bottom: 3px solid #fc0;
        border-left: none
    }

    #Vas .RRT__container .RRT__tabs .RRT__tab.RRT__tab--selected div {
        background: none
    }
}

#Vas .RRT__container .RRT__panel {
    border-bottom: 1px solid #d3d2d2;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 14px
}

@media screen and (min-width:768px) {
    #Vas .RRT__container .RRT__panel {
        border: none;
        margin-bottom: 15px;
        font-size: 16px
    }
}

.vasElectricity-controls__free img,
.vasElectricity-controls__prepaid img {
    width: 35px;
    height: auto;
    margin-right: 16px
}

.vasElectricity-controls__free a,
.vasElectricity-controls__prepaid a {
    display: inline-block;
    padding: 10px;
    border: 2px solid #e3e3e3;
    border-radius: 3px;
    color: #231f20;
    font-size: 14px;
    font-weight: 400;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
    min-width: 225px
}

@media screen and (min-width:768px) {

    .vasElectricity-controls__free a,
    .vasElectricity-controls__prepaid a {
        padding: 20px;
        font-size: 16px;
        margin-bottom: 0;
        min-width: 0
    }
}

.vasElectricity-controls__free a.active,
.vasElectricity-controls__prepaid a.active {
    border-color: #fc0
}

.fade-in {
    opacity: 0
}

.fade-in.visible {
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 1
}

.vasElectricity-controls {
    display: flex;
    margin-bottom: 16px;
    flex-flow: column
}

@media screen and (min-width:768px) {
    .vasElectricity-controls {
        flex-flow: row
    }
}

.vasElectricity-controls__prepaid {
    margin-right: 20px
}

.vasElectricity p {
    font-size: 12px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

@media screen and (min-width:768px) {
    .vasElectricity p {
        font-size: 16px
    }
}

.vasElectricity p.mb-12 {
    margin-bottom: 12px
}

.vasElectricity p.mb-29 {
    margin-bottom: 26px;
    font-size: 14px
}

.vasElectricity p.mb-29 span {
    display: inline-block
}

@media screen and (min-width:768px) {
    .vasElectricity p.mb-29 {
        margin-bottom: 29px
    }
}

.vasElectricity p.mb-0 {
    margin-bottom: 0;
    font-size: 12px
}

@media screen and (min-width:768px) {
    .vasElectricity p.mb-0 {
        font-size: 14px
    }
}

.vasElectricity-forms {
    margin-bottom: 16px
}

.vasElectricity-form {
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .vasElectricity-form {
        margin-bottom: 0
    }
}

@media screen and (min-width:768px) {
    .vasElectricity-form .btn-yellow {
        margin-bottom: 50px !important
    }
}

.vasElectricity-container {
    display: flex;
    flex-flow: column
}

@media screen and (min-width:768px) {
    .vasElectricity-container {
        flex-flow: row;
        align-items: flex-end
    }
}

.vasElectricity-container .btn {
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .vasElectricity-container .btn {
        margin-bottom: 30px
    }
}

.vasElectricity .help-block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility .2s, -webkit-transform .2s;
    transition: visibility .2s, -webkit-transform .2s;
    transition: visibility .2s, transform .2s;
    transition: visibility .2s, transform .2s, -webkit-transform .2s;
    margin: 0;
    display: block;
    height: 44px
}

.vasElectricity .input-group {
    position: relative;
    display: block;
    width: 225px;
    padding-bottom: 48px
}

.vasElectricity .input-group.has-error .help-block {
    visibility: visible;
    color: #e02020;
    -webkit-transform: translateX(.5rem);
    transform: translateX(.5rem)
}

@media screen and (min-width:768px) {
    .vasElectricity .input-group {
        width: 300px
    }
}

@media screen and (min-width:768px) {
    .vasElectricity-amount {
        margin-right: 20px
    }
}

.vasElectricity-amount__currency {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    text-align: center;
    line-height: 35px
}

@media screen and (min-width:768px) {
    .vasElectricity-amount__currency {
        line-height: 48px
    }
}

.vasElectricity-amount__control {
    padding-left: 30px !important
}

.vasElectricity-amount .input-label,
.vasElectricity-meter .input-label {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.vasElectricity-transaction-history__header {
    display: none
}

@media screen and (min-width:768px) {
    .vasElectricity-transaction-history__header {
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }
}

.vasElectricity-transaction-history__header__date {
    font-weight: 700;
    width: 50%
}

@media screen and (min-width:768px) {
    .vasElectricity-transaction-history__header__date {
        width: 15%
    }
}

.vasElectricity-transaction-history__header__description {
    font-weight: 700;
    width: 50%
}

@media screen and (min-width:768px) {
    .vasElectricity-transaction-history__header__description {
        width: 40%
    }
}

.vasElectricity-transaction-history__header__meterNumber {
    font-weight: 700;
    width: 50%
}

@media screen and (min-width:768px) {
    .vasElectricity-transaction-history__header__meterNumber {
        width: 30%
    }
}

.vasElectricity-transaction-history__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.vasElectricity-transaction-history__item__date {
    font-size: 12px;
    font-weight: 700;
    width: 50%
}

@media screen and (min-width:768px) {
    .vasElectricity-transaction-history__item__date {
        width: 15%;
        font-weight: 300;
        font-size: 16px
    }
}

.vasElectricity-transaction-history__item__description {
    font-size: 12px;
    width: 50%;
    text-align: right
}

@media screen and (min-width:768px) {
    .vasElectricity-transaction-history__item__description {
        width: 40%;
        text-align: left;
        font-size: 16px
    }
}

.vasElectricity-transaction-history__item__meterNumber {
    font-size: 12px;
    width: 50%
}

@media screen and (min-width:768px) {
    .vasElectricity-transaction-history__item__meterNumber {
        width: 30%;
        font-size: 16px
    }
}

.vasElectricity-transaction-history__item__buyAgain {
    font-size: 12px;
    color: #4a90e2;
    width: 50%;
    text-align: right
}

@media screen and (min-width:768px) {
    .vasElectricity-transaction-history__item__buyAgain {
        text-align: left;
        width: 15%;
        font-size: 16px
    }
}

@media screen and (min-width:768px) {
    .vasElectricity-confirm-modal .modal-dialog {
        padding: 0;
        max-width: 640px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:768px) {
    .vasElectricity-confirm-modal .modal-header {
        text-align: left;
        padding-left: 50px
    }

    .vasElectricity-confirm-modal .modal-header span {
        display: inline-block;
        width: auto
    }

    .vasElectricity-confirm-modal .modal-header .img {
        margin-left: 0
    }
}

.vasElectricity-confirm-modal .modal-body {
    padding: 0
}

.vasElectricity-confirm-modal .modal-title {
    font-size: 14px
}

@media screen and (min-width:768px) {
    .vasElectricity-confirm-modal .modal-title {
        font-size: 20px
    }
}

.vasElectricity-confirm-modal .spinner {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center
}

.vasElectricity-confirm-modal p {
    margin-bottom: 0;
    padding: 0;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 24px
}

.vasElectricity-confirm-modal p.margin-bottom-10 {
    margin-bottom: 10px
}

.vasElectricity-confirm-modal p.margin-bottom-40 {
    margin-bottom: 40px
}

.vasElectricity-confirm-modal__main {
    padding: 20px 30px 0
}

@media screen and (min-width:768px) {
    .vasElectricity-confirm-modal__main {
        padding: 25px 50px 0
    }
}

.vasElectricity-confirm-modal__main.success {
    padding: 20px 20px 30px
}

@media screen and (min-width:768px) {
    .vasElectricity-confirm-modal__main.success {
        padding: 25px 50px
    }
}

.vasElectricity-confirm-modal__main.error {
    margin-bottom: 20px
}

.vasElectricity-confirm-modal__main__amount-info {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px
}

@media screen and (min-width:768px) {
    .vasElectricity-confirm-modal__main__amount-info {
        padding-bottom: 20px
    }
}

.vasElectricity-confirm-modal__main__amount-info p {
    font-size: 14px;
    color: #231f20
}

@media screen and (min-width:768px) {
    .vasElectricity-confirm-modal__main__amount-info p {
        font-size: 16px;
        line-height: 24px
    }
}

.vasElectricity-confirm-modal__main__amount-info p.label {
    font-size: 12px;
    line-height: 24px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300
}

@media screen and (min-width:768px) {
    .vasElectricity-confirm-modal__main__amount-info p.label {
        font-size: 14px
    }
}

.vasElectricity-confirm-modal__main__amount-info .row-first {
    margin-bottom: 25px
}

@media screen and (min-width:768px) {
    .vasElectricity-confirm-modal__main__amount-info .row-first {
        margin-bottom: 16px
    }
}

.vasElectricity-confirm-modal__main__amount-info .row-first .title {
    font-size: 16px
}

@media screen and (min-width:768px) {
    .vasElectricity-confirm-modal__main__amount-info .row-first .title {
        font-size: 24px
    }
}

.vasElectricity-confirm-modal__main__amount-info .row-second {
    display: flex;
    flex-flow: column
}

@media screen and (min-width:768px) {
    .vasElectricity-confirm-modal__main__amount-info .row-second {
        flex-flow: row
    }
}

.vasElectricity-confirm-modal__main__amount-info .row-second .meter {
    margin-bottom: 10px
}

@media screen and (min-width:768px) {
    .vasElectricity-confirm-modal__main__amount-info .row-second .meter {
        margin-bottom: 0;
        min-width: 175px
    }
}

.vasElectricity-confirm-modal__main__accounting-info {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column
}

@media screen and (min-width:768px) {
    .vasElectricity-confirm-modal__main__accounting-info {
        flex-flow: row
    }
}

.vasElectricity-confirm-modal__main__accounting-info .account {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.vasElectricity-confirm-modal__main__accounting-info .account p {
    font-size: 12px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.vasElectricity-confirm-modal__main__accounting-info .account p:last-of-type {
    color: #e02020
}

@media screen and (min-width:768px) {
    .vasElectricity-confirm-modal__main__accounting-info .account p {
        font-size: 16px
    }
}

@media screen and (min-width:768px) {
    .vasElectricity-confirm-modal__main__accounting-info .account {
        margin-bottom: 0
    }
}

.vasElectricity-confirm-modal__main__accounting-info .arrow {
    display: none
}

@media screen and (min-width:768px) {
    .vasElectricity-confirm-modal__main__accounting-info .arrow {
        display: flex;
        align-items: center;
        margin: 0 32px
    }
}

.vasElectricity-confirm-modal__main__accounting-info .arrow img {
    width: 32px
}

.vasElectricity-confirm-modal__main__accounting-info .meter {
    display: flex;
    align-items: center
}

.vasElectricity-confirm-modal__main__accounting-info .meter p {
    font-size: 12px
}

.vasElectricity-confirm-modal__main__accounting-info .meter p:last-of-type {
    color: #60d154
}

@media screen and (min-width:768px) {
    .vasElectricity-confirm-modal__main__accounting-info .meter p {
        font-size: 16px
    }
}

.vasElectricity-confirm-modal__main__accounting-info .img-container {
    margin-right: 18px
}

.vasElectricity-confirm-modal__main__tokens_info {
    padding-top: 20px;
    border-top: 1px solid #ccc
}

@media screen and (min-width:768px) {
    .vasElectricity-confirm-modal__main__tokens_info {
        padding-top: 8px
    }
}

.vasElectricity-confirm-modal__main__tokens_info p {
    font-size: 16px;
    color: #231f20
}

.vasElectricity-confirm-modal__main__tokens_info p.description {
    font-size: 12px;
    color: #7a7a7a;
    margin-top: 8px;
    margin-bottom: 16px
}

.vasElectricity-confirm-modal__main__tokens_info p.description .font-bold {
    color: #231f20
}

@media screen and (min-width:768px) {
    .vasElectricity-confirm-modal__main__tokens_info p.description {
        font-size: 14px
    }
}

.vasElectricity-confirm-modal__info {
    background-color: #f7f7f7;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px
}

@media screen and (min-width:768px) {
    .vasElectricity-confirm-modal__info {
        padding: 20px 50px
    }
}

.vasElectricity-confirm-modal__info .img-container {
    margin-right: 12px
}

.vasElectricity-confirm-modal__info .img-container img {
    width: 30px;
    height: auto
}

.vasElectricity-confirm-modal__info .content {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px
}

@media screen and (min-width:768px) {
    .vasElectricity-confirm-modal__info .content {
        font-size: 16px
    }
}

.vasElectricity-confirm-modal__control {
    display: flex;
    align-items: center;
    flex-flow: column;
    padding-bottom: 30px
}

@media screen and (min-width:768px) {
    .vasElectricity-confirm-modal__control {
        flex-flow: row;
        padding-left: 50px
    }

    .vasElectricity-confirm-modal__control .yellow {
        order: 1;
        margin-left: 20px
    }

    .vasElectricity-confirm-modal__control .yellow.ml-0 {
        margin-left: 0
    }
}

.vasElectricity-confirm-modal .btn-yellow,
.vasElectricity .btn-yellow {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

#transaction-history.vasElectricity-transaction-history__container .vasElectricity-transaction-history__item {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    margin: 0 20px;
    width: auto;
    cursor: pointer
}

@media screen and (min-width:768px) {
    #transaction-history.vasElectricity-transaction-history__container .vasElectricity-transaction-history__item {
        padding: 15px 40px;
        margin: 0 15px
    }
}

#transaction-history.vasElectricity-transaction-history__container .vasElectricity-transaction-history__item:last-of-type {
    margin-bottom: 20px
}

#transaction-history.vasElectricity-transaction-history__container .vasElectricity-transaction-history__header {
    border-bottom: 1px solid #ccc;
    padding: 10px 40px;
    margin: 0 20px;
    width: auto
}

@media screen and (min-width:768px) {
    #transaction-history.vasElectricity-transaction-history__container .vasElectricity-transaction-history__header {
        margin: 0 15px
    }
}

#transaction-history.vasElectricity-transaction-history__container .box-header:before {
    display: none
}

@media screen and (min-width:768px) {
    #transaction-history.vasElectricity-transaction-history__container .box-header:before {
        display: block
    }
}

.vasElectricity-modal .underline-header {
    border-bottom: 1px solid #d3d2d2;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.voucher-item {
    width: 100%;
    margin-bottom: 10px
}

@media screen and (min-width:768px) {
    .voucher-item {
        width: 50%;
        margin-bottom: 20px
    }
}

.voucher-item-container {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap
}

@media screen and (min-width:768px) {
    .voucher-item-container {
        flex-flow: row;
        flex-wrap: wrap
    }
}

.voucher-item p {
    color: #231f20;
    margin-bottom: 0;
    line-height: 16px
}

@media screen and (min-width:768px) {
    .voucher-item p {
        line-height: 24px
    }
}

.voucher-item p:first-child {
    font-size: 12px
}

@media screen and (min-width:768px) {
    .voucher-item p:first-child {
        font-size: 16px
    }
}

.voucher-item p:last-child {
    font-weight: 700;
    font-family: Helvetica Bold, Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    font-size: 14px
}

@media screen and (min-width:768px) {
    .voucher-item p:last-child {
        font-size: 16px
    }
}

.voucher-item.empty {
    display: none
}

@media screen and (min-width:768px) {
    .voucher-item.empty {
        display: block
    }
}

.voucher-item-info {
    margin-bottom: 26px
}

.voucher-item-info p {
    font-size: 12px;
    font-weight: 300;
    font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.67;
    color: #231f20
}

@media screen and (min-width:768px) {
    .voucher-item-info p {
        font-size: 14px;
        line-height: 1.71
    }
}

.voucher-list-detail__container {
    display: flex;
    flex-flow: column
}

.voucher-list-detail__item {
    margin-bottom: 27px
}

.voucher-list-detail__item .item__title {
    display: block;
    font-weight: 700;
    font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 10px;
    background-color: rgba(0, 0, 0, .1);
    color: #6d7278;
    margin-bottom: 12px;
    padding: 1px 0
}

@media screen and (min-width:768px) {
    .voucher-list-detail__item .item__title {
        margin-bottom: 8px
    }
}

.voucher-list-detail__item .item__body div {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.voucher-list-detail__item .item__body div:last-child {
    border-bottom: none
}

.voucher-list-detail__item .item__body span {
    line-height: 32px;
    color: #231f20;
    padding: 0;
    font-size: 12px;
    font-family: HelveticaNeue, Helvetica, Arial, sans-serif
}

.voucher-list-detail__item .item__body span.label {
    font-weight: 300
}

.voucher-list-detail__item .item__body span.value {
    font-weight: 700
}

@media screen and (min-width:768px) {
    .voucher-list-detail__item .item__body span {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    form[name=prepaidForm] .vasElectricity-meter {
        margin-bottom: 0
    }
}

form[name=prepaidForm] .vasElectricity-amount {
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    form[name=prepaidForm] .vasElectricity-amount {
        margin-right: 20px
    }
}

form[name=freeForm] .vasElectricity-meter {
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    form[name=freeForm] .vasElectricity-meter {
        margin-right: 20px
    }
}

#sendMoneyInputModal .notice {
    margin-top: 1em;
    margin-bottom: 1em
}

.bill-payment-modal .modal-dialog,
.send-money-confirm-modal .modal-dialog {
    width: 700px
}

.bill-payment-modal .top-info,
.send-money-confirm-modal .top-info {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 29px
}

.bill-payment-modal .top-info label,
.send-money-confirm-modal .top-info label {
    font-size: 1.2rem;
    margin-bottom: 0;
    font-family: HelveticaNeue-Light;
    font-weight: 400
}

@media screen and (min-width:768px) {

    .bill-payment-modal .top-info label,
    .send-money-confirm-modal .top-info label {
        font-size: 1.4rem
    }
}

.bill-payment-modal .top-info .row:last-child .col-xs-12,
.send-money-confirm-modal .top-info .row:last-child .col-xs-12 {
    margin-bottom: 15px
}

.bill-payment-modal .alert,
.send-money-confirm-modal .alert {
    background: #f7f7f7;
    margin: 20px -20px;
    padding: 10px 20px;
    display: block;
    position: relative
}

@media screen and (min-width:992px) {

    .bill-payment-modal .alert,
    .send-money-confirm-modal .alert {
        margin: 40px -50px 0;
        padding: 20px 50px
    }
}

.bill-payment-modal .alert img,
.send-money-confirm-modal .alert img {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (min-width:992px) {

    .bill-payment-modal .alert img,
    .send-money-confirm-modal .alert img {
        left: 50px
    }
}

.bill-payment-modal .alert p,
.send-money-confirm-modal .alert p {
    clear: none;
    margin-bottom: 0;
    overflow: hidden;
    padding-left: 42px
}

.bill-payment-modal .row,
.send-money-confirm-modal .row {
    margin-bottom: 15px
}

.bill-payment-modal .col-account .media-left,
.bill-payment-modal .col-goal .media-left,
.send-money-confirm-modal .col-account .media-left,
.send-money-confirm-modal .col-goal .media-left {
    padding-right: 20px;
    vertical-align: middle
}

.bill-payment-modal .col-account .media .media-body,
.send-money-confirm-modal .col-account .media .media-body {
    background: url(/static/media/IcArrowRight.728869cf.svg) no-repeat 100%;
    background-size: 16px 16px;
    padding-right: 16px
}

@media (max-width:767px) {

    .bill-payment-modal .col-account .media .media-body,
    .send-money-confirm-modal .col-account .media .media-body {
        background: none;
        padding-right: 0
    }
}

#sendMoneyInputForm {
    padding: 16px 25px 46px 21px;
    font-size: 14px;
    line-height: 24px
}

@media screen and (min-width:768px) {
    #sendMoneyInputForm {
        padding: 32px 44px 46px;
        font-size: 16px
    }
}

#sendMoneyInputForm .form-group,
#sendMoneyInputForm .vasElectricity-amount,
#sendMoneyInputForm .vasElectricity-meter {
    padding-bottom: 24px;
    margin-bottom: 0;
    position: relative
}

#sendMoneyInputForm .form-group .form-control,
#sendMoneyInputForm .form-group .payment-notification__input-control,
#sendMoneyInputForm .form-group .vasElectricity-amount__control,
#sendMoneyInputForm .form-group .vasElectricity-meter__control,
#sendMoneyInputForm .vasElectricity-amount .form-control,
#sendMoneyInputForm .vasElectricity-amount .payment-notification__input-control,
#sendMoneyInputForm .vasElectricity-amount .vasElectricity-amount__control,
#sendMoneyInputForm .vasElectricity-amount .vasElectricity-meter__control,
#sendMoneyInputForm .vasElectricity-meter .form-control,
#sendMoneyInputForm .vasElectricity-meter .payment-notification__input-control,
#sendMoneyInputForm .vasElectricity-meter .vasElectricity-amount__control,
#sendMoneyInputForm .vasElectricity-meter .vasElectricity-meter__control {
    width: 100%;
    color: #231f20
}

#sendMoneyInputForm .form-group input.focus,
#sendMoneyInputForm .form-group input:focus,
#sendMoneyInputForm .vasElectricity-amount input.focus,
#sendMoneyInputForm .vasElectricity-amount input:focus,
#sendMoneyInputForm .vasElectricity-meter input.focus,
#sendMoneyInputForm .vasElectricity-meter input:focus {
    border: 1px solid #5e9ed6 !important
}

#sendMoneyInputForm .form-group.has-error .help-block,
#sendMoneyInputForm .has-error.vasElectricity-amount .help-block,
#sendMoneyInputForm .has-error.vasElectricity-meter .help-block {
    visibility: visible;
    color: #e02020;
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
    font-size: 12px
}

@media screen and (min-width:768px) {

    #sendMoneyInputForm .form-group.has-error .help-block,
    #sendMoneyInputForm .has-error.vasElectricity-amount .help-block,
    #sendMoneyInputForm .has-error.vasElectricity-meter .help-block {
        font-size: 14px
    }
}

#sendMoneyInputForm .form-group .help-block,
#sendMoneyInputForm .vasElectricity-amount .help-block,
#sendMoneyInputForm .vasElectricity-meter .help-block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility .2s, -webkit-transform .2s;
    transition: visibility .2s, -webkit-transform .2s;
    transition: transform .2s, visibility .2s;
    transition: transform .2s, visibility .2s, -webkit-transform .2s;
    margin: 0
}

@media screen and (min-width:768px) {

    #sendMoneyInputForm .form-group .help-block,
    #sendMoneyInputForm .vasElectricity-amount .help-block,
    #sendMoneyInputForm .vasElectricity-meter .help-block {
        position: relative
    }
}

#sendMoneyInputForm .notice {
    font-size: 12px;
    line-height: 16px
}

@media screen and (min-width:768px) {
    #sendMoneyInputForm .notice {
        font-size: 14px;
        line-height: 20px
    }
}

#sendMoneyInputForm .btn-send-continue {
    width: 100%;
    margin: 10px 0 30px
}

@media screen and (min-width:768px) {
    #sendMoneyInputForm .btn-send-continue {
        width: 180px;
        margin: 20px 0 40px
    }
}

#sendmoney-transaction-history {
    padding: 15px
}

#sendmoney-transaction-history .box-header {
    margin-bottom: 35px;
    padding: 0;
    border: none
}

@media screen and (min-width:768px) {
    #sendmoney-transaction-history .box-header {
        padding-bottom: 10px;
        padding-left: 30px;
        margin-bottom: 0;
        border-bottom: 1px solid #d1d1d1
    }
}

#sendmoney-transaction-history .box-header img {
    width: auto;
    height: 48px;
    margin-right: 13px
}

#sendmoney-transaction-history .box-header h3 {
    font-weight: 400;
    font-family: HelveticaNeue-Medium, sans-serif;
    font-size: 14px;
    display: inline-block;
    padding: 0
}

#sendmoney-transaction-history .box-content {
    min-height: 0
}

@media screen and (min-width:768px) {
    #sendmoney-transaction-history .box-content {
        min-height: 200px
    }
}

#sendmoney-transaction-history .transaction-row,
#sendmoney-transaction-history .transaction-row-header {
    border-bottom: 1px solid #d1d1d1;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    padding: 10px 0
}

@media screen and (min-width:768px) {

    #sendmoney-transaction-history .transaction-row,
    #sendmoney-transaction-history .transaction-row-header {
        font-size: 16px;
        padding: 12px 30px
    }
}

#sendmoney-transaction-history .transaction-row-header {
    padding: 0
}

@media screen and (min-width:768px) {
    #sendmoney-transaction-history .transaction-row-header {
        padding: 12px 30px
    }
}

#sendmoney-transaction-history .transaction-row-header .sendmoney-date,
#sendmoney-transaction-history .transaction-row .sendmoney-date {
    font-weight: 400;
    font-family: HelveticaNeue-Medium, sans-serif;
    margin-bottom: 5px;
    width: 30%
}

@media screen and (min-width:768px) {

    #sendmoney-transaction-history .transaction-row-header .sendmoney-date,
    #sendmoney-transaction-history .transaction-row .sendmoney-date {
        width: 18%;
        font-family: HelveticaNeue-Light, sans-serif
    }
}

#sendmoney-transaction-history .transaction-row-header .sendmoney-description,
#sendmoney-transaction-history .transaction-row .sendmoney-description {
    text-align: right;
    width: 70%
}

@media screen and (min-width:768px) {

    #sendmoney-transaction-history .transaction-row-header .sendmoney-description,
    #sendmoney-transaction-history .transaction-row .sendmoney-description {
        width: 47%;
        text-align: left
    }
}

#sendmoney-transaction-history .transaction-row-header .sendmoney-amount,
#sendmoney-transaction-history .transaction-row .sendmoney-amount {
    width: 30%
}

@media screen and (min-width:768px) {

    #sendmoney-transaction-history .transaction-row-header .sendmoney-amount,
    #sendmoney-transaction-history .transaction-row .sendmoney-amount {
        width: 15%;
        text-align: right
    }
}

#sendmoney-transaction-history .transaction-row-header .more-detail,
#sendmoney-transaction-history .transaction-row .more-detail {
    text-align: right;
    width: 70%
}

@media screen and (min-width:768px) {

    #sendmoney-transaction-history .transaction-row-header .more-detail,
    #sendmoney-transaction-history .transaction-row .more-detail {
        width: 20%
    }
}

#sendmoney-transaction-history .error-load,
#sendmoney-transaction-history .no-items {
    padding: 10px 0 40px
}

@media screen and (min-width:768px) {

    #sendmoney-transaction-history .error-load,
    #sendmoney-transaction-history .no-items {
        border-top-width: 25px;
        padding: 20px 0
    }
}

#sendmoney-transaction-history .error-load .text,
#sendmoney-transaction-history .no-items .text {
    opacity: .5;
    margin-top: 10px
}

#sendmoney-transaction-history .error-load .icon,
#sendmoney-transaction-history .no-items .icon {
    opacity: .5;
    height: 48px;
    width: auto;
    margin-top: 15px;
    margin-bottom: 10px
}

@media screen and (min-width:768px) {

    #sendmoney-transaction-history .error-load .icon,
    #sendmoney-transaction-history .no-items .icon {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

#sendmoney-transaction-history .loading-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 60px
}

.sendmoney-transaction-detail-modal .underline-header {
    border-bottom: 1px solid #d3d2d2;
    padding-bottom: 13px;
    margin-bottom: 20px
}

.sendmoney-transaction-detail-modal label {
    font-size: 1.2rem;
    margin-bottom: 0;
    font-family: HelveticaNeue-Light;
    font-weight: 400;
    display: block
}

@media screen and (min-width:768px) {
    .sendmoney-transaction-detail-modal label {
        font-size: 1.4rem
    }
}

.sendmoney-transaction-detail-modal .sendmoney-row {
    margin-bottom: 14px
}

@media screen and (min-width:768px) {
    .sendmoney-transaction-detail-modal .sendmoney-row {
        margin-bottom: 30px
    }
}

.sendmoney-transaction-detail-modal .sendmoney-row.sendmoney-row-extra {
    min-height: auto
}

@media screen and (min-width:768px) {
    .sendmoney-transaction-detail-modal .sendmoney-row.sendmoney-row-extra {
        min-height: 50px
    }
}

.sendmoney-transaction-detail-modal .btn-resend-voucher-sms {
    font-size: 12px;
    height: 24px;
    line-height: 20px;
    margin-top: 12px
}

@media screen and (min-width:768px) {
    .sendmoney-transaction-detail-modal .btn-resend-voucher-sms {
        font-size: 16px;
        height: 33px;
        line-height: 29px;
        margin-top: 8px;
        padding: 0 12px
    }
}

@media screen and (min-width:992px) {
    .sendmoney-transaction-detail-modal .btn-resend-voucher-sms {
        padding: 0 20px
    }
}

.sendmoney-transaction-detail-modal .swap span {
    display: block
}

.sendmoney-confirm-resend-voucher-sms-modal__info {
    margin-bottom: 81px
}

@media screen and (min-width:768px) {

    .sendmoney-confirm-resend-voucher-sms-modal__info p:first-child,
    .sendmoney-confirm-resend-voucher-sms-modal__info p:nth-child(2) {
        margin-bottom: 40px
    }
}

.sendmoney-confirm-resend-voucher-sms-modal__info p:last-child {
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .sendmoney-confirm-resend-voucher-sms-modal__info .mb-md-0 {
        margin-bottom: 0 !important
    }
}

@media screen and (min-width:768px) {
    .sendmoney-confirm-resend-voucher-sms-modal__info {
        margin-bottom: 162px
    }
}

.sendmoney-confirm-resend-voucher-sms-modal__control {
    display: flex;
    flex-flow: column;
    align-items: center
}

@media screen and (min-width:768px) {
    .sendmoney-confirm-resend-voucher-sms-modal__control {
        flex-flow: row-reverse;
        justify-content: flex-end;
        padding-bottom: 23px
    }
}

.sendmoney-confirm-resend-voucher-sms-modal__control .btn {
    margin: 0
}

.sendmoney-confirm-resend-voucher-sms-modal__control-btn-container {
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .sendmoney-confirm-resend-voucher-sms-modal__control-btn-container {
        margin-bottom: 0
    }
}

.sendmoney-confirm-resend-voucher-sms-modal__control-btn-container:last-child {
    margin-bottom: 31px
}

@media screen and (min-width:768px) {
    .sendmoney-confirm-resend-voucher-sms-modal__control-btn-container:last-child {
        margin-bottom: 0;
        margin-right: 20px
    }
}

@media screen and (min-width:768px) {
    .sendmoney-confirm-resend-voucher-sms-modal .modal-header {
        padding: 26px 50px;
        text-align: left
    }

    .sendmoney-confirm-resend-voucher-sms-modal .modal-header i {
        margin-bottom: 0;
        margin-right: 31px
    }
}

@media screen and (min-width:992px) {
    .sendmoney-confirm-resend-voucher-sms-modal .modal-header {
        display: block
    }
}

@media screen and (min-width:768px) {
    .sendmoney-confirm-resend-voucher-sms-modal .modal-title {
        display: inline-block;
        width: auto
    }
}

@media screen and (min-width:768px) {
    .sendmoney-confirm-resend-voucher-sms-modal .modal-body {
        padding: 25px 50px
    }
}

@media screen and (min-width:768px) {
    .sendmoney-confirm-resend-voucher-sms-modal .modal-dialog {
        margin: 0;
        padding: 0;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        min-width: 620px
    }
}

.pay-someone-modal .autosuggest__input {
    position: relative
}

.pay-someone-modal .autosuggest__input input {
    color: #231f20 !important
}

.pay-someone-modal .autosuggest__input i {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 1.5em
}

@media screen and (min-width:768px) {
    .pay-someone-modal .autosuggest__input i {
        top: 8px;
        font-size: 2em
    }
}

.pay-someone-modal .autosuggest__input-new {
    position: absolute;
    color: #ccc;
    right: 12px;
    top: 8px
}

@media screen and (min-width:768px) {
    .pay-someone-modal .autosuggest__input-new {
        top: 12px
    }
}

.pay-someone-modal .input-group-amount input {
    color: #231f20 !important
}

.pay-someone-modal .modal-dialog .modal-content .modal-body__loading {
    display: flex;
    justify-content: center;
    align-items: center
}

.payment-confirmation-modal__content {
    margin-bottom: 20px
}

.payment-confirmation-modal__content label {
    font-size: 12px;
    font-weight: 400;
    display: block;
    font-family: HelveticaNeue-Light
}

@media screen and (min-width:768px) {
    .payment-confirmation-modal__content label {
        font-size: 14px
    }
}

.payment-confirmation-modal__receiver {
    font-size: 16px;
    line-height: 18px
}

@media screen and (min-width:768px) {
    .payment-confirmation-modal__receiver {
        font-size: 24px;
        line-height: 29px
    }
}

.payment-confirmation-modal__receiver-amount {
    font-family: HelveticaNeue-Bold
}

.payment-confirmation-modal__info {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d3d2d2;
    color: #231f20;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: HelveticaNeue
}

@media screen and (min-width:768px) {
    .payment-confirmation-modal__info {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 24px
    }
}

.payment-confirmation-modal__to-account {
    margin-bottom: 15px
}

@media screen and (min-width:768px) {
    .payment-confirmation-modal__to-account {
        margin-bottom: 0
    }
}

.payment-confirmation-modal__account-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 12px
}

@media screen and (min-width:768px) {
    .payment-confirmation-modal__account-item {
        font-size: 16px
    }
}

.payment-confirmation-modal__account-item img {
    width: 48px;
    height: 48px;
    margin-right: 15px
}

.payment-confirmation-modal__account-item i {
    font-size: 25px
}

.payment-confirmation-modal__account-item-info {
    flex: 1 1 auto
}

.payment-confirmation-modal__account-item-info label {
    font-weight: 700;
    font-size: 12px;
    font-family: HelveticaNeue
}

@media screen and (min-width:768px) {
    .payment-confirmation-modal__account-item-info label {
        font-weight: 700;
        font-size: 16px
    }
}

.payment-confirmation-modal__everyday-account {
    color: #e02020
}

.payment-confirmation-modal__transactional-account {
    color: #60d154
}

.payment-confirmation-modal__form-note {
    margin: 0 -20px
}

.payment-confirmation-modal__form-note--hide {
    background-color: #fff
}

.payment-confirmation-modal__form-note--hide .payment-confirmation-modal__more-info-title {
    display: block
}

.payment-confirmation-modal__form-note--show {
    background-color: #f7f7f7
}

.payment-confirmation-modal__more-info {
    padding: 10px 20px
}

.payment-confirmation-modal__more-info-text {
    display: inline
}

@media screen and (min-width:768px) {
    .payment-confirmation-modal__more-info-text {
        display: inline-block;
        margin-top: 4px
    }
}

.payment-confirmation-modal__more-info-collapse {
    margin-top: 20px;
    font-size: 12px;
    font-family: HelveticaNeue-Light
}

.payment-confirmation-modal__more-info-collapse p {
    margin-bottom: 20px
}

.payment-confirmation-modal__more-info-title {
    display: flex;
    justify-content: space-around;
    line-height: 20px;
    align-items: center;
    font-size: 14px
}

@media screen and (min-width:768px) {
    .payment-confirmation-modal__more-info-title {
        font-size: 16px
    }
}

.payment-confirmation-modal__more-info-title img {
    width: 28px;
    height: 28px;
    margin-right: 15px;
    float: left;
    font-size: 16px;
    line-height: 24px
}

.payment-confirmation-modal__more-info-toggle {
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between
}

.pay-new-beneficiary-modal__save-beneficiary label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1.4rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media screen and (min-width:768px) {
    .pay-new-beneficiary-modal__save-beneficiary label {
        font-size: 1.6rem
    }
}

.pay-new-beneficiary-modal__save-beneficiary label input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.pay-new-beneficiary-modal__save-beneficiary label input:checked~.checkmark {
    background-color: #fc0;
    border: 1px solid #000
}

.pay-new-beneficiary-modal__save-beneficiary label input:checked~.checkmark:after {
    display: block
}

.pay-new-beneficiary-modal__save-beneficiary label .checkmark:after {
    left: 8px;
    top: 2px;
    width: 7px;
    height: 14px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pay-new-beneficiary-modal__save-beneficiary .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 1px solid #000
}

.pay-new-beneficiary-modal__save-beneficiary .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.pay-new-beneficiary-modal .modal-dialog .modal-content .modal-body form .form-group input,
.pay-new-beneficiary-modal .modal-dialog .modal-content .modal-body form .form-group select,
.pay-new-beneficiary-modal .modal-dialog .modal-content .modal-body form .vasElectricity-amount input,
.pay-new-beneficiary-modal .modal-dialog .modal-content .modal-body form .vasElectricity-amount select,
.pay-new-beneficiary-modal .modal-dialog .modal-content .modal-body form .vasElectricity-meter input,
.pay-new-beneficiary-modal .modal-dialog .modal-content .modal-body form .vasElectricity-meter select {
    color: #231f20
}

.pay-new-beneficiary-modal .modal-dialog .modal-content .modal-body form .form-group input:disabled,
.pay-new-beneficiary-modal .modal-dialog .modal-content .modal-body form .form-group select:disabled,
.pay-new-beneficiary-modal .modal-dialog .modal-content .modal-body form .vasElectricity-amount input:disabled,
.pay-new-beneficiary-modal .modal-dialog .modal-content .modal-body form .vasElectricity-amount select:disabled,
.pay-new-beneficiary-modal .modal-dialog .modal-content .modal-body form .vasElectricity-meter input:disabled,
.pay-new-beneficiary-modal .modal-dialog .modal-content .modal-body form .vasElectricity-meter select:disabled {
    color: #a3a1a1
}

.pay-new-beneficiary-modal__branch-list {
    position: relative
}

.pay-new-beneficiary-modal__branch-list select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.pay-new-beneficiary-modal__branch-list i {
    position: absolute;
    top: 32px;
    right: 12px;
    font-size: 1.5em;
    cursor: pointer
}

@media screen and (min-width:768px) {
    .pay-new-beneficiary-modal__branch-list i {
        top: 36px;
        font-size: 2em
    }
}

.pay-new-beneficiary-modal__branch-list--disabled {
    color: #a3a1a1
}

.pay-new-beneficiary-modal__bank-code {
    position: relative
}

.pay-new-beneficiary-modal__bank-code i {
    position: absolute;
    top: 32px;
    right: 12px;
    font-size: 1.5em;
    cursor: pointer
}

@media screen and (min-width:768px) {
    .pay-new-beneficiary-modal__bank-code i {
        top: 36px;
        font-size: 2em
    }
}

.payment-success-modal__content label {
    font-size: 12px;
    font-weight: 400;
    display: block;
    font-family: HelveticaNeue-Light
}

@media screen and (min-width:768px) {
    .payment-success-modal__content label {
        font-size: 14px
    }
}

.payment-success-modal__receiver {
    font-size: 16px;
    line-height: 18px
}

@media screen and (min-width:768px) {
    .payment-success-modal__receiver {
        font-size: 24px;
        line-height: 29px
    }
}

.payment-success-modal__receiver-amount {
    font-family: HelveticaNeue-Bold
}

.payment-success-modal__info {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d3d2d2;
    color: #231f20;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: HelveticaNeue
}

@media screen and (min-width:768px) {
    .payment-success-modal__info {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 24px
    }
}

.payment-success-modal__to-account {
    margin-bottom: 15px
}

@media screen and (min-width:768px) {
    .payment-success-modal__to-account {
        margin-bottom: 0
    }
}

.payment-success-modal__reference {
    margin-bottom: 20px;
    color: #231f20;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: HelveticaNeue
}

@media screen and (min-width:768px) {
    .payment-success-modal__reference {
        font-size: 16px;
        line-height: 24px
    }
}

.payment-success-modal__your-ref {
    margin-bottom: 15px
}

.payment-in-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fc0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: HelveticaNeue;
    font-weight: 400;
    line-height: 19px;
    text-align: center
}

.payment-in-progress p {
    margin-top: 30px;
    margin-bottom: 0
}

.payment-in-progress__spinner {
    font-size: 50px
}

.payment-in-progress__content {
    width: 200px
}

.payment-notification__input-control.has-error {
    border: 1px solid #e02020 !important
}

.payment-notification__input-control.has-error:focus {
    outline: none
}

.payment-notification__error-message {
    visibility: hidden;
    min-height: 30px;
    margin-top: 3px;
    font-size: 14px;
    color: #e02020;
    -webkit-transition: visibility .2s, -webkit-transform .2s;
    transition: visibility .2s, -webkit-transform .2s;
    transition: visibility .2s, transform .2s;
    transition: visibility .2s, transform .2s, -webkit-transform .2s
}

.payment-notification__error-message.has-error {
    visibility: visible;
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.payment-notification .modal-buttons {
    margin-top: 20px
}

.payment-notification .submit-btn.disabledContinue {
    background-color: #d2d2d2;
    color: #899197;
    border: none;
    outline: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65
}

.confirm-info {
    margin: 0 0 20px
}

.confirm-info p {
    margin: 0
}

#payment-notification-result-modal .payment-notification-result-info {
    background-color: #f7f7f7;
    padding: 14px 20px;
    display: flex
}

#payment-notification-result-modal .payment-notification-result-info img {
    width: 24px;
    height: 24px;
    margin-right: 10px
}

#payment-notification-result-modal .payment-notification-result-info p {
    line-height: 1.5;
    color: #231f20;
    margin: 0
}

@media screen and (min-width:992px) {
    #payment-notification-result-modal .payment-notification-result-info {
        padding: 14px 50px
    }
}

.box .box-header-accounts {
    padding: 8px 12px;
    display: flex
}

@media screen and (min-width:768px) {
    .box .box-header-accounts {
        padding: 21px 20px
    }
}

.box .box-header-accounts h3 {
    flex: 1 1;
    padding-left: 0;
    padding-top: 4px;
    padding-bottom: 4px
}

.box .box-header-accounts .add-icon {
    width: 24px;
    height: 24px;
    margin-left: 10px
}

.box .featured-list-item__link-icon svg {
    width: 32px;
    height: 32px;
    margin-right: 50px
}

@media screen and (min-width:768px) {
    .box .featured-list-item__link-icon svg {
        width: 48px;
        height: 48px
    }
}

@media screen and (min-width:768px) {
    .box-content-accounts {
        min-height: 94px
    }
}

.box-content-accounts__loading {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 86px
}

.box-content-accounts__icon {
    width: 14%
}

@media screen and (min-width:768px) {
    .box-content-accounts__icon {
        width: 10%
    }
}

.box-content-accounts__icon img {
    width: 32px;
    height: 32px;
    display: block
}

@media screen and (min-width:768px) {
    .box-content-accounts__icon img {
        width: 48px;
        height: 48px
    }
}

.box-content-accounts__name {
    width: 76%;
    padding-left: 0
}

@media screen and (min-width:768px) {
    .box-content-accounts__name {
        width: 50%;
        padding-left: 28px
    }
}

.box-content-accounts__money {
    width: 30%
}

.box-content-accounts__arrow {
    width: 10%;
    text-align: right
}

.box-content-accounts__messages {
    padding: 10px
}

@media screen and (min-width:768px) {
    .box-content-accounts__messages {
        padding: 10px
    }
}

.box-content-accounts ul.border-bottom li {
    border-bottom: 1px solid #d1d1d1
}

.box-content-accounts ul li a {
    color: #107bbf
}

.box-content-accounts ul li a label {
    cursor: pointer
}

.box-content-accounts ul li label {
    font-family: HelveticaNeue-Bold;
    font-weight: 400
}

.box-content-accounts ul li.money-field {
    display: none
}

@media screen and (min-width:768px) {
    .box-content-accounts ul li.money-field {
        display: block
    }
}

.box-content-accounts .row-link {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (min-width:768px) {
    .box-content-accounts .row-link {
        padding: 23px 20px
    }
}

.box-content-accounts .row-link .icon-wrap__icon {
    margin: 0 auto
}

.transaction-info__img.account-icon {
    background-image: url(/static/media/icon-account.e333640e.svg)
}

.transaction-info__img.account-icon.business-account {
    background-image: url(/static/media/business-account.f9326627.svg)
}

.email-statement-modal .modal-body {
    padding: 20px 28px 30px
}

@media screen and (min-width:992px) {
    .email-statement-modal .modal-body {
        padding: 20px 50px 50px
    }
}

.email-statement-modal .form-email-statement___txt {
    margin-bottom: 30px
}

@media screen and (min-width:768px) {
    .email-statement-modal .form-email-statement___txt {
        margin-bottom: 50px
    }
}

.email-statement-modal .form-email-statement__input {
    font-size: 14px
}

@media screen and (min-width:992px) {
    .email-statement-modal .form-email-statement__input {
        font-size: 20px
    }
}

.email-statement-modal .form-email-statement .help-block {
    color: #e02020
}

.email-statement-modal .form-email-statement .help-block__block {
    display: inline-block
}

.email-statement-modal .form-email-statement__contact {
    margin-bottom: 40px
}

.dashboard-list {
    margin: 0
}

@media screen and (min-width:768px) {
    .dashboard-list .dashboard-list-row {
        align-items: center;
        display: flex
    }
}

.dashboard-list .featured-list-item__link {
    padding: 12px
}

@media screen and (min-width:768px) {
    .dashboard-list .featured-list-item__link {
        padding: 23px 20px
    }
}

.dashboard-list .featured-list-item__link-icon {
    width: 10%
}

.dashboard-list .featured-list-item__link-img {
    width: 32px;
    height: 32px
}

@media screen and (min-width:768px) {
    .dashboard-list .featured-list-item__link-img {
        width: 48px;
        height: 48px
    }
}

.dashboard-list .featured-list-item__link-info {
    margin-left: 20px;
    width: 80%
}

@media screen and (min-width:768px) {
    .dashboard-list .featured-list-item__link-info {
        margin-left: 28px
    }
}

.dashboard-list .featured-list-item__link-arrow-next {
    width: 10%
}

.dashboard-list .featured-list-item .dashboard-list-content__label {
    font-family: HelveticaNeue-Bold;
    font-weight: 400;
    font-size: 14px
}

.dashboard-list .featured-list-item .dashboard-list-content__text {
    font-size: 14px
}

@media screen and (min-width:768px) {
    .dashboard-list .featured-list-item .dashboard-list-content__text {
        font-size: 16px
    }
}

.dashboard-list .featured-list-item .dashboard-list-content__textgray {
    color: #7a7a7a
}

.dashboard-list .featured-list-item__account--custom .dashboard-list-content__label {
    font-size: 14px
}

@media screen and (min-width:768px) {
    .dashboard-list .featured-list-item__account--custom .dashboard-list-content__label {
        font-size: 16px
    }
}

.credit-card-dashboard {
    padding-left: 12px;
    padding-right: 12px
}

@media screen and (min-width:768px) {
    .credit-card-dashboard {
        padding-left: 20px;
        padding-right: 20px
    }
}

.credit-card-dashboard ul {
    border-top: 1px solid #d1d1d1
}

.credit-card-dashboard ul li .featured-list-item__link {
    padding-left: 0;
    padding-right: 0
}

.password__header {
    display: none;
    border-bottom: 0;
    font-weight: 300;
    line-height: 24px
}

@media screen and (min-width:768px) {
    .password__header {
        display: block;
        padding: 50px 0 0 50px
    }
}

.password__heading {
    font-family: HelveticaNeue-Medium;
    font-weight: 400;
    font-size: 1.4rem
}

@media screen and (min-width:768px) {
    .password__heading {
        font-size: 16px
    }
}

@media screen and (min-width:768px) {
    .password__body {
        padding: 35px
    }
}

.password__btn-password-pin {
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .password__btn-password-pin {
        margin-bottom: 30px
    }
}

@media screen and (min-width:992px) {
    .password__password-pin {
        margin-bottom: 25px
    }
}

.password__label,
.password__sub-message {
    font-size: 14px
}

@media screen and (min-width:768px) {
    .password__label {
        font-size: 16px
    }
}

.password__btn-password-pin--margin {
    margin-bottom: 30px
}

@media screen and (min-width:992px) {
    .password__btn-password-pin--margin {
        margin-bottom: 0
    }
}

.statementInputModal .statement-input__filter {
    display: block;
    margin-top: 25px
}

@media screen and (min-width:992px) {
    .statementInputModal .statement-input__filter {
        display: inline-flex
    }
}

.statementInputModal .statement-input__filter-name {
    margin-right: 10px
}

.statementInputModal .statement-input__filter ul {
    display: flex;
    flex-wrap: wrap
}

@media screen and (min-width:768px) {
    .statementInputModal .statement-input__filter ul {
        display: inline-flex
    }
}

.statementInputModal .statement-input__filter ul li {
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 10px;
    cursor: pointer;
    float: left;
    border-bottom: 1px solid #d3d2d2;
    min-width: 75px
}

@media screen and (min-width:768px) {
    .statementInputModal .statement-input__filter ul li {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0
    }
}

.statementInputModal .statement-input__filter--active {
    border-bottom: 3px solid #fc0 !important;
    font-weight: 700
}

.statementInputModal .statement-input-items {
    padding: 20px 0
}

@media screen and (min-width:768px) {
    .statementInputModal .statement-input-items {
        padding: 25px 35px 25px 0
    }
}

.statementInputModal .statement-input-items ul {
    display: flex;
    flex-wrap: wrap
}

.statementInputModal .statement-input-items__item {
    height: 70px;
    width: 70px;
    background-color: #fff;
    border: 2px solid #aaa;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin: 5px;
    cursor: pointer
}

@media screen and (min-width:768px) {
    .statementInputModal .statement-input-items__item {
        margin: 15px
    }
}

.statementInputModal .statement-input-items__item--selected {
    border: 2px solid #fc0;
    background-color: #fc0
}

.statementInputModal .statement-input-items__item--disabled {
    border: 2px solid #d3d2d2;
    background-color: #d3d2d2
}

.statementInputModal .statement-input-items__text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.statementInputModal .statement-input-items__text--disabled {
    color: #999
}

.statementInputModal .statement-input-items__year {
    font-size: 13px
}

.confirm-modal__sent-to {
    display: flex
}

@media screen and (min-width:992px) {
    .confirm-modal__sent-to {
        margin-right: 80px;
        display: inline
    }
}

.business-registration {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    padding-bottom: 110px
}

.business-registration .terms-and-conditions label p {
    padding: 6px
}

.business-registration .terms-and-conditions .form-group,
.business-registration .terms-and-conditions .vasElectricity-amount,
.business-registration .terms-and-conditions .vasElectricity-meter {
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .business-registration .terms-and-conditions {
        font-size: 14px;
        line-height: 24px
    }
}

.business-registration .header {
    color: #fff;
    height: 305px;
    background-color: #231f20;
    padding: 60px 0;
    background-repeat: no-repeat;
    background-position: 98% 0
}

@media screen and (max-width:767px) {
    .business-registration .header {
        height: 243px
    }
}

.business-registration .header h1 {
    font-size: 32px;
    margin: 25px 0 20px
}

@media screen and (max-width:767px) {
    .business-registration .header h1 {
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.82;
        margin: 5px 0 20px
    }
}

.business-registration .header .close {
    color: #d3d2d2;
    font-size: 2rem;
    font-weight: 500;
    position: absolute;
    right: 30px;
    top: 15px;
    opacity: 1;
    text-shadow: none;
    z-index: 1000;
    outline: none
}

.business-registration .header .close:hover {
    color: #a9a9a9
}

@media screen and (max-width:767px) {
    .business-registration .header .close {
        font-size: 2.8rem
    }
}

.business-registration .business-container {
    max-width: 1143px;
    padding: 20px 15px
}

.business-registration .buttons {
    margin-top: 20px;
    margin-bottom: 10px
}

.business-registration .buttons button {
    margin-right: 12px;
    width: 120px
}

.business-registration .external-links {
    margin-bottom: 25px
}

.business-registration .external-links a {
    display: inline-block;
    margin-right: 30px
}

@media screen and (max-width:767px) {
    .business-registration .external-links a {
        margin-top: 8px
    }
}

.business-registration .text-contact-us {
    margin: 70px 0 40px;
    color: #000
}

.business-registration .page-footer {
    position: relative
}

@media (min-width:768px) {
    .business-registration .business-phone {
        width: 49%
    }

    .business-registration .business-container {
        max-width: 1143px;
        padding: 20px 0 50px
    }
}

@media screen and (min-width:992px) {
    .business-registration .business-container {
        padding: 20px 16px 50px
    }
}

.business-registration .help-block.note {
    color: #737373 !important
}

.business-registration .error-text {
    margin-top: 7px;
    display: inline-block
}

.business-registration .form-group .radio,
.business-registration .vasElectricity-amount .radio,
.business-registration .vasElectricity-meter .radio {
    margin-bottom: 22px
}

.business-registration .loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.business-registration .loading .overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .8
}

.business-registration .loading img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px
}

.business-registration .loading .block {
    position: absolute;
    color: #fff;
    margin: auto;
    top: 70px;
    bottom: 0;
    right: 0;
    left: 0;
    height: 10px;
    text-align: center;
    font-size: 20px
}

.loading-business {
    margin: 50px auto
}

.loading-business img {
    width: 33px
}

@media screen and (min-width:768px) {
    .step-1-header {
        background-image: url(/static/media/header-1.0b9e5d25.png)
    }

    .step-2-header {
        background-image: url(/static/media/header-2.a66b61f6.png)
    }

    .step-3-header {
        background-image: url(/static/media/header-3.a9f1af37.png)
    }

    .step-4-header {
        background-image: url(/static/media/header-4.f1671e69.png)
    }

    .step-5-header {
        background-image: url(/static/media/header-5.02f73705.png)
    }
}

.source-of-fund {
    padding: 20px 15px
}

.source-of-fund .checkbox-btn {
    margin-right: 25px;
    margin-bottom: 20px
}

.business-name .help-block {
    font-size: 1.4rem;
    font-style: italic
}

@media screen and (min-width:992px) {
    .confirm-business-name>.modal-dialog {
        width: 650px
    }
}

.checkbox-btn {
    display: inline-block
}

.checkbox-btn input {
    display: none
}

.checkbox-btn input:checked~label {
    background: #fc0;
    border-color: rgba(0, 0, 0, 0)
}

.checkbox-btn label {
    cursor: pointer;
    border-radius: 100px;
    height: 48px;
    font-size: 16px;
    border: 1px solid #7a7a7a;
    line-height: 44px;
    min-width: 178px;
    padding: 0 20px;
    text-align: center;
    letter-spacing: .25px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dynamic-title h3 {
    margin: 0
}

html.full-page {
    overflow: auto
}

html.full-page .page-footer {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

html.full-page #body {
    margin-top: 0;
    position: relative
}

body.submitting.with-background {
    background-size: 100% auto;
    background-image: url(/static/media/pending.c271009c.jpg)
}

body.submitting.with-background .business-registration .container,
body.submitting.with-background .business-registration .header {
    display: none
}

body.submitting.with-background .loading .overlay {
    opacity: .6
}

body.submitting.with-background footer {
    display: none
}

body.registration-success {
    background-size: 100% auto;
    background-image: url(/static/media/whats-next-bg.824089f5.png);
    background-position-y: -70px
}

body.registration-success .close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    font-size: 3rem;
    opacity: .4
}

body.registration-success .close:hover {
    opacity: .7
}

@media (max-width:767px) {
    body.registration-success .close {
        position: fixed
    }
}

body.registration-success .navbar,
body.registration-success footer {
    display: none
}

body.registration-success .main-content {
    color: #fff;
    width: 100%;
    padding: 0 0 30px
}

body.registration-success .title {
    padding: 0 60px
}

body.registration-success .title p {
    font-size: 2rem;
    line-height: 28px;
    font-weight: 700
}

body.registration-success .suggestion {
    background: rgba(0, 0, 0, .75);
    padding: 50px;
    margin: 50px 0;
    text-align: center
}

body.registration-success .suggestion .img {
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 120px;
    background-size: 120px
}

body.registration-success .suggestion .img>h2 {
    font-size: 20px
}

body.registration-success .suggestion .img p {
    margin: 0 auto;
    width: 300px
}

body.registration-success .suggestion .card {
    background-image: url(/static/media/cbsa_bank_card.830b0ea3.svg)
}

body.registration-success .suggestion .deposit {
    background-image: url(/static/media/till.f9e18f08.png)
}

body.registration-success .suggestion .mobile {
    background-image: url(/static/media/icon-phone-arrow.691a7ae5.png)
}

body.registration-success .frequently-asked {
    color: #bcbcbc;
    text-decoration: underline;
    margin-top: 25px;
    display: block
}

body.registration-success h1 {
    color: #fc0;
    font-size: 3.5rem
}

@media screen and (max-width:992px) {
    body.registration-success {
        background-size: cover;
        background-position-x: -250px
    }

    body.registration-success .title {
        padding: 2px 70px
    }

    body.registration-success .img {
        margin-bottom: 50px
    }
}

.title-header {
    font-weight: 500;
    font-family: HelveticaNeue-Bold
}

.what-is-sole-trader ul {
    margin-left: 24px
}

.what-is-sole-trader ul li {
    list-style: disc;
    padding: 5px 0
}

.what-is-sole-trader h4 {
    font-weight: 700
}

.what-is-sole-trader .business-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-wrap;
    font-family: HelveticaNeue-Medium;
    line-height: 1.2
}

@media screen and (min-width:992px) {
    .confirm-sole-trader .modal-dialog {
        width: 650px
    }

    .confirm-sole-trader .modal-dialog .modal-buttons {
        text-align: center
    }
}

.business-promotion {
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .5))), url(/static/media/promo-bg-mobile.92b5132e.png);
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .5)), url(/static/media/promo-bg-mobile.92b5132e.png);
    background-position: 50%;
    background-size: cover;
    color: #ffc425;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 3px
}

@media screen and (min-width:768px) {
    .business-promotion {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .5))), url(/static/media/promo-bg.d26550e4.png);
        background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .5)), url(/static/media/promo-bg.d26550e4.png)
    }
}

.business-promotion ul {
    font-family: HelveticaNeue;
    margin-left: 24px
}

.business-promotion ul li {
    list-style: disc;
    color: #fff;
    padding: 3px 0
}

.business-promotion .title {
    font-family: HelveticaNeue-Medium;
    padding-left: 5px
}

.business-promotion .title h3 {
    text-align: left;
    margin-bottom: 5px
}

@media screen and (max-width:767px) {
    .business-promotion .title h3 {
        font-size: 2rem
    }
}

.business-promotion .title .subtitle {
    margin-top: 0;
    color: #fff
}

.business-promotion>div {
    margin: 17px auto;
    text-align: center
}

.business-promotion>div .btn {
    display: block;
    margin-left: 5px;
    text-decoration: none;
    width: 153px
}

.business-promotion>div a {
    color: #fff;
    text-decoration: underline
}

.business-promotion .close {
    position: absolute;
    color: #fff;
    top: 7px;
    right: 12px;
    opacity: .7
}

.business-promotion .close:hover {
    opacity: .5
}

.business-introduction {
    margin-top: 100px
}

.business-introduction .subject {
    font-family: HelveticaNeue-Bold
}

.business-introduction .cover {
    position: relative;
    background-size: cover;
    color: #fff;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .71)), to(rgba(0, 0, 0, .15))), url(/static/media/top-banner-mobile.92b5132e.png);
    background-image: linear-gradient(1turn, rgba(0, 0, 0, .71), rgba(0, 0, 0, .15)), url(/static/media/top-banner-mobile.92b5132e.png);
    height: 350px;
    display: flex;
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-end
}

@media screen and (min-width:768px) {
    .business-introduction .cover {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .71)), to(rgba(0, 0, 0, .15))), url(/static/media/top-banner.d63772cd.png);
        background-image: linear-gradient(1turn, rgba(0, 0, 0, .71), rgba(0, 0, 0, .15)), url(/static/media/top-banner.d63772cd.png);
        height: 300px;
        border-radius: 3px;
        flex-direction: row;
        justify-content: space-between
    }
}

.business-introduction .cover:not(.not-registrable) .cover {
    padding-top: 220px
}

.business-introduction .cover .register-container {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    flex-direction: column
}

.business-introduction .cover .register-container.registrable {
    margin-top: 20px
}

.business-introduction .cover .register-container.registrable .sub {
    display: none
}

.business-introduction .cover .register-container .sub {
    color: #ffc425
}

.business-introduction .cover .register-container .coming-soon-ribbon {
    display: flex;
    justify-content: center;
    background-image: url(/static/media/coming-soon-ribbon.b037e193.svg);
    position: relative;
    background-size: cover;
    padding: 10px;
    width: 200px;
    height: 50px;
    color: #231f20;
    margin-right: -20px
}

.business-introduction .cover .register-container .coming-soon-ribbon>span {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 2rem;
    margin-left: 20px
}

.business-introduction .cover .coming-soon-ribbon-mobile {
    margin-left: -20px;
    padding: 10px;
    background-image: url(/static/media/coming-soon-ribbon-mobile.932c9fbe.svg);
    position: relative;
    background-size: cover;
    width: 150px;
    color: #231f20
}

.business-introduction .cover .coming-soon-ribbon-mobile>span {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 1.4rem;
    margin-right: 15px
}

.business-introduction .cover .title {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 20px
}

.business-introduction .cover .title .subtitle {
    color: #ffc425
}

.business-introduction .cover .title h2 {
    font-size: 2rem;
    margin: 0
}

@media screen and (min-width:768px) {
    .business-introduction .cover .title h2 {
        font-size: 3rem
    }
}

.business-introduction .cover-container {
    padding: 0
}

@media screen and (min-width:768px) {
    .business-introduction .cover-container {
        padding: 0 15px
    }
}

.business-introduction .kiosk-upgrade {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 3px
}

.business-introduction .kiosk-upgrade .kiosk-image {
    padding: 0;
    margin: 0 auto
}

.business-introduction .kiosk-upgrade .icon {
    padding-top: 52px
}

.business-introduction .kiosk-upgrade .intro .title {
    font-weight: 700
}

@media screen and (min-width:1200px) {
    .business-introduction .kiosk-upgrade .intro {
        padding-top: 22px
    }
}

.business-introduction .how-to-open-account {
    display: flex;
    justify-content: space-between
}

.business-introduction .how-to-open-account .box {
    border-radius: 3px;
    width: 290px;
    margin-top: 15px;
    padding: 45px
}

@media screen and (max-width:767px) {
    .business-introduction .how-to-open-account .box {
        padding: 15px
    }
}

.business-introduction .how-to-open-account .box img {
    height: 80px;
    margin: 25px auto;
    display: block
}

.business-introduction .how-to-open-account .box h3 {
    text-align: center;
    font-weight: 500;
    line-height: 24px
}

@media screen and (min-width:1200px) {
    .business-introduction .how-to-open-account .box {
        width: 360px
    }
}

@media screen and (max-width:991px) {
    .business-introduction .how-to-open-account {
        flex-direction: column
    }

    .business-introduction .how-to-open-account .box {
        margin: 15px auto;
        width: 100%
    }
}

.business-introduction .row.register-now {
    margin-top: 22px
}

@media screen and (max-width:767px) {
    .business-introduction {
        margin-top: 52px
    }
}

.pnp-smartshopper-logos img {
    margin-right: 20px;
    height: 32px
}

.dashboard-list .full-width .dashboard-list-content__label {
    font-family: HelveticaNeue-Light
}

.business-transactional-account .reserved-block {
    display: none
}

.business-transactional-account .no-padding.pull-right :last-child a {
    border-left: none
}

.business-transactional-account .business-account-logo i {
    background-image: url(/static/media/business-account.f9326627.svg) !important
}

.main-nav.navbar-nav {
    font-family: HelveticaNeue-Bold
}

.main-nav.navbar-nav>li.active>a {
    background: #111;
    border-bottom: 0 !important;
    color: #ffc425
}

.main-nav.navbar-nav>li.active>a:focus,
.main-nav.navbar-nav>li.active>a:hover {
    background: #171717;
    color: #ffc425
}

@media screen and (max-width:991px) {
    .navbar-default .navbar-brand>a.logo {
        padding-right: 0;
        margin-right: 0
    }
}

.row.no-col {
    margin: 15px 0 0
}

.grey-text {
    color: #737373
}

header.profile-content__header.visible-header {
    display: block
}

.business-details .address {
    text-transform: none
}

.business-edit .address {
    display: block
}

.business-edit .form-group,
.business-edit .vasElectricity-amount,
.business-edit .vasElectricity-meter {
    margin-bottom: 15px
}

.business-edit .buttons {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px
}

.business-edit .buttons button {
    margin-right: 12px;
    width: 200px
}

@media screen and (max-width:767px) {
    .business-edit .buttons {
        display: flex;
        flex-direction: column-reverse
    }

    .business-edit .buttons button {
        margin-right: 0;
        width: 100%
    }
}

#business-inter-transfer-money-modal .business-inter-transfer-success .payment-confirmation-modal__info {
    border-bottom: none
}

.business-flag-container {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    padding: 10px 0
}

@media screen and (min-width:768px) {
    .business-flag-container {
        padding: 0
    }
}

.business-flag {
    border: 1px solid;
    box-sizing: border-box;
    border-radius: 2.16px;
    padding: 3px 8px;
    align-items: center;
    display: flex;
    margin: 5px 0 5px 15px;
    font-size: 80%
}

#bulk-payment {
    margin-top: 20px
}

@media screen and (min-width:768px) {
    #bulk-payment {
        margin-top: 30px
    }
}

#bulk-payment .header {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end
}

#bulk-payment .spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px
}

#bulk-payment .balance-container {
    margin-bottom: 20px;
    text-align: right
}

#bulk-payment .payment-selection-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media screen and (min-width:768px) {
    #bulk-payment .payment-selection-container {
        flex-direction: row
    }
}

#bulk-payment .payment-label {
    font-weight: 700;
    padding: 5px 0
}

#bulk-payment .coming-soon-backdrop {
    display: flex;
    width: 100%;
    position: absolute;
    overflow: hidden;
    opacity: 1;
    background: rgba(0, 0, 0, .62);
    z-index: 2;
    height: 100%;
    text-align: center
}

#bulk-payment .coming-soon-backdrop span {
    flex: 1 1;
    align-self: center;
    display: flex;
    justify-content: center;
    font-family: HelveticaNeue-Medium;
    color: #fc0;
    padding: 20px
}

#bulk-payment .payment-button {
    width: 100%;
    position: relative
}

@media screen and (min-width:768px) {
    #bulk-payment .payment-button {
        width: 49%
    }
}

#bulk-payment .payment-button .payment-container {
    display: flex;
    flex-direction: row
}

#bulk-payment .payment-button .payment-container .title {
    font-family: HelveticaNeue-Medium;
    font-size: 1.8rem;
    margin: 0;
    padding-bottom: 15px
}

#bulk-payment .payment-button .payment-container .description {
    font-family: HelveticaNeue-Light;
    font-size: 14px;
    margin: 0;
    padding-bottom: 15px;
    width: 100%
}

#bulk-payment .payment-button .payment-container .logo {
    width: 212px;
    height: 178px;
    background: no-repeat;
    background-size: cover;
    background-position: 50%
}

@media screen and (max-width:420px) {
    #bulk-payment .payment-button .payment-container .logo {
        display: none
    }
}

#bulk-payment .payment-button .payment-container .logo-rwd {
    width: 100px;
    height: auto;
    background: no-repeat;
    background-size: cover;
    background-position: 50%
}

@media screen and (min-width:421px) {
    #bulk-payment .payment-button .payment-container .logo-rwd {
        display: none
    }
}

#bulk-payment .payment-button .payment-container .content {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px
}

@media screen and (min-width:992px) {
    #bulk-payment .payment-button .payment-container .content {
        padding-left: 40px
    }
}

#bulk-payment .row {
    padding: 20px;
    margin: 0;
    width: 100%;
    word-wrap: break-word
}

#bulk-payment .box-content {
    min-height: 0
}

@media screen and (min-width:768px) {
    #bulk-payment .box-content {
        min-height: 200px
    }
}

#bulk-payment .error-load,
#bulk-payment .no-items {
    border-top: 20px solid #d8d8d8;
    padding: 10px 0 40px
}

@media screen and (min-width:768px) {

    #bulk-payment .error-load,
    #bulk-payment .no-items {
        border-top-width: 25px;
        padding: 20px 0
    }
}

#bulk-payment .error-load .text,
#bulk-payment .no-items .text {
    opacity: .5;
    margin-top: 10px
}

#bulk-payment .error-load .icon,
#bulk-payment .no-items .icon {
    opacity: .5;
    height: 48px;
    width: auto;
    margin-top: 15px;
    margin-bottom: 10px
}

@media screen and (min-width:768px) {

    #bulk-payment .error-load .icon,
    #bulk-payment .no-items .icon {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

#bulk-payment .error-load .text {
    color: #e02020;
    opacity: 1;
    font-family: HelveticaNeue-Medium, sans-serif
}

#bulk-payment .error-load .icon {
    height: 72px;
    width: auto;
    opacity: 1
}

@media screen and (max-width:767px) {
    #bulk-payment .error-load .icon {
        height: 64px;
        margin-top: 30px;
        margin-bottom: 30px
    }
}

#bulk-payment .box-header {
    padding: 0 12px 24px;
    border-bottom: 0;
    position: relative
}

@media screen and (min-width:768px) {
    #bulk-payment .box-header {
        padding: 12px 50px
    }
}

#bulk-payment .box-header:before {
    content: "";
    background-color: #ccc;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

@media screen and (min-width:768px) {
    #bulk-payment .box-header:before {
        left: 15px;
        right: 15px
    }
}

#bulk-payment .box-header h3 {
    font-weight: 400;
    font-family: HelveticaNeue-Medium, sans-serif;
    height: auto;
    font-size: 16px
}

@media screen and (max-width:767px) {
    #bulk-payment .box-header h3 {
        font-size: 16px;
        padding: 12px 0
    }
}

#bulk-payment .box-header h3 .img {
    display: inline-block;
    height: 48px;
    width: 48px;
    background: no-repeat 50%;
    background-size: contain;
    vertical-align: middle;
    margin-right: 35px
}

@media screen and (max-width:767px) {
    #bulk-payment .box-header h3 .img {
        margin-right: 12px
    }
}

#bulk-payment .loading-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 60px
}

#bulk-payment .hack-percent {
    width: 95%
}

#bulk-payment #transaction-history .balance,
#bulk-payment .amount,
#bulk-payment .date,
#bulk-payment .description,
#bulk-payment .status,
#bulk-payment .ths-table-cell,
#transaction-history #bulk-payment .balance {
    display: table-cell
}

#bulk-payment #transaction-history .balance span,
#bulk-payment .amount span,
#bulk-payment .date span,
#bulk-payment .description span,
#bulk-payment .status span,
#bulk-payment .ths-table-cell span,
#transaction-history #bulk-payment .balance span {
    display: block
}

#bulk-payment .ths-table-header {
    font-weight: 400;
    font-family: HelveticaNeue-Bold;
    padding-top: 10px;
    padding-bottom: 10px
}

#bulk-payment .date {
    width: 20%
}

@media (max-width:767px) {
    #bulk-payment .date {
        display: block;
        width: auto
    }
}

#bulk-payment .description {
    width: 35%
}

@media (max-width:767px) {
    #bulk-payment .description {
        display: block;
        width: auto
    }
}

#bulk-payment .status {
    padding-left: 50px;
    width: 20%
}

@media (max-width:767px) {
    #bulk-payment .status {
        padding-left: 0;
        display: block;
        width: auto
    }
}

#bulk-payment .amount {
    width: 23%
}

@media (max-width:767px) {
    #bulk-payment .amount {
        padding-left: 0;
        display: block;
        width: auto
    }
}

#bulk-payment #sendmoney-transaction-history .transaction-row-header,
#bulk-payment .transaction-row,
#sendmoney-transaction-history #bulk-payment .transaction-row-header {
    border-bottom: 1px solid #d1d1d1;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px 35px;
    cursor: pointer
}

@media (max-width:767px) {

    #bulk-payment #sendmoney-transaction-history .transaction-row-header,
    #bulk-payment .transaction-row,
    #sendmoney-transaction-history #bulk-payment .transaction-row-header {
        padding: 12px 0;
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
        display: block
    }
}

#bulk-payment #sendmoney-transaction-history .transaction-row-header .line,
#bulk-payment .transaction-row .line,
#sendmoney-transaction-history #bulk-payment .transaction-row-header .line {
    overflow: hidden
}

#bulk-payment #sendmoney-transaction-history .transaction-row-header .line .date,
#bulk-payment #sendmoney-transaction-history .transaction-row-header .line .running-balance,
#bulk-payment .transaction-row .line .date,
#bulk-payment .transaction-row .line .running-balance,
#sendmoney-transaction-history #bulk-payment .transaction-row-header .line .date,
#sendmoney-transaction-history #bulk-payment .transaction-row-header .line .running-balance {
    float: left
}

#bulk-payment #sendmoney-transaction-history .transaction-row-header .line .amount,
#bulk-payment #sendmoney-transaction-history .transaction-row-header .line .description,
#bulk-payment .transaction-row .line .amount,
#bulk-payment .transaction-row .line .description,
#sendmoney-transaction-history #bulk-payment .transaction-row-header .line .amount,
#sendmoney-transaction-history #bulk-payment .transaction-row-header .line .description {
    float: right
}

#bulk-payment #sendmoney-transaction-history .transaction-row-header .line .description,
#bulk-payment .transaction-row .line .description,
#sendmoney-transaction-history #bulk-payment .transaction-row-header .line .description {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
    width: auto;
    float: none
}

#bulk-payment #sendmoney-transaction-history .transaction-row-header .line .description span,
#bulk-payment .transaction-row .line .description span,
#sendmoney-transaction-history #bulk-payment .transaction-row-header .line .description span {
    display: inline
}

#bulk-payment #sendmoney-transaction-history .transaction-row-header .cell-item .cell-item-label,
#bulk-payment .transaction-row .cell-item .cell-item-label,
#sendmoney-transaction-history #bulk-payment .transaction-row-header .cell-item .cell-item-label {
    display: none
}

@media (max-width:767px) {

    #bulk-payment #sendmoney-transaction-history .transaction-row-header .cell-item,
    #bulk-payment .transaction-row .cell-item,
    #sendmoney-transaction-history #bulk-payment .transaction-row-header .cell-item {
        overflow: hidden;
        text-align: right;
        font-size: 12px;
        margin-top: .1em
    }

    #bulk-payment #sendmoney-transaction-history .transaction-row-header .cell-item .cell-item-label,
    #bulk-payment .transaction-row .cell-item .cell-item-label,
    #sendmoney-transaction-history #bulk-payment .transaction-row-header .cell-item .cell-item-label {
        display: block;
        float: left;
        margin-right: 1em
    }
}

#bulk-payment #sendmoney-transaction-history .transaction-row-header:last-child,
#bulk-payment .transaction-row:last-child,
#sendmoney-transaction-history #bulk-payment .transaction-row-header:last-child {
    border-bottom: none !important
}

#bulk-payment .monthly-label {
    background-color: #d8d8d8;
    border: none;
    font-size: 14px;
    padding: 3px 50px 2px
}

@media (max-width:767px) {
    #bulk-payment .monthly-label {
        padding: 8px 20px 7px;
        font-size: 10px
    }
}

#bulk-payment .table-header-row {
    display: none
}

@media screen and (min-width:768px) {
    #bulk-payment .table-header-row {
        display: inline-table;
        padding: 0 50px 10px
    }
}

@media screen and (min-width:768px) {
    #bulk-payment .table-header-row-custom {
        position: relative
    }

    #bulk-payment .table-header-row-custom:before {
        content: "";
        background-color: #ccc;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 15px;
        right: 15px;
        display: block
    }
}

#bulk-payment .load-more {
    text-align: center;
    margin-top: 10px
}

#bulk-payment .load-more .btn {
    width: auto
}

#bulk-payment .refresh-btn {
    width: 12px;
    height: 12px;
    display: inline-block;
    padding-left: 5px
}

#bulk-payment .refresh-btn img {
    cursor: pointer
}

@media screen and (min-width:992px) {
    .bulk-payment-beneficiaries-modal>.modal-dialog {
        width: 740px
    }
}

.bulk-payment-select-label {
    font-size: 14px;
    line-height: 26px;
    height: 26px
}

.bulk-payment-visible {
    visibility: visible
}

.bulk-payment-hidden {
    visibility: hidden
}

.select-beneficiaries-table {
    border: 1px solid #e1e1e1;
    height: 290px;
    overflow-y: scroll;
    display: flow-root
}

.select-beneficiaries-table,
.select-beneficiaries-table tbody,
.select-beneficiaries-table thead,
.select-beneficiaries-table tr {
    width: 100%;
    table-layout: fixed
}

.select-beneficiaries-table thead tr {
    background: #e1e1e1;
    text-align: center;
    font-size: 14px;
    line-height: 16px
}

.select-beneficiaries-table thead tr th:first-child {
    width: 220px
}

.select-beneficiaries-table thead tr th:nth-child(2) {
    width: 180px
}

.select-beneficiaries-table thead tr th:nth-child(3) {
    width: 70px
}

.select-beneficiaries-table thead tr th:nth-child(4) {
    text-align: right;
    width: 155px
}

.select-beneficiaries-table tbody {
    height: 250px;
    line-height: 24px
}

.select-beneficiaries-table tbody td:not(:first-child) {
    font-family: HelveticaNeue-Medium !important
}

.select-beneficiaries-table tbody td:first-child {
    width: 220px
}

.select-beneficiaries-table tbody td:nth-child(2) {
    width: 180px
}

.select-beneficiaries-table tbody td:nth-child(3) {
    width: 70px;
    text-align: right
}

.select-beneficiaries-table tbody td:nth-child(4) {
    width: 155px;
    text-align: right
}

.select-beneficiaries-table .selection-beneficiary-name label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 1.4rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select-beneficiaries-table .selection-beneficiary-name label .checkmark:after {
    left: 8px;
    top: 2px;
    width: 7px;
    height: 14px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (min-width:992px) {
    .select-beneficiaries-table .selection-beneficiary-name label {
        font-size: 1.6rem
    }
}

.select-beneficiaries-table .selection-beneficiary-name label input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.select-beneficiaries-table .selection-beneficiary-name label input:checked~.checkmark {
    background-color: #fc0;
    border: 1px solid #000
}

.select-beneficiaries-table .selection-beneficiary-name label input:checked~.checkmark:after {
    display: block
}

.select-beneficiaries-table .selection-beneficiary-name .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 1px solid #000
}

.select-beneficiaries-table .selection-beneficiary-name .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.empty-beneficiaries-content {
    height: 250px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #d3d2d2;
    border-radius: 3px;
    line-height: 200%
}

.empty-beneficiaries-content .title {
    font-size: 16px;
    line-height: 21px;
    align-items: center;
    color: #727272;
    margin: 10px
}

.empty-beneficiaries-content .content {
    font-size: 14px;
    line-height: 20px;
    color: #979797;
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 50px
}

.empty-beneficiaries-content .bene-image {
    margin-top: 50px
}

.medium-text {
    font-size: 1.5em
}

.autosuggest__container {
    position: relative;
    width: 100%
}

.autosuggest__container i {
    position: absolute;
    cursor: pointer;
    top: 6px;
    font-size: 1.5em;
    right: 9px
}

.angle,
.angle-mobile {
    margin-right: 4px;
    display: table-cell;
    width: 23px
}

#sendmoney-transaction-history .monthly-transaction .transaction-row-header .angle-mobile i,
#sendmoney-transaction-history .monthly-transaction .transaction-row-header .angle i,
.monthly-transaction #sendmoney-transaction-history .transaction-row-header .angle-mobile i,
.monthly-transaction #sendmoney-transaction-history .transaction-row-header .angle i,
.monthly-transaction .transaction-row .angle-mobile i,
.monthly-transaction .transaction-row .angle i {
    color: #231f20
}

#sendmoney-transaction-history .monthly-transaction .transaction-row-header .angle-mobile i.fa,
#sendmoney-transaction-history .monthly-transaction .transaction-row-header .angle i.fa,
.monthly-transaction #sendmoney-transaction-history .transaction-row-header .angle-mobile i.fa,
.monthly-transaction #sendmoney-transaction-history .transaction-row-header .angle i.fa,
.monthly-transaction .transaction-row .angle-mobile i.fa,
.monthly-transaction .transaction-row .angle i.fa {
    -webkit-transition: transform .9s ease-in-out;
    transition: transform .9s ease-in-out
}

#sendmoney-transaction-history .monthly-transaction .transaction-row-header .angle-mobile i.isExpanding,
#sendmoney-transaction-history .monthly-transaction .transaction-row-header .angle i.isExpanding,
.monthly-transaction #sendmoney-transaction-history .transaction-row-header .angle-mobile i.isExpanding,
.monthly-transaction #sendmoney-transaction-history .transaction-row-header .angle i.isExpanding,
.monthly-transaction .transaction-row .angle-mobile i.isExpanding,
.monthly-transaction .transaction-row .angle i.isExpanding {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#sendmoney-transaction-history .monthly-transaction .transaction-row-header .angle-mobile,
.monthly-transaction #sendmoney-transaction-history .transaction-row-header .angle-mobile,
.monthly-transaction .transaction-row .angle-mobile {
    float: left;
    padding-right: 10px;
    height: 20px;
    width: 15px
}

.bulk-preview .row-border {
    border-bottom: 1px solid #dadada
}

.bulk-details {
    cursor: default !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-shadow: none;
    overflow: auto
}

.bulk-details .spinner {
    padding-bottom: 10px;
    padding-top: 0 !important
}

.bulk-details.empty-details {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.bulk-details .row-border {
    border-bottom: 1px solid #dadada
}

.bulk-details .editable-row {
    padding-top: 10px;
    padding-bottom: 10px
}

.bulk-details .editable-header .editable-row {
    padding-top: 0;
    padding-bottom: 0
}

.bulk-details .panel-collapse {
    border-top: none !important
}

.bulk-details-error {
    padding-left: 69px !important;
    padding-top: 0 !important
}

.bulk-details-error td {
    padding: 0 !important
}

.bulk-details-error p {
    margin: 0;
    font-size: 14px
}

.bulk-details-error .text {
    color: #e02020
}

.media-money-transfer .media-left {
    padding-right: 15px
}

.media-money-transfer .media-left .icon {
    display: block;
    width: 48px;
    height: 48px;
    background: 50% no-repeat;
    background-size: contain
}

.media-money-transfer .media-body .content {
    font-family: HelveticaNeue-Light, "sans-serif";
    font-size: 16px;
    font-weight: 700
}

.card-setting {
    position: relative;
    padding: 0;
    margin: 0 -15px 0 -5px
}

@media screen and (min-width:768px) {
    .card-setting {
        padding: 40px 60px;
        margin: 0
    }
}

.card-setting__container {
    display: flex;
    flex-flow: column
}

.card-setting .separator {
    height: 1px;
    background-color: #ebebeb;
    margin: 35px 0
}

.card-setting__item {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: space-between
}

.card-setting__item .img-container {
    display: none;
    margin-right: 22px;
    margin-top: 5px
}

.card-setting__item .img-container img {
    width: 40px;
    height: auto
}

@media screen and (min-width:768px) {
    .card-setting__item .img-container {
        display: block
    }
}

.card-setting__item .content {
    width: 100%
}

.card-setting__item .content h1 {
    font-size: 14px;
    margin: 0
}

@media screen and (min-width:768px) {
    .card-setting__item .content h1 {
        font-size: 16px
    }
}

.card-setting__item .content p.text-muted {
    font-size: 12px
}

@media screen and (min-width:768px) {
    .card-setting__item .content p.text-muted {
        font-size: 14px
    }
}

.card-setting__item .content p.text-warning {
    color: #e02020;
    font-size: 14px
}

.card-setting__item .content .main {
    justify-content: space-between;
    margin-bottom: 8px
}

.card-setting__item .content .control,
.card-setting__item .content .main {
    display: flex;
    flex-flow: row;
    align-items: center
}

.card-setting__item .content .control span.control__label {
    display: block;
    font-size: 12px;
    text-transform: capitalize
}

@media screen and (min-width:768px) {
    .card-setting__item .content .control span.control__label {
        font-size: 14px
    }
}

.card-setting__item.disabled h1 {
    color: #a9a9a9
}

.card-setting__item.disabled p {
    color: grey
}

.card-setting__item__disabled .main {
    pointer-events: none;
    opacity: .5
}

.card-setting__modal-body p {
    font-size: 14px;
    color: #4f4d4c;
    line-height: 21px;
    font-family: HelveticaNeue
}

@media screen and (min-width:768px) {
    .card-setting__modal-body p {
        font-size: 18px;
        line-height: 28px
    }
}

.card-setting__modal-body .btn-yellow {
    margin-top: 29px
}

@media screen and (min-width:768px) {
    .card-setting__modal-body .btn-yellow {
        margin-top: 156px
    }
}

.card-setting .spinner {
    content: "";
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: hsla(0, 0%, 100%, .5);
    z-index: 99;
    justify-content: center;
    align-items: center
}

.email.should-center {
    height: 100%
}

.email.should-center .align-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.dashboard-carousel-container {
    margin-bottom: 20px
}

.dashboard-carousel h1 {
    font-family: HelveticaNeue-Light;
    text-align: left;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700
}

@media screen and (min-width:768px) {
    .dashboard-carousel h1 {
        font-size: 18px;
        line-height: 24px
    }
}

@media screen and (min-width:1200px) {
    .dashboard-carousel h1 {
        font-size: 22px;
        line-height: 26px
    }
}

.dashboard-carousel ul {
    padding-left: 12px
}

.dashboard-carousel ul li {
    font-family: HelveticaNeue;
    margin-bottom: 4px;
    text-align: left;
    list-style: disc;
    font-size: 12px;
    line-height: 16px
}

@media screen and (min-width:768px) {
    .dashboard-carousel ul li {
        font-size: 14px;
        line-height: 20px
    }
}

@media screen and (min-width:1200px) {
    .dashboard-carousel ul li {
        font-size: 16px;
        line-height: 24px
    }
}

.dashboard-carousel .carousel-caption {
    width: 100%;
    height: calc(100% - 36px);
    top: 0;
    left: 0;
    padding: 20px
}

@media screen and (min-width:1200px) {
    .dashboard-carousel .carousel-caption {
        height: calc(100% - 44px)
    }
}

@media screen and (min-width:1200px) {
    .dashboard-carousel .carousel-caption.sme h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 2rem
    }
}

.dashboard-carousel .carousel-caption.sme h1 span {
    display: block
}

@media screen and (min-width:1200px) {
    .dashboard-carousel .carousel-caption.sme ul li {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 4px
    }
}

.dashboard-carousel .text-yellow {
    color: #ffc425
}

.dashboard-carousel .carousel-control {
    height: 36px;
    top: auto;
    background-image: none
}

@media screen and (min-width:1200px) {
    .dashboard-carousel .carousel-control {
        height: 44px;
        padding-top: 4px
    }
}

.dashboard-carousel .carousel-indicators {
    margin-bottom: 0;
    bottom: 0;
    height: 36px;
    padding-top: 4px
}

@media screen and (min-width:1200px) {
    .dashboard-carousel .carousel-indicators {
        height: 44px;
        padding-top: 8px
    }
}

.dashboard-carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    border: none;
    background-color: #e5e5e5;
    margin: 0
}

.dashboard-carousel .carousel-indicators li.active {
    background-color: #ffc425
}

.dashboard-carousel .btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin-bottom: 0;
    height: 36px;
    line-height: 36px
}

@media screen and (min-width:1200px) {
    .dashboard-carousel .btn {
        height: 40px;
        line-height: 40px
    }
}

@font-face {
    font-family: Tyme-Loader;
    src: url(/static/media/tyme-loader.f2a11e1c.woff2) format("woff2"), url(/static/media/tyme-loader.a5fc7830.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.tyme-loader-icon:before {
    content: "\EA2C"
}

@-webkit-keyframes animate-frames {
    0% {
        content: "\EA2C"
    }

    5% {
        content: "\EA2D"
    }

    10% {
        content: "\EA41"
    }

    15% {
        content: "\EA42"
    }

    20% {
        content: "\EA40"
    }

    25% {
        content: "\EA2E"
    }

    30% {
        content: "\EA2F"
    }

    35% {
        content: "\EA30"
    }

    40% {
        content: "\EA31"
    }

    45% {
        content: "\EA32"
    }

    50% {
        content: "\EA33"
    }

    55% {
        content: "\EA34"
    }

    60% {
        content: "\EA35"
    }

    65% {
        content: "\EA36"
    }

    70% {
        content: "\EA37"
    }

    75% {
        content: "\EA38"
    }

    80% {
        content: "\EA39"
    }

    85% {
        content: "\EA3A"
    }

    90% {
        content: "\EA3B"
    }

    95% {
        content: "\EA3C"
    }

    to {
        content: "\EA3D"
    }

    105% {
        content: "\EA3E"
    }

    110% {
        content: "\EA3F"
    }
}

@keyframes animate-frames {
    0% {
        content: "\EA2C"
    }

    5% {
        content: "\EA2D"
    }

    10% {
        content: "\EA41"
    }

    15% {
        content: "\EA42"
    }

    20% {
        content: "\EA40"
    }

    25% {
        content: "\EA2E"
    }

    30% {
        content: "\EA2F"
    }

    35% {
        content: "\EA30"
    }

    40% {
        content: "\EA31"
    }

    45% {
        content: "\EA32"
    }

    50% {
        content: "\EA33"
    }

    55% {
        content: "\EA34"
    }

    60% {
        content: "\EA35"
    }

    65% {
        content: "\EA36"
    }

    70% {
        content: "\EA37"
    }

    75% {
        content: "\EA38"
    }

    80% {
        content: "\EA39"
    }

    85% {
        content: "\EA3A"
    }

    90% {
        content: "\EA3B"
    }

    95% {
        content: "\EA3C"
    }

    to {
        content: "\EA3D"
    }

    105% {
        content: "\EA3E"
    }

    110% {
        content: "\EA3F"
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: .5
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .5
    }
}

@keyframes pulse {
    0% {
        opacity: .5
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .5
    }
}