@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@600;700&family=Roboto&display=swap");

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #ddd;
    line-height: 26px;
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
    background: #172027;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.2;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #fff;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #2e86de;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 36px;
    line-height: 46px;
    margin-top: -16px;
}

h3 {
    font-size: 28px;
    line-height: 38px;
    margin-top: -14px;
}

h4 {
    font-size: 24px;
    line-height: 28px;
    margin-top: -9px;
}

h5 {
    font-size: 20px;
    line-height: 26px;
    margin-top: -9px;
    font-weight: 600;
}

h6 {
    font-size: 18px;
    margin-top: -7px;
    font-weight: 600;
}

p {
    margin-top: -12px;
}

p:last-child {
    margin-bottom: -7px !important;
}

p a {
    color: #2e86de;
}

p a:hover {
    color: #2e86de;
}

@media (max-width: 575px) {
    p {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 80px;
    }

    h2 {
        font-size: 54px;
        line-height: 64px;
        margin-top: -23px;
    }

    h3 {
        font-size: 36px;
        line-height: 46px;
        margin-top: -16px;
    }

    h4 {
        font-size: 28px;
        line-height: 38px;
        margin-top: -14px;
    }

    h5 {
        font-size: 24px;
        line-height: 28px;
        margin-top: -9px;
    }

    h6 {
        font-size: 20px;
        line-height: 26px;
        margin-top: -9px;
    }
}

a {
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

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

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

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

.right_center {
    background-position: right center;
}

.left_center {
    background-position: left center;
}

.bottom_center {
    background-position: bottom center;
}

.bottom_left {
    background-position: bottom left;
}

.bottom_right {
    background-position: bottom right;
}

.top_center {
    background-position: top center;
}

.top_left {
    background-position: top left;
}

.top_right {
    background-position: top right;
}

.bg_contain {
    background-size: contain;
}

.bg_fixed {
    background-attachment: fixed;
}

.footer__widget .useful__links,
.footer__contact__item,
.header-wrapper,
.menu,
.header-top .header-top-area,
.banner-wrapper,
.call-to-wrapper,
.contact__item,
.faq__item .faq__title,
.deposit-preview,
.withdraw-preview,
.message__chatbox__header,
.reply-item,
.profile-wrapper,
.highlow-time-duration,
.post__item .post__content .meta__date,
.post__share,
.widget.widget__tags ul,
.widget__post,
.post__tag {
    display: flex;
    flex-wrap: wrap;
}

.bg--overlay::before,
.faq__item .faq__title .right__icon::before,
.faq__item .faq__title .right__icon::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
}

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

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

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

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

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

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

@media (min-width: 992px) {
    .pt-120 {
        padding-top: 120px;
    }

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

/*Section Header*/
.mb-30-none {
    margin-bottom: -30px !important;
}

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

body *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body *::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background-color: #000;
}

body *::-webkit-scrollbar-button {
    background-color: #000;
}

body *::-webkit-scrollbar-thumb {
    background-color: #000000;
}

*::selection {
    background-color: #2e86de;
    color: #fff;
}

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

.overlay {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 71%);
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

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

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

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

.bg--overlay {
    position: relative;
    overflow: hidden;
}

.bg--overlay::before {
    width: 101%;
    height: 101%;
    background: rgba(23, 32, 39, 0.8);
}

.bg--overlay>* {
    position: relative;
}

.section__header {
    text-align: center;
    margin: 0 auto 30px;
    max-width: 600px;
}

@media (min-width: 992px) {
    .section__header {
        margin-bottom: 45px;
    }
}

.section__header .title {
    margin-bottom: 25px;
}

.section__header.section__header__left {
    margin-left: 0;
    text-align: left;
    max-width: 100%;
}

.rtl {
    direction: rtl;
}

.bg--body {
    background-color: #172027 !important;
}

.bg--section {
    background-color: #1e272e !important;
}

.btn--base,
.badge--base,
.bg--base {
    background-color: #2e86de !important;
}

.btn--primary,
.badge--primary,
.bg--primary {
    background-color: #7367f0 !important;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    border: 0 !important;
    opacity: .6;
}

.btn--secondary .badge--secondary .bg--secondary {
    background-color: #868e96 !important;
}

.btn--success,
.badge--success,
.bg--success {
    background-color: #28c76f !important;
}

.btn--danger,
.badge--danger,
.bg--danger {
    background-color: #EA2027 !important;
}

.btn--warning,
.badge--warning,
.bg--warning {
    background-color: #f99f0b !important;
}

.btn--info,
.badge--info,
.bg--info {
    background-color: #1e9ff2 !important;
}

.btn--dark,
.badge--dark,
.bg--dark {
    background-color: #fff !important;
}

.btn--white,
.badge--white,
.bg--white {
    background-color: #fff !important;
}

[class*="btn--"] {
    color: #fff;
    font-weight: 500;
}

[class*="btn--"]:hover {
    color: #fff;
}

.btn--warning,
.badge--warning,
.btn--white,
.badge--white {
    color: #fff;
}

.btn--warning:hover,
.badge--warning:hover,
.btn--white:hover,
.badge--white:hover {
    color: #fff;
}

.btn--black,
.badge--black,
.bg--black {
    background-color: #000 !important;
}

.btn--title,
.badge--title,
.bg--title {
    background-color: #fff !important;
}

.btn--1,
.badge--1,
.bg--1 {
    background-color: #47c2ef !important;
}

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

.text--secondary {
    color: #868e96 !important;
}

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

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

.text--warning {
    color: #f99f0b !important;
}

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

.text--dark {
    color: #fff !important;
}

.text--white {
    color: #fff !important;
}

.text--white p,
.text--white ul li,
.text--white ul li a,
.text--white span {
    color: #ddd;
}

.text--black {
    color: #000 !important;
}

.text--body {
    color: #ddd !important;
}

.text--base {
    color: #2e86de !important;
}

.text--title {
    color: #fff !important;
}

.text--1 {
    color: #47c2ef !important;
}

.bg--transparent {
    background-color: transparent !important;
}

.bg--none {
    background: none !important;
}

.bg--section .highlow-time-duration li a,
.bg--section .reply-item,
.bg--section .list--group,
.bg--section .cmn--table,
.bg--section .dashboard__item,
.bg--section .custom--card .card-body,
.bg--section .predict-type-item,
.bg--section .post__item,
.bg--section .footer__contact__item,
.bg--section .feature__item,
.bg--section .cmn--form--control {
    background: #172027;
}

.bg--section .post__item .post__content .meta__date {
    background: #1e272e;
}

.bg--body .highlow-time-duration li a,
.bg--body .reply-item,
.bg--body .list--group,
.bg--body .cmn--table,
.bg--body .dashboard__item,
.bg--body .custom--card .card-body,
.bg--body .predict-type-item,
.bg--body .post__item,
.bg--body .footer__contact__item,
.bg--body .feature__item,
.bg--body .cmn--form--control {
    background: #1e272e;
}

.bg--body .post__item .post__content .meta__date {
    background: #172027;
}

.bg--glass .cmn--form--control {
    background: #172027;
}

.footer__widget {
    font-size: 14px;
}

.footer__widget .logo {
    display: block;
    max-width: 250px;
    height: 60px;
    margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer__widget .logo {
        height: 50px;
    }
}

.footer__widget .logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: left center;
}

.footer__widget p {
    margin: 0;
    margin-bottom: 25px;
}

