@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900);

/*-----------------------------------------------------------------------------
Reset
-----------------------------------------------------------------------------*/
body, h1, h2, h3, h4 {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto !important;
}

form {
    overflow: hidden;
}

label {
    cursor: pointer;
}

/*-----------------------------------------------------------------------------
Typography
-----------------------------------------------------------------------------*/
body {
    background: #FFFFFF;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #696969;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3 {
    font-weight: normal;
}

h1 {
    font-size: 1.2em;
    margin: 0px 0px 5px 0px;
}

h2 {
    font-size: 1.1em;
}

h3,
.h3 {
    font-size: 1.0em;
}

h4 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.mb20 {
    margin-bottom: 20px !important;
}

.section-hd {
    font-size: 1.6rem;
}

.form-hd {
    font-size: 1rem;
    margin: 10px 0;
    font-weight: bold;
}

/*-----------------------------------------------------------------------------
Common
-----------------------------------------------------------------------------*/

.logo {
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: center;
}

.logo a {
    display: block;
}

section {
    padding: 20px 0px 20px 0px;
}

.top_section {
    padding: 10px 0 0 0;
}

.livechat {
    display: none;
}

.top_background {
    position: relative;
    height: 220px;
    background-size: cover;
    background-position: center;
    background-image: url('http://cdn.wallpapersafari.com/56/45/HYd1St.jpg');
    margin-top: -1px;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

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

.valign-middle {
    vertical-align: middle;
}

.valign-top {
    vertical-align: top;
}

.left {
    float: left;
}

.right {
    float: right;
}

.accent1.color {
    color: #226eb6;
}

.accent1.background {
    background-color: #226eb6;
}

.accent1.background-contrast {
    background-color: #226eb6;
}

.accent1.border {
    border-color: #226eb6;
}

.accent1.border-bottom {
    border-bottom-color: #226eb6;
}

.accent2.color {
    color: #eef6fc;
}

.accent2.background {
    background-color: #eef6fc;
}

.accent2.border {
    border-color: #eef6fc;
}

.accent2.border-bottom {
    border-bottom-color: #eef6fc;
}

.accent3.background {
    background-color: #a3a3a4;
}

.success {
    background-color: #008566;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 15px;
    overflow: hidden;
    margin-top: 5px;
    box-sizing: border-box;
    width: 98%;
}

.success .fa {
    float: left;
}

.success div {
    float: left;
    margin: 6px 0 0 10px;
}

#payerrors {
    display: none;
}

.errors, .payerrors ul {
    list-style-type: none;
}

.error {
    border: red;
}

.panel_header {
    margin: 0 0 -2px 0 !important;
    background: #ededed !important;

    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;

    -moz-border-bottom-left-radius: 0 !important;
    -moz-border-bottom-right-radius: 0 !important;

    -webkit-border-bottom-left-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;

    -khtml-border-bottom-left-radius: 0 !important;
    -khtml-border-bottom-right-radius: 0 !important;
}

a {
    color: #226eb6;
}

a:hover {
    opacity: 0.8;
}

input[type="submit"],
input[type="button"],
button {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    background: #F5F5F5;
    padding: 7px 15px;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
    -moz-osx-font-smoothing: grayscale;
}

input[type="submit"].green,
input[type="button"].green,
button.green,
.button.green {
    background: #1fa67a;
    color: #ffffff;
}

input[type="submit"].green:hover,
input[type="button"].green:hover,
button.green:hover,
.button.green:hover {
    background: #2eb78a;
    color: #ffffff;
}

input[type="submit"].blue,
input[type="button"].blue,
button.blue,
.button.blue {
    /*background: #226eb6;*/
    color: #ffffff;
}

input[type="submit"].blue:hover,
input[type="button"].blue:hover,
button.blue:hover,
.button.blue:hover {
    /*background: #2d7ecc;*/
    opacity: 0.9;
}

input[type="submit"].gray,
input[type="button"].gray,
button.gray,
.button.gray {
    background: #a0a0a0;
    color: #000000;
}

input[type="submit"].gray:hover,
input[type="button"].gray:hover,
button.gray:hover,
.button.gray:hover {
    background: #aaaaaa;
}

.button {
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    background: #F5F5F5;
    padding: 7px 15px;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-osx-font-smoothing: grayscale;
}

.smaller-button {
    line-height: 10px !important;
    font-size: 13px !important;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="text"],
input[type="password"],
input[type="email"] {
    display: inline;
    box-sizing: border-box;
    width: 99%;
    height: 35px;

    padding: 7px 10px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(105, 133, 150, .2);
    box-shadow: inset 1px 1px 2px rgba(105, 133, 150, .2);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
    border-color: #88c3ea;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px rgba(102, 175, 233, .6);
}

.dateselector-container select {
    width: 34.3%;
}

select {
    display: inline;
    width: 100%;
    height: 35px;
    padding: 7px 10px;
    margin: 0 5px 0 0;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select:focus {
    border-color: #88c3ea;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px rgba(102, 175, 233, .6);
}

.light-border {
    border-bottom: 2px solid #dddddd;
}

#calender_wrapper {
    display: none;
    position: absolute;
    left: 15%;
}

#note, .note {
    padding: 10px;
    width: 80%;
    background: #fafafa;
    margin: 20px auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
    box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
}

.green-note {
    padding: 10px;
    background: #115F44;
    color: #fff;
    min-height: 20px;
    font-weight: bold;
    margin: 20px auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
    box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
}

