@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Rajdhani:wght@600;700&display=swap");

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #EAECEF;
    line-height: 26px;
    overflow-x: hidden;
    font-family: "Inter", "Roboto", sans-serif;
    background: #0B0E11;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.2;
    color: #EAECEF;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #EAECEF;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #F0B90B;
}

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: #F0B90B;
}

p a:hover {
    color: #F0B90B;
}

@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: #1E2028;
}

body *::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background-color: #2B2E3A;
}

body *::-webkit-scrollbar-button {
    background-color: #2B2E3A;
}

body *::-webkit-scrollbar-thumb {
    background-color: #F0B90B;
}

*::selection {
    background-color: #F0B90B;
    color: #000;
}

.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(11, 14, 17, 0.85);
}

.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: #0B0E11 !important;
}

.bg--section {
    background-color: #1E2028 !important;
}

.btn--base,
.badge--base,
.bg--base {
    background-color: #F0B90B !important;
}

.btn--primary,
.badge--primary,
.bg--primary {
    background-color: #2E6EDF !important;
}

.btn--secondary .badge--secondary .bg--secondary {
    background-color: #848E9C !important;
}

.btn--success,
.badge--success,
.bg--success {
    background-color: #0ECB81 !important;
}

.btn--danger,
.badge--danger,
.bg--danger {
    background-color: #F6465D !important;
}

.btn--warning,
.badge--warning,
.bg--warning {
    background-color: #F0B90B !important;
}

.btn--info,
.badge--info,
.bg--info {
    background-color: #2E6EDF !important;
}

.btn--dark,
.badge--dark,
.bg--dark {
    background-color: #1E2028 !important;
    color: #EAECEF;
}

.btn--white,
.badge--white,
.bg--white {
    background-color: #EAECEF !important;
    color: #0B0E11;
}

[class*="btn--"] {
    color: #fff;
    font-weight: 500;
}

[class*="btn--"]:hover {
    color: #fff;
}

.btn--warning,
.badge--warning,
.btn--white,
.badge--white {
    color: #000;
}

.btn--warning:hover,
.badge--warning:hover,
.btn--white:hover,
.badge--white:hover {
    color: #000;
}

.btn--black,
.badge--black,
.bg--black {
    background-color: #000 !important;
}

.btn--title,
.badge--title,
.bg--title {
    background-color: #EAECEF !important;
}

.btn--1,
.badge--1,
.bg--1 {
    background-color: #2E6EDF !important;
}

.text--primary {
    color: #2E6EDF !important;
}

.text--secondary {
    color: #848E9C !important;
}

.text--success {
    color: #0ECB81 !important;
}

.text--danger {
    color: #F6465D !important;
}

.text--warning {
    color: #F0B90B !important;
}

.text--info {
    color: #2E6EDF !important;
}

.text--dark {
    color: #EAECEF !important;
}

.text--white {
    color: #EAECEF !important;
}

.text--white p, .text--white ul li, .text--white ul li a, .text--white span {
    color: #EAECEF;
}

.text--black {
    color: #000 !important;
}

.text--body {
    color: #EAECEF !important;
}

.text--base {
    color: #F0B90B !important;
}

.text--title {
    color: #EAECEF !important;
}

.text--1 {
    color: #2E6EDF !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: #0B0E11;
}

.bg--section .post__item .post__content .meta__date {
    background: #1E2028;
}

.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: #1E2028;
}

.bg--body .post__item .post__content .meta__date {
    background: #0B0E11;
}

.bg--glass .cmn--form--control {
    background: #0B0E11;
}

/* Footer Styles */
.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.1);
}

.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: #EAECEF;
    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: #F0B90B;
}

.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: #EAECEF;
    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: #F0B90B;
}

@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.05);
}

.footer__contact__item {
    align-items: center;
    padding: 30px;
    background: #1E2028;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.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.1);
    font-size: 22px;
    color: #F0B90B;
}

.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;
    color: #EAECEF;
}

@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: #F0B90B;
}

