/* DESKTOP */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Nunito Sans", sans-serif;
}

a {
  text-decoration: none;
}

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

.testimonial {
  width: calc(50% - 20px);
  /* Adjust width to fit three testimonials in a row */
  margin-bottom: 20px;
}

/* auth.auth-master style */
        .error_msg {
            font-weight: 400;
            font-size: 16px;
            line-height: 22px;
            color: #EA4335;
        }
/* auth.auth-master style */

/* auth.login style */
/* sama */
/* auth.register style */
.auth__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 50%;
  min-height: 100%;
  background-color: #243068;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.auth__form {
  max-width: 475px;
  width: 100%;
}

.auth__form .card .card-body {
  padding: 2rem 1.75rem;
}

.auth__form h1 {
  font-weight: 800;
  font-size: 48px;
  line-height: 65px;
  color: #ffffff;
  margin: 0;
}

.auth__form button {
  width: 100%;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #243068;
  padding: 14px;
  border-radius: 5px;
  margin-bottom: 15px;
  border: transparent;
}

.auth__form button img {
  margin-right: 5px;
  width: 16px;
  margin-top: -2px;
}

.auth__form button.google {
  background-color: #ffffff;
}

.auth__form button.fb {
  background-color: #243068;

}

.auth__form button.email {
  background-color: #243068;

}

.auth__form label {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.8);
}

.auth__form input {
  margin-bottom: 16px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  transition: all 0.5s;
}

.auth__form input:active,
.auth__form input:focus {
  border: 1px solid #243068;
  outline: none;
  box-shadow: none;
}

.divider {
  display: flex;
  align-items: center;

  position: relative;
  white-space: nowrap;
  margin-bottom: 15px;

  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgb(255, 255, 255);
}

.divider::before {
  background-color: rgb(255, 255, 255);
  content: "";
  display: block;
  height: 1px;
  margin-right: 20px;
  position: relative;
  top: 0;
  width: 100%;
}

.divider::after {
  background-color: rgb(255, 255, 255);
  content: "";
  display: block;
  height: 1px;
  margin-left: 20px;
  position: relative;
  top: 0;
  width: 100%;
}

.logo {
    width: 150px;
    /* Add any additional styles here */
}

.auth__option {
  text-align: center;
}

.auth__option p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.8);
}


.auth__form .nav .nav-item .nav-link {
  opacity: 0.5;
}

.auth__form .nav .nav-item .nav-link.active {
  opacity: 1;
}

.auth__form .nav .nav-item:hover h1.nav-link {
  opacity: 1;
  color: #FFFFFF;
}

.auth__slides {
  position: fixed;
  top: 0;
  right: 0;
  min-width: 50%;
  min-height: 100%;
}

.fader {
  position: relative;
  height: 50vw;
  overflow: hidden;
}

.fader__slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
}

.fader .slides {
  width: 100%;
  position: absolute;
  bottom: 35%;
  left: 10%;
}

.fader h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #000000;
}

.fader h1 {
  font-weight: 900;
  font-size: 64px;
  line-height: 100%;
  color: #ffffff;
}

.auth__orn {
  position: absolute;
  bottom: -25px;
  right: 50px;
  width: 200px;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .auth__form h1 {
    font-size: 32px;
    line-height: 45px;
  }

  .auth__wrapper {
    min-width: 100%;
  }

  .auth__form {
    max-width: 475px;
    width: 90%;
  }

  .auth__slides {
    display: none;
  }
}
/* auth.login style */
/* sama */
/* auth.register style */

.dash h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: rgba(0, 0, 0, 0.8);
}


.pnp_card {
  padding: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  height: 400px;
  /* Set the desired fixed height for the card */
  overflow: auto;
  /* Add scrollbars when content exceeds the fixed height */
}

/* Remove border from the card */
.pnp_card .card {
  border: none;
}

/* Add any additional styling for testimonials as needed */

/* ini stylenya dashboard */

/* pages.dashboard.home.home style */
    .dash h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 33px;
        color: rgba(0, 0, 0, 0.8);
    }

    .dash small {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: rgba(0, 0, 0, 0.4);
    }

    .dash .card {
        background: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 5px;
    }

    .dash #home-tab .nav-link.active {
        background: #df2859;
        color: #FFFFFF;
    }

    .dash #home-tab .nav-link {
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        color: rgba(0, 0, 0, 0.4);
    }

    .port__summary button {
        padding: 10px;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        width: 200px;
        position: relative;
        margin: 4px;
        border-radius: 5px;
        color: #FFFFFF;
    }

    .port__summary button img {
        position: absolute;
        top: 50%;
        left: 7px;
        transform: translateY(-50%);
    }

    .port__summary button.trade {
        background: #34A853;
        border: 1px solid #34A853;
    }

    .port__summary a.deposit,
    .port__summary button.deposit {
        background: #0059C3;
        border: 1px solid #0059C3;
    }

    .port__summary a.withdraw,
    .port__summary button.withdraw {
        background: #FFFFFF;
        border: 1px solid #0059C3;
        color: #0059C3;
    }

    .port__summary h3 {
        color: #0059C3;
    }

    .port__summary h6 {
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        color: #34A853;
    }

    .port-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .currency__list {
        margin-bottom: 25px;
    }

    .currency__list .symbol {
        width: 50px;
        height: 50px;
        flex-shrink: 0;
        margin-right: 12px;
        position: relative;
    }

    .currency__list .symbol .curr1 {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid #f4f4f4;
    }

    .currency__list .symbol .curr2 {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid #f4f4f4;
    }

    .currency__list p {
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        color: #131722;
    }

    .currency__list p.ticks {
        margin-left: 15px;
        color: #34A853;
    }

    .currency__list sup {
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        color: rgba(0, 0, 0, 0.4);
        margin-left: 5px;
    }

    .top__trader {
        margin-bottom: 25px;
    }

    .top__trader .card {
        position: relative;
    }

    .trader__img {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        overflow: hidden;
        flex-shrink: 0;
        margin-right: 20px;
    }

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

    .top__trader .card p {
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        color: #131722;
        text-transform: capitalize;
    }

    .top__trader .card small {
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        color: rgba(0, 0, 0, 0.4);
        margin: 0;
    }

    .top__trader .card .badge {
        position: absolute;
        top: -5px;
        right: 5px;
    }

    .trading__insight .card h5 {
        font-weight: 700;
        font-size: 20px;
        line-height: 27px;
        color: rgba(0, 0, 0, 0.8);
    }

    .trading__insight .gauge__chart small {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #000000;
    }

    .trading__insight .gauge__chart h5 {
        font-weight: 700;
        font-size: 20px;
        line-height: 27px;
    }

    .trading__insight .gauge__chart h5.bearish {
        color: #EA4335;
    }

    .trading__insight .gauge__chart h5.neutral {
        color: #D3D3D3;
    }

    .trading__insight .gauge__chart h5.bullish {
        color: #34A853;
    }

    .trading__insight .card table tr td {
        padding: 10px 8px;
        border: transparent;
    }

    .trading__insight .card table tr td p {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: rgba(0, 0, 0, 0.8);
        margin: 0;
    }

    .trading__insight .card p.title {
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        color: rgba(0, 0, 0, 0.4);
        margin-bottom: 10px;
    }

    .trading__insight  .card table tr:nth-child(odd) {
        background: rgba(0, 0, 0, 0.05);
        border-radius: 5px;
    }
    #pills-news .card table tr:nth-child(odd){
      background: white;
    }
    #pills-trader .card table tr td{
      border-radius: 5px;
    }
    .trading__insight .time__select {
        margin-bottom: 25px;
        margin-top: 15px;
    }

    .trading__insight .time__select .nav-link {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: rgba(0, 0, 0, 0.4);
    }

    .trading__insight .time__select .nav-link.active {
        background: #0059C3;
        color: #FFFFFF;
    }

    .badge__news {
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-right: 10px;
        background-color: #D9D9D9;
    }

    img.curr1 {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        height: auto;
    }

    img.curr2 {
        position: absolute;
        top: 0;
        right: 0;
        left: unset;
        z-index: 1;
    }

    .badge__news.low {
        background-color: yellow;
    }

    .badge__news.medium {
        background-color: orange;
    }

    .badge__news.high {
        background-color: #EF5350;
    }

    .table>:not(:first-child) {
        border-top: 1px solid #0000001A;
    }

    .skeleton {
        animation: skeleton-loading 1s linear infinite alternate;
    }

    @keyframes skeleton-loading {
        0% {
            background-color: hsl(200, 20%, 80%);
        }

        100% {
            background-color: hsl(200, 20%, 95%);
        }
    }

    .skeleton-text {
        width: 100%;
        height: 0.7rem;
        margin-bottom: 0.5rem;
        border-radius: 0.25rem;
    }

    .skeleton-text__body {
        width: 75%;
    }

    .skeleton-footer {
        width: 30%;
    }

    .card__inshigt.active__pair {
        border: 2px solid #1565C0;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

    }

    .card__inshigt {
        cursor: pointer;
    }

    .btn__flex {
        display: flex;
    }

    @media screen and (max-width: 450px) {
        .port-flex {
            flex-direction: column !important;
            align-items: flex-start;
        }

        .port__summary a,
        .port__summary button {
            width: 100%;
        }

        .currency__list p.ticks {
            margin-left: 0;
        }

        .btn__flex {
            width: 100%;
            flex-wrap: wrap;
        }
    }

    .sk_circle {
        width: 35px;
        height: 35px;
        border-radius: 50%;
    }

    .sk_line {
        border-radius: 5px;
        height: 7px;
    }
/* pages.dashboard.home.home style */

/* pages.dashboard.master style */
        @import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");

        * {
            margin: 0;
            padding: 0;
        }

        body {
            font-family: "Nunito Sans", sans-serif;
        }

        p {
            margin: 0;
        }

        h3.headings {
            font-weight: 700;
            font-size: 24px;
            line-height: 33px;
            color: #131722;
            margin-bottom: 10px;
        }

        .main {
            background-color:#DDE5EC;

        }

        /* sidebar styling */
        .sidebar,
        .sidebar.open {
            background-color:#243068;
        }


        .sidebar .brand-icon .logo-text {
            color: #ffffff;
        }

        .sidebar .menu-list .m-link {
            color: rgba(255, 255, 255, 0.4);
            transition: all 0.3s;
        }

        .sidebar .menu-list .m-link:hover {
            color: #ffffff;
        }

        .sidebar .menu-list .m-link.active {
            color: #ffffff;
        }

        .sidebar .menu-list .divider {
            color: #ffffff;
            font-weight: 700;
            font-size: 12px;
            line-height: 16px;
            color: #FFFFFF;
        }

        .sidebar .menu-list li {
            margin-bottom: 5px;
        }

        .sidebar .menu-list .m-link svg path {
            transition: all 0.3s;
        }

        .sidebar .menu-list .m-link.active svg path {
            fill-opacity: 1;
        }

        .sidebar .menu-list .m-link:hover svg path {
            fill-opacity: 1;
        }

        .sidebar .menu-list .m-link h6 {
            font-weight: 600;
            font-size: 16px;
            line-height: 22px;
        }

        .sidebar small {
            font-size: 12px;
            line-height: 14px;

        }

        .header .email_stats,
        .header .name_stats {
            text-overflow: ellipsis;

        }

        .sidebar {
            transition: all 0.25s;
        }

        .sidebar.active {
            left: 0px;
        }

        .error_text {
            font-size: 11px;
            color: red;
        }

        .big__clicker {
            position: absolute;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            z-index: 100;
            background-color: #00000030
        }

        .navbar-toggler span {
            font-size: 28px;

        }

        .sidebar .sidebar-mini-btn {
            display: none;
        }

        @media screen and (max-width: 768px) {
            .sidebar .sidebar-mini-btn {
                display: block;
            }
        }

        .navbar .h-right {
            padding-right: 0px;
        }
        /* Style the notification badge */