.green-note p {
    display: inline;
    float: left;
    padding-right: 5px;
    padding-top: 0;
    margin: 0;
}

.red-note {
    padding: 10px;
    background: #B01111;
    color: #fff !important;
    font-weight: bold;
    margin: 20px auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
    box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
    -moz-osx-font-smoothing: grayscale;
}

.red-note ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.white-note {
    padding: 10px;
    background: #fff;
    font-weight: normal;
    margin: 20px auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
    box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
}

.short-note {
    box-sizing: border-box;
    padding: 5px 10px 7px 10px;
    margin: 5px 0;
    background: #fafafa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
    box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
}

span.dollar {
    position: relative;
    left: 10px;
    color: #a7a9ac;
    font-weight: bold;
}

input.dollar {
    padding-left: 22px;
    margin-left: -8px;
}

span.percent {
    position: relative;
    left: -23px;
    color: #a7a9ac;
}

input.cvm {
    width: 100%;
}

span.cvm {
    position: relative;
    left: -23px;
    font-weight: bold;
    color: #a7a9ac;
}

input.zip {
}

.form-icon .form-lock-icon {
    position: relative;
    color: #a7a9ac;
    font-size: 18px;
    left: 25px;
    top: 3px;
    margin-left: -15px;
}

.form-dollar-icon {
    position: relative;
    font-size: 16px !important;
    left: 11px;
    top: 1px;
    color: #a7a9ac;
    font-weight: bold;
}

.form-icon .form-envelope-icon {
    position: relative;
    color: #a7a9ac;
    font-size: 18px;
    left: 30px;
    top: 1px;
    margin-left: -18px;
}

.form-icon .form-phone-icon {
    position: relative;
    color: #a7a9ac;
    font-size: 20px;
    left: 27px;
    top: 2px;
    margin-left: -18px;
}

.form-icon .form-mobile-phone-icon {
    position: relative;
    color: #a7a9ac;
    font-size: 24px;
    left: 26px;
    top: 4px;
    margin-left: -15px;
}

.payform-phone {
    position: relative;
}

.payform-phone .form-phone-icon {
    position: absolute;
    top: 9px;
    font-size: 18px;
}

.has-icon {
    padding-left: 35px !important;
}

table {
    width: 100%;
    border: none;
    margin-bottom: 10px;
    font-size: 14px;
}

table tr th {
    text-align: left;
    font-weight: bold;
    background: #EEE;
    padding: 9px 7px;
    border-bottom: 1px solid #ccc;
}

table tr td {
    border-bottom: 1px solid #DDD;
    text-align: left;
    vertical-align: top;
    padding: 9px 7px;
}

table.first_td_right tr td:first-child {
    text-align: right;
}

tr.zebra,
tr.zebra td,
ul.zebra > li.zebra {
    background: #FAFAFC;
}

table.noborders tr th {
    border: none;
}

table.noborders tr td {
    border: none;
}

.data-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.data-list > li {
    padding: 9px 0;
    border-bottom: 1px solid #DDD;
}

.data-list.data-list-no-border > li {
    border-bottom: none;
}

.data-list-item-pay {
    font-weight: bold;
    text-align: right;
}

.data-list-item-pay-data {
    padding-left: 20px;
}

.data-list-item-date {
    padding-left: 7px;
}

.data-list-item-date i {
    margin-right: 3px;
}

.data-list-item-amount {
    padding-left: 7px;
}

.data-list-item-note {
    font-size: 14px;
}

.data-list-item-label {
    text-align: right;
    padding-top: 2px;
}

.data-list-item-label-2 {
    padding-left: 7px;
    font-weight: bold;
}

.required_sign {
    color: #99120B;
    font-size: 11px;
    padding-left: 5px;
    text-transform: lowercase;
}

.field-title {
    color: #4D4D4D;
    font-weight: normal;
    font-size: 13px;
    padding-left: 3px;
    text-transform: uppercase;
}

.field-row {
    overflow: hidden;
    padding: 8px 0;
}

.field-login-title {
    color: #8F9293;
    font-weight: normal;
    font-size: 13px;
    padding-left: 3px;
    margin-bottom: -18px;
    text-transform: uppercase;
}

.field-row input.error, .field-row select.error,
.field-row input.error_custom_field, .field-row select.error_custom_field {
    background: #fdfce1;
    color: #696969;
}

.small_text {
    font-size: 14px;
}

.required.active {
    border: 1px solid #ee7676 !important;
}

.form-select {
    margin-bottom: 8px;
}

.modal {
    max-width: 700px;
}

/*-----------------------------------------------------------------------------
Mini mobile menu
-----------------------------------------------------------------------------*/

.mini-menu-buttons {
    padding: 10px 10px;
    background: #fafafa;
    min-width: 40%;
    max-width: 40%;
    text-align: center;
    border-right: 1px solid #ccc;
    margin-right: 5px;
    font-weight: bold;
    cursor: pointer;

    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}

.mini-menu-row {
    box-sizing: border-box;
    width: 100%;
    background-color: #226eb6;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    cursor: pointer;
}

.mini-menu-row .fa {
    color: #f2f2f2;
    padding-right: 3px;
}

.mini-account-info-box {
    position: absolute;
    width: 98%;
    background: transparent;
    z-index: 101;
}

.mini-menu-box {
    position: absolute;
    width: 98%;
    background: transparent;
    z-index: 101;
}

