.bg-payment-container {
    background-image: url(../img/payment/bg-payment.png);
    background-size: cover;
    background-position: center;
    background-color: transparent;
    background-repeat: no-repeat;
}
@media (max-width:  992px) {
    .bg-payment-container {
        margin-top: 10px;
    }
}

.bg-payment-container .container {
    background: transparent;
}

.dark-mode .bg-payment-container {
    background-image: none;
    background-color: #000;
}

.main-title-container {
    margin: 20px 0;
    padding: 20px 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
    text-align: left;
}

.main-subtitle-container {
    margin: 20px 0;
    padding: 20px 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
    text-align: left;
}

@media (max-width:  992px) {
    .main-title-container, .main-subtitle-container {
        font-size: 22px;
        line-height: 30px;
        margin: 0;
    }
}

@media (min-width:  992px) {
    .main-title-container {
        max-width: 80%;
    }
}

.main-title-container span {
    color: #005294
}

.dark-mode .main-title-container {
    color: #ffffff;
}

.payment-form-listing {
    margin-bottom: 40px
}

@media (max-width: 992px) {
    .payment-form-listing {
        margin-bottom: 20px
    }
}

.dark-mode .payment-form-listing .or-connect {
    background: #ffffff;
}

.dark-mode .payment-form-listing .main-text-container {
    color: #000000;
}

@media (min-width: 992px) and (max-width:1200px) {
    .payment-form-listing .social-media-connect-container {
        flex-direction: column;
        align-items: center;
    }

    .payment-form-listing .btn-social-connect {
        width: 260px;
        max-width: 100%;
    }
}


.security-form .form-control {
    font-size: 14px;
    height: 42px;
}

@media (max-width: 992px) {
    .security-form .form-control {
        height: 42px;
        font-size: 14px
    }
}

.security-form .btn-lg {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.security-form .mm-switch {
    border: 0;
    padding: 0;
}

.security-form .mm-switch-container {
    justify-content: flex-start;
    padding: 0 !important;
    flex-wrap: nowrap;
}

.security-form .mm-switch-container .error {
    flex-basis: 100%;
    display: flex;
    font-weight: 700;
    padding-left: 0;
}

.security-form .mm-switch .mm-switch-toggle {
    flex: 0 0 45px;
    margin-right: 15px;
}

.form-payment-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

@media (max-width: 992px) {
    .form-payment-title {
        font-size: 18px;
    }
}

.form-payment-title a {
    color: #ddd;
    text-decoration: none;
}

.form-payment-title a:hover {
    color: #eee;
    text-decoration: none;
}

.dark-mode .form-payment-container .security-form label {
    color: #000;
}

.payment-form-listing .security-container {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #eaeaea;
    box-shadow: 4px 4px 10px 0 rgb(137 141 154 / 30%);
    margin: 0;
    position: relative;
    overflow: hidden;
}

@media (max-width: 992px){
    .payment-form-listing .security-container {
        background: #fff;
        border-radius: 10px;
        border: 1px solid #eaeaea;
        padding: 15px;
    }
}

.form-flex {
    margin: 0 0 15px 0 !important;
}

.form-flex-content {
    display: flex;
    justify-content: space-between;
}

.col-flex {
    display: flex;
    flex: 0 0 50%;
}

.col-flex:first-child {
    padding-right: 15px
}

.btn-payment {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #F9F9F9;
    color: #888;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 16px;
    border-radius: 10px;
    border: 2px solid #f9f9f9;
}

.btn-payment strong {
    color: #a94442;
    padding-left: 10px;
}

.btn-payment input[type=radio] {
    visibility: hidden;
    width: 0;
    height: 0;
}

.btn-payment-select, .btn-payment:hover, .btn-payment:focus, .btn-payment:active {
    background: #fff;
    color: #005294;
    border: 2px solid #005294;
}
@media (max-width: 992px) {
    .btn-payment {
        font-size: 14px;
        flex-direction: column;
    }
    .btn-payment strong {
        padding-left: 0;
    }
}

@media (max-width: 360px) {
    .btn-payment {
        font-size: 11px
    }
}

#amount-error, #terms-error{
    padding-left: 15px
}