.notification-badge {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* Style the deposit success dropdown */
.deposit-success-dropdown .dropdown-menu {
    width: 280px;
    border-radius: 15px;
}

.deposit-success-dropdown .card-body {
    padding: 20px;
}

.deposit-success-dropdown p {
    margin: 0;
}

/* Customize the appearance as needed */

/* pages.dashboard.master style */

/* pages.dashboard.components.wallet-card style */
.gradient-card {
    background: linear-gradient(to bottom, #243068, #315FAC);
    padding: 20px;
    border-radius: 10px;
    color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 5px;
    background-color: #ffffff;
    /* height: 700px; Remove this line */
    /* overflow: auto; Remove this line */
}

.hidden {
    display: none;
}

.show-balance {
    color: white;
}

@media (max-width: 768px) {
    .gradient-card {
        display: inline-block; /* Make it a block-level element */
        width: 100%;    /* Set its width to 100% */
    }
}

/* pages.dashboard.components.wallet-card style */

/* pages.dashboard.components.wallet-button style */
.btn__wallet {
    background-color: #243068;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    width: 200px;
    position: relative;
    margin: 4px;
    border-radius: 5px;
    color: #FFFFFF;
}

    .modals-mt5 input,
        .modals-mt5 select {
            border: 1px solid rgba(0, 0, 0, 0.1);
            font-weight: 700;
            font-size: 14px;
            line-height: 19px;
            color: rgba(0, 0, 0, 0.8);
        }

        .modals-mt5 input.active,
        .modals-mt5 select.active {
            border-color: red !important;
        }

        .modals-mt5 button {
            background: #315FAC;
            border-radius: 5px;
            padding: 14px;
            font-weight: 800;
            font-size: 16px;
            line-height: 22px;
            color: #FFFFFF;
            border: transparent;
            width: 100%;
        }

        .modals-mt5 button.secondary {
            background: #ffffff;
            color: #315FAC;
        }

        .modal-mt5 label {
            font-weight: 400;
            font-size: 10px;
            line-height: 14px;
            color: rgba(0, 0, 0, 0.4);
        }

        /* .label__stat.Complete{
                                                                        color:
                                                                    } */
        .error_text {
            font-size: 11px;
            color: red;
        }

        .error__msg {
            display: flex;
            align-items: center;

            border: 3px solid #EA4335;
            border-radius: 7px;
            padding: .5rem;
            margin-bottom: 25px;
        }

        p.amount {
            font-size: 40px;
            margin: 0;
            font-family: 'Nunito Sans';
            font-style: normal;
            font-weight: 700;
            color: #315FAC;
        }

        .error__msg i {
            font-size: 24px;
            color: #EA4335;
            flex-shrink: 0;
            margin-right: 10px;
        }

        .error__msg p {
            margin: 0;
            width: 100%;
            font-size: 14px;
        }

        .error__msg button.errorBtn {
            padding: 0;
            margin: 0;
            width: unset;
            background: transparent;

        }

        .error__msg button i {
            font-size: 18px;
            color: #c4c4c4;
            margin: 0;
        }

        .modals-mt5 h5 {
            font-weight: 700;
            font-size: 20px;
            line-height: 27px;
            text-align: center;
            color: rgba(0, 0, 0, 0.8);
            margin-bottom: 30px;
        }


        .modals-mt5 input,
        .modals-mt5 select {
            border: 1px solid rgba(0, 0, 0, 0.1);
            font-weight: 700;
            font-size: 14px;
            line-height: 19px;
            color: rgba(0, 0, 0, 0.8);
        }

        .modals-mt5 button {
            background: #315FAC;
            border-radius: 5px;
            padding: 14px;
            font-weight: 800;
            font-size: 16px;
            line-height: 22px;
            color: #FFFFFF;
            border: transparent;
            width: 100%;
        }

        .modals-mt5 button.secondary {
            background: #ffffff;
            color: #315FAC;
        }

        .modal-mt5 label {
            font-weight: 400;
            font-size: 10px;
            line-height: 14px;
            color: rgba(0, 0, 0, 0.4);
        }
        @media (max-width: 767px) {
            .btn__wallet {
                display: block;       /* Change to block-level element */
                width: 100%;          /* Full width on smaller screens */
                margin: 4px 0;        /* Margin to separate vertically */
            }
        }
/* pages.dashboard.components.wallet-button style */

/* pages.dashboard.components.task-mentor style */
.task_card {
            /* padding: 20px; */
            border-radius: 5px;
            background-color: #ffffff;
            /* height: 400px; */
            /* Set the desired fixed height for the card */
            overflow: auto;
            /* Add scrollbars when content exceeds the fixed height */
        }

        /* Remove border from the card */
        .task_card .card {
            border: none;
        }

        .checklist-item {
        display: flex;
        align-items: center;
        cursor: pointer;
        margin-bottom: 10px; /* Add margin to create space between each task */
    }

        .checklist-item .checkbox {
            margin-right: 10px;
        }

        .checklist-item.completed {
            text-decoration: line-through;
        }

        .progress {
            height: 25px;
            margin-top: 20px;
            background-color: #f0f0f0;
            border-radius: 5px;
        }

        .progress-bar {
            height: 100%;
            font-weight: bold;
            color: #fff;
            text-align: center;
            line-height: 25px;
            border-radius: 5px;
        }
/* pages.dashboard.components.task-mentor style */

/* pages.dashboard.market-insight.market style */
/* Move common styling to a separate section */
.symbol {
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.symbol img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: contain;
    margin: 0;
    border: 1px solid #D9D9D9;
}

.symbol img.curr1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.symbol img.curr2 {
    position: absolute;
    top: 0;
    right: 0;
    left: unset;
    z-index: 1;
}

/* Rest of your styling */
.dash h3 {
    font-weight: 600;
    font-size: 24px;
    color: #131722;
}

.market__ins table img {
    width: 40px;
    margin-right: 20px;
}

.market__ins table p {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #131722;
    margin: 0;
}

.market__ins table small {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.market__ins table p.secondary,
.market__ins table small {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
}

.market__ins table button.trade_btn {
    background: transparent;
    border: transparent;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #0059C3;
}

.market__ins table .trends img {
    width: 24px;
    margin-right: 5px;
}

.market__ins table .trends p.bullish {
    color: #34A853;
}

.market__ins table .trends p.bearish {
    color: #EA4335;
}

.market__ins table .symbol_text h6 {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #131722;
    margin: 0;
    text-transform: uppercase;
}

.market__ins table .symbol_text p {
    text-transform: uppercase;
}

/* ... Rest of your CSS ... */

    
    .dash h3 {
        font-weight: 600;
        font-size: 24px;
        color: #131722;
    }

    .market__ins table img {
        width: 40px;
        margin-right: 20px;
    }

    .market__ins table p {
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        color: #131722;
        margin: 0;
    }

    .market__ins table small {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }

    .market__ins table p.secondary,
    .market__ins table small {
        font-weight: 400;
        color: rgba(0, 0, 0, 0.4);
    }

    .market__ins table button.trade_btn {
        background: transparent;
        border: transparent;
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        color: #0059C3;
    }

    .market__ins table .trends img {
        width: 24px;
        margin-right: 5px;
    }

    .market__ins table .trends p.bullish {
        color: #34A853;
    }

    .market__ins table .trends p.bearish {
        color: #EA4335;
    }

    .market__ins table .symbol_text h6 {
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        color: #131722;
        margin: 0;
        text-transform: uppercase;
    }

    .market__ins table .symbol_text p {
        text-transform: uppercase;
    }

    .market__ins table .symbol {
        position: relative;
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .market__ins table .symbol img {
        width: 26px;
        height: 26px;
        border-radius: 50%;
        object-fit: contain;
        margin: 0;
        border: 1px solid #D9D9D9;
    }

    .market__ins table .symbol img.curr1 {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
    }

    .market__ins table .symbol img.curr2 {
        position: absolute;
        top: 0;
        right: 0;
        left: unset;
        z-index: 1;
    }

    .market__ins table thead tr th {
        border-radius: 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    }

    .skeleton {
        animation: skeleton-loading 1s linear infinite alternate;
    }

    .btn__div button {
        width: 200px;
        font-weight: 600 !important;
    }

    @media screen and (max-width: 450px) {
        .btn__div button {
            width: 100%;
        }
    }

    @keyframes skeleton-loading {
        0% {
            background-color: hsl(200, 20%, 80%);
        }

        100% {
            background-color: hsl(200, 20%, 95%);
        }
    }

    .skeleton-text {
        width: 100%;
        height: 0.7rem;
        margin-bottom: 0.5rem;
        border-radius: 0.25rem;
    }

    .skeleton-text__body {
        width: 75%;
    }

    .skeleton-footer {
        width: 30%;
    }

    .input__search input {
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        border-right: transparent !important;
    }

    .input__search input:active,
    .input__search input:focus {
        outline: none;
        border: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: none;
    }

    .input__search button {
        border: 1px solid rgba(0, 0, 0, 0.1);
        height: 100%;
        border-left: transparent !important;
        background: #fff;
        padding: 0 10px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }

    .input__search button:hover i {
        color: #131722;
    }

    /* Add your custom tab styling here */
    .nav-tabs {
        background-color: #f8f9fa;
        border: none;
    }

    .nav-tabs .nav-link {
        color: #343a40;
        background-color: #f8f9fa;
        border: none;
        border-radius: 0;
        border-bottom: 2px solid transparent;
        /* Add this line to hide the underline */
    }

    .nav-tabs .nav-link.active {
        color: #007bff;
        border-color: #007bff;
        /* Add this line to show the underline */
    }
/* pages.dashboard.market-insight.market style */

/* pages.dashboard.market-insight.market-detail style */
        .toolbar button{
            margin-bottom: 8px;
        }
        .toolbar .btn-chart.active{
            color: white;
            background: #0059C3 !important;
        }
        .toolbar .btn-chart{
            padding: 9px;
            border-radius: 5px;
            font-weight: 700;
            border: 0;
        }
        .toolbar .btn-chart:hover{
            background: #0059C3AA;
        }
        .dash h3 {
            font-weight: 700;
            font-size: 24px;
            line-height: 33px;
            color: rgba(0, 0, 0, 0.8);
            margin: 0;
        }

        ._small-skeleton-market {
            line-height: 27px;
            height: 10px;
            border-radius: 3px;
            width: 30px;
            margin-top: 10px;
        }

        ._med-skeleton-market {
            line-height: 27px;
            height: 10px;
            border-radius: 3px;
            width: 50%;
            margin-top: 10px;
        }

        ._large-skeleton-market {
            line-height: 40px;
            height: 10px;

            width: 100%;
            margin-top: 20px;
        }

        .market__detail .open-position h5 {
            font-weight: 700;
            font-size: 20px;
            line-height: 27px;
            color: #000000;
        }

        .market__detail .open-position label {
            font-weight: 400;
            font-size: 12px;
            line-height: 14px;
            color: #1565C0;
        }

        .market__detail .open-position button {
            width: 100%;
            padding: 14px;
            border: transparent;

            font-weight: 800;
            font-size: 16px;
            line-height: 22px;
            color: #FFFFFF;
            background: #EA4335;
            border-radius: 5px;
        }

        .btn.btn-outline-secondary .btn-chart .active button {
            background-color: '0059C3';
        }

        .trading__insight .card h5 {
            font-weight: 700;
            font-size: 20px;
            line-height: 27px;
            color: rgba(0, 0, 0, 0.8);
        }

        .trading__insight .gauge__chart small {
            font-weight: 700;
            font-size: 12px;
            line-height: 16px;
            color: #000000;
        }

        .trading__insight .gauge__chart h5 {
            font-weight: 700;
            font-size: 20px;
            line-height: 27px;
        }

        .trading__insight .gauge__chart h5.bearish {
            color: #EA4335;
        }

        .trading__insight .gauge__chart h5.neutral {
            color: #D3D3D3;
        }

        .trading__insight .gauge__chart h5.bullish {
            color: #34A853;
        }

        .trading__insight .card table tr td {
            padding: 10px 8px;
            border: transparent;
        }

        .trading__insight .card table tr td p {
            font-weight: 400;
            font-size: 12px;
            line-height: 16px;
            color: rgba(0, 0, 0, 0.8);
            margin: 0;
        }

        .trading__insight .card p.title {
            font-weight: 700;
            font-size: 14px;
            line-height: 19px;
            color: rgba(0, 0, 0, 0.4);
            margin-bottom: 10px;
        }

        .trading__insight .card table tr:nth-child(odd) {
            background: rgba(0, 0, 0, 0.05);
            border-radius: 5px;
        }

        .trading__insight .time__select {
            margin-bottom: 25px;
            margin-top: 15px;
        }

        .trading__insight .time__select .nav-link {
            font-weight: 700;
            font-size: 12px;
            line-height: 16px;
            color: rgba(0, 0, 0, 0.4);
        }

        .trading__insight .time__select .nav-link.active {
            background: #0059C3;
            color: #FFFFFF;
        }

        .buy__card {
            border: 3px solid #34A853;
            border-radius: 5px;
        }

        .sell__card {
            border: 3px solid #EA4335;
            border-radius: 5px;
        }

        .trading__insight .buy__card h5 {
            font-weight: 700;
            font-size: 20px;
            line-height: 27px;
            color: #34A853;
        }

        .trading__insight .sell__card h5 {
            font-weight: 700;
            font-size: 20px;
            line-height: 27px;
            color: #EA4335;
        }

        .trading__insight .buy__card .card {
            background: rgba(52, 168, 83, 0.04);
            border-radius: 5px;
            padding: 10px;
            border: transparent;
        }

        .trading__insight .sell__card .card {
            background: rgba(234, 67, 53, 0.05);
            border-radius: 5px;
            padding: 10px;
            border: transparent;
        }

        .trading__insight .buy__card .card h6,
        .trading__insight .sell__card .card h6 {
            font-weight: 700;
            font-size: 16px;
            line-height: 22px;
            color: rgba(0, 0, 0, 0.8);
        }

        .trading__insight .buy__card .card small,
        .trading__insight .sell__card .card small {
            font-weight: 700;
            font-size: 10px;
            line-height: 14px;
            color: rgba(0, 0, 0, 0.4);
        }

        .trading__insight .buy__card .card p,
        .trading__insight .sell__card .card p {
            font-weight: 700;
            font-size: 12px;
            line-height: 16px;
            color: rgba(0, 0, 0, 0.8);
        }

        .box__stat, .box__stat_update, .box__stat_pending{
            cursor: pointer;
            flex: 1;
            padding: 5px 9px;
            border-radius: 5px;

        }

        .box__stat p, .box__stat_update p, .box__stat_pending p{
            font-weight: 700;
        }

        .box__stat.sell, .box__stat_update.sell, .box__stat_pending.sell{
            background: #eb7f75;
            border: 1px solid #eb7f75;
        }

        .box__stat.sell.active, .box__stat_update.sell.active, .box__stat_pending.sell.active{
            background: #EA4335;

        }

        .box__stat.buy.active p,
        .box__stat.sell.active p, .box__stat_update.buy.active p,.box__stat_update.sell.active p, .box__stat_pending.sell.active p, .box__stat_pending.buy.active p{
            color: white;
        }


        .box__stat.buy p,.box__stat_update.buy p, .box__stat_pending.buy p {
            color: white;

        }

        .box__stat.sell p,.box__stat_update.sell p, .box__stat_pending.sell p {
            color: white;
        } 

        .box__stat p big, .box__stat_update p big, .box__stat_pending p big {
            font-size: 28px;
        }

        .box__stat.buy {
            background: #FFFFFF;
            border: 1px solid #0000000D;
        }

        .box__stat_update.buy, .box__stat_pending.buy{
            background: #67a277;
            border: 1px solid #67a277;
        }

        .box__stat.buy.active, .box__stat_update.buy.active, .box__stat_pending.buy.active {
            background: #67a277;
            border-color: #67a277;
        }

        .selisih__box {
            border-radius: 3px;
            background: #D9D9D9;
            font-size: 12px;
            font-weight: 700;
            color: rgba(0, 0, 0, 0.4);
            display: flex;
            justify-content: center;
            align-items: center;
            width: 20px;
            height: 20px;
            margin: 0px 4px;
        }

        .select2-box {
            padding: 0.625rem .75rem;
            background: #FFFFFF;
            border: 1px solid rgba(0, 0, 0, 0.05);
            border-radius: 5px;
            margin-bottom: 1.5rem;
        }

        .select2-box label {
            display: block;
            font-weight: 600;
            font-size: 14px;
            line-height: 22px;
            color: rgba(0, 0, 0, 0.8);
            opacity: .65;
        }

        .select2-box button {
            border-radius: 50% !important;
            background: rgba(0, 0, 0, 0.4) !important;
            color: white !important;
            font-size: 12px !important;
            line-height: 1 !important;
            font-weight: 800;
            margin-top: 10px;
            width: 16px !important;
            height: 16px !important;
            padding: 0px !important;

        }

        .select2-box .form-control {
            border: 0;
            color: #1565C0;
            text-align: center;
            font-weight: 700;
        }

        .select2-box .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
            margin-left: 2px;
            margin-right: 2px;
        }

        .select2-box .form-control:focus {
            box-shadow: none;
        }

        .select2-box:focus-within {
            box-shadow: 0 0 10px rgb(33 37 41 / 15%);
            background-color: var(--card-color);
            border-color: var(--primary-color);
        }

        .btn__buy {
            background-color: #34A853 !important;
        }
        .error_text{
            color: red;
            font-size: 11px;
        }
        .skeleton {
          animation: skeleton-loading 1s linear infinite alternate;
        }

        @keyframes skeleton-loading {
          0% {
            background-color: hsl(200, 20%, 80%);
          }
          100% {
            background-color: hsl(200, 20%, 95%);
          }
        }

        .skeleton-text {
          width: 100%;
          height: 0.7rem;
          margin-bottom: 0.5rem;
          border-radius: 0.25rem;
        }

        .skeleton-text__body {
          width: 75%;
        }

        .skeleton-footer {
          width: 30%;
        }
        .skeleton__box{
            flex: 1;
            height: 60px;
            border-radius: 5px;
        }

        .skeleton__text_box{
            width: 100%;
            height: 45px;
            border-radius: 5px;
        }
        .select2-box .bootstrap-touchspin button:disabled{
            opacity: 0.35;
        }
        .skeleton__imp{
          height: 125px;
          width: 100%;
        }

        .width__chart{
           width: 80%;
        }

        @media screen and (max-width: 450px) {
            .width__chart{
                width: 100%;
            }
        }
/* pages.dashboard.market-insight.market-detail style */

/* pages.dashboard.mt5.dash-mt-5 style */
    .modals-mt5 h5 {
        font-weight: 700;
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        color: rgba(0, 0, 0, 0.8);
        margin-bottom: 30px;
    }

    .modals-mt5 span {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        text-align: right;
        color: rgba(0, 0, 0, 0.4);
    }

    .modals-mt5 input,
    .modals-mt5 select {
        border: 1px solid rgba(0, 0, 0, 0.1);
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        color: rgba(0, 0, 0, 0.8);
    }

    .modals-mt5 input.active,
    .modals-mt5 select.active {
        border-color: red !important;
    }

    .modals-mt5 button {
        background: #0059C3;
        border-radius: 5px;
        padding: 14px;
        font-weight: 800;
        font-size: 16px;
        line-height: 22px;
        color: #FFFFFF;
        border: transparent;
        width: 100%;
    }

    .modals-mt5 button.secondary {
        background: #ffffff;
        color: #0059C3;
    }

    .modal-mt5 label {
        font-weight: 400;
        font-size: 10px;
        line-height: 14px;
        color: rgba(0, 0, 0, 0.4);
    }

    .error_text {
        font-size: 11px;
        color: red;
    }

    .error__msg {
        display: flex;
        align-items: center;

        border: 3px solid #EA4335;
        border-radius: 7px;
        padding: .5rem;
        margin-bottom: 25px;
    }

    p.amount {
        font-size: 40px;
        margin: 0;
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 700;
        color: #0059C3;
    }

    .error__msg i {
        font-size: 24px;
        color: #EA4335;
        flex-shrink: 0;
        margin-right: 10px;
    }

    .error__msg p {
        margin: 0;
        width: 100%;
        font-size: 14px;
    }

    .error__msg button.errorBtn {
        padding: 0;
        margin: 0;
        width: unset;
        background: transparent;

    }

    .error__msg button i {
        font-size: 18px;
        color: #c4c4c4;
        margin: 0;
    }

    .modals-mt5 h5 {
        font-weight: 700;
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        color: rgba(0, 0, 0, 0.8);
        margin-bottom: 30px;
    }


    .modals-mt5 input,
    .modals-mt5 select {
        border: 1px solid rgba(0, 0, 0, 0.1);
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        color: rgba(0, 0, 0, 0.8);
    }

    .modals-mt5 button {
        background: #0059C3;
        border-radius: 5px;
        padding: 14px;
        font-weight: 800;
        font-size: 16px;
        line-height: 22px;
        color: #FFFFFF;
        border: transparent;
        width: 100%;
    }

    .modals-mt5 button.secondary {
        background: #ffffff;
        color: #0059C3;
    }

    .modal-mt5 label {
        font-weight: 400;
        font-size: 10px;
        line-height: 14px;
        color: rgba(0, 0, 0, 0.4);
    }
    .btn__empty_state{
        background: #FFFFFF;
        border: 3px solid #1565C0;
        border-radius: 5px;
        padding: 18px 30px;

    }
    .btn__div button{
        width: 200px;
        font-weight: 600 !important;
    }
    @media screen and (max-width: 450px){
        .btn__div button{
            width: 100%;
        }
    }
    .select2-box select {
            -webkit-appearance: menulist !important;
            -moz-appearance: menulist !important;
            -ms-appearance: menulist !important;
            -o-appearance: menulist !important;
            appearance: menulist !important;
        }

        .select2-box {

            padding: 0.625rem .75rem;
            background: #FFFFFF;
            border: 1px solid rgba(0, 0, 0, 0.05);
            border-radius: 5px;
        }

        .select2-box label {
            display: block;
            font-weight: 600;
            font-size: 14px;
            line-height: 22px;
            color: rgba(0, 0, 0, 0.8);
            opacity: .65;

        }

        .select2-box .select2-container .select2-selection--single .select2-selection__rendered {
            padding-left: 0px;
        }

        .select2-box .select2-container--default .select2-selection--single {
            border: 0;
        }

        .img__flag {
            width: 35px;
            margin-right: 10px;
            height: 28px;
            object-fit: contain;
        }
        .select2-dropdown span,
        .modals-mt5 .select2-box span {
            font-weight: 600 !important;
            font-size: 16px !important;
            line-height: 1.5 !important;
            text-align: left !important;
            color: black !important;
        }
        .select2-box .select2-container{
            width: 100% !important;
        }

        .mt5_acc_info h4 {
            font-weight: 700;
            font-size: 24px;
            line-height: 33px;
            color: rgba(0, 0, 0, 0.8);
            margin: 0;
        }

        .mt5_acc_info h5 {
            font-weight: 700;
            font-size: 20px;
            line-height: 27px;
            color: #1565C0;
        }

        .mt5_acc_info h6 {
            font-weight: 700;
            font-size: 16px;
            line-height: 22px;
        }

        .mt5_acc_info p {
            font-weight: 700;
            font-size: 14px;
            line-height: 19px;
            color: rgba(0, 0, 0, 0.8);
        }

        .mt5_acc_info small {
            font-weight: 700;
            font-size: 12px;
            line-height: 16px;
            color: rgba(0, 0, 0, 0.4);
            margin: 0;
        }

        .skeleton {
          animation: skeleton-loading 1s linear infinite alternate;
        }

        @keyframes skeleton-loading {
          0% {
            background-color: hsl(200, 20%, 80%);
          }
          100% {
            background-color: hsl(200, 20%, 95%);
          }
        }

        .skeleton-text {
          width: 50%;
          height: 1.2rem;
          margin-bottom: 0.5rem;
          border-radius: 0.25rem;
        }

        .skeleton-text__body {
          width: 75%;
        }

        .skeleton-footer {
          width: 30%;
        }

        .icon-create-account{
            width: 42px;
        }
/* pages.dashboard.mt5.dash-mt-5 style */

/* pages.dashboard.mt5.create-account style */
        body {
            background-color: #0059C3;
        }

        .wizard__wrapper {
            padding: 85px;
        }

        .error_text {
            font-size: 11px;
            color: red;
        }

        .wizard__wrapper h1 {
            font-weight: 800;
            font-size: 48px;
            line-height: 65px;
            color: #FFFFFF;
            text-align: center;
        }

        .wizard__wrapper .card {
            max-width: 475px;
            margin: 0 auto;
        }

        .wizard__wrapper label {
            font-weight: 600;
            font-size: 16px;
            line-height: 22px;
            color: rgba(0, 0, 0, 0.8);
        }

        .wizard__wrapper input,
        .wizard__wrapper select {
            background: #FFFFFF;
            border: 1px solid rgba(0, 0, 0, 0.05);
            border-radius: 5px;
            transition: all 0.5s;
        }

        .wizard__wrapper input:active,
        .wizard__wrapper select:active,
        .wizard__wrapper input:focus,
        .wizard__wrapper select:focus {
            border: 1px solid #0059C3;
            outline: none;
            box-shadow: none;
        }

        .wizard__wrapper button {
            width: 100%;
            font-weight: 800;
            font-size: 16px;
            line-height: 22px;
            color: #FFFFFF;
            padding: 14px;
            border-radius: 5px;
            margin-bottom: 15px;
            border: transparent;
            background-color: #0059C3;
        }

        .wizard__wrapper p {
            font-weight: 600;
            font-size: 14px;
            line-height: 19px;
            color: rgba(0, 0, 0, 0.4);
        }

        .hor-timeline-steps {
            display: flex;
            justify-content: center;
            margin-bottom: 40px;
        }

        .hor-timeline-step {
            align-items: center;
            display: flex;
            flex-direction: column;
            position: relative;
            margin: 1rem;
        }

        .hor-timeline-steps .hor-timeline-step .timeline-content {
            width: 10rem;
            text-align: center;
        }

        .hor-timeline-steps .hor-timeline-step .timeline-content .inner-circle {
            border-radius: 1.5rem;
            height: 1rem;
            width: 1rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #FFFFFF;
        }

        .hor-timeline-steps .hor-timeline-step .timeline-content .inner-circle i {
            font-size: 10px;
            color: #FFFFFF00;
        }

        .hor-timeline-steps .hor-timeline-step .timeline-content .inner-circle i.active {
            color: #0059C3;
        }

        .hor-timeline-steps .hor-timeline-step .timeline-content p {
            font-weight: 400;
            font-size: 14px;
            line-height: 19px;
            color: #FFFFFF;
        }

        .hor-timeline-steps .hor-timeline-step:not(:last-child):after {
            content: "";
            display: block;

            border-top: 2px solid #669BDB;
            width: 60%;
            position: absolute;
            left: 5.5rem;
            top: 0.7125rem;
        }

        .hor-timeline-steps .hor-timeline-step:not(:first-child):before {
            content: "";
            display: block;

            border-top: 2px solid #669BDB;
            width: 60%;
            position: absolute;
            right: 5.5rem;
            top: 0.7125rem;
        }

        .hor-timeline-steps .hor-timeline-step .timeline-content .inner-circle.inactive {
            background-color: #669BDB;
        }


        .filepond--root .filepond--credits {
            display: none;
        }

        .filepond--drip {
            height: 100%;
        }

        .filepond--root .filepond--drop-label {
            height: 150px;
            border: 3px dashed rgba(0, 0, 0, 0.1);
            border-radius: 5px;
        }

        .upload__placeholder {}

        .upload__placeholder p {
            color: #D9D9D9;
            font-weight: 600;
            font-size: 12px;
            line-height: 16px;
            color: rgba(0, 0, 0, 0.4);
        }



        .filepond--root .filepond--credits {
            display: none;
        }

        .filepond--drip {
            height: 100%;
        }

        .filepond--root .filepond--drop-label {
            height: 150px;
            border: 3px dashed rgba(0, 0, 0, 0.1);
            border-radius: 5px;
        }

        .upload__placeholder {}

        .unprocess {}

        .upload__placeholder p {
            color: #D9D9D9;
            font-weight: 600;
            font-size: 12px;
            line-height: 16px;
            color: rgba(0, 0, 0, 0.4);
        }

        .p__cursor {
            cursor: pointer;
        }

        input.form-control:read-only {
            background: #0000001A;

        }

        #dob {
            background: url('images/icons/calendar_today.svg') no-repeat scroll calc(100% - 10px) 65%;

        }

        @media screen and (max-width: 768px) {
            .wizard__wrapper {
                padding: 50px 0;
            }

            .hor-timeline-steps {
                margin-bottom: 30px;
            }

            .hor-timeline-step {
                margin: .5rem;
            }

            .hor-timeline-steps .hor-timeline-step .timeline-content {
                width: 6.5rem;
                text-align: center;
            }

            .hor-timeline-steps .hor-timeline-step .timeline-content .inner-circle {
                border-radius: 1.5rem;
                height: 1rem;
                width: 1rem;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                background-color: #FFFFFF;
            }

            .hor-timeline-steps .hor-timeline-step .timeline-content .inner-circle i {
                font-size: 10px;
                line-height: 10px;
            }

            .hor-timeline-steps .hor-timeline-step .timeline-content p {
                font-size: 13px;
                line-height: 18px;
            }

            .hor-timeline-steps .hor-timeline-step:not(:last-child):after {
                content: "";
                display: block;
                border-top: 1px solid #669BDB;
                width: 60%;
                position: absolute;
                left: 3.75rem;
                top: 0.8125rem;
            }

            .hor-timeline-steps .hor-timeline-step:not(:first-child):before {
                content: "";
                display: block;
                border-top: 1px solid #669BDB;
                width: 60%;
                position: absolute;
                right: 3.75rem;
                top: 0.8125rem;
            }
        }

        .select2-box select {
            -webkit-appearance: menulist !important;
            -moz-appearance: menulist !important;
            -ms-appearance: menulist !important;
            -o-appearance: menulist !important;
            appearance: menulist !important;
        }

        .select2-box {
            padding: 0.625rem .75rem;
            background: #FFFFFF;
            border: 1px solid rgba(0, 0, 0, 0.05);
            border-radius: 5px;
        }

        .select2-box label {
            font-weight: 600;
            font-size: 14px;
            line-height: 22px;
            color: rgba(0, 0, 0, 0.8);
            opacity: .65;

        }

        .select2-box .select2-container .select2-selection--single .select2-selection__rendered {
            padding-left: 0px;
        }

        .select2-box .select2-container--default .select2-selection--single {
            border: 0;
        }

        .img__flag {
            width: 35px;
            margin-right: 10px;
            height: 28px;
            object-fit: contain;
        }
        .select2-box .select2-container{
            width: 100% !important;
        }
/* pages.dashboard.mt5.create-account style */

/* pages.dashboard.mt5.choose-account style */
        .acc__heading {
            display: flex;
            align-items: center;        
            margin-bottom: 15px;
        }

        .acc__heading a {
            color: rgba(0, 0, 0, 0.8);
        }

        .acc__heading a:hover {
            color: rgba(0, 0, 0, 0.8);
        }

        .acc__heading i {
            font-size: 20px;            
            margin-right: 15px;
        }

        .acc__heading h3 {
            margin: 0;
            color: rgba(0, 0, 0, 0.8);
        }

        .acc__type .card {
            border: 2px solid rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            display: flex;            
            justify-content: space-between;     
            flex-direction: row;                   
            padding: 0;           
            margin-bottom: 15px; 
        }

        .acc__type .acc__desc {
            padding: 1rem;
        }

        .acc__type .acc__desc h3 {
            font-weight: 700;
            font-size: 32px;
            line-height: 44px;
            color: #1565C0;
            margin: 0;
        }

        .acc__type .acc__desc h6 {
            font-weight: 400;
            font-size: 16px;
            line-height: 22px;        
            color: rgba(0, 0, 0, 0.4);
            margin-bottom: 15px;
        }

        .acc__type .acc__desc button {
            background: #1565C0;
            border: transparent;
            border-radius: 5px;
            font-weight: 600;
            font-size: 14px;
            line-height: 19px;
            color: #FFFFFF;
            padding: 13px;
            width: 200px;
            max-width: 239px;
        }

        .acc__type .acc__spec {
            padding: 2rem;
            background: #1565C0;
            color: #fff;
            flex-shrink: 0;            
            max-width: 550px;
            width: 100%;
        }

        .acc__spec ul {
            columns: 2;
            -webkit-columns: 2;
            -moz-columns: 2;
        }

        .acc__spec ul li {
            font-weight: 700;
            font-size: 16px;
            line-height: 22px;
            color: #FFFFFF;
        }
        

        .modal__confirm .modal-body {
            position: relative;
            text-align: center;
        }

        .modal__confirm .modal-body .btn-close {
            position: absolute;
            top: 15px;
            right: 15px;
        }

        .modal__confirm .modal-body h2 {
            font-weight: 700;
            font-size: 48px;
            line-height: 65px;
            color: #0059C3;
        }

        .modal__confirm .modal-body h5 {
            font-weight: 700;
            font-size: 20px;
            line-height: 27px;            
            color: rgba(0, 0, 0, 0.8);
        }
        
        .modal__confirm .modal-body p {
            font-weight: 400;
            font-size: 12px;
            line-height: 16px;
            color: rgba(0, 0, 0, 0.4);
        }

        .modal__confirm .modal-body button.sec {            
            border: 2px solid #0059C3;
            border-radius: 5px;

            font-weight: 800;
            font-size: 16px;
            line-height: 22px;
            color: #0059C3;
            padding: 14px;
            width: 100%;
            margin: 5px;
        }

        .modal__confirm .modal-body button.prm {
            background: #0059C3;
            border-radius: 5px;
            border: 2px solid #0059C3;

            font-weight: 800;
            font-size: 16px;
            line-height: 22px;
            color: #FFFFFF;
            padding: 14px;
            width: 100%;
            margin: 5px;
        }

        @media screen and (max-width: 450px) {
            .acc__type .card {
                flex-wrap: wrap;
            }

            .acc__type .acc__spec {                
                width: 100%;
                max-width: 100%;
            }
        }
/* pages.dashboard.mt5.choose-account style */

/* pages.dashboard.mt5.upload-savingbook style */
        body {
            background-color: #0059C3;
        }
        .wizard__wrapper {
            padding: 85px;
        }

        .wizard__wrapper h1 {
            font-weight: 800;
            font-size: 48px;
            line-height: 65px;
            color: #FFFFFF;
            text-align: center;
        }

        .wizard__wrapper .card {
            max-width: 475px;
            margin: 0 auto;
        }

        .wizard__wrapper label {
            font-weight: 600;
            font-size: 16px;
            line-height: 22px;
            color: rgba(0, 0, 0, 0.8);
        }

        .wizard__wrapper input,
        .wizard__wrapper select {
            background: #FFFFFF;
            border: 1px solid rgba(0, 0, 0, 0.05);
            border-radius: 5px;
            transition: all 0.5s;
        }

        .wizard__wrapper input:active,
        .wizard__wrapper select:active,
        .wizard__wrapper input:focus,
        .wizard__wrapper select:focus {
            border: 1px solid #0059C3;
            outline: none;
            box-shadow: none;
        }

        .wizard__wrapper button {
            width: 100%;
            font-weight: 800;
            font-size: 16px;
            line-height: 22px;
            color: #FFFFFF;
            padding: 14px;
            border-radius: 5px;
            margin-bottom: 15px;
            border: transparent;
            background-color: #0059C3;
        }

        .wizard__wrapper p {
            font-weight: 600;
            font-size: 14px;
            line-height: 19px;
            color: rgba(0, 0, 0, 0.4);
        }

        .hor-timeline-steps {
            display: flex;
            justify-content: center;
            margin-bottom: 40px;
        }

        .hor-timeline-step {
            align-items: center;
            display: flex;
            flex-direction: column;
            position: relative;
            margin: 1rem;
        }

        .hor-timeline-steps .hor-timeline-step .timeline-content {
            width: 10rem;
            text-align: center;
        }

        .hor-timeline-steps .hor-timeline-step .timeline-content .inner-circle {
            border-radius: 1.5rem;
            height: 1rem;
            width: 1rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #FFFFFF;
        }

        .hor-timeline-steps .hor-timeline-step .timeline-content .inner-circle i {
            font-size: 10px;
            color: #FFFFFF;
        }

        .hor-timeline-steps .hor-timeline-step .timeline-content .inner-circle i.active {
            color: #000000;
        }

        .hor-timeline-steps .hor-timeline-step .timeline-content p {
            font-weight: 400;
            font-size: 14px;
            line-height: 19px;
            color: #FFFFFF;
        }

        .hor-timeline-steps .hor-timeline-step:not(:last-child):after {
            content: "";
            display: block;
            border-top: 2px solid #FFFFFF;
            width: 60%;
            position: absolute;
            left: 5.5rem;
            top: 0.7125rem;
        }

        .hor-timeline-steps .hor-timeline-step:not(:first-child):before {
            content: "";
            display: block;
            border-top: 2px solid #FFFFFF;
            width: 60%;
            position: absolute;
            right: 5.5rem;
            top: 0.7125rem;
        }   
        
        .hor-timeline-steps.unprocess{
            color: #669BDB;
        }

        

        .filepond--root .filepond--credits {
            display: none;
        }
        
        .filepond--drip {
            height: 100%;
        }

        .filepond--root .filepond--drop-label {
            height: 150px;
            border: 3px dashed rgba(0, 0, 0, 0.1);
            border-radius: 5px;
        }

        .upload__placeholder {

        }

        .upload__placeholder p {
            color: #D9D9D9;
            font-weight: 600;
            font-size: 12px;
            line-height: 16px;
            color: rgba(0, 0, 0, 0.4);
        }



        .filepond--root .filepond--credits {
            display: none;
        }

        .filepond--drip {
            height: 100%;
        }

        .filepond--root .filepond--drop-label {
            height: 150px;
            border: 3px dashed rgba(0, 0, 0, 0.1);
            border-radius: 5px;
        }

        .upload__placeholder {

        }

        .unprocess{

        }

        .upload__placeholder p {
            color: #D9D9D9;
            font-weight: 600;
            font-size: 12px;
            line-height: 16px;
            color: rgba(0, 0, 0, 0.4);
        }

        .p__cursor{
           cursor: pointer;
        }

        @media screen and (max-width: 768px){
            .wizard__wrapper {
                padding: 50px 0;
            }
            .hor-timeline-steps {
                margin-bottom: 30px;
            }
            .hor-timeline-step {
                margin: .5rem;
            }

            .hor-timeline-steps .hor-timeline-step .timeline-content {
                width: 6.5rem;
                text-align: center;
            }

            .hor-timeline-steps .hor-timeline-step .timeline-content .inner-circle {
                border-radius: 1.5rem;
                height: 1rem;
                width: 1rem;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                background-color: #FFFFFF;
            }

            .hor-timeline-steps .hor-timeline-step .timeline-content .inner-circle i {
                font-size: 10px;
                line-height: 10px;
            }

            .hor-timeline-steps .hor-timeline-step .timeline-content p {
                font-size: 13px;
                line-height: 18px;
            }

            .hor-timeline-steps .hor-timeline-step:not(:last-child):after {
                content: "";
                display: block;
                border-top: 1px solid #FFFFFF;
                width: 60%;
                position: absolute;
                left: 3.5rem;
                top: 0.8125rem;
            }

            .hor-timeline-steps .hor-timeline-step:not(:first-child):before {
                content: "";
                display: block;
                border-top: 1px solid #FFFFFF;
                width: 60%;
                position: absolute;
                right: 3.5rem;
                top: 0.8125rem;
            }
        }
/* pages.dashboard.mt5.upload-savingbook style */

/* pages.dashboard.wallet.walletbaru style */
        .dash_pagination {
            margin: 15px auto;
            margin-top: 25px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .dash_pagination p {
            font-weight: 600;
            font-size: 14px;
            line-height: 22px;
            color: #000000;
        }

        .dash_pagination ul {
            display: flex;
            align-items: center;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .dash_pagination ul li a {
            margin: 0 3px;
            padding: 5px 8px;
            font-weight: 700;
            font-size: 16px;
            line-height: 22px;
            color: #000000;
        }

        .dash_pagination ul li a.active {
            color: #fff;
            background: #1565C0;
            border-radius: 10px;
        }

        .dash_pagination ul li:hover a {
            color: #1565C0;
        }

        .dash_pagination ul li:hover a.active {
            color: #ffffff;
        }

        .wallet__wrap .wallet__nav {
            margin-top: 10px;
            margin-bottom: 15px;
        }

        .wallet__wrap .wallet__nav a {
            border-radius: 5px;
            padding: 9px 20px;
            margin-right: 8px;

            font-weight: 700;
            font-size: 16px;
            line-height: 20px;
            color: #131722;
        }

        .wallet__wrap .wallet__nav a.active {
            background: #315FAC;
            color: #ffffff;
        }

        .wallet__wrap .wallet__item {
            display: flex;
            align-items: center;
            justify-content: space-between;

            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            padding: 12px 0;
        }

        .wallet__wrap .wallet__item:last-child {
            border-bottom: transparent;
        }

        .wallet__wrap .wallet__item h6 {
            font-weight: 700;
            font-size: 18px;
            line-height: 24px;
            color: #131722;
            margin-bottom: 5px;
        }

        .wallet__wrap .wallet__item h6 strong {
            font-weight: 700;
            color: #1565C0;
        }

        .wallet__wrap .wallet__item p {
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            color: rgba(0, 0, 0, 0.4);
            text-transform: capitalize;
        }

        .wallet__wrap .wallet__item p.waiting {
            color: #1565C0;
        }

        .wallet__wrap .wallet__item p.pending {
            color: #FDD835;
        }

        .wallet__wrap .wallet__item p.complete {
            color: #34A853;
        }

        .wallet__wrap .wallet__item button {
            margin: 0 15px;
            background: transparent;
            border: transparent;
        }

        .modals-mt5 h5 {
            font-weight: 700;
            font-size: 20px;
            line-height: 27px;
            text-align: center;
            color: rgba(0, 0, 0, 0.8);
            margin-bottom: 30px;
        }

        .modals-mt5 span {
            font-weight: 400;
            font-size: 12px;
            line-height: 16px;
            text-align: right;
            color: rgba(0, 0, 0, 0.4);
        }


        .wallet_card {
            padding: 20px;
            border-radius: 5px;
            background-color: #ffffff;
            height: 700px;
            /* Set the desired fixed height for the card */
            overflow: auto;
            /* Add scrollbars when content exceeds the fixed height */
        }
/* 
        .gradient-card {
            background: linear-gradient(to bottom, #243068, #315FAC);
            padding: 20px;
            border-radius: 10px;
            color: white;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        } */


        .account-card {
            background: linear-gradient(to right, #ededed, #FFFFFF);
            padding: 20px;
            border-radius: 10px;
            color: rgb(0, 0, 0);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }




        .btn__empty_state {
            background: #FFFFFF;
            border: 3px solid #1565C0;
            border-radius: 5px;
            padding: 18px 30px;

        }

        .btn__div button {
            width: 200px;
            font-weight: 600 !important;
        }

        @media screen and (max-width: 450px) {
            .btn__div button {
                width: 100%;
            }
        }

        .select2-box select {
            -webkit-appearance: menulist !important;
            -moz-appearance: menulist !important;
            -ms-appearance: menulist !important;
            -o-appearance: menulist !important;
            appearance: menulist !important;
        }

        .select2-box {

            padding: 0.625rem .75rem;
            background: #FFFFFF;
            border: 1px solid rgba(0, 0, 0, 0.05);
            border-radius: 5px;
        }

        .select2-box label {
            display: block;
            font-weight: 600;
            font-size: 14px;
            line-height: 22px;
            color: rgba(0, 0, 0, 0.8);
            opacity: .65;

        }

        .select2-box .select2-container .select2-selection--single .select2-selection__rendered {
            padding-left: 0px;
        }

        .select2-box .select2-container--default .select2-selection--single {
            border: 0;
        }

        .img__flag {
            width: 35px;
            margin-right: 10px;
            height: 28px;
            object-fit: contain;
        }

        .select2-dropdown span,
        .modals-mt5 .select2-box span {
            font-weight: 600 !important;
            font-size: 16px !important;
            line-height: 1.5 !important;
            text-align: left !important;
            color: black !important;
        }

        .select2-box .select2-container {
            width: 100% !important;
        }

        /* Style for carousel navigation buttons */
        .carousel-control-prev,
        .carousel-control-next {
            width: 50px;
            height: 50px;
            background-color: rgba(0, 0, 0, 0.5);
            border: none;
            border-radius: 50%;
            font-size: 20px;
            color: white;
            transition: background-color 0.3s;
        }

        .carousel-control-prev:hover,
        .carousel-control-next:hover {
            background-color: rgba(0, 0, 0, 0.7);
        }


        /* .btn__action {
                width: 85px;
                height: 25px;
                padding-top: 0;
                padding-bottom: 0;
            } */

        /* Add these styles to your existing CSS */
        .btn.btn__action {
            background-color: #7A8EB2;
            color: #ffffff;
            font-weight: thin;
            width: 68px;
            height: 25px;
            padding-top: 0;
            padding-bottom: 0;
        }

        .btn.btn__action.pulse-ring {
            background-color: green; /* Change this to your desired green color */
        }

        .button-text {
            font-size: 12px; /* Set the desired font size */
        }

        /* Custom CSS for adjusting placeholder text in dropdown */
        select.form-select option[disabled] {
            font-weight: normal !important;
            /* Use normal font weight */
        }
/* pages.dashboard.wallet.walletbaru style */

/* pages.dashboard.wallet.deposit style */
.dash_pagination {
    margin: 15px auto;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dash_pagination p {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.dash_pagination ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.dash_pagination ul li a {
    margin: 0 3px;
    padding: 5px 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.dash_pagination ul li a.active {
    color: #fff;
    background: #1565C0;
    border-radius: 10px;
}

.dash_pagination ul li:hover a {
    color: #1565C0;
}

.dash_pagination ul li:hover a.active {
    color: #ffffff;
}

.wallet__wrap .wallet__nav {
    margin-top: 10px;
    margin-bottom: 15px;
}

.wallet__wrap .wallet__nav a {
    border-radius: 5px;
    padding: 9px 20px;
    margin-right: 8px;

    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #131722;
}

.wallet__wrap .wallet__nav a.active {
    background: #0059C3;
    color: #ffffff;
}

.wallet__wrap .wallet__item {
    display: flex;
    align-items: center;
    justify-content: space-between;

    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 0;
}

.wallet__wrap .wallet__item:last-child {
    border-bottom: transparent;
}

.wallet__wrap .wallet__item h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #131722;
    margin-bottom: 5px;
}

.wallet__wrap .wallet__item h6 strong {
    font-weight: 700;
    color: #1565C0;
}

.wallet__wrap .wallet__item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.4);
    text-transform: capitalize;
}

.wallet__wrap .wallet__item p.waiting {
    color: #1565C0;
}

.wallet__wrap .wallet__item p.pending {
    color: #FDD835;
}

.wallet__wrap .wallet__item p.complete {
    color: #34A853;
}

.wallet__wrap .wallet__item button {
    margin: 0 15px;
    background: transparent;
    border: transparent;
}

.modals-mt5 h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 30px;
}

.modals-mt5 span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: rgba(0, 0, 0, 0.4);
}

.modals-mt5 input,
.modals-mt5 select {
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.8);
}

.modals-mt5 input.active,
.modals-mt5 select.active {
    border-color: red !important;
}

.modals-mt5 button {
    background: #0059C3;
    border-radius: 5px;
    padding: 14px;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    border: transparent;
    width: 100%;
}

.modals-mt5 button.secondary {
    background: #ffffff;
    color: #0059C3;
}

.modal-mt5 label {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.4);
}

/* .label__stat.Complete{
                                        color:
                                    } */
.error_text {
    font-size: 11px;
    color: red;
}

.error__msg {
    display: flex;
    align-items: center;

    border: 3px solid #EA4335;
    border-radius: 7px;
    padding: .5rem;
    margin-bottom: 25px;
}

p.amount {
    font-size: 40px;
    margin: 0;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    color: #0059C3;
}

.error__msg i {
    font-size: 24px;
    color: #EA4335;
    flex-shrink: 0;
    margin-right: 10px;
}

.error__msg p {
    margin: 0;
    width: 100%;
    font-size: 14px;
}

.error__msg button.errorBtn {
    padding: 0;
    margin: 0;
    width: unset;
    background: transparent;

}

.error__msg button i {
    font-size: 18px;
    color: #c4c4c4;
    margin: 0;
}

.modals-mt5 h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 30px;
}


