/*--------------------------------------------------------------
# abstracts
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### font-variable start ]
*/
/*-------------------------------------------------
    [ ### font-variable end ]
*/
/*-------------------------------------------------
    [ ### font_family-variable start ]
*/
/*-------------------------------------------------
    [ ### font_family-variable end ]
*/
/*-------------------------------------------------
    [ ### font_size-variable start ]
*/
/*-------------------------------------------------
    [ ### font_size-variable end ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable end ]
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## reset ]
*/
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap" rel="stylesheet');
html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    background-color: #110e27;
    font-weight: 400;
    line-height: 1.5em;
    color: rgba(255, 255, 255, 0.7960784314);
    overflow-x: hidden;
}

a {
    display: inline-block;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

blockquote {
    margin: 0 0 1.3em;
}

p {
    margin-bottom: 15px;
    line-height: 1.7em;
}
p:last-child {
    margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
    p {
        line-height: 1.7em;
    }
}

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

.exchange-area code {
    font-size: 20px;
    color: rgba(129, 75, 246, 0.9);
}

code {
    color: #ff9f43;
    font-weight: 600;
}
code span {
    display: block;
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    border: none;
    cursor: pointer;
}

input,
textarea {
    padding: 12px 25px;
    width: 100%;
}

span {
    display: inline-block;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
}

blockquote {
    background-color: var(--secondary-color);
    padding: 40px;
    border-radius: 10px;
    font-weight: 500;
    font-style: italic;
    position: relative;
}
@media only screen and (max-width: 991px) {
    blockquote {
        padding: 15px;
    }
}

blockquote .quote-icon {
    position: absolute;
    top: 0;
    left: 5%;
    font-size: 120px;
    opacity: 0.1;
}

/*-------------------------------------------------
    [ ## padding ]
*/
.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}
@media only screen and (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}

.pt-120 {
    padding-top: 120px;
}
@media only screen and (max-width: 991px) {
    .pt-120 {
        padding-top: 100px;
    }
}

.pt-150 {
    padding-top: 150px;
}
@media only screen and (max-width: 991px) {
    .pt-150 {
        padding-top: 100px;
    }
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
    .pb-120 {
        padding-bottom: 100px;
    }
}

.pb-150 {
    padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
    .pb-150 {
        padding-bottom: 100px;
    }
}

.ptb-10 {
    padding: 10px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-100 {
    padding: 100px 0;
}
@media only screen and (max-width: 991px) {
    .ptb-100 {
        padding: 80px 0;
    }
}

.ptb-120 {
    padding: 120px 0;
}
@media only screen and (max-width: 991px) {
    .ptb-120 {
        padding: 100px 0;
    }
}

.ptb-150 {
    padding: 150px 0;
}
@media only screen and (max-width: 991px) {
    .ptb-150 {
        padding: 100px 0;
    }
}

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

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-150 {
    margin-top: 150px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
    .mb-80 {
        margin-bottom: 40px;
    }
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mt-10-none {
    margin-top: -10px;
}

.mt-20-none {
    margin-top: -20px;
}

.mt-30-none {
    margin-top: -30px;
}

.mt-40-none {
    margin-top: -40px;
}

.mt-50-none {
    margin-top: -50px;
}

.mt-60-none {
    margin-top: -60px;
}

.mt-80-none {
    margin-top: -80px;
}

.mt-100-none {
    margin-top: -100px;
}

.mt-120-none {
    margin-top: -120px;
}

.mt-150-none {
    margin-top: -150px;
}

.mb-10-none {
    margin-bottom: -10px;
}

.mb-20-none {
    margin-bottom: -20px;
}

.mb-30-none {
    margin-bottom: -30px;
}

.mb-40-none {
    margin-bottom: -40px;
}

.mb-50-none {
    margin-bottom: -50px;
}

.mb-60-none {
    margin-bottom: -60px;
}

.mb-80-none {
    margin-bottom: -80px;
}
@media only screen and (max-width: 575px) {
    .mb-80-none {
        margin-bottom: -40px;
    }
}

.mb-100-none {
    margin-bottom: -100px;
}

.mb-120-none {
    margin-bottom: -120px;
}

.mb-150-none {
    margin-bottom: -150px;
}

/*-------------------------------------------------
    [ ## color ]
*/
.bg--primary {
    background-color: #7367f0 !important;
}

.bg--secondary {
    background-color: var(--primary-color);
}

.bg--success {
    background-color: #28c76f;
}

.bg--danger {
    background-color: #d63384 !important;
}

.bg--warning {
    background-color: #ff9f43 !important;
}

.bg--info {
    background-color: #1e9ff2;
}

.bg--dark {
    background-color: #10163a;
}

.bg--base {
    background-color: var(--primary-color) !important;
}

.text--primary {
    color: #7367f0;
}

.text--secondary {
    color: var(--primary-color);
}

.text--success {
    color: #28c76f;
}

.text-danger {
    color: #d63384 !important;
}

.text--danger {
    color: #d63384;
}

.text--warning {
    color: #ff9f43;
}

.text--info {
    color: #1e9ff2;
}

.text--dark {
    color: #10163a;
}

.text--base {
    color: var(--primary-color) !important;
}

.border--primary {
    border: #7367f0;
}

.border--secondary {
    border: 1px solid var(--primary-color);
}

.border--success {
    border: 1px solid #28c76f;
}

.border--danger {
    border: 1px solid #ea5455;
}

.border--warning {
    border: 1px solid #ff9f43;
}

.border--info {
    border: 1px solid #1e9ff2;
}

.border--dark {
    border: 1px solid #10163a;
}

.border--base {
    border: 1px solid #e5e5e5 !important;
}

.section--bg {
    background-color: rgba(40, 13, 98, 0.449) !important;
}

.bg--gray {
    background-color: var(--secondary-color);
}

.border--rounded {
    border-radius: 3px !important;
}

.border--capsule {
    border-radius: 100px;
}

.box-shadow {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
html::-webkit-scrollbar {
    height: 20px;
    width: 6px;
    background: #f1f1f1;
    border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

html::-webkit-scrollbar-corner {
    background: #999;
    border-radius: 10px;
}

.chat-container::-webkit-scrollbar {
    height: 20px;
    width: 6px;
    background: #f1f1f1;
    border-radius: 10px;
}

.chat-container::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

.chat-container::-webkit-scrollbar-corner {
    background: #999;
    border-radius: 10px;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scroll {
    cursor: pointer;
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 40px;
    right: -80px;
    border-radius: 100%;
    background-image: radial-gradient(
        circle farthest-corner at 10% 20%,
        #1370d9 0%,
        #255e9f 81.3%
    );
    color: #fff;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 0 0 5px 0px #888;
    box-shadow: 0 0 5px 0px #888;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.scroll i {
    margin-top: 10px;
    text-shadow: 0 0 2px #fff;
}

.scroll:hover i {
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@-webkit-keyframes rotate {
    from {
        margin-top: 15px;
    }
    to {
        margin-top: 5px;
    }
}

@keyframes rotate {
    from {
        margin-top: 15px;
    }
    to {
        margin-top: 5px;
    }
}
.visible {
    right: 30px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    z-index: 999;
}

/*-------------------------------------------------
    [ ## Table ]
*/
.table-wrapper {
    background-color: var(--secondary-color);
    padding: 30px;
    border-radius: 15px;
}

.custom-table {
    width: 100%;
    white-space: nowrap;
}
.custom-table thead tr {
    border-bottom: 1px solid rgba(42, 69, 116, 0.583);
}
.custom-table thead tr th {
    border: none;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    padding: 12px 15px;
}
.custom-table tbody tr {
    border-bottom: 1px solid rgba(42, 69, 116, 0.583);
}
.custom-table tbody tr td {
    border: none;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7960784314);
    font-size: 14px;
    padding: 12px 15px;
}
.custom-table tbody tr td button,
.custom-table tbody tr td input[type="submit"],
.custom-table tbody tr td input[type="reset"],
.custom-table tbody tr td input[type="button"],
.custom-table tbody tr td .btn--base {
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 8px;
}
.custom-table tbody tr td .btn--success {
    padding: 7px 18px;
    font-size: 14px;
    border-radius: 8px;
    color: #ffffff;
}

.custom-table tbody tr td:last-child {
    text-align: right;
}

/*-------------------------------------------------
    [ ## slider ]
*/
.swiper-notification {
    display: none;
}

.swiper-pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
    z-index: 3;
}
.swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: rgba(129, 75, 246, 0.2);
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
    width: 25px;
    border-radius: 10px;
}

.slider-next,
.slider-prev {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    background-color: #ffffff;
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.7960784314);
    display: inline-block;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    cursor: pointer;
    margin-top: 60px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.slider-next:hover,
.slider-prev:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}

.slider-next {
    margin-left: 10px;
}

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 20px;
}
.pagination .page-item {
    text-align: center;
    padding: 3px;
}
.pagination .page-item a,
.pagination .page-item span {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
    color: #fff;
    padding: 0;
    font-weight: 600;
    line-height: 30px;
    display: block;
    margin: 0;
}
.pagination .page-item.disabled span {
    border-radius: 8px;
    background: transparent;
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
    color: #fff;
}
.pagination .page-item .page-link {
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
    background-color: var(--primary-color);
    border-color: transparent;
    color: #ffffff;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
    margin: 0;
    border: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}
.nav-tabs .nav-link {
    padding: 30px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    background-color: #ffffff;
    border-radius: 15px;
    border: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.nav-tabs .nav-link .icon {
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 30%;
    color: #ffffff;
    margin: 0 auto;
    margin-bottom: 20px;
}
.nav-tabs .nav-link.active {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border: none;
    color: #fff;
}
.nav-tabs .nav-link:nth-of-type(1n) .icon {
    background-color: #7367f0;
    -webkit-box-shadow: 0 2px 10px 0 rgba(115, 103, 240, 0.3);
    box-shadow: 0 2px 10px 0 rgba(115, 103, 240, 0.3);
}
.nav-tabs .nav-link:nth-of-type(2n) .icon {
    background-color: #28c76f;
    -webkit-box-shadow: 0 2px 10px 0 rgba(40, 199, 111, 0.3);
    box-shadow: 0 2px 10px 0 rgba(40, 199, 111, 0.3);
}
.nav-tabs .nav-link:nth-of-type(3n) .icon {
    background-color: #107be9;
    -webkit-box-shadow: 0 2px 10px 0 rgba(16, 123, 233, 0.3);
    box-shadow: 0 2px 10px 0 rgba(16, 123, 233, 0.3);
}
.nav-tabs .nav-link:not(:last-child) {
    margin-right: 30px;
}
@media only screen and (max-width: 1199px) {
    .nav-tabs .nav-link:not(:last-child) {
        margin-right: 5px;
    }
}

/*-------------------------------------------------
    [ ## card ]
*/
.custom-card .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.custom-card .card-body {
    background: rgba(40, 13, 98, 0.449);
    padding: 30px;
    border-radius: 20px;
}
@media only screen and (max-width: 575px) {
    .custom-card .card-body {
        padding: 20px;
    }
}
.custom-card button,
.custom-card input[type="submit"],
.custom-card input[type="reset"],
.custom-card input[type="button"],
.custom-card .btn--base {
    padding: 12px 30px;
}

/*-------------------------------------------------
    [ ## modal ]
*/
.modal-content {
    background: rgb(29, 7, 69);
    border-radius: 10px;
}
.modal-content .close {
    border-radius: 3px;
}

.modal-header {
    border-color: #60648d;
}
.modal-header .btn-close {
    background-color: var(--primary-color);
    background-image: none;
    position: relative;
    opacity: 1;
}
.modal-header .btn-close i {
    position: absolute;
    top: 8px;
    left: 9px;
    color: white;
}

.modal-footer {
    border-color: #60648d;
}
.modal-footer button,
.modal-footer input[type="submit"],
.modal-footer input[type="reset"],
.modal-footer input[type="button"] {
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 8px;
    color: #ffffff !important;
}

.nice-select .list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #ffffff;
}

.nice-select .list::-webkit-scrollbar {
    width: 2px;
    background-color: #ffffff;
}

.nice-select .list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--primary-color);
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.3em;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
}

h1 {
    font-size: 50px;
}
@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 991px) {
    h1 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 575px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 35px;
}
@media only screen and (max-width: 991px) {
    h2 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 575px) {
    h2 {
        font-size: 24px;
    }
}

h3 {
    font-size: 26px;
}
@media only screen and (max-width: 991px) {
    h3 {
        font-size: 18px;
    }
}

h4 {
    font-size: 20px;
}
@media only screen and (max-width: 991px) {
    h4 {
        font-size: 16px;
    }
}

h5 {
    font-size: 14px;
}
@media only screen and (max-width: 575px) {
    h5 {
        font-size: 14px;
    }
}

h6 {
    font-size: 12px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: inherit;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
    color: inherit;
    text-decoration: none;
}

.section-header {
    margin-bottom: 10px;
    position: relative;
}
@media only screen and (max-width: 991px) {
    .section-header {
        margin-bottom: 30px;
    }
}
.section-header .section-sub-title {
    font-size: 11px;
    padding: 5px 10px;
    background-color: var(--secondary-color);
    text-transform: uppercase;
    border-radius: 7px;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-weight: 600;
}
.section-header .section-title {
    margin-bottom: 0;
    text-transform: capitalize;
}
.section-header .section-title span {
    color: var(--primary-color);
}
.section-header p {
    margin-top: 10px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type="submit"]:hover {
    color: #ffffff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.btn {
    -webkit-transition: all 0.3s ease 0.02s;
    transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
    border: 0px solid;
    border-radius: 0px;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
    .btn {
        font-size: 14px;
    }
}

.btn-rounded {
    border-radius: 3px;
}

.btn-capsule {
    border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--primary {
    background-color: #7367f0;
}

.btn--secondary {
    background-color: #868e96;
}

.btn--success {
    background-color: #28c76f;
}

.btn--danger {
    background-color: #d63333;
}

.btn--warning {
    background-color: #ff9f43;
}

.btn--info {
    background-color: #1e9ff2;
}

.btn--dark {
    background-color: #10163a;
}

.badge--primary::before {
    background-color: #7367f0;
}

.badge--secondary::before {
    background-color: #868e96;
}

.badge--success::before {
    background-color: #28c76f;
}

.badge--danger::before {
    background-color: #d63384;
}

.badge--warning::before {
    background-color: #ff9f43;
}

.badge--info::before {
    background-color: #1e9ff2;
}

.badge--dark::before {
    background-color: #10163a;
}

.border--primary {
    border: 1px solid #7367f0;
}

.border--secondary {
    border: 1px solid #868e96;
}

.border--success {
    border: 1px solid #28c76f;
}

.border--danger {
    border: 1px solid #ea5455;
}

.border--warning {
    border: 1px solid #ff9f43;
}

.border--info {
    border: 1px solid #1e9ff2;
}

.border--dark {
    border: 1px solid #10163a;
}

.badge {
    position: relative;
    font-weight: 400;
    border-radius: 0;
    padding: 0;
    font-size: 13px;
    background-color: transparent;
    padding-left: 15px;
}
.badge::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.btn--base {
    position: relative;
    background: var(--primary-color);
    border-radius: 10px;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.btn--base i {
    font-size: 16px;
    position: relative;
    top: 1px;
}
.btn--base.active {
    background: transparent;
    color: var(--primary-color);
}
.btn--base.active:focus,
.btn--base.active:hover {
    color: #ffffff;
    background: var(--primary-color);
}
.btn--base:focus,
.btn--base:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 10px 20px rgba(129, 75, 246, 0.4);
    box-shadow: 0 10px 20px rgba(129, 75, 246, 0.4);
}
@media only screen and (max-width: 991px) {
    .btn--base {
        padding: 10px 25px;
        font-size: 13px;
    }
}

.prmium--btn {
    background-color: #627afe;
    width: 100%;
    border-radius: 15px;
    padding: 8px;
    color: #ffffff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.prmium--btn:hover {
    background-color: #4e62d6;
}

.gold--btn {
    background-color: #44cdd2;
    width: 100%;
    border-radius: 15px;
    padding: 8px;
    color: #ffffff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.gold--btn:hover {
    background-color: #3ab1b6;
}

.Diamond--btn {
    background-color: #ff5e5e;
    width: 100%;
    border-radius: 15px;
    padding: 8px;
    color: #ffffff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.Diamond--btn:hover {
    background-color: #d84545;
}

.discount--gold {
    background: #71cdcf;
    color: #fbffff;
    width: 98px;
    padding: 6px 8px;
    border-radius: 10px;
}

.discount--Platinum {
    background: #627afe;
    color: #fbffff;
    width: 98px;
    padding: 6px 8px;
    border-radius: 10px;
}

.discount--Diamond {
    background: #ff5e5e;
    color: #f0eded;
    width: 98px;
    padding: 6px 8px;
    border-radius: 10px;
}

.info-btn {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--primary-color);
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    display: none;
}
@media only screen and (max-width: 991px) {
    .info-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.chat-cross-btn {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ea5455;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    display: none;
}
@media only screen and (max-width: 991px) {
    .chat-cross-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    outline: none;
}

input,
textarea {
    padding: 12px 20px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(194, 194, 194, 0.724);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(194, 194, 194, 0.724);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(194, 194, 194, 0.724);
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: rgba(194, 194, 194, 0.724);
}
input::placeholder,
textarea::placeholder {
    color: rgba(194, 194, 194, 0.724);
}

textarea {
    display: block;
    width: 100%;
    display: block;
    min-height: 118px;
}

input,
select,
textarea {
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
    vertical-align: baseline;
    font-size: 100%;
    color: #ffffff;
}

label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}
label span {
    color: var(--primary-color);
}

