select:required:invalid {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: right;
    color: #e8e3e6 !important;
}
option[value=""][disabled] {
    display: none;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: right;
    color: #e8e3e6;
}
option {
    color: black;
}

.new-payment {
    padding: 0;
    background-color: #ffffff;
}

.new-payment .payments {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 16px 16px 60px 16px;
}

.new-payment .payment-nav {
    width: 100%;
    height: 48px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 2px 4px 0 rgba(128, 20, 76, 0.08);
    background-color: #fff4d7;
    margin: 0;
    padding: 12px 17px 12px 12px;
}

.new-payment .payment-nav .title {
    line-height: 1.56;
    text-align: center;
    color: #f8c845;
    margin-right: 4px;
    text-decoration: none;
    font-weight: 500;
}

.new-payment .payment-nav .title {
    display: inline-block;
}

.new-payment .payment-nav .link {
    float: left;
    padding: 3px;
}

.new-payment .payment-nav .link a {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: right;
    color: #ff0085;
    text-decoration: none;
}

.new-payment .mobile-label {
    display: block;
    margin-bottom: -12px;
    margin-top: 24px;
}

.new-payment .button {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(51, 183, 173, 0.13);
    background-image: linear-gradient(93deg, #00a699 0%, #33b7ad 112%);
    border: none;
}

.new-payment .pay-button {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(51, 183, 173, 0.13);
    background-image: linear-gradient(93deg, #00a699 0%, #33b7ad 112%);
}

.new-payment .pay-card {
    width: 100%;
    height: 48px;
    border-radius: 24px;
    box-shadow: 0 2px 8px 0 rgba(128, 20, 76, 0.24);
    background-color: #2196f3;
}

.new-payment .button.return {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}

.new-payment .button a.link {
    display: block;
    height: 48px;
    padding: 12px 10px 10px 10px;
    text-align: center;
    text-decoration: none;
}

.new-payment .button a.link .icon {
    position: relative;
    top: 2px;
}

.new-payment .pay-button a.link {
    display: block;
    height: 48px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}

.new-payment .payments {
    display: flex;
    flex-direction: column;
}

.new-payment .payments .payment {
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

.new-payment .payments .payment .line {
    width: 16px;
    height: 4px;
    position: relative;
    top: 12px;
    right: -30px;
    padding-left: 6px;
    border-color: #ffc837;
}

.fw-b {
    font-weight: bold;
}

.new-payment .payments .payment .image {
    max-width: 100%;
}

.new-payment .payments .payment.discount {
    position: relative;
}

.new-payment .payments .payment .pay-table {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #fffaea;
    height: 36px;
    border-radius: 3px;
    padding: 7px 8px;
}

.new-payment .payments .payment.sum .pay-table {
    background-color: #ffde87;
}

.new-payment .payments .payment .pay-table.tax {
    padding-top: 0;
}

.new-payment .payments .payment.pay-table .pay-cell {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.new-payment .payments .payment .pay-table .unit {
    margin-top: -2px;
    margin-right: 2px;
}

.new-payment .payments .payment .pay-table .unit.torchRed {
    color: #FF0033;
}

.new-payment .payments .payment .description {
    padding: 0px 8px;
    text-align: justify;
}

/* .new-payment .payments .payment.sum{
    background-color: #f3eef1;
} */

/* .new-payment .payments .payment.cost{
    background-color: #e5f6f5;
} */

/* .new-payment .payments .payment.point {
    background-color: #fffaea;
} */

.new-payment .payments .payment.free {
    background-color: #f3eef1;
}

/* .new-payment .payments .payment.discount {
    background-color: #fff2f2;
} */

.new-payment .payments .payment .curve-line {
    position: absolute;
    width: 100px;
    height: 20px;
    left: 5px;
    bottom: 4px;
    background-image: url(/assets/images/curve-line.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.new-payment .payments .payment.total {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.new-payment .payments .payment.total .pay-cell {
    position: relative;
}

.new-payment .payments .payment.total .pay-cell .over-line {
    position: absolute;
    width: 50px;
    height: 8px;
    background-image: url(/assets/images/over-line.svg);
    background-repeat: no-repeat;
    right: 5px;
    top: 6px;
}

.new-payment .payments .payment.end-line {
    width: 100%;
    height: 56px;
    background-image: url(/assets/images/end-line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -15px;
}

@media only screen and (min-width: 600px) {
    .new-payment .payments .payment.end-line {
        background-size: cover;
        height: 93px;
    }
}

.new-payment .payments .payment.total-price {
    height: 90px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #e5f6f5;
    align-items: center;
    padding-top: 19px;
    padding-bottom: 16px;
    margin-right: -16px;
    margin-left: -16px;
}

.new-payment .payments .payment.total-price.success-pay {
    height: auto;
    padding-bottom: 0;
    padding-top: 0;
    background: transparent;
}

.new-payment .payments .payment.online {
    height: auto;
    border-radius: 12px;
    background-color: rgba(242, 251, 250, 0.6);
    margin: 23px -16px 0;
}

.new-payment .payments .payment.card {
    margin: -6px -16px 0;
    padding-top: 16px;
}

.new-payment .payments .payment.online .payment-type.head,
.new-payment .payments .payment.card .payment-type.head{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #ccedeb;
}

label .payment-type.head {
    cursor: pointer;
}

.new-payment .payments .payment.card .payment-type.head.sub {
    flex-direction: column;
}

.payment-type.head .control {
    position: relative;
}

.payment-type.head input {
    opacity: 0;
}
.payment-type.head input:checked  ~ .checkmark{
    background-color: #00a699;
    font-size: 12px;
    transition: font-size 100ms;
}

.payment-type.head .checkmark {
    position: absolute;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    right: 0;
    background-color: #ffffff;
    border: solid 1px #00a699;
    font-size: 0px;
    padding: 1px 2px 1px 0;
    color: #ffffff;
}

.new-payment .payments .payment.online .payment-type.head .description,
.new-payment .payments .payment.card .payment-type.head .description{
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

.new-payment .payments .payment.online .payment-type.head .description .title,
.new-payment .payments .payment.card .payment-type.head .description .title{
    font-size: 16px;
    line-height: 1.19;
    color: #242c37;
}

.new-payment .payments .payment.online .payment-type.head .description .detail,
.new-payment .payments .payment.card .payment-type.head .description .detail{
    font-size: 10px;
    line-height: 1.8;
    color: #787275;
    margin-top: 4px;
}

.new-payment .payments .payment.online .payment-type.head .payment-symbol{
    width: 46.4px;
    height: 32.7px;
    background-image: url('../images/shetab.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.new-payment .payments .payment.card .payment-type.head .payment-symbol {
    width: 64.4px;
    height: 44.7px;
    background-image: url(../images/debit-card.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 14px;
}

.new-payment .payments .payment.online .payment-type.body{
    display: none;
    padding: 16px;
}

.new-payment .payments .payment.online .payment-type.body.open,
.new-payment .payments .payment.card .payment-type.body.open {
    display: block;
}

.new-payment .payments .payment.online .payment-type.body .title,
.new-payment .payments .payment.card .payment-type.body .title {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: right;
    color: #787275
}

.new-payment .payments .payment.online .payment-type.body .description,
.new-payment .payments .payment.card .payment-type.body .description {
    font-size: 11px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.82;
    letter-spacing: normal;
    text-align: right;
    color: #787275;
    padding-top: 4px;
}

.new-payment .payments .payment.online .payment-type.body {
    padding: 16px;
}

.new-payment .payments .payment.online .payment-type.body .title {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: right;
    color: #787275
}

.new-payment .payments .payment.online .payment-type.body .description {
    font-size: 11px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.82;
    letter-spacing: normal;
    text-align: right;
    color: #787275;
    padding-top: 4px;
}

.new-payment .payments .payment.total-price .tax-price{
    flex-basis: 100%;
    text-align: center;
    color: #787275;
}

.new-payment .payments .payment.total-price.info {
    height: 28px;
    /* background-color: #ffe5f3; */
    padding: 0px 8px 0px 8px;
    margin-top: 24px;
    background-color: #ffffff!important;
}

.new-payment .payments .payment.price-table {
    border-radius: 3px;
    background-color: #fffaea;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 11px;
    text-align: center;
}

.new-payment .payments .payment .price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 11px;
    padding-bottom: 11px;
}

.new-payment .payments .payment.note {
    height: 91px;
    background-color: #fff4d7;
    margin: 0px -16px 0 -16px;
    padding: 11px 16px 15px 16px;
}

.new-payment .payments .payment.c2c-payment {
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 4px 8px 0 rgba(20, 79, 128, 0.16);
    background-color: #ffffff;
    /* padding: 12px 16px 10px 16px; */
}

.new-payment .payments .payment .price.use-point {
    height: 48px;
    text-align: center;
    margin-right: -8px;
    margin-left: -8px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(128, 98, 20, 0.16);
    padding: 0;
    margin: 11px 12px -24px 12px;
    border-radius: 3px;
}

.new-payment .payments .payment .price.use-point .points-label {
    display: block;
    /*width: 100%;*/
    /*margin-top: 4px;*/
}

.new-payment .payments .payment .price.use-point .points-label.checkbox {
    width: 220px;
    padding-top: 1px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
}

/* .new-payment .payments .payment .price.use-points input {
    width: 24px;
    height: 24px;
    border-radius: 3px;
    border: solid 2px #ffc837;
    background-color: #fffaea;
} */

.new-payment .payments .payment.c2c-payment .c2c-header {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: space-between;
    padding: 12px 16px 10px 16px
}

.new-payment .payments .payment.c2c-payment .c2c-content {
    padding: 12px 16px 10px 16px;
}

.new-payment .payments .payment.c2c-payment .c2c-content.close {
    display: none;
}

.new-payment .payments .payment.c2c-payment .c2c-content.open {
    display: block;
}

.new-payment .payments .payment.c2c-payment .c2c-content .c2c-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.checkbox {
    /*display: inline-flex;*/
    display: flex;
    cursor: pointer;
    position: relative;
    top: -3px;
}

.checkbox > span {
    padding-right: 8px;
}

.checkbox > input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    transition-duration: 0.3s;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: solid 1px #ffc837;
    background-color: #ffffff;
    top: 4px;
}

.checkbox > input:checked {
    border: solid 1px #ff335c;
    background-color: #ff335c;
}

.checkbox > input:checked::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #ffffff;
    position: absolute;
    right: 2px;
    top: -3px;
}

.checkbox > input:active {
    border: 2px solid #ffc837;
}

.new-payment .payments .payment .image {
    width: 100%;
    height: 100%;
}

.new-payment .payments .payment.card2card {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    margin-top: 24px;
    padding: 10px 0px 1px 0px;
    border-radius: 3px;
    box-shadow: 0 2px 8px 0 rgba(128, 20, 76, 0.24);
    background-color: #ffffff;
}

.new-payment .payments .payment.card2card .content {
    padding-bottom: 40px;
}

.new-payment .payments .payment .form-field {
    display: flex;
    position: relative;
    flex-direction: row;
    margin-top: 16px;
}

.new-payment .payments .payment .form-field.card-numbers {
    justify-content: space-between;
}

.new-payment .payments .payment .form-field.pay-times {
    justify-content: center;
}

.new-payment .payments .payment .text-box {
    width: 70%;
    height: 48px;
    border-radius: 3px;
    border: solid 1px #66c9c2;
    background-color: #ffffff;
    text-align: center;
    padding: 8px;
    font-size: 20px;
    font-weight: 500;
    color: #1e0f17;
}

.new-payment .payments .payment .text-box.new {
    border-radius: 8px;
    border: solid 1px #66c9c2;
    background-color: #ffffff;
}

.new-payment .payments .payment .text-box.mobile {
    text-align: left;
}

.new-payment .payments .payment .text-box.error {
    border: solid 1px #ff335c;
    background-color: #fff2f4;
}

.new-payment .payments .payment .text-box:focus {
    border: solid 1px #4a9a95;
}

.new-payment .payments .payment .text-box::placeholder {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #e8e3e6;
}

.new-payment .payments .payment .text-box.card-number{
    width: 23%;
    text-align: center;
}

.new-payment .payments .payment .text-box.card-number::placeholder {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: normal;
    text-align: center;
    color: #d2c8cd;
}

.new-payment .payments .payment .text-box.pay-time{
    width: 80px;
}

.new-payment .payments .payment .text-box.pay-time::placeholder{
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #e8e8e8;
}

.new-payment .payments .payment .text-box.disable {
    height: 48px;
    border-radius: 3px;
    border: solid 1px #66c9c2;
    background-color: #f3eef1;
}

.new-payment .payments .payment .select-box {
    width: 30%;
    margin-right: 8px;
    height: 48px;
    border-radius: 3px;
    border: solid 1px #ff99ce;
    background-color: #ffffff;
    font-size: 20px;
    color: #787878;
}

/*.new-payment .payments .payment .select-box.new {*/
    /*border-radius: 8px;*/
    /*border: solid 1px #ccedeb;*/
    /*background-color: #f3eef1;*/
/*}*/

.new-payment .payments .payment .select-box.error {
    border: solid 1px #ff335c;
    background-color: #fff2f4;
}

.new-payment .payments .payment .form-field .select2.select2-container.select2-container--default {
    width: 30% !important;
    height: 48px;
    font-size: 20px;
    color: #787878;
    border-radius: 8px;
    border: solid 1px #ccedeb;
    background-color: #f3eef1;
}

.new-payment .select2-container--default .select2-selection--single{
    border: none;
    height: 100%;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
}
select[disabled] + .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #d2c8cd;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px;
    left: 10px;
}

.payment select + .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px;
    left: 4px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
    padding-top: 0px;
    padding-right: 3px;
}

.payment select + .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
    padding-top: 6px;
    padding-right: 6px;
}

.payment select + .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
    padding-top: 6px;
    padding-right: 6px;
}

#similardietmobilecountry + .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
    padding-top: 0px;
    padding-right: 3px;
}

#mobilecountry + .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
    padding-top: 2px;
    padding-right: 0px;
    color: #888;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent #1e0f17 #1e0f17 transparent;
    border-radius: 3px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    transform: rotate(45deg);
    height: 12px;
    left: 12px;
    /* margin-left: -4px; */
    /* margin-top: -9px; */
    position: absolute;
    top: 50%;
    width: 12px;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent #4caf50 #4caf50 transparent;
    border-radius: 3px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    transform: rotate(45deg);
    height: 12px;
    left: -4px;
    /* margin-left: -4px; */
    /* margin-top: -9px; */
    position: absolute;
    top: 6px;
    width: 12px;
}

#form-camp .campaign-box-green .form-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: right;
}

/*#form-camp .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {*/
    /*left: -4px;*/
/*}*/

/*#form-camp .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {*/
    /*left: -4px;*/
    /*border-color: transparent #4caf50 #4caf50 transparent;*/
/*}*/

select[disabled] + .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent #d2c8cd #d2c8cd transparent;
    border-radius: 3px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    transform: rotate(45deg);
    height: 12px;
    left: 12px;
    /* margin-left: -4px; */
    /* margin-top: -9px; */
    position: absolute;
    top: 50%;
    width: 12px;
}