.modals-mt5 input,
.modals-mt5 select {
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.8);
}

.modals-mt5 button {
    background: #0059C3;
    border-radius: 5px;
    padding: 14px;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    border: transparent;
    width: 100%;
}

.modals-mt5 button.secondary {
    background: #ffffff;
    color: #0059C3;
}

.modal-mt5 label {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.4);
}

.btn__empty_state {
    background: #FFFFFF;
    border: 3px solid #1565C0;
    border-radius: 5px;
    padding: 18px 30px;

}

.btn__div button {
    width: 200px;
    font-weight: 600 !important;
}

@media screen and (max-width: 450px) {
    .btn__div button {
        width: 100%;
    }
}

.select2-box select {
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    -ms-appearance: menulist !important;
    -o-appearance: menulist !important;
    appearance: menulist !important;
}

.select2-box {

    padding: 0.625rem .75rem;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.select2-box label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.8);
    opacity: .65;

}

.select2-box .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}

.select2-box .select2-container--default .select2-selection--single {
    border: 0;
}

.img__flag {
    width: 35px;
    margin-right: 10px;
    height: 28px;
    object-fit: contain;
}

.select2-dropdown span,
.modals-mt5 .select2-box span {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-align: left !important;
    color: black !important;
}

.select2-box .select2-container {
    width: 100% !important;
}
/* pages.dashboard.wallet.deposit style */