/*-------------------------------------------------
    [ ## Forms ]
*/
select {
    outline: none;
    cursor: pointer;
}

option {
    background-color: var(--secondary-color);
}

.input-group {
    margin-bottom: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.input-group .nice-select {
    width: auto;
    padding: 0 70px 0 15px;
    background-color: var(--primary-color) !important;
    color: #ffffff !important;
    line-height: 45px;
}
.input-group .nice-select::after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: rgba(129, 75, 246, 0.2);
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.input-group-append input {
    border-radius: 5px 0 0 5px;
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
    border-right: none;
    background-color: #ffffff;
}

.input-group-text {
    border: none;
    font-size: 16px;
    background: var(--primary-color);
    color: #ffffff;
    height: 45px;
    border-radius: 0 15px 15px 0;
    font-weight: 500;
}

.custom-check-group {
    display: block;
    margin-bottom: 12px;
}
.custom-check-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.custom-check-group input:checked + label::before {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.custom-check-group input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-check-group label {
    position: relative;
    cursor: pointer;
}
.custom-check-group label::before {
    content: "";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff;
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
    border-radius: 5px;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    top: -2px;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

.form-control {
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
    font-size: 14px;
    height: 50px;
    color: rgba(255, 255, 255, 0.7960784314);
}
.form-control:focus {
    color: rgba(255, 255, 255, 0.7960784314);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
}
.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7960784314);
}
.form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7960784314);
}
.form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7960784314);
}
.form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7960784314);
}
.form-control::placeholder {
    color: rgba(255, 255, 255, 0.7960784314);
}

.form--control {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
    height: 45px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7960784314);
    border-radius: 15px;
    padding: 10px 25px;
    width: 100%;
}
.form--control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: rgba(255, 255, 255, 0.7960784314);
    border: 2px solid rgba(129, 75, 246, 0.4078431373);
    background-color: rgba(255, 255, 255, 0.05);
}
.form--control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.form--control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.form--control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.form--control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.form--control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.form--control:disabled {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.fileholder.active {
    border: 2px dashed #5a5278;
}

.fileholder-drag-drop-title {
    color: #ffffff;
}

.fileholder-drag-drop-icon svg path:nth-child(2) {
    fill: #5a5278;
}

.fileholder-basic-loading-circle.one {
    border: 2px solid #5a5278;
}

.fileholder-basic-loading-circle.two {
    border: 2px solid #5a5278;
}

.fileholder-basic-loading-circle.three {
    border: 2px solid #5a5278;
}

.file-holder-wrapper {
    width: 100%;
}
@media only screen and (max-width: 575px) {
    .file-holder-wrapper {
        width: 100%;
    }
}

.fileholder.active {
    border: 2px dashed #8a8dab;
}

.fileholder-drag-drop-title {
    color: rgb(255, 255, 255) !important;
}

.fileholder-drag-drop-icon svg path:nth-child(2) {
    fill: var(--primary-color);
}

.fileholder-basic-loading-circle.one {
    border: 2px solid var(--primary-color);
}

.fileholder-basic-loading-circle.two {
    border: 2px solid var(--primary-color);
}

.fileholder-basic-loading-circle.three {
    border: 2px solid var(--primary-color);
}

.radio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -3px -7px;
}
.radio-wrapper .radio-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 3px 7px;
}
.radio-wrapper .radio-item img {
    width: 60px;
    margin-right: 5px;
}

.radio-item [type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

.radio-item [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio-item [type="radio"]:checked + label {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: var(--primary-color);
    border-radius: 8px;
    padding: 20px 25px;
    display: inline-block;
    color: #ffffff;
    width: 100%;
    text-align: center;
}

.radio-item [type="radio"]:not(:checked) + label {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.257);
    border-radius: 8px;
    padding: 20px 25px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.7960784314);
    width: 100%;
    text-align: center;
}

.nice-select {
    background-color: rgba(255, 255, 255, 0.05);
    height: 45px;
    line-height: 45px;
    border: 1px solid rgba(129, 75, 246, 0.4078431373) !important;
    float: unset;
    padding: 0 25px;
    color: #ffffff !important;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.nice-select .option.disabled {
    color: #ffffff;
}
.nice-select .list {
    background-color: #0f1120;
    left: auto;
    right: 0;
    width: 100%;
    height: auto;
    overflow-y: auto;
    z-index: 9;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--primary-color);
}

.select2-container {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    width: 100%;
}

.selection {
    width: 100%;
}

.select2-selection--single {
    width: 100%;
    height: 45px !important;
    outline: none;
    background-color: rgba(40, 13, 98, 0.449) !important;
    font-size: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 10px;
    border-radius: 15px !important;
    vertical-align: top;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.select2-selection--single span {
    margin: 0;
    width: 100%;
    color: rgba(255, 255, 255, 0.7960784314);
    line-height: initial;
    font-weight: 600;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: auto;
    position: absolute;
    top: 22px;
    right: 7px;
    width: 20px;
}

.select2-search {
    background-color: var(--secondary-color);
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--primary-color);
}

.select2-container--default .select2-results__option--selected {
    background-color: rgba(129, 75, 246, 0.6);
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: rgba(129, 75, 246, 0.4078431373) transparent transparent
        transparent;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #0f1120;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent rgba(255, 255, 255, 0.7960784314)
        transparent;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #ffffffee !important;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
}

.select2-container--default .select2-results > .select2-results__options {
    background-color: #0f1120 !important;
}

.submit-btn {
    padding: 12px 20px;
    color: #ffffff;
    background: var(--secondary-color);
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    font-family: "Outfit", sans-serif;
}
@media only screen and (max-width: 991px) {
    .submit-btn {
        padding: 10px 20px;
    }
}

input:focus {
    border: 1px solid rgba(255, 255, 255, 0.396);
}

.forgot-password .forgot-password-area {
    background-color: var(--secondary-color);
    padding: 40px;
    border-radius: 10px;
}
@media only screen and (max-width: 575px) {
    .forgot-password .forgot-password-area {
        padding: 20px;
    }
}

.verification-otp .verification-otp-area {
    background-color: var(--secondary-color);
    padding: 40px;
    border-radius: 10px;
}
@media only screen and (max-width: 575px) {
    .verification-otp .verification-otp-area {
        padding: 20px;
    }
}
@media only screen and (max-width: 375px) {
    .verification-otp .verification-otp-area {
        padding: 10px;
    }
}
.verification-otp .verification-otp-area .verification-otp-content p {
    font-size: 14px;
}
.verification-otp .verification-otp-area .account-item a {
    color: var(--primary-color);
}

.new-password .new-password-area {
    background-color: var(--secondary-color);
    padding: 40px;
    border-radius: 10px;
}

.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
    content: "";
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.body-overlay.active {
    visibility: visible;
    opacity: 1;
}

.otp-verification .account-form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.otp-verification .account-form .form-group input {
    margin: 10px;
    border-radius: 5px;
    background-color: var(--secondary-color);
}
@media only screen and (max-width: 768px) {
    .otp-verification .account-form .form-group input {
        margin: 3px;
    }
}

.otp {
    width: 55px;
    height: 50px;
    text-align: center;
    padding: 0;
    border-radius: 5px;
}
@media only screen and (max-width: 520px) {
    .otp {
        width: 45px;
        height: 45px;
    }
}
@media only screen and (max-width: 375px) {
    .otp {
        width: 40px;
        height: 40px;
    }
}

.otp:focus {
    border: 2px solid var(--primary-color);
}

.otp.required {
    border: 3px solid #ea5455;
}

#time {
    color: #ea5455;
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat !important;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-overlay-base {
    position: relative;
    z-index: 2;
}

.bg-overlay-base:after {
    content: "";
    position: absolute;
    background-color: #110e27;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

@-webkit-keyframes scroll-down {
    0%,
    100% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes scroll-down {
    0%,
    100% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes scroll-ver {
    0%,
    100% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes scroll-ver {
    0%,
    100% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@-webkit-keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
@keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }
}
@-webkit-keyframes wave {
    0% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }
    100% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
}
@keyframes wave {
    0% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }
    100% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
}
@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Prepreloaderer ]
*/
.preloader {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #110e27;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cssload-thecube {
    width: 73px;
    height: 73px;
    margin: 0 auto;
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    animation: cssload-fold-thecube 2.76s infinite linear both;
    -o-animation: cssload-fold-thecube 2.76s infinite linear both;
    -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
    -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
    -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
    transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
}

.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg);
}

.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg);
}

.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg);
}

.cssload-thecube .cssload-c2:before {
    animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
}

.cssload-thecube .cssload-c3:before {
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}

.cssload-thecube .cssload-c4:before {
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
}

@keyframes cssload-fold-thecube {
    0%,
    10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}
@-webkit-keyframes cssload-fold-thecube {
    0%,
    10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}
/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
    position: fixed;
    bottom: 0;
    left: 30px;
    width: 35px;
    height: 35px;
    padding: 7px;
    line-height: 1;
    font-weight: 600;
    background-color: var(--primary-color);
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(-50000%);
    transform: translateY(-50000%);
}

.scrollToTop small {
    display: block;
    text-transform: uppercase;
    font-size: 8px;
}

.scrollToTop.active {
    bottom: 30px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

/*-------------------------------------------------
  [ ## Header ]
*/
.header-section {
    position: absolute;
    width: 100%;
    z-index: 9;
}

.header-color {
    background-color: #0a071c;
    border-bottom: 1px solid rgba(129, 75, 246, 0.3764705882);
    position: relative;
}

.header-area {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 570px) {
    .header-area {
        display: block;
    }
}

.social-icons li {
    padding: 0px 10px;
}

.contact .item {
    padding: 0px 10px;
    font-size: 16px;
}

.navber-section {
    background-color: #ffffff;
}
.navber-section .search input {
    padding: 10px;
    border-radius: 60px;
    margin-top: 5px;
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
    width: 200px;
    height: 40px;
    font-size: 16px;
}
.navber-section .search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.05);
    font-size: 14px;
}
.navber-section .search input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.05);
    font-size: 14px;
}
.navber-section .search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.05);
    font-size: 14px;
}
.navber-section .search input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.05);
    font-size: 14px;
}
.navber-section .search input::placeholder {
    color: rgba(255, 255, 255, 0.05);
    font-size: 14px;
}
.navber-section .search button,
.navber-section .search input[type="button"],
.navber-section .search input[type="reset"],
.navber-section .search input[type="submit"] {
    padding: 5px 15px;
    border-radius: 50px;
    margin-left: 5px;
    margin-top: 5px;
    color: #ffffff;
    background-color: var(--primary-color);
}
.navber-section .search button:hover,
.navber-section .search input[type="button"]:hover,
.navber-section .search input[type="reset"]:hover,
.navber-section .search input[type="submit"]:hover {
    background-color: var(--primary-color);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.header {
    background-color: transparent;
    width: 100%;
    z-index: 9;
}

.header-section.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: transparent;
    margin-top: 0;
    -webkit-animation-fill-mode: initial;
    animation-fill-mode: initial;
}
.header-section.header-fixed .header-top-area {
    display: none !important;
}
.header-section.header-fixed .header-bottom-area {
    background-color: rgba(10, 10, 10, 0.9450980392);
    border-bottom: 1px solid rgba(129, 75, 246, 0.3764705882);
}

.header-bottom-area {
    position: relative;
    background: transparent;
}
@media only screen and (max-width: 991px) {
    .header-bottom-area {
        background-color: #110e27;
    }
}
.header-bottom-area .navbar-expand-lg {
    background-color: transparent;
}
@media (max-width: 991px) {
    .header-bottom-area .navbar-expand-lg {
        padding: 15px !important;
    }
}
@media (max-width: 991px) {
    .header-bottom-area .navbar-collapse {
        background-color: transparent !important;
        padding: 0 !important;
    }
    .header-bottom-area .navbar-collapse .main-menu {
        padding: 15px 0;
    }
    .header-bottom-area .menu_has_children .sub-menu {
        display: none !important;
    }
    .header-bottom-area .menu_has_children .sub-menu li {
        width: 100%;
    }
    .header-bottom-area
        .navbar-collapse
        .main-menu
        .menu_has_children.show
        .sub-menu,
    .header-bottom-area
        .navbar-collapse
        .main-menu
        .menu_has_children.show
        .sub-menu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
}
.header-bottom-area .navbar-collapse .main-menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.header-bottom-area .navbar-collapse .main-menu li {
    position: relative;
    padding-right: 40px;
}
@media only screen and (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu li {
        padding-right: 15px !important;
    }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
    position: relative;
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
    font-size: 12px;
    margin-left: 5px;
}
@media (max-width: 991px) {
    .header-bottom-area
        .navbar-collapse
        .main-menu
        li.menu_has_children::before {
        top: 12px;
        right: 15px;
    }
}
.header-bottom-area .navbar-collapse .main-menu li a {
    position: relative;
    padding: 30px 0;
    font-weight: 600;
    font-size: 16px !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9;
}
@media only screen and (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu li a {
        font-size: 14px !important;
    }
}
.header-bottom-area .navbar-collapse .main-menu li a::after {
    position: absolute;
    content: "";
    bottom: 10px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.header-bottom-area .navbar-collapse .main-menu li a:hover {
    color: var(--primary-color);
}
.header-bottom-area .navbar-collapse .main-menu li a:hover::after {
    width: 100%;
}
.header-bottom-area .navbar-collapse .main-menu li a.active {
    color: var(--primary-color);
}
.header-bottom-area .navbar-collapse .main-menu li a.active::after {
    width: 100%;
}
@media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li a {
        padding: 12px 15px !important;
    }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    position: absolute;
    top: 60px;
    left: 0px;
    padding: 10px 5px;
    width: 180px;
    background-color: var(--secondary-color);
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
    border-radius: 15px;
    display: block;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 10;
}
@media only screen and (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
        width: 180px;
    }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
    margin-right: 0;
    padding-right: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
    z-index: 2;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
    border-bottom: 0px solid;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
    color: var(--primary-color);
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
    width: 100%;
    font-size: 12px;
    padding: 5px 15px;
    display: block;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::before {
    display: none;
}
@media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
        position: initial;
        opacity: 1;
        visibility: visible;
        display: none;
        -webkit-transition: none;
        transition: none;
    }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
}

.site-logo {
    max-width: 150px;
}
@media only screen and (max-width: 991px) {
    .site-logo {
        max-width: 100px;
    }
}

.header-action {
    margin-left: 40px;
}
@media only screen and (max-width: 991px) {
    .header-action {
        margin-left: 12px;
    }
}