.mini-account-info-box li.box, .mini-menu-box li.box {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -khtml-border-radius: 0px !important;
    border-radius: 0px !important;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}


/*-----------------------------------------------------------------------------
Pay page
-----------------------------------------------------------------------------*/
.pay-image {
    width: 280px;
    position: absolute;
    right: 0;
    top: 20px;
}

.top-one-block {
    padding: 0 0 10px 0;
    overflow: hidden;
    width: 100%;
    font-size: 18px;
}

.one-block {
    padding: 10px 0;
    overflow: hidden;
}

.one-half-block.first {
}

.one-half-block {
    box-sizing: border-box;
    overflow: hidden;
}

.amount-to-charge {
    font-weight: bold;
    text-align: center;
    -moz-osx-font-smoothing: grayscale;
}

.pay_table,
.data-list-accent {
    font-size: 18px;
    margin-bottom: 0 !important;
}

.pay_table tr td {
    padding: 3px;
}

.pay_table tr td:last-child {
    text-align: right;
    white-space: nowrap;
}

.current_amount_row {
    text-transform: uppercase;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
}

#feerow {
    text-transform: uppercase;
    font-weight: bold;
}

#totalrow {
    text-transform: uppercase;
    font-weight: bold;
}

.pay-data-info {
    font-size: 18px;
    padding-top: 4px;
}

.h4_pay {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
}

.pay_button_change_amount {
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0 0 0;
    font-weight: 600;
}

.pay_button_pay {
    width: 100%;
    margin: 10px 0 0 0;
    box-sizing: border-box;
    text-transform: uppercase;
}

.new-card-box {
    overflow: hidden;
    box-sizing: border-box;
    width: 99%;
    padding: 10px 10px;
    background: #fafafa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
    box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
    cursor: pointer;
}

.review-card-box {
    padding: 5px 0 5px 10px;
    overflow: hidden;
    box-sizing: border-box;
    width: 99%;
    line-height: 35px;
    margin: 10px 0 10px 0;
    background: #fafafa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
    box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
}

.existing-card-box {
    padding-top: 0;
    overflow: hidden;
    box-sizing: border-box;
    width: 99%;
    line-height: 35px;
    margin: 0 0 15px 0;
    background: #fafafa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
    box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
    cursor: pointer;
}

.existing-card-box:hover {
    background: #EEEEEE;
}

.existing-card-box div:first-child {
    overflow: hidden;
    cursor: pointer;
}

.choose-method {
    padding: 10px 10px 10px 10px;
    float: left;
    cursor: pointer;
}

.show-method {
    float: left;
    cursor: pointer;
}

.info-method {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    margin: 9px 0 5px 12px;
    cursor: pointer;
    width: 55%;
}

.info-text {
    line-height: 20px;
}

.ex-card-stars {
    font-size: 11px;
    vertical-align: 1px;
}

.card-type-icon {
    font-size: 30px !important;
    margin-top: 11px;
    color: #aaa;
}

.e-check {
    display: inline-block;
    text-align: center;
    margin: 4px 0 3px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 60px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #575757;
    line-height: 30px;
    -moz-osx-font-smoothing: grayscale;
}

.acc-type {
    font-size: 16px;
}

#newpayment {
    margin-top: 20px;
}

#newpayment .cards {
    position: relative;
    text-align: right;
    right: 6px;
    top: 10px;
}

.radio_buttons_selection,
.fieldset-left-nav {
    width: 100%;
    float: none;
}

.cc-selection-tab, .ach-selection-tab {
    overflow: hidden;
    padding: 5px;

    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;

    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.cc-selection-tab.active, .ach-selection-tab.active {
    background: #eee;
}

.cc-selection-tab i, .ach-selection-tab i {
    font-size: 30px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

#newcc, #newach {
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#newcc.active, #newach.active {
    background: #eee;
}

#newcc.active {
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
}

.cc_wrap {
    position: relative;
}

.cc_wrap:after {
    content: "\f09d";
    font-family: "Font Awesome 5 Pro";
    position: relative;
    font-size: 24px;
    color: #fff;
    left: -80%;
    top: 3px;
    margin: 0 0 0 0;
    z-index: 2;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
}

.cc-round-box span {
    margin-left: 29px;
}

.cc-round-box {
    display: inline-block;
    text-align: center;
    margin: 4px 10px 3px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 30px;
    position: relative;
    z-index: 2;
    background: #575757;
    width: 118px !important;
    -moz-osx-font-smoothing: grayscale;
}

#savedpaycancel {
    margin-top: 10px;
    margin-left: 0;
}

/*-----------------------------------------------------------------------------
All pages
-----------------------------------------------------------------------------*/

.white_row {
    overflow: hidden;
    background: #fff;
    padding: 20px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
    box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
}

.white_col {
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    padding: 20px 20px;
    margin: 0 0 20px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
    box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
}

.white_col_mp {
    overflow: hidden;
    box-sizing: border-box;
}

#plan_loading, #settle_loading {
    margin: 0 0 0 -5px;
    font-size: 14px;
}

/*-----------------------------------------------------------------------------
Home page
-----------------------------------------------------------------------------*/

.main_options_boxes i {
    font-size: 30px;
    cursor: pointer;
}

.main_options_boxes a {
    color: #696969;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    cursor: pointer;
}