div[class*="col"]:nth-child(2) .footer__contact__item .footer__contact__thumb {
    border-color: rgba(0, 0, 0, 0.1);
    color: #000;
}

div[class*="col"]:nth-child(2) .footer__contact__item .footer__contact__content .footer__contact__title a {
    color: #000;
}

div[class*="col"]:nth-child(2) .footer__contact__item .footer__contact__content span {
    color: #000;
}

.footer-middle {
    margin-top: -60px;
}

.footer-bottom {
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 30px;
}

.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.05);
    font-size: 14px;
    color: #EAECEF;
}

.subscribe--form--control:focus {
    border-color: #F0B90B;
    box-shadow: none;
}

.subscribe--form--control::placeholder {
    color: #848E9C;
}

.footer-middle-wrapper {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Header Styles */
.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: #EAECEF;
}

@media (min-width: 992px) {
    .menu li .submenu {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        min-width: 220px;
        background: #1E2028;
        -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.05);
        border-radius: 8px;
    }

    .menu li .submenu li a {
        display: flex;
        justify-content: space-between;
        padding: 8px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        font-weight: 400;
        color: #EAECEF;
    }

    .menu li .submenu li .submenu {
        left: 100%;
        top: 10px;
    }

    .menu li .submenu li:hover > .submenu {
        top: 0;
    }

    .menu li .submenu li:hover > a {
        background: #F0B90B;
        color: #000;
        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: #1E2028;
        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.05);
    }

    .menu li a {
        display: flex;
        color: #EAECEF;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        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.05);
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
}

.header-section.active .header-bottom {
    background: #1E2028;
}

.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: #EAECEF;
    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: #EAECEF;
}

.header-top .header-top-area li.links i {
    margin-right: 7px;
}

.select-bar {
    height: 35px !important;
    display: block;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 90px;
}

.select-bar select {
    height: 35px;
    border: none;
    background: transparent !important;
    padding: 0 10px;
    font-size: 14px;
    color: #EAECEF;
}

.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 Dropdown */
.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: #F0B90B;
    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: #1E2028;
    -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.05);
    border-radius: 8px;
}

.dashboard-dashboard-icon .dashboard-menu li {
    padding: 0 !important;
}

.dashboard-dashboard-icon .dashboard-menu li a {
    display: flex;
    justify-content: space-between;
    padding: 8px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-weight: 400;
    color: #EAECEF;
    text-decoration: none;
}

.dashboard-dashboard-icon .dashboard-menu li:hover > a {
    background: #F0B90B;
    color: #000;
    padding-left: 22px;
}

.dashboard-dashboard-icon:hover .dashboard-menu {
    opacity: 1;
    visibility: visible;
}

/* Banner Section */
.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;
    }
}

/* Hero Section */
.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;
    }
}

/* Cards */
.custom--card {
    box-shadow: none;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.05);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.custom--card .card-header {
    background: #2B2E3A;
    text-align: center;
    margin-left: -1px;
    margin-right: -1px;
    border-radius: 8px 8px 0 0;
}

.custom--card .card-header .card-title {
    margin: 0;
    color: #EAECEF;
}

.custom--card .card-body {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #1E2028;
}

.custom--card .card-footer {
    border-color: rgba(255, 255, 255, 0.05);
}

/* Trend Items */
.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: #F6465D;
}

.trend__item .trend-bar .trend-bar2 {
    background: #0ECB81;
}

/* Popular Assets */
.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.05);
}

.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: #0ECB81;
}

.popular__assets__item .popular__assets__status i[class*="angle-down"] {
    color: #F6465D;
}

.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;
    }
}

/* Modal */
.custom--modal {
    background: rgba(0, 0, 0, 0.8);
}

.custom--modal .modal-footer,
.custom--modal .modal-header {
    background: #1E2028;
    border-color: rgba(255, 255, 255, 0.05);
}

.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: #F6465D;
    opacity: 1;
}

.custom--modal .modal-content {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #0B0E11;
}

/* Predict Types */
.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: #1E2028;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    cursor: pointer;
    text-align: center;
    height: 100%;
    text-transform: capitalize;
}