.language-select .nice-select {
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid var(--primary-color);
    margin-left: 40px;
    padding: 0px 25px 0px 13px;
    border-radius: 10px !important;
}
.language-select .nice-select .list {
    height: auto !important;
}
@media only screen and (max-width: 991px) {
    .language-select .nice-select {
        width: 100px;
        margin-bottom: 30px;
        margin-left: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .header-link {
        display: none;
    }
}
.header-link a {
    color: #ffffff;
}
.header-link a i {
    color: var(--primary-color);
    margin-right: 5px;
    font-size: 16px;
}
.header-link a + a {
    margin-left: 20px;
}

.header-social li {
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
}
.header-social li + li {
    margin-left: 15px;
}

.notification-icon {
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.7960784314);
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
    border-radius: 10px;
    font-size: 20px;
}
.notification-icon i {
    color: var(--primary-color);
}

.navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-toggler span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 14px;
}

.account-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.account-section .title {
    color: #ffffff;
}
.account-section.two,
.account-section.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.2s ease-out;
    transition-delay: 0.2s ease-out;
}
.account-section.two .account-bg,
.account-section.active .account-bg {
    -webkit-transition-timing-function: cubic-bezier(0.86, 0.27, 0.17, 0.2);
    transition-timing-function: cubic-bezier(0.86, 0.27, 0.17, 0.2);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.account-section.two .account-bg::after,
.account-section.active .account-bg::after {
    width: 100%;
}
.account-section.two .account-area,
.account-section.active .account-area {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-timing-function: cubic-bezier(0.9, 0.25, 0.08, 0.2);
    transition-timing-function: cubic-bezier(0.9, 0.25, 0.08, 0.2);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    top: 0;
    z-index: 9;
}
.account-section.register {
    position: relative;
    min-height: 100vh;
    z-index: 1;
    display: block;
}
.account-section.register .account-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
}
@media only screen and (max-width: 1199px) {
    .account-section.register .account-thumb {
        width: 40%;
    }
}
@media only screen and (max-width: 991px) {
    .account-section.register .account-thumb {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .account-section.register .account-thumb {
        width: 100%;
        height: 400px;
    }
}
.account-section.register .account-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.account-section.register .right {
    padding: 1.5rem 2rem;
    width: 55%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000000;
}
@media only screen and (max-width: 1199px) {
    .account-section.register .right {
        width: 60%;
    }
}
@media only screen and (max-width: 991px) {
    .account-section.register .right {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .account-section.register .right {
        width: 100%;
        padding: 1.5rem 1rem;
        padding-top: 430px;
    }
}
.account-section.register .right .account-area {
    border-radius: 0;
    padding: 0;
    width: 100%;
}
.account-section.register .right .account-area .account-form-area {
    width: 100%;
    padding-left: 0;
}

.account-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.account-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgb(10, 14, 23);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(10, 14, 23, 0.8)),
        to(rgba(10, 14, 23, 0.8))
    );
    background: linear-gradient(
        90deg,
        rgba(10, 14, 23, 0.8) 0%,
        rgba(10, 14, 23, 0.8) 100%
    );
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.account-area {
    background-color: #131c50;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    background-position: bottom;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    overflow-y: auto;
}
@media only screen and (max-width: 991px) {
    .account-area {
        width: 700px;
    }
}
@media only screen and (max-width: 767px) {
    .account-area {
        width: 500px;
    }
}
@media only screen and (max-width: 600px) {
    .account-area {
        width: 400px;
    }
}
@media only screen and (max-width: 420px) {
    .account-area {
        width: 350px;
        padding: 15px;
    }
}
@media only screen and (max-width: 375px) {
    .account-area {
        width: 300px;
    }
}
.account-area.change-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 991px) {
    .account-area.change-form {
        display: block;
    }
}
.account-area .account-form-area {
    width: 100%;
    padding-top: 10px;
}
@media only screen and (max-width: 991px) {
    .account-area .account-form-area {
        width: 100%;
        padding-left: 0;
    }
}
.account-area p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
}
.account-area .account-close {
    width: inherit;
    text-align: center;
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 9;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: var(--primary-color);
    border-radius: 50%;
}
.account-area .account-close::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 20px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    left: 11px;
    top: 49%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.account-area .account-close::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 20px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    left: 11px;
    bottom: 48%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.account-area .account-close:hover::before,
