﻿﻿.accordion-body {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.accordion-body .col-xl-6 {
    width: calc(50% - 10px);
}

.accordion-body .col-xl-12 {
    width: 100%
}

.form-check-input .form-check-inline {
    padding-top: 8px
}

    .form-check-input .form-check-inline label {
        margin-top: 0
    }

.form-check-input .form-check-inline {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.form-check-input {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    align-items: center;
}

.contact-icon {
    display: flex;
    flex-direction: column;
    column-gap: 20px;
    align-items: start;
}

.new-address a {
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #000;
    text-decoration: none;
}

    .new-address a:hover {
        color: #ff6a00
    }

.fade:not(.show) {
    opacity: 1
}

.pointer:not(.selected) span {
    color: #9999997e;
}

.pointer:hover {
    cursor: pointer
}

    .pointer:hover span {
        color: #000000ff;
    }

.payment-content {
    background: url(/media/loginbg.png) no-repeat bottom right;
}

    .payment-content
    .container-fluid {
        width: calc(100% - 600px);
        background-color: #ffffff73;
        box-shadow: #11111128 0 0 10px;
        backdrop-filter: blur(3px);
        padding: 35px;
        border-radius: 22px;
    }

.fw-bolder {
    font-size: 13px
}

.modal.fade {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000038;
    z-index: 1050;
    overflow: hidden;
    height: 100vh;
    padding: 80px 0
}

.modal-dialog {
    min-width: 480px;
    background: #fff;
    border-radius: 20px;
    max-width: 570px
}

.modal-content textarea,
.modal-content select,
.modal-content .form-control {
    width: calc(100% - 40px);
    padding: 10px 20px;
    outline: none;
    margin: 5px 0;
}

.modal-content select {
    width: 100%
}

.modal-content label {
    margin-top: 8px;
    display: block
}

.modal .account-button {
    float: right;
    background: #ff3300;
    color: #fff;
    display: inline-block;
    padding: 14px 40px;
    border: none;
    transition: all ease .5s;
    cursor: pointer;
}

    .modal .account-button:hover {
        background: #6d2e73
    }

.modal-dialog {
    position: relative;
    margin: 80px 0;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.modal-body .btn-close {
    cursor: pointer;
    background: red;
    color: #fff;
    right: 0px;
    top: 0px;
    position: absolute;
    border: none;
    padding: 10px;
    line-height: 1.2
}

.modal-dialog::-webkit-scrollbar {
    display: none;
}

.checkbox-text {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    cursor: pointer
}

.contracts-approve {
    position: relative;
    border-radius: 6px;
    border: solid 1px #e6e6e6;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

    .contracts-approve p {
        max-width: 100%;
        color: #999;
        font-size: 11px;
    }

.checkbox-wrapper {
    display: block;
    margin: 5px 0;
    cursor: pointer;
    color: #999;
    transition: .2s ease-in;
    z-index: 9
}

    .checkbox-wrapper input[type=checkbox] + .checkbox-text:before {
        transition: .2s ease-in;
        content: '';
        margin-right: 10px;
        font-weight: 400;
        border: 1px solid #e6e6e6;
        width: 18px;
        color: #e6e6e6;
        height: 18px;
        border-radius: 2px;
        background-color: #fbfbfb;
        outline: 0;
    }

    .checkbox-wrapper input[type=checkbox]:checked + .checkbox-text:before {
        content: "\f00c";
        font-weight: 900;
        font-family: "Font Awesome 6 Free";
        color: #fefefe;
        font-size: 9px;
        background-color: #1976d2;
        line-height: 2;
        text-align: center;
        border-color: #1976d2;
        outline: 0;
    }

    .checkbox-wrapper input[type=checkbox] {
        display: none;
    }

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif
}

p {
    margin: 0
}

.container {
    max-width: 900px;
    margin: 30px auto;
}

.box-right {
    padding: 30px 25px;
    background-color: #efefef;
    position:relative;
    border-radius: 15px
}

.box-left {
    padding: 20px 20px;
    background-color: #efefef;
    border-radius: 15px
}

.textmuted {
    color: #7a7a7a
}

.bg-green {
    background-color: #e43312;
    color: #fff;
    padding: 3px 0;
    display: inline;
    border-radius: 25px;
    font-size: 12px
}

.p-blue {
    font-size: 14px;
    color: #3c3c3c
}

.fas.fa-circle {
    font-size: 12px
}

.p-org {
    font-size: 14px;
    color: #e43312
}

.h7 {
    font-size: 15px
}

.h8 {
    font-size: 12px
}

.h9 {
    font-size: 10px
}

.bg-blue {
    border-radius: 5px;
    max-height: 300px;
    overflow-y: scroll
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 12px;
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 12px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #e43312
}

.w-480 {
    width: 480px;
}

.form-control {
    box-shadow: none !important
}

.card input::placeholder {
    font-size: 14px
}

::placeholder {
    font-size: 14px
}

input.card {
    position: relative
}

.card
input + i {
    position: absolute;
    top: 10px;
    padding: 0 15px
}

.fas,
.far {
    cursor: pointer
}

.cursor {
    cursor: pointer
}

.btn.btn-primary, .btn.btn-success {
    box-shadow: none;
    height: 40px;
    padding: 11px
}

.bg.btn.btn-primary,
.bg.btn.btn-success {
    background-color: transparent;
    border: none;
    color: #1976d2
}

    .bg.btn.btn-primary:hover {
        color: #539ee9
    }

@media(max-width:320px) {
    .h8 {
        font-size: 11px
    }

    .h7 {
        font-size: 13px
    }

    ::placeholder {
        font-size: 10px
    }
}

* {
    box-sizing: border-box;
}

    *:focus {
        outline: none;
    }

.wrapper {
    display: flex;
}

@media screen and (max-width: 700px), (max-height: 500px) {
    .wrapper {
        flex-wrap: wrap;
        flex-direction: column;
    }
}

.card-form {
    margin: auto;
    width: 100%;
}

@media screen and (max-width: 576px) {
    .card-form {
        margin: 0 auto;
    }
}

.card-form__inner {
    background: #fff;
    border-radius: 10px;
    padding: 35px;
}

@media screen and (max-width: 480px) {
    .card-form__inner {
        padding: 25px;
    }
}

@media screen and (max-width: 360px) {
    .card-form__inner {
        padding: 15px;
    }
}

.card-form__row {
    display: flex;
    align-items: flex-start;
}

@media screen and (max-width: 480px) {
    .card-form__row {
        flex-wrap: wrap;
    }
}

.card-form__col {
    flex: auto;
    margin-right: 35px;
}

    .card-form__col:last-child {
        margin-right: 0;
    }

@media screen and (max-width: 480px) {
    .card-form__col {
        margin-right: 0;
        flex: unset;
        width: 100%;
        margin-bottom: 20px;
    }

        .card-form__col:last-child {
            margin-bottom: 0;
        }
}

.card-form__col.-cvv {
    max-width: 150px;
}

@media screen and (max-width: 480px) {
    .card-form__col.-cvv {
        max-width: initial;
    }
}

.card-form__group {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

    .card-form__group .card-input__input {
        flex: 1;
        margin-right: 15px;
    }

        .card-form__group .card-input__input:last-child {
            margin-right: 0;
        }

.contract-read {
    color: #e43312
}

.card-form__button {
    height: 55px;
    background: #e43312;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins;
    box-shadow: 3px 10px 20px 0px #e4331271;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
    padding: 0 20px;
    transition: all ease .5s;
    display: block;
    line-height: 55px;
    text-decoration: none;
}

    .card-form__button:hover {
        box-shadow: none;
        color: #fff
    }

@media screen and (max-width: 480px) {
    .card-form__button {
        margin-top: 10px;
    }
}

.card-item {
    max-width: 430px;
    height: 270px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .card-item {
        max-width: 310px;
        height: 220px;
        width: 90%;
    }
}

@media screen and (max-width: 360px) {
    .card-item {
        height: 180px;
    }
}

.card-item.-active .card-item__side.-front {
    transform: perspective(1000px) rotateY(180deg) rotateX(0deg) rotateZ(0deg);
}

.card-item.-active .card-item__side.-back {
    transform: perspective(1000px) rotateY(0) rotateX(0deg) rotateZ(0deg);
}

.card-item__focus {
    position: absolute;
    z-index: 3;
    border-radius: 5px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.35s cubic-bezier(0.71, 0.03, 0.56, 0.85);
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.65);
}

    .card-item__focus:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #08142f;
        height: 100%;
        border-radius: 5px;
        filter: blur(25px);
        opacity: 0.5;
    }

    .card-item__focus.-active {
        opacity: 1;
    }

.card-item__side {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 60px 0 rgba(14, 42, 90, 0.55);
    transform: perspective(2000px) rotateY(0deg) rotateX(0deg) rotate(0deg);
    transform-style: preserve-3d;
    transition: all 0.8s cubic-bezier(0.71, 0.03, 0.56, 0.85);
    backface-visibility: hidden;
    height: 100%;
}

    .card-item__side.-back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transform: perspective(2000px) rotateY(-180deg) rotateX(0deg) rotate(0deg);
        z-index: 2;
        padding: 0;
        height: 100%;
    }

        .card-item__side.-back .card-item__cover {
            transform: rotateY(-180deg);
        }

.card-item__bg {
    max-width: 100%;
    display: block;
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card-item__cover {
    height: 100%;
    background-color: #1c1d27;
    position: absolute;
    height: 100%;
    background-color: #1c1d27;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

    .card-item__cover:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(6, 2, 29, 0.45);
    }

.card-item__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 0 10px;
}

@media screen and (max-width: 480px) {
    .card-item__top {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__top {
        margin-bottom: 15px;
    }
}

.card-item__chip {
    width: 60px;
}

@media screen and (max-width: 480px) {
    .card-item__chip {
        width: 50px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__chip {
        width: 40px;
    }
}

.card-item__type {
    height: 45px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    max-width: 100px;
    margin-left: auto;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .card-item__type {
        height: 40px;
        max-width: 90px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__type {
        height: 30px;
    }
}

.card-item__typeImg {
    max-width: 100%;
    object-fit: contain;
    max-height: 100%;
    object-position: top right;
}

.card-item__info {
    color: #fff;
    width: 100%;
    max-width: calc(100% - 85px);
    padding: 10px 15px;
    font-weight: 500;
    display: block;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .card-item__info {
        padding: 10px;
    }
}

.card-item__holder {
    opacity: 0.7;
    font-size: 13px;
    margin-bottom: 6px;
}

@media screen and (max-width: 480px) {
    .card-item__holder {
        font-size: 12px;
        margin-bottom: 5px;
    }
}

.card-item__wrapper {
    font-family: "Source Code Pro", monospace;
    padding: 25px 15px;
    position: relative;
    z-index: 4;
    height: 100%;
    text-shadow: 7px 6px 10px rgba(14, 42, 90, 0.8);
    user-select: none;
}

@media screen and (max-width: 480px) {
    .card-item__wrapper {
        padding: 20px 10px;
    }
}

.card-item__name {
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

@media screen and (max-width: 480px) {
    .card-item__name {
        font-size: 16px;
    }
}

.card-item__nameItem {
    display: inline-block;
    min-width: 8px;
    position: relative;
}

.card-item__number {
    font-weight: 500;
    line-height: 1;
    color: #fff;
    font-size: 27px;
    margin-bottom: 35px;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .card-item__number {
        font-size: 21px;
        margin-bottom: 15px;
        padding: 10px 10px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__number {
        font-size: 19px;
        margin-bottom: 10px;
        padding: 10px 10px;
    }
}

.card-item__numberItem {
    width: 16px;
    display: inline-block;
}

    .card-item__numberItem.-active {
        width: 30px;
    }

@media screen and (max-width: 480px) {
    .card-item__numberItem {
        width: 13px;
    }

        .card-item__numberItem.-active {
            width: 16px;
        }
}

@media screen and (max-width: 360px) {
    .card-item__numberItem {
        width: 12px;
    }

        .card-item__numberItem.-active {
            width: 8px;
        }
}

.card-item__content {
    color: #fff;
    display: flex;
    align-items: flex-start;
}

.card-item__date {
    flex-wrap: wrap;
    font-size: 18px;
    margin-left: auto;
    padding: 10px;
    display: inline-flex;
    width: 80px;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .card-item__date {
        font-size: 16px;
    }
}

.card-item__dateItem {
    position: relative;
}

    .card-item__dateItem span {
        width: 22px;
        display: inline-block;
    }

.card-item__dateTitle {
    opacity: 0.7;
    font-size: 13px;
    padding-bottom: 6px;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .card-item__dateTitle {
        font-size: 12px;
        padding-bottom: 5px;
    }
}

.card-item__band {
    background: rgba(0, 0, 19, 0.8);
    width: 100%;
    height: 50px;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 480px) {
    .card-item__band {
        margin-top: 20px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__band {
        height: 40px;
        margin-top: 10px;
    }
}

.card-item__cvv {
    text-align: right;
    position: relative;
    z-index: 2;
    padding: 15px;
}

    .card-item__cvv .card-item__type {
        opacity: 0.7;
    }

@media screen and (max-width: 360px) {
    .card-item__cvv {
        padding: 10px 15px;
    }
}

@media (max-width: 768px) {
    .payment-content
    .container-fluid {
        width: 100% !important
    }
}

.card-item__cvvTitle {
    padding-right: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}

.card-item__cvvBand {
    height: 45px;
    background: #fff;
    margin-bottom: 30px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    color: #1a3b5d;
    font-size: 18px;
    border-radius: 4px;
    box-shadow: 0px 10px 20px -7px rgba(32, 56, 117, 0.35);
}

@media screen and (max-width: 480px) {
    .card-item__cvvBand {
        height: 40px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__cvvBand {
        margin-bottom: 15px;
    }
}

.card-list {
    margin-bottom: -130px;
}

@media screen and (max-width: 480px) {
    .card-list {
        margin-bottom: -120px;
    }
}

.card-input {
    margin-bottom: 20px;
}

.card-input__label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #1a3b5d;
    width: 100%;
    display: block;
    user-select: none;
}

.card-input__input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ced6e0;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    padding: 5px 15px;
    background: none;
    color: #1a3b5d;
    font-family: Poppins;
}

    .card-input__input:hover, .card-input__input:focus {
        border-color: #e43312;
    }

    .card-input__input:focus {
        box-shadow: 0px 10px 20px -13px rgba(32, 56, 117, 0.35);
    }

    .card-input__input.-select {
        -webkit-appearance: none;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAeCAYAAABuUU38AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUxJREFUeNrM1sEJwkAQBdCsngXPHsQO9O5FS7AAMVYgdqAd2IGCDWgFnryLFQiCZ8EGnJUNimiyM/tnk4HNEAg/8y6ZmMRVqz9eUJvRaSbvutCZ347bXVJy/ZnvTmdJ862Me+hAbZCTs6GHpyUi1tTSvPnqTpoWZPUa7W7ncT3vK4h4zVejy8QzM3WhVUO8ykI6jOxoGA4ig3BLHcNFSCGqGAkig2yqgpEiMsjSfY9LxYQg7L6r0X6wS29YJiYQYecemY+wHrXD1+bklGhpAhBDeu/JfIVGxaAQ9sb8CI+CQSJ+QmJg0Ii/EE2MBiIXooHRQhRCkBhNhBcEhLkwf05ZCG8ICCOpk0MULmvDSY2M8UawIRExLIQIEgHDRoghihgRIgiigBEjgiFATBACAgFgghEwSAAGgoBCBBgYAg5hYKAIFYgHBo6w9RRgAFfy160QuV8NAAAAAElFTkSuQmCC");
        background-size: 12px;
        background-position: 90% center;
        background-repeat: no-repeat;
        padding-right: 30px;
    }

.slide-fade-up-enter-active {
    transition: all 0.25s ease-in-out;
    transition-delay: 0.1s;
    position: relative;
}

.slide-fade-up-leave-active {
    transition: all 0.25s ease-in-out;
    position: absolute;
}

.slide-fade-up-enter {
    opacity: 0;
    transform: translateY(15px);
    pointer-events: none;
}

.slide-fade-up-leave-to {
    opacity: 0;
    transform: translateY(-15px);
    pointer-events: none;
}

.slide-fade-right-enter-active {
    transition: all 0.25s ease-in-out;
    transition-delay: 0.1s;
    position: relative;
}

.slide-fade-right-leave-active {
    transition: all 0.25s ease-in-out;
    position: absolute;
}

.slide-fade-right-enter {
    opacity: 0;
    transform: translateX(10px) rotate(45deg);
    pointer-events: none;
}

.slide-fade-right-leave-to {
    opacity: 0;
    transform: translateX(-10px) rotate(45deg);
    pointer-events: none;
}

body {
    overflow-x: hidden
}

.payment-content {
    padding: 120px 0
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: transparent;
    padding: 16px 8px;
}

.header-right {
    display: flex;
    align-items: flex-end;
    justify-content: end;
    gap: 10px;
}

    .header-right a {
        display: block;
        padding: 8px 25px;
        border-radius: 4px;
    }

    .header-right .price-button a {
        background-color: var(--color-primary);
        color: var(--body-color);
    }

    .header-right .customer-button a {
        background-color: var(--color-second);
        color: var(--body-color);
    }

    .header-right .price-button a:hover {
        background-color: var(--color-second);
        box-shadow: #28282842 0 0 10px;
    }

    .header-right .payment-text {
        background-color: #e43312;
        box-shadow: #28282842 0 0 10px;
        color: #fff;
        padding: 12px 18px
    }



footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111 url(/media/footer-bg.png) no-repeat center center/cover;
    height: auto;
    width: 100vw;
    padding-top: 40px;
    color: #fff;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

    .footer-content h3 {
        font-size: 2.1rem;
        font-weight: 500;
        text-transform: capitalize;
        line-height: 3rem;
    }

    .footer-content p {
        max-width: 500px;
        margin: 10px auto;
        line-height: 28px;
        font-size: 14px;
        color: #cacdd2;
    }

.socials {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
    padding-left:0
}

    .socials li {
        margin: 0 10px;
    }

    .socials a {
        text-decoration: none;
        color: #fff;
        padding: 5px;
    }

        .socials a i {
            font-size: 1.1rem;
            width: 20px;
            transition: color 0.4s ease;
        }

        .socials a:hover i {
            color: aqua;
        }

.footer-bottom {
    background: #000;
    width: 100vw;
    padding: 20px;
    padding-bottom: 40px;
    text-align: center;
}

    .footer-bottom p {
        float: left;
        font-size: 14px;
        word-spacing: 2px;
    }

        .footer-bottom p a {
            color: #ccc;
            font-size: 16px;
            text-decoration: none;
        }

    .footer-bottom span {
        text-transform: uppercase;
    }

.footer-menu {
    float: right;
}

    .footer-menu ul {
        display: flex;
    }

        .footer-menu ul li {
            padding-right: 10px;
            display: block;
        }

            .footer-menu ul li a {
                color: #cfd2d6;
                text-decoration: none;
            }

                .footer-menu ul li a:hover {
                    color: #27bcda;
                }
.bank-logo {
    position: absolute;
    right: 25px;
    top: 25px;
}

.errors{background:#d40101;color:white;border-radius: 10px;margin-bottom: 10px;}
.errors ul{margin:10px}
.footer__wrapper__secure_payment{margin:10px}