body {
    background-color: #fff;
    color: white;
    font-family: 'Arial', sans-serif;
}

.mobile-preview {
    background-image: url(../image/wallet-img.svg);
    max-width: 400px;
    height: 100vh;
    margin: auto;
    /*border-radius: 8px;*/
    overflow: hidden;
    position: relative;
}
.top_nav  {
    background-image: url(../image/wallet-img.svg);
    padding-bottom: .75rem;
}

.bg-black {
    /*height: 100vh !important;*/
        padding-bottom: 5rem;
}
.ml-three{
    margin-left: 1.5rem !important;
}
.fs-s{
    font-size: 2rem !important;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    width: 400px;
    z-index: 1030;
}
 .mobile-preview {
            /*max-height: 500px;*/
            overflow-y: scroll;
        }
.openSidebar{
        background-color: #fff !important;
    border-radius: 55% !important;
    color: #14795a !important;
    font-size: 12px !important;
    width: 26px !important;
    height: 26px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border: 1px solid #14795a !important;
}

.wallet-card {
    position: relative;
    /* background-color: black; */
    /* padding: 2rem; */
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateX(0deg);
}
.arrow-img{
    height:2rem;
}

.wallet-balance {
    position: relative;
    z-index: 10;
    background: #1a1a1a;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.wallet-card .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(1);
    transition: transform 0.3s ease;
}

.wallet-card .deposit-btn {
    left: -61px;
}

.wallet-card .withdraw-btn {
    right: -65px;
}
.de_wd_btn{
    font-size: 0.625rem !important;
}

.navbar-btns .btn {
    font-size: 0.625rem;
}

.bottom-nav .nav-item {
    text-align: center;
}

.bottom-nav .nav-link {
    color: white;
    font-size: 1.2rem;
}

.bottom-nav .nav-link small {
    font-size: 0.8rem;
}

.carousel-indicators {
    bottom: -20px !important;
}

.carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
}




/*.sidebar {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: -300px;*/
/*    width: 300px;*/
/*    height: 100%;*/
/*    background-color: rgba(27, 67, 50, 0.6);*/
/*    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);*/
/*    backdrop-filter: blur(10px);*/
/*    transition: left 0.3s ease;*/
/*    z-index: 1050;*/
/*    border-right: 1px solid rgba(255, 255, 255, 0.1);*/
/*}*/

.sidebar {
    position: absolute;
    top: 0;
    left: -300px;
    width: 300px;
    height: 90%;
    background-color: rgba(27, 67, 50, 0.6);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    transition: left 0.3s ease;
    z-index: 1050;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-content .nav_items:hover {
    background-color: #081c15;
}

.sidebar.active {
    left: 0;
    /* Slide in */
}

.sidebar-header {
    padding: 1rem;
    background-color: #081c15;
    text-align: left;
    position: relative;
}

.sidebar-header h3 {
    margin: 0;
    font-size: 1.5rem;
    color: #fff;
}

.sidebar-header .close-btn {
    position: absolute;
    top: 0px;
    right: 5px;
    background: none;
    border: none;
    color: #fff;
    font-size: 2.5rem;
    cursor: pointer;
}

.sidebar-content {
    padding: 1rem;
}

.sidebar-content ul {
    list-style: none;
    padding: 0;
}

.sidebar-content ul li {
    margin: 10px 0;
}

.sidebar-content ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    display: flex;
    align-items: center;
}

.sidebar-content ul li a i {
    margin-right: 10px;
}

.sidebar-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background-color: #081c15;
    text-align: center;
}

.sidebar-footer a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
}

.overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.overlay.active {
    display: block;
}

.nav-tabs .nav-link.active {
    background-color: white !important; /* Keeps background white */
    color: black !important; /* Changes text color to black */
    font-weight: bold; /* Optional: Make it bold */
}


/*.bottom-slider.open {*/
/*    bottom: 85px;*/
/*}*/


/*.bottom-slider {*/
/*    position: absolute;*/
/*    bottom: -117%;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    background: #1b4332;*/
/*    color: white;*/
/*    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);*/
/*    transition: bottom 0.3s ease-in-out;*/
/*    z-index: 1050;*/
/*}*/


.bottom-slider {
    position: fixed;
    bottom: 0;
    /*left: 0;*/
    width: 400px;
    background: #1b4332;
    color: white;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    opacity: 0;
    transform: translateY(100%); /* Initially hidden below screen */
    z-index: 1050;
    display: none; /* Initially hidden */
}

.bottom-slider.open {
    display: block;  /* Make it visible */
    opacity: 1;
    transform: translateY(0); /* Slide up smoothly */
}

.bottom-slider .slider-content {
    padding: 20px;
    margin-bottom: 5rem;
}

.bottom-slider .close-btn {
    position: absolute;
    top: 0px;
    right: 5px;
    background: none;
    border: none;
    font-size: 2.5rem;
    color: white;
    cursor: pointer;
}



.qr-code {
    max-width: 150px;
    border: 1px solid white;
    border-radius: 8px;
}

.btn-success{
    background-color:#14795a !important;
}