.account-area .account-close:hover::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.or-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 37px;
}
.or-area .or-line {
    height: 1px;
    border: 0.5px solid rgba(129, 75, 246, 0.4078431373);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.or-area .or-title {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
}

.account-form-btn {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.account-form-btn a {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin: 8px;
}
.account-form-btn a.facebook {
    background-color: #3a5795;
}
.account-form-btn a.google {
    background-color: #4285f4;
}
.account-form-btn a.apple {
    background-color: #000000;
}
.account-form-btn a svg {
    fill: #ffffff;
}

.account-item label {
    font-weight: 500;
    font-size: 15px;
}
.account-item label a {
    font-weight: 600;
    color: var(--primary-color);
}

.terms-item label {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0;
}
.terms-item label a {
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: underline;
}

.account-footer p {
    font-size: 15px;
}

.account-thumb {
    position: relative;
}
.account-thumb .account-thumb-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.account-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(19%, rgba(2, 1, 1, 0)),
        color-stop(95%, #0a0b0f)
    );
    background-image: linear-gradient(
        180deg,
        rgba(2, 1, 1, 0) 19%,
        #0a0b0f 95%
    );
    border-radius: 5px;
}

.account-logo {
    margin-bottom: 30px;
    text-align: center;
}

.show_hide_password {
    position: relative;
}
.show_hide_password .show-pass {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 14px;
    cursor: pointer;
}
.show_hide_password .show-pass.two {
    top: 50px;
}
.show_hide_password .show-pass.three {
    top: 21px;
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-section {
    padding-top: 200px;
    padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
    .banner-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 768px) {
    .banner-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 520px) {
    .banner-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.banner-section .banner-img {
    -webkit-animation: scroll-down 3s cubic-bezier(0.75, 0.02, 0.31, 0.87)
        infinite;
    animation: scroll-down 3s cubic-bezier(0.75, 0.02, 0.31, 0.87) infinite;
}

.banner-content .title {
    background-image: linear-gradient(
        60deg,
        var(--primary-color),
        #ffbb86,
        #ef7355
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 20px;
}
.banner-content .banner-btn {
    margin: -5px;
    margin-top: 35px;
}
.banner-content .banner-btn a {
    margin: 5px;
}

.bg-overlay-banner {
    position: relative;
    z-index: 2;
}

.bg-overlay-banner:after {
    content: "";
    position: absolute;
    background-color: #000000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
    padding-top: 40px;
    overflow: hidden;
}
.footer-section .footer-widget {
    padding: 10px;
}
.footer-section .footer-widget .footer-text img {
    width: 150px;
    padding-bottom: 20px;
}

.footer-widget .title {
    border-bottom: 2px solid var(--primary-color);
    display: inline-block;
    margin-bottom: 30px;
}

.footer-section .footer-social-icon span {
    margin-top: 15px;
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.footer-section .footer-social-icon a {
    color: #ffffff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-section .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.footer-section .facebook-bg {
    background-color: #3b5998;
}

.footer-section .twitter-bg {
    background-color: #00acee;
}

.footer-section .instagram-bg {
    background-color: #d62976;
}

.footer-section .linkedin-bg {
    background-color: #0072b1;
}

.copyright-text {
    border-top: 1px solid rgb(255 255 255 / 44%);
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bg_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat !important;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-overlay-base {
    position: relative;
    z-index: 2;
}

.bg-overlay-base:after {
    content: "";
    position: absolute;
    background-color: #000000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.footer-widget li a {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    border-bottom: 2px solid rgba(129, 75, 246, 0.4078431373);
    margin-bottom: 10px;
}
.footer-widget li a:hover {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Testimonial ]
*/
.testimonial-section {
    position: relative;
    overflow: hidden;
}
.testimonial-section .testimonial-element {
    position: absolute;
    top: -100px;
    opacity: 0.6;
}
@media only screen and (max-width: 991px) {
    .testimonial-section .testimonial-element {
        top: 200px;
    }
}

.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-content {
    background-color: var(--secondary-color);
    width: 100%;
    height: 100%;
}
.swiper-content .hero {
    width: 100%;
    height: 170px;
}
.swiper-content .hero img {
    width: 180px;
    margin: 10px;
}
.swiper-content .hero .calendar {
    width: 60px;
    height: 60px;
    float: right;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 15px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.swiper-content .hero .calendar .date {
    font-size: 1.2rem;
    line-height: 1.3rem;
}
.swiper-content .hero .calendar .month {
    font-size: 0.8rem;
}
.swiper-content .Content {
    padding: 30px 20px;
}
.swiper-content .footer {
    bottom: 0;
    margin-bottom: 35px;
    color: var(--primary-color);
}
.swiper-content .footer .time {
    display: inline-block;
}
.swiper-content .footer .comments {
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.swiper-content .footer .comments:hover {
    color: darkred;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
.section-header-title {
    text-align: center;
    padding-bottom: 30px;
}
.section-header-title .title {
    background-color: var(--secondary-color);
    font-size: 14px;
    color: var(--primary-color);
    -webkit-box-shadow: 1px 1px 1px 1px #151823;
    box-shadow: 1px 1px 1px 1px #151823;
    display: inline-block;
    border: 1px solid var(--primary-color);
    padding: 6px 10px;
    border-radius: 10px;
}

.about-section {
    overflow: hidden;
}
.about-section .about-section-img {
    -webkit-animation: scroll-down 3s cubic-bezier(0.75, 0.02, 0.31, 0.87)
        infinite;
    animation: scroll-down 3s cubic-bezier(0.75, 0.02, 0.31, 0.87) infinite;
}

.section-header .title {
    background-color: var(--secondary-color);
    font-size: 14px;
    color: var(--primary-color);
    -webkit-box-shadow: 1px 1px 1px 1px #151823;
    box-shadow: 1px 1px 1px 1px #151823;
    display: inline-block;
    border: 1px solid var(--primary-color);
    padding: 6px 10px;
    border-radius: 10px;
}

.service-section {
    position: relative;
    overflow: hidden;
}
.service-section .service-element {
    position: absolute;
    z-index: -9;
    left: 150px;
}
@media only screen and (max-width: 1199px) {
    .service-section .service-element {
        top: 400px;
        left: 80px;
    }
}
.service-section .service-area {
    background-color: var(--secondary-color);
    border-radius: 10px;
    border: 1px dashed var(--primary-color);
    padding: 20px;
    text-align: center;
    height: 100%;
}
.service-section .service-area .service-img {
    text-align: center;
    margin: 0 auto;
    width: 250px;
    height: 250px;
}
.service-section .service-area .service-img Img {
    width: 100%;
    height: 100%;
}

.statistics-section {
    overflow: hidden !important;
}
.statistics-section .counter-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.statistics-section .counter-area .counter {
    width: 200px;
    height: 200px;
    background: rgba(129, 75, 246, 0.05);
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
@media only screen and (max-width: 575px) {
    .statistics-section .counter-area .counter {
        margin: 0 auto;
    }
}

.odometer-digit-spacer {
    margin: 2px;
}

.rtl .counter .odo-title {
    font-size: 22px !important;
}
.rtl .counter h2 {
    font-size: 22px;
}
.rtl .counter h4 {
    font-size: 16px;
}

.tri-right.border.left-top:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: -40px;
    right: auto;
    top: -8px;
    bottom: auto;
    border: 32px solid;
    border-color: #666 transparent transparent transparent;
}

.tri-right.left-top:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 0px;
    bottom: auto;
    border: 22px solid;
    border-color: rgba(34, 30, 77, 0.8078431373) transparent transparent
        transparent;
}

.work-content {
    margin-left: 30px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: rgba(34, 30, 77, 0.8078431373);
}

.working-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.how-its-work {
    overflow: hidden;
}
.how-its-work .how-it-work-img img {
    width: 100%;
    height: 100%;
}

.faq-section {
    overflow: hidden;
}

.faq-wrapper {
    margin-bottom: -20px;
}

.faq-wrapper .faq-header {
    margin-bottom: 30px;
}

.faq-wrapper .faq-header .sub-title {
    font-size: 11px;
    padding: 5px 10px;
    background-color: #131740;
    text-transform: uppercase;
    border-radius: 7px;
    color: #8d6bf3;
    margin-bottom: 20px;
    font-weight: 600;
}

.faq-wrapper .faq-item {
    background-color: #131740;
    border: 1px solid #363a5d;
    border-radius: 15px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.faq-wrapper .faq-item .faq-title {
    padding: 12px 20px;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .faq-wrapper .faq-item .faq-title {
        font-size: 16px;
    }
}
.faq-wrapper .faq-item .faq-title .title {
    width: calc(100% - 40px);
    display: inline-block;
    margin-bottom: 0;
}

.faq-wrapper .faq-item .faq-content {
    padding: 20px;
    border-top: 1px solid #363a5d;
    display: none;
}

@media only screen and (max-width: 575px) {
    .faq-wrapper .faq-item .faq-content {
        margin-top: 15px;
    }
}
.faq-wrapper .faq-item .faq-content p {
    font-size: 14px;
}

.faq-wrapper .faq-item .right-icon {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #8d6bf3;
    border-radius: 50%;
    position: relative;
}

.faq-wrapper .faq-item .right-icon::before,
.faq-wrapper .faq-item .right-icon::after {
    position: absolute;
    content: "";
    background: #ffffff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.faq-wrapper .faq-item .right-icon::before {
    width: 2px;
    height: 12px;
    top: 50%;
    left: 50%;
}

.faq-wrapper .faq-item .right-icon::after {
    width: 12px;
    height: 2px;
    top: 50%;
    left: 50%;
}

.faq-wrapper .faq-item.active .faq-content {
    display: block;
}

.faq-wrapper .faq-item.active.open .right-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-wrapper .faq-item.open .right-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.app-section {
    position: relative;
    overflow: hidden;
}
.app-section .app-element {
    overflow: hidden;
    position: absolute;
    z-index: -9;
    top: -200px;
    left: 80px;
}
@media only screen and (max-width: 1400px) {
    .app-section .app-element {
        top: 0px;
    }
}
@media only screen and (max-width: 580px) {
    .app-section .app-element {
        top: 200px;
    }
}
.app-section .app-area {
    background-color: var(--secondary-color);
    padding: 40px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 768px) {
    .app-section .app-area {
        padding: 20px 15px;
    }
}

.app-section .app-area .get-app .title {
    padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .app-area .apk-img {
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
}
@media only screen and (max-width: 580px) {
    .app-area .apk-img {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}
.app-section .app-area .apps-sorch .img-1 {
    margin: -5px;
    margin-top: 15px;
    margin: 0 auto;
    text-align: center;
}
.app-section .app-area .apps-sorch .img-1 a {
    width: auto;
    text-align: center;
    height: 50px;
}
.app-section .app-area .apps-sorch a {
    margin: 5px;
    background-color: var(--primary-color);
    padding: 10px 20px;
    border-radius: 10px;
}
.app-section .app-area .apps-sorch a img {
    padding-right: 10px;
}

.contact-section .contact-massege-area {
    background-color: var(--secondary-color);
    border: 1px solid var(--primary-color);
    padding: 30px;
    border-radius: 10px;
}
.contact-section .contact-massege-area .header-icon {
    text-align: center;
}
.contact-section .contact-massege-area .header-icon i {
    display: inline-block;
    background-color: var(--primary-color);
    font-size: 35px;
    padding: 20px;
    border-radius: 50%;
}
.contact-section .contact-massege-area .contact-form-area {
    position: relative;
}
.contact-section
    .contact-massege-area
    .contact-form-area
    .massage-area-element {
    position: absolute;
    top: -200px;
    opacity: 0.7;
}
@media only screen and (max-width: 768px) {
    .contact-section
        .contact-massege-area
        .contact-form-area
        .massage-area-element {
        top: 100px;
    }
}

.contact-location .contact-widget {
    background-color: var(--secondary-color);
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
}
.contact-location .contact-widget .contact-item-icon {
    text-align: center;
    padding-bottom: 20px;
}
.contact-location .contact-widget .contact-item-icon i {
    display: inline-block;
    background-color: var(--primary-color);
    font-size: 35px;
    padding: 15px;
    border-radius: 50%;
}

.my-wallet .my-wallet-area {
    background-color: var(--secondary-color);
    text-align: center;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
}
@media only screen and (max-width: 480px) {
    .my-wallet .my-wallet-area {
        padding: 20px 6px;
    }
}
.my-wallet .my-wallet-area .mc-footer a {
    background-color: rgba(141, 107, 243, 0.5647058824);
    color: #ffffff;
    padding: 10px 0px;
    width: 120px;
    border-radius: 10px;
    font-size: 14px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.my-wallet .my-wallet-area .mc-footer a:hover {
    background-color: rgba(141, 107, 243, 0.7137254902);
}
@media only screen and (max-width: 375px) {
    .my-wallet .my-wallet-area .mc-footer a {
        width: 110px;
    }
}

.whatsapp {
    background-color: #4ac157 !important;
    font-size: 30px;
}

.messenger {
    background-color: #0099ff !important;
    font-size: 30px;
}

.card-body .form-group {
    position: relative;
}
.card-body .form-group .mc-currency {
    position: absolute;
    top: 35px;
    right: 12px;
    padding: 8px 20px;
    background-color: var(--primary-color);
    border-radius: 0px 15px 15px 0px;
}

.security-section .security-area .security-item {
    background-color: var(--secondary-color);
    -webkit-box-shadow: 0 7px 14px 0 rgba(52, 58, 64, 0.2) !important;
    box-shadow: 0 7px 14px 0 rgba(52, 58, 64, 0.2) !important;
    position: relative;
    border-radius: 10px;
    padding: 20px 30px;
    text-align: center;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .security-section .security-area .security-item {
        padding: 20px 10px;
    }
}

.security-section .security-area .security-item .icon {
    color: var(--primary-color);
    margin-bottom: 15px;
}

.security-section .security-area .security-item .title {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media only screen and (max-width: 1399px) {
    .security-section .security-area .security-item .title {
        font-size: 20px;
    }
}

.security-section .security-area .security-item:hover {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.security-item::before {
    content: "";
    position: absolute;
    height: 0%;
    width: 1000%;
    background: var(--primary-color);
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.security-item i {
    font-size: 48px;
    position: relative;
    top: 1px;
}

.security-item.active {
    background: transparent;
}

.feature-item.active:focus,
.security-item.active:hover {
    background: var(--primary-color);
}

.security-item:focus,
.security-item:hover {
    color: #ffffff;
}

.security-item:focus .icon,
.security-item:hover .icon {
    color: #ffffff !important;
}

.security-item:focus .title,
.security-item:hover .title {
    color: #ffffff;
}

.security-item:focus::before,
.security-item:hover::before {
    bottom: 0;
    top: 0;
    height: 100%;
}

.chooice-section {
    overflow: hidden;
}
.chooice-section .choice-item {
    background-color: var(--secondary-color);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid transparent;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    height: 100%;
}
.chooice-section .choice-item:hover {
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
}
.chooice-section .choice-item .icon {
    font-size: 38px;
    padding-bottom: 8px;
}

.currency-input {
    padding-right: 72px;
}

.show_hide_password-2 input {
    position: relative;
    padding-right: 42px;
}
.show_hide_password-2 .show-pass {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 14px;
    cursor: pointer;
}

.show_hide_password input {
    padding-right: 42px;
}

.show_hide_password-3 input {
    padding-right: 42px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
.blog-section {
    overflow: hidden !important;
}
.blog-section .blog-item {
    background-color: var(--secondary-color);
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
    padding: 40px;
    border-radius: 10px;
}
@media only screen and (max-width: 380px) {
    .blog-section .blog-item {
        padding: 20px;
    }
}
.blog-section .blog-item .blog-item-header {
    padding-bottom: 30px;
}
.blog-section .blog-item .blog-item-bottom {
    padding-top: 40px;
    border-top: 1px dashed var(--primary-color);
}
.blog-section .blog-item .blog-item-bottom .blog-details {
    border: 2px solid rgba(129, 75, 246, 0.4078431373);
    padding: 10px 10px;
    border-radius: 10px;
}
.blog-section .blog-item .blog-item-bottom .blog-details:hover i {
    -webkit-animation: scroll-ver 1s linear infinite;
    animation: scroll-ver 1s linear infinite;
    color: var(--primary-color);
}

.blog-sidebar {
    position: sticky;
    top: 0;
}

.widget-box {
    background-color: var(--secondary-color);
    -webkit-box-shadow: 0 0 8px rgba(40, 36, 49, 0.06);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.749);
    padding: 30px;
    border-radius: 10px;
}

@media only screen and (max-width: 991px) {
    .widget-box {
        padding: 20px;
    }
}
.widget-box .widget-title {
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.widget-box .widget-title::before {
    position: absolute;
    content: "";
    top: 3px;
    left: -30px;
    width: 3px;
    height: 20px;
    background-color: var(--primary-color);
}

@media only screen and (max-width: 991px) {
    .widget-box .widget-title::before {
        left: -20px;
    }
}
.category-widget-box .category-list {
    margin-bottom: -15px;
}

.category-widget-box .category-list li {
    padding: 7px 0;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
}

.category-widget-box .category-list li a {
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.category-widget-box .category-list li a:hover {
    color: var(--primary-color);
}

.category-widget-box .category-list li span {
    float: right;
}

.popular-widget-box {
    margin-bottom: -20px;
}

.single-popular-item {
    margin-bottom: 30px;
}

.single-popular-item .popular-item-thumb {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
}

.single-popular-item .popular-item-thumb a {
    display: block;
    height: 100%;
}

.single-popular-item .popular-item-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-popular-item .popular-item-content {
    width: calc(100% - 90px);
    padding-left: 20px;
}

.single-popular-item .popular-item-content .title {
    margin-bottom: 0;
}

.single-popular-item .popular-item-content .title a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-popular-item .popular-item-content .title a:hover {
    color: var(--primary-color);
}

.single-popular-item .popular-item-content span {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}

.tag-widget-box .tag-list {
    margin: -5px;
}

.tag-widget-box .tag-list li {
    display: inline-block;
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
    font-size: 12px;
    border-radius: 5px;
    font-weight: 500;
    padding: 5px 15px;
    margin: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.tag-widget-box .tag-list li:hover {
    color: var(--primary-color);
}

.blog-item:hover .blog-thumb img {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

.blog-details-section .blog-item .blog-thumb {
    height: 500px;
}
@media only screen and (max-width: 991px) {
    .blog-details-section .blog-item .blog-thumb {
        height: 100%;
    }
}

.blog-item .blog-thumb {
    border-radius: 15px;
    overflow: hidden;
}

.blog-item .blog-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-item {
    position: relative;
}
.blog-item .blog-details-element {
    position: absolute;
    opacity: 0.7;
}

.swiper-content .Content p {
    text-align: justify;
}

/*--------------------------------------------------------------
    [ ## dashboard ]
--------------------------------------------------------------*/
.page-wrapper {
    min-height: 100vh;
}

.sidebar::-webkit-scrollbar {
    display: none;
}

.sidebar {
    width: 250px;
    position: fixed;
    border-radius: 5px;
    padding: 20px 10px;
    background-color: rgb(29, 7, 69);
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 9;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.sidebar::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(29, 7, 69);
    opacity: 0.5;
    z-index: -1;
}
@media only screen and (max-width: 1199px) {
    .sidebar {
        left: -300px;
    }
}
.sidebar.active {
    width: 60px;
}
@media only screen and (max-width: 1199px) {
    .sidebar.active {
        width: 250px;
        left: 0;
    }
}
.sidebar.active .sidebar-menu .sidebar-menu-item a {
    padding: 12px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 1199px) {
    .sidebar.active .sidebar-menu .sidebar-menu-item a {
        padding: 12px 15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon {
    margin-right: 0;
}
@media only screen and (max-width: 1199px) {
    .sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon {
        margin-right: 10px;
    }
}
.sidebar.active .menu-title {
    display: none;
}
@media only screen and (max-width: 1199px) {
    .sidebar.active .menu-title {
        display: block;
    }
}
.sidebar.active .sidebar-doc-box {
    display: none;
}
@media only screen and (max-width: 1199px) {
    .sidebar.active .sidebar-doc-box {
        display: block;
    }
}
.sidebar:hover {
    width: 250px;
}
.sidebar:hover .sidebar-menu .sidebar-menu-item a {
    padding: 12px 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.sidebar:hover .sidebar-menu .sidebar-menu-item .menu-icon {
    margin-right: 10px;
}
.sidebar:hover .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
    display: block;
}
.sidebar:hover .menu-title {
    display: inline-block;
}
.sidebar:hover .sidebar-doc-box {
    display: block;
}

.sidebar-inner {
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sidebar-logo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.sidebar-logo::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(224, 225, 226, 0)),
        color-stop(47.22%, rgb(224, 225, 226)),
        color-stop(94.44%, rgba(224, 225, 226, 0.157))
    );
    background: linear-gradient(
        90deg,
        rgba(224, 225, 226, 0) 0%,
        rgb(224, 225, 226) 47.22%,
        rgba(224, 225, 226, 0.157) 94.44%
    );
}
.sidebar-logo .sidebar-main-logo {
    max-width: 130px;
}
.sidebar-logo .sidebar-menu-bar {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7960784314);
    background-color: transparent;
    display: none;
}

.sidebar-menu-wrapper {
    padding-top: 15px;
}

.sidebar-menu-header {
    position: relative;
    letter-spacing: 0.05em;
    font-size: 0.6875rem;
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 20px;
}
.sidebar-menu-header::before {
    content: "--";
    position: absolute;
    left: 0;
    top: 0;
}

.sidebar-item-badge {
    margin-left: auto;
}

.sidebar-user-icon img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.sidebar-menu .sidebar-menu-item {
    position: relative;
    margin-bottom: 5px;
    border-radius: 15px;
}
.sidebar-menu .sidebar-menu-item::after {
    position: absolute;
    content: "";
    top: 0;
    right: -15px;
    width: 2px;
    height: 0;
    background-color: var(--primary-color);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    padding: 12px 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item a .menu-icon {
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    font-size: 18px;
    margin-right: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item a .menu-title {
    font-size: 16px;
}
.sidebar-menu .sidebar-menu-item.sidebar-dropdown a {
    position: relative;
}
.sidebar-menu .sidebar-menu-item.sidebar-dropdown a::after {
    position: absolute;
    top: 18px;
    right: 25px;
    font-family: "Font Awesome 5 Free";
    color: rgba(255, 255, 255, 0.7960784314);
    font-weight: 700;
    content: "\f105";
    font-size: 12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu {
    position: relative;
    display: none;
    z-index: 1;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu.open {
    display: block;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item {
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.7960784314);
    font-weight: 400;
    margin-top: 0;
    padding-left: 2px;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a {
    padding: 10px 20px;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a::after {
    display: none;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a:hover {
    letter-spacing: 1px;
}
.sidebar-menu
    .sidebar-menu-item
    .sidebar-submenu
    .sidebar-menu-item
    a
    .menu-icon {
    font-size: 18px;
    margin-right: 8px;
}
.sidebar-menu .sidebar-menu-item:hover {
    letter-spacing: 1px;
    color: var(--primary-color);
    font-weight: 600;
}
.sidebar-menu .sidebar-menu-item.active {
    background-color: rgba(255, 255, 255, 0.1);
}
.sidebar-menu .sidebar-menu-item.active::after {
    height: 30px;
}
.sidebar-menu .sidebar-menu-item.active a::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sidebar-menu .sidebar-menu-item.active a .menu-icon {
    background-color: var(--primary-color);
    color: #ffffff;
}
.sidebar-menu
    .sidebar-menu-item.active
    .sidebar-submenu
    .sidebar-menu-item
    a.active {
    color: var(--primary-color);
    font-weight: 700;
}
.sidebar-menu
    .sidebar-menu-item.active
    .sidebar-submenu
    .sidebar-menu-item
    a:hover {
    letter-spacing: 1px;
}
.sidebar-menu
    .sidebar-menu-item.active
    .sidebar-submenu
    .sidebar-menu-item
    a::before {
    display: none;
}
.sidebar-menu
    .sidebar-menu-item.active
    .sidebar-submenu
    .sidebar-menu-item
    a
    .menu-icon {
    width: auto;
    height: auto;
    display: block;
    background-color: transparent;
}
.sidebar-menu .sidebar-menu-item .sidebar-item-badge {
    margin-left: auto;
}
.sidebar-menu .sidebar-menu-item .sidebar-item-badge .badge {
    width: 20px;
    height: 20px;
    line-height: 20px !important;
    padding: 0 !important;
    background-color: var(--primary-color);
    font-size: 0.8em;
    border: none;
    margin-bottom: 0;
    border-radius: 50%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    display: inline-block;
}

.sidebar-doc-box {
    background-color: var(--secondary-color);
    border-radius: 15px;
    padding: 15px;
    min-height: 200px;
    min-width: 218px;
    overflow: hidden;
}
.sidebar-doc-box .sidebar-doc-icon {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    color: var(--primary-color);
    border-radius: 10px;
    font-size: 18px;
    margin-bottom: 15px;
}
.sidebar-doc-box .sidebar-doc-content .title {
    margin-bottom: 2px;
}
.sidebar-doc-box .sidebar-doc-content p {
    font-size: 16px;
    color: #ffffff;
}
.sidebar-doc-box .sidebar-doc-content .sidebar-doc-btn a {
    padding: 14px 40px;
    font-size: 14px;
}

.main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
}

.navbar-wrapper {
    padding: 20px 0;
    margin-left: 235px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar-wrapper.active {
    margin-left: 25px;
}
@media only screen and (max-width: 1199px) {
    .navbar-wrapper.active {
        margin-left: 0;
    }
}
.navbar-wrapper.active .dashboard-title-part {
    padding: 0 10px 0 25px;
}
@media only screen and (max-width: 1199px) {
    .navbar-wrapper.active .dashboard-title-part {
        padding: 0 20px 0 20px;
    }
}
.navbar-wrapper.active .dashboard-title-part .left .icon {
    display: block;
}
@media only screen and (max-width: 1199px) {
    .navbar-wrapper {
        margin-left: 0;
    }
}

.dashboard-title-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 30px;
}
@media only screen and (max-width: 1199px) {
    .dashboard-title-part {
        padding: 0 20px 0 10px;
        margin: 0;
    }
}
@media only screen and (max-width: 767px) {
    .dashboard-title-part {
        display: block;
    }
}
.dashboard-title-part .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dashboard-title-part .left .icon {
    margin-right: 10px;
}
.dashboard-title-part .left .icon button,
.dashboard-title-part .left .icon input[type="button"],
.dashboard-title-part .left .icon input[type="reset"],
.dashboard-title-part .left .icon input[type="submit"] {
    font-size: 14px;
    color: #ffffff;
    background-color: transparent;
}
.dashboard-title-part .title {
    margin-bottom: 0;
}
.dashboard-title-part p {
    font-size: 12px;
    font-weight: 500;
}
.dashboard-title-part .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -8px;
}
@media only screen and (max-width: 767px) {
    .dashboard-title-part .right {
        padding-top: 20px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.dashboard-path {
    font-size: 15px;
}
.dashboard-path .main-path {
    color: #ffffff;
    font-weight: 600;
}

.header-search-wrapper {
    width: 350px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    margin: 8px;
}
@media only screen and (max-width: 767px) {
    .header-search-wrapper {
        width: 100%;
    }
}
.header-search-wrapper input {
    height: 40px;
    padding-left: 35px;
    padding-right: 20px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
}
.header-search-wrapper input:focus {
    background-color: transparent;
}
.header-search-wrapper input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.header-search-wrapper input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.header-search-wrapper input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.header-search-wrapper input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.header-search-wrapper input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.header-search-wrapper .sidebar-search-result {
    position: absolute;
    background-color: #131c50;
    z-index: 9;
    padding: 15px;
    width: 100%;
    border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    -ms-border-radius: 0px 0px 6px 6px;
    -o-border-radius: 0px 0px 6px 6px;
}

.header-search-wrapper span {
    position: absolute;
    font-size: 16px;
    line-height: 38px;
    color: rgba(255, 255, 255, 0.922);
    left: 10px;
    top: 1px;
}

.header-search-wrapper .sidebar-search-result span {
    font-size: 16px;
    color: #ffffffc0;
    padding-left: 15px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.header-search-wrapper .sidebar-search-result span:hover {
    color: #ffffff;
}

.header-user-wrapper {
    margin: 8px;
}
.header-user-wrapper .header-user-thumb a {
    width: 38px;
    height: 38px;
}
.header-user-wrapper .header-user-thumb a img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.body-wrapper {
    padding-left: 270px;
    padding-right: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.body-wrapper.active {
    padding-left: 85px;
    padding-right: 10px;
}
@media only screen and (max-width: 1199px) {
    .body-wrapper.active {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 1199px) {
    .body-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.dashboard-header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
@media only screen and (max-width: 425px) {
    .dashboard-header-wrapper {
        display: block;
    }
    .dashboard-header-wrapper .dashboard-btn-wrapper {
        margin-top: 15px;
        text-align: end;
    }
}
.dashboard-header-wrapper .title {
    margin-bottom: 0;
}
.dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn a,
.dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn button,
.dashboard-header-wrapper
    .dashboard-btn-wrapper
    .dashboard-btn
    input[type="button"],
.dashboard-header-wrapper
    .dashboard-btn-wrapper
    .dashboard-btn
    input[type="reset"],
.dashboard-header-wrapper
    .dashboard-btn-wrapper
    .dashboard-btn
    input[type="submit"] {
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 8px;
}

.dashbord-item {
    background: var(--secondary-color);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    border-radius: 20px;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.dashbord-item .dashboard-content .sub-title {
    margin-bottom: 5px;
}
.dashbord-item .dashboard-content .title {
    margin-bottom: 0;
}
.dashbord-item .dashboard-icon {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--primary-color);
    border-radius: 15px;
    font-size: 24px;
    overflow: hidden;
}
.dashbord-item .dashboard-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.chart-wrapper {
    background: #110e27;
    padding: 30px 10px;
    border-radius: 20px;
}
.chart-wrapper line {
    stroke: rgba(129, 75, 246, 0.4078431373);
}
.chart-wrapper .dashboard-header-wrapper {
    padding: 0 20px;
    margin-bottom: 0;
}

.apexcharts-legend-text {
    color: #ffffff !important;
}

.apexcharts-yaxis text {
    fill: #ffffff !important;
}

.apexcharts-grid line {
    stroke: rgba(129, 75, 246, 0.4078431373) !important;
}

.apexcharts-graphical line {
    stroke: rgba(129, 75, 246, 0.4078431373) !important;
}

.apexcharts-xaxis-texts-g text {
    fill: #ffffff !important;
}

.chart-area-footer {
    border-color: rgba(129, 75, 246, 0.4078431373);
}

.dashboard-list-wrapper .dashboard-list-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.dashboard-list-wrapper
    .dashboard-list-item.sent:hover
    .dashboard-list-user-wrapper
    .dashboard-list-user-icon,
.dashboard-list-wrapper
    .dashboard-list-item.sent.active
    .dashboard-list-user-wrapper
    .dashboard-list-user-icon {
    background-color: var(--primary-color);
}
.dashboard-list-wrapper
    .dashboard-list-item.receive:hover
    .dashboard-list-user-wrapper
    .dashboard-list-user-icon,
.dashboard-list-wrapper
    .dashboard-list-item.receive.active
    .dashboard-list-user-wrapper
    .dashboard-list-user-icon {
    background-color: #28c76f;
}

.dashboard-list-user-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dashboard-list-user-wrapper .dashboard-list-user-icon {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-radius: 50%;
    font-size: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.dashboard-list-user-wrapper .dashboard-list-user-content {
    width: calc(100% - 60px);
    padding-left: 20px;
}
@media only screen and (max-width: 380px) {
    .dashboard-list-user-wrapper .dashboard-list-user-content {
        padding-left: 7px;
    }
}
.dashboard-list-user-wrapper .dashboard-list-user-content .title {
    margin-bottom: 5px;
}
.dashboard-list-user-wrapper .dashboard-list-user-content .sub-title {
    font-size: 14px;
}
.dashboard-list-user-wrapper .dashboard-list-user-content .badge {
    padding-left: 12px !important;
}

.dashboard-list-right {
    text-align: right;
}
.dashboard-list-right .main-money {
    font-size: 16px;
}
@media only screen and (max-width: 380px) {
    .dashboard-list-right .main-money {
        font-size: 14px;
    }
}
.dashboard-list-right .exchange-money {
    margin-bottom: 0;
    font-weight: 500;
}
@media only screen and (max-width: 380px) {
    .dashboard-list-right .exchange-money {
        font-size: 14px;
    }
}

.dashboard-list-item-wrapper {
    background-color: var(--secondary-color);
    padding: 15px 20px;
    border-radius: 15px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (max-width: 380px) {
    .dashboard-list-item-wrapper {
        padding: 15px 10px;
    }
}
.dashboard-list-item-wrapper:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.dashboard-list-item-wrapper .dashboard-list-item {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0;
}
.dashboard-list-item-wrapper .preview-list-wrapper {
    display: none;
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.05);
}
.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dashboard-list-item-wrapper
    .preview-list-wrapper
    .preview-list-item
    .preview-list-user-wrapper
    .preview-list-user-icon {
    color: var(--primary-color);
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
}

.preview-list-wrapper {
    overflow: hidden;
}
.preview-list-wrapper .preview-list-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(148, 146, 146, 0.424);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    font-size: 14px;
}
@media only screen and (max-width: 480px) {
    .preview-list-wrapper .preview-list-item {
        font-size: 14px;
        padding: 15px 7px;
    }
}
.preview-list-wrapper .preview-list-item .last {
    font-size: 20px;
    font-weight: 700;
}
@media only screen and (max-width: 575px) {
    .preview-list-wrapper .preview-list-item .last {
        font-size: 14px;
    }
}

.preview-list-user-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.preview-list-user-wrapper .preview-list-user-icon {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.preview-list-user-wrapper .preview-list-user-content {
    padding-left: 15px;
}
@media only screen and (max-width: 480px) {
    .preview-list-user-wrapper .preview-list-user-content {
        padding-left: 8px;
    }
}

.preview-list-right {
    text-align: right;
}
.preview-list-right .close-btn {
    background-color: var(--primary-color);
    padding: 5px;
    border-radius: 5px;
    color: #ffffff;
}

.note-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.support-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
}
@media only screen and (max-width: 991px) {
    .support-card {
        display: block;
    }
}

.card-header-user-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card-header-user-area .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: bottom;
    border: 3px solid rgba(129, 75, 246, 0.4078431373);
}
.card-header-user-area .card-header-user-content {
    padding-left: 15px;
}
.card-header-user-area .card-header-user-content .title {
    margin-bottom: 0;
}
.card-header-user-area .card-header-user-content .sub-title {
    font-size: 12px;
    font-weight: 500;
}

.support-card-wrapper {
    width: calc(100% - 500px);
    background-color: #110e27;
    overflow: hidden;
}
@media only screen and (max-width: 991px) {
    .support-card-wrapper {
        width: 100%;
    }
}
.support-card-wrapper .card-header {
    background-color: var(--secondary-color);
    border-radius: 10px 10px 0 0;
}

.chat-container {
    position: relative;
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
    -ms-touch-action: auto;
    touch-action: auto;
    overflow-y: auto;
    max-height: 70vh;
    min-height: 70vh;
    padding: 30px 15px;
}
@media only screen and (max-width: 1600px) {
    .chat-container {
        max-height: 65vh;
        min-height: 65vh;
    }
}
@media only screen and (max-width: 767px) {
    .chat-container {
        max-height: 60vh;
        min-height: 60vh;
    }
}
.chat-container .media > * {
    margin: 0 10px;
}
.chat-container .media {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0;
    max-width: 80%;
}
@media only screen and (max-width: 575px) {
    .chat-container .media {
        max-width: 100%;
    }
}
.chat-container .media.media-chat-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: auto;
}
.chat-container .media.media-chat-reverse .media-body p {
    background-color: var(--primary-color);
    color: #ffffff;
}
.chat-container .media.media-chat-reverse .media-body p::before {
    left: auto;
    right: -10px;
    background-color: var(--primary-color);
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.chat-container .media .media-body p {
    position: relative;
    padding: 20px;
    background-color: var(--secondary-color);
    font-size: 13px;
    border-radius: 10px;
    color: #fff;
}
.chat-container .media .media-body p::before {
    position: absolute;
    content: "";
    top: 20px;
    left: -10px;
    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    background: var(--secondary-color);
    width: 12px;
    height: 17px;
}
.chat-container .media .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: bottom;
    border: 3px solid rgba(129, 75, 246, 0.4078431373);
}

.chat-form .publisher {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 20px;
    background-color: var(--secondary-color);
    border-top: 1px solid rgba(129, 75, 246, 0.4078431373);
    border-radius: 0 0 10px 10px;
}
.chat-form .publisher .chatbox-message-part {
    width: calc(100% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.chat-form .publisher .chatbox-message-part textarea {
    min-height: 20px !important;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
}
.chat-form .publisher .chatbox-send-part {
    width: 45px;
}
.chat-form .publisher .chatbox-send-part .chat-submit-btn {
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    background-color: var(--primary-color);
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
}
.chat-form .publisher .publisher-btn {
    width: 45px;
    height: 45px;
    background-color: #110e27;
    color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.chat-form .publisher .file-group input[type="file"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 20px;
}
.chat-form .publisher .file-group label {
    margin-bottom: 0;
    cursor: pointer;
}

.support-profile-wrapper {
    background-color: #110e27;
    width: 500px;
    overflow-y: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
    .support-profile-wrapper {
        position: fixed;
        right: -600px;
        top: 0;
        height: 100vh;
    }
}
@media only screen and (max-width: 575px) {
    .support-profile-wrapper {
        width: 100%;
    }
}
.support-profile-wrapper.active {
    right: 0;
}
.support-profile-wrapper .support-profile-header {
    padding: 20px;
    background-color: var(--secondary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.support-profile-wrapper .support-profile-header label {
    margin-bottom: 0;
}
.support-profile-wrapper .support-profile-body {
    padding: 20px;
}
.support-profile-wrapper .support-profile-list li {
    padding-top: 15px;
    font-weight: 700;
}
.support-profile-wrapper .support-profile-list li span,
.support-profile-wrapper .support-profile-list li p {
    float: right;
    font-weight: 500;
}
@media only screen and (max-width: 575px) {
    .support-profile-wrapper .support-profile-list li span,
    .support-profile-wrapper .support-profile-list li p {
        float: left;
    }
}
.support-profile-wrapper .support-profile-list li p {
    line-height: 2em;
    margin-top: 10px;
    margin-bottom: 15px;
}

.profile-body-wrapper {
    padding: 0 !important;
}

.profile-form-area {
    padding: 30px;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper {
    display: block;
    position: relative;
}
.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview {
    width: 100%;
    height: 250px;
    border-radius: 0;
}
.profile-settings-wrapper
    .preview-thumb.profile-wallpaper
    .avatar-preview
    .profilePicPreview {
    width: 100%;
    height: 250px;
    border-radius: 20px 20px 0 0;
    border: none;
    background-color: var(--primary-color);
    position: relative;
}

.profile-thumb-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 1.5rem;
}
@media only screen and (max-width: 575px) {
    .profile-thumb-content {
        display: block;
        margin-top: 60px;
    }
}
.profile-thumb-content .profile-thumb {
    position: relative;
    display: inline-block;
    margin-right: 40px;
    margin-top: -100px;
}
.profile-thumb-content .profile-thumb .avatar-preview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.profile-thumb-content .profile-thumb .avatar-preview .profilePicPreview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid rgba(129, 75, 246, 0.4078431373);
    background-color: var(--secondary-color);
    background-size: cover;
    background-repeat: no-repeat;
}
.profile-thumb-content .profile-thumb .avatar-edit {
    position: absolute;
    bottom: 0;
    right: 0;
}
.profile-thumb-content .profile-thumb .avatar-edit .profilePicUpload {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.profile-thumb-content .profile-thumb .avatar-edit label {
    width: 35px;
    height: 35px;
    background-color: var(--primary-color);
    border-radius: 50%;
    color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}
.profile-thumb-content .profile-content {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}
@media only screen and (max-width: 575px) {
    .profile-thumb-content .profile-content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.profile-thumb-content .profile-content .username {
    font-size: 18px;
}
.profile-thumb-content .profile-content .user-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -5px -10px;
}
.profile-thumb-content .profile-content .user-info-list li {
    margin: 5px 10px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.profile-thumb-content .profile-content .user-info-list li i {
    font-size: 18px;
    margin-right: 5px;
    color: var(--primary-color);
}

.pdf-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    overflow-y: scroll;
    left: 0;
    overflow: hidden;
    top: 0;
    z-index: 9;
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.pdf-area.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.play-store-thumb {
    width: 193px;
    height: 193px;
    margin: 0 auto;
}
.play-store-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.header-notification-wrapper {
    position: relative;
}

.notification-wrapper {
    position: absolute;
    top: 47px;
    right: 0;
    width: 280px;
    height: 300px;
    background-color: #131c50;
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
    border-radius: 10px;
    z-index: 9;
    padding: 15px;
    text-align: left;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: auto;
}
@media only screen and (max-width: 991px) {
    .notification-wrapper {
        width: 250px;
    }
}
@media only screen and (max-width: 375px) {
    .notification-wrapper {
        right: -30px;
    }
}
.notification-wrapper.active {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.notification-wrapper .notification-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}
.notification-wrapper .notification-header .title {
    margin-bottom: 0;
}
.notification-wrapper .notification-header .sub-title {
    font-size: 12px;
}
.notification-wrapper .notification-list {
    margin-bottom: -15px;
}
.notification-wrapper .notification-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    padding-bottom: 15px;
}
.notification-wrapper .notification-list li .thumb {
    width: 25px;
    height: 25px;
}
.notification-wrapper .notification-list li .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.notification-wrapper .notification-list li .content {
    width: calc(100% - 25px);
    padding-left: 10px;
}
.notification-wrapper .notification-list li .content .title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}
.notification-wrapper .notification-list li .content .title {
    margin-bottom: 0;
}
.notification-wrapper .notification-list li .content .time {
    color: var(--primary-color);
    font-weight: 600;
}
.notification-wrapper .notification-footer {
    font-size: 12px;
}

.exchange-area {
    background-color: var(--secondary-color);
    padding: 30px 80px;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
}
@media only screen and (max-width: 575px) {
    .exchange-area {
        padding: 30px 15px;
    }
}

.transfer-section .transfer-item {
    background: var(--secondary-color);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    border-radius: 20px;
    padding: 20px 30px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    margin-top: 20px;
}
.transfer-section .transfer-item:hover {
    background: #090139;
    -webkit-box-shadow: 0 0 10px rgb(0, 0, 0);
    box-shadow: 0 0 10px rgb(0, 0, 0);
}
.transfer-section .transfer-item .transfer-name {
    padding-top: 15px;
}
.transfer-section .transfer-item .transfer-icon img {
    width: 100px;
}

.card-content .card-details {
    padding: 15px;
    font-size: 28px;
}

.modal-body .form-group input {
    position: relative;
}
.modal-body .form-group .currency {
    position: absolute;
    right: 12px;
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 6px 20px;
    top: 38px;
    border: none;
    border-radius: 0px 15px 15px 0px;
}

.support-card-wrapper {
    width: calc(100% - 500px);
    background-color: #110e27;
    overflow: hidden;
}
@media only screen and (max-width: 991px) {
    .support-card-wrapper {
        width: 100%;
    }
}
.support-card-wrapper .card-header {
    background-color: var(--secondary-color);
    border-radius: 10px 0px 0 0;
}

.review-area {
    background-color: var(--secondary-color);
    padding: 40px;
    border-radius: 20px;
}

.payment-information .form-group {
    background-color: var(--secondary-color);
    padding: 40px;
    border-radius: 20px;
}
.payment-information .form-group .logo {
    width: 200px;
}

.fileholder-underline {
    text-decoration: underline;
    cursor: pointer;
    position: relative !important;
}

.support-profile-wrapper {
    background-color: #110e27;
    width: 500px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
    .support-profile-wrapper {
        position: fixed;
        right: -600px;
        top: 0;
        height: 100vh;
    }
}
@media only screen and (max-width: 575px) {
    .support-profile-wrapper {
        width: 100%;
    }
}
.support-profile-wrapper.active {
    right: 0;
}
.support-profile-wrapper .support-profile-header {
    padding: 18px;
    background-color: var(--secondary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.support-profile-wrapper .support-profile-header label {
    margin-bottom: 0;
}
.support-profile-wrapper .support-profile-body {
    padding: 20px;
}
.support-profile-wrapper .support-profile-list li {
    padding-top: 15px;
    font-weight: 700;
}
.support-profile-wrapper .support-profile-list li span,
.support-profile-wrapper .support-profile-list li p {
    float: right;
    font-weight: 500;
}
@media only screen and (max-width: 575px) {
    .support-profile-wrapper .support-profile-list li span,
    .support-profile-wrapper .support-profile-list li p {
        float: left;
    }
}
.support-profile-wrapper .support-profile-list li p {
    line-height: 2em;
    margin-top: 10px;
    margin-bottom: 15px;
}

.chart-area .chart-wrapper {
    background-color: var(--secondary-color);
}

.select2-selection--single {
    border: 1px solid rgba(129, 75, 246, 0.4078431373) !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
}

.tow-fa-security .card-body {
    background-color: var(--secondary-color);
    padding: 30px;
    border-radius: 10px;
}

.custom-card .show_hide_password {
    position: relative;
}
.custom-card .show_hide_password .show-pass {
    position: absolute;
    top: 46px;
}
.custom-card .show_hide_password-2 {
    position: relative;
}
.custom-card .show_hide_password-2 .show-pass {
    position: absolute;
    top: 46px;
    right: 30px;
    font-size: 14px;
}
.custom-card .show_hide_password-3 {
    position: relative;
}
.custom-card .show_hide_password-3 .show-pass {
    position: absolute;
    top: 46px;
    right: 30px;
    font-size: 14px;
}

/******************* Custom Css For Development ****************/
.btn-ring {
    display: none;
    position: absolute;
    top: 6px;
    right: 3px;
}
.btn-ring::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 8px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    border-color: #ffffff transparent #ffffff transparent;
    -webkit-animation: ring 1.2s linear infinite;
    animation: ring 1.2s linear infinite;
}
button[disabled],
input[disabled][type="button"],
input[disabled][type="reset"],
input[disabled][type="submit"] {
    cursor: not-allowed;
    opacity: 0.65;
}
@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.dash-payment-item-wrapper {
    background-color: var(--secondary-color);
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.dash-payment-item .dash-payment-title-area .dash-payment-badge {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: var(--primary-color);
    border-radius: 50%;
    color: #fff;
}
.dash-payment-item .dash-payment-title-area {
    display: flex;
    cursor: pointer;
    align-items: center;
}
.dash-payment-item .dash-payment-title-area .title {
    margin: 0px;
    padding-left: 15px;
}
.dash-payment-item .dash-payment-body {
    padding-top: 25px;
}
.file-submet {
    line-height: 20px !important;
}
.profile-form-area .phone-code {
    border-radius: 15px 0px 0px 15px !important;
    -webkit-border-radius: 15px 0px 0px 15px !important;
    -moz-border-radius: 15px 0px 0px 15px !important;
    -ms-border-radius: 15px 0px 0px 15px !important;
    -o-border-radius: 15px 0px 0px 15px !important;
}
.mfp-content .white-popup,
.card {
    background-color: #10163a;
}
.mfp-content .mfp-close {
    display: none !important;
}
.mfp-content .foot .btn {
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
}

.payment-area {
    background-color: var(--secondary-color);
    box-shadow: 0 7px 14px 0 rgba(52, 58, 64, 0.2) !important;
    padding: 30px;
    border-radius: 10px;
}

.payment-area .checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #ffffff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px var(--primary-color);
    animation: fill 0.4s ease-in-out 0.4s forwards,
        scale 0.3s ease-in-out 0.9s both;
    margin: 0 auto;
}

.payment-area .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: var(--primary-color);
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.payment-area .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@-webkit-keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%,
    100% {
        -webkit-transform: none;
        transform: none;
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}
@-webkit-keyframes fill {
    100% {
        -webkit-box-shadow: inset 0px 0px 0px 30px var(--primary-color);
        box-shadow: inset 0px 0px 0px 30px var(--primary-color);
    }
}
@keyframes fill {
    100% {
        -webkit-box-shadow: inset 0px 0px 0px 30px var(--primary-color);
        box-shadow: inset 0px 0px 0px 30px var(--primary-color);
    }
}
.rtl {
    direction: rtl;
}
.rtl .header-bottom-area .navbar-collapse .main-menu li:last-child {
    padding-right: 40px;
}
.rtl .header-bottom-area .navbar-collapse .main-menu {
    margin-right: auto !important;
}
.rtl .btn--base i {
    transform: rotate(180deg);
}
.rtl .work-content {
    margin-left: 0;
    margin-right: 30px;
}
.rtl .tri-right.left-top:after {
    right: -20px;
    left: auto;
}
.rtl .app-section .app-area .apps-sorch a img {
    padding-right: 0;
    padding-left: 10px;
}
.rtl .footer-section .footer-social-icon a {
    margin-left: 15px;
    margin-right: 0px;
}
.rtl .sidebar {
    right: 0;
}
@media only screen and (max-width: 1199px) {
    .rtl .sidebar {
        right: -300px;
    }
}
@media only screen and (max-width: 1199px) {
    .rtl .sidebar.active {
        right: 0px;
    }
}
.rtl .body-wrapper {
    padding-right: 285px;
    padding-left: 20px;
}
@media only screen and (max-width: 1199px) {
    .rtl .body-wrapper {
        padding-right: 15px;
    }
}
.rtl .body-wrapper.active {
    padding-right: 85px;
    padding-left: 10px;
}
.rtl .navbar-wrapper {
    margin-right: 250px;
    margin-left: 0px;
}
@media only screen and (max-width: 1199px) {
    .rtl .navbar-wrapper {
        margin-right: 0;
    }
}
.rtl .navbar-wrapper.active {
    margin-right: 85px;
}
@media only screen and (max-width: 1199px) {
    .rtl .navbar-wrapper.active {
        margin-right: 65px;
    }
}
.rtl .close {
    right: auto !important;
    left: 10px;
}
.rtl .notification-wrapper {
    left: 0;
    right: auto;
}
.rtl .notification-wrapper .notification-list li .content {
    padding-right: 10px;
}
.rtl .dashboard-list-user-wrapper .dashboard-list-user-content {
    padding-right: 20px;
}
.rtl .sidebar-menu .sidebar-menu-item a .menu-icon {
    margin-left: 10px;
    margin-right: 0px;
}
.rtl .preview-list-user-wrapper .preview-list-user-content {
    padding-right: 20px;
    padding-left: 0px;
}
@media only screen and (max-width: 575px) {
    .rtl .preview-list-user-wrapper .preview-list-user-content {
        padding-right: 8px;
    }
}
@media only screen and (max-width: 991px) {
    .rtl .support-profile-wrapper {
        left: -600px;
    }
}
.rtl .support-profile-wrapper.active {
    left: 0;
    right: auto;
}
.rtl .card-header-user-area .card-header-user-content {
    padding-right: 15px;
    padding-left: 0px;
}
.rtl .form-group .show-password {
    left: 34px;
    right: auto;
}
.rtl .navbar-expand-lg .navbar-toggler {
    margin-right: auto !important;
    margin-left: 0 !important;
}
.rtl .blog-tag-wrapper .blog-footer-tag li + li {
    margin-right: 10px;
    margin-right: 0px;
}
.rtl .blog-list li::before {
    right: 0px;
    left: auto;
}
.rtl .blog-list li {
    padding-right: 35px;
    padding-left: 0px;
}
.rtl .single-popular-item .popular-item-content {
    padding-right: 20px;
    padding-left: 0px;
}
.rtl .blog-tag-wrapper span {
    margin-left: 10px;
    margin-right: 0px;
}
.rtl .blog-tag-wrapper .blog-footer-tag li {
    margin: 5px;
}
.rtl .category-widget-box .category-list li a {
    display: flex;
    justify-content: space-between;
}
.rtl .blog-details i {
    transform: rotate(180deg);
}
.rtl .blog-section .blog-item .blog-item-bottom .blog-details:hover i {
    transform: rotate(-180deg);
    animation: scroll-ver-rtl 1s linear infinite;
}
.rtl .form-group .show-pass {
    left: 30px;
    right: auto !important;
}
.rtl .show_hide_password input {
    padding-left: 42px;
    padding-right: 25px;
}
.rtl .show_hide_password-2 input {
    padding-left: 42px;
    padding-right: 25px;
}
.rtl .show_hide_password-3 input {
    padding-left: 42px;
    padding-right: 25px;
}
.rtl .profile-thumb-content .profile-thumb {
    margin-left: 40px;
    margin-right: 0px;
}
.rtl
    .input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.rtl
    .input-group:not(.has-validation)
    > .dropdown-toggle:nth-last-child(n + 3) {
    border-radius: 0px 15px 15px 0px !important;
}
.rtl
    .input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
        .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius: 15px 0px 0px 15px;
}
.rtl .testimonial-section {
    direction: ltr !important;
}
.rtl .two-authentic .input-group input {
    border-radius: 0px 15px 15px 0px !important;
}
.rtl .two-authentic .input-group .input-group-text {
    border-radius: 15px 0px 0px 15px !important;
}
.rtl .card-body .form-group .mc-currency {
    left: 12px;
    right: auto;
    border-radius: 15px 0px 0px 15px;
}
.rtl .currency-input {
    padding-left: 72px;
    padding-right: 25px;
}
.rtl .custom-check-group label::before {
    margin-left: 8px;
    margin-right: 0;
}
.rtl .custom-check-group input:checked + label::after {
    right: 6px;
    top: 6px;
}
.rtl .support-card-wrapper .card-header {
    border-radius: 0px !important;
}
.rtl .chat-container .media.media-chat-reverse .media-body p::before {
    left: -10px;
    right: auto;
}
.rtl .chat-container .media.media-chat-reverse {
    margin-right: auto;
    margin-left: 0;
}

.send-add-form .submit-form {
    background-color: var(--secondary-color);
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.send-add-form .review-area {
    background-color: var(--secondary-color);
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.send-add-form .preview h4 {
    font-size: 14px !important;
}
.chat-container .media .media-body p {
    white-space: pre-wrap;
}

.contact-item-content .title {
    font-size: 20px;
}

.form-group .sender-amount {
    padding-right: 78px;
}

.rtl .form-group .sender-amount {
    padding-left: 78px;
    padding-right: 25px !important;
}

@media only screen and (max-width: 580px) {
    .card-body .note-area {
        display: block;
    }
}

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

/*-------------------------------------------------
    [ ## cookie block ]
*/
.cookie-main-wrapper {
    background-color: rgb(31, 41, 55);
    padding: 20px 30px;
    border-radius: 20px;
    position: fixed;
    bottom: -300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .cookie-main-wrapper {
        display: block;
        width: 90%;
    }
}
.cookie-main-wrapper .cookie-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70%;
}
@media only screen and (max-width: 767px) {
    .cookie-main-wrapper .cookie-content {
        width: unset;
    }
}
@media only screen and (max-width: 575px) {
    .cookie-main-wrapper .cookie-content {
        width: 100%;
        display: block;
    }
}
.cookie-main-wrapper .cookie-content svg {
    width: 40px;
    height: auto;
    fill: rgb(125, 211, 252);
    margin-right: 15px;
}
@media only screen and (max-width: 575px) {
    .cookie-main-wrapper .cookie-content svg {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.cookie-main-wrapper .cookie-content p {
    width: calc(100% - 40px);
    color: rgb(255, 255, 255);
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
}
.cookie-main-wrapper .cookie-content p a {
    text-underline-offset: 2px;
    text-decoration-style: dotted;
    text-decoration-line: underline;
}
@media only screen and (max-width: 575px) {
    .cookie-main-wrapper .cookie-content p {
        width: 100%;
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .cookie-main-wrapper .cookie-btn-area {
        margin-top: 20px;
    }
}
.cookie-main-wrapper .cookie-btn-area button,
.cookie-main-wrapper .cookie-btn-area input[type="button"],
.cookie-main-wrapper .cookie-btn-area input[type="reset"],
.cookie-main-wrapper .cookie-btn-area input[type="submit"] {
    color: rgb(255, 255, 255);
    padding: 0.5rem 0.75rem;
    background-color: rgb(55, 65, 81);
    border-radius: 0.5rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.cookie-main-wrapper .cookie-btn-area button:hover,
.cookie-main-wrapper .cookie-btn-area input[type="button"]:hover,
.cookie-main-wrapper .cookie-btn-area input[type="reset"]:hover,
.cookie-main-wrapper .cookie-btn-area input[type="submit"]:hover {
    background-color: rgba(75, 85, 99, 0.8);
}
/*-------------------------------------------------
      [ ## cookie block end ]
  */
.modal-btn-delate {
    background: #dc3545 !important;
    border-radius: 5px;
    color: #ffffff;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.body-wrapper .card-body .qr-code-thumb {
    max-width: 200px;
    height: auto;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    margin: 0 auto;
}
.payment-qr-code {
    width: 250px;
    height: 250px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
}

.payment-qr-code img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.create-card-section-wrapper .card-processor-step {
    margin: 0 auto;
    padding: 2rem;
}
.create-card-section-wrapper
    .card-processor-step
    .card-selection-container
    .card-option {
    background: #020514;
    border: 2px solid rgba(129, 75, 246, 0.4078431373);
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
.create-card-section-wrapper
    .card-processor-step
    .card-selection-container
    .card-option:hover {
    border-color: rgba(163, 124, 248, 0.4078431373);
}
.create-card-section-wrapper
    .card-processor-step
    .card-selection-container
    .card-option.selected {
    border-color: var(--primary-color);
    background: #03071d;
    -webkit-box-shadow: 0 8px 32px rgba(126, 34, 255, 0.15);
    box-shadow: 0 8px 32px rgba(126, 34, 255, 0.15);
}
.create-card-section-wrapper
    .card-processor-step
    .card-selection-container
    .card-option
    .card-radio {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.create-card-section-wrapper
    .card-processor-step
    .card-selection-container
    .card-option
    .card-radio
    input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.create-card-section-wrapper
    .card-processor-step
    .card-selection-container
    .card-option
    .card-radio
    input[type="radio"]:checked
    + .radio-custom {
    border-color: var(--primary-color);
    background: var(--primary-color);
}
.create-card-section-wrapper
    .card-processor-step
    .card-selection-container
    .card-option
    .card-radio
    input[type="radio"]:checked
    + .radio-custom::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.create-card-section-wrapper
    .card-processor-step
    .card-selection-container
    .card-option
    .card-radio
    .radio-custom {
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(129, 75, 246, 0.4078431373);
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 0.25rem;
}
.create-card-section-wrapper
    .card-processor-step
    .card-selection-container
    .card-option
    .card-radio
    .radio-custom::after {
    content: "";
    position: absolute;
    top: 20%;
    left: 20%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.create-card-section-wrapper
    .card-processor-step
    .card-selection-container
    .card-option
    .card-info-content
    h4 {
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}
.create-card-section-wrapper
    .card-processor-step
    .card-selection-container
    .card-option
    .card-info-content
    p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    text-align: left;
}
.create-card-section-wrapper
    .card-processor-step
    .card-selection-container
    .card-option
    .card-info-content
    .card-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.create-card-section-wrapper
    .card-processor-step
    .card-selection-container
    .card-option
    .card-info-content
    .card-status.status-able {
    background: rgba(34, 197, 94, 0.1);
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.3);
}
.create-card-section-wrapper
    .card-processor-step
    .card-selection-container
    .card-option
    .card-info-content
    .card-status.status-not-able {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.3);
}
.create-card-section-wrapper
    .card-processor-step
    .card-selection-container
    .card-option
    .card-info-content
    .card-status
    .status-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.status-able
    .create-card-section-wrapper
    .card-processor-step
    .card-selection-container
    .card-option
    .card-info-content
    .card-status
    .status-indicator {
    background: #22c55e;
}
.status-not-able
    .create-card-section-wrapper
    .card-processor-step
    .card-selection-container
    .card-option
    .card-info-content
    .card-status
    .status-indicator {
    background: #ef4444;
}
.create-card-section-wrapper
    .card-processor-step
    .card-selection-container
    .card-option
    .card-details {
    margin-top: 1rem;
}
.create-card-section-wrapper
    .card-processor-step
    .card-selection-container
    .card-option
    .card-details
    .details-toggle {
    background: none;
    border: none;
    color: var(--primary-color);
    font-size: 0.9rem;
    cursor: pointer;
    padding: 0.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.create-card-section-wrapper
    .card-processor-step
    .card-selection-container
    .card-option
    .card-details
    .details-toggle:hover {
    color: #a37cf8;
}
.create-card-section-wrapper
    .card-processor-step
    .card-selection-container
    .card-option
    .card-details
    .details-toggle
    .toggle-arrow {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.create-card-section-wrapper
    .card-processor-step
    .card-selection-container
    .card-option
    .card-details
    .details-toggle.active
    .toggle-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.create-card-section-wrapper
    .card-processor-step
    .card-selection-container
    .card-option
    .card-details
    .details-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
}
.create-card-section-wrapper
    .card-processor-step
    .card-selection-container
    .card-option
    .card-details
    .details-content.show {
    max-height: 200px;
}
.create-card-section-wrapper
    .card-processor-step
    .card-selection-container
    .card-option
    .card-details
    .details-content
    .details-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding-top: 1rem;
}
.create-card-section-wrapper
    .card-processor-step
    .card-selection-container
    .card-option
    .card-details
    .details-content
    .details-tags
    .tag {
    background: #142b57;
    color: rgba(255, 255, 255, 0.7960784314);
    padding: 0.4rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
}
@media (max-width: 768px) {
    .create-card-section-wrapper .card-processor-step {
        padding: 1rem;
    }
    .create-card-section-wrapper
        .card-processor-step
        .card-selection-container
        .card-option {
        padding: 1.5rem;
    }
}
.create-card-section-wrapper .card-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #020514;
    border: 2px solid rgba(129, 75, 246, 0.4078431373);
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: 300px;
}
.create-card-section-wrapper .card-actions:hover {
    border-color: rgba(163, 124, 248, 0.4078431373);
}
.create-card-section-wrapper .card-actions .card-action-item {
    background: #142b57;
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
    border-radius: 8px;
    padding: 1rem;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.create-card-section-wrapper .card-actions .card-action-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--primary-color), #c5acfb)
        border-box;
    -webkit-mask: -webkit-gradient(
                linear,
                left top,
                left bottom,
                color-stop(0, #fff)
            )
            padding-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.create-card-section-wrapper .card-actions .card-action-item:hover {
    border-color: transparent;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 4px 12px rgba(126, 34, 255, 0.15);
    box-shadow: 0 4px 12px rgba(126, 34, 255, 0.15);
}
.create-card-section-wrapper .card-actions .card-action-item:hover::before {
    opacity: 1;
}
.create-card-section-wrapper
    .card-actions
    .card-action-item:hover
    .action-hover-arrow {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.create-card-section-wrapper
    .card-actions
    .card-action-item:hover
    .action-icon {
    background: rgba(129, 75, 246, 0.2);
    color: #a37cf8;
}
.create-card-section-wrapper .card-actions .card-action-item .action-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(129, 75, 246, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.create-card-section-wrapper .card-actions .card-action-item .action-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.create-card-section-wrapper
    .card-actions
    .card-action-item
    .action-content
    h6 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}
.create-card-section-wrapper .card-actions .card-action-item .action-content p {
    color: rgba(255, 255, 255, 0.7960784314);
    font-size: 0.8rem;
    margin: 0;
    line-height: 1.4;
    text-align: left;
}
.create-card-section-wrapper
    .card-actions
    .card-action-item
    .action-hover-arrow {
    position: absolute;
    top: 25px;
    right: 12px;
    opacity: 0;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--primary-color);
    width: 40px;
}
.card-create-process {
    width: 100%;
}
.card-create-process .row {
    margin: 0;
}
.card-create-process .row > div {
    padding: 0 15px;
}
.card-preview-wrapper {
    justify-self: center;
}

.card-preview-wrapper .card-preview {
    position: relative;
    height: 220px;
    width: 100% ;
    border-radius: 16px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}

.card-preview-wrapper .card-preview .card-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/assets/images/card/mastercard-bg.webp");
    background-size: cover;
    background-position: center;
    opacity: 0.9;
}
.card-preview-wrapper .card-preview .card-content {
    position: relative;
    z-index: 2;
    padding: 25px;
    color: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-size: cover;
}
.card-preview-wrapper .card-preview .card-content .card-logo {
    position: absolute;
    top: 10px;
    left: 25px;
}
.card-preview-wrapper .card-preview .card-content .card-logo img {
    max-width: 40px !important;
    height: auto;
}
.card-preview-wrapper .card-preview .card-content .card-number {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: "Courier New", monospace;
    margin: 20px 0;
    font-weight: 700;
    margin-top: 35px;
}
.card-preview-wrapper .card-preview .card-content .card-holder {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7960784314);
    font-weight: 500;
    margin-bottom: 25px;
}
.card-preview-wrapper .card-preview .card-content .card-balance {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}
.card-preview-wrapper .card-preview .card-content .card-type {
    text-align: right;
    margin-top: -20px;
}
.card-preview-wrapper .card-preview .card-content .card-type img {
    max-width: 60px;
    height: auto;
}
.card-preview-wrapper .card-preview:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(129, 75, 246, 0.3),
        rgba(129, 75, 246, 0.1)
    );
    z-index: 1;
}
.card-preview-wrapper .fee-summary-section .fee-summary {
    background: rgba(40, 13, 98, 0.449);
    padding: 25px;
    border-radius: 12px;
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
}
.card-preview-wrapper .fee-summary-section .fee-summary .fee-summary-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.card-preview-wrapper .fee-summary-section .fee-summary .fee-item {
    padding: 10px 0;
}
.card-preview-wrapper .fee-summary-section .fee-summary .fee-item .fee-label {
    color: rgba(255, 255, 255, 0.7960784314);
    font-size: 14px;
}
.card-preview-wrapper .fee-summary-section .fee-summary .fee-item .fee-value {
    color: rgba(255, 255, 255, 0.7960784314);
    font-size: 14px;
    font-weight: 500;
}
.card-preview-wrapper .fee-summary-section .fee-summary .fee-divider {
    height: 1px;
    background: rgba(129, 75, 246, 0.4078431373);
    margin: 15px 0;
    opacity: 0.5;
}
.card-preview-wrapper .fee-summary-section .fee-summary .fee-total {
    padding: 12px 0 0 0;
}
.card-preview-wrapper
    .fee-summary-section
    .fee-summary
    .fee-total
    .total-label {
    color: #fff;
    font-size: 16px;
}
.card-preview-wrapper
    .fee-summary-section
    .fee-summary
    .fee-total
    .total-value {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.card-creation-form {
    background: #020514;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
    height: 100%;
}
.card-creation-form .form-group {
    margin-bottom: 20px;
}
.card-creation-form .form-group label {
    margin-bottom: 10px;
}
.card-creation-form .form-group .form--control {
    height: 50px;
    line-height: 50px;
}
.card-creation-form .form-group .form--control:focus {
    border: 1px solid var(--primary-color);
}
.card-creation-form .form-group .radio-wrapper {
    margin: -3px -7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.card-creation-form .form-group .radio-wrapper .radio-item {
    margin: 3px 7px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.card-creation-form
    .form-group
    .radio-wrapper
    .radio-item
    [type="radio"]:checked
    + label {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    border-radius: 8px;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    width: 100%;
    text-align: center;
}
.card-creation-form
    .form-group
    .radio-wrapper
    .radio-item
    [type="radio"]:not(:checked)
    + label {
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
    border-radius: 8px;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7960784314);
    width: 100%;
    text-align: center;
    background: rgba(40, 13, 98, 0.449);
}
.card-creation-form .form-group .radio-wrapper .radio-item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.card-creation-form .form-group .radio-wrapper .radio-item label img {
    width: 40px;
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain;
}
.card-creation-form .form-group .radio-wrapper .radio-item label:hover {
    border-color: var(--primary-color);
}
.card-creation-form .prohibited-merchants {
    margin: 25px 0;
}
.card-creation-form .prohibited-merchants .custom-alert {
    background: #142b57;
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
    color: rgba(255, 255, 255, 0.7960784314);
    border-radius: 8px;
    padding: 20px;
}
.card-creation-form .prohibited-merchants .custom-alert h6 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
}
.card-creation-form .prohibited-merchants .custom-alert p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7960784314);
}

@media (max-width: 1199px) {
    .card-create-process .card-preview-wrapper .card-preview {
        height: 200px;
    }
    .card-create-process .card-preview-wrapper .card-preview .card-content {
        padding: 20px;
    }
    .card-create-process
        .card-preview-wrapper
        .card-preview
        .card-content
        .card-logo {
        top: 10px;
        left: 20px;
    }
    .card-create-process
        .card-preview-wrapper
        .card-preview
        .card-content
        .card-logo
        img {
        max-width: 70px;
    }
    .card-create-process
        .card-preview-wrapper
        .card-preview
        .card-content
        .card-number {
        font-size: 18px;
        margin-top: 35px;
    }
    .card-create-process
        .card-preview-wrapper
        .card-preview
        .card-content
        .card-balance {
        font-size: 24px;
    }
    .card-create-process
        .card-preview-wrapper
        .fee-summary-section
        .fee-summary {
        padding: 20px;
    }
    .card-create-process .card-creation-form {
        padding: 25px;
    }
}
@media (max-width: 991px) {
    .card-create-process .card-preview-wrapper {
        margin-bottom: 30px;
    }
    .card-create-process .card-preview-wrapper .card-preview {
        height: 220px;
        margin-bottom: 25px;
    }
}
@media (max-width: 768px) {
    .card-create-process .card-preview-wrapper .card-preview {
        height: 200px;
    }
    .card-create-process .card-preview-wrapper .card-preview .card-content {
        padding: 20px;
    }
    .card-create-process
        .card-preview-wrapper
        .card-preview
        .card-content
        .card-logo {
        top: 15px;
        left: 20px;
    }
    .card-create-process
        .card-preview-wrapper
        .card-preview
        .card-content
        .card-logo
        img {
        max-width: 60px;
    }
    .card-create-process
        .card-preview-wrapper
        .card-preview
        .card-content
        .card-number {
        font-size: 16px;
        margin-top: 30px;
    }
    .card-create-process
        .card-preview-wrapper
        .card-preview
        .card-content
        .card-balance {
        font-size: 22px;
    }
    .card-create-process
        .card-preview-wrapper
        .card-preview
        .card-content
        .card-holder {
        font-size: 14px;
    }
    .card-create-process
        .card-preview-wrapper
        .card-preview
        .card-content
        .card-type
        img {
        max-width: 50px;
    }
    .card-create-process
        .card-preview-wrapper
        .fee-summary-section
        .fee-summary {
        padding: 20px;
    }
    .card-create-process
        .card-preview-wrapper
        .fee-summary-section
        .fee-summary
        .fee-summary-title {
        font-size: 16px;
    }
    .card-create-process .card-creation-form {
        padding: 20px;
    }
    .card-create-process .card-creation-form .radio-wrapper .radio-item label {
        padding: 12px 15px;
    }
    .card-create-process
        .card-creation-form
        .radio-wrapper
        .radio-item
        label
        img {
        width: 35px;
        height: 22px;
    }
}
@media (max-width: 576px) {
    .card-create-process .card-preview-wrapper .card-preview {
        height: 180px;
    }
    .card-create-process .card-preview-wrapper .card-preview .card-content {
        padding: 15px;
    }
    .card-create-process
        .card-preview-wrapper
        .card-preview
        .card-content
        .card-logo {
        top: 12px;
        left: 15px;
    }
    .card-create-process
        .card-preview-wrapper
        .card-preview
        .card-content
        .card-logo
        img {
        max-width: 50px;
    }
    .card-create-process
        .card-preview-wrapper
        .card-preview
        .card-content
        .card-number {
        font-size: 14px;
        margin-top: 25px;
    }
    .card-create-process
        .card-preview-wrapper
        .card-preview
        .card-content
        .card-balance {
        font-size: 20px;
    }
    .card-create-process
        .card-preview-wrapper
        .card-preview
        .card-content
        .card-holder {
        font-size: 13px;
    }
    .card-create-process
        .card-preview-wrapper
        .card-preview
        .card-content
        .card-type
        img {
        max-width: 40px;
    }
    .card-create-process
        .card-preview-wrapper
        .fee-summary-section
        .fee-summary {
        padding: 15px;
    }
    .card-create-process
        .card-preview-wrapper
        .fee-summary-section
        .fee-summary
        .fee-item {
        padding: 8px 0;
    }
    .card-create-process
        .card-preview-wrapper
        .fee-summary-section
        .fee-summary
        .fee-item
        .fee-label,
    .card-create-process
        .card-preview-wrapper
        .fee-summary-section
        .fee-summary
        .fee-item
        .fee-value {
        font-size: 13px;
    }
    .card-create-process
        .card-preview-wrapper
        .fee-summary-section
        .fee-summary
        .fee-total
        .total-label,
    .card-create-process
        .card-preview-wrapper
        .fee-summary-section
        .fee-summary
        .fee-total
        .total-value {
        font-size: 14px;
    }
    .card-create-process .card-creation-form {
        padding: 15px;
    }
    .card-create-process .card-creation-form .radio-wrapper .radio-item label {
        padding: 10px 12px;
    }
    .card-create-process
        .card-creation-form
        .radio-wrapper
        .radio-item
        label
        img {
        width: 30px;
        height: 18px;
    }
}
@media (max-width: 480px) {
    .card-create-process .card-preview-wrapper .card-preview {
        height: 160px;
    }
    .card-create-process .card-preview-wrapper .card-preview .card-content {
        padding: 12px;
    }
    .card-create-process
        .card-preview-wrapper
        .card-preview
        .card-content
        .card-logo {
        top: 10px;
        left: 12px;
    }
    .card-create-process
        .card-preview-wrapper
        .card-preview
        .card-content
        .card-logo
        img {
        max-width: 40px;
    }
    .card-create-process
        .card-preview-wrapper
        .card-preview
        .card-content
        .card-number {
        font-size: 13px;
        letter-spacing: 1px;
        margin-top: 20px;
    }
    .card-create-process
        .card-preview-wrapper
        .card-preview
        .card-content
        .card-balance {
        font-size: 18px;
    }
    .card-create-process
        .card-preview-wrapper
        .card-preview
        .card-content
        .card-holder {
        font-size: 12px;
    }
    .card-create-process
        .card-preview-wrapper
        .card-preview
        .card-content
        .card-type
        img {
        max-width: 35px;
    }
}
.action-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}
.action-buttons .btn {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
}
.action-buttons .btn:hover {
    opacity: 0.9;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
.action-buttons .btn-issue-more-card {
    width: 100%;
    background: var(--primary-color);
    color: #ffffff;
}
.action-buttons .btn-issue-more-card:hover {
    background: #5f1af4;
}
.action-buttons .button-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.action-buttons .button-group .btn {
    background: #142b57;
    color: rgba(255, 255, 255, 0.7960784314);
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
}
.action-buttons .button-group .btn:hover {
    background: #1e3f80;
    border-color: var(--primary-color);
}

.process-header {
    padding: 20px 30px;
    background-color: #020514;
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    border-radius: 20px 20px 0 0;
}
.process-header:hover {
    background-color: rgba(129, 75, 246, 0.1);
}

.process-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-style: "Outfit", sans-serif;
}

.process-icon {
    color: var(--primary-color);
    font-size: 1.5rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.process-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px;
}

.steps-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    background-color: #020514;
    padding: 25px 20px;
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
}
@media (min-width: 1200px) {
    .steps-sidebar .steps-sidebar-wrapper {
        margin-top: 30%;
    }
}

.step-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 10px;
    margin-bottom: 15px;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.step-item.active {
    background-color: rgba(129, 75, 246, 0.15);
    border-color: var(--primary-color);
}
.step-item.active .step-number {
    background-color: var(--primary-color);
    color: #ffffff;
}
.step-item.completed {
    background-color: rgba(20, 43, 87, 0.3);
}
.step-item.completed .step-number {
    background-color: #10b981;
    color: #ffffff;
}

.step-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #142b57;
    color: rgba(255, 255, 255, 0.7960784314);
    margin-right: 12px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.step-info h4 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 4px;
}
.step-info p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7960784314);
}

.content-area {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #020514;
    border-right: 1px solid rgba(129, 75, 246, 0.4078431373);
}
@media (max-width: 768px) {
    .content-area {
        padding: 0px;
    }
}

.step-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: none;
}
.step-content.active {
    display: block;
    -webkit-animation: fadeIn 0.5s ease;
    animation: fadeIn 0.5s ease;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.process-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 30px;
    background-color: #020514;
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
    border-radius: 0 0 20px 20px;
}

.btn {
    font-size: 1rem;
}
.btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    -webkit-transform: none;
    transform: none;
    border-radius: 10px;
    min-width: 100px;
}

.btn-outline {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.7960784314);
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
    border-radius: 10px;
    min-width: 100px;
}
.btn-outline:hover:not(:disabled) {
    background-color: rgba(255, 255, 255, 0.05);
}

@media (max-width: 768px) {
    .process-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .steps-sidebar {
        border-right: none;
        border-bottom: 1px solid rgba(129, 75, 246, 0.4078431373);
    }
    .step-item {
        padding: 12px 8px;
    }
}
.dashboard-container .wigets-wrapper {
    padding: 0px 0;
}
.dashboard-container .wigets-wrapper .my-cards-widgets {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .dashboard-container .wigets-wrapper .my-cards-widgets {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .dashboard-container .wigets-wrapper .my-cards-widgets {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1200px) {
    .dashboard-container .wigets-wrapper .my-cards-widgets {
        -ms-grid-columns: (1fr) [4];
        grid-template-columns: repeat(4, 1fr);
    }
}
.dashboard-container .wigets-wrapper .my-cards-widgets .widget-card {
    background: linear-gradient(126deg, #5c51bb 0%, rgba(21, 13, 33, 0.7) 100%);
    border-radius: 16px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    min-height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
    -webkit-transition-property: background, border-color, -webkit-box-shadow,
        -webkit-transform;
    transition-property: background, border-color, -webkit-box-shadow,
        -webkit-transform;
    transition-property: box-shadow, background, border-color, transform;
    transition-property: box-shadow, background, border-color, transform,
        -webkit-box-shadow, -webkit-transform;
    -webkit-transition-duration: 0.6s, 0.8s, 0.4s, 0.5s;
    transition-duration: 0.6s, 0.8s, 0.4s, 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.dashboard-container .wigets-wrapper .my-cards-widgets .widget-card:hover {
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    border-color: rgba(163, 124, 248, 0.4078431373) !important;
    background: linear-gradient(
        126deg,
        #2011a0 0%,
        rgba(21, 13, 33, 0.85) 100%
    );
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.dashboard-container
    .wigets-wrapper
    .my-cards-widgets
    .widget-card:hover
    .card-icon {
    background: rgba(129, 75, 246, 0.5) !important;
    border-radius: 50% !important;
    border-right: 3px solid;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.dashboard-container
    .wigets-wrapper
    .my-cards-widgets
    .widget-card
    .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    background: none;
    border-bottom: none;
}
.dashboard-container
    .wigets-wrapper
    .my-cards-widgets
    .widget-card
    .card-header
    .card-icon {
    background: rgba(255, 255, 255, 0.2);
    padding: 12px;
    border-radius: 12px;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition-property: background, border-radius, border-color,
        -webkit-transform;
    transition-property: background, border-radius, border-color,
        -webkit-transform;
    transition-property: background, border-radius, transform, border-color;
    transition-property: background, border-radius, transform, border-color,
        -webkit-transform;
    -webkit-transition-duration: 0.6s, 0.4s, 0.3s, 0.4s;
    transition-duration: 0.6s, 0.4s, 0.3s, 0.4s;
}
.dashboard-container
    .wigets-wrapper
    .my-cards-widgets
    .widget-card
    .card-header
    .card-icon
    i {
    font-size: 1.3rem;
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.dashboard-container
    .wigets-wrapper
    .my-cards-widgets
    .widget-card
    .card-header
    .card-title-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.dashboard-container
    .wigets-wrapper
    .my-cards-widgets
    .widget-card
    .card-header
    .card-title-content
    .card-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 4px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: "Outfit", sans-serif;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
.dashboard-container
    .wigets-wrapper
    .my-cards-widgets
    .widget-card
    .card-header
    .card-title-content
    .card-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
.dashboard-container
    .wigets-wrapper
    .my-cards-widgets
    .widget-card
    .card-value {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    margin-top: auto;
    line-height: 1.2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.dashboard-container
    .wigets-wrapper
    .my-cards-widgets
    .widget-card:hover
    .card-title {
    color: white;
}
.dashboard-container
    .wigets-wrapper
    .my-cards-widgets
    .widget-card:hover
    .card-description {
    color: rgba(255, 255, 255, 0.95);
}
.dashboard-container
    .wigets-wrapper
    .my-cards-widgets
    .widget-card:hover
    .card-value {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.dashboard-container .wigets-wrapper .my-cards-widgets .widget-card:hover i {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    color: #ffffff !important;
}
.dashboard-container {
    margin: 0 auto;
}
.dashboard-container .cc-section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px 0;
}
.dashboard-container .cc-section-title {
    font-style: "Outfit", sans-serif !important;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 0;
    font-weight: 600;
}
@media (max-width: 991px) {
    .dashboard-container .cc-section-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px;
    }
}
.user-cards-wrapper {
    width: 100%;
    padding: 0 15px;
    overflow: hidden;
}
.user-cards-wrapper .user-vc-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 15px;
    width: 100%;
    background-size: cover;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
@media (min-width: 992px) {
    .user-cards-wrapper .user-vc-card {
        max-width: 360px;
    }
}

.user-cards-wrapper .user-card-item {
    width: 100%;
    max-width:auto;
    height: auto;
    min-height: 220px;
    max-height: 220px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease,
        -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease,
        -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    margin-bottom: 10px;
}
.user-cards-wrapper .user-card-item:hover {
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
}

@media (max-width: 768px) {
    .user-cards-wrapper .user-card-item {
        min-width: 260px;
        height: 190px;
    }
}
@media (max-width: 480px) {
    .user-cards-wrapper .user-card-item {
        min-width: 100%;
        height: 180px;
        max-width: none;
    }
}
.user-cards-wrapper .user-card-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        var(--primary-color) 0%,
        #520ce9 25%,
        #4109b8 50%,
        #142b57 75%,
        var(--primary-color) 100%
    );
    opacity: 0.4;
}
.user-cards-wrapper .user-card-visa-bg {
    background: linear-gradient(
        135deg,
        #a37cf8 0%,
        var(--primary-color) 25%,
        #5f1af4 50%,
        #0f2142 75%,
        var(--primary-color) 100%
    );
}
.user-cards-wrapper .user-card-body {
    position: relative;
    z-index: 2;
    padding: 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
}
@media (max-width: 768px) {
    .user-cards-wrapper .user-card-body {
        padding: 16px;
    }
}
@media (max-width: 480px) {
    .user-cards-wrapper .user-card-body {
        padding: 14px;
    }
}
.user-cards-wrapper .user-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
}
.user-cards-wrapper .user-card-logo {
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 480px) {
    .user-cards-wrapper .user-card-logo {
        width: 35px;
        height: 35px;
    }
}
.user-cards-wrapper .user-card-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7960784314);
}
@media (max-width: 480px) {
    .user-cards-wrapper .user-card-status {
        font-size: 13px;
    }
}
.user-cards-wrapper .status-active {
    width: 12px;
    height: 12px;
    background: #22c55e;
    border-radius: 50%;
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 480px) {
    .user-cards-wrapper .status-active {
        width: 10px;
        height: 10px;
    }
}
.user-cards-wrapper .status-inactive {
    width: 12px;
    height: 12px;
    background: #ef0b4c;
    border-radius: 50%;
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 480px) {
    .user-cards-wrapper .status-inactive {
        width: 10px;
        height: 10px;
    }
}
.user-cards-wrapper .status-freeze {
    width: 12px;
    height: 12px;
    background: yellow;
    border-radius: 50%;
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 480px) {
    .user-cards-wrapper .status-freeze {
        width: 10px;
        height: 10px;
    }
}
.user-cards-wrapper .user-card-number {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 15px 0 8px 0;
    word-break: break-all;
}
@media (max-width: 768px) {
    .user-cards-wrapper .user-card-number {
        font-size: 16px;
        margin: 12px 0 6px 0;
    }
}
@media (max-width: 480px) {
    .user-cards-wrapper .user-card-number {
        font-size: 15px;
    }
}
.user-cards-wrapper .user-card-name {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7960784314);
    margin-bottom: 15px;
    opacity: 0.9;
    font-weight: 700;
}
.user-cards-wrapper .user-card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-top: auto;
}
.user-card-footer img {
    height: 30px;
    width: auto;
}
.user-cards-wrapper .user-card-balance {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}
@media (max-width: 768px) {
    .user-cards-wrapper .user-card-balance {
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    .user-cards-wrapper .user-card-balance {
        font-size: 17px;
    }
}
.user-cards-wrapper .user-card-brand {
    height: 50px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 768px) {
    .user-cards-wrapper .user-card-brand {
        height: 45px;
    }
}
@media (max-width: 480px) {
    .user-cards-wrapper .user-card-brand {
        height: 40px;
    }
}
.user-cards-wrapper .user-card-overlay {
    position: absolute;
    top: -30%;
    right: -20%;
    width: 60%;
    height: 60%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0.1) 40%,
        transparent 70%
    );
    border-radius: 50%;
    z-index: 1;
}

.saved-cards-modal {
    /* Modal Overlay */
    /* Modal Container */
    /* Modal Header */
    /* Card Section */
    /* CVV and EXP Section */
    /* Billing Address */
    /* Action Buttons */
}
.saved-cards-modal .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.saved-cards-modal .modal-overlay.active {
    opacity: 1;
    visibility: visible;
}
.saved-cards-modal #card-info-modal {
    background: #1c1144;
    overflow-x: hidden;
    border-radius: 16px;
    width: 90%;
    max-width: 800px;
    max-height: 100vh;
    overflow-y: auto;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}
.saved-cards-modal .modal-overlay.active #card-info-modal {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.saved-cards-modal .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px;
    border-bottom: 1px solid #e5e7eb;
}
.saved-cards-modal .modal-title-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.saved-cards-modal .modal-icon {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}
.saved-cards-modal .modal-title-text h3 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 2px;
}
.saved-cards-modal .modal-title-text p {
    font-size: 14px;
    color: #ffffff;
}
.saved-cards-modal .close-btn {
    background: #2102cf;
    border: none;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    margin-left: 30px;
}
.saved-cards-modal .close-btn:hover {
    background: #d9b5b7;
}
.saved-cards-modal .modal-content {
    padding: 24px;
    backdrop-filter: none;
    background: none;
}
.saved-cards-modal .card-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}
.saved-cards-modal .card-visual {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.saved-cards-modal .card-logo {
    width: 60px;
    height: 60px;
    background: #059669;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
}
.saved-cards-modal .modal-card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: linear-gradient(
        135deg,
        #142b57 10%,
        #060c19 25%,
        #4109b8 50%,
        #142b57 75%,
        var(--primary-color) 100%
    );
    opacity: 0.8;
    padding: 20px;
    border-radius: 15px;
    background-size: cover;
}
.saved-cards-modal .modal-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.saved-cards-modal .card-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}
.saved-cards-modal .logo {
    max-width: 110px;
    height: 40px;
}
.saved-cards-modal .status-dot {
    width: 14px;
    height: 14px;
    background: #10b981;
    border-radius: 50%;
}
.saved-cards-modal .status-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}
.saved-cards-modal .eye-btn,
.saved-cards-modal .copy-btn {
    background: none;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    color: #ffffff;
    border-radius: 4px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.saved-cards-modal .eye-btn:hover,
.saved-cards-modal .copy-btn:hover {
    background: #bac5dc;
    color: #374151;
}
.saved-cards-modal .card-number-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.saved-cards-modal .card-number {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    font-family: "Courier New", monospace;
}
.saved-cards-modal .cardholder-name {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.saved-cards-modal .card-info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-top: 16px;
}
.saved-cards-modal .info-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}
.saved-cards-modal .info-label {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}
.saved-cards-modal .info-value-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.saved-cards-modal .info-value {
    font-size: 16px;
    font-weight: 600;
}
.saved-cards-modal .billing-section {
    margin-bottom: 24px;
}
.saved-cards-modal .billing-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}
.saved-cards-modal .billing-title {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}
.saved-cards-modal .billing-address {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
    padding: 5px 10px;
    border-radius: 7px;
}
.saved-cards-modal .billing-address p {
    margin-top: 5px;
}
.saved-cards-modal .action-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}
.saved-cards-modal .view-transactions-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 12px;
    background: #f3f4f6;
    border: none;
    border-radius: 8px;
    color: #374151;
    font-weight: 500;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
.saved-cards-modal .view-transactions-btn:hover {
    background: #e5e7eb;
}
.saved-cards-modal .deposit-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 12px;
    background: #4a69bd;
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 500;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
.saved-cards-modal .deposit-btn:hover {
    background: #2a50b5;
}
.saved-cards-modal .bottom-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}
.saved-cards-modal .withdraw-btn,
.saved-cards-modal .freeze-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 12px;
    border: 1px solid #d1d5db;
    background: white;
    border-radius: 8px;
    color: #374151;
    font-weight: 500;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.saved-cards-modal .withdraw-btn:hover,
.saved-cards-modal .freeze-btn:hover {
    background: #f9fafb;
    border-color: #9ca3af;
}
.saved-cards-modal .account-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    padding: 16px 0;
}
@media (max-width: 768px) {
    .saved-cards-modal .account-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
    }
}
.saved-cards-modal .info-item {
    text-align: center;
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
    padding: 16px 12px;
    border-radius: 10px;
    min-width: 110px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media (max-width: 480px) {
    .saved-cards-modal .info-item {
        padding: 12px 8px;
        min-width: auto;
    }
}
.saved-cards-modal .info-item-label {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
}
.saved-cards-modal .info-item-value {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: block;
}
.saved-cards-modal .balance-value {
    color:#4a69bd;
    font-weight: 700;
}
.saved-cards-modal .info-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.saved-cards-modal .copy-notification {
    position: fixed;
    top: 20px;
    right: 0px;
    background: #059669;
    color: white;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    z-index: 1001;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.saved-cards-modal .copy-notification.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.saved-cards-modal .close-card-btn {
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
}

.wallet-currency {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(129, 75, 246, 0.4078431373);
    height: 45px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7960784314);
    border-radius: 15px;
    padding: 10px 25px;
    width: 100%;
}
/* NO CARDS CSS */
.no-cards-alert {
    max-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 1rem;
    box-sizing: border-box;
    background:#29234e;
    border-radius: 8px;
    margin: 2rem 1rem;
}

.no-card-heading {
    color: #fff;
    margin-bottom: 18px;
    font-weight: 600;
}

 .card-preview img {
    max-height: 210px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