.main_options_boxes .header {
    display: inline-block;
    position: relative;
    top: -4px;
    margin-left: 5px;
    font-size: 18px;
    color: #696969;
    cursor: pointer;
}

.main_options_boxes .desc {
    position: relative;
    top: 5px;
    cursor: pointer;
    padding: 0 10px;
    line-height: 20px;
}

.main_options_boxes {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
    box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
    background: #fafafa;
    padding: 10px 0 10px 10px;
    margin: 0 0 20px 0;
    max-width: 100%;
    max-height: 200px;
    overflow: hidden;
    cursor: pointer;
}

.main_options_boxes:hover {
    background: #EEEEEE;
    -webkit-box-shadow: 1px 1px 5px rgba(173, 173, 173, 1);
    box-shadow: 1px 2px 5px rgba(173, 173, 173, 1);

}

.link_main_options_boxes span:first-child {
    display: inline-block;
    text-align: right;
}

.two-installments-first { /*color: #4c92cc;*/
    opacity: 0.5;
}

.two-installments {
    position: relative;
    right: 22px;
    top: 0px;
    /*color: #226eb6;*/
    background: #fff;
}

.three-installments-first {
    opacity: 0.5;
}

.three-installments-second {
    position: relative;
    right: 22px;
    top: 0px;
    background: #fff;
    opacity: 0.7;
}

.three-installments {
    position: relative;
    right: 44px;
    top: 0px;
    background: #fff;
    font-size: 30px;
}

.how_much_box {
    max-width: 100%;
    margin: 0 0 0 20px;
}

.how_much_box div {
    padding: 0 0 5px 0;
}

.how_much_box input.dollar {
    margin-left: -12px;
}


/*-----------------------------------------------------------------------------
Login page
-----------------------------------------------------------------------------*/
.login-page input[type="text"],
.login-page input[type="password"],
.login-page input[type="email"]{
    width: 99%;
}

.login-menu-box {
    box-sizing: border-box;
    margin: -10px 0 5px 0;
}

#login_header_text {
    display: none;
}

.login_menu {
    padding: 10px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: -2px;
}

a.login_menu {
    color: #626262;
}

a.login_menu:hover {
    color: #226eb6;
    border-bottom: 2px solid #226eb6;
}

.login_menu.active {
    border-bottom: 2px solid #226eb6;
    color: #226eb6;
    font-weight: 700;
}

form.login {
    padding: 0;
    margin: 0;
}

form.signin_form div {
    width: 93%;
    white-space: nowrap;
    padding: 7px 0 7px 0 !important;
}

form.locate_form div {
    width: 93%;
    white-space: nowrap;
    padding: 7px 0 10px 0 !important;
}

form.email_login div {
    width: 93%;
    white-space: nowrap;
    padding: 7px 0 7px 0 !important;
}

/*---------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
Forgot page
-----------------------------------------------------------------------------*/
.forgot_row {
    background: #fff;
    padding: 20px 35px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
    box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
}

form.forgot_form div {
    padding: 15px 0;
    margin: 0;
    width: 90%;
    white-space: nowrap;
    padding: 7px 0 7px 0 !important;
}

/*---------------------------------------------------------------------------*/

form.password_reset_form div {
    width: 100%;
    white-space: nowrap;
    padding: 7px 0 7px 0 !important;
}


/*-----------------------------------------------------------------------------
Confirm page
-----------------------------------------------------------------------------*/
form.confirm_form {
    margin: 5px auto;
    width: 100%;
}

form.confirm_form div {
    width: 93%;
    padding: 7px 0 0 0 !important;
    overflow: hidden;
}

form.confirm_form div div {
    float: left;
}

form.confirm_form div div:first-child {
    width: 25px;
    margin-top: 2px;
}

form.confirm_form div div:last-child {
    width: 90%;
}

#confirm-person {
    margin-top: 5px;
}

#confirm-person div {
    padding: 5px 0 0 0 !important;
    overflow: hidden;
}

#confirm-person div div {
    float: left;
}

#confirm-person div div:first-child {
    width: 25%;
    text-align: right;
}

#confirm-person div div:last-child {
    width: 65%;
    margin-left: 7px;
    font-weight: bold;
}

/*---------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------
Sidebar
-----------------------------------------------------------------------------*/
.sidebar {
    width: 100%;
}

.sidebar ul {
    margin: 0px 0px 20px 0px;
    padding: 0;
    list-style: none;
}

.sidebar li.box {
    background: #fff;
    padding: 2px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
    box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
}

.sidebar li.box div {
    padding: 5px 0;
}

.sidebar h2 {
    text-transform: uppercase;
    border-bottom: 1px solid;
    font-size: 18px;
    margin: 0 0 0 0;
    padding: 10px 0 5px 0;
    letter-spacing: -0.5px;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

.sidebar li {
    margin-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
    background: #FFFFFF;
}

.sidebar li ul {
    margin: 0;
    padding: 5px 0 10px 0;
}

.sidebar li li {
    line-height: 30px;
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #D7D7D7;
}

.sidebar li li:first-child {
    border-top: 1px dotted #D7D7D7;
}

.sidebar a {
    display: block;
    text-decoration: none;
    border: none;
    color: #696969;
    font-size: 15px;
    padding: 5px 0 5px 5px;
}

.sidebar a.selected {
    background: #F6F6F6;
}

.sidebar a:hover {
    text-decoration: none;
    background: #F6F6F6;
}

.sidebar a span {
    display: inline-block;
    position: relative;
    top: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;
    line-height: 15px;
}

.sidebar p {
    margin: 0 0px;
    padding: 0px 0 20px 0;
    text-align: justify;
}

.sidebar i {
    display: inline-block;
    font-size: 24px;
    color: #696969;
    text-align: right;
    width: 25px;
    margin-right: 10px;
    vertical-align: middle;
}

.my-account-form {
    width: 100%;
}

/*---------------------------------------------------------------------------*/


#footer {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 5px;
    box-sizing: border-box;
}