.predict-type-item .icon {
    line-height: 1;
    font-size: 36px;
    color: #F0B90B;
    margin-bottom: 10px;
}

/* Couple Buttons */
.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.05);
    height: 100%;
    background: #1E2028;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -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: #F0B90B;
    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);
    border-color: #F0B90B;
}

@media (max-width: 767px) {
    div[class*="col"]:first-child .feature__item {
        padding-top: 0;
    }
}

/* Trade Tabs */
.trade--tabs {
    border: 0;
    justify-content: center;
}

.trade--tabs .nav-item {
    padding: 0;
}

.trade--tabs .nav-item .nav-link {
    padding: 15px 40px;
    background: #1E2028;
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #EAECEF;
}

.trade--tabs .nav-item .nav-link.active {
    background: #F0B90B;
    color: #000;
}

.chart-wrapper {
    width: 100%;
    overflow-x: auto;
    text-align: center;
}

.chart-wrapper img {
    width: 100%;
}

/* Call to Action */
.call-to-wrapper {
    justify-content: center;
    align-items: center;
    padding: 50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: linear-gradient(135deg, #1E2028 0%, #2B2E3A 100%);
}

.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 */
.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: #2B2E3A;
    border-color: rgba(255, 255, 255, 0.05);
    color: #EAECEF;
}

.cmn--form--group a {
    text-decoration: none !important;
}

.cmn--label {
    cursor: pointer;
    margin-bottom: 15px;
    color: #848E9C;
}

select.cmn--form--control {
    color: #EAECEF;
    flex: 1 1 auto;
    width: 100%;
}

select.cmn--form--control option {
    color: #EAECEF;
    background-color: #0B0E11;
}

.cmn--form--control {
    height: 60px;
    padding: 0 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #1E2028;
    border-color: rgba(255, 255, 255, 0.05);
    color: #EAECEF !important;
}

.cmn--form--control::placeholder {
    color: #848E9C;
}

.cmn--form--control:focus {
    border-color: #F0B90B;
    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: #EAECEF;
}

@media (max-width: 575px) {
    input[type="file"].cmn--form--control {
        padding: 12px 18px;
    }
}

.account-wrapper {
    max-width: 700px;
    padding: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto;
    background: #1E2028;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

@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 Items */
.contact__item {
    align-items: center;
    padding: 50px 30px;
    background: #1E2028;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    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.1);
    font-size: 22px;
    color: #F0B90B;
}

.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;
    color: #EAECEF;
}

@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: #F0B90B;
}

div[class*="col"]:nth-child(2) .contact__item .contact__thumb {
    border-color: rgba(0, 0, 0, 0.1);
    color: #000;
}

div[class*="col"]:nth-child(2) .contact__item .contact__content .contact__title a {
    color: #000;
}

div[class*="col"]:nth-child(2) .contact__item .contact__content span {
    color: #000;
}

/* FAQ */
.faq__wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.faq__item {
    background: #1E2028;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.faq__item:not(:last-child) {
    margin-bottom: 20px;
}

.faq__item .faq__title {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.03);
    padding: 15px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 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: #F0B90B;
    -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: #F0B90B;
}

.faq__item.open .faq__title .title {
    color: #000;
}

.faq__item.open .faq__title .right__icon::after {
    height: 0;
}

.faq__item.open .faq__title .right__icon::before {
    background: #000;
}

@media (max-width: 575px) {
    .faq__item .faq__content {
        padding: 20px 15px;
    }
}

/* Dashboard Items */
.dashboard__item {
    display: flex;
    flex-wrap: wrap;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #1E2028;
    border: 1px solid rgba(255, 255, 255, 0.05);
    height: 100%;
    transition: all 0.3s ease;
}

.dashboard__item:hover {
    border-color: #F0B90B;
    transform: translateY(-2px);
}

.dashboard__item .dashboard__thumb {
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    background: #F0B90B;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    color: #000;
}

.dashboard__item .dashboard__content {
    padding: 30px;
    width: calc(100% - 90px);
}

.dashboard__item .dashboard__content .dashboard__title {
    margin: 0;
}

