.body-wrapper {
    overflow-x:auto;
    height: 100vh;
}
.logo-img img{
  max-width:300px;
}
.button-22 {
    align-items: center;
    appearance: button;
    background-color: #0276FF;
    border-radius: 8px;
    border-style: none;
    box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    font-family: "RM Neue", sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    padding: 10px 25px;
    text-align: center;
    text-transform: none;
    transition: color .13s ease-in-out, background .13s ease-in-out, opacity .13s ease-in-out, box-shadow .13s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-22:active {
    background-color: #006AE8;
}

.button-22:hover {
    background-color: #1C84FF;
}

.buy-sell {
    display: flex;
    max-width: 100vw;
    justify-content: center;
    margin-top: 4rem;
}

.center {
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.sell_but {
    background: #FF4742;
}

.cancel_button {
    background-color: #dc3545;
    color: #fff;
}

.trade_button,
.cancel_button {
    display: block;
    width: 100%;
    padding: 0.75rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
}

.modal {
    display: block;
    position: fixed;
    z-index: 1;
    padding-top: 60px;
    padding-bottom: 20px!important;
    text-align: center;
    left: 0;
    top: 20%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.amount {
    margin-bottom: 1rem;
}

.amount-input {
    margin-bottom: 1.5rem;
}

.category_item {
    height: 150px;
    width: 150px;
    margin: 1.5rem;
}

.category_sec {
    cursor: pointer;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: center;
    grid-row-gap: 2rem;
    width: 100%;
    padding-bottom:1.5rem;
}

.m-s {
    background-color: #33b249;
    margin-bottom: .5rem;
}

.category {
    margin-top: 2rem;
}

.cat_item_name {
    color: #fff;
    text-transform: uppercase;
    padding: 1rem;
    font-size: 13px;
    font-weight: 800;
}

@media only screen and (max-width:550px) {
    .cate_img {
        height: 160px !important;
        width: 160px !important;
    }
    .category_sec {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        justify-content: center;
        grid-row-gap: 4rem;
        width: 100%;
    }
    .cat_item_name {
        font-size: 15px;
    }
}

@media only screen and (max-width:636px) {
    .category_item {
        height: 120px;
        width: 120px;
        background-color: rgb(0 0 0 / 50%);
    }
    .category_sec {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
        grid-row-gap: 3rem;
        padding-top: 2rem;
        width: 100%;
    }
}

@media only screen and (max-width:1000px) {
    .category_sec {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
        grid-row-gap: 1.5rem;
        width: 100%;
    }
}

@media only screen and (max-width:1000px) {
    .category_sec {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        justify-items: center;
        grid-row-gap: 1.5rem;
        width: 100%;
    }
    .category {
        margin-top: 0;
    }
}

.main_img {
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.cat_name {
    text-align: center;
}

.cat_img {
    border: 2px solid #fff;
    border-radius: .8rem;
}

.sale {
    position: relative;
    top: 0;
    transform: translateY( -50%);
}

.history-view {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.main_container {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    background-color: #0049;
    height: auto;
}

.content {
    margin-top: 150px;
}

.button {
    margin-top: 35px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.home_content {
    justify-content: center
}

.trust {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}

.trust_content {
    width: 80%;
    border: none;
    padding: 4rem;
    border-radius: 1rem;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.trust_content .trust_icon img {
    border-radius: 1rem;
}

.trust_content h2 {
    color: #000;
    font-size: 2rem;
    font-weight: bold;
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    background-color: rgba(0, 0, 50, 0.5);
    position: fixed;
    z-index: 10;
    padding: 0 20px;
}

.logo_index img {
    width: 250px !important;
    padding: 30px;
}

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

.heading {
    text-align: center;
}

.nav_item {
    padding: 10px 20px;
    color: #fff !important;
}

.nav_item a {
    color: #fff;
    background-color: #fff;
    color: #000;
    border-radius: 0.5rem;
    font-weight: bold;
    padding: 10px;
    display: block;
}

.nav_item a:hover {
    background-color: bisque;
    color: #000;
}

.menu_icon {
    display: none;
}

.glow-on-hover a {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.glow-on-hover {
    width: 200px;
    height: 50px;
    border: none;
    outline: none;
    color: #000;
    font-weight: bold;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    margin-left: 2rem;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ddd;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.features {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
}

.feature_section {
    border-top: 2px solid #fff;
    display: flex;
    padding-top: 3rem;
    justify-content: center;
    max-width: 80%;
}

.feature_item {
    margin-left: 4rem;
}

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

.icon-text {
    display: flex;
    align-items: center;
}

.icon-text svg {
    margin-right: 8px;
    width: 30px;
    height: 30px;
    font-weight: bold;
}

.icon-text p {
    margin: 0;
}

.feature_item p {
    display: inline-block;
    font-size: 1.2rem;
    padding: .5rem;
}

.st {
    margin: 0 !important;
}

.beni_content {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 0px;
}

.beni {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
    margin-top: 5rem;
}

.beni h2 {
    color: #fff;
    margin-bottom: 3rem;
    font-size: 2rem;
}

.beni_text h3 {
    color: #fff;
}

.beni_item {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 15px 7px;
}

.beni_icon {
    margin-right: 1rem;
}

.beni_item {
    background-color: #ff7300;
    width: 100% !important;
    border-radius: .8rem;
    transition: 0.5s ease;
    cursor: pointer;
}

.beni_item:hover {
    background-color: #fff;
    color: #ff7300 !important;
}

.beni_item:hover .beni_text h3 {
    color: #ff7300 !important;
}

.beni_icon svg {
    width: 50px !important;
    height: auto !important;
}

.money_way_content {
    display: flex;
    justify-content: center;
    background-color: #fff;
    color: #00aaff;
    border-radius: 1rem;
}

.money_inside_content {
    display: flex;
}

.money_way {
    text-align: center;
    margin-top: 4rem;
    background-color: indigo;
    padding: 2rem;
}

.money_inside_text {
    display: flex;
}

.money_text {
    width: 90%;
    margin-top: 2rem;
    font-size: 1.5rem;
}

.money_inside_text p {
    margin-left: 1rem;
}

.money_way_title {
    display: flex;
    text-align: left;
    padding: 0 !important;
    margin: 0 !important;
}

.money_way_icon {
    width: 200px;
    height: auto;
    background-color: #00aaff;
    border-radius: 1rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.money_way h2 {
    color: #fff;
}

.start_trading {
    margin-top: 4rem;
    align-items: center;
    display: grid;
    justify-items: center;
    padding-bottom: 2rem;
}

.start_trading_item_container {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
}

.start_trading_content {
    display: flex;
    justify-content: center;
}

.c {
    width: 80px;
    height: 80px;
    background-color: #FFC107;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
}

.start_trading_item {
    text-align: center;
    padding: 2rem;
}

.start_trading_item_title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.slide-track {
    width: 100%;
    display: flex;
    gap: 3em;
    overflow: hidden;
}

.slider {
    background-color: #ffff;
    padding: 3rem 2rem;
}

.slide img {
    width: 100px;
    height: 100px;
    animation: scroll 60s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translatex(-1000%)
    }
}

@media (max-width: 899px) {
    .nav_list {
        flex-direction: column;
        position: fixed;
        top: 0;
        right: 0;
        width: 250px;
        height: 100vh;
        background-color: rgba(0, 0, 50, 0.9);
        padding: 20px;
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
    }
    .trust_content {
        flex-direction: column-reverse;
        padding: 2rem !important;
    }
    .money_text {
        font-size: 1rem;
    }
    .trust_text {
        padding: 2rem !important;
        font-size: 15px;
    }
    .money_inside_content {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }
    .money_way_title {
        justify-content: center;
    }
    .trust_icon img {
        width: 200px !important;
        height: auto !important;
        border-radius: 1rem !important;
    }
    .feature_item {
        margin-left: 0rem !important;
    }
    .feature_section {
        border-top: 2px solid #fff;
        display: flex;
        padding-top: 3rem;
        justify-content: center;
        max-width: 80%;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
    }
    .nav_list.active {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        padding: 20px;
        transition: transform ease-in-out 0.3s;
        display: block;
        padding: 20px;
    }
    .nav_item {
        opacity: 1;
        transition: transform ease-in-out 0.3s;
        margin-top: 15px;
    }
    .nav_item a {
        width: 100%;
        text-align: center;
    }
    .menu_icon {
        display: block;
        font-size: 24px;
        color: #fff;
    }
    .side_nav_overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9;
    }
    .logo_index img {
        width: 200px !important;
        padding: 15px;
    }
    .beni_content {
        width: 90%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 15px;
        grid-row-gap: 0px;
    }
    .beni_item {
        margin-bottom: 1rem;
    }
}

@media (max-width:630px) {
    .button {
        flex-direction: column-reverse;
        align-items: center;
    }
    .reg {
        margin-top: 2rem;
    }
    .trust_text {
        padding: 0 !important;
        padding-top: 2rem !important;
    }
    .trust_content h2 {
        font-size: 1.5rem;
    }
    .trust_content {
        text-align: center;
    }
    .trust_content h4 {
        font-size: 1rem;
    }
    .trust_icon img {
        width: 200px !important;
        height: auto !important;
    }
    .start_trading_item_container {
        width: 90%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 0px;
    }
    .start_trading_item {
        padding: 0!important;
    }
}

@media(max-width:550px) {
    .beni_content {
        width: 90%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr;
        grid-row-gap: 0px;
    }
}

@media (max-width: 324px) {
    .reg {
        margin-top: 2rem;
    }
    .button {
        flex-direction: column-reverse;
        align-items: center;
    }
}


.floating-label {
    position: relative;
    width: 45vw;
  
  }
  
  .lable::before {
    content: "";
    position: absolute;
    z-index: -1;
  }
  
  .lable {
    position: absolute;
    color: #ffff;
    background-color:var(--bs-body-back) !important;
    line-height: 30px;
    height: 30px;
    margin: 0 20px;
    padding: 0 10px;
    transform: translate(-10px, -15px) scale(0.88);
    font-weight: bold;
  }
  
  .floating-label input {
    position: absolute;
    outline: none;
    background-color: transparent;
  }
  
  .chart-container {
    width: 100%;
    height: 100%;
    min-height: 400px;
    position: relative;
    background-color: #1b1b1d;
  }
  
  .price-up {
    color: #00C292;
    transition: color 0.3s ease;
  }
  
  .price-down {
    color: #FF4060;
    transition: color 0.3s ease;
  }
  
  .custom-select {
    position: relative;
    width: 110px;
  }
  
  .select-selected {
    background-color: transparent;
    color: #fff;
    padding: 10px;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
  }
  
  .select-selected:hover {
    background-color: #3a4a56;
  }
  
  .select-items {
    position: absolute;
    background-color: rgba(2, 0, 36, 4);
    color: #fff;
    width: 100%;
    z-index: 99;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-top: 5px;
    transform: translate(-5%, 65%);
  }
  
  .select-items div {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
  }
  
  .select-items div:last-child {
    border-bottom: none;
  }
  
  .select-items div:hover {
    background-color: #3a4a56;
  }
  
  /* Slide transition */
  .slide-enter-active,
  .slide-leave-active {
    transition: all 0.3s ease;
  }
  
  .slide-enter,
  .slide-leave-to {
    transform: translateY(-10px);
    opacity: 0;
  }
  
  .custom-select-container {
    position: relative;
    width: 200px;
  }
  
  .custom-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    color: #fff;
    padding: 5px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 900;
    line-height: 14px;
    max-width: max-content;
    padding: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
  }
  
  .dropdown-icon.open {
    transform: rotate(180deg);
  }
  
  .custom-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #29343d;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
  }
  
  .dropdown-item {
    padding: 10px;
    cursor: pointer;
    color: #fff;
  }
  
  .dropdown-item:hover {
    background-color: #37474f;
  }
  
  .slide-fade-enter-active,
  .slide-fade-leave-active {
    transition: opacity 0.3s, transform 0.3s;
  }
  
  .slide-fade-enter,
  .slide-fade-leave-to

    {
    opacity: 0;
    transform: translateY(-10px);
  }
  
  .ola-khola {
    position: relative;
    width: 100%;
    z-index: 7;
  }
  
  .select-das {
    width: 30% !important;
  }
  
  .price-label {
    color: #FF0000;
    background-color: #000;
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 12px;
    pointer-events: none;
  }
  
  .styled-input::placeholder {
    color: #fff;
    font-weight: bold;
  }
  
  .styled-input {
    padding: 10px;
    border: 1px solid #fff;
    outline: none;
    border-radius: 10px;
    width: 100%;
    background-color: rgba(2, 0, 36, 0.3);
    font-weight: bold;
    color: #fff;
  }
  
  .side-by-side-inputs {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
  }
  
  .amount-input,
  .time-selector {
    flex: 1;
  }
  
  .tv-lightweight-charts {
    width: 100% !important;
  }
  
  .tv-lightweight-charts a #tv-attr-logo {
    display: none;
  }
  
  .trade-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-top: 20px;
    border-radius: 10px;
  }
  
  
  .trade-table {
    width: 0.2%;
    max-width: 0.2%;
    border-collapse: collapse;
    background-color: rgba(2, 0, 36, 0.8);
    color: #ecf0f1;
    min-width: 0.2%;
  
  }
  
  .trade-table th,
  .trade-table td {
    padding: 12px 10px;
    text-align: left;
    white-space: nowrap;
  }
  
  .trade-table th {
    background-color: transparent;
    font-weight: bold;
  }
  
  .trade-table tr {
    border-bottom: 1px solid #34495e;
  }
  
  .trade-table tr:hover {
    background-color: transparent;
  }
  
  .trade-table td {
    border-right: 1px solid #34495e;
  }
  
  .trade-table td:last-child {
    border-right: none;
  }
  
  .loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #333;
    z-index: 4;
  }
  
  
  
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
  
  .tooltip {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    pointer-events: none;
    color: #000;
    transition: 0.2s ease-in-out !important;
    opacity: 1 !important;
  }
  
  
  .price-direction {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
    font-size: 16px;
  }
  
  .price-direction span {
    color: green;
  }
  
  .price-direction span.down {
    color: red;
  }
  
  
  .trading-view-container {
    position: relative;
    height: 65vh !important;
    margin-top: 5rem;
  }
  
  
  .btn-b {
    width: 10rem;
  }
  
  
  
  .cont {
    max-width: 100%;
  }
  
  .trade-options {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  
  .balance-info {
    text-align: center;
    margin-top: 1.5rem;
  }
  
  
  
  .trade_button,
  .cancel_button {
    display: block;
    width: 100%;
    padding: 0.75rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
  }
  
  .trade_button {
    background-color: #28a745;
    color: white;
    margin-bottom: 1rem;
  }
  
  .cancel_button {
    background-color: #dc3545;
  }
  
  .trade_button:disabled,
  .cancel_button:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
  }
  
  
  
  .blue-text {
    color: #007bff;
  }
  
  .not_available {
    display: flex;
    justify-content: center;
  }
  
  .load {
    position: absolute;
    top: 50%;
    left: 45%;
    padding: 5px;
    border-radius: 40% !important;
    z-index: 6;
    height: 25px;
    width: 10px;
    display: block;
  }
  
  @keyframes l5 {
    0% {
      box-shadow: 20px 0 #fff, -20px 0 #fff;
      background: #fff
    }
  
    33% {
      box-shadow: 20px 0 #fff, -20px 0 #fff;
      background: #fff
    }
  
    66% {
      box-shadow: 20px 0 #fff, -20px 0 #fff;
      background: #fff
    }
  
    100% {
      box-shadow: 20px 0 #fff, -20px 0 #fff;
      background: #fff
    }
  }
  
  .notification {
    position: fixed;
    top: 20px;
    right: 50px;
    left:50px;
    z-index: 1000;
    width: auto;
    align-self: center;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
  
  
  .alert {
    padding: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    border-radius: 5px;
    opacity: 0.95;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
  }
  
  .alert-error {
    background-color: #ff5252;
    color: #ffffff;
  }
  
  .alert-success {
    background-color: #4caf50;
    color: #ffffff;
  }
  
  .slide-fade-enter-active,
  .slide-fade-leave-active {
    transition: all 0.5s ease;
  }
  
  .slide-fade-enter-from,
  .slide-fade-leave-to {
    transform: translateY(-20px);
    opacity: 0;
  }
  @media (max-width: 375px) {
      .page_height {
          height: calc(100% - 187px);
      }
  }
  @media (max-width: 567px) {
      .page_height {
          height: calc(100% - 169px);
      }
  }
  @media (max-width: 1023px) {
      .page_height {
          height: calc(100vh - 350px);
      }
  }
  .page__body {
      height: calc(100% - 36px);
      margin: 0;
      padding: 0 0 10px;
  }
  .bar_options ul li,
.time_options ul li {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #484c5c;
}

.bar_options ul li:hover,
.time_options ul li:hover {
  background-color: #2b3040;
}

.custom-select .select-items {
  width: 100%;
}

.select_button {
  padding: 10px;
  margin-top: 20px;
  border-radius: 10px;
  background-color: #2b3040;

}

.select-selected {
  cursor: pointer;
  background: #2b3040;
  padding: 5px;
  border-radius: 4px;
  text-align: center;
}

.toggle_wrapper {
  display: flex;
  align-items: flex-start;
  height: auto;
  left: 10px;
  top: 50px;
  width: auto;
  position: absolute;
  display: flex;
  background: #35394b;
  border-radius: 4px;
  color: #fff;
  z-index: 7;
}

.option {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.add_pad {
  padding: 10px;
}

.select-items {
  display: flex;
  flex-wrap: wrap;
}

.select-options-container {
  display: flex;
  flex-wrap: wrap;
}

.select-option {
  background: #444c60;
  color: #fff;
  padding: 10px;
  margin: 5px;
  border-radius: 4px;
  cursor: pointer;
  flex: 1;
  text-align: center;
}

.select-option:hover {
  background: #555;
}

.trade_controller {
  overflow-x: auto;
  top: 0;
  right: -500px;
  width: 100%;
  border-radius: 10px;
  background-color: var(--bs-body-back) !important;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  transition: 0.5s ease, opacity 0.5s ease;
  max-width: 300px;

}

.sho {
  right: 0;

}

.trade_switcher {
  display: flex;
  justify-content: space-evenly;
  margin-top: 3rem;
}

.trade_group {
  background-color: #2b3040;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
}

.trade_group h6 {
  display: block;
  margin: 0 !important;
  font-size: 12px;
  font-weight: 800;
}

.dis {
  background-color: #7c8fac;
}

.ongoing_trade {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem 0 1rem;
  background-color: #2b3040;

}

.trade_item_detail {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}

.trade_time_detail {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-end;
}

.ongoing_trade_wrapper {
  margin-bottom: 10px;
  padding: 0 10px 0 10px;
}

.symbol_time {
  display: flex;
  justify-content: space-between;
  color: white;
  padding: 10px;
  cursor: pointer;
}

.trade_item_detail,
.trade_time_detail {

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

.trade_item_detail span,
.trade_time_detail span {
  flex: 1;
  padding: 5px;
}

.trade_detail {
  margin-top: 2rem;
}

.ongoing_trade_detail {
  padding: 0 10px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.ongoing_trade_detail.show {
  max-height: 500px;
  opacity: 1;
  padding: 1px;

}

.ongoing_wrapper {
 font-size: 12px;
}

.symbol_time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2b3040;
  color: white;
  padding: 15px;
  cursor: pointer;
  border-radius: 10px;
}

.arrow-icon {
  transition: transform 0.5s ease;
}

.ongoing_trade_detail {
  padding: 0 10px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}



.ongoing_trade_detail.show+.symbol_time .arrow-icon {
  transform: rotate(180deg);
}

.rotate {
  transform: rotate(180deg);
}

.see_history {
  font-size: 12px;
  font-weight: bold;
}
.conts{
  position: fixed;
  top: 20px;
  opacity: 0.95;
  z-index: 999;
  width: 100vw;
  display: flex;
  background-color: red;
}
@media screen and (min-width: 900px) {
  .trade_controller{
    width: 280px;
    height:80%;
    right: 0;
  }
  .trade_controller  .close_button{
    display: none;
  }
  
.category_sec{
      grid-template-columns: repeat(3, 1fr);
  }
}


.buy_sell_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  max-width:250px;
}
.trade-buttons{
  justify-content:center;
}
.remaining_time{
  font-weight: 700;
}
.buy_text {
  font-size: 14px;
  line-height: 18px;
}

.btn_buy {
  background-color: #00C292;
  color: #fff;
  border: #378658;
  border-radius: 5px;
  font-weight: bold;
}

.btn_sell {
  background-color: rgb(225, 50, 85);
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: bold;
}

.close_button {
  display: flex;
  bottom: auto;
  width: 100%;
  position: absolute;
  align-items: center;
  justify-content: center;
}

.pagination-controls {
  padding: 15px;
}

#close {
  background-color: #7c8fac;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  color: rgb(255, 255, 255);
  font-weight: 800;

}

.header_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  position: absolute;
  width: 100%;
  background-color: var(--bs-body-back) !important;
}

.balance {
  display: flex;
  align-items: center;
  text-align: center;
  align-items: center;
  padding: 4px;

}

.header_balance {
  background-color: #2b3040;
  padding: 0 5px;
  line-height: 18px;
  z-index: 9;
}

.header_verified {

  padding: 0 5px;
  line-height: 18px;
  z-index: 9;
}

.balance span {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  align-items: center;
}

.verified span {
  padding-right: 5px;
  color: rgb(17 156 76);
  font-size: 13px;
  font-weight: bold;
  background-color: #e1f7e1;
  font-size: 10px;
  padding:5px 10px;
  border-radius: 5px;
  font-weight: bold;
}

.verified span svg {
  height: 16px;
  width: 16px;
}

.verified {
  background-color: #2b3040;
  padding: 0 5px;
  padding-left: 8px;
  font-size: 13px;
  line-height: 18px;
}

.unverified span {
  background-color:#f9d6d5;
  padding-right: 5px;
  color: #e74c3c;
  font-size: 10px;
  padding:5px 10px;
  border-radius: 5px;
  font-weight: bold;
}

.no-trade svg {
  height: 100px;
  width: 100px;

}

.completed_trade_detail div svg {
  display: inline-block;
}

.completed_trade_detail div {
  display: flex;
  justify-content: center;
}

@keyframes waveMove {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

.candle {
  animation: waveMove 1s ease-in-out infinite;
}

.candle:nth-child(1) {
  animation-delay: 0s;
}

.candle:nth-child(2) {
  animation-delay: 0.1s;
}

.candle:nth-child(3) {
  animation-delay: 0.3s;
}

.candle:nth-child(4) {
  animation-delay: 0.3s;
}

.symbol-display-container {
    position: relative;
  }
  
  .selected-symbol {
    padding: 10px;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 4px;
    background-color:rgba(0, 0, 0, 0.6);
  }
  
  .search-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
  }
  
  .search-modal-content {
    background-color:var(--bs-body-back);
    width: 90%;
    max-width: 750px;
    padding: 20px;
    border-radius: 8px;
    position:absolute;
  
    z-index: 1010;
    height: 80vh;
    overflow: scroll;
  }
  
  .tabs {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
  }
  
  .tab {
    padding: 5px 8px;
    font-size: 10px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
  }
  
  .tab.active {
    border-bottom: 2px solid #007bff;
    font-weight: bold;
  }
  
  
  .search-input {
    width: 100%;
    padding: 8px;
    font-size: 15px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  .symbol-list {
    max-height: 100% ;
    overflow-y: auto;
  }
  
  .symbol-item {
    display: flex;
    align-items: center;
    padding: 5px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    
  }
  
  .symbol-item:hover {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
  }
  
  .symbol-logo {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  
  .symbol-details {
    display: flex;
    flex-direction: column;
  }
  
  .symbol-name {
    font-size: 14px;
    font-weight: bold;
  }
  
  .symbol-status {
    font-size: 14px;
    color: #4caf50;
  }
  
  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
  }
  
  .fade-enter-active, .fade-leave-active {
    transition: opacity 0.5s;
  }
  
  .fade-enter, .fade-leave-to {
    opacity: 0;
  }

  .sidebar-item{
    padding-bottom: 15px;
    overflow: scroll;
  
  }
  .sidebar-item a div svg{
    color: #fff;
    margin-right: 10px;
    align-items: center;
  }
  
  .active {
    border-bottom: #635bff;
    color: #fff;
    border-radius: 1.5rem;
  }
  
  @media (min-width: 1200px) {
    #main-wrapper[data-layout="vertical"][data-sidebartype="full"] .body-wrapper {
      margin-left: 260px;
    }
  }
  
  .nav-bottom{
    bottom: 0;
    position: relative;
    width: 100vw;
  z-index: 99;
    position:fixed;
  }
  .bottom__nav__list{
    margin-bottom: 0 !important;
    display: flex;
    width: 100%;
    justify-content: space-around;
    background-color:var(--bs-body-back);
  }
  .bottom__item{
  padding: 15px;
    margin:0 !important;
  }
  
  
  @media screen and (min-width: 1000px) {
      #sidebarnav{
      display: flex;
      grid-gap: 10px;
      justify-content: center;
      justify-content: center;
      flex-direction: column;
    }
    .sidebar-item {
    padding-bottom: 0px !important;
    overflow: scroll;
}
    }
  
    .scroll-sidebar{
      overflow:scroll;
    }
    .scroll-sidebar::-webkit-scrollbar {
      display: none;
  }
  .sidebar-item::-webkit-scrollbar{
    display: none;
  }
  .logout__nav{
  
    padding: 1rem;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    position:relative;
  }
  .log{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .logout__nav {
    width: 80%;
    background-color:var(--bs-danger-text-emphasis);
  }
  .header_section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    position: absolute;
    max-width: 750px;
    background-color: var(--bs-body-back) !important;
  }
  
  .balance{
    display: flex;
    align-items: center;
    text-align: center;
    align-items: center;
    padding:4px;
    
  }
  .header_balance{
    background-color:#2b3040;
    padding: 0 5px;
    line-height: 18px;
    z-index: 9;
  }
  .balance span{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    align-items: center;
  }
  .verified span{

  color: #35CB02;
  font-size: 13px;
  font-weight: bold;
  }
  .verified span svg{
    height: 16px;
    width: 16px;
  }
  .verified{
    background-color: #2b3040;
    padding: 0 5px;
    padding-left: 8px;
    font-size: 13px;
    line-height: 18px;
  }
  .unverified span{
    padding-right: 5px;
  color: red;
  font-size: 13px;
  font-weight: bold;
  }
  
  .card{
      margin-top:4rem;
  }
.button-group{
  margin-top:5rem !important;
}
.code-boxes {
  display: flex;
  justify-content: space-between;
}



.error-box {
  border: 1px solid red;
}

.code-boxes {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.code-box {
  width: 40px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.code-box:focus {
  border-color: #007bff;
  outline: none;
}


.error-box {
  border-color: red;
}


.slide-enter-active, .slide-leave-active {
  transition: all 0.5s ease;
}

.slide-enter, .slide-leave-to {
  opacity: 0;
  transform: translateX(10px);
}
.mt-70 {
    margin-top: 70px
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

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

.width-100 {
    width: 100%;
}

.m-p-0 {
    margin: 0;
    padding: 0;
}

.m-l-20 {
    margin-left: 20px;
}

.max-400 {
    width: 300px;
}

@media (min-width: 900px) {
    .max-400 {
        width: 350px;
    }
}

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

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

.direction-coloumn {
    display: flex;
    flex-direction: column;
}

.p-toast-close-button {
    color: #fff !important;
    justify-content: space-around;
}

.p-toast-message-content {
    justify-content: space-around;
}

.blur-background {
    filter: blur(5px);
    transition: filter 0.3s ease;
}

.profile_detail,
.settings_detail {
    background: #202639;
    border-radius: 7px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.is_verified span {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

.time-picker {
    position: absolute;

    left: -10px;
    background: var(--bs-body-back);
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 5px;
    z-index: 99;
}

.time-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.time-options {
    background: transparent;
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

.trade-controller-main {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: 20px;
}

.logout__nav {

    padding: 1rem;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    position: relative;
}

.log {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.logout__nav {
    width: 80%;
    background-color: var(--bs-danger-text-emphasis);
}

.nav_logo {
    width: 100px !important;
    height: auto !important;
    background-color: transparent !important;
}

.header-content {
    display: flex;
    align-items: center;
    color: #fff;
}.ongoing_inner_left{
    text-align: center;
}

.icon-close {
    margin-right: 15px;
    cursor: pointer;
}

.section-heading {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
    color: #fff;
}

.left_content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1.5rem;
}

.card-box {
    background: #3b3f4a;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    color: #fff;
}

.label {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.6rem;
}

.error-message {
    color: #e57373;
    font-size: 0.9rem;
    font-weight: bold;
}

.action-button {
    background-color: #4caf50;
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 6px;
}


.dialog-box{
    width: 400px !important;
    border-radius: 12px !important;
    margin: 1.2rem !important;
    background-color: #2b2f3a !important;
}


.dialog-content {
    text-align: center;
    font-size: 1rem;
    color: #e0e0e0;
}

.confirm-button, .cancel-button {
    background-color: #4caf50;
    color: #fff;
    padding: 0.6rem 1.2rem;
    margin-top: 1rem;
    border-radius: 8px;
}

.cancel-button {
    background-color: #ef5350 !important;
}

.waiting-message {
    color: #ef9a9a;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 1.5rem;
}
.p-panel-title span{
    color:#fff !important;
}
.p-panel-title {
    color:#fff !important;
}

.nav_profile {
    display: flex;
    width: 100%;
    flex-flow: wrap;
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 1rem;
    justify-content: flex-start !important;
    flex-direction: column !important;
    align-items: flex-end!important;
    text-align: right;
}
.user_name{
  margin:0 !important;
}
.level_button{
    background-color: rgb(19 68 175) !important;
    color:#fff !important;
    padding: .8rem !important;
    border-radius: 10px;
    text-align: center;
}
.level_button .active{
    background-color: rgb(19 68 175) !important;
    color:#fff !important;
}


.level_download{
     display: flex;
    justify-content: space-around;
}
.p-tablist-tab-list{
  background-color:#18181b !important;
   color:#fff !important;
}
.p-tablist-tab-list button a span{
    color:#fff !important;
}
.kyc-card[data-v-19964bff] {
   background-color: #fff !important;
  color: #000;
}
@media (min-width:900px) {
    #main-wrapper[data-layout=vertical][data-sidebartype=full] .body-wrapper {
        margin-left: 260px;
        
    }
  .m-r-280{
 margin-right:280px !important; 
}
}
  .success-details {
    background-color: #fff;
    max-width: 400px;
    margin: 0 auto;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .barcode-container {
    margin-top: 2rem;
  }
  
  .cat_img {
    display: flex;
    justify-content: center;
  }
  
  .barcode-img {
    max-width: 100%;
    height: auto;
  }
  
  .address-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
  }
  
  .address {
    flex: 1;
    color: #000;
    background-color: #f0f0f0;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    margin-right: 1rem;
    font-family: monospace;
    word-break: break-all;
  }
  
  .copy-button {
    background-color: #00539c;
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
  }
  
  .copy-success {
    color: #5cb85c;
    font-weight: bold;
    margin-top: 0.5rem;
  }
.deposit-success{
 margin-top: 70px; 
}
.bottom__item svg {
    margin-right:0 !important
}