/* pages.dashboard.wallet.deposit-detail style */
        .wallet__wrap h3 {
            font-weight: 700;
            font-size: 24px;
            line-height: 33px;
            color: rgba(0, 0, 0, 0.8);
        }

        .wallet__wrap .card {
            margin-bottom: 15px;
        }

        .wallet__wrap .card h5 {
            font-weight: 700;
            font-size: 16px;
            line-height: 18px;
            color: #000000;
            margin-bottom: 25px;
        }

        .wallet__wrap .card h6 {
            font-weight: 700;
            font-size: 14px;
            line-height: 18px;
            color: rgba(0, 0, 0, 0.8);
            margin: 0;
        }

        .wallet__wrap .card p {
            font-weight: 400;
            font-size: 10px;
            line-height: 13px;
            color: rgba(0, 0, 0, 0.4);
            margin: 0;
        }

        .wallet__wrap .card .col-6 {
            margin-bottom: 15px;
        }

        .trans__status {
            font-weight: 600;
            font-size: 16px;
            line-height: 21px;
            color: #FFFFFF;
            padding: 10px 15px;
            border-radius: 5px;
            text-transform: capitalize;
        }

        .trans__status.waiting {
            background: #1565C0;
        }

        .trans__status.pending {
            background: #FDD835;
        }

        .trans__status.complete {
            background: #34A853;
        }