[class*="badge--"] {
    font-weight: 400;
}

/* Tables */
.cmn--table {
    margin: 0;
    border: none;
    background: #1E2028;
}

.cmn--table thead tr th {
    font-family: "Rajdhani", sans-serif;
    padding: 15px 10px;
    text-align: center;
    color: #EAECEF;
    border: none;
    background: #F0B90B;
    color: #000;
}

.cmn--table tbody {
    color: #EAECEF;
    text-align: center;
}

.cmn--table tbody tr td {
    vertical-align: middle;
    padding: 12px 5px;
    border-color: rgba(255, 255, 255, 0.05);
}

.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.05);
    }

    .cmn--table tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-left: 1px solid rgba(255, 255, 255, 0.05);
        border-right: 1px solid rgba(255, 255, 255, 0.05);
        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.03);
    }
}

/* Deposit & Withdraw */
.deposit__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deposit--card {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

@media (max-width: 575px) {
    .deposit--card {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}

.deposit-preview {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.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.05);
    border-left: none;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #1E2028;
}

.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.05);
}

@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 8px 8px;
        -moz-border-radius: 0 0 8px 8px;
        border-radius: 0 0 8px 8px;
        border: 1px solid rgba(255, 255, 255, 0.05);
    }
}

input[readonly].cmn--form--control:focus {
    color: #EAECEF !important;
}

.withdraw-preview {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background: #1E2028;
}

.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.05);
}

/* Two Factor */
.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.05);
}

.cursor-pointer {
    cursor: pointer;
}

/* Message Chatbox */
.message__chatbox {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.message__chatbox__header {
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: #2B2E3A;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 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: #1E2028;
}

.list--group .list-group-item {
    border-color: rgba(255, 255, 255, 0.05);
    background: transparent;
    color: #EAECEF;
}

.reply-item {
    padding: 20px 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    align-items: center;
    margin: 10px;
    background: #1E2028;
}

.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.05);
}

.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.05);
    }
}

/* Profile */
.profile-wrapper {
    padding: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #1E2028;
}

.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%;
    border-radius: 8px;
}

.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;
    }
}

/* High/Low Time Duration */
.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.05);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #1E2028;
    color: #EAECEF;
    transition: all 0.3s ease;
}

.highlow-time-duration li a i {
    color: #F0B90B;
}

.highlow-time-duration li a:hover {
    border-color: #F0B90B;
    color: #F0B90B;
}

.highlow-time-duration li a.active {
    background: #F0B90B;
    color: #000;
}

.highlow-time-duration li a.active i {
    color: #000;
}

/* Predict Group */
.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;
    }
}

/* Animations */
@-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);
    }
}

/* Blog Styles */
.post__item {
    background: #1E2028;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.post__item .post__thumb {
    overflow: hidden;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 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: #F0B90B;
    color: #000;
    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;
    color: #EAECEF;
}

.post__item .post__content .meta__date {
    border-left: 5px solid #F0B90B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    justify-content: space-between;
    padding: 5px;
    background: #0B0E11;
}

.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: #F0B90B;
    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: #F0B90B;
}

@media (max-width: 991px) {
    .post__item .post__content {
        padding: 25px 15px 20px;
    }
}

/* Sidebar */
.blog-sidebar {
    padding: 40px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #1E2028;
}

@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;
    color: #F0B90B;
}

.widget:not(:last-child) {
    margin-bottom: 40px;
}

.widget.widget__category ul li {
    padding: 0;
}

.widget.widget__category ul li a {
    text-decoration: none;
    color: #EAECEF;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
}

.widget.widget__category ul li a:hover {
    padding-left: 10px;
    color: #F0B90B;
}

.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: #0B0E11;
    font-size: 14px;
    text-decoration: none;
    color: #EAECEF;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.widget.widget__tags ul li a:hover, .widget.widget__tags ul li a.active {
    background: #F0B90B;
    color: #000;
}

.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;
    border-radius: 5px;
}

.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;
    color: #EAECEF;
}

.widget__post .widget__post__content span {
    font-size: 14px;
    color: #F0B90B;
}