#mobilecountry + .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent #888 #888 transparent;
    border-radius: 3px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    transform: rotate(45deg);
    height: 12px;
    left: 12px;
    margin-left: -4px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 12px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent #4caf50 #4caf50 transparent;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    transform: rotate(225deg);
    height: 12px;
    left: 0px;
    /* margin-left: -4px; */
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 12px;
}

#mobilecountry + .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent #888;
    margin-top: -1px;
}

select[disabled] + .slect2-container--default .select2-selection--single .select2-selection__arrow b {
    /*border-color: transparent #d2c8cd #d2c8cd transparent;*/
    border-color: transparent #4caf50 #4caf50 transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent #4caf50 #4caf50 transparent;
}

.new-payment .payments .payment .date {
    /*display: flex;*/
    justify-content: space-between!important;
    display: flex;
    justify-content: center;
    margin-right: -10px;
    margin-left: -10px;
}

.new-payment .payments .payment .date .select2-container.select2-container--default {
    display: block;
    height: 40px;
    border-radius: 3px;
    border: solid 1px #66c9c2;
    background-color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: right;
}

.new-payment .payments .payment .date #pay-day + .select2-container.select2-container--default {
    width: 25%!important;
    margin-left: 4px;
}

.new-payment .payments .payment .date #pay-month + .select2-container.select2-container--default {
    width: 35%!important;
    margin-left: 4px;
    margin-right: 4px;
}