.find-acc.login_menu {
    display: none;
}

.sign-in.login_menu {
    display: none;
}

.block-35 {
    width: 100%;
    float: left;
}

/* ------------------------------ MEDIA ------------------------------ */
@media all and (min-width: 768px) {
    h1 {
        font-size: 1.9em;
        margin: 0px 0px 15px 0px;
    }

    h2 {
        font-size: 1.8em;
    }

    h3,
    .h3 {
        font-size: 1.6em;
    }

    h4 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    input.cvm {
        width: 30%;
    }

    select {
        width: 48%;
    }

    .find-acc.login_menu {
        display: inline-block;
    }

    .sign-in.login_menu {
        display: inline-block;
    }

    .main_options_boxes .header {
        top: -2px;
        margin-left: 10px;
        font-size: 25px;
    }

    table {
        font-size: 16px;
    }

    #login_header_text {
        display: block;
        padding-right: 30px;
    }

    .white_row {
        padding: 20px 35px;
    }

    .mfa_page .white_row {
        padding: 20px 95px;
    }
    .contact_info_page .white_row {
        padding: 20px 95px;
    }

    .mfa-inputs .mfa-code-inputs .mfa-code {
        width: 50px;
        height: 50px;
        font-size: 50px;
    }

    .container.mfa_page {
        width: 70%;
    }

    .checkbox-container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        font-size: 12px;
        color: #333;
        margin-bottom: 20px;
    }

    .checkbox-container input {
        transform: scale(1.2);
        margin-right: 5px;
    }

    .mfa_page .submit-button {
        display: block;
        margin: 0 auto;
    }

    .contact_info_page .submit-button {
        display: block;
        margin: 0 auto;
    }

    .logo {
        margin: 0 auto 0 auto;
    }

    section {
        padding: 30px 20px 30px 20px;
    }

    .top_section {
        padding: 30px 20px 0 20px;
    }

    .livechat {
        display: block;
    }

    #footer {
        color: #8b8b8b;
        padding: 30px 20px;
    }

    .find-acc.login_menu {
        display: inline-block;
    }

    .sign-in.login_menu {
        display: inline-block;
    }

    #login_header_text {
        display: block;
        padding-right: 30px;
    }

    .login_menu {
        padding: 15px;
        font-size: 16px;
    }

    h4 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .sidebar {
        width: 100%; /*94.7%*/
    }

    .sidebar li.box {
        padding: 20px 20px;
    }

    .sidebar h2 {
        margin: -10px 0 0 0;
    }

    .how_much_box {
        margin: 0 0 0 65px;
    }

    #calender_wrapper {
        left: 31.5%;
    }

    .top-one-block {
        width: 100%;
        font-size: 22px;
    }

    .one-half-block.first {
        padding-right: 25px;
    }

    .one-half-block {
        padding: 10px 0px;
        width: 50%;
        float: left;
    }

    .pay_button_change_amount {
        width: 150px;
    }

    .pay_button_pay {
        width: 159px;
        margin-left: 10px;
    }

    .existing-card-box {
        padding-top: 0;
    }

    .info-method {
        font-size: 16px;
        width: 60%;
    }

    .radio_buttons_selection,
    .fieldset-left-nav {
        width: 28%;
        float: left;
    }

    .fieldset-left-nav .radio_buttons_selection {
        float: none;
        width: 100%;
    }

    #newcc, #newach {
        width: 72%;
    }

    .small_text {
        font-size: inherit;
    }

    .my-account-form {
        width: 50%;
    }

    .h4_pay {
        margin-top: 4px;
        margin-bottom: 10px;
        font-size: 22px;
        font-weight: bold;
    }

    .block-35 {
        width: 35%;
    }

    #savedpaycancel {
        margin-top: 0;
        margin-left: 10px;
    }

    .login-page input[type="text"],
    .login-page input[type="password"],
    .login-page input[type="email"] {
        width: 70%;
    }

    .data-list-wrapper {
        padding-left: 25px;
    }
}


/*-----------------------------------------------------------------------------
Grid
-----------------------------------------------------------------------------*/
.inside_container {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    box-sizing: border-box;
}

.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px; /* 900px */
    box-sizing: border-box;
}

/*.row { overflow: hidden; }*/

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sidebar, .main_col {
    float: left;
    box-sizing: border-box;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
}

.col-10 {
    width: 83.33333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}

.col-sidebar {
    width: 23%;
}

.centered_padding_col {
    padding: 20px;
}

.main_col {
    padding: 0;
}

.mobile-hidden, .mobile-table-hidden, .mobile-hidden-inline, .mobile-hidden-inline-block, .mobile-table-row-hidden {
    display: none;
}

.mobile-display {
    display: block;
}

.mobile-display-inline-block {
    display: inline-block;
}

.mobile-display-inline {
    display: inline;
}

.full-site-hidden {
    display: inline-block;
}