/* Scroll to Top */
.scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000;
    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: #F0B90B;
}

.scrollToTop:hover {
    color: #000;
}

.scrollToTop.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    animation: bounceInDown 2s;
    -webkit-animation: bounceInDown 2s;
    -moz-animation: bounceInDown 2s;
}

/* Buttons */
.cmn--btn {
    color: #000;
    border-radius: 5px;
    line-height: 24px;
    font-weight: 600;
    padding: 12px 30px;
    background: #F0B90B;
    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;
    transition: all 0.3s ease;
}

.cmn--btn:hover {
    color: #000;
    background: #d9a806;
    transform: translateY(-1px);
}

.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;
}

.cmn--outline--btn {
    color: #F0B90B;
    border-radius: 5px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 30px;
    text-transform: uppercase;
    border: 1px solid rgba(240, 185, 11, 0.5);
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    background: transparent;
    text-decoration: none;
    font-family: "Rajdhani", sans-serif;
    transition: all 0.3s ease;
}

.cmn--outline--btn:hover {
    color: #000;
    border-color: #F0B90B;
    background: #F0B90B;
}

/* Pagination */
.pagination {
    margin: -3px;
    margin-top: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.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.05);
    color: #EAECEF;
    padding: 0;
    line-height: 40px;
    display: block;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.pagination .page-item a.active, .pagination .page-item a:hover,
.pagination .page-item span.active,
.pagination .page-item span:hover {
    background: #F0B90B;
    color: #000;
    border-color: #F0B90B;
}

.pagination .page-item.disabled span {
    background: rgba(240, 185, 11, 0.2);
    border: none;
    color: #848E9C;
}

/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0B0E11;
}

.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(240, 185, 11, 0.9), 0 15px 25px rgba(0, 0, 0, 0.3), 0 -2px 3px rgba(0, 0, 0, 0.1), 0 -5px 10px rgba(240, 185, 11, 0.5), 0 5px 10px rgba(0, 0, 0, 0.3), 0 3px 4px rgba(240, 185, 11, 0.2), 0 0 20px rgba(240, 185, 11, 0.45);
    animation: loading 0.85s ease-in-out infinite alternate;
}

@keyframes loading {
    to {
        text-shadow: 0 0 2px rgba(240, 185, 11, 0.2), 0 0 3px rgba(0, 0, 0, 0.02), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(240, 185, 11, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(240, 185, 11, 0), 0 0 0 rgba(240, 185, 11, 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;
}

/* Additional Utility Classes */
.form-group {
    margin-bottom: 15px;
}

.border--warning {
    border-color: #F0B90B !important;
}

.text--base {
    text-decoration: none;
}

.table > :not(:first-child) {
    border-top: 0;
}

.badge--dark {
    background-color: #1E2028 !important;
    color: #EAECEF;
}

.btn--base-outline {
    border: 2px solid #F0B90B;
    color: #F0B90B;
    font-weight: 600 !important;
    background: transparent;
}

.btn--base-outline:hover {
    color: #000 !important;
    background: #F0B90B;
}

.btn--danger-outline {
    border: 2px solid #F6465D;
    color: #F6465D;
    font-weight: 600 !important;
    background: transparent;
}

.btn--danger-outline:hover {
    color: #fff !important;
    background: #F6465D;
}

.btn--dark {
    background-color: #1E2028 !important;
    color: #EAECEF !important;
}

.custom--card .card-header {
    padding: 20px;
}

.b-input {
    border-color: rgba(255, 255, 255, 0.05) !important;
}

.subscribe--form--control:focus {
    border-color: #F0B90B;
    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: #000 !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: #EAECEF;
}

.cmn--form--control[type="file"]::file-selector-button {
    background-color: #2B2E3A !important;
    color: #EAECEF;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
}

.b-left {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-short-desc {
    margin-top: 1rem;
    font-size: 15px;
}

.blog-short-desc a {
    text-decoration: none;
    color: #848E9C;
}

.blog-short-desc a:hover {
    color: #F0B90B;
}