.new-payment .payments .payment .date #pay-year + .select2-container.select2-container--default {
    width: 30%!important;
    margin-right: 4px;
}

.new-payment .payments .payment .date .select2-container.select2-container--default .select2-selection__arrow b {
    border-color: transparent #4b4749 #4b4749 transparent;
    border-radius: 3px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    transform: rotate(45deg);
    height: 12px;
    left: 11px;
    /* margin-left: -4px; */
    /* margin-top: -9px; */
    position: absolute;
    top: 10px;
    width: 12px;
}

.new-payment .payments .payment .date .select2-selection__placeholder {
    color: #e8e3e6;
}

.new-payment .payments .payment .date select:focus {
    border: solid 1px #66c9c2;
}

.new-payment .payments .payment .date select:first-child {
    width: 25%;
}

.new-payment .payments .payment .date select:nth-child(2) {
    width: 40%;
}

.new-payment .payments .payment .date select:nth-child(3) {
    width: 30%;
}

.new-payment .payments .payment .form-input-select {
    display: block;
    height: 40px;
    border-radius: 3px;
    border: solid 1px #66c9c2;
    background-color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: right;
    color: #1e0f17;
}

.new-payment .payments .payment .form-input-select::placeholder {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: right;
    color: #e8e3e6;
}

.new-payment .gray{
    color: #787275;
}

.new-payment .dark{
    color: #1e0f17;
}

.new-payment .gray2{
    color: #4b4749;
}

.new-payment .pink{
    color: #ff0085;
}

.new-payment .teal{
    color: #00a699;
}

.new-payment .light-gray{
    color: #a59da1;
}

.new-payment .light{
    color: #ffffff;
}

.new-payment .lighter-gray{
    color: #a5a5a5;
}

.new-payment .violet{
    color: #9b00a6;
}

.new-payment .gray3{
    color: #707070;
}

.new-payment .yellow{
    color: #ffc837;
}

.new-payment .gray4{
    color: #4b4b4b;
}

.new-payment .red{
    color: #ff0033;
}

.new-payment .green{
    color: #00a699;
}

.new-payment .normal {
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

.new-payment .justify-align {
    text-align: justify;
}

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

.new-payment .btn-call {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
}

@media (max-width: 767px) {
    .hidden-c {
        display: none !important;
    }
}

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

@media (max-width: 767px) {
    .visible-c {
        display: block !important;
    }
}

.visible-c .title {
    text-decoration: none;
}   