/* pages.dashboard.wallet.deposit-detail style */

/* pages.dashboard.wallet.withdraw style */
        .dash_pagination {
            margin: 15px auto;
            margin-top: 25px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .dash_pagination p {
            font-weight: 600;
            font-size: 14px;
            line-height: 22px;
            color: #000000;
        }

        .dash_pagination ul {
            display: flex;
            align-items: center;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .dash_pagination ul li a {
            margin: 0 3px;
            border-radius: 5px;
            padding: 5px 8px;
            font-weight: 700;
            font-size: 16px;
            line-height: 22px;
            color: #000000;
        }

        .dash_pagination ul li a.active {
            color: #fff;
            background: #1565C0;
        }

        .dash_pagination ul li:hover a {
            color: #1565C0;
        }

        .dash_pagination ul li:hover a.active {
            color: #ffffff;
        }

        .wallet__wrap .wallet__nav {
            margin-top: 10px;
            margin-bottom: 15px;
        }

        .wallet__wrap .wallet__nav a {
            border-radius: 5px;
            padding: 9px 20px;
            margin-right: 8px;

            font-weight: 700;
            font-size: 16px;
            line-height: 20px;
            color: rgba(0, 0, 0, 0.4);
        }

        .wallet__wrap .wallet__nav a.active {
            background: #0059C3;
            color: #ffffff;
        }

        .wallet__wrap .wallet__item {
            display: flex;
            align-items: center;
            justify-content: space-between;

            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            padding: 12px 0;
        }

        .wallet__wrap .wallet__item:last-child {
            border-bottom: transparent;
        }

        .wallet__wrap .wallet__item h6 {
            font-weight: 700;
            font-size: 18px;
            line-height: 24px;
            color: #131722;
            margin-bottom: 5px;
        }

        .wallet__wrap .wallet__item h6 strong {
            font-weight: 700;
            color: #1565C0;
        }

        .wallet__wrap .wallet__item p {
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            color: rgba(0, 0, 0, 0.4);
            text-transform: capitalize;
        }

        .wallet__wrap .wallet__item p.waiting {
            color: #1565C0;
        }

        .wallet__wrap .wallet__item p.pending {
            color: #FDD835;
        }

        .wallet__wrap .wallet__item p.complete {
            color: #34A853;
        }

        .wallet__wrap .wallet__item button {
            margin: 0 15px;
            background: transparent;
            border: transparent;
        }

        .modals-mt5 h5 {
            font-weight: 700;
            font-size: 20px;
            line-height: 27px;
            text-align: center;
            color: rgba(0, 0, 0, 0.8);
            margin-bottom: 30px;
        }

        .modals-mt5 span {
            font-weight: 400;
            font-size: 12px;
            line-height: 16px;
            text-align: right;
            color: rgba(0, 0, 0, 0.4);
        }

        .modals-mt5 input,
        .modals-mt5 select {
            border: 1px solid rgba(0, 0, 0, 0.1);
            font-weight: 700;
            font-size: 14px;
            line-height: 19px;
            color: rgba(0, 0, 0, 0.8);
        }

        .modals-mt5 input.active,
        .modals-mt5 select.active {
            border-color: red !important;
        }

        .modals-mt5 button {
            background: #0059C3;
            border-radius: 5px;
            padding: 14px;
            font-weight: 800;
            font-size: 16px;
            line-height: 22px;
            color: #FFFFFF;
            border: transparent;
            width: 100%;
        }

        .modals-mt5 button.secondary {
            background: #ffffff;
            color: #0059C3;
        }

        .modal-mt5 label {
            font-weight: 400;
            font-size: 10px;
            line-height: 14px;
            color: rgba(0, 0, 0, 0.4);
        }

        .error_text {
            font-size: 11px;
            color: red;
        }

        .error__msg {
            display: flex;
            align-items: center;

            border: 3px solid #EA4335;
            border-radius: 7px;
            padding: .5rem;
            margin-bottom: 25px;
        }

        p.amount {
            font-size: 40px;
            margin: 0;
            font-family: 'Nunito Sans';
            font-style: normal;
            font-weight: 700;
            color: #0059C3;
        }

        .error__msg i {
            font-size: 24px;
            color: #EA4335;
            flex-shrink: 0;
            margin-right: 10px;
        }

        .error__msg p {
            margin: 0;
            width: 100%;
            font-size: 14px;
        }

        .error__msg button.errorBtn {
            padding: 0;
            margin: 0;
            width: unset;
            background: transparent;

        }

        .error__msg button i {
            font-size: 18px;
            color: #c4c4c4;
            margin: 0;
        }

        .modals-mt5 h5 {
            font-weight: 700;
            font-size: 20px;
            line-height: 27px;
            text-align: center;
            color: rgba(0, 0, 0, 0.8);
            margin-bottom: 30px;
        }


        .modals-mt5 input,
        .modals-mt5 select {
            border: 1px solid rgba(0, 0, 0, 0.1);
            font-weight: 700;
            font-size: 14px;
            line-height: 19px;
            color: rgba(0, 0, 0, 0.8);
        }

        .modals-mt5 button {
            background: #0059C3;
            border-radius: 5px;
            padding: 14px;
            font-weight: 800;
            font-size: 16px;
            line-height: 22px;
            color: #FFFFFF;
            border: transparent;
            width: 100%;
        }
        
        .modals-mt5 button:disabled {
            background: gray;
            color: #FFFFFF; /* Optional: Ensure text color remains white when disabled */
            cursor: not-allowed; /* Change cursor to indicate the button is disabled */
        }
        .modals-mt5 button.secondary {
            background: #ffffff;
            color: #0059C3;
        }

        .modal-mt5 label {
            font-weight: 400;
            font-size: 10px;
            line-height: 14px;
            color: rgba(0, 0, 0, 0.4);
        }

        .btn__empty_state {
            background: #FFFFFF;
            border: 3px solid #1565C0;
            border-radius: 5px;
            padding: 18px 30px;

        }

        .btn__div button {
            width: 200px;
            font-weight: 600 !important;
        }

        @media screen and (max-width: 450px) {
            .btn__div button {
                width: 100%;
            }
        }

        .select2-box select {
            -webkit-appearance: menulist !important;
            -moz-appearance: menulist !important;
            -ms-appearance: menulist !important;
            -o-appearance: menulist !important;
            appearance: menulist !important;
        }

        .select2-box {

            padding: 0.625rem .75rem;
            background: #FFFFFF;
            border: 1px solid rgba(0, 0, 0, 0.05);
            border-radius: 5px;
        }

        .select2-box label {
            display: block;
            font-weight: 600;
            font-size: 14px;
            line-height: 22px;
            color: rgba(0, 0, 0, 0.8);
            opacity: .65;

        }

        .select2-box .select2-container .select2-selection--single .select2-selection__rendered {
            padding-left: 0px;
        }

        .select2-box .select2-container--default .select2-selection--single {
            border: 0;
        }

        .img__flag {
            width: 35px;
            margin-right: 10px;
            height: 28px;
            object-fit: contain;
        }

        .select2-dropdown span,
        .modals-mt5 .select2-box span {
            font-weight: 600 !important;
            font-size: 16px !important;
            line-height: 1.5 !important;
            text-align: left !important;
            color: black !important;
        }

        .select2-box .select2-container {
            width: 100% !important;
        }
/* pages.dashboard.wallet.withdraw style */

/* pages.dashboard.wallet.withdraw-detail style */
        .wallet__wrap h3 {
            font-weight: 700;
            font-size: 24px;
            line-height: 33px;
            color: rgba(0, 0, 0, 0.8);
        }

        .wallet__wrap .card {
            margin-bottom: 15px;
        }

        .wallet__wrap .card h5 {
            font-weight: 700;
            font-size: 16px;
            line-height: 18px;
            color: #000000;
            margin-bottom: 25px;
        }

        .wallet__wrap .card h6 {
            font-weight: 700;
            font-size: 14px;
            line-height: 18px;
            color: rgba(0, 0, 0, 0.8);
            margin: 0;
        }

        .wallet__wrap .card p {
            font-weight: 400;
            font-size: 10px;
            line-height: 13px;
            color: rgba(0, 0, 0, 0.4);
            margin: 0;
        }

        .wallet__wrap .card .col-6 {
            margin-bottom: 15px;
        }

        .trans__status {
            font-weight: 600;
            font-size: 16px;
            line-height: 21px;
            color: #FFFFFF;
            padding: 10px 15px;
            border-radius: 5px;
            text-transform: capitalize;
        }

        .trans__status.waiting {
            background: #1565C0;
        }

        .trans__status.pending {
            background: #FDD835;
        }

        .trans__status.complete {
            background: #34A853;
        }
/* pages.dashboard.wallet.withdraw-detail style */

/* pages.dashboard.tnc.terms-condition style */
        .dash h3 {
            font-weight: 700;
            font-size: 24px;
            line-height: 33px;
            color: rgba(0, 0, 0, 0.8);
        }


        .tnc_card {
            padding: 20px;
            border-radius: 5px;
            background-color: #ffffff;
            height: 400px;
            /* Set the desired fixed height for the card */
            overflow: auto;
            /* Add scrollbars when content exceeds the fixed height */
        }

        /* Remove border from the card */
        .tnc_card .card {
            border: none;
        }
/* pages.dashboard.tnc.terms-condition style */

/* pages.dashboard.tnc.privacy-policy style */
        .dash h3 {
            font-weight: 700;
            font-size: 24px;
            line-height: 33px;
            color: rgba(0, 0, 0, 0.8);
        }


        .pnp_card {
            padding: 20px;
            border-radius: 5px;
            background-color: #ffffff;
            height: 400px;
            /* Set the desired fixed height for the card */
            overflow: auto;
            /* Add scrollbars when content exceeds the fixed height */
        }

        /* Remove border from the card */
        .pnp_card .card {
            border: none;
        }
/* pages.dashboard.tnc.privacy-policy style */

/* pages.dashboard.tnc.trading-rules style */
        .dash h3 {
            font-weight: 700;
            font-size: 24px;
            line-height: 33px;
            color: rgba(0, 0, 0, 0.8);
        }

        .tr_card {
            padding: 20px;
            border-radius: 5px;
            background-color: #ffffff;
            /* Set the desired fixed height for the card */
            height: 400px;
            /* Adjust this height as needed */
            /* Add scrollbars when content exceeds the fixed height */
            overflow: auto;
        }

        /* Remove border from the card */
        .tr_card .card {
            border: none;
        }
/* pages.dashboard.tnc.trading-rules style */

/* pages.dashboard.tnc.faq style */
        .dash h3 {
            font-weight: 700;
            font-size: 24px;
            line-height: 33px;
            color: rgba(0, 0, 0, 0.8);
        }


        .faq_card {
            padding: 20px;
            border-radius: 5px;
            background-color: #ffffff;
            height: 400px;
            /* Set the desired fixed height for the card */
            overflow: auto;
            /* Add scrollbars when content exceeds the fixed height */
        }

        /* Remove border from the card */
        .faq_card .card {
            border: none;
        }
/* pages.dashboard.tnc.faq style */
/* DESKTOP */

/* MOBILE VIEW */
/* pages.mobile.auth.auth-master style */
        .error_msg {
            font-weight: 400;
            font-size: 16px;
            line-height: 22px;
            color: #EA4335;
        }

        .auth_wrap {
            position: fixed;
            top: 0;
            left: 0;
            min-width: 100%;
            min-height: 100%;
            padding: 1rem 0;

            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-end;

            padding-top: 25px;
        }

        .auth_wrap input {
            background: rgba(0, 0, 0, 0.02);
            border: 1px solid rgba(0, 0, 0, 0.05);
            border-radius: 5px;
            font-weight: 400;
            font-size: 14px;
        }

        .auth_wrap input:focus,
        .auth_wrap input:active {
            outline: none;
            box-shadow: none;
            background: rgba(0, 0, 0, 0.02);
            border: 1px solid #0059C3;
        }

        .auth_wrap h5 {
            font-weight: 700;
            font-size: 16px;
            line-height: 22px;
            color: rgba(0, 0, 0, 0.8);
            margin: 0;
        }

        .auth_wrap label {
            font-weight: 600;
            font-size: 14px;
            line-height: 19px;
            color: rgba(0, 0, 0, 0.8);
        }

        .auth_wrap a {
            font-weight: 600;
            font-size: 14px;
            line-height: 19px;
            color: #8E50A6;
        }

        .auth_wrap i {
            color: rgba(0, 0, 0, 0.8);
        }
/* pages.mobile.auth.auth-master style */

/* pages.mobile.auth.auth style */
        .auth_wrap button {
            width: 100%;
            font-weight: 800;
            font-size: 16px;
            line-height: 22px;
            color: #FFFFFF;
            padding: 14px;
            border-radius: 5px;
            margin-bottom: 15px;
            border: transparent;
        }

        .auth_wrap button img {
            margin-right: 5px;
            width: 16px;
            margin-top: -2px;
        }

        .auth_wrap button.google {
            background-color: #000000;
        }

        .auth_wrap button.fb {
            background-color: #1877F2;
        }

        .auth_wrap button.email {
            background-color: #0059C3;
        }

        .fader .slides {
            width: 100%;
            position: absolute;
            bottom: 45%;
            left: 16px;
        }

        .fader h2 {
            font-weight: 700;
            font-size: 30px;
            line-height: 100%;
            color: #000000;
        }

        .fader h1 {
            font-weight: 900;
            font-size: 44px;
            line-height: 100%;
            color: #1565C0;
        }
/* pages.mobile.auth.auth style */

/* pages.mobile.master-mobile style */
        @import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");

        * {
            margin: 0;
            padding: 0;

        }

        body {
            font-family: "Nunito Sans", sans-serif;
            -webkit-font-smoothing: antialiased !important;
            -moz-osx-font-smoothing: grayscale !important;
            background-color: #ffffff;
        }

        h3 {
            font-weight: 600;
            font-size: 24px;
            line-height: 33px;
            margin: 0;
        }

        h4 {
            font-weight: 600;
            font-size: 20px;
            line-height: 27px;
        }

        h5 {
            font-weight: 700;
            font-size: 16px;
            line-height: 22px;
            margin: 0;
        }

        h6 {
            font-weight: 700;
            font-size: 12px;
            line-height: 19px;
        }

        p {
            margin: 0;
            font-weight: 400;
            font-size: 12px;
            line-height: 16px;
        }

        small {
            font-weight: 400;
            font-size: 10px;
            line-height: 14px;
            color: rgba(0, 0, 0, 0.4);
            margin: 0;
        }

        .txt-white {
            color: #FFFFFF;
        }

        .txt-black {
            color: #131722;
        }

        .mobile__wrapper {
            height: 100%;
            max-width: 500px;
            width: 100%;
            margin: 0 auto;
            position: relative;
        }

        .mobile__header {
            background: #1565C0;
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .mobile__header small {
            color: rgba(255, 255, 255, 0.4);
        }

        .tabbar {
            background: #FFFFFF;
            position: fixed;
            bottom: 0;
            z-index: 999;
            width: 100%;
            max-width: 100%;
            padding: 5px 21px;
        }

        .tabbar .col-2 {
            text-align: center;
        }

        .tabbar img {
            margin-bottom: 5px;
        }

        .tabbar p {
            font-weight: 400;
            font-size: 12px;
            line-height: 16px;
            color: rgba(0, 0, 0, 0.4);
        }

        .tabbar a.active p {
            font-weight: 700;
            color: #1565C0;
        }

        .tabbar a.active svg path {
            fill: #1565C0;
            fill-opacity: 1;
        }

        /* skeleton style */
        .skeleton {
            animation: skeleton-loading 1s linear infinite alternate;
        }

        @keyframes skeleton-loading {
            0% {
                background-color: hsl(200, 20%, 80%);
            }

            100% {
                background-color: hsl(200, 20%, 95%);
            }
        }

        .skeleton-text {
            width: 100%;
            height: 0.7rem;
            margin-bottom: 0.5rem;
            border-radius: 0.25rem;
        }

        .skeleton-span{
            display:inline-block;
            width: 2rem;
            height: 1rem;
            border-radius: 0.25rem;
        }

        .sk_circle {
            width: 35px;
            height: 35px;
            border-radius: 50%;
        }

        .sk_line {
            border-radius: 5px;
            height: 7px;
        }
/* pages.mobile.master-mobile style */

/* pages.mobile.home.home style */
        .mobile__header .user_img {
            width: 38px;
            height: 38px;
            border-radius: 50%;
        }

        .home_headings {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .home_headings a {
            font-weight: 700;
            font-size: 14px;
            line-height: 19px;
            color: #1565C0;
        }

        .home_headings a:active,
        .home_headings a:hover {
            color: #1565C0;
        }

        .home_headings .nice-select {
            background-color: transparent;
            border: transparent;
            font-weight: 700;
            font-size: 16px;
            padding-left: 5px;
        }

        .home_headings .nice-select::after {
            border-bottom: 2px solid #000;
            border-right: 2px solid #000;
        }

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

        .home_menu .card {
            background: #FFFFFF;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
        }

        .menu_item {
            text-align: center;
        }

        .menu_item img {
            max-width: 30px;
            margin-bottom: 3px;
        }

        .menu_item.trade {
            color: #34A853;
        }

        .menu_item.deposit {
            color: #0059C3;
        }

        .menu_item.withdraw {
            color: #EF5350;
        }

        .home_trader .list,
        .home_market .list {
            padding: 14px 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);

            display: flex;
            justify-content: space-between;

            position: relative;
        }

        .home_trader .list:last-child,
        .home_market .list:last-child {
            border: transparent;
        }

        .home_market .list .symbol {
            position: relative;
            width: 35px;
            height: 35px;
            margin-right: 14px;
        }

        .home_market .list .symbol img {
            width: 24px;
        }

        .home_market .list .symbol img.curr1 {
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 2;
        }

        .home_market .list .symbol img.curr2 {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 1;
        }

        .home_trader .list p,
        .home_market .list p {
            color: rgba(0, 0, 0, 0.4);
            text-transform: capitalize;
        }

        .home_market .list p.text-success,
        .home_trader .list p.text-success {
            color: #34A853;
        }

        .home_market .list p.text-error,
        .home_trader .list p.text-error {
            color: #EF5350;
        }

        .home_trader .list img.user_img {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 15px;
        }

        .home_insight .card {
            background: #FFFFFF;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
        }

        .home_insight .card .card-body {
            padding: 10px;
        }

        .home_insight .nav-pills .nav-link {
            padding: 9px;
            font-weight: 700;
            font-size: 12px;
            line-height: 16px;
            color: rgba(0, 0, 0, 0.4);
            margin-right: 5px;
        }

        .home_insight .nav-pills .nav-link.active {
            background-color: #0059C3;
            color: #FFFFFF;
        }

        .home_insight h2 {
            font-weight: 700;
            font-size: 32px;
            line-height: 44px;
            color: rgba(0, 0, 0, 0.5);
            margin: 0;
        }

        .home_insight p {
            font-weight: 700;
            font-size: 12px;
            line-height: 16px;
            color: rgba(0, 0, 0, 0.4);
        }

        .home_insight .insight_trend {
            display: flex;
            justify-content: space-between;
            padding: 0px 10px;
            margin-bottom: 15px;
        }

        .home_insight .insight_trend p {
            font-weight: 700;
            color: #131722;
        }

        .home_insight .insight_trend .bearish h4 {
            color: #EA4335;
        }

        .home_insight .insight_trend .neutral h4 {
            color: #D3D3D3;
        }

        .home_insight .insight_trend .bullish h4 {
            color: #34A853;
        }

        .insight_signal h4 {
            font-weight: 700;
            color: #131722;
        }

        .insight_signal .signals {
            margin-bottom: 25px;
        }

        .insight_signal .signals h6 {
            color: rgba(0, 0, 0, 0.4);
        }

        .insight_signal .signals .items {
            display: flex;
            justify-content: space-between;
            padding: 10px 8px;
            border-radius: 5px;
        }

        .insight_signal .signals .items:nth-child(even) {
            background: rgba(0, 0, 0, 0.05);
        }

        .insight_signal .signals .items p {
            font-weight: 400;
            color: #131722;
        }

        .pair_select {
            margin-bottom: 15px;
        }

        .pair_select .pairs {
            display: flex;
            align-items: center;
            border-radius: 30px;
            padding: 5px 9px;
        }

        .pair_select .pairs.active {
            background: #0059C3;
        }

        .pair_select .pairs h6 {
            color: #131722;
            margin: 0;
        }

        .pair_select .pairs.active h6 {
            color: #FFFFFF;
        }

        .pair_select .pairs img {
            width: 17px;
            height: 17px;
        }

        .pair_select .pairs .small-symbol {
            flex-shrink: 0;
            width: 25px;
            height: 25px;
            position: relative;
            margin-right: 9px;
        }

        .pair_select .pairs .small-symbol img.curr1 {
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 2;
        }

        .pair_select .pairs .small-symbol img.curr2 {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 1;
        }

        .skeleton {
            animation: skeleton-loading 1s linear infinite alternate;
        }

        @keyframes skeleton-loading {
            0% {
                background-color: hsl(200, 20%, 80%);
            }

            100% {
                background-color: hsl(200, 20%, 95%);
            }
        }

        .skeleton-text {
            width: 100%;
            height: 0.7rem;
            margin-bottom: 0.5rem;
            border-radius: 0.25rem;
        }

        .skeleton-text__body {
            width: 75%;
        }

        .skeleton-footer {
            width: 30%;
        }

        .sk_circle {
            width: 35px;
            height: 35px;
            border-radius: 50%;
        }

        .sk_line {
            border-radius: 5px;
            height: 7px;
        }
/* pages.mobile.home.home style */

/* pages.mobile.market.market style */
        .mobile__header h5 {
            color: #FFFFFF;
        }

        .fav_pair {
            margin-top: -35px;
        }

        .fav_pair .card {
            background: #FFFFFF;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
        }

        .fav_pair .card .card-body {
            padding: 0;
        }

        .fav_pair .card .headings {
            display: flex;
            justify-content: space-between;
            /* margin-bottom: 15px; */
            padding: 10px;
        }

        .fav_pair .card .headings h6 {
            font-weight: 700;
            color: rgba(0, 0, 0, 0.8);
        }

        .fav_pair .pairs {
            margin-bottom: 15px;
            padding: 0 10px;
        }

        .fav_pair .pairs .symbol {
            width: 50px;
            height: 50px;
            background: #F3F3F3;
            border-radius: 50%;
            padding: 7px;

            position: relative;
        }

        .fav_pair .pairs .symbol img {
            width: 23px;
            height: 23px;
        }

        .fav_pair .pairs .symbol img.curr1 {
            position: absolute;
            bottom: 15%;
            left: 15%;
            z-index: 2;
        }

        .fav_pair .pairs .symbol img.curr2 {
            position: absolute;
            top: 15%;
            right: 15%;
            z-index: 1;
        }

        .pair_list {
            margin-top: 25px;
        }

        .pair_list .lists {
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            padding-bottom: 14px;
            margin-bottom: 14px;
        }

        .pair_list .lists:last-child {
            border: transparent;
        }

        .pair_list .lists .symbol {
            width: 35px;
            height: 35px;
            position: relative;
            margin-right: 14px;
        }

        .pair_list .lists .symbol img {
            width: 23px;
            height: 23px;
            border-radius: 50%;
            border: 1px solid rgba(0, 0, 0, 0.075);
        }

        .pair_list .lists .symbol img.curr1 {
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 2;
        }

        .pair_list .lists .symbol img.curr2 {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 1;
        }

        .skeleton {
            animation: skeleton-loading 1s linear infinite alternate;
        }

        @keyframes skeleton-loading {
            0% {
                background-color: hsl(200, 20%, 80%);
            }

            100% {
                background-color: hsl(200, 20%, 95%);
            }
        }

        .skeleton-text {
            width: 100%;
            height: 0.7rem;
            margin-bottom: 0.5rem;
            border-radius: 0.25rem;
        }

        .skeleton-text__body {
            width: 75%;
        }

        .skeleton-footer {
            width: 30%;
        }

        .sk_circle {
            width: 35px;
            height: 35px;
            border-radius: 50%;
        }

        .sk_line {
            border-radius: 5px;
            height: 7px;
        }
/* pages.mobile.market.market style */

/* pages.mobile.market.market-detail style */
        .no-border-alert {
            border: 0 !important;
        }

        .mobile__header h5 {
            color: #FFFFFF;
        }

        .mobile__header i {
            color: #FFFFFF;
            margin-top: 5px;
        }

        .mobile__header .nav-pills .nav-link {
            padding: 9px;
            font-weight: 700;
            font-size: 12px;
            line-height: 16px;
            color: rgba(255, 255, 255, 0.4);
            margin-right: 5px;
        }

        .mobile__header .nav-pills .nav-link.active {
            background-color: #FFFFFF;
            color: #0059C3;
        }

        .trade_position {
            margin-top: -35px;
        }

        .trade_position .card {
            background: #FFFFFF;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
        }

        .trade_position small {
            font-weight: 400;
            color: rgba(0, 0, 0, 0.4);
        }

        .trade_heading {
            /* display: flex; */
            align-items: baseline;
            margin-bottom: 5px;
        }

        .trade_heading h3 {
            font-weight: 700;
            color: #EF5350;
            margin-right: 10px;
        }

        .trade_heading p {
            color: #0059C3;
        }

        .select2-box {
            padding: 0.625rem .75rem;
            background: #FFFFFF;
            border: 1px solid rgba(0, 0, 0, 0.05);
            border-radius: 5px;
            margin-bottom: 1.5rem;
        }

        .select2-box label {
            display: block;
            font-weight: 600;
            font-size: 14px;
            line-height: 22px;
            color: rgba(0, 0, 0, 0.8);
            opacity: .65;
        }

        .select2-box button {
            border-radius: 50% !important;
            background: rgba(0, 0, 0, 0.4) !important;
            color: white !important;
            font-size: 12px !important;
            line-height: 1 !important;
            font-weight: 800;
            margin-top: 10px;
            width: 16px !important;
            height: 16px !important;
            padding: 0px !important;

        }

        .select2-box .form-control {
            border: 0;
            color: #1565C0;
            text-align: center;
            font-weight: 700;
        }

        .select2-box .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
            margin-left: 2px;
            margin-right: 2px;
        }

        .select2-box .form-control:focus {
            box-shadow: none;
        }

        .select2-box:focus-within {
            box-shadow: 0 0 10px rgb(33 37 41 / 15%);
        }

        .offcanvas-bottom {
            height: 90vh;
            border: transparent;
            border-radius: 20px 20px 0px 0px;
        }

        .offcanvas-body {
            padding-top: 0;
        }

        .insight_detail .header {
            text-align: center;
        }

        .insight_detail h4 {
            font-weight: 700;
            color: rgba(0, 0, 0, 0.8);
            margin: 0;
        }

        .insight_detail h5 {
            font-weight: 700;
            color: rgba(0, 0, 0, 0.4);
            margin: 0;
        }

        .insight_trend {
            display: flex;
            justify-content: space-around;
            padding: 0px 10px;
            margin-bottom: 15px;
        }

        .insight_trend p {
            font-weight: 700;
            color: #131722;
        }

        .insight_trend .bearish h4 {
            color: #EA4335;
        }

        .insight_trend .neutral h4 {
            color: #D3D3D3;
        }

        .insight_trend .bullish h4 {
            color: #34A853;
        }

        .insight_signal h4 {
            font-weight: 700;
            color: #131722;
        }

        .insight_signal .signals {
            margin-bottom: 25px;
        }

        .insight_signal .signals h6 {
            color: rgba(0, 0, 0, 0.4);
        }

        .insight_signal .signals .items {
            display: flex;
            justify-content: space-between;
            padding: 10px 8px;
            border-radius: 5px;
        }

        .insight_signal .signals .items:nth-child(even) {
            background: rgba(0, 0, 0, 0.05);
        }

        .insight_signal .signals .items p {
            font-weight: 400;
            color: #131722;
        }

        .insight_detail .nav-pills .nav-link {
            padding: 9px;
            font-weight: 700;
            font-size: 12px;
            line-height: 16px;
            color: rgba(0, 0, 0, 0.4);
            margin-right: 5px;
        }

        .insight_detail .nav-pills .nav-link.active {
            background-color: #0059C3;
            color: #FFFFFF;
        }

        .mobile__header .apexcharts-canvas text {
            fill: rgba(255, 255, 255, 0.4);
            font-family: 'Nunito Sans';
        }

        .buy__card {
            border: 3px solid #34A853;
            border-radius: 5px;
        }

        .sell__card {
            border: 3px solid #EA4335;
            border-radius: 5px;
        }

        .buy__card .item_wrap,
        .sell__card .item_wrap {
            display: flex;
            overflow: auto;
            margin: 15px 0;
        }

        .buy__card .item_wrap .items,
        .sell__card .item_wrap .items {
            flex-shrink: 0;
            margin-right: 15px;
        }

        .offcanvas-body .buy__card h5 {
            font-weight: 700;
            font-size: 20px;
            line-height: 27px;
            color: #34A853;
        }

        .offcanvas-body .sell__card h5 {
            font-weight: 700;
            font-size: 20px;
            line-height: 27px;
            color: #EA4335;
        }

        .offcanvas-body .sell__card .card {
            background: rgba(234, 67, 53, 0.05);
            border-radius: 5px;
            padding: 10px;
            border: transparent;
            min-width: 200px;
        }

        .offcanvas-body .buy__card .card {
            background: rgba(52, 168, 83, 0.04);
            border-radius: 5px;
            padding: 10px;
            border: transparent;
            min-width: 200px;
        }

        .offcanvas-body .buy__card .card h6,
        .offcanvas-body .sell__card .card h6 {
            font-weight: 700;
            font-size: 16px;
            line-height: 22px;
            color: rgba(0, 0, 0, 0.8);
        }

        .offcanvas-body .buy__card .card small,
        .offcanvas-body .sell__card .card small {
            font-weight: 700;
            font-size: 10px;
            line-height: 14px;
            color: rgba(0, 0, 0, 0.4);
        }

        .offcanvas-body .buy__card .card p,
        .offcanvas-body .sell__card .card p {
            font-weight: 700;
            font-size: 12px;
            line-height: 16px;
            color: rgba(0, 0, 0, 0.8);
        }




        /*
            =============================================================
                DONE MARK
            =============================================================
            */

        .box__stat, .box__stat_update, .box__stat_pending{
            cursor: pointer;
            flex: 1;
            padding: 5px 9px;
            border-radius: 5px;

        }

        .box__stat p {
            font-weight: 700;
        }

        .box__stat.sell {
            background: #eb7f75;
            border: 1px solid #eb7f75;
        }

        .box__stat.sell.active {
            background: #EA4335;

        }

        .box__stat.buy.active p,
        .box__stat.sell.active p {
            color: white;
        }


        .box__stat.buy p {
            color: white;
        }

        .box__stat.sell p {
            color: white;
        }

        .box__stat p big {
            font-size: 28px;
        }

        .box__stat.buy {
            background: #67a277;
            border: 1px solid #67a277;
        }

        .box__stat.buy.active {
            background: #34A853;
            border-color: #34A853;
        }

        .selisih__box {
            border-radius: 3px;
            background: #D9D9D9;
            font-size: 12px;
            font-weight: 700;
            color: rgba(0, 0, 0, 0.4);
            display: flex;
            justify-content: center;
            align-items: center;
            width: 20px;
            height: 20px;
            margin: 0px 4px;
        }

        .action_btn button {
            width: 100%;
            margin-top: 15px;
            border: transparent;
            border-radius: 5px;
            padding: 14px;
            font-weight: 800;
            font-size: 16px;
            line-height: 22px;
            color: #FFFFFF;
        }

        .action_btn button.btn__sell {
            background: #EA4335;
        }

        .action_btn button.btn__buy {
            background: #34A853;
        }

        .modal_banner {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            max-width: 80%;
            margin: 0 auto;
        }

        .banner_wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            position: relative;
        }
/* pages.mobile.market.market-detail style */

/* pages.mobile.mt5.mt5 style */
        .home_headings {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .home_headings a {
            font-weight: 700;
            font-size: 14px;
            line-height: 19px;
            color: #1565C0;
        }

        .home_headings a:active,
        .home_headings a:hover {
            color: #1565C0;
        }

        .home_headings .nice-select {
            background-color: transparent;
            border: transparent;
            font-weight: 700;
            font-size: 16px;
            padding-left: 5px;
        }

        .home_headings .nice-select::after {
            border-bottom: 2px solid #000;
            border-right: 2px solid #000;
        }

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

        .mt5_menu .card {
            background: #FFFFFF;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
        }

        .menu_item {
            text-align: center;
        }

        .menu_item img {
            max-width: 30px;
            margin-bottom: 3px;
        }

        .menu_item.transfer {
            color: #669BDB;
        }

        .menu_item.deposit {
            color: #0059C3;
        }

        .menu_item.withdraw {
            color: #EF5350;
        }

        .mt5_list .card {
            padding: 12px 18px;
            /* background: url('../../../images/mt-5/bg-account.png');
                background-size: 70%;
                background-repeat: no-repeat;
                background-position: center; */
            background: linear-gradient(180deg, #1565c0 0%, #000000 100%);
            box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
            backdrop-filter: blur(25px);
            border-radius: 5px;
            position: relative;
        }

        .mt5_list .card h3 {
            margin-bottom: 35px;
        }

        .mt5_list .card p {
            color: rgba(255, 255, 255, 0.4);
        }

        .mt5_list .card h3,
        .mt5_list .card h5 {
            color: #FFFFFF;
        }

        .mt5_list .card img {
            position: absolute;
            bottom: 12px;
            right: 12px;
            z-index: 3;
        }

        .mt5_list button {
            width: 100%;
            background: linear-gradient(180deg, #4d9961 0%, #000000 100%);
            box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
            border-radius: 5px;

            font-weight: 800;
            font-size: 16px;
            line-height: 22px;
            color: #FFFFFF;
            padding: 15px;
            border: transparent;
        }

        .mt5_list button i {
            margin-right: 10px;
        }

        .account_list ul li {
            margin-right: 5px;
        }

        .account_list .nav-link {
            font-weight: 700;
            font-size: 12px;
            line-height: 16px;
            color: rgba(0, 0, 0, 0.4);
            border-radius: 5px;
        }

        .account_list .nav-link.active {
            background-color: #0059C3;
        }

        .wallets .card {
            background: #FFFFFF;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            margin-bottom: 25px;
        }

        .wallets .nav-tabs .nav-link {
            font-weight: 700;
            font-size: 12px;
            line-height: 24px;
            color: rgba(0, 0, 0, 0.4);
        }

        .wallets .nav-tabs .nav-link.active {
            color: #1565C0;
            border: transparent;
            border-bottom: 4px solid #1565C0;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

        .wallets .items {
            padding-left: 10px;
            padding-right: 10px;
            padding-bottom: 14px;
            margin-bottom: 14px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);

            display: flex;
            justify-content: space-between;
        }

        .wallets .items:last-child {
            border: transparent;
            margin: 0;
        }

        .wallets .items p.desc {
            color: rgba(0, 0, 0, 0.4);
        }

        .wallets .items p.pending {
            color: #FDD835;
        }

        .wallets .items p.complete {
            color: #34A853;
        }
/* pages.mobile.mt5.mt5 style */

/* pages.mobile.mt5.choose-account style */ 
        .mobile__header h5 {
            color: #FFFFFF;
        }

        .mobile__header .back_btn i {
            color: #FFFFFF;
            margin-top: 5px;
        }

        .acc__type {
            margin-top: -25px;
        }

        .acc__type .card {
            border: 2px solid rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            padding: 0;
            margin-bottom: 15px;
            overflow: hidden;
        }

        .acc__type .acc__desc {
            padding: 1rem;
        }

        .acc__type .acc__desc h3 {
            color: #1565C0;
            margin-bottom: 15px;
        }

        .acc__type .acc__desc h6 {
            color: rgba(0, 0, 0, 0.4);
            margin-bottom: 15px;
        }

        .acc__type .acc__desc button {
            background: #1565C0;
            border: transparent;
            border-radius: 5px;
            font-weight: 500;
            font-size: 14px;
            line-height: 19px;
            color: #FFFFFF;
            padding: 10px 15px;
            max-width: 239px;
        }

        .acc__type .acc__spec {
            padding: 1rem;
            background: #1565C0;
            color: #fff;
            flex-shrink: 0;
            max-width: 550px;
            width: 100%;
        }

        .acc__spec ul {
            columns: 1;
            -webkit-columns: 1;
            -moz-columns: 1;
        }

        .acc__spec ul li {
            font-weight: 700;
            font-size: 13px;
            line-height: 20px;
            color: #FFFFFF;
        }


        .modal__confirm .modal-body {
            position: relative;
            text-align: center;
        }

        .modal__confirm .modal-body .btn-close {
            position: absolute;
            top: 15px;
            right: 15px;
        }

        .modal__confirm .modal-body h2 {
            font-weight: 700;
            font-size: 48px;
            line-height: 65px;
            color: #0059C3;
        }

        .modal__confirm .modal-body h5 {
            font-weight: 700;
            font-size: 20px;
            line-height: 27px;
            color: rgba(0, 0, 0, 0.8);
        }

        .modal__confirm .modal-body p {
            font-weight: 400;
            font-size: 12px;
            line-height: 16px;
            color: rgba(0, 0, 0, 0.4);
        }

        .modal__confirm .modal-body button.sec {
            border: 2px solid #0059C3;
            border-radius: 5px;

            font-weight: 800;
            font-size: 16px;
            line-height: 22px;
            color: #0059C3;
            padding: 14px;
            width: 100%;
            margin: 5px;
        }

        .modal__confirm .modal-body button.prm {
            background: #0059C3;
            border-radius: 5px;
            border: 2px solid #0059C3;

            font-weight: 800;
            font-size: 16px;
            line-height: 22px;
            color: #FFFFFF;
            padding: 14px;
            width: 100%;
            margin: 5px;
        }
/* pages.mobile.mt5.choose-account style */


/* MOBILE VIEW */


/* reconsile */
.week__recon .card .card-body table {
    width: 100%;
}
.week__recon .card .card-body table thead tr th {
    border-bottom: 2px solid #feb019;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.week__recon .card .card-body table thead tr th {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.8);
}

.week__recon .card .card-body table tbody tr td {
    border: transparent;
}

.week__recon .card .card-body table tbody tr td.plus {
    color: #0ecc8b;
}

.week__recon .card .card-body table tbody tr td.minus {
    color: #dd3b45;
}

.week__recon .card .card-body table tbody tr td button {
    /* background: #feb019; */
    border-radius: 20px;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    padding: 6px 15px;
}

.week__recon .card .card-body table tfoot tr th {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: rgba(0, 0, 0, 0.8);
}

.week__recon_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.week__recon_info h6 {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.8);
}

.reconsile__detail {
    margin-bottom: 25px;
}

.reconsile__detail .rec__detail_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reconsile__detail .rec__detail_header h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.reconsile__detail .rec__detail_header span {
    background: rgba(254, 176, 25, 0.4);
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #feb019;

    padding: 4px 8px;
    text-transform: uppercase;
}

.rec__detail_body {
    margin: 15px auto;
}

.rec__detail_body span {
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    color: rgba(0, 0, 0, 0.4);
    margin: 0;
}

.rec__detail_body h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.8);
}

/* Thin scrollbar for all containers with scrollbars */
::-webkit-scrollbar { 
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


  /* CSS untuk mengatur elemen img */
  .auth__orn {
    position: absolute;
    top: 30%; /* Position vertically at 30% from the top of the parent container */
    left: 50%; /* Position horizontally at 50% from the left of the parent container */
    transform: translate(-50%, -30%); /* Adjust the position */
}

  /* CSS untuk mengatur elemen .tab-content */
  .tab-content {
    /* Atur properti lain sesuai kebutuhan Anda */
  }


.flex-container-copy {
    display: flex;
    align-items: center;
    justify-content: space-between; 
}
.select2-box .copy-button {
    font-size: 12px;
    cursor: pointer; 
}
.btn.btn-danger {
    color: #fff;
    border-color: #B78f51;
    background-color: #B78f51;
}
.btn:hover {
    background-color: #F7EF8A !important;
    color: #AE8625 !important;
}

#dateFilterForm {
    font-family: "Nunito Sans", sans-serif;

}
.form-control-date {
    font-size: 12px !important;
}