.mobile-display-table-cell {
    display: table-cell;
}

.mobile-display-table-row {
    display: table-row;
}

.col-from-6-to-12 {
    width: 100%;
}

.col-from-9-to-12 {
    width: 100%;
}

.mobile-full-size {
    width: 100%;
}

.margin-top-mobile {
    margin-top: 10px;
}

.centered_body {
    margin: 0 auto;
    width: 100%;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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


.shown-on-phone {
    display: none !important;
}

#mp_choose_accounts_block table th, #mp_choose_accounts_block table td {
    vertical-align: middle;
}

/* ------------------------------ MEDIA ------------------------------ */
@media all and (min-width: 769px) {
    .centered_body {
        width: 35%;
    }

    .col-6 {
        width: 50%;
    }

    .col-from-6-to-12 {
        max-width: 50%;
    }

    .col-from-9-to-12 {
        max-width: 77%; /* 75% */
    }

    .main_col {
        padding-right: 20px;
    }

    .mobile-hidden {
        display: block;
    }

    .mobile-table-hidden {
        display: table-cell !important;
    }

    .mobile-hidden-inline-block {
        display: inline-block;
    }

    .mobile-hidden-inline {
        display: inline;
    }

    .mobile-table-row-hidden {
        display: table-row;
    }

    .full-site-hidden {
        display: none;
    }

    .mobile-display-table-cell {
        display: none;
    }

    .mobile-display-table-row {
        display: none;
    }

    .mobile-display, .mobile-display-inline, .mobile-display-inline-block {
        display: none;
    }

    .mobile-full-size {
        width: inherit;
    }

    .centered_padding_col {
        float: none;
        margin: 0 auto;
    }

    .margin-top-mobile {
        margin-top: 0;
    }

    .horizontal_scroll_bar {
        width: 100%;
        overflow: auto;
    }

    .horizontal_scroll_bar table {
        white-space: nowrap;
    }

    table.simple_responsive_table tr.collapsed-header {
        display: none;
    }
}

@media all and (max-width: 768px) {

    .col-6 {
        width: 100% !important;
    }

    .mobile-table-hidden {
        display: none !important;
    }

    table.simple_responsive_table {
        border: 0;
        border-collapse: collapse;
        margin: 0;
        padding: 0;
        width: 100%;
        table-layout: fixed;
    }

    table.simple_responsive_table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.simple_responsive_table tr {
        background-color: #f8f8f8;
        border-bottom: 3px solid #ddd;
        padding: .35em;
        display: none;
        margin-bottom: .625em;
    }

    table.simple_responsive_table tr.collapsed-header {
        cursor: pointer;
        display: table-row;
    }

    table.simple_responsive_table th,
    table.simple_responsive_table td {
        padding: .625em;
        text-align: center;
    }

    table.simple_responsive_table th {
        font-size: .85em;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    table.simple_responsive_table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
        min-height: 10px;
    }

    table.simple_responsive_table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table.simple_responsive_table td:last-child {
        border-bottom: 0;
    }

    .in_consumer_custom_page {
        width: 100%;
        overflow-x: auto;
    }

    i.wallet_preferred_remove_icon {
        font-size: 18px !important;
        top: 10px;
    }

    .wallet_preferred_text {
        font-size: 16px !important;
        line-height: 18px;
    }

    i.wallet_preferred_check_icon {
        font-size: 16px !important;
    }

    .sidebar a span {
        width: 90%;
    }
}

@media all and (max-width: 400px) {
    .hidden-on-phone {
        display: none !important;
    }

    .shown-on-phone {
        display: block !important;
    }

    #mp_choose_accounts_block div {
        width: 100%;
        overflow: auto;
    }

    #mp_choose_accounts_block table {
        white-space: nowrap;
    }
}

pre {
    white-space: pre-wrap;
    word-break: break-all;
}

.pay_table_details {
    background-color: #f9f9f9;
    width: 400px;
}

.data-list-payment-details {
    background-color: #f9f9f9;
    width: 400px;
    font-size: 16px;
}

.data-list-payment-details > li {
    border-bottom: none;
}

.data-list-payment-details > li > div:first-child {
    padding-left: 10px;
}

.fee_disclaimer {
    font-size: 14px;
    font-style: italic;
}

.clearfix {
    display: block;
    content: "";
    clear: both;
}

#recurring_payment_errors {
    display: none;
}

.additional_disclosure_text_block {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 5px;
}

.additional_disclosure_text_td div.additional_disclosure_text_block {
    border-top: 0 !important;
    margin-top: 0 !important;
}

#mp_choose_accounts_block > div:first-of-type {
    overflow-x: auto;
}

.additional_paynow_text {
    font-size: 16px;
    padding: 10px;
    border-top: 5px solid #CCC;
    background: #EEF9FE;
    overflow: hidden;
}

.additional_paynow_text i.fa {
    font-size: 25px;
    color: #aaa;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.w5pr {
    width: 5%;
}

.w95pr {
    width: 95%;
}

@media all and (max-width: 500px) {
    .additional_paynow_text i.fa {
        display: none;
    }
}

h1.email_pass_login {
    font-size: 24px;
}

@media screen and (max-width: 980px) {
    h1.email_pass_login {
        font-size: 20px;
    }
}

@media screen and (max-width: 830px) {
    h1.email_pass_login {
        font-size: 18px;
    }
}

.pl10 {
    padding-left: 10px;
}