.title__box {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px
}

@media (max-width: 992px) {
    .title__box {
        font-size: 18px;
    }
}

.icon-check {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(../img/payment/icon-check.svg);
    background-size: 100%;
    background-position: center;
    background-color: transparent;
    background-repeat: no-repeat;
    margin: 0 10px 0 0
}


.why-container {
    font-size: 16px;
}

.dark-mode .why-container {
    color: #ffffff
}

@media (max-width:  768px) {
    .why-container {
        margin-top: 40px
    }
}

.why-container p{
    margin-bottom: 15px
}

.why-list li {
    display: flex;
    margin-bottom: 15px;
}

.dark-mode .article-container {
    color: #ffffff;
}

.panel-faq .panel-heading {
}

.panel-faq .panel-title {
    font-size: 18px;
    font-weight: 600;
}

@media (max-width:  992px) {
    .panel-faq .panel-title {
        font-size: 16px;
        line-height: 24px;
    }
}

.panel-faq .fa {
    font-size: 32px;
}

.panel-faq .panel-title a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-decoration: none;
}

.panel-faq .panel-title a:hover {
    text-decoration: none;
}

.article-list-container {
    margin-top: 25px
}

.article-list-container {
    display: -webkit-box;
    overflow-x: auto;
    overflow-y: hidden;
}

.article-list-container .article-news__item {
    margin: 0 15px 15px 0;
    display: flex;
    flex-direction: column;
}

@media (max-width: 480px) {
    .article-list-container .article-news__item{
        flex: 0 0 60%;
        width: 60%;
    }
}

@media (min-width: 480px) and (max-width: 768px){
    .article-list-container .article-news__item  {
        flex: 0 0 40%;
        width: 40%;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    .article-list-container .article-news__item  {
        flex: 0 0 25%;
        width: 25%;
    }
}
@media (min-width: 1024px){
    .article-list-container .article-news__item {
        flex: 0 0 22%;
        width: 22%;
    }
}


.article-list-container::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 10px;
}

.article-list-container::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #c1c1c1;
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}


.article-news__image {
    border-radius: 10px;
    overflow: hidden;
}

.article-news__image img {
    width: 100%;
}

.title__article {
    margin: 10px 0;
    display: block;
}

/* Progress container */

.progress-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

@media (max-width:  992px) {
    .progress-container {
        justify-content: space-between;
    }
    .box-progress-step {
        padding: 0 5px
    }
}

@media (min-width:  992px) {
    .progress-container .box-progress-step {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.progress-step-container-next {
    font-size: 16px;
    padding: 0 15px
}

.progress-step-container {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.progress-step {
    border: 1px solid #888888;
    background: #fff;
    color: #888888;
    border-radius: 50px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    text-align: center;
    margin-right: 15px;
}

.progress-step span  {
    display: block
}
.progress-step .fa {
    display: none;
}

.progress-step .fa, .progress-step span {
    margin: 0 auto;
}

.progress-step-check {
    border: 1px solid #005294;
    background: #005294;
    color: #fff;
}

.progress-step-check .fa {
    display: block !important;
}
.progress-step-check span {
    display: none;
}

.progress-title {
    font-size: 14px;
    color: #888888;
}

.progress-step-check-container .progress-title {
    color: #005294;
}

@media (max-width:  992px) {
    .progress-step-container {
        flex-direction: column;
        text-align: center;
        font-size: 12px;
        padding: 0
    }
    .progress-step {
        margin-right: 0;
        margin-bottom: 5px
    }
    .progress-title {
        font-size: 12px
    }
}

.loading-container {
    background: rgba(255,255,255,0.9) url(../img/payment/rolling.svg) no-repeat 50% 50%;
    min-height: 300px;
    z-index: 9999;
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}