.footer__widget .title {
    margin-bottom: 34px;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__widget .widget__links li {
    padding: 0;
}

.footer__widget .widget__links li:not(:last-child) {
    margin-bottom: 5px;
}

.footer__widget .widget__links li a {
    text-decoration: none;
    color: #fff;
    position: relative;
    padding-left: 20px;
}

.footer__widget .widget__links li a::before {
    content: "\f101";
    font-family: "Line Awesome Free";
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
}

.footer__widget .widget__links li a:hover {
    padding-left: 25px;
    color: #2e86de;
}

.footer__widget .useful__links li {
    width: 100%;
    max-width: 150px;
    padding: 0;
    flex-grow: 1;
}

@media (min-width: 992px) and (max-width: 1399px) {
    .footer__widget .useful__links li {
        max-width: 130px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer__widget .useful__links li {
        max-width: 108px;
    }
}

.footer__widget .useful__links li:not(:last-child) {
    margin-bottom: 5px;
}

.footer__widget .useful__links li a {
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding-left: 20px;
}

.footer__widget .useful__links li a::before {
    content: "\f101";
    font-family: "Line Awesome Free";
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
}

.footer__widget .useful__links li a:hover {
    padding-left: 25px;
    color: #2e86de;
}

@media (max-width: 991px) {
    .footer__widget .title {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .footer__widget .title {
        display: inline-block;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
}

.footer-top {
    padding-bottom: 120px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__contact__item {
    align-items: center;
    padding: 30px;
    background: #1e272e;
    height: 100%;
}

.footer__contact__item .footer__contact__thumb {
    width: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 22px;
}

.footer__contact__item .footer__contact__content {
    padding-left: 20px;
    width: calc(100% - 50px);
}

.footer__contact__item .footer__contact__content .footer__contact__title {
    margin: 0;
}

.footer__contact__item .footer__contact__content .footer__contact__title a {
    text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer__contact__item {
        padding: 30px 20px;
        font-size: 14px;
    }

    .footer__contact__item .footer__contact__title {
        font-size: 18px;
    }
}

div[class*="col"]:nth-child(2) .footer__contact__item {
    background: #2e86de;
}

div[class*="col"]:nth-child(2) .footer__contact__item .footer__contact__thumb {
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

div[class*="col"]:nth-child(2) .footer__contact__item .footer__contact__content .footer__contact__title a {
    color: #fff !important;
}

div[class*="col"]:nth-child(2) .footer__contact__item .footer__contact__content span {
    color: #fff;
}

.footer-middle {
    margin-top: -60px;
}

.footer-bottom {
    padding: 30px 0;
    text-align: center;
}

.subscribe-form {
    position: relative;
}

.subscribe-form .cmn--btn {
    position: absolute;
    height: 46px;
    width: 46px;
    padding: 0;
    line-height: 50px;
    justify-content: center;
    right: 2px;
    top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.subscribe--form--control {
    height: 50px;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    font-size: 14px;
    color: #fff;
}

.subscribe--form--control:focus {
    border-color: #2e86de;
    box-shadow: none;
}

.subscribe--form--control::placeholder {
    color: #c7c7c7cc;
}

.footer-middle-wrapper {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.header-wrapper {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.header-wrapper .logo {
    width: 200px;
    max-height: 80px;
}

.header-wrapper .logo a {
    display: block;
}

.header-wrapper .logo img {
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 450px) {
    .header-wrapper .logo {
        width: 160px;
    }

    .header-wrapper .right-area .cmn-btn {
        font-size: 12px;
        line-height: 32px;
        padding: 0 12px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .header-wrapper .right-area .select-bar .current {
        font-size: 12px;
    }

    .header-wrapper .header-bar {
        margin-right: 0;
    }
}

header {
    z-index: 999;
}

.menu {
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
}

.menu li {
    padding: 0;
}

.menu li a {
    padding: 5px 15px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}

@media (min-width: 992px) {
    .menu li .submenu {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        min-width: 220px;
        background: #1e272e;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        opacity: 0;
        visibility: hidden;
    }

    .menu li .submenu li a {
        display: flex;
        justify-content: space-between;
        padding: 5px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
        font-weight: 400;
        color: #fff;
    }

    .menu li .submenu li .submenu {
        left: 100%;
        top: 10px;
    }

    .menu li .submenu li:hover>.submenu {
        top: 0;
    }

    .menu li .submenu li:hover>a {
        background: #2e86de;
        color: #fff;
        padding-left: 22px;
    }

    .menu li:hover>.submenu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .menu {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 9;
        background: #1e272e;
        overflow: auto;
        max-height: calc(100vh - 100px);
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        transform-origin: top;
        display: block;
    }

    .menu.active {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    .menu li {
        padding: 0;
        border-bottom: 1px solid transparent;
    }

    .menu li.open ul li:last-child {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .menu li a {
        display: flex;
        color: #fff;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 5px 20px;
        font-size: 16px;
    }

    .menu li:last-child>a {
        border: none;
    }

    .menu li .submenu {
        padding-left: 20px;
        display: none;
    }

    .menu li .submenu li a {
        font-size: 14px;
    }

    .menu li .cmn-btn {
        border: 1px solid rgba(255, 255, 255, 0.09) !important;
        font-size: 14px;
        line-height: 40px;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .menu {
        margin-left: auto;
    }
}

.header-section {
    position: relative;
}

.header-section .header-bottom {
    position: fixed;
    top: 45px !important;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
}

.header-section.active .header-bottom {
    background: #1e272e;
}

.dark-logo {
    display: none;
}

.menu-item-has-children {
    position: relative;
    z-index: 999 !important;
}

.menu-item-has-children>a {
    align-items: center;
}

.menu-item-has-children>a::after {
    content: "\f107";
    font-weight: 600;
    font-family: "Line Awesome Free";
    margin-left: 5px;
}

@media (min-width: 992px) {
    .menu-item-has-children.open .submenu {
        display: block !important;
    }

    .menu-item-has-children .submenu {
        display: block !important;
    }
}

.header-bar {
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 20px;
}

@media (min-width: 576px) {
    .header-bar {
        margin-right: 20px;
    }
}

@media (min-width: 992px) {
    .header-bar {
        display: none;
    }
}

.header-bar span {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color: #fff;
    left: 0;
}

.header-bar span:first-child {
    top: 0;
}

.header-bar span:nth-child(2) {
    top: 52%;
    transform: translateY(-65%);
}

.header-bar span:last-child {
    bottom: 0;
}

.header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(3px, 9px);
    -ms-transform: rotate(45deg) translate(3px, 9px);
    transform: rotate(45deg) translate(3px, 9px);
}

.header-bar.active span:nth-child(2) {
    opacity: 0;
}

.header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(3px, -9px);
    -ms-transform: rotate(-45deg) translate(3px, -9px);
    transform: rotate(-45deg) translate(3px, -9px);
}

@media (max-width: 767px) {
    .header-bar {
        margin-left: 0;
    }
}

.header-top {
    position: relative;
    z-index: 100;
}

.header-top .header-top-area {
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.header-top .header-top-area li:first-child {
    padding-right: 10px;
}

.header-top .header-top-area li.links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    min-height: 45px;
    position: relative;
}

.header-top .header-top-area li.links a {
    text-decoration: none;
    padding: 5px 20px;
    color: #fff;
}

.header-top .header-top-area li.links i {
    margin-right: 7px;
}


.header-top .header-top-area li.links a {
    text-decoration: none;
    padding: 5px 20px;
    color: #fff;
}

.select-bar {
    height: 35px !important;
    display: block;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.302);
    width: 90px;
}

.select-bar select {
    height: 35px;
    border: none;
    background: transparent !important;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
}

.select-bar select option {
    color: #000;
}

@media (max-width: 575px) {
    .select-bar {
        margin: 0 10px;
        width: 85px;
    }

    .select-bar select {
        padding: 0 5px;
    }
}

@media (max-width: 991px) {
    .select-bar {
        margin-left: auto;
    }
}

.dashboard-dashboard-icon {
    position: relative;
    padding: 5px;
}

.dashboard-dashboard-icon .avatar {
    width: 42px;
    height: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    background: #ddd;
    color: #000;
    text-align: center;
    margin: 0 auto;
    line-height: 42px;
    font-weight: bolder;
}

.dashboard-dashboard-icon .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard-dashboard-icon .dashboard-menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 220px;
    background: #1e272e;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.dashboard-dashboard-icon .dashboard-menu li {
    padding: 0 !important;
}

.dashboard-dashboard-icon .dashboard-menu li a {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.dashboard-dashboard-icon .dashboard-menu li:hover>a {
    background: #2e86de;
    color: #fff;
    padding-left: 22px;
}

.dashboard-dashboard-icon:hover .dashboard-menu {
    opacity: 1;
    visibility: visible;
}

/*Banner Section Starts Here*/
.banner-section {
    padding: 130px 0 60px;
    overflow: hidden;
    background-position: bottom center;
}

@media (max-width: 991px) {
    .banner-section {
        padding: 280px 0 175px;
    }
}

@media (max-width: 767px) {
    .banner-section {
        padding: 250px 0 140px;
    }
}

.banner-content {
    max-width: 600px;
}

.banner-content .banner-title {
    margin-bottom: 30px;
}

.banner-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 35px;
}

.banner-wrapper {
    align-items: center;
}

.banner-thumb {
    position: relative;
    padding-left: 30px;
    width: calc(100% - 600px);
}

.banner-thumb img {
    max-width: 780px;
}

@media (max-width: 991px) {
    .banner-thumb {
        display: none;
    }
}

.marquee-wrapper {
    padding: 10px;
    display: flex;
}

.banner-anime {
    position: absolute;
}

.banner-anime img {
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    animation: banner-fadeSm 4s alternate infinite;
    -webkit-animation: banner-fadeSm 4s alternate infinite;
    -moz-animation: banner-fadeSm 4s alternate infinite;
}

.banner-anime1 {
    top: 140px;
    left: 85px;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}

.banner-anime1 img {
    max-width: 70px;
}

.banner-anime2 {
    top: 205px;
    left: 330px;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
}

.banner-anime2 img {
    max-width: 50px;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
}

.banner-anime3 {
    top: 280px;
    left: 500px;
}

.banner-anime3 img {
    max-width: 60px;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}

.banner-anime4 {
    top: 385px;
    left: 650px;
    animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
}

.banner-anime4 img {
    max-width: 60px;
}

@keyframes banner-fadeSm {
    0% {
        opacity: .6;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    80% {
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.hero-section {
    padding: 210px 0 120px;
}

@media (max-width: 991px) {
    .hero-section {
        padding: 190px 0 100px;
    }
}

.hero-section.contact-hero {
    padding: 190px 0 280px;
}

@media (max-width: 991px) {
    .hero-section.contact-hero {
        padding: 160px 0 220px;
    }
}


.custom--card {
    box-shadow: none;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.custom--card .card-header {
    background: #485460;
    text-align: center;
    margin-left: -1px;
    margin-right: -1px;
}

.custom--card .card-header .card-title {
    margin: 0;
}

.custom--card .card-body {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #1e272e;
}

.custom--card .card-footer {
    border-color: rgba(255, 255, 255, 0.2);
}

.trend__item {
    display: flex;
    align-items: center;
}

.trend__item .trend1,
.trend__item .trend2 {
    width: 40px;
    font-size: 14px;
}

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

.trend__item .trend-bar {
    flex-grow: 1;
    display: flex;
}

.trend__item .trend-bar .trend-divider {
    width: 3px;
}

.trend__item .trend-bar .trend-bar1,
.trend__item .trend-bar .trend-bar2 {
    height: 3px;
    flex-grow: 1;
}

.trend__item .trend-bar .trend-bar1 {
    background: #EA2027;
}

.trend__item .trend-bar .trend-bar2 {
    background: #28c76f;
}

.popular__assets__item {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.popular__assets__item:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.popular__assets__item:not(:first-child) {
    padding-top: 10px;
}

.popular__assets__item .popular__assets__name {
    width: 90px;
}

.popular__assets__item .popular__assets__status i[class*="angle-up"] {
    color: #28c76f;
}

.popular__assets__item .popular__assets__status i[class*="angle-down"] {
    color: #EA2027;
}

.popular__assets__item .popular__assets__predict {
    margin-left: auto;
}

.popular__assets__item .popular__assets__predict .cmn--btn {
    font-size: 14px;
    padding: 1px 12px;
}

@media screen and (max-width: 400px) {
    .popular__assets__item .popular__assets__predict .cmn--btn {
        padding: 0px 8px;
        font-size: 10px;
    }
}

@media screen and (max-width: 400px) {
    .popular__assets__item {
        font-size: 12px;
    }
}

.custom--modal {
    background: rgba(255, 255, 255, 0.1);
}

.custom--modal .modal-footer,
.custom--modal .modal-header {
    background: #1e272e;
    border-color: rgba(255, 255, 255, 0.1);
}

.custom--modal .modal-footer .modal-title,
.custom--modal .modal-header .modal-title {
    margin: 0;
}

.custom--modal .modal-footer .btn-close,
.custom--modal .modal-header .btn-close {
    background: transparent;
    font-size: 20px;
    line-height: 1;
    color: #EA2027;
    opacity: 1;
}

.custom--modal .modal-content {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #172027;
}

.predict-type-content {
    padding: 30px;
}

.predict-type-content p {
    margin: 0;
    margin-bottom: 25px;
}

@media (max-width: 575px) {
    .predict-type-content {
        padding: 0;
    }
}

.predict-type-item {
    padding: 25px 10px;
    background: #1e272e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    text-align: center;
    height: 100%;
    text-transform: capitalize;
}

.predict-type-item .icon {
    line-height: 1;
    font-size: 36px;
    color: #2e86de;
    margin-bottom: 10px;
}

.couple--buttons {
    margin: -5px;
}

.couple--buttons a {
    margin: 5px;
}

.couple--buttons a img {
    max-width: 100%;
}

@media (max-width: 1399px) {
    .app-thumb img {
        max-width: 650px;
    }
}

@media (max-width: 991px) {
    .app-thumb {
        max-width: 500px;
    }

    .app-thumb img {
        max-width: 100%;
    }
}

/*Feature Section*/
.feature__item {
    padding: 40px 20px 60px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    background: #1e272e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.feature__item .feature__thumb i {
    font-size: 40px;
    line-height: 1;
    color: #2e86de;
    margin: 0 auto 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.feature__item .feature__content .feature__title {
    margin-bottom: 25px;
}

@media (max-width: 575px) {
    .feature__item {
        padding: 30px 0 50px;
    }
}

.feature__item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

@media (max-width: 767px) {
    div[class*="col"]:first-child .feature__item {
        padding-top: 0;
    }
}

.trade--tabs {
    border: 0;
    justify-content: center;
}

.trade--tabs .nav-item {
    padding: 0;
}

.trade--tabs .nav-item .nav-link {
    padding: 15px 40px;
    background: #1e272e;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.trade--tabs .nav-item .nav-link.active {
    background: #2e86de;
    color: #fff;
}

.chart-wrapper {
    width: 100%;
    overflow-x: auto;
    text-align: center;
}

.chart-wrapper img {
    width: 100%;
}

.call-to-wrapper {
    justify-content: center;
    align-items: center;
    padding: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.call-to-wrapper .title {
    margin: 0;
    width: calc(100% - 200px);
}

.call-to-wrapper .call-to-btn {
    text-align: right;
    width: 200px;
}

@media (max-width: 767px) {
    .call-to-wrapper {
        padding: 50px 30px;
    }

    .call-to-wrapper .call-to-btn,
    .call-to-wrapper .title {
        width: 100%;
        text-align: center;
    }

    .call-to-wrapper .title {
        margin-bottom: 25px;
    }
}

@media (max-width: 575px) {
    .call-to-wrapper {
        padding: 40px 20px;
    }
}

/*Account Section Starts Here*/
.account-section {
    min-height: 100vh;
    padding: 50px 0;
    display: flex;
    align-items: center;
}

.account-logo {
    max-width: 280px;
    margin: 0 auto 50px;
}

.account-logo a {
    display: block;
}

.account-logo img {
    width: 100%;
    max-height: 250px;
}

.cmn--form--group {
    margin-bottom: 20px;
}

.cmn--form--group .input-group-text {
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-border-radius: 5px 0 0 5px !important;
    -moz-border-radius: 5px 0 0 5px !important;
    border-radius: 5px 0 0 5px !important;
    background-color: #2e86de !important;
    border-color: #2e86de !important;
    color: #fff;
}

.form-check-input:checked {
    background-color: #2e86de;
    border-color: #2e86de;
    color: #fff;
}

.form-check-input:focus {
    border-color: #2e86de;
    outline: 0;
    box-shadow: 0 0 0 .25rem #2e86de63;
}

.cmn--form--group a {
    text-decoration: none !important;
}

.cmn--label {
    cursor: pointer;
    margin-bottom: 15px;
}

select.cmn--form--control {
    color: #fff;
    flex: 1 1 auto;
    width: 100%;
}

select.cmn--form--control option {
    color: #fff;
    background-color: #111;
}

.cmn--form--control {
    height: 60px;
    padding: 0 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #1e272e;
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff !important;
}

.cmn--form--control::placeholder {
    color: #fff;
}

.cmn--form--control:focus {
    border-color: rgba(46, 134, 222, 0.2);
    box-shadow: none;
    background: inherit;
}

@media (max-width: 575px) {
    .cmn--form--control {
        height: 50px;
    }
}

input[type="file"].cmn--form--control {
    padding: 17px 24px;
    height: unset;
    color: #fff;
}

@media (max-width: 575px) {
    input[type="file"].cmn--form--control {
        padding: 12px 18px;
    }
}

.account-wrapper {
    max-width: 710px;
    padding: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto;
}

@media (max-width: 575px) {
    .account-wrapper {
        padding: 30px 20px;
    }
}

.form--checkbox {
    height: 20px;
    width: 20px;
    display: block;
    margin-right: 10px;
}

textarea.cmn--form--control {
    padding: 20px;
    height: 160px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.bg--glass {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.move--top {
    margin-top: -180px;
    position: relative;
    padding-top: 0;
}

.contact__item {
    align-items: center;
    padding: 50px 30px;
    background: #1e272e;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
}

.contact__item .contact__thumb {
    width: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 22px;
}

.contact__item .contact__content {
    padding-left: 20px;
    width: calc(100% - 50px);
}

.contact__item .contact__content .contact__title {
    margin: 0;
}

.contact__item .contact__content .contact__title a {
    text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contact__item {
        padding: 30px 20px;
        font-size: 14px;
    }

    .contact__item .contact__title {
        font-size: 18px;
    }
}

div[class*="col"]:nth-child(2) .contact__item {
    background: #2e86de;
}

div[class*="col"]:nth-child(2) .contact__item .contact__thumb {
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

div[class*="col"]:nth-child(2) .contact__item .contact__content .contact__title a {
    color: #fff;
}

div[class*="col"]:nth-child(2) .contact__item .contact__content span {
    color: #fff;
}

.faq__wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.faq__item {
    background: #1e272e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.faq__item:not(:last-child) {
    margin-bottom: 20px;
}

.faq__item .faq__title {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    align-items: center;
}

.faq__item .faq__title .title {
    margin: 0;
    width: calc(100% - 30px);
}

.faq__item .faq__title .right__icon {
    width: 26px;
    height: 26px;
    position: relative;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.faq__item .faq__title .right__icon::before,
.faq__item .faq__title .right__icon::after {
    background: #2e86de;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.faq__item .faq__title .right__icon::before {
    width: 14px;
    height: 2px;
}

.faq__item .faq__title .right__icon::after {
    width: 2px;
    height: 14px;
}

.faq__item .faq__content {
    padding: 30px;
    display: none;
}

.faq__item .faq__content p {
    margin: 0;
    margin-bottom: 20px;
}

.faq__item.active .faq__content {
    display: block;
}

.faq__item.open .faq__title {
    background: #2e86de;
}

.faq__item.open .faq__title .title {
    color: #fff;
}

.faq__item.open .faq__title .right__icon::after {
    height: 0;
}

.faq__item.open .faq__title .right__icon::before {
    background: #fff;
}

@media (max-width: 575px) {
    .faq__item .faq__content {
        padding: 20px 15px;
    }
}

/*Dashboard Section*/
.dashboard__item {
    display: flex;
    flex-wrap: wrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #1e272e;
    border: 1px solid rgba(255, 255, 255, 0.15);
    height: 100%;
}

.dashboard__item .dashboard__thumb {
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    background: #2e86de;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    color: #fff;
}

.dashboard__item .dashboard__content {
    padding: 30px;
    width: calc(100% - 90px);
}

.dashboard__item .dashboard__content .dashboard__title {
    margin: 0;
}

[class*="badge--"] {
    font-weight: 400;
}

.cmn--table {
    margin: 0;
    border: none;
    background: #1e272e;
}

.cmn--table thead tr th {
    font-family: "Rajdhani", sans-serif;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
    border: none;
    background: #2e86de;
}



.cmn--table tbody {
    color: #fff;
    text-align: center;
}

.cmn--table tbody tr td {
    vertical-align: middle;
    padding: 12px 5px;
    border-color: rgba(255, 255, 255, 0.2);
}

.cmn--table tbody tr td .badge {
    text-transform: capitalize;
}

.cmn--table tbody tr td .date {
    font-size: 14px;
}

@media (max-width: 768px) {
    .cmn--table thead {
        display: none;
    }

    .cmn--table tbody tr {
        display: block;
    }

    .cmn--table tbody tr:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .cmn--table tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        padding: 10px 15px;
        text-align: right;
    }

    .cmn--table tbody tr td::before {
        content: attr(data-label);
        text-align: left;
    }

    .cmn--table tbody tr:nth-child(even) {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(15px);
    }
}

.deposit__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deposit--card {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

@media (max-width: 575px) {
    .deposit--card {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}

.deposit-preview {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

.deposit-preview .deposit-thumb {
    width: 400px;
}

.deposit-preview .deposit-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deposit-preview .deposit-content {
    width: calc(100% - 400px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: none;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.deposit-preview .deposit-content ul {
    width: 100%;
}

.deposit-preview .deposit-content ul li {
    padding: 10px 0;
    font-size: 14px;
}

.deposit-preview .deposit-content ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {

    .deposit-preview .deposit-content,
    .deposit-preview .deposit-thumb {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .deposit-preview .deposit-thumb {
        width: 200px;
    }

    .deposit-preview .deposit-content {
        width: calc(100% - 200px);
    }
}

@media (max-width: 575px) {
    .deposit-preview {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .deposit-preview .deposit-thumb {
        width: 100%;
    }

    .deposit-preview .deposit-content {
        padding: 20px 25px;
        width: 100%;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
}

input[readonly].cmn--form--control:focus {
    color: #fff !important;
}

.withdraw-preview {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

.withdraw-preview .withdraw-form-area {
    width: calc(100% - 350px);
    padding: 25px;
}

.withdraw-preview .withdraw-content {
    width: 350px;
}

@media (max-width: 767px) {

    .withdraw-preview .withdraw-form-area,
    .withdraw-preview .withdraw-content {
        width: 100%;
    }
}

.withdraw-content {
    padding: 15px 25px 25px;
}

.withdraw-content ul {
    width: 100%;
}

.withdraw-content ul li {
    padding: 10px 0;
    font-size: 14px;
}

.withdraw-content ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.h--50px {
    height: 50px;
}

.form--group {
    margin-bottom: 20px;
}

.preview-header {
    padding: 15px;
    background: #485460;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    text-align: center;
}

.two-factor-content {
    padding: 20px;
}

.two-factor-content .two__fact__text {
    margin-bottom: 25px;
}

@media (max-width: 575px) {
    .two-factor-content {
        padding: 0;
    }
}

.subtitle--bordered {
    margin: 0;
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.cursor-pointer {
    cursor: pointer;
}

.message__chatbox {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.message__chatbox__header {
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #485460;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.message__chatbox__header .title {
    margin: 0;
}

.message__chatbox__body {
    padding: 30px;
}

@media (max-width: 575px) {
    .message__chatbox__body {
        padding: 15px;
    }
}

.list--group {
    background: #1e272e;
}

.list--group .list-group-item {
    border-color: rgba(255, 255, 255, 0.1);
    background: transparent;
}

.reply-item {
    padding: 20px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    align-items: center;
    margin: 10px;
    background: #1e272e;
}

.reply-item .name-area {
    padding: 20px;
    width: 220px;
    text-align: center;
}

.reply-item .name-area .title {
    margin: 0;
}

.reply-item .name-area .reply-thumb {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
}

.reply-item .name-area .reply-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.reply-item .content-area {
    width: calc(100% - 220px);
    padding: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.reply-item .content-area .meta-date {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    display: block;
}

@media (max-width: 767px) {
    .reply-item {
        padding: 0;
    }

    .reply-item .name-area,
    .reply-item .content-area {
        width: 100%;
        border: none;
    }

    .reply-item .name-area {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.reply-message-area {
    margin: -10px;
}

.reply-message-area li {
    padding: 0;
}

.reply-message-area li ul {
    padding-left: 20px;
}

@media (min-width: 768px) {
    .reply-message-area li ul {
        padding-left: 50px;
    }
}

.profile-wrapper {
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.profile-wrapper .profile-user {
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 40px;
}

.profile-wrapper .profile-user .thumb {
    margin-bottom: 20px;
}

.profile-wrapper .profile-user .thumb img {
    max-width: 100%;
}

.profile-wrapper .profile-form-area {
    width: calc(100% - 300px);
}

@media (min-width: 992px) {
    .profile-wrapper .profile-form-area {
        padding-left: 30px;
    }
}

@media (min-width: 1200px) {
    .profile-wrapper .profile-form-area {
        padding-left: 70px;
    }
}

@media (max-width: 991px) {
    .profile-wrapper .profile-form-area {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .profile-wrapper {
        padding: 30px 15px;
    }
}

.highlow-time-duration {
    justify-content: center;
}

.highlow-time-duration li {
    padding: 5px;
}

.highlow-time-duration li a {
    text-decoration: none;
    padding: 10px 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #1e272e;
    color: #fff;
}

.highlow-time-duration li a i {
    color: #2e86de;
}

.highlow-time-duration li a.active {
    box-shadow: 0 0 4px rgb(255 255 255 / 40%);
    background: #485460;
}

.highlow-predict button {
    width: 100%;
    justify-content: center;
}

.highlow-predict button:not(:last-child) {
    margin-bottom: 10px;
}

.predict-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.predict-group .input-group {
    width: calc(100% - 200px);
    padding-right: 20px;
}

.predict-group .highlow-predict {
    width: 200px;
    font-size: 20px;
}

@media screen and (max-width: 499px) {
    .predict-group {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .predict-group .input-group {
        padding: 0 0 25px;
        width: 100%;
    }

    .predict-group .highlow-predict {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: -5px;
    }

    .predict-group .highlow-predict button {
        width: unset;
        margin: 5px;
        flex-grow: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bounceIn {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    60% {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
    }

    90% {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3) translateY(-50%);
        transform: scale(0.3) translateY(-50%);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    70% {
        -webkit-transform: scale(0.94);
        transform: scale(0.94);
    }
}

/*Blog Section Starts Here*/
.post__item {
    background: #1e272e;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.post__item .post__thumb {
    overflow: hidden;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.post__item .post__thumb a {
    display: block;
}

.post__item .post__thumb .category {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 4px 15px;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    background: #2e86de;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.post__item .post__thumb img {
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.post__item .post__content {
    padding: 30px;
}

.post__item .post__content .post__title {
    margin-bottom: 20px;
}

.post__item .post__content .post__title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
}

.post__item .post__content .meta__date {
    border-left: 5px solid #2e86de;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    justify-content: space-between;
    padding: 5px;
    background: #172027;
}

.post__item .post__content .meta__date .meta__item {
    font-size: 14px;
    padding: 5px;
    display: flex;
    align-items: center;
}

.post__item .post__content .meta__date .meta__item i {
    font-size: 20px;
    color: #2e86de;
    margin-right: 6px;
}

.post__item:hover .post__thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.post__item .post__read {
    font-family: "Rajdhani", sans-serif;
    margin-top: 25px;
    color: #2e86de;
}

@media (max-width: 991px) {
    .post__item .post__content {
        padding: 25px 15px 20px;
    }
}

.post__share {
    margin: -3px;
}

.post__share li {
    padding: 3px;
}

.post__share li a {
    text-decoration: none;
}

.post__share li a i {
    line-height: 35px;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    color: #fff;
    background: #2e86de;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.post__share li a i[class*="facebook"] {
    background: #3b5998;
}

.post__share li a i[class*="twitter"] {
    background: #55acee;
}

.post__share li a i[class*="instagram"] {
    background: #e4405f;
}

.post__share li a i[class*="skype"] {
    background: #2fb7df;
}

.post__share li a i[class*="linkedin"] {
    background: #007bb5;
}

.post__share li a i[class*="youtube"] {
    background: #cd201f;
}

.post__share li a i[class*="behance"] {
    background: #1769ff;
}

.post__share li a i[class*="tumblr"] {
    background: #34465d;
}

.post__share li a i[class*="pinterest"] {
    background: #007bb5;
}

.post__share li a i[class*="navy"] {
    background: #d8e0f3;
}

.post__share li a i[class*="futbol"] {
    background: #db3776;
}

.post__share li a i[class*="vimeo"] {
    background: #1ab7ea;
}

/*Blog Section Starts Here*/
.read--more {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 700;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

[class*="line--limit"] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line--limit-1 {
    -webkit-line-clamp: 1;
}

.line--limit-2 {
    -webkit-line-clamp: 2;
}

.line--limit-3 {
    -webkit-line-clamp: 3;
}

.line--limit-4 {
    -webkit-line-clamp: 4;
}

.line--limit-5 {
    -webkit-line-clamp: 5;
}

/*Sidebar*/
.blog-sidebar {
    padding: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-sidebar {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 400px) {
    .blog-sidebar {
        padding: 30px 20px;
    }
}

.widget__title {
    margin-bottom: 10px;
}

.widget:not(:last-child) {
    margin-bottom: 40px;
}

.widget.widget__category ul li {
    padding: 0;
}

.widget.widget__category ul li a {
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
}

.widget.widget__category ul li a:hover {
    padding-left: 10px;
}

.widget.widget__post__area ul li {
    padding: 10px 0;
}

.widget.widget__tags ul {
    margin: -5px;
}

.widget.widget__tags ul li {
    padding: 5px;
}

.widget.widget__tags ul li a {
    padding: 8px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #172027;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.widget.widget__tags ul li a:hover,
.widget.widget__tags ul li a.active {
    background: #2e86de;
    color: #fff;
}

.widget__post {
    text-decoration: none;
}

.widget__post .widget__post__thumb {
    width: 80px;
    height: 80px;
}

.widget__post .widget__post__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget__post .widget__post__content {
    width: calc(100% - 80px);
    padding-left: 15px;
}

.widget__post .widget__post__content .widget__post__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    margin-bottom: 5px;
}

.widget__post .widget__post__content span {
    font-size: 14px;
    color: #2e86de;
}

/*Blog Single*/
.post__details .post__header {
    margin-bottom: 40px;
}

.post__details .post__header .post__title {
    margin-bottom: 25px;
}

.post__details p {
    margin-bottom: 30px;
}

.post__details .post__thumb {
    height: 420px;
    margin-bottom: 30px;
}

.post__details .post__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post__details .post__quote {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .post__details .post__thumb {
        height: unset;
    }
}

.post__quote {
    font-size: 24px;
    line-height: 1.5;
    font-family: "Rajdhani", sans-serif;
    color: #fff;
    font-style: italic;
    text-align: center;
    padding: 0 30px;
    border-left: 3px solid #2e86de;
}

@media (max-width: 575px) {
    .post__quote {
        padding: 0 15px;
        font-size: 20px;
    }
}

.post__tag,
.post__share {
    margin: -5px;
}

.post__tag li,
.post__share li {
    padding: 5px;
}

.post__share__title {
    margin-bottom: 10px;
}

.post__tag li a {
    font-size: 14px;
    padding: 5px 15px;
    background: #1e272e;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.post__tag li a:hover,
.post__tag li a.active {
    background: #2e86de;
    color: #fff;
}

.post__share li a {
    text-decoration: none;
}

.post__share li a i {
    line-height: 35px;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    color: #fff;
    background: #2e86de;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.post__share li a i[class*="facebook"] {
    background: #3b5998;
}

.post__share li a i[class*="twitter"] {
    background: #55acee;
}

.post__share li a i[class*="instagram"] {
    background: #e4405f;
}

.post__share li a i[class*="skype"] {
    background: #2fb7df;
}

.post__share li a i[class*="linkedin"] {
    background: #007bb5;
}

.post__share li a i[class*="youtube"] {
    background: #cd201f;
}

.post__share li a i[class*="behance"] {
    background: #1769ff;
}

.post__share li a i[class*="tumblr"] {
    background: #34465d;
}

.post__share li a i[class*="pinterest"] {
    background: #007bb5;
}

.post__share li a i[class*="navy"] {
    background: #d8e0f3;
}

.post__share li a i[class*="futbol"] {
    background: #db3776;
}

.post__share li a i[class*="vimeo"] {
    background: #1ab7ea;
}

.scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    z-index: 999;
    bottom: 30px;
    right: 30px;
    font-size: 18px;
    position: fixed;
    border-radius: 5px;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    display: block;
    text-align: center;
    background: #2e86de;
}

.scrollToTop:hover {
    color: #fff;
}

.scrollToTop.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    animation: bounceInDown 2s;
    -webkit-animation: bounceInDown 2s;
    -moz-animation: bounceInDown 2s;
}

.scrollToTop img {
    width: 100%;
}

.video-button {
    width: 70px;
    height: 70px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #47c2ef;
    line-height: 75px;
    text-align: center;
}

.video-button img {
    width: 100%;
}

.video-button i {
    font-size: 24px;
    color: #fff;
}

.video-button::before,
.video-button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 74px;
    background: #47c2ef;
    opacity: 0.15;
    z-index: -10;
}

.video-button::before {
    z-index: -10;
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
    animation: inner-ripple 2000ms linear infinite;
}

.video-button::after {
    z-index: -10;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
    animation: outer-ripple 2000ms linear infinite;
}

.cmn--outline--btn {
    color: #2e86de;
    border-radius: 5px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 30px;
    text-transform: uppercase;
    border: 1px solid rgba(46, 134, 222, 0.5);
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    background: transparent;
    text-decoration: none;
    font-family: "Rajdhani", sans-serif;
}

.cmn--outline--btn:hover {
    color: #fff;
    border-color: #2e86de;
    background: #2e86de;
}

.cmn--outline--btn.white--btn {
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    background: #fff;
}

.cmn--outline--btn.btn--sm {
    padding: 7px 20px;
}

.cmn--outline--btn.btn--md {
    padding: 10px 25px;
}

.cmn--outline--btn.btn--lg {
    padding: 13px 35px;
}

.cmn--outline--btn.btn--block {
    padding: 10px 25px;
    display: block;
}

.cmn--btn {
    color: #fff;
    border-radius: 5px;
    line-height: 24px;
    font-weight: 600;
    padding: 12px 30px;
    background: #2e86de;
    border: 1px solid transparent;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-family: "Rajdhani", sans-serif;
    justify-content: center;
}

.cmn--btn::before,
.cmn--btn::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
}

.cmn--btn:hover {
    color: #fff;
    border-color: #2e86de;
}

.cmn--btn:hover::before,
.cmn--btn:hover::after {
    transition: all ease .2s;
    opacity: 1;
}

.cmn--btn:hover::before {
    right: 100%;
}

.cmn--btn:hover::after {
    left: 100%;
}

.cmn--btn.btn--sm {
    padding: 7px 20px;
}

.cmn--btn.btn--md {
    padding: 10px 25px;
}

.cmn--btn.btn--lg {
    padding: 13px 35px;
}

.cmn--btn.btn--block {
    padding: 10px 25px;
}

.cmn--btn.btn-block,
.cmn--btn.btn--block {
    width: 100%;
    display: block;
    text-align: center;
}

.button-area {
    margin: -5px;
}

.button-area a {
    margin: 5px;
}

@keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}

@keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}

.menu>li:last-child .submenu {
    left: unset;
    right: 0;
}

.pagination {
    margin: -3px;
    margin-top: 0px !important;
    flex-wrap: wrap;
}

.pagination .page-item {
    text-align: center;
    padding: 3px;
}

.pagination .page-item a,
.pagination .page-item span {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
    color: #fcf6f5ff;
    padding: 0;
    line-height: 40px;
    display: block;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
}

.pagination .page-item a span,
.pagination .page-item span span {
    border: none;
}

.pagination .page-item a.active,
.pagination .page-item a:hover,
.pagination .page-item span.active,
.pagination .page-item span:hover {
    background: #2e86de;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.pagination .page-item.disabled span {
    background: rgba(46, 134, 222, 0.3);
    border: none;
    color: #fff;
}

#expert_chart,
#expert_chart>div,
#expert_chart>div>div {
    width: 100% !important;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1e272e;
}

.loader {
    text-align: center;
    text-transform: uppercase;
    font-size: 4.6875em;
    color: transparent;
    letter-spacing: 0.01em;
}

.loader span {
    text-shadow:
        0 0 2px rgba(204, 208, 212, 0.9),
        0 15px 25px rgba(0, 0, 0, 0.3),
        0 -2px 3px rgba(0, 0, 0, 0.1),
        0 -5px 10px rgba(255, 255, 255, 0.5),
        0 5px 10px rgba(0, 0, 0, 0.3),
        0 3px 4px rgba(255, 255, 255, 0.2),
        0 0 20px rgba(255, 255, 255, 0.45);
    animation: loading 0.85s ease-in-out infinite alternate;
}

@keyframes loading {
    to {
        text-shadow:
            0 0 2px rgba(204, 208, 212, 0.2),
            0 0 3px rgba(0, 0, 0, 0.02),
            0 0 0 rgba(0, 0, 0, 0),
            0 0 0 rgba(255, 255, 255, 0),
            0 0 0 rgba(0, 0, 0, 0),
            0 0 0 rgba(255, 255, 255, 0),
            0 0 0 rgba(255, 255, 255, 0);
    }
}

.loader span:nth-child(2) {
    animation-delay: 0.15s;
}

.loader span:nth-child(3) {
    animation-delay: 0.30s;
}

.loader span:nth-child(4) {
    animation-delay: 0.45s;
}

.loader span:nth-child(5) {
    animation-delay: 0.60s;
}

.loader span:nth-child(6) {
    animation-delay: 0.75s;
}

.loader span:nth-child(7) {
    animation-delay: 0.90s;
}

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

.border--warning {
    border-color: #f99f0b !important;
}

.text--base {
    text-decoration: none;
}

.table>:not(:first-child) {
    border-top: 0;
}

.badge--dark {
    background-color: #000 !important;
}

.btn--base-outline {
    border: 2px solid #2985c8;
    color: #2985c8;
    font-weight: 600 !important;
}

.btn--base-outline:hover {
    color: #2985c8 !important;
}

.btn--danger-outline {
    border: 2px solid #EA2027;
    color: #EA2027;
    font-weight: 600 !important;
}

.btn--danger-outline:hover {
    color: #EA2027 !important;
    border: 2px solid #EA2027 !important;
}

.btn--danger-outline.active {
    color: #EA2027 !important;
    border: 2px solid #EA2027 !important;
}

.btn--dark {
    background-color: #000 !important;
}

.pagination {
    justify-content: center;
}

.custom--card .card-header {
    padding: 20px;
}

.b-input {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.subscribe--form--control:focus {
    border-color: rgba(46, 134, 222, 0.2);
    box-shadow: none;
    background: inherit;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

@media screen and (max-width: 600px) {
    img.crypto-img {
        width: 100%;
    }
}

.cmn--outline--btn:hover {
    color: #fff !important;
}

@media only screen and (max-width: 1050px) {
    .header-section.active .header-bottom {
        top: 45px !important;
    }

}

@media only screen and (max-width: 767px) {
    .highlow-time-duration li a {
        padding: 10px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 400px) {
    .highlow-time-duration li a {
        padding: 10px 15px;
    }
}


.page-link:focus {
    box-shadow: none;
}

.header-section.fixed-header .header-bottom {
    top: 0 !important;
}

.cmn--table tbody tr:last-child td {
    border-bottom: 0;
}


.js-plotly-plot .plotly .modebar {
    z-index: 2 !important;
}

.header-section.fixed-header .header-bottom {
    z-index: 999999999;
}

.form-control:focus {
    color: #fff;
}

.cmn--form--control[type="file"]::file-selector-button {

    background-color: #485460 !important;
    color: #fff;

}

.b-left {
    border-left: 1px solid rgba(255, 255, 255, 0.302);
}

.blog-short-desc {
    margin-top: 1rem;
    font-size: 15px;
}

.blog-short-desc a {
    text-decoration: none;
    color: #ffffff8c;
}




/* start custom.css */
.copyInput {
    display: inline-block;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.copied::after {
    position: absolute;
    top: 8px;
    right: 12%;
    width: 100px;
    display: block;
    content: "COPIED";
    font-size: 1em;
    padding: 5px 5px;
    color: #fff;
    background-color: #FF7000;
    border-radius: 3px;
    opacity: 0;
    will-change: opacity, transform;
    animation: showcopied 1.5s ease;
}

@keyframes showcopied {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    50% {
        opacity: 0.7;
        transform: translateX(40%);
    }

    70% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
    }
}

.cookies-card {
    width: 520px;
    padding: 30px;
    color: #1E2337;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999999;
    transition: all .5s;
    background: #d1d1d1;
    border-radius: 5px;
}

.cookies-card.hide {
    bottom: -500px !important;
}

.radius--10px {
    border-radius: 10px;
}

.cookies-card__icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #6e6f70;
    color: #fff;
    font-size: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cookies-card__content {
    margin-bottom: 0;
}

.cookies-btn {
    color: #363636;
    text-decoration: none;
    padding: 10px 35px;
    margin: 3px 5px;
    display: inline-block;
    border-radius: 999px;
}

.cookies-btn:hover {
    color: #363636;
}

@media (max-width: 767px) {
    .cookies-card {
        width: 100%;
        left: 0;
        bottom: 0;
        font-size: 14px;
        padding: 15px;
    }
}

.hover-input-popup {
    position: relative;
}

.input-popup {
    display: none;
}

.hover-input-popup .input-popup {
    display: block;
    position: absolute;
    bottom: 130%;
    left: 50%;
    width: 280px;
    background-color: #1a1a1a;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.input-popup::after {
    position: absolute;
    content: '';
    bottom: -19px;
    left: 50%;
    margin-left: -5px;
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #1a1a1a transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.input-popup p {
    padding-left: 20px;
    position: relative;
}

.input-popup p::before {
    position: absolute;
    content: '';
    font-family: 'Line Awesome Free';
    font-weight: 900;
    left: 0;
    top: 4px;
    line-height: 1;
    font-size: 18px;
}

.input-popup p.error {
    text-decoration: line-through;
}

.input-popup p.error::before {
    content: "\f057";
    color: #ea5455;
}

.input-popup p.success::before {
    content: "\f058";
    color: #28c76f;
}

.show-filter {
    display: none;
}

@media(max-width:767px) {
    .responsive-filter-card {
        display: none;
        transition: none;
    }

    .show-filter {
        display: block;
    }
}

/* ////////////////// select 2 css //////////////// */

.select2-dropdown .select2-title {
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.select2-dropdown .select2-subtitle {
    font-size: 12px;
    margin-bottom: 0px !important;
}

.select2-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
    padding: 12px 14px !important;
    border-bottom: 1px solid #eeeeee30;
}

.select2-parent {
    position: relative;
}

.select2-results__option.select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #000 !important;
    color: #fff !important;
}

.select2-dropdown {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-top: 8px !important;
    border-radius: 5px !important;
    box-shadow: 0 3px 9px rgba(50, 50, 9, 0.05), 6px 4px 19px rgb(115 103 240 / 20%);
    background-color: #1e272e !important;
}

.select2-search--dropdown {
    padding: 10px 10px !important;
    border-color: #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #ced4da2e !important;
    padding: 10px 20px;
}


/* .select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
    padding: 12px 14px !important;
    border-bottom: 1px solid #eee;
} */

.select2-results__option.select2-results__message {
    text-align: center !important;
    padding: 12px 14px !important;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 8px;
    border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: #ddd;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

/* .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0 !important;
} */
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    position: absolute;
    right: 10px;
    top: 50%;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    transition: .3s;
    transform: translateY(-50%) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px !important;
    top: -2px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    background: #1e272e !important;
}

.select2-container--default .select2-selection--single {
    border-color: rgba(255, 255, 255, 0.2) !important;
    border-width: 1px !important;
    border-radius: .375rem !important;
    padding: .375rem .75rem !important;
    height: 60px !important;
    background-color: transparent !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px !important;
    color: #fff !important;
}

.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
    border-color: #de2e2e33 !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    content: "\f106";
}

.select2-results__option:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.select2-results__option:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* .select2-results__option.select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f1f1f1 !important;
    color: #000 !important;
} */

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 0 25px rgba(115, 103, 240 0.071) !important;
    outline: 0 !important;
    color: #fff !important;
}

.select2-dropdown .country-flag {
    width: 25px;
    height: 25px;
    border-radius: 8px;
}

.select2-dropdown .gateway-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.select2-dropdown .gateway-subtitle {
    font-size: 12px;
    margin-bottom: 0px !important;
}

/* .select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
    border-color: hsl(var(--base)) !important;
    border-radius: .375rem !important;
} */


.gateway-card {
    padding: 15px;
}

.payment-card-title {
    padding: 13px 25px;
    text-align: center;
    background-color: #2E86DE;
    border-radius: 5px;
    border: 0;
    margin-bottom: 0px;
    color: #fff;
}

.payment-system-list {
    --thumb-width: 100px;
    --thumb-height: 40px;
    --radio-size: 12px;
    --border-color: rgba(255, 255, 255, 0.2);
    /* --border-color: #cccccf59; */
    --hover-border-color: #2E86DE;
    background-color: transparent;
    /* background-color: #fff; */
    border-radius: 5px;
    height: 100%;

}


.payment-system-list.is-scrollable {
    max-height: min(388px, 70vh);
    overflow-x: auto;
    padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
    width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
    width: 5px;

}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
    background-color: #2E86DE;
    border-radius: 10px;
}

.payment-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
    /* border: 1px solid #fff; */
    border-top-color: var(--border-color);
    transition: all 0.3s;
    border-left: 3px solid transparent;
}

.payment-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    /* border-top-color: #fff; */
    border-radius: 5px 5px 0 0;
}

.payment-item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    /* border-top-color: #fff; */
    border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
    border-left: 3px solid #2E86DE;
    /* border-left: 3px solid var(--hover-border-color); */
    border-radius: 0px;
}

.payment-item__check {
    border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
    border: 3px solid #2E86DE;
}

.payment-item__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: calc(100% - var(--thumb-width))
}

.payment-item__check {
    width: var(--radio-size);
    height: var(--radio-size);
    border: 1px solid #2E86DE;
    display: inline-block;
    border-radius: 100%;

}

.payment-item__name {
    padding-left: 10px;
    width: calc(100% - var(--radio-size));
    transition: all 0.3s;
}

.payment-item__thumb {
    width: var(--thumb-width);
    height: var(--thumb-height);
    text-align: right;
    padding-left: 10px;

    &:has(.text) {
        width: fit-content;
    }
}

.payment-item__thumb img {
    max-width: var(--thumb-width);
    max-height: var(--thumb-height);
    object-fit: cover;
}


.deposit-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 18px;
}

.deposit-info__title {
    max-width: 50%;
    margin-bottom: 0px;
    text-align: left;
}

.deposit-info__input {
    max-width: 50%;
    text-align: right;
    width: 100%;
}

.deposit-info__input-select {
    border: 1px solid var(--border-color);
    width: 100%;
    border-radius: 5px;
    padding-block: 6px;
}

.deposit-info__input-group {
    border: 1px solid var(--border-color);
    border-radius: 5px;

    .deposit-info__input-group-text {
        align-self: center;
        padding: 10px 15px;
    }

}

.deposit-info__input-group .cmn--form--control:focus {
    border-color: var(--border-color) !important;
}

.deposit-info__input-group .cmn--form--control {
    border: 0;
    border-left: 1px solid var(--border-color);
}

.deposit-info__input-group .form--control {
    padding: 5px;
    border: 0;
    height: 35px;
    text-align: right;
}

.deposit-info__input-group .form--control:focus {
    box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
    font-size: 14px;

}

.deposit-info__title .text.has-icon {
    display: flex;
    align-items: center;
    gap: 5px
}

.total-amount {
    border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
    font-weight: 600;
}

.payment-item__btn {
    border: 0;
    /* border-block: 1px solid var(--border-color); */
    border-bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    /* background: #fff; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px;
    font-weight: 500;
}

.payment-item:hover+.payment-item__btn {
    border-top-color: #fff;
}

button .spinner-border {
    --bs-spinner-width: 1.5rem;
    --bs-spinner-height: 1.5rem;
}

.payment-item__btn-text {
    margin: 0px;
    color: #fff;
}

.payment-item__btn__icon {
    color: #fff;
}

/* end custom.css */



/* start registration page */
.social-btn-group {
    gap: 20px 15px;
}

.social-login-btn {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 12px;
}

.social-login-btn:hover {
    border-color: #2E86DE !important;
    color: #2E86DE !important;
}

.register-disable {
    height: 100vh;
    width: 100%;
    background-color: #fff;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-disable-image {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 32px;
}

.register-disable-title {
    color: rgb(0 0 0 / 80%);
    font-size: 42px;
    margin-bottom: 18px;
    text-align: center
}

.register-disable-icon {
    font-size: 16px;
    background: rgb(255, 15, 15, .07);
    color: rgb(255, 15, 15, .8);
    border-radius: 3px;
    padding: 6px;
    margin-right: 4px;
}

.register-disable-desc {
    color: rgb(0 0 0 / 50%);
    font-size: 18px;
    max-width: 565px;
    width: 100%;
    margin: 0 auto 32px;
    text-align: center;
}

.register-disable-footer-link {
    color: #fff;
    background-color: #2e86de;
    padding: 13px 24px;
    border-radius: 6px;
    text-decoration: none
}

.register-disable-footer-link:hover {
    background-color: #2e86dece;
    color: #fff;
}

/* end registration page */

.verification-code span {
    background: #1e272e !important;
}

.verification-code::after {
    background-color: #1e272e !important;
}


/* start select2 */
.select2-dropdown .select2-title {
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.select2-dropdown .select2-subtitle {
    font-size: 12px;
    margin-bottom: 0px !important;
}

.select2-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
}

.select2-parent {
    position: relative;
}

/* end select2 */


/* language */
.custom--dropdown {
    position: relative;
    display: inline-block;
}

.custom--dropdown>.custom--dropdown__selected {
    background-color: transparent;
    cursor: pointer;
    font-size: 14px;
    padding-right: 30px;
}

@media screen and (max-width: 1399px) {
    .custom--dropdown>.custom--dropdown__selected {
        padding-right: 15px;
    }
}

.custom--dropdown>.dropdown-list {
    position: absolute;
    background-color: #1e272e !important;
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    opacity: 0;
    overflow: hidden;
    transition: 0.25s ease-in-out;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    top: 100%;
    margin-top: 5px;
    z-index: -1;
    visibility: hidden;
    max-height: 230px;
    overflow-y: auto !important;
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black)/0.15);
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black)/0.3);
}

.custom--dropdown.open>.dropdown-list {
    opacity: 1;
    visibility: visible;
    z-index: 999 !important;
    min-width: 100px;
}

.dropdown-list>.dropdown-list__item {
    padding: 8px !important;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600 !important;
}

.dropdown-list>.dropdown-list__item:hover {
    background-color: #2E86DE !important;
}

.dropdown-list>.dropdown-list__item:hover span {
    color: #fff !important;
}

.dropdown-list>.dropdown-list__item,
.custom--dropdown>.custom--dropdown__selected {
    display: flex;
    align-items: center;
    gap: 10px
}

.dropdown-list>.dropdown-list__item .thumb img,
.custom--dropdown>.custom--dropdown__selected .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover !important;
}

.dropdown-list>.dropdown-list__item .thumb,
.custom--dropdown>.custom--dropdown__selected .thumb {
    width: 25px;
    height: 25px;
}

.dropdown-list>.dropdown-list__item .text {
    width: 100%;
    color: hsl(var(--black)/0.8) !important;
}

.custom--dropdown>.custom--dropdown__selected .text {
    width: 100%;
    color: hsl(var(--black)/0.8) !important;
    font-weight: 600 !important;
}

.custom--dropdown .dropdown-list {
    border: 1px solid hsl(var(--black) / .1);
    top: calc(100% + 5px);
    border-radius: 12px;
}

.list-group {
    --bs-list-group-color: #fff;
    --bs-list-group-bg: #000;
}