.wd150px {
    width: 150px;
}

.wallet_preferred_block {
    float: right;
    margin-top: -5px;
}

i.wallet_preferred_remove_icon {
    margin: 0 0 0 15px;
    position: relative;
    top: 2px;
    font-size: 20px;
}

i.wallet_preferred_check_icon {
    font-size: 18px;
    margin-right: 3px;
}

.wallet_preferred_inactive_color {
    color: #ccc;
}

.wallet_preferred_text {
    font-size: 18px;
}

.wallet_preferred_text_mobile {
    float: right;
    /*margin-top: 15px;*/
    /*margin-right: 20px;*/
}


.wallet_payment_info_mobile {
    float: left;
    /*margin-top: 15px;*/
    /*margin-right: 20px;*/
}

div.main_options_boxes_wallet {
    padding: 5px 10px;
}

div.main_options_boxes_wallet div.desc {
    padding: 0px;
    line-height: 16px;
}

.wallet_set_default, .wallet_current {
    margin-top: 5px;
}


div.main_options_boxes_wallet span.e-check {
    margin: 0px;
}

.action-trigger-item {
    color: #696969;
}

.add-item-icon {
    margin: 3px 20px 0 0;
    color: #666;
}

.add-item-label {
    margin:0 10px 0 -12px;
}

.add-item-icon,
.add-item-label {
    float: left;
}

.item-focused {
    outline: thin dotted;
}

.mt10px {
    margin-top: 10px;
}

.preferred_payment_method {
    float: right;
}

.preferred_payment_method span {
    font-size: 18px;
    color: #525252;
    margin-right: 15px;
    display: inline-block;
}

div.existing-card-box {
    padding: 5px 0;
}

div.existing-card-box i {
    margin-top: 3px;
}

@media all and (max-width: 1183px) {
    .sidebar a span {
        width: 80%;
    }
}

@media all and (max-width: 1061px) {
    .sidebar a span {
        width: 70%;
    }
}

@media all and (max-width: 785px) {
    .sidebar a span {
        width: 60%;
    }
    .mfa-inputs .mfa-code-inputs .mfa-code {
        width: 30px;
        height: 30px;
        font-size: 13px;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 5px;
        outline: none;
        transition: border-color 0.2s;
    }
}

.wallet-new-card-box {
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 10px;
    background: #fafafa;
    border-radius: 3px;
    box-shadow: 1px 1px 5px rgba(173, 173, 173, .6);
    cursor: pointer;
}

.pb0px {
    padding-bottom: 0;
}

.display-none {
    display: none !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.g-recaptcha-links {
    font-size: 12px;
    max-width: 300px;
}

.mt-5 {
    margin-top: .1rem;
}

.mr-5 {
    margin-right: .3rem;
}

.plans-list-data .item-selected,
.plans-list-data .item-selected td {
    background-color: #CACACA;
    color: #363636;
}

.fieldset-default {
    padding: 0;
    border: none;
    margin: 0;
    margin-inline: 0;
    padding-inline: 0;
    padding-block: 0;
    min-inline-size: auto;
}

.checkbox-list-item {
    position: relative;
    padding: 9px 0 9px 45px;
}

.checkbox-item-wrapper {
    position: absolute;
    left: 7px;
    top: 10px;
}

.table-caption {
    font-weight: normal;
    text-align: center;
    background-color: #FAFAFC;
}

.card-digits {
    color: #545454;
    font-size: 11px;
}

@media all and (min-width: 769px) {
    .tableFixHead {
        overflow-y: auto;
        max-height: 265px;
    }

    .tableFixHead thead th {
        position: sticky;
        top: 0;
    }
}

a.tip {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/public/icons/icon_tooltip_16x16.png) no-repeat;
}

.qtip-bootstrap {
    font-size: 16px;
}

@media (max-width: 319px) {
    .qtip {
        width: 100px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .qtip {
        width: 200px !important;
    }
}

.esign-dialog .ui-dialog-titlebar {
    display: none;
}

.dark-ui-widget-overlay {
    opacity: 0.8;
    background: #000000;
}

@media (max-width: 600px) {
    #esign-dialog.ui-dialog-content {
        padding: 0px;
    }
}

.esign-preloader {
    position: fixed;
    left: 0px;
    top: -100px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url('/public/icons/icon_loader_16x16.gif') 50% 50% no-repeat;
}

.slider_bar {
    display: flex;
    justify-content: center;
    width: 1px;
    height: 10px;
    background: #d3d3d3;
    line-height: 40px; 
}

