@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*:focus, *:active {
  outline: none;
}
html {
    display: flex;
    justify-content: center;
}
html {
    touch-action: manipulation; /* Prevents double-tap zoom */
    -ms-touch-action: manipulation; /* For older IE */
}
body {
font-family: 'Roboto', sans-serif;
margin: 0;
    padding: 0;
    background-color: #0e1327;
    color: #ffffff;
    display: flex;
    justify-content: center;
    max-width: 450px;
    overflow: hidden;
}
*::-webkit-scrollbar {
  display: none;
}
.container {
    max-width: 450px;
    position: relative;
}
#host {
  width: 450px;
}

.index header {
   display: flex;
   height: 4em;
   justify-content: space-between;
   align-items: center;
}
.customer-care {
    position: relative;
    display: block;
}
.customer-care:after {
    content: '567';
    height: 5em;
    width: 5em;
    background: red;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.index header img {
    width: 2em;
}
.slider {
    position: relative;
    max-width: 600px;
    margin: 20px auto;
    overflow: hidden;
    border: 2px solid #333;
    border-radius: 10px;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out; /* Add transition for sliding effect */
}

.slides img {
    width: 100%;
    flex-shrink: 0; /* Prevent images from shrinking */
}
.tag {
    display: flex;
    height: 2.5em;
    background: #1a1f39;
    width: 100%;
    padding: .5em 1em;
    color: #fff;
    gap: 1em;
    align-items: center;
    border-radius: .6em;
}
.d-none {
  display: none !important;
}
nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
    row-gap: 1em;
    margin-top: 1em;
}
nav ul li {
    width: 100%;
    list-style: none;
    height: 100%;
}
nav ul li label, nav ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #f0f0f0;
    text-decoration: none;
    cursor: pointer;
}

nav ul li img {
    width: 3em;
}
.main-content {
    margin-bottom: 15em;
}
.cta {
    height: 5em;
    display: flex;
    gap: 1em;
    align-items: center;
    margin-top: 1em;
}
.cta label {
    height: 90%;
    border-radius: .7em;
    border: none;
    background: #252a4d;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5em;
    overflow: hidden;
    position: relative;
    color: #b9c1d9;
    font-size: 1em;
}
.cta label img {
    width: 3em;
}
.cta label .ascent {
    position: absolute;
    top: 0;
    right: 0;
    background: #8885fb;
    padding: .4em;
    border-radius: 0 1em;
}

footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0e1327;
    /* left: 0; */
    max-width: 450px;
    z-index: 99;
}
footer button {
    border: none;
    color: #98a1a9;
    font-weight: bold;
    text-align: center;
    background: transparent;
}
footer button.active .icons .default {
    display: none;
}
footer button.not-active .icons .show-active {
    display: none;
}
 .tabs {
            display: flex;
            justify-content: space-around;
            margin-bottom: 20px;
            background: #1a1a3d;
            border-radius: 1em;
            height: 3em;
            margin-top: 1em;
        }
        .tab {
            padding: 10px 20px;
            border-radius: 20px;
            background-color: #1a1a3d;
            cursor: pointer;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .tab.active {
            background-color: #2c2c54;
        }
        .crypto-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: #1a1a3d;
            padding: 15px;
            border-radius: 10px;
            margin-bottom: 10px;
        }
        .crypto-item img {
            width: 30px;
            height: 30px;
            margin-right: 10px;
        }
        .crypto-info {
            display: flex;
            align-items: center;
        }
        .crypto-name {
            font-size: 18px;
            margin-right: 10px;
        }
        .crypto-price {
            font-size: 18px;
        }
        .crypto-change {
            padding: 5px 10px;
            border-radius: 5px;
        }
        .crypto-change.positive {
            background-color: #1a4b1a;
            color: #4dff4d;
        }
        .crypto-change.negative {
            background-color: #4b1a1a;
            color: #ff4d4d;
        }
        .content {
            display: none;
        }
        .content.active {
            display: block;
        }
        .gap {
            height: 10em;
        }
        [type="radio"] {
          display: none;
        }
        .quota, .assets, .deposits, .convert, .history-of-deposit, .withdrawals, .history-of-withdrawal {
          height: 0%;
          width: 0%;
          position: absolute;
          top: 0;
          left: 0;
          background: #0e1327;
          z-index: 10;
          transition: 0s;
          overflow: hidden;
        }
        #quota:checked ~ .quota {
          height: 90vh;
          width: 100%;
          overflow: scroll;
          padding: .5em;
          padding-top: 2em;
          
        }
        #assets:checked ~ .assets {
          height: 90vh;
          width: 100%;
          overflow: scroll;
          padding: .5em;
          padding-top: 2em;
          
        }
        #deposits:checked ~ .deposits {
          height: 90vh;
          width: 100%;
          overflow: scroll;
          padding: .5em;
          padding-top: 2em;
          
        }
        #convert:checked ~ .convert {
          height: 90vh;
          width: 100%;
          overflow: scroll;
          padding: .5em;
          padding-top: 2em;
          
        }
        #history-of-deposit:checked ~ .history-of-deposit {
          height: 90vh;
          width: 100%;
          overflow: scroll;
          padding: .5em;
          padding-top: 2em;
          
        }
        #history-of-withdrawal:checked ~ .history-of-withdrawal {
          height: 90vh;
          width: 100%;
          overflow: scroll;
          padding: .5em;
          padding-top: 2em;
          
        }
        #withdrawals:checked ~ .withdrawals {
          height: 90vh;
          width: 100%;
          overflow: scroll;
          padding: .5em;
          padding-top: 2em;
          
        }
        .sidebar {
          transition: .2s;
          left: -100%;height: 90vh;
          width: 60%;
          padding: .5em;
          padding-top: 2em;
          position: absolute;
          opacity: 0;
        }
        #sidebar:checked ~ .sidebar {
    left: 0;
    overflow: scroll;
    opacity: 1;
    top: 0;
    background: #0e1327;
    padding: 1em;
    padding-top: 4em;
}
        .user-details {
    display: flex;
    align-items: center;
    gap: 1em;
    margin-bottom: 3em;
}
.user-details section {
    flex: 1;
}
.user-details img {
    height: 4em;
}
.sidebar ul li {
    list-style: none;
    padding: 1em 0;
}
.sidebar ul li a, .sidebar ul li label{
 color: #f0f0f0;
 text-decoration: none;
 display: flex;
 align-items: center;
 gap: .6em;
}
.genericUserEmail {
  display: inline-block; /* Allow the container to shrink to fit the content */
    max-width: 200px; /* Set a maximum width for the email container */
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide overflow text */
    text-overflow: ellipsis; /* Add ellipsis at the end */
}

        
        
        /* pages */
        div#index {
    height: 90vh;
    overflow: scroll;
}
#add-to-home-screen.active {
            cursor: pointer; /* Change cursor to indicate it's clickable */
            opacity: 1; /* Make it fully visible */
            pointer-events: auto; /* Enable pointer events */
        }
        #add-to-home-screen {
            
            cursor: not-allowed; /* Change cursor to indicate it's not clickable */
            opacity: 0.5; /* Make it pale */
            pointer-events: none; /* Disable pointer events */
        }
        label[for="depo-trc"], label[for="withdraw-trc"] {
    display: none !important;
}
@media (max-width: 48em) {
    .container {
        padding: 1em;
        width: 100%;
    }
    footer {
        width: 100%;
        padding: 0 1em;
    }
    body, .quota {
      max-width: 100%;
    }
    .crypto-name {
    font-size: .8em;
    margin-right: 10px;
}
.crypto-change {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: .8em;
}
.crypto-price {
    font-size: .8em;
}
.icons img {
    width: 2em;
}
}