.payment_slider {
    display: none;
    justify-content: space-between;
    padding: 0 10px;
}
.slider-range[type="range"] {
    -webkit-appearance: none;
    margin-right: 15px;
    width: 50%;
    height: 7px;
    background: orangered;
    border-radius: 5px;
    background-size: 70% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  input.slider-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: black;
    border: 6px solid black;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
  }
  input.slider-range:focus-visible{
    border:none;
  }
  input.slider-range::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }
  .range {
    position: relative;
  }
  .range input[type=range] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    width: 100%;
    height: 22px;
    cursor: pointer;
    display: block;
  }
  .range input[type=range]:focus {
    outline: none;
  }
  .range input[type=range][disabled] {
    opacity: 0.3;
    cursor: default;
  }
  .range .rangeslider {
    position: relative;
    height: 22px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .range .rangeslider:before {
    box-sizing: border-box;
    width: 100%;
    height: 14px;
    background: #e6e6e6;
    border-radius: 100px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .range input::-webkit-slider-runnable-track {
    box-sizing: border-box;
    width: 100%;
    height: 4px;
    background: #e6e6e6;
    border-radius: 100px;
    margin: 11px 0;
  }
  .range input::-moz-range-track {
    box-sizing: border-box;
    width: 100%;
    height: 4px;
    background: #e6e6e6;
    border-radius: 100px;
    margin: 11px 0;
  }
  .range input::-ms-track {
    box-sizing: border-box;
    width: 100%;
    height: 4px;
    background: #e6e6e6;
    border-radius: 100px;
    color: transparent;
    padding: 11px 0;
    background: transparent;
    border-color: transparent;
  }
  .range input::-ms-fill-lower,
  .range input::-ms-fill-upper {
    box-sizing: border-box;
    width: 100%;
    height: 4px;
    background: #e6e6e6;
    border-radius: 100px;
  }
  .range input::-ms-fill-lower {
    background: #60cd18;
  }
  .range .rangeslider-fill-lower {
    /* background-color: #226eb6; */
    border-radius: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 14px;
    will-change: width;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f35a2a+0,f79321+44,f79321+55,f79321+67,fbc917+97 */
background: linear-gradient(to right,  #f35a2a 0%,#f79321 44%,#f79321 55%,#f79321 67%,#fbc917 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  }
  .range input::-webkit-slider-thumb {
    box-sizing: border-box;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
    border: 6px solid #fff;
    height: 24px;
    width: 24px;
    border-radius: 100px;
    background: #333940;
    cursor: pointer;
    -webkit-appearance: none;
            appearance: none;
    transform: translateY(-50%);
    margin-top: 2px;
  }
  .range input::-moz-range-thumb {
    box-sizing: border-box;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
    border: 6px solid #211f20;
    height: 24px;
    width: 24px;
    border-radius: 100px;
    background: #333940;
    cursor: pointer;
  }
  .range input::-ms-thumb {
    box-sizing: border-box;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
    border: 6px solid #211f20;
    height: 24px;
    width: 24px;
    border-radius: 100px;
    background: #333940;
    cursor: pointer;
  }
  .range .rangeslider-thumb {
    box-sizing: border-box;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
    border: 6px solid #211f20;
    height: 24px;
    width: 24px;
    border-radius: 100px;
    background: #211f20;
    cursor: pointer;
    position: absolute;
    touch-action: pan-x;
    top: 50%;
    transform: translateY(-50%);
    will-change: left;
  }

@media all and (max-width: 600px) {
    .mp_modal_overlay {
        z-index: 200;
    }

    #mp_subaccounts_balances_box {
        vertical-align: top;
    }
}

#login_email_btn_fake,
#forgot_pwd_link_fake,
#account_lookup_btn_fake,
#g-recaptcha_login_email_btn_fake,
#g-recaptcha_account_lookup_btn_fake {
    display: none;
}

#looking_up_account_preloader {
    display: none;
    font-size: 16px;
    color: #ff0c00;
}

.looking_up_account_preloader_dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 0 2px;
    background-color: #ff0c00;
    border-radius: 50%;
    animation: looking_up_account_preloader_dot_blink 1.4s infinite both;
}

.looking_up_account_preloader_dot:nth-child(1) {
    animation-delay: -0.32s;
}

.looking_up_account_preloader_dot:nth-child(2) {
    animation-delay: -0.16s;
}

@keyframes looking_up_account_preloader_dot_blink {
    0%, 80%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

.ca_main_error_message_block {
    border: 1px solid #d00;
    margin: 20px auto;
    padding: 20px;
    background: #ffeeee;
    color: #d00;
    font-size: 15px;
}

.account_form_label {
    display: block;
    padding: 7px 0 7px 0 !important;
}

.form-container {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    max-width: 400px;
    text-align: center;
}

.form-title {
    font-size: 18px;
    font-weight: bold;
    color: #1a4dbc; /* Синий цвет заголовка */
    margin-bottom: 15px;
}

.form-description {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}

.input-group {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

.input-group input {
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    transition: border-color 0.2s;
}

.input-group input:focus {
    border-color: #1a4dbc; /* Цвет рамки при фокусе */
}

.helper-text {
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
}

.helper-text a {
    color: #1a4dbc;
    text-decoration: none;
}

.helper-text a:hover {
    text-decoration: underline;
}

.checkbox-container {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #333;
    margin-bottom: 20px;
}

.checkbox-container input {
    transform: scale(1.2);
    margin-right: 5px;
}

.submit-button:hover {
    background-color: #144b8c; /* Более тёмный синий при наведении */
}

.resend-link {
    font-size: 12px;
    margin-bottom: 15px;
}

.mfa_page .submit-button {
    background-color: #1a4dbc;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.contact_info_page .submit-button {
    background-color: #1a4dbc;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.mfa-code-inputs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.mfa-code:focus {
    border-color: #1a4dbc; /* Цвет рамки при фокусе */
}

.mfa-code::placeholder {
    color: transparent;
}

/* Skiplinks styles  */

.skip-links {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
.skip-link {
    position: absolute;
    left: -999px;
    background: #fff;
    color: #0078d4;
    padding: 8px;
    text-decoration: none;
    border: 2px solid #0078d4;
}
.skip-link:focus {
    left: 8px;
    top: auto;
    position: static;
